|
|
|
1 | 2025-01-10T21:10:24.738Z | job assigned to worker 01JH90T98NWKFA08CTTPAGQCE5 [factory aws, i-0b4222e989180b8cd] (queued for 48 s) |
|
2 | 2025-01-10T21:10:33.341Z | starting task 0: "setup" |
3 | 2025-01-10T21:10:33.350Z | ++ uname -s |
4 | 2025-01-10T21:10:33.354Z | + kern=SunOS |
5 | 2025-01-10T21:10:33.354Z | + case "$kern" in |
6 | 2025-01-10T21:10:33.354Z | + groupadd -g 12345 build |
7 | 2025-01-10T21:10:33.356Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-10T21:10:35.401Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-10T21:10:35.545Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-10T21:10:35.621Z | + home_fs=zfs |
11 | 2025-01-10T21:10:35.622Z | + [[ zfs == autofs ]] |
12 | 2025-01-10T21:10:35.622Z | + mkdir -p /home/build |
13 | 2025-01-10T21:10:35.622Z | + chown build:build /home/build /work |
14 | 2025-01-10T21:10:37.503Z | + chmod 0700 /home/build /work |
15 | 2025-01-10T21:10:37.506Z | process exited: duration 4166 ms, exit code 0 |
|
16 | 2025-01-10T21:10:37.511Z | starting task 1: "rust-toolchain" |
17 | 2025-01-10T21:10:37.517Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-10T21:10:37.517Z | ' 1.81.0 |
19 | 2025-01-10T21:10:37.517Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-10T21:10:37.517Z | * toolchain channel = "1.81.0" |
21 | 2025-01-10T21:10:37.517Z | ' default |
22 | 2025-01-10T21:10:37.517Z | * toolchain profile = "default" |
23 | 2025-01-10T21:10:37.520Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-10T21:10:37.521Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-10T21:10:37.636Z | info: downloading installer |
26 | 2025-01-10T21:10:38.686Z | info: profile set to 'default' |
27 | 2025-01-10T21:10:38.686Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-10T21:10:38.689Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-10T21:10:38.814Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-10T21:10:38.814Z | info: downloading component 'cargo' |
31 | 2025-01-10T21:10:39.445Z | info: downloading component 'clippy' |
32 | 2025-01-10T21:10:39.689Z | info: downloading component 'rust-docs' |
33 | 2025-01-10T21:10:40.554Z | info: downloading component 'rust-std' |
34 | 2025-01-10T21:10:41.912Z | info: downloading component 'rustc' |
35 | 2025-01-10T21:10:46.758Z | info: downloading component 'rustfmt' |
36 | 2025-01-10T21:10:46.953Z | info: installing component 'cargo' |
37 | 2025-01-10T21:10:47.752Z | info: installing component 'clippy' |
38 | 2025-01-10T21:10:48.110Z | info: installing component 'rust-docs' |
39 | 2025-01-10T21:10:49.722Z | info: installing component 'rust-std' |
40 | 2025-01-10T21:10:51.415Z | info: installing component 'rustc' |
41 | 2025-01-10T21:10:57.171Z | info: installing component 'rustfmt' |
42 | 2025-01-10T21:10:57.491Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-10T21:10:57.491Z | |
44 | 2025-01-10T21:10:57.863Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-10T21:10:57.863Z | |
46 | 2025-01-10T21:10:57.866Z | |
47 | 2025-01-10T21:10:57.866Z | Rust is installed now. Great! |
48 | 2025-01-10T21:10:57.866Z | |
49 | 2025-01-10T21:10:57.866Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-10T21:10:57.866Z | environment variable. This has not been done automatically. |
51 | 2025-01-10T21:10:57.866Z | |
52 | 2025-01-10T21:10:57.866Z | To configure your current shell, you need to source |
53 | 2025-01-10T21:10:57.866Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-10T21:10:57.866Z | |
55 | 2025-01-10T21:10:57.866Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-10T21:10:57.866Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-10T21:10:57.866Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-10T21:10:57.940Z | + rustc --version |
59 | 2025-01-10T21:10:58.008Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-10T21:10:58.011Z | process exited: duration 20500 ms, exit code 0 |
|
61 | 2025-01-10T21:10:58.016Z | starting task 2: "authentication" |
62 | 2025-01-10T21:10:58.037Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-10T21:10:58.044Z | starting task 3: "clone repository" |
64 | 2025-01-10T21:10:58.049Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-10T21:10:58.052Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-10T21:10:58.109Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-10T21:11:04.980Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-10T21:11:04.980Z | + git fetch origin 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907 |
69 | 2025-01-10T21:11:05.289Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-10T21:11:05.289Z | * branch 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907 -> FETCH_HEAD |
71 | 2025-01-10T21:11:05.300Z | + [[ -n add-precondition-to-configuration-updates ]] |
72 | 2025-01-10T21:11:05.303Z | ++ git branch --show-current |
73 | 2025-01-10T21:11:05.306Z | + current=main |
74 | 2025-01-10T21:11:05.306Z | + [[ main != add-precondition-to-configuration-updates ]] |
75 | 2025-01-10T21:11:05.306Z | + git branch -f add-precondition-to-configuration-updates 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907 |
76 | 2025-01-10T21:11:05.309Z | + git checkout -f add-precondition-to-configuration-updates |
77 | 2025-01-10T21:11:05.482Z | Switched to branch 'add-precondition-to-configuration-updates' |
78 | 2025-01-10T21:11:05.484Z | + git reset --hard 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907 |
79 | 2025-01-10T21:11:05.660Z | HEAD is now at 7c02d9e05 Merge branch 'main' into add-precondition-to-configuration-updates |
80 | 2025-01-10T21:11:05.663Z | process exited: duration 7618 ms, exit code 0 |
|
81 | 2025-01-10T21:11:05.668Z | starting task 4: "build" |
82 | 2025-01-10T21:11:05.673Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-10T21:11:05.676Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-10T21:11:05.676Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-10T21:11:05.676Z | + cargo --version |
86 | 2025-01-10T21:11:05.732Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-10T21:11:05.735Z | + rustc --version |
88 | 2025-01-10T21:11:05.795Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-10T21:11:05.797Z | + source ./env.sh |
90 | 2025-01-10T21:11:05.800Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-10T21:11:05.800Z | ++ set -o xtrace |
92 | 2025-01-10T21:11:05.800Z | ++++ dirname ./env.sh |
93 | 2025-01-10T21:11:05.803Z | +++ readlink -f . |
94 | 2025-01-10T21:11:05.806Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-10T21:11:05.806Z | ++ 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-10T21:11:05.806Z | ++ 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-10T21:11:05.806Z | ++ 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-10T21:11:05.806Z | ++ 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-10T21:11:05.806Z | ++ 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-10T21:11:05.806Z | ++ 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-10T21:11:05.806Z | ++ 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-10T21:11:05.806Z | ++ 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-10T21:11:05.806Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-10T21:11:05.809Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-10T21:11:05.809Z | + 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-10T21:11:05.809Z | + 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-10T21:11:05.809Z | + banner prerequisites |
108 | 2025-01-10T21:11:05.809Z | |
109 | 2025-01-10T21:11:05.809Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-10T21:11:05.809Z | # # # # # # # # # # # # # # # |
111 | 2025-01-10T21:11:05.809Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-10T21:11:05.809Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-10T21:11:05.809Z | # # # # # # # # # # # # # # # |
114 | 2025-01-10T21:11:05.809Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-10T21:11:05.809Z | |
116 | 2025-01-10T21:11:05.809Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-10T21:11:07.771Z | pkg list: illegal option -- F |
118 | 2025-01-10T21:11:07.771Z | Usage: |
119 | 2025-01-10T21:11:07.774Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-10T21:11:07.774Z | [pkg_fmri_pattern ...] |
121 | 2025-01-10T21:11:08.635Z | pkg list: illegal option -- F |
122 | 2025-01-10T21:11:08.635Z | Usage: |
123 | 2025-01-10T21:11:08.638Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-10T21:11:08.638Z | [pkg_fmri_pattern ...] |
125 | 2025-01-10T21:11:14.833Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-10T21:11:18.804Z | Startup: Caching catalogs ... Done |
127 | 2025-01-10T21:11:29.904Z | Planning: Solver setup ... Done (10.111s) |
128 | 2025-01-10T21:11:30.044Z | Planning: Running solver ... Done (0.140s) |
129 | 2025-01-10T21:11:30.156Z | Planning: Finding local manifests ... Done (0.007s) |
130 | 2025-01-10T21:11:30.168Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-10T21:11:30.402Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-10T21:11:30.687Z | Planning: Package planning ... Done (0.284s) |
133 | 2025-01-10T21:11:30.744Z | Planning: Merging actions ... Done (0.057s) |
134 | 2025-01-10T21:11:30.941Z | Planning: Checking for conflicting actions ... Done (0.197s) |
135 | 2025-01-10T21:11:33.055Z | Planning: Consolidating action changes ... Done (2.113s) |
136 | 2025-01-10T21:11:33.498Z | Planning: Evaluating mediators ... Done (0.443s) |
137 | 2025-01-10T21:11:33.582Z | Planning: Planning completed in 14.68 seconds |
138 | 2025-01-10T21:11:33.599Z | Packages to install: 4 |
139 | 2025-01-10T21:11:33.599Z | Packages to update: 3 |
140 | 2025-01-10T21:11:33.602Z | Mediators to change: 2 |
141 | 2025-01-10T21:11:33.602Z | Services to change: 1 |
142 | 2025-01-10T21:11:33.602Z | Estimated space available: 155.63 GB |
143 | 2025-01-10T21:11:33.602Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-10T21:11:33.602Z | Create boot environment: No |
145 | 2025-01-10T21:11:33.602Z | Create backup boot environment: Yes |
146 | 2025-01-10T21:11:33.602Z | Rebuild boot archive: No |
147 | 2025-01-10T21:11:33.602Z | |
148 | 2025-01-10T21:11:33.602Z | Changed mediators: |
149 | 2025-01-10T21:11:33.602Z | mediator clang: |
150 | 2025-01-10T21:11:33.602Z | version: None -> 15 (system default) |
151 | 2025-01-10T21:11:33.602Z | |
152 | 2025-01-10T21:11:33.602Z | mediator llvm: |
153 | 2025-01-10T21:11:33.602Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-10T21:11:33.602Z | |
155 | 2025-01-10T21:11:33.602Z | Changed packages: |
156 | 2025-01-10T21:11:33.602Z | helios-dev |
157 | 2025-01-10T21:11:33.603Z | developer/build-essential |
158 | 2025-01-10T21:11:33.603Z | None -> 11-2.0 |
159 | 2025-01-10T21:11:33.603Z | library/libxmlsec1 |
160 | 2025-01-10T21:11:33.603Z | None -> 1.2.35-2.0 |
161 | 2025-01-10T21:11:33.603Z | ooce/developer/clang-15 |
162 | 2025-01-10T21:11:33.603Z | None -> 15.0.7-2.0 |
163 | 2025-01-10T21:11:33.603Z | ooce/developer/llvm-15 |
164 | 2025-01-10T21:11:33.603Z | None -> 15.0.7-2.0 |
165 | 2025-01-10T21:11:33.603Z | package/pkg |
166 | 2025-01-10T21:11:33.603Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-10T21:11:33.603Z | system/library/g++-runtime |
168 | 2025-01-10T21:11:33.603Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-10T21:11:33.603Z | system/library/gcc-runtime |
170 | 2025-01-10T21:11:33.603Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-10T21:11:33.603Z | |
172 | 2025-01-10T21:11:33.603Z | Services: |
173 | 2025-01-10T21:11:33.603Z | restart_fmri: |
174 | 2025-01-10T21:11:33.603Z | svc:/system/update-man-index:default |
175 | 2025-01-10T21:11:33.603Z | |
176 | 2025-01-10T21:11:33.603Z | Editable files to change: |
177 | 2025-01-10T21:11:33.603Z | Update: |
178 | 2025-01-10T21:11:33.603Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-10T21:11:33.807Z | |
180 | 2025-01-10T21:11:33.807Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-10T21:11:38.807Z | Download: 738/4301 items 18.3/225.4MB 8% complete (3.7M/s) |
182 | 2025-01-10T21:11:44.972Z | Download: 1196/4301 items 83.5/225.4MB 37% complete (9.0M/s) |
183 | 2025-01-10T21:11:49.986Z | Download: 2110/4301 items 118.9/225.4MB 52% complete (9.9M/s) |
184 | 2025-01-10T21:11:54.990Z | Download: 2293/4301 items 119.6/225.4MB 53% complete (3.6M/s) |
185 | 2025-01-10T21:12:00.020Z | Download: 3288/4301 items 212.5/225.4MB 94% complete (9.3M/s) |
186 | 2025-01-10T21:12:05.084Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (10.5M/s) |
187 | 2025-01-10T21:12:06.191Z | Download: Completed 225.42 MB in 32.39 seconds (7.0M/s) |
188 | 2025-01-10T21:12:08.173Z | Actions: 1/5122 actions (Removing old actions) |
189 | 2025-01-10T21:12:08.196Z | Actions: 194/5122 actions (Installing new actions) |
190 | 2025-01-10T21:12:13.212Z | Actions: 4220/5122 actions (Installing new actions) |
191 | 2025-01-10T21:12:13.217Z | Actions: 4267/5122 actions (Updating modified actions) |
192 | 2025-01-10T21:12:13.811Z | Actions: Completed 5122 actions in 5.64 seconds. |
193 | 2025-01-10T21:12:14.237Z | Done (0.418s) |
194 | 2025-01-10T21:12:14.240Z | Done (0.001s) |
195 | 2025-01-10T21:12:14.833Z | Done (0.594s) |
196 | 2025-01-10T21:12:19.349Z | Done (4.283s) |
197 | 2025-01-10T21:12:19.439Z | Done (0.018s) |
198 | 2025-01-10T21:12:19.442Z | Done (0.000s) |
199 | 2025-01-10T21:12:19.624Z | Done (0.000s) |
200 | 2025-01-10T21:12:20.340Z | Planning: Evaluating mediator changes ... Done |
201 | 2025-01-10T21:12:20.512Z | Planning: Checking for conflicting actions ... Done |
202 | 2025-01-10T21:12:20.517Z | Planning: Consolidating action changes ... Done |
203 | 2025-01-10T21:12:20.794Z | Planning: Evaluating mediators ... Done |
204 | 2025-01-10T21:12:20.798Z | Planning: Planning completed in 0.45 seconds |
205 | 2025-01-10T21:12:20.835Z | Mediators to change: 2 |
206 | 2025-01-10T21:12:20.835Z | Create boot environment: No |
207 | 2025-01-10T21:12:20.841Z | Create backup boot environment: No |
208 | 2025-01-10T21:12:20.918Z | Done |
209 | 2025-01-10T21:12:20.918Z | Done |
210 | 2025-01-10T21:12:21.282Z | Done |
211 | 2025-01-10T21:12:25.075Z | Done |
212 | 2025-01-10T21:12:25.164Z | Done |
213 | 2025-01-10T21:12:25.170Z | Done |
214 | 2025-01-10T21:12:25.318Z | Done |
215 | 2025-01-10T21:12:25.944Z | Planning: Evaluating mediator changes ... Done |
216 | 2025-01-10T21:12:25.947Z | Planning: Merging actions ... Done |
217 | 2025-01-10T21:12:26.138Z | Planning: Checking for conflicting actions ... Done |
218 | 2025-01-10T21:12:26.141Z | Planning: Consolidating action changes ... Done |
219 | 2025-01-10T21:12:26.408Z | Planning: Evaluating mediators ... Done |
220 | 2025-01-10T21:12:26.465Z | Planning: Planning completed in 0.77 seconds |
221 | 2025-01-10T21:12:26.507Z | Packages to change: 1 |
222 | 2025-01-10T21:12:26.507Z | Mediators to change: 1 |
223 | 2025-01-10T21:12:26.509Z | Services to change: 1 |
224 | 2025-01-10T21:12:26.509Z | Create boot environment: No |
225 | 2025-01-10T21:12:26.509Z | Create backup boot environment: Yes |
226 | 2025-01-10T21:12:28.530Z | Actions: 1/6 actions (Updating modified actions) |
227 | 2025-01-10T21:12:28.533Z | Actions: Completed 6 actions in 0.00 seconds. |
228 | 2025-01-10T21:12:28.533Z | Done |
229 | 2025-01-10T21:12:28.533Z | Done |
230 | 2025-01-10T21:12:28.650Z | Done |
231 | 2025-01-10T21:12:32.370Z | Done |
232 | 2025-01-10T21:12:32.464Z | Done |
233 | 2025-01-10T21:12:32.467Z | Done |
234 | 2025-01-10T21:12:32.606Z | Done |
235 | 2025-01-10T21:12:33.046Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
236 | 2025-01-10T21:12:33.046Z | clang system 15 system |
237 | 2025-01-10T21:12:33.046Z | csh system system illumos |
238 | 2025-01-10T21:12:33.046Z | ctags system system illumos |
239 | 2025-01-10T21:12:33.047Z | gcc vendor 12 vendor |
240 | 2025-01-10T21:12:33.047Z | gcc system 10 system |
241 | 2025-01-10T21:12:33.047Z | gcc system 7 system |
242 | 2025-01-10T21:12:33.047Z | go system 1.20 system |
243 | 2025-01-10T21:12:33.047Z | go system 1.19 system |
244 | 2025-01-10T21:12:33.047Z | llvm system 15 system |
245 | 2025-01-10T21:12:33.047Z | llvm system 14 system |
246 | 2025-01-10T21:12:33.047Z | mariadb system 10.6 system |
247 | 2025-01-10T21:12:33.047Z | mta vendor vendor dma |
248 | 2025-01-10T21:12:33.047Z | openjdk system 17 system |
249 | 2025-01-10T21:12:33.047Z | openjdk system 11 system |
250 | 2025-01-10T21:12:33.047Z | openjdk system 1.8 system |
251 | 2025-01-10T21:12:33.047Z | openssl vendor 3 vendor |
252 | 2025-01-10T21:12:33.047Z | perl system 5.36 system |
253 | 2025-01-10T21:12:33.047Z | postgresql system 15 system |
254 | 2025-01-10T21:12:33.047Z | postgresql system 13 system |
255 | 2025-01-10T21:12:33.047Z | python vendor 3 vendor |
256 | 2025-01-10T21:12:33.047Z | python system 2 system |
257 | 2025-01-10T21:12:33.047Z | python3 system 3.11 system |
258 | 2025-01-10T21:12:33.047Z | ruby system 3.0 system |
259 | 2025-01-10T21:12:33.047Z | words vendor vendor american-english |
260 | 2025-01-10T21:12:33.047Z | words system system australian-english |
261 | 2025-01-10T21:12:33.047Z | words system system british-english |
262 | 2025-01-10T21:12:33.047Z | words system system canadian-english |
263 | 2025-01-10T21:12:33.047Z | words system system french |
264 | 2025-01-10T21:12:33.047Z | words system system italian |
265 | 2025-01-10T21:12:33.047Z | words system system ngerman |
266 | 2025-01-10T21:12:33.047Z | words system system ogerman |
267 | 2025-01-10T21:12:33.047Z | words system system spanish |
268 | 2025-01-10T21:12:33.387Z | PUBLISHER TYPE STATUS P LOCATION |
269 | 2025-01-10T21:12:33.387Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
270 | 2025-01-10T21:12:36.204Z | FMRI IFO |
271 | 2025-01-10T21:12:36.204Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
272 | 2025-01-10T21:12:36.204Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
273 | 2025-01-10T21:12:36.204Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
274 | 2025-01-10T21:12:36.204Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
275 | 2025-01-10T21:12:36.204Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
276 | 2025-01-10T21:12:36.204Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
277 | 2025-01-10T21:12:36.204Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
278 | 2025-01-10T21:12:36.204Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
279 | 2025-01-10T21:12:36.204Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
280 | 2025-01-10T21:12:36.204Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
281 | 2025-01-10T21:12:36.204Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
282 | 2025-01-10T21:12:36.204Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
283 | 2025-01-10T21:12:36.204Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
284 | 2025-01-10T21:12:36.204Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
285 | 2025-01-10T21:12:36.204Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
286 | 2025-01-10T21:12:37.001Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
287 | 2025-01-10T21:12:37.295Z | Updating crates.io index |
288 | 2025-01-10T21:12:37.298Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
289 | 2025-01-10T21:12:37.613Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
290 | 2025-01-10T21:12:38.063Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
291 | 2025-01-10T21:12:38.290Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
292 | 2025-01-10T21:12:38.542Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
293 | 2025-01-10T21:12:38.759Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
294 | 2025-01-10T21:12:39.626Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
295 | 2025-01-10T21:12:41.153Z | Updating git repository `https://github.com/oxidecomputer/opte` |
296 | 2025-01-10T21:12:41.793Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
297 | 2025-01-10T21:12:42.520Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
298 | 2025-01-10T21:12:42.797Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
299 | 2025-01-10T21:12:43.143Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
300 | 2025-01-10T21:12:43.762Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
301 | 2025-01-10T21:12:44.042Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
302 | 2025-01-10T21:12:44.399Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
303 | 2025-01-10T21:12:44.706Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
304 | 2025-01-10T21:12:44.995Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
305 | 2025-01-10T21:12:45.218Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
306 | 2025-01-10T21:12:45.493Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
307 | 2025-01-10T21:12:45.899Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
308 | 2025-01-10T21:12:46.196Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
309 | 2025-01-10T21:12:46.563Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
310 | 2025-01-10T21:12:47.108Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
311 | 2025-01-10T21:12:47.383Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
312 | 2025-01-10T21:12:47.783Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
313 | 2025-01-10T21:12:48.230Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
314 | 2025-01-10T21:12:48.649Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
315 | 2025-01-10T21:12:48.905Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
316 | 2025-01-10T21:12:49.171Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
317 | 2025-01-10T21:12:50.560Z | Downloading crates ... |
318 | 2025-01-10T21:12:50.635Z | Downloaded anstream v0.6.15 |
319 | 2025-01-10T21:12:50.701Z | Downloaded cargo-platform v0.1.8 |
320 | 2025-01-10T21:12:50.703Z | Downloaded cargo_metadata v0.18.1 |
321 | 2025-01-10T21:12:50.709Z | Downloaded cargo_toml v0.20.5 |
322 | 2025-01-10T21:12:50.715Z | Downloaded clap v4.5.21 |
323 | 2025-01-10T21:12:50.725Z | Downloaded cpufeatures v0.2.14 |
324 | 2025-01-10T21:12:50.728Z | Downloaded clap_lex v0.7.2 |
325 | 2025-01-10T21:12:50.728Z | Downloaded clap_derive v4.5.18 |
326 | 2025-01-10T21:12:50.728Z | Downloaded cfg-if v1.0.0 |
327 | 2025-01-10T21:12:50.730Z | Downloaded equivalent v1.0.1 |
328 | 2025-01-10T21:12:50.750Z | Downloaded errno v0.3.9 |
329 | 2025-01-10T21:12:50.753Z | Downloaded digest v0.10.7 |
330 | 2025-01-10T21:12:50.753Z | Downloaded dtrace-parser v0.2.0 |
331 | 2025-01-10T21:12:50.753Z | Downloaded camino-tempfile v1.1.1 |
332 | 2025-01-10T21:12:50.758Z | Downloaded fastrand v2.1.1 |
333 | 2025-01-10T21:12:50.766Z | Downloaded crypto-common v0.1.6 |
334 | 2025-01-10T21:12:50.766Z | Downloaded byteorder v1.5.0 |
335 | 2025-01-10T21:12:50.769Z | Downloaded block-buffer v0.10.4 |
336 | 2025-01-10T21:12:50.769Z | Downloaded macaddr v1.0.1 |
337 | 2025-01-10T21:12:50.769Z | Downloaded itoa v1.0.11 |
338 | 2025-01-10T21:12:50.769Z | Downloaded fnv v1.0.7 |
339 | 2025-01-10T21:12:50.769Z | Downloaded clap_builder v4.5.21 |
340 | 2025-01-10T21:12:50.774Z | Downloaded is_terminal_polyfill v1.70.1 |
341 | 2025-01-10T21:12:50.778Z | Downloaded heck v0.4.1 |
342 | 2025-01-10T21:12:50.778Z | Downloaded generic-array v0.14.7 |
343 | 2025-01-10T21:12:50.782Z | Downloaded autocfg v1.4.0 |
344 | 2025-01-10T21:12:50.783Z | Downloaded dof v0.3.0 |
345 | 2025-01-10T21:12:50.783Z | Downloaded colorchoice v1.0.2 |
346 | 2025-01-10T21:12:50.786Z | Downloaded scroll_derive v0.12.0 |
347 | 2025-01-10T21:12:50.786Z | Downloaded pretty-hex v0.4.1 |
348 | 2025-01-10T21:12:50.786Z | Downloaded anstyle-query v1.1.1 |
349 | 2025-01-10T21:12:50.786Z | Downloaded camino v1.1.9 |
350 | 2025-01-10T21:12:50.793Z | Downloaded heck v0.5.0 |
351 | 2025-01-10T21:12:50.797Z | Downloaded fs-err v2.11.0 |
352 | 2025-01-10T21:12:50.797Z | Downloaded bytecount v0.6.8 |
353 | 2025-01-10T21:12:50.797Z | Downloaded swrite v0.1.0 |
354 | 2025-01-10T21:12:50.803Z | Downloaded usdt-macro v0.5.0 |
355 | 2025-01-10T21:12:50.807Z | Downloaded usdt-attr-macro v0.5.0 |
356 | 2025-01-10T21:12:50.813Z | Downloaded proc-macro-error-attr v1.0.4 |
357 | 2025-01-10T21:12:50.816Z | Downloaded plain v0.2.3 |
358 | 2025-01-10T21:12:50.816Z | Downloaded pest_generator v2.7.14 |
359 | 2025-01-10T21:12:50.816Z | Downloaded anstyle v1.0.10 |
360 | 2025-01-10T21:12:50.820Z | Downloaded smawk v0.3.2 |
361 | 2025-01-10T21:12:50.827Z | Downloaded log v0.4.22 |
362 | 2025-01-10T21:12:50.830Z | Downloaded tabled_derive v0.7.0 |
363 | 2025-01-10T21:12:50.830Z | Downloaded serde_tokenstream v0.2.2 |
364 | 2025-01-10T21:12:50.833Z | Downloaded strsim v0.11.1 |
365 | 2025-01-10T21:12:50.833Z | Downloaded anyhow v1.0.93 |
366 | 2025-01-10T21:12:50.837Z | Downloaded thiserror-impl v1.0.69 |
367 | 2025-01-10T21:12:50.840Z | Downloaded serde_spanned v0.6.8 |
368 | 2025-01-10T21:12:50.840Z | Downloaded terminal_size v0.4.0 |
369 | 2025-01-10T21:12:50.840Z | Downloaded usdt v0.5.0 |
370 | 2025-01-10T21:12:50.843Z | Downloaded toml_datetime v0.6.8 |
371 | 2025-01-10T21:12:50.843Z | Downloaded thiserror v1.0.69 |
372 | 2025-01-10T21:12:50.846Z | Downloaded bitflags v2.6.0 |
373 | 2025-01-10T21:12:50.850Z | Downloaded utf8parse v0.2.2 |
374 | 2025-01-10T21:12:50.853Z | Downloaded unicode-linebreak v0.1.5 |
375 | 2025-01-10T21:12:50.853Z | Downloaded anstyle-parse v0.2.5 |
376 | 2025-01-10T21:12:50.856Z | Downloaded version_check v0.9.5 |
377 | 2025-01-10T21:12:50.856Z | Downloaded thread-id v4.2.2 |
378 | 2025-01-10T21:12:50.859Z | Downloaded pest_derive v2.7.14 |
379 | 2025-01-10T21:12:50.863Z | Downloaded once_cell v1.20.2 |
380 | 2025-01-10T21:12:50.865Z | Downloaded quote v1.0.37 |
381 | 2025-01-10T21:12:50.869Z | Downloaded proc-macro-error v1.0.4 |
382 | 2025-01-10T21:12:50.880Z | Downloaded tempfile v3.13.0 |
383 | 2025-01-10T21:12:50.883Z | Downloaded memmap v0.7.0 |
384 | 2025-01-10T21:12:50.886Z | Downloaded zerocopy-derive v0.7.35 |
385 | 2025-01-10T21:12:50.889Z | Downloaded sha2 v0.10.8 |
386 | 2025-01-10T21:12:50.892Z | Downloaded ryu v1.0.18 |
387 | 2025-01-10T21:12:50.895Z | Downloaded papergrid v0.11.0 |
388 | 2025-01-10T21:12:50.900Z | Downloaded scroll v0.12.0 |
389 | 2025-01-10T21:12:50.903Z | Downloaded semver v1.0.23 |
390 | 2025-01-10T21:12:50.906Z | Downloaded proc-macro2 v1.0.89 |
391 | 2025-01-10T21:12:50.909Z | Downloaded pest_meta v2.7.14 |
392 | 2025-01-10T21:12:50.909Z | Downloaded ucd-trie v0.1.7 |
393 | 2025-01-10T21:12:50.911Z | Downloaded typenum v1.17.0 |
394 | 2025-01-10T21:12:50.914Z | Downloaded indexmap v2.6.0 |
395 | 2025-01-10T21:12:50.917Z | Downloaded unicode-ident v1.0.13 |
396 | 2025-01-10T21:12:50.919Z | Downloaded usdt-impl v0.5.0 |
397 | 2025-01-10T21:12:50.922Z | Downloaded serde_derive v1.0.215 |
398 | 2025-01-10T21:12:50.926Z | Downloaded toml v0.8.19 |
399 | 2025-01-10T21:12:50.946Z | Downloaded textwrap v0.16.1 |
400 | 2025-01-10T21:12:50.951Z | Downloaded memchr v2.7.4 |
401 | 2025-01-10T21:12:50.956Z | Downloaded serde v1.0.215 |
402 | 2025-01-10T21:12:50.964Z | Downloaded hashbrown v0.15.1 |
403 | 2025-01-10T21:12:50.969Z | Downloaded toml_edit v0.22.22 |
404 | 2025-01-10T21:12:51.000Z | Downloaded goblin v0.8.2 |
405 | 2025-01-10T21:12:51.008Z | Downloaded pest v2.7.14 |
406 | 2025-01-10T21:12:51.013Z | Downloaded zerocopy v0.7.35 |
407 | 2025-01-10T21:12:51.028Z | Downloaded winnow v0.6.20 |
408 | 2025-01-10T21:12:51.036Z | Downloaded serde_json v1.0.133 |
409 | 2025-01-10T21:12:51.052Z | Downloaded tabled v0.15.0 |
410 | 2025-01-10T21:12:51.066Z | Downloaded syn v1.0.109 |
411 | 2025-01-10T21:12:51.076Z | Downloaded syn v2.0.87 |
412 | 2025-01-10T21:12:51.087Z | Downloaded unicode-width v0.1.14 |
413 | 2025-01-10T21:12:51.092Z | Downloaded rustix v0.38.37 |
414 | 2025-01-10T21:12:51.123Z | Downloaded libc v0.2.162 |
415 | 2025-01-10T21:12:51.437Z | Compiling proc-macro2 v1.0.89 |
416 | 2025-01-10T21:12:51.437Z | Compiling unicode-ident v1.0.13 |
417 | 2025-01-10T21:12:51.437Z | Compiling version_check v0.9.5 |
418 | 2025-01-10T21:12:51.439Z | Compiling serde v1.0.215 |
419 | 2025-01-10T21:12:51.439Z | Compiling thiserror v1.0.69 |
420 | 2025-01-10T21:12:51.439Z | Compiling memchr v2.7.4 |
421 | 2025-01-10T21:12:51.440Z | Compiling libc v0.2.162 |
422 | 2025-01-10T21:12:51.440Z | Compiling itoa v1.0.11 |
423 | 2025-01-10T21:12:51.700Z | Compiling ryu v1.0.18 |
424 | 2025-01-10T21:12:51.829Z | Compiling ucd-trie v0.1.7 |
425 | 2025-01-10T21:12:52.049Z | Compiling once_cell v1.20.2 |
426 | 2025-01-10T21:12:52.333Z | Compiling byteorder v1.5.0 |
427 | 2025-01-10T21:12:52.447Z | Compiling rustix v0.38.37 |
428 | 2025-01-10T21:12:52.531Z | Compiling serde_json v1.0.133 |
429 | 2025-01-10T21:12:52.817Z | Compiling bitflags v2.6.0 |
430 | 2025-01-10T21:12:52.911Z | Compiling proc-macro-error-attr v1.0.4 |
431 | 2025-01-10T21:12:53.215Z | Compiling usdt-impl v0.5.0 |
432 | 2025-01-10T21:12:53.244Z | Compiling syn v1.0.109 |
433 | 2025-01-10T21:12:53.316Z | Compiling proc-macro-error v1.0.4 |
434 | 2025-01-10T21:12:53.364Z | Compiling utf8parse v0.2.2 |
435 | 2025-01-10T21:12:53.390Z | Compiling quote v1.0.37 |
436 | 2025-01-10T21:12:53.554Z | Compiling plain v0.2.3 |
437 | 2025-01-10T21:12:53.586Z | Compiling camino v1.1.9 |
438 | 2025-01-10T21:12:53.674Z | Compiling errno v0.3.9 |
439 | 2025-01-10T21:12:53.720Z | Compiling equivalent v1.0.1 |
440 | 2025-01-10T21:12:53.852Z | Compiling syn v2.0.87 |
441 | 2025-01-10T21:12:53.974Z | Compiling log v0.4.22 |
442 | 2025-01-10T21:12:54.002Z | Compiling hashbrown v0.15.1 |
443 | 2025-01-10T21:12:54.228Z | Compiling thread-id v4.2.2 |
444 | 2025-01-10T21:12:54.361Z | Compiling anstyle-parse v0.2.5 |
445 | 2025-01-10T21:12:54.474Z | Compiling colorchoice v1.0.2 |
446 | 2025-01-10T21:12:54.643Z | Compiling is_terminal_polyfill v1.70.1 |
447 | 2025-01-10T21:12:54.691Z | Compiling anstyle-query v1.1.1 |
448 | 2025-01-10T21:12:54.716Z | Compiling unicode-width v0.1.14 |
449 | 2025-01-10T21:12:54.778Z | Compiling autocfg v1.4.0 |
450 | 2025-01-10T21:12:54.863Z | Compiling winnow v0.6.20 |
451 | 2025-01-10T21:12:55.131Z | Compiling anstyle v1.0.10 |
452 | 2025-01-10T21:12:55.277Z | Compiling indexmap v2.6.0 |
453 | 2025-01-10T21:12:55.305Z | Compiling semver v1.0.23 |
454 | 2025-01-10T21:12:55.593Z | Compiling pretty-hex v0.4.1 |
455 | 2025-01-10T21:12:55.822Z | Compiling anstream v0.6.15 |
456 | 2025-01-10T21:12:56.002Z | Compiling fs-err v2.11.0 |
457 | 2025-01-10T21:12:56.082Z | Compiling terminal_size v0.4.0 |
458 | 2025-01-10T21:12:56.402Z | Compiling anyhow v1.0.93 |
459 | 2025-01-10T21:12:56.607Z | Compiling bytecount v0.6.8 |
460 | 2025-01-10T21:12:56.717Z | Compiling heck v0.5.0 |
461 | 2025-01-10T21:12:56.741Z | Compiling cfg-if v1.0.0 |
462 | 2025-01-10T21:12:56.831Z | Compiling clap_lex v0.7.2 |
463 | 2025-01-10T21:12:56.859Z | Compiling fnv v1.0.7 |
464 | 2025-01-10T21:12:56.865Z | Compiling heck v0.4.1 |
465 | 2025-01-10T21:12:57.054Z | Compiling strsim v0.11.1 |
466 | 2025-01-10T21:12:57.257Z | Compiling fastrand v2.1.1 |
467 | 2025-01-10T21:12:57.411Z | Compiling clap_builder v4.5.21 |
468 | 2025-01-10T21:12:57.763Z | Compiling tempfile v3.13.0 |
469 | 2025-01-10T21:12:57.794Z | Compiling papergrid v0.11.0 |
470 | 2025-01-10T21:12:57.977Z | Compiling memmap v0.7.0 |
471 | 2025-01-10T21:12:58.034Z | Compiling unicode-linebreak v0.1.5 |
472 | 2025-01-10T21:12:58.365Z | Compiling smawk v0.3.2 |
473 | 2025-01-10T21:12:58.567Z | Compiling textwrap v0.16.1 |
474 | 2025-01-10T21:12:58.780Z | Compiling swrite v0.1.0 |
475 | 2025-01-10T21:12:59.900Z | Compiling tabled_derive v0.7.0 |
476 | 2025-01-10T21:13:01.584Z | Compiling tabled v0.15.0 |
477 | 2025-01-10T21:13:03.100Z | Compiling serde_derive v1.0.215 |
478 | 2025-01-10T21:13:03.100Z | Compiling thiserror-impl v1.0.69 |
479 | 2025-01-10T21:13:03.103Z | Compiling zerocopy-derive v0.7.35 |
480 | 2025-01-10T21:13:03.103Z | Compiling scroll_derive v0.12.0 |
481 | 2025-01-10T21:13:03.149Z | Compiling clap_derive v4.5.18 |
482 | 2025-01-10T21:13:04.407Z | Compiling scroll v0.12.0 |
483 | 2025-01-10T21:13:04.868Z | Compiling goblin v0.8.2 |
484 | 2025-01-10T21:13:04.931Z | Compiling zerocopy v0.7.35 |
485 | 2025-01-10T21:13:05.867Z | Compiling pest v2.7.14 |
486 | 2025-01-10T21:13:07.185Z | Compiling clap v4.5.21 |
487 | 2025-01-10T21:13:08.192Z | Compiling pest_meta v2.7.14 |
488 | 2025-01-10T21:13:09.068Z | Compiling pest_generator v2.7.14 |
489 | 2025-01-10T21:13:10.824Z | Compiling pest_derive v2.7.14 |
490 | 2025-01-10T21:13:11.498Z | Compiling dtrace-parser v0.2.0 |
491 | 2025-01-10T21:13:13.361Z | Compiling serde_spanned v0.6.8 |
492 | 2025-01-10T21:13:13.361Z | Compiling toml_datetime v0.6.8 |
493 | 2025-01-10T21:13:13.364Z | Compiling cargo-platform v0.1.8 |
494 | 2025-01-10T21:13:13.728Z | Compiling serde_tokenstream v0.2.2 |
495 | 2025-01-10T21:13:13.959Z | Compiling toml_edit v0.22.22 |
496 | 2025-01-10T21:13:13.986Z | Compiling macaddr v1.0.1 |
497 | 2025-01-10T21:13:14.099Z | Compiling camino-tempfile v1.1.1 |
498 | 2025-01-10T21:13:14.923Z | Compiling dof v0.3.0 |
499 | 2025-01-10T21:13:14.923Z | Compiling cargo_metadata v0.18.1 |
500 | 2025-01-10T21:13:16.796Z | Compiling usdt-attr-macro v0.5.0 |
501 | 2025-01-10T21:13:16.796Z | Compiling usdt-macro v0.5.0 |
502 | 2025-01-10T21:13:16.818Z | Compiling toml v0.8.19 |
503 | 2025-01-10T21:13:17.770Z | Compiling cargo_toml v0.20.5 |
504 | 2025-01-10T21:13:18.261Z | Compiling usdt v0.5.0 |
505 | 2025-01-10T21:13:21.365Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
506 | 2025-01-10T21:13:25.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.90s |
507 | 2025-01-10T21:13:25.924Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
508 | 2025-01-10T21:13:26.487Z | Downloading crates ... |
509 | 2025-01-10T21:13:26.612Z | Downloaded addr2line v0.24.2 |
510 | 2025-01-10T21:13:26.628Z | Downloaded aead v0.5.2 |
511 | 2025-01-10T21:13:26.630Z | Downloaded aes-gcm v0.10.3 |
512 | 2025-01-10T21:13:26.637Z | Downloaded ahash v0.8.11 |
513 | 2025-01-10T21:13:26.646Z | Downloaded darling v0.20.10 |
514 | 2025-01-10T21:13:26.656Z | Downloaded aes v0.8.4 |
515 | 2025-01-10T21:13:26.658Z | Downloaded heapless v0.8.0 |
516 | 2025-01-10T21:13:26.661Z | Downloaded hex-literal v0.4.1 |
517 | 2025-01-10T21:13:26.664Z | Downloaded arrayref v0.3.9 |
518 | 2025-01-10T21:13:26.667Z | Downloaded allocator-api2 v0.2.18 |
519 | 2025-01-10T21:13:26.669Z | Downloaded array-init v0.0.4 |
520 | 2025-01-10T21:13:26.669Z | Downloaded adler2 v2.0.0 |
521 | 2025-01-10T21:13:26.672Z | Downloaded argon2 v0.5.3 |
522 | 2025-01-10T21:13:26.675Z | Downloaded arc-swap v1.7.1 |
523 | 2025-01-10T21:13:26.677Z | Downloaded aho-corasick v1.1.3 |
524 | 2025-01-10T21:13:26.683Z | Downloaded bit-set v0.5.3 |
525 | 2025-01-10T21:13:26.691Z | Downloaded heck v0.3.3 |
526 | 2025-01-10T21:13:26.700Z | Downloaded hostname v0.3.1 |
527 | 2025-01-10T21:13:26.704Z | Downloaded bitvec v1.0.1 |
528 | 2025-01-10T21:13:26.717Z | Downloaded home v0.5.9 |
529 | 2025-01-10T21:13:26.720Z | Downloaded hmac v0.12.1 |
530 | 2025-01-10T21:13:26.723Z | Downloaded hostname v0.4.0 |
531 | 2025-01-10T21:13:26.723Z | Downloaded headers-core v0.3.0 |
532 | 2025-01-10T21:13:26.725Z | Downloaded chrono v0.4.38 |
533 | 2025-01-10T21:13:26.732Z | Downloaded hickory-server v0.24.1 |
534 | 2025-01-10T21:13:26.740Z | Downloaded http-body-util v0.1.2 |
535 | 2025-01-10T21:13:26.743Z | Downloaded http-range v0.1.5 |
536 | 2025-01-10T21:13:26.743Z | Downloaded http-body v1.0.1 |
537 | 2025-01-10T21:13:26.745Z | Downloaded http v1.1.0 |
538 | 2025-01-10T21:13:26.748Z | Downloaded icu_provider_macros v1.5.0 |
539 | 2025-01-10T21:13:26.751Z | Downloaded hubpack_derive v0.1.1 |
540 | 2025-01-10T21:13:26.751Z | Downloaded httparse v1.9.5 |
541 | 2025-01-10T21:13:26.754Z | Downloaded idna_adapter v1.2.0 |
542 | 2025-01-10T21:13:26.757Z | Downloaded cipher v0.4.4 |
543 | 2025-01-10T21:13:26.760Z | Downloaded convert_case v0.4.0 |
544 | 2025-01-10T21:13:26.760Z | Downloaded cassowary v0.3.0 |
545 | 2025-01-10T21:13:26.763Z | Downloaded blowfish v0.9.1 |
546 | 2025-01-10T21:13:26.763Z | Downloaded ident_case v1.0.1 |
547 | 2025-01-10T21:13:26.763Z | Downloaded async-stream-impl v0.3.6 |
548 | 2025-01-10T21:13:26.766Z | Downloaded bitfield v0.14.0 |
549 | 2025-01-10T21:13:26.766Z | Downloaded cfg_aliases v0.2.1 |
550 | 2025-01-10T21:13:26.770Z | Downloaded bitfield-struct v0.6.2 |
551 | 2025-01-10T21:13:26.770Z | Downloaded bit-vec v0.6.3 |
552 | 2025-01-10T21:13:26.773Z | Downloaded hkdf v0.12.4 |
553 | 2025-01-10T21:13:26.773Z | Downloaded instant v0.1.13 |
554 | 2025-01-10T21:13:26.775Z | Downloaded atty v0.2.14 |
555 | 2025-01-10T21:13:26.775Z | Downloaded atomicwrites v0.4.4 |
556 | 2025-01-10T21:13:26.778Z | Downloaded hickory-resolver v0.24.1 |
557 | 2025-01-10T21:13:26.783Z | Downloaded iana-time-zone v0.1.61 |
558 | 2025-01-10T21:13:26.785Z | Downloaded chrono-tz-build v0.4.0 |
559 | 2025-01-10T21:13:26.789Z | Downloaded cexpr v0.6.0 |
560 | 2025-01-10T21:13:26.789Z | Downloaded hyper-tls v0.6.0 |
561 | 2025-01-10T21:13:26.791Z | Downloaded humantime v2.1.0 |
562 | 2025-01-10T21:13:26.794Z | Downloaded instability v0.3.2 |
563 | 2025-01-10T21:13:26.794Z | Downloaded impl-trait-for-tuples v0.2.2 |
564 | 2025-01-10T21:13:26.797Z | Downloaded cstr-argument v0.1.2 |
565 | 2025-01-10T21:13:26.797Z | Downloaded crucible-workspace-hack v0.1.0 |
566 | 2025-01-10T21:13:26.799Z | Downloaded matches v0.1.10 |
567 | 2025-01-10T21:13:26.799Z | Downloaded httpdate v1.0.3 |
568 | 2025-01-10T21:13:26.802Z | Downloaded match_cfg v0.1.0 |
569 | 2025-01-10T21:13:26.802Z | Downloaded is_ci v1.2.0 |
570 | 2025-01-10T21:13:26.805Z | Downloaded bzip2 v0.4.4 |
571 | 2025-01-10T21:13:26.805Z | Downloaded async-recursion v1.1.1 |
572 | 2025-01-10T21:13:26.810Z | Downloaded constant_time_eq v0.3.1 |
573 | 2025-01-10T21:13:26.813Z | Downloaded lalrpop-util v0.19.12 |
574 | 2025-01-10T21:13:26.814Z | Downloaded arrayvec v0.7.6 |
575 | 2025-01-10T21:13:26.814Z | Downloaded indoc v1.0.9 |
576 | 2025-01-10T21:13:26.816Z | Downloaded indent_write v2.2.0 |
577 | 2025-01-10T21:13:26.819Z | Downloaded cancel-safe-futures v0.1.5 |
578 | 2025-01-10T21:13:26.822Z | Downloaded lazycell v1.3.0 |
579 | 2025-01-10T21:13:26.824Z | Downloaded lazy_static v1.5.0 |
580 | 2025-01-10T21:13:26.827Z | Downloaded managed v0.8.0 |
581 | 2025-01-10T21:13:26.827Z | Downloaded cmake v0.1.51 |
582 | 2025-01-10T21:13:26.830Z | Downloaded serde-big-array v0.5.1 |
583 | 2025-01-10T21:13:26.830Z | Downloaded async-stream v0.3.6 |
584 | 2025-01-10T21:13:26.834Z | Downloaded is-terminal v0.4.13 |
585 | 2025-01-10T21:13:26.838Z | Downloaded inout v0.1.3 |
586 | 2025-01-10T21:13:26.838Z | Downloaded lru-cache v0.1.2 |
587 | 2025-01-10T21:13:26.838Z | Downloaded lru v0.12.5 |
588 | 2025-01-10T21:13:26.841Z | Downloaded linear-map v1.2.0 |
589 | 2025-01-10T21:13:26.841Z | Downloaded lockfree-object-pool v0.1.6 |
590 | 2025-01-10T21:13:26.843Z | Downloaded internet-checksum v0.2.1 |
591 | 2025-01-10T21:13:26.843Z | Downloaded assert_matches v1.5.0 |
592 | 2025-01-10T21:13:26.846Z | Downloaded hex v0.4.3 |
593 | 2025-01-10T21:13:26.851Z | Downloaded curve25519-dalek-derive v0.1.1 |
594 | 2025-01-10T21:13:26.851Z | Downloaded const_format_proc_macros v0.2.33 |
595 | 2025-01-10T21:13:26.854Z | Downloaded crc32fast v1.4.2 |
596 | 2025-01-10T21:13:26.854Z | Downloaded time-core v0.1.2 |
597 | 2025-01-10T21:13:26.854Z | Downloaded strum v0.26.3 |
598 | 2025-01-10T21:13:26.857Z | Downloaded md5 v0.7.0 |
599 | 2025-01-10T21:13:26.857Z | Downloaded libefi-sys v0.1.0 |
600 | 2025-01-10T21:13:26.859Z | Downloaded keccak v0.1.5 |
601 | 2025-01-10T21:13:26.862Z | Downloaded memoffset v0.9.1 |
602 | 2025-01-10T21:13:26.862Z | Downloaded libsw v3.3.1 |
603 | 2025-01-10T21:13:26.866Z | Downloaded quinn-udp v0.5.5 |
604 | 2025-01-10T21:13:26.870Z | Downloaded rustc-hash v2.0.0 |
605 | 2025-01-10T21:13:26.870Z | Downloaded ref-cast-impl v1.0.23 |
606 | 2025-01-10T21:13:26.870Z | Downloaded waitgroup v0.1.2 |
607 | 2025-01-10T21:13:26.872Z | Downloaded ref-cast v1.0.23 |
608 | 2025-01-10T21:13:26.872Z | Downloaded scrypt v0.11.0 |
609 | 2025-01-10T21:13:26.875Z | Downloaded rand_chacha v0.3.1 |
610 | 2025-01-10T21:13:26.878Z | Downloaded md-5 v0.10.6 |
611 | 2025-01-10T21:13:26.878Z | Downloaded maplit v1.0.2 |
612 | 2025-01-10T21:13:26.881Z | Downloaded serde_repr v0.1.19 |
613 | 2025-01-10T21:13:26.881Z | Downloaded sha1 v0.10.6 |
614 | 2025-01-10T21:13:26.884Z | Downloaded zone_cfg_derive v0.3.0 |
615 | 2025-01-10T21:13:26.887Z | Downloaded icu_locid_transform v1.5.0 |
616 | 2025-01-10T21:13:26.887Z | Downloaded kstat-rs v0.2.4 |
617 | 2025-01-10T21:13:26.889Z | Downloaded ipnetwork v0.20.0 |
618 | 2025-01-10T21:13:26.892Z | Downloaded jobserver v0.1.32 |
619 | 2025-01-10T21:13:26.895Z | Downloaded slog-stdlog v4.1.1 |
620 | 2025-01-10T21:13:26.895Z | Downloaded cobs v0.2.3 |
621 | 2025-01-10T21:13:26.898Z | Downloaded litemap v0.7.3 |
622 | 2025-01-10T21:13:26.901Z | Downloaded signal-hook-mio v0.2.4 |
623 | 2025-01-10T21:13:26.903Z | Downloaded ciborium v0.2.2 |
624 | 2025-01-10T21:13:26.903Z | Downloaded lock_api v0.4.12 |
625 | 2025-01-10T21:13:26.906Z | Downloaded icu_provider v1.5.0 |
626 | 2025-01-10T21:13:26.911Z | Downloaded derive_builder_macro v0.20.2 |
627 | 2025-01-10T21:13:26.915Z | Downloaded console v0.15.8 |
628 | 2025-01-10T21:13:26.915Z | Downloaded ssh-cipher v0.2.0 |
629 | 2025-01-10T21:13:26.919Z | Downloaded strum_macros v0.24.3 |
630 | 2025-01-10T21:13:26.919Z | Downloaded structmeta-derive v0.3.0 |
631 | 2025-01-10T21:13:26.921Z | Downloaded mime_guess v2.0.5 |
632 | 2025-01-10T21:13:26.921Z | Downloaded memmap2 v0.9.5 |
633 | 2025-01-10T21:13:26.924Z | Downloaded newline-converter v0.3.0 |
634 | 2025-01-10T21:13:26.924Z | Downloaded num-conv v0.1.0 |
635 | 2025-01-10T21:13:26.927Z | Downloaded new_debug_unreachable v1.0.6 |
636 | 2025-01-10T21:13:26.927Z | Downloaded oso-derive v0.27.3 |
637 | 2025-01-10T21:13:26.929Z | Downloaded icu_locid v1.5.0 |
638 | 2025-01-10T21:13:26.932Z | Downloaded crossbeam-epoch v0.9.18 |
639 | 2025-01-10T21:13:26.935Z | Downloaded yoke-derive v0.7.4 |
640 | 2025-01-10T21:13:26.938Z | Downloaded clang-sys v1.8.1 |
641 | 2025-01-10T21:13:26.941Z | Downloaded structmeta-derive v0.2.0 |
642 | 2025-01-10T21:13:26.945Z | Downloaded indexmap v1.9.3 |
643 | 2025-01-10T21:13:26.949Z | Downloaded utf16_iter v1.0.5 |
644 | 2025-01-10T21:13:26.949Z | Downloaded structmeta v0.3.0 |
645 | 2025-01-10T21:13:26.949Z | Downloaded openssl-probe v0.1.5 |
646 | 2025-01-10T21:13:26.952Z | Downloaded openssl-macros v0.1.1 |
647 | 2025-01-10T21:13:26.952Z | Downloaded utf8_iter v1.0.4 |
648 | 2025-01-10T21:13:26.952Z | Downloaded pretty-hex v0.2.1 |
649 | 2025-01-10T21:13:26.952Z | Downloaded ssh-encoding v0.2.0 |
650 | 2025-01-10T21:13:26.954Z | Downloaded const-oid v0.9.6 |
651 | 2025-01-10T21:13:26.957Z | Downloaded slog-bunyan v2.5.0 |
652 | 2025-01-10T21:13:26.959Z | Downloaded async-bb8-diesel v0.2.1 |
653 | 2025-01-10T21:13:26.963Z | Downloaded dyn-clone v1.0.17 |
654 | 2025-01-10T21:13:26.966Z | Downloaded slog-term v2.9.1 |
655 | 2025-01-10T21:13:26.966Z | Downloaded cookie v0.18.1 |
656 | 2025-01-10T21:13:26.969Z | Downloaded icu_properties v1.5.1 |
657 | 2025-01-10T21:13:26.971Z | Downloaded tower-service v0.3.3 |
658 | 2025-01-10T21:13:26.974Z | Downloaded icu_normalizer v1.5.0 |
659 | 2025-01-10T21:13:26.977Z | Downloaded take_mut v0.2.2 |
660 | 2025-01-10T21:13:26.979Z | Downloaded funty v2.0.0 |
661 | 2025-01-10T21:13:26.979Z | Downloaded foreign-types v0.5.0 |
662 | 2025-01-10T21:13:26.982Z | Downloaded time-macros v0.2.18 |
663 | 2025-01-10T21:13:26.986Z | Downloaded num_enum_derive v0.5.11 |
664 | 2025-01-10T21:13:26.986Z | Downloaded newtype-uuid v1.1.3 |
665 | 2025-01-10T21:13:26.989Z | Downloaded env_filter v0.1.2 |
666 | 2025-01-10T21:13:26.989Z | Downloaded enum-as-inner v0.6.1 |
667 | 2025-01-10T21:13:27.000Z | Downloaded polyval v0.6.2 |
668 | 2025-01-10T21:13:27.003Z | Downloaded icu_locid_transform_data v1.5.0 |
669 | 2025-01-10T21:13:27.006Z | Downloaded ipnet v2.10.1 |
670 | 2025-01-10T21:13:27.010Z | Downloaded hyper-util v0.1.10 |
671 | 2025-01-10T21:13:27.015Z | Downloaded darling_macro v0.20.10 |
672 | 2025-01-10T21:13:27.015Z | Downloaded num_enum v0.5.11 |
673 | 2025-01-10T21:13:27.018Z | Downloaded primeorder v0.13.6 |
674 | 2025-01-10T21:13:27.020Z | Downloaded downcast v0.11.0 |
675 | 2025-01-10T21:13:27.020Z | Downloaded rustc_version v0.1.7 |
676 | 2025-01-10T21:13:27.023Z | Downloaded phf_shared v0.11.2 |
677 | 2025-01-10T21:13:27.023Z | Downloaded whoami v1.5.2 |
678 | 2025-01-10T21:13:27.025Z | Downloaded tokio-rustls v0.24.1 |
679 | 2025-01-10T21:13:27.028Z | Downloaded env_logger v0.11.5 |
680 | 2025-01-10T21:13:27.030Z | Downloaded scheduled-thread-pool v0.2.7 |
681 | 2025-01-10T21:13:27.033Z | Downloaded quick-error v1.2.3 |
682 | 2025-01-10T21:13:27.035Z | Downloaded socket2 v0.5.7 |
683 | 2025-01-10T21:13:27.036Z | Downloaded env_logger v0.10.2 |
684 | 2025-01-10T21:13:27.039Z | Downloaded slog-dtrace v0.3.0 |
685 | 2025-01-10T21:13:27.042Z | Downloaded strip-ansi-escapes v0.2.0 |
686 | 2025-01-10T21:13:27.046Z | Downloaded stringprep v0.1.5 |
687 | 2025-01-10T21:13:27.046Z | Downloaded rustls-pemfile v1.0.4 |
688 | 2025-01-10T21:13:27.049Z | Downloaded slog-async v2.8.0 |
689 | 2025-01-10T21:13:27.049Z | Downloaded tiny-keccak v2.0.2 |
690 | 2025-01-10T21:13:27.052Z | Downloaded twox-hash v1.6.3 |
691 | 2025-01-10T21:13:27.054Z | Downloaded tinystr v0.7.6 |
692 | 2025-01-10T21:13:27.057Z | Downloaded fs_extra v1.3.0 |
693 | 2025-01-10T21:13:27.060Z | Downloaded prettyplease v0.2.25 |
694 | 2025-01-10T21:13:27.062Z | Downloaded sigpipe v0.1.3 |
695 | 2025-01-10T21:13:27.065Z | Downloaded slog-envlogger v2.2.0 |
696 | 2025-01-10T21:13:27.067Z | Downloaded zerovec-derive v0.10.3 |
697 | 2025-01-10T21:13:27.067Z | Downloaded native-tls v0.2.12 |
698 | 2025-01-10T21:13:27.070Z | Downloaded zerocopy v0.6.6 |
699 | 2025-01-10T21:13:27.073Z | Downloaded tui-tree-widget v0.22.0 |
700 | 2025-01-10T21:13:27.075Z | Downloaded which v4.4.2 |
701 | 2025-01-10T21:13:27.078Z | Downloaded cc v1.1.30 |
702 | 2025-01-10T21:13:27.080Z | Downloaded bumpalo v3.16.0 |
703 | 2025-01-10T21:13:27.083Z | Downloaded signal-hook v0.3.17 |
704 | 2025-01-10T21:13:27.087Z | Downloaded progenitor-client v0.8.0 |
705 | 2025-01-10T21:13:27.089Z | Downloaded unicode-properties v0.1.3 |
706 | 2025-01-10T21:13:27.092Z | Downloaded semver v0.1.20 |
707 | 2025-01-10T21:13:27.092Z | Downloaded rpassword v7.3.1 |
708 | 2025-01-10T21:13:27.099Z | Downloaded diesel-dtrace v0.4.2 |
709 | 2025-01-10T21:13:27.103Z | Downloaded fallible-iterator v0.2.0 |
710 | 2025-01-10T21:13:27.103Z | Downloaded const_format v0.2.33 |
711 | 2025-01-10T21:13:27.103Z | Downloaded tinyvec_macros v0.1.1 |
712 | 2025-01-10T21:13:27.106Z | Downloaded rustls-pemfile v2.2.0 |
713 | 2025-01-10T21:13:27.106Z | Downloaded serde_derive_internals v0.29.1 |
714 | 2025-01-10T21:13:27.109Z | Downloaded chacha20poly1305 v0.10.1 |
715 | 2025-01-10T21:13:27.111Z | Downloaded hash32 v0.3.1 |
716 | 2025-01-10T21:13:27.114Z | Downloaded tap v1.0.1 |
717 | 2025-01-10T21:13:27.114Z | Downloaded sec1 v0.7.3 |
718 | 2025-01-10T21:13:27.117Z | Downloaded futures v0.3.31 |
719 | 2025-01-10T21:13:27.120Z | Downloaded olpc-cjson v0.1.4 |
720 | 2025-01-10T21:13:27.123Z | Downloaded derive_builder v0.20.2 |
721 | 2025-01-10T21:13:27.130Z | Downloaded vergen v8.3.2 |
722 | 2025-01-10T21:13:27.132Z | Downloaded thread_local v1.1.8 |
723 | 2025-01-10T21:13:27.132Z | Downloaded qorb v0.2.1 |
724 | 2025-01-10T21:13:27.136Z | Downloaded zerofrom v0.1.4 |
725 | 2025-01-10T21:13:27.140Z | Downloaded owo-colors v4.1.0 |
726 | 2025-01-10T21:13:27.142Z | Downloaded base64 v0.22.1 |
727 | 2025-01-10T21:13:27.145Z | Downloaded serde_plain v1.0.2 |
728 | 2025-01-10T21:13:27.148Z | Downloaded rtoolbox v0.0.2 |
729 | 2025-01-10T21:13:27.148Z | Downloaded pin-project v1.1.6 |
730 | 2025-01-10T21:13:27.160Z | Downloaded mirai-annotations v1.12.0 |
731 | 2025-01-10T21:13:27.164Z | Downloaded resolv-conf v0.7.0 |
732 | 2025-01-10T21:13:27.164Z | Downloaded futures-channel v0.3.31 |
733 | 2025-01-10T21:13:27.167Z | Downloaded oso v0.27.3 |
734 | 2025-01-10T21:13:27.171Z | Downloaded progenitor v0.8.0 |
735 | 2025-01-10T21:13:27.174Z | Downloaded signature v2.2.0 |
736 | 2025-01-10T21:13:27.174Z | Downloaded serde_path_to_error v0.1.16 |
737 | 2025-01-10T21:13:27.178Z | Downloaded static_assertions v1.1.0 |
738 | 2025-01-10T21:13:27.178Z | Downloaded stable_deref_trait v1.2.0 |
739 | 2025-01-10T21:13:27.178Z | Downloaded tinyvec v1.8.0 |
740 | 2025-01-10T21:13:27.181Z | Downloaded thiserror-no-std v2.0.2 |
741 | 2025-01-10T21:13:27.184Z | Downloaded tls_codec_derive v0.4.1 |
742 | 2025-01-10T21:13:27.187Z | Downloaded tls_codec v0.4.1 |
743 | 2025-01-10T21:13:27.189Z | Downloaded universal-hash v0.5.1 |
744 | 2025-01-10T21:13:27.192Z | Downloaded thiserror-impl-no-std v2.0.2 |
745 | 2025-01-10T21:13:27.192Z | Downloaded untrusted v0.9.0 |
746 | 2025-01-10T21:13:27.195Z | Downloaded xattr v1.3.1 |
747 | 2025-01-10T21:13:27.197Z | Downloaded minimal-lexical v0.2.1 |
748 | 2025-01-10T21:13:27.200Z | Downloaded untrusted v0.7.1 |
749 | 2025-01-10T21:13:27.203Z | Downloaded serde_urlencoded v0.7.1 |
750 | 2025-01-10T21:13:27.206Z | Downloaded password-hash v0.5.0 |
751 | 2025-01-10T21:13:27.208Z | Downloaded ena v0.14.3 |
752 | 2025-01-10T21:13:27.208Z | Downloaded dsl_auto_type v0.1.2 |
753 | 2025-01-10T21:13:27.211Z | Downloaded difflib v0.4.0 |
754 | 2025-01-10T21:13:27.211Z | Downloaded foreign-types-shared v0.1.1 |
755 | 2025-01-10T21:13:27.216Z | Downloaded endian-type v0.1.2 |
756 | 2025-01-10T21:13:27.216Z | Downloaded defmt-parser v0.3.4 |
757 | 2025-01-10T21:13:27.216Z | Downloaded defmt-macros v0.3.9 |
758 | 2025-01-10T21:13:27.219Z | Downloaded toolchain_find v0.4.0 |
759 | 2025-01-10T21:13:27.219Z | Downloaded futures-task v0.3.31 |
760 | 2025-01-10T21:13:27.222Z | Downloaded mockall v0.13.0 |
761 | 2025-01-10T21:13:27.222Z | Downloaded futures-sink v0.3.31 |
762 | 2025-01-10T21:13:27.222Z | Downloaded foreign-types-macros v0.2.3 |
763 | 2025-01-10T21:13:27.225Z | Downloaded packed_struct_codegen v0.10.1 |
764 | 2025-01-10T21:13:27.227Z | Downloaded num-derive v0.4.2 |
765 | 2025-01-10T21:13:27.227Z | Downloaded embedded-io v0.6.1 |
766 | 2025-01-10T21:13:27.229Z | Downloaded parking_lot v0.12.3 |
767 | 2025-01-10T21:13:27.232Z | Downloaded embedded-io v0.4.0 |
768 | 2025-01-10T21:13:27.234Z | Downloaded dropshot_endpoint v0.12.0 |
769 | 2025-01-10T21:13:27.237Z | Downloaded defmt v0.3.8 |
770 | 2025-01-10T21:13:27.240Z | Downloaded fxhash v0.2.1 |
771 | 2025-01-10T21:13:27.242Z | Downloaded pin-project-lite v0.2.14 |
772 | 2025-01-10T21:13:27.247Z | Downloaded path-slash v0.1.5 |
773 | 2025-01-10T21:13:27.249Z | Downloaded parse-display v0.10.0 |
774 | 2025-01-10T21:13:27.251Z | Downloaded num-iter v0.1.45 |
775 | 2025-01-10T21:13:27.251Z | Downloaded num-integer v0.1.46 |
776 | 2025-01-10T21:13:27.254Z | Downloaded psl-types v2.0.11 |
777 | 2025-01-10T21:13:27.254Z | Downloaded pbkdf2 v0.11.0 |
778 | 2025-01-10T21:13:27.258Z | Downloaded rfc6979 v0.4.0 |
779 | 2025-01-10T21:13:27.260Z | Downloaded same-file v1.0.6 |
780 | 2025-01-10T21:13:27.260Z | Downloaded tokio-postgres v0.7.12 |
781 | 2025-01-10T21:13:27.265Z | Downloaded precomputed-hash v0.1.1 |
782 | 2025-01-10T21:13:27.267Z | Downloaded subtle v2.6.1 |
783 | 2025-01-10T21:13:27.267Z | Downloaded shell-words v1.1.0 |
784 | 2025-01-10T21:13:27.270Z | Downloaded tungstenite v0.21.0 |
785 | 2025-01-10T21:13:27.272Z | Downloaded tabwriter v1.4.0 |
786 | 2025-01-10T21:13:27.275Z | Downloaded rustversion v1.0.17 |
787 | 2025-01-10T21:13:27.278Z | Downloaded unicase v2.7.0 |
788 | 2025-01-10T21:13:27.280Z | Downloaded write16 v1.0.0 |
789 | 2025-01-10T21:13:27.280Z | Downloaded pkg-config v0.3.31 |
790 | 2025-01-10T21:13:27.283Z | Downloaded parking_lot v0.11.2 |
791 | 2025-01-10T21:13:27.285Z | Downloaded tungstenite v0.23.0 |
792 | 2025-01-10T21:13:27.288Z | Downloaded wait-timeout v0.2.0 |
793 | 2025-01-10T21:13:27.290Z | Downloaded xz2 v0.1.7 |
794 | 2025-01-10T21:13:27.293Z | Downloaded wyz v0.5.1 |
795 | 2025-01-10T21:13:27.295Z | Downloaded quinn v0.11.5 |
796 | 2025-01-10T21:13:27.297Z | Downloaded darling_core v0.20.10 |
797 | 2025-01-10T21:13:27.304Z | Downloaded multimap v0.10.0 |
798 | 2025-01-10T21:13:27.307Z | Downloaded libm v0.2.8 |
799 | 2025-01-10T21:13:27.313Z | Downloaded hash32 v0.2.1 |
800 | 2025-01-10T21:13:27.316Z | Downloaded number_prefix v0.4.0 |
801 | 2025-01-10T21:13:27.316Z | Downloaded hyper v1.5.0 |
802 | 2025-01-10T21:13:27.322Z | Downloaded phf_codegen v0.11.2 |
803 | 2025-01-10T21:13:27.325Z | Downloaded headers v0.4.0 |
804 | 2025-01-10T21:13:27.330Z | Downloaded sync_wrapper v1.0.1 |
805 | 2025-01-10T21:13:27.332Z | Downloaded sync-ptr v0.1.1 |
806 | 2025-01-10T21:13:27.332Z | Downloaded russh-cryptovec v0.7.3 |
807 | 2025-01-10T21:13:27.332Z | Downloaded foreign-types v0.3.2 |
808 | 2025-01-10T21:13:27.335Z | Downloaded foreign-types-shared v0.3.1 |
809 | 2025-01-10T21:13:27.335Z | Downloaded slab v0.4.9 |
810 | 2025-01-10T21:13:27.337Z | Downloaded dirs-sys-next v0.1.2 |
811 | 2025-01-10T21:13:27.337Z | Downloaded want v0.3.1 |
812 | 2025-01-10T21:13:27.340Z | Downloaded tokio-tungstenite v0.23.1 |
813 | 2025-01-10T21:13:27.343Z | Downloaded tungstenite v0.24.0 |
814 | 2025-01-10T21:13:27.346Z | Downloaded salsa20 v0.10.2 |
815 | 2025-01-10T21:13:27.349Z | Downloaded rayon-core v1.12.1 |
816 | 2025-01-10T21:13:27.351Z | Downloaded zerofrom-derive v0.1.4 |
817 | 2025-01-10T21:13:27.353Z | Downloaded yoke v0.7.4 |
818 | 2025-01-10T21:13:27.356Z | Downloaded yasna v0.5.2 |
819 | 2025-01-10T21:13:27.359Z | Downloaded scopeguard v1.2.0 |
820 | 2025-01-10T21:13:27.359Z | Downloaded writeable v0.5.5 |
821 | 2025-01-10T21:13:27.362Z | Downloaded mockall_derive v0.13.0 |
822 | 2025-01-10T21:13:27.366Z | Downloaded idna v1.0.3 |
823 | 2025-01-10T21:13:27.369Z | Downloaded tokio-native-tls v0.3.1 |
824 | 2025-01-10T21:13:27.369Z | Downloaded zerocopy-derive v0.8.10 |
825 | 2025-01-10T21:13:27.376Z | Downloaded normalize-line-endings v0.3.0 |
826 | 2025-01-10T21:13:27.379Z | Downloaded nodrop v0.1.14 |
827 | 2025-01-10T21:13:27.379Z | Downloaded walkdir v2.5.0 |
828 | 2025-01-10T21:13:27.382Z | Downloaded futures-io v0.3.31 |
829 | 2025-01-10T21:13:27.382Z | Downloaded futures-executor v0.3.31 |
830 | 2025-01-10T21:13:27.384Z | Downloaded fallible-iterator v0.3.0 |
831 | 2025-01-10T21:13:27.385Z | Downloaded nanorand v0.7.0 |
832 | 2025-01-10T21:13:27.388Z | Downloaded phf v0.11.2 |
833 | 2025-01-10T21:13:27.390Z | Downloaded ron v0.7.1 |
834 | 2025-01-10T21:13:27.394Z | Downloaded peg v0.8.4 |
835 | 2025-01-10T21:13:27.398Z | Downloaded try-lock v0.2.5 |
836 | 2025-01-10T21:13:27.400Z | Downloaded pbkdf2 v0.12.2 |
837 | 2025-01-10T21:13:27.403Z | Downloaded ppv-lite86 v0.2.20 |
838 | 2025-01-10T21:13:27.403Z | Downloaded form_urlencoded v1.2.1 |
839 | 2025-01-10T21:13:27.405Z | Downloaded foldhash v0.1.3 |
840 | 2025-01-10T21:13:27.405Z | Downloaded x509-cert v0.2.5 |
841 | 2025-01-10T21:13:27.411Z | Downloaded deranged v0.3.11 |
842 | 2025-01-10T21:13:27.413Z | Downloaded utf-8 v0.7.6 |
843 | 2025-01-10T21:13:27.416Z | Downloaded smf v0.2.3 |
844 | 2025-01-10T21:13:27.416Z | Downloaded unicode-bidi v0.3.17 |
845 | 2025-01-10T21:13:27.418Z | Downloaded unicode-xid v0.2.6 |
846 | 2025-01-10T21:13:27.421Z | Downloaded smallvec v0.6.14 |
847 | 2025-01-10T21:13:27.424Z | Downloaded ed25519 v2.2.3 |
848 | 2025-01-10T21:13:27.424Z | Downloaded slog-scope v4.4.0 |
849 | 2025-01-10T21:13:27.427Z | Downloaded num v0.4.3 |
850 | 2025-01-10T21:13:27.427Z | Downloaded parse-zoneinfo v0.3.1 |
851 | 2025-01-10T21:13:27.430Z | Downloaded typify v0.2.0 |
852 | 2025-01-10T21:13:27.433Z | Downloaded crossterm v0.28.1 |
853 | 2025-01-10T21:13:27.441Z | Downloaded display-error-chain v0.2.2 |
854 | 2025-01-10T21:13:27.443Z | Downloaded sqlparser_derive v0.2.2 |
855 | 2025-01-10T21:13:27.443Z | Downloaded radium v0.7.0 |
856 | 2025-01-10T21:13:27.446Z | Downloaded uzers v0.12.1 |
857 | 2025-01-10T21:13:27.450Z | Downloaded r2d2 v0.8.10 |
858 | 2025-01-10T21:13:27.450Z | Downloaded percent-encoding v2.3.1 |
859 | 2025-01-10T21:13:27.453Z | Downloaded samael v0.0.17 |
860 | 2025-01-10T21:13:27.455Z | Downloaded phf_shared v0.10.0 |
861 | 2025-01-10T21:13:27.459Z | Downloaded siphasher v0.3.11 |
862 | 2025-01-10T21:13:27.459Z | Downloaded unicode_categories v0.1.1 |
863 | 2025-01-10T21:13:27.461Z | Downloaded pin-utils v0.1.0 |
864 | 2025-01-10T21:13:27.461Z | Downloaded parse-size v1.1.0 |
865 | 2025-01-10T21:13:27.464Z | Downloaded blake3 v1.5.4 |
866 | 2025-01-10T21:13:27.471Z | Downloaded peg-runtime v0.8.3 |
867 | 2025-01-10T21:13:27.473Z | Downloaded ff v0.13.0 |
868 | 2025-01-10T21:13:27.473Z | Downloaded rustc-demangle v0.1.24 |
869 | 2025-01-10T21:13:27.476Z | Downloaded zeroize_derive v1.4.2 |
870 | 2025-01-10T21:13:27.478Z | Downloaded russh v0.45.0 |
871 | 2025-01-10T21:13:27.482Z | Downloaded gethostname v0.5.0 |
872 | 2025-01-10T21:13:27.486Z | Downloaded termtree v0.4.1 |
873 | 2025-01-10T21:13:27.486Z | Downloaded num_threads v0.1.7 |
874 | 2025-01-10T21:13:27.488Z | Downloaded fd-lock v4.0.2 |
875 | 2025-01-10T21:13:27.491Z | Downloaded predicates-core v1.0.8 |
876 | 2025-01-10T21:13:27.491Z | Downloaded predicates v3.1.2 |
877 | 2025-01-10T21:13:27.493Z | Downloaded supports-color v3.0.1 |
878 | 2025-01-10T21:13:27.502Z | Downloaded string_cache v0.8.7 |
879 | 2025-01-10T21:13:27.503Z | Downloaded dirs-next v2.0.0 |
880 | 2025-01-10T21:13:27.503Z | Downloaded time v0.3.36 |
881 | 2025-01-10T21:13:27.509Z | Downloaded sqlformat v0.2.6 |
882 | 2025-01-10T21:13:27.512Z | Downloaded spki v0.7.3 |
883 | 2025-01-10T21:13:27.514Z | Downloaded pem-rfc7468 v0.7.0 |
884 | 2025-01-10T21:13:27.517Z | Downloaded group v0.13.0 |
885 | 2025-01-10T21:13:27.519Z | Downloaded rustls-webpki v0.101.7 |
886 | 2025-01-10T21:13:27.539Z | Downloaded dhcproto-macros v0.1.0 |
887 | 2025-01-10T21:13:27.541Z | Downloaded diesel_table_macro_syntax v0.2.0 |
888 | 2025-01-10T21:13:27.542Z | Downloaded predicates-tree v1.0.11 |
889 | 2025-01-10T21:13:27.544Z | Downloaded float-ord v0.3.2 |
890 | 2025-01-10T21:13:27.544Z | Downloaded unicode-truncate v1.1.0 |
891 | 2025-01-10T21:13:27.547Z | Downloaded typify-macro v0.2.0 |
892 | 2025-01-10T21:13:27.549Z | Downloaded phf_generator v0.11.2 |
893 | 2025-01-10T21:13:27.549Z | Downloaded termios v0.3.3 |
894 | 2025-01-10T21:13:27.552Z | Downloaded termcolor v1.4.1 |
895 | 2025-01-10T21:13:27.552Z | Downloaded progenitor-macro v0.8.0 |
896 | 2025-01-10T21:13:27.555Z | Downloaded russh-keys v0.45.0 |
897 | 2025-01-10T21:13:27.558Z | Downloaded pkcs5 v0.7.1 |
898 | 2025-01-10T21:13:27.560Z | Downloaded vte_generate_state_changes v0.1.2 |
899 | 2025-01-10T21:13:27.560Z | Downloaded dropshot_endpoint v0.13.0 |
900 | 2025-01-10T21:13:27.563Z | Downloaded paste v1.0.15 |
901 | 2025-01-10T21:13:27.567Z | Downloaded newtype_derive v0.1.6 |
902 | 2025-01-10T21:13:27.569Z | Downloaded float-cmp v0.9.0 |
903 | 2025-01-10T21:13:27.569Z | Downloaded synstructure v0.13.1 |
904 | 2025-01-10T21:13:27.572Z | Downloaded half v2.4.1 |
905 | 2025-01-10T21:13:27.575Z | Downloaded schemars v0.8.21 |
906 | 2025-01-10T21:13:27.586Z | Downloaded opaque-debug v0.3.1 |
907 | 2025-01-10T21:13:27.588Z | Downloaded rusty-fork v0.3.0 |
908 | 2025-01-10T21:13:27.588Z | Downloaded fallible-streaming-iterator v0.1.9 |
909 | 2025-01-10T21:13:27.591Z | Downloaded enum-as-inner v0.5.1 |
910 | 2025-01-10T21:13:27.591Z | Downloaded zone v0.1.8 |
911 | 2025-01-10T21:13:27.593Z | Downloaded strum_macros v0.26.4 |
912 | 2025-01-10T21:13:27.596Z | Downloaded salty v0.3.0 |
913 | 2025-01-10T21:13:27.600Z | Downloaded globset v0.4.15 |
914 | 2025-01-10T21:13:27.603Z | Downloaded similar v2.6.0 |
915 | 2025-01-10T21:13:27.607Z | Downloaded rand_core v0.6.4 |
916 | 2025-01-10T21:13:27.610Z | Downloaded bindgen v0.69.5 |
917 | 2025-01-10T21:13:27.617Z | Downloaded rustfmt-wrapper v0.2.1 |
918 | 2025-01-10T21:13:27.619Z | Downloaded toml v0.7.8 |
919 | 2025-01-10T21:13:27.622Z | Downloaded rand_xorshift v0.3.0 |
920 | 2025-01-10T21:13:27.624Z | Downloaded rustc-hash v1.1.0 |
921 | 2025-01-10T21:13:27.624Z | Downloaded num-rational v0.4.2 |
922 | 2025-01-10T21:13:27.627Z | Downloaded nom v7.1.3 |
923 | 2025-01-10T21:13:27.632Z | Downloaded nibble_vec v0.1.0 |
924 | 2025-01-10T21:13:27.634Z | Downloaded rand_seeder v0.3.0 |
925 | 2025-01-10T21:13:27.637Z | Downloaded packed_struct v0.10.1 |
926 | 2025-01-10T21:13:27.637Z | Downloaded fatfs v0.3.6 |
927 | 2025-01-10T21:13:27.640Z | Downloaded omicron-zone-package v0.12.0 |
928 | 2025-01-10T21:13:27.644Z | Downloaded tokio-macros v2.4.0 |
929 | 2025-01-10T21:13:27.646Z | Downloaded num-bigint-dig v0.8.4 |
930 | 2025-01-10T21:13:27.650Z | Downloaded zeroize v1.8.1 |
931 | 2025-01-10T21:13:27.653Z | Downloaded subprocess v0.2.9 |
932 | 2025-01-10T21:13:27.656Z | Downloaded rayon v1.10.0 |
933 | 2025-01-10T21:13:27.665Z | Downloaded vsss-rs v3.3.4 |
934 | 2025-01-10T21:13:27.669Z | Downloaded num-traits v0.2.19 |
935 | 2025-01-10T21:13:27.672Z | Downloaded toml_edit v0.19.15 |
936 | 2025-01-10T21:13:27.690Z | Downloaded value-bag v1.9.0 |
937 | 2025-01-10T21:13:27.693Z | Downloaded getrandom v0.2.15 |
938 | 2025-01-10T21:13:27.696Z | Downloaded des v0.8.1 |
939 | 2025-01-10T21:13:27.699Z | Downloaded snafu v0.8.5 |
940 | 2025-01-10T21:13:27.703Z | Downloaded tracing-attributes v0.1.27 |
941 | 2025-01-10T21:13:27.706Z | Downloaded rustc_version v0.4.1 |
942 | 2025-01-10T21:13:27.710Z | Downloaded diff v0.1.13 |
943 | 2025-01-10T21:13:27.712Z | Downloaded thiserror v2.0.3 |
944 | 2025-01-10T21:13:27.716Z | Downloaded dhcproto v0.12.0 |
945 | 2025-01-10T21:13:27.719Z | Downloaded vte v0.11.1 |
946 | 2025-01-10T21:13:27.722Z | Downloaded rcgen v0.12.1 |
947 | 2025-01-10T21:13:27.725Z | Downloaded test-strategy v0.3.1 |
948 | 2025-01-10T21:13:27.728Z | Downloaded derive-where v1.2.7 |
949 | 2025-01-10T21:13:27.731Z | Downloaded quick-xml v0.33.0 |
950 | 2025-01-10T21:13:27.737Z | Downloaded url v2.5.3 |
951 | 2025-01-10T21:13:27.740Z | Downloaded mio v1.0.2 |
952 | 2025-01-10T21:13:27.746Z | Downloaded flume v0.11.1 |
953 | 2025-01-10T21:13:27.751Z | Downloaded zip v2.1.3 |
954 | 2025-01-10T21:13:27.755Z | Downloaded rustls-pki-types v1.10.0 |
955 | 2025-01-10T21:13:27.758Z | Downloaded ssh-key v0.6.6 |
956 | 2025-01-10T21:13:27.767Z | Downloaded aws-lc-rs v1.10.0 |
957 | 2025-01-10T21:13:27.775Z | Downloaded uuid v1.11.0 |
958 | 2025-01-10T21:13:27.778Z | Downloaded diesel_derives v2.2.3 |
959 | 2025-01-10T21:13:27.782Z | Downloaded expectorate v1.1.0 |
960 | 2025-01-10T21:13:27.785Z | Downloaded tracing v0.1.40 |
961 | 2025-01-10T21:13:27.789Z | Downloaded icu_properties_data v1.5.0 |
962 | 2025-01-10T21:13:27.800Z | Downloaded reqwest v0.12.9 |
963 | 2025-01-10T21:13:27.808Z | Downloaded typed-path v0.9.3 |
964 | 2025-01-10T21:13:27.814Z | Downloaded tokio-tungstenite v0.24.0 |
965 | 2025-01-10T21:13:27.817Z | Downloaded parse-display-derive v0.10.0 |
966 | 2025-01-10T21:13:27.819Z | Downloaded tracing-core v0.1.32 |
967 | 2025-01-10T21:13:27.822Z | Downloaded zip v0.6.6 |
968 | 2025-01-10T21:13:27.825Z | Downloaded portable-atomic v1.9.0 |
969 | 2025-01-10T21:13:27.832Z | Downloaded num-bigint v0.4.6 |
970 | 2025-01-10T21:13:27.837Z | Downloaded publicsuffix v2.2.3 |
971 | 2025-01-10T21:13:27.840Z | Downloaded tough v0.19.0 |
972 | 2025-01-10T21:13:27.849Z | Downloaded rustyline v14.0.0 |
973 | 2025-01-10T21:13:27.855Z | Downloaded flate2 v1.0.34 |
974 | 2025-01-10T21:13:27.860Z | Downloaded lalrpop v0.19.12 |
975 | 2025-01-10T21:13:27.872Z | Downloaded der v0.7.9 |
976 | 2025-01-10T21:13:27.878Z | Downloaded sqlparser v0.45.0 |
977 | 2025-01-10T21:13:27.884Z | Downloaded futures-util v0.3.31 |
978 | 2025-01-10T21:13:27.896Z | Downloaded petname v2.0.2 |
979 | 2025-01-10T21:13:27.902Z | Downloaded curve25519-dalek v4.1.3 |
980 | 2025-01-10T21:13:27.911Z | Downloaded winnow v0.5.40 |
981 | 2025-01-10T21:13:27.919Z | Downloaded p521 v0.13.3 |
982 | 2025-01-10T21:13:27.923Z | Downloaded quinn-proto v0.11.8 |
983 | 2025-01-10T21:13:27.930Z | Downloaded p384 v0.13.0 |
984 | 2025-01-10T21:13:27.936Z | Downloaded idna v0.4.0 |
985 | 2025-01-10T21:13:27.942Z | Downloaded idna v0.3.0 |
986 | 2025-01-10T21:13:27.949Z | Downloaded vcpkg v0.2.15 |
987 | 2025-01-10T21:13:27.991Z | Downloaded h2 v0.4.6 |
988 | 2025-01-10T21:13:27.997Z | Downloaded idna v0.2.3 |
989 | 2025-01-10T21:13:28.005Z | Downloaded webpki-roots v0.26.6 |
990 | 2025-01-10T21:13:28.009Z | Downloaded rustls v0.22.4 |
991 | 2025-01-10T21:13:28.022Z | Downloaded chrono-tz v0.10.0 |
992 | 2025-01-10T21:13:28.030Z | Downloaded reedline v0.35.0 |
993 | 2025-01-10T21:13:28.037Z | Downloaded tokio-util v0.7.12 |
994 | 2025-01-10T21:13:28.043Z | Downloaded bstr v1.10.0 |
995 | 2025-01-10T21:13:28.053Z | Downloaded git2 v0.19.0 |
996 | 2025-01-10T21:13:28.063Z | Downloaded regress v0.9.1 |
997 | 2025-01-10T21:13:28.071Z | Downloaded trust-dns-proto v0.22.0 |
998 | 2025-01-10T21:13:28.084Z | Downloaded nix v0.28.0 |
999 | 2025-01-10T21:13:28.096Z | Downloaded unicode-width v0.2.0 |
1000 | 2025-01-10T21:13:28.102Z | Downloaded zerocopy v0.8.10 |
1001 | 2025-01-10T21:13:28.128Z | Downloaded nix v0.29.0 |
1002 | 2025-01-10T21:13:28.141Z | Downloaded polar-core v0.27.3 |
1003 | 2025-01-10T21:13:28.150Z | Downloaded proptest v1.5.0 |
1004 | 2025-01-10T21:13:28.160Z | Downloaded openapiv3 v2.0.0 |
1005 | 2025-01-10T21:13:28.174Z | Downloaded rustls-webpki v0.102.8 |
1006 | 2025-01-10T21:13:28.191Z | Downloaded object v0.30.4 |
1007 | 2025-01-10T21:13:28.201Z | Downloaded radix_trie v0.2.1 |
1008 | 2025-01-10T21:13:28.206Z | Downloaded ratatui v0.28.1 |
1009 | 2025-01-10T21:13:28.227Z | Downloaded object v0.36.5 |
1010 | 2025-01-10T21:13:28.239Z | Downloaded regress v0.10.1 |
1011 | 2025-01-10T21:13:28.248Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1012 | 2025-01-10T21:13:28.261Z | Downloaded regex-syntax v0.6.29 |
1013 | 2025-01-10T21:13:28.269Z | Downloaded smoltcp v0.9.1 |
1014 | 2025-01-10T21:13:28.281Z | Downloaded smoltcp v0.11.0 |
1015 | 2025-01-10T21:13:28.296Z | Downloaded rustls v0.21.12 |
1016 | 2025-01-10T21:13:28.308Z | Downloaded nix v0.27.1 |
1017 | 2025-01-10T21:13:28.320Z | Downloaded rustls v0.23.19 |
1018 | 2025-01-10T21:13:28.335Z | Downloaded diesel v2.2.6 |
1019 | 2025-01-10T21:13:28.354Z | Downloaded regex-syntax v0.8.5 |
1020 | 2025-01-10T21:13:28.363Z | Downloaded typify-impl v0.2.0 |
1021 | 2025-01-10T21:13:28.382Z | Downloaded petgraph v0.6.5 |
1022 | 2025-01-10T21:13:28.400Z | Downloaded dropshot v0.13.0 |
1023 | 2025-01-10T21:13:28.422Z | Downloaded dropshot v0.12.0 |
1024 | 2025-01-10T21:13:28.444Z | Downloaded openssl v0.10.66 |
1025 | 2025-01-10T21:13:28.453Z | Downloaded csv v1.3.0 |
1026 | 2025-01-10T21:13:28.476Z | Downloaded gimli v0.31.1 |
1027 | 2025-01-10T21:13:28.485Z | Downloaded idna v0.5.0 |
1028 | 2025-01-10T21:13:28.493Z | Downloaded sha3 v0.10.8 |
1029 | 2025-01-10T21:13:28.497Z | Downloaded serde_with v3.11.0 |
1030 | 2025-01-10T21:13:28.506Z | Downloaded sled v0.34.7 |
1031 | 2025-01-10T21:13:28.516Z | Downloaded zerocopy-derive v0.6.6 |
1032 | 2025-01-10T21:13:28.528Z | Downloaded regex-automata v0.4.8 |
1033 | 2025-01-10T21:13:28.547Z | Downloaded regex v1.11.1 |
1034 | 2025-01-10T21:13:28.560Z | Downloaded ron v0.8.1 |
1035 | 2025-01-10T21:13:28.566Z | Downloaded debug-ignore v1.0.5 |
1036 | 2025-01-10T21:13:28.568Z | Downloaded zone v0.3.0 |
1037 | 2025-01-10T21:13:28.568Z | Downloaded peg-macros v0.8.4 |
1038 | 2025-01-10T21:13:28.571Z | Downloaded rand v0.8.5 |
1039 | 2025-01-10T21:13:28.574Z | Downloaded snafu-derive v0.8.5 |
1040 | 2025-01-10T21:13:28.574Z | Downloaded serde_yaml v0.9.34+deprecated |
1041 | 2025-01-10T21:13:28.578Z | Downloaded ed25519-dalek v2.1.1 |
1042 | 2025-01-10T21:13:28.581Z | Downloaded rusqlite v0.32.1 |
1043 | 2025-01-10T21:13:28.588Z | Downloaded steno v0.4.1 |
1044 | 2025-01-10T21:13:28.591Z | Downloaded hashbrown v0.14.5 |
1045 | 2025-01-10T21:13:28.598Z | Downloaded elliptic-curve v0.13.8 |
1046 | 2025-01-10T21:13:28.601Z | Downloaded lzma-sys v0.1.20 |
1047 | 2025-01-10T21:13:28.631Z | Downloaded shlex v1.3.0 |
1048 | 2025-01-10T21:13:28.634Z | Downloaded pem v3.0.4 |
1049 | 2025-01-10T21:13:28.634Z | Downloaded nu-ansi-term v0.50.1 |
1050 | 2025-01-10T21:13:28.637Z | Downloaded der_derive v0.7.3 |
1051 | 2025-01-10T21:13:28.637Z | Downloaded schemars_derive v0.8.21 |
1052 | 2025-01-10T21:13:28.640Z | Downloaded simd-adler32 v0.3.7 |
1053 | 2025-01-10T21:13:28.640Z | Downloaded signal-hook-tokio v0.3.1 |
1054 | 2025-01-10T21:13:28.643Z | Downloaded pkcs8 v0.10.2 |
1055 | 2025-01-10T21:13:28.645Z | Downloaded pkcs1 v0.7.5 |
1056 | 2025-01-10T21:13:28.647Z | Downloaded libz-sys v1.1.20 |
1057 | 2025-01-10T21:13:28.667Z | Downloaded unsafe-libyaml v0.2.11 |
1058 | 2025-01-10T21:13:28.670Z | Downloaded zerovec v0.10.4 |
1059 | 2025-01-10T21:13:28.676Z | Downloaded unicode-normalization v0.1.24 |
1060 | 2025-01-10T21:13:28.679Z | Downloaded itertools v0.13.0 |
1061 | 2025-01-10T21:13:28.686Z | Downloaded serde_with_macros v3.11.0 |
1062 | 2025-01-10T21:13:28.689Z | Downloaded sct v0.7.1 |
1063 | 2025-01-10T21:13:28.692Z | Downloaded rsa v0.9.6 |
1064 | 2025-01-10T21:13:28.697Z | Downloaded libxml v0.3.3 |
1065 | 2025-01-10T21:13:28.703Z | Downloaded hashbrown v0.13.2 |
1066 | 2025-01-10T21:13:28.707Z | Downloaded hashbrown v0.12.3 |
1067 | 2025-01-10T21:13:28.711Z | Downloaded multer v3.1.0 |
1068 | 2025-01-10T21:13:28.714Z | Downloaded itertools v0.12.1 |
1069 | 2025-01-10T21:13:28.720Z | Downloaded term v0.7.0 |
1070 | 2025-01-10T21:13:28.723Z | Downloaded tokio v1.40.0 |
1071 | 2025-01-10T21:13:28.761Z | Downloaded unicode-segmentation v1.12.0 |
1072 | 2025-01-10T21:13:28.764Z | Downloaded miniz_oxide v0.8.0 |
1073 | 2025-01-10T21:13:28.767Z | Downloaded futures-macro v0.3.31 |
1074 | 2025-01-10T21:13:28.770Z | Downloaded either v1.13.0 |
1075 | 2025-01-10T21:13:28.770Z | Downloaded postgres-types v0.2.8 |
1076 | 2025-01-10T21:13:28.772Z | Downloaded postgres-protocol v0.6.7 |
1077 | 2025-01-10T21:13:28.776Z | Downloaded postcard v1.0.10 |
1078 | 2025-01-10T21:13:28.778Z | Downloaded parking_lot_core v0.9.10 |
1079 | 2025-01-10T21:13:28.778Z | Downloaded parking_lot_core v0.8.6 |
1080 | 2025-01-10T21:13:28.781Z | Downloaded spin v0.9.8 |
1081 | 2025-01-10T21:13:28.783Z | Downloaded smallvec v1.13.2 |
1082 | 2025-01-10T21:13:28.783Z | Downloaded itertools v0.10.5 |
1083 | 2025-01-10T21:13:28.790Z | Downloaded unarray v0.1.4 |
1084 | 2025-01-10T21:13:28.792Z | Downloaded topological-sort v0.2.2 |
1085 | 2025-01-10T21:13:28.792Z | Downloaded tar v0.4.42 |
1086 | 2025-01-10T21:13:28.795Z | Downloaded openssl-sys v0.9.103 |
1087 | 2025-01-10T21:13:28.799Z | Downloaded password-hash v0.4.2 |
1088 | 2025-01-10T21:13:28.801Z | Downloaded p256 v0.13.2 |
1089 | 2025-01-10T21:13:28.804Z | Downloaded thiserror-impl v2.0.3 |
1090 | 2025-01-10T21:13:28.806Z | Downloaded pin-project-internal v1.1.6 |
1091 | 2025-01-10T21:13:28.809Z | Downloaded num-complex v0.4.6 |
1092 | 2025-01-10T21:13:28.809Z | Downloaded hashlink v0.9.1 |
1093 | 2025-01-10T21:13:28.812Z | Downloaded slog v2.7.0 |
1094 | 2025-01-10T21:13:28.815Z | Downloaded crypto-bigint v0.5.5 |
1095 | 2025-01-10T21:13:28.819Z | Downloaded fixedbitset v0.4.2 |
1096 | 2025-01-10T21:13:28.822Z | Downloaded proc-macro-crate v1.3.1 |
1097 | 2025-01-10T21:13:28.822Z | Downloaded powerfmt v0.2.0 |
1098 | 2025-01-10T21:13:28.824Z | Downloaded displaydoc v0.2.5 |
1099 | 2025-01-10T21:13:28.827Z | Downloaded data-encoding v2.6.0 |
1100 | 2025-01-10T21:13:28.827Z | Downloaded poly1305 v0.8.0 |
1101 | 2025-01-10T21:13:28.830Z | Downloaded crossbeam-channel v0.5.13 |
1102 | 2025-01-10T21:13:28.833Z | Downloaded base64 v0.21.7 |
1103 | 2025-01-10T21:13:28.838Z | Downloaded backtrace v0.3.74 |
1104 | 2025-01-10T21:13:28.843Z | Downloaded derive_more v0.99.18 |
1105 | 2025-01-10T21:13:28.848Z | Downloaded icu_collections v1.5.0 |
1106 | 2025-01-10T21:13:28.853Z | Downloaded compact_str v0.8.0 |
1107 | 2025-01-10T21:13:28.857Z | Downloaded glob v0.3.1 |
1108 | 2025-01-10T21:13:28.859Z | Downloaded futures-core v0.3.31 |
1109 | 2025-01-10T21:13:28.862Z | Downloaded fragile v2.0.0 |
1110 | 2025-01-10T21:13:28.862Z | Downloaded flagset v0.4.6 |
1111 | 2025-01-10T21:13:28.864Z | Downloaded filetime v0.2.25 |
1112 | 2025-01-10T21:13:28.864Z | Downloaded zopfli v0.8.1 |
1113 | 2025-01-10T21:13:28.867Z | Downloaded secrecy v0.8.0 |
1114 | 2025-01-10T21:13:28.867Z | Downloaded indicatif v0.17.9 |
1115 | 2025-01-10T21:13:28.871Z | Downloaded bytes v1.8.0 |
1116 | 2025-01-10T21:13:28.874Z | Downloaded slog-json v2.6.1 |
1117 | 2025-01-10T21:13:28.877Z | Downloaded crossbeam-utils v0.8.20 |
1118 | 2025-01-10T21:13:28.879Z | Downloaded base64 v0.13.1 |
1119 | 2025-01-10T21:13:28.881Z | Downloaded serde-hex v0.1.0 |
1120 | 2025-01-10T21:13:28.884Z | Downloaded derive_builder_core v0.20.2 |
1121 | 2025-01-10T21:13:28.886Z | Downloaded ecdsa v0.16.9 |
1122 | 2025-01-10T21:13:28.886Z | Downloaded zone_cfg_derive v0.1.2 |
1123 | 2025-01-10T21:13:28.889Z | Downloaded tokio-rustls v0.25.0 |
1124 | 2025-01-10T21:13:28.889Z | Downloaded ghash v0.5.1 |
1125 | 2025-01-10T21:13:28.892Z | Downloaded tokio-stream v0.1.16 |
1126 | 2025-01-10T21:13:28.894Z | Downloaded encoding_rs v0.8.34 |
1127 | 2025-01-10T21:13:28.915Z | Downloaded tokio-rustls v0.26.0 |
1128 | 2025-01-10T21:13:28.918Z | Downloaded progenitor-impl v0.8.0 |
1129 | 2025-01-10T21:13:28.920Z | Downloaded dunce v1.0.5 |
1130 | 2025-01-10T21:13:28.920Z | Downloaded tokio-tungstenite v0.21.0 |
1131 | 2025-01-10T21:13:28.923Z | Downloaded structmeta v0.2.0 |
1132 | 2025-01-10T21:13:28.925Z | Downloaded strum_macros v0.25.3 |
1133 | 2025-01-10T21:13:28.925Z | Downloaded signal-hook-registry v1.4.2 |
1134 | 2025-01-10T21:13:28.928Z | Downloaded crc-any v2.5.0 |
1135 | 2025-01-10T21:13:28.930Z | Downloaded base64ct v1.6.0 |
1136 | 2025-01-10T21:13:28.930Z | Downloaded icu_normalizer_data v1.5.0 |
1137 | 2025-01-10T21:13:28.933Z | Downloaded hickory-client v0.24.1 |
1138 | 2025-01-10T21:13:28.935Z | Downloaded hyper-rustls v0.27.3 |
1139 | 2025-01-10T21:13:28.938Z | Downloaded cookie_store v0.21.0 |
1140 | 2025-01-10T21:13:28.940Z | Downloaded libloading v0.8.5 |
1141 | 2025-01-10T21:13:28.943Z | Downloaded backoff v0.4.0 |
1142 | 2025-01-10T21:13:28.945Z | Downloaded ciborium-ll v0.2.2 |
1143 | 2025-01-10T21:13:28.945Z | Downloaded mime v0.3.17 |
1144 | 2025-01-10T21:13:28.945Z | Downloaded maybe-uninit v2.0.0 |
1145 | 2025-01-10T21:13:28.948Z | Downloaded csv-core v0.1.11 |
1146 | 2025-01-10T21:13:28.948Z | Downloaded bcrypt-pbkdf v0.10.0 |
1147 | 2025-01-10T21:13:28.950Z | Downloaded ctr v0.9.2 |
1148 | 2025-01-10T21:13:28.952Z | Downloaded crc v3.2.1 |
1149 | 2025-01-10T21:13:28.955Z | Downloaded bb8 v0.8.5 |
1150 | 2025-01-10T21:13:28.955Z | Downloaded crossbeam-deque v0.8.5 |
1151 | 2025-01-10T21:13:28.957Z | Downloaded base16ct v0.2.0 |
1152 | 2025-01-10T21:13:28.957Z | Downloaded linked-hash-map v0.5.6 |
1153 | 2025-01-10T21:13:28.957Z | Downloaded crc-catalog v2.4.0 |
1154 | 2025-01-10T21:13:28.960Z | Downloaded colored v2.1.0 |
1155 | 2025-01-10T21:13:28.962Z | Downloaded cbc v0.1.2 |
1156 | 2025-01-10T21:13:28.962Z | Downloaded atomic-waker v1.1.2 |
1157 | 2025-01-10T21:13:28.965Z | Downloaded ascii-canvas v3.0.0 |
1158 | 2025-01-10T21:13:28.965Z | Downloaded hyper-staticfile v0.10.1 |
1159 | 2025-01-10T21:13:28.967Z | Downloaded hubpack v0.1.2 |
1160 | 2025-01-10T21:13:28.967Z | Downloaded chacha20 v0.9.1 |
1161 | 2025-01-10T21:13:28.970Z | Downloaded buf-list v1.0.3 |
1162 | 2025-01-10T21:13:28.972Z | Downloaded bcs v0.1.6 |
1163 | 2025-01-10T21:13:28.975Z | Downloaded castaway v0.2.3 |
1164 | 2025-01-10T21:13:28.975Z | Downloaded block-padding v0.3.3 |
1165 | 2025-01-10T21:13:28.975Z | Downloaded async-trait v0.1.83 |
1166 | 2025-01-10T21:13:28.978Z | Downloaded crunchy v0.2.2 |
1167 | 2025-01-10T21:13:28.980Z | Downloaded bitflags v1.3.2 |
1168 | 2025-01-10T21:13:28.982Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1169 | 2025-01-10T21:13:29.040Z | Downloaded hickory-proto v0.24.1 |
1170 | 2025-01-10T21:13:29.054Z | Downloaded heapless v0.7.17 |
1171 | 2025-01-10T21:13:29.058Z | Downloaded cfg_aliases v0.1.1 |
1172 | 2025-01-10T21:13:29.060Z | Downloaded ciborium-io v0.2.2 |
1173 | 2025-01-10T21:13:29.060Z | Downloaded highway v1.2.0 |
1174 | 2025-01-10T21:13:29.064Z | Downloaded blake2 v0.10.6 |
1175 | 2025-01-10T21:13:29.408Z | Downloaded ring v0.17.8 |
1176 | 2025-01-10T21:13:29.488Z | Downloaded aws-lc-sys v0.22.0 |
1177 | 2025-01-10T21:13:29.731Z | Downloaded libsqlite3-sys v0.30.1 |
1178 | 2025-01-10T21:13:29.911Z | Compiling serde v1.0.215 |
1179 | 2025-01-10T21:13:29.913Z | Compiling lock_api v0.4.12 |
1180 | 2025-01-10T21:13:29.913Z | Compiling scopeguard v1.2.0 |
1181 | 2025-01-10T21:13:29.913Z | Compiling value-bag v1.9.0 |
1182 | 2025-01-10T21:13:29.913Z | Compiling typenum v1.17.0 |
1183 | 2025-01-10T21:13:29.913Z | Compiling generic-array v0.14.7 |
1184 | 2025-01-10T21:13:30.083Z | Compiling syn v2.0.87 |
1185 | 2025-01-10T21:13:30.096Z | Compiling getrandom v0.2.15 |
1186 | 2025-01-10T21:13:30.290Z | Compiling subtle v2.6.1 |
1187 | 2025-01-10T21:13:30.375Z | Compiling rand_core v0.6.4 |
1188 | 2025-01-10T21:13:30.557Z | Compiling log v0.4.22 |
1189 | 2025-01-10T21:13:30.647Z | Compiling shlex v1.3.0 |
1190 | 2025-01-10T21:13:30.650Z | Compiling jobserver v0.1.32 |
1191 | 2025-01-10T21:13:30.696Z | Compiling smallvec v1.13.2 |
1192 | 2025-01-10T21:13:30.889Z | Compiling const-oid v0.9.6 |
1193 | 2025-01-10T21:13:31.007Z | Compiling cc v1.1.30 |
1194 | 2025-01-10T21:13:31.088Z | Compiling spin v0.9.8 |
1195 | 2025-01-10T21:13:31.107Z | Compiling pin-project-lite v0.2.14 |
1196 | 2025-01-10T21:13:31.238Z | Compiling rustix v0.38.37 |
1197 | 2025-01-10T21:13:31.428Z | Compiling parking_lot_core v0.9.10 |
1198 | 2025-01-10T21:13:31.474Z | Compiling futures-core v0.3.31 |
1199 | 2025-01-10T21:13:31.571Z | Compiling signal-hook-registry v1.4.2 |
1200 | 2025-01-10T21:13:31.730Z | Compiling mio v1.0.2 |
1201 | 2025-01-10T21:13:32.104Z | Compiling aho-corasick v1.1.3 |
1202 | 2025-01-10T21:13:32.432Z | Compiling parking_lot v0.12.3 |
1203 | 2025-01-10T21:13:32.643Z | Compiling either v1.13.0 |
1204 | 2025-01-10T21:13:32.915Z | Compiling regex-syntax v0.8.5 |
1205 | 2025-01-10T21:13:32.982Z | Compiling cpufeatures v0.2.14 |
1206 | 2025-01-10T21:13:33.009Z | Compiling lazy_static v1.5.0 |
1207 | 2025-01-10T21:13:33.083Z | Compiling glob v0.3.1 |
1208 | 2025-01-10T21:13:33.106Z | Compiling stable_deref_trait v1.2.0 |
1209 | 2025-01-10T21:13:33.136Z | Compiling futures-sink v0.3.31 |
1210 | 2025-01-10T21:13:33.217Z | Compiling socket2 v0.5.7 |
1211 | 2025-01-10T21:13:33.299Z | Compiling slab v0.4.9 |
1212 | 2025-01-10T21:13:33.513Z | Compiling prettyplease v0.2.25 |
1213 | 2025-01-10T21:13:33.749Z | Compiling serde_json v1.0.133 |
1214 | 2025-01-10T21:13:33.871Z | Compiling minimal-lexical v0.2.1 |
1215 | 2025-01-10T21:13:34.123Z | Compiling clang-sys v1.8.1 |
1216 | 2025-01-10T21:13:34.243Z | Compiling libloading v0.8.5 |
1217 | 2025-01-10T21:13:34.399Z | Compiling nom v7.1.3 |
1218 | 2025-01-10T21:13:34.420Z | Compiling home v0.5.9 |
1219 | 2025-01-10T21:13:34.678Z | Compiling bindgen v0.69.5 |
1220 | 2025-01-10T21:13:34.698Z | Compiling futures-channel v0.3.31 |
1221 | 2025-01-10T21:13:35.140Z | Compiling itertools v0.12.1 |
1222 | 2025-01-10T21:13:35.520Z | Compiling libm v0.2.8 |
1223 | 2025-01-10T21:13:35.589Z | Compiling allocator-api2 v0.2.18 |
1224 | 2025-01-10T21:13:35.866Z | Compiling rustc-hash v1.1.0 |
1225 | 2025-01-10T21:13:36.022Z | Compiling futures-task v0.3.31 |
1226 | 2025-01-10T21:13:36.346Z | Compiling lazycell v1.3.0 |
1227 | 2025-01-10T21:13:36.470Z | Compiling pin-utils v0.1.0 |
1228 | 2025-01-10T21:13:36.505Z | Compiling foldhash v0.1.3 |
1229 | 2025-01-10T21:13:36.569Z | Compiling futures-io v0.3.31 |
1230 | 2025-01-10T21:13:36.826Z | Compiling regex-automata v0.4.8 |
1231 | 2025-01-10T21:13:36.898Z | Compiling hashbrown v0.15.1 |
1232 | 2025-01-10T21:13:37.995Z | Compiling synstructure v0.13.1 |
1233 | 2025-01-10T21:13:38.304Z | Compiling cexpr v0.6.0 |
1234 | 2025-01-10T21:13:38.389Z | Compiling cmake v0.1.51 |
1235 | 2025-01-10T21:13:39.458Z | Compiling num-traits v0.2.19 |
1236 | 2025-01-10T21:13:39.745Z | Compiling fs_extra v1.3.0 |
1237 | 2025-01-10T21:13:39.766Z | Compiling pkg-config v0.3.31 |
1238 | 2025-01-10T21:13:39.964Z | Compiling dunce v1.0.5 |
1239 | 2025-01-10T21:13:40.099Z | Compiling tinyvec_macros v0.1.1 |
1240 | 2025-01-10T21:13:40.201Z | Compiling tinyvec v1.8.0 |
1241 | 2025-01-10T21:13:40.390Z | Compiling ring v0.17.8 |
1242 | 2025-01-10T21:13:41.523Z | Compiling unicode-bidi v0.3.17 |
1243 | 2025-01-10T21:13:41.555Z | Compiling writeable v0.5.5 |
1244 | 2025-01-10T21:13:41.710Z | Compiling unicode-normalization v0.1.24 |
1245 | 2025-01-10T21:13:41.751Z | Compiling base64ct v1.6.0 |
1246 | 2025-01-10T21:13:42.162Z | Compiling litemap v0.7.3 |
1247 | 2025-01-10T21:13:42.347Z | Compiling regex v1.11.1 |
1248 | 2025-01-10T21:13:42.562Z | Compiling paste v1.0.15 |
1249 | 2025-01-10T21:13:42.898Z | Compiling pem-rfc7468 v0.7.0 |
1250 | 2025-01-10T21:13:43.152Z | Compiling aws-lc-rs v1.10.0 |
1251 | 2025-01-10T21:13:43.436Z | Compiling flagset v0.4.6 |
1252 | 2025-01-10T21:13:43.463Z | Compiling httparse v1.9.5 |
1253 | 2025-01-10T21:13:43.621Z | Compiling tracing-core v0.1.32 |
1254 | 2025-01-10T21:13:43.641Z | Compiling percent-encoding v2.3.1 |
1255 | 2025-01-10T21:13:43.986Z | Compiling rustls-pki-types v1.10.0 |
1256 | 2025-01-10T21:13:44.310Z | Compiling crossbeam-utils v0.8.20 |
1257 | 2025-01-10T21:13:44.746Z | Compiling icu_locid_transform_data v1.5.0 |
1258 | 2025-01-10T21:13:44.925Z | Compiling untrusted v0.9.0 |
1259 | 2025-01-10T21:13:45.049Z | Compiling vcpkg v0.2.15 |
1260 | 2025-01-10T21:13:45.070Z | Compiling mirai-annotations v1.12.0 |
1261 | 2025-01-10T21:13:45.093Z | Compiling num-conv v0.1.0 |
1262 | 2025-01-10T21:13:45.121Z | Compiling serde_derive v1.0.215 |
1263 | 2025-01-10T21:13:45.265Z | Compiling zeroize_derive v1.4.2 |
1264 | 2025-01-10T21:13:45.385Z | Compiling zerocopy-derive v0.7.35 |
1265 | 2025-01-10T21:13:45.533Z | Compiling tokio-macros v2.4.0 |
1266 | 2025-01-10T21:13:46.844Z | Compiling zeroize v1.8.1 |
1267 | 2025-01-10T21:13:47.218Z | Compiling zerofrom-derive v0.1.4 |
1268 | 2025-01-10T21:13:47.238Z | Compiling thiserror-impl v1.0.69 |
1269 | 2025-01-10T21:13:47.241Z | Compiling yoke-derive v0.7.4 |
1270 | 2025-01-10T21:13:47.775Z | Compiling zerocopy v0.7.35 |
1271 | 2025-01-10T21:13:48.605Z | Compiling crypto-common v0.1.6 |
1272 | 2025-01-10T21:13:48.810Z | Compiling block-buffer v0.10.4 |
1273 | 2025-01-10T21:13:48.860Z | Compiling futures-macro v0.3.31 |
1274 | 2025-01-10T21:13:49.088Z | Compiling digest v0.10.7 |
1275 | 2025-01-10T21:13:49.359Z | Compiling zerovec-derive v0.10.3 |
1276 | 2025-01-10T21:13:49.589Z | Compiling hmac v0.12.1 |
1277 | 2025-01-10T21:13:49.855Z | Compiling block-padding v0.3.3 |
1278 | 2025-01-10T21:13:49.940Z | Compiling displaydoc v0.2.5 |
1279 | 2025-01-10T21:13:50.113Z | Compiling inout v0.1.3 |
1280 | 2025-01-10T21:13:50.409Z | Compiling cipher v0.4.4 |
1281 | 2025-01-10T21:13:50.409Z | Compiling sha2 v0.10.8 |
1282 | 2025-01-10T21:13:50.777Z | Compiling thiserror v1.0.69 |
1283 | 2025-01-10T21:13:50.846Z | Compiling futures-util v0.3.31 |
1284 | 2025-01-10T21:13:50.901Z | Compiling ppv-lite86 v0.2.20 |
1285 | 2025-01-10T21:13:50.924Z | Compiling icu_provider_macros v1.5.0 |
1286 | 2025-01-10T21:13:51.511Z | Compiling zerofrom v0.1.4 |
1287 | 2025-01-10T21:13:51.688Z | Compiling der_derive v0.7.3 |
1288 | 2025-01-10T21:13:51.751Z | Compiling yoke v0.7.4 |
1289 | 2025-01-10T21:13:51.771Z | Compiling rand_chacha v0.3.1 |
1290 | 2025-01-10T21:13:52.113Z | Compiling tracing-attributes v0.1.27 |
1291 | 2025-01-10T21:13:52.116Z | Compiling zerovec v0.10.4 |
1292 | 2025-01-10T21:13:52.146Z | Compiling pest v2.7.14 |
1293 | 2025-01-10T21:13:54.096Z | Compiling tinystr v0.7.6 |
1294 | 2025-01-10T21:13:54.286Z | Compiling der v0.7.9 |
1295 | 2025-01-10T21:13:54.305Z | Compiling icu_collections v1.5.0 |
1296 | 2025-01-10T21:13:54.478Z | Compiling icu_locid v1.5.0 |
1297 | 2025-01-10T21:13:54.535Z | Compiling rand v0.8.5 |
1298 | 2025-01-10T21:13:55.282Z | Compiling salsa20 v0.10.2 |
1299 | 2025-01-10T21:13:55.520Z | Compiling pbkdf2 v0.12.2 |
1300 | 2025-01-10T21:13:55.705Z | Compiling icu_provider v1.5.0 |
1301 | 2025-01-10T21:13:55.833Z | Compiling untrusted v0.7.1 |
1302 | 2025-01-10T21:13:55.979Z | Compiling powerfmt v0.2.0 |
1303 | 2025-01-10T21:13:56.054Z | Compiling tracing v0.1.40 |
1304 | 2025-01-10T21:13:56.391Z | Compiling spki v0.7.3 |
1305 | 2025-01-10T21:13:56.570Z | Compiling icu_locid_transform v1.5.0 |
1306 | 2025-01-10T21:13:56.720Z | Compiling icu_properties_data v1.5.0 |
1307 | 2025-01-10T21:13:56.782Z | Compiling time-core v0.1.2 |
1308 | 2025-01-10T21:13:56.832Z | Compiling deranged v0.3.11 |
1309 | 2025-01-10T21:13:56.963Z | Compiling time-macros v0.2.18 |
1310 | 2025-01-10T21:13:56.987Z | Compiling scrypt v0.11.0 |
1311 | 2025-01-10T21:13:56.989Z | Compiling pest_meta v2.7.14 |
1312 | 2025-01-10T21:13:57.133Z | Compiling aes v0.8.4 |
1313 | 2025-01-10T21:13:57.599Z | Compiling cbc v0.1.2 |
1314 | 2025-01-10T21:13:57.848Z | Compiling icu_properties v1.5.1 |
1315 | 2025-01-10T21:13:58.875Z | Compiling openssl-sys v0.9.103 |
1316 | 2025-01-10T21:13:59.324Z | Compiling scroll_derive v0.12.0 |
1317 | 2025-01-10T21:13:59.850Z | Compiling bitflags v2.6.0 |
1318 | 2025-01-10T21:13:59.985Z | Compiling bytes v1.8.0 |
1319 | 2025-01-10T21:14:00.333Z | Compiling indexmap v2.6.0 |
1320 | 2025-01-10T21:14:00.793Z | Compiling semver v1.0.23 |
1321 | 2025-01-10T21:14:01.284Z | Compiling tokio v1.40.0 |
1322 | 2025-01-10T21:14:01.520Z | Compiling http v1.1.0 |
1323 | 2025-01-10T21:14:01.569Z | Compiling rustc_version v0.4.1 |
1324 | 2025-01-10T21:14:02.123Z | Compiling utf8_iter v1.0.4 |
1325 | 2025-01-10T21:14:02.339Z | Compiling num_threads v0.1.7 |
1326 | 2025-01-10T21:14:02.386Z | Compiling icu_normalizer_data v1.5.0 |
1327 | 2025-01-10T21:14:02.471Z | Compiling write16 v1.0.0 |
1328 | 2025-01-10T21:14:02.527Z | Compiling atomic-waker v1.1.2 |
1329 | 2025-01-10T21:14:02.638Z | Compiling utf16_iter v1.0.5 |
1330 | 2025-01-10T21:14:02.713Z | Compiling time v0.3.36 |
1331 | 2025-01-10T21:14:02.825Z | Compiling icu_normalizer v1.5.0 |
1332 | 2025-01-10T21:14:02.849Z | Compiling scroll v0.12.0 |
1333 | 2025-01-10T21:14:03.145Z | Compiling http-body v1.0.1 |
1334 | 2025-01-10T21:14:03.399Z | Compiling pest_generator v2.7.14 |
1335 | 2025-01-10T21:14:03.419Z | Compiling pkcs5 v0.7.1 |
1336 | 2025-01-10T21:14:03.496Z | Compiling form_urlencoded v1.2.1 |
1337 | 2025-01-10T21:14:03.828Z | Compiling try-lock v0.2.5 |
1338 | 2025-01-10T21:14:03.973Z | Compiling slog v2.7.0 |
1339 | 2025-01-10T21:14:04.076Z | Compiling pkcs8 v0.10.2 |
1340 | 2025-01-10T21:14:04.484Z | Compiling which v4.4.2 |
1341 | 2025-01-10T21:14:04.716Z | Compiling goblin v0.8.2 |
1342 | 2025-01-10T21:14:04.901Z | Compiling want v0.3.1 |
1343 | 2025-01-10T21:14:05.116Z | Compiling idna_adapter v1.2.0 |
1344 | 2025-01-10T21:14:05.195Z | Compiling uuid v1.11.0 |
1345 | 2025-01-10T21:14:05.331Z | Compiling httpdate v1.0.3 |
1346 | 2025-01-10T21:14:05.507Z | Compiling pest_derive v2.7.14 |
1347 | 2025-01-10T21:14:05.697Z | Compiling iana-time-zone v0.1.61 |
1348 | 2025-01-10T21:14:05.806Z | Compiling idna v1.0.3 |
1349 | 2025-01-10T21:14:06.166Z | Compiling chrono v0.4.38 |
1350 | 2025-01-10T21:14:06.307Z | Compiling dtrace-parser v0.2.0 |
1351 | 2025-01-10T21:14:07.542Z | Compiling serde_tokenstream v0.2.2 |
1352 | 2025-01-10T21:14:07.691Z | Compiling serde_spanned v0.6.8 |
1353 | 2025-01-10T21:14:07.935Z | Compiling toml_datetime v0.6.8 |
1354 | 2025-01-10T21:14:08.075Z | Compiling match_cfg v0.1.0 |
1355 | 2025-01-10T21:14:08.178Z | Compiling adler2 v2.0.0 |
1356 | 2025-01-10T21:14:08.195Z | Compiling rustversion v1.0.17 |
1357 | 2025-01-10T21:14:08.384Z | Compiling foreign-types-shared v0.1.1 |
1358 | 2025-01-10T21:14:08.456Z | Compiling base64 v0.22.1 |
1359 | 2025-01-10T21:14:08.499Z | Compiling tower-service v0.3.3 |
1360 | 2025-01-10T21:14:08.545Z | Compiling openssl v0.10.66 |
1361 | 2025-01-10T21:14:08.630Z | Compiling foreign-types v0.3.2 |
1362 | 2025-01-10T21:14:08.730Z | Compiling miniz_oxide v0.8.0 |
1363 | 2025-01-10T21:14:08.961Z | Compiling hostname v0.3.1 |
1364 | 2025-01-10T21:14:09.007Z | Compiling url v2.5.3 |
1365 | 2025-01-10T21:14:09.249Z | Compiling async-trait v0.1.83 |
1366 | 2025-01-10T21:14:09.987Z | Compiling tokio-util v0.7.12 |
1367 | 2025-01-10T21:14:10.271Z | Compiling openssl-macros v0.1.1 |
1368 | 2025-01-10T21:14:10.626Z | Compiling dof v0.3.0 |
1369 | 2025-01-10T21:14:11.013Z | Compiling h2 v0.4.6 |
1370 | 2025-01-10T21:14:11.042Z | Compiling serde_derive_internals v0.29.1 |
1371 | 2025-01-10T21:14:11.419Z | Compiling usdt-impl v0.5.0 |
1372 | 2025-01-10T21:14:12.065Z | Compiling dirs-sys-next v0.1.2 |
1373 | 2025-01-10T21:14:12.771Z | Compiling schemars v0.8.21 |
1374 | 2025-01-10T21:14:12.824Z | Compiling rustls v0.23.19 |
1375 | 2025-01-10T21:14:13.064Z | Compiling siphasher v0.3.11 |
1376 | 2025-01-10T21:14:13.090Z | Compiling syn v1.0.109 |
1377 | 2025-01-10T21:14:13.110Z | Compiling data-encoding v2.6.0 |
1378 | 2025-01-10T21:14:13.465Z | Compiling native-tls v0.2.12 |
1379 | 2025-01-10T21:14:13.715Z | Compiling rustls v0.22.4 |
1380 | 2025-01-10T21:14:13.846Z | Compiling schemars_derive v0.8.21 |
1381 | 2025-01-10T21:14:13.922Z | Compiling dirs-next v2.0.0 |
1382 | 2025-01-10T21:14:15.102Z | Compiling http-body-util v0.1.2 |
1383 | 2025-01-10T21:14:15.593Z | Compiling crossbeam-epoch v0.9.18 |
1384 | 2025-01-10T21:14:15.614Z | Compiling heapless v0.7.17 |
1385 | 2025-01-10T21:14:15.633Z | Compiling signature v2.2.0 |
1386 | 2025-01-10T21:14:15.922Z | Compiling sha1 v0.10.6 |
1387 | 2025-01-10T21:14:16.043Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1388 | 2025-01-10T21:14:16.340Z | Compiling thread_local v1.1.8 |
1389 | 2025-01-10T21:14:16.371Z | Compiling cookie v0.18.1 |
1390 | 2025-01-10T21:14:16.561Z | Compiling encoding_rs v0.8.34 |
1391 | 2025-01-10T21:14:16.652Z | Compiling multer v3.1.0 |
1392 | 2025-01-10T21:14:16.935Z | Compiling slog-async v2.8.0 |
1393 | 2025-01-10T21:14:16.939Z | Compiling unicode-properties v0.1.3 |
1394 | 2025-01-10T21:14:17.125Z | Compiling mime v0.3.17 |
1395 | 2025-01-10T21:14:17.190Z | Compiling dyn-clone v1.0.17 |
1396 | 2025-01-10T21:14:17.363Z | Compiling rayon-core v1.12.1 |
1397 | 2025-01-10T21:14:17.396Z | Compiling openssl-probe v0.1.5 |
1398 | 2025-01-10T21:14:17.415Z | Compiling gimli v0.31.1 |
1399 | 2025-01-10T21:14:17.637Z | Compiling signal-hook v0.3.17 |
1400 | 2025-01-10T21:14:17.751Z | Compiling ipnet v2.10.1 |
1401 | 2025-01-10T21:14:17.824Z | Compiling toml_edit v0.22.22 |
1402 | 2025-01-10T21:14:18.024Z | Compiling hyper v1.5.0 |
1403 | 2025-01-10T21:14:21.149Z | Compiling hyper-util v0.1.10 |
1404 | 2025-01-10T21:14:22.242Z | Compiling addr2line v0.24.2 |
1405 | 2025-01-10T21:14:22.452Z | Compiling stringprep v0.1.5 |
1406 | 2025-01-10T21:14:22.915Z | Compiling crossbeam-deque v0.8.5 |
1407 | 2025-01-10T21:14:22.938Z | Compiling usdt-attr-macro v0.5.0 |
1408 | 2025-01-10T21:14:22.956Z | Compiling usdt-macro v0.5.0 |
1409 | 2025-01-10T21:14:23.260Z | Compiling term v0.7.0 |
1410 | 2025-01-10T21:14:24.267Z | Compiling slog-json v2.6.1 |
1411 | 2025-01-10T21:14:24.294Z | Compiling serde_urlencoded v0.7.1 |
1412 | 2025-01-10T21:14:24.387Z | Compiling crossbeam-channel v0.5.13 |
1413 | 2025-01-10T21:14:24.517Z | Compiling curve25519-dalek v4.1.3 |
1414 | 2025-01-10T21:14:24.633Z | Compiling enum-as-inner v0.6.1 |
1415 | 2025-01-10T21:14:24.736Z | Compiling futures-executor v0.3.31 |
1416 | 2025-01-10T21:14:24.797Z | Compiling md-5 v0.10.6 |
1417 | 2025-01-10T21:14:25.055Z | Compiling async-stream-impl v0.3.6 |
1418 | 2025-01-10T21:14:25.120Z | Compiling rustls-pemfile v2.2.0 |
1419 | 2025-01-10T21:14:25.314Z | Compiling num-integer v0.1.46 |
1420 | 2025-01-10T21:14:25.465Z | Compiling idna v0.3.0 |
1421 | 2025-01-10T21:14:25.493Z | Compiling idna v0.4.0 |
1422 | 2025-01-10T21:14:25.712Z | Compiling hash32 v0.2.1 |
1423 | 2025-01-10T21:14:26.066Z | Compiling ff v0.13.0 |
1424 | 2025-01-10T21:14:26.100Z | Compiling is-terminal v0.4.13 |
1425 | 2025-01-10T21:14:26.224Z | Compiling dropshot v0.12.0 |
1426 | 2025-01-10T21:14:26.298Z | Compiling object v0.36.5 |
1427 | 2025-01-10T21:14:26.347Z | Compiling smoltcp v0.9.1 |
1428 | 2025-01-10T21:14:26.459Z | Compiling portable-atomic v1.9.0 |
1429 | 2025-01-10T21:14:26.506Z | Compiling take_mut v0.2.2 |
1430 | 2025-01-10T21:14:26.675Z | Compiling rustc-demangle v0.1.24 |
1431 | 2025-01-10T21:14:27.060Z | Compiling psl-types v2.0.11 |
1432 | 2025-01-10T21:14:27.134Z | Compiling fallible-iterator v0.2.0 |
1433 | 2025-01-10T21:14:27.163Z | Compiling anyhow v1.0.93 |
1434 | 2025-01-10T21:14:27.264Z | Compiling utf-8 v0.7.6 |
1435 | 2025-01-10T21:14:27.595Z | Compiling num-bigint-dig v0.8.4 |
1436 | 2025-01-10T21:14:27.647Z | Compiling base16ct v0.2.0 |
1437 | 2025-01-10T21:14:27.735Z | Compiling quick-error v1.2.3 |
1438 | 2025-01-10T21:14:27.784Z | Compiling linked-hash-map v0.5.6 |
1439 | 2025-01-10T21:14:27.873Z | Compiling resolv-conf v0.7.0 |
1440 | 2025-01-10T21:14:27.894Z | Compiling postgres-protocol v0.6.7 |
1441 | 2025-01-10T21:14:27.941Z | Compiling sec1 v0.7.3 |
1442 | 2025-01-10T21:14:28.156Z | Compiling lru-cache v0.1.2 |
1443 | 2025-01-10T21:14:28.363Z | Compiling tungstenite v0.24.0 |
1444 | 2025-01-10T21:14:28.393Z | Compiling publicsuffix v2.2.3 |
1445 | 2025-01-10T21:14:28.698Z | Compiling async-stream v0.3.6 |
1446 | 2025-01-10T21:14:28.745Z | Compiling hickory-proto v0.24.1 |
1447 | 2025-01-10T21:14:29.010Z | Compiling group v0.13.0 |
1448 | 2025-01-10T21:14:29.311Z | Compiling slog-term v2.9.1 |
1449 | 2025-01-10T21:14:29.343Z | Compiling usdt v0.5.0 |
1450 | 2025-01-10T21:14:29.898Z | Compiling num-iter v0.1.45 |
1451 | 2025-01-10T21:14:30.213Z | Compiling futures v0.3.31 |
1452 | 2025-01-10T21:14:30.337Z | Compiling slog-bunyan v2.5.0 |
1453 | 2025-01-10T21:14:30.896Z | Compiling tokio-native-tls v0.3.1 |
1454 | 2025-01-10T21:14:31.179Z | Compiling toml v0.8.19 |
1455 | 2025-01-10T21:14:31.851Z | Compiling camino v1.1.9 |
1456 | 2025-01-10T21:14:32.439Z | Compiling phf_shared v0.11.2 |
1457 | 2025-01-10T21:14:32.858Z | Compiling dropshot_endpoint v0.12.0 |
1458 | 2025-01-10T21:14:32.878Z | Compiling terminal_size v0.4.0 |
1459 | 2025-01-10T21:14:32.928Z | Compiling waitgroup v0.1.2 |
1460 | 2025-01-10T21:14:32.984Z | Compiling openapiv3 v2.0.0 |
1461 | 2025-01-10T21:14:33.096Z | Compiling serde_path_to_error v0.1.16 |
1462 | 2025-01-10T21:14:33.153Z | Compiling hkdf v0.12.4 |
1463 | 2025-01-10T21:14:33.405Z | Compiling crypto-bigint v0.5.5 |
1464 | 2025-01-10T21:14:33.989Z | Compiling backtrace v0.3.74 |
1465 | 2025-01-10T21:14:34.489Z | Compiling curve25519-dalek-derive v0.1.1 |
1466 | 2025-01-10T21:14:36.073Z | Compiling zerocopy-derive v0.6.6 |
1467 | 2025-01-10T21:14:37.544Z | Compiling webpki-roots v0.26.6 |
1468 | 2025-01-10T21:14:37.611Z | Compiling idna v0.5.0 |
1469 | 2025-01-10T21:14:37.752Z | Compiling hostname v0.4.0 |
1470 | 2025-01-10T21:14:37.785Z | Compiling crc32fast v1.4.2 |
1471 | 2025-01-10T21:14:38.017Z | Compiling fs-err v2.11.0 |
1472 | 2025-01-10T21:14:38.070Z | Compiling hubpack_derive v0.1.1 |
1473 | 2025-01-10T21:14:38.135Z | Compiling ahash v0.8.11 |
1474 | 2025-01-10T21:14:38.318Z | Compiling bitflags v1.3.2 |
1475 | 2025-01-10T21:14:38.386Z | Compiling managed v0.8.0 |
1476 | 2025-01-10T21:14:38.424Z | Compiling debug-ignore v1.0.5 |
1477 | 2025-01-10T21:14:38.484Z | Compiling newtype-uuid v1.1.3 |
1478 | 2025-01-10T21:14:38.580Z | Compiling winnow v0.5.40 |
1479 | 2025-01-10T21:14:38.872Z | Compiling cookie_store v0.21.0 |
1480 | 2025-01-10T21:14:38.945Z | Compiling hubpack v0.1.2 |
1481 | 2025-01-10T21:14:39.242Z | Compiling clap_builder v4.5.21 |
1482 | 2025-01-10T21:14:39.362Z | Compiling strum_macros v0.25.3 |
1483 | 2025-01-10T21:14:39.404Z | Compiling console v0.15.8 |
1484 | 2025-01-10T21:14:39.572Z | Compiling zerocopy v0.6.6 |
1485 | 2025-01-10T21:14:40.529Z | Compiling flate2 v1.0.34 |
1486 | 2025-01-10T21:14:40.652Z | Compiling elliptic-curve v0.13.8 |
1487 | 2025-01-10T21:14:41.509Z | Compiling hickory-resolver v0.24.1 |
1488 | 2025-01-10T21:14:41.536Z | Compiling phf v0.11.2 |
1489 | 2025-01-10T21:14:41.824Z | Compiling signal-hook-mio v0.2.4 |
1490 | 2025-01-10T21:14:41.946Z | Compiling rayon v1.10.0 |
1491 | 2025-01-10T21:14:41.983Z | Compiling hyper-tls v0.6.0 |
1492 | 2025-01-10T21:14:42.408Z | Compiling toml_edit v0.19.15 |
1493 | 2025-01-10T21:14:42.485Z | Compiling bzip2 v0.4.4 |
1494 | 2025-01-10T21:14:43.602Z | Compiling tokio-tungstenite v0.24.0 |
1495 | 2025-01-10T21:14:44.171Z | Compiling postgres-types v0.2.8 |
1496 | 2025-01-10T21:14:46.865Z | Compiling ed25519 v2.2.3 |
1497 | 2025-01-10T21:14:47.131Z | Compiling phf_shared v0.10.0 |
1498 | 2025-01-10T21:14:47.578Z | Compiling tokio-stream v0.1.16 |
1499 | 2025-01-10T21:14:48.453Z | Compiling pkcs1 v0.7.5 |
1500 | 2025-01-10T21:14:48.722Z | Compiling serde-big-array v0.5.1 |
1501 | 2025-01-10T21:14:48.800Z | Compiling clap_derive v4.5.18 |
1502 | 2025-01-10T21:14:48.865Z | Compiling rfc6979 v0.4.0 |
1503 | 2025-01-10T21:14:48.962Z | Compiling serde_repr v0.1.19 |
1504 | 2025-01-10T21:14:49.053Z | Compiling derive-where v1.2.7 |
1505 | 2025-01-10T21:14:49.134Z | Compiling float-cmp v0.9.0 |
1506 | 2025-01-10T21:14:49.372Z | Compiling bstr v1.10.0 |
1507 | 2025-01-10T21:14:49.459Z | Compiling sync_wrapper v1.0.1 |
1508 | 2025-01-10T21:14:49.621Z | Compiling static_assertions v1.1.0 |
1509 | 2025-01-10T21:14:49.729Z | Compiling new_debug_unreachable v1.0.6 |
1510 | 2025-01-10T21:14:49.858Z | Compiling unicode-segmentation v1.12.0 |
1511 | 2025-01-10T21:14:50.176Z | Compiling bit-vec v0.6.3 |
1512 | 2025-01-10T21:14:50.642Z | Compiling unicode-width v0.2.0 |
1513 | 2025-01-10T21:14:50.674Z | Compiling difflib v0.4.0 |
1514 | 2025-01-10T21:14:50.764Z | Compiling normalize-line-endings v0.3.0 |
1515 | 2025-01-10T21:14:50.895Z | Compiling predicates-core v1.0.8 |
1516 | 2025-01-10T21:14:51.174Z | Compiling fixedbitset v0.4.2 |
1517 | 2025-01-10T21:14:51.207Z | Compiling precomputed-hash v0.1.1 |
1518 | 2025-01-10T21:14:51.249Z | Compiling number_prefix v0.4.0 |
1519 | 2025-01-10T21:14:51.328Z | Compiling whoami v1.5.2 |
1520 | 2025-01-10T21:14:51.487Z | Compiling petgraph v0.6.5 |
1521 | 2025-01-10T21:14:51.650Z | Compiling indicatif v0.17.9 |
1522 | 2025-01-10T21:14:51.988Z | Compiling tokio-postgres v0.7.12 |
1523 | 2025-01-10T21:14:52.390Z | Compiling string_cache v0.8.7 |
1524 | 2025-01-10T21:14:52.766Z | Compiling predicates v3.1.2 |
1525 | 2025-01-10T21:14:52.922Z | Compiling similar v2.6.0 |
1526 | 2025-01-10T21:14:53.952Z | Compiling clap v4.5.21 |
1527 | 2025-01-10T21:14:53.973Z | Compiling bit-set v0.5.3 |
1528 | 2025-01-10T21:14:54.083Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1529 | 2025-01-10T21:14:54.270Z | Compiling ecdsa v0.16.9 |
1530 | 2025-01-10T21:14:54.552Z | Compiling rsa v0.9.6 |
1531 | 2025-01-10T21:14:55.159Z | Compiling ed25519-dalek v2.1.1 |
1532 | 2025-01-10T21:14:55.461Z | Compiling toml v0.7.8 |
1533 | 2025-01-10T21:14:55.665Z | Compiling zip v0.6.6 |
1534 | 2025-01-10T21:14:56.476Z | Compiling crossterm v0.28.1 |
1535 | 2025-01-10T21:14:57.968Z | Compiling hex v0.4.3 |
1536 | 2025-01-10T21:14:58.006Z | Compiling x509-cert v0.2.5 |
1537 | 2025-01-10T21:14:58.033Z | Compiling itertools v0.10.5 |
1538 | 2025-01-10T21:14:58.084Z | Compiling unicode-xid v0.2.6 |
1539 | 2025-01-10T21:14:58.264Z | Compiling lalrpop-util v0.19.12 |
1540 | 2025-01-10T21:14:58.584Z | Compiling peg-runtime v0.8.3 |
1541 | 2025-01-10T21:14:58.635Z | Compiling strum_macros v0.26.4 |
1542 | 2025-01-10T21:14:59.283Z | Compiling xattr v1.3.1 |
1543 | 2025-01-10T21:14:59.570Z | Compiling filetime v0.2.25 |
1544 | 2025-01-10T21:14:59.881Z | Compiling tar v0.4.42 |
1545 | 2025-01-10T21:15:03.936Z | Compiling strum v0.26.3 |
1546 | 2025-01-10T21:15:07.042Z | Compiling aws-lc-sys v0.22.0 |
1547 | 2025-01-10T21:15:36.065Z | Compiling rustls-webpki v0.102.8 |
1548 | 2025-01-10T21:15:39.558Z | Compiling tokio-rustls v0.25.0 |
1549 | 2025-01-10T21:15:41.615Z | Compiling tokio-rustls v0.26.0 |
1550 | 2025-01-10T21:15:41.904Z | Compiling hyper-rustls v0.27.3 |
1551 | 2025-01-10T21:15:42.175Z | Compiling reqwest v0.12.9 |
1552 | 2025-01-10T21:15:43.139Z | Compiling qorb v0.2.1 |
1553 | 2025-01-10T21:15:48.325Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1554 | 2025-01-10T21:15:48.569Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1555 | 2025-01-10T21:15:54.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
1556 | 2025-01-10T21:15:54.656Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1557 | 2025-01-10T21:15:54.709Z | Jan 10 21:15:53.106 INFO Starting download, target: Console |
1558 | 2025-01-10T21:15:54.709Z | Jan 10 21:15:53.107 INFO Starting download, target: Cockroach |
1559 | 2025-01-10T21:15:54.710Z | Jan 10 21:15:53.107 INFO Starting download, target: Clickhouse |
1560 | 2025-01-10T21:15:54.712Z | Jan 10 21:15:53.107 INFO Starting download, target: DendriteOpenapi |
1561 | 2025-01-10T21:15:54.712Z | Jan 10 21:15:53.107 INFO Starting download, target: DendriteStub |
1562 | 2025-01-10T21:15:54.712Z | Jan 10 21:15:53.107 INFO Starting download, target: MaghemiteMgd |
1563 | 2025-01-10T21:15:54.712Z | Jan 10 21:15:53.107 INFO Starting download, target: TransceiverControl |
1564 | 2025-01-10T21:15:54.712Z | Jan 10 21:15:53.107 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1565 | 2025-01-10T21:15:54.712Z | Jan 10 21:15:53.107 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1566 | 2025-01-10T21:15:54.712Z | Jan 10 21:15:53.107 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1567 | 2025-01-10T21:15:54.712Z | Jan 10 21:15:53.107 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1568 | 2025-01-10T21:15:54.712Z | Jan 10 21:15:53.107 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1569 | 2025-01-10T21:15:54.712Z | Jan 10 21:15:53.108 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1570 | 2025-01-10T21:15:54.712Z | Jan 10 21:15:53.108 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1571 | 2025-01-10T21:15:54.882Z | Jan 10 21:15:53.273 INFO Download complete, target: DendriteOpenapi |
1572 | 2025-01-10T21:15:55.033Z | Jan 10 21:15:53.429 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1573 | 2025-01-10T21:15:55.212Z | Jan 10 21:15:53.603 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1574 | 2025-01-10T21:15:55.516Z | Jan 10 21:15:53.907 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1575 | 2025-01-10T21:15:55.569Z | Jan 10 21:15:53.960 INFO Download complete, target: Console |
1576 | 2025-01-10T21:15:55.722Z | Jan 10 21:15:54.115 INFO Download complete, target: TransceiverControl |
1577 | 2025-01-10T21:15:55.749Z | Jan 10 21:15:54.145 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1578 | 2025-01-10T21:15:56.253Z | Jan 10 21:15:54.650 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1579 | 2025-01-10T21:15:56.253Z | Jan 10 21:15:54.650 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1580 | 2025-01-10T21:15:56.732Z | Jan 10 21:15:55.129 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1581 | 2025-01-10T21:15:58.362Z | Jan 10 21:15:56.760 INFO Download complete, target: DendriteStub |
1582 | 2025-01-10T21:15:58.762Z | Jan 10 21:15:57.160 INFO Download complete, target: MaghemiteMgd |
1583 | 2025-01-10T21:16:03.719Z | Jan 10 21:16:02.116 INFO Checking that binary works, target: Cockroach |
1584 | 2025-01-10T21:16:03.880Z | Jan 10 21:16:02.277 INFO Download complete, target: Cockroach |
1585 | 2025-01-10T21:16:09.164Z | Jan 10 21:16:07.561 INFO Checking that binary works, target: Clickhouse |
1586 | 2025-01-10T21:16:09.645Z | Jan 10 21:16:08.043 INFO Download complete, target: Clickhouse |
1587 | 2025-01-10T21:16:09.669Z | All builder prerequisites installed successfully, and PATH looks valid |
1588 | 2025-01-10T21:16:09.671Z | |
1589 | 2025-01-10T21:16:09.671Z | real 5:03.869314621 |
1590 | 2025-01-10T21:16:09.671Z | user 16:49.027900476 |
1591 | 2025-01-10T21:16:09.671Z | sys 3:17.152639266 |
1592 | 2025-01-10T21:16:09.671Z | trap 0.592708182 |
1593 | 2025-01-10T21:16:09.671Z | tflt 1.746170967 |
1594 | 2025-01-10T21:16:09.671Z | dflt 2.301159398 |
1595 | 2025-01-10T21:16:09.671Z | kflt 0.172749038 |
1596 | 2025-01-10T21:16:09.671Z | lock 30:06.850473055 |
1597 | 2025-01-10T21:16:09.671Z | slp 1:02:36.034927343 |
1598 | 2025-01-10T21:16:09.672Z | lat 57.952529001 |
1599 | 2025-01-10T21:16:09.672Z | stop 2:20.354820809 |
1600 | 2025-01-10T21:16:09.672Z | + banner hack-check |
1601 | 2025-01-10T21:16:09.674Z | |
1602 | 2025-01-10T21:16:09.674Z | # # ## #### # # #### # # ###### #### # # |
1603 | 2025-01-10T21:16:09.674Z | # # # # # # # # # # # # # # # # # |
1604 | 2025-01-10T21:16:09.674Z | ###### # # # #### ##### # ###### ##### # #### |
1605 | 2025-01-10T21:16:09.674Z | # # ###### # # # # # # # # # # |
1606 | 2025-01-10T21:16:09.674Z | # # # # # # # # # # # # # # # # # |
1607 | 2025-01-10T21:16:09.674Z | # # # # #### # # #### # # ###### #### # # |
1608 | 2025-01-10T21:16:09.674Z | |
1609 | 2025-01-10T21:16:09.674Z | + export CARGO_INCREMENTAL=0 |
1610 | 2025-01-10T21:16:09.674Z | + CARGO_INCREMENTAL=0 |
1611 | 2025-01-10T21:16:09.674Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1612 | 2025-01-10T21:16:10.222Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1613 | 2025-01-10T21:16:13.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
1614 | 2025-01-10T21:16:13.884Z | Running `target/debug/xtask check-features --ci` |
1615 | 2025-01-10T21:16:13.907Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1616 | 2025-01-10T21:16:13.907Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1617 | 2025-01-10T21:16:14.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1618 | 2025-01-10T21:16:14.385Z | Running `target/debug/xtask download cargo-hack` |
1619 | 2025-01-10T21:16:15.226Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1620 | 2025-01-10T21:16:15.597Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1621 | 2025-01-10T21:16:20.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s |
1622 | 2025-01-10T21:16:20.879Z | Running `target/debug/xtask-downloader cargo-hack` |
1623 | 2025-01-10T21:16:20.917Z | Jan 10 21:16:19.315 INFO Starting download, target: CargoHack |
1624 | 2025-01-10T21:16:20.919Z | Jan 10 21:16:19.315 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1625 | 2025-01-10T21:16:21.586Z | Jan 10 21:16:19.984 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1626 | 2025-01-10T21:16:21.677Z | Jan 10 21:16:20.075 INFO Download complete, target: CargoHack |
1627 | 2025-01-10T21:16:21.680Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1628 | 2025-01-10T21:16:21.696Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1629 | 2025-01-10T21:16:21.872Z | info: running `cargo check --bins` on api_identity (1/176) |
1630 | 2025-01-10T21:16:22.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2025-01-10T21:16:22.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2025-01-10T21:16:22.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2025-01-10T21:16:22.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1634 | 2025-01-10T21:16:22.516Z | |
1635 | 2025-01-10T21:16:22.516Z | info: running `cargo check --bins` on bootstore (2/176) |
1636 | 2025-01-10T21:16:23.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2025-01-10T21:16:23.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2025-01-10T21:16:23.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2025-01-10T21:16:23.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1640 | 2025-01-10T21:16:23.191Z | |
1641 | 2025-01-10T21:16:23.191Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1642 | 2025-01-10T21:16:23.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2025-01-10T21:16:23.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2025-01-10T21:16:23.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2025-01-10T21:16:23.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1646 | 2025-01-10T21:16:23.826Z | |
1647 | 2025-01-10T21:16:23.826Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1648 | 2025-01-10T21:16:24.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2025-01-10T21:16:24.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2025-01-10T21:16:24.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2025-01-10T21:16:24.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1652 | 2025-01-10T21:16:24.469Z | |
1653 | 2025-01-10T21:16:24.469Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1654 | 2025-01-10T21:16:24.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2025-01-10T21:16:24.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2025-01-10T21:16:24.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2025-01-10T21:16:24.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1658 | 2025-01-10T21:16:24.916Z | |
1659 | 2025-01-10T21:16:24.916Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1660 | 2025-01-10T21:16:25.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2025-01-10T21:16:25.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2025-01-10T21:16:25.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2025-01-10T21:16:25.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1664 | 2025-01-10T21:16:25.356Z | |
1665 | 2025-01-10T21:16:25.356Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1666 | 2025-01-10T21:16:25.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2025-01-10T21:16:25.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2025-01-10T21:16:25.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2025-01-10T21:16:25.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1670 | 2025-01-10T21:16:25.798Z | |
1671 | 2025-01-10T21:16:25.798Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1672 | 2025-01-10T21:16:26.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2025-01-10T21:16:26.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2025-01-10T21:16:26.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2025-01-10T21:16:26.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1676 | 2025-01-10T21:16:26.237Z | |
1677 | 2025-01-10T21:16:26.237Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1678 | 2025-01-10T21:16:26.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2025-01-10T21:16:26.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2025-01-10T21:16:26.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2025-01-10T21:16:26.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1682 | 2025-01-10T21:16:26.684Z | |
1683 | 2025-01-10T21:16:26.684Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1684 | 2025-01-10T21:16:27.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2025-01-10T21:16:27.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2025-01-10T21:16:27.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2025-01-10T21:16:27.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1688 | 2025-01-10T21:16:27.139Z | |
1689 | 2025-01-10T21:16:27.139Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1690 | 2025-01-10T21:16:27.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2025-01-10T21:16:27.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2025-01-10T21:16:27.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2025-01-10T21:16:27.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1694 | 2025-01-10T21:16:27.577Z | |
1695 | 2025-01-10T21:16:27.577Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1696 | 2025-01-10T21:16:27.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2025-01-10T21:16:27.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2025-01-10T21:16:27.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2025-01-10T21:16:27.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1700 | 2025-01-10T21:16:28.018Z | |
1701 | 2025-01-10T21:16:28.018Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1702 | 2025-01-10T21:16:28.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2025-01-10T21:16:28.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2025-01-10T21:16:28.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2025-01-10T21:16:28.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1706 | 2025-01-10T21:16:28.463Z | |
1707 | 2025-01-10T21:16:28.463Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1708 | 2025-01-10T21:16:28.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2025-01-10T21:16:28.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2025-01-10T21:16:28.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2025-01-10T21:16:28.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1712 | 2025-01-10T21:16:28.895Z | |
1713 | 2025-01-10T21:16:28.895Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1714 | 2025-01-10T21:16:29.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2025-01-10T21:16:29.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2025-01-10T21:16:29.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2025-01-10T21:16:29.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1718 | 2025-01-10T21:16:29.326Z | |
1719 | 2025-01-10T21:16:29.326Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1720 | 2025-01-10T21:16:29.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2025-01-10T21:16:29.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2025-01-10T21:16:29.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2025-01-10T21:16:29.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1724 | 2025-01-10T21:16:29.779Z | |
1725 | 2025-01-10T21:16:29.779Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1726 | 2025-01-10T21:16:30.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2025-01-10T21:16:30.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2025-01-10T21:16:30.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2025-01-10T21:16:30.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1730 | 2025-01-10T21:16:30.221Z | |
1731 | 2025-01-10T21:16:30.221Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1732 | 2025-01-10T21:16:30.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2025-01-10T21:16:30.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2025-01-10T21:16:30.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2025-01-10T21:16:30.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1736 | 2025-01-10T21:16:30.657Z | |
1737 | 2025-01-10T21:16:30.657Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1738 | 2025-01-10T21:16:31.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2025-01-10T21:16:31.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2025-01-10T21:16:31.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2025-01-10T21:16:31.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1742 | 2025-01-10T21:16:31.101Z | |
1743 | 2025-01-10T21:16:31.101Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1744 | 2025-01-10T21:16:31.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2025-01-10T21:16:31.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2025-01-10T21:16:31.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2025-01-10T21:16:31.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1748 | 2025-01-10T21:16:31.544Z | |
1749 | 2025-01-10T21:16:31.544Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1750 | 2025-01-10T21:16:31.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2025-01-10T21:16:31.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2025-01-10T21:16:31.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2025-01-10T21:16:31.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1754 | 2025-01-10T21:16:31.994Z | |
1755 | 2025-01-10T21:16:31.994Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1756 | 2025-01-10T21:16:32.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2025-01-10T21:16:32.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2025-01-10T21:16:32.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2025-01-10T21:16:32.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1760 | 2025-01-10T21:16:32.435Z | |
1761 | 2025-01-10T21:16:32.435Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1762 | 2025-01-10T21:16:32.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2025-01-10T21:16:32.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2025-01-10T21:16:32.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2025-01-10T21:16:32.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1766 | 2025-01-10T21:16:32.882Z | |
1767 | 2025-01-10T21:16:32.882Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1768 | 2025-01-10T21:16:33.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2025-01-10T21:16:33.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2025-01-10T21:16:33.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2025-01-10T21:16:33.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1772 | 2025-01-10T21:16:33.320Z | |
1773 | 2025-01-10T21:16:33.320Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1774 | 2025-01-10T21:16:33.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2025-01-10T21:16:33.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2025-01-10T21:16:33.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2025-01-10T21:16:33.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1778 | 2025-01-10T21:16:33.969Z | |
1779 | 2025-01-10T21:16:33.969Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1780 | 2025-01-10T21:16:34.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2025-01-10T21:16:34.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2025-01-10T21:16:34.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1783 | 2025-01-10T21:16:34.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1784 | 2025-01-10T21:16:34.623Z | |
1785 | 2025-01-10T21:16:34.623Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1786 | 2025-01-10T21:16:35.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1787 | 2025-01-10T21:16:35.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1788 | 2025-01-10T21:16:35.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1789 | 2025-01-10T21:16:35.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1790 | 2025-01-10T21:16:35.276Z | |
1791 | 2025-01-10T21:16:35.276Z | info: running `cargo check --bins` on oxlog (28/176) |
1792 | 2025-01-10T21:16:35.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1793 | 2025-01-10T21:16:35.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1794 | 2025-01-10T21:16:35.919Z | Checking cfg-if v1.0.0 |
1795 | 2025-01-10T21:16:35.921Z | Checking libc v0.2.162 |
1796 | 2025-01-10T21:16:36.030Z | Checking serde v1.0.215 |
1797 | 2025-01-10T21:16:36.032Z | Checking zeroize v1.8.1 |
1798 | 2025-01-10T21:16:36.047Z | Checking memchr v2.7.4 |
1799 | 2025-01-10T21:16:36.050Z | Checking typenum v1.17.0 |
1800 | 2025-01-10T21:16:36.073Z | Checking scopeguard v1.2.0 |
1801 | 2025-01-10T21:16:36.075Z | Checking subtle v2.6.1 |
1802 | 2025-01-10T21:16:36.101Z | Checking value-bag v1.9.0 |
1803 | 2025-01-10T21:16:36.215Z | Checking lock_api v0.4.12 |
1804 | 2025-01-10T21:16:36.255Z | Checking const-oid v0.9.6 |
1805 | 2025-01-10T21:16:36.349Z | Checking smallvec v1.13.2 |
1806 | 2025-01-10T21:16:36.498Z | Checking log v0.4.22 |
1807 | 2025-01-10T21:16:36.626Z | Checking itoa v1.0.11 |
1808 | 2025-01-10T21:16:36.688Z | Checking pin-project-lite v0.2.14 |
1809 | 2025-01-10T21:16:36.814Z | Checking byteorder v1.5.0 |
1810 | 2025-01-10T21:16:36.846Z | Checking futures-core v0.3.31 |
1811 | 2025-01-10T21:16:36.905Z | Checking once_cell v1.20.2 |
1812 | 2025-01-10T21:16:36.990Z | Checking cpufeatures v0.2.14 |
1813 | 2025-01-10T21:16:37.044Z | Checking stable_deref_trait v1.2.0 |
1814 | 2025-01-10T21:16:37.103Z | Checking futures-sink v0.3.31 |
1815 | 2025-01-10T21:16:37.146Z | Checking spin v0.9.8 |
1816 | 2025-01-10T21:16:37.161Z | Checking getrandom v0.2.15 |
1817 | 2025-01-10T21:16:37.179Z | Checking signal-hook-registry v1.4.2 |
1818 | 2025-01-10T21:16:37.203Z | Checking parking_lot_core v0.9.10 |
1819 | 2025-01-10T21:16:37.241Z | Checking mio v1.0.2 |
1820 | 2025-01-10T21:16:37.371Z | Checking rand_core v0.6.4 |
1821 | 2025-01-10T21:16:37.418Z | Checking socket2 v0.5.7 |
1822 | 2025-01-10T21:16:37.433Z | Checking generic-array v0.14.7 |
1823 | 2025-01-10T21:16:37.492Z | Checking zerocopy v0.7.35 |
1824 | 2025-01-10T21:16:37.535Z | Checking parking_lot v0.12.3 |
1825 | 2025-01-10T21:16:37.674Z | Checking slab v0.4.9 |
1826 | 2025-01-10T21:16:37.875Z | Checking zerofrom v0.1.4 |
1827 | 2025-01-10T21:16:37.893Z | Checking futures-channel v0.3.31 |
1828 | 2025-01-10T21:16:37.920Z | Checking futures-io v0.3.31 |
1829 | 2025-01-10T21:16:37.937Z | Checking equivalent v1.0.1 |
1830 | 2025-01-10T21:16:38.033Z | Checking allocator-api2 v0.2.18 |
1831 | 2025-01-10T21:16:38.082Z | Checking yoke v0.7.4 |
1832 | 2025-01-10T21:16:38.098Z | Checking foldhash v0.1.3 |
1833 | 2025-01-10T21:16:38.098Z | Checking futures-task v0.3.31 |
1834 | 2025-01-10T21:16:38.251Z | Checking pin-utils v0.1.0 |
1835 | 2025-01-10T21:16:38.305Z | Checking ryu v1.0.18 |
1836 | 2025-01-10T21:16:38.341Z | Checking tinyvec_macros v0.1.1 |
1837 | 2025-01-10T21:16:38.403Z | Checking futures-util v0.3.31 |
1838 | 2025-01-10T21:16:38.408Z | Checking zerovec v0.10.4 |
1839 | 2025-01-10T21:16:38.428Z | Checking tinyvec v1.8.0 |
1840 | 2025-01-10T21:16:38.546Z | Checking fnv v1.0.7 |
1841 | 2025-01-10T21:16:38.602Z | Checking crypto-common v0.1.6 |
1842 | 2025-01-10T21:16:38.659Z | Checking block-buffer v0.10.4 |
1843 | 2025-01-10T21:16:38.662Z | Checking hashbrown v0.15.1 |
1844 | 2025-01-10T21:16:38.773Z | Checking block-padding v0.3.3 |
1845 | 2025-01-10T21:16:38.876Z | Checking digest v0.10.7 |
1846 | 2025-01-10T21:16:38.899Z | Checking libm v0.2.8 |
1847 | 2025-01-10T21:16:38.984Z | Checking inout v0.1.3 |
1848 | 2025-01-10T21:16:39.207Z | Checking cipher v0.4.4 |
1849 | 2025-01-10T21:16:39.246Z | Checking hmac v0.12.1 |
1850 | 2025-01-10T21:16:39.466Z | Checking sha2 v0.10.8 |
1851 | 2025-01-10T21:16:39.597Z | Checking writeable v0.5.5 |
1852 | 2025-01-10T21:16:39.744Z | Checking unicode-normalization v0.1.24 |
1853 | 2025-01-10T21:16:39.801Z | Checking base64ct v1.6.0 |
1854 | 2025-01-10T21:16:39.831Z | Checking unicode-bidi v0.3.17 |
1855 | 2025-01-10T21:16:39.899Z | Checking litemap v0.7.3 |
1856 | 2025-01-10T21:16:40.054Z | Checking num-traits v0.2.19 |
1857 | 2025-01-10T21:16:40.071Z | Checking tinystr v0.7.6 |
1858 | 2025-01-10T21:16:40.229Z | Checking ppv-lite86 v0.2.20 |
1859 | 2025-01-10T21:16:40.244Z | Checking pem-rfc7468 v0.7.0 |
1860 | 2025-01-10T21:16:40.436Z | Checking icu_locid v1.5.0 |
1861 | 2025-01-10T21:16:40.451Z | Checking flagset v0.4.6 |
1862 | 2025-01-10T21:16:40.512Z | Checking tracing-core v0.1.32 |
1863 | 2025-01-10T21:16:40.646Z | Checking der v0.7.9 |
1864 | 2025-01-10T21:16:40.671Z | Checking thiserror v1.0.69 |
1865 | 2025-01-10T21:16:40.797Z | Checking percent-encoding v2.3.1 |
1866 | 2025-01-10T21:16:41.011Z | Checking rand_chacha v0.3.1 |
1867 | 2025-01-10T21:16:41.025Z | Checking icu_locid_transform_data v1.5.0 |
1868 | 2025-01-10T21:16:41.093Z | Checking bytes v1.8.0 |
1869 | 2025-01-10T21:16:41.123Z | Checking indexmap v2.6.0 |
1870 | 2025-01-10T21:16:41.168Z | Checking serde_json v1.0.133 |
1871 | 2025-01-10T21:16:41.412Z | Checking bitflags v2.6.0 |
1872 | 2025-01-10T21:16:41.452Z | Checking icu_provider v1.5.0 |
1873 | 2025-01-10T21:16:41.707Z | Checking rustls-pki-types v1.10.0 |
1874 | 2025-01-10T21:16:41.725Z | Checking rand v0.8.5 |
1875 | 2025-01-10T21:16:41.923Z | Checking tokio v1.40.0 |
1876 | 2025-01-10T21:16:42.133Z | Checking http v1.1.0 |
1877 | 2025-01-10T21:16:42.308Z | Checking icu_locid_transform v1.5.0 |
1878 | 2025-01-10T21:16:42.396Z | Checking tracing v0.1.40 |
1879 | 2025-01-10T21:16:42.438Z | Checking spki v0.7.3 |
1880 | 2025-01-10T21:16:42.732Z | Checking icu_collections v1.5.0 |
1881 | 2025-01-10T21:16:42.765Z | Checking salsa20 v0.10.2 |
1882 | 2025-01-10T21:16:42.971Z | Checking pbkdf2 v0.12.2 |
1883 | 2025-01-10T21:16:42.986Z | Checking aws-lc-sys v0.22.0 |
1884 | 2025-01-10T21:16:43.079Z | Checking httparse v1.9.5 |
1885 | 2025-01-10T21:16:43.124Z | Checking icu_properties_data v1.5.0 |
1886 | 2025-01-10T21:16:43.328Z | Checking mirai-annotations v1.12.0 |
1887 | 2025-01-10T21:16:43.352Z | Checking untrusted v0.9.0 |
1888 | 2025-01-10T21:16:43.390Z | Checking untrusted v0.7.1 |
1889 | 2025-01-10T21:16:43.490Z | Checking powerfmt v0.2.0 |
1890 | 2025-01-10T21:16:43.490Z | Checking icu_properties v1.5.1 |
1891 | 2025-01-10T21:16:43.514Z | Checking ring v0.17.8 |
1892 | 2025-01-10T21:16:43.517Z | Checking scrypt v0.11.0 |
1893 | 2025-01-10T21:16:43.544Z | Checking aes v0.8.4 |
1894 | 2025-01-10T21:16:43.546Z | Checking cbc v0.1.2 |
1895 | 2025-01-10T21:16:43.735Z | Checking deranged v0.3.11 |
1896 | 2025-01-10T21:16:43.735Z | Checking crossbeam-utils v0.8.20 |
1897 | 2025-01-10T21:16:43.762Z | Checking icu_normalizer_data v1.5.0 |
1898 | 2025-01-10T21:16:43.857Z | Checking num_threads v0.1.7 |
1899 | 2025-01-10T21:16:43.969Z | Checking atomic-waker v1.1.2 |
1900 | 2025-01-10T21:16:44.092Z | Checking utf16_iter v1.0.5 |
1901 | 2025-01-10T21:16:44.242Z | Checking utf8_iter v1.0.4 |
1902 | 2025-01-10T21:16:44.436Z | Checking time-core v0.1.2 |
1903 | 2025-01-10T21:16:44.454Z | Checking num-conv v0.1.0 |
1904 | 2025-01-10T21:16:44.478Z | Checking write16 v1.0.0 |
1905 | 2025-01-10T21:16:44.596Z | Checking pkcs5 v0.7.1 |
1906 | 2025-01-10T21:16:44.611Z | Checking http-body v1.0.1 |
1907 | 2025-01-10T21:16:44.689Z | Checking form_urlencoded v1.2.1 |
1908 | 2025-01-10T21:16:44.808Z | Checking try-lock v0.2.5 |
1909 | 2025-01-10T21:16:44.890Z | Checking uuid v1.11.0 |
1910 | 2025-01-10T21:16:44.944Z | Checking want v0.3.1 |
1911 | 2025-01-10T21:16:45.084Z | Checking pkcs8 v0.10.2 |
1912 | 2025-01-10T21:16:45.128Z | Checking httpdate v1.0.3 |
1913 | 2025-01-10T21:16:45.364Z | Checking unicode-ident v1.0.13 |
1914 | 2025-01-10T21:16:45.386Z | Checking serde_spanned v0.6.8 |
1915 | 2025-01-10T21:16:45.403Z | Checking toml_datetime v0.6.8 |
1916 | 2025-01-10T21:16:45.475Z | Checking slog v2.7.0 |
1917 | 2025-01-10T21:16:45.521Z | Checking time v0.3.36 |
1918 | 2025-01-10T21:16:45.537Z | Checking proc-macro2 v1.0.89 |
1919 | 2025-01-10T21:16:45.557Z | Checking scroll v0.12.0 |
1920 | 2025-01-10T21:16:45.619Z | Checking aws-lc-rs v1.10.0 |
1921 | 2025-01-10T21:16:45.678Z | Checking adler2 v2.0.0 |
1922 | 2025-01-10T21:16:45.835Z | Checking base64 v0.22.1 |
1923 | 2025-01-10T21:16:45.955Z | Checking match_cfg v0.1.0 |
1924 | 2025-01-10T21:16:46.036Z | Checking foreign-types-shared v0.1.1 |
1925 | 2025-01-10T21:16:46.052Z | Checking iana-time-zone v0.1.61 |
1926 | 2025-01-10T21:16:46.142Z | Checking plain v0.2.3 |
1927 | 2025-01-10T21:16:46.191Z | Checking ucd-trie v0.1.7 |
1928 | 2025-01-10T21:16:46.193Z | Checking tower-service v0.3.3 |
1929 | 2025-01-10T21:16:46.288Z | Checking goblin v0.8.2 |
1930 | 2025-01-10T21:16:46.312Z | Checking quote v1.0.37 |
1931 | 2025-01-10T21:16:46.327Z | Checking chrono v0.4.38 |
1932 | 2025-01-10T21:16:46.418Z | Checking pest v2.7.14 |
1933 | 2025-01-10T21:16:46.671Z | Checking foreign-types v0.3.2 |
1934 | 2025-01-10T21:16:46.764Z | Checking hostname v0.3.1 |
1935 | 2025-01-10T21:16:46.839Z | Checking icu_normalizer v1.5.0 |
1936 | 2025-01-10T21:16:46.891Z | Checking miniz_oxide v0.8.0 |
1937 | 2025-01-10T21:16:47.442Z | Checking rustls-webpki v0.102.8 |
1938 | 2025-01-10T21:16:47.608Z | Checking idna_adapter v1.2.0 |
1939 | 2025-01-10T21:16:47.654Z | Checking openssl-sys v0.9.103 |
1940 | 2025-01-10T21:16:47.805Z | Checking idna v1.0.3 |
1941 | 2025-01-10T21:16:48.034Z | Checking errno v0.3.9 |
1942 | 2025-01-10T21:16:48.219Z | Checking dirs-sys-next v0.1.2 |
1943 | 2025-01-10T21:16:48.295Z | Checking aho-corasick v1.1.3 |
1944 | 2025-01-10T21:16:48.312Z | Checking url v2.5.3 |
1945 | 2025-01-10T21:16:48.400Z | Checking siphasher v0.3.11 |
1946 | 2025-01-10T21:16:48.440Z | Compiling newtype-uuid v1.1.3 |
1947 | 2025-01-10T21:16:48.698Z | Checking data-encoding v2.6.0 |
1948 | 2025-01-10T21:16:48.729Z | Checking pretty-hex v0.4.1 |
1949 | 2025-01-10T21:16:48.892Z | Checking regex-syntax v0.8.5 |
1950 | 2025-01-10T21:16:48.925Z | Checking dtrace-parser v0.2.0 |
1951 | 2025-01-10T21:16:48.938Z | Checking openssl v0.10.66 |
1952 | 2025-01-10T21:16:49.210Z | Checking dirs-next v2.0.0 |
1953 | 2025-01-10T21:16:49.312Z | Checking rustix v0.38.37 |
1954 | 2025-01-10T21:16:49.344Z | Checking syn v2.0.87 |
1955 | 2025-01-10T21:16:49.383Z | Checking http-body-util v0.1.2 |
1956 | 2025-01-10T21:16:49.401Z | Checking tokio-util v0.7.12 |
1957 | 2025-01-10T21:16:49.838Z | Checking crossbeam-epoch v0.9.18 |
1958 | 2025-01-10T21:16:49.964Z | Checking signature v2.2.0 |
1959 | 2025-01-10T21:16:50.151Z | Checking sha1 v0.10.6 |
1960 | 2025-01-10T21:16:50.264Z | Checking lazy_static v1.5.0 |
1961 | 2025-01-10T21:16:50.281Z | Checking h2 v0.4.6 |
1962 | 2025-01-10T21:16:50.378Z | Checking thread_local v1.1.8 |
1963 | 2025-01-10T21:16:50.429Z | Checking thread-id v4.2.2 |
1964 | 2025-01-10T21:16:50.533Z | Checking encoding_rs v0.8.34 |
1965 | 2025-01-10T21:16:50.645Z | Checking either v1.13.0 |
1966 | 2025-01-10T21:16:51.047Z | Checking openssl-probe v0.1.5 |
1967 | 2025-01-10T21:16:51.204Z | Checking anstyle v1.0.10 |
1968 | 2025-01-10T21:16:51.365Z | Checking dof v0.3.0 |
1969 | 2025-01-10T21:16:51.575Z | Checking utf8parse v0.2.2 |
1970 | 2025-01-10T21:16:51.726Z | Checking mime v0.3.17 |
1971 | 2025-01-10T21:16:51.990Z | Checking unicode-properties v0.1.3 |
1972 | 2025-01-10T21:16:52.057Z | Checking ipnet v2.10.1 |
1973 | 2025-01-10T21:16:52.191Z | Checking regex-automata v0.4.8 |
1974 | 2025-01-10T21:16:52.334Z | Checking gimli v0.31.1 |
1975 | 2025-01-10T21:16:52.555Z | Checking winnow v0.6.20 |
1976 | 2025-01-10T21:16:52.757Z | Checking stringprep v0.1.5 |
1977 | 2025-01-10T21:16:52.993Z | Checking anstyle-parse v0.2.5 |
1978 | 2025-01-10T21:16:53.018Z | Checking crossbeam-deque v0.8.5 |
1979 | 2025-01-10T21:16:53.269Z | Checking term v0.7.0 |
1980 | 2025-01-10T21:16:53.328Z | Checking rustls v0.23.19 |
1981 | 2025-01-10T21:16:53.709Z | Checking rustls v0.22.4 |
1982 | 2025-01-10T21:16:54.550Z | Checking native-tls v0.2.12 |
1983 | 2025-01-10T21:16:54.864Z | Checking slog-json v2.6.1 |
1984 | 2025-01-10T21:16:55.126Z | Checking serde_urlencoded v0.7.1 |
1985 | 2025-01-10T21:16:55.514Z | Checking toml_edit v0.22.22 |
1986 | 2025-01-10T21:16:55.529Z | Checking crossbeam-channel v0.5.13 |
1987 | 2025-01-10T21:16:55.741Z | Checking usdt-impl v0.5.0 |
1988 | 2025-01-10T21:16:56.235Z | Checking futures-executor v0.3.31 |
1989 | 2025-01-10T21:16:56.291Z | Checking rustls-pemfile v2.2.0 |
1990 | 2025-01-10T21:16:56.409Z | Checking addr2line v0.24.2 |
1991 | 2025-01-10T21:16:56.442Z | Checking num-integer v0.1.46 |
1992 | 2025-01-10T21:16:56.495Z | Checking idna v0.4.0 |
1993 | 2025-01-10T21:16:56.547Z | Checking hyper v1.5.0 |
1994 | 2025-01-10T21:16:56.869Z | Checking idna v0.3.0 |
1995 | 2025-01-10T21:16:56.888Z | Checking md-5 v0.10.6 |
1996 | 2025-01-10T21:16:56.925Z | Checking ff v0.13.0 |
1997 | 2025-01-10T21:16:57.115Z | Checking hash32 v0.2.1 |
1998 | 2025-01-10T21:16:57.131Z | Checking memmap v0.7.0 |
1999 | 2025-01-10T21:16:57.328Z | Checking is-terminal v0.4.13 |
2000 | 2025-01-10T21:16:57.356Z | Checking object v0.36.5 |
2001 | 2025-01-10T21:16:57.414Z | Checking psl-types v2.0.11 |
2002 | 2025-01-10T21:16:57.444Z | Checking base16ct v0.2.0 |
2003 | 2025-01-10T21:16:57.489Z | Checking fallible-iterator v0.2.0 |
2004 | 2025-01-10T21:16:57.603Z | Checking dyn-clone v1.0.17 |
2005 | 2025-01-10T21:16:57.639Z | Checking utf-8 v0.7.6 |
2006 | 2025-01-10T21:16:57.704Z | Checking colorchoice v1.0.2 |
2007 | 2025-01-10T21:16:57.745Z | Checking linked-hash-map v0.5.6 |
2008 | 2025-01-10T21:16:57.824Z | Checking is_terminal_polyfill v1.70.1 |
2009 | 2025-01-10T21:16:57.839Z | Checking quick-error v1.2.3 |
2010 | 2025-01-10T21:16:57.937Z | Checking take_mut v0.2.2 |
2011 | 2025-01-10T21:16:57.969Z | Checking rustc-demangle v0.1.24 |
2012 | 2025-01-10T21:16:58.070Z | Checking anstyle-query v1.1.1 |
2013 | 2025-01-10T21:16:58.085Z | Checking slog-async v2.8.0 |
2014 | 2025-01-10T21:16:58.112Z | Checking postgres-protocol v0.6.7 |
2015 | 2025-01-10T21:16:58.164Z | Checking toml v0.8.19 |
2016 | 2025-01-10T21:16:58.195Z | Checking anstream v0.6.15 |
2017 | 2025-01-10T21:16:58.349Z | Checking lru-cache v0.1.2 |
2018 | 2025-01-10T21:16:58.382Z | Checking resolv-conf v0.7.0 |
2019 | 2025-01-10T21:16:58.521Z | Checking tungstenite v0.24.0 |
2020 | 2025-01-10T21:16:58.566Z | Checking schemars v0.8.21 |
2021 | 2025-01-10T21:16:58.632Z | Checking hyper-util v0.1.10 |
2022 | 2025-01-10T21:16:58.708Z | Checking publicsuffix v2.2.3 |
2023 | 2025-01-10T21:16:58.784Z | Checking sec1 v0.7.3 |
2024 | 2025-01-10T21:16:58.910Z | Checking tokio-rustls v0.25.0 |
2025 | 2025-01-10T21:16:58.940Z | Checking slog-term v2.9.1 |
2026 | 2025-01-10T21:16:59.024Z | Checking tokio-rustls v0.26.0 |
2027 | 2025-01-10T21:16:59.155Z | Checking heapless v0.7.17 |
2028 | 2025-01-10T21:16:59.290Z | Checking hickory-proto v0.24.1 |
2029 | 2025-01-10T21:16:59.422Z | Checking usdt v0.5.0 |
2030 | 2025-01-10T21:16:59.435Z | Checking group v0.13.0 |
2031 | 2025-01-10T21:16:59.437Z | Checking num-iter v0.1.45 |
2032 | 2025-01-10T21:16:59.610Z | Checking futures v0.3.31 |
2033 | 2025-01-10T21:16:59.672Z | Checking slog-bunyan v2.5.0 |
2034 | 2025-01-10T21:16:59.675Z | Checking tokio-native-tls v0.3.1 |
2035 | 2025-01-10T21:16:59.721Z | Checking rayon-core v1.12.1 |
2036 | 2025-01-10T21:16:59.833Z | Checking multer v3.1.0 |
2037 | 2025-01-10T21:16:59.940Z | Checking terminal_size v0.4.0 |
2038 | 2025-01-10T21:17:00.216Z | Checking phf_shared v0.11.2 |
2039 | 2025-01-10T21:17:00.219Z | Checking cookie v0.18.1 |
2040 | 2025-01-10T21:17:00.254Z | Checking async-stream v0.3.6 |
2041 | 2025-01-10T21:17:00.373Z | Checking bzip2-sys v0.1.11+1.0.8 |
2042 | 2025-01-10T21:17:00.396Z | Checking camino v1.1.9 |
2043 | 2025-01-10T21:17:00.431Z | Checking signal-hook v0.3.17 |
2044 | 2025-01-10T21:17:00.489Z | Checking waitgroup v0.1.2 |
2045 | 2025-01-10T21:17:00.505Z | Checking openapiv3 v2.0.0 |
2046 | 2025-01-10T21:17:00.602Z | Checking webpki-roots v0.26.6 |
2047 | 2025-01-10T21:17:00.633Z | Checking serde_path_to_error v0.1.16 |
2048 | 2025-01-10T21:17:00.683Z | Checking idna v0.5.0 |
2049 | 2025-01-10T21:17:00.767Z | Checking hkdf v0.12.4 |
2050 | 2025-01-10T21:17:00.811Z | Checking crypto-bigint v0.5.5 |
2051 | 2025-01-10T21:17:00.963Z | Checking hostname v0.4.0 |
2052 | 2025-01-10T21:17:00.965Z | Checking crc32fast v1.4.2 |
2053 | 2025-01-10T21:17:01.095Z | Checking debug-ignore v1.0.5 |
2054 | 2025-01-10T21:17:01.194Z | Checking winnow v0.5.40 |
2055 | 2025-01-10T21:17:01.215Z | Checking strsim v0.11.1 |
2056 | 2025-01-10T21:17:01.236Z | Checking unicode-width v0.1.14 |
2057 | 2025-01-10T21:17:01.498Z | Checking clap_lex v0.7.2 |
2058 | 2025-01-10T21:17:01.514Z | Checking managed v0.8.0 |
2059 | 2025-01-10T21:17:01.688Z | Checking bitflags v1.3.2 |
2060 | 2025-01-10T21:17:01.738Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2061 | 2025-01-10T21:17:01.785Z | Checking clap_builder v4.5.21 |
2062 | 2025-01-10T21:17:01.911Z | Checking smoltcp v0.9.1 |
2063 | 2025-01-10T21:17:02.008Z | Checking console v0.15.8 |
2064 | 2025-01-10T21:17:02.641Z | Checking cookie_store v0.21.0 |
2065 | 2025-01-10T21:17:03.375Z | Checking flate2 v1.0.34 |
2066 | 2025-01-10T21:17:03.404Z | Checking hyper-rustls v0.27.3 |
2067 | 2025-01-10T21:17:03.713Z | Checking elliptic-curve v0.13.8 |
2068 | 2025-01-10T21:17:03.739Z | Checking signal-hook-mio v0.2.4 |
2069 | 2025-01-10T21:17:03.854Z | Checking backtrace v0.3.74 |
2070 | 2025-01-10T21:17:03.871Z | Checking hyper-tls v0.6.0 |
2071 | 2025-01-10T21:17:03.974Z | Checking dropshot v0.12.0 |
2072 | 2025-01-10T21:17:04.005Z | Checking phf v0.11.2 |
2073 | 2025-01-10T21:17:04.137Z | Checking bzip2 v0.4.4 |
2074 | 2025-01-10T21:17:04.152Z | Checking hickory-resolver v0.24.1 |
2075 | 2025-01-10T21:17:04.235Z | Checking toml_edit v0.19.15 |
2076 | 2025-01-10T21:17:04.258Z | Checking rayon v1.10.0 |
2077 | 2025-01-10T21:17:04.358Z | Checking num-bigint-dig v0.8.4 |
2078 | 2025-01-10T21:17:04.411Z | Checking anyhow v1.0.93 |
2079 | 2025-01-10T21:17:04.426Z | Checking tokio-tungstenite v0.24.0 |
2080 | 2025-01-10T21:17:04.778Z | Checking postgres-types v0.2.8 |
2081 | 2025-01-10T21:17:04.875Z | Checking regex v1.11.1 |
2082 | 2025-01-10T21:17:04.892Z | Checking bstr v1.10.0 |
2083 | 2025-01-10T21:17:05.522Z | Checking tokio-stream v0.1.16 |
2084 | 2025-01-10T21:17:05.526Z | Checking ed25519 v2.2.3 |
2085 | 2025-01-10T21:17:05.803Z | Checking phf_shared v0.10.0 |
2086 | 2025-01-10T21:17:05.832Z | Checking curve25519-dalek v4.1.3 |
2087 | 2025-01-10T21:17:05.853Z | Checking zerocopy v0.6.6 |
2088 | 2025-01-10T21:17:06.077Z | Checking hubpack v0.1.2 |
2089 | 2025-01-10T21:17:06.387Z | Checking portable-atomic v1.9.0 |
2090 | 2025-01-10T21:17:06.407Z | Checking pkcs1 v0.7.5 |
2091 | 2025-01-10T21:17:06.555Z | Checking float-cmp v0.9.0 |
2092 | 2025-01-10T21:17:06.641Z | Checking serde-big-array v0.5.1 |
2093 | 2025-01-10T21:17:06.715Z | Checking rfc6979 v0.4.0 |
2094 | 2025-01-10T21:17:06.749Z | Checking sync_wrapper v1.0.1 |
2095 | 2025-01-10T21:17:06.823Z | Checking new_debug_unreachable v1.0.6 |
2096 | 2025-01-10T21:17:06.853Z | Checking minimal-lexical v0.2.1 |
2097 | 2025-01-10T21:17:06.888Z | Checking static_assertions v1.1.0 |
2098 | 2025-01-10T21:17:06.890Z | Checking difflib v0.4.0 |
2099 | 2025-01-10T21:17:06.920Z | Checking predicates-core v1.0.8 |
2100 | 2025-01-10T21:17:06.986Z | Checking precomputed-hash v0.1.1 |
2101 | 2025-01-10T21:17:07.089Z | Checking number_prefix v0.4.0 |
2102 | 2025-01-10T21:17:07.105Z | Checking fixedbitset v0.4.2 |
2103 | 2025-01-10T21:17:07.215Z | Checking whoami v1.5.2 |
2104 | 2025-01-10T21:17:07.242Z | Checking unicode-width v0.2.0 |
2105 | 2025-01-10T21:17:07.283Z | Checking unicode-segmentation v1.12.0 |
2106 | 2025-01-10T21:17:07.380Z | Checking bit-vec v0.6.3 |
2107 | 2025-01-10T21:17:07.405Z | Checking normalize-line-endings v0.3.0 |
2108 | 2025-01-10T21:17:07.513Z | Checking tokio-postgres v0.7.12 |
2109 | 2025-01-10T21:17:07.528Z | Checking predicates v3.1.2 |
2110 | 2025-01-10T21:17:07.673Z | Checking ed25519-dalek v2.1.1 |
2111 | 2025-01-10T21:17:07.709Z | Checking bit-set v0.5.3 |
2112 | 2025-01-10T21:17:07.726Z | Checking petgraph v0.6.5 |
2113 | 2025-01-10T21:17:07.729Z | Checking qorb v0.2.1 |
2114 | 2025-01-10T21:17:07.948Z | Checking nom v7.1.3 |
2115 | 2025-01-10T21:17:07.964Z | Checking similar v2.6.0 |
2116 | 2025-01-10T21:17:08.066Z | Checking indicatif v0.17.9 |
2117 | 2025-01-10T21:17:08.082Z | Checking string_cache v0.8.7 |
2118 | 2025-01-10T21:17:08.158Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2119 | 2025-01-10T21:17:08.369Z | Checking reqwest v0.12.9 |
2120 | 2025-01-10T21:17:08.814Z | Checking ecdsa v0.16.9 |
2121 | 2025-01-10T21:17:08.830Z | Checking rsa v0.9.6 |
2122 | 2025-01-10T21:17:09.540Z | Checking toml v0.7.8 |
2123 | 2025-01-10T21:17:09.910Z | Checking clap v4.5.21 |
2124 | 2025-01-10T21:17:10.033Z | Checking zip v0.6.6 |
2125 | 2025-01-10T21:17:10.225Z | Checking crossterm v0.28.1 |
2126 | 2025-01-10T21:17:10.270Z | Checking itertools v0.10.5 |
2127 | 2025-01-10T21:17:10.360Z | Checking itertools v0.12.1 |
2128 | 2025-01-10T21:17:10.655Z | Checking fs-err v2.11.0 |
2129 | 2025-01-10T21:17:10.687Z | Checking ahash v0.8.11 |
2130 | 2025-01-10T21:17:11.040Z | Checking x509-cert v0.2.5 |
2131 | 2025-01-10T21:17:11.105Z | Checking semver v1.0.23 |
2132 | 2025-01-10T21:17:11.219Z | Checking hex v0.4.3 |
2133 | 2025-01-10T21:17:11.281Z | Checking peg-runtime v0.8.3 |
2134 | 2025-01-10T21:17:11.516Z | Checking lalrpop-util v0.19.12 |
2135 | 2025-01-10T21:17:11.544Z | Checking sigpipe v0.1.3 |
2136 | 2025-01-10T21:17:13.093Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2137 | 2025-01-10T21:17:13.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.13s |
2138 | 2025-01-10T21:17:13.572Z | |
2139 | 2025-01-10T21:17:13.572Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2140 | 2025-01-10T21:17:14.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2141 | 2025-01-10T21:17:14.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2142 | 2025-01-10T21:17:14.253Z | Compiling hashbrown v0.14.5 |
2143 | 2025-01-10T21:17:14.373Z | Checking heck v0.5.0 |
2144 | 2025-01-10T21:17:14.387Z | Compiling unsafe-libyaml v0.2.11 |
2145 | 2025-01-10T21:17:14.401Z | Checking ipnetwork v0.20.0 |
2146 | 2025-01-10T21:17:14.403Z | Compiling ident_case v1.0.1 |
2147 | 2025-01-10T21:17:14.425Z | Checking progenitor-client v0.8.0 |
2148 | 2025-01-10T21:17:14.439Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2149 | 2025-01-10T21:17:14.532Z | Checking newtype-uuid v1.1.3 |
2150 | 2025-01-10T21:17:14.576Z | Compiling darling_core v0.20.10 |
2151 | 2025-01-10T21:17:14.745Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2152 | 2025-01-10T21:17:14.770Z | Compiling proc-macro-crate v1.3.1 |
2153 | 2025-01-10T21:17:14.773Z | Compiling structmeta-derive v0.3.0 |
2154 | 2025-01-10T21:17:14.824Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2155 | 2025-01-10T21:17:15.091Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2156 | 2025-01-10T21:17:15.114Z | Compiling lzma-sys v0.1.20 |
2157 | 2025-01-10T21:17:15.511Z | Checking regress v0.10.1 |
2158 | 2025-01-10T21:17:15.849Z | Compiling serde_yaml v0.9.34+deprecated |
2159 | 2025-01-10T21:17:15.899Z | Compiling num_enum_derive v0.5.11 |
2160 | 2025-01-10T21:17:16.311Z | Compiling foreign-types-macros v0.2.3 |
2161 | 2025-01-10T21:17:16.327Z | Compiling dropshot v0.13.0 |
2162 | 2025-01-10T21:17:16.625Z | Checking arc-swap v1.7.1 |
2163 | 2025-01-10T21:17:17.047Z | Checking foreign-types-shared v0.3.1 |
2164 | 2025-01-10T21:17:17.163Z | Checking slog-scope v4.4.0 |
2165 | 2025-01-10T21:17:17.421Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2166 | 2025-01-10T21:17:17.618Z | Checking foreign-types v0.5.0 |
2167 | 2025-01-10T21:17:17.844Z | Compiling structmeta v0.3.0 |
2168 | 2025-01-10T21:17:17.905Z | Compiling proc-macro-error v1.0.4 |
2169 | 2025-01-10T21:17:18.225Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2170 | 2025-01-10T21:17:18.252Z | Compiling parse-display-derive v0.10.0 |
2171 | 2025-01-10T21:17:18.339Z | Checking tungstenite v0.21.0 |
2172 | 2025-01-10T21:17:18.480Z | Checking num_enum v0.5.11 |
2173 | 2025-01-10T21:17:18.633Z | Compiling heck v0.3.3 |
2174 | 2025-01-10T21:17:18.649Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2175 | 2025-01-10T21:17:19.069Z | Compiling dropshot_endpoint v0.13.0 |
2176 | 2025-01-10T21:17:19.129Z | Checking typify-impl v0.2.0 |
2177 | 2025-01-10T21:17:19.301Z | Checking cstr-argument v0.1.2 |
2178 | 2025-01-10T21:17:19.479Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2179 | 2025-01-10T21:17:20.171Z | Checking instant v0.1.13 |
2180 | 2025-01-10T21:17:20.261Z | Checking fastrand v2.1.1 |
2181 | 2025-01-10T21:17:20.291Z | Checking pretty-hex v0.2.1 |
2182 | 2025-01-10T21:17:20.457Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2183 | 2025-01-10T21:17:20.590Z | Checking base64 v0.21.7 |
2184 | 2025-01-10T21:17:20.816Z | Checking tempfile v3.13.0 |
2185 | 2025-01-10T21:17:20.870Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2186 | 2025-01-10T21:17:21.060Z | Checking backoff v0.4.0 |
2187 | 2025-01-10T21:17:21.149Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2188 | 2025-01-10T21:17:21.194Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2189 | 2025-01-10T21:17:21.279Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2190 | 2025-01-10T21:17:21.376Z | Checking tokio-tungstenite v0.21.0 |
2191 | 2025-01-10T21:17:21.433Z | Compiling zone_cfg_derive v0.1.2 |
2192 | 2025-01-10T21:17:21.491Z | Checking strum v0.26.3 |
2193 | 2025-01-10T21:17:21.649Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2194 | 2025-01-10T21:17:21.667Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2195 | 2025-01-10T21:17:21.695Z | Compiling darling_macro v0.20.10 |
2196 | 2025-01-10T21:17:21.985Z | Checking slog-stdlog v4.1.1 |
2197 | 2025-01-10T21:17:22.049Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2198 | 2025-01-10T21:17:22.151Z | Checking regress v0.9.1 |
2199 | 2025-01-10T21:17:22.195Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2200 | 2025-01-10T21:17:22.388Z | Checking colored v2.1.0 |
2201 | 2025-01-10T21:17:22.534Z | Checking macaddr v1.0.1 |
2202 | 2025-01-10T21:17:22.691Z | Compiling darling v0.20.10 |
2203 | 2025-01-10T21:17:22.725Z | Checking base64 v0.13.1 |
2204 | 2025-01-10T21:17:22.811Z | Compiling serde_with_macros v3.11.0 |
2205 | 2025-01-10T21:17:22.949Z | Checking parse-display v0.10.0 |
2206 | 2025-01-10T21:17:22.964Z | Checking zone v0.1.8 |
2207 | 2025-01-10T21:17:23.129Z | Checking ron v0.7.1 |
2208 | 2025-01-10T21:17:23.190Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2209 | 2025-01-10T21:17:23.638Z | Checking slog-envlogger v2.2.0 |
2210 | 2025-01-10T21:17:23.662Z | Checking xz2 v0.1.7 |
2211 | 2025-01-10T21:17:23.863Z | Checking tabwriter v1.4.0 |
2212 | 2025-01-10T21:17:23.964Z | Checking xattr v1.3.1 |
2213 | 2025-01-10T21:17:24.098Z | Checking pem v3.0.4 |
2214 | 2025-01-10T21:17:24.156Z | Checking yasna v0.5.2 |
2215 | 2025-01-10T21:17:24.261Z | Checking headers-core v0.3.0 |
2216 | 2025-01-10T21:17:24.373Z | Checking smf v0.2.3 |
2217 | 2025-01-10T21:17:24.402Z | Checking filetime v0.2.25 |
2218 | 2025-01-10T21:17:24.598Z | Checking same-file v1.0.6 |
2219 | 2025-01-10T21:17:24.779Z | Checking walkdir v2.5.0 |
2220 | 2025-01-10T21:17:24.843Z | Checking tar v0.4.42 |
2221 | 2025-01-10T21:17:24.946Z | Checking headers v0.4.0 |
2222 | 2025-01-10T21:17:25.021Z | Checking rcgen v0.12.1 |
2223 | 2025-01-10T21:17:25.056Z | Checking atomicwrites v0.4.4 |
2224 | 2025-01-10T21:17:25.245Z | Checking camino-tempfile v1.1.1 |
2225 | 2025-01-10T21:17:25.530Z | Checking subprocess v0.2.9 |
2226 | 2025-01-10T21:17:25.755Z | Checking serde_with v3.11.0 |
2227 | 2025-01-10T21:17:29.815Z | Compiling typify-macro v0.2.0 |
2228 | 2025-01-10T21:17:31.732Z | Compiling typify v0.2.0 |
2229 | 2025-01-10T21:17:31.805Z | Compiling progenitor-impl v0.8.0 |
2230 | 2025-01-10T21:17:35.079Z | Compiling progenitor-macro v0.8.0 |
2231 | 2025-01-10T21:17:39.934Z | Checking progenitor v0.8.0 |
2232 | 2025-01-10T21:17:40.093Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2233 | 2025-01-10T21:17:40.098Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2234 | 2025-01-10T21:17:42.861Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2235 | 2025-01-10T21:17:43.238Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2236 | 2025-01-10T21:17:49.952Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2237 | 2025-01-10T21:17:51.532Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2238 | 2025-01-10T21:17:52.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.27s |
2239 | 2025-01-10T21:17:53.014Z | |
2240 | 2025-01-10T21:17:53.014Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2241 | 2025-01-10T21:17:53.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2025-01-10T21:17:53.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2025-01-10T21:17:53.687Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2244 | 2025-01-10T21:17:55.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s |
2245 | 2025-01-10T21:17:55.355Z | |
2246 | 2025-01-10T21:17:55.355Z | info: running `cargo check --bins` on nexus-config (31/176) |
2247 | 2025-01-10T21:17:55.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2248 | 2025-01-10T21:17:55.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2249 | 2025-01-10T21:17:55.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2250 | 2025-01-10T21:17:55.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2251 | 2025-01-10T21:17:55.995Z | |
2252 | 2025-01-10T21:17:55.995Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2253 | 2025-01-10T21:17:56.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2254 | 2025-01-10T21:17:56.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2255 | 2025-01-10T21:17:56.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2256 | 2025-01-10T21:17:56.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2257 | 2025-01-10T21:17:56.621Z | |
2258 | 2025-01-10T21:17:56.621Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2259 | 2025-01-10T21:17:57.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2260 | 2025-01-10T21:17:57.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2261 | 2025-01-10T21:17:57.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2262 | 2025-01-10T21:17:57.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2263 | 2025-01-10T21:17:57.269Z | |
2264 | 2025-01-10T21:17:57.269Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2265 | 2025-01-10T21:17:57.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2266 | 2025-01-10T21:17:57.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2267 | 2025-01-10T21:17:57.972Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2268 | 2025-01-10T21:17:58.081Z | Compiling ipnetwork v0.20.0 |
2269 | 2025-01-10T21:17:58.081Z | Compiling zerocopy v0.8.10 |
2270 | 2025-01-10T21:17:58.083Z | Compiling progenitor-client v0.8.0 |
2271 | 2025-01-10T21:17:58.083Z | Compiling itertools v0.13.0 |
2272 | 2025-01-10T21:17:58.083Z | Compiling zerocopy-derive v0.8.10 |
2273 | 2025-01-10T21:17:58.083Z | Compiling heapless v0.8.0 |
2274 | 2025-01-10T21:17:58.083Z | Checking hash32 v0.3.1 |
2275 | 2025-01-10T21:17:58.257Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2276 | 2025-01-10T21:17:58.422Z | Compiling instant v0.1.13 |
2277 | 2025-01-10T21:17:58.565Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2278 | 2025-01-10T21:17:58.581Z | Compiling progenitor v0.8.0 |
2279 | 2025-01-10T21:17:58.829Z | Compiling smoltcp v0.11.0 |
2280 | 2025-01-10T21:17:58.956Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2281 | 2025-01-10T21:17:59.004Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2282 | 2025-01-10T21:17:59.039Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2283 | 2025-01-10T21:17:59.307Z | Compiling backoff v0.4.0 |
2284 | 2025-01-10T21:17:59.579Z | Compiling dropshot v0.13.0 |
2285 | 2025-01-10T21:17:59.626Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2286 | 2025-01-10T21:17:59.943Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2287 | 2025-01-10T21:17:59.987Z | Compiling serde_with v3.11.0 |
2288 | 2025-01-10T21:18:00.090Z | Compiling parse-display v0.10.0 |
2289 | 2025-01-10T21:18:00.126Z | Checking num-rational v0.4.2 |
2290 | 2025-01-10T21:18:00.835Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2291 | 2025-01-10T21:18:01.010Z | Compiling regress v0.9.1 |
2292 | 2025-01-10T21:18:01.357Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2293 | 2025-01-10T21:18:02.641Z | Compiling phf_generator v0.11.2 |
2294 | 2025-01-10T21:18:02.837Z | Checking num-complex v0.4.6 |
2295 | 2025-01-10T21:18:04.112Z | Compiling macaddr v1.0.1 |
2296 | 2025-01-10T21:18:04.302Z | Checking cobs v0.2.3 |
2297 | 2025-01-10T21:18:04.495Z | Checking postcard v1.0.10 |
2298 | 2025-01-10T21:18:04.576Z | Checking num v0.4.3 |
2299 | 2025-01-10T21:18:04.764Z | Compiling phf_codegen v0.11.2 |
2300 | 2025-01-10T21:18:05.111Z | Compiling parse-zoneinfo v0.3.1 |
2301 | 2025-01-10T21:18:06.275Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2302 | 2025-01-10T21:18:06.571Z | Compiling float-ord v0.3.2 |
2303 | 2025-01-10T21:18:06.895Z | Compiling convert_case v0.4.0 |
2304 | 2025-01-10T21:18:07.208Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2305 | 2025-01-10T21:18:07.426Z | Compiling chrono-tz-build v0.4.0 |
2306 | 2025-01-10T21:18:07.507Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2307 | 2025-01-10T21:18:07.905Z | Compiling derive_more v0.99.18 |
2308 | 2025-01-10T21:18:08.117Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2309 | 2025-01-10T21:18:08.373Z | Compiling crucible-workspace-hack v0.1.0 |
2310 | 2025-01-10T21:18:08.401Z | Compiling thiserror v2.0.3 |
2311 | 2025-01-10T21:18:08.697Z | Checking newline-converter v0.3.0 |
2312 | 2025-01-10T21:18:08.856Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2313 | 2025-01-10T21:18:08.908Z | Compiling chrono-tz v0.10.0 |
2314 | 2025-01-10T21:18:09.342Z | Checking prettyplease v0.2.25 |
2315 | 2025-01-10T21:18:09.398Z | Compiling thiserror-impl v2.0.3 |
2316 | 2025-01-10T21:18:09.580Z | Compiling slog-dtrace v0.3.0 |
2317 | 2025-01-10T21:18:09.602Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2318 | 2025-01-10T21:18:09.869Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2319 | 2025-01-10T21:18:10.077Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2320 | 2025-01-10T21:18:11.364Z | Checking expectorate v1.1.0 |
2321 | 2025-01-10T21:18:11.509Z | Compiling zone_cfg_derive v0.3.0 |
2322 | 2025-01-10T21:18:11.677Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2323 | 2025-01-10T21:18:11.953Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2324 | 2025-01-10T21:18:12.511Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2325 | 2025-01-10T21:18:13.001Z | Compiling const_format_proc_macros v0.2.33 |
2326 | 2025-01-10T21:18:13.005Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2327 | 2025-01-10T21:18:13.133Z | Compiling num-derive v0.4.2 |
2328 | 2025-01-10T21:18:13.374Z | Checking highway v1.2.0 |
2329 | 2025-01-10T21:18:13.448Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2330 | 2025-01-10T21:18:13.672Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2331 | 2025-01-10T21:18:13.794Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2332 | 2025-01-10T21:18:14.065Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2333 | 2025-01-10T21:18:14.105Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2334 | 2025-01-10T21:18:14.355Z | Checking zone v0.3.0 |
2335 | 2025-01-10T21:18:14.819Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2336 | 2025-01-10T21:18:15.057Z | Checking const_format v0.2.33 |
2337 | 2025-01-10T21:18:15.490Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2338 | 2025-01-10T21:18:15.503Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2339 | 2025-01-10T21:18:15.515Z | Checking gethostname v0.5.0 |
2340 | 2025-01-10T21:18:15.515Z | Checking bcs v0.1.6 |
2341 | 2025-01-10T21:18:15.590Z | Compiling async-recursion v1.1.1 |
2342 | 2025-01-10T21:18:15.691Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2343 | 2025-01-10T21:18:15.694Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2344 | 2025-01-10T21:18:18.254Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2345 | 2025-01-10T21:18:22.660Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2346 | 2025-01-10T21:18:26.069Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2347 | 2025-01-10T21:18:28.796Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2348 | 2025-01-10T21:18:30.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.75s |
2349 | 2025-01-10T21:18:30.207Z | |
2350 | 2025-01-10T21:18:30.207Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2351 | 2025-01-10T21:18:30.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2352 | 2025-01-10T21:18:30.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2353 | 2025-01-10T21:18:30.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2354 | 2025-01-10T21:18:30.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2355 | 2025-01-10T21:18:30.864Z | |
2356 | 2025-01-10T21:18:30.864Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2357 | 2025-01-10T21:18:31.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2358 | 2025-01-10T21:18:31.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2359 | 2025-01-10T21:18:31.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2360 | 2025-01-10T21:18:31.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2361 | 2025-01-10T21:18:31.506Z | |
2362 | 2025-01-10T21:18:31.506Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2363 | 2025-01-10T21:18:32.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2364 | 2025-01-10T21:18:32.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2365 | 2025-01-10T21:18:32.182Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2366 | 2025-01-10T21:18:32.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
2367 | 2025-01-10T21:18:33.013Z | |
2368 | 2025-01-10T21:18:33.013Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2369 | 2025-01-10T21:18:33.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2370 | 2025-01-10T21:18:33.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2371 | 2025-01-10T21:18:33.708Z | Compiling cfg_aliases v0.1.1 |
2372 | 2025-01-10T21:18:33.711Z | Compiling vte_generate_state_changes v0.1.2 |
2373 | 2025-01-10T21:18:33.711Z | Checking fd-lock v4.0.2 |
2374 | 2025-01-10T21:18:33.711Z | Checking nibble_vec v0.1.0 |
2375 | 2025-01-10T21:18:33.711Z | Checking endian-type v0.1.2 |
2376 | 2025-01-10T21:18:33.711Z | Checking bytecount v0.6.8 |
2377 | 2025-01-10T21:18:33.826Z | Compiling tabled_derive v0.7.0 |
2378 | 2025-01-10T21:18:33.871Z | Compiling peg-macros v0.8.4 |
2379 | 2025-01-10T21:18:33.896Z | Compiling nix v0.28.0 |
2380 | 2025-01-10T21:18:33.985Z | Checking papergrid v0.11.0 |
2381 | 2025-01-10T21:18:34.001Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2382 | 2025-01-10T21:18:34.016Z | Compiling sqlparser_derive v0.2.2 |
2383 | 2025-01-10T21:18:34.060Z | Checking radix_trie v0.2.1 |
2384 | 2025-01-10T21:18:34.437Z | Checking vte v0.11.1 |
2385 | 2025-01-10T21:18:34.481Z | Checking nu-ansi-term v0.50.1 |
2386 | 2025-01-10T21:18:34.901Z | Checking home v0.5.9 |
2387 | 2025-01-10T21:18:35.038Z | Checking unicode_categories v0.1.1 |
2388 | 2025-01-10T21:18:35.097Z | Checking sqlparser v0.45.0 |
2389 | 2025-01-10T21:18:35.151Z | Checking display-error-chain v0.2.2 |
2390 | 2025-01-10T21:18:35.326Z | Checking sqlformat v0.2.6 |
2391 | 2025-01-10T21:18:35.791Z | Checking strip-ansi-escapes v0.2.0 |
2392 | 2025-01-10T21:18:35.947Z | Checking reedline v0.35.0 |
2393 | 2025-01-10T21:18:36.244Z | Checking tabled v0.15.0 |
2394 | 2025-01-10T21:18:36.750Z | Checking peg v0.8.4 |
2395 | 2025-01-10T21:18:36.997Z | Checking rustyline v14.0.0 |
2396 | 2025-01-10T21:18:46.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.05s |
2397 | 2025-01-10T21:18:46.258Z | |
2398 | 2025-01-10T21:18:46.258Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2399 | 2025-01-10T21:18:46.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2025-01-10T21:18:46.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2025-01-10T21:18:46.944Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2402 | 2025-01-10T21:18:52.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s |
2403 | 2025-01-10T21:18:52.319Z | |
2404 | 2025-01-10T21:18:52.319Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2405 | 2025-01-10T21:18:52.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2025-01-10T21:18:52.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2025-01-10T21:18:53.022Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2408 | 2025-01-10T21:18:56.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
2409 | 2025-01-10T21:18:57.065Z | |
2410 | 2025-01-10T21:18:57.065Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2411 | 2025-01-10T21:18:57.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2025-01-10T21:18:57.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2025-01-10T21:18:57.746Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2414 | 2025-01-10T21:19:02.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s |
2415 | 2025-01-10T21:19:02.797Z | |
2416 | 2025-01-10T21:19:02.797Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2417 | 2025-01-10T21:19:03.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2025-01-10T21:19:03.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2025-01-10T21:19:03.479Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2420 | 2025-01-10T21:19:08.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s |
2421 | 2025-01-10T21:19:08.619Z | |
2422 | 2025-01-10T21:19:08.619Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2423 | 2025-01-10T21:19:09.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2025-01-10T21:19:09.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2025-01-10T21:19:09.302Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2426 | 2025-01-10T21:19:13.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
2427 | 2025-01-10T21:19:13.594Z | |
2428 | 2025-01-10T21:19:13.594Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2429 | 2025-01-10T21:19:14.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2025-01-10T21:19:14.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2025-01-10T21:19:14.294Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2432 | 2025-01-10T21:19:18.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s |
2433 | 2025-01-10T21:19:18.618Z | |
2434 | 2025-01-10T21:19:18.618Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2435 | 2025-01-10T21:19:19.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2025-01-10T21:19:19.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2025-01-10T21:19:19.319Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2438 | 2025-01-10T21:19:24.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s |
2439 | 2025-01-10T21:19:24.674Z | |
2440 | 2025-01-10T21:19:24.674Z | info: running `cargo check --bins` on oximeter (46/176) |
2441 | 2025-01-10T21:19:25.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2025-01-10T21:19:25.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2025-01-10T21:19:25.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2025-01-10T21:19:25.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2445 | 2025-01-10T21:19:25.329Z | |
2446 | 2025-01-10T21:19:25.329Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2447 | 2025-01-10T21:19:25.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2025-01-10T21:19:25.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2025-01-10T21:19:25.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2450 | 2025-01-10T21:19:25.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2451 | 2025-01-10T21:19:25.960Z | |
2452 | 2025-01-10T21:19:25.960Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2453 | 2025-01-10T21:19:26.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2025-01-10T21:19:26.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2025-01-10T21:19:26.630Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2456 | 2025-01-10T21:19:28.890Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2457 | 2025-01-10T21:19:29.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
2458 | 2025-01-10T21:19:30.092Z | |
2459 | 2025-01-10T21:19:30.093Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2460 | 2025-01-10T21:19:30.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2025-01-10T21:19:30.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2025-01-10T21:19:30.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2025-01-10T21:19:30.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2464 | 2025-01-10T21:19:30.745Z | |
2465 | 2025-01-10T21:19:30.745Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2466 | 2025-01-10T21:19:31.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2025-01-10T21:19:31.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2025-01-10T21:19:31.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2025-01-10T21:19:31.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2470 | 2025-01-10T21:19:31.399Z | |
2471 | 2025-01-10T21:19:31.399Z | info: running `cargo check --bins` on oxql-types (51/176) |
2472 | 2025-01-10T21:19:31.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2025-01-10T21:19:31.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2025-01-10T21:19:31.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2025-01-10T21:19:31.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2476 | 2025-01-10T21:19:32.063Z | |
2477 | 2025-01-10T21:19:32.063Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2478 | 2025-01-10T21:19:32.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2025-01-10T21:19:32.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2025-01-10T21:19:32.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2025-01-10T21:19:32.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2482 | 2025-01-10T21:19:32.759Z | |
2483 | 2025-01-10T21:19:32.759Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2484 | 2025-01-10T21:19:33.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2025-01-10T21:19:33.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2025-01-10T21:19:33.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2025-01-10T21:19:33.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2488 | 2025-01-10T21:19:33.423Z | |
2489 | 2025-01-10T21:19:33.423Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2490 | 2025-01-10T21:19:34.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2025-01-10T21:19:34.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2025-01-10T21:19:34.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2025-01-10T21:19:34.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2494 | 2025-01-10T21:19:34.083Z | |
2495 | 2025-01-10T21:19:34.083Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2496 | 2025-01-10T21:19:34.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2025-01-10T21:19:34.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2025-01-10T21:19:34.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2025-01-10T21:19:34.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2500 | 2025-01-10T21:19:34.744Z | |
2501 | 2025-01-10T21:19:34.745Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2502 | 2025-01-10T21:19:35.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2025-01-10T21:19:35.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2025-01-10T21:19:35.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2025-01-10T21:19:35.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2506 | 2025-01-10T21:19:35.392Z | |
2507 | 2025-01-10T21:19:35.392Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2508 | 2025-01-10T21:19:35.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2025-01-10T21:19:35.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2025-01-10T21:19:35.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2025-01-10T21:19:35.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2512 | 2025-01-10T21:19:36.039Z | |
2513 | 2025-01-10T21:19:36.039Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2514 | 2025-01-10T21:19:36.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2025-01-10T21:19:36.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2025-01-10T21:19:36.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2025-01-10T21:19:36.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2518 | 2025-01-10T21:19:36.690Z | |
2519 | 2025-01-10T21:19:36.690Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2520 | 2025-01-10T21:19:37.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2025-01-10T21:19:37.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2025-01-10T21:19:37.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2025-01-10T21:19:37.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2524 | 2025-01-10T21:19:37.357Z | |
2525 | 2025-01-10T21:19:37.358Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2526 | 2025-01-10T21:19:37.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2025-01-10T21:19:37.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2025-01-10T21:19:37.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2025-01-10T21:19:37.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2530 | 2025-01-10T21:19:38.005Z | |
2531 | 2025-01-10T21:19:38.005Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2532 | 2025-01-10T21:19:38.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2025-01-10T21:19:38.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2025-01-10T21:19:38.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2025-01-10T21:19:38.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2536 | 2025-01-10T21:19:38.661Z | |
2537 | 2025-01-10T21:19:38.661Z | info: running `cargo check --bins` on dpd-client (62/176) |
2538 | 2025-01-10T21:19:39.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2025-01-10T21:19:39.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2025-01-10T21:19:39.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2025-01-10T21:19:39.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2542 | 2025-01-10T21:19:39.302Z | |
2543 | 2025-01-10T21:19:39.302Z | info: running `cargo check --bins` on gateway-client (63/176) |
2544 | 2025-01-10T21:19:39.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2025-01-10T21:19:39.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2025-01-10T21:19:39.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2025-01-10T21:19:39.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2548 | 2025-01-10T21:19:39.945Z | |
2549 | 2025-01-10T21:19:39.945Z | info: running `cargo check --bins` on installinator-client (64/176) |
2550 | 2025-01-10T21:19:40.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2025-01-10T21:19:40.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2025-01-10T21:19:40.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2025-01-10T21:19:40.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2554 | 2025-01-10T21:19:40.607Z | |
2555 | 2025-01-10T21:19:40.607Z | info: running `cargo check --bins` on installinator-common (65/176) |
2556 | 2025-01-10T21:19:41.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2025-01-10T21:19:41.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2025-01-10T21:19:41.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2025-01-10T21:19:41.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2560 | 2025-01-10T21:19:41.275Z | |
2561 | 2025-01-10T21:19:41.275Z | info: running `cargo check --bins` on update-engine (66/176) |
2562 | 2025-01-10T21:19:41.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2025-01-10T21:19:41.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2025-01-10T21:19:41.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2025-01-10T21:19:41.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2566 | 2025-01-10T21:19:41.910Z | |
2567 | 2025-01-10T21:19:41.910Z | info: running `cargo check --bins` on nexus-client (67/176) |
2568 | 2025-01-10T21:19:42.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2025-01-10T21:19:42.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2025-01-10T21:19:42.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2025-01-10T21:19:42.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2572 | 2025-01-10T21:19:42.588Z | |
2573 | 2025-01-10T21:19:42.588Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2574 | 2025-01-10T21:19:43.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2025-01-10T21:19:43.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2025-01-10T21:19:43.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2025-01-10T21:19:43.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2578 | 2025-01-10T21:19:43.251Z | |
2579 | 2025-01-10T21:19:43.251Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2580 | 2025-01-10T21:19:43.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2025-01-10T21:19:43.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2025-01-10T21:19:43.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2025-01-10T21:19:43.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2584 | 2025-01-10T21:19:43.879Z | |
2585 | 2025-01-10T21:19:43.879Z | info: running `cargo check --bins` on nexus-types (70/176) |
2586 | 2025-01-10T21:19:44.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2025-01-10T21:19:44.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2025-01-10T21:19:44.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2025-01-10T21:19:44.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2590 | 2025-01-10T21:19:44.552Z | |
2591 | 2025-01-10T21:19:44.552Z | info: running `cargo check --bins` on oxide-client (71/176) |
2592 | 2025-01-10T21:19:45.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2025-01-10T21:19:45.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2025-01-10T21:19:45.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2025-01-10T21:19:45.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2596 | 2025-01-10T21:19:45.179Z | |
2597 | 2025-01-10T21:19:45.179Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2598 | 2025-01-10T21:19:45.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2025-01-10T21:19:45.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2025-01-10T21:19:45.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2025-01-10T21:19:45.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2602 | 2025-01-10T21:19:45.830Z | |
2603 | 2025-01-10T21:19:45.830Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2604 | 2025-01-10T21:19:46.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2025-01-10T21:19:46.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2025-01-10T21:19:46.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2025-01-10T21:19:46.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2608 | 2025-01-10T21:19:46.465Z | |
2609 | 2025-01-10T21:19:46.465Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2610 | 2025-01-10T21:19:47.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2025-01-10T21:19:47.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2025-01-10T21:19:47.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2025-01-10T21:19:47.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2614 | 2025-01-10T21:19:47.137Z | |
2615 | 2025-01-10T21:19:47.137Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2616 | 2025-01-10T21:19:47.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2025-01-10T21:19:47.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2025-01-10T21:19:47.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2025-01-10T21:19:47.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2620 | 2025-01-10T21:19:47.825Z | |
2621 | 2025-01-10T21:19:47.825Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2622 | 2025-01-10T21:19:48.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2025-01-10T21:19:48.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2025-01-10T21:19:48.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2625 | 2025-01-10T21:19:48.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2626 | 2025-01-10T21:19:48.500Z | |
2627 | 2025-01-10T21:19:48.500Z | info: running `cargo check --bins` on wicket-common (77/176) |
2628 | 2025-01-10T21:19:49.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2025-01-10T21:19:49.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2025-01-10T21:19:49.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2025-01-10T21:19:49.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2632 | 2025-01-10T21:19:49.165Z | |
2633 | 2025-01-10T21:19:49.165Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2634 | 2025-01-10T21:19:49.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2025-01-10T21:19:49.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2025-01-10T21:19:49.857Z | Checking csv-core v0.1.11 |
2637 | 2025-01-10T21:19:49.857Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2638 | 2025-01-10T21:19:49.861Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2639 | 2025-01-10T21:19:49.861Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2640 | 2025-01-10T21:19:50.144Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2641 | 2025-01-10T21:19:50.197Z | Checking csv v1.3.0 |
2642 | 2025-01-10T21:19:50.213Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2643 | 2025-01-10T21:19:50.819Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2644 | 2025-01-10T21:19:51.183Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2645 | 2025-01-10T21:19:52.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s |
2646 | 2025-01-10T21:19:53.161Z | |
2647 | 2025-01-10T21:19:53.161Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2648 | 2025-01-10T21:19:53.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2025-01-10T21:19:53.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2025-01-10T21:19:53.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2025-01-10T21:19:53.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2652 | 2025-01-10T21:19:53.817Z | |
2653 | 2025-01-10T21:19:53.817Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2654 | 2025-01-10T21:19:54.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2025-01-10T21:19:54.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2025-01-10T21:19:54.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2025-01-10T21:19:54.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2658 | 2025-01-10T21:19:54.476Z | |
2659 | 2025-01-10T21:19:54.476Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2660 | 2025-01-10T21:19:55.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2025-01-10T21:19:55.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2025-01-10T21:19:55.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2025-01-10T21:19:55.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2664 | 2025-01-10T21:19:55.252Z | |
2665 | 2025-01-10T21:19:55.252Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2666 | 2025-01-10T21:19:55.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2025-01-10T21:19:55.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2025-01-10T21:19:55.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2025-01-10T21:19:55.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2670 | 2025-01-10T21:19:56.011Z | |
2671 | 2025-01-10T21:19:56.011Z | info: running `cargo check --bins` on dns-server (83/176) |
2672 | 2025-01-10T21:19:56.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2025-01-10T21:19:56.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2025-01-10T21:19:56.698Z | Compiling parking_lot_core v0.8.6 |
2675 | 2025-01-10T21:19:56.700Z | Checking fxhash v0.2.1 |
2676 | 2025-01-10T21:19:56.700Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2677 | 2025-01-10T21:19:56.700Z | Checking hickory-server v0.24.1 |
2678 | 2025-01-10T21:19:56.801Z | Checking hickory-client v0.24.1 |
2679 | 2025-01-10T21:19:57.398Z | Checking parking_lot v0.11.2 |
2680 | 2025-01-10T21:19:57.561Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2681 | 2025-01-10T21:19:57.561Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2682 | 2025-01-10T21:19:57.651Z | Checking sled v0.34.7 |
2683 | 2025-01-10T21:19:59.486Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2684 | 2025-01-10T21:20:00.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s |
2685 | 2025-01-10T21:20:00.984Z | |
2686 | 2025-01-10T21:20:00.984Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2687 | 2025-01-10T21:20:01.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2025-01-10T21:20:01.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2025-01-10T21:20:01.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2025-01-10T21:20:01.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2691 | 2025-01-10T21:20:01.644Z | |
2692 | 2025-01-10T21:20:01.644Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2693 | 2025-01-10T21:20:02.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2025-01-10T21:20:02.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2025-01-10T21:20:02.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2025-01-10T21:20:02.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2697 | 2025-01-10T21:20:02.337Z | |
2698 | 2025-01-10T21:20:02.337Z | info: running `cargo check --bins` on gateway-types (86/176) |
2699 | 2025-01-10T21:20:02.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2025-01-10T21:20:02.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2025-01-10T21:20:02.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2702 | 2025-01-10T21:20:02.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2703 | 2025-01-10T21:20:03.004Z | |
2704 | 2025-01-10T21:20:03.005Z | info: running `cargo check --bins` on ipcc (87/176) |
2705 | 2025-01-10T21:20:03.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2025-01-10T21:20:03.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2025-01-10T21:20:03.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2708 | 2025-01-10T21:20:03.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2709 | 2025-01-10T21:20:03.642Z | |
2710 | 2025-01-10T21:20:03.642Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2711 | 2025-01-10T21:20:04.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2712 | 2025-01-10T21:20:04.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2713 | 2025-01-10T21:20:04.352Z | Compiling semver v0.1.20 |
2714 | 2025-01-10T21:20:04.352Z | Compiling radium v0.7.0 |
2715 | 2025-01-10T21:20:04.473Z | Checking tap v1.0.1 |
2716 | 2025-01-10T21:20:04.476Z | Compiling maybe-uninit v2.0.0 |
2717 | 2025-01-10T21:20:04.491Z | Checking password-hash v0.5.0 |
2718 | 2025-01-10T21:20:04.495Z | Checking blake2 v0.10.6 |
2719 | 2025-01-10T21:20:04.495Z | Checking crc-catalog v2.4.0 |
2720 | 2025-01-10T21:20:04.495Z | Compiling owo-colors v4.1.0 |
2721 | 2025-01-10T21:20:04.628Z | Checking wyz v0.5.1 |
2722 | 2025-01-10T21:20:04.670Z | Checking funty v2.0.0 |
2723 | 2025-01-10T21:20:04.785Z | Compiling rustc_version v0.1.7 |
2724 | 2025-01-10T21:20:04.898Z | Compiling cancel-safe-futures v0.1.5 |
2725 | 2025-01-10T21:20:04.950Z | Compiling packed_struct v0.10.1 |
2726 | 2025-01-10T21:20:05.009Z | Checking argon2 v0.5.3 |
2727 | 2025-01-10T21:20:05.128Z | Checking crc v3.2.1 |
2728 | 2025-01-10T21:20:05.144Z | Compiling packed_struct_codegen v0.10.1 |
2729 | 2025-01-10T21:20:05.217Z | Checking half v2.4.1 |
2730 | 2025-01-10T21:20:05.258Z | Compiling newtype_derive v0.1.6 |
2731 | 2025-01-10T21:20:05.410Z | Compiling indexmap v1.9.3 |
2732 | 2025-01-10T21:20:05.508Z | Checking ciborium-io v0.2.2 |
2733 | 2025-01-10T21:20:05.543Z | Checking nodrop v0.1.14 |
2734 | 2025-01-10T21:20:05.599Z | Checking bitvec v1.0.1 |
2735 | 2025-01-10T21:20:05.621Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2736 | 2025-01-10T21:20:05.655Z | Checking array-init v0.0.4 |
2737 | 2025-01-10T21:20:05.659Z | Checking ciborium-ll v0.2.2 |
2738 | 2025-01-10T21:20:05.709Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2739 | 2025-01-10T21:20:05.749Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2740 | 2025-01-10T21:20:05.912Z | Checking smallvec v0.6.14 |
2741 | 2025-01-10T21:20:06.002Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2742 | 2025-01-10T21:20:06.180Z | Checking libsw v3.3.1 |
2743 | 2025-01-10T21:20:06.296Z | Compiling memoffset v0.9.1 |
2744 | 2025-01-10T21:20:06.451Z | Checking termcolor v1.4.1 |
2745 | 2025-01-10T21:20:06.522Z | Checking bitfield v0.14.0 |
2746 | 2025-01-10T21:20:06.599Z | Checking hashbrown v0.12.3 |
2747 | 2025-01-10T21:20:06.636Z | Checking indent_write v2.2.0 |
2748 | 2025-01-10T21:20:06.790Z | Checking swrite v0.1.0 |
2749 | 2025-01-10T21:20:06.831Z | Checking linear-map v1.2.0 |
2750 | 2025-01-10T21:20:06.870Z | Checking env_logger v0.10.2 |
2751 | 2025-01-10T21:20:06.901Z | Checking ron v0.8.1 |
2752 | 2025-01-10T21:20:07.091Z | Checking serde-hex v0.1.0 |
2753 | 2025-01-10T21:20:07.292Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2754 | 2025-01-10T21:20:07.310Z | Checking ciborium v0.2.2 |
2755 | 2025-01-10T21:20:07.812Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2756 | 2025-01-10T21:20:08.188Z | Checking steno v0.4.1 |
2757 | 2025-01-10T21:20:08.214Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2758 | 2025-01-10T21:20:08.332Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2759 | 2025-01-10T21:20:08.350Z | Checking hashbrown v0.13.2 |
2760 | 2025-01-10T21:20:08.465Z | Checking crc-any v2.5.0 |
2761 | 2025-01-10T21:20:08.833Z | Checking humantime v2.1.0 |
2762 | 2025-01-10T21:20:08.974Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2763 | 2025-01-10T21:20:09.115Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2764 | 2025-01-10T21:20:09.360Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2765 | 2025-01-10T21:20:09.439Z | Checking object v0.30.4 |
2766 | 2025-01-10T21:20:09.630Z | Checking path-slash v0.1.5 |
2767 | 2025-01-10T21:20:09.743Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2768 | 2025-01-10T21:20:09.834Z | Checking nix v0.27.1 |
2769 | 2025-01-10T21:20:10.413Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2770 | 2025-01-10T21:20:10.913Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2771 | 2025-01-10T21:20:11.135Z | Checking tungstenite v0.23.0 |
2772 | 2025-01-10T21:20:11.179Z | Checking kstat-rs v0.2.4 |
2773 | 2025-01-10T21:20:11.199Z | Checking signal-hook-tokio v0.3.1 |
2774 | 2025-01-10T21:20:11.536Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2775 | 2025-01-10T21:20:11.810Z | Checking tokio-tungstenite v0.23.1 |
2776 | 2025-01-10T21:20:12.072Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2777 | 2025-01-10T21:20:12.567Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2778 | 2025-01-10T21:20:12.656Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2779 | 2025-01-10T21:20:19.238Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2780 | 2025-01-10T21:20:20.563Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2781 | 2025-01-10T21:20:23.955Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2782 | 2025-01-10T21:20:29.853Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2783 | 2025-01-10T21:20:30.573Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2784 | 2025-01-10T21:20:33.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.83s |
2785 | 2025-01-10T21:20:33.688Z | |
2786 | 2025-01-10T21:20:33.688Z | info: running `cargo check --bins` on gateway-api (89/176) |
2787 | 2025-01-10T21:20:34.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2025-01-10T21:20:34.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2025-01-10T21:20:34.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2025-01-10T21:20:34.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2791 | 2025-01-10T21:20:34.303Z | |
2792 | 2025-01-10T21:20:34.303Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2793 | 2025-01-10T21:20:34.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2025-01-10T21:20:34.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2025-01-10T21:20:34.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2025-01-10T21:20:34.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2797 | 2025-01-10T21:20:34.930Z | |
2798 | 2025-01-10T21:20:34.930Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2799 | 2025-01-10T21:20:35.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2025-01-10T21:20:35.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2025-01-10T21:20:35.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2025-01-10T21:20:35.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2803 | 2025-01-10T21:20:35.576Z | |
2804 | 2025-01-10T21:20:35.576Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2805 | 2025-01-10T21:20:36.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2025-01-10T21:20:36.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2025-01-10T21:20:36.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2025-01-10T21:20:36.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2809 | 2025-01-10T21:20:36.224Z | |
2810 | 2025-01-10T21:20:36.224Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2811 | 2025-01-10T21:20:36.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2025-01-10T21:20:36.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2025-01-10T21:20:36.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2025-01-10T21:20:36.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2815 | 2025-01-10T21:20:36.875Z | |
2816 | 2025-01-10T21:20:36.876Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2817 | 2025-01-10T21:20:37.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2025-01-10T21:20:37.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2025-01-10T21:20:37.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2025-01-10T21:20:37.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2821 | 2025-01-10T21:20:37.530Z | |
2822 | 2025-01-10T21:20:37.530Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2823 | 2025-01-10T21:20:38.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2025-01-10T21:20:38.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2025-01-10T21:20:38.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2025-01-10T21:20:38.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2827 | 2025-01-10T21:20:38.179Z | |
2828 | 2025-01-10T21:20:38.179Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2829 | 2025-01-10T21:20:38.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2025-01-10T21:20:38.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2025-01-10T21:20:38.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2025-01-10T21:20:38.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2833 | 2025-01-10T21:20:38.825Z | |
2834 | 2025-01-10T21:20:38.825Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2835 | 2025-01-10T21:20:39.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2025-01-10T21:20:39.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2025-01-10T21:20:39.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2025-01-10T21:20:39.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2839 | 2025-01-10T21:20:39.499Z | |
2840 | 2025-01-10T21:20:39.499Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2841 | 2025-01-10T21:20:40.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2025-01-10T21:20:40.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2025-01-10T21:20:40.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2025-01-10T21:20:40.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2845 | 2025-01-10T21:20:40.153Z | |
2846 | 2025-01-10T21:20:40.153Z | info: running `cargo check --bins` on sp-sim (99/176) |
2847 | 2025-01-10T21:20:40.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2025-01-10T21:20:40.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2025-01-10T21:20:40.812Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2850 | 2025-01-10T21:20:41.295Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2851 | 2025-01-10T21:20:43.216Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2852 | 2025-01-10T21:20:45.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s |
2853 | 2025-01-10T21:20:45.202Z | |
2854 | 2025-01-10T21:20:45.202Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2855 | 2025-01-10T21:20:45.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2025-01-10T21:20:45.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2025-01-10T21:20:45.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2025-01-10T21:20:45.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2859 | 2025-01-10T21:20:45.895Z | |
2860 | 2025-01-10T21:20:45.895Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2861 | 2025-01-10T21:20:46.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2025-01-10T21:20:46.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2025-01-10T21:20:46.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2025-01-10T21:20:46.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2865 | 2025-01-10T21:20:46.595Z | |
2866 | 2025-01-10T21:20:46.595Z | info: running `cargo check --bins` on db-macros (102/176) |
2867 | 2025-01-10T21:20:47.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2025-01-10T21:20:47.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2025-01-10T21:20:47.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2025-01-10T21:20:47.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2871 | 2025-01-10T21:20:47.222Z | |
2872 | 2025-01-10T21:20:47.223Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2873 | 2025-01-10T21:20:47.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2025-01-10T21:20:47.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2025-01-10T21:20:47.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2025-01-10T21:20:47.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2877 | 2025-01-10T21:20:47.853Z | |
2878 | 2025-01-10T21:20:47.853Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2879 | 2025-01-10T21:20:48.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2025-01-10T21:20:48.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2025-01-10T21:20:48.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2025-01-10T21:20:48.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2883 | 2025-01-10T21:20:48.540Z | |
2884 | 2025-01-10T21:20:48.540Z | info: running `cargo check --bins` on authz-macros (105/176) |
2885 | 2025-01-10T21:20:49.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2025-01-10T21:20:49.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2025-01-10T21:20:49.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2025-01-10T21:20:49.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2889 | 2025-01-10T21:20:49.164Z | |
2890 | 2025-01-10T21:20:49.164Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2891 | 2025-01-10T21:20:49.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2025-01-10T21:20:49.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2025-01-10T21:20:49.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2894 | 2025-01-10T21:20:49.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2895 | 2025-01-10T21:20:49.858Z | |
2896 | 2025-01-10T21:20:49.858Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2897 | 2025-01-10T21:20:50.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2898 | 2025-01-10T21:20:50.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2899 | 2025-01-10T21:20:50.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2900 | 2025-01-10T21:20:50.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2901 | 2025-01-10T21:20:50.555Z | |
2902 | 2025-01-10T21:20:50.555Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2903 | 2025-01-10T21:20:51.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2904 | 2025-01-10T21:20:51.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2905 | 2025-01-10T21:20:51.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2906 | 2025-01-10T21:20:51.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2907 | 2025-01-10T21:20:51.203Z | |
2908 | 2025-01-10T21:20:51.203Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2909 | 2025-01-10T21:20:51.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2910 | 2025-01-10T21:20:51.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2911 | 2025-01-10T21:20:51.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2912 | 2025-01-10T21:20:51.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2913 | 2025-01-10T21:20:51.874Z | |
2914 | 2025-01-10T21:20:51.874Z | info: running `cargo check --bins` on typed-rng (110/176) |
2915 | 2025-01-10T21:20:52.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2916 | 2025-01-10T21:20:52.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2917 | 2025-01-10T21:20:52.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2918 | 2025-01-10T21:20:52.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2919 | 2025-01-10T21:20:52.496Z | |
2920 | 2025-01-10T21:20:52.496Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2921 | 2025-01-10T21:20:53.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2922 | 2025-01-10T21:20:53.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2923 | 2025-01-10T21:20:53.260Z | Checking keccak v0.1.5 |
2924 | 2025-01-10T21:20:53.369Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2925 | 2025-01-10T21:20:53.372Z | Checking secrecy v0.8.0 |
2926 | 2025-01-10T21:20:53.372Z | Compiling unicase v2.7.0 |
2927 | 2025-01-10T21:20:53.372Z | Compiling same-file v1.0.6 |
2928 | 2025-01-10T21:20:53.391Z | Compiling tempfile v3.13.0 |
2929 | 2025-01-10T21:20:53.431Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2930 | 2025-01-10T21:20:53.434Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2931 | 2025-01-10T21:20:53.546Z | Compiling thiserror-impl-no-std v2.0.2 |
2932 | 2025-01-10T21:20:53.633Z | Checking sha3 v0.10.8 |
2933 | 2025-01-10T21:20:53.680Z | Compiling walkdir v2.5.0 |
2934 | 2025-01-10T21:20:53.768Z | Checking universal-hash v0.5.1 |
2935 | 2025-01-10T21:20:53.794Z | Compiling blake3 v1.5.4 |
2936 | 2025-01-10T21:20:53.830Z | Checking opaque-debug v0.3.1 |
2937 | 2025-01-10T21:20:53.928Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2938 | 2025-01-10T21:20:53.954Z | Checking poly1305 v0.8.0 |
2939 | 2025-01-10T21:20:53.979Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2940 | 2025-01-10T21:20:54.042Z | Checking chacha20 v0.9.1 |
2941 | 2025-01-10T21:20:54.213Z | Checking aead v0.5.2 |
2942 | 2025-01-10T21:20:54.268Z | Compiling memmap2 v0.9.5 |
2943 | 2025-01-10T21:20:54.409Z | Compiling arrayvec v0.7.6 |
2944 | 2025-01-10T21:20:54.426Z | Compiling libefi-sys v0.1.0 |
2945 | 2025-01-10T21:20:54.444Z | Compiling arrayref v0.3.9 |
2946 | 2025-01-10T21:20:54.473Z | Compiling constant_time_eq v0.3.1 |
2947 | 2025-01-10T21:20:54.560Z | Compiling salty v0.3.0 |
2948 | 2025-01-10T21:20:54.639Z | Checking chacha20poly1305 v0.10.1 |
2949 | 2025-01-10T21:20:54.741Z | Compiling toolchain_find v0.4.0 |
2950 | 2025-01-10T21:20:54.804Z | Compiling camino-tempfile v1.1.1 |
2951 | 2025-01-10T21:20:54.826Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2952 | 2025-01-10T21:20:54.992Z | Compiling bitfield-struct v0.6.2 |
2953 | 2025-01-10T21:20:55.168Z | Compiling topological-sort v0.2.2 |
2954 | 2025-01-10T21:20:55.249Z | Compiling mime_guess v2.0.5 |
2955 | 2025-01-10T21:20:55.389Z | Compiling rustfmt-wrapper v0.2.1 |
2956 | 2025-01-10T21:20:55.833Z | Compiling omicron-zone-package v0.12.0 |
2957 | 2025-01-10T21:20:55.933Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2958 | 2025-01-10T21:20:55.964Z | Checking primeorder v0.13.6 |
2959 | 2025-01-10T21:20:56.241Z | Checking env_filter v0.1.2 |
2960 | 2025-01-10T21:20:56.320Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2961 | 2025-01-10T21:20:56.419Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2962 | 2025-01-10T21:20:56.435Z | Checking p384 v0.13.0 |
2963 | 2025-01-10T21:20:56.467Z | Checking env_logger v0.11.5 |
2964 | 2025-01-10T21:20:56.619Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2965 | 2025-01-10T21:20:56.678Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2966 | 2025-01-10T21:20:56.696Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2967 | 2025-01-10T21:20:56.759Z | Checking thiserror-no-std v2.0.2 |
2968 | 2025-01-10T21:20:56.876Z | Checking vsss-rs v3.3.4 |
2969 | 2025-01-10T21:20:56.928Z | Checking lockfree-object-pool v0.1.6 |
2970 | 2025-01-10T21:20:56.970Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2971 | 2025-01-10T21:20:57.050Z | Checking simd-adler32 v0.3.7 |
2972 | 2025-01-10T21:20:57.175Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2973 | 2025-01-10T21:20:57.221Z | Checking bumpalo v3.16.0 |
2974 | 2025-01-10T21:20:57.411Z | Checking http-range v0.1.5 |
2975 | 2025-01-10T21:20:57.435Z | Compiling zip v2.1.3 |
2976 | 2025-01-10T21:20:57.503Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2977 | 2025-01-10T21:20:57.522Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2978 | 2025-01-10T21:20:57.592Z | Checking zopfli v0.8.1 |
2979 | 2025-01-10T21:20:57.777Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2980 | 2025-01-10T21:20:57.794Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2981 | 2025-01-10T21:20:58.258Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2982 | 2025-01-10T21:20:58.333Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2983 | 2025-01-10T21:20:58.466Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2984 | 2025-01-10T21:20:58.614Z | Checking nanorand v0.7.0 |
2985 | 2025-01-10T21:20:58.722Z | Checking atty v0.2.14 |
2986 | 2025-01-10T21:20:58.852Z | Checking glob v0.3.1 |
2987 | 2025-01-10T21:20:58.876Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2988 | 2025-01-10T21:20:59.002Z | Checking flume v0.11.1 |
2989 | 2025-01-10T21:20:59.050Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2990 | 2025-01-10T21:20:59.173Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2991 | 2025-01-10T21:20:59.528Z | Checking hyper-staticfile v0.10.1 |
2992 | 2025-01-10T21:20:59.697Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2993 | 2025-01-10T21:21:00.460Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2994 | 2025-01-10T21:21:00.593Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2995 | 2025-01-10T21:21:00.892Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2996 | 2025-01-10T21:21:01.080Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2997 | 2025-01-10T21:21:01.099Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2998 | 2025-01-10T21:21:01.267Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2999 | 2025-01-10T21:21:01.855Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3000 | 2025-01-10T21:21:02.145Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3001 | 2025-01-10T21:21:02.653Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3002 | 2025-01-10T21:21:02.973Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3003 | 2025-01-10T21:21:06.053Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3004 | 2025-01-10T21:21:06.055Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3005 | 2025-01-10T21:21:15.266Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3006 | 2025-01-10T21:21:29.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.04s |
3007 | 2025-01-10T21:21:29.733Z | |
3008 | 2025-01-10T21:21:29.733Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
3009 | 2025-01-10T21:21:30.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2025-01-10T21:21:30.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2025-01-10T21:21:30.496Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3012 | 2025-01-10T21:21:44.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.10s |
3013 | 2025-01-10T21:21:45.035Z | |
3014 | 2025-01-10T21:21:45.036Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
3015 | 2025-01-10T21:21:45.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2025-01-10T21:21:45.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2025-01-10T21:21:45.793Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3018 | 2025-01-10T21:22:00.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.24s |
3019 | 2025-01-10T21:22:00.474Z | |
3020 | 2025-01-10T21:22:00.475Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
3021 | 2025-01-10T21:22:01.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2025-01-10T21:22:01.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2025-01-10T21:22:01.243Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3024 | 2025-01-10T21:22:15.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.06s |
3025 | 2025-01-10T21:22:15.739Z | |
3026 | 2025-01-10T21:22:15.739Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3027 | 2025-01-10T21:22:16.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2025-01-10T21:22:16.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2025-01-10T21:22:16.493Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3030 | 2025-01-10T21:22:30.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.22s |
3031 | 2025-01-10T21:22:31.160Z | |
3032 | 2025-01-10T21:22:31.160Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3033 | 2025-01-10T21:22:31.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2025-01-10T21:22:31.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2025-01-10T21:22:31.915Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3036 | 2025-01-10T21:22:46.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.18s |
3037 | 2025-01-10T21:22:46.546Z | |
3038 | 2025-01-10T21:22:46.546Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3039 | 2025-01-10T21:22:47.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2025-01-10T21:22:47.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2025-01-10T21:22:47.301Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3042 | 2025-01-10T21:23:01.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.25s |
3043 | 2025-01-10T21:23:01.993Z | |
3044 | 2025-01-10T21:23:01.993Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3045 | 2025-01-10T21:23:02.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2025-01-10T21:23:02.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2025-01-10T21:23:02.766Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3048 | 2025-01-10T21:23:17.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.09s |
3049 | 2025-01-10T21:23:17.286Z | |
3050 | 2025-01-10T21:23:17.287Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3051 | 2025-01-10T21:23:17.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2025-01-10T21:23:17.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2025-01-10T21:23:17.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2025-01-10T21:23:17.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3055 | 2025-01-10T21:23:17.973Z | |
3056 | 2025-01-10T21:23:17.973Z | info: running `cargo check --bins` on key-manager (120/176) |
3057 | 2025-01-10T21:23:18.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2025-01-10T21:23:18.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2025-01-10T21:23:18.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2025-01-10T21:23:18.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3061 | 2025-01-10T21:23:18.621Z | |
3062 | 2025-01-10T21:23:18.621Z | info: running `cargo check --bins` on range-requests (121/176) |
3063 | 2025-01-10T21:23:19.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2025-01-10T21:23:19.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2025-01-10T21:23:19.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2025-01-10T21:23:19.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3067 | 2025-01-10T21:23:19.257Z | |
3068 | 2025-01-10T21:23:19.257Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3069 | 2025-01-10T21:23:19.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2025-01-10T21:23:19.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2025-01-10T21:23:19.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2025-01-10T21:23:19.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3073 | 2025-01-10T21:23:19.916Z | |
3074 | 2025-01-10T21:23:19.916Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3075 | 2025-01-10T21:23:20.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2025-01-10T21:23:20.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2025-01-10T21:23:20.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3078 | 2025-01-10T21:23:20.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3079 | 2025-01-10T21:23:20.587Z | |
3080 | 2025-01-10T21:23:20.587Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3081 | 2025-01-10T21:23:21.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2025-01-10T21:23:21.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2025-01-10T21:23:21.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3084 | 2025-01-10T21:23:21.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3085 | 2025-01-10T21:23:21.229Z | |
3086 | 2025-01-10T21:23:21.229Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3087 | 2025-01-10T21:23:21.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2025-01-10T21:23:21.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2025-01-10T21:23:21.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3090 | 2025-01-10T21:23:21.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3091 | 2025-01-10T21:23:21.891Z | |
3092 | 2025-01-10T21:23:21.891Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3093 | 2025-01-10T21:23:22.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2025-01-10T21:23:22.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2025-01-10T21:23:22.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3096 | 2025-01-10T21:23:22.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3097 | 2025-01-10T21:23:22.558Z | |
3098 | 2025-01-10T21:23:22.558Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3099 | 2025-01-10T21:23:23.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2025-01-10T21:23:23.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2025-01-10T21:23:23.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3102 | 2025-01-10T21:23:23.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3103 | 2025-01-10T21:23:23.221Z | |
3104 | 2025-01-10T21:23:23.221Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176) |
3105 | 2025-01-10T21:23:23.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2025-01-10T21:23:23.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2025-01-10T21:23:23.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3108 | 2025-01-10T21:23:23.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3109 | 2025-01-10T21:23:23.901Z | |
3110 | 2025-01-10T21:23:23.901Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (129/176) |
3111 | 2025-01-10T21:23:24.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3112 | 2025-01-10T21:23:24.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3113 | 2025-01-10T21:23:24.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3114 | 2025-01-10T21:23:24.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3115 | 2025-01-10T21:23:24.578Z | |
3116 | 2025-01-10T21:23:24.578Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3117 | 2025-01-10T21:23:25.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3118 | 2025-01-10T21:23:25.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3119 | 2025-01-10T21:23:25.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3120 | 2025-01-10T21:23:25.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3121 | 2025-01-10T21:23:25.256Z | |
3122 | 2025-01-10T21:23:25.256Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3123 | 2025-01-10T21:23:25.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3124 | 2025-01-10T21:23:25.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3125 | 2025-01-10T21:23:25.975Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3126 | 2025-01-10T21:23:25.975Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3127 | 2025-01-10T21:23:26.881Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3128 | 2025-01-10T21:23:28.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s |
3129 | 2025-01-10T21:23:29.137Z | |
3130 | 2025-01-10T21:23:29.137Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3131 | 2025-01-10T21:23:29.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2025-01-10T21:23:29.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2025-01-10T21:23:29.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3134 | 2025-01-10T21:23:29.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3135 | 2025-01-10T21:23:29.809Z | |
3136 | 2025-01-10T21:23:29.809Z | info: running `cargo check --bins` on cert-dev (133/176) |
3137 | 2025-01-10T21:23:30.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3138 | 2025-01-10T21:23:30.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3139 | 2025-01-10T21:23:30.450Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3140 | 2025-01-10T21:23:30.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
3141 | 2025-01-10T21:23:30.891Z | |
3142 | 2025-01-10T21:23:30.891Z | info: running `cargo check --bins` on clickana (134/176) |
3143 | 2025-01-10T21:23:31.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3144 | 2025-01-10T21:23:31.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3145 | 2025-01-10T21:23:31.563Z | Checking castaway v0.2.3 |
3146 | 2025-01-10T21:23:31.566Z | Checking unicode-truncate v1.1.0 |
3147 | 2025-01-10T21:23:31.566Z | Checking lru v0.12.5 |
3148 | 2025-01-10T21:23:31.566Z | Compiling instability v0.3.2 |
3149 | 2025-01-10T21:23:31.566Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3150 | 2025-01-10T21:23:31.666Z | Checking cassowary v0.3.0 |
3151 | 2025-01-10T21:23:31.777Z | Checking compact_str v0.8.0 |
3152 | 2025-01-10T21:23:32.428Z | Checking ratatui v0.28.1 |
3153 | 2025-01-10T21:23:33.473Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3154 | 2025-01-10T21:23:34.518Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3155 | 2025-01-10T21:23:35.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
3156 | 2025-01-10T21:23:35.553Z | |
3157 | 2025-01-10T21:23:35.553Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3158 | 2025-01-10T21:23:36.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3159 | 2025-01-10T21:23:36.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3160 | 2025-01-10T21:23:36.265Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3161 | 2025-01-10T21:23:36.265Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3162 | 2025-01-10T21:23:37.337Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3163 | 2025-01-10T21:23:37.852Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3164 | 2025-01-10T21:23:38.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s |
3165 | 2025-01-10T21:23:38.422Z | |
3166 | 2025-01-10T21:23:38.422Z | info: running `cargo check --bins` on ch-dev (136/176) |
3167 | 2025-01-10T21:23:39.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3168 | 2025-01-10T21:23:39.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3169 | 2025-01-10T21:23:39.111Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3170 | 2025-01-10T21:23:39.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
3171 | 2025-01-10T21:23:40.025Z | |
3172 | 2025-01-10T21:23:40.025Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3173 | 2025-01-10T21:23:40.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3174 | 2025-01-10T21:23:40.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3175 | 2025-01-10T21:23:40.707Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3176 | 2025-01-10T21:23:41.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
3177 | 2025-01-10T21:23:41.262Z | |
3178 | 2025-01-10T21:23:41.262Z | info: running `cargo check --bins` on db-dev (138/176) |
3179 | 2025-01-10T21:23:41.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3180 | 2025-01-10T21:23:41.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3181 | 2025-01-10T21:23:41.951Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3182 | 2025-01-10T21:23:42.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
3183 | 2025-01-10T21:23:42.870Z | |
3184 | 2025-01-10T21:23:42.870Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3185 | 2025-01-10T21:23:43.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3186 | 2025-01-10T21:23:43.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3187 | 2025-01-10T21:23:43.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3188 | 2025-01-10T21:23:43.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3189 | 2025-01-10T21:23:43.544Z | |
3190 | 2025-01-10T21:23:43.544Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3191 | 2025-01-10T21:23:44.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3192 | 2025-01-10T21:23:44.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3193 | 2025-01-10T21:23:44.184Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3194 | 2025-01-10T21:23:45.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
3195 | 2025-01-10T21:23:45.262Z | |
3196 | 2025-01-10T21:23:45.262Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3197 | 2025-01-10T21:23:45.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3198 | 2025-01-10T21:23:45.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3199 | 2025-01-10T21:23:45.908Z | Checking cargo-platform v0.1.8 |
3200 | 2025-01-10T21:23:46.177Z | Checking cargo_metadata v0.18.1 |
3201 | 2025-01-10T21:23:47.194Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3202 | 2025-01-10T21:23:48.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s |
3203 | 2025-01-10T21:23:48.210Z | |
3204 | 2025-01-10T21:23:48.210Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3205 | 2025-01-10T21:23:48.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3206 | 2025-01-10T21:23:48.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3207 | 2025-01-10T21:23:48.964Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3208 | 2025-01-10T21:23:50.543Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3209 | 2025-01-10T21:23:51.177Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3210 | 2025-01-10T21:23:51.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s |
3211 | 2025-01-10T21:23:51.954Z | |
3212 | 2025-01-10T21:23:51.954Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3213 | 2025-01-10T21:23:52.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3214 | 2025-01-10T21:23:52.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3215 | 2025-01-10T21:23:52.764Z | Compiling crunchy v0.2.2 |
3216 | 2025-01-10T21:23:52.765Z | Compiling tiny-keccak v2.0.2 |
3217 | 2025-01-10T21:23:52.767Z | Compiling dsl_auto_type v0.1.2 |
3218 | 2025-01-10T21:23:52.767Z | Checking scheduled-thread-pool v0.2.7 |
3219 | 2025-01-10T21:23:52.767Z | Compiling diesel_table_macro_syntax v0.2.0 |
3220 | 2025-01-10T21:23:52.891Z | Compiling ascii-canvas v3.0.0 |
3221 | 2025-01-10T21:23:52.903Z | Compiling ena v0.14.3 |
3222 | 2025-01-10T21:23:52.915Z | Compiling diff v0.1.13 |
3223 | 2025-01-10T21:23:53.109Z | Checking r2d2 v0.8.10 |
3224 | 2025-01-10T21:23:53.178Z | Compiling regex-syntax v0.6.29 |
3225 | 2025-01-10T21:23:53.359Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3226 | 2025-01-10T21:23:53.374Z | Compiling ref-cast v1.0.23 |
3227 | 2025-01-10T21:23:53.449Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3228 | 2025-01-10T21:23:53.452Z | Compiling derive_builder_core v0.20.2 |
3229 | 2025-01-10T21:23:53.572Z | Compiling libxml v0.3.3 |
3230 | 2025-01-10T21:23:53.591Z | Compiling ref-cast-impl v1.0.23 |
3231 | 2025-01-10T21:23:53.719Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3232 | 2025-01-10T21:23:54.003Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3233 | 2025-01-10T21:23:54.021Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3234 | 2025-01-10T21:23:54.166Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3235 | 2025-01-10T21:23:54.283Z | Compiling strum_macros v0.24.3 |
3236 | 2025-01-10T21:23:54.301Z | Compiling samael v0.0.17 |
3237 | 2025-01-10T21:23:54.481Z | Compiling diesel_derives v2.2.3 |
3238 | 2025-01-10T21:23:54.610Z | Compiling indoc v1.0.9 |
3239 | 2025-01-10T21:23:55.558Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3240 | 2025-01-10T21:23:55.822Z | Compiling derive_builder_macro v0.20.2 |
3241 | 2025-01-10T21:23:55.841Z | Compiling impl-trait-for-tuples v0.2.2 |
3242 | 2025-01-10T21:23:56.725Z | Compiling lalrpop v0.19.12 |
3243 | 2025-01-10T21:23:56.762Z | Checking derive_builder v0.20.2 |
3244 | 2025-01-10T21:23:56.922Z | Compiling oso-derive v0.27.3 |
3245 | 2025-01-10T21:23:57.388Z | Checking quick-xml v0.33.0 |
3246 | 2025-01-10T21:23:58.029Z | Compiling diesel-dtrace v0.4.2 |
3247 | 2025-01-10T21:23:58.088Z | Checking maplit v1.0.2 |
3248 | 2025-01-10T21:23:58.243Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3249 | 2025-01-10T21:23:58.401Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3250 | 2025-01-10T21:23:58.543Z | Checking bb8 v0.8.5 |
3251 | 2025-01-10T21:23:58.722Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3252 | 2025-01-10T21:23:59.018Z | Checking rand_seeder v0.3.0 |
3253 | 2025-01-10T21:23:59.085Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3254 | 2025-01-10T21:23:59.245Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3255 | 2025-01-10T21:23:59.274Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3256 | 2025-01-10T21:23:59.476Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3257 | 2025-01-10T21:23:59.757Z | Checking smawk v0.3.2 |
3258 | 2025-01-10T21:23:59.877Z | Checking is_ci v1.2.0 |
3259 | 2025-01-10T21:23:59.955Z | Checking unicode-linebreak v0.1.5 |
3260 | 2025-01-10T21:24:00.011Z | Checking supports-color v3.0.1 |
3261 | 2025-01-10T21:24:00.229Z | Checking multimap v0.10.0 |
3262 | 2025-01-10T21:24:00.370Z | Checking textwrap v0.16.1 |
3263 | 2025-01-10T21:24:01.191Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3264 | 2025-01-10T21:24:03.793Z | Checking diesel v2.2.6 |
3265 | 2025-01-10T21:24:30.508Z | Compiling polar-core v0.27.3 |
3266 | 2025-01-10T21:24:34.415Z | Checking async-bb8-diesel v0.2.1 |
3267 | 2025-01-10T21:24:38.172Z | Checking oso v0.27.3 |
3268 | 2025-01-10T21:25:48.650Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3269 | 2025-01-10T21:25:55.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s |
3270 | 2025-01-10T21:25:55.374Z | |
3271 | 2025-01-10T21:25:55.374Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3272 | 2025-01-10T21:25:55.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3273 | 2025-01-10T21:25:55.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3274 | 2025-01-10T21:25:55.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3275 | 2025-01-10T21:25:55.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3276 | 2025-01-10T21:25:56.072Z | |
3277 | 2025-01-10T21:25:56.072Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3278 | 2025-01-10T21:25:56.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3279 | 2025-01-10T21:25:56.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3280 | 2025-01-10T21:25:56.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3281 | 2025-01-10T21:25:56.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3282 | 2025-01-10T21:25:56.772Z | |
3283 | 2025-01-10T21:25:56.772Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3284 | 2025-01-10T21:25:57.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3285 | 2025-01-10T21:25:57.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3286 | 2025-01-10T21:25:57.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3287 | 2025-01-10T21:25:57.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3288 | 2025-01-10T21:25:57.414Z | |
3289 | 2025-01-10T21:25:57.414Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3290 | 2025-01-10T21:25:58.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3291 | 2025-01-10T21:25:58.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3292 | 2025-01-10T21:25:58.260Z | Compiling libz-sys v1.1.20 |
3293 | 2025-01-10T21:25:58.375Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3294 | 2025-01-10T21:25:58.388Z | Compiling vergen v8.3.2 |
3295 | 2025-01-10T21:25:58.391Z | Compiling cargo-platform v0.1.8 |
3296 | 2025-01-10T21:25:58.391Z | Compiling pin-project-internal v1.1.6 |
3297 | 2025-01-10T21:25:58.427Z | Compiling libsqlite3-sys v0.30.1 |
3298 | 2025-01-10T21:25:58.427Z | Compiling snafu-derive v0.8.5 |
3299 | 2025-01-10T21:25:58.430Z | Compiling cfg_aliases v0.2.1 |
3300 | 2025-01-10T21:25:58.566Z | Compiling rustls v0.21.12 |
3301 | 2025-01-10T21:25:58.674Z | Compiling cargo_metadata v0.18.1 |
3302 | 2025-01-10T21:25:58.855Z | Compiling buf-list v1.0.3 |
3303 | 2025-01-10T21:25:58.976Z | Compiling nix v0.29.0 |
3304 | 2025-01-10T21:25:58.997Z | Checking globset v0.4.15 |
3305 | 2025-01-10T21:25:59.327Z | Checking olpc-cjson v0.1.4 |
3306 | 2025-01-10T21:25:59.521Z | Checking rustls-webpki v0.101.7 |
3307 | 2025-01-10T21:25:59.541Z | Checking sct v0.7.1 |
3308 | 2025-01-10T21:25:59.558Z | Checking serde_plain v1.0.2 |
3309 | 2025-01-10T21:25:59.742Z | Checking typed-path v0.9.3 |
3310 | 2025-01-10T21:26:00.124Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3311 | 2025-01-10T21:26:00.283Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3312 | 2025-01-10T21:26:00.410Z | Checking hashlink v0.9.1 |
3313 | 2025-01-10T21:26:00.544Z | Checking parse-size v1.1.0 |
3314 | 2025-01-10T21:26:00.734Z | Checking fallible-streaming-iterator v0.1.9 |
3315 | 2025-01-10T21:26:00.981Z | Checking fallible-iterator v0.3.0 |
3316 | 2025-01-10T21:26:01.478Z | Checking pin-project v1.1.6 |
3317 | 2025-01-10T21:26:01.605Z | Checking rusqlite v0.32.1 |
3318 | 2025-01-10T21:26:01.607Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3319 | 2025-01-10T21:26:01.624Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3320 | 2025-01-10T21:26:01.747Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3321 | 2025-01-10T21:26:02.244Z | Checking rustls-pemfile v1.0.4 |
3322 | 2025-01-10T21:26:02.448Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3323 | 2025-01-10T21:26:02.490Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3324 | 2025-01-10T21:26:02.611Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3325 | 2025-01-10T21:26:02.738Z | Checking twox-hash v1.6.3 |
3326 | 2025-01-10T21:26:02.757Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3327 | 2025-01-10T21:26:02.810Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3328 | 2025-01-10T21:26:03.232Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3329 | 2025-01-10T21:26:03.566Z | Checking tokio-rustls v0.24.1 |
3330 | 2025-01-10T21:26:03.802Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3331 | 2025-01-10T21:26:03.921Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3332 | 2025-01-10T21:26:04.038Z | Checking snafu v0.8.5 |
3333 | 2025-01-10T21:26:04.200Z | Checking fatfs v0.3.6 |
3334 | 2025-01-10T21:26:04.522Z | Checking tough v0.19.0 |
3335 | 2025-01-10T21:26:04.770Z | Checking assert_matches v1.5.0 |
3336 | 2025-01-10T21:26:08.822Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3337 | 2025-01-10T21:26:10.233Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3338 | 2025-01-10T21:26:10.739Z | Compiling git2 v0.19.0 |
3339 | 2025-01-10T21:26:15.614Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3340 | 2025-01-10T21:27:12.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
3341 | 2025-01-10T21:27:12.811Z | |
3342 | 2025-01-10T21:27:12.811Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3343 | 2025-01-10T21:27:13.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2025-01-10T21:27:13.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2025-01-10T21:27:13.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3346 | 2025-01-10T21:27:13.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3347 | 2025-01-10T21:27:13.514Z | |
3348 | 2025-01-10T21:27:13.514Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3349 | 2025-01-10T21:27:14.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2025-01-10T21:27:14.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2025-01-10T21:27:14.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3352 | 2025-01-10T21:27:14.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3353 | 2025-01-10T21:27:14.143Z | |
3354 | 2025-01-10T21:27:14.143Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3355 | 2025-01-10T21:27:14.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2025-01-10T21:27:14.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2025-01-10T21:27:14.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3358 | 2025-01-10T21:27:14.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3359 | 2025-01-10T21:27:14.828Z | |
3360 | 2025-01-10T21:27:14.828Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3361 | 2025-01-10T21:27:15.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2025-01-10T21:27:15.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2025-01-10T21:27:15.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3364 | 2025-01-10T21:27:15.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3365 | 2025-01-10T21:27:15.525Z | |
3366 | 2025-01-10T21:27:15.525Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3367 | 2025-01-10T21:27:16.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3368 | 2025-01-10T21:27:16.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3369 | 2025-01-10T21:27:16.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3370 | 2025-01-10T21:27:16.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3371 | 2025-01-10T21:27:16.228Z | |
3372 | 2025-01-10T21:27:16.228Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3373 | 2025-01-10T21:27:16.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3374 | 2025-01-10T21:27:16.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3375 | 2025-01-10T21:27:16.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3376 | 2025-01-10T21:27:16.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3377 | 2025-01-10T21:27:16.930Z | |
3378 | 2025-01-10T21:27:16.930Z | info: running `cargo check --bins` on update-common (154/176) |
3379 | 2025-01-10T21:27:17.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3380 | 2025-01-10T21:27:17.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3381 | 2025-01-10T21:27:17.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3382 | 2025-01-10T21:27:17.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3383 | 2025-01-10T21:27:17.603Z | |
3384 | 2025-01-10T21:27:17.603Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3385 | 2025-01-10T21:27:18.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3386 | 2025-01-10T21:27:18.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3387 | 2025-01-10T21:27:18.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3388 | 2025-01-10T21:27:18.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3389 | 2025-01-10T21:27:18.274Z | |
3390 | 2025-01-10T21:27:18.274Z | info: running `cargo check --bins` on tufaceous (156/176) |
3391 | 2025-01-10T21:27:18.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3392 | 2025-01-10T21:27:18.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3393 | 2025-01-10T21:27:18.965Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3394 | 2025-01-10T21:27:20.249Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3395 | 2025-01-10T21:27:21.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s |
3396 | 2025-01-10T21:27:21.343Z | |
3397 | 2025-01-10T21:27:21.343Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3398 | 2025-01-10T21:27:22.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3399 | 2025-01-10T21:27:22.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3400 | 2025-01-10T21:27:22.224Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3401 | 2025-01-10T21:27:22.226Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3402 | 2025-01-10T21:27:22.364Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3403 | 2025-01-10T21:27:22.366Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3404 | 2025-01-10T21:27:23.465Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3405 | 2025-01-10T21:27:51.451Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3406 | 2025-01-10T21:27:51.454Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3407 | 2025-01-10T21:27:51.454Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3408 | 2025-01-10T21:27:51.454Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3409 | 2025-01-10T21:27:51.454Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3410 | 2025-01-10T21:27:52.427Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3411 | 2025-01-10T21:27:53.763Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3412 | 2025-01-10T21:28:35.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3413 | 2025-01-10T21:28:35.340Z | |
3414 | 2025-01-10T21:28:35.340Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3415 | 2025-01-10T21:28:35.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3416 | 2025-01-10T21:28:35.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3417 | 2025-01-10T21:28:36.077Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3418 | 2025-01-10T21:28:36.077Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3419 | 2025-01-10T21:28:36.079Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3420 | 2025-01-10T21:28:36.205Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3421 | 2025-01-10T21:28:36.208Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3422 | 2025-01-10T21:28:36.235Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3423 | 2025-01-10T21:28:36.252Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3424 | 2025-01-10T21:28:36.254Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3425 | 2025-01-10T21:28:36.441Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3426 | 2025-01-10T21:28:36.495Z | Checking heck v0.4.1 |
3427 | 2025-01-10T21:28:36.567Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3428 | 2025-01-10T21:28:36.724Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3429 | 2025-01-10T21:28:36.770Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3430 | 2025-01-10T21:28:36.920Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3431 | 2025-01-10T21:28:37.305Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3432 | 2025-01-10T21:28:37.639Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3433 | 2025-01-10T21:28:37.762Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3434 | 2025-01-10T21:28:39.025Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3435 | 2025-01-10T21:28:39.664Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3436 | 2025-01-10T21:28:40.140Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3437 | 2025-01-10T21:28:40.155Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3438 | 2025-01-10T21:28:42.348Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3439 | 2025-01-10T21:28:42.348Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3440 | 2025-01-10T21:28:43.581Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3441 | 2025-01-10T21:28:45.241Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3442 | 2025-01-10T21:28:51.655Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3443 | 2025-01-10T21:28:51.655Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3444 | 2025-01-10T21:28:52.966Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3445 | 2025-01-10T21:28:54.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.77s |
3446 | 2025-01-10T21:28:54.301Z | |
3447 | 2025-01-10T21:28:54.301Z | info: running `cargo check --bins` on installinator-api (159/176) |
3448 | 2025-01-10T21:28:54.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3449 | 2025-01-10T21:28:54.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3450 | 2025-01-10T21:28:54.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3451 | 2025-01-10T21:28:54.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3452 | 2025-01-10T21:28:54.981Z | |
3453 | 2025-01-10T21:28:54.981Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3454 | 2025-01-10T21:28:55.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3455 | 2025-01-10T21:28:55.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3456 | 2025-01-10T21:28:55.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3457 | 2025-01-10T21:28:55.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3458 | 2025-01-10T21:28:55.672Z | |
3459 | 2025-01-10T21:28:55.672Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3460 | 2025-01-10T21:28:56.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3461 | 2025-01-10T21:28:56.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3462 | 2025-01-10T21:28:56.403Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3463 | 2025-01-10T21:28:56.403Z | Compiling petname v2.0.2 |
3464 | 2025-01-10T21:28:56.405Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3465 | 2025-01-10T21:28:56.406Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3466 | 2025-01-10T21:28:56.406Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3467 | 2025-01-10T21:28:56.406Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3468 | 2025-01-10T21:28:56.522Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3469 | 2025-01-10T21:28:56.549Z | Checking sync-ptr v0.1.1 |
3470 | 2025-01-10T21:29:02.397Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3471 | 2025-01-10T21:29:03.082Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3472 | 2025-01-10T21:29:04.286Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3473 | 2025-01-10T21:29:05.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.23s |
3474 | 2025-01-10T21:29:06.089Z | |
3475 | 2025-01-10T21:29:06.089Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3476 | 2025-01-10T21:29:06.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3477 | 2025-01-10T21:29:06.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3478 | 2025-01-10T21:29:06.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3479 | 2025-01-10T21:29:06.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3480 | 2025-01-10T21:29:06.790Z | |
3481 | 2025-01-10T21:29:06.790Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3482 | 2025-01-10T21:29:07.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3483 | 2025-01-10T21:29:07.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3484 | 2025-01-10T21:29:07.501Z | Checking memmap2 v0.9.5 |
3485 | 2025-01-10T21:29:07.501Z | Checking arrayvec v0.7.6 |
3486 | 2025-01-10T21:29:07.503Z | Checking arrayref v0.3.9 |
3487 | 2025-01-10T21:29:07.503Z | Checking constant_time_eq v0.3.1 |
3488 | 2025-01-10T21:29:07.503Z | Checking topological-sort v0.2.2 |
3489 | 2025-01-10T21:29:07.503Z | Checking shell-words v1.1.0 |
3490 | 2025-01-10T21:29:07.877Z | Checking blake3 v1.5.4 |
3491 | 2025-01-10T21:29:08.270Z | Checking omicron-zone-package v0.12.0 |
3492 | 2025-01-10T21:29:09.522Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3493 | 2025-01-10T21:29:10.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s |
3494 | 2025-01-10T21:29:10.653Z | |
3495 | 2025-01-10T21:29:10.653Z | info: running `cargo check --bins` on xtask (164/176) |
3496 | 2025-01-10T21:29:11.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3497 | 2025-01-10T21:29:11.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3498 | 2025-01-10T21:29:11.100Z | Checking bitflags v2.6.0 |
3499 | 2025-01-10T21:29:11.102Z | Checking serde v1.0.215 |
3500 | 2025-01-10T21:29:11.102Z | Checking thiserror v1.0.69 |
3501 | 2025-01-10T21:29:11.197Z | Checking scroll v0.12.0 |
3502 | 2025-01-10T21:29:11.207Z | Checking log v0.4.22 |
3503 | 2025-01-10T21:29:11.209Z | Checking hashbrown v0.15.1 |
3504 | 2025-01-10T21:29:11.209Z | Checking zerocopy v0.7.35 |
3505 | 2025-01-10T21:29:11.241Z | Checking syn v2.0.87 |
3506 | 2025-01-10T21:29:11.303Z | Checking pest v2.7.14 |
3507 | 2025-01-10T21:29:11.410Z | Checking rustix v0.38.37 |
3508 | 2025-01-10T21:29:11.461Z | Checking once_cell v1.20.2 |
3509 | 2025-01-10T21:29:11.649Z | Checking goblin v0.8.2 |
3510 | 2025-01-10T21:29:11.758Z | Checking fs-err v2.11.0 |
3511 | 2025-01-10T21:29:12.063Z | Checking tabled v0.15.0 |
3512 | 2025-01-10T21:29:12.248Z | Checking indexmap v2.6.0 |
3513 | 2025-01-10T21:29:12.618Z | Checking anyhow v1.0.93 |
3514 | 2025-01-10T21:29:13.431Z | Checking terminal_size v0.4.0 |
3515 | 2025-01-10T21:29:13.441Z | Checking tempfile v3.13.0 |
3516 | 2025-01-10T21:29:13.599Z | Checking clap_builder v4.5.21 |
3517 | 2025-01-10T21:29:13.822Z | Checking dtrace-parser v0.2.0 |
3518 | 2025-01-10T21:29:15.422Z | Checking serde_json v1.0.133 |
3519 | 2025-01-10T21:29:15.422Z | Checking serde_spanned v0.6.8 |
3520 | 2025-01-10T21:29:15.425Z | Checking toml_datetime v0.6.8 |
3521 | 2025-01-10T21:29:15.425Z | Checking camino v1.1.9 |
3522 | 2025-01-10T21:29:15.425Z | Checking semver v1.0.23 |
3523 | 2025-01-10T21:29:15.643Z | Checking cargo-platform v0.1.8 |
3524 | 2025-01-10T21:29:15.717Z | Checking toml_edit v0.22.22 |
3525 | 2025-01-10T21:29:15.856Z | Checking macaddr v1.0.1 |
3526 | 2025-01-10T21:29:16.004Z | Checking camino-tempfile v1.1.1 |
3527 | 2025-01-10T21:29:16.084Z | Checking clap v4.5.21 |
3528 | 2025-01-10T21:29:16.639Z | Checking dof v0.3.0 |
3529 | 2025-01-10T21:29:16.639Z | Checking cargo_metadata v0.18.1 |
3530 | 2025-01-10T21:29:17.057Z | Checking usdt-impl v0.5.0 |
3531 | 2025-01-10T21:29:17.411Z | Checking usdt v0.5.0 |
3532 | 2025-01-10T21:29:17.595Z | Checking toml v0.8.19 |
3533 | 2025-01-10T21:29:18.079Z | Checking cargo_toml v0.20.5 |
3534 | 2025-01-10T21:29:19.308Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3535 | 2025-01-10T21:29:19.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.28s |
3536 | 2025-01-10T21:29:20.039Z | |
3537 | 2025-01-10T21:29:20.039Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3538 | 2025-01-10T21:29:20.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3539 | 2025-01-10T21:29:20.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3540 | 2025-01-10T21:29:20.820Z | Checking polyval v0.6.2 |
3541 | 2025-01-10T21:29:20.933Z | Checking ctr v0.9.2 |
3542 | 2025-01-10T21:29:20.946Z | Checking ssh-encoding v0.2.0 |
3543 | 2025-01-10T21:29:20.946Z | Checking blowfish v0.9.1 |
3544 | 2025-01-10T21:29:20.973Z | Checking password-hash v0.4.2 |
3545 | 2025-01-10T21:29:20.976Z | Checking matches v0.1.10 |
3546 | 2025-01-10T21:29:21.005Z | Checking p521 v0.13.3 |
3547 | 2025-01-10T21:29:21.005Z | Checking p256 v0.13.2 |
3548 | 2025-01-10T21:29:21.084Z | Checking idna v0.2.3 |
3549 | 2025-01-10T21:29:21.144Z | Checking ghash v0.5.1 |
3550 | 2025-01-10T21:29:21.178Z | Compiling enum-as-inner v0.5.1 |
3551 | 2025-01-10T21:29:21.241Z | Checking bcrypt-pbkdf v0.10.0 |
3552 | 2025-01-10T21:29:21.261Z | Checking russh-cryptovec v0.7.3 |
3553 | 2025-01-10T21:29:21.284Z | Checking aes-gcm v0.10.3 |
3554 | 2025-01-10T21:29:21.365Z | Checking pbkdf2 v0.11.0 |
3555 | 2025-01-10T21:29:21.454Z | Checking md5 v0.7.0 |
3556 | 2025-01-10T21:29:21.480Z | Checking num-bigint v0.4.6 |
3557 | 2025-01-10T21:29:21.500Z | Checking des v0.8.1 |
3558 | 2025-01-10T21:29:21.516Z | Checking ssh-cipher v0.2.0 |
3559 | 2025-01-10T21:29:21.633Z | Checking hex-literal v0.4.1 |
3560 | 2025-01-10T21:29:21.734Z | Compiling dhcproto-macros v0.1.0 |
3561 | 2025-01-10T21:29:21.764Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3562 | 2025-01-10T21:29:21.783Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3563 | 2025-01-10T21:29:21.820Z | Checking ssh-key v0.6.6 |
3564 | 2025-01-10T21:29:21.947Z | Checking internet-checksum v0.2.1 |
3565 | 2025-01-10T21:29:22.215Z | Checking trust-dns-proto v0.22.0 |
3566 | 2025-01-10T21:29:23.188Z | Checking russh-keys v0.45.0 |
3567 | 2025-01-10T21:29:24.146Z | Checking russh v0.45.0 |
3568 | 2025-01-10T21:29:24.909Z | Checking dhcproto v0.12.0 |
3569 | 2025-01-10T21:29:42.887Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3570 | 2025-01-10T21:29:44.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.32s |
3571 | 2025-01-10T21:29:44.561Z | |
3572 | 2025-01-10T21:29:44.561Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3573 | 2025-01-10T21:29:45.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3574 | 2025-01-10T21:29:45.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3575 | 2025-01-10T21:29:45.219Z | Checking termios v0.3.3 |
3576 | 2025-01-10T21:29:45.437Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3577 | 2025-01-10T21:29:46.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
3578 | 2025-01-10T21:29:46.408Z | |
3579 | 2025-01-10T21:29:46.408Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3580 | 2025-01-10T21:29:47.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3581 | 2025-01-10T21:29:47.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3582 | 2025-01-10T21:29:47.132Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3583 | 2025-01-10T21:29:47.134Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3584 | 2025-01-10T21:29:47.134Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3585 | 2025-01-10T21:29:47.134Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3586 | 2025-01-10T21:29:48.258Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3587 | 2025-01-10T21:29:49.623Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3588 | 2025-01-10T21:29:51.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s |
3589 | 2025-01-10T21:29:51.768Z | |
3590 | 2025-01-10T21:29:51.768Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3591 | 2025-01-10T21:29:52.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3592 | 2025-01-10T21:29:52.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3593 | 2025-01-10T21:29:52.415Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3594 | 2025-01-10T21:29:52.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
3595 | 2025-01-10T21:29:53.092Z | |
3596 | 2025-01-10T21:29:53.092Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3597 | 2025-01-10T21:29:53.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3598 | 2025-01-10T21:29:53.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3599 | 2025-01-10T21:29:53.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3600 | 2025-01-10T21:29:53.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3601 | 2025-01-10T21:29:53.724Z | |
3602 | 2025-01-10T21:29:53.724Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3603 | 2025-01-10T21:29:54.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3604 | 2025-01-10T21:29:54.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3605 | 2025-01-10T21:29:54.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3606 | 2025-01-10T21:29:54.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3607 | 2025-01-10T21:29:54.354Z | |
3608 | 2025-01-10T21:29:54.354Z | info: running `cargo check --bins` on omicron-package (171/176) |
3609 | 2025-01-10T21:29:54.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3610 | 2025-01-10T21:29:54.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3611 | 2025-01-10T21:29:55.040Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3612 | 2025-01-10T21:29:56.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
3613 | 2025-01-10T21:29:56.700Z | |
3614 | 2025-01-10T21:29:56.700Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3615 | 2025-01-10T21:29:57.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3616 | 2025-01-10T21:29:57.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3617 | 2025-01-10T21:29:57.422Z | Checking rtoolbox v0.0.2 |
3618 | 2025-01-10T21:29:57.425Z | Checking tui-tree-widget v0.22.0 |
3619 | 2025-01-10T21:29:57.425Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3620 | 2025-01-10T21:29:57.650Z | Checking rpassword v7.3.1 |
3621 | 2025-01-10T21:30:01.940Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3622 | 2025-01-10T21:30:05.120Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3623 | 2025-01-10T21:30:06.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.69s |
3624 | 2025-01-10T21:30:06.591Z | |
3625 | 2025-01-10T21:30:06.591Z | info: running `cargo check --bins` on wicket (173/176) |
3626 | 2025-01-10T21:30:07.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3627 | 2025-01-10T21:30:07.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3628 | 2025-01-10T21:30:07.326Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3629 | 2025-01-10T21:30:07.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
3630 | 2025-01-10T21:30:07.974Z | |
3631 | 2025-01-10T21:30:07.974Z | info: running `cargo check --bins` on wicketd (174/176) |
3632 | 2025-01-10T21:30:08.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3633 | 2025-01-10T21:30:08.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3634 | 2025-01-10T21:30:08.721Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3635 | 2025-01-10T21:30:08.721Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3636 | 2025-01-10T21:30:09.616Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3637 | 2025-01-10T21:30:13.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s |
3638 | 2025-01-10T21:30:13.851Z | |
3639 | 2025-01-10T21:30:13.851Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3640 | 2025-01-10T21:30:14.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3641 | 2025-01-10T21:30:14.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3642 | 2025-01-10T21:30:14.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3643 | 2025-01-10T21:30:14.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3644 | 2025-01-10T21:30:14.494Z | |
3645 | 2025-01-10T21:30:14.494Z | info: running `cargo check --bins` on zone-setup (176/176) |
3646 | 2025-01-10T21:30:15.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3647 | 2025-01-10T21:30:15.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3648 | 2025-01-10T21:30:15.266Z | Checking uzers v0.12.1 |
3649 | 2025-01-10T21:30:15.614Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3650 | 2025-01-10T21:30:16.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s |
3651 | 2025-01-10T21:30:17.060Z | |
3652 | 2025-01-10T21:30:17.060Z | real 14:07.417563314 |
3653 | 2025-01-10T21:30:17.060Z | user 26:12.411453590 |
3654 | 2025-01-10T21:30:17.060Z | sys 5:52.400877243 |
3655 | 2025-01-10T21:30:17.060Z | trap 0.518421549 |
3656 | 2025-01-10T21:30:17.060Z | tflt 2.626262569 |
3657 | 2025-01-10T21:30:17.060Z | dflt 3.066120876 |
3658 | 2025-01-10T21:30:17.063Z | kflt 0.000900929 |
3659 | 2025-01-10T21:30:17.063Z | lock 50:41.473973502 |
3660 | 2025-01-10T21:30:17.063Z | slp 2:17:31.263099940 |
3661 | 2025-01-10T21:30:17.063Z | lat 1:04.033582373 |
3662 | 2025-01-10T21:30:17.063Z | stop 3:34.071427694 |
3663 | 2025-01-10T21:30:17.063Z | process exited: duration 1151437 ms, exit code 0 |
|
3664 | 2025-01-10T21:30:17.069Z | found 0 output files |