|
|
|
1 | 2025-01-29T20:01:11.899Z | job assigned to worker 01JJSTD6H8SZFT7HEAP97XHCNR [factory aws, i-002f7d6b3f5ef71ae] (queued for 51 s) |
|
2 | 2025-01-29T20:01:19.737Z | starting task 0: "setup" |
3 | 2025-01-29T20:01:19.747Z | ++ uname -s |
4 | 2025-01-29T20:01:19.750Z | + kern=SunOS |
5 | 2025-01-29T20:01:19.750Z | + case "$kern" in |
6 | 2025-01-29T20:01:19.750Z | + groupadd -g 12345 build |
7 | 2025-01-29T20:01:19.753Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-29T20:01:21.759Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-29T20:01:21.871Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-29T20:01:21.874Z | + home_fs=zfs |
11 | 2025-01-29T20:01:21.874Z | + [[ zfs == autofs ]] |
12 | 2025-01-29T20:01:21.874Z | + mkdir -p /home/build |
13 | 2025-01-29T20:01:21.874Z | + chown build:build /home/build /work |
14 | 2025-01-29T20:01:23.877Z | + chmod 0700 /home/build /work |
15 | 2025-01-29T20:01:23.880Z | process exited: duration 4141 ms, exit code 0 |
|
16 | 2025-01-29T20:01:23.886Z | starting task 1: "rust-toolchain" |
17 | 2025-01-29T20:01:23.891Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-29T20:01:23.891Z | ' 1.84.0 |
19 | 2025-01-29T20:01:23.891Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-29T20:01:23.891Z | ' default |
21 | 2025-01-29T20:01:23.891Z | * toolchain channel = "1.84.0" |
22 | 2025-01-29T20:01:23.891Z | * toolchain profile = "default" |
23 | 2025-01-29T20:01:23.894Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-29T20:01:23.894Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-29T20:01:24.012Z | info: downloading installer |
26 | 2025-01-29T20:01:25.392Z | info: profile set to 'default' |
27 | 2025-01-29T20:01:25.392Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-29T20:01:25.395Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-29T20:01:25.547Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-29T20:01:25.547Z | info: downloading component 'cargo' |
31 | 2025-01-29T20:01:26.432Z | info: downloading component 'clippy' |
32 | 2025-01-29T20:01:26.772Z | info: downloading component 'rust-docs' |
33 | 2025-01-29T20:01:27.983Z | info: downloading component 'rust-std' |
34 | 2025-01-29T20:01:29.769Z | info: downloading component 'rustc' |
35 | 2025-01-29T20:01:36.649Z | info: downloading component 'rustfmt' |
36 | 2025-01-29T20:01:36.909Z | info: installing component 'cargo' |
37 | 2025-01-29T20:01:37.754Z | info: installing component 'clippy' |
38 | 2025-01-29T20:01:38.129Z | info: installing component 'rust-docs' |
39 | 2025-01-29T20:01:39.818Z | info: installing component 'rust-std' |
40 | 2025-01-29T20:01:41.486Z | info: installing component 'rustc' |
41 | 2025-01-29T20:01:47.549Z | info: installing component 'rustfmt' |
42 | 2025-01-29T20:01:47.875Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-29T20:01:47.875Z | |
44 | 2025-01-29T20:01:48.266Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-29T20:01:48.266Z | |
46 | 2025-01-29T20:01:48.269Z | |
47 | 2025-01-29T20:01:48.269Z | Rust is installed now. Great! |
48 | 2025-01-29T20:01:48.269Z | |
49 | 2025-01-29T20:01:48.269Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-29T20:01:48.269Z | environment variable. This has not been done automatically. |
51 | 2025-01-29T20:01:48.269Z | |
52 | 2025-01-29T20:01:48.269Z | To configure your current shell, you need to source |
53 | 2025-01-29T20:01:48.269Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-29T20:01:48.269Z | |
55 | 2025-01-29T20:01:48.269Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-29T20:01:48.269Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-29T20:01:48.269Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-29T20:01:48.347Z | + rustc --version |
59 | 2025-01-29T20:01:48.415Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-29T20:01:48.418Z | process exited: duration 24528 ms, exit code 0 |
|
61 | 2025-01-29T20:01:48.426Z | starting task 2: "authentication" |
62 | 2025-01-29T20:01:48.445Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-29T20:01:48.451Z | starting task 3: "clone repository" |
64 | 2025-01-29T20:01:48.456Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-29T20:01:48.459Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-29T20:01:48.580Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-29T20:01:56.695Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-29T20:01:56.695Z | + git fetch origin 39fd87c050e2a6963cb9203e361a81a31da98996 |
69 | 2025-01-29T20:01:57.053Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-29T20:01:57.053Z | * branch 39fd87c050e2a6963cb9203e361a81a31da98996 -> FETCH_HEAD |
71 | 2025-01-29T20:01:57.063Z | + [[ -n iliana/tuf-cleanup ]] |
72 | 2025-01-29T20:01:57.066Z | ++ git branch --show-current |
73 | 2025-01-29T20:01:57.068Z | + current=main |
74 | 2025-01-29T20:01:57.068Z | + [[ main != iliana/tuf-cleanup ]] |
75 | 2025-01-29T20:01:57.068Z | + git branch -f iliana/tuf-cleanup 39fd87c050e2a6963cb9203e361a81a31da98996 |
76 | 2025-01-29T20:01:57.071Z | + git checkout -f iliana/tuf-cleanup |
77 | 2025-01-29T20:01:57.225Z | Switched to branch 'iliana/tuf-cleanup' |
78 | 2025-01-29T20:01:57.228Z | + git reset --hard 39fd87c050e2a6963cb9203e361a81a31da98996 |
79 | 2025-01-29T20:01:57.376Z | HEAD is now at 39fd87c05 remove old, pre-reconfigurator upgrade APIs |
80 | 2025-01-29T20:01:57.379Z | process exited: duration 8925 ms, exit code 0 |
|
81 | 2025-01-29T20:01:57.385Z | starting task 4: "build" |
82 | 2025-01-29T20:01:57.390Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-29T20:01:57.390Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-29T20:01:57.390Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-29T20:01:57.390Z | + cargo --version |
86 | 2025-01-29T20:01:57.450Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-29T20:01:57.453Z | + rustc --version |
88 | 2025-01-29T20:01:57.515Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-29T20:01:57.518Z | + source ./env.sh |
90 | 2025-01-29T20:01:57.518Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-29T20:01:57.518Z | ++ set -o xtrace |
92 | 2025-01-29T20:01:57.521Z | ++++ dirname ./env.sh |
93 | 2025-01-29T20:01:57.523Z | +++ readlink -f . |
94 | 2025-01-29T20:01:57.526Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-29T20:01:57.526Z | ++ 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-29T20:01:57.526Z | ++ 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-29T20:01:57.526Z | ++ 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-29T20:01:57.526Z | ++ 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-29T20:01:57.526Z | ++ 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-29T20:01:57.526Z | ++ 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-29T20:01:57.526Z | ++ 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-29T20:01:57.526Z | ++ 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-29T20:01:57.527Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-29T20:01:57.527Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-29T20:01:57.527Z | + 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-29T20:01:57.527Z | + 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-29T20:01:57.527Z | + banner prerequisites |
108 | 2025-01-29T20:01:57.530Z | |
109 | 2025-01-29T20:01:57.530Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-29T20:01:57.530Z | # # # # # # # # # # # # # # # |
111 | 2025-01-29T20:01:57.530Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-29T20:01:57.530Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-29T20:01:57.530Z | # # # # # # # # # # # # # # # |
114 | 2025-01-29T20:01:57.530Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-29T20:01:57.530Z | |
116 | 2025-01-29T20:01:57.530Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-29T20:01:59.110Z | pkg list: illegal option -- F |
118 | 2025-01-29T20:01:59.110Z | Usage: |
119 | 2025-01-29T20:01:59.113Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-29T20:01:59.113Z | [pkg_fmri_pattern ...] |
121 | 2025-01-29T20:01:59.982Z | pkg list: illegal option -- F |
122 | 2025-01-29T20:01:59.982Z | Usage: |
123 | 2025-01-29T20:01:59.985Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-29T20:01:59.985Z | [pkg_fmri_pattern ...] |
125 | 2025-01-29T20:02:07.019Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-29T20:02:11.135Z | Startup: Caching catalogs ... Done |
127 | 2025-01-29T20:02:22.542Z | Planning: Solver setup ... Done (10.593s) |
128 | 2025-01-29T20:02:22.691Z | Planning: Running solver ... Done (0.149s) |
129 | 2025-01-29T20:02:22.804Z | Planning: Finding local manifests ... Done (0.005s) |
130 | 2025-01-29T20:02:22.816Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-29T20:02:23.044Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-29T20:02:23.152Z | Planning: Package planning ... Done (0.108s) |
133 | 2025-01-29T20:02:23.209Z | Planning: Merging actions ... Done (0.056s) |
134 | 2025-01-29T20:02:23.401Z | Planning: Checking for conflicting actions ... Done (0.192s) |
135 | 2025-01-29T20:02:25.224Z | Planning: Consolidating action changes ... Done (1.822s) |
136 | 2025-01-29T20:02:25.671Z | Planning: Evaluating mediators ... Done (0.447s) |
137 | 2025-01-29T20:02:25.757Z | Planning: Planning completed in 14.53 seconds |
138 | 2025-01-29T20:02:25.773Z | Packages to install: 4 |
139 | 2025-01-29T20:02:25.773Z | Packages to update: 3 |
140 | 2025-01-29T20:02:25.780Z | Mediators to change: 2 |
141 | 2025-01-29T20:02:25.780Z | Services to change: 1 |
142 | 2025-01-29T20:02:25.780Z | Estimated space available: 155.61 GB |
143 | 2025-01-29T20:02:25.780Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-29T20:02:25.780Z | Create boot environment: No |
145 | 2025-01-29T20:02:25.781Z | Create backup boot environment: Yes |
146 | 2025-01-29T20:02:25.781Z | Rebuild boot archive: No |
147 | 2025-01-29T20:02:25.781Z | |
148 | 2025-01-29T20:02:25.781Z | Changed mediators: |
149 | 2025-01-29T20:02:25.781Z | mediator clang: |
150 | 2025-01-29T20:02:25.781Z | version: None -> 15 (system default) |
151 | 2025-01-29T20:02:25.781Z | |
152 | 2025-01-29T20:02:25.781Z | mediator llvm: |
153 | 2025-01-29T20:02:25.781Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-29T20:02:25.781Z | |
155 | 2025-01-29T20:02:25.781Z | Changed packages: |
156 | 2025-01-29T20:02:25.781Z | helios-dev |
157 | 2025-01-29T20:02:25.781Z | developer/build-essential |
158 | 2025-01-29T20:02:25.781Z | None -> 11-2.0 |
159 | 2025-01-29T20:02:25.781Z | library/libxmlsec1 |
160 | 2025-01-29T20:02:25.781Z | None -> 1.2.35-2.0 |
161 | 2025-01-29T20:02:25.782Z | ooce/developer/clang-15 |
162 | 2025-01-29T20:02:25.782Z | None -> 15.0.7-2.0 |
163 | 2025-01-29T20:02:25.782Z | ooce/developer/llvm-15 |
164 | 2025-01-29T20:02:25.782Z | None -> 15.0.7-2.0 |
165 | 2025-01-29T20:02:25.782Z | package/pkg |
166 | 2025-01-29T20:02:25.782Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-29T20:02:25.782Z | system/library/g++-runtime |
168 | 2025-01-29T20:02:25.782Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-29T20:02:25.782Z | system/library/gcc-runtime |
170 | 2025-01-29T20:02:25.782Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-29T20:02:25.782Z | |
172 | 2025-01-29T20:02:25.782Z | Services: |
173 | 2025-01-29T20:02:25.782Z | restart_fmri: |
174 | 2025-01-29T20:02:25.782Z | svc:/system/update-man-index:default |
175 | 2025-01-29T20:02:25.782Z | |
176 | 2025-01-29T20:02:25.782Z | Editable files to change: |
177 | 2025-01-29T20:02:25.782Z | Update: |
178 | 2025-01-29T20:02:25.782Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-29T20:02:25.860Z | |
180 | 2025-01-29T20:02:25.860Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-29T20:02:30.862Z | Download: 1293/4301 items 101.6/225.4MB 45% complete (20.6M/s) |
182 | 2025-01-29T20:02:35.865Z | Download: 2424/4301 items 120.1/225.4MB 53% complete (12.1M/s) |
183 | 2025-01-29T20:02:40.870Z | Download: 3486/4301 items 215.4/225.4MB 95% complete (11.5M/s) |
184 | 2025-01-29T20:02:46.219Z | Download: 4206/4301 items 220.6/225.4MB 97% complete (10.2M/s) |
185 | 2025-01-29T20:02:50.630Z | Download: Completed 225.42 MB in 24.77 seconds (9.1M/s) |
186 | 2025-01-29T20:02:52.742Z | Actions: 1/5122 actions (Removing old actions) |
187 | 2025-01-29T20:02:52.766Z | Actions: 194/5122 actions (Installing new actions) |
188 | 2025-01-29T20:02:57.527Z | Actions: 4267/5122 actions (Updating modified actions) |
189 | 2025-01-29T20:02:57.887Z | Actions: Completed 5122 actions in 5.14 seconds. |
190 | 2025-01-29T20:02:58.293Z | Done (0.397s) |
191 | 2025-01-29T20:02:58.295Z | Done (0.002s) |
192 | 2025-01-29T20:02:58.881Z | Done (0.586s) |
193 | 2025-01-29T20:03:03.398Z | Done (4.285s) |
194 | 2025-01-29T20:03:03.485Z | Done (0.018s) |
195 | 2025-01-29T20:03:03.487Z | Done (0.000s) |
196 | 2025-01-29T20:03:03.649Z | Done (0.000s) |
197 | 2025-01-29T20:03:04.353Z | Planning: Evaluating mediator changes ... Done |
198 | 2025-01-29T20:03:04.519Z | Planning: Checking for conflicting actions ... Done |
199 | 2025-01-29T20:03:04.522Z | Planning: Consolidating action changes ... Done |
200 | 2025-01-29T20:03:04.797Z | Planning: Evaluating mediators ... Done |
201 | 2025-01-29T20:03:04.801Z | Planning: Planning completed in 0.45 seconds |
202 | 2025-01-29T20:03:04.840Z | Mediators to change: 2 |
203 | 2025-01-29T20:03:04.842Z | Create boot environment: No |
204 | 2025-01-29T20:03:04.842Z | Create backup boot environment: No |
205 | 2025-01-29T20:03:04.924Z | Done |
206 | 2025-01-29T20:03:04.924Z | Done |
207 | 2025-01-29T20:03:05.296Z | Done |
208 | 2025-01-29T20:03:08.970Z | Done |
209 | 2025-01-29T20:03:09.063Z | Done |
210 | 2025-01-29T20:03:09.066Z | Done |
211 | 2025-01-29T20:03:09.269Z | Done |
212 | 2025-01-29T20:03:09.899Z | Planning: Evaluating mediator changes ... Done |
213 | 2025-01-29T20:03:09.902Z | Planning: Merging actions ... Done |
214 | 2025-01-29T20:03:10.094Z | Planning: Checking for conflicting actions ... Done |
215 | 2025-01-29T20:03:10.097Z | Planning: Consolidating action changes ... Done |
216 | 2025-01-29T20:03:10.361Z | Planning: Evaluating mediators ... Done |
217 | 2025-01-29T20:03:10.416Z | Planning: Planning completed in 0.76 seconds |
218 | 2025-01-29T20:03:10.456Z | Packages to change: 1 |
219 | 2025-01-29T20:03:10.456Z | Mediators to change: 1 |
220 | 2025-01-29T20:03:10.459Z | Services to change: 1 |
221 | 2025-01-29T20:03:10.459Z | Create boot environment: No |
222 | 2025-01-29T20:03:10.459Z | Create backup boot environment: Yes |
223 | 2025-01-29T20:03:12.758Z | Actions: 1/6 actions (Updating modified actions) |
224 | 2025-01-29T20:03:12.765Z | Actions: Completed 6 actions in 0.00 seconds. |
225 | 2025-01-29T20:03:12.765Z | Done |
226 | 2025-01-29T20:03:12.766Z | Done |
227 | 2025-01-29T20:03:12.877Z | Done |
228 | 2025-01-29T20:03:16.531Z | Done |
229 | 2025-01-29T20:03:16.620Z | Done |
230 | 2025-01-29T20:03:16.623Z | Done |
231 | 2025-01-29T20:03:16.753Z | Done |
232 | 2025-01-29T20:03:17.194Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
233 | 2025-01-29T20:03:17.194Z | clang system 15 system |
234 | 2025-01-29T20:03:17.194Z | csh system system illumos |
235 | 2025-01-29T20:03:17.194Z | ctags system system illumos |
236 | 2025-01-29T20:03:17.194Z | gcc vendor 12 vendor |
237 | 2025-01-29T20:03:17.194Z | gcc system 10 system |
238 | 2025-01-29T20:03:17.194Z | gcc system 7 system |
239 | 2025-01-29T20:03:17.194Z | go system 1.20 system |
240 | 2025-01-29T20:03:17.194Z | go system 1.19 system |
241 | 2025-01-29T20:03:17.194Z | llvm system 15 system |
242 | 2025-01-29T20:03:17.194Z | llvm system 14 system |
243 | 2025-01-29T20:03:17.194Z | mariadb system 10.6 system |
244 | 2025-01-29T20:03:17.194Z | mta vendor vendor dma |
245 | 2025-01-29T20:03:17.194Z | openjdk system 17 system |
246 | 2025-01-29T20:03:17.194Z | openjdk system 11 system |
247 | 2025-01-29T20:03:17.194Z | openjdk system 1.8 system |
248 | 2025-01-29T20:03:17.194Z | openssl vendor 3 vendor |
249 | 2025-01-29T20:03:17.194Z | perl system 5.36 system |
250 | 2025-01-29T20:03:17.194Z | postgresql system 15 system |
251 | 2025-01-29T20:03:17.194Z | postgresql system 13 system |
252 | 2025-01-29T20:03:17.194Z | python vendor 3 vendor |
253 | 2025-01-29T20:03:17.194Z | python system 2 system |
254 | 2025-01-29T20:03:17.194Z | python3 system 3.11 system |
255 | 2025-01-29T20:03:17.194Z | ruby system 3.0 system |
256 | 2025-01-29T20:03:17.194Z | words vendor vendor american-english |
257 | 2025-01-29T20:03:17.194Z | words system system australian-english |
258 | 2025-01-29T20:03:17.195Z | words system system british-english |
259 | 2025-01-29T20:03:17.195Z | words system system canadian-english |
260 | 2025-01-29T20:03:17.195Z | words system system french |
261 | 2025-01-29T20:03:17.195Z | words system system italian |
262 | 2025-01-29T20:03:17.195Z | words system system ngerman |
263 | 2025-01-29T20:03:17.195Z | words system system ogerman |
264 | 2025-01-29T20:03:17.195Z | words system system spanish |
265 | 2025-01-29T20:03:17.533Z | PUBLISHER TYPE STATUS P LOCATION |
266 | 2025-01-29T20:03:17.533Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
267 | 2025-01-29T20:03:20.342Z | FMRI IFO |
268 | 2025-01-29T20:03:20.342Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
269 | 2025-01-29T20:03:20.342Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
270 | 2025-01-29T20:03:20.342Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
271 | 2025-01-29T20:03:20.342Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
272 | 2025-01-29T20:03:20.342Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
273 | 2025-01-29T20:03:20.342Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
274 | 2025-01-29T20:03:20.342Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
275 | 2025-01-29T20:03:20.343Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
276 | 2025-01-29T20:03:20.343Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
277 | 2025-01-29T20:03:20.343Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
278 | 2025-01-29T20:03:20.343Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
279 | 2025-01-29T20:03:20.343Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
280 | 2025-01-29T20:03:20.343Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
281 | 2025-01-29T20:03:20.343Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
282 | 2025-01-29T20:03:20.343Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
283 | 2025-01-29T20:03:21.105Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
284 | 2025-01-29T20:03:21.367Z | Updating crates.io index |
285 | 2025-01-29T20:03:21.369Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
286 | 2025-01-29T20:03:21.712Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
287 | 2025-01-29T20:03:22.231Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
288 | 2025-01-29T20:03:22.550Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
289 | 2025-01-29T20:03:22.844Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
290 | 2025-01-29T20:03:23.097Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
291 | 2025-01-29T20:03:24.100Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
292 | 2025-01-29T20:03:25.835Z | Updating git repository `https://github.com/oxidecomputer/opte` |
293 | 2025-01-29T20:03:26.603Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
294 | 2025-01-29T20:03:27.592Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
295 | 2025-01-29T20:03:27.871Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
296 | 2025-01-29T20:03:28.245Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
297 | 2025-01-29T20:03:28.909Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
298 | 2025-01-29T20:03:29.309Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
299 | 2025-01-29T20:03:29.639Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
300 | 2025-01-29T20:03:29.920Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
301 | 2025-01-29T20:03:30.248Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
302 | 2025-01-29T20:03:30.511Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
303 | 2025-01-29T20:03:30.832Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
304 | 2025-01-29T20:03:31.138Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
305 | 2025-01-29T20:03:31.442Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
306 | 2025-01-29T20:03:31.786Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
307 | 2025-01-29T20:03:32.113Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
308 | 2025-01-29T20:03:32.512Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2025-01-29T20:03:33.061Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
310 | 2025-01-29T20:03:33.387Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
311 | 2025-01-29T20:03:33.799Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
312 | 2025-01-29T20:03:34.176Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
313 | 2025-01-29T20:03:34.470Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
314 | 2025-01-29T20:03:34.721Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
315 | 2025-01-29T20:03:34.996Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
316 | 2025-01-29T20:03:36.265Z | Downloading crates ... |
317 | 2025-01-29T20:03:36.343Z | Downloaded cfg-if v1.0.0 |
318 | 2025-01-29T20:03:36.346Z | Downloaded cargo_metadata v0.18.1 |
319 | 2025-01-29T20:03:36.348Z | Downloaded bytecount v0.6.8 |
320 | 2025-01-29T20:03:36.351Z | Downloaded autocfg v1.4.0 |
321 | 2025-01-29T20:03:36.351Z | Downloaded anstyle-parse v0.2.5 |
322 | 2025-01-29T20:03:36.355Z | Downloaded equivalent v1.0.1 |
323 | 2025-01-29T20:03:36.355Z | Downloaded dtrace-parser v0.2.0 |
324 | 2025-01-29T20:03:36.355Z | Downloaded anstyle v1.0.10 |
325 | 2025-01-29T20:03:36.358Z | Downloaded cargo-platform v0.1.8 |
326 | 2025-01-29T20:03:36.368Z | Downloaded usdt-attr-macro v0.5.0 |
327 | 2025-01-29T20:03:36.371Z | Downloaded scroll_derive v0.12.0 |
328 | 2025-01-29T20:03:36.380Z | Downloaded usdt-macro v0.5.0 |
329 | 2025-01-29T20:03:36.383Z | Downloaded swrite v0.1.0 |
330 | 2025-01-29T20:03:36.386Z | Downloaded anstyle-query v1.1.1 |
331 | 2025-01-29T20:03:36.400Z | Downloaded block-buffer v0.10.4 |
332 | 2025-01-29T20:03:36.400Z | Downloaded pest_generator v2.7.14 |
333 | 2025-01-29T20:03:36.400Z | Downloaded generic-array v0.14.7 |
334 | 2025-01-29T20:03:36.400Z | Downloaded is_terminal_polyfill v1.70.1 |
335 | 2025-01-29T20:03:36.400Z | Downloaded cpufeatures v0.2.14 |
336 | 2025-01-29T20:03:36.404Z | Downloaded utf8parse v0.2.2 |
337 | 2025-01-29T20:03:36.406Z | Downloaded version_check v0.9.5 |
338 | 2025-01-29T20:03:36.407Z | Downloaded thiserror v1.0.69 |
339 | 2025-01-29T20:03:36.411Z | Downloaded usdt v0.5.0 |
340 | 2025-01-29T20:03:36.414Z | Downloaded serde_spanned v0.6.8 |
341 | 2025-01-29T20:03:36.414Z | Downloaded dof v0.3.0 |
342 | 2025-01-29T20:03:36.416Z | Downloaded strsim v0.11.1 |
343 | 2025-01-29T20:03:36.416Z | Downloaded colorchoice v1.0.2 |
344 | 2025-01-29T20:03:36.416Z | Downloaded itoa v1.0.11 |
345 | 2025-01-29T20:03:36.419Z | Downloaded tabled_derive v0.7.0 |
346 | 2025-01-29T20:03:36.419Z | Downloaded pretty-hex v0.4.1 |
347 | 2025-01-29T20:03:36.419Z | Downloaded macaddr v1.0.1 |
348 | 2025-01-29T20:03:36.422Z | Downloaded heck v0.5.0 |
349 | 2025-01-29T20:03:36.422Z | Downloaded fnv v1.0.7 |
350 | 2025-01-29T20:03:36.425Z | Downloaded unicode-linebreak v0.1.5 |
351 | 2025-01-29T20:03:36.425Z | Downloaded serde_tokenstream v0.2.2 |
352 | 2025-01-29T20:03:36.425Z | Downloaded plain v0.2.3 |
353 | 2025-01-29T20:03:36.428Z | Downloaded thread-id v4.2.2 |
354 | 2025-01-29T20:03:36.428Z | Downloaded terminal_size v0.4.0 |
355 | 2025-01-29T20:03:36.428Z | Downloaded fastrand v2.1.1 |
356 | 2025-01-29T20:03:36.430Z | Downloaded errno v0.3.9 |
357 | 2025-01-29T20:03:36.436Z | Downloaded memmap v0.7.0 |
358 | 2025-01-29T20:03:36.438Z | Downloaded thiserror-impl v1.0.69 |
359 | 2025-01-29T20:03:36.441Z | Downloaded proc-macro-error-attr v1.0.4 |
360 | 2025-01-29T20:03:36.441Z | Downloaded clap_lex v0.7.4 |
361 | 2025-01-29T20:03:36.444Z | Downloaded cargo_toml v0.20.5 |
362 | 2025-01-29T20:03:36.446Z | Downloaded camino v1.1.9 |
363 | 2025-01-29T20:03:36.452Z | Downloaded smawk v0.3.2 |
364 | 2025-01-29T20:03:36.455Z | Downloaded proc-macro-error v1.0.4 |
365 | 2025-01-29T20:03:36.458Z | Downloaded crypto-common v0.1.6 |
366 | 2025-01-29T20:03:36.461Z | Downloaded once_cell v1.20.2 |
367 | 2025-01-29T20:03:36.464Z | Downloaded fs-err v2.11.0 |
368 | 2025-01-29T20:03:36.469Z | Downloaded digest v0.10.7 |
369 | 2025-01-29T20:03:36.471Z | Downloaded sha2 v0.10.8 |
370 | 2025-01-29T20:03:36.479Z | Downloaded usdt-impl v0.5.0 |
371 | 2025-01-29T20:03:36.482Z | Downloaded scroll v0.12.0 |
372 | 2025-01-29T20:03:36.484Z | Downloaded tempfile v3.13.0 |
373 | 2025-01-29T20:03:36.489Z | Downloaded bitflags v2.6.0 |
374 | 2025-01-29T20:03:36.492Z | Downloaded semver v1.0.24 |
375 | 2025-01-29T20:03:36.498Z | Downloaded typenum v1.17.0 |
376 | 2025-01-29T20:03:36.500Z | Downloaded toml_datetime v0.6.8 |
377 | 2025-01-29T20:03:36.503Z | Downloaded byteorder v1.5.0 |
378 | 2025-01-29T20:03:36.503Z | Downloaded toml v0.8.19 |
379 | 2025-01-29T20:03:36.506Z | Downloaded heck v0.4.1 |
380 | 2025-01-29T20:03:36.508Z | Downloaded ryu v1.0.18 |
381 | 2025-01-29T20:03:36.511Z | Downloaded clap v4.5.27 |
382 | 2025-01-29T20:03:36.517Z | Downloaded zerocopy-derive v0.7.35 |
383 | 2025-01-29T20:03:36.521Z | Downloaded textwrap v0.16.1 |
384 | 2025-01-29T20:03:36.524Z | Downloaded quote v1.0.38 |
385 | 2025-01-29T20:03:36.526Z | Downloaded ucd-trie v0.1.7 |
386 | 2025-01-29T20:03:36.529Z | Downloaded clap_derive v4.5.24 |
387 | 2025-01-29T20:03:36.529Z | Downloaded pest_derive v2.7.14 |
388 | 2025-01-29T20:03:36.532Z | Downloaded papergrid v0.11.0 |
389 | 2025-01-29T20:03:36.535Z | Downloaded anstream v0.6.15 |
390 | 2025-01-29T20:03:36.538Z | Downloaded anyhow v1.0.95 |
391 | 2025-01-29T20:03:36.541Z | Downloaded pest_meta v2.7.14 |
392 | 2025-01-29T20:03:36.544Z | Downloaded log v0.4.22 |
393 | 2025-01-29T20:03:36.546Z | Downloaded serde_derive v1.0.217 |
394 | 2025-01-29T20:03:36.549Z | Downloaded camino-tempfile v1.1.1 |
395 | 2025-01-29T20:03:36.553Z | Downloaded proc-macro2 v1.0.92 |
396 | 2025-01-29T20:03:36.561Z | Downloaded indexmap v2.7.1 |
397 | 2025-01-29T20:03:36.571Z | Downloaded unicode-ident v1.0.14 |
398 | 2025-01-29T20:03:36.580Z | Downloaded serde v1.0.217 |
399 | 2025-01-29T20:03:36.583Z | Downloaded memchr v2.7.4 |
400 | 2025-01-29T20:03:36.589Z | Downloaded toml_edit v0.22.22 |
401 | 2025-01-29T20:03:36.628Z | Downloaded pest v2.7.14 |
402 | 2025-01-29T20:03:36.636Z | Downloaded hashbrown v0.15.1 |
403 | 2025-01-29T20:03:36.641Z | Downloaded serde_json v1.0.135 |
404 | 2025-01-29T20:03:36.648Z | Downloaded zerocopy v0.7.35 |
405 | 2025-01-29T20:03:36.672Z | Downloaded winnow v0.6.20 |
406 | 2025-01-29T20:03:36.680Z | Downloaded goblin v0.8.2 |
407 | 2025-01-29T20:03:36.686Z | Downloaded tabled v0.15.0 |
408 | 2025-01-29T20:03:36.702Z | Downloaded clap_builder v4.5.27 |
409 | 2025-01-29T20:03:36.710Z | Downloaded syn v1.0.109 |
410 | 2025-01-29T20:03:36.721Z | Downloaded unicode-width v0.1.14 |
411 | 2025-01-29T20:03:36.727Z | Downloaded syn v2.0.96 |
412 | 2025-01-29T20:03:36.739Z | Downloaded rustix v0.38.37 |
413 | 2025-01-29T20:03:36.772Z | Downloaded libc v0.2.169 |
414 | 2025-01-29T20:03:37.089Z | Compiling proc-macro2 v1.0.92 |
415 | 2025-01-29T20:03:37.089Z | Compiling unicode-ident v1.0.14 |
416 | 2025-01-29T20:03:37.089Z | Compiling serde v1.0.217 |
417 | 2025-01-29T20:03:37.092Z | Compiling version_check v0.9.5 |
418 | 2025-01-29T20:03:37.092Z | Compiling memchr v2.7.4 |
419 | 2025-01-29T20:03:37.092Z | Compiling thiserror v1.0.69 |
420 | 2025-01-29T20:03:37.126Z | Compiling libc v0.2.169 |
421 | 2025-01-29T20:03:37.128Z | Compiling ryu v1.0.18 |
422 | 2025-01-29T20:03:37.364Z | Compiling itoa v1.0.11 |
423 | 2025-01-29T20:03:37.531Z | Compiling ucd-trie v0.1.7 |
424 | 2025-01-29T20:03:37.810Z | Compiling once_cell v1.20.2 |
425 | 2025-01-29T20:03:38.000Z | Compiling byteorder v1.5.0 |
426 | 2025-01-29T20:03:38.107Z | Compiling rustix v0.38.37 |
427 | 2025-01-29T20:03:38.182Z | Compiling serde_json v1.0.135 |
428 | 2025-01-29T20:03:38.235Z | Compiling bitflags v2.6.0 |
429 | 2025-01-29T20:03:38.547Z | Compiling usdt-impl v0.5.0 |
430 | 2025-01-29T20:03:38.639Z | Compiling proc-macro-error-attr v1.0.4 |
431 | 2025-01-29T20:03:38.664Z | Compiling syn v1.0.109 |
432 | 2025-01-29T20:03:38.776Z | Compiling proc-macro-error v1.0.4 |
433 | 2025-01-29T20:03:38.890Z | Compiling quote v1.0.38 |
434 | 2025-01-29T20:03:39.010Z | Compiling errno v0.3.9 |
435 | 2025-01-29T20:03:39.075Z | Compiling hashbrown v0.15.1 |
436 | 2025-01-29T20:03:39.155Z | Compiling utf8parse v0.2.2 |
437 | 2025-01-29T20:03:39.251Z | Compiling log v0.4.22 |
438 | 2025-01-29T20:03:39.276Z | Compiling syn v2.0.96 |
439 | 2025-01-29T20:03:39.328Z | Compiling camino v1.1.9 |
440 | 2025-01-29T20:03:39.544Z | Compiling thread-id v4.2.2 |
441 | 2025-01-29T20:03:39.577Z | Compiling equivalent v1.0.1 |
442 | 2025-01-29T20:03:39.611Z | Compiling plain v0.2.3 |
443 | 2025-01-29T20:03:39.670Z | Compiling anstyle-parse v0.2.5 |
444 | 2025-01-29T20:03:40.011Z | Compiling colorchoice v1.0.2 |
445 | 2025-01-29T20:03:40.038Z | Compiling autocfg v1.4.0 |
446 | 2025-01-29T20:03:40.156Z | Compiling indexmap v2.7.1 |
447 | 2025-01-29T20:03:40.199Z | Compiling anstyle v1.0.10 |
448 | 2025-01-29T20:03:40.315Z | Compiling anstyle-query v1.1.1 |
449 | 2025-01-29T20:03:40.394Z | Compiling pretty-hex v0.4.1 |
450 | 2025-01-29T20:03:40.482Z | Compiling winnow v0.6.20 |
451 | 2025-01-29T20:03:40.633Z | Compiling semver v1.0.24 |
452 | 2025-01-29T20:03:40.636Z | Compiling is_terminal_polyfill v1.70.1 |
453 | 2025-01-29T20:03:40.809Z | Compiling unicode-width v0.1.14 |
454 | 2025-01-29T20:03:41.036Z | Compiling fs-err v2.11.0 |
455 | 2025-01-29T20:03:41.182Z | Compiling terminal_size v0.4.0 |
456 | 2025-01-29T20:03:41.346Z | Compiling anstream v0.6.15 |
457 | 2025-01-29T20:03:41.419Z | Compiling heck v0.5.0 |
458 | 2025-01-29T20:03:41.513Z | Compiling heck v0.4.1 |
459 | 2025-01-29T20:03:41.539Z | Compiling fnv v1.0.7 |
460 | 2025-01-29T20:03:41.750Z | Compiling fastrand v2.1.1 |
461 | 2025-01-29T20:03:41.827Z | Compiling bytecount v0.6.8 |
462 | 2025-01-29T20:03:41.977Z | Compiling cfg-if v1.0.0 |
463 | 2025-01-29T20:03:42.021Z | Compiling strsim v0.11.1 |
464 | 2025-01-29T20:03:42.068Z | Compiling clap_lex v0.7.4 |
465 | 2025-01-29T20:03:42.094Z | Compiling anyhow v1.0.95 |
466 | 2025-01-29T20:03:42.295Z | Compiling tempfile v3.13.0 |
467 | 2025-01-29T20:03:42.508Z | Compiling clap_builder v4.5.27 |
468 | 2025-01-29T20:03:42.865Z | Compiling papergrid v0.11.0 |
469 | 2025-01-29T20:03:43.076Z | Compiling memmap v0.7.0 |
470 | 2025-01-29T20:03:43.105Z | Compiling unicode-linebreak v0.1.5 |
471 | 2025-01-29T20:03:43.131Z | Compiling smawk v0.3.2 |
472 | 2025-01-29T20:03:43.627Z | Compiling textwrap v0.16.1 |
473 | 2025-01-29T20:03:43.902Z | Compiling swrite v0.1.0 |
474 | 2025-01-29T20:03:44.551Z | Compiling tabled_derive v0.7.0 |
475 | 2025-01-29T20:03:46.126Z | Compiling tabled v0.15.0 |
476 | 2025-01-29T20:03:46.234Z | Compiling serde_derive v1.0.217 |
477 | 2025-01-29T20:03:46.234Z | Compiling thiserror-impl v1.0.69 |
478 | 2025-01-29T20:03:46.254Z | Compiling zerocopy-derive v0.7.35 |
479 | 2025-01-29T20:03:46.423Z | Compiling scroll_derive v0.12.0 |
480 | 2025-01-29T20:03:46.462Z | Compiling clap_derive v4.5.24 |
481 | 2025-01-29T20:03:47.727Z | Compiling scroll v0.12.0 |
482 | 2025-01-29T20:03:48.185Z | Compiling goblin v0.8.2 |
483 | 2025-01-29T20:03:48.377Z | Compiling zerocopy v0.7.35 |
484 | 2025-01-29T20:03:49.008Z | Compiling pest v2.7.14 |
485 | 2025-01-29T20:03:49.760Z | Compiling clap v4.5.27 |
486 | 2025-01-29T20:03:51.154Z | Compiling pest_meta v2.7.14 |
487 | 2025-01-29T20:03:52.175Z | Compiling pest_generator v2.7.14 |
488 | 2025-01-29T20:03:53.589Z | Compiling pest_derive v2.7.14 |
489 | 2025-01-29T20:03:54.221Z | Compiling dtrace-parser v0.2.0 |
490 | 2025-01-29T20:03:55.111Z | Compiling toml_datetime v0.6.8 |
491 | 2025-01-29T20:03:55.111Z | Compiling serde_spanned v0.6.8 |
492 | 2025-01-29T20:03:55.113Z | Compiling cargo-platform v0.1.8 |
493 | 2025-01-29T20:03:55.457Z | Compiling serde_tokenstream v0.2.2 |
494 | 2025-01-29T20:03:55.484Z | Compiling macaddr v1.0.1 |
495 | 2025-01-29T20:03:55.634Z | Compiling toml_edit v0.22.22 |
496 | 2025-01-29T20:03:55.752Z | Compiling camino-tempfile v1.1.1 |
497 | 2025-01-29T20:03:56.496Z | Compiling dof v0.3.0 |
498 | 2025-01-29T20:03:56.496Z | Compiling cargo_metadata v0.18.1 |
499 | 2025-01-29T20:03:58.091Z | Compiling usdt-macro v0.5.0 |
500 | 2025-01-29T20:03:58.093Z | Compiling usdt-attr-macro v0.5.0 |
501 | 2025-01-29T20:03:58.390Z | Compiling toml v0.8.19 |
502 | 2025-01-29T20:03:59.198Z | Compiling cargo_toml v0.20.5 |
503 | 2025-01-29T20:03:59.307Z | Compiling usdt v0.5.0 |
504 | 2025-01-29T20:04:01.888Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
505 | 2025-01-29T20:04:05.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.14s |
506 | 2025-01-29T20:04:05.301Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
507 | 2025-01-29T20:04:05.828Z | Downloading crates ... |
508 | 2025-01-29T20:04:05.963Z | Downloaded addr2line v0.24.2 |
509 | 2025-01-29T20:04:05.974Z | Downloaded heck v0.3.3 |
510 | 2025-01-29T20:04:05.981Z | Downloaded async-stream-impl v0.3.6 |
511 | 2025-01-29T20:04:05.983Z | Downloaded ciborium-io v0.2.2 |
512 | 2025-01-29T20:04:05.986Z | Downloaded httpdate v1.0.3 |
513 | 2025-01-29T20:04:05.988Z | Downloaded hostname v0.4.0 |
514 | 2025-01-29T20:04:05.991Z | Downloaded darling v0.20.10 |
515 | 2025-01-29T20:04:05.996Z | Downloaded hubpack_derive v0.1.1 |
516 | 2025-01-29T20:04:06.000Z | Downloaded crunchy v0.2.2 |
517 | 2025-01-29T20:04:06.000Z | Downloaded http-range v0.1.5 |
518 | 2025-01-29T20:04:06.000Z | Downloaded cstr-argument v0.1.2 |
519 | 2025-01-29T20:04:06.001Z | Downloaded atty v0.2.14 |
520 | 2025-01-29T20:04:06.003Z | Downloaded arrayref v0.3.9 |
521 | 2025-01-29T20:04:06.003Z | Downloaded match_cfg v0.1.0 |
522 | 2025-01-29T20:04:06.003Z | Downloaded cfg_aliases v0.2.1 |
523 | 2025-01-29T20:04:06.006Z | Downloaded hex-literal v0.4.1 |
524 | 2025-01-29T20:04:06.006Z | Downloaded cfg_aliases v0.1.1 |
525 | 2025-01-29T20:04:06.009Z | Downloaded crucible-workspace-hack v0.1.0 |
526 | 2025-01-29T20:04:06.011Z | Downloaded ident_case v1.0.1 |
527 | 2025-01-29T20:04:06.014Z | Downloaded icu_provider_macros v1.5.0 |
528 | 2025-01-29T20:04:06.017Z | Downloaded array-init v0.0.4 |
529 | 2025-01-29T20:04:06.019Z | Downloaded aead v0.5.2 |
530 | 2025-01-29T20:04:06.022Z | Downloaded adler2 v2.0.0 |
531 | 2025-01-29T20:04:06.024Z | Downloaded cobs v0.2.3 |
532 | 2025-01-29T20:04:06.027Z | Downloaded curve25519-dalek-derive v0.1.1 |
533 | 2025-01-29T20:04:06.029Z | Downloaded bitflags v1.3.2 |
534 | 2025-01-29T20:04:06.032Z | Downloaded hubpack v0.1.2 |
535 | 2025-01-29T20:04:06.032Z | Downloaded cexpr v0.6.0 |
536 | 2025-01-29T20:04:06.035Z | Downloaded crc-catalog v2.4.0 |
537 | 2025-01-29T20:04:06.038Z | Downloaded linear-map v1.2.0 |
538 | 2025-01-29T20:04:06.040Z | Downloaded kstat-rs v0.2.4 |
539 | 2025-01-29T20:04:06.040Z | Downloaded cbc v0.1.2 |
540 | 2025-01-29T20:04:06.043Z | Downloaded idna_adapter v1.2.0 |
541 | 2025-01-29T20:04:06.043Z | Downloaded humantime v2.1.0 |
542 | 2025-01-29T20:04:06.046Z | Downloaded bitfield v0.14.0 |
543 | 2025-01-29T20:04:06.046Z | Downloaded ciborium-ll v0.2.2 |
544 | 2025-01-29T20:04:06.050Z | Downloaded chacha20 v0.9.1 |
545 | 2025-01-29T20:04:06.050Z | Downloaded managed v0.8.0 |
546 | 2025-01-29T20:04:06.053Z | Downloaded colored v2.1.0 |
547 | 2025-01-29T20:04:06.053Z | Downloaded async-recursion v1.1.1 |
548 | 2025-01-29T20:04:06.055Z | Downloaded instability v0.3.2 |
549 | 2025-01-29T20:04:06.058Z | Downloaded mime v0.3.17 |
550 | 2025-01-29T20:04:06.061Z | Downloaded arrayvec v0.7.6 |
551 | 2025-01-29T20:04:06.061Z | Downloaded argon2 v0.5.3 |
552 | 2025-01-29T20:04:06.064Z | Downloaded maybe-uninit v2.0.0 |
553 | 2025-01-29T20:04:06.066Z | Downloaded linked-hash-map v0.5.6 |
554 | 2025-01-29T20:04:06.066Z | Downloaded indoc v1.0.9 |
555 | 2025-01-29T20:04:06.069Z | Downloaded indent_write v2.2.0 |
556 | 2025-01-29T20:04:06.079Z | Downloaded libsw v3.3.1 |
557 | 2025-01-29T20:04:06.079Z | Downloaded is-terminal v0.4.13 |
558 | 2025-01-29T20:04:06.079Z | Downloaded ctr v0.9.2 |
559 | 2025-01-29T20:04:06.079Z | Downloaded mockall v0.13.0 |
560 | 2025-01-29T20:04:06.079Z | Downloaded crc v3.2.1 |
561 | 2025-01-29T20:04:06.079Z | Downloaded mirai-annotations v1.12.0 |
562 | 2025-01-29T20:04:06.083Z | Downloaded progenitor-client v0.9.1 |
563 | 2025-01-29T20:04:06.083Z | Downloaded md-5 v0.10.6 |
564 | 2025-01-29T20:04:06.083Z | Downloaded internet-checksum v0.2.1 |
565 | 2025-01-29T20:04:06.086Z | Downloaded libefi-sys v0.1.0 |
566 | 2025-01-29T20:04:06.086Z | Downloaded iana-time-zone v0.1.61 |
567 | 2025-01-29T20:04:06.088Z | Downloaded atomicwrites v0.4.4 |
568 | 2025-01-29T20:04:06.091Z | Downloaded hyper-rustls v0.27.3 |
569 | 2025-01-29T20:04:06.093Z | Downloaded inout v0.1.3 |
570 | 2025-01-29T20:04:06.093Z | Downloaded icu_locid_transform v1.5.0 |
571 | 2025-01-29T20:04:06.096Z | Downloaded chrono-tz-build v0.4.0 |
572 | 2025-01-29T20:04:06.099Z | Downloaded instant v0.1.13 |
573 | 2025-01-29T20:04:06.099Z | Downloaded crc32fast v1.4.2 |
574 | 2025-01-29T20:04:06.101Z | Downloaded md5 v0.7.0 |
575 | 2025-01-29T20:04:06.104Z | Downloaded lazycell v1.3.0 |
576 | 2025-01-29T20:04:06.104Z | Downloaded cookie_store v0.21.1 |
577 | 2025-01-29T20:04:06.106Z | Downloaded lockfree-object-pool v0.1.6 |
578 | 2025-01-29T20:04:06.109Z | Downloaded lru v0.12.5 |
579 | 2025-01-29T20:04:06.111Z | Downloaded block-padding v0.3.3 |
580 | 2025-01-29T20:04:06.111Z | Downloaded bzip2 v0.4.4 |
581 | 2025-01-29T20:04:06.114Z | Downloaded buf-list v1.0.3 |
582 | 2025-01-29T20:04:06.117Z | Downloaded ipnet v2.10.1 |
583 | 2025-01-29T20:04:06.117Z | Downloaded hyper-tls v0.6.0 |
584 | 2025-01-29T20:04:06.120Z | Downloaded rand_seeder v0.3.0 |
585 | 2025-01-29T20:04:06.120Z | Downloaded http-body-util v0.1.2 |
586 | 2025-01-29T20:04:06.123Z | Downloaded convert_case v0.4.0 |
587 | 2025-01-29T20:04:06.123Z | Downloaded constant_time_eq v0.3.1 |
588 | 2025-01-29T20:04:06.125Z | Downloaded mime_guess v2.0.5 |
589 | 2025-01-29T20:04:06.128Z | Downloaded ciborium v0.2.2 |
590 | 2025-01-29T20:04:06.131Z | Downloaded memmap2 v0.9.5 |
591 | 2025-01-29T20:04:06.131Z | Downloaded bitfield-struct v0.6.2 |
592 | 2025-01-29T20:04:06.133Z | Downloaded atomic-waker v1.1.2 |
593 | 2025-01-29T20:04:06.136Z | Downloaded litemap v0.7.3 |
594 | 2025-01-29T20:04:06.138Z | Downloaded lock_api v0.4.12 |
595 | 2025-01-29T20:04:06.138Z | Downloaded jobserver v0.1.32 |
596 | 2025-01-29T20:04:06.141Z | Downloaded const_format_proc_macros v0.2.34 |
597 | 2025-01-29T20:04:06.144Z | Downloaded take_mut v0.2.2 |
598 | 2025-01-29T20:04:06.144Z | Downloaded try-lock v0.2.5 |
599 | 2025-01-29T20:04:06.147Z | Downloaded ref-cast v1.0.23 |
600 | 2025-01-29T20:04:06.149Z | Downloaded want v0.3.1 |
601 | 2025-01-29T20:04:06.149Z | Downloaded waitgroup v0.1.2 |
602 | 2025-01-29T20:04:06.152Z | Downloaded lru-cache v0.1.2 |
603 | 2025-01-29T20:04:06.152Z | Downloaded hyper-staticfile v0.10.1 |
604 | 2025-01-29T20:04:06.155Z | Downloaded r2d2 v0.8.10 |
605 | 2025-01-29T20:04:06.157Z | Downloaded hmac v0.12.1 |
606 | 2025-01-29T20:04:06.157Z | Downloaded rustls-pemfile v1.0.4 |
607 | 2025-01-29T20:04:06.160Z | Downloaded rusty-fork v0.3.0 |
608 | 2025-01-29T20:04:06.162Z | Downloaded sct v0.7.1 |
609 | 2025-01-29T20:04:06.166Z | Downloaded ipnetwork v0.20.0 |
610 | 2025-01-29T20:04:06.168Z | Downloaded yoke-derive v0.7.4 |
611 | 2025-01-29T20:04:06.168Z | Downloaded crc-any v2.5.0 |
612 | 2025-01-29T20:04:06.171Z | Downloaded float-ord v0.3.2 |
613 | 2025-01-29T20:04:06.171Z | Downloaded rustc_version v0.1.7 |
614 | 2025-01-29T20:04:06.173Z | Downloaded multer v3.1.0 |
615 | 2025-01-29T20:04:06.176Z | Downloaded crossbeam-epoch v0.9.18 |
616 | 2025-01-29T20:04:06.178Z | Downloaded static_assertions v1.1.0 |
617 | 2025-01-29T20:04:06.181Z | Downloaded icu_locid_transform_data v1.5.0 |
618 | 2025-01-29T20:04:06.181Z | Downloaded allocator-api2 v0.2.18 |
619 | 2025-01-29T20:04:06.184Z | Downloaded derive_builder_macro v0.20.2 |
620 | 2025-01-29T20:04:06.187Z | Downloaded signal-hook-registry v1.4.2 |
621 | 2025-01-29T20:04:06.187Z | Downloaded siphasher v0.3.11 |
622 | 2025-01-29T20:04:06.190Z | Downloaded icu_locid v1.5.0 |
623 | 2025-01-29T20:04:06.193Z | Downloaded spki v0.7.3 |
624 | 2025-01-29T20:04:06.196Z | Downloaded slab v0.4.9 |
625 | 2025-01-29T20:04:06.198Z | Downloaded indexmap v1.9.3 |
626 | 2025-01-29T20:04:06.201Z | Downloaded csv-core v0.1.11 |
627 | 2025-01-29T20:04:06.204Z | Downloaded tap v1.0.1 |
628 | 2025-01-29T20:04:06.204Z | Downloaded clang-sys v1.8.1 |
629 | 2025-01-29T20:04:06.206Z | Downloaded pretty-hex v0.2.1 |
630 | 2025-01-29T20:04:06.209Z | Downloaded phf_shared v0.10.0 |
631 | 2025-01-29T20:04:06.209Z | Downloaded structmeta v0.2.0 |
632 | 2025-01-29T20:04:06.211Z | Downloaded cipher v0.4.4 |
633 | 2025-01-29T20:04:06.211Z | Downloaded tabwriter v1.4.0 |
634 | 2025-01-29T20:04:06.213Z | Downloaded mockall_derive v0.13.0 |
635 | 2025-01-29T20:04:06.216Z | Downloaded utf16_iter v1.0.5 |
636 | 2025-01-29T20:04:06.216Z | Downloaded utf-8 v0.7.6 |
637 | 2025-01-29T20:04:06.219Z | Downloaded miniz_oxide v0.8.0 |
638 | 2025-01-29T20:04:06.222Z | Downloaded tiny-keccak v2.0.2 |
639 | 2025-01-29T20:04:06.224Z | Downloaded strum_macros v0.25.3 |
640 | 2025-01-29T20:04:06.224Z | Downloaded walkdir v2.5.0 |
641 | 2025-01-29T20:04:06.227Z | Downloaded tokio-native-tls v0.3.1 |
642 | 2025-01-29T20:04:06.230Z | Downloaded icu_provider v1.5.0 |
643 | 2025-01-29T20:04:06.232Z | Downloaded embedded-io v0.4.0 |
644 | 2025-01-29T20:04:06.236Z | Downloaded float-cmp v0.9.0 |
645 | 2025-01-29T20:04:06.236Z | Downloaded ena v0.14.3 |
646 | 2025-01-29T20:04:06.238Z | Downloaded embedded-io v0.6.1 |
647 | 2025-01-29T20:04:06.238Z | Downloaded base64 v0.13.1 |
648 | 2025-01-29T20:04:06.241Z | Downloaded termtree v0.4.1 |
649 | 2025-01-29T20:04:06.243Z | Downloaded russh-cryptovec v0.7.3 |
650 | 2025-01-29T20:04:06.243Z | Downloaded compact_str v0.8.0 |
651 | 2025-01-29T20:04:06.246Z | Downloaded chacha20poly1305 v0.10.1 |
652 | 2025-01-29T20:04:06.249Z | Downloaded bytes v1.9.0 |
653 | 2025-01-29T20:04:06.252Z | Downloaded sqlparser_derive v0.2.2 |
654 | 2025-01-29T20:04:06.255Z | Downloaded icu_normalizer v1.5.0 |
655 | 2025-01-29T20:04:06.257Z | Downloaded tinyvec_macros v0.1.1 |
656 | 2025-01-29T20:04:06.259Z | Downloaded arc-swap v1.7.1 |
657 | 2025-01-29T20:04:06.262Z | Downloaded litrs v0.4.1 |
658 | 2025-01-29T20:04:06.265Z | Downloaded blake2 v0.10.6 |
659 | 2025-01-29T20:04:06.267Z | Downloaded num_enum v0.5.11 |
660 | 2025-01-29T20:04:06.272Z | Downloaded hash32 v0.3.1 |
661 | 2025-01-29T20:04:06.274Z | Downloaded cookie v0.18.1 |
662 | 2025-01-29T20:04:06.277Z | Downloaded hash32 v0.2.1 |
663 | 2025-01-29T20:04:06.279Z | Downloaded strum_macros v0.26.4 |
664 | 2025-01-29T20:04:06.282Z | Downloaded darling_macro v0.20.10 |
665 | 2025-01-29T20:04:06.282Z | Downloaded tokio-rustls v0.25.0 |
666 | 2025-01-29T20:04:06.285Z | Downloaded peg v0.8.4 |
667 | 2025-01-29T20:04:06.287Z | Downloaded unicode-truncate v1.1.0 |
668 | 2025-01-29T20:04:06.290Z | Downloaded predicates-tree v1.0.11 |
669 | 2025-01-29T20:04:06.292Z | Downloaded pin-utils v0.1.0 |
670 | 2025-01-29T20:04:06.292Z | Downloaded pbkdf2 v0.11.0 |
671 | 2025-01-29T20:04:06.295Z | Downloaded tokio-rustls v0.24.1 |
672 | 2025-01-29T20:04:06.298Z | Downloaded ron v0.7.1 |
673 | 2025-01-29T20:04:06.301Z | Downloaded yoke v0.7.4 |
674 | 2025-01-29T20:04:06.303Z | Downloaded futures-io v0.3.31 |
675 | 2025-01-29T20:04:06.306Z | Downloaded icu_normalizer_data v1.5.0 |
676 | 2025-01-29T20:04:06.306Z | Downloaded backtrace v0.3.74 |
677 | 2025-01-29T20:04:06.311Z | Downloaded termcolor v1.4.1 |
678 | 2025-01-29T20:04:06.314Z | Downloaded endian-type v0.1.2 |
679 | 2025-01-29T20:04:06.314Z | Downloaded stable_deref_trait v1.2.0 |
680 | 2025-01-29T20:04:06.316Z | Downloaded termios v0.3.3 |
681 | 2025-01-29T20:04:06.317Z | Downloaded smallvec v0.6.14 |
682 | 2025-01-29T20:04:06.319Z | Downloaded signal-hook-mio v0.2.4 |
683 | 2025-01-29T20:04:06.322Z | Downloaded icu_properties v1.5.1 |
684 | 2025-01-29T20:04:06.325Z | Downloaded ssh-encoding v0.2.0 |
685 | 2025-01-29T20:04:06.325Z | Downloaded ssh-cipher v0.2.0 |
686 | 2025-01-29T20:04:06.327Z | Downloaded number_prefix v0.4.0 |
687 | 2025-01-29T20:04:06.327Z | Downloaded serde_plain v1.0.2 |
688 | 2025-01-29T20:04:06.330Z | Downloaded secrecy v0.8.0 |
689 | 2025-01-29T20:04:06.330Z | Downloaded derive_builder_core v0.20.2 |
690 | 2025-01-29T20:04:06.332Z | Downloaded icu_collections v1.5.0 |
691 | 2025-01-29T20:04:06.338Z | Downloaded des v0.8.1 |
692 | 2025-01-29T20:04:06.341Z | Downloaded hickory-resolver v0.24.2 |
693 | 2025-01-29T20:04:06.345Z | Downloaded progenitor-client v0.8.0 |
694 | 2025-01-29T20:04:06.348Z | Downloaded pkcs1 v0.7.5 |
695 | 2025-01-29T20:04:06.351Z | Downloaded num-rational v0.4.2 |
696 | 2025-01-29T20:04:06.351Z | Downloaded xattr v1.3.1 |
697 | 2025-01-29T20:04:06.354Z | Downloaded untrusted v0.9.0 |
698 | 2025-01-29T20:04:06.354Z | Downloaded predicates-core v1.0.8 |
699 | 2025-01-29T20:04:06.356Z | Downloaded num-complex v0.4.6 |
700 | 2025-01-29T20:04:06.359Z | Downloaded untrusted v0.7.1 |
701 | 2025-01-29T20:04:06.359Z | Downloaded pbkdf2 v0.12.2 |
702 | 2025-01-29T20:04:06.362Z | Downloaded bumpalo v3.16.0 |
703 | 2025-01-29T20:04:06.364Z | Downloaded fallible-streaming-iterator v0.1.9 |
704 | 2025-01-29T20:04:06.364Z | Downloaded funty v2.0.0 |
705 | 2025-01-29T20:04:06.375Z | Downloaded getrandom v0.2.15 |
706 | 2025-01-29T20:04:06.379Z | Downloaded zopfli v0.8.1 |
707 | 2025-01-29T20:04:06.381Z | Downloaded dyn-clone v1.0.17 |
708 | 2025-01-29T20:04:06.384Z | Downloaded fragile v2.0.0 |
709 | 2025-01-29T20:04:06.386Z | Downloaded nibble_vec v0.1.0 |
710 | 2025-01-29T20:04:06.386Z | Downloaded fd-lock v4.0.2 |
711 | 2025-01-29T20:04:06.390Z | Downloaded smallvec v1.13.2 |
712 | 2025-01-29T20:04:06.393Z | Downloaded indicatif v0.17.9 |
713 | 2025-01-29T20:04:06.396Z | Downloaded nodrop v0.1.14 |
714 | 2025-01-29T20:04:06.398Z | Downloaded zerocopy v0.6.6 |
715 | 2025-01-29T20:04:06.401Z | Downloaded phf v0.11.2 |
716 | 2025-01-29T20:04:06.401Z | Downloaded packed_struct_codegen v0.10.1 |
717 | 2025-01-29T20:04:06.403Z | Downloaded ron v0.8.1 |
718 | 2025-01-29T20:04:06.407Z | Downloaded progenitor v0.9.1 |
719 | 2025-01-29T20:04:06.410Z | Downloaded fatfs v0.3.6 |
720 | 2025-01-29T20:04:06.413Z | Downloaded tar v0.4.42 |
721 | 2025-01-29T20:04:06.415Z | Downloaded phf_codegen v0.11.2 |
722 | 2025-01-29T20:04:06.418Z | Downloaded twox-hash v2.1.0 |
723 | 2025-01-29T20:04:06.422Z | Downloaded crypto-bigint v0.5.5 |
724 | 2025-01-29T20:04:06.425Z | Downloaded normalize-line-endings v0.3.0 |
725 | 2025-01-29T20:04:06.429Z | Downloaded newtype_derive v0.1.6 |
726 | 2025-01-29T20:04:06.429Z | Downloaded rustc_version v0.4.1 |
727 | 2025-01-29T20:04:06.432Z | Downloaded rustc-hash v2.0.0 |
728 | 2025-01-29T20:04:06.432Z | Downloaded serde_urlencoded v0.7.1 |
729 | 2025-01-29T20:04:06.435Z | Downloaded futures-channel v0.3.31 |
730 | 2025-01-29T20:04:06.435Z | Downloaded heapless v0.8.0 |
731 | 2025-01-29T20:04:06.439Z | Downloaded darling_core v0.20.10 |
732 | 2025-01-29T20:04:06.443Z | Downloaded tokio-tungstenite v0.24.0 |
733 | 2025-01-29T20:04:06.446Z | Downloaded signal-hook v0.3.17 |
734 | 2025-01-29T20:04:06.449Z | Downloaded smf v0.2.3 |
735 | 2025-01-29T20:04:06.452Z | Downloaded toolchain_find v0.4.0 |
736 | 2025-01-29T20:04:06.452Z | Downloaded tinystr v0.7.6 |
737 | 2025-01-29T20:04:06.455Z | Downloaded mio v1.0.2 |
738 | 2025-01-29T20:04:06.459Z | Downloaded thiserror-impl-no-std v2.0.2 |
739 | 2025-01-29T20:04:06.462Z | Downloaded synstructure v0.13.1 |
740 | 2025-01-29T20:04:06.462Z | Downloaded native-tls v0.2.12 |
741 | 2025-01-29T20:04:06.466Z | Downloaded topological-sort v0.2.2 |
742 | 2025-01-29T20:04:06.468Z | Downloaded password-hash v0.4.2 |
743 | 2025-01-29T20:04:06.468Z | Downloaded tinyvec v1.8.0 |
744 | 2025-01-29T20:04:06.471Z | Downloaded zerofrom-derive v0.1.4 |
745 | 2025-01-29T20:04:06.474Z | Downloaded fs_extra v1.3.0 |
746 | 2025-01-29T20:04:06.476Z | Downloaded flume v0.11.1 |
747 | 2025-01-29T20:04:06.479Z | Downloaded num_enum_derive v0.5.11 |
748 | 2025-01-29T20:04:06.479Z | Downloaded crossbeam-channel v0.5.13 |
749 | 2025-01-29T20:04:06.483Z | Downloaded futures-core v0.3.31 |
750 | 2025-01-29T20:04:06.486Z | Downloaded radium v0.7.0 |
751 | 2025-01-29T20:04:06.489Z | Downloaded rustc-demangle v0.1.24 |
752 | 2025-01-29T20:04:06.489Z | Downloaded enum-as-inner v0.6.1 |
753 | 2025-01-29T20:04:06.491Z | Downloaded either v1.13.0 |
754 | 2025-01-29T20:04:06.494Z | Downloaded newtype-uuid v1.2.1 |
755 | 2025-01-29T20:04:06.494Z | Downloaded ed25519 v2.2.3 |
756 | 2025-01-29T20:04:06.496Z | Downloaded url v2.5.3 |
757 | 2025-01-29T20:04:06.499Z | Downloaded dirs-next v2.0.0 |
758 | 2025-01-29T20:04:06.501Z | Downloaded diesel-dtrace v0.4.2 |
759 | 2025-01-29T20:04:06.502Z | Downloaded zerovec-derive v0.10.3 |
760 | 2025-01-29T20:04:06.505Z | Downloaded schemars v0.8.21 |
761 | 2025-01-29T20:04:06.514Z | Downloaded openssl-macros v0.1.1 |
762 | 2025-01-29T20:04:06.517Z | Downloaded progenitor-macro v0.9.1 |
763 | 2025-01-29T20:04:06.517Z | Downloaded progenitor-macro v0.8.0 |
764 | 2025-01-29T20:04:06.519Z | Downloaded parse-display-derive v0.10.0 |
765 | 2025-01-29T20:04:06.519Z | Downloaded time-macros v0.2.18 |
766 | 2025-01-29T20:04:06.522Z | Downloaded slog-term v2.9.1 |
767 | 2025-01-29T20:04:06.524Z | Downloaded opaque-debug v0.3.1 |
768 | 2025-01-29T20:04:06.525Z | Downloaded parse-display v0.10.0 |
769 | 2025-01-29T20:04:06.527Z | Downloaded tls_codec v0.4.1 |
770 | 2025-01-29T20:04:06.529Z | Downloaded snafu-derive v0.8.5 |
771 | 2025-01-29T20:04:06.529Z | Downloaded libxml v0.3.3 |
772 | 2025-01-29T20:04:06.535Z | Downloaded precomputed-hash v0.1.1 |
773 | 2025-01-29T20:04:06.538Z | Downloaded slog-json v2.6.1 |
774 | 2025-01-29T20:04:06.540Z | Downloaded thiserror-impl v2.0.11 |
775 | 2025-01-29T20:04:06.540Z | Downloaded vsss-rs v3.3.4 |
776 | 2025-01-29T20:04:06.543Z | Downloaded tower-service v0.3.3 |
777 | 2025-01-29T20:04:06.545Z | Downloaded time-core v0.1.2 |
778 | 2025-01-29T20:04:06.546Z | Downloaded thread_local v1.1.8 |
779 | 2025-01-29T20:04:06.548Z | Downloaded tokio-postgres v0.7.12 |
780 | 2025-01-29T20:04:06.551Z | Downloaded typify-macro v0.3.0 |
781 | 2025-01-29T20:04:06.553Z | Downloaded typify-macro v0.2.0 |
782 | 2025-01-29T20:04:06.554Z | Downloaded slog-stdlog v4.1.1 |
783 | 2025-01-29T20:04:06.556Z | Downloaded flagset v0.4.6 |
784 | 2025-01-29T20:04:06.556Z | Downloaded pin-project-internal v1.1.6 |
785 | 2025-01-29T20:04:06.559Z | Downloaded xz2 v0.1.7 |
786 | 2025-01-29T20:04:06.561Z | Downloaded tungstenite v0.24.0 |
787 | 2025-01-29T20:04:06.564Z | Downloaded dirs-sys-next v0.1.2 |
788 | 2025-01-29T20:04:06.567Z | Downloaded defmt-macros v0.3.9 |
789 | 2025-01-29T20:04:06.569Z | Downloaded unicode-segmentation v1.12.0 |
790 | 2025-01-29T20:04:06.572Z | Downloaded parse-size v1.1.0 |
791 | 2025-01-29T20:04:06.574Z | Downloaded aes v0.8.4 |
792 | 2025-01-29T20:04:06.577Z | Downloaded num-integer v0.1.46 |
793 | 2025-01-29T20:04:06.581Z | Downloaded futures-sink v0.3.31 |
794 | 2025-01-29T20:04:06.581Z | Downloaded fixedbitset v0.4.2 |
795 | 2025-01-29T20:04:06.584Z | Downloaded rustls-pemfile v2.2.0 |
796 | 2025-01-29T20:04:06.584Z | Downloaded crossterm v0.28.1 |
797 | 2025-01-29T20:04:06.590Z | Downloaded ghash v0.5.1 |
798 | 2025-01-29T20:04:06.592Z | Downloaded futures-task v0.3.31 |
799 | 2025-01-29T20:04:06.593Z | Downloaded itertools v0.12.1 |
800 | 2025-01-29T20:04:06.599Z | Downloaded olpc-cjson v0.1.4 |
801 | 2025-01-29T20:04:06.602Z | Downloaded hyper v1.5.2 |
802 | 2025-01-29T20:04:06.607Z | Downloaded polyval v0.6.2 |
803 | 2025-01-29T20:04:06.610Z | Downloaded serde_with_macros v3.11.0 |
804 | 2025-01-29T20:04:06.612Z | Downloaded powerfmt v0.2.0 |
805 | 2025-01-29T20:04:06.615Z | Downloaded pkg-config v0.3.31 |
806 | 2025-01-29T20:04:06.615Z | Downloaded phf_shared v0.11.2 |
807 | 2025-01-29T20:04:06.618Z | Downloaded wait-timeout v0.2.0 |
808 | 2025-01-29T20:04:06.618Z | Downloaded dropshot_endpoint v0.12.0 |
809 | 2025-01-29T20:04:06.621Z | Downloaded group v0.13.0 |
810 | 2025-01-29T20:04:06.623Z | Downloaded stringprep v0.1.5 |
811 | 2025-01-29T20:04:06.623Z | Downloaded strip-ansi-escapes v0.2.0 |
812 | 2025-01-29T20:04:06.626Z | Downloaded env_logger v0.10.2 |
813 | 2025-01-29T20:04:06.628Z | Downloaded pkcs8 v0.10.2 |
814 | 2025-01-29T20:04:06.631Z | Downloaded defmt v0.3.8 |
815 | 2025-01-29T20:04:06.633Z | Downloaded qorb v0.2.1 |
816 | 2025-01-29T20:04:06.638Z | Downloaded openssl-probe v0.1.5 |
817 | 2025-01-29T20:04:06.640Z | Downloaded path-slash v0.1.5 |
818 | 2025-01-29T20:04:06.640Z | Downloaded aes-gcm v0.10.3 |
819 | 2025-01-29T20:04:06.644Z | Downloaded sigpipe v0.1.3 |
820 | 2025-01-29T20:04:06.646Z | Downloaded defmt-parser v0.3.4 |
821 | 2025-01-29T20:04:06.646Z | Downloaded progenitor-impl v0.9.1 |
822 | 2025-01-29T20:04:06.649Z | Downloaded postgres-protocol v0.6.7 |
823 | 2025-01-29T20:04:06.651Z | Downloaded rustls-pki-types v1.10.0 |
824 | 2025-01-29T20:04:06.654Z | Downloaded signal-hook-tokio v0.3.1 |
825 | 2025-01-29T20:04:06.657Z | Downloaded hashbrown v0.13.2 |
826 | 2025-01-29T20:04:06.666Z | Downloaded multimap v0.10.0 |
827 | 2025-01-29T20:04:06.671Z | Downloaded new_debug_unreachable v1.0.6 |
828 | 2025-01-29T20:04:06.674Z | Downloaded vte_generate_state_changes v0.1.2 |
829 | 2025-01-29T20:04:06.677Z | Downloaded pin-project-lite v0.2.14 |
830 | 2025-01-29T20:04:06.683Z | Downloaded dunce v1.0.5 |
831 | 2025-01-29T20:04:06.685Z | Downloaded unicode-bidi v0.3.17 |
832 | 2025-01-29T20:04:06.690Z | Downloaded fallible-iterator v0.2.0 |
833 | 2025-01-29T20:04:06.693Z | Downloaded elliptic-curve v0.13.8 |
834 | 2025-01-29T20:04:06.696Z | Downloaded snafu v0.8.5 |
835 | 2025-01-29T20:04:06.705Z | Downloaded strum v0.26.3 |
836 | 2025-01-29T20:04:06.708Z | Downloaded foreign-types-shared v0.3.1 |
837 | 2025-01-29T20:04:06.713Z | Downloaded zone_cfg_derive v0.1.2 |
838 | 2025-01-29T20:04:06.713Z | Downloaded universal-hash v0.5.1 |
839 | 2025-01-29T20:04:06.713Z | Downloaded foreign-types-shared v0.1.1 |
840 | 2025-01-29T20:04:06.716Z | Downloaded futures-executor v0.3.31 |
841 | 2025-01-29T20:04:06.716Z | Downloaded prettyplease v0.2.25 |
842 | 2025-01-29T20:04:06.719Z | Downloaded signature v2.2.0 |
843 | 2025-01-29T20:04:06.719Z | Downloaded sha1 v0.10.6 |
844 | 2025-01-29T20:04:06.721Z | Downloaded rfc6979 v0.4.0 |
845 | 2025-01-29T20:04:06.721Z | Downloaded ecdsa v0.16.9 |
846 | 2025-01-29T20:04:06.724Z | Downloaded rustversion v1.0.17 |
847 | 2025-01-29T20:04:06.727Z | Downloaded sync_wrapper v1.0.1 |
848 | 2025-01-29T20:04:06.727Z | Downloaded peg-runtime v0.8.3 |
849 | 2025-01-29T20:04:06.727Z | Downloaded futures-macro v0.3.31 |
850 | 2025-01-29T20:04:06.729Z | Downloaded oso v0.27.3 |
851 | 2025-01-29T20:04:06.732Z | Downloaded pin-project v1.1.6 |
852 | 2025-01-29T20:04:06.743Z | Downloaded zerofrom v0.1.4 |
853 | 2025-01-29T20:04:06.745Z | Downloaded rtoolbox v0.0.2 |
854 | 2025-01-29T20:04:06.745Z | Downloaded foldhash v0.1.3 |
855 | 2025-01-29T20:04:06.745Z | Downloaded term v0.7.0 |
856 | 2025-01-29T20:04:06.748Z | Downloaded num-iter v0.1.45 |
857 | 2025-01-29T20:04:06.750Z | Downloaded difflib v0.4.0 |
858 | 2025-01-29T20:04:06.750Z | Downloaded tokio-tungstenite v0.21.0 |
859 | 2025-01-29T20:04:06.753Z | Downloaded pkcs5 v0.7.1 |
860 | 2025-01-29T20:04:06.756Z | Downloaded tokio-stream v0.1.16 |
861 | 2025-01-29T20:04:06.760Z | Downloaded ed25519-dalek v2.1.1 |
862 | 2025-01-29T20:04:06.764Z | Downloaded unicase v2.7.0 |
863 | 2025-01-29T20:04:06.766Z | Downloaded tungstenite v0.21.0 |
864 | 2025-01-29T20:04:06.769Z | Downloaded ssh-key v0.6.6 |
865 | 2025-01-29T20:04:06.775Z | Downloaded russh v0.45.0 |
866 | 2025-01-29T20:04:06.781Z | Downloaded num v0.4.3 |
867 | 2025-01-29T20:04:06.783Z | Downloaded downcast v0.11.0 |
868 | 2025-01-29T20:04:06.783Z | Downloaded structmeta-derive v0.3.0 |
869 | 2025-01-29T20:04:06.786Z | Downloaded slog-bunyan v2.5.0 |
870 | 2025-01-29T20:04:06.786Z | Downloaded num-conv v0.1.0 |
871 | 2025-01-29T20:04:06.788Z | Downloaded proc-macro-crate v1.3.1 |
872 | 2025-01-29T20:04:06.788Z | Downloaded idna v1.0.3 |
873 | 2025-01-29T20:04:06.791Z | Downloaded structmeta v0.3.0 |
874 | 2025-01-29T20:04:06.794Z | Downloaded packed_struct v0.10.1 |
875 | 2025-01-29T20:04:06.794Z | Downloaded zone v0.3.0 |
876 | 2025-01-29T20:04:06.797Z | Downloaded similar v2.6.0 |
877 | 2025-01-29T20:04:06.799Z | Downloaded diff v0.1.13 |
878 | 2025-01-29T20:04:06.803Z | Downloaded foreign-types-macros v0.2.3 |
879 | 2025-01-29T20:04:06.805Z | Downloaded rustyline v14.0.0 |
880 | 2025-01-29T20:04:06.810Z | Downloaded sync-ptr v0.1.1 |
881 | 2025-01-29T20:04:06.812Z | Downloaded serde-big-array v0.5.1 |
882 | 2025-01-29T20:04:06.815Z | Downloaded foreign-types v0.5.0 |
883 | 2025-01-29T20:04:06.815Z | Downloaded scheduled-thread-pool v0.2.7 |
884 | 2025-01-29T20:04:06.815Z | Downloaded rand_chacha v0.3.1 |
885 | 2025-01-29T20:04:06.819Z | Downloaded document-features v0.2.10 |
886 | 2025-01-29T20:04:06.819Z | Downloaded subtle v2.6.1 |
887 | 2025-01-29T20:04:06.822Z | Downloaded dsl_auto_type v0.1.2 |
888 | 2025-01-29T20:04:06.822Z | Downloaded value-bag v1.9.0 |
889 | 2025-01-29T20:04:06.824Z | Downloaded hkdf v0.12.4 |
890 | 2025-01-29T20:04:06.827Z | Downloaded serde_yaml v0.9.34+deprecated |
891 | 2025-01-29T20:04:06.830Z | Downloaded peg-macros v0.8.4 |
892 | 2025-01-29T20:04:06.833Z | Downloaded blake3 v1.5.4 |
893 | 2025-01-29T20:04:06.841Z | Downloaded vergen v8.3.2 |
894 | 2025-01-29T20:04:06.843Z | Downloaded uuid v1.12.0 |
895 | 2025-01-29T20:04:06.847Z | Downloaded password-hash v0.5.0 |
896 | 2025-01-29T20:04:06.850Z | Downloaded tracing-attributes v0.1.27 |
897 | 2025-01-29T20:04:06.853Z | Downloaded supports-color v3.0.1 |
898 | 2025-01-29T20:04:06.856Z | Downloaded glob v0.3.2 |
899 | 2025-01-29T20:04:06.856Z | Downloaded schemars_derive v0.8.21 |
900 | 2025-01-29T20:04:06.858Z | Downloaded filetime v0.2.25 |
901 | 2025-01-29T20:04:06.861Z | Downloaded tls_codec_derive v0.4.1 |
902 | 2025-01-29T20:04:06.861Z | Downloaded form_urlencoded v1.2.1 |
903 | 2025-01-29T20:04:06.863Z | Downloaded fallible-iterator v0.3.0 |
904 | 2025-01-29T20:04:06.863Z | Downloaded pem v3.0.4 |
905 | 2025-01-29T20:04:06.866Z | Downloaded tokio-tungstenite v0.23.1 |
906 | 2025-01-29T20:04:06.868Z | Downloaded nanorand v0.7.0 |
907 | 2025-01-29T20:04:06.871Z | Downloaded serde_with v3.11.0 |
908 | 2025-01-29T20:04:06.879Z | Downloaded termtree v0.5.1 |
909 | 2025-01-29T20:04:06.882Z | Downloaded omicron-zone-package v0.12.0 |
910 | 2025-01-29T20:04:06.885Z | Downloaded thiserror v2.0.11 |
911 | 2025-01-29T20:04:06.890Z | Downloaded rusqlite v0.32.1 |
912 | 2025-01-29T20:04:06.897Z | Downloaded itertools v0.13.0 |
913 | 2025-01-29T20:04:06.904Z | Downloaded wyz v0.5.1 |
914 | 2025-01-29T20:04:06.907Z | Downloaded progenitor v0.8.0 |
915 | 2025-01-29T20:04:06.908Z | Downloaded writeable v0.5.5 |
916 | 2025-01-29T20:04:06.911Z | Downloaded der_derive v0.7.3 |
917 | 2025-01-29T20:04:06.914Z | Downloaded unsafe-libyaml v0.2.11 |
918 | 2025-01-29T20:04:06.916Z | Downloaded hashlink v0.9.1 |
919 | 2025-01-29T20:04:06.919Z | Downloaded parking_lot v0.12.3 |
920 | 2025-01-29T20:04:06.919Z | Downloaded parking_lot v0.11.2 |
921 | 2025-01-29T20:04:06.921Z | Downloaded heapless v0.7.17 |
922 | 2025-01-29T20:04:06.925Z | Downloaded sec1 v0.7.3 |
923 | 2025-01-29T20:04:06.928Z | Downloaded tough v0.19.0 |
924 | 2025-01-29T20:04:06.935Z | Downloaded tokio-rustls v0.26.0 |
925 | 2025-01-29T20:04:06.937Z | Downloaded semver v0.1.20 |
926 | 2025-01-29T20:04:06.940Z | Downloaded rustfmt-wrapper v0.2.1 |
927 | 2025-01-29T20:04:06.940Z | Downloaded diesel_derives v2.2.3 |
928 | 2025-01-29T20:04:06.943Z | Downloaded openssl-sys v0.9.103 |
929 | 2025-01-29T20:04:06.948Z | Downloaded zip v0.6.6 |
930 | 2025-01-29T20:04:06.952Z | Downloaded typed-path v0.9.3 |
931 | 2025-01-29T20:04:06.958Z | Downloaded icu_properties_data v1.5.0 |
932 | 2025-01-29T20:04:06.968Z | Downloaded half v2.4.1 |
933 | 2025-01-29T20:04:06.971Z | Downloaded chrono v0.4.39 |
934 | 2025-01-29T20:04:06.978Z | Downloaded progenitor-impl v0.8.0 |
935 | 2025-01-29T20:04:06.981Z | Downloaded rsa v0.9.6 |
936 | 2025-01-29T20:04:06.985Z | Downloaded bindgen v0.69.5 |
937 | 2025-01-29T20:04:06.992Z | Downloaded test-strategy v0.3.1 |
938 | 2025-01-29T20:04:06.996Z | Downloaded lalrpop v0.19.12 |
939 | 2025-01-29T20:04:07.006Z | Downloaded p256 v0.13.2 |
940 | 2025-01-29T20:04:07.009Z | Downloaded tracing v0.1.40 |
941 | 2025-01-29T20:04:07.013Z | Downloaded samael v0.0.17 |
942 | 2025-01-29T20:04:07.018Z | Downloaded toml_edit v0.19.15 |
943 | 2025-01-29T20:04:07.034Z | Downloaded rand v0.8.5 |
944 | 2025-01-29T20:04:07.037Z | Downloaded tokio-util v0.7.12 |
945 | 2025-01-29T20:04:07.044Z | Downloaded num-bigint v0.4.6 |
946 | 2025-01-29T20:04:07.049Z | Downloaded nom v7.1.3 |
947 | 2025-01-29T20:04:07.055Z | Downloaded quinn v0.11.5 |
948 | 2025-01-29T20:04:07.058Z | Downloaded rustls-webpki v0.101.7 |
949 | 2025-01-29T20:04:07.072Z | Downloaded time v0.3.36 |
950 | 2025-01-29T20:04:07.078Z | Downloaded winnow v0.5.40 |
951 | 2025-01-29T20:04:07.086Z | Downloaded der v0.7.9 |
952 | 2025-01-29T20:04:07.091Z | Downloaded zip v2.1.3 |
953 | 2025-01-29T20:04:07.095Z | Downloaded portable-atomic v1.9.0 |
954 | 2025-01-29T20:04:07.101Z | Downloaded zerocopy-derive v0.8.10 |
955 | 2025-01-29T20:04:07.107Z | Downloaded num-bigint-dig v0.8.4 |
956 | 2025-01-29T20:04:07.112Z | Downloaded zerocopy v0.8.10 |
957 | 2025-01-29T20:04:07.135Z | Downloaded bitvec v1.0.1 |
958 | 2025-01-29T20:04:07.148Z | Downloaded unicode_categories v0.1.1 |
959 | 2025-01-29T20:04:07.151Z | Downloaded zerovec v0.10.4 |
960 | 2025-01-29T20:04:07.156Z | Downloaded unicode-normalization v0.1.24 |
961 | 2025-01-29T20:04:07.159Z | Downloaded expectorate v1.1.0 |
962 | 2025-01-29T20:04:07.162Z | Downloaded rayon v1.10.0 |
963 | 2025-01-29T20:04:07.172Z | Downloaded p521 v0.13.3 |
964 | 2025-01-29T20:04:07.176Z | Downloaded futures-util v0.3.31 |
965 | 2025-01-29T20:04:07.187Z | Downloaded curve25519-dalek v4.1.3 |
966 | 2025-01-29T20:04:07.196Z | Downloaded petname v2.0.2 |
967 | 2025-01-29T20:04:07.203Z | Downloaded object v0.30.4 |
968 | 2025-01-29T20:04:07.213Z | Downloaded hashbrown v0.14.5 |
969 | 2025-01-29T20:04:07.219Z | Downloaded salty v0.3.0 |
970 | 2025-01-29T20:04:07.227Z | Downloaded smoltcp v0.9.1 |
971 | 2025-01-29T20:04:07.239Z | Downloaded h2 v0.4.6 |
972 | 2025-01-29T20:04:07.245Z | Downloaded reqwest v0.12.9 |
973 | 2025-01-29T20:04:07.254Z | Downloaded rustls-webpki v0.102.8 |
974 | 2025-01-29T20:04:07.273Z | Downloaded openssl v0.10.66 |
975 | 2025-01-29T20:04:07.282Z | Downloaded object v0.36.5 |
976 | 2025-01-29T20:04:07.294Z | Downloaded unicode-width v0.2.0 |
977 | 2025-01-29T20:04:07.301Z | Downloaded sqlparser v0.45.0 |
978 | 2025-01-29T20:04:07.306Z | Downloaded diesel v2.2.6 |
979 | 2025-01-29T20:04:07.324Z | Downloaded regex v1.11.1 |
980 | 2025-01-29T20:04:07.338Z | Downloaded webpki-roots v0.26.6 |
981 | 2025-01-29T20:04:07.341Z | Downloaded hickory-proto v0.24.2 |
982 | 2025-01-29T20:04:07.357Z | Downloaded quinn-proto v0.11.8 |
983 | 2025-01-29T20:04:07.364Z | Downloaded regress v0.10.1 |
984 | 2025-01-29T20:04:07.374Z | Downloaded gimli v0.31.1 |
985 | 2025-01-29T20:04:07.383Z | Downloaded p384 v0.13.0 |
986 | 2025-01-29T20:04:07.390Z | Downloaded git2 v0.19.0 |
987 | 2025-01-29T20:04:07.401Z | Downloaded rustls v0.23.19 |
988 | 2025-01-29T20:04:07.414Z | Downloaded smoltcp v0.11.0 |
989 | 2025-01-29T20:04:07.428Z | Downloaded chrono-tz v0.10.1 |
990 | 2025-01-29T20:04:07.436Z | Downloaded regress v0.9.1 |
991 | 2025-01-29T20:04:07.446Z | Downloaded rustls v0.22.4 |
992 | 2025-01-29T20:04:07.459Z | Downloaded dropshot v0.12.0 |
993 | 2025-01-29T20:04:07.480Z | Downloaded rustls v0.21.12 |
994 | 2025-01-29T20:04:07.493Z | Downloaded regex-syntax v0.8.5 |
995 | 2025-01-29T20:04:07.502Z | Downloaded polar-core v0.27.3 |
996 | 2025-01-29T20:04:07.513Z | Downloaded regex-syntax v0.6.29 |
997 | 2025-01-29T20:04:07.519Z | Downloaded nix v0.29.0 |
998 | 2025-01-29T20:04:07.532Z | Downloaded dropshot v0.15.1 |
999 | 2025-01-29T20:04:07.555Z | Downloaded zerocopy-derive v0.6.6 |
1000 | 2025-01-29T20:04:07.566Z | Downloaded openapiv3 v2.0.0 |
1001 | 2025-01-29T20:04:07.579Z | Downloaded sled v0.34.7 |
1002 | 2025-01-29T20:04:07.590Z | Downloaded typify-impl v0.2.0 |
1003 | 2025-01-29T20:04:07.607Z | Downloaded regex-automata v0.4.8 |
1004 | 2025-01-29T20:04:07.624Z | Downloaded typify-impl v0.3.0 |
1005 | 2025-01-29T20:04:07.640Z | Downloaded ratatui v0.28.1 |
1006 | 2025-01-29T20:04:07.661Z | Downloaded bstr v1.10.0 |
1007 | 2025-01-29T20:04:07.672Z | Downloaded lzma-sys v0.1.20 |
1008 | 2025-01-29T20:04:07.703Z | Downloaded nix v0.28.0 |
1009 | 2025-01-29T20:04:07.715Z | Downloaded vcpkg v0.2.15 |
1010 | 2025-01-29T20:04:07.754Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1011 | 2025-01-29T20:04:07.765Z | Downloaded libz-sys v1.1.20 |
1012 | 2025-01-29T20:04:07.786Z | Downloaded sha3 v0.10.8 |
1013 | 2025-01-29T20:04:07.791Z | Downloaded radix_trie v0.2.1 |
1014 | 2025-01-29T20:04:07.796Z | Downloaded nix v0.27.1 |
1015 | 2025-01-29T20:04:07.807Z | Downloaded x509-cert v0.2.5 |
1016 | 2025-01-29T20:04:07.813Z | Downloaded steno v0.4.1 |
1017 | 2025-01-29T20:04:07.817Z | Downloaded quick-xml v0.33.0 |
1018 | 2025-01-29T20:04:07.824Z | Downloaded tokio v1.43.0 |
1019 | 2025-01-29T20:04:07.863Z | Downloaded petgraph v0.6.5 |
1020 | 2025-01-29T20:04:07.879Z | Downloaded aws-lc-rs v1.10.0 |
1021 | 2025-01-29T20:04:07.888Z | Downloaded csv v1.3.1 |
1022 | 2025-01-29T20:04:07.907Z | Downloaded proptest v1.5.0 |
1023 | 2025-01-29T20:04:07.916Z | Downloaded subprocess v0.2.9 |
1024 | 2025-01-29T20:04:07.918Z | Downloaded structmeta-derive v0.2.0 |
1025 | 2025-01-29T20:04:07.921Z | Downloaded slog-dtrace v0.3.0 |
1026 | 2025-01-29T20:04:07.921Z | Downloaded slog-async v2.8.0 |
1027 | 2025-01-29T20:04:07.924Z | Downloaded deranged v0.3.11 |
1028 | 2025-01-29T20:04:07.924Z | Downloaded salsa20 v0.10.2 |
1029 | 2025-01-29T20:04:07.926Z | Downloaded which v4.4.2 |
1030 | 2025-01-29T20:04:07.926Z | Downloaded serde_derive_internals v0.29.1 |
1031 | 2025-01-29T20:04:07.929Z | Downloaded zone v0.1.8 |
1032 | 2025-01-29T20:04:07.929Z | Downloaded nu-ansi-term v0.50.1 |
1033 | 2025-01-29T20:04:07.931Z | Downloaded rpassword v7.3.1 |
1034 | 2025-01-29T20:04:07.932Z | Downloaded rand_core v0.6.4 |
1035 | 2025-01-29T20:04:07.934Z | Downloaded num-derive v0.4.2 |
1036 | 2025-01-29T20:04:07.937Z | Downloaded utf8_iter v1.0.4 |
1037 | 2025-01-29T20:04:07.937Z | Downloaded env_logger v0.11.5 |
1038 | 2025-01-29T20:04:07.939Z | Downloaded parse-zoneinfo v0.3.1 |
1039 | 2025-01-29T20:04:07.942Z | Downloaded unarray v0.1.4 |
1040 | 2025-01-29T20:04:07.942Z | Downloaded tokio-macros v2.5.0 |
1041 | 2025-01-29T20:04:07.944Z | Downloaded paste v1.0.15 |
1042 | 2025-01-29T20:04:07.947Z | Downloaded psl-types v2.0.11 |
1043 | 2025-01-29T20:04:07.950Z | Downloaded reedline v0.35.0 |
1044 | 2025-01-29T20:04:07.956Z | Downloaded yasna v0.5.2 |
1045 | 2025-01-29T20:04:07.958Z | Downloaded uzers v0.12.1 |
1046 | 2025-01-29T20:04:07.961Z | Downloaded dropshot_endpoint v0.15.1 |
1047 | 2025-01-29T20:04:07.964Z | Downloaded toml v0.7.8 |
1048 | 2025-01-29T20:04:07.967Z | Downloaded flate2 v1.0.35 |
1049 | 2025-01-29T20:04:07.972Z | Downloaded socket2 v0.5.7 |
1050 | 2025-01-29T20:04:07.974Z | Downloaded foreign-types v0.3.2 |
1051 | 2025-01-29T20:04:07.977Z | Downloaded unicode-xid v0.2.6 |
1052 | 2025-01-29T20:04:07.977Z | Downloaded poly1305 v0.8.0 |
1053 | 2025-01-29T20:04:07.979Z | Downloaded strum_macros v0.24.3 |
1054 | 2025-01-29T20:04:07.982Z | Downloaded simd-adler32 v0.3.7 |
1055 | 2025-01-29T20:04:07.984Z | Downloaded serde_path_to_error v0.1.16 |
1056 | 2025-01-29T20:04:07.984Z | Downloaded scopeguard v1.2.0 |
1057 | 2025-01-29T20:04:07.984Z | Downloaded rand_xorshift v0.3.0 |
1058 | 2025-01-29T20:04:07.987Z | Downloaded primeorder v0.13.6 |
1059 | 2025-01-29T20:04:07.987Z | Downloaded predicates v3.1.2 |
1060 | 2025-01-29T20:04:07.990Z | Downloaded ppv-lite86 v0.2.20 |
1061 | 2025-01-29T20:04:07.992Z | Downloaded env_filter v0.1.2 |
1062 | 2025-01-29T20:04:07.992Z | Downloaded hashbrown v0.12.3 |
1063 | 2025-01-29T20:04:07.997Z | Downloaded publicsuffix v2.3.0 |
1064 | 2025-01-29T20:04:08.000Z | Downloaded slog v2.7.0 |
1065 | 2025-01-29T20:04:08.002Z | Downloaded typify v0.2.0 |
1066 | 2025-01-29T20:04:08.005Z | Downloaded string_cache v0.8.7 |
1067 | 2025-01-29T20:04:08.007Z | Downloaded percent-encoding v2.3.1 |
1068 | 2025-01-29T20:04:08.007Z | Downloaded sqlformat v0.2.6 |
1069 | 2025-01-29T20:04:08.010Z | Downloaded unicode-properties v0.1.3 |
1070 | 2025-01-29T20:04:08.012Z | Downloaded libm v0.2.8 |
1071 | 2025-01-29T20:04:08.019Z | Downloaded phf_generator v0.11.2 |
1072 | 2025-01-29T20:04:08.021Z | Downloaded num_threads v0.1.7 |
1073 | 2025-01-29T20:04:08.021Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1074 | 2025-01-29T20:04:08.024Z | Downloaded headers v0.4.0 |
1075 | 2025-01-29T20:04:08.027Z | Downloaded encoding_rs v0.8.34 |
1076 | 2025-01-29T20:04:08.050Z | Downloaded rayon-core v1.12.1 |
1077 | 2025-01-29T20:04:08.053Z | Downloaded pem-rfc7468 v0.7.0 |
1078 | 2025-01-29T20:04:08.055Z | Downloaded tui-tree-widget v0.22.0 |
1079 | 2025-01-29T20:04:08.058Z | Downloaded globset v0.4.15 |
1080 | 2025-01-29T20:04:08.058Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1081 | 2025-01-29T20:04:08.114Z | Downloaded thiserror-no-std v2.0.2 |
1082 | 2025-01-29T20:04:08.118Z | Downloaded tungstenite v0.23.0 |
1083 | 2025-01-29T20:04:08.121Z | Downloaded slog-envlogger v2.2.0 |
1084 | 2025-01-29T20:04:08.124Z | Downloaded slog-scope v4.4.0 |
1085 | 2025-01-29T20:04:08.124Z | Downloaded postcard v1.0.10 |
1086 | 2025-01-29T20:04:08.126Z | Downloaded itertools v0.10.5 |
1087 | 2025-01-29T20:04:08.132Z | Downloaded futures v0.3.31 |
1088 | 2025-01-29T20:04:08.136Z | Downloaded aho-corasick v1.1.3 |
1089 | 2025-01-29T20:04:08.143Z | Downloaded russh-keys v0.45.0 |
1090 | 2025-01-29T20:04:08.145Z | Downloaded typify v0.3.0 |
1091 | 2025-01-29T20:04:08.148Z | Downloaded minimal-lexical v0.2.1 |
1092 | 2025-01-29T20:04:08.152Z | Downloaded num-traits v0.2.19 |
1093 | 2025-01-29T20:04:08.155Z | Downloaded quinn-udp v0.5.5 |
1094 | 2025-01-29T20:04:08.157Z | Downloaded quick-error v1.2.3 |
1095 | 2025-01-29T20:04:08.160Z | Downloaded newline-converter v0.3.0 |
1096 | 2025-01-29T20:04:08.160Z | Downloaded headers-core v0.3.0 |
1097 | 2025-01-29T20:04:08.160Z | Downloaded fxhash v0.2.1 |
1098 | 2025-01-29T20:04:08.160Z | Downloaded write16 v1.0.0 |
1099 | 2025-01-29T20:04:08.163Z | Downloaded serde_repr v0.1.19 |
1100 | 2025-01-29T20:04:08.163Z | Downloaded scrypt v0.11.0 |
1101 | 2025-01-29T20:04:08.165Z | Downloaded rustc-hash v1.1.0 |
1102 | 2025-01-29T20:04:08.165Z | Downloaded resolv-conf v0.7.0 |
1103 | 2025-01-29T20:04:08.168Z | Downloaded debug-ignore v1.0.5 |
1104 | 2025-01-29T20:04:08.168Z | Downloaded whoami v1.5.2 |
1105 | 2025-01-29T20:04:08.171Z | Downloaded vte v0.11.1 |
1106 | 2025-01-29T20:04:08.173Z | Downloaded owo-colors v4.1.0 |
1107 | 2025-01-29T20:04:08.176Z | Downloaded tracing-core v0.1.32 |
1108 | 2025-01-29T20:04:08.176Z | Downloaded const_format v0.2.34 |
1109 | 2025-01-29T20:04:08.180Z | Downloaded derive_more v0.99.18 |
1110 | 2025-01-29T20:04:08.185Z | Downloaded derive-where v1.2.7 |
1111 | 2025-01-29T20:04:08.188Z | Downloaded hickory-server v0.24.2 |
1112 | 2025-01-29T20:04:08.193Z | Downloaded rcgen v0.12.1 |
1113 | 2025-01-29T20:04:08.196Z | Downloaded cc v1.1.30 |
1114 | 2025-01-29T20:04:08.199Z | Downloaded base64 v0.21.7 |
1115 | 2025-01-29T20:04:08.203Z | Downloaded ff v0.13.0 |
1116 | 2025-01-29T20:04:08.205Z | Downloaded displaydoc v0.2.5 |
1117 | 2025-01-29T20:04:08.208Z | Downloaded display-error-chain v0.2.2 |
1118 | 2025-01-29T20:04:08.210Z | Downloaded data-encoding v2.6.0 |
1119 | 2025-01-29T20:04:08.210Z | Downloaded zeroize_derive v1.4.2 |
1120 | 2025-01-29T20:04:08.210Z | Downloaded zeroize v1.8.1 |
1121 | 2025-01-29T20:04:08.213Z | Downloaded postgres-types v0.2.8 |
1122 | 2025-01-29T20:04:08.215Z | Downloaded parking_lot_core v0.9.10 |
1123 | 2025-01-29T20:04:08.218Z | Downloaded parking_lot_core v0.8.6 |
1124 | 2025-01-29T20:04:08.218Z | Downloaded hyper-util v0.1.10 |
1125 | 2025-01-29T20:04:08.222Z | Downloaded derive_builder v0.20.2 |
1126 | 2025-01-29T20:04:08.226Z | Downloaded ref-cast-impl v1.0.23 |
1127 | 2025-01-29T20:04:08.229Z | Downloaded shlex v1.3.0 |
1128 | 2025-01-29T20:04:08.229Z | Downloaded base64 v0.22.1 |
1129 | 2025-01-29T20:04:08.232Z | Downloaded crossbeam-utils v0.8.20 |
1130 | 2025-01-29T20:04:08.235Z | Downloaded const-oid v0.9.6 |
1131 | 2025-01-29T20:04:08.237Z | Downloaded http v1.2.0 |
1132 | 2025-01-29T20:04:08.241Z | Downloaded zone_cfg_derive v0.3.0 |
1133 | 2025-01-29T20:04:08.244Z | Downloaded oso-derive v0.27.3 |
1134 | 2025-01-29T20:04:08.244Z | Downloaded gethostname v0.5.0 |
1135 | 2025-01-29T20:04:08.244Z | Downloaded spin v0.9.8 |
1136 | 2025-01-29T20:04:08.247Z | Downloaded ascii-canvas v3.0.0 |
1137 | 2025-01-29T20:04:08.247Z | Downloaded serde-hex v0.1.0 |
1138 | 2025-01-29T20:04:08.249Z | Downloaded shell-words v1.1.0 |
1139 | 2025-01-29T20:04:08.249Z | Downloaded same-file v1.0.6 |
1140 | 2025-01-29T20:04:08.252Z | Downloaded console v0.15.10 |
1141 | 2025-01-29T20:04:08.254Z | Downloaded crossbeam-deque v0.8.5 |
1142 | 2025-01-29T20:04:08.254Z | Downloaded cancel-safe-futures v0.1.5 |
1143 | 2025-01-29T20:04:08.257Z | Downloaded bcs v0.1.6 |
1144 | 2025-01-29T20:04:08.261Z | Downloaded async-bb8-diesel v0.2.1 |
1145 | 2025-01-29T20:04:08.263Z | Downloaded impl-trait-for-tuples v0.2.2 |
1146 | 2025-01-29T20:04:08.263Z | Downloaded hex v0.4.3 |
1147 | 2025-01-29T20:04:08.266Z | Downloaded libloading v0.8.5 |
1148 | 2025-01-29T20:04:08.269Z | Downloaded highway v1.2.0 |
1149 | 2025-01-29T20:04:08.269Z | Downloaded castaway v0.2.3 |
1150 | 2025-01-29T20:04:08.272Z | Downloaded hostname v0.3.1 |
1151 | 2025-01-29T20:04:08.272Z | Downloaded home v0.5.9 |
1152 | 2025-01-29T20:04:08.275Z | Downloaded async-trait v0.1.85 |
1153 | 2025-01-29T20:04:08.277Z | Downloaded backoff v0.4.0 |
1154 | 2025-01-29T20:04:08.277Z | Downloaded http-body v1.0.1 |
1155 | 2025-01-29T20:04:08.280Z | Downloaded bit-vec v0.6.3 |
1156 | 2025-01-29T20:04:08.280Z | Downloaded bit-set v0.5.3 |
1157 | 2025-01-29T20:04:08.282Z | Downloaded httparse v1.9.5 |
1158 | 2025-01-29T20:04:08.285Z | Downloaded hickory-client v0.24.2 |
1159 | 2025-01-29T20:04:08.287Z | Downloaded base64ct v1.6.0 |
1160 | 2025-01-29T20:04:08.290Z | Downloaded lalrpop-util v0.19.12 |
1161 | 2025-01-29T20:04:08.290Z | Downloaded memoffset v0.9.1 |
1162 | 2025-01-29T20:04:08.290Z | Downloaded bcrypt-pbkdf v0.10.0 |
1163 | 2025-01-29T20:04:08.292Z | Downloaded bb8 v0.8.5 |
1164 | 2025-01-29T20:04:08.292Z | Downloaded base16ct v0.2.0 |
1165 | 2025-01-29T20:04:08.295Z | Downloaded async-stream v0.3.6 |
1166 | 2025-01-29T20:04:08.297Z | Downloaded assert_matches v1.5.0 |
1167 | 2025-01-29T20:04:08.297Z | Downloaded lazy_static v1.5.0 |
1168 | 2025-01-29T20:04:08.300Z | Downloaded ahash v0.8.11 |
1169 | 2025-01-29T20:04:08.302Z | Downloaded maplit v1.0.2 |
1170 | 2025-01-29T20:04:08.302Z | Downloaded keccak v0.1.5 |
1171 | 2025-01-29T20:04:08.302Z | Downloaded cmake v0.1.51 |
1172 | 2025-01-29T20:04:08.305Z | Downloaded is_ci v1.2.0 |
1173 | 2025-01-29T20:04:08.305Z | Downloaded cassowary v0.3.0 |
1174 | 2025-01-29T20:04:08.308Z | Downloaded blowfish v0.9.1 |
1175 | 2025-01-29T20:04:08.420Z | Downloaded libsqlite3-sys v0.30.1 |
1176 | 2025-01-29T20:04:08.590Z | Downloaded ring v0.17.8 |
1177 | 2025-01-29T20:04:08.911Z | Downloaded aws-lc-sys v0.22.0 |
1178 | 2025-01-29T20:04:09.215Z | Compiling serde v1.0.217 |
1179 | 2025-01-29T20:04:09.217Z | Compiling lock_api v0.4.12 |
1180 | 2025-01-29T20:04:09.217Z | Compiling value-bag v1.9.0 |
1181 | 2025-01-29T20:04:09.217Z | Compiling scopeguard v1.2.0 |
1182 | 2025-01-29T20:04:09.217Z | Compiling typenum v1.17.0 |
1183 | 2025-01-29T20:04:09.217Z | Compiling generic-array v0.14.7 |
1184 | 2025-01-29T20:04:09.418Z | Compiling syn v2.0.96 |
1185 | 2025-01-29T20:04:09.434Z | Compiling getrandom v0.2.15 |
1186 | 2025-01-29T20:04:09.497Z | Compiling shlex v1.3.0 |
1187 | 2025-01-29T20:04:09.671Z | Compiling rand_core v0.6.4 |
1188 | 2025-01-29T20:04:09.910Z | Compiling log v0.4.22 |
1189 | 2025-01-29T20:04:09.927Z | Compiling subtle v2.6.1 |
1190 | 2025-01-29T20:04:09.946Z | Compiling jobserver v0.1.32 |
1191 | 2025-01-29T20:04:09.976Z | Compiling smallvec v1.13.2 |
1192 | 2025-01-29T20:04:10.197Z | Compiling const-oid v0.9.6 |
1193 | 2025-01-29T20:04:10.260Z | Compiling pin-project-lite v0.2.14 |
1194 | 2025-01-29T20:04:10.309Z | Compiling cc v1.1.30 |
1195 | 2025-01-29T20:04:10.361Z | Compiling rustix v0.38.37 |
1196 | 2025-01-29T20:04:10.399Z | Compiling spin v0.9.8 |
1197 | 2025-01-29T20:04:10.619Z | Compiling parking_lot_core v0.9.10 |
1198 | 2025-01-29T20:04:10.753Z | Compiling futures-core v0.3.31 |
1199 | 2025-01-29T20:04:10.772Z | Compiling signal-hook-registry v1.4.2 |
1200 | 2025-01-29T20:04:11.010Z | Compiling mio v1.0.2 |
1201 | 2025-01-29T20:04:11.169Z | Compiling aho-corasick v1.1.3 |
1202 | 2025-01-29T20:04:11.508Z | Compiling parking_lot v0.12.3 |
1203 | 2025-01-29T20:04:11.625Z | Compiling regex-syntax v0.8.5 |
1204 | 2025-01-29T20:04:11.674Z | Compiling cpufeatures v0.2.14 |
1205 | 2025-01-29T20:04:11.912Z | Compiling stable_deref_trait v1.2.0 |
1206 | 2025-01-29T20:04:12.039Z | Compiling either v1.13.0 |
1207 | 2025-01-29T20:04:12.208Z | Compiling futures-sink v0.3.31 |
1208 | 2025-01-29T20:04:12.328Z | Compiling glob v0.3.2 |
1209 | 2025-01-29T20:04:12.379Z | Compiling socket2 v0.5.7 |
1210 | 2025-01-29T20:04:12.445Z | Compiling slab v0.4.9 |
1211 | 2025-01-29T20:04:12.508Z | Compiling prettyplease v0.2.25 |
1212 | 2025-01-29T20:04:12.866Z | Compiling lazy_static v1.5.0 |
1213 | 2025-01-29T20:04:12.926Z | Compiling minimal-lexical v0.2.1 |
1214 | 2025-01-29T20:04:13.003Z | Compiling serde_json v1.0.135 |
1215 | 2025-01-29T20:04:13.227Z | Compiling clang-sys v1.8.1 |
1216 | 2025-01-29T20:04:13.378Z | Compiling nom v7.1.3 |
1217 | 2025-01-29T20:04:13.439Z | Compiling libloading v0.8.5 |
1218 | 2025-01-29T20:04:13.620Z | Compiling bindgen v0.69.5 |
1219 | 2025-01-29T20:04:13.837Z | Compiling home v0.5.9 |
1220 | 2025-01-29T20:04:14.092Z | Compiling itertools v0.12.1 |
1221 | 2025-01-29T20:04:14.127Z | Compiling futures-channel v0.3.31 |
1222 | 2025-01-29T20:04:14.495Z | Compiling rustc-hash v1.1.0 |
1223 | 2025-01-29T20:04:14.537Z | Compiling futures-io v0.3.31 |
1224 | 2025-01-29T20:04:14.662Z | Compiling foldhash v0.1.3 |
1225 | 2025-01-29T20:04:14.823Z | Compiling lazycell v1.3.0 |
1226 | 2025-01-29T20:04:14.981Z | Compiling allocator-api2 v0.2.18 |
1227 | 2025-01-29T20:04:15.014Z | Compiling libm v0.2.8 |
1228 | 2025-01-29T20:04:15.347Z | Compiling pin-utils v0.1.0 |
1229 | 2025-01-29T20:04:15.453Z | Compiling futures-task v0.3.31 |
1230 | 2025-01-29T20:04:15.688Z | Compiling regex-automata v0.4.8 |
1231 | 2025-01-29T20:04:15.758Z | Compiling hashbrown v0.15.1 |
1232 | 2025-01-29T20:04:16.124Z | Compiling cmake v0.1.51 |
1233 | 2025-01-29T20:04:16.816Z | Compiling synstructure v0.13.1 |
1234 | 2025-01-29T20:04:16.989Z | Compiling cexpr v0.6.0 |
1235 | 2025-01-29T20:04:17.032Z | Compiling num-traits v0.2.19 |
1236 | 2025-01-29T20:04:17.328Z | Compiling pkg-config v0.3.31 |
1237 | 2025-01-29T20:04:18.145Z | Compiling dunce v1.0.5 |
1238 | 2025-01-29T20:04:18.286Z | Compiling fs_extra v1.3.0 |
1239 | 2025-01-29T20:04:18.631Z | Compiling litemap v0.7.3 |
1240 | 2025-01-29T20:04:18.653Z | Compiling writeable v0.5.5 |
1241 | 2025-01-29T20:04:18.820Z | Compiling ring v0.17.8 |
1242 | 2025-01-29T20:04:19.001Z | Compiling paste v1.0.15 |
1243 | 2025-01-29T20:04:19.195Z | Compiling base64ct v1.6.0 |
1244 | 2025-01-29T20:04:19.696Z | Compiling pem-rfc7468 v0.7.0 |
1245 | 2025-01-29T20:04:19.854Z | Compiling aws-lc-rs v1.10.0 |
1246 | 2025-01-29T20:04:19.873Z | Compiling flagset v0.4.6 |
1247 | 2025-01-29T20:04:20.087Z | Compiling icu_locid_transform_data v1.5.0 |
1248 | 2025-01-29T20:04:20.192Z | Compiling httparse v1.9.5 |
1249 | 2025-01-29T20:04:20.332Z | Compiling tracing-core v0.1.32 |
1250 | 2025-01-29T20:04:20.928Z | Compiling regex v1.11.1 |
1251 | 2025-01-29T20:04:21.190Z | Compiling crossbeam-utils v0.8.20 |
1252 | 2025-01-29T20:04:21.342Z | Compiling percent-encoding v2.3.1 |
1253 | 2025-01-29T20:04:21.521Z | Compiling icu_properties_data v1.5.0 |
1254 | 2025-01-29T20:04:21.625Z | Compiling rustls-pki-types v1.10.0 |
1255 | 2025-01-29T20:04:21.803Z | Compiling num-conv v0.1.0 |
1256 | 2025-01-29T20:04:21.927Z | Compiling mirai-annotations v1.12.0 |
1257 | 2025-01-29T20:04:22.065Z | Compiling vcpkg v0.2.15 |
1258 | 2025-01-29T20:04:22.129Z | Compiling icu_normalizer_data v1.5.0 |
1259 | 2025-01-29T20:04:22.204Z | Compiling serde_derive v1.0.217 |
1260 | 2025-01-29T20:04:22.246Z | Compiling zeroize_derive v1.4.2 |
1261 | 2025-01-29T20:04:22.439Z | Compiling zerocopy-derive v0.7.35 |
1262 | 2025-01-29T20:04:22.601Z | Compiling zerofrom-derive v0.1.4 |
1263 | 2025-01-29T20:04:23.633Z | Compiling zeroize v1.8.1 |
1264 | 2025-01-29T20:04:23.844Z | Compiling tokio-macros v2.5.0 |
1265 | 2025-01-29T20:04:24.374Z | Compiling zerocopy v0.7.35 |
1266 | 2025-01-29T20:04:24.604Z | Compiling yoke-derive v0.7.4 |
1267 | 2025-01-29T20:04:25.273Z | Compiling crypto-common v0.1.6 |
1268 | 2025-01-29T20:04:25.294Z | Compiling block-buffer v0.10.4 |
1269 | 2025-01-29T20:04:25.520Z | Compiling thiserror-impl v1.0.69 |
1270 | 2025-01-29T20:04:25.544Z | Compiling digest v0.10.7 |
1271 | 2025-01-29T20:04:25.572Z | Compiling zerovec-derive v0.10.3 |
1272 | 2025-01-29T20:04:25.619Z | Compiling futures-macro v0.3.31 |
1273 | 2025-01-29T20:04:26.029Z | Compiling hmac v0.12.1 |
1274 | 2025-01-29T20:04:26.162Z | Compiling zerofrom v0.1.4 |
1275 | 2025-01-29T20:04:26.288Z | Compiling displaydoc v0.2.5 |
1276 | 2025-01-29T20:04:26.397Z | Compiling block-padding v0.3.3 |
1277 | 2025-01-29T20:04:26.656Z | Compiling inout v0.1.3 |
1278 | 2025-01-29T20:04:26.704Z | Compiling sha2 v0.10.8 |
1279 | 2025-01-29T20:04:26.970Z | Compiling cipher v0.4.4 |
1280 | 2025-01-29T20:04:27.263Z | Compiling yoke v0.7.4 |
1281 | 2025-01-29T20:04:27.493Z | Compiling icu_provider_macros v1.5.0 |
1282 | 2025-01-29T20:04:27.519Z | Compiling futures-util v0.3.31 |
1283 | 2025-01-29T20:04:27.635Z | Compiling ppv-lite86 v0.2.20 |
1284 | 2025-01-29T20:04:27.883Z | Compiling der_derive v0.7.3 |
1285 | 2025-01-29T20:04:28.116Z | Compiling zerovec v0.10.4 |
1286 | 2025-01-29T20:04:28.422Z | Compiling rand_chacha v0.3.1 |
1287 | 2025-01-29T20:04:28.536Z | Compiling tracing-attributes v0.1.27 |
1288 | 2025-01-29T20:04:28.600Z | Compiling thiserror v1.0.69 |
1289 | 2025-01-29T20:04:28.756Z | Compiling pest v2.7.14 |
1290 | 2025-01-29T20:04:30.061Z | Compiling tinystr v0.7.6 |
1291 | 2025-01-29T20:04:30.171Z | Compiling der v0.7.9 |
1292 | 2025-01-29T20:04:30.315Z | Compiling icu_collections v1.5.0 |
1293 | 2025-01-29T20:04:30.445Z | Compiling icu_locid v1.5.0 |
1294 | 2025-01-29T20:04:30.605Z | Compiling rand v0.8.5 |
1295 | 2025-01-29T20:04:31.645Z | Compiling icu_provider v1.5.0 |
1296 | 2025-01-29T20:04:31.809Z | Compiling salsa20 v0.10.2 |
1297 | 2025-01-29T20:04:31.962Z | Compiling tracing v0.1.40 |
1298 | 2025-01-29T20:04:32.075Z | Compiling pbkdf2 v0.12.2 |
1299 | 2025-01-29T20:04:32.244Z | Compiling spki v0.7.3 |
1300 | 2025-01-29T20:04:32.482Z | Compiling icu_locid_transform v1.5.0 |
1301 | 2025-01-29T20:04:32.597Z | Compiling time-core v0.1.2 |
1302 | 2025-01-29T20:04:32.634Z | Compiling utf8_iter v1.0.4 |
1303 | 2025-01-29T20:04:32.653Z | Compiling untrusted v0.7.1 |
1304 | 2025-01-29T20:04:32.708Z | Compiling powerfmt v0.2.0 |
1305 | 2025-01-29T20:04:32.790Z | Compiling utf16_iter v1.0.5 |
1306 | 2025-01-29T20:04:32.843Z | Compiling untrusted v0.9.0 |
1307 | 2025-01-29T20:04:32.869Z | Compiling write16 v1.0.0 |
1308 | 2025-01-29T20:04:32.892Z | Compiling time-macros v0.2.18 |
1309 | 2025-01-29T20:04:33.029Z | Compiling deranged v0.3.11 |
1310 | 2025-01-29T20:04:33.031Z | Compiling scrypt v0.11.0 |
1311 | 2025-01-29T20:04:33.081Z | Compiling pest_meta v2.7.14 |
1312 | 2025-01-29T20:04:33.215Z | Compiling cbc v0.1.2 |
1313 | 2025-01-29T20:04:33.459Z | Compiling aes v0.8.4 |
1314 | 2025-01-29T20:04:33.560Z | Compiling openssl-sys v0.9.103 |
1315 | 2025-01-29T20:04:34.486Z | Compiling icu_properties v1.5.1 |
1316 | 2025-01-29T20:04:34.628Z | Compiling scroll_derive v0.12.0 |
1317 | 2025-01-29T20:04:35.286Z | Compiling bitflags v2.6.0 |
1318 | 2025-01-29T20:04:35.736Z | Compiling bytes v1.9.0 |
1319 | 2025-01-29T20:04:36.087Z | Compiling indexmap v2.7.1 |
1320 | 2025-01-29T20:04:36.216Z | Compiling semver v1.0.24 |
1321 | 2025-01-29T20:04:36.371Z | Compiling atomic-waker v1.1.2 |
1322 | 2025-01-29T20:04:36.577Z | Compiling tokio v1.43.0 |
1323 | 2025-01-29T20:04:36.970Z | Compiling http v1.2.0 |
1324 | 2025-01-29T20:04:36.974Z | Compiling rustc_version v0.4.1 |
1325 | 2025-01-29T20:04:37.400Z | Compiling num_threads v0.1.7 |
1326 | 2025-01-29T20:04:37.476Z | Compiling tinyvec_macros v0.1.1 |
1327 | 2025-01-29T20:04:37.545Z | Compiling time v0.3.36 |
1328 | 2025-01-29T20:04:37.583Z | Compiling tinyvec v1.8.0 |
1329 | 2025-01-29T20:04:37.674Z | Compiling scroll v0.12.0 |
1330 | 2025-01-29T20:04:38.222Z | Compiling icu_normalizer v1.5.0 |
1331 | 2025-01-29T20:04:38.787Z | Compiling http-body v1.0.1 |
1332 | 2025-01-29T20:04:39.059Z | Compiling idna_adapter v1.2.0 |
1333 | 2025-01-29T20:04:39.079Z | Compiling pest_generator v2.7.14 |
1334 | 2025-01-29T20:04:39.136Z | Compiling pkcs5 v0.7.1 |
1335 | 2025-01-29T20:04:39.214Z | Compiling form_urlencoded v1.2.1 |
1336 | 2025-01-29T20:04:39.279Z | Compiling try-lock v0.2.5 |
1337 | 2025-01-29T20:04:39.445Z | Compiling slog v2.7.0 |
1338 | 2025-01-29T20:04:39.539Z | Compiling want v0.3.1 |
1339 | 2025-01-29T20:04:39.828Z | Compiling which v4.4.2 |
1340 | 2025-01-29T20:04:39.984Z | Compiling pkcs8 v0.10.2 |
1341 | 2025-01-29T20:04:40.021Z | Compiling goblin v0.8.2 |
1342 | 2025-01-29T20:04:40.391Z | Compiling idna v1.0.3 |
1343 | 2025-01-29T20:04:40.634Z | Compiling uuid v1.12.0 |
1344 | 2025-01-29T20:04:40.730Z | Compiling httpdate v1.0.3 |
1345 | 2025-01-29T20:04:40.927Z | Compiling pest_derive v2.7.14 |
1346 | 2025-01-29T20:04:41.181Z | Compiling iana-time-zone v0.1.61 |
1347 | 2025-01-29T20:04:41.592Z | Compiling chrono v0.4.39 |
1348 | 2025-01-29T20:04:41.694Z | Compiling dtrace-parser v0.2.0 |
1349 | 2025-01-29T20:04:42.114Z | Compiling serde_spanned v0.6.8 |
1350 | 2025-01-29T20:04:42.200Z | Compiling serde_tokenstream v0.2.2 |
1351 | 2025-01-29T20:04:42.345Z | Compiling toml_datetime v0.6.8 |
1352 | 2025-01-29T20:04:42.781Z | Compiling tower-service v0.3.3 |
1353 | 2025-01-29T20:04:42.808Z | Compiling base64 v0.22.1 |
1354 | 2025-01-29T20:04:42.845Z | Compiling rustversion v1.0.17 |
1355 | 2025-01-29T20:04:42.910Z | Compiling foreign-types-shared v0.1.1 |
1356 | 2025-01-29T20:04:43.040Z | Compiling match_cfg v0.1.0 |
1357 | 2025-01-29T20:04:43.152Z | Compiling openssl v0.10.66 |
1358 | 2025-01-29T20:04:43.501Z | Compiling adler2 v2.0.0 |
1359 | 2025-01-29T20:04:43.599Z | Compiling hostname v0.3.1 |
1360 | 2025-01-29T20:04:43.623Z | Compiling foreign-types v0.3.2 |
1361 | 2025-01-29T20:04:43.642Z | Compiling url v2.5.3 |
1362 | 2025-01-29T20:04:43.720Z | Compiling miniz_oxide v0.8.0 |
1363 | 2025-01-29T20:04:43.817Z | Compiling openssl-macros v0.1.1 |
1364 | 2025-01-29T20:04:44.565Z | Compiling tokio-util v0.7.12 |
1365 | 2025-01-29T20:04:44.921Z | Compiling async-trait v0.1.85 |
1366 | 2025-01-29T20:04:44.998Z | Compiling serde_derive_internals v0.29.1 |
1367 | 2025-01-29T20:04:45.113Z | Compiling dirs-sys-next v0.1.2 |
1368 | 2025-01-29T20:04:45.420Z | Compiling rustls v0.23.19 |
1369 | 2025-01-29T20:04:45.672Z | Compiling h2 v0.4.6 |
1370 | 2025-01-29T20:04:45.716Z | Compiling dof v0.3.0 |
1371 | 2025-01-29T20:04:45.835Z | Compiling rustls v0.22.4 |
1372 | 2025-01-29T20:04:46.113Z | Compiling data-encoding v2.6.0 |
1373 | 2025-01-29T20:04:47.361Z | Compiling usdt-impl v0.5.0 |
1374 | 2025-01-29T20:04:47.514Z | Compiling native-tls v0.2.12 |
1375 | 2025-01-29T20:04:47.623Z | Compiling schemars v0.8.21 |
1376 | 2025-01-29T20:04:47.842Z | Compiling siphasher v0.3.11 |
1377 | 2025-01-29T20:04:47.960Z | Compiling syn v1.0.109 |
1378 | 2025-01-29T20:04:48.234Z | Compiling schemars_derive v0.8.21 |
1379 | 2025-01-29T20:04:48.289Z | Compiling dirs-next v2.0.0 |
1380 | 2025-01-29T20:04:48.708Z | Compiling http-body-util v0.1.2 |
1381 | 2025-01-29T20:04:49.202Z | Compiling unicode-normalization v0.1.24 |
1382 | 2025-01-29T20:04:49.352Z | Compiling heapless v0.7.17 |
1383 | 2025-01-29T20:04:49.790Z | Compiling crossbeam-epoch v0.9.18 |
1384 | 2025-01-29T20:04:49.897Z | Compiling sha1 v0.10.6 |
1385 | 2025-01-29T20:04:50.143Z | Compiling signature v2.2.0 |
1386 | 2025-01-29T20:04:50.270Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1387 | 2025-01-29T20:04:50.299Z | Compiling thread_local v1.1.8 |
1388 | 2025-01-29T20:04:50.413Z | Compiling cookie v0.18.1 |
1389 | 2025-01-29T20:04:50.488Z | Compiling multer v3.1.0 |
1390 | 2025-01-29T20:04:50.700Z | Compiling encoding_rs v0.8.34 |
1391 | 2025-01-29T20:04:50.743Z | Compiling gimli v0.31.1 |
1392 | 2025-01-29T20:04:50.780Z | Compiling slog-async v2.8.0 |
1393 | 2025-01-29T20:04:50.784Z | Compiling mime v0.3.17 |
1394 | 2025-01-29T20:04:51.244Z | Compiling openssl-probe v0.1.5 |
1395 | 2025-01-29T20:04:51.266Z | Compiling dyn-clone v1.0.17 |
1396 | 2025-01-29T20:04:51.285Z | Compiling signal-hook v0.3.17 |
1397 | 2025-01-29T20:04:51.481Z | Compiling unicode-bidi v0.3.17 |
1398 | 2025-01-29T20:04:51.562Z | Compiling ipnet v2.10.1 |
1399 | 2025-01-29T20:04:51.583Z | Compiling unicode-properties v0.1.3 |
1400 | 2025-01-29T20:04:52.041Z | Compiling rayon-core v1.12.1 |
1401 | 2025-01-29T20:04:52.364Z | Compiling stringprep v0.1.5 |
1402 | 2025-01-29T20:04:52.664Z | Compiling hyper v1.5.2 |
1403 | 2025-01-29T20:04:52.850Z | Compiling toml_edit v0.22.22 |
1404 | 2025-01-29T20:04:54.984Z | Compiling addr2line v0.24.2 |
1405 | 2025-01-29T20:04:55.533Z | Compiling hyper-util v0.1.10 |
1406 | 2025-01-29T20:04:56.292Z | Compiling crossbeam-deque v0.8.5 |
1407 | 2025-01-29T20:04:56.362Z | Compiling usdt-attr-macro v0.5.0 |
1408 | 2025-01-29T20:04:56.392Z | Compiling usdt-macro v0.5.0 |
1409 | 2025-01-29T20:04:56.807Z | Compiling term v0.7.0 |
1410 | 2025-01-29T20:04:57.603Z | Compiling slog-json v2.6.1 |
1411 | 2025-01-29T20:04:57.753Z | Compiling serde_urlencoded v0.7.1 |
1412 | 2025-01-29T20:04:57.911Z | Compiling curve25519-dalek v4.1.3 |
1413 | 2025-01-29T20:04:57.987Z | Compiling crossbeam-channel v0.5.13 |
1414 | 2025-01-29T20:04:58.068Z | Compiling enum-as-inner v0.6.1 |
1415 | 2025-01-29T20:04:58.242Z | Compiling futures-executor v0.3.31 |
1416 | 2025-01-29T20:04:58.432Z | Compiling md-5 v0.10.6 |
1417 | 2025-01-29T20:04:58.578Z | Compiling rustls-pemfile v2.2.0 |
1418 | 2025-01-29T20:04:58.715Z | Compiling async-stream-impl v0.3.6 |
1419 | 2025-01-29T20:04:58.744Z | Compiling num-integer v0.1.46 |
1420 | 2025-01-29T20:04:58.904Z | Compiling hash32 v0.2.1 |
1421 | 2025-01-29T20:04:58.995Z | Compiling ff v0.13.0 |
1422 | 2025-01-29T20:04:59.135Z | Compiling is-terminal v0.4.13 |
1423 | 2025-01-29T20:04:59.240Z | Compiling object v0.36.5 |
1424 | 2025-01-29T20:04:59.261Z | Compiling dropshot v0.12.0 |
1425 | 2025-01-29T20:04:59.280Z | Compiling utf-8 v0.7.6 |
1426 | 2025-01-29T20:04:59.486Z | Compiling rustc-demangle v0.1.24 |
1427 | 2025-01-29T20:04:59.543Z | Compiling num-bigint-dig v0.8.4 |
1428 | 2025-01-29T20:04:59.579Z | Compiling quick-error v1.2.3 |
1429 | 2025-01-29T20:04:59.733Z | Compiling anyhow v1.0.95 |
1430 | 2025-01-29T20:04:59.846Z | Compiling smoltcp v0.9.1 |
1431 | 2025-01-29T20:05:00.008Z | Compiling psl-types v2.0.11 |
1432 | 2025-01-29T20:05:00.214Z | Compiling take_mut v0.2.2 |
1433 | 2025-01-29T20:05:00.299Z | Compiling fallible-iterator v0.2.0 |
1434 | 2025-01-29T20:05:00.321Z | Compiling linked-hash-map v0.5.6 |
1435 | 2025-01-29T20:05:00.367Z | Compiling portable-atomic v1.9.0 |
1436 | 2025-01-29T20:05:00.405Z | Compiling litrs v0.4.1 |
1437 | 2025-01-29T20:05:00.506Z | Compiling base16ct v0.2.0 |
1438 | 2025-01-29T20:05:00.654Z | Compiling lru-cache v0.1.2 |
1439 | 2025-01-29T20:05:00.850Z | Compiling sec1 v0.7.3 |
1440 | 2025-01-29T20:05:00.902Z | Compiling postgres-protocol v0.6.7 |
1441 | 2025-01-29T20:05:01.454Z | Compiling publicsuffix v2.3.0 |
1442 | 2025-01-29T20:05:01.571Z | Compiling document-features v0.2.10 |
1443 | 2025-01-29T20:05:01.804Z | Compiling async-stream v0.3.6 |
1444 | 2025-01-29T20:05:01.898Z | Compiling resolv-conf v0.7.0 |
1445 | 2025-01-29T20:05:02.111Z | Compiling tungstenite v0.24.0 |
1446 | 2025-01-29T20:05:02.139Z | Compiling slog-term v2.9.1 |
1447 | 2025-01-29T20:05:02.220Z | Compiling num-iter v0.1.45 |
1448 | 2025-01-29T20:05:02.408Z | Compiling usdt v0.5.0 |
1449 | 2025-01-29T20:05:02.650Z | Compiling group v0.13.0 |
1450 | 2025-01-29T20:05:02.888Z | Compiling hickory-proto v0.24.2 |
1451 | 2025-01-29T20:05:03.095Z | Compiling futures v0.3.31 |
1452 | 2025-01-29T20:05:03.216Z | Compiling slog-bunyan v2.5.0 |
1453 | 2025-01-29T20:05:03.847Z | Compiling toml v0.8.19 |
1454 | 2025-01-29T20:05:04.201Z | Compiling tokio-native-tls v0.3.1 |
1455 | 2025-01-29T20:05:04.530Z | Compiling camino v1.1.9 |
1456 | 2025-01-29T20:05:05.389Z | Compiling phf_shared v0.11.2 |
1457 | 2025-01-29T20:05:05.412Z | Compiling dropshot_endpoint v0.12.0 |
1458 | 2025-01-29T20:05:05.496Z | Compiling terminal_size v0.4.0 |
1459 | 2025-01-29T20:05:05.726Z | Compiling backtrace v0.3.74 |
1460 | 2025-01-29T20:05:05.729Z | Compiling openapiv3 v2.0.0 |
1461 | 2025-01-29T20:05:05.910Z | Compiling waitgroup v0.1.2 |
1462 | 2025-01-29T20:05:06.156Z | Compiling serde_path_to_error v0.1.16 |
1463 | 2025-01-29T20:05:06.257Z | Compiling hkdf v0.12.4 |
1464 | 2025-01-29T20:05:06.532Z | Compiling crypto-bigint v0.5.5 |
1465 | 2025-01-29T20:05:06.939Z | Compiling webpki-roots v0.26.6 |
1466 | 2025-01-29T20:05:07.164Z | Compiling curve25519-dalek-derive v0.1.1 |
1467 | 2025-01-29T20:05:08.615Z | Compiling zerocopy-derive v0.6.6 |
1468 | 2025-01-29T20:05:08.812Z | Compiling hostname v0.4.0 |
1469 | 2025-01-29T20:05:09.042Z | Compiling fs-err v2.11.0 |
1470 | 2025-01-29T20:05:09.080Z | Compiling hubpack_derive v0.1.1 |
1471 | 2025-01-29T20:05:09.336Z | Compiling ahash v0.8.11 |
1472 | 2025-01-29T20:05:09.648Z | Compiling crc32fast v1.4.2 |
1473 | 2025-01-29T20:05:09.671Z | Compiling debug-ignore v1.0.5 |
1474 | 2025-01-29T20:05:09.797Z | Compiling unicode-width v0.2.0 |
1475 | 2025-01-29T20:05:09.841Z | Compiling winnow v0.5.40 |
1476 | 2025-01-29T20:05:09.935Z | Compiling bitflags v1.3.2 |
1477 | 2025-01-29T20:05:10.009Z | Compiling managed v0.8.0 |
1478 | 2025-01-29T20:05:10.054Z | Compiling newtype-uuid v1.2.1 |
1479 | 2025-01-29T20:05:10.398Z | Compiling console v0.15.10 |
1480 | 2025-01-29T20:05:10.419Z | Compiling clap_builder v4.5.27 |
1481 | 2025-01-29T20:05:10.587Z | Compiling zerocopy v0.6.6 |
1482 | 2025-01-29T20:05:11.348Z | Compiling strum_macros v0.25.3 |
1483 | 2025-01-29T20:05:11.781Z | Compiling hubpack v0.1.2 |
1484 | 2025-01-29T20:05:12.160Z | Compiling flate2 v1.0.35 |
1485 | 2025-01-29T20:05:12.299Z | Compiling elliptic-curve v0.13.8 |
1486 | 2025-01-29T20:05:12.525Z | Compiling hickory-resolver v0.24.2 |
1487 | 2025-01-29T20:05:13.027Z | Compiling toml_edit v0.19.15 |
1488 | 2025-01-29T20:05:13.283Z | Compiling phf v0.11.2 |
1489 | 2025-01-29T20:05:13.586Z | Compiling signal-hook-mio v0.2.4 |
1490 | 2025-01-29T20:05:13.763Z | Compiling hyper-tls v0.6.0 |
1491 | 2025-01-29T20:05:13.935Z | Compiling rayon v1.10.0 |
1492 | 2025-01-29T20:05:14.174Z | Compiling cookie_store v0.21.1 |
1493 | 2025-01-29T20:05:15.217Z | Compiling bzip2 v0.4.4 |
1494 | 2025-01-29T20:05:15.596Z | Compiling tokio-tungstenite v0.24.0 |
1495 | 2025-01-29T20:05:16.146Z | Compiling postgres-types v0.2.8 |
1496 | 2025-01-29T20:05:18.246Z | Compiling ed25519 v2.2.3 |
1497 | 2025-01-29T20:05:18.387Z | Compiling phf_shared v0.10.0 |
1498 | 2025-01-29T20:05:18.759Z | Compiling tokio-stream v0.1.16 |
1499 | 2025-01-29T20:05:18.783Z | Compiling pkcs1 v0.7.5 |
1500 | 2025-01-29T20:05:18.801Z | Compiling serde-big-array v0.5.1 |
1501 | 2025-01-29T20:05:19.031Z | Compiling clap_derive v4.5.24 |
1502 | 2025-01-29T20:05:19.699Z | Compiling rfc6979 v0.4.0 |
1503 | 2025-01-29T20:05:19.702Z | Compiling serde_repr v0.1.19 |
1504 | 2025-01-29T20:05:19.911Z | Compiling derive-where v1.2.7 |
1505 | 2025-01-29T20:05:20.108Z | Compiling float-cmp v0.9.0 |
1506 | 2025-01-29T20:05:20.265Z | Compiling bstr v1.10.0 |
1507 | 2025-01-29T20:05:20.346Z | Compiling sync_wrapper v1.0.1 |
1508 | 2025-01-29T20:05:20.470Z | Compiling bit-vec v0.6.3 |
1509 | 2025-01-29T20:05:20.505Z | Compiling precomputed-hash v0.1.1 |
1510 | 2025-01-29T20:05:20.633Z | Compiling unicode-segmentation v1.12.0 |
1511 | 2025-01-29T20:05:20.826Z | Compiling new_debug_unreachable v1.0.6 |
1512 | 2025-01-29T20:05:20.887Z | Compiling whoami v1.5.2 |
1513 | 2025-01-29T20:05:20.941Z | Compiling normalize-line-endings v0.3.0 |
1514 | 2025-01-29T20:05:21.084Z | Compiling fixedbitset v0.4.2 |
1515 | 2025-01-29T20:05:21.463Z | Compiling difflib v0.4.0 |
1516 | 2025-01-29T20:05:21.493Z | Compiling predicates-core v1.0.8 |
1517 | 2025-01-29T20:05:21.526Z | Compiling number_prefix v0.4.0 |
1518 | 2025-01-29T20:05:21.792Z | Compiling static_assertions v1.1.0 |
1519 | 2025-01-29T20:05:21.842Z | Compiling indicatif v0.17.9 |
1520 | 2025-01-29T20:05:21.844Z | Compiling petgraph v0.6.5 |
1521 | 2025-01-29T20:05:21.905Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1522 | 2025-01-29T20:05:22.932Z | Compiling predicates v3.1.2 |
1523 | 2025-01-29T20:05:23.165Z | Compiling similar v2.6.0 |
1524 | 2025-01-29T20:05:23.722Z | Compiling clap v4.5.27 |
1525 | 2025-01-29T20:05:23.856Z | Compiling tokio-postgres v0.7.12 |
1526 | 2025-01-29T20:05:23.908Z | Compiling string_cache v0.8.7 |
1527 | 2025-01-29T20:05:24.337Z | Compiling bit-set v0.5.3 |
1528 | 2025-01-29T20:05:24.412Z | Compiling ecdsa v0.16.9 |
1529 | 2025-01-29T20:05:24.636Z | Compiling rsa v0.9.6 |
1530 | 2025-01-29T20:05:25.224Z | Compiling ed25519-dalek v2.1.1 |
1531 | 2025-01-29T20:05:25.274Z | Compiling toml v0.7.8 |
1532 | 2025-01-29T20:05:25.342Z | Compiling zip v0.6.6 |
1533 | 2025-01-29T20:05:26.524Z | Compiling crossterm v0.28.1 |
1534 | 2025-01-29T20:05:27.481Z | Compiling hex v0.4.3 |
1535 | 2025-01-29T20:05:27.649Z | Compiling x509-cert v0.2.5 |
1536 | 2025-01-29T20:05:28.086Z | Compiling itertools v0.10.5 |
1537 | 2025-01-29T20:05:28.236Z | Compiling peg-runtime v0.8.3 |
1538 | 2025-01-29T20:05:28.846Z | Compiling lalrpop-util v0.19.12 |
1539 | 2025-01-29T20:05:29.226Z | Compiling unicode-xid v0.2.6 |
1540 | 2025-01-29T20:05:29.424Z | Compiling strum_macros v0.26.4 |
1541 | 2025-01-29T20:05:29.533Z | Compiling xattr v1.3.1 |
1542 | 2025-01-29T20:05:29.565Z | Compiling filetime v0.2.25 |
1543 | 2025-01-29T20:05:29.817Z | Compiling tar v0.4.42 |
1544 | 2025-01-29T20:05:34.147Z | Compiling strum v0.26.3 |
1545 | 2025-01-29T20:05:37.264Z | Compiling aws-lc-sys v0.22.0 |
1546 | 2025-01-29T20:06:04.952Z | Compiling rustls-webpki v0.102.8 |
1547 | 2025-01-29T20:06:08.197Z | Compiling tokio-rustls v0.25.0 |
1548 | 2025-01-29T20:06:09.825Z | Compiling tokio-rustls v0.26.0 |
1549 | 2025-01-29T20:06:10.179Z | Compiling hyper-rustls v0.27.3 |
1550 | 2025-01-29T20:06:10.615Z | Compiling reqwest v0.12.9 |
1551 | 2025-01-29T20:06:11.906Z | Compiling qorb v0.2.1 |
1552 | 2025-01-29T20:06:15.035Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1553 | 2025-01-29T20:06:15.281Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1554 | 2025-01-29T20:06:19.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1555 | 2025-01-29T20:06:19.914Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1556 | 2025-01-29T20:06:19.965Z | Jan 29 20:06:18.383 INFO Starting download, target: Cockroach |
1557 | 2025-01-29T20:06:19.965Z | Jan 29 20:06:18.383 INFO Starting download, target: Console |
1558 | 2025-01-29T20:06:19.965Z | Jan 29 20:06:18.383 INFO Starting download, target: Clickhouse |
1559 | 2025-01-29T20:06:19.965Z | Jan 29 20:06:18.383 INFO Starting download, target: DendriteOpenapi |
1560 | 2025-01-29T20:06:19.968Z | Jan 29 20:06:18.383 INFO Starting download, target: DendriteStub |
1561 | 2025-01-29T20:06:19.968Z | Jan 29 20:06:18.383 INFO Starting download, target: MaghemiteMgd |
1562 | 2025-01-29T20:06:19.968Z | Jan 29 20:06:18.383 INFO Starting download, target: TransceiverControl |
1563 | 2025-01-29T20:06:19.968Z | Jan 29 20:06:18.384 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1564 | 2025-01-29T20:06:19.968Z | Jan 29 20:06:18.384 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1565 | 2025-01-29T20:06:19.968Z | Jan 29 20:06:18.384 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1566 | 2025-01-29T20:06:19.968Z | Jan 29 20:06:18.384 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1567 | 2025-01-29T20:06:19.968Z | Jan 29 20:06:18.384 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1568 | 2025-01-29T20:06:19.968Z | Jan 29 20:06:18.384 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1569 | 2025-01-29T20:06:19.968Z | Jan 29 20:06:18.385 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1570 | 2025-01-29T20:06:20.189Z | Jan 29 20:06:18.608 INFO Download complete, target: DendriteOpenapi |
1571 | 2025-01-29T20:06:20.428Z | Jan 29 20:06:18.809 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1572 | 2025-01-29T20:06:20.467Z | Jan 29 20:06:18.874 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1573 | 2025-01-29T20:06:20.795Z | Jan 29 20:06:19.201 INFO Download complete, target: Console |
1574 | 2025-01-29T20:06:20.892Z | Jan 29 20:06:19.299 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1575 | 2025-01-29T20:06:21.021Z | Jan 29 20:06:19.439 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1576 | 2025-01-29T20:06:21.065Z | Jan 29 20:06:19.483 INFO Download complete, target: TransceiverControl |
1577 | 2025-01-29T20:06:21.418Z | Jan 29 20:06:19.836 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1578 | 2025-01-29T20:06:21.418Z | Jan 29 20:06:19.836 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1579 | 2025-01-29T20:06:23.042Z | Jan 29 20:06:21.460 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1580 | 2025-01-29T20:06:23.834Z | Jan 29 20:06:22.252 INFO Download complete, target: DendriteStub |
1581 | 2025-01-29T20:06:24.053Z | Jan 29 20:06:22.470 INFO Download complete, target: MaghemiteMgd |
1582 | 2025-01-29T20:06:29.118Z | Jan 29 20:06:27.535 INFO Checking that binary works, target: Cockroach |
1583 | 2025-01-29T20:06:29.283Z | Jan 29 20:06:27.700 INFO Download complete, target: Cockroach |
1584 | 2025-01-29T20:06:35.486Z | Jan 29 20:06:33.902 INFO Checking that binary works, target: Clickhouse |
1585 | 2025-01-29T20:06:35.617Z | Jan 29 20:06:34.033 INFO Download complete, target: Clickhouse |
1586 | 2025-01-29T20:06:35.637Z | All builder prerequisites installed successfully, and PATH looks valid |
1587 | 2025-01-29T20:06:35.640Z | |
1588 | 2025-01-29T20:06:35.640Z | real 4:38.057378587 |
1589 | 2025-01-29T20:06:35.640Z | user 15:49.904819080 |
1590 | 2025-01-29T20:06:35.640Z | sys 2:05.103835526 |
1591 | 2025-01-29T20:06:35.640Z | trap 0.578168892 |
1592 | 2025-01-29T20:06:35.640Z | tflt 1.469385302 |
1593 | 2025-01-29T20:06:35.640Z | dflt 1.566487620 |
1594 | 2025-01-29T20:06:35.640Z | kflt 0.024088300 |
1595 | 2025-01-29T20:06:35.640Z | lock 25:51.706747877 |
1596 | 2025-01-29T20:06:35.640Z | slp 54:50.538841662 |
1597 | 2025-01-29T20:06:35.640Z | lat 59.156840003 |
1598 | 2025-01-29T20:06:35.640Z | stop 2:27.208799225 |
1599 | 2025-01-29T20:06:35.640Z | + banner hack-check |
1600 | 2025-01-29T20:06:35.643Z | |
1601 | 2025-01-29T20:06:35.643Z | # # ## #### # # #### # # ###### #### # # |
1602 | 2025-01-29T20:06:35.643Z | # # # # # # # # # # # # # # # # # |
1603 | 2025-01-29T20:06:35.643Z | ###### # # # #### ##### # ###### ##### # #### |
1604 | 2025-01-29T20:06:35.643Z | # # ###### # # # # # # # # # # |
1605 | 2025-01-29T20:06:35.643Z | # # # # # # # # # # # # # # # # # |
1606 | 2025-01-29T20:06:35.643Z | # # # # #### # # #### # # ###### #### # # |
1607 | 2025-01-29T20:06:35.643Z | |
1608 | 2025-01-29T20:06:35.643Z | + export CARGO_INCREMENTAL=0 |
1609 | 2025-01-29T20:06:35.643Z | + CARGO_INCREMENTAL=0 |
1610 | 2025-01-29T20:06:35.643Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1611 | 2025-01-29T20:06:36.156Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1612 | 2025-01-29T20:06:38.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
1613 | 2025-01-29T20:06:39.066Z | Running `target/debug/xtask check-features --ci` |
1614 | 2025-01-29T20:06:39.087Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1615 | 2025-01-29T20:06:39.090Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1616 | 2025-01-29T20:06:39.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1617 | 2025-01-29T20:06:39.543Z | Running `target/debug/xtask download cargo-hack` |
1618 | 2025-01-29T20:06:40.355Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1619 | 2025-01-29T20:06:40.702Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1620 | 2025-01-29T20:06:44.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s |
1621 | 2025-01-29T20:06:44.556Z | Running `target/debug/xtask-downloader cargo-hack` |
1622 | 2025-01-29T20:06:44.591Z | Jan 29 20:06:43.005 INFO Starting download, target: CargoHack |
1623 | 2025-01-29T20:06:44.601Z | Jan 29 20:06:43.006 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1624 | 2025-01-29T20:06:45.214Z | Jan 29 20:06:43.628 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1625 | 2025-01-29T20:06:45.302Z | Jan 29 20:06:43.717 INFO Download complete, target: CargoHack |
1626 | 2025-01-29T20:06:45.307Z | 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" |
1627 | 2025-01-29T20:06:45.323Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1628 | 2025-01-29T20:06:45.497Z | info: running `cargo check --bins` on api_identity (1/197) |
1629 | 2025-01-29T20:06:46.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1630 | 2025-01-29T20:06:46.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1631 | 2025-01-29T20:06:46.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1632 | 2025-01-29T20:06:46.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1633 | 2025-01-29T20:06:46.089Z | |
1634 | 2025-01-29T20:06:46.089Z | info: running `cargo check --bins` on bootstore (2/197) |
1635 | 2025-01-29T20:06:46.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1636 | 2025-01-29T20:06:46.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1637 | 2025-01-29T20:06:46.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1638 | 2025-01-29T20:06:46.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1639 | 2025-01-29T20:06:46.740Z | |
1640 | 2025-01-29T20:06:46.740Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
1641 | 2025-01-29T20:06:47.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1642 | 2025-01-29T20:06:47.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1643 | 2025-01-29T20:06:47.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1644 | 2025-01-29T20:06:47.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1645 | 2025-01-29T20:06:47.340Z | |
1646 | 2025-01-29T20:06:47.340Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
1647 | 2025-01-29T20:06:47.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1648 | 2025-01-29T20:06:47.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1649 | 2025-01-29T20:06:47.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1650 | 2025-01-29T20:06:47.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1651 | 2025-01-29T20:06:47.956Z | |
1652 | 2025-01-29T20:06:47.956Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
1653 | 2025-01-29T20:06:48.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1654 | 2025-01-29T20:06:48.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1655 | 2025-01-29T20:06:48.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1656 | 2025-01-29T20:06:48.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1657 | 2025-01-29T20:06:48.381Z | |
1658 | 2025-01-29T20:06:48.381Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
1659 | 2025-01-29T20:06:48.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1660 | 2025-01-29T20:06:48.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1661 | 2025-01-29T20:06:48.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1662 | 2025-01-29T20:06:48.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1663 | 2025-01-29T20:06:48.805Z | |
1664 | 2025-01-29T20:06:48.805Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
1665 | 2025-01-29T20:06:49.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1666 | 2025-01-29T20:06:49.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1667 | 2025-01-29T20:06:49.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1668 | 2025-01-29T20:06:49.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1669 | 2025-01-29T20:06:49.256Z | |
1670 | 2025-01-29T20:06:49.257Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
1671 | 2025-01-29T20:06:49.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1672 | 2025-01-29T20:06:49.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1673 | 2025-01-29T20:06:49.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1674 | 2025-01-29T20:06:49.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1675 | 2025-01-29T20:06:49.646Z | |
1676 | 2025-01-29T20:06:49.646Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
1677 | 2025-01-29T20:06:50.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1678 | 2025-01-29T20:06:50.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1679 | 2025-01-29T20:06:50.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1680 | 2025-01-29T20:06:50.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1681 | 2025-01-29T20:06:50.064Z | |
1682 | 2025-01-29T20:06:50.064Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
1683 | 2025-01-29T20:06:50.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1684 | 2025-01-29T20:06:50.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1685 | 2025-01-29T20:06:50.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1686 | 2025-01-29T20:06:50.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1687 | 2025-01-29T20:06:50.626Z | |
1688 | 2025-01-29T20:06:50.626Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
1689 | 2025-01-29T20:06:50.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2025-01-29T20:06:50.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2025-01-29T20:06:50.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2025-01-29T20:06:50.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1693 | 2025-01-29T20:06:50.973Z | |
1694 | 2025-01-29T20:06:50.973Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
1695 | 2025-01-29T20:06:51.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2025-01-29T20:06:51.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2025-01-29T20:06:51.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2025-01-29T20:06:51.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1699 | 2025-01-29T20:06:51.318Z | |
1700 | 2025-01-29T20:06:51.318Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
1701 | 2025-01-29T20:06:51.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2025-01-29T20:06:51.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2025-01-29T20:06:51.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2025-01-29T20:06:51.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1705 | 2025-01-29T20:06:51.737Z | |
1706 | 2025-01-29T20:06:51.737Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
1707 | 2025-01-29T20:06:52.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2025-01-29T20:06:52.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2025-01-29T20:06:52.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2025-01-29T20:06:52.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1711 | 2025-01-29T20:06:52.160Z | |
1712 | 2025-01-29T20:06:52.160Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
1713 | 2025-01-29T20:06:52.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2025-01-29T20:06:52.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2025-01-29T20:06:52.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2025-01-29T20:06:52.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1717 | 2025-01-29T20:06:52.588Z | |
1718 | 2025-01-29T20:06:52.588Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
1719 | 2025-01-29T20:06:52.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2025-01-29T20:06:52.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2025-01-29T20:06:52.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2025-01-29T20:06:52.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1723 | 2025-01-29T20:06:53.010Z | |
1724 | 2025-01-29T20:06:53.010Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
1725 | 2025-01-29T20:06:53.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2025-01-29T20:06:53.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2025-01-29T20:06:53.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2025-01-29T20:06:53.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1729 | 2025-01-29T20:06:53.433Z | |
1730 | 2025-01-29T20:06:53.433Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
1731 | 2025-01-29T20:06:53.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2025-01-29T20:06:53.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2025-01-29T20:06:53.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2025-01-29T20:06:53.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1735 | 2025-01-29T20:06:53.863Z | |
1736 | 2025-01-29T20:06:53.863Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
1737 | 2025-01-29T20:06:54.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2025-01-29T20:06:54.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2025-01-29T20:06:54.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2025-01-29T20:06:54.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1741 | 2025-01-29T20:06:54.286Z | |
1742 | 2025-01-29T20:06:54.286Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
1743 | 2025-01-29T20:06:54.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2025-01-29T20:06:54.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2025-01-29T20:06:54.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2025-01-29T20:06:54.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1747 | 2025-01-29T20:06:54.717Z | |
1748 | 2025-01-29T20:06:54.717Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
1749 | 2025-01-29T20:06:55.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2025-01-29T20:06:55.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2025-01-29T20:06:55.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2025-01-29T20:06:55.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1753 | 2025-01-29T20:06:55.145Z | |
1754 | 2025-01-29T20:06:55.145Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
1755 | 2025-01-29T20:06:55.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2025-01-29T20:06:55.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2025-01-29T20:06:55.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2025-01-29T20:06:55.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1759 | 2025-01-29T20:06:55.578Z | |
1760 | 2025-01-29T20:06:55.578Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
1761 | 2025-01-29T20:06:55.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2025-01-29T20:06:55.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2025-01-29T20:06:55.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2025-01-29T20:06:55.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1765 | 2025-01-29T20:06:56.004Z | |
1766 | 2025-01-29T20:06:56.004Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
1767 | 2025-01-29T20:06:56.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2025-01-29T20:06:56.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2025-01-29T20:06:56.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2025-01-29T20:06:56.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1771 | 2025-01-29T20:06:56.429Z | |
1772 | 2025-01-29T20:06:56.429Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
1773 | 2025-01-29T20:06:56.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2025-01-29T20:06:56.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2025-01-29T20:06:56.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2025-01-29T20:06:56.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1777 | 2025-01-29T20:06:56.856Z | |
1778 | 2025-01-29T20:06:56.856Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
1779 | 2025-01-29T20:06:57.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1780 | 2025-01-29T20:06:57.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1781 | 2025-01-29T20:06:57.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1782 | 2025-01-29T20:06:57.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1783 | 2025-01-29T20:06:57.281Z | |
1784 | 2025-01-29T20:06:57.281Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
1785 | 2025-01-29T20:06:57.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1786 | 2025-01-29T20:06:57.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1787 | 2025-01-29T20:06:57.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1788 | 2025-01-29T20:06:57.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1789 | 2025-01-29T20:06:57.706Z | |
1790 | 2025-01-29T20:06:57.706Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
1791 | 2025-01-29T20:06:58.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1792 | 2025-01-29T20:06:58.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1793 | 2025-01-29T20:06:58.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1794 | 2025-01-29T20:06:58.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1795 | 2025-01-29T20:06:58.131Z | |
1796 | 2025-01-29T20:06:58.131Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
1797 | 2025-01-29T20:06:58.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1798 | 2025-01-29T20:06:58.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1799 | 2025-01-29T20:06:58.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1800 | 2025-01-29T20:06:58.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1801 | 2025-01-29T20:06:58.545Z | |
1802 | 2025-01-29T20:06:58.545Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
1803 | 2025-01-29T20:06:58.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1804 | 2025-01-29T20:06:58.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1805 | 2025-01-29T20:06:58.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1806 | 2025-01-29T20:06:58.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1807 | 2025-01-29T20:06:58.978Z | |
1808 | 2025-01-29T20:06:58.978Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
1809 | 2025-01-29T20:06:59.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1810 | 2025-01-29T20:06:59.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1811 | 2025-01-29T20:06:59.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1812 | 2025-01-29T20:06:59.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1813 | 2025-01-29T20:06:59.412Z | |
1814 | 2025-01-29T20:06:59.412Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
1815 | 2025-01-29T20:06:59.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1816 | 2025-01-29T20:06:59.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1817 | 2025-01-29T20:06:59.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1818 | 2025-01-29T20:06:59.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1819 | 2025-01-29T20:06:59.832Z | |
1820 | 2025-01-29T20:06:59.832Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
1821 | 2025-01-29T20:07:00.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1822 | 2025-01-29T20:07:00.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1823 | 2025-01-29T20:07:00.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1824 | 2025-01-29T20:07:00.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1825 | 2025-01-29T20:07:00.254Z | |
1826 | 2025-01-29T20:07:00.254Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
1827 | 2025-01-29T20:07:00.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1828 | 2025-01-29T20:07:00.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1829 | 2025-01-29T20:07:00.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1830 | 2025-01-29T20:07:00.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1831 | 2025-01-29T20:07:00.672Z | |
1832 | 2025-01-29T20:07:00.672Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
1833 | 2025-01-29T20:07:01.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1834 | 2025-01-29T20:07:01.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1835 | 2025-01-29T20:07:01.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1836 | 2025-01-29T20:07:01.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1837 | 2025-01-29T20:07:01.100Z | |
1838 | 2025-01-29T20:07:01.100Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
1839 | 2025-01-29T20:07:01.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1840 | 2025-01-29T20:07:01.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1841 | 2025-01-29T20:07:01.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1842 | 2025-01-29T20:07:01.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1843 | 2025-01-29T20:07:01.528Z | |
1844 | 2025-01-29T20:07:01.528Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
1845 | 2025-01-29T20:07:01.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1846 | 2025-01-29T20:07:01.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1847 | 2025-01-29T20:07:01.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1848 | 2025-01-29T20:07:01.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1849 | 2025-01-29T20:07:01.961Z | |
1850 | 2025-01-29T20:07:01.961Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
1851 | 2025-01-29T20:07:02.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1852 | 2025-01-29T20:07:02.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1853 | 2025-01-29T20:07:02.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1854 | 2025-01-29T20:07:02.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1855 | 2025-01-29T20:07:02.387Z | |
1856 | 2025-01-29T20:07:02.387Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
1857 | 2025-01-29T20:07:02.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1858 | 2025-01-29T20:07:02.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1859 | 2025-01-29T20:07:02.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1860 | 2025-01-29T20:07:02.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1861 | 2025-01-29T20:07:02.812Z | |
1862 | 2025-01-29T20:07:02.812Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
1863 | 2025-01-29T20:07:03.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1864 | 2025-01-29T20:07:03.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1865 | 2025-01-29T20:07:03.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1866 | 2025-01-29T20:07:03.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1867 | 2025-01-29T20:07:03.238Z | |
1868 | 2025-01-29T20:07:03.238Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
1869 | 2025-01-29T20:07:03.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1870 | 2025-01-29T20:07:03.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1871 | 2025-01-29T20:07:03.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1872 | 2025-01-29T20:07:03.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1873 | 2025-01-29T20:07:03.664Z | |
1874 | 2025-01-29T20:07:03.664Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
1875 | 2025-01-29T20:07:04.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1876 | 2025-01-29T20:07:04.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1877 | 2025-01-29T20:07:04.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1878 | 2025-01-29T20:07:04.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1879 | 2025-01-29T20:07:04.092Z | |
1880 | 2025-01-29T20:07:04.092Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
1881 | 2025-01-29T20:07:04.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1882 | 2025-01-29T20:07:04.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1883 | 2025-01-29T20:07:04.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1884 | 2025-01-29T20:07:04.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1885 | 2025-01-29T20:07:04.515Z | |
1886 | 2025-01-29T20:07:04.515Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
1887 | 2025-01-29T20:07:04.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1888 | 2025-01-29T20:07:04.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1889 | 2025-01-29T20:07:04.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1890 | 2025-01-29T20:07:04.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1891 | 2025-01-29T20:07:04.940Z | |
1892 | 2025-01-29T20:07:04.940Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
1893 | 2025-01-29T20:07:05.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1894 | 2025-01-29T20:07:05.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1895 | 2025-01-29T20:07:05.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1896 | 2025-01-29T20:07:05.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1897 | 2025-01-29T20:07:05.563Z | |
1898 | 2025-01-29T20:07:05.563Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
1899 | 2025-01-29T20:07:06.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1900 | 2025-01-29T20:07:06.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1901 | 2025-01-29T20:07:06.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1902 | 2025-01-29T20:07:06.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1903 | 2025-01-29T20:07:06.179Z | |
1904 | 2025-01-29T20:07:06.179Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
1905 | 2025-01-29T20:07:06.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1906 | 2025-01-29T20:07:06.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1907 | 2025-01-29T20:07:06.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1908 | 2025-01-29T20:07:06.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1909 | 2025-01-29T20:07:06.807Z | |
1910 | 2025-01-29T20:07:06.807Z | info: running `cargo check --bins` on oxlog (48/197) |
1911 | 2025-01-29T20:07:07.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1912 | 2025-01-29T20:07:07.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1913 | 2025-01-29T20:07:07.416Z | Checking cfg-if v1.0.0 |
1914 | 2025-01-29T20:07:07.419Z | Checking libc v0.2.169 |
1915 | 2025-01-29T20:07:07.526Z | Checking serde v1.0.217 |
1916 | 2025-01-29T20:07:07.529Z | Checking zeroize v1.8.1 |
1917 | 2025-01-29T20:07:07.543Z | Checking memchr v2.7.4 |
1918 | 2025-01-29T20:07:07.553Z | Checking typenum v1.17.0 |
1919 | 2025-01-29T20:07:07.556Z | Checking subtle v2.6.1 |
1920 | 2025-01-29T20:07:07.566Z | Checking scopeguard v1.2.0 |
1921 | 2025-01-29T20:07:07.596Z | Checking value-bag v1.9.0 |
1922 | 2025-01-29T20:07:07.721Z | Checking lock_api v0.4.12 |
1923 | 2025-01-29T20:07:07.758Z | Checking smallvec v1.13.2 |
1924 | 2025-01-29T20:07:07.819Z | Checking const-oid v0.9.6 |
1925 | 2025-01-29T20:07:07.977Z | Checking log v0.4.22 |
1926 | 2025-01-29T20:07:08.101Z | Checking itoa v1.0.11 |
1927 | 2025-01-29T20:07:08.122Z | Checking pin-project-lite v0.2.14 |
1928 | 2025-01-29T20:07:08.255Z | Checking byteorder v1.5.0 |
1929 | 2025-01-29T20:07:08.332Z | Checking once_cell v1.20.2 |
1930 | 2025-01-29T20:07:08.394Z | Checking futures-core v0.3.31 |
1931 | 2025-01-29T20:07:08.497Z | Checking stable_deref_trait v1.2.0 |
1932 | 2025-01-29T20:07:08.539Z | Checking getrandom v0.2.15 |
1933 | 2025-01-29T20:07:08.586Z | Checking signal-hook-registry v1.4.2 |
1934 | 2025-01-29T20:07:08.613Z | Checking parking_lot_core v0.9.10 |
1935 | 2025-01-29T20:07:08.629Z | Checking generic-array v0.14.7 |
1936 | 2025-01-29T20:07:08.631Z | Checking mio v1.0.2 |
1937 | 2025-01-29T20:07:08.642Z | Checking cpufeatures v0.2.14 |
1938 | 2025-01-29T20:07:08.750Z | Checking futures-sink v0.3.31 |
1939 | 2025-01-29T20:07:08.779Z | Checking rand_core v0.6.4 |
1940 | 2025-01-29T20:07:08.834Z | Checking socket2 v0.5.7 |
1941 | 2025-01-29T20:07:08.898Z | Checking zerocopy v0.7.35 |
1942 | 2025-01-29T20:07:08.938Z | Checking parking_lot v0.12.3 |
1943 | 2025-01-29T20:07:09.083Z | Checking zerofrom v0.1.4 |
1944 | 2025-01-29T20:07:09.195Z | Checking spin v0.9.8 |
1945 | 2025-01-29T20:07:09.274Z | Checking slab v0.4.9 |
1946 | 2025-01-29T20:07:09.290Z | Checking yoke v0.7.4 |
1947 | 2025-01-29T20:07:09.311Z | Checking futures-channel v0.3.31 |
1948 | 2025-01-29T20:07:09.523Z | Checking pin-utils v0.1.0 |
1949 | 2025-01-29T20:07:09.538Z | Checking foldhash v0.1.3 |
1950 | 2025-01-29T20:07:09.617Z | Checking futures-task v0.3.31 |
1951 | 2025-01-29T20:07:09.631Z | Checking zerovec v0.10.4 |
1952 | 2025-01-29T20:07:09.652Z | Checking allocator-api2 v0.2.18 |
1953 | 2025-01-29T20:07:09.686Z | Checking crypto-common v0.1.6 |
1954 | 2025-01-29T20:07:09.703Z | Checking block-buffer v0.10.4 |
1955 | 2025-01-29T20:07:09.738Z | Checking equivalent v1.0.1 |
1956 | 2025-01-29T20:07:09.848Z | Checking futures-io v0.3.31 |
1957 | 2025-01-29T20:07:09.863Z | Checking block-padding v0.3.3 |
1958 | 2025-01-29T20:07:09.878Z | Checking ryu v1.0.18 |
1959 | 2025-01-29T20:07:09.925Z | Checking digest v0.10.7 |
1960 | 2025-01-29T20:07:10.025Z | Checking futures-util v0.3.31 |
1961 | 2025-01-29T20:07:10.062Z | Checking inout v0.1.3 |
1962 | 2025-01-29T20:07:10.115Z | Checking writeable v0.5.5 |
1963 | 2025-01-29T20:07:10.137Z | Checking litemap v0.7.3 |
1964 | 2025-01-29T20:07:10.252Z | Checking hashbrown v0.15.1 |
1965 | 2025-01-29T20:07:10.291Z | Checking fnv v1.0.7 |
1966 | 2025-01-29T20:07:10.306Z | Checking hmac v0.12.1 |
1967 | 2025-01-29T20:07:10.426Z | Checking sha2 v0.10.8 |
1968 | 2025-01-29T20:07:10.440Z | Checking cipher v0.4.4 |
1969 | 2025-01-29T20:07:10.471Z | Checking libm v0.2.8 |
1970 | 2025-01-29T20:07:10.519Z | Checking base64ct v1.6.0 |
1971 | 2025-01-29T20:07:10.853Z | Checking ppv-lite86 v0.2.20 |
1972 | 2025-01-29T20:07:10.933Z | Checking pem-rfc7468 v0.7.0 |
1973 | 2025-01-29T20:07:11.019Z | Checking icu_locid_transform_data v1.5.0 |
1974 | 2025-01-29T20:07:11.127Z | Checking tinystr v0.7.6 |
1975 | 2025-01-29T20:07:11.129Z | Checking flagset v0.4.6 |
1976 | 2025-01-29T20:07:11.185Z | Checking icu_collections v1.5.0 |
1977 | 2025-01-29T20:07:11.293Z | Checking tracing-core v0.1.32 |
1978 | 2025-01-29T20:07:11.332Z | Checking der v0.7.9 |
1979 | 2025-01-29T20:07:11.376Z | Checking num-traits v0.2.19 |
1980 | 2025-01-29T20:07:11.472Z | Checking icu_locid v1.5.0 |
1981 | 2025-01-29T20:07:11.596Z | Checking rand_chacha v0.3.1 |
1982 | 2025-01-29T20:07:11.886Z | Checking thiserror v1.0.69 |
1983 | 2025-01-29T20:07:11.913Z | Checking percent-encoding v2.3.1 |
1984 | 2025-01-29T20:07:11.999Z | Checking rustls-pki-types v1.10.0 |
1985 | 2025-01-29T20:07:12.017Z | Checking bytes v1.9.0 |
1986 | 2025-01-29T20:07:12.038Z | Checking indexmap v2.7.1 |
1987 | 2025-01-29T20:07:12.118Z | Checking serde_json v1.0.135 |
1988 | 2025-01-29T20:07:12.417Z | Checking icu_provider v1.5.0 |
1989 | 2025-01-29T20:07:12.538Z | Checking bitflags v2.6.0 |
1990 | 2025-01-29T20:07:12.815Z | Checking tokio v1.43.0 |
1991 | 2025-01-29T20:07:12.848Z | Checking http v1.2.0 |
1992 | 2025-01-29T20:07:12.865Z | Checking icu_properties_data v1.5.0 |
1993 | 2025-01-29T20:07:13.080Z | Checking icu_locid_transform v1.5.0 |
1994 | 2025-01-29T20:07:13.103Z | Checking spki v0.7.3 |
1995 | 2025-01-29T20:07:13.126Z | Checking rand v0.8.5 |
1996 | 2025-01-29T20:07:13.189Z | Checking tracing v0.1.40 |
1997 | 2025-01-29T20:07:13.379Z | Checking salsa20 v0.10.2 |
1998 | 2025-01-29T20:07:13.542Z | Checking pbkdf2 v0.12.2 |
1999 | 2025-01-29T20:07:13.602Z | Checking aws-lc-sys v0.22.0 |
2000 | 2025-01-29T20:07:13.704Z | Checking httparse v1.9.5 |
2001 | 2025-01-29T20:07:13.738Z | Checking utf8_iter v1.0.4 |
2002 | 2025-01-29T20:07:13.937Z | Checking write16 v1.0.0 |
2003 | 2025-01-29T20:07:14.055Z | Checking icu_properties v1.5.1 |
2004 | 2025-01-29T20:07:14.073Z | Checking mirai-annotations v1.12.0 |
2005 | 2025-01-29T20:07:14.116Z | Checking icu_normalizer_data v1.5.0 |
2006 | 2025-01-29T20:07:14.137Z | Checking untrusted v0.7.1 |
2007 | 2025-01-29T20:07:14.223Z | Checking powerfmt v0.2.0 |
2008 | 2025-01-29T20:07:14.238Z | Checking utf16_iter v1.0.5 |
2009 | 2025-01-29T20:07:14.309Z | Checking untrusted v0.9.0 |
2010 | 2025-01-29T20:07:14.352Z | Checking scrypt v0.11.0 |
2011 | 2025-01-29T20:07:14.404Z | Checking aes v0.8.4 |
2012 | 2025-01-29T20:07:14.429Z | Checking cbc v0.1.2 |
2013 | 2025-01-29T20:07:14.477Z | Checking ring v0.17.8 |
2014 | 2025-01-29T20:07:14.499Z | Checking deranged v0.3.11 |
2015 | 2025-01-29T20:07:14.580Z | Checking crossbeam-utils v0.8.20 |
2016 | 2025-01-29T20:07:14.625Z | Checking atomic-waker v1.1.2 |
2017 | 2025-01-29T20:07:14.769Z | Checking num_threads v0.1.7 |
2018 | 2025-01-29T20:07:14.899Z | Checking time-core v0.1.2 |
2019 | 2025-01-29T20:07:15.065Z | Checking tinyvec_macros v0.1.1 |
2020 | 2025-01-29T20:07:15.162Z | Checking num-conv v0.1.0 |
2021 | 2025-01-29T20:07:15.274Z | Checking pkcs5 v0.7.1 |
2022 | 2025-01-29T20:07:15.276Z | Checking tinyvec v1.8.0 |
2023 | 2025-01-29T20:07:15.393Z | Checking http-body v1.0.1 |
2024 | 2025-01-29T20:07:15.598Z | Checking form_urlencoded v1.2.1 |
2025 | 2025-01-29T20:07:15.714Z | Checking aws-lc-rs v1.10.0 |
2026 | 2025-01-29T20:07:15.785Z | Checking try-lock v0.2.5 |
2027 | 2025-01-29T20:07:15.803Z | Checking pkcs8 v0.10.2 |
2028 | 2025-01-29T20:07:15.819Z | Checking time v0.3.36 |
2029 | 2025-01-29T20:07:15.920Z | Checking want v0.3.1 |
2030 | 2025-01-29T20:07:16.095Z | Checking uuid v1.12.0 |
2031 | 2025-01-29T20:07:16.114Z | Checking unicode-ident v1.0.14 |
2032 | 2025-01-29T20:07:16.254Z | Checking httpdate v1.0.3 |
2033 | 2025-01-29T20:07:16.298Z | Checking proc-macro2 v1.0.92 |
2034 | 2025-01-29T20:07:16.534Z | Checking serde_spanned v0.6.8 |
2035 | 2025-01-29T20:07:16.577Z | Checking toml_datetime v0.6.8 |
2036 | 2025-01-29T20:07:16.712Z | Checking slog v2.7.0 |
2037 | 2025-01-29T20:07:16.743Z | Checking scroll v0.12.0 |
2038 | 2025-01-29T20:07:16.880Z | Checking match_cfg v0.1.0 |
2039 | 2025-01-29T20:07:16.973Z | Checking plain v0.2.3 |
2040 | 2025-01-29T20:07:16.986Z | Checking iana-time-zone v0.1.61 |
2041 | 2025-01-29T20:07:17.132Z | Checking base64 v0.22.1 |
2042 | 2025-01-29T20:07:17.145Z | Checking foreign-types-shared v0.1.1 |
2043 | 2025-01-29T20:07:17.162Z | Checking ucd-trie v0.1.7 |
2044 | 2025-01-29T20:07:17.201Z | Checking tower-service v0.3.3 |
2045 | 2025-01-29T20:07:17.244Z | Checking icu_normalizer v1.5.0 |
2046 | 2025-01-29T20:07:17.261Z | Checking adler2 v2.0.0 |
2047 | 2025-01-29T20:07:17.321Z | Checking foreign-types v0.3.2 |
2048 | 2025-01-29T20:07:17.369Z | Checking pest v2.7.14 |
2049 | 2025-01-29T20:07:17.419Z | Checking goblin v0.8.2 |
2050 | 2025-01-29T20:07:17.435Z | Checking miniz_oxide v0.8.0 |
2051 | 2025-01-29T20:07:17.465Z | Checking rustls-webpki v0.102.8 |
2052 | 2025-01-29T20:07:17.601Z | Checking chrono v0.4.39 |
2053 | 2025-01-29T20:07:18.031Z | Checking idna_adapter v1.2.0 |
2054 | 2025-01-29T20:07:18.186Z | Checking hostname v0.3.1 |
2055 | 2025-01-29T20:07:18.221Z | Checking idna v1.0.3 |
2056 | 2025-01-29T20:07:18.350Z | Checking quote v1.0.38 |
2057 | 2025-01-29T20:07:18.355Z | Checking openssl-sys v0.9.103 |
2058 | 2025-01-29T20:07:18.355Z | Checking dirs-sys-next v0.1.2 |
2059 | 2025-01-29T20:07:18.526Z | Checking errno v0.3.9 |
2060 | 2025-01-29T20:07:18.558Z | Checking aho-corasick v1.1.3 |
2061 | 2025-01-29T20:07:18.715Z | Checking regex-syntax v0.8.5 |
2062 | 2025-01-29T20:07:18.741Z | Checking url v2.5.3 |
2063 | 2025-01-29T20:07:19.428Z | Checking data-encoding v2.6.0 |
2064 | 2025-01-29T20:07:19.447Z | Checking tokio-util v0.7.12 |
2065 | 2025-01-29T20:07:19.517Z | Compiling newtype-uuid v1.2.1 |
2066 | 2025-01-29T20:07:19.537Z | Checking pretty-hex v0.4.1 |
2067 | 2025-01-29T20:07:19.721Z | Checking siphasher v0.3.11 |
2068 | 2025-01-29T20:07:19.841Z | Checking openssl v0.10.66 |
2069 | 2025-01-29T20:07:19.935Z | Checking dtrace-parser v0.2.0 |
2070 | 2025-01-29T20:07:19.953Z | Checking rustix v0.38.37 |
2071 | 2025-01-29T20:07:20.025Z | Checking syn v2.0.96 |
2072 | 2025-01-29T20:07:20.161Z | Checking dirs-next v2.0.0 |
2073 | 2025-01-29T20:07:20.274Z | Checking h2 v0.4.6 |
2074 | 2025-01-29T20:07:20.301Z | Checking unicode-normalization v0.1.24 |
2075 | 2025-01-29T20:07:20.403Z | Checking http-body-util v0.1.2 |
2076 | 2025-01-29T20:07:20.845Z | Checking crossbeam-epoch v0.9.18 |
2077 | 2025-01-29T20:07:21.219Z | Checking sha1 v0.10.6 |
2078 | 2025-01-29T20:07:21.245Z | Checking signature v2.2.0 |
2079 | 2025-01-29T20:07:21.465Z | Checking thread_local v1.1.8 |
2080 | 2025-01-29T20:07:21.510Z | Checking thread-id v4.2.2 |
2081 | 2025-01-29T20:07:21.628Z | Checking encoding_rs v0.8.34 |
2082 | 2025-01-29T20:07:21.737Z | Checking unicode-bidi v0.3.17 |
2083 | 2025-01-29T20:07:21.917Z | Checking regex-automata v0.4.8 |
2084 | 2025-01-29T20:07:22.126Z | Checking dof v0.3.0 |
2085 | 2025-01-29T20:07:22.367Z | Checking mime v0.3.17 |
2086 | 2025-01-29T20:07:22.695Z | Checking utf8parse v0.2.2 |
2087 | 2025-01-29T20:07:22.720Z | Checking either v1.13.0 |
2088 | 2025-01-29T20:07:22.851Z | Checking anstyle v1.0.10 |
2089 | 2025-01-29T20:07:23.059Z | Checking openssl-probe v0.1.5 |
2090 | 2025-01-29T20:07:23.096Z | Checking unicode-properties v0.1.3 |
2091 | 2025-01-29T20:07:23.215Z | Checking gimli v0.31.1 |
2092 | 2025-01-29T20:07:23.232Z | Checking winnow v0.6.20 |
2093 | 2025-01-29T20:07:23.480Z | Checking ipnet v2.10.1 |
2094 | 2025-01-29T20:07:23.889Z | Checking stringprep v0.1.5 |
2095 | 2025-01-29T20:07:23.906Z | Checking anstyle-parse v0.2.5 |
2096 | 2025-01-29T20:07:24.173Z | Checking crossbeam-deque v0.8.5 |
2097 | 2025-01-29T20:07:24.189Z | Checking term v0.7.0 |
2098 | 2025-01-29T20:07:24.493Z | Checking rustls v0.23.19 |
2099 | 2025-01-29T20:07:24.631Z | Checking rustls v0.22.4 |
2100 | 2025-01-29T20:07:24.798Z | Checking native-tls v0.2.12 |
2101 | 2025-01-29T20:07:25.106Z | Checking slog-json v2.6.1 |
2102 | 2025-01-29T20:07:25.381Z | Checking serde_urlencoded v0.7.1 |
2103 | 2025-01-29T20:07:25.818Z | Checking crossbeam-channel v0.5.13 |
2104 | 2025-01-29T20:07:25.927Z | Checking toml_edit v0.22.22 |
2105 | 2025-01-29T20:07:26.067Z | Checking usdt-impl v0.5.0 |
2106 | 2025-01-29T20:07:26.257Z | Checking futures-executor v0.3.31 |
2107 | 2025-01-29T20:07:26.473Z | Checking num-integer v0.1.46 |
2108 | 2025-01-29T20:07:26.502Z | Checking rustls-pemfile v2.2.0 |
2109 | 2025-01-29T20:07:26.626Z | Checking md-5 v0.10.6 |
2110 | 2025-01-29T20:07:26.657Z | Checking hyper v1.5.2 |
2111 | 2025-01-29T20:07:26.714Z | Checking ff v0.13.0 |
2112 | 2025-01-29T20:07:26.863Z | Checking hash32 v0.2.1 |
2113 | 2025-01-29T20:07:26.943Z | Checking is-terminal v0.4.13 |
2114 | 2025-01-29T20:07:26.959Z | Checking memmap v0.7.0 |
2115 | 2025-01-29T20:07:26.976Z | Checking addr2line v0.24.2 |
2116 | 2025-01-29T20:07:27.074Z | Checking object v0.36.5 |
2117 | 2025-01-29T20:07:27.149Z | Checking fallible-iterator v0.2.0 |
2118 | 2025-01-29T20:07:27.165Z | Checking utf-8 v0.7.6 |
2119 | 2025-01-29T20:07:27.377Z | Checking psl-types v2.0.11 |
2120 | 2025-01-29T20:07:27.464Z | Checking base16ct v0.2.0 |
2121 | 2025-01-29T20:07:27.571Z | Checking rustc-demangle v0.1.24 |
2122 | 2025-01-29T20:07:27.676Z | Checking dyn-clone v1.0.17 |
2123 | 2025-01-29T20:07:27.700Z | Checking is_terminal_polyfill v1.70.1 |
2124 | 2025-01-29T20:07:27.827Z | Checking colorchoice v1.0.2 |
2125 | 2025-01-29T20:07:27.830Z | Checking linked-hash-map v0.5.6 |
2126 | 2025-01-29T20:07:27.969Z | Checking anstyle-query v1.1.1 |
2127 | 2025-01-29T20:07:27.994Z | Checking take_mut v0.2.2 |
2128 | 2025-01-29T20:07:28.010Z | Checking quick-error v1.2.3 |
2129 | 2025-01-29T20:07:28.107Z | Checking anstream v0.6.15 |
2130 | 2025-01-29T20:07:28.132Z | Checking lru-cache v0.1.2 |
2131 | 2025-01-29T20:07:28.147Z | Checking slog-async v2.8.0 |
2132 | 2025-01-29T20:07:28.150Z | Checking resolv-conf v0.7.0 |
2133 | 2025-01-29T20:07:28.321Z | Checking tokio-rustls v0.25.0 |
2134 | 2025-01-29T20:07:28.420Z | Checking toml v0.8.19 |
2135 | 2025-01-29T20:07:28.440Z | Checking schemars v0.8.21 |
2136 | 2025-01-29T20:07:28.474Z | Checking postgres-protocol v0.6.7 |
2137 | 2025-01-29T20:07:28.492Z | Checking sec1 v0.7.3 |
2138 | 2025-01-29T20:07:28.565Z | Checking hyper-util v0.1.10 |
2139 | 2025-01-29T20:07:28.675Z | Checking publicsuffix v2.3.0 |
2140 | 2025-01-29T20:07:28.873Z | Checking tungstenite v0.24.0 |
2141 | 2025-01-29T20:07:28.950Z | Checking usdt v0.5.0 |
2142 | 2025-01-29T20:07:29.081Z | Checking heapless v0.7.17 |
2143 | 2025-01-29T20:07:29.145Z | Checking slog-term v2.9.1 |
2144 | 2025-01-29T20:07:29.190Z | Checking num-iter v0.1.45 |
2145 | 2025-01-29T20:07:29.368Z | Checking group v0.13.0 |
2146 | 2025-01-29T20:07:29.599Z | Checking tokio-rustls v0.26.0 |
2147 | 2025-01-29T20:07:29.620Z | Checking futures v0.3.31 |
2148 | 2025-01-29T20:07:29.622Z | Checking slog-bunyan v2.5.0 |
2149 | 2025-01-29T20:07:29.726Z | Checking tokio-native-tls v0.3.1 |
2150 | 2025-01-29T20:07:29.742Z | Checking rayon-core v1.12.1 |
2151 | 2025-01-29T20:07:29.794Z | Checking hickory-proto v0.24.2 |
2152 | 2025-01-29T20:07:29.943Z | Checking multer v3.1.0 |
2153 | 2025-01-29T20:07:29.987Z | Checking terminal_size v0.4.0 |
2154 | 2025-01-29T20:07:29.989Z | Checking phf_shared v0.11.2 |
2155 | 2025-01-29T20:07:30.188Z | Checking cookie v0.18.1 |
2156 | 2025-01-29T20:07:30.256Z | Checking async-stream v0.3.6 |
2157 | 2025-01-29T20:07:30.301Z | Checking bzip2-sys v0.1.11+1.0.8 |
2158 | 2025-01-29T20:07:30.345Z | Checking camino v1.1.9 |
2159 | 2025-01-29T20:07:30.381Z | Checking signal-hook v0.3.17 |
2160 | 2025-01-29T20:07:30.427Z | Checking waitgroup v0.1.2 |
2161 | 2025-01-29T20:07:30.449Z | Checking openapiv3 v2.0.0 |
2162 | 2025-01-29T20:07:30.550Z | Checking webpki-roots v0.26.6 |
2163 | 2025-01-29T20:07:30.567Z | Checking serde_path_to_error v0.1.16 |
2164 | 2025-01-29T20:07:30.627Z | Checking hkdf v0.12.4 |
2165 | 2025-01-29T20:07:30.712Z | Checking crypto-bigint v0.5.5 |
2166 | 2025-01-29T20:07:30.762Z | Checking lazy_static v1.5.0 |
2167 | 2025-01-29T20:07:30.837Z | Checking hostname v0.4.0 |
2168 | 2025-01-29T20:07:30.853Z | Checking crc32fast v1.4.2 |
2169 | 2025-01-29T20:07:30.895Z | Checking strsim v0.11.1 |
2170 | 2025-01-29T20:07:30.973Z | Checking clap_lex v0.7.4 |
2171 | 2025-01-29T20:07:31.090Z | Checking winnow v0.5.40 |
2172 | 2025-01-29T20:07:31.148Z | Checking debug-ignore v1.0.5 |
2173 | 2025-01-29T20:07:31.182Z | Checking unicode-width v0.2.0 |
2174 | 2025-01-29T20:07:31.220Z | Checking managed v0.8.0 |
2175 | 2025-01-29T20:07:31.282Z | Checking bitflags v1.3.2 |
2176 | 2025-01-29T20:07:31.405Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2177 | 2025-01-29T20:07:31.590Z | Checking smoltcp v0.9.1 |
2178 | 2025-01-29T20:07:31.675Z | Checking console v0.15.10 |
2179 | 2025-01-29T20:07:31.692Z | Checking clap_builder v4.5.27 |
2180 | 2025-01-29T20:07:32.246Z | Checking flate2 v1.0.35 |
2181 | 2025-01-29T20:07:32.884Z | Checking num-bigint-dig v0.8.4 |
2182 | 2025-01-29T20:07:32.962Z | Checking hyper-rustls v0.27.3 |
2183 | 2025-01-29T20:07:33.038Z | Checking backtrace v0.3.74 |
2184 | 2025-01-29T20:07:33.301Z | Checking signal-hook-mio v0.2.4 |
2185 | 2025-01-29T20:07:33.325Z | Checking elliptic-curve v0.13.8 |
2186 | 2025-01-29T20:07:33.456Z | Checking cookie_store v0.21.1 |
2187 | 2025-01-29T20:07:33.587Z | Checking anyhow v1.0.95 |
2188 | 2025-01-29T20:07:33.688Z | Checking dropshot v0.12.0 |
2189 | 2025-01-29T20:07:33.860Z | Checking toml_edit v0.19.15 |
2190 | 2025-01-29T20:07:33.942Z | Checking hyper-tls v0.6.0 |
2191 | 2025-01-29T20:07:33.959Z | Checking bzip2 v0.4.4 |
2192 | 2025-01-29T20:07:34.167Z | Checking rayon v1.10.0 |
2193 | 2025-01-29T20:07:34.244Z | Checking phf v0.11.2 |
2194 | 2025-01-29T20:07:34.261Z | Checking tokio-tungstenite v0.24.0 |
2195 | 2025-01-29T20:07:34.418Z | Checking hickory-resolver v0.24.2 |
2196 | 2025-01-29T20:07:34.510Z | Checking postgres-types v0.2.8 |
2197 | 2025-01-29T20:07:34.568Z | Checking regex v1.11.1 |
2198 | 2025-01-29T20:07:34.718Z | Checking bstr v1.10.0 |
2199 | 2025-01-29T20:07:34.864Z | Checking ed25519 v2.2.3 |
2200 | 2025-01-29T20:07:35.134Z | Checking tokio-stream v0.1.16 |
2201 | 2025-01-29T20:07:35.162Z | Checking phf_shared v0.10.0 |
2202 | 2025-01-29T20:07:35.178Z | Checking curve25519-dalek v4.1.3 |
2203 | 2025-01-29T20:07:35.416Z | Checking zerocopy v0.6.6 |
2204 | 2025-01-29T20:07:35.601Z | Checking hubpack v0.1.2 |
2205 | 2025-01-29T20:07:35.891Z | Checking portable-atomic v1.9.0 |
2206 | 2025-01-29T20:07:35.915Z | Checking pkcs1 v0.7.5 |
2207 | 2025-01-29T20:07:35.986Z | Checking float-cmp v0.9.0 |
2208 | 2025-01-29T20:07:36.083Z | Checking serde-big-array v0.5.1 |
2209 | 2025-01-29T20:07:36.184Z | Checking rfc6979 v0.4.0 |
2210 | 2025-01-29T20:07:36.230Z | Checking sync_wrapper v1.0.1 |
2211 | 2025-01-29T20:07:36.297Z | Checking difflib v0.4.0 |
2212 | 2025-01-29T20:07:36.328Z | Checking whoami v1.5.2 |
2213 | 2025-01-29T20:07:36.362Z | Checking precomputed-hash v0.1.1 |
2214 | 2025-01-29T20:07:36.400Z | Checking bit-vec v0.6.3 |
2215 | 2025-01-29T20:07:36.492Z | Checking normalize-line-endings v0.3.0 |
2216 | 2025-01-29T20:07:36.631Z | Checking static_assertions v1.1.0 |
2217 | 2025-01-29T20:07:36.648Z | Checking new_debug_unreachable v1.0.6 |
2218 | 2025-01-29T20:07:36.651Z | Checking number_prefix v0.4.0 |
2219 | 2025-01-29T20:07:36.725Z | Checking minimal-lexical v0.2.1 |
2220 | 2025-01-29T20:07:36.742Z | Checking unicode-segmentation v1.12.0 |
2221 | 2025-01-29T20:07:36.742Z | Checking predicates-core v1.0.8 |
2222 | 2025-01-29T20:07:36.853Z | Checking fixedbitset v0.4.2 |
2223 | 2025-01-29T20:07:36.872Z | Checking string_cache v0.8.7 |
2224 | 2025-01-29T20:07:36.954Z | Checking predicates v3.1.2 |
2225 | 2025-01-29T20:07:36.976Z | Checking ed25519-dalek v2.1.1 |
2226 | 2025-01-29T20:07:37.093Z | Checking qorb v0.2.1 |
2227 | 2025-01-29T20:07:37.113Z | Checking petgraph v0.6.5 |
2228 | 2025-01-29T20:07:37.133Z | Checking nom v7.1.3 |
2229 | 2025-01-29T20:07:37.149Z | Checking bit-set v0.5.3 |
2230 | 2025-01-29T20:07:37.373Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2231 | 2025-01-29T20:07:37.391Z | Checking tokio-postgres v0.7.12 |
2232 | 2025-01-29T20:07:37.422Z | Checking similar v2.6.0 |
2233 | 2025-01-29T20:07:37.562Z | Checking reqwest v0.12.9 |
2234 | 2025-01-29T20:07:37.618Z | Checking indicatif v0.17.9 |
2235 | 2025-01-29T20:07:38.246Z | Checking ecdsa v0.16.9 |
2236 | 2025-01-29T20:07:38.356Z | Checking rsa v0.9.6 |
2237 | 2025-01-29T20:07:38.936Z | Checking toml v0.7.8 |
2238 | 2025-01-29T20:07:39.322Z | Checking clap v4.5.27 |
2239 | 2025-01-29T20:07:39.348Z | Checking zip v0.6.6 |
2240 | 2025-01-29T20:07:39.442Z | Checking crossterm v0.28.1 |
2241 | 2025-01-29T20:07:39.601Z | Checking itertools v0.12.1 |
2242 | 2025-01-29T20:07:39.620Z | Checking itertools v0.10.5 |
2243 | 2025-01-29T20:07:39.695Z | Checking ahash v0.8.11 |
2244 | 2025-01-29T20:07:40.010Z | Checking fs-err v2.11.0 |
2245 | 2025-01-29T20:07:40.141Z | Checking x509-cert v0.2.5 |
2246 | 2025-01-29T20:07:40.181Z | Checking semver v1.0.24 |
2247 | 2025-01-29T20:07:40.235Z | Checking hex v0.4.3 |
2248 | 2025-01-29T20:07:40.540Z | Checking peg-runtime v0.8.3 |
2249 | 2025-01-29T20:07:40.583Z | Checking lalrpop-util v0.19.12 |
2250 | 2025-01-29T20:07:40.744Z | Checking sigpipe v0.1.3 |
2251 | 2025-01-29T20:07:41.835Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2252 | 2025-01-29T20:07:42.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.34s |
2253 | 2025-01-29T20:07:42.326Z | |
2254 | 2025-01-29T20:07:42.326Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
2255 | 2025-01-29T20:07:42.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2256 | 2025-01-29T20:07:42.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2257 | 2025-01-29T20:07:42.977Z | Compiling hashbrown v0.14.5 |
2258 | 2025-01-29T20:07:43.100Z | Checking heck v0.5.0 |
2259 | 2025-01-29T20:07:43.114Z | Compiling unsafe-libyaml v0.2.11 |
2260 | 2025-01-29T20:07:43.129Z | Checking ipnetwork v0.20.0 |
2261 | 2025-01-29T20:07:43.141Z | Compiling ident_case v1.0.1 |
2262 | 2025-01-29T20:07:43.156Z | Checking progenitor-client v0.8.0 |
2263 | 2025-01-29T20:07:43.171Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2264 | 2025-01-29T20:07:43.262Z | Checking newtype-uuid v1.2.1 |
2265 | 2025-01-29T20:07:43.309Z | Compiling darling_core v0.20.10 |
2266 | 2025-01-29T20:07:43.468Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2267 | 2025-01-29T20:07:43.489Z | Compiling proc-macro-crate v1.3.1 |
2268 | 2025-01-29T20:07:43.491Z | Compiling structmeta-derive v0.3.0 |
2269 | 2025-01-29T20:07:43.550Z | Compiling thiserror v2.0.11 |
2270 | 2025-01-29T20:07:43.817Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2271 | 2025-01-29T20:07:44.066Z | Checking regress v0.10.1 |
2272 | 2025-01-29T20:07:44.200Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2273 | 2025-01-29T20:07:44.419Z | Compiling serde_yaml v0.9.34+deprecated |
2274 | 2025-01-29T20:07:44.516Z | Compiling num_enum_derive v0.5.11 |
2275 | 2025-01-29T20:07:44.990Z | Compiling lzma-sys v0.1.20 |
2276 | 2025-01-29T20:07:45.383Z | Compiling foreign-types-macros v0.2.3 |
2277 | 2025-01-29T20:07:45.753Z | Compiling thiserror-impl v2.0.11 |
2278 | 2025-01-29T20:07:46.156Z | Compiling structmeta v0.3.0 |
2279 | 2025-01-29T20:07:46.611Z | Compiling dropshot v0.15.1 |
2280 | 2025-01-29T20:07:46.629Z | Checking arc-swap v1.7.1 |
2281 | 2025-01-29T20:07:46.723Z | Checking foreign-types-shared v0.3.1 |
2282 | 2025-01-29T20:07:46.858Z | Checking foreign-types v0.5.0 |
2283 | 2025-01-29T20:07:46.972Z | Checking num_enum v0.5.11 |
2284 | 2025-01-29T20:07:46.992Z | Compiling parse-display-derive v0.10.0 |
2285 | 2025-01-29T20:07:47.025Z | Checking slog-scope v4.4.0 |
2286 | 2025-01-29T20:07:47.175Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2287 | 2025-01-29T20:07:47.238Z | Compiling proc-macro-error v1.0.4 |
2288 | 2025-01-29T20:07:47.608Z | Checking typify-impl v0.2.0 |
2289 | 2025-01-29T20:07:48.069Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2290 | 2025-01-29T20:07:48.126Z | Checking tungstenite v0.21.0 |
2291 | 2025-01-29T20:07:48.186Z | Compiling heck v0.3.3 |
2292 | 2025-01-29T20:07:48.570Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2293 | 2025-01-29T20:07:48.840Z | Compiling dropshot_endpoint v0.15.1 |
2294 | 2025-01-29T20:07:48.992Z | Checking cstr-argument v0.1.2 |
2295 | 2025-01-29T20:07:49.165Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2296 | 2025-01-29T20:07:49.188Z | Checking instant v0.1.13 |
2297 | 2025-01-29T20:07:49.313Z | Checking pretty-hex v0.2.1 |
2298 | 2025-01-29T20:07:49.361Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2299 | 2025-01-29T20:07:49.450Z | Compiling darling_macro v0.20.10 |
2300 | 2025-01-29T20:07:49.487Z | Checking fastrand v2.1.1 |
2301 | 2025-01-29T20:07:49.641Z | Checking base64 v0.21.7 |
2302 | 2025-01-29T20:07:49.813Z | Checking tempfile v3.13.0 |
2303 | 2025-01-29T20:07:49.881Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2304 | 2025-01-29T20:07:50.099Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2305 | 2025-01-29T20:07:50.124Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2306 | 2025-01-29T20:07:50.148Z | Checking backoff v0.4.0 |
2307 | 2025-01-29T20:07:50.169Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2308 | 2025-01-29T20:07:50.273Z | Checking tokio-tungstenite v0.21.0 |
2309 | 2025-01-29T20:07:50.310Z | Compiling darling v0.20.10 |
2310 | 2025-01-29T20:07:50.359Z | Checking strum v0.26.3 |
2311 | 2025-01-29T20:07:50.429Z | Compiling serde_with_macros v3.11.0 |
2312 | 2025-01-29T20:07:50.442Z | Compiling zone_cfg_derive v0.1.2 |
2313 | 2025-01-29T20:07:50.467Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2314 | 2025-01-29T20:07:50.518Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2315 | 2025-01-29T20:07:50.745Z | Checking slog-stdlog v4.1.1 |
2316 | 2025-01-29T20:07:50.917Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2317 | 2025-01-29T20:07:51.001Z | Checking regress v0.9.1 |
2318 | 2025-01-29T20:07:51.018Z | Checking parse-display v0.10.0 |
2319 | 2025-01-29T20:07:51.071Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2320 | 2025-01-29T20:07:51.182Z | Checking progenitor-client v0.9.1 |
2321 | 2025-01-29T20:07:51.245Z | Checking colored v2.1.0 |
2322 | 2025-01-29T20:07:51.416Z | Checking macaddr v1.0.1 |
2323 | 2025-01-29T20:07:51.593Z | Checking base64 v0.13.1 |
2324 | 2025-01-29T20:07:51.651Z | Checking unicode-width v0.1.14 |
2325 | 2025-01-29T20:07:51.910Z | Checking zone v0.1.8 |
2326 | 2025-01-29T20:07:52.006Z | Checking ron v0.7.1 |
2327 | 2025-01-29T20:07:52.177Z | Checking tabwriter v1.4.0 |
2328 | 2025-01-29T20:07:52.429Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2329 | 2025-01-29T20:07:52.575Z | Checking xz2 v0.1.7 |
2330 | 2025-01-29T20:07:52.877Z | Checking slog-envlogger v2.2.0 |
2331 | 2025-01-29T20:07:52.892Z | Checking xattr v1.3.1 |
2332 | 2025-01-29T20:07:52.995Z | Checking serde_with v3.11.0 |
2333 | 2025-01-29T20:07:53.092Z | Checking pem v3.0.4 |
2334 | 2025-01-29T20:07:53.094Z | Checking yasna v0.5.2 |
2335 | 2025-01-29T20:07:53.125Z | Checking headers-core v0.3.0 |
2336 | 2025-01-29T20:07:53.280Z | Checking smf v0.2.3 |
2337 | 2025-01-29T20:07:53.363Z | Checking filetime v0.2.25 |
2338 | 2025-01-29T20:07:53.574Z | Checking same-file v1.0.6 |
2339 | 2025-01-29T20:07:53.590Z | Checking tar v0.4.42 |
2340 | 2025-01-29T20:07:53.724Z | Checking headers v0.4.0 |
2341 | 2025-01-29T20:07:53.757Z | Checking walkdir v2.5.0 |
2342 | 2025-01-29T20:07:53.959Z | Checking rcgen v0.12.1 |
2343 | 2025-01-29T20:07:54.044Z | Checking atomicwrites v0.4.4 |
2344 | 2025-01-29T20:07:54.248Z | Checking camino-tempfile v1.1.1 |
2345 | 2025-01-29T20:07:54.401Z | Checking subprocess v0.2.9 |
2346 | 2025-01-29T20:07:57.029Z | Compiling typify-macro v0.2.0 |
2347 | 2025-01-29T20:07:58.523Z | Compiling typify v0.2.0 |
2348 | 2025-01-29T20:07:58.595Z | Compiling progenitor-impl v0.8.0 |
2349 | 2025-01-29T20:08:00.938Z | Compiling progenitor-macro v0.8.0 |
2350 | 2025-01-29T20:08:04.577Z | Checking progenitor v0.8.0 |
2351 | 2025-01-29T20:08:04.708Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2352 | 2025-01-29T20:08:04.711Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2353 | 2025-01-29T20:08:07.217Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2354 | 2025-01-29T20:08:07.563Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2355 | 2025-01-29T20:08:13.486Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2356 | 2025-01-29T20:08:14.963Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2357 | 2025-01-29T20:08:16.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.83s |
2358 | 2025-01-29T20:08:16.341Z | |
2359 | 2025-01-29T20:08:16.341Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
2360 | 2025-01-29T20:08:16.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2361 | 2025-01-29T20:08:16.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2362 | 2025-01-29T20:08:16.986Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2363 | 2025-01-29T20:08:18.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
2364 | 2025-01-29T20:08:18.535Z | |
2365 | 2025-01-29T20:08:18.535Z | info: running `cargo check --bins` on nexus-config (51/197) |
2366 | 2025-01-29T20:08:19.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2367 | 2025-01-29T20:08:19.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2368 | 2025-01-29T20:08:19.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2369 | 2025-01-29T20:08:19.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2370 | 2025-01-29T20:08:19.156Z | |
2371 | 2025-01-29T20:08:19.156Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
2372 | 2025-01-29T20:08:19.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2373 | 2025-01-29T20:08:19.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2374 | 2025-01-29T20:08:19.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2375 | 2025-01-29T20:08:19.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2376 | 2025-01-29T20:08:19.758Z | |
2377 | 2025-01-29T20:08:19.758Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
2378 | 2025-01-29T20:08:20.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2379 | 2025-01-29T20:08:20.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2380 | 2025-01-29T20:08:20.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2381 | 2025-01-29T20:08:20.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2382 | 2025-01-29T20:08:20.384Z | |
2383 | 2025-01-29T20:08:20.384Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
2384 | 2025-01-29T20:08:20.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2025-01-29T20:08:20.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2025-01-29T20:08:21.065Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2387 | 2025-01-29T20:08:21.178Z | Compiling ipnetwork v0.20.0 |
2388 | 2025-01-29T20:08:21.180Z | Compiling zerocopy v0.8.10 |
2389 | 2025-01-29T20:08:21.180Z | Compiling progenitor-client v0.8.0 |
2390 | 2025-01-29T20:08:21.180Z | Compiling itertools v0.13.0 |
2391 | 2025-01-29T20:08:21.180Z | Compiling zerocopy-derive v0.8.10 |
2392 | 2025-01-29T20:08:21.180Z | Compiling heapless v0.8.0 |
2393 | 2025-01-29T20:08:21.181Z | Compiling thiserror v2.0.11 |
2394 | 2025-01-29T20:08:21.367Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2395 | 2025-01-29T20:08:21.500Z | Checking hash32 v0.3.1 |
2396 | 2025-01-29T20:08:21.616Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2397 | 2025-01-29T20:08:21.694Z | Compiling progenitor v0.8.0 |
2398 | 2025-01-29T20:08:21.921Z | Compiling instant v0.1.13 |
2399 | 2025-01-29T20:08:21.951Z | Compiling smoltcp v0.11.0 |
2400 | 2025-01-29T20:08:22.034Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2401 | 2025-01-29T20:08:22.076Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2402 | 2025-01-29T20:08:22.079Z | Compiling backoff v0.4.0 |
2403 | 2025-01-29T20:08:22.315Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2404 | 2025-01-29T20:08:22.432Z | Compiling dropshot v0.15.1 |
2405 | 2025-01-29T20:08:22.647Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2406 | 2025-01-29T20:08:22.867Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2407 | 2025-01-29T20:08:22.890Z | Compiling serde_with v3.11.0 |
2408 | 2025-01-29T20:08:23.039Z | Compiling parse-display v0.10.0 |
2409 | 2025-01-29T20:08:23.105Z | Checking num-rational v0.4.2 |
2410 | 2025-01-29T20:08:23.645Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2411 | 2025-01-29T20:08:23.708Z | Compiling progenitor-client v0.9.1 |
2412 | 2025-01-29T20:08:24.032Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2413 | 2025-01-29T20:08:24.207Z | Compiling regress v0.9.1 |
2414 | 2025-01-29T20:08:25.467Z | Compiling phf_generator v0.11.2 |
2415 | 2025-01-29T20:08:25.664Z | Checking num-complex v0.4.6 |
2416 | 2025-01-29T20:08:26.579Z | Compiling macaddr v1.0.1 |
2417 | 2025-01-29T20:08:26.597Z | Checking cobs v0.2.3 |
2418 | 2025-01-29T20:08:26.792Z | Checking postcard v1.0.10 |
2419 | 2025-01-29T20:08:27.012Z | Checking num v0.4.3 |
2420 | 2025-01-29T20:08:27.192Z | Compiling phf_codegen v0.11.2 |
2421 | 2025-01-29T20:08:27.336Z | Compiling parse-zoneinfo v0.3.1 |
2422 | 2025-01-29T20:08:27.416Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2423 | 2025-01-29T20:08:27.722Z | Compiling convert_case v0.4.0 |
2424 | 2025-01-29T20:08:29.087Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2425 | 2025-01-29T20:08:29.104Z | Compiling float-ord v0.3.2 |
2426 | 2025-01-29T20:08:29.295Z | Compiling derive_more v0.99.18 |
2427 | 2025-01-29T20:08:29.407Z | Compiling chrono-tz-build v0.4.0 |
2428 | 2025-01-29T20:08:29.750Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2429 | 2025-01-29T20:08:30.135Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2430 | 2025-01-29T20:08:30.416Z | Compiling crucible-workspace-hack v0.1.0 |
2431 | 2025-01-29T20:08:30.576Z | Compiling chrono-tz v0.10.1 |
2432 | 2025-01-29T20:08:30.650Z | Checking newline-converter v0.3.0 |
2433 | 2025-01-29T20:08:30.734Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2434 | 2025-01-29T20:08:30.804Z | Checking prettyplease v0.2.25 |
2435 | 2025-01-29T20:08:31.222Z | Compiling slog-dtrace v0.3.0 |
2436 | 2025-01-29T20:08:31.430Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2437 | 2025-01-29T20:08:31.534Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2438 | 2025-01-29T20:08:31.792Z | Checking expectorate v1.1.0 |
2439 | 2025-01-29T20:08:32.083Z | Compiling zone_cfg_derive v0.3.0 |
2440 | 2025-01-29T20:08:32.262Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2441 | 2025-01-29T20:08:32.716Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2442 | 2025-01-29T20:08:33.285Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2443 | 2025-01-29T20:08:33.470Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2444 | 2025-01-29T20:08:33.472Z | Compiling const_format_proc_macros v0.2.34 |
2445 | 2025-01-29T20:08:33.636Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2446 | 2025-01-29T20:08:33.722Z | Compiling num-derive v0.4.2 |
2447 | 2025-01-29T20:08:33.745Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2448 | 2025-01-29T20:08:34.044Z | Checking highway v1.2.0 |
2449 | 2025-01-29T20:08:34.517Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2450 | 2025-01-29T20:08:34.759Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2451 | 2025-01-29T20:08:34.778Z | Checking zone v0.3.0 |
2452 | 2025-01-29T20:08:34.793Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2453 | 2025-01-29T20:08:35.355Z | Checking const_format v0.2.34 |
2454 | 2025-01-29T20:08:35.602Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2455 | 2025-01-29T20:08:35.791Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2456 | 2025-01-29T20:08:35.894Z | Checking gethostname v0.5.0 |
2457 | 2025-01-29T20:08:36.028Z | Checking bcs v0.1.6 |
2458 | 2025-01-29T20:08:36.065Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2459 | 2025-01-29T20:08:36.333Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2460 | 2025-01-29T20:08:36.383Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2461 | 2025-01-29T20:08:36.489Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2462 | 2025-01-29T20:08:36.557Z | Compiling async-recursion v1.1.1 |
2463 | 2025-01-29T20:08:36.575Z | Checking termtree v0.5.1 |
2464 | 2025-01-29T20:08:38.404Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2465 | 2025-01-29T20:08:43.358Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2466 | 2025-01-29T20:08:46.580Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2467 | 2025-01-29T20:08:49.022Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2468 | 2025-01-29T20:08:50.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.77s |
2469 | 2025-01-29T20:08:50.356Z | |
2470 | 2025-01-29T20:08:50.356Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
2471 | 2025-01-29T20:08:50.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2472 | 2025-01-29T20:08:50.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2473 | 2025-01-29T20:08:50.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2474 | 2025-01-29T20:08:50.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2475 | 2025-01-29T20:08:50.987Z | |
2476 | 2025-01-29T20:08:50.987Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
2477 | 2025-01-29T20:08:51.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2478 | 2025-01-29T20:08:51.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2479 | 2025-01-29T20:08:51.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2480 | 2025-01-29T20:08:51.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2481 | 2025-01-29T20:08:51.629Z | |
2482 | 2025-01-29T20:08:51.630Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
2483 | 2025-01-29T20:08:52.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2484 | 2025-01-29T20:08:52.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2485 | 2025-01-29T20:08:52.282Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2486 | 2025-01-29T20:08:52.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2487 | 2025-01-29T20:08:53.084Z | |
2488 | 2025-01-29T20:08:53.084Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
2489 | 2025-01-29T20:08:53.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2490 | 2025-01-29T20:08:53.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2491 | 2025-01-29T20:08:53.746Z | Compiling cfg_aliases v0.1.1 |
2492 | 2025-01-29T20:08:53.749Z | Compiling vte_generate_state_changes v0.1.2 |
2493 | 2025-01-29T20:08:53.749Z | Checking fd-lock v4.0.2 |
2494 | 2025-01-29T20:08:53.749Z | Checking nibble_vec v0.1.0 |
2495 | 2025-01-29T20:08:53.852Z | Checking endian-type v0.1.2 |
2496 | 2025-01-29T20:08:53.854Z | Checking bytecount v0.6.8 |
2497 | 2025-01-29T20:08:53.874Z | Compiling tabled_derive v0.7.0 |
2498 | 2025-01-29T20:08:53.895Z | Compiling peg-macros v0.8.4 |
2499 | 2025-01-29T20:08:53.937Z | Compiling nix v0.28.0 |
2500 | 2025-01-29T20:08:54.025Z | Checking papergrid v0.11.0 |
2501 | 2025-01-29T20:08:54.042Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2502 | 2025-01-29T20:08:54.045Z | Compiling sqlparser_derive v0.2.2 |
2503 | 2025-01-29T20:08:54.091Z | Checking radix_trie v0.2.1 |
2504 | 2025-01-29T20:08:54.439Z | Checking vte v0.11.1 |
2505 | 2025-01-29T20:08:54.483Z | Checking unicode_categories v0.1.1 |
2506 | 2025-01-29T20:08:54.790Z | Checking nu-ansi-term v0.50.1 |
2507 | 2025-01-29T20:08:55.043Z | Checking home v0.5.9 |
2508 | 2025-01-29T20:08:55.070Z | Checking sqlparser v0.45.0 |
2509 | 2025-01-29T20:08:55.203Z | Checking sqlformat v0.2.6 |
2510 | 2025-01-29T20:08:55.221Z | Checking display-error-chain v0.2.2 |
2511 | 2025-01-29T20:08:55.796Z | Checking strip-ansi-escapes v0.2.0 |
2512 | 2025-01-29T20:08:55.948Z | Checking reedline v0.35.0 |
2513 | 2025-01-29T20:08:55.999Z | Checking tabled v0.15.0 |
2514 | 2025-01-29T20:08:56.456Z | Checking peg v0.8.4 |
2515 | 2025-01-29T20:08:56.904Z | Checking rustyline v14.0.0 |
2516 | 2025-01-29T20:09:05.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.57s |
2517 | 2025-01-29T20:09:05.835Z | |
2518 | 2025-01-29T20:09:05.835Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
2519 | 2025-01-29T20:09:06.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2520 | 2025-01-29T20:09:06.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2521 | 2025-01-29T20:09:06.499Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2522 | 2025-01-29T20:09:11.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s |
2523 | 2025-01-29T20:09:11.704Z | |
2524 | 2025-01-29T20:09:11.704Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
2525 | 2025-01-29T20:09:12.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2526 | 2025-01-29T20:09:12.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2527 | 2025-01-29T20:09:12.366Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2528 | 2025-01-29T20:09:15.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
2529 | 2025-01-29T20:09:16.072Z | |
2530 | 2025-01-29T20:09:16.072Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
2531 | 2025-01-29T20:09:16.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2532 | 2025-01-29T20:09:16.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2533 | 2025-01-29T20:09:16.732Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2534 | 2025-01-29T20:09:21.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
2535 | 2025-01-29T20:09:21.645Z | |
2536 | 2025-01-29T20:09:21.645Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
2537 | 2025-01-29T20:09:22.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2025-01-29T20:09:22.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2025-01-29T20:09:22.313Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2540 | 2025-01-29T20:09:27.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s |
2541 | 2025-01-29T20:09:27.323Z | |
2542 | 2025-01-29T20:09:27.323Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
2543 | 2025-01-29T20:09:27.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2025-01-29T20:09:27.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2025-01-29T20:09:27.971Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2546 | 2025-01-29T20:09:31.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
2547 | 2025-01-29T20:09:31.846Z | |
2548 | 2025-01-29T20:09:31.846Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
2549 | 2025-01-29T20:09:32.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2025-01-29T20:09:32.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2025-01-29T20:09:32.518Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2552 | 2025-01-29T20:09:36.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
2553 | 2025-01-29T20:09:36.428Z | |
2554 | 2025-01-29T20:09:36.428Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
2555 | 2025-01-29T20:09:36.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2025-01-29T20:09:36.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2025-01-29T20:09:37.097Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2558 | 2025-01-29T20:09:42.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
2559 | 2025-01-29T20:09:42.234Z | |
2560 | 2025-01-29T20:09:42.234Z | info: running `cargo check --bins` on oximeter (66/197) |
2561 | 2025-01-29T20:09:42.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2025-01-29T20:09:42.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2025-01-29T20:09:42.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2564 | 2025-01-29T20:09:42.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2565 | 2025-01-29T20:09:42.847Z | |
2566 | 2025-01-29T20:09:42.847Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
2567 | 2025-01-29T20:09:43.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2025-01-29T20:09:43.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2025-01-29T20:09:43.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2570 | 2025-01-29T20:09:43.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2571 | 2025-01-29T20:09:43.447Z | |
2572 | 2025-01-29T20:09:43.448Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
2573 | 2025-01-29T20:09:43.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2025-01-29T20:09:43.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2025-01-29T20:09:44.073Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2576 | 2025-01-29T20:09:46.085Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2577 | 2025-01-29T20:09:47.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s |
2578 | 2025-01-29T20:09:47.187Z | |
2579 | 2025-01-29T20:09:47.187Z | info: running `cargo check --bins` on oximeter-types (69/197) |
2580 | 2025-01-29T20:09:47.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2025-01-29T20:09:47.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2025-01-29T20:09:47.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2025-01-29T20:09:47.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2584 | 2025-01-29T20:09:47.802Z | |
2585 | 2025-01-29T20:09:47.802Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
2586 | 2025-01-29T20:09:48.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2025-01-29T20:09:48.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2025-01-29T20:09:48.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2025-01-29T20:09:48.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2590 | 2025-01-29T20:09:48.412Z | |
2591 | 2025-01-29T20:09:48.412Z | info: running `cargo check --bins` on oxql-types (71/197) |
2592 | 2025-01-29T20:09:48.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2025-01-29T20:09:48.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2025-01-29T20:09:48.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2025-01-29T20:09:48.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2596 | 2025-01-29T20:09:49.026Z | |
2597 | 2025-01-29T20:09:49.027Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
2598 | 2025-01-29T20:09:49.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2025-01-29T20:09:49.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2025-01-29T20:09:49.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2025-01-29T20:09:49.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2602 | 2025-01-29T20:09:49.664Z | |
2603 | 2025-01-29T20:09:49.664Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
2604 | 2025-01-29T20:09:50.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2025-01-29T20:09:50.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2025-01-29T20:09:50.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2025-01-29T20:09:50.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2608 | 2025-01-29T20:09:50.275Z | |
2609 | 2025-01-29T20:09:50.275Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
2610 | 2025-01-29T20:09:50.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2025-01-29T20:09:50.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2025-01-29T20:09:50.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2025-01-29T20:09:50.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2614 | 2025-01-29T20:09:50.903Z | |
2615 | 2025-01-29T20:09:50.903Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
2616 | 2025-01-29T20:09:51.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2025-01-29T20:09:51.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2025-01-29T20:09:51.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2025-01-29T20:09:51.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2620 | 2025-01-29T20:09:51.524Z | |
2621 | 2025-01-29T20:09:51.524Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
2622 | 2025-01-29T20:09:52.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2025-01-29T20:09:52.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2025-01-29T20:09:52.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2625 | 2025-01-29T20:09:52.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2626 | 2025-01-29T20:09:52.146Z | |
2627 | 2025-01-29T20:09:52.146Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
2628 | 2025-01-29T20:09:52.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2025-01-29T20:09:52.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2025-01-29T20:09:52.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2025-01-29T20:09:52.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2632 | 2025-01-29T20:09:52.775Z | |
2633 | 2025-01-29T20:09:52.775Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
2634 | 2025-01-29T20:09:53.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2025-01-29T20:09:53.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2025-01-29T20:09:53.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2025-01-29T20:09:53.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2638 | 2025-01-29T20:09:53.386Z | |
2639 | 2025-01-29T20:09:53.387Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
2640 | 2025-01-29T20:09:53.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2025-01-29T20:09:53.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2025-01-29T20:09:53.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2025-01-29T20:09:53.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2644 | 2025-01-29T20:09:54.014Z | |
2645 | 2025-01-29T20:09:54.014Z | info: running `cargo check --bins` on dns-service-client (80/197) |
2646 | 2025-01-29T20:09:54.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2025-01-29T20:09:54.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2025-01-29T20:09:54.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2025-01-29T20:09:54.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2650 | 2025-01-29T20:09:54.628Z | |
2651 | 2025-01-29T20:09:54.628Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
2652 | 2025-01-29T20:09:55.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2025-01-29T20:09:55.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2025-01-29T20:09:55.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2025-01-29T20:09:55.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2656 | 2025-01-29T20:09:55.239Z | |
2657 | 2025-01-29T20:09:55.239Z | info: running `cargo check --bins` on dpd-client (82/197) |
2658 | 2025-01-29T20:09:55.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2025-01-29T20:09:55.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2025-01-29T20:09:55.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2025-01-29T20:09:55.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2662 | 2025-01-29T20:09:55.845Z | |
2663 | 2025-01-29T20:09:55.845Z | info: running `cargo check --bins` on gateway-client (83/197) |
2664 | 2025-01-29T20:09:56.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2025-01-29T20:09:56.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2025-01-29T20:09:56.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2025-01-29T20:09:56.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2668 | 2025-01-29T20:09:56.442Z | |
2669 | 2025-01-29T20:09:56.442Z | info: running `cargo check --bins` on installinator-client (84/197) |
2670 | 2025-01-29T20:09:56.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2025-01-29T20:09:56.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2025-01-29T20:09:56.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2025-01-29T20:09:56.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2674 | 2025-01-29T20:09:57.074Z | |
2675 | 2025-01-29T20:09:57.074Z | info: running `cargo check --bins` on installinator-common (85/197) |
2676 | 2025-01-29T20:09:57.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2025-01-29T20:09:57.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2025-01-29T20:09:57.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2025-01-29T20:09:57.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2680 | 2025-01-29T20:09:57.697Z | |
2681 | 2025-01-29T20:09:57.697Z | info: running `cargo check --bins` on update-engine (86/197) |
2682 | 2025-01-29T20:09:58.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2025-01-29T20:09:58.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2025-01-29T20:09:58.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2025-01-29T20:09:58.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2686 | 2025-01-29T20:09:58.299Z | |
2687 | 2025-01-29T20:09:58.299Z | info: running `cargo check --bins` on nexus-client (87/197) |
2688 | 2025-01-29T20:09:58.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2025-01-29T20:09:58.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2025-01-29T20:09:58.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2691 | 2025-01-29T20:09:58.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2692 | 2025-01-29T20:09:58.934Z | |
2693 | 2025-01-29T20:09:58.934Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
2694 | 2025-01-29T20:09:59.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2025-01-29T20:09:59.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2025-01-29T20:09:59.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2697 | 2025-01-29T20:09:59.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2698 | 2025-01-29T20:09:59.554Z | |
2699 | 2025-01-29T20:09:59.554Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
2700 | 2025-01-29T20:10:00.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2025-01-29T20:10:00.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2025-01-29T20:10:00.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2703 | 2025-01-29T20:10:00.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2704 | 2025-01-29T20:10:00.153Z | |
2705 | 2025-01-29T20:10:00.153Z | info: running `cargo check --bins` on nexus-types (90/197) |
2706 | 2025-01-29T20:10:00.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2025-01-29T20:10:00.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2025-01-29T20:10:00.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2709 | 2025-01-29T20:10:00.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2710 | 2025-01-29T20:10:00.794Z | |
2711 | 2025-01-29T20:10:00.794Z | info: running `cargo check --bins` on oxide-client (91/197) |
2712 | 2025-01-29T20:10:01.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2025-01-29T20:10:01.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2025-01-29T20:10:01.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2715 | 2025-01-29T20:10:01.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2716 | 2025-01-29T20:10:01.404Z | |
2717 | 2025-01-29T20:10:01.404Z | info: running `cargo check --bins` on oximeter-client (92/197) |
2718 | 2025-01-29T20:10:01.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2025-01-29T20:10:01.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2025-01-29T20:10:01.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2721 | 2025-01-29T20:10:01.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2722 | 2025-01-29T20:10:02.023Z | |
2723 | 2025-01-29T20:10:02.023Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
2724 | 2025-01-29T20:10:02.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2025-01-29T20:10:02.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2025-01-29T20:10:02.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2727 | 2025-01-29T20:10:02.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2728 | 2025-01-29T20:10:02.627Z | |
2729 | 2025-01-29T20:10:02.627Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
2730 | 2025-01-29T20:10:03.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2731 | 2025-01-29T20:10:03.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2732 | 2025-01-29T20:10:03.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2733 | 2025-01-29T20:10:03.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2734 | 2025-01-29T20:10:03.256Z | |
2735 | 2025-01-29T20:10:03.256Z | info: running `cargo check --bins` on wicketd-client (95/197) |
2736 | 2025-01-29T20:10:03.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2025-01-29T20:10:03.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2025-01-29T20:10:03.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2739 | 2025-01-29T20:10:03.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2740 | 2025-01-29T20:10:03.906Z | |
2741 | 2025-01-29T20:10:03.906Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
2742 | 2025-01-29T20:10:04.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2743 | 2025-01-29T20:10:04.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2744 | 2025-01-29T20:10:04.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2745 | 2025-01-29T20:10:04.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2746 | 2025-01-29T20:10:04.553Z | |
2747 | 2025-01-29T20:10:04.553Z | info: running `cargo check --bins` on wicket-common (97/197) |
2748 | 2025-01-29T20:10:05.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2749 | 2025-01-29T20:10:05.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2750 | 2025-01-29T20:10:05.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2751 | 2025-01-29T20:10:05.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2752 | 2025-01-29T20:10:05.195Z | |
2753 | 2025-01-29T20:10:05.195Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
2754 | 2025-01-29T20:10:05.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2755 | 2025-01-29T20:10:05.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2756 | 2025-01-29T20:10:05.847Z | Checking csv-core v0.1.11 |
2757 | 2025-01-29T20:10:05.847Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2758 | 2025-01-29T20:10:05.850Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2759 | 2025-01-29T20:10:05.952Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2760 | 2025-01-29T20:10:06.132Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2761 | 2025-01-29T20:10:06.135Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2762 | 2025-01-29T20:10:06.170Z | Checking csv v1.3.1 |
2763 | 2025-01-29T20:10:06.727Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2764 | 2025-01-29T20:10:07.085Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2765 | 2025-01-29T20:10:08.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s |
2766 | 2025-01-29T20:10:08.820Z | |
2767 | 2025-01-29T20:10:08.820Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
2768 | 2025-01-29T20:10:09.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2025-01-29T20:10:09.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2025-01-29T20:10:09.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2025-01-29T20:10:09.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2772 | 2025-01-29T20:10:09.439Z | |
2773 | 2025-01-29T20:10:09.439Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
2774 | 2025-01-29T20:10:09.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2025-01-29T20:10:09.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2025-01-29T20:10:09.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2025-01-29T20:10:09.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2778 | 2025-01-29T20:10:10.057Z | |
2779 | 2025-01-29T20:10:10.057Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
2780 | 2025-01-29T20:10:10.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2025-01-29T20:10:10.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2025-01-29T20:10:10.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2025-01-29T20:10:10.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2784 | 2025-01-29T20:10:10.773Z | |
2785 | 2025-01-29T20:10:10.774Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
2786 | 2025-01-29T20:10:11.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2025-01-29T20:10:11.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2025-01-29T20:10:11.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2025-01-29T20:10:11.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2790 | 2025-01-29T20:10:11.503Z | |
2791 | 2025-01-29T20:10:11.503Z | info: running `cargo check --bins` on dns-server (103/197) |
2792 | 2025-01-29T20:10:12.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2025-01-29T20:10:12.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2025-01-29T20:10:12.147Z | Compiling typify-impl v0.3.0 |
2795 | 2025-01-29T20:10:12.256Z | Compiling parking_lot_core v0.8.6 |
2796 | 2025-01-29T20:10:12.277Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2797 | 2025-01-29T20:10:12.279Z | Checking fxhash v0.2.1 |
2798 | 2025-01-29T20:10:12.280Z | Checking hickory-client v0.24.2 |
2799 | 2025-01-29T20:10:12.289Z | Checking hickory-server v0.24.2 |
2800 | 2025-01-29T20:10:13.015Z | Checking parking_lot v0.11.2 |
2801 | 2025-01-29T20:10:13.036Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2802 | 2025-01-29T20:10:13.343Z | Checking sled v0.34.7 |
2803 | 2025-01-29T20:10:17.660Z | Compiling typify-macro v0.3.0 |
2804 | 2025-01-29T20:10:19.180Z | Compiling typify v0.3.0 |
2805 | 2025-01-29T20:10:19.250Z | Compiling progenitor-impl v0.9.1 |
2806 | 2025-01-29T20:10:21.657Z | Compiling progenitor-macro v0.9.1 |
2807 | 2025-01-29T20:10:25.302Z | Checking progenitor v0.9.1 |
2808 | 2025-01-29T20:10:25.432Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2809 | 2025-01-29T20:10:25.892Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2810 | 2025-01-29T20:10:27.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.67s |
2811 | 2025-01-29T20:10:27.357Z | |
2812 | 2025-01-29T20:10:27.357Z | info: running `cargo check --bins` on dns-server-api (104/197) |
2813 | 2025-01-29T20:10:27.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2025-01-29T20:10:27.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2025-01-29T20:10:27.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2816 | 2025-01-29T20:10:27.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2817 | 2025-01-29T20:10:27.968Z | |
2818 | 2025-01-29T20:10:27.968Z | info: running `cargo check --bins` on gateway-test-utils (105/197) |
2819 | 2025-01-29T20:10:28.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2025-01-29T20:10:28.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2025-01-29T20:10:28.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2822 | 2025-01-29T20:10:28.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2823 | 2025-01-29T20:10:28.646Z | |
2824 | 2025-01-29T20:10:28.647Z | info: running `cargo check --bins` on gateway-types (106/197) |
2825 | 2025-01-29T20:10:29.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2025-01-29T20:10:29.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2025-01-29T20:10:29.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2828 | 2025-01-29T20:10:29.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2829 | 2025-01-29T20:10:29.267Z | |
2830 | 2025-01-29T20:10:29.267Z | info: running `cargo check --bins` on ipcc (107/197) |
2831 | 2025-01-29T20:10:29.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2025-01-29T20:10:29.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2025-01-29T20:10:29.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2834 | 2025-01-29T20:10:29.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2835 | 2025-01-29T20:10:29.891Z | |
2836 | 2025-01-29T20:10:29.891Z | info: running `cargo check --bins` on omicron-gateway (108/197) |
2837 | 2025-01-29T20:10:30.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2025-01-29T20:10:30.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2025-01-29T20:10:30.590Z | Compiling radium v0.7.0 |
2840 | 2025-01-29T20:10:30.592Z | Compiling semver v0.1.20 |
2841 | 2025-01-29T20:10:30.709Z | Compiling maybe-uninit v2.0.0 |
2842 | 2025-01-29T20:10:30.712Z | Checking tap v1.0.1 |
2843 | 2025-01-29T20:10:30.731Z | Checking password-hash v0.5.0 |
2844 | 2025-01-29T20:10:30.734Z | Checking blake2 v0.10.6 |
2845 | 2025-01-29T20:10:30.734Z | Compiling owo-colors v4.1.0 |
2846 | 2025-01-29T20:10:30.734Z | Compiling cancel-safe-futures v0.1.5 |
2847 | 2025-01-29T20:10:30.871Z | Checking wyz v0.5.1 |
2848 | 2025-01-29T20:10:31.040Z | Compiling rustc_version v0.1.7 |
2849 | 2025-01-29T20:10:31.115Z | Compiling packed_struct v0.10.1 |
2850 | 2025-01-29T20:10:31.191Z | Checking crc-catalog v2.4.0 |
2851 | 2025-01-29T20:10:31.194Z | Checking funty v2.0.0 |
2852 | 2025-01-29T20:10:31.227Z | Checking argon2 v0.5.3 |
2853 | 2025-01-29T20:10:31.321Z | Compiling packed_struct_codegen v0.10.1 |
2854 | 2025-01-29T20:10:31.366Z | Compiling indexmap v1.9.3 |
2855 | 2025-01-29T20:10:31.385Z | Checking crc v3.2.1 |
2856 | 2025-01-29T20:10:31.461Z | Compiling newtype_derive v0.1.6 |
2857 | 2025-01-29T20:10:31.549Z | Checking half v2.4.1 |
2858 | 2025-01-29T20:10:31.606Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2859 | 2025-01-29T20:10:31.684Z | Checking ciborium-io v0.2.2 |
2860 | 2025-01-29T20:10:31.809Z | Checking nodrop v0.1.14 |
2861 | 2025-01-29T20:10:31.876Z | Checking smallvec v0.6.14 |
2862 | 2025-01-29T20:10:31.895Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2863 | 2025-01-29T20:10:31.938Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2864 | 2025-01-29T20:10:31.956Z | Checking array-init v0.0.4 |
2865 | 2025-01-29T20:10:31.989Z | Checking bitvec v1.0.1 |
2866 | 2025-01-29T20:10:32.006Z | Checking ciborium-ll v0.2.2 |
2867 | 2025-01-29T20:10:32.233Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2868 | 2025-01-29T20:10:32.288Z | Checking libsw v3.3.1 |
2869 | 2025-01-29T20:10:32.540Z | Compiling memoffset v0.9.1 |
2870 | 2025-01-29T20:10:32.601Z | Checking hashbrown v0.12.3 |
2871 | 2025-01-29T20:10:32.617Z | Checking indent_write v2.2.0 |
2872 | 2025-01-29T20:10:32.808Z | Checking linear-map v1.2.0 |
2873 | 2025-01-29T20:10:32.810Z | Checking bitfield v0.14.0 |
2874 | 2025-01-29T20:10:32.844Z | Checking termcolor v1.4.1 |
2875 | 2025-01-29T20:10:33.115Z | Checking swrite v0.1.0 |
2876 | 2025-01-29T20:10:33.201Z | Checking serde-hex v0.1.0 |
2877 | 2025-01-29T20:10:33.239Z | Checking env_logger v0.10.2 |
2878 | 2025-01-29T20:10:33.258Z | Checking ron v0.8.1 |
2879 | 2025-01-29T20:10:33.276Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2880 | 2025-01-29T20:10:33.479Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2881 | 2025-01-29T20:10:33.636Z | Checking ciborium v0.2.2 |
2882 | 2025-01-29T20:10:33.830Z | Checking steno v0.4.1 |
2883 | 2025-01-29T20:10:34.183Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2884 | 2025-01-29T20:10:34.564Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2885 | 2025-01-29T20:10:34.655Z | Checking hashbrown v0.13.2 |
2886 | 2025-01-29T20:10:34.739Z | Checking humantime v2.1.0 |
2887 | 2025-01-29T20:10:34.827Z | Checking crc-any v2.5.0 |
2888 | 2025-01-29T20:10:35.050Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2889 | 2025-01-29T20:10:35.205Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2890 | 2025-01-29T20:10:35.448Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2891 | 2025-01-29T20:10:35.576Z | Checking object v0.30.4 |
2892 | 2025-01-29T20:10:35.745Z | Checking path-slash v0.1.5 |
2893 | 2025-01-29T20:10:35.764Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2894 | 2025-01-29T20:10:35.961Z | Checking nix v0.27.1 |
2895 | 2025-01-29T20:10:36.037Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2896 | 2025-01-29T20:10:36.244Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2897 | 2025-01-29T20:10:36.526Z | Checking tungstenite v0.23.0 |
2898 | 2025-01-29T20:10:36.702Z | Checking kstat-rs v0.2.4 |
2899 | 2025-01-29T20:10:37.003Z | Checking signal-hook-tokio v0.3.1 |
2900 | 2025-01-29T20:10:37.054Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2901 | 2025-01-29T20:10:37.341Z | Checking tokio-tungstenite v0.23.1 |
2902 | 2025-01-29T20:10:37.855Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2903 | 2025-01-29T20:10:38.363Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2904 | 2025-01-29T20:10:38.428Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2905 | 2025-01-29T20:10:44.815Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2906 | 2025-01-29T20:10:46.184Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2907 | 2025-01-29T20:10:48.654Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2908 | 2025-01-29T20:10:53.858Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2909 | 2025-01-29T20:10:54.537Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2910 | 2025-01-29T20:10:57.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.31s |
2911 | 2025-01-29T20:10:57.393Z | |
2912 | 2025-01-29T20:10:57.393Z | info: running `cargo check --bins` on gateway-api (109/197) |
2913 | 2025-01-29T20:10:57.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2914 | 2025-01-29T20:10:57.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2915 | 2025-01-29T20:10:57.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2916 | 2025-01-29T20:10:57.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2917 | 2025-01-29T20:10:58.020Z | |
2918 | 2025-01-29T20:10:58.020Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197) |
2919 | 2025-01-29T20:10:58.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2920 | 2025-01-29T20:10:58.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2921 | 2025-01-29T20:10:58.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2922 | 2025-01-29T20:10:58.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2923 | 2025-01-29T20:10:58.630Z | |
2924 | 2025-01-29T20:10:58.630Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197) |
2925 | 2025-01-29T20:10:59.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2926 | 2025-01-29T20:10:59.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2927 | 2025-01-29T20:10:59.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2928 | 2025-01-29T20:10:59.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2929 | 2025-01-29T20:10:59.262Z | |
2930 | 2025-01-29T20:10:59.262Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197) |
2931 | 2025-01-29T20:10:59.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2932 | 2025-01-29T20:10:59.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2933 | 2025-01-29T20:10:59.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2934 | 2025-01-29T20:10:59.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2935 | 2025-01-29T20:10:59.888Z | |
2936 | 2025-01-29T20:10:59.888Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197) |
2937 | 2025-01-29T20:11:00.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2938 | 2025-01-29T20:11:00.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2939 | 2025-01-29T20:11:00.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2940 | 2025-01-29T20:11:00.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2941 | 2025-01-29T20:11:00.519Z | |
2942 | 2025-01-29T20:11:00.519Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197) |
2943 | 2025-01-29T20:11:01.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2944 | 2025-01-29T20:11:01.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2945 | 2025-01-29T20:11:01.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2946 | 2025-01-29T20:11:01.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2947 | 2025-01-29T20:11:01.144Z | |
2948 | 2025-01-29T20:11:01.144Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197) |
2949 | 2025-01-29T20:11:01.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2950 | 2025-01-29T20:11:01.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2951 | 2025-01-29T20:11:01.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2952 | 2025-01-29T20:11:01.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2953 | 2025-01-29T20:11:01.773Z | |
2954 | 2025-01-29T20:11:01.773Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197) |
2955 | 2025-01-29T20:11:02.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2956 | 2025-01-29T20:11:02.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2957 | 2025-01-29T20:11:02.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2958 | 2025-01-29T20:11:02.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2959 | 2025-01-29T20:11:02.411Z | |
2960 | 2025-01-29T20:11:02.411Z | info: running `cargo check --bins` on oximeter-producer (117/197) |
2961 | 2025-01-29T20:11:02.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2962 | 2025-01-29T20:11:02.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2963 | 2025-01-29T20:11:02.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2964 | 2025-01-29T20:11:02.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2965 | 2025-01-29T20:11:03.065Z | |
2966 | 2025-01-29T20:11:03.065Z | info: running `cargo check --bins` on internal-dns-resolver (118/197) |
2967 | 2025-01-29T20:11:03.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2968 | 2025-01-29T20:11:03.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2969 | 2025-01-29T20:11:03.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2970 | 2025-01-29T20:11:03.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2971 | 2025-01-29T20:11:03.690Z | |
2972 | 2025-01-29T20:11:03.690Z | info: running `cargo check --bins` on sp-sim (119/197) |
2973 | 2025-01-29T20:11:04.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2974 | 2025-01-29T20:11:04.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2975 | 2025-01-29T20:11:04.324Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2976 | 2025-01-29T20:11:04.771Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2977 | 2025-01-29T20:11:06.437Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2978 | 2025-01-29T20:11:08.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
2979 | 2025-01-29T20:11:08.227Z | |
2980 | 2025-01-29T20:11:08.227Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197) |
2981 | 2025-01-29T20:11:08.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2025-01-29T20:11:08.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2025-01-29T20:11:08.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2984 | 2025-01-29T20:11:08.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2985 | 2025-01-29T20:11:08.899Z | |
2986 | 2025-01-29T20:11:08.900Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197) |
2987 | 2025-01-29T20:11:09.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2025-01-29T20:11:09.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2025-01-29T20:11:09.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2990 | 2025-01-29T20:11:09.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2991 | 2025-01-29T20:11:09.589Z | |
2992 | 2025-01-29T20:11:09.589Z | info: running `cargo check --bins` on db-macros (122/197) |
2993 | 2025-01-29T20:11:10.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2025-01-29T20:11:10.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2025-01-29T20:11:10.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2996 | 2025-01-29T20:11:10.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2997 | 2025-01-29T20:11:10.192Z | |
2998 | 2025-01-29T20:11:10.192Z | info: running `cargo check --bins` on nexus-macros-common (123/197) |
2999 | 2025-01-29T20:11:10.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2025-01-29T20:11:10.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2025-01-29T20:11:10.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3002 | 2025-01-29T20:11:10.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3003 | 2025-01-29T20:11:10.803Z | |
3004 | 2025-01-29T20:11:10.803Z | info: running `cargo check --bins` on nexus-auth (124/197) |
3005 | 2025-01-29T20:11:11.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2025-01-29T20:11:11.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2025-01-29T20:11:11.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3008 | 2025-01-29T20:11:11.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3009 | 2025-01-29T20:11:11.475Z | |
3010 | 2025-01-29T20:11:11.475Z | info: running `cargo check --bins` on authz-macros (125/197) |
3011 | 2025-01-29T20:11:12.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2025-01-29T20:11:12.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2025-01-29T20:11:12.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3014 | 2025-01-29T20:11:12.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3015 | 2025-01-29T20:11:12.080Z | |
3016 | 2025-01-29T20:11:12.080Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/197) |
3017 | 2025-01-29T20:11:12.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2025-01-29T20:11:12.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2025-01-29T20:11:12.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3020 | 2025-01-29T20:11:12.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3021 | 2025-01-29T20:11:12.744Z | |
3022 | 2025-01-29T20:11:12.744Z | info: running `cargo check --bins` on nexus-db-model (127/197) |
3023 | 2025-01-29T20:11:13.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2025-01-29T20:11:13.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2025-01-29T20:11:13.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3026 | 2025-01-29T20:11:13.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3027 | 2025-01-29T20:11:13.411Z | |
3028 | 2025-01-29T20:11:13.411Z | info: running `cargo check --bins` on nexus-defaults (128/197) |
3029 | 2025-01-29T20:11:13.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2025-01-29T20:11:14.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2025-01-29T20:11:14.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2025-01-29T20:11:14.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3033 | 2025-01-29T20:11:14.032Z | |
3034 | 2025-01-29T20:11:14.032Z | info: running `cargo check --bins` on nexus-inventory (129/197) |
3035 | 2025-01-29T20:11:14.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2025-01-29T20:11:14.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2025-01-29T20:11:14.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2025-01-29T20:11:14.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3039 | 2025-01-29T20:11:14.687Z | |
3040 | 2025-01-29T20:11:14.687Z | info: running `cargo check --bins` on typed-rng (130/197) |
3041 | 2025-01-29T20:11:15.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2025-01-29T20:11:15.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2025-01-29T20:11:15.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2025-01-29T20:11:15.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3045 | 2025-01-29T20:11:15.289Z | |
3046 | 2025-01-29T20:11:15.289Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197) |
3047 | 2025-01-29T20:11:15.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2025-01-29T20:11:15.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2025-01-29T20:11:16.028Z | Checking keccak v0.1.5 |
3050 | 2025-01-29T20:11:16.140Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3051 | 2025-01-29T20:11:16.142Z | Checking secrecy v0.8.0 |
3052 | 2025-01-29T20:11:16.142Z | Compiling unicase v2.7.0 |
3053 | 2025-01-29T20:11:16.142Z | Compiling same-file v1.0.6 |
3054 | 2025-01-29T20:11:16.175Z | Compiling tempfile v3.13.0 |
3055 | 2025-01-29T20:11:16.205Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3056 | 2025-01-29T20:11:16.207Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3057 | 2025-01-29T20:11:16.318Z | Compiling thiserror-impl-no-std v2.0.2 |
3058 | 2025-01-29T20:11:16.419Z | Checking sha3 v0.10.8 |
3059 | 2025-01-29T20:11:16.454Z | Compiling walkdir v2.5.0 |
3060 | 2025-01-29T20:11:16.496Z | Checking universal-hash v0.5.1 |
3061 | 2025-01-29T20:11:16.516Z | Compiling blake3 v1.5.4 |
3062 | 2025-01-29T20:11:16.651Z | Checking opaque-debug v0.3.1 |
3063 | 2025-01-29T20:11:16.695Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3064 | 2025-01-29T20:11:16.761Z | Checking poly1305 v0.8.0 |
3065 | 2025-01-29T20:11:16.780Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3066 | 2025-01-29T20:11:16.800Z | Checking chacha20 v0.9.1 |
3067 | 2025-01-29T20:11:16.964Z | Checking aead v0.5.2 |
3068 | 2025-01-29T20:11:17.026Z | Compiling memmap2 v0.9.5 |
3069 | 2025-01-29T20:11:17.122Z | Compiling constant_time_eq v0.3.1 |
3070 | 2025-01-29T20:11:17.139Z | Compiling arrayvec v0.7.6 |
3071 | 2025-01-29T20:11:17.199Z | Compiling arrayref v0.3.9 |
3072 | 2025-01-29T20:11:17.258Z | Compiling libefi-sys v0.1.0 |
3073 | 2025-01-29T20:11:17.315Z | Compiling salty v0.3.0 |
3074 | 2025-01-29T20:11:17.331Z | Checking chacha20poly1305 v0.10.1 |
3075 | 2025-01-29T20:11:17.471Z | Compiling toolchain_find v0.4.0 |
3076 | 2025-01-29T20:11:17.524Z | Compiling camino-tempfile v1.1.1 |
3077 | 2025-01-29T20:11:17.571Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3078 | 2025-01-29T20:11:17.719Z | Compiling bitfield-struct v0.6.2 |
3079 | 2025-01-29T20:11:17.867Z | Compiling topological-sort v0.2.2 |
3080 | 2025-01-29T20:11:17.965Z | Compiling mime_guess v2.0.5 |
3081 | 2025-01-29T20:11:18.068Z | Compiling rustfmt-wrapper v0.2.1 |
3082 | 2025-01-29T20:11:18.484Z | Compiling omicron-zone-package v0.12.0 |
3083 | 2025-01-29T20:11:18.622Z | Compiling progenitor v0.9.1 |
3084 | 2025-01-29T20:11:18.642Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3085 | 2025-01-29T20:11:18.860Z | Checking primeorder v0.13.6 |
3086 | 2025-01-29T20:11:18.927Z | Checking env_filter v0.1.2 |
3087 | 2025-01-29T20:11:18.945Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3088 | 2025-01-29T20:11:19.033Z | Checking thiserror-no-std v2.0.2 |
3089 | 2025-01-29T20:11:19.089Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3090 | 2025-01-29T20:11:19.160Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3091 | 2025-01-29T20:11:19.180Z | Checking env_logger v0.11.5 |
3092 | 2025-01-29T20:11:19.182Z | Checking vsss-rs v3.3.4 |
3093 | 2025-01-29T20:11:19.215Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3094 | 2025-01-29T20:11:19.296Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3095 | 2025-01-29T20:11:19.299Z | Checking p384 v0.13.0 |
3096 | 2025-01-29T20:11:19.542Z | Checking bumpalo v3.16.0 |
3097 | 2025-01-29T20:11:19.609Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3098 | 2025-01-29T20:11:19.699Z | Compiling zip v2.1.3 |
3099 | 2025-01-29T20:11:19.791Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3100 | 2025-01-29T20:11:19.884Z | Checking lockfree-object-pool v0.1.6 |
3101 | 2025-01-29T20:11:20.009Z | Checking http-range v0.1.5 |
3102 | 2025-01-29T20:11:20.028Z | Checking simd-adler32 v0.3.7 |
3103 | 2025-01-29T20:11:20.129Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3104 | 2025-01-29T20:11:20.208Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3105 | 2025-01-29T20:11:20.364Z | Checking zopfli v0.8.1 |
3106 | 2025-01-29T20:11:20.446Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3107 | 2025-01-29T20:11:20.738Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3108 | 2025-01-29T20:11:20.783Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3109 | 2025-01-29T20:11:20.950Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3110 | 2025-01-29T20:11:21.068Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3111 | 2025-01-29T20:11:21.181Z | Checking nanorand v0.7.0 |
3112 | 2025-01-29T20:11:21.500Z | Checking atty v0.2.14 |
3113 | 2025-01-29T20:11:21.538Z | Checking glob v0.3.2 |
3114 | 2025-01-29T20:11:21.603Z | Checking flume v0.11.1 |
3115 | 2025-01-29T20:11:21.623Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3116 | 2025-01-29T20:11:21.643Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3117 | 2025-01-29T20:11:21.877Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3118 | 2025-01-29T20:11:22.131Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3119 | 2025-01-29T20:11:22.827Z | Checking hyper-staticfile v0.10.1 |
3120 | 2025-01-29T20:11:22.972Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3121 | 2025-01-29T20:11:23.123Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3122 | 2025-01-29T20:11:23.340Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3123 | 2025-01-29T20:11:23.508Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3124 | 2025-01-29T20:11:23.635Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3125 | 2025-01-29T20:11:23.841Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3126 | 2025-01-29T20:11:24.174Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3127 | 2025-01-29T20:11:24.357Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3128 | 2025-01-29T20:11:24.487Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3129 | 2025-01-29T20:11:24.751Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3130 | 2025-01-29T20:11:27.788Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3131 | 2025-01-29T20:11:27.788Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3132 | 2025-01-29T20:11:35.783Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3133 | 2025-01-29T20:11:48.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.68s |
3134 | 2025-01-29T20:11:49.187Z | |
3135 | 2025-01-29T20:11:49.187Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197) |
3136 | 2025-01-29T20:11:49.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3137 | 2025-01-29T20:11:49.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3138 | 2025-01-29T20:11:49.919Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3139 | 2025-01-29T20:12:02.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s |
3140 | 2025-01-29T20:12:03.056Z | |
3141 | 2025-01-29T20:12:03.056Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197) |
3142 | 2025-01-29T20:12:03.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3143 | 2025-01-29T20:12:03.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3144 | 2025-01-29T20:12:03.783Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3145 | 2025-01-29T20:12:16.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s |
3146 | 2025-01-29T20:12:17.068Z | |
3147 | 2025-01-29T20:12:17.068Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197) |
3148 | 2025-01-29T20:12:17.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2025-01-29T20:12:17.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2025-01-29T20:12:17.787Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3151 | 2025-01-29T20:12:30.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s |
3152 | 2025-01-29T20:12:30.861Z | |
3153 | 2025-01-29T20:12:30.861Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197) |
3154 | 2025-01-29T20:12:31.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3155 | 2025-01-29T20:12:31.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3156 | 2025-01-29T20:12:31.608Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3157 | 2025-01-29T20:12:44.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s |
3158 | 2025-01-29T20:12:44.866Z | |
3159 | 2025-01-29T20:12:44.866Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197) |
3160 | 2025-01-29T20:12:45.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3161 | 2025-01-29T20:12:45.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3162 | 2025-01-29T20:12:45.614Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3163 | 2025-01-29T20:12:58.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s |
3164 | 2025-01-29T20:12:58.956Z | |
3165 | 2025-01-29T20:12:58.956Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197) |
3166 | 2025-01-29T20:12:59.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3167 | 2025-01-29T20:12:59.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3168 | 2025-01-29T20:12:59.694Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3169 | 2025-01-29T20:13:12.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s |
3170 | 2025-01-29T20:13:12.942Z | |
3171 | 2025-01-29T20:13:12.942Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197) |
3172 | 2025-01-29T20:13:13.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3173 | 2025-01-29T20:13:13.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3174 | 2025-01-29T20:13:13.675Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3175 | 2025-01-29T20:13:26.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s |
3176 | 2025-01-29T20:13:26.858Z | |
3177 | 2025-01-29T20:13:26.858Z | info: running `cargo check --bins` on bootstrap-agent-api (139/197) |
3178 | 2025-01-29T20:13:27.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3179 | 2025-01-29T20:13:27.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3180 | 2025-01-29T20:13:27.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3181 | 2025-01-29T20:13:27.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3182 | 2025-01-29T20:13:27.504Z | |
3183 | 2025-01-29T20:13:27.504Z | info: running `cargo check --bins` on key-manager (140/197) |
3184 | 2025-01-29T20:13:28.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2025-01-29T20:13:28.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2025-01-29T20:13:28.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3187 | 2025-01-29T20:13:28.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3188 | 2025-01-29T20:13:28.115Z | |
3189 | 2025-01-29T20:13:28.115Z | info: running `cargo check --bins` on range-requests (141/197) |
3190 | 2025-01-29T20:13:28.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2025-01-29T20:13:28.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2025-01-29T20:13:28.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3193 | 2025-01-29T20:13:28.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3194 | 2025-01-29T20:13:28.718Z | |
3195 | 2025-01-29T20:13:28.718Z | info: running `cargo check --bins` on repo-depot-api (142/197) |
3196 | 2025-01-29T20:13:29.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3197 | 2025-01-29T20:13:29.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3198 | 2025-01-29T20:13:29.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3199 | 2025-01-29T20:13:29.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3200 | 2025-01-29T20:13:29.336Z | |
3201 | 2025-01-29T20:13:29.336Z | info: running `cargo check --bins` on sled-agent-api (143/197) |
3202 | 2025-01-29T20:13:29.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3203 | 2025-01-29T20:13:29.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3204 | 2025-01-29T20:13:29.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3205 | 2025-01-29T20:13:29.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3206 | 2025-01-29T20:13:29.985Z | |
3207 | 2025-01-29T20:13:29.985Z | info: running `cargo check --bins` on sled-diagnostics (144/197) |
3208 | 2025-01-29T20:13:30.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3209 | 2025-01-29T20:13:30.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3210 | 2025-01-29T20:13:30.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3211 | 2025-01-29T20:13:30.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3212 | 2025-01-29T20:13:30.587Z | |
3213 | 2025-01-29T20:13:30.587Z | info: running `cargo check --bins` on sled-hardware (145/197) |
3214 | 2025-01-29T20:13:31.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3215 | 2025-01-29T20:13:31.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3216 | 2025-01-29T20:13:31.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3217 | 2025-01-29T20:13:31.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3218 | 2025-01-29T20:13:31.229Z | |
3219 | 2025-01-29T20:13:31.229Z | info: running `cargo check --bins --no-default-features` on sled-storage (146/197) |
3220 | 2025-01-29T20:13:31.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3221 | 2025-01-29T20:13:31.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3222 | 2025-01-29T20:13:31.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3223 | 2025-01-29T20:13:31.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3224 | 2025-01-29T20:13:31.867Z | |
3225 | 2025-01-29T20:13:31.867Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197) |
3226 | 2025-01-29T20:13:32.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3227 | 2025-01-29T20:13:32.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3228 | 2025-01-29T20:13:32.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3229 | 2025-01-29T20:13:32.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3230 | 2025-01-29T20:13:32.513Z | |
3231 | 2025-01-29T20:13:32.513Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197) |
3232 | 2025-01-29T20:13:33.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2025-01-29T20:13:33.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2025-01-29T20:13:33.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3235 | 2025-01-29T20:13:33.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3236 | 2025-01-29T20:13:33.155Z | |
3237 | 2025-01-29T20:13:33.155Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (149/197) |
3238 | 2025-01-29T20:13:33.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2025-01-29T20:13:33.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2025-01-29T20:13:33.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3241 | 2025-01-29T20:13:33.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3242 | 2025-01-29T20:13:33.817Z | |
3243 | 2025-01-29T20:13:33.817Z | info: running `cargo check --bins` on nexus-test-interface (150/197) |
3244 | 2025-01-29T20:13:34.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3245 | 2025-01-29T20:13:34.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3246 | 2025-01-29T20:13:34.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3247 | 2025-01-29T20:13:34.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3248 | 2025-01-29T20:13:34.460Z | |
3249 | 2025-01-29T20:13:34.460Z | info: running `cargo check --bins` on oximeter-collector (151/197) |
3250 | 2025-01-29T20:13:35.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3251 | 2025-01-29T20:13:35.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3252 | 2025-01-29T20:13:35.161Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3253 | 2025-01-29T20:13:35.161Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3254 | 2025-01-29T20:13:36.027Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3255 | 2025-01-29T20:13:37.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s |
3256 | 2025-01-29T20:13:38.151Z | |
3257 | 2025-01-29T20:13:38.151Z | info: running `cargo check --bins` on oximeter-api (152/197) |
3258 | 2025-01-29T20:13:38.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3259 | 2025-01-29T20:13:38.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3260 | 2025-01-29T20:13:38.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3261 | 2025-01-29T20:13:38.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3262 | 2025-01-29T20:13:38.774Z | |
3263 | 2025-01-29T20:13:38.774Z | info: running `cargo check --bins` on cert-dev (153/197) |
3264 | 2025-01-29T20:13:39.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3265 | 2025-01-29T20:13:39.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3266 | 2025-01-29T20:13:39.378Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3267 | 2025-01-29T20:13:39.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3268 | 2025-01-29T20:13:39.816Z | |
3269 | 2025-01-29T20:13:39.816Z | info: running `cargo check --bins` on clickana (154/197) |
3270 | 2025-01-29T20:13:40.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3271 | 2025-01-29T20:13:40.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3272 | 2025-01-29T20:13:40.465Z | Checking castaway v0.2.3 |
3273 | 2025-01-29T20:13:40.468Z | Checking lru v0.12.5 |
3274 | 2025-01-29T20:13:40.468Z | Compiling instability v0.3.2 |
3275 | 2025-01-29T20:13:40.468Z | Checking unicode-truncate v1.1.0 |
3276 | 2025-01-29T20:13:40.468Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3277 | 2025-01-29T20:13:40.468Z | Checking cassowary v0.3.0 |
3278 | 2025-01-29T20:13:40.704Z | Checking compact_str v0.8.0 |
3279 | 2025-01-29T20:13:41.307Z | Checking ratatui v0.28.1 |
3280 | 2025-01-29T20:13:42.119Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3281 | 2025-01-29T20:13:43.127Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3282 | 2025-01-29T20:13:43.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
3283 | 2025-01-29T20:13:44.131Z | |
3284 | 2025-01-29T20:13:44.131Z | info: running `cargo check --bins` on clickhouse-cluster-dev (155/197) |
3285 | 2025-01-29T20:13:44.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3286 | 2025-01-29T20:13:44.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3287 | 2025-01-29T20:13:44.810Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3288 | 2025-01-29T20:13:44.810Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3289 | 2025-01-29T20:13:45.804Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3290 | 2025-01-29T20:13:46.254Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3291 | 2025-01-29T20:13:46.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
3292 | 2025-01-29T20:13:46.787Z | |
3293 | 2025-01-29T20:13:46.787Z | info: running `cargo check --bins` on ch-dev (156/197) |
3294 | 2025-01-29T20:13:47.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3295 | 2025-01-29T20:13:47.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3296 | 2025-01-29T20:13:47.443Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3297 | 2025-01-29T20:13:48.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3298 | 2025-01-29T20:13:48.346Z | |
3299 | 2025-01-29T20:13:48.346Z | info: running `cargo check --bins` on crdb-seed (157/197) |
3300 | 2025-01-29T20:13:48.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3301 | 2025-01-29T20:13:48.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3302 | 2025-01-29T20:13:49.006Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3303 | 2025-01-29T20:13:49.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
3304 | 2025-01-29T20:13:49.532Z | |
3305 | 2025-01-29T20:13:49.532Z | info: running `cargo check --bins` on db-dev (158/197) |
3306 | 2025-01-29T20:13:50.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3307 | 2025-01-29T20:13:50.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3308 | 2025-01-29T20:13:50.192Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3309 | 2025-01-29T20:13:50.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3310 | 2025-01-29T20:13:51.086Z | |
3311 | 2025-01-29T20:13:51.086Z | info: running `cargo check --bins` on omicron-dev-lib (159/197) |
3312 | 2025-01-29T20:13:51.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3313 | 2025-01-29T20:13:51.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3314 | 2025-01-29T20:13:51.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3315 | 2025-01-29T20:13:51.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3316 | 2025-01-29T20:13:51.734Z | |
3317 | 2025-01-29T20:13:51.734Z | info: running `cargo check --bins` on xtask-downloader (160/197) |
3318 | 2025-01-29T20:13:52.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3319 | 2025-01-29T20:13:52.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3320 | 2025-01-29T20:13:52.350Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3321 | 2025-01-29T20:13:53.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3322 | 2025-01-29T20:13:53.373Z | |
3323 | 2025-01-29T20:13:53.373Z | info: running `cargo check --bins` on omicron-ls-apis (161/197) |
3324 | 2025-01-29T20:13:53.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3325 | 2025-01-29T20:13:53.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3326 | 2025-01-29T20:13:53.982Z | Checking cargo-platform v0.1.8 |
3327 | 2025-01-29T20:13:54.255Z | Checking cargo_metadata v0.18.1 |
3328 | 2025-01-29T20:13:55.173Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3329 | 2025-01-29T20:13:55.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
3330 | 2025-01-29T20:13:56.149Z | |
3331 | 2025-01-29T20:13:56.149Z | info: running `cargo check --bins` on mgs-dev (162/197) |
3332 | 2025-01-29T20:13:56.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3333 | 2025-01-29T20:13:56.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3334 | 2025-01-29T20:13:56.877Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3335 | 2025-01-29T20:13:58.269Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3336 | 2025-01-29T20:13:58.840Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3337 | 2025-01-29T20:13:59.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
3338 | 2025-01-29T20:13:59.540Z | |
3339 | 2025-01-29T20:13:59.540Z | info: running `cargo check --bins` on omicron-omdb (163/197) |
3340 | 2025-01-29T20:14:00.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3341 | 2025-01-29T20:14:00.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3342 | 2025-01-29T20:14:00.316Z | Compiling crunchy v0.2.2 |
3343 | 2025-01-29T20:14:00.316Z | Compiling tiny-keccak v2.0.2 |
3344 | 2025-01-29T20:14:00.319Z | Compiling dsl_auto_type v0.1.2 |
3345 | 2025-01-29T20:14:00.319Z | Checking scheduled-thread-pool v0.2.7 |
3346 | 2025-01-29T20:14:00.319Z | Compiling diesel_table_macro_syntax v0.2.0 |
3347 | 2025-01-29T20:14:00.467Z | Compiling ascii-canvas v3.0.0 |
3348 | 2025-01-29T20:14:00.483Z | Compiling ena v0.14.3 |
3349 | 2025-01-29T20:14:00.485Z | Compiling regex-syntax v0.6.29 |
3350 | 2025-01-29T20:14:00.686Z | Checking r2d2 v0.8.10 |
3351 | 2025-01-29T20:14:00.734Z | Compiling diff v0.1.13 |
3352 | 2025-01-29T20:14:00.840Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3353 | 2025-01-29T20:14:00.898Z | Compiling ref-cast v1.0.23 |
3354 | 2025-01-29T20:14:00.971Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3355 | 2025-01-29T20:14:01.011Z | Compiling derive_builder_core v0.20.2 |
3356 | 2025-01-29T20:14:01.088Z | Compiling libxml v0.3.3 |
3357 | 2025-01-29T20:14:01.249Z | Compiling ref-cast-impl v1.0.23 |
3358 | 2025-01-29T20:14:01.267Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3359 | 2025-01-29T20:14:01.500Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3360 | 2025-01-29T20:14:01.520Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3361 | 2025-01-29T20:14:01.784Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3362 | 2025-01-29T20:14:01.813Z | Compiling strum_macros v0.24.3 |
3363 | 2025-01-29T20:14:01.834Z | Compiling samael v0.0.17 |
3364 | 2025-01-29T20:14:01.856Z | Compiling diesel_derives v2.2.3 |
3365 | 2025-01-29T20:14:02.159Z | Compiling indoc v1.0.9 |
3366 | 2025-01-29T20:14:03.043Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3367 | 2025-01-29T20:14:03.262Z | Compiling derive_builder_macro v0.20.2 |
3368 | 2025-01-29T20:14:03.352Z | Compiling impl-trait-for-tuples v0.2.2 |
3369 | 2025-01-29T20:14:03.672Z | Compiling lalrpop v0.19.12 |
3370 | 2025-01-29T20:14:04.100Z | Checking derive_builder v0.20.2 |
3371 | 2025-01-29T20:14:04.271Z | Compiling oso-derive v0.27.3 |
3372 | 2025-01-29T20:14:04.594Z | Checking quick-xml v0.33.0 |
3373 | 2025-01-29T20:14:05.137Z | Compiling diesel-dtrace v0.4.2 |
3374 | 2025-01-29T20:14:05.265Z | Checking maplit v1.0.2 |
3375 | 2025-01-29T20:14:05.422Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3376 | 2025-01-29T20:14:05.525Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3377 | 2025-01-29T20:14:05.832Z | Checking bb8 v0.8.5 |
3378 | 2025-01-29T20:14:05.880Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3379 | 2025-01-29T20:14:06.028Z | Checking rand_seeder v0.3.0 |
3380 | 2025-01-29T20:14:06.224Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3381 | 2025-01-29T20:14:06.285Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3382 | 2025-01-29T20:14:06.304Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3383 | 2025-01-29T20:14:06.550Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3384 | 2025-01-29T20:14:06.856Z | Checking is_ci v1.2.0 |
3385 | 2025-01-29T20:14:07.019Z | Checking smawk v0.3.2 |
3386 | 2025-01-29T20:14:07.040Z | Checking unicode-linebreak v0.1.5 |
3387 | 2025-01-29T20:14:07.254Z | Checking supports-color v3.0.1 |
3388 | 2025-01-29T20:14:07.504Z | Checking textwrap v0.16.1 |
3389 | 2025-01-29T20:14:07.529Z | Checking multimap v0.10.0 |
3390 | 2025-01-29T20:14:08.114Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3391 | 2025-01-29T20:14:10.116Z | Checking diesel v2.2.6 |
3392 | 2025-01-29T20:14:34.523Z | Compiling polar-core v0.27.3 |
3393 | 2025-01-29T20:14:35.622Z | Checking async-bb8-diesel v0.2.1 |
3394 | 2025-01-29T20:14:41.675Z | Checking oso v0.27.3 |
3395 | 2025-01-29T20:15:42.850Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3396 | 2025-01-29T20:15:49.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s |
3397 | 2025-01-29T20:15:49.365Z | |
3398 | 2025-01-29T20:15:49.365Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197) |
3399 | 2025-01-29T20:15:49.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3400 | 2025-01-29T20:15:49.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3401 | 2025-01-29T20:15:49.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3402 | 2025-01-29T20:15:49.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3403 | 2025-01-29T20:15:50.049Z | |
3404 | 2025-01-29T20:15:50.049Z | info: running `cargo check --bins` on nexus-saga-recovery (165/197) |
3405 | 2025-01-29T20:15:50.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3406 | 2025-01-29T20:15:50.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3407 | 2025-01-29T20:15:50.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3408 | 2025-01-29T20:15:50.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3409 | 2025-01-29T20:15:50.719Z | |
3410 | 2025-01-29T20:15:50.719Z | info: running `cargo check --bins` on nexus-test-utils-macros (166/197) |
3411 | 2025-01-29T20:15:51.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3412 | 2025-01-29T20:15:51.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3413 | 2025-01-29T20:15:51.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3414 | 2025-01-29T20:15:51.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3415 | 2025-01-29T20:15:51.320Z | |
3416 | 2025-01-29T20:15:51.320Z | info: running `cargo check --bins` on omicron-nexus (167/197) |
3417 | 2025-01-29T20:15:51.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3418 | 2025-01-29T20:15:51.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3419 | 2025-01-29T20:15:52.120Z | Compiling libz-sys v1.1.20 |
3420 | 2025-01-29T20:15:52.123Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3421 | 2025-01-29T20:15:52.251Z | Compiling vergen v8.3.2 |
3422 | 2025-01-29T20:15:52.254Z | Compiling cargo-platform v0.1.8 |
3423 | 2025-01-29T20:15:52.254Z | Compiling pin-project-internal v1.1.6 |
3424 | 2025-01-29T20:15:52.289Z | Compiling libsqlite3-sys v0.30.1 |
3425 | 2025-01-29T20:15:52.291Z | Compiling snafu-derive v0.8.5 |
3426 | 2025-01-29T20:15:52.291Z | Compiling rustls v0.21.12 |
3427 | 2025-01-29T20:15:52.548Z | Compiling buf-list v1.0.3 |
3428 | 2025-01-29T20:15:52.598Z | Compiling cargo_metadata v0.18.1 |
3429 | 2025-01-29T20:15:52.750Z | Compiling cfg_aliases v0.2.1 |
3430 | 2025-01-29T20:15:52.893Z | Compiling nix v0.29.0 |
3431 | 2025-01-29T20:15:52.917Z | Checking globset v0.4.15 |
3432 | 2025-01-29T20:15:52.965Z | Checking olpc-cjson v0.1.4 |
3433 | 2025-01-29T20:15:53.207Z | Checking rustls-webpki v0.101.7 |
3434 | 2025-01-29T20:15:53.237Z | Checking sct v0.7.1 |
3435 | 2025-01-29T20:15:53.404Z | Checking serde_plain v1.0.2 |
3436 | 2025-01-29T20:15:53.441Z | Checking typed-path v0.9.3 |
3437 | 2025-01-29T20:15:53.913Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3438 | 2025-01-29T20:15:54.148Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3439 | 2025-01-29T20:15:54.197Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3440 | 2025-01-29T20:15:54.430Z | Checking hashlink v0.9.1 |
3441 | 2025-01-29T20:15:54.479Z | Checking parse-size v1.1.0 |
3442 | 2025-01-29T20:15:54.668Z | Checking fallible-streaming-iterator v0.1.9 |
3443 | 2025-01-29T20:15:54.884Z | Checking fallible-iterator v0.3.0 |
3444 | 2025-01-29T20:15:54.929Z | Checking pin-project v1.1.6 |
3445 | 2025-01-29T20:15:55.103Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3446 | 2025-01-29T20:15:55.365Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3447 | 2025-01-29T20:15:55.477Z | Checking rusqlite v0.32.1 |
3448 | 2025-01-29T20:15:55.521Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3449 | 2025-01-29T20:15:55.704Z | Checking rustls-pemfile v1.0.4 |
3450 | 2025-01-29T20:15:55.927Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3451 | 2025-01-29T20:15:56.094Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3452 | 2025-01-29T20:15:56.157Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3453 | 2025-01-29T20:15:56.213Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3454 | 2025-01-29T20:15:56.233Z | Checking twox-hash v2.1.0 |
3455 | 2025-01-29T20:15:56.286Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3456 | 2025-01-29T20:15:56.589Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3457 | 2025-01-29T20:15:56.807Z | Checking tokio-rustls v0.24.1 |
3458 | 2025-01-29T20:15:56.846Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3459 | 2025-01-29T20:15:57.174Z | Checking snafu v0.8.5 |
3460 | 2025-01-29T20:15:57.596Z | Checking tough v0.19.0 |
3461 | 2025-01-29T20:15:57.670Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3462 | 2025-01-29T20:15:57.936Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3463 | 2025-01-29T20:15:58.159Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3464 | 2025-01-29T20:15:58.183Z | Checking fatfs v0.3.6 |
3465 | 2025-01-29T20:15:58.623Z | Checking assert_matches v1.5.0 |
3466 | 2025-01-29T20:16:01.682Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3467 | 2025-01-29T20:16:02.955Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3468 | 2025-01-29T20:16:04.714Z | Compiling git2 v0.19.0 |
3469 | 2025-01-29T20:16:08.736Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3470 | 2025-01-29T20:17:10.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
3471 | 2025-01-29T20:17:10.404Z | |
3472 | 2025-01-29T20:17:10.404Z | info: running `cargo check --bins` on nexus-external-api (168/197) |
3473 | 2025-01-29T20:17:10.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3474 | 2025-01-29T20:17:11.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3475 | 2025-01-29T20:17:11.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3476 | 2025-01-29T20:17:11.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3477 | 2025-01-29T20:17:11.083Z | |
3478 | 2025-01-29T20:17:11.083Z | info: running `cargo check --bins` on openapi-manager-types (169/197) |
3479 | 2025-01-29T20:17:11.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3480 | 2025-01-29T20:17:11.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3481 | 2025-01-29T20:17:11.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3482 | 2025-01-29T20:17:11.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3483 | 2025-01-29T20:17:11.696Z | |
3484 | 2025-01-29T20:17:11.696Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
3485 | 2025-01-29T20:17:12.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3486 | 2025-01-29T20:17:12.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3487 | 2025-01-29T20:17:12.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3488 | 2025-01-29T20:17:12.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3489 | 2025-01-29T20:17:12.355Z | |
3490 | 2025-01-29T20:17:12.355Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
3491 | 2025-01-29T20:17:12.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3492 | 2025-01-29T20:17:12.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3493 | 2025-01-29T20:17:12.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3494 | 2025-01-29T20:17:12.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3495 | 2025-01-29T20:17:13.038Z | |
3496 | 2025-01-29T20:17:13.038Z | info: running `cargo check --bins` on nexus-networking (172/197) |
3497 | 2025-01-29T20:17:13.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3498 | 2025-01-29T20:17:13.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3499 | 2025-01-29T20:17:13.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3500 | 2025-01-29T20:17:13.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3501 | 2025-01-29T20:17:13.711Z | |
3502 | 2025-01-29T20:17:13.711Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
3503 | 2025-01-29T20:17:14.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3504 | 2025-01-29T20:17:14.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3505 | 2025-01-29T20:17:14.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3506 | 2025-01-29T20:17:14.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3507 | 2025-01-29T20:17:14.375Z | |
3508 | 2025-01-29T20:17:14.375Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
3509 | 2025-01-29T20:17:14.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3510 | 2025-01-29T20:17:14.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3511 | 2025-01-29T20:17:14.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3512 | 2025-01-29T20:17:14.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3513 | 2025-01-29T20:17:15.032Z | |
3514 | 2025-01-29T20:17:15.032Z | info: running `cargo check --bins` on update-common (175/197) |
3515 | 2025-01-29T20:17:15.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3516 | 2025-01-29T20:17:15.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3517 | 2025-01-29T20:17:15.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3518 | 2025-01-29T20:17:15.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3519 | 2025-01-29T20:17:15.681Z | |
3520 | 2025-01-29T20:17:15.681Z | info: running `cargo check --bins` on tufaceous-lib (176/197) |
3521 | 2025-01-29T20:17:16.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3522 | 2025-01-29T20:17:16.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3523 | 2025-01-29T20:17:16.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3524 | 2025-01-29T20:17:16.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3525 | 2025-01-29T20:17:16.325Z | |
3526 | 2025-01-29T20:17:16.325Z | info: running `cargo check --bins` on tufaceous (177/197) |
3527 | 2025-01-29T20:17:16.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3528 | 2025-01-29T20:17:16.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3529 | 2025-01-29T20:17:16.998Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3530 | 2025-01-29T20:17:18.131Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3531 | 2025-01-29T20:17:18.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
3532 | 2025-01-29T20:17:19.134Z | |
3533 | 2025-01-29T20:17:19.134Z | info: running `cargo check --bins` on omicron-dev (178/197) |
3534 | 2025-01-29T20:17:19.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3535 | 2025-01-29T20:17:19.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3536 | 2025-01-29T20:17:19.973Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3537 | 2025-01-29T20:17:19.976Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3538 | 2025-01-29T20:17:20.116Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3539 | 2025-01-29T20:17:20.118Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3540 | 2025-01-29T20:17:21.104Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3541 | 2025-01-29T20:17:47.627Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3542 | 2025-01-29T20:17:47.629Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3543 | 2025-01-29T20:17:47.629Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3544 | 2025-01-29T20:17:47.629Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3545 | 2025-01-29T20:17:47.629Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3546 | 2025-01-29T20:17:47.629Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3547 | 2025-01-29T20:17:48.415Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3548 | 2025-01-29T20:17:49.593Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3549 | 2025-01-29T20:18:29.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3550 | 2025-01-29T20:18:29.615Z | |
3551 | 2025-01-29T20:18:29.615Z | info: running `cargo check --bins` on openapi-manager (179/197) |
3552 | 2025-01-29T20:18:30.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3553 | 2025-01-29T20:18:30.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3554 | 2025-01-29T20:18:30.327Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3555 | 2025-01-29T20:18:30.330Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3556 | 2025-01-29T20:18:30.330Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3557 | 2025-01-29T20:18:30.457Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3558 | 2025-01-29T20:18:30.459Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3559 | 2025-01-29T20:18:30.484Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3560 | 2025-01-29T20:18:30.487Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3561 | 2025-01-29T20:18:30.513Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3562 | 2025-01-29T20:18:30.649Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3563 | 2025-01-29T20:18:30.707Z | Checking heck v0.4.1 |
3564 | 2025-01-29T20:18:30.783Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3565 | 2025-01-29T20:18:30.930Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3566 | 2025-01-29T20:18:31.020Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3567 | 2025-01-29T20:18:31.339Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3568 | 2025-01-29T20:18:31.742Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3569 | 2025-01-29T20:18:31.858Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3570 | 2025-01-29T20:18:32.187Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3571 | 2025-01-29T20:18:33.074Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3572 | 2025-01-29T20:18:33.486Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3573 | 2025-01-29T20:18:33.933Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3574 | 2025-01-29T20:18:34.243Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3575 | 2025-01-29T20:18:35.726Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3576 | 2025-01-29T20:18:35.726Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3577 | 2025-01-29T20:18:37.384Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3578 | 2025-01-29T20:18:38.830Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3579 | 2025-01-29T20:18:44.426Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3580 | 2025-01-29T20:18:44.426Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3581 | 2025-01-29T20:18:45.585Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3582 | 2025-01-29T20:18:46.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.95s |
3583 | 2025-01-29T20:18:46.761Z | |
3584 | 2025-01-29T20:18:46.762Z | info: running `cargo check --bins` on installinator-api (180/197) |
3585 | 2025-01-29T20:18:47.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3586 | 2025-01-29T20:18:47.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3587 | 2025-01-29T20:18:47.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3588 | 2025-01-29T20:18:47.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3589 | 2025-01-29T20:18:47.406Z | |
3590 | 2025-01-29T20:18:47.406Z | info: running `cargo check --bins` on wicketd-api (181/197) |
3591 | 2025-01-29T20:18:47.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3592 | 2025-01-29T20:18:47.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3593 | 2025-01-29T20:18:47.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3594 | 2025-01-29T20:18:47.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3595 | 2025-01-29T20:18:48.069Z | |
3596 | 2025-01-29T20:18:48.069Z | info: running `cargo check --bins` on reconfigurator-cli (182/197) |
3597 | 2025-01-29T20:18:48.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3598 | 2025-01-29T20:18:48.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3599 | 2025-01-29T20:18:48.767Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3600 | 2025-01-29T20:18:48.767Z | Compiling petname v2.0.2 |
3601 | 2025-01-29T20:18:48.770Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3602 | 2025-01-29T20:18:48.770Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3603 | 2025-01-29T20:18:48.770Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3604 | 2025-01-29T20:18:48.770Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3605 | 2025-01-29T20:18:48.883Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3606 | 2025-01-29T20:18:48.904Z | Checking sync-ptr v0.1.1 |
3607 | 2025-01-29T20:18:53.845Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3608 | 2025-01-29T20:18:54.448Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3609 | 2025-01-29T20:18:55.546Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3610 | 2025-01-29T20:18:57.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.02s |
3611 | 2025-01-29T20:18:57.281Z | |
3612 | 2025-01-29T20:18:57.282Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197) |
3613 | 2025-01-29T20:18:57.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3614 | 2025-01-29T20:18:57.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3615 | 2025-01-29T20:18:57.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3616 | 2025-01-29T20:18:57.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3617 | 2025-01-29T20:18:57.944Z | |
3618 | 2025-01-29T20:18:57.944Z | info: running `cargo check --bins` on omicron-releng (184/197) |
3619 | 2025-01-29T20:18:58.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3620 | 2025-01-29T20:18:58.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3621 | 2025-01-29T20:18:58.604Z | Checking memmap2 v0.9.5 |
3622 | 2025-01-29T20:18:58.604Z | Checking arrayvec v0.7.6 |
3623 | 2025-01-29T20:18:58.606Z | Checking arrayref v0.3.9 |
3624 | 2025-01-29T20:18:58.606Z | Checking constant_time_eq v0.3.1 |
3625 | 2025-01-29T20:18:58.607Z | Checking topological-sort v0.2.2 |
3626 | 2025-01-29T20:18:58.607Z | Checking shell-words v1.1.0 |
3627 | 2025-01-29T20:18:58.968Z | Checking blake3 v1.5.4 |
3628 | 2025-01-29T20:18:59.297Z | Checking omicron-zone-package v0.12.0 |
3629 | 2025-01-29T20:19:00.387Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3630 | 2025-01-29T20:19:01.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s |
3631 | 2025-01-29T20:19:01.472Z | |
3632 | 2025-01-29T20:19:01.472Z | info: running `cargo check --bins` on xtask (185/197) |
3633 | 2025-01-29T20:19:01.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3634 | 2025-01-29T20:19:01.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3635 | 2025-01-29T20:19:01.892Z | Checking bitflags v2.6.0 |
3636 | 2025-01-29T20:19:01.894Z | Checking serde v1.0.217 |
3637 | 2025-01-29T20:19:01.894Z | Checking thiserror v1.0.69 |
3638 | 2025-01-29T20:19:01.982Z | Checking scroll v0.12.0 |
3639 | 2025-01-29T20:19:02.002Z | Checking log v0.4.22 |
3640 | 2025-01-29T20:19:02.004Z | Checking hashbrown v0.15.1 |
3641 | 2025-01-29T20:19:02.014Z | Checking zerocopy v0.7.35 |
3642 | 2025-01-29T20:19:02.039Z | Checking syn v2.0.96 |
3643 | 2025-01-29T20:19:02.102Z | Checking pest v2.7.14 |
3644 | 2025-01-29T20:19:02.205Z | Checking rustix v0.38.37 |
3645 | 2025-01-29T20:19:02.254Z | Checking once_cell v1.20.2 |
3646 | 2025-01-29T20:19:02.442Z | Checking goblin v0.8.2 |
3647 | 2025-01-29T20:19:02.576Z | Checking fs-err v2.11.0 |
3648 | 2025-01-29T20:19:02.880Z | Checking anyhow v1.0.95 |
3649 | 2025-01-29T20:19:02.966Z | Checking indexmap v2.7.1 |
3650 | 2025-01-29T20:19:03.215Z | Checking tabled v0.15.0 |
3651 | 2025-01-29T20:19:04.032Z | Checking terminal_size v0.4.0 |
3652 | 2025-01-29T20:19:04.035Z | Checking tempfile v3.13.0 |
3653 | 2025-01-29T20:19:04.211Z | Checking clap_builder v4.5.27 |
3654 | 2025-01-29T20:19:04.588Z | Checking dtrace-parser v0.2.0 |
3655 | 2025-01-29T20:19:06.049Z | Checking serde_json v1.0.135 |
3656 | 2025-01-29T20:19:06.049Z | Checking serde_spanned v0.6.8 |
3657 | 2025-01-29T20:19:06.049Z | Checking toml_datetime v0.6.8 |
3658 | 2025-01-29T20:19:06.051Z | Checking camino v1.1.9 |
3659 | 2025-01-29T20:19:06.051Z | Checking semver v1.0.24 |
3660 | 2025-01-29T20:19:06.051Z | Checking cargo-platform v0.1.8 |
3661 | 2025-01-29T20:19:06.269Z | Checking macaddr v1.0.1 |
3662 | 2025-01-29T20:19:06.345Z | Checking toml_edit v0.22.22 |
3663 | 2025-01-29T20:19:06.553Z | Checking clap v4.5.27 |
3664 | 2025-01-29T20:19:06.605Z | Checking camino-tempfile v1.1.1 |
3665 | 2025-01-29T20:19:07.198Z | Checking dof v0.3.0 |
3666 | 2025-01-29T20:19:07.198Z | Checking cargo_metadata v0.18.1 |
3667 | 2025-01-29T20:19:07.586Z | Checking usdt-impl v0.5.0 |
3668 | 2025-01-29T20:19:07.947Z | Checking usdt v0.5.0 |
3669 | 2025-01-29T20:19:08.109Z | Checking toml v0.8.19 |
3670 | 2025-01-29T20:19:08.539Z | Checking cargo_toml v0.20.5 |
3671 | 2025-01-29T20:19:09.671Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3672 | 2025-01-29T20:19:10.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.81s |
3673 | 2025-01-29T20:19:10.390Z | |
3674 | 2025-01-29T20:19:10.390Z | info: running `cargo check --bins` on end-to-end-tests (186/197) |
3675 | 2025-01-29T20:19:11.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3676 | 2025-01-29T20:19:11.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3677 | 2025-01-29T20:19:11.152Z | Checking polyval v0.6.2 |
3678 | 2025-01-29T20:19:11.155Z | Checking ctr v0.9.2 |
3679 | 2025-01-29T20:19:11.280Z | Checking ssh-encoding v0.2.0 |
3680 | 2025-01-29T20:19:11.280Z | Checking blowfish v0.9.1 |
3681 | 2025-01-29T20:19:11.302Z | Checking password-hash v0.4.2 |
3682 | 2025-01-29T20:19:11.316Z | Checking p521 v0.13.3 |
3683 | 2025-01-29T20:19:11.318Z | Checking p256 v0.13.2 |
3684 | 2025-01-29T20:19:11.348Z | Checking russh-cryptovec v0.7.3 |
3685 | 2025-01-29T20:19:11.512Z | Checking ghash v0.5.1 |
3686 | 2025-01-29T20:19:11.515Z | Checking bcrypt-pbkdf v0.10.0 |
3687 | 2025-01-29T20:19:12.552Z | Checking md5 v0.7.0 |
3688 | 2025-01-29T20:19:12.555Z | Checking num-bigint v0.4.6 |
3689 | 2025-01-29T20:19:12.555Z | Checking des v0.8.1 |
3690 | 2025-01-29T20:19:12.555Z | Checking aes-gcm v0.10.3 |
3691 | 2025-01-29T20:19:12.555Z | Checking pbkdf2 v0.11.0 |
3692 | 2025-01-29T20:19:12.555Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3693 | 2025-01-29T20:19:12.555Z | Checking hex-literal v0.4.1 |
3694 | 2025-01-29T20:19:12.555Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3695 | 2025-01-29T20:19:12.555Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3696 | 2025-01-29T20:19:12.555Z | Checking ssh-cipher v0.2.0 |
3697 | 2025-01-29T20:19:12.555Z | Checking internet-checksum v0.2.1 |
3698 | 2025-01-29T20:19:12.555Z | Checking ssh-key v0.6.6 |
3699 | 2025-01-29T20:19:12.555Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3700 | 2025-01-29T20:19:13.355Z | Checking russh-keys v0.45.0 |
3701 | 2025-01-29T20:19:14.159Z | Checking russh v0.45.0 |
3702 | 2025-01-29T20:19:30.979Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3703 | 2025-01-29T20:19:32.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.91s |
3704 | 2025-01-29T20:19:32.515Z | |
3705 | 2025-01-29T20:19:32.515Z | info: running `cargo check --bins` on gateway-cli (187/197) |
3706 | 2025-01-29T20:19:33.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3707 | 2025-01-29T20:19:33.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3708 | 2025-01-29T20:19:33.160Z | Checking termios v0.3.3 |
3709 | 2025-01-29T20:19:33.382Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3710 | 2025-01-29T20:19:34.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
3711 | 2025-01-29T20:19:34.353Z | |
3712 | 2025-01-29T20:19:34.354Z | info: running `cargo check --bins --no-default-features` on installinator (188/197) |
3713 | 2025-01-29T20:19:34.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3714 | 2025-01-29T20:19:34.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3715 | 2025-01-29T20:19:35.053Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3716 | 2025-01-29T20:19:35.053Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3717 | 2025-01-29T20:19:35.055Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3718 | 2025-01-29T20:19:35.055Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3719 | 2025-01-29T20:19:36.081Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3720 | 2025-01-29T20:19:37.319Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3721 | 2025-01-29T20:19:39.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
3722 | 2025-01-29T20:19:39.250Z | |
3723 | 2025-01-29T20:19:39.250Z | info: running `cargo check --bins` on internal-dns-cli (189/197) |
3724 | 2025-01-29T20:19:39.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3725 | 2025-01-29T20:19:39.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3726 | 2025-01-29T20:19:39.886Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3727 | 2025-01-29T20:19:40.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3728 | 2025-01-29T20:19:40.528Z | |
3729 | 2025-01-29T20:19:40.528Z | info: running `cargo check --bins` on omicron-live-tests (190/197) |
3730 | 2025-01-29T20:19:41.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3731 | 2025-01-29T20:19:41.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3732 | 2025-01-29T20:19:41.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3733 | 2025-01-29T20:19:41.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3734 | 2025-01-29T20:19:41.138Z | |
3735 | 2025-01-29T20:19:41.138Z | info: running `cargo check --bins` on live-tests-macros (191/197) |
3736 | 2025-01-29T20:19:41.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3737 | 2025-01-29T20:19:41.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3738 | 2025-01-29T20:19:41.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3739 | 2025-01-29T20:19:41.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3740 | 2025-01-29T20:19:41.748Z | |
3741 | 2025-01-29T20:19:41.748Z | info: running `cargo check --bins` on omicron-package (192/197) |
3742 | 2025-01-29T20:19:42.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3743 | 2025-01-29T20:19:42.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3744 | 2025-01-29T20:19:42.421Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3745 | 2025-01-29T20:19:43.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
3746 | 2025-01-29T20:19:43.958Z | |
3747 | 2025-01-29T20:19:43.958Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
3748 | 2025-01-29T20:19:44.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3749 | 2025-01-29T20:19:44.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3750 | 2025-01-29T20:19:44.662Z | Checking rtoolbox v0.0.2 |
3751 | 2025-01-29T20:19:44.664Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3752 | 2025-01-29T20:19:44.664Z | Checking tui-tree-widget v0.22.0 |
3753 | 2025-01-29T20:19:44.902Z | Checking rpassword v7.3.1 |
3754 | 2025-01-29T20:19:48.628Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3755 | 2025-01-29T20:19:51.403Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3756 | 2025-01-29T20:19:52.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.57s |
3757 | 2025-01-29T20:19:52.729Z | |
3758 | 2025-01-29T20:19:52.729Z | info: running `cargo check --bins` on wicket (194/197) |
3759 | 2025-01-29T20:19:53.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3760 | 2025-01-29T20:19:53.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3761 | 2025-01-29T20:19:53.435Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3762 | 2025-01-29T20:19:53.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3763 | 2025-01-29T20:19:54.041Z | |
3764 | 2025-01-29T20:19:54.041Z | info: running `cargo check --bins` on wicketd (195/197) |
3765 | 2025-01-29T20:19:54.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3766 | 2025-01-29T20:19:54.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3767 | 2025-01-29T20:19:54.765Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3768 | 2025-01-29T20:19:54.768Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3769 | 2025-01-29T20:19:55.581Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3770 | 2025-01-29T20:19:59.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s |
3771 | 2025-01-29T20:19:59.487Z | |
3772 | 2025-01-29T20:19:59.487Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
3773 | 2025-01-29T20:20:00.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3774 | 2025-01-29T20:20:00.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3775 | 2025-01-29T20:20:00.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3776 | 2025-01-29T20:20:00.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3777 | 2025-01-29T20:20:00.095Z | |
3778 | 2025-01-29T20:20:00.096Z | info: running `cargo check --bins` on zone-setup (197/197) |
3779 | 2025-01-29T20:20:00.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3780 | 2025-01-29T20:20:00.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3781 | 2025-01-29T20:20:00.828Z | Checking uzers v0.12.1 |
3782 | 2025-01-29T20:20:01.174Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3783 | 2025-01-29T20:20:02.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
3784 | 2025-01-29T20:20:02.487Z | |
3785 | 2025-01-29T20:20:02.487Z | real 13:26.702650677 |
3786 | 2025-01-29T20:20:02.487Z | user 25:39.606436762 |
3787 | 2025-01-29T20:20:02.489Z | sys 4:14.269109988 |
3788 | 2025-01-29T20:20:02.489Z | trap 0.527842028 |
3789 | 2025-01-29T20:20:02.489Z | tflt 3.119740132 |
3790 | 2025-01-29T20:20:02.489Z | dflt 2.299151936 |
3791 | 2025-01-29T20:20:02.489Z | kflt 0.001026082 |
3792 | 2025-01-29T20:20:02.489Z | lock 46:00.644482386 |
3793 | 2025-01-29T20:20:02.489Z | slp 2:08:24.781387725 |
3794 | 2025-01-29T20:20:02.489Z | lat 1:06.143331798 |
3795 | 2025-01-29T20:20:02.489Z | stop 3:41.778017106 |
3796 | 2025-01-29T20:20:02.489Z | process exited: duration 1084913 ms, exit code 0 |
|
3797 | 2025-01-29T20:20:02.495Z | found 0 output files |