|
|
|
1 | 2024-12-06T19:54:29.545Z | job assigned to worker 01JEERJQQA2WSXWHTZGTBKSRZS [factory gimlet-EVT22200007-propolis, EVT22200007/20025] (queued for 25 s) |
|
2 | 2024-12-06T19:54:37.892Z | starting task 0: "setup" |
3 | 2024-12-06T19:54:37.917Z | ++ uname -s |
4 | 2024-12-06T19:54:37.917Z | + kern=SunOS |
5 | 2024-12-06T19:54:37.917Z | + case "$kern" in |
6 | 2024-12-06T19:54:37.917Z | + groupadd -g 12345 build |
7 | 2024-12-06T19:54:37.917Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-06T19:54:39.918Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-06T19:54:39.958Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-06T19:54:39.982Z | + home_fs=zfs |
11 | 2024-12-06T19:54:39.982Z | + [[ zfs == autofs ]] |
12 | 2024-12-06T19:54:39.982Z | + mkdir -p /home/build |
13 | 2024-12-06T19:54:39.982Z | + chown build:build /home/build /work |
14 | 2024-12-06T19:54:41.965Z | + chmod 0700 /home/build /work |
15 | 2024-12-06T19:54:41.989Z | process exited: duration 4076 ms, exit code 0 |
|
16 | 2024-12-06T19:54:42.040Z | starting task 1: "rust-toolchain" |
17 | 2024-12-06T19:54:42.064Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-06T19:54:42.064Z | * toolchain channel = "1.81.0" |
19 | 2024-12-06T19:54:42.064Z | * toolchain profile = "default" |
20 | 2024-12-06T19:54:42.064Z | ' 1.81.0 |
21 | 2024-12-06T19:54:42.064Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-06T19:54:42.064Z | ' default |
23 | 2024-12-06T19:54:42.064Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-06T19:54:42.064Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-06T19:54:42.181Z | info: downloading installer |
26 | 2024-12-06T19:54:42.612Z | info: profile set to 'default' |
27 | 2024-12-06T19:54:42.612Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-06T19:54:42.612Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-06T19:54:42.716Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-06T19:54:42.716Z | info: downloading component 'cargo' |
31 | 2024-12-06T19:54:42.829Z | info: downloading component 'clippy' |
32 | 2024-12-06T19:54:42.871Z | info: downloading component 'rust-docs' |
33 | 2024-12-06T19:54:43.029Z | info: downloading component 'rust-std' |
34 | 2024-12-06T19:54:43.263Z | info: downloading component 'rustc' |
35 | 2024-12-06T19:54:44.112Z | info: downloading component 'rustfmt' |
36 | 2024-12-06T19:54:44.146Z | info: installing component 'cargo' |
37 | 2024-12-06T19:54:45.236Z | info: installing component 'clippy' |
38 | 2024-12-06T19:54:45.659Z | info: installing component 'rust-docs' |
39 | 2024-12-06T19:54:48.290Z | info: installing component 'rust-std' |
40 | 2024-12-06T19:54:50.304Z | info: installing component 'rustc' |
41 | 2024-12-06T19:54:57.096Z | info: installing component 'rustfmt' |
42 | 2024-12-06T19:54:57.485Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-06T19:54:57.510Z | |
44 | 2024-12-06T19:54:57.645Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-06T19:54:57.645Z | |
46 | 2024-12-06T19:54:57.645Z | |
47 | 2024-12-06T19:54:57.645Z | Rust is installed now. Great! |
48 | 2024-12-06T19:54:57.645Z | |
49 | 2024-12-06T19:54:57.645Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-06T19:54:57.645Z | environment variable. This has not been done automatically. |
51 | 2024-12-06T19:54:57.645Z | |
52 | 2024-12-06T19:54:57.645Z | To configure your current shell, you need to source |
53 | 2024-12-06T19:54:57.645Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-06T19:54:57.645Z | |
55 | 2024-12-06T19:54:57.645Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-06T19:54:57.645Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-06T19:54:57.645Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-06T19:54:57.740Z | + rustc --version |
59 | 2024-12-06T19:54:57.853Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-06T19:54:57.878Z | process exited: duration 15820 ms, exit code 0 |
|
61 | 2024-12-06T19:54:57.925Z | starting task 2: "authentication" |
62 | 2024-12-06T19:54:57.986Z | process exited: duration 60 ms, exit code 0 |
|
63 | 2024-12-06T19:54:58.034Z | starting task 3: "clone repository" |
64 | 2024-12-06T19:54:58.058Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-06T19:54:58.058Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-06T19:54:58.082Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-06T19:55:04.271Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-06T19:55:04.271Z | + git fetch origin dd376b02d913e55e4cbc41ffd833280201241145 |
69 | 2024-12-06T19:55:04.767Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-06T19:55:04.767Z | * branch dd376b02d913e55e4cbc41ffd833280201241145 -> FETCH_HEAD |
71 | 2024-12-06T19:55:04.791Z | + [[ -n gjcolombo/ingest-propolis-ensure-api ]] |
72 | 2024-12-06T19:55:04.791Z | ++ git branch --show-current |
73 | 2024-12-06T19:55:04.791Z | + current=main |
74 | 2024-12-06T19:55:04.791Z | + [[ main != gjcolombo/ingest-propolis-ensure-api ]] |
75 | 2024-12-06T19:55:04.791Z | + git branch -f gjcolombo/ingest-propolis-ensure-api dd376b02d913e55e4cbc41ffd833280201241145 |
76 | 2024-12-06T19:55:04.815Z | + git checkout -f gjcolombo/ingest-propolis-ensure-api |
77 | 2024-12-06T19:55:05.023Z | Switched to branch 'gjcolombo/ingest-propolis-ensure-api' |
78 | 2024-12-06T19:55:05.047Z | + git reset --hard dd376b02d913e55e4cbc41ffd833280201241145 |
79 | 2024-12-06T19:55:05.074Z | HEAD is now at dd376b02d remove unneeded sled agent param |
80 | 2024-12-06T19:55:05.098Z | process exited: duration 7042 ms, exit code 0 |
|
81 | 2024-12-06T19:55:05.146Z | starting task 4: "build" |
82 | 2024-12-06T19:55:05.171Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-06T19:55:05.171Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-06T19:55:05.171Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-06T19:55:05.171Z | + cargo --version |
86 | 2024-12-06T19:55:05.259Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-06T19:55:05.285Z | + rustc --version |
88 | 2024-12-06T19:55:05.373Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-06T19:55:05.397Z | + source ./env.sh |
90 | 2024-12-06T19:55:05.397Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-06T19:55:05.397Z | ++ set -o xtrace |
92 | 2024-12-06T19:55:05.397Z | ++++ dirname ./env.sh |
93 | 2024-12-06T19:55:05.397Z | +++ readlink -f . |
94 | 2024-12-06T19:55:05.398Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-06T19:55:05.398Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-12-06T19:55:05.398Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-12-06T19:55:05.398Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-12-06T19:55:05.398Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-12-06T19:55:05.398Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-12-06T19:55:05.398Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-12-06T19:55:05.398Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-12-06T19:55:05.398Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-12-06T19:55:05.398Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-06T19:55:05.398Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-06T19:55:05.398Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2024-12-06T19:55:05.398Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-12-06T19:55:05.398Z | + banner prerequisites |
108 | 2024-12-06T19:55:05.398Z | |
109 | 2024-12-06T19:55:05.398Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-06T19:55:05.398Z | # # # # # # # # # # # # # # # |
111 | 2024-12-06T19:55:05.398Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-06T19:55:05.398Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-06T19:55:05.398Z | # # # # # # # # # # # # # # # |
114 | 2024-12-06T19:55:05.398Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-06T19:55:05.398Z | |
116 | 2024-12-06T19:55:05.398Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-06T19:55:15.097Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-06T19:55:19.569Z | Startup: Caching catalogs ... Done |
119 | 2024-12-06T19:55:31.740Z | Planning: Solver setup ... Done (11.159s) |
120 | 2024-12-06T19:55:31.887Z | Planning: Running solver ... Done (0.147s) |
121 | 2024-12-06T19:55:31.987Z | Planning: Finding local manifests ... Done (0.002s) |
122 | 2024-12-06T19:55:32.067Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-06T19:55:32.517Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-06T19:55:32.630Z | Planning: Package planning ... Done (0.113s) |
125 | 2024-12-06T19:55:32.695Z | Planning: Merging actions ... Done (0.066s) |
126 | 2024-12-06T19:55:32.916Z | Planning: Checking for conflicting actions ... Done (0.215s) |
127 | 2024-12-06T19:55:33.924Z | Planning: Consolidating action changes ... Done (1.014s) |
128 | 2024-12-06T19:55:34.313Z | Planning: Evaluating mediators ... Done (0.389s) |
129 | 2024-12-06T19:55:34.405Z | Planning: Planning completed in 14.76 seconds |
130 | 2024-12-06T19:55:34.430Z | Packages to install: 4 |
131 | 2024-12-06T19:55:34.430Z | Packages to update: 1 |
132 | 2024-12-06T19:55:34.430Z | Mediators to change: 2 |
133 | 2024-12-06T19:55:34.430Z | Services to change: 1 |
134 | 2024-12-06T19:55:34.430Z | Estimated space available: 155.18 GB |
135 | 2024-12-06T19:55:34.430Z | Estimated space to be consumed: 1.61 GB |
136 | 2024-12-06T19:55:34.430Z | Create boot environment: No |
137 | 2024-12-06T19:55:34.430Z | Create backup boot environment: Yes |
138 | 2024-12-06T19:55:34.430Z | Rebuild boot archive: No |
139 | 2024-12-06T19:55:34.430Z | |
140 | 2024-12-06T19:55:34.430Z | Changed mediators: |
141 | 2024-12-06T19:55:34.430Z | mediator clang: |
142 | 2024-12-06T19:55:34.430Z | version: None -> 15 (system default) |
143 | 2024-12-06T19:55:34.430Z | |
144 | 2024-12-06T19:55:34.430Z | mediator llvm: |
145 | 2024-12-06T19:55:34.430Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-06T19:55:34.430Z | |
147 | 2024-12-06T19:55:34.430Z | Changed packages: |
148 | 2024-12-06T19:55:34.430Z | helios-dev |
149 | 2024-12-06T19:55:34.430Z | developer/build-essential |
150 | 2024-12-06T19:55:34.430Z | None -> 11-2.0 |
151 | 2024-12-06T19:55:34.430Z | library/libxmlsec1 |
152 | 2024-12-06T19:55:34.430Z | None -> 1.2.35-2.0 |
153 | 2024-12-06T19:55:34.430Z | ooce/developer/clang-15 |
154 | 2024-12-06T19:55:34.430Z | None -> 15.0.7-2.0 |
155 | 2024-12-06T19:55:34.431Z | ooce/developer/llvm-15 |
156 | 2024-12-06T19:55:34.431Z | None -> 15.0.7-2.0 |
157 | 2024-12-06T19:55:34.431Z | package/pkg |
158 | 2024-12-06T19:55:34.431Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-06T19:55:34.431Z | |
160 | 2024-12-06T19:55:34.431Z | Services: |
161 | 2024-12-06T19:55:34.431Z | restart_fmri: |
162 | 2024-12-06T19:55:34.431Z | svc:/system/update-man-index:default |
163 | 2024-12-06T19:55:34.431Z | |
164 | 2024-12-06T19:55:34.431Z | Editable files to change: |
165 | 2024-12-06T19:55:34.431Z | Update: |
166 | 2024-12-06T19:55:34.431Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-06T19:55:34.490Z | |
168 | 2024-12-06T19:55:34.490Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-06T19:55:39.497Z | Download: 1194/4281 items 60.8/220.6MB 27% complete (12.3M/s) |
170 | 2024-12-06T19:55:44.506Z | Download: 1234/4281 items 90.6/220.6MB 41% complete (9.1M/s) |
171 | 2024-12-06T19:55:53.341Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (9.3M/s) |
172 | 2024-12-06T19:55:58.531Z | Download: 3135/4281 items 134.4/220.6MB 60% complete (1.4M/s) |
173 | 2024-12-06T19:56:03.387Z | Download: 3247/4281 items 202.6/220.6MB 91% complete (8.5M/s) |
174 | 2024-12-06T19:56:08.401Z | Download: 3980/4281 items 218.9/220.6MB 99% complete (8.6M/s) |
175 | 2024-12-06T19:56:10.975Z | Download: Completed 220.60 MB in 36.49 seconds (6.0M/s) |
176 | 2024-12-06T19:56:12.464Z | Actions: 1/5063 actions (Removing old actions) |
177 | 2024-12-06T19:56:12.488Z | Actions: 194/5063 actions (Installing new actions) |
178 | 2024-12-06T19:56:17.477Z | Actions: 3253/5063 actions (Installing new actions) |
179 | 2024-12-06T19:56:18.349Z | Actions: 4226/5063 actions (Updating modified actions) |
180 | 2024-12-06T19:56:18.723Z | Actions: Completed 5063 actions in 6.26 seconds. |
181 | 2024-12-06T19:56:19.107Z | Done (0.375s) |
182 | 2024-12-06T19:56:19.131Z | Done (0.000s) |
183 | 2024-12-06T19:56:19.799Z | Done (0.690s) |
184 | 2024-12-06T19:56:24.665Z | Done (4.687s) |
185 | 2024-12-06T19:56:24.757Z | Done (0.018s) |
186 | 2024-12-06T19:56:24.781Z | Done (0.000s) |
187 | 2024-12-06T19:56:24.947Z | Done (0.000s) |
188 | 2024-12-06T19:56:25.717Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-12-06T19:56:25.978Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-12-06T19:56:26.002Z | Planning: Consolidating action changes ... Done |
191 | 2024-12-06T19:56:26.308Z | Planning: Evaluating mediators ... Done |
192 | 2024-12-06T19:56:26.332Z | Planning: Planning completed in 0.59 seconds |
193 | 2024-12-06T19:56:26.356Z | Mediators to change: 2 |
194 | 2024-12-06T19:56:26.356Z | Create boot environment: No |
195 | 2024-12-06T19:56:26.356Z | Create backup boot environment: No |
196 | 2024-12-06T19:56:26.415Z | Done |
197 | 2024-12-06T19:56:26.415Z | Done |
198 | 2024-12-06T19:56:26.895Z | Done |
199 | 2024-12-06T19:56:31.228Z | Done |
200 | 2024-12-06T19:56:31.322Z | Done |
201 | 2024-12-06T19:56:31.346Z | Done |
202 | 2024-12-06T19:56:31.410Z | Done |
203 | 2024-12-06T19:56:32.108Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-12-06T19:56:32.133Z | Planning: Merging actions ... Done |
205 | 2024-12-06T19:56:32.340Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-12-06T19:56:32.365Z | Planning: Consolidating action changes ... Done |
207 | 2024-12-06T19:56:32.665Z | Planning: Evaluating mediators ... Done |
208 | 2024-12-06T19:56:32.732Z | Planning: Planning completed in 0.91 seconds |
209 | 2024-12-06T19:56:32.778Z | Packages to change: 1 |
210 | 2024-12-06T19:56:32.778Z | Mediators to change: 1 |
211 | 2024-12-06T19:56:32.778Z | Services to change: 1 |
212 | 2024-12-06T19:56:32.778Z | Create boot environment: No |
213 | 2024-12-06T19:56:32.778Z | Create backup boot environment: Yes |
214 | 2024-12-06T19:56:34.413Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2024-12-06T19:56:34.437Z | Actions: Completed 6 actions in 0.00 seconds. |
216 | 2024-12-06T19:56:34.437Z | Done |
217 | 2024-12-06T19:56:34.437Z | Done |
218 | 2024-12-06T19:56:34.549Z | Done |
219 | 2024-12-06T19:56:38.754Z | Done |
220 | 2024-12-06T19:56:38.854Z | Done |
221 | 2024-12-06T19:56:38.878Z | Done |
222 | 2024-12-06T19:56:38.976Z | Done |
223 | 2024-12-06T19:56:39.478Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2024-12-06T19:56:39.479Z | clang system 15 system |
225 | 2024-12-06T19:56:39.479Z | csh system system illumos |
226 | 2024-12-06T19:56:39.479Z | ctags system system illumos |
227 | 2024-12-06T19:56:39.479Z | gcc vendor 12 vendor |
228 | 2024-12-06T19:56:39.479Z | gcc system 10 system |
229 | 2024-12-06T19:56:39.479Z | gcc system 7 system |
230 | 2024-12-06T19:56:39.479Z | go system 1.20 system |
231 | 2024-12-06T19:56:39.479Z | go system 1.19 system |
232 | 2024-12-06T19:56:39.479Z | llvm system 15 system |
233 | 2024-12-06T19:56:39.479Z | llvm system 14 system |
234 | 2024-12-06T19:56:39.479Z | mariadb system 10.6 system |
235 | 2024-12-06T19:56:39.479Z | mta vendor vendor dma |
236 | 2024-12-06T19:56:39.480Z | openjdk system 17 system |
237 | 2024-12-06T19:56:39.480Z | openjdk system 11 system |
238 | 2024-12-06T19:56:39.480Z | openjdk system 1.8 system |
239 | 2024-12-06T19:56:39.480Z | openssl vendor 3 vendor |
240 | 2024-12-06T19:56:39.480Z | perl system 5.36 system |
241 | 2024-12-06T19:56:39.480Z | postgresql system 15 system |
242 | 2024-12-06T19:56:39.480Z | postgresql system 13 system |
243 | 2024-12-06T19:56:39.480Z | python vendor 3 vendor |
244 | 2024-12-06T19:56:39.480Z | python system 2 system |
245 | 2024-12-06T19:56:39.480Z | python3 system 3.11 system |
246 | 2024-12-06T19:56:39.480Z | ruby system 3.0 system |
247 | 2024-12-06T19:56:39.480Z | words vendor vendor american-english |
248 | 2024-12-06T19:56:39.480Z | words system system australian-english |
249 | 2024-12-06T19:56:39.480Z | words system system british-english |
250 | 2024-12-06T19:56:39.480Z | words system system canadian-english |
251 | 2024-12-06T19:56:39.480Z | words system system french |
252 | 2024-12-06T19:56:39.480Z | words system system italian |
253 | 2024-12-06T19:56:39.480Z | words system system ngerman |
254 | 2024-12-06T19:56:39.480Z | words system system ogerman |
255 | 2024-12-06T19:56:39.480Z | words system system spanish |
256 | 2024-12-06T19:56:39.879Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2024-12-06T19:56:39.879Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2024-12-06T19:56:43.028Z | FMRI IFO |
259 | 2024-12-06T19:56:43.028Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2024-12-06T19:56:43.028Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2024-12-06T19:56:43.028Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2024-12-06T19:56:43.028Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2024-12-06T19:56:43.028Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2024-12-06T19:56:43.028Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2024-12-06T19:56:43.029Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
266 | 2024-12-06T19:56:43.029Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
267 | 2024-12-06T19:56:43.029Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
268 | 2024-12-06T19:56:43.029Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
269 | 2024-12-06T19:56:43.029Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
270 | 2024-12-06T19:56:43.029Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
271 | 2024-12-06T19:56:43.029Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
272 | 2024-12-06T19:56:43.029Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
273 | 2024-12-06T19:56:43.029Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
274 | 2024-12-06T19:56:43.852Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
275 | 2024-12-06T19:56:44.314Z | Updating crates.io index |
276 | 2024-12-06T19:56:44.379Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
277 | 2024-12-06T19:56:45.015Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
278 | 2024-12-06T19:56:45.423Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
279 | 2024-12-06T19:56:45.725Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
280 | 2024-12-06T19:56:46.071Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
281 | 2024-12-06T19:56:47.266Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
282 | 2024-12-06T19:56:49.979Z | Updating git repository `https://github.com/oxidecomputer/opte` |
283 | 2024-12-06T19:56:51.312Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
284 | 2024-12-06T19:56:52.236Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
285 | 2024-12-06T19:56:52.670Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
286 | 2024-12-06T19:56:53.083Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
287 | 2024-12-06T19:56:53.865Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
288 | 2024-12-06T19:56:54.362Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
289 | 2024-12-06T19:56:54.861Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
290 | 2024-12-06T19:56:55.276Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
291 | 2024-12-06T19:56:55.629Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
292 | 2024-12-06T19:56:56.420Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
293 | 2024-12-06T19:56:56.850Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-12-06T19:56:57.396Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-12-06T19:56:57.815Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-12-06T19:56:58.242Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-12-06T19:56:59.088Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-12-06T19:56:59.471Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
299 | 2024-12-06T19:56:59.967Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
300 | 2024-12-06T19:57:00.455Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
301 | 2024-12-06T19:57:00.906Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
302 | 2024-12-06T19:57:01.284Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
303 | 2024-12-06T19:57:01.673Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
304 | 2024-12-06T19:57:03.347Z | Downloading crates ... |
305 | 2024-12-06T19:57:03.400Z | Downloaded anstyle-query v1.1.1 |
306 | 2024-12-06T19:57:03.424Z | Downloaded anstream v0.6.15 |
307 | 2024-12-06T19:57:03.424Z | Downloaded anstyle-parse v0.2.5 |
308 | 2024-12-06T19:57:03.424Z | Downloaded anstyle v1.0.10 |
309 | 2024-12-06T19:57:03.424Z | Downloaded camino-tempfile v1.1.1 |
310 | 2024-12-06T19:57:03.424Z | Downloaded clap v4.5.21 |
311 | 2024-12-06T19:57:03.449Z | Downloaded cfg-if v1.0.0 |
312 | 2024-12-06T19:57:03.449Z | Downloaded colorchoice v1.0.2 |
313 | 2024-12-06T19:57:03.449Z | Downloaded clap_lex v0.7.2 |
314 | 2024-12-06T19:57:03.449Z | Downloaded clap_derive v4.5.18 |
315 | 2024-12-06T19:57:03.449Z | Downloaded digest v0.10.7 |
316 | 2024-12-06T19:57:03.449Z | Downloaded pest_generator v2.7.14 |
317 | 2024-12-06T19:57:03.449Z | Downloaded serde_derive v1.0.215 |
318 | 2024-12-06T19:57:03.449Z | Downloaded swrite v0.1.0 |
319 | 2024-12-06T19:57:03.449Z | Downloaded itoa v1.0.11 |
320 | 2024-12-06T19:57:03.449Z | Downloaded scroll_derive v0.12.0 |
321 | 2024-12-06T19:57:03.473Z | Downloaded plain v0.2.3 |
322 | 2024-12-06T19:57:03.473Z | Downloaded ryu v1.0.18 |
323 | 2024-12-06T19:57:03.473Z | Downloaded utf8parse v0.2.2 |
324 | 2024-12-06T19:57:03.473Z | Downloaded generic-array v0.14.7 |
325 | 2024-12-06T19:57:03.473Z | Downloaded version_check v0.9.5 |
326 | 2024-12-06T19:57:03.473Z | Downloaded unicode-linebreak v0.1.5 |
327 | 2024-12-06T19:57:03.473Z | Downloaded toml_datetime v0.6.8 |
328 | 2024-12-06T19:57:03.473Z | Downloaded thiserror v1.0.69 |
329 | 2024-12-06T19:57:03.473Z | Downloaded zerocopy-derive v0.7.35 |
330 | 2024-12-06T19:57:03.497Z | Downloaded usdt-impl v0.5.0 |
331 | 2024-12-06T19:57:03.497Z | Downloaded ucd-trie v0.1.7 |
332 | 2024-12-06T19:57:03.497Z | Downloaded toml v0.8.19 |
333 | 2024-12-06T19:57:03.497Z | Downloaded hashbrown v0.15.0 |
334 | 2024-12-06T19:57:03.497Z | Downloaded toml_edit v0.22.22 |
335 | 2024-12-06T19:57:03.525Z | Downloaded pest v2.7.14 |
336 | 2024-12-06T19:57:03.525Z | Downloaded winnow v0.6.20 |
337 | 2024-12-06T19:57:03.549Z | Downloaded zerocopy v0.7.35 |
338 | 2024-12-06T19:57:03.549Z | Downloaded goblin v0.8.2 |
339 | 2024-12-06T19:57:03.573Z | Downloaded tabled v0.15.0 |
340 | 2024-12-06T19:57:03.597Z | Downloaded syn v1.0.109 |
341 | 2024-12-06T19:57:03.597Z | Downloaded serde_json v1.0.132 |
342 | 2024-12-06T19:57:03.597Z | Downloaded textwrap v0.16.1 |
343 | 2024-12-06T19:57:03.597Z | Downloaded syn v2.0.87 |
344 | 2024-12-06T19:57:03.621Z | Downloaded unicode-ident v1.0.13 |
345 | 2024-12-06T19:57:03.621Z | Downloaded unicode-width v0.1.14 |
346 | 2024-12-06T19:57:03.621Z | Downloaded rustix v0.38.37 |
347 | 2024-12-06T19:57:03.645Z | Downloaded typenum v1.17.0 |
348 | 2024-12-06T19:57:03.669Z | Downloaded thread-id v4.2.2 |
349 | 2024-12-06T19:57:03.669Z | Downloaded thiserror-impl v1.0.69 |
350 | 2024-12-06T19:57:03.669Z | Downloaded tempfile v3.13.0 |
351 | 2024-12-06T19:57:03.669Z | Downloaded scroll v0.12.0 |
352 | 2024-12-06T19:57:03.669Z | Downloaded proc-macro2 v1.0.89 |
353 | 2024-12-06T19:57:03.669Z | Downloaded log v0.4.22 |
354 | 2024-12-06T19:57:03.669Z | Downloaded usdt v0.5.0 |
355 | 2024-12-06T19:57:03.669Z | Downloaded terminal_size v0.4.0 |
356 | 2024-12-06T19:57:03.669Z | Downloaded quote v1.0.37 |
357 | 2024-12-06T19:57:03.669Z | Downloaded tabled_derive v0.7.0 |
358 | 2024-12-06T19:57:03.670Z | Downloaded serde_spanned v0.6.8 |
359 | 2024-12-06T19:57:03.670Z | Downloaded usdt-macro v0.5.0 |
360 | 2024-12-06T19:57:03.670Z | Downloaded strsim v0.11.1 |
361 | 2024-12-06T19:57:03.670Z | Downloaded sha2 v0.10.8 |
362 | 2024-12-06T19:57:03.694Z | Downloaded serde_tokenstream v0.2.2 |
363 | 2024-12-06T19:57:03.694Z | Downloaded libc v0.2.162 |
364 | 2024-12-06T19:57:03.718Z | Downloaded serde v1.0.215 |
365 | 2024-12-06T19:57:03.718Z | Downloaded proc-macro-error-attr v1.0.4 |
366 | 2024-12-06T19:57:03.718Z | Downloaded usdt-attr-macro v0.5.0 |
367 | 2024-12-06T19:57:03.718Z | Downloaded memmap v0.7.0 |
368 | 2024-12-06T19:57:03.718Z | Downloaded macaddr v1.0.1 |
369 | 2024-12-06T19:57:03.718Z | Downloaded dof v0.3.0 |
370 | 2024-12-06T19:57:03.718Z | Downloaded proc-macro-error v1.0.4 |
371 | 2024-12-06T19:57:03.718Z | Downloaded pretty-hex v0.4.1 |
372 | 2024-12-06T19:57:03.718Z | Downloaded dtrace-parser v0.2.0 |
373 | 2024-12-06T19:57:03.718Z | Downloaded pest_derive v2.7.14 |
374 | 2024-12-06T19:57:03.742Z | Downloaded memchr v2.7.4 |
375 | 2024-12-06T19:57:03.742Z | Downloaded indexmap v2.6.0 |
376 | 2024-12-06T19:57:03.742Z | Downloaded heck v0.5.0 |
377 | 2024-12-06T19:57:03.742Z | Downloaded smawk v0.3.2 |
378 | 2024-12-06T19:57:03.742Z | Downloaded semver v1.0.23 |
379 | 2024-12-06T19:57:03.743Z | Downloaded pest_meta v2.7.14 |
380 | 2024-12-06T19:57:03.743Z | Downloaded papergrid v0.11.0 |
381 | 2024-12-06T19:57:03.743Z | Downloaded heck v0.4.1 |
382 | 2024-12-06T19:57:03.743Z | Downloaded errno v0.3.9 |
383 | 2024-12-06T19:57:03.767Z | Downloaded cpufeatures v0.2.14 |
384 | 2024-12-06T19:57:03.767Z | Downloaded once_cell v1.20.2 |
385 | 2024-12-06T19:57:03.767Z | Downloaded is_terminal_polyfill v1.70.1 |
386 | 2024-12-06T19:57:03.767Z | Downloaded fs-err v2.11.0 |
387 | 2024-12-06T19:57:03.767Z | Downloaded fnv v1.0.7 |
388 | 2024-12-06T19:57:03.767Z | Downloaded fastrand v2.1.1 |
389 | 2024-12-06T19:57:03.767Z | Downloaded equivalent v1.0.1 |
390 | 2024-12-06T19:57:03.767Z | Downloaded crypto-common v0.1.6 |
391 | 2024-12-06T19:57:03.767Z | Downloaded clap_builder v4.5.21 |
392 | 2024-12-06T19:57:03.767Z | Downloaded cargo_toml v0.20.5 |
393 | 2024-12-06T19:57:03.768Z | Downloaded cargo_metadata v0.18.1 |
394 | 2024-12-06T19:57:03.768Z | Downloaded camino v1.1.9 |
395 | 2024-12-06T19:57:03.791Z | Downloaded byteorder v1.5.0 |
396 | 2024-12-06T19:57:03.791Z | Downloaded bytecount v0.6.8 |
397 | 2024-12-06T19:57:03.792Z | Downloaded bitflags v2.6.0 |
398 | 2024-12-06T19:57:03.792Z | Downloaded autocfg v1.4.0 |
399 | 2024-12-06T19:57:03.792Z | Downloaded block-buffer v0.10.4 |
400 | 2024-12-06T19:57:03.792Z | Downloaded anyhow v1.0.93 |
401 | 2024-12-06T19:57:03.792Z | Downloaded cargo-platform v0.1.8 |
402 | 2024-12-06T19:57:03.932Z | Compiling proc-macro2 v1.0.89 |
403 | 2024-12-06T19:57:03.932Z | Compiling unicode-ident v1.0.13 |
404 | 2024-12-06T19:57:03.932Z | Compiling serde v1.0.215 |
405 | 2024-12-06T19:57:03.932Z | Compiling version_check v0.9.5 |
406 | 2024-12-06T19:57:03.932Z | Compiling thiserror v1.0.69 |
407 | 2024-12-06T19:57:03.932Z | Compiling memchr v2.7.4 |
408 | 2024-12-06T19:57:03.957Z | Compiling libc v0.2.162 |
409 | 2024-12-06T19:57:03.957Z | Compiling itoa v1.0.11 |
410 | 2024-12-06T19:57:04.196Z | Compiling ucd-trie v0.1.7 |
411 | 2024-12-06T19:57:04.230Z | Compiling ryu v1.0.18 |
412 | 2024-12-06T19:57:04.664Z | Compiling once_cell v1.20.2 |
413 | 2024-12-06T19:57:04.749Z | Compiling byteorder v1.5.0 |
414 | 2024-12-06T19:57:04.810Z | Compiling rustix v0.38.37 |
415 | 2024-12-06T19:57:05.031Z | Compiling serde_json v1.0.132 |
416 | 2024-12-06T19:57:05.057Z | Compiling bitflags v2.6.0 |
417 | 2024-12-06T19:57:05.332Z | Compiling usdt-impl v0.5.0 |
418 | 2024-12-06T19:57:05.380Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2024-12-06T19:57:05.461Z | Compiling syn v1.0.109 |
420 | 2024-12-06T19:57:05.558Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-12-06T19:57:05.618Z | Compiling quote v1.0.37 |
422 | 2024-12-06T19:57:05.786Z | Compiling camino v1.1.9 |
423 | 2024-12-06T19:57:05.810Z | Compiling plain v0.2.3 |
424 | 2024-12-06T19:57:05.835Z | Compiling log v0.4.22 |
425 | 2024-12-06T19:57:05.957Z | Compiling syn v2.0.87 |
426 | 2024-12-06T19:57:06.007Z | Compiling errno v0.3.9 |
427 | 2024-12-06T19:57:06.202Z | Compiling equivalent v1.0.1 |
428 | 2024-12-06T19:57:06.233Z | Compiling hashbrown v0.15.0 |
429 | 2024-12-06T19:57:06.263Z | Compiling thread-id v4.2.2 |
430 | 2024-12-06T19:57:06.325Z | Compiling utf8parse v0.2.2 |
431 | 2024-12-06T19:57:06.495Z | Compiling anstyle-parse v0.2.5 |
432 | 2024-12-06T19:57:06.570Z | Compiling pretty-hex v0.4.1 |
433 | 2024-12-06T19:57:06.776Z | Compiling anstyle v1.0.10 |
434 | 2024-12-06T19:57:06.807Z | Compiling colorchoice v1.0.2 |
435 | 2024-12-06T19:57:06.842Z | Compiling unicode-width v0.1.14 |
436 | 2024-12-06T19:57:06.982Z | Compiling autocfg v1.4.0 |
437 | 2024-12-06T19:57:07.213Z | Compiling is_terminal_polyfill v1.70.1 |
438 | 2024-12-06T19:57:07.275Z | Compiling anstyle-query v1.1.1 |
439 | 2024-12-06T19:57:07.344Z | Compiling indexmap v2.6.0 |
440 | 2024-12-06T19:57:07.379Z | Compiling winnow v0.6.20 |
441 | 2024-12-06T19:57:07.408Z | Compiling semver v1.0.23 |
442 | 2024-12-06T19:57:07.438Z | Compiling anstream v0.6.15 |
443 | 2024-12-06T19:57:08.089Z | Compiling fs-err v2.11.0 |
444 | 2024-12-06T19:57:08.160Z | Compiling terminal_size v0.4.0 |
445 | 2024-12-06T19:57:08.303Z | Compiling bytecount v0.6.8 |
446 | 2024-12-06T19:57:08.363Z | Compiling strsim v0.11.1 |
447 | 2024-12-06T19:57:08.387Z | Compiling heck v0.5.0 |
448 | 2024-12-06T19:57:08.512Z | Compiling cfg-if v1.0.0 |
449 | 2024-12-06T19:57:08.617Z | Compiling fastrand v2.1.1 |
450 | 2024-12-06T19:57:08.736Z | Compiling fnv v1.0.7 |
451 | 2024-12-06T19:57:08.918Z | Compiling clap_lex v0.7.2 |
452 | 2024-12-06T19:57:09.117Z | Compiling anyhow v1.0.93 |
453 | 2024-12-06T19:57:09.232Z | Compiling heck v0.4.1 |
454 | 2024-12-06T19:57:09.336Z | Compiling clap_builder v4.5.21 |
455 | 2024-12-06T19:57:09.475Z | Compiling tempfile v3.13.0 |
456 | 2024-12-06T19:57:09.588Z | Compiling papergrid v0.11.0 |
457 | 2024-12-06T19:57:09.850Z | Compiling memmap v0.7.0 |
458 | 2024-12-06T19:57:10.052Z | Compiling smawk v0.3.2 |
459 | 2024-12-06T19:57:10.161Z | Compiling unicode-linebreak v0.1.5 |
460 | 2024-12-06T19:57:10.575Z | Compiling textwrap v0.16.1 |
461 | 2024-12-06T19:57:10.600Z | Compiling swrite v0.1.0 |
462 | 2024-12-06T19:57:11.468Z | Compiling tabled_derive v0.7.0 |
463 | 2024-12-06T19:57:13.053Z | Compiling tabled v0.15.0 |
464 | 2024-12-06T19:57:14.247Z | Compiling serde_derive v1.0.215 |
465 | 2024-12-06T19:57:14.247Z | Compiling thiserror-impl v1.0.69 |
466 | 2024-12-06T19:57:14.271Z | Compiling zerocopy-derive v0.7.35 |
467 | 2024-12-06T19:57:14.336Z | Compiling scroll_derive v0.12.0 |
468 | 2024-12-06T19:57:14.415Z | Compiling clap_derive v4.5.18 |
469 | 2024-12-06T19:57:15.411Z | Compiling scroll v0.12.0 |
470 | 2024-12-06T19:57:15.898Z | Compiling goblin v0.8.2 |
471 | 2024-12-06T19:57:15.941Z | Compiling zerocopy v0.7.35 |
472 | 2024-12-06T19:57:16.508Z | Compiling pest v2.7.14 |
473 | 2024-12-06T19:57:17.551Z | Compiling clap v4.5.21 |
474 | 2024-12-06T19:57:18.533Z | Compiling pest_meta v2.7.14 |
475 | 2024-12-06T19:57:19.575Z | Compiling pest_generator v2.7.14 |
476 | 2024-12-06T19:57:21.527Z | Compiling pest_derive v2.7.14 |
477 | 2024-12-06T19:57:22.166Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-12-06T19:57:24.039Z | Compiling serde_tokenstream v0.2.2 |
479 | 2024-12-06T19:57:24.127Z | Compiling serde_spanned v0.6.8 |
480 | 2024-12-06T19:57:24.127Z | Compiling toml_datetime v0.6.8 |
481 | 2024-12-06T19:57:24.418Z | Compiling cargo-platform v0.1.8 |
482 | 2024-12-06T19:57:24.481Z | Compiling toml_edit v0.22.22 |
483 | 2024-12-06T19:57:24.628Z | Compiling macaddr v1.0.1 |
484 | 2024-12-06T19:57:24.864Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-12-06T19:57:25.584Z | Compiling dof v0.3.0 |
486 | 2024-12-06T19:57:25.651Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-12-06T19:57:27.209Z | Compiling usdt-macro v0.5.0 |
488 | 2024-12-06T19:57:27.209Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-12-06T19:57:27.263Z | Compiling toml v0.8.19 |
490 | 2024-12-06T19:57:27.993Z | Compiling cargo_toml v0.20.5 |
491 | 2024-12-06T19:57:28.414Z | Compiling usdt v0.5.0 |
492 | 2024-12-06T19:57:32.328Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-12-06T19:57:37.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.17s |
494 | 2024-12-06T19:57:37.969Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-12-06T19:57:38.645Z | Downloading crates ... |
496 | 2024-12-06T19:57:38.774Z | Downloaded adler2 v2.0.0 |
497 | 2024-12-06T19:57:38.799Z | Downloaded cstr-argument v0.1.2 |
498 | 2024-12-06T19:57:38.799Z | Downloaded aead v0.5.2 |
499 | 2024-12-06T19:57:38.799Z | Downloaded addr2line v0.24.2 |
500 | 2024-12-06T19:57:38.799Z | Downloaded aes v0.8.4 |
501 | 2024-12-06T19:57:38.799Z | Downloaded progenitor-impl v0.8.0 |
502 | 2024-12-06T19:57:38.825Z | Downloaded async-stream v0.3.6 |
503 | 2024-12-06T19:57:38.825Z | Downloaded async-trait v0.1.83 |
504 | 2024-12-06T19:57:38.825Z | Downloaded aws-lc-rs v1.10.0 |
505 | 2024-12-06T19:57:38.850Z | Downloaded hostname v0.4.0 |
506 | 2024-12-06T19:57:38.850Z | Downloaded icu_locid v1.5.0 |
507 | 2024-12-06T19:57:38.875Z | Downloaded icu_provider_macros v1.5.0 |
508 | 2024-12-06T19:57:38.900Z | Downloaded md5 v0.7.0 |
509 | 2024-12-06T19:57:38.924Z | Downloaded write16 v1.0.0 |
510 | 2024-12-06T19:57:38.949Z | Downloaded downcast v0.11.0 |
511 | 2024-12-06T19:57:38.973Z | Downloaded phf_shared v0.10.0 |
512 | 2024-12-06T19:57:38.973Z | Downloaded progenitor v0.8.0 |
513 | 2024-12-06T19:57:38.999Z | Downloaded funty v2.0.0 |
514 | 2024-12-06T19:57:38.999Z | Downloaded data-encoding v2.6.0 |
515 | 2024-12-06T19:57:38.999Z | Downloaded qorb v0.2.1 |
516 | 2024-12-06T19:57:38.999Z | Downloaded foreign-types v0.3.2 |
517 | 2024-12-06T19:57:39.025Z | Downloaded fxhash v0.2.1 |
518 | 2024-12-06T19:57:39.025Z | Downloaded unicase v2.7.0 |
519 | 2024-12-06T19:57:39.025Z | Downloaded futures v0.3.31 |
520 | 2024-12-06T19:57:39.051Z | Downloaded group v0.13.0 |
521 | 2024-12-06T19:57:39.051Z | Downloaded slog-stdlog v4.1.1 |
522 | 2024-12-06T19:57:39.051Z | Downloaded structmeta v0.3.0 |
523 | 2024-12-06T19:57:39.051Z | Downloaded structmeta-derive v0.2.0 |
524 | 2024-12-06T19:57:39.051Z | Downloaded oso-derive v0.27.3 |
525 | 2024-12-06T19:57:39.051Z | Downloaded thiserror-impl-no-std v2.0.2 |
526 | 2024-12-06T19:57:39.076Z | Downloaded russh-cryptovec v0.7.3 |
527 | 2024-12-06T19:57:39.076Z | Downloaded time-core v0.1.2 |
528 | 2024-12-06T19:57:39.102Z | Downloaded signature v2.2.0 |
529 | 2024-12-06T19:57:39.102Z | Downloaded number_prefix v0.4.0 |
530 | 2024-12-06T19:57:39.102Z | Downloaded opaque-debug v0.3.1 |
531 | 2024-12-06T19:57:39.102Z | Downloaded tungstenite v0.24.0 |
532 | 2024-12-06T19:57:39.102Z | Downloaded tinystr v0.7.6 |
533 | 2024-12-06T19:57:39.102Z | Downloaded toolchain_find v0.4.0 |
534 | 2024-12-06T19:57:39.102Z | Downloaded sec1 v0.7.3 |
535 | 2024-12-06T19:57:39.128Z | Downloaded num-conv v0.1.0 |
536 | 2024-12-06T19:57:39.128Z | Downloaded num v0.4.3 |
537 | 2024-12-06T19:57:39.128Z | Downloaded num_threads v0.1.7 |
538 | 2024-12-06T19:57:39.128Z | Downloaded multimap v0.10.0 |
539 | 2024-12-06T19:57:39.128Z | Downloaded num-iter v0.1.45 |
540 | 2024-12-06T19:57:39.128Z | Downloaded native-tls v0.2.12 |
541 | 2024-12-06T19:57:39.128Z | Downloaded num_enum v0.5.11 |
542 | 2024-12-06T19:57:39.153Z | Downloaded num_enum_derive v0.5.11 |
543 | 2024-12-06T19:57:39.153Z | Downloaded num-traits v0.2.19 |
544 | 2024-12-06T19:57:39.153Z | Downloaded serde_yaml v0.9.34+deprecated |
545 | 2024-12-06T19:57:39.153Z | Downloaded headers v0.4.0 |
546 | 2024-12-06T19:57:39.177Z | Downloaded heapless v0.8.0 |
547 | 2024-12-06T19:57:39.177Z | Downloaded num-bigint v0.4.6 |
548 | 2024-12-06T19:57:39.178Z | Downloaded num-bigint-dig v0.8.4 |
549 | 2024-12-06T19:57:39.178Z | Downloaded tough v0.19.0 |
550 | 2024-12-06T19:57:39.202Z | Downloaded salty v0.3.0 |
551 | 2024-12-06T19:57:39.202Z | Downloaded rustls-webpki v0.102.8 |
552 | 2024-12-06T19:57:39.226Z | Downloaded regex-syntax v0.6.29 |
553 | 2024-12-06T19:57:39.250Z | Downloaded lzma-sys v0.1.20 |
554 | 2024-12-06T19:57:39.274Z | Downloaded object v0.30.4 |
555 | 2024-12-06T19:57:39.298Z | Downloaded openssl v0.10.66 |
556 | 2024-12-06T19:57:39.298Z | Downloaded nix v0.29.0 |
557 | 2024-12-06T19:57:39.322Z | Downloaded rustls v0.21.12 |
558 | 2024-12-06T19:57:39.322Z | Downloaded object v0.36.5 |
559 | 2024-12-06T19:57:39.346Z | Downloaded libz-sys v1.1.20 |
560 | 2024-12-06T19:57:39.370Z | Downloaded nix v0.28.0 |
561 | 2024-12-06T19:57:39.394Z | Downloaded openapiv3 v2.0.0 |
562 | 2024-12-06T19:57:39.394Z | Downloaded typify-impl v0.2.0 |
563 | 2024-12-06T19:57:39.419Z | Downloaded sled v0.34.7 |
564 | 2024-12-06T19:57:39.419Z | Downloaded ratatui v0.28.1 |
565 | 2024-12-06T19:57:39.444Z | Downloaded smoltcp v0.11.0 |
566 | 2024-12-06T19:57:39.469Z | Downloaded zerocopy-derive v0.6.6 |
567 | 2024-12-06T19:57:39.469Z | Downloaded nix v0.27.1 |
568 | 2024-12-06T19:57:39.494Z | Downloaded petgraph v0.6.5 |
569 | 2024-12-06T19:57:39.518Z | Downloaded regex-syntax v0.8.5 |
570 | 2024-12-06T19:57:39.518Z | Downloaded csv v1.3.0 |
571 | 2024-12-06T19:57:39.543Z | Downloaded regex-automata v0.4.8 |
572 | 2024-12-06T19:57:39.567Z | Downloaded trust-dns-proto v0.22.0 |
573 | 2024-12-06T19:57:39.591Z | Downloaded regress v0.9.1 |
574 | 2024-12-06T19:57:39.591Z | Downloaded diesel v2.2.4 |
575 | 2024-12-06T19:57:39.615Z | Downloaded rustls-webpki v0.101.7 |
576 | 2024-12-06T19:57:39.641Z | Downloaded p384 v0.13.0 |
577 | 2024-12-06T19:57:39.641Z | Downloaded smoltcp v0.9.1 |
578 | 2024-12-06T19:57:39.641Z | Downloaded hashbrown v0.14.5 |
579 | 2024-12-06T19:57:39.665Z | Downloaded unicode-width v0.2.0 |
580 | 2024-12-06T19:57:39.666Z | Downloaded nom v7.1.3 |
581 | 2024-12-06T19:57:39.666Z | Downloaded tokio-util v0.7.12 |
582 | 2024-12-06T19:57:39.690Z | Downloaded rustyline v14.0.0 |
583 | 2024-12-06T19:57:39.690Z | Downloaded p521 v0.13.3 |
584 | 2024-12-06T19:57:39.690Z | Downloaded git2 v0.19.0 |
585 | 2024-12-06T19:57:39.690Z | Downloaded tokio v1.40.0 |
586 | 2024-12-06T19:57:39.732Z | Downloaded heapless v0.7.17 |
587 | 2024-12-06T19:57:39.756Z | Downloaded toml_edit v0.19.15 |
588 | 2024-12-06T19:57:39.756Z | Downloaded rayon v1.10.0 |
589 | 2024-12-06T19:57:39.781Z | Downloaded vcpkg v0.2.15 |
590 | 2024-12-06T19:57:39.811Z | Downloaded sha3 v0.10.8 |
591 | 2024-12-06T19:57:39.835Z | Downloaded time v0.3.36 |
592 | 2024-12-06T19:57:39.835Z | Downloaded sqlparser v0.45.0 |
593 | 2024-12-06T19:57:39.835Z | Downloaded reedline v0.35.0 |
594 | 2024-12-06T19:57:39.860Z | Downloaded encoding_rs v0.8.34 |
595 | 2024-12-06T19:57:39.884Z | Downloaded num-rational v0.4.2 |
596 | 2024-12-06T19:57:39.884Z | Downloaded schemars v0.8.21 |
597 | 2024-12-06T19:57:39.884Z | Downloaded samael v0.0.17 |
598 | 2024-12-06T19:57:39.908Z | Downloaded russh v0.45.0 |
599 | 2024-12-06T19:57:39.908Z | Downloaded hashbrown v0.12.3 |
600 | 2024-12-06T19:57:39.908Z | Downloaded zerocopy v0.8.10 |
601 | 2024-12-06T19:57:39.932Z | Downloaded num-complex v0.4.6 |
602 | 2024-12-06T19:57:39.932Z | Downloaded mockall_derive v0.13.0 |
603 | 2024-12-06T19:57:39.932Z | Downloaded toml v0.7.8 |
604 | 2024-12-06T19:57:39.956Z | Downloaded signal-hook v0.3.17 |
605 | 2024-12-06T19:57:39.956Z | Downloaded nu-ansi-term v0.50.1 |
606 | 2024-12-06T19:57:39.956Z | Downloaded multer v3.1.0 |
607 | 2024-12-06T19:57:39.956Z | Downloaded tokio-tungstenite v0.24.0 |
608 | 2024-12-06T19:57:39.956Z | Downloaded tokio-tungstenite v0.21.0 |
609 | 2024-12-06T19:57:39.956Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
610 | 2024-12-06T19:57:40.019Z | Downloaded tokio-native-tls v0.3.1 |
611 | 2024-12-06T19:57:40.043Z | Downloaded hashbrown v0.13.2 |
612 | 2024-12-06T19:57:40.043Z | Downloaded parse-zoneinfo v0.3.1 |
613 | 2024-12-06T19:57:40.043Z | Downloaded h2 v0.4.6 |
614 | 2024-12-06T19:57:40.043Z | Downloaded tokio-tungstenite v0.23.1 |
615 | 2024-12-06T19:57:40.043Z | Downloaded sct v0.7.1 |
616 | 2024-12-06T19:57:40.067Z | Downloaded omicron-zone-package v0.11.1 |
617 | 2024-12-06T19:57:40.067Z | Downloaded tinyvec v1.8.0 |
618 | 2024-12-06T19:57:40.067Z | Downloaded num-integer v0.1.46 |
619 | 2024-12-06T19:57:40.067Z | Downloaded num-derive v0.4.2 |
620 | 2024-12-06T19:57:40.067Z | Downloaded topological-sort v0.2.2 |
621 | 2024-12-06T19:57:40.067Z | Downloaded shlex v1.3.0 |
622 | 2024-12-06T19:57:40.067Z | Downloaded petname v2.0.2 |
623 | 2024-12-06T19:57:40.067Z | Downloaded tls_codec_derive v0.4.1 |
624 | 2024-12-06T19:57:40.067Z | Downloaded signal-hook-tokio v0.3.1 |
625 | 2024-12-06T19:57:40.091Z | Downloaded serde_with_macros v3.11.0 |
626 | 2024-12-06T19:57:40.091Z | Downloaded salsa20 v0.10.2 |
627 | 2024-12-06T19:57:40.091Z | Downloaded unicode-normalization v0.1.24 |
628 | 2024-12-06T19:57:40.091Z | Downloaded normalize-line-endings v0.3.0 |
629 | 2024-12-06T19:57:40.091Z | Downloaded nodrop v0.1.14 |
630 | 2024-12-06T19:57:40.091Z | Downloaded nanorand v0.7.0 |
631 | 2024-12-06T19:57:40.091Z | Downloaded tokio-macros v2.4.0 |
632 | 2024-12-06T19:57:40.091Z | Downloaded signal-hook-registry v1.4.2 |
633 | 2024-12-06T19:57:40.091Z | Downloaded rusty-fork v0.3.0 |
634 | 2024-12-06T19:57:40.091Z | Downloaded tracing v0.1.40 |
635 | 2024-12-06T19:57:40.092Z | Downloaded shell-words v1.1.0 |
636 | 2024-12-06T19:57:40.115Z | Downloaded time-macros v0.2.18 |
637 | 2024-12-06T19:57:40.116Z | Downloaded tracing-core v0.1.32 |
638 | 2024-12-06T19:57:40.116Z | Downloaded ron v0.8.1 |
639 | 2024-12-06T19:57:40.116Z | Downloaded openssl-sys v0.9.103 |
640 | 2024-12-06T19:57:40.116Z | Downloaded nibble_vec v0.1.0 |
641 | 2024-12-06T19:57:40.116Z | Downloaded heck v0.3.3 |
642 | 2024-12-06T19:57:40.116Z | Downloaded tls_codec v0.4.1 |
643 | 2024-12-06T19:57:40.116Z | Downloaded signal-hook-mio v0.2.4 |
644 | 2024-12-06T19:57:40.116Z | Downloaded sha1 v0.10.6 |
645 | 2024-12-06T19:57:40.140Z | Downloaded scrypt v0.11.0 |
646 | 2024-12-06T19:57:40.140Z | Downloaded scopeguard v1.2.0 |
647 | 2024-12-06T19:57:40.140Z | Downloaded schemars_derive v0.8.21 |
648 | 2024-12-06T19:57:40.140Z | Downloaded scheduled-thread-pool v0.2.7 |
649 | 2024-12-06T19:57:40.140Z | Downloaded same-file v1.0.6 |
650 | 2024-12-06T19:57:40.140Z | Downloaded rustversion v1.0.17 |
651 | 2024-12-06T19:57:40.140Z | Downloaded similar v2.6.0 |
652 | 2024-12-06T19:57:40.140Z | Downloaded typed-path v0.9.3 |
653 | 2024-12-06T19:57:40.164Z | Downloaded rustfmt-wrapper v0.2.1 |
654 | 2024-12-06T19:57:40.164Z | Downloaded russh-keys v0.45.0 |
655 | 2024-12-06T19:57:40.164Z | Downloaded olpc-cjson v0.1.4 |
656 | 2024-12-06T19:57:40.164Z | Downloaded parking_lot v0.12.3 |
657 | 2024-12-06T19:57:40.164Z | Downloaded tungstenite v0.21.0 |
658 | 2024-12-06T19:57:40.164Z | Downloaded ssh-key v0.6.6 |
659 | 2024-12-06T19:57:40.164Z | Downloaded unicode-segmentation v1.12.0 |
660 | 2024-12-06T19:57:40.188Z | Downloaded rustls v0.22.4 |
661 | 2024-12-06T19:57:40.188Z | Downloaded tiny-keccak v2.0.2 |
662 | 2024-12-06T19:57:40.188Z | Downloaded ron v0.7.1 |
663 | 2024-12-06T19:57:40.212Z | Downloaded parking_lot_core v0.8.6 |
664 | 2024-12-06T19:57:40.212Z | Downloaded p256 v0.13.2 |
665 | 2024-12-06T19:57:40.212Z | Downloaded oso v0.27.3 |
666 | 2024-12-06T19:57:40.212Z | Downloaded tokio-postgres v0.7.12 |
667 | 2024-12-06T19:57:40.212Z | Downloaded zerovec v0.10.4 |
668 | 2024-12-06T19:57:40.237Z | Downloaded dropshot v0.12.0 |
669 | 2024-12-06T19:57:40.237Z | Downloaded tungstenite v0.23.0 |
670 | 2024-12-06T19:57:40.262Z | Downloaded steno v0.4.1 |
671 | 2024-12-06T19:57:40.262Z | Downloaded unicode_categories v0.1.1 |
672 | 2024-12-06T19:57:40.262Z | Downloaded regress v0.10.1 |
673 | 2024-12-06T19:57:40.262Z | Downloaded tinyvec_macros v0.1.1 |
674 | 2024-12-06T19:57:40.262Z | Downloaded rustc_version v0.4.1 |
675 | 2024-12-06T19:57:40.287Z | Downloaded rustc_version v0.1.7 |
676 | 2024-12-06T19:57:40.287Z | Downloaded rustc-demangle v0.1.24 |
677 | 2024-12-06T19:57:40.288Z | Downloaded hashlink v0.9.1 |
678 | 2024-12-06T19:57:40.288Z | Downloaded parking_lot_core v0.9.10 |
679 | 2024-12-06T19:57:40.288Z | Downloaded rayon-core v1.12.1 |
680 | 2024-12-06T19:57:40.288Z | Downloaded flate2 v1.0.34 |
681 | 2024-12-06T19:57:40.288Z | Downloaded rustls v0.23.14 |
682 | 2024-12-06T19:57:40.312Z | Downloaded thread_local v1.1.8 |
683 | 2024-12-06T19:57:40.312Z | Downloaded thiserror-no-std v2.0.2 |
684 | 2024-12-06T19:57:40.312Z | Downloaded simd-adler32 v0.3.7 |
685 | 2024-12-06T19:57:40.312Z | Downloaded tui-tree-widget v0.22.0 |
686 | 2024-12-06T19:57:40.312Z | Downloaded parking_lot v0.11.2 |
687 | 2024-12-06T19:57:40.312Z | Downloaded rcgen v0.12.1 |
688 | 2024-12-06T19:57:40.312Z | Downloaded sigpipe v0.1.3 |
689 | 2024-12-06T19:57:40.312Z | Downloaded rustc-hash v2.0.0 |
690 | 2024-12-06T19:57:40.337Z | Downloaded rustc-hash v1.1.0 |
691 | 2024-12-06T19:57:40.337Z | Downloaded try-lock v0.2.5 |
692 | 2024-12-06T19:57:40.337Z | Downloaded parse-size v1.1.0 |
693 | 2024-12-06T19:57:40.337Z | Downloaded parse-display-derive v0.10.0 |
694 | 2024-12-06T19:57:40.337Z | Downloaded parse-display v0.10.0 |
695 | 2024-12-06T19:57:40.337Z | Downloaded packed_struct_codegen v0.10.1 |
696 | 2024-12-06T19:57:40.337Z | Downloaded packed_struct v0.10.1 |
697 | 2024-12-06T19:57:40.337Z | Downloaded owo-colors v4.1.0 |
698 | 2024-12-06T19:57:40.337Z | Downloaded tokio-stream v0.1.16 |
699 | 2024-12-06T19:57:40.337Z | Downloaded tokio-rustls v0.26.0 |
700 | 2024-12-06T19:57:40.337Z | Downloaded rfc6979 v0.4.0 |
701 | 2024-12-06T19:57:40.337Z | Downloaded ref-cast v1.0.23 |
702 | 2024-12-06T19:57:40.361Z | Downloaded smallvec v1.13.2 |
703 | 2024-12-06T19:57:40.361Z | Downloaded x509-cert v0.2.5 |
704 | 2024-12-06T19:57:40.361Z | Downloaded unicode-bidi v0.3.17 |
705 | 2024-12-06T19:57:40.361Z | Downloaded gimli v0.31.1 |
706 | 2024-12-06T19:57:40.385Z | Downloaded zip v2.1.3 |
707 | 2024-12-06T19:57:40.385Z | Downloaded curve25519-dalek v4.1.3 |
708 | 2024-12-06T19:57:40.409Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
709 | 2024-12-06T19:57:40.409Z | Downloaded rpassword v7.3.1 |
710 | 2024-12-06T19:57:40.409Z | Downloaded tracing-attributes v0.1.27 |
711 | 2024-12-06T19:57:40.409Z | Downloaded tower-service v0.3.3 |
712 | 2024-12-06T19:57:40.409Z | Downloaded openssl-macros v0.1.1 |
713 | 2024-12-06T19:57:40.409Z | Downloaded newtype_derive v0.1.6 |
714 | 2024-12-06T19:57:40.433Z | Downloaded newtype-uuid v1.1.3 |
715 | 2024-12-06T19:57:40.433Z | Downloaded twox-hash v1.6.3 |
716 | 2024-12-06T19:57:40.433Z | Downloaded tokio-rustls v0.25.0 |
717 | 2024-12-06T19:57:40.433Z | Downloaded tokio-rustls v0.24.1 |
718 | 2024-12-06T19:57:40.433Z | Downloaded resolv-conf v0.7.0 |
719 | 2024-12-06T19:57:40.433Z | Downloaded ref-cast-impl v1.0.23 |
720 | 2024-12-06T19:57:40.433Z | Downloaded password-hash v0.5.0 |
721 | 2024-12-06T19:57:40.433Z | Downloaded password-hash v0.4.2 |
722 | 2024-12-06T19:57:40.433Z | Downloaded slog v2.7.0 |
723 | 2024-12-06T19:57:40.433Z | Downloaded url v2.5.3 |
724 | 2024-12-06T19:57:40.433Z | Downloaded futures-util v0.3.31 |
725 | 2024-12-06T19:57:40.457Z | Downloaded unicode-properties v0.1.3 |
726 | 2024-12-06T19:57:40.457Z | Downloaded radix_trie v0.2.1 |
727 | 2024-12-06T19:57:40.457Z | Downloaded openssl-probe v0.1.5 |
728 | 2024-12-06T19:57:40.481Z | Downloaded newline-converter v0.3.0 |
729 | 2024-12-06T19:57:40.481Z | Downloaded new_debug_unreachable v1.0.6 |
730 | 2024-12-06T19:57:40.481Z | Downloaded rand_xorshift v0.3.0 |
731 | 2024-12-06T19:57:40.481Z | Downloaded paste v1.0.15 |
732 | 2024-12-06T19:57:40.481Z | Downloaded structmeta v0.2.0 |
733 | 2024-12-06T19:57:40.482Z | Downloaded string_cache v0.8.7 |
734 | 2024-12-06T19:57:40.482Z | Downloaded static_assertions v1.1.0 |
735 | 2024-12-06T19:57:40.482Z | Downloaded stable_deref_trait v1.2.0 |
736 | 2024-12-06T19:57:40.482Z | Downloaded ssh-encoding v0.2.0 |
737 | 2024-12-06T19:57:40.482Z | Downloaded slog-term v2.9.1 |
738 | 2024-12-06T19:57:40.482Z | Downloaded half v2.4.1 |
739 | 2024-12-06T19:57:40.482Z | Downloaded flume v0.11.1 |
740 | 2024-12-06T19:57:40.506Z | Downloaded der v0.7.9 |
741 | 2024-12-06T19:57:40.506Z | Downloaded chrono-tz v0.10.0 |
742 | 2024-12-06T19:57:40.506Z | Downloaded stringprep v0.1.5 |
743 | 2024-12-06T19:57:40.506Z | Downloaded ssh-cipher v0.2.0 |
744 | 2024-12-06T19:57:40.506Z | Downloaded sqlformat v0.2.6 |
745 | 2024-12-06T19:57:40.506Z | Downloaded smf v0.2.3 |
746 | 2024-12-06T19:57:40.530Z | Downloaded smallvec v0.6.14 |
747 | 2024-12-06T19:57:40.530Z | Downloaded unsafe-libyaml v0.2.11 |
748 | 2024-12-06T19:57:40.530Z | Downloaded typify v0.2.0 |
749 | 2024-12-06T19:57:40.530Z | Downloaded polar-core v0.27.3 |
750 | 2024-12-06T19:57:40.530Z | Downloaded strip-ansi-escapes v0.2.0 |
751 | 2024-12-06T19:57:40.530Z | Downloaded sqlparser_derive v0.2.2 |
752 | 2024-12-06T19:57:40.530Z | Downloaded spki v0.7.3 |
753 | 2024-12-06T19:57:40.554Z | Downloaded slog-scope v4.4.0 |
754 | 2024-12-06T19:57:40.555Z | Downloaded slog-json v2.6.1 |
755 | 2024-12-06T19:57:40.555Z | Downloaded slog-dtrace v0.3.0 |
756 | 2024-12-06T19:57:40.555Z | Downloaded slog-bunyan v2.5.0 |
757 | 2024-12-06T19:57:40.555Z | Downloaded slog-async v2.8.0 |
758 | 2024-12-06T19:57:40.555Z | Downloaded slab v0.4.9 |
759 | 2024-12-06T19:57:40.555Z | Downloaded siphasher v0.3.11 |
760 | 2024-12-06T19:57:40.555Z | Downloaded hash32 v0.3.1 |
761 | 2024-12-06T19:57:40.555Z | Downloaded hash32 v0.2.1 |
762 | 2024-12-06T19:57:40.555Z | Downloaded zerocopy v0.6.6 |
763 | 2024-12-06T19:57:40.555Z | Downloaded vergen v8.3.2 |
764 | 2024-12-06T19:57:40.555Z | Downloaded value-bag v1.9.0 |
765 | 2024-12-06T19:57:40.579Z | Downloaded uzers v0.12.1 |
766 | 2024-12-06T19:57:40.579Z | Downloaded uuid v1.11.0 |
767 | 2024-12-06T19:57:40.579Z | Downloaded dhcproto v0.12.0 |
768 | 2024-12-06T19:57:40.579Z | Downloaded zerocopy-derive v0.8.10 |
769 | 2024-12-06T19:57:40.580Z | Downloaded quinn-proto v0.11.8 |
770 | 2024-12-06T19:57:40.603Z | Downloaded webpki-roots v0.26.6 |
771 | 2024-12-06T19:57:40.604Z | Downloaded proptest v1.5.0 |
772 | 2024-12-06T19:57:40.604Z | Downloaded slog-envlogger v2.2.0 |
773 | 2024-12-06T19:57:40.604Z | Downloaded globset v0.4.15 |
774 | 2024-12-06T19:57:40.604Z | Downloaded ring v0.17.8 |
775 | 2024-12-06T19:57:40.683Z | Downloaded glob v0.3.1 |
776 | 2024-12-06T19:57:40.708Z | Downloaded yoke v0.7.4 |
777 | 2024-12-06T19:57:40.708Z | Downloaded yasna v0.5.2 |
778 | 2024-12-06T19:57:40.708Z | Downloaded xz2 v0.1.7 |
779 | 2024-12-06T19:57:40.708Z | Downloaded xattr v1.3.1 |
780 | 2024-12-06T19:57:40.708Z | Downloaded utf8_iter v1.0.4 |
781 | 2024-12-06T19:57:40.708Z | Downloaded utf16_iter v1.0.5 |
782 | 2024-12-06T19:57:40.708Z | Downloaded untrusted v0.7.1 |
783 | 2024-12-06T19:57:40.708Z | Downloaded universal-hash v0.5.1 |
784 | 2024-12-06T19:57:40.708Z | Downloaded unicode-xid v0.2.6 |
785 | 2024-12-06T19:57:40.708Z | Downloaded unicode-truncate v1.1.0 |
786 | 2024-12-06T19:57:40.732Z | Downloaded unarray v0.1.4 |
787 | 2024-12-06T19:57:40.732Z | Downloaded typify-macro v0.2.0 |
788 | 2024-12-06T19:57:40.732Z | Downloaded derive-where v1.2.7 |
789 | 2024-12-06T19:57:40.732Z | Downloaded der_derive v0.7.3 |
790 | 2024-12-06T19:57:40.732Z | Downloaded darling_core v0.20.10 |
791 | 2024-12-06T19:57:40.732Z | Downloaded zopfli v0.8.1 |
792 | 2024-12-06T19:57:40.732Z | Downloaded zip v0.6.6 |
793 | 2024-12-06T19:57:40.732Z | Downloaded dropshot v0.13.0 |
794 | 2024-12-06T19:57:40.757Z | Downloaded yoke-derive v0.7.4 |
795 | 2024-12-06T19:57:40.757Z | Downloaded utf-8 v0.7.6 |
796 | 2024-12-06T19:57:40.757Z | Downloaded untrusted v0.9.0 |
797 | 2024-12-06T19:57:40.757Z | Downloaded foldhash v0.1.3 |
798 | 2024-12-06T19:57:40.781Z | Downloaded float-cmp v0.9.0 |
799 | 2024-12-06T19:57:40.781Z | Downloaded flagset v0.4.6 |
800 | 2024-12-06T19:57:40.781Z | Downloaded diesel-dtrace v0.3.0 |
801 | 2024-12-06T19:57:40.781Z | Downloaded libsqlite3-sys v0.30.1 |
802 | 2024-12-06T19:57:40.854Z | Downloaded des v0.8.1 |
803 | 2024-12-06T19:57:40.878Z | Downloaded derive_builder_core v0.20.2 |
804 | 2024-12-06T19:57:40.878Z | Downloaded derive_builder v0.20.2 |
805 | 2024-12-06T19:57:40.878Z | Downloaded defmt v0.3.8 |
806 | 2024-12-06T19:57:40.878Z | Downloaded quick-xml v0.33.0 |
807 | 2024-12-06T19:57:40.878Z | Downloaded fragile v2.0.0 |
808 | 2024-12-06T19:57:40.878Z | Downloaded float-ord v0.3.2 |
809 | 2024-12-06T19:57:40.878Z | Downloaded fixedbitset v0.4.2 |
810 | 2024-12-06T19:57:40.902Z | Downloaded filetime v0.2.25 |
811 | 2024-12-06T19:57:40.902Z | Downloaded ff v0.13.0 |
812 | 2024-12-06T19:57:40.902Z | Downloaded fd-lock v4.0.2 |
813 | 2024-12-06T19:57:40.902Z | Downloaded derive_more v0.99.18 |
814 | 2024-12-06T19:57:40.902Z | Downloaded defmt-macros v0.3.9 |
815 | 2024-12-06T19:57:40.902Z | Downloaded ghash v0.5.1 |
816 | 2024-12-06T19:57:40.902Z | Downloaded getrandom v0.2.15 |
817 | 2024-12-06T19:57:40.902Z | Downloaded gethostname v0.5.0 |
818 | 2024-12-06T19:57:40.902Z | Downloaded futures-sink v0.3.31 |
819 | 2024-12-06T19:57:40.902Z | Downloaded futures-channel v0.3.31 |
820 | 2024-12-06T19:57:40.927Z | Downloaded fs_extra v1.3.0 |
821 | 2024-12-06T19:57:40.927Z | Downloaded defmt-parser v0.3.4 |
822 | 2024-12-06T19:57:40.927Z | Downloaded debug-ignore v1.0.5 |
823 | 2024-12-06T19:57:40.927Z | Downloaded zone v0.3.0 |
824 | 2024-12-06T19:57:40.927Z | Downloaded portable-atomic v1.9.0 |
825 | 2024-12-06T19:57:40.927Z | Downloaded ring v0.16.20 |
826 | 2024-12-06T19:57:41.015Z | Downloaded futures-task v0.3.31 |
827 | 2024-12-06T19:57:41.041Z | Downloaded futures-macro v0.3.31 |
828 | 2024-12-06T19:57:41.042Z | Downloaded futures-io v0.3.31 |
829 | 2024-12-06T19:57:41.042Z | Downloaded futures-executor v0.3.31 |
830 | 2024-12-06T19:57:41.042Z | Downloaded futures-core v0.3.31 |
831 | 2024-12-06T19:57:41.042Z | Downloaded form_urlencoded v1.2.1 |
832 | 2024-12-06T19:57:41.042Z | Downloaded foreign-types-shared v0.3.1 |
833 | 2024-12-06T19:57:41.042Z | Downloaded foreign-types-shared v0.1.1 |
834 | 2024-12-06T19:57:41.042Z | Downloaded foreign-types-macros v0.2.3 |
835 | 2024-12-06T19:57:41.042Z | Downloaded foreign-types v0.5.0 |
836 | 2024-12-06T19:57:41.042Z | Downloaded dhcproto-macros v0.1.0 |
837 | 2024-12-06T19:57:41.042Z | Downloaded deranged v0.3.11 |
838 | 2024-12-06T19:57:41.042Z | Downloaded zone v0.1.8 |
839 | 2024-12-06T19:57:41.042Z | Downloaded zerovec-derive v0.10.3 |
840 | 2024-12-06T19:57:41.042Z | Downloaded zeroize_derive v1.4.2 |
841 | 2024-12-06T19:57:41.042Z | Downloaded zeroize v1.8.1 |
842 | 2024-12-06T19:57:41.042Z | Downloaded zerofrom-derive v0.1.4 |
843 | 2024-12-06T19:57:41.042Z | Downloaded rand v0.8.5 |
844 | 2024-12-06T19:57:41.042Z | Downloaded publicsuffix v2.2.3 |
845 | 2024-12-06T19:57:41.068Z | Downloaded regex v1.11.1 |
846 | 2024-12-06T19:57:41.068Z | Downloaded derive_builder_macro v0.20.2 |
847 | 2024-12-06T19:57:41.068Z | Downloaded darling_macro v0.20.10 |
848 | 2024-12-06T19:57:41.068Z | Downloaded zone_cfg_derive v0.3.0 |
849 | 2024-12-06T19:57:41.068Z | Downloaded zone_cfg_derive v0.1.2 |
850 | 2024-12-06T19:57:41.068Z | Downloaded zerofrom v0.1.4 |
851 | 2024-12-06T19:57:41.068Z | Downloaded quinn v0.11.5 |
852 | 2024-12-06T19:57:41.068Z | Downloaded pin-project v1.1.6 |
853 | 2024-12-06T19:57:41.092Z | Downloaded prettyplease v0.2.25 |
854 | 2024-12-06T19:57:41.092Z | Downloaded pkcs5 v0.7.1 |
855 | 2024-12-06T19:57:41.092Z | Downloaded chrono v0.4.38 |
856 | 2024-12-06T19:57:41.117Z | Downloaded quick-error v1.2.3 |
857 | 2024-12-06T19:57:41.117Z | Downloaded pin-project-lite v0.2.14 |
858 | 2024-12-06T19:57:41.117Z | Downloaded bitvec v1.0.1 |
859 | 2024-12-06T19:57:41.141Z | Downloaded backoff v0.4.0 |
860 | 2024-12-06T19:57:41.141Z | Downloaded rand_chacha v0.3.1 |
861 | 2024-12-06T19:57:41.141Z | Downloaded radium v0.7.0 |
862 | 2024-12-06T19:57:41.141Z | Downloaded r2d2 v0.8.10 |
863 | 2024-12-06T19:57:41.141Z | Downloaded quinn-udp v0.5.5 |
864 | 2024-12-06T19:57:41.141Z | Downloaded progenitor-client v0.8.0 |
865 | 2024-12-06T19:57:41.141Z | Downloaded proc-macro-crate v1.3.1 |
866 | 2024-12-06T19:57:41.141Z | Downloaded primeorder v0.13.6 |
867 | 2024-12-06T19:57:41.141Z | Downloaded predicates v3.1.2 |
868 | 2024-12-06T19:57:41.141Z | Downloaded pkcs1 v0.7.5 |
869 | 2024-12-06T19:57:41.141Z | Downloaded pin-project-internal v1.1.6 |
870 | 2024-12-06T19:57:41.141Z | Downloaded phf_shared v0.11.2 |
871 | 2024-12-06T19:57:41.141Z | Downloaded pem-rfc7468 v0.7.0 |
872 | 2024-12-06T19:57:41.166Z | Downloaded peg-macros v0.8.4 |
873 | 2024-12-06T19:57:41.166Z | Downloaded serde_with v3.11.0 |
874 | 2024-12-06T19:57:41.166Z | Downloaded rusqlite v0.32.1 |
875 | 2024-12-06T19:57:41.166Z | Downloaded lalrpop v0.19.12 |
876 | 2024-12-06T19:57:41.191Z | Downloaded idna v0.2.3 |
877 | 2024-12-06T19:57:41.191Z | Downloaded bit-vec v0.6.3 |
878 | 2024-12-06T19:57:41.191Z | Downloaded pretty-hex v0.2.1 |
879 | 2024-12-06T19:57:41.191Z | Downloaded predicates-tree v1.0.11 |
880 | 2024-12-06T19:57:41.191Z | Downloaded predicates-core v1.0.8 |
881 | 2024-12-06T19:57:41.191Z | Downloaded precomputed-hash v0.1.1 |
882 | 2024-12-06T19:57:41.191Z | Downloaded ppv-lite86 v0.2.20 |
883 | 2024-12-06T19:57:41.191Z | Downloaded powerfmt v0.2.0 |
884 | 2024-12-06T19:57:41.191Z | Downloaded postgres-types v0.2.8 |
885 | 2024-12-06T19:57:41.215Z | Downloaded postgres-protocol v0.6.7 |
886 | 2024-12-06T19:57:41.215Z | Downloaded postcard v1.0.10 |
887 | 2024-12-06T19:57:41.215Z | Downloaded polyval v0.6.2 |
888 | 2024-12-06T19:57:41.215Z | Downloaded poly1305 v0.8.0 |
889 | 2024-12-06T19:57:41.215Z | Downloaded aws-lc-sys v0.22.0 |
890 | 2024-12-06T19:57:41.451Z | Downloaded pkg-config v0.3.31 |
891 | 2024-12-06T19:57:41.477Z | Downloaded pkcs8 v0.10.2 |
892 | 2024-12-06T19:57:41.477Z | Downloaded pin-utils v0.1.0 |
893 | 2024-12-06T19:57:41.477Z | Downloaded phf_generator v0.11.2 |
894 | 2024-12-06T19:57:41.477Z | Downloaded phf_codegen v0.11.2 |
895 | 2024-12-06T19:57:41.477Z | Downloaded phf v0.11.2 |
896 | 2024-12-06T19:57:41.477Z | Downloaded percent-encoding v2.3.1 |
897 | 2024-12-06T19:57:41.477Z | Downloaded pem v3.0.4 |
898 | 2024-12-06T19:57:41.477Z | Downloaded peg-runtime v0.8.3 |
899 | 2024-12-06T19:57:41.477Z | Downloaded peg v0.8.4 |
900 | 2024-12-06T19:57:41.477Z | Downloaded pbkdf2 v0.12.2 |
901 | 2024-12-06T19:57:41.477Z | Downloaded pbkdf2 v0.11.0 |
902 | 2024-12-06T19:57:41.477Z | Downloaded expectorate v1.1.0 |
903 | 2024-12-06T19:57:41.477Z | Downloaded elliptic-curve v0.13.8 |
904 | 2024-12-06T19:57:41.501Z | Downloaded ed25519-dalek v2.1.1 |
905 | 2024-12-06T19:57:41.501Z | Downloaded winnow v0.5.40 |
906 | 2024-12-06T19:57:41.501Z | Downloaded reqwest v0.12.9 |
907 | 2024-12-06T19:57:41.525Z | Downloaded itertools v0.13.0 |
908 | 2024-12-06T19:57:41.525Z | Downloaded idna v0.5.0 |
909 | 2024-12-06T19:57:41.525Z | Downloaded icu_properties_data v1.5.0 |
910 | 2024-12-06T19:57:41.549Z | Downloaded crossterm v0.28.1 |
911 | 2024-12-06T19:57:41.549Z | Downloaded blake3 v1.5.4 |
912 | 2024-12-06T19:57:41.549Z | Downloaded path-slash v0.1.5 |
913 | 2024-12-06T19:57:41.549Z | Downloaded fatfs v0.3.6 |
914 | 2024-12-06T19:57:41.573Z | Downloaded fallible-streaming-iterator v0.1.9 |
915 | 2024-12-06T19:57:41.573Z | Downloaded fallible-iterator v0.3.0 |
916 | 2024-12-06T19:57:41.573Z | Downloaded fallible-iterator v0.2.0 |
917 | 2024-12-06T19:57:41.573Z | Downloaded env_logger v0.11.5 |
918 | 2024-12-06T19:57:41.573Z | Downloaded env_logger v0.10.2 |
919 | 2024-12-06T19:57:41.573Z | Downloaded env_filter v0.1.2 |
920 | 2024-12-06T19:57:41.573Z | Downloaded enum-as-inner v0.6.1 |
921 | 2024-12-06T19:57:41.573Z | Downloaded enum-as-inner v0.5.1 |
922 | 2024-12-06T19:57:41.573Z | Downloaded endian-type v0.1.2 |
923 | 2024-12-06T19:57:41.573Z | Downloaded ena v0.14.3 |
924 | 2024-12-06T19:57:41.573Z | Downloaded embedded-io v0.6.1 |
925 | 2024-12-06T19:57:41.573Z | Downloaded embedded-io v0.4.0 |
926 | 2024-12-06T19:57:41.573Z | Downloaded either v1.13.0 |
927 | 2024-12-06T19:57:41.573Z | Downloaded ed25519 v2.2.3 |
928 | 2024-12-06T19:57:41.598Z | Downloaded ecdsa v0.16.9 |
929 | 2024-12-06T19:57:41.598Z | Downloaded dyn-clone v1.0.17 |
930 | 2024-12-06T19:57:41.598Z | Downloaded dunce v1.0.5 |
931 | 2024-12-06T19:57:41.598Z | Downloaded dsl_auto_type v0.1.2 |
932 | 2024-12-06T19:57:41.598Z | Downloaded dropshot_endpoint v0.13.0 |
933 | 2024-12-06T19:57:41.598Z | Downloaded dropshot_endpoint v0.12.0 |
934 | 2024-12-06T19:57:41.598Z | Downloaded displaydoc v0.2.5 |
935 | 2024-12-06T19:57:41.598Z | Downloaded diff v0.1.13 |
936 | 2024-12-06T19:57:41.599Z | Downloaded diesel_derives v2.2.3 |
937 | 2024-12-06T19:57:41.622Z | Downloaded whoami v1.5.2 |
938 | 2024-12-06T19:57:41.622Z | Downloaded walkdir v2.5.0 |
939 | 2024-12-06T19:57:41.622Z | Downloaded vte v0.11.1 |
940 | 2024-12-06T19:57:41.622Z | Downloaded vsss-rs v3.3.4 |
941 | 2024-12-06T19:57:41.622Z | Downloaded term v0.7.0 |
942 | 2024-12-06T19:57:41.622Z | Downloaded tar v0.4.42 |
943 | 2024-12-06T19:57:41.622Z | Downloaded subprocess v0.2.9 |
944 | 2024-12-06T19:57:41.622Z | Downloaded snafu v0.8.5 |
945 | 2024-12-06T19:57:41.646Z | Downloaded rsa v0.9.6 |
946 | 2024-12-06T19:57:41.646Z | Downloaded mio v1.0.2 |
947 | 2024-12-06T19:57:41.647Z | Downloaded libxml v0.3.3 |
948 | 2024-12-06T19:57:41.647Z | Downloaded libm v0.2.8 |
949 | 2024-12-06T19:57:41.671Z | Downloaded itertools v0.12.1 |
950 | 2024-12-06T19:57:41.671Z | Downloaded itertools v0.10.5 |
951 | 2024-12-06T19:57:41.671Z | Downloaded crossbeam-channel v0.5.13 |
952 | 2024-12-06T19:57:41.695Z | Downloaded bindgen v0.69.5 |
953 | 2024-12-06T19:57:41.695Z | Downloaded display-error-chain v0.2.2 |
954 | 2024-12-06T19:57:41.695Z | Downloaded dirs-sys-next v0.1.2 |
955 | 2024-12-06T19:57:41.695Z | Downloaded dirs-next v2.0.0 |
956 | 2024-12-06T19:57:41.695Z | Downloaded difflib v0.4.0 |
957 | 2024-12-06T19:57:41.695Z | Downloaded diesel_table_macro_syntax v0.2.0 |
958 | 2024-12-06T19:57:41.695Z | Downloaded wyz v0.5.1 |
959 | 2024-12-06T19:57:41.695Z | Downloaded writeable v0.5.5 |
960 | 2024-12-06T19:57:41.695Z | Downloaded which v4.4.2 |
961 | 2024-12-06T19:57:41.695Z | Downloaded want v0.3.1 |
962 | 2024-12-06T19:57:41.695Z | Downloaded waitgroup v0.1.2 |
963 | 2024-12-06T19:57:41.695Z | Downloaded wait-timeout v0.2.0 |
964 | 2024-12-06T19:57:41.719Z | Downloaded vte_generate_state_changes v0.1.2 |
965 | 2024-12-06T19:57:41.719Z | Downloaded thiserror-impl v2.0.3 |
966 | 2024-12-06T19:57:41.719Z | Downloaded thiserror v2.0.3 |
967 | 2024-12-06T19:57:41.719Z | Downloaded test-strategy v0.3.1 |
968 | 2024-12-06T19:57:41.719Z | Downloaded termios v0.3.3 |
969 | 2024-12-06T19:57:41.719Z | Downloaded termcolor v1.4.1 |
970 | 2024-12-06T19:57:41.719Z | Downloaded tap v1.0.1 |
971 | 2024-12-06T19:57:41.719Z | Downloaded tabwriter v1.4.0 |
972 | 2024-12-06T19:57:41.719Z | Downloaded synstructure v0.13.1 |
973 | 2024-12-06T19:57:41.719Z | Downloaded sync_wrapper v1.0.1 |
974 | 2024-12-06T19:57:41.719Z | Downloaded sync-ptr v0.1.1 |
975 | 2024-12-06T19:57:41.719Z | Downloaded supports-color v3.0.1 |
976 | 2024-12-06T19:57:41.719Z | Downloaded subtle v2.6.1 |
977 | 2024-12-06T19:57:41.719Z | Downloaded strum_macros v0.26.4 |
978 | 2024-12-06T19:57:41.743Z | Downloaded strum_macros v0.25.3 |
979 | 2024-12-06T19:57:41.744Z | Downloaded strum_macros v0.24.3 |
980 | 2024-12-06T19:57:41.744Z | Downloaded structmeta-derive v0.3.0 |
981 | 2024-12-06T19:57:41.744Z | Downloaded spin v0.9.8 |
982 | 2024-12-06T19:57:41.744Z | Downloaded spin v0.5.2 |
983 | 2024-12-06T19:57:41.744Z | Downloaded socket2 v0.5.7 |
984 | 2024-12-06T19:57:41.744Z | Downloaded snafu-derive v0.8.5 |
985 | 2024-12-06T19:57:41.744Z | Downloaded serde_urlencoded v0.7.1 |
986 | 2024-12-06T19:57:41.744Z | Downloaded serde_repr v0.1.19 |
987 | 2024-12-06T19:57:41.744Z | Downloaded serde_plain v1.0.2 |
988 | 2024-12-06T19:57:41.744Z | Downloaded serde_path_to_error v0.1.16 |
989 | 2024-12-06T19:57:41.744Z | Downloaded serde_derive_internals v0.29.1 |
990 | 2024-12-06T19:57:41.744Z | Downloaded serde-hex v0.1.0 |
991 | 2024-12-06T19:57:41.744Z | Downloaded semver v0.1.20 |
992 | 2024-12-06T19:57:41.768Z | Downloaded secrecy v0.8.0 |
993 | 2024-12-06T19:57:41.768Z | Downloaded rustls-pki-types v1.9.0 |
994 | 2024-12-06T19:57:41.768Z | Downloaded rustls-pemfile v2.2.0 |
995 | 2024-12-06T19:57:41.768Z | Downloaded rustls-pemfile v1.0.4 |
996 | 2024-12-06T19:57:41.768Z | Downloaded rtoolbox v0.0.2 |
997 | 2024-12-06T19:57:41.768Z | Downloaded miniz_oxide v0.8.0 |
998 | 2024-12-06T19:57:41.768Z | Downloaded minimal-lexical v0.2.1 |
999 | 2024-12-06T19:57:41.768Z | Downloaded mime v0.3.17 |
1000 | 2024-12-06T19:57:41.768Z | Downloaded libloading v0.8.5 |
1001 | 2024-12-06T19:57:41.768Z | Downloaded jobserver v0.1.32 |
1002 | 2024-12-06T19:57:41.792Z | Downloaded ipnetwork v0.20.0 |
1003 | 2024-12-06T19:57:41.792Z | Downloaded indicatif v0.17.9 |
1004 | 2024-12-06T19:57:41.792Z | Downloaded idna v1.0.3 |
1005 | 2024-12-06T19:57:41.792Z | Downloaded hyper v1.5.0 |
1006 | 2024-12-06T19:57:41.792Z | Downloaded http v1.1.0 |
1007 | 2024-12-06T19:57:41.816Z | Downloaded crypto-bigint v0.5.5 |
1008 | 2024-12-06T19:57:41.816Z | Downloaded crossbeam-utils v0.8.20 |
1009 | 2024-12-06T19:57:41.816Z | Downloaded crossbeam-epoch v0.9.18 |
1010 | 2024-12-06T19:57:41.817Z | Downloaded crc-any v2.5.0 |
1011 | 2024-12-06T19:57:41.817Z | Downloaded const_format v0.2.33 |
1012 | 2024-12-06T19:57:41.817Z | Downloaded const-oid v0.9.6 |
1013 | 2024-12-06T19:57:41.817Z | Downloaded compact_str v0.8.0 |
1014 | 2024-12-06T19:57:41.841Z | Downloaded clang-sys v1.8.1 |
1015 | 2024-12-06T19:57:41.841Z | Downloaded cc v1.1.30 |
1016 | 2024-12-06T19:57:41.841Z | Downloaded cancel-safe-futures v0.1.5 |
1017 | 2024-12-06T19:57:41.841Z | Downloaded bstr v1.10.0 |
1018 | 2024-12-06T19:57:41.865Z | Downloaded base64 v0.22.1 |
1019 | 2024-12-06T19:57:41.865Z | Downloaded base64 v0.21.7 |
1020 | 2024-12-06T19:57:41.865Z | Downloaded base64 v0.13.1 |
1021 | 2024-12-06T19:57:41.865Z | Downloaded termtree v0.4.1 |
1022 | 2024-12-06T19:57:41.865Z | Downloaded take_mut v0.2.2 |
1023 | 2024-12-06T19:57:41.865Z | Downloaded strum v0.26.3 |
1024 | 2024-12-06T19:57:41.865Z | Downloaded serde-big-array v0.5.1 |
1025 | 2024-12-06T19:57:41.865Z | Downloaded rand_seeder v0.3.0 |
1026 | 2024-12-06T19:57:41.865Z | Downloaded rand_core v0.6.4 |
1027 | 2024-12-06T19:57:41.865Z | Downloaded psl-types v2.0.11 |
1028 | 2024-12-06T19:57:41.865Z | Downloaded progenitor-macro v0.8.0 |
1029 | 2024-12-06T19:57:41.865Z | Downloaded mockall v0.13.0 |
1030 | 2024-12-06T19:57:41.865Z | Downloaded mirai-annotations v1.12.0 |
1031 | 2024-12-06T19:57:41.865Z | Downloaded mime_guess v2.0.5 |
1032 | 2024-12-06T19:57:41.890Z | Downloaded memoffset v0.9.1 |
1033 | 2024-12-06T19:57:41.890Z | Downloaded memmap2 v0.9.5 |
1034 | 2024-12-06T19:57:41.890Z | Downloaded maybe-uninit v2.0.0 |
1035 | 2024-12-06T19:57:41.890Z | Downloaded match_cfg v0.1.0 |
1036 | 2024-12-06T19:57:41.890Z | Downloaded maplit v1.0.2 |
1037 | 2024-12-06T19:57:41.890Z | Downloaded managed v0.8.0 |
1038 | 2024-12-06T19:57:41.890Z | Downloaded lru v0.12.5 |
1039 | 2024-12-06T19:57:41.890Z | Downloaded lockfree-object-pool v0.1.6 |
1040 | 2024-12-06T19:57:41.890Z | Downloaded lock_api v0.4.12 |
1041 | 2024-12-06T19:57:41.890Z | Downloaded linear-map v1.2.0 |
1042 | 2024-12-06T19:57:41.890Z | Downloaded libsw v3.3.1 |
1043 | 2024-12-06T19:57:41.890Z | Downloaded lazy_static v1.5.0 |
1044 | 2024-12-06T19:57:41.890Z | Downloaded lalrpop-util v0.19.12 |
1045 | 2024-12-06T19:57:41.890Z | Downloaded kstat-rs v0.2.4 |
1046 | 2024-12-06T19:57:41.890Z | Downloaded keccak v0.1.5 |
1047 | 2024-12-06T19:57:41.890Z | Downloaded ipnet v2.10.1 |
1048 | 2024-12-06T19:57:41.914Z | Downloaded internet-checksum v0.2.1 |
1049 | 2024-12-06T19:57:41.914Z | Downloaded instability v0.3.2 |
1050 | 2024-12-06T19:57:41.914Z | Downloaded inout v0.1.3 |
1051 | 2024-12-06T19:57:41.914Z | Downloaded indexmap v1.9.3 |
1052 | 2024-12-06T19:57:41.914Z | Downloaded indent_write v2.2.0 |
1053 | 2024-12-06T19:57:41.914Z | Downloaded impl-trait-for-tuples v0.2.2 |
1054 | 2024-12-06T19:57:41.914Z | Downloaded idna v0.3.0 |
1055 | 2024-12-06T19:57:41.914Z | Downloaded icu_locid_transform_data v1.5.0 |
1056 | 2024-12-06T19:57:41.914Z | Downloaded icu_locid_transform v1.5.0 |
1057 | 2024-12-06T19:57:41.939Z | Downloaded hyper-util v0.1.10 |
1058 | 2024-12-06T19:57:41.939Z | Downloaded hyper-staticfile v0.10.1 |
1059 | 2024-12-06T19:57:41.939Z | Downloaded curve25519-dalek-derive v0.1.1 |
1060 | 2024-12-06T19:57:41.939Z | Downloaded ctr v0.9.2 |
1061 | 2024-12-06T19:57:41.939Z | Downloaded csv-core v0.1.11 |
1062 | 2024-12-06T19:57:41.939Z | Downloaded crossbeam-deque v0.8.5 |
1063 | 2024-12-06T19:57:41.940Z | Downloaded crc32fast v1.4.2 |
1064 | 2024-12-06T19:57:41.940Z | Downloaded crc-catalog v2.4.0 |
1065 | 2024-12-06T19:57:41.940Z | Downloaded crc v3.2.1 |
1066 | 2024-12-06T19:57:41.940Z | Downloaded cookie_store v0.21.0 |
1067 | 2024-12-06T19:57:41.940Z | Downloaded cookie v0.18.1 |
1068 | 2024-12-06T19:57:41.965Z | Downloaded constant_time_eq v0.3.1 |
1069 | 2024-12-06T19:57:41.965Z | Downloaded console v0.15.8 |
1070 | 2024-12-06T19:57:41.965Z | Downloaded colored v2.1.0 |
1071 | 2024-12-06T19:57:41.965Z | Downloaded cobs v0.2.3 |
1072 | 2024-12-06T19:57:41.965Z | Downloaded cmake v0.1.51 |
1073 | 2024-12-06T19:57:41.965Z | Downloaded chacha20 v0.9.1 |
1074 | 2024-12-06T19:57:41.965Z | Downloaded bcs v0.1.6 |
1075 | 2024-12-06T19:57:41.965Z | Downloaded md-5 v0.10.6 |
1076 | 2024-12-06T19:57:41.965Z | Downloaded matches v0.1.10 |
1077 | 2024-12-06T19:57:41.965Z | Downloaded lru-cache v0.1.2 |
1078 | 2024-12-06T19:57:41.965Z | Downloaded litemap v0.7.3 |
1079 | 2024-12-06T19:57:41.965Z | Downloaded linked-hash-map v0.5.6 |
1080 | 2024-12-06T19:57:41.965Z | Downloaded libefi-sys v0.1.0 |
1081 | 2024-12-06T19:57:41.965Z | Downloaded lazycell v1.3.0 |
1082 | 2024-12-06T19:57:41.966Z | Downloaded is_ci v1.2.0 |
1083 | 2024-12-06T19:57:41.966Z | Downloaded is-terminal v0.4.13 |
1084 | 2024-12-06T19:57:41.990Z | Downloaded instant v0.1.13 |
1085 | 2024-12-06T19:57:41.990Z | Downloaded indoc v1.0.9 |
1086 | 2024-12-06T19:57:41.990Z | Downloaded idna_adapter v1.2.0 |
1087 | 2024-12-06T19:57:41.990Z | Downloaded idna v0.4.0 |
1088 | 2024-12-06T19:57:41.990Z | Downloaded ident_case v1.0.1 |
1089 | 2024-12-06T19:57:41.990Z | Downloaded icu_properties v1.5.1 |
1090 | 2024-12-06T19:57:41.990Z | Downloaded icu_normalizer_data v1.5.0 |
1091 | 2024-12-06T19:57:41.990Z | Downloaded icu_collections v1.5.0 |
1092 | 2024-12-06T19:57:42.014Z | Downloaded iana-time-zone v0.1.61 |
1093 | 2024-12-06T19:57:42.014Z | Downloaded hyper-tls v0.6.0 |
1094 | 2024-12-06T19:57:42.014Z | Downloaded hyper-rustls v0.27.3 |
1095 | 2024-12-06T19:57:42.014Z | Downloaded humantime v2.1.0 |
1096 | 2024-12-06T19:57:42.014Z | Downloaded hubpack_derive v0.1.1 |
1097 | 2024-12-06T19:57:42.014Z | Downloaded hubpack v0.1.2 |
1098 | 2024-12-06T19:57:42.014Z | Downloaded http-body-util v0.1.2 |
1099 | 2024-12-06T19:57:42.014Z | Downloaded http-body v1.0.1 |
1100 | 2024-12-06T19:57:42.014Z | Downloaded headers-core v0.3.0 |
1101 | 2024-12-06T19:57:42.014Z | Downloaded crunchy v0.2.2 |
1102 | 2024-12-06T19:57:42.014Z | Downloaded cipher v0.4.4 |
1103 | 2024-12-06T19:57:42.014Z | Downloaded ciborium-ll v0.2.2 |
1104 | 2024-12-06T19:57:42.014Z | Downloaded ciborium-io v0.2.2 |
1105 | 2024-12-06T19:57:42.014Z | Downloaded chrono-tz-build v0.4.0 |
1106 | 2024-12-06T19:57:42.015Z | Downloaded cexpr v0.6.0 |
1107 | 2024-12-06T19:57:42.015Z | Downloaded castaway v0.2.3 |
1108 | 2024-12-06T19:57:42.015Z | Downloaded buf-list v1.0.3 |
1109 | 2024-12-06T19:57:42.039Z | Downloaded bitflags v1.3.2 |
1110 | 2024-12-06T19:57:42.039Z | Downloaded icu_provider v1.5.0 |
1111 | 2024-12-06T19:57:42.039Z | Downloaded icu_normalizer v1.5.0 |
1112 | 2024-12-06T19:57:42.039Z | Downloaded httpdate v1.0.3 |
1113 | 2024-12-06T19:57:42.039Z | Downloaded crucible-workspace-hack v0.1.0 |
1114 | 2024-12-06T19:57:42.039Z | Downloaded convert_case v0.4.0 |
1115 | 2024-12-06T19:57:42.039Z | Downloaded const_format_proc_macros v0.2.33 |
1116 | 2024-12-06T19:57:42.039Z | Downloaded ciborium v0.2.2 |
1117 | 2024-12-06T19:57:42.039Z | Downloaded cbc v0.1.2 |
1118 | 2024-12-06T19:57:42.039Z | Downloaded cassowary v0.3.0 |
1119 | 2024-12-06T19:57:42.039Z | Downloaded block-padding v0.3.3 |
1120 | 2024-12-06T19:57:42.039Z | Downloaded bitfield v0.14.0 |
1121 | 2024-12-06T19:57:42.063Z | Downloaded bb8 v0.8.5 |
1122 | 2024-12-06T19:57:42.063Z | Downloaded backtrace v0.3.74 |
1123 | 2024-12-06T19:57:42.063Z | Downloaded httparse v1.9.5 |
1124 | 2024-12-06T19:57:42.063Z | Downloaded http-range v0.1.5 |
1125 | 2024-12-06T19:57:42.063Z | Downloaded hostname v0.3.1 |
1126 | 2024-12-06T19:57:42.063Z | Downloaded home v0.5.9 |
1127 | 2024-12-06T19:57:42.063Z | Downloaded hmac v0.12.1 |
1128 | 2024-12-06T19:57:42.063Z | Downloaded hkdf v0.12.4 |
1129 | 2024-12-06T19:57:42.063Z | Downloaded highway v1.2.0 |
1130 | 2024-12-06T19:57:42.063Z | Downloaded hickory-server v0.24.1 |
1131 | 2024-12-06T19:57:42.087Z | Downloaded hickory-proto v0.24.1 |
1132 | 2024-12-06T19:57:42.087Z | Downloaded hickory-client v0.24.1 |
1133 | 2024-12-06T19:57:42.111Z | Downloaded darling v0.20.10 |
1134 | 2024-12-06T19:57:42.111Z | Downloaded cfg_aliases v0.2.1 |
1135 | 2024-12-06T19:57:42.111Z | Downloaded cfg_aliases v0.1.1 |
1136 | 2024-12-06T19:57:42.111Z | Downloaded bzip2 v0.4.4 |
1137 | 2024-12-06T19:57:42.111Z | Downloaded bytes v1.8.0 |
1138 | 2024-12-06T19:57:42.111Z | Downloaded bumpalo v3.16.0 |
1139 | 2024-12-06T19:57:42.111Z | Downloaded blake2 v0.10.6 |
1140 | 2024-12-06T19:57:42.111Z | Downloaded bitfield-struct v0.6.2 |
1141 | 2024-12-06T19:57:42.112Z | Downloaded bcrypt-pbkdf v0.10.0 |
1142 | 2024-12-06T19:57:42.112Z | Downloaded base64ct v1.6.0 |
1143 | 2024-12-06T19:57:42.136Z | Downloaded base16ct v0.2.0 |
1144 | 2024-12-06T19:57:42.136Z | Downloaded hickory-resolver v0.24.1 |
1145 | 2024-12-06T19:57:42.136Z | Downloaded hex-literal v0.4.1 |
1146 | 2024-12-06T19:57:42.136Z | Downloaded blowfish v0.9.1 |
1147 | 2024-12-06T19:57:42.136Z | Downloaded async-stream-impl v0.3.6 |
1148 | 2024-12-06T19:57:42.136Z | Downloaded atty v0.2.14 |
1149 | 2024-12-06T19:57:42.136Z | Downloaded atomicwrites v0.4.4 |
1150 | 2024-12-06T19:57:42.136Z | Downloaded atomic-waker v1.1.2 |
1151 | 2024-12-06T19:57:42.136Z | Downloaded async-bb8-diesel v0.2.1 |
1152 | 2024-12-06T19:57:42.136Z | Downloaded assert_matches v1.5.0 |
1153 | 2024-12-06T19:57:42.136Z | Downloaded arrayref v0.3.9 |
1154 | 2024-12-06T19:57:42.136Z | Downloaded argon2 v0.5.3 |
1155 | 2024-12-06T19:57:42.136Z | Downloaded aho-corasick v1.1.3 |
1156 | 2024-12-06T19:57:42.161Z | Downloaded ahash v0.8.11 |
1157 | 2024-12-06T19:57:42.161Z | Downloaded ascii-canvas v3.0.0 |
1158 | 2024-12-06T19:57:42.161Z | Downloaded arrayvec v0.7.6 |
1159 | 2024-12-06T19:57:42.161Z | Downloaded array-init v0.0.4 |
1160 | 2024-12-06T19:57:42.161Z | Downloaded arc-swap v1.7.1 |
1161 | 2024-12-06T19:57:42.161Z | Downloaded async-recursion v1.1.1 |
1162 | 2024-12-06T19:57:42.161Z | Downloaded allocator-api2 v0.2.18 |
1163 | 2024-12-06T19:57:42.161Z | Downloaded hex v0.4.3 |
1164 | 2024-12-06T19:57:42.161Z | Downloaded chacha20poly1305 v0.10.1 |
1165 | 2024-12-06T19:57:42.185Z | Downloaded bit-set v0.5.3 |
1166 | 2024-12-06T19:57:42.185Z | Downloaded aes-gcm v0.10.3 |
1167 | 2024-12-06T19:57:42.299Z | Compiling serde v1.0.215 |
1168 | 2024-12-06T19:57:42.299Z | Compiling lock_api v0.4.12 |
1169 | 2024-12-06T19:57:42.323Z | Compiling scopeguard v1.2.0 |
1170 | 2024-12-06T19:57:42.323Z | Compiling value-bag v1.9.0 |
1171 | 2024-12-06T19:57:42.323Z | Compiling typenum v1.17.0 |
1172 | 2024-12-06T19:57:42.323Z | Compiling generic-array v0.14.7 |
1173 | 2024-12-06T19:57:42.323Z | Compiling syn v2.0.87 |
1174 | 2024-12-06T19:57:42.347Z | Compiling getrandom v0.2.15 |
1175 | 2024-12-06T19:57:42.513Z | Compiling subtle v2.6.1 |
1176 | 2024-12-06T19:57:42.701Z | Compiling rand_core v0.6.4 |
1177 | 2024-12-06T19:57:42.830Z | Compiling log v0.4.22 |
1178 | 2024-12-06T19:57:42.872Z | Compiling shlex v1.3.0 |
1179 | 2024-12-06T19:57:42.925Z | Compiling jobserver v0.1.32 |
1180 | 2024-12-06T19:57:42.975Z | Compiling smallvec v1.13.2 |
1181 | 2024-12-06T19:57:43.191Z | Compiling const-oid v0.9.6 |
1182 | 2024-12-06T19:57:43.234Z | Compiling spin v0.9.8 |
1183 | 2024-12-06T19:57:43.260Z | Compiling cc v1.1.30 |
1184 | 2024-12-06T19:57:43.344Z | Compiling pin-project-lite v0.2.14 |
1185 | 2024-12-06T19:57:43.456Z | Compiling rustix v0.38.37 |
1186 | 2024-12-06T19:57:43.571Z | Compiling parking_lot_core v0.9.10 |
1187 | 2024-12-06T19:57:43.600Z | Compiling futures-core v0.3.31 |
1188 | 2024-12-06T19:57:43.762Z | Compiling signal-hook-registry v1.4.2 |
1189 | 2024-12-06T19:57:43.809Z | Compiling mio v1.0.2 |
1190 | 2024-12-06T19:57:44.550Z | Compiling aho-corasick v1.1.3 |
1191 | 2024-12-06T19:57:44.995Z | Compiling parking_lot v0.12.3 |
1192 | 2024-12-06T19:57:45.101Z | Compiling cpufeatures v0.2.14 |
1193 | 2024-12-06T19:57:45.101Z | Compiling either v1.13.0 |
1194 | 2024-12-06T19:57:45.292Z | Compiling regex-syntax v0.8.5 |
1195 | 2024-12-06T19:57:45.331Z | Compiling lazy_static v1.5.0 |
1196 | 2024-12-06T19:57:45.421Z | Compiling glob v0.3.1 |
1197 | 2024-12-06T19:57:45.448Z | Compiling futures-sink v0.3.31 |
1198 | 2024-12-06T19:57:45.579Z | Compiling stable_deref_trait v1.2.0 |
1199 | 2024-12-06T19:57:45.603Z | Compiling socket2 v0.5.7 |
1200 | 2024-12-06T19:57:45.685Z | Compiling slab v0.4.9 |
1201 | 2024-12-06T19:57:45.847Z | Compiling prettyplease v0.2.25 |
1202 | 2024-12-06T19:57:46.059Z | Compiling minimal-lexical v0.2.1 |
1203 | 2024-12-06T19:57:46.311Z | Compiling clang-sys v1.8.1 |
1204 | 2024-12-06T19:57:46.422Z | Compiling nom v7.1.3 |
1205 | 2024-12-06T19:57:46.464Z | Compiling libloading v0.8.5 |
1206 | 2024-12-06T19:57:46.516Z | Compiling home v0.5.9 |
1207 | 2024-12-06T19:57:46.742Z | Compiling bindgen v0.69.5 |
1208 | 2024-12-06T19:57:46.832Z | Compiling serde_json v1.0.132 |
1209 | 2024-12-06T19:57:47.139Z | Compiling futures-channel v0.3.31 |
1210 | 2024-12-06T19:57:47.400Z | Compiling itertools v0.12.1 |
1211 | 2024-12-06T19:57:47.451Z | Compiling futures-task v0.3.31 |
1212 | 2024-12-06T19:57:47.515Z | Compiling futures-io v0.3.31 |
1213 | 2024-12-06T19:57:47.719Z | Compiling lazycell v1.3.0 |
1214 | 2024-12-06T19:57:47.792Z | Compiling rustc-hash v1.1.0 |
1215 | 2024-12-06T19:57:47.870Z | Compiling foldhash v0.1.3 |
1216 | 2024-12-06T19:57:47.932Z | Compiling allocator-api2 v0.2.18 |
1217 | 2024-12-06T19:57:48.153Z | Compiling pin-utils v0.1.0 |
1218 | 2024-12-06T19:57:48.240Z | Compiling cmake v0.1.51 |
1219 | 2024-12-06T19:57:48.651Z | Compiling regex-automata v0.4.8 |
1220 | 2024-12-06T19:57:49.229Z | Compiling cexpr v0.6.0 |
1221 | 2024-12-06T19:57:49.253Z | Compiling hashbrown v0.15.0 |
1222 | 2024-12-06T19:57:49.566Z | Compiling synstructure v0.13.1 |
1223 | 2024-12-06T19:57:50.594Z | Compiling pkg-config v0.3.31 |
1224 | 2024-12-06T19:57:50.844Z | Compiling libm v0.2.8 |
1225 | 2024-12-06T19:57:51.152Z | Compiling tinyvec_macros v0.1.1 |
1226 | 2024-12-06T19:57:51.213Z | Compiling dunce v1.0.5 |
1227 | 2024-12-06T19:57:51.238Z | Compiling fs_extra v1.3.0 |
1228 | 2024-12-06T19:57:51.262Z | Compiling tinyvec v1.8.0 |
1229 | 2024-12-06T19:57:51.375Z | Compiling num-traits v0.2.19 |
1230 | 2024-12-06T19:57:51.862Z | Compiling ring v0.17.8 |
1231 | 2024-12-06T19:57:52.069Z | Compiling paste v1.0.15 |
1232 | 2024-12-06T19:57:52.497Z | Compiling unicode-normalization v0.1.24 |
1233 | 2024-12-06T19:57:52.544Z | Compiling writeable v0.5.5 |
1234 | 2024-12-06T19:57:52.821Z | Compiling litemap v0.7.3 |
1235 | 2024-12-06T19:57:52.958Z | Compiling unicode-bidi v0.3.17 |
1236 | 2024-12-06T19:57:52.984Z | Compiling base64ct v1.6.0 |
1237 | 2024-12-06T19:57:53.424Z | Compiling regex v1.11.1 |
1238 | 2024-12-06T19:57:53.504Z | Compiling pem-rfc7468 v0.7.0 |
1239 | 2024-12-06T19:57:54.237Z | Compiling httparse v1.9.5 |
1240 | 2024-12-06T19:57:54.281Z | Compiling flagset v0.4.6 |
1241 | 2024-12-06T19:57:54.430Z | Compiling aws-lc-rs v1.10.0 |
1242 | 2024-12-06T19:57:54.872Z | Compiling tracing-core v0.1.32 |
1243 | 2024-12-06T19:57:54.910Z | Compiling percent-encoding v2.3.1 |
1244 | 2024-12-06T19:57:55.051Z | Compiling rustls-pki-types v1.9.0 |
1245 | 2024-12-06T19:57:55.248Z | Compiling crossbeam-utils v0.8.20 |
1246 | 2024-12-06T19:57:55.530Z | Compiling icu_locid_transform_data v1.5.0 |
1247 | 2024-12-06T19:57:55.581Z | Compiling serde_derive v1.0.215 |
1248 | 2024-12-06T19:57:55.640Z | Compiling zeroize_derive v1.4.2 |
1249 | 2024-12-06T19:57:55.779Z | Compiling zerocopy-derive v0.7.35 |
1250 | 2024-12-06T19:57:56.048Z | Compiling tokio-macros v2.4.0 |
1251 | 2024-12-06T19:57:56.117Z | Compiling zerofrom-derive v0.1.4 |
1252 | 2024-12-06T19:57:56.925Z | Compiling zeroize v1.8.1 |
1253 | 2024-12-06T19:57:57.431Z | Compiling yoke-derive v0.7.4 |
1254 | 2024-12-06T19:57:57.736Z | Compiling zerocopy v0.7.35 |
1255 | 2024-12-06T19:57:57.760Z | Compiling thiserror-impl v1.0.69 |
1256 | 2024-12-06T19:57:58.074Z | Compiling futures-macro v0.3.31 |
1257 | 2024-12-06T19:57:58.538Z | Compiling crypto-common v0.1.6 |
1258 | 2024-12-06T19:57:58.752Z | Compiling block-buffer v0.10.4 |
1259 | 2024-12-06T19:57:59.058Z | Compiling digest v0.10.7 |
1260 | 2024-12-06T19:57:59.208Z | Compiling zerovec-derive v0.10.3 |
1261 | 2024-12-06T19:57:59.569Z | Compiling hmac v0.12.1 |
1262 | 2024-12-06T19:57:59.811Z | Compiling futures-util v0.3.31 |
1263 | 2024-12-06T19:57:59.837Z | Compiling block-padding v0.3.3 |
1264 | 2024-12-06T19:57:59.873Z | Compiling displaydoc v0.2.5 |
1265 | 2024-12-06T19:57:59.897Z | Compiling zerofrom v0.1.4 |
1266 | 2024-12-06T19:58:00.078Z | Compiling inout v0.1.3 |
1267 | 2024-12-06T19:58:00.128Z | Compiling sha2 v0.10.8 |
1268 | 2024-12-06T19:58:00.189Z | Compiling yoke v0.7.4 |
1269 | 2024-12-06T19:58:00.348Z | Compiling cipher v0.4.4 |
1270 | 2024-12-06T19:58:00.532Z | Compiling ppv-lite86 v0.2.20 |
1271 | 2024-12-06T19:58:00.748Z | Compiling thiserror v1.0.69 |
1272 | 2024-12-06T19:58:00.834Z | Compiling der_derive v0.7.3 |
1273 | 2024-12-06T19:58:00.881Z | Compiling icu_provider_macros v1.5.0 |
1274 | 2024-12-06T19:58:01.270Z | Compiling rand_chacha v0.3.1 |
1275 | 2024-12-06T19:58:01.389Z | Compiling tracing-attributes v0.1.27 |
1276 | 2024-12-06T19:58:01.559Z | Compiling zerovec v0.10.4 |
1277 | 2024-12-06T19:58:01.874Z | Compiling rand v0.8.5 |
1278 | 2024-12-06T19:58:02.837Z | Compiling pest v2.7.14 |
1279 | 2024-12-06T19:58:02.929Z | Compiling der v0.7.9 |
1280 | 2024-12-06T19:58:03.171Z | Compiling salsa20 v0.10.2 |
1281 | 2024-12-06T19:58:03.377Z | Compiling tinystr v0.7.6 |
1282 | 2024-12-06T19:58:03.569Z | Compiling icu_collections v1.5.0 |
1283 | 2024-12-06T19:58:03.749Z | Compiling icu_locid v1.5.0 |
1284 | 2024-12-06T19:58:03.778Z | Compiling pbkdf2 v0.12.2 |
1285 | 2024-12-06T19:58:04.673Z | Compiling tracing v0.1.40 |
1286 | 2024-12-06T19:58:04.718Z | Compiling untrusted v0.7.1 |
1287 | 2024-12-06T19:58:04.896Z | Compiling icu_provider v1.5.0 |
1288 | 2024-12-06T19:58:04.968Z | Compiling spki v0.7.3 |
1289 | 2024-12-06T19:58:05.164Z | Compiling time-core v0.1.2 |
1290 | 2024-12-06T19:58:05.323Z | Compiling num-conv v0.1.0 |
1291 | 2024-12-06T19:58:05.347Z | Compiling icu_properties_data v1.5.0 |
1292 | 2024-12-06T19:58:05.484Z | Compiling mirai-annotations v1.12.0 |
1293 | 2024-12-06T19:58:05.589Z | Compiling icu_locid_transform v1.5.0 |
1294 | 2024-12-06T19:58:05.614Z | Compiling untrusted v0.9.0 |
1295 | 2024-12-06T19:58:05.645Z | Compiling powerfmt v0.2.0 |
1296 | 2024-12-06T19:58:05.668Z | Compiling vcpkg v0.2.15 |
1297 | 2024-12-06T19:58:05.866Z | Compiling time-macros v0.2.18 |
1298 | 2024-12-06T19:58:05.967Z | Compiling deranged v0.3.11 |
1299 | 2024-12-06T19:58:06.007Z | Compiling pest_meta v2.7.14 |
1300 | 2024-12-06T19:58:07.131Z | Compiling icu_properties v1.5.1 |
1301 | 2024-12-06T19:58:07.589Z | Compiling openssl-sys v0.9.103 |
1302 | 2024-12-06T19:58:07.660Z | Compiling scrypt v0.11.0 |
1303 | 2024-12-06T19:58:07.937Z | Compiling bitflags v2.6.0 |
1304 | 2024-12-06T19:58:08.100Z | Compiling bytes v1.8.0 |
1305 | 2024-12-06T19:58:08.544Z | Compiling indexmap v2.6.0 |
1306 | 2024-12-06T19:58:08.614Z | Compiling semver v1.0.23 |
1307 | 2024-12-06T19:58:09.045Z | Compiling tokio v1.40.0 |
1308 | 2024-12-06T19:58:09.354Z | Compiling http v1.1.0 |
1309 | 2024-12-06T19:58:09.381Z | Compiling rustc_version v0.4.1 |
1310 | 2024-12-06T19:58:09.884Z | Compiling aes v0.8.4 |
1311 | 2024-12-06T19:58:10.090Z | Compiling cbc v0.1.2 |
1312 | 2024-12-06T19:58:10.304Z | Compiling scroll_derive v0.12.0 |
1313 | 2024-12-06T19:58:10.389Z | Compiling write16 v1.0.0 |
1314 | 2024-12-06T19:58:10.513Z | Compiling utf16_iter v1.0.5 |
1315 | 2024-12-06T19:58:10.696Z | Compiling num_threads v0.1.7 |
1316 | 2024-12-06T19:58:10.818Z | Compiling icu_normalizer_data v1.5.0 |
1317 | 2024-12-06T19:58:10.920Z | Compiling utf8_iter v1.0.4 |
1318 | 2024-12-06T19:58:11.026Z | Compiling atomic-waker v1.1.2 |
1319 | 2024-12-06T19:58:11.152Z | Compiling icu_normalizer v1.5.0 |
1320 | 2024-12-06T19:58:11.210Z | Compiling time v0.3.36 |
1321 | 2024-12-06T19:58:11.397Z | Compiling http-body v1.0.1 |
1322 | 2024-12-06T19:58:11.520Z | Compiling scroll v0.12.0 |
1323 | 2024-12-06T19:58:11.545Z | Compiling pkcs5 v0.7.1 |
1324 | 2024-12-06T19:58:11.697Z | Compiling pest_generator v2.7.14 |
1325 | 2024-12-06T19:58:12.024Z | Compiling which v4.4.2 |
1326 | 2024-12-06T19:58:12.085Z | Compiling form_urlencoded v1.2.1 |
1327 | 2024-12-06T19:58:12.574Z | Compiling try-lock v0.2.5 |
1328 | 2024-12-06T19:58:12.598Z | Compiling slog v2.7.0 |
1329 | 2024-12-06T19:58:12.706Z | Compiling want v0.3.1 |
1330 | 2024-12-06T19:58:12.915Z | Compiling goblin v0.8.2 |
1331 | 2024-12-06T19:58:12.978Z | Compiling pkcs8 v0.10.2 |
1332 | 2024-12-06T19:58:13.022Z | Compiling idna_adapter v1.2.0 |
1333 | 2024-12-06T19:58:13.119Z | Compiling httpdate v1.0.3 |
1334 | 2024-12-06T19:58:13.239Z | Compiling idna v1.0.3 |
1335 | 2024-12-06T19:58:13.323Z | Compiling pest_derive v2.7.14 |
1336 | 2024-12-06T19:58:13.613Z | Compiling serde_tokenstream v0.2.2 |
1337 | 2024-12-06T19:58:14.020Z | Compiling dtrace-parser v0.2.0 |
1338 | 2024-12-06T19:58:14.256Z | Compiling toml_datetime v0.6.8 |
1339 | 2024-12-06T19:58:14.357Z | Compiling serde_spanned v0.6.8 |
1340 | 2024-12-06T19:58:14.582Z | Compiling uuid v1.11.0 |
1341 | 2024-12-06T19:58:14.741Z | Compiling tower-service v0.3.3 |
1342 | 2024-12-06T19:58:14.865Z | Compiling iana-time-zone v0.1.61 |
1343 | 2024-12-06T19:58:14.908Z | Compiling match_cfg v0.1.0 |
1344 | 2024-12-06T19:58:15.006Z | Compiling base64 v0.22.1 |
1345 | 2024-12-06T19:58:15.306Z | Compiling rustversion v1.0.17 |
1346 | 2024-12-06T19:58:15.691Z | Compiling adler2 v2.0.0 |
1347 | 2024-12-06T19:58:15.801Z | Compiling openssl v0.10.66 |
1348 | 2024-12-06T19:58:15.825Z | Compiling foreign-types-shared v0.1.1 |
1349 | 2024-12-06T19:58:15.897Z | Compiling miniz_oxide v0.8.0 |
1350 | 2024-12-06T19:58:15.952Z | Compiling foreign-types v0.3.2 |
1351 | 2024-12-06T19:58:15.952Z | Compiling chrono v0.4.38 |
1352 | 2024-12-06T19:58:16.006Z | Compiling hostname v0.3.1 |
1353 | 2024-12-06T19:58:16.062Z | Compiling url v2.5.3 |
1354 | 2024-12-06T19:58:16.256Z | Compiling async-trait v0.1.83 |
1355 | 2024-12-06T19:58:17.255Z | Compiling tokio-util v0.7.12 |
1356 | 2024-12-06T19:58:17.368Z | Compiling openssl-macros v0.1.1 |
1357 | 2024-12-06T19:58:17.853Z | Compiling dirs-sys-next v0.1.2 |
1358 | 2024-12-06T19:58:18.010Z | Compiling dof v0.3.0 |
1359 | 2024-12-06T19:58:18.445Z | Compiling h2 v0.4.6 |
1360 | 2024-12-06T19:58:18.547Z | Compiling syn v1.0.109 |
1361 | 2024-12-06T19:58:18.571Z | Compiling native-tls v0.2.12 |
1362 | 2024-12-06T19:58:18.871Z | Compiling usdt-impl v0.5.0 |
1363 | 2024-12-06T19:58:19.187Z | Compiling rustls v0.23.14 |
1364 | 2024-12-06T19:58:19.390Z | Compiling rustls v0.22.4 |
1365 | 2024-12-06T19:58:19.450Z | Compiling siphasher v0.3.11 |
1366 | 2024-12-06T19:58:19.629Z | Compiling data-encoding v2.6.0 |
1367 | 2024-12-06T19:58:19.915Z | Compiling dirs-next v2.0.0 |
1368 | 2024-12-06T19:58:20.319Z | Compiling http-body-util v0.1.2 |
1369 | 2024-12-06T19:58:20.781Z | Compiling heapless v0.7.17 |
1370 | 2024-12-06T19:58:21.145Z | Compiling crossbeam-epoch v0.9.18 |
1371 | 2024-12-06T19:58:21.283Z | Compiling signature v2.2.0 |
1372 | 2024-12-06T19:58:21.548Z | Compiling sha1 v0.10.6 |
1373 | 2024-12-06T19:58:21.612Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1374 | 2024-12-06T19:58:21.817Z | Compiling serde_derive_internals v0.29.1 |
1375 | 2024-12-06T19:58:21.935Z | Compiling thread_local v1.1.8 |
1376 | 2024-12-06T19:58:21.996Z | Compiling encoding_rs v0.8.34 |
1377 | 2024-12-06T19:58:22.030Z | Compiling multer v3.1.0 |
1378 | 2024-12-06T19:58:22.266Z | Compiling cookie v0.18.1 |
1379 | 2024-12-06T19:58:22.441Z | Compiling ipnet v2.10.1 |
1380 | 2024-12-06T19:58:22.505Z | Compiling mime v0.3.17 |
1381 | 2024-12-06T19:58:22.846Z | Compiling unicode-properties v0.1.3 |
1382 | 2024-12-06T19:58:23.044Z | Compiling openssl-probe v0.1.5 |
1383 | 2024-12-06T19:58:23.179Z | Compiling schemars v0.8.21 |
1384 | 2024-12-06T19:58:23.371Z | Compiling slog-async v2.8.0 |
1385 | 2024-12-06T19:58:23.476Z | Compiling rayon-core v1.12.1 |
1386 | 2024-12-06T19:58:23.580Z | Compiling gimli v0.31.1 |
1387 | 2024-12-06T19:58:23.716Z | Compiling signal-hook v0.3.17 |
1388 | 2024-12-06T19:58:24.029Z | Compiling stringprep v0.1.5 |
1389 | 2024-12-06T19:58:24.058Z | Compiling toml_edit v0.22.22 |
1390 | 2024-12-06T19:58:24.274Z | Compiling schemars_derive v0.8.21 |
1391 | 2024-12-06T19:58:25.218Z | Compiling hyper v1.5.0 |
1392 | 2024-12-06T19:58:27.301Z | Compiling usdt-macro v0.5.0 |
1393 | 2024-12-06T19:58:27.693Z | Compiling hyper-util v0.1.10 |
1394 | 2024-12-06T19:58:27.717Z | Compiling addr2line v0.24.2 |
1395 | 2024-12-06T19:58:27.914Z | Compiling usdt-attr-macro v0.5.0 |
1396 | 2024-12-06T19:58:28.188Z | Compiling crossbeam-deque v0.8.5 |
1397 | 2024-12-06T19:58:28.439Z | Compiling term v0.7.0 |
1398 | 2024-12-06T19:58:28.670Z | Compiling slog-json v2.6.1 |
1399 | 2024-12-06T19:58:29.064Z | Compiling serde_urlencoded v0.7.1 |
1400 | 2024-12-06T19:58:29.090Z | Compiling curve25519-dalek v4.1.3 |
1401 | 2024-12-06T19:58:29.434Z | Compiling crossbeam-channel v0.5.13 |
1402 | 2024-12-06T19:58:29.591Z | Compiling enum-as-inner v0.6.1 |
1403 | 2024-12-06T19:58:29.627Z | Compiling futures-executor v0.3.31 |
1404 | 2024-12-06T19:58:29.890Z | Compiling md-5 v0.10.6 |
1405 | 2024-12-06T19:58:30.129Z | Compiling rustls-pemfile v2.2.0 |
1406 | 2024-12-06T19:58:30.153Z | Compiling async-stream-impl v0.3.6 |
1407 | 2024-12-06T19:58:30.403Z | Compiling num-integer v0.1.46 |
1408 | 2024-12-06T19:58:30.431Z | Compiling idna v0.4.0 |
1409 | 2024-12-06T19:58:30.510Z | Compiling idna v0.3.0 |
1410 | 2024-12-06T19:58:30.598Z | Compiling hash32 v0.2.1 |
1411 | 2024-12-06T19:58:30.942Z | Compiling ff v0.13.0 |
1412 | 2024-12-06T19:58:31.103Z | Compiling is-terminal v0.4.13 |
1413 | 2024-12-06T19:58:31.165Z | Compiling dropshot v0.12.0 |
1414 | 2024-12-06T19:58:31.235Z | Compiling object v0.36.5 |
1415 | 2024-12-06T19:58:31.326Z | Compiling psl-types v2.0.11 |
1416 | 2024-12-06T19:58:31.423Z | Compiling smoltcp v0.9.1 |
1417 | 2024-12-06T19:58:31.447Z | Compiling base16ct v0.2.0 |
1418 | 2024-12-06T19:58:31.514Z | Compiling anyhow v1.0.93 |
1419 | 2024-12-06T19:58:31.741Z | Compiling portable-atomic v1.9.0 |
1420 | 2024-12-06T19:58:31.821Z | Compiling quick-error v1.2.3 |
1421 | 2024-12-06T19:58:31.911Z | Compiling utf-8 v0.7.6 |
1422 | 2024-12-06T19:58:31.956Z | Compiling dyn-clone v1.0.17 |
1423 | 2024-12-06T19:58:32.078Z | Compiling take_mut v0.2.2 |
1424 | 2024-12-06T19:58:32.102Z | Compiling num-bigint-dig v0.8.4 |
1425 | 2024-12-06T19:58:32.177Z | Compiling linked-hash-map v0.5.6 |
1426 | 2024-12-06T19:58:32.234Z | Compiling rustc-demangle v0.1.24 |
1427 | 2024-12-06T19:58:32.258Z | Compiling fallible-iterator v0.2.0 |
1428 | 2024-12-06T19:58:32.517Z | Compiling lru-cache v0.1.2 |
1429 | 2024-12-06T19:58:32.700Z | Compiling tungstenite v0.24.0 |
1430 | 2024-12-06T19:58:32.914Z | Compiling postgres-protocol v0.6.7 |
1431 | 2024-12-06T19:58:33.139Z | Compiling resolv-conf v0.7.0 |
1432 | 2024-12-06T19:58:33.440Z | Compiling sec1 v0.7.3 |
1433 | 2024-12-06T19:58:33.851Z | Compiling publicsuffix v2.2.3 |
1434 | 2024-12-06T19:58:34.067Z | Compiling async-stream v0.3.6 |
1435 | 2024-12-06T19:58:34.168Z | Compiling slog-term v2.9.1 |
1436 | 2024-12-06T19:58:34.199Z | Compiling hickory-proto v0.24.1 |
1437 | 2024-12-06T19:58:34.370Z | Compiling group v0.13.0 |
1438 | 2024-12-06T19:58:34.675Z | Compiling usdt v0.5.0 |
1439 | 2024-12-06T19:58:35.143Z | Compiling num-iter v0.1.45 |
1440 | 2024-12-06T19:58:35.255Z | Compiling futures v0.3.31 |
1441 | 2024-12-06T19:58:35.370Z | Compiling slog-bunyan v2.5.0 |
1442 | 2024-12-06T19:58:35.688Z | Compiling toml v0.8.19 |
1443 | 2024-12-06T19:58:36.820Z | Compiling tokio-native-tls v0.3.1 |
1444 | 2024-12-06T19:58:37.082Z | Compiling camino v1.1.9 |
1445 | 2024-12-06T19:58:37.153Z | Compiling phf_shared v0.11.2 |
1446 | 2024-12-06T19:58:37.361Z | Compiling backtrace v0.3.74 |
1447 | 2024-12-06T19:58:37.500Z | Compiling dropshot_endpoint v0.12.0 |
1448 | 2024-12-06T19:58:37.831Z | Compiling terminal_size v0.4.0 |
1449 | 2024-12-06T19:58:37.940Z | Compiling waitgroup v0.1.2 |
1450 | 2024-12-06T19:58:38.047Z | Compiling openapiv3 v2.0.0 |
1451 | 2024-12-06T19:58:38.104Z | Compiling serde_path_to_error v0.1.16 |
1452 | 2024-12-06T19:58:38.160Z | Compiling hkdf v0.12.4 |
1453 | 2024-12-06T19:58:38.396Z | Compiling crypto-bigint v0.5.5 |
1454 | 2024-12-06T19:58:38.866Z | Compiling webpki-roots v0.26.6 |
1455 | 2024-12-06T19:58:39.090Z | Compiling zerocopy-derive v0.6.6 |
1456 | 2024-12-06T19:58:40.564Z | Compiling curve25519-dalek-derive v0.1.1 |
1457 | 2024-12-06T19:58:40.823Z | Compiling hubpack_derive v0.1.1 |
1458 | 2024-12-06T19:58:40.973Z | Compiling idna v0.5.0 |
1459 | 2024-12-06T19:58:41.431Z | Compiling hostname v0.4.0 |
1460 | 2024-12-06T19:58:41.583Z | Compiling ahash v0.8.11 |
1461 | 2024-12-06T19:58:41.661Z | Compiling fs-err v2.11.0 |
1462 | 2024-12-06T19:58:41.697Z | Compiling crc32fast v1.4.2 |
1463 | 2024-12-06T19:58:41.821Z | Compiling managed v0.8.0 |
1464 | 2024-12-06T19:58:41.866Z | Compiling bitflags v1.3.2 |
1465 | 2024-12-06T19:58:41.910Z | Compiling debug-ignore v1.0.5 |
1466 | 2024-12-06T19:58:41.966Z | Compiling winnow v0.5.40 |
1467 | 2024-12-06T19:58:42.003Z | Compiling clap_builder v4.5.21 |
1468 | 2024-12-06T19:58:42.051Z | Compiling console v0.15.8 |
1469 | 2024-12-06T19:58:42.325Z | Compiling strum_macros v0.25.3 |
1470 | 2024-12-06T19:58:43.220Z | Compiling flate2 v1.0.34 |
1471 | 2024-12-06T19:58:43.607Z | Compiling cookie_store v0.21.0 |
1472 | 2024-12-06T19:58:44.144Z | Compiling hubpack v0.1.2 |
1473 | 2024-12-06T19:58:44.168Z | Compiling elliptic-curve v0.13.8 |
1474 | 2024-12-06T19:58:44.547Z | Compiling zerocopy v0.6.6 |
1475 | 2024-12-06T19:58:44.893Z | Compiling hickory-resolver v0.24.1 |
1476 | 2024-12-06T19:58:45.061Z | Compiling toml_edit v0.19.15 |
1477 | 2024-12-06T19:58:45.380Z | Compiling phf v0.11.2 |
1478 | 2024-12-06T19:58:45.646Z | Compiling signal-hook-mio v0.2.4 |
1479 | 2024-12-06T19:58:45.720Z | Compiling hyper-tls v0.6.0 |
1480 | 2024-12-06T19:58:45.809Z | Compiling rayon v1.10.0 |
1481 | 2024-12-06T19:58:46.078Z | Compiling bzip2 v0.4.4 |
1482 | 2024-12-06T19:58:46.447Z | Compiling tokio-tungstenite v0.24.0 |
1483 | 2024-12-06T19:58:46.916Z | Compiling postgres-types v0.2.8 |
1484 | 2024-12-06T19:58:49.407Z | Compiling ed25519 v2.2.3 |
1485 | 2024-12-06T19:58:49.999Z | Compiling phf_shared v0.10.0 |
1486 | 2024-12-06T19:58:50.032Z | Compiling tokio-stream v0.1.16 |
1487 | 2024-12-06T19:58:50.120Z | Compiling pkcs1 v0.7.5 |
1488 | 2024-12-06T19:58:50.360Z | Compiling serde-big-array v0.5.1 |
1489 | 2024-12-06T19:58:50.571Z | Compiling clap_derive v4.5.18 |
1490 | 2024-12-06T19:58:50.644Z | Compiling rfc6979 v0.4.0 |
1491 | 2024-12-06T19:58:50.817Z | Compiling derive-where v1.2.7 |
1492 | 2024-12-06T19:58:50.950Z | Compiling serde_repr v0.1.19 |
1493 | 2024-12-06T19:58:50.985Z | Compiling float-cmp v0.9.0 |
1494 | 2024-12-06T19:58:51.009Z | Compiling bstr v1.10.0 |
1495 | 2024-12-06T19:58:51.188Z | Compiling sync_wrapper v1.0.1 |
1496 | 2024-12-06T19:58:51.335Z | Compiling whoami v1.5.2 |
1497 | 2024-12-06T19:58:51.920Z | Compiling normalize-line-endings v0.3.0 |
1498 | 2024-12-06T19:58:51.946Z | Compiling bit-vec v0.6.3 |
1499 | 2024-12-06T19:58:51.972Z | Compiling static_assertions v1.1.0 |
1500 | 2024-12-06T19:58:52.051Z | Compiling unicode-segmentation v1.12.0 |
1501 | 2024-12-06T19:58:52.085Z | Compiling unicode-width v0.2.0 |
1502 | 2024-12-06T19:58:52.369Z | Compiling predicates-core v1.0.8 |
1503 | 2024-12-06T19:58:52.514Z | Compiling new_debug_unreachable v1.0.6 |
1504 | 2024-12-06T19:58:52.542Z | Compiling number_prefix v0.4.0 |
1505 | 2024-12-06T19:58:52.619Z | Compiling precomputed-hash v0.1.1 |
1506 | 2024-12-06T19:58:52.711Z | Compiling fixedbitset v0.4.2 |
1507 | 2024-12-06T19:58:52.738Z | Compiling difflib v0.4.0 |
1508 | 2024-12-06T19:58:52.763Z | Compiling indicatif v0.17.9 |
1509 | 2024-12-06T19:58:52.804Z | Compiling string_cache v0.8.7 |
1510 | 2024-12-06T19:58:53.126Z | Compiling predicates v3.1.2 |
1511 | 2024-12-06T19:58:53.243Z | Compiling petgraph v0.6.5 |
1512 | 2024-12-06T19:58:53.790Z | Compiling similar v2.6.0 |
1513 | 2024-12-06T19:58:54.232Z | Compiling bit-set v0.5.3 |
1514 | 2024-12-06T19:58:54.494Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1515 | 2024-12-06T19:58:54.676Z | Compiling tokio-postgres v0.7.12 |
1516 | 2024-12-06T19:58:54.744Z | Compiling ecdsa v0.16.9 |
1517 | 2024-12-06T19:58:54.784Z | Compiling clap v4.5.21 |
1518 | 2024-12-06T19:58:54.900Z | Compiling rsa v0.9.6 |
1519 | 2024-12-06T19:58:55.461Z | Compiling ed25519-dalek v2.1.1 |
1520 | 2024-12-06T19:58:55.904Z | Compiling toml v0.7.8 |
1521 | 2024-12-06T19:58:56.590Z | Compiling zip v0.6.6 |
1522 | 2024-12-06T19:58:56.659Z | Compiling crossterm v0.28.1 |
1523 | 2024-12-06T19:58:57.837Z | Compiling hex v0.4.3 |
1524 | 2024-12-06T19:58:58.038Z | Compiling x509-cert v0.2.5 |
1525 | 2024-12-06T19:58:58.366Z | Compiling itertools v0.10.5 |
1526 | 2024-12-06T19:58:58.550Z | Compiling lalrpop-util v0.19.12 |
1527 | 2024-12-06T19:58:58.867Z | Compiling peg-runtime v0.8.3 |
1528 | 2024-12-06T19:58:59.358Z | Compiling unicode-xid v0.2.6 |
1529 | 2024-12-06T19:58:59.484Z | Compiling strum_macros v0.26.4 |
1530 | 2024-12-06T19:58:59.522Z | Compiling xattr v1.3.1 |
1531 | 2024-12-06T19:58:59.759Z | Compiling filetime v0.2.25 |
1532 | 2024-12-06T19:59:00.039Z | Compiling tar v0.4.42 |
1533 | 2024-12-06T19:59:02.975Z | Compiling strum v0.26.3 |
1534 | 2024-12-06T19:59:06.164Z | Compiling aws-lc-sys v0.22.0 |
1535 | 2024-12-06T19:59:36.679Z | Compiling rustls-webpki v0.102.8 |
1536 | 2024-12-06T19:59:40.680Z | Compiling tokio-rustls v0.25.0 |
1537 | 2024-12-06T19:59:42.525Z | Compiling tokio-rustls v0.26.0 |
1538 | 2024-12-06T19:59:42.878Z | Compiling hyper-rustls v0.27.3 |
1539 | 2024-12-06T19:59:43.269Z | Compiling reqwest v0.12.9 |
1540 | 2024-12-06T19:59:44.333Z | Compiling qorb v0.2.1 |
1541 | 2024-12-06T19:59:49.619Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1542 | 2024-12-06T19:59:49.934Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1543 | 2024-12-06T19:59:57.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
1544 | 2024-12-06T19:59:57.446Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1545 | 2024-12-06T19:59:57.521Z | Dec 06 19:59:57.134 INFO Starting download, target: Clickhouse |
1546 | 2024-12-06T19:59:57.544Z | Dec 06 19:59:57.134 INFO Starting download, target: Cockroach |
1547 | 2024-12-06T19:59:57.545Z | Dec 06 19:59:57.135 INFO Starting download, target: Console |
1548 | 2024-12-06T19:59:57.545Z | Dec 06 19:59:57.135 INFO Starting download, target: DendriteOpenapi |
1549 | 2024-12-06T19:59:57.545Z | Dec 06 19:59:57.135 INFO Starting download, target: DendriteStub |
1550 | 2024-12-06T19:59:57.545Z | Dec 06 19:59:57.135 INFO Starting download, target: MaghemiteMgd |
1551 | 2024-12-06T19:59:57.545Z | Dec 06 19:59:57.135 INFO Starting download, target: TransceiverControl |
1552 | 2024-12-06T19:59:57.545Z | Dec 06 19:59:57.135 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1553 | 2024-12-06T19:59:57.545Z | Dec 06 19:59:57.136 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1554 | 2024-12-06T19:59:57.545Z | Dec 06 19:59:57.137 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1555 | 2024-12-06T19:59:57.545Z | Dec 06 19:59:57.137 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1556 | 2024-12-06T19:59:57.545Z | Dec 06 19:59:57.137 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1557 | 2024-12-06T19:59:57.545Z | Dec 06 19:59:57.137 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1558 | 2024-12-06T19:59:57.545Z | Dec 06 19:59:57.137 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1559 | 2024-12-06T19:59:57.985Z | Dec 06 19:59:57.597 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1560 | 2024-12-06T19:59:58.067Z | Dec 06 19:59:57.664 INFO Download complete, target: DendriteOpenapi |
1561 | 2024-12-06T19:59:58.283Z | Dec 06 19:59:57.891 INFO Download complete, target: Console |
1562 | 2024-12-06T19:59:58.369Z | Dec 06 19:59:57.978 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1563 | 2024-12-06T19:59:58.989Z | Dec 06 19:59:58.574 INFO Download complete, target: TransceiverControl |
1564 | 2024-12-06T20:00:00.043Z | Dec 06 19:59:59.651 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1565 | 2024-12-06T20:00:00.070Z | Dec 06 19:59:59.671 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1566 | 2024-12-06T20:00:03.013Z | Dec 06 20:00:02.626 INFO Download complete, target: DendriteStub |
1567 | 2024-12-06T20:00:03.197Z | Dec 06 20:00:02.810 INFO Download complete, target: MaghemiteMgd |
1568 | 2024-12-06T20:00:04.249Z | Dec 06 20:00:03.862 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1569 | 2024-12-06T20:00:04.249Z | Dec 06 20:00:03.862 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1570 | 2024-12-06T20:00:12.368Z | Dec 06 20:00:11.981 INFO Checking that binary works, target: Cockroach |
1571 | 2024-12-06T20:00:12.644Z | Dec 06 20:00:12.258 INFO Download complete, target: Cockroach |
1572 | 2024-12-06T20:00:23.775Z | Dec 06 20:00:23.388 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1573 | 2024-12-06T20:00:37.237Z | Dec 06 20:00:36.851 INFO Checking that binary works, target: Clickhouse |
1574 | 2024-12-06T20:00:37.430Z | Dec 06 20:00:37.044 INFO Download complete, target: Clickhouse |
1575 | 2024-12-06T20:00:37.456Z | All builder prerequisites installed successfully, and PATH looks valid |
1576 | 2024-12-06T20:00:37.479Z | |
1577 | 2024-12-06T20:00:37.480Z | real 5:32.066183502 |
1578 | 2024-12-06T20:00:37.480Z | user 14:52.817907819 |
1579 | 2024-12-06T20:00:37.480Z | sys 3:15.995205272 |
1580 | 2024-12-06T20:00:37.480Z | trap 0.498029265 |
1581 | 2024-12-06T20:00:37.480Z | tflt 0.768974448 |
1582 | 2024-12-06T20:00:37.480Z | dflt 2.545339318 |
1583 | 2024-12-06T20:00:37.480Z | kflt 0.009050692 |
1584 | 2024-12-06T20:00:37.480Z | lock 36:55.018494179 |
1585 | 2024-12-06T20:00:37.480Z | slp 56:05.272920714 |
1586 | 2024-12-06T20:00:37.480Z | lat 1:04.123258641 |
1587 | 2024-12-06T20:00:37.480Z | stop 2:17.715937186 |
1588 | 2024-12-06T20:00:37.480Z | + banner hack-check |
1589 | 2024-12-06T20:00:37.480Z | |
1590 | 2024-12-06T20:00:37.480Z | # # ## #### # # #### # # ###### #### # # |
1591 | 2024-12-06T20:00:37.480Z | # # # # # # # # # # # # # # # # # |
1592 | 2024-12-06T20:00:37.480Z | ###### # # # #### ##### # ###### ##### # #### |
1593 | 2024-12-06T20:00:37.480Z | # # ###### # # # # # # # # # # |
1594 | 2024-12-06T20:00:37.480Z | # # # # # # # # # # # # # # # # # |
1595 | 2024-12-06T20:00:37.480Z | # # # # #### # # #### # # ###### #### # # |
1596 | 2024-12-06T20:00:37.480Z | |
1597 | 2024-12-06T20:00:37.480Z | + export CARGO_INCREMENTAL=0 |
1598 | 2024-12-06T20:00:37.480Z | + CARGO_INCREMENTAL=0 |
1599 | 2024-12-06T20:00:37.480Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1600 | 2024-12-06T20:00:38.238Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1601 | 2024-12-06T20:00:43.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s |
1602 | 2024-12-06T20:00:43.244Z | Running `target/debug/xtask check-features --ci` |
1603 | 2024-12-06T20:00:43.271Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1604 | 2024-12-06T20:00:43.271Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1605 | 2024-12-06T20:00:43.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1606 | 2024-12-06T20:00:43.856Z | Running `target/debug/xtask download cargo-hack` |
1607 | 2024-12-06T20:00:44.911Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1608 | 2024-12-06T20:00:45.226Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1609 | 2024-12-06T20:00:51.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.92s |
1610 | 2024-12-06T20:00:51.932Z | Running `target/debug/xtask-downloader cargo-hack` |
1611 | 2024-12-06T20:00:51.981Z | Dec 06 20:00:51.596 INFO Starting download, target: CargoHack |
1612 | 2024-12-06T20:00:52.005Z | Dec 06 20:00:51.597 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1613 | 2024-12-06T20:00:52.687Z | Dec 06 20:00:52.301 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1614 | 2024-12-06T20:00:52.791Z | Dec 06 20:00:52.405 INFO Download complete, target: CargoHack |
1615 | 2024-12-06T20:00:52.815Z | 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" |
1616 | 2024-12-06T20:00:52.838Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1617 | 2024-12-06T20:00:53.087Z | info: running `cargo check --bins` on api_identity (1/173) |
1618 | 2024-12-06T20:00:53.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1619 | 2024-12-06T20:00:53.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1620 | 2024-12-06T20:00:53.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1621 | 2024-12-06T20:00:53.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
1622 | 2024-12-06T20:00:54.035Z | |
1623 | 2024-12-06T20:00:54.035Z | info: running `cargo check --bins` on bootstore (2/173) |
1624 | 2024-12-06T20:00:54.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2024-12-06T20:00:54.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2024-12-06T20:00:54.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1627 | 2024-12-06T20:00:54.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
1628 | 2024-12-06T20:00:54.990Z | |
1629 | 2024-12-06T20:00:54.990Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1630 | 2024-12-06T20:00:55.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2024-12-06T20:00:55.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2024-12-06T20:00:55.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2024-12-06T20:00:55.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
1634 | 2024-12-06T20:00:55.940Z | |
1635 | 2024-12-06T20:00:55.940Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1636 | 2024-12-06T20:00:56.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2024-12-06T20:00:56.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2024-12-06T20:00:56.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2024-12-06T20:00:56.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
1640 | 2024-12-06T20:00:56.879Z | |
1641 | 2024-12-06T20:00:56.879Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1642 | 2024-12-06T20:00:57.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2024-12-06T20:00:57.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2024-12-06T20:00:57.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2024-12-06T20:00:57.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1646 | 2024-12-06T20:00:57.522Z | |
1647 | 2024-12-06T20:00:57.522Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1648 | 2024-12-06T20:00:58.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2024-12-06T20:00:58.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2024-12-06T20:00:58.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2024-12-06T20:00:58.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1652 | 2024-12-06T20:00:58.171Z | |
1653 | 2024-12-06T20:00:58.171Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1654 | 2024-12-06T20:00:58.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2024-12-06T20:00:58.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2024-12-06T20:00:58.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2024-12-06T20:00:58.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1658 | 2024-12-06T20:00:58.754Z | |
1659 | 2024-12-06T20:00:58.754Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1660 | 2024-12-06T20:00:59.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2024-12-06T20:00:59.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2024-12-06T20:00:59.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2024-12-06T20:00:59.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1664 | 2024-12-06T20:00:59.317Z | |
1665 | 2024-12-06T20:00:59.317Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1666 | 2024-12-06T20:00:59.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2024-12-06T20:00:59.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2024-12-06T20:00:59.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2024-12-06T20:00:59.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1670 | 2024-12-06T20:00:59.864Z | |
1671 | 2024-12-06T20:00:59.864Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1672 | 2024-12-06T20:01:00.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2024-12-06T20:01:00.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2024-12-06T20:01:00.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2024-12-06T20:01:00.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1676 | 2024-12-06T20:01:00.386Z | |
1677 | 2024-12-06T20:01:00.386Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1678 | 2024-12-06T20:01:00.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2024-12-06T20:01:00.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2024-12-06T20:01:00.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2024-12-06T20:01:00.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1682 | 2024-12-06T20:01:00.956Z | |
1683 | 2024-12-06T20:01:00.956Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1684 | 2024-12-06T20:01:01.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2024-12-06T20:01:01.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2024-12-06T20:01:01.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2024-12-06T20:01:01.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1688 | 2024-12-06T20:01:01.506Z | |
1689 | 2024-12-06T20:01:01.506Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1690 | 2024-12-06T20:01:01.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2024-12-06T20:01:02.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2024-12-06T20:01:02.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2024-12-06T20:01:02.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1694 | 2024-12-06T20:01:02.036Z | |
1695 | 2024-12-06T20:01:02.036Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1696 | 2024-12-06T20:01:02.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2024-12-06T20:01:02.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2024-12-06T20:01:02.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2024-12-06T20:01:02.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1700 | 2024-12-06T20:01:02.578Z | |
1701 | 2024-12-06T20:01:02.578Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1702 | 2024-12-06T20:01:03.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2024-12-06T20:01:03.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2024-12-06T20:01:03.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2024-12-06T20:01:03.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1706 | 2024-12-06T20:01:03.130Z | |
1707 | 2024-12-06T20:01:03.131Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1708 | 2024-12-06T20:01:03.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2024-12-06T20:01:03.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2024-12-06T20:01:03.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2024-12-06T20:01:03.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1712 | 2024-12-06T20:01:03.666Z | |
1713 | 2024-12-06T20:01:03.666Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1714 | 2024-12-06T20:01:04.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2024-12-06T20:01:04.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2024-12-06T20:01:04.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2024-12-06T20:01:04.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1718 | 2024-12-06T20:01:04.205Z | |
1719 | 2024-12-06T20:01:04.205Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1720 | 2024-12-06T20:01:04.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2024-12-06T20:01:04.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2024-12-06T20:01:04.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2024-12-06T20:01:04.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1724 | 2024-12-06T20:01:04.744Z | |
1725 | 2024-12-06T20:01:04.744Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1726 | 2024-12-06T20:01:05.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2024-12-06T20:01:05.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2024-12-06T20:01:05.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2024-12-06T20:01:05.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1730 | 2024-12-06T20:01:05.296Z | |
1731 | 2024-12-06T20:01:05.296Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1732 | 2024-12-06T20:01:05.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2024-12-06T20:01:05.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2024-12-06T20:01:05.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2024-12-06T20:01:05.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1736 | 2024-12-06T20:01:05.891Z | |
1737 | 2024-12-06T20:01:05.891Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1738 | 2024-12-06T20:01:06.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2024-12-06T20:01:06.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2024-12-06T20:01:06.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2024-12-06T20:01:06.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1742 | 2024-12-06T20:01:06.441Z | |
1743 | 2024-12-06T20:01:06.441Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1744 | 2024-12-06T20:01:06.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2024-12-06T20:01:06.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2024-12-06T20:01:06.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2024-12-06T20:01:06.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1748 | 2024-12-06T20:01:06.965Z | |
1749 | 2024-12-06T20:01:06.965Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1750 | 2024-12-06T20:01:07.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2024-12-06T20:01:07.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2024-12-06T20:01:07.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2024-12-06T20:01:07.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1754 | 2024-12-06T20:01:07.494Z | |
1755 | 2024-12-06T20:01:07.494Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1756 | 2024-12-06T20:01:07.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2024-12-06T20:01:08.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2024-12-06T20:01:08.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2024-12-06T20:01:08.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1760 | 2024-12-06T20:01:08.032Z | |
1761 | 2024-12-06T20:01:08.032Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1762 | 2024-12-06T20:01:08.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2024-12-06T20:01:08.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2024-12-06T20:01:08.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2024-12-06T20:01:08.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1766 | 2024-12-06T20:01:08.840Z | |
1767 | 2024-12-06T20:01:08.840Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1768 | 2024-12-06T20:01:09.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2024-12-06T20:01:09.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2024-12-06T20:01:09.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2024-12-06T20:01:09.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1772 | 2024-12-06T20:01:09.646Z | |
1773 | 2024-12-06T20:01:09.646Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1774 | 2024-12-06T20:01:10.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2024-12-06T20:01:10.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2024-12-06T20:01:10.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2024-12-06T20:01:10.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1778 | 2024-12-06T20:01:10.472Z | |
1779 | 2024-12-06T20:01:10.472Z | info: running `cargo check --bins` on oxlog (28/173) |
1780 | 2024-12-06T20:01:11.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2024-12-06T20:01:11.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2024-12-06T20:01:11.305Z | Checking cfg-if v1.0.0 |
1783 | 2024-12-06T20:01:11.329Z | Checking libc v0.2.162 |
1784 | 2024-12-06T20:01:11.352Z | Checking serde v1.0.215 |
1785 | 2024-12-06T20:01:11.352Z | Checking zeroize v1.8.1 |
1786 | 2024-12-06T20:01:11.376Z | Checking memchr v2.7.4 |
1787 | 2024-12-06T20:01:11.376Z | Checking typenum v1.17.0 |
1788 | 2024-12-06T20:01:11.402Z | Checking scopeguard v1.2.0 |
1789 | 2024-12-06T20:01:11.426Z | Checking subtle v2.6.1 |
1790 | 2024-12-06T20:01:11.450Z | Checking value-bag v1.9.0 |
1791 | 2024-12-06T20:01:11.535Z | Checking lock_api v0.4.12 |
1792 | 2024-12-06T20:01:11.664Z | Checking smallvec v1.13.2 |
1793 | 2024-12-06T20:01:11.804Z | Checking log v0.4.22 |
1794 | 2024-12-06T20:01:11.932Z | Checking itoa v1.0.11 |
1795 | 2024-12-06T20:01:11.992Z | Checking const-oid v0.9.6 |
1796 | 2024-12-06T20:01:12.080Z | Checking pin-project-lite v0.2.14 |
1797 | 2024-12-06T20:01:12.127Z | Checking byteorder v1.5.0 |
1798 | 2024-12-06T20:01:12.193Z | Checking futures-core v0.3.31 |
1799 | 2024-12-06T20:01:12.267Z | Checking once_cell v1.20.2 |
1800 | 2024-12-06T20:01:12.297Z | Checking getrandom v0.2.15 |
1801 | 2024-12-06T20:01:12.378Z | Checking signal-hook-registry v1.4.2 |
1802 | 2024-12-06T20:01:12.409Z | Checking parking_lot_core v0.9.10 |
1803 | 2024-12-06T20:01:12.487Z | Checking mio v1.0.2 |
1804 | 2024-12-06T20:01:12.511Z | Checking rand_core v0.6.4 |
1805 | 2024-12-06T20:01:12.537Z | Checking cpufeatures v0.2.14 |
1806 | 2024-12-06T20:01:12.594Z | Checking futures-sink v0.3.31 |
1807 | 2024-12-06T20:01:12.624Z | Checking stable_deref_trait v1.2.0 |
1808 | 2024-12-06T20:01:12.691Z | Checking parking_lot v0.12.3 |
1809 | 2024-12-06T20:01:12.724Z | Checking socket2 v0.5.7 |
1810 | 2024-12-06T20:01:12.749Z | Checking spin v0.9.8 |
1811 | 2024-12-06T20:01:12.783Z | Checking zerocopy v0.7.35 |
1812 | 2024-12-06T20:01:13.002Z | Checking slab v0.4.9 |
1813 | 2024-12-06T20:01:13.002Z | Checking zerofrom v0.1.4 |
1814 | 2024-12-06T20:01:13.036Z | Checking futures-channel v0.3.31 |
1815 | 2024-12-06T20:01:13.116Z | Checking allocator-api2 v0.2.18 |
1816 | 2024-12-06T20:01:13.224Z | Checking yoke v0.7.4 |
1817 | 2024-12-06T20:01:13.248Z | Checking pin-utils v0.1.0 |
1818 | 2024-12-06T20:01:13.332Z | Checking futures-task v0.3.31 |
1819 | 2024-12-06T20:01:13.357Z | Checking equivalent v1.0.1 |
1820 | 2024-12-06T20:01:13.380Z | Checking foldhash v0.1.3 |
1821 | 2024-12-06T20:01:13.462Z | Checking futures-io v0.3.31 |
1822 | 2024-12-06T20:01:13.517Z | Checking zerovec v0.10.4 |
1823 | 2024-12-06T20:01:13.547Z | Checking ryu v1.0.18 |
1824 | 2024-12-06T20:01:13.570Z | Checking tinyvec_macros v0.1.1 |
1825 | 2024-12-06T20:01:13.628Z | Checking futures-util v0.3.31 |
1826 | 2024-12-06T20:01:13.660Z | Checking tinyvec v1.8.0 |
1827 | 2024-12-06T20:01:13.684Z | Checking hashbrown v0.15.0 |
1828 | 2024-12-06T20:01:13.754Z | Checking fnv v1.0.7 |
1829 | 2024-12-06T20:01:13.873Z | Checking libm v0.2.8 |
1830 | 2024-12-06T20:01:13.971Z | Checking base64ct v1.6.0 |
1831 | 2024-12-06T20:01:14.343Z | Checking writeable v0.5.5 |
1832 | 2024-12-06T20:01:14.596Z | Checking unicode-bidi v0.3.17 |
1833 | 2024-12-06T20:01:14.623Z | Checking litemap v0.7.3 |
1834 | 2024-12-06T20:01:14.646Z | Checking num-traits v0.2.19 |
1835 | 2024-12-06T20:01:14.738Z | Checking unicode-normalization v0.1.24 |
1836 | 2024-12-06T20:01:14.918Z | Checking tinystr v0.7.6 |
1837 | 2024-12-06T20:01:14.941Z | Checking pem-rfc7468 v0.7.0 |
1838 | 2024-12-06T20:01:15.139Z | Checking ppv-lite86 v0.2.20 |
1839 | 2024-12-06T20:01:15.174Z | Checking flagset v0.4.6 |
1840 | 2024-12-06T20:01:15.249Z | Checking icu_locid v1.5.0 |
1841 | 2024-12-06T20:01:15.352Z | Checking tracing-core v0.1.32 |
1842 | 2024-12-06T20:01:15.377Z | Checking generic-array v0.14.7 |
1843 | 2024-12-06T20:01:15.449Z | Checking bytes v1.8.0 |
1844 | 2024-12-06T20:01:15.477Z | Checking indexmap v2.6.0 |
1845 | 2024-12-06T20:01:15.851Z | Checking serde_json v1.0.132 |
1846 | 2024-12-06T20:01:15.935Z | Checking rand_chacha v0.3.1 |
1847 | 2024-12-06T20:01:16.014Z | Checking bitflags v2.6.0 |
1848 | 2024-12-06T20:01:16.155Z | Checking icu_provider v1.5.0 |
1849 | 2024-12-06T20:01:16.201Z | Checking tokio v1.40.0 |
1850 | 2024-12-06T20:01:16.285Z | Checking http v1.1.0 |
1851 | 2024-12-06T20:01:16.309Z | Checking der v0.7.9 |
1852 | 2024-12-06T20:01:16.363Z | Checking crypto-common v0.1.6 |
1853 | 2024-12-06T20:01:16.527Z | Checking block-buffer v0.10.4 |
1854 | 2024-12-06T20:01:16.564Z | Checking block-padding v0.3.3 |
1855 | 2024-12-06T20:01:16.723Z | Checking digest v0.10.7 |
1856 | 2024-12-06T20:01:16.747Z | Checking thiserror v1.0.69 |
1857 | 2024-12-06T20:01:16.770Z | Checking inout v0.1.3 |
1858 | 2024-12-06T20:01:16.859Z | Checking percent-encoding v2.3.1 |
1859 | 2024-12-06T20:01:16.958Z | Checking cipher v0.4.4 |
1860 | 2024-12-06T20:01:17.036Z | Checking rustls-pki-types v1.9.0 |
1861 | 2024-12-06T20:01:17.059Z | Checking hmac v0.12.1 |
1862 | 2024-12-06T20:01:17.239Z | Checking sha2 v0.10.8 |
1863 | 2024-12-06T20:01:17.318Z | Checking icu_locid_transform_data v1.5.0 |
1864 | 2024-12-06T20:01:17.343Z | Checking salsa20 v0.10.2 |
1865 | 2024-12-06T20:01:17.408Z | Checking icu_locid_transform v1.5.0 |
1866 | 2024-12-06T20:01:17.457Z | Checking pbkdf2 v0.12.2 |
1867 | 2024-12-06T20:01:17.525Z | Checking rand v0.8.5 |
1868 | 2024-12-06T20:01:17.549Z | Checking tracing v0.1.40 |
1869 | 2024-12-06T20:01:17.609Z | Checking icu_collections v1.5.0 |
1870 | 2024-12-06T20:01:17.713Z | Checking aws-lc-sys v0.22.0 |
1871 | 2024-12-06T20:01:17.852Z | Checking httparse v1.9.5 |
1872 | 2024-12-06T20:01:17.911Z | Checking spki v0.7.3 |
1873 | 2024-12-06T20:01:18.000Z | Checking untrusted v0.9.0 |
1874 | 2024-12-06T20:01:18.138Z | Checking untrusted v0.7.1 |
1875 | 2024-12-06T20:01:18.179Z | Checking mirai-annotations v1.12.0 |
1876 | 2024-12-06T20:01:18.203Z | Checking icu_properties_data v1.5.0 |
1877 | 2024-12-06T20:01:18.241Z | Checking powerfmt v0.2.0 |
1878 | 2024-12-06T20:01:18.271Z | Checking ring v0.17.8 |
1879 | 2024-12-06T20:01:18.294Z | Checking scrypt v0.11.0 |
1880 | 2024-12-06T20:01:18.337Z | Checking aes v0.8.4 |
1881 | 2024-12-06T20:01:18.425Z | Checking icu_properties v1.5.1 |
1882 | 2024-12-06T20:01:18.485Z | Checking deranged v0.3.11 |
1883 | 2024-12-06T20:01:18.508Z | Checking cbc v0.1.2 |
1884 | 2024-12-06T20:01:18.612Z | Checking crossbeam-utils v0.8.20 |
1885 | 2024-12-06T20:01:18.681Z | Checking write16 v1.0.0 |
1886 | 2024-12-06T20:01:18.793Z | Checking time-core v0.1.2 |
1887 | 2024-12-06T20:01:18.925Z | Checking icu_normalizer_data v1.5.0 |
1888 | 2024-12-06T20:01:19.016Z | Checking atomic-waker v1.1.2 |
1889 | 2024-12-06T20:01:19.086Z | Checking utf16_iter v1.0.5 |
1890 | 2024-12-06T20:01:19.136Z | Checking num-conv v0.1.0 |
1891 | 2024-12-06T20:01:19.224Z | Checking utf8_iter v1.0.4 |
1892 | 2024-12-06T20:01:19.247Z | Checking num_threads v0.1.7 |
1893 | 2024-12-06T20:01:19.346Z | Checking pkcs5 v0.7.1 |
1894 | 2024-12-06T20:01:19.369Z | Checking http-body v1.0.1 |
1895 | 2024-12-06T20:01:19.406Z | Checking form_urlencoded v1.2.1 |
1896 | 2024-12-06T20:01:19.542Z | Checking try-lock v0.2.5 |
1897 | 2024-12-06T20:01:19.579Z | Checking unicode-ident v1.0.13 |
1898 | 2024-12-06T20:01:19.670Z | Checking want v0.3.1 |
1899 | 2024-12-06T20:01:19.733Z | Checking httpdate v1.0.3 |
1900 | 2024-12-06T20:01:19.783Z | Checking aws-lc-rs v1.10.0 |
1901 | 2024-12-06T20:01:19.807Z | Checking pkcs8 v0.10.2 |
1902 | 2024-12-06T20:01:19.830Z | Checking proc-macro2 v1.0.89 |
1903 | 2024-12-06T20:01:19.853Z | Checking serde_spanned v0.6.8 |
1904 | 2024-12-06T20:01:19.952Z | Checking time v0.3.36 |
1905 | 2024-12-06T20:01:19.976Z | Checking toml_datetime v0.6.8 |
1906 | 2024-12-06T20:01:20.021Z | Checking uuid v1.11.0 |
1907 | 2024-12-06T20:01:20.083Z | Checking slog v2.7.0 |
1908 | 2024-12-06T20:01:20.218Z | Checking scroll v0.12.0 |
1909 | 2024-12-06T20:01:20.416Z | Checking tower-service v0.3.3 |
1910 | 2024-12-06T20:01:20.511Z | Checking iana-time-zone v0.1.61 |
1911 | 2024-12-06T20:01:20.535Z | Checking plain v0.2.3 |
1912 | 2024-12-06T20:01:20.535Z | Checking ucd-trie v0.1.7 |
1913 | 2024-12-06T20:01:20.634Z | Checking adler2 v2.0.0 |
1914 | 2024-12-06T20:01:20.658Z | Checking foreign-types-shared v0.1.1 |
1915 | 2024-12-06T20:01:20.683Z | Checking match_cfg v0.1.0 |
1916 | 2024-12-06T20:01:20.740Z | Checking base64 v0.22.1 |
1917 | 2024-12-06T20:01:20.764Z | Checking foreign-types v0.3.2 |
1918 | 2024-12-06T20:01:20.787Z | Checking hostname v0.3.1 |
1919 | 2024-12-06T20:01:20.787Z | Checking miniz_oxide v0.8.0 |
1920 | 2024-12-06T20:01:20.845Z | Checking pest v2.7.14 |
1921 | 2024-12-06T20:01:20.900Z | Checking goblin v0.8.2 |
1922 | 2024-12-06T20:01:21.161Z | Checking chrono v0.4.38 |
1923 | 2024-12-06T20:01:21.203Z | Checking icu_normalizer v1.5.0 |
1924 | 2024-12-06T20:01:21.406Z | Checking rustls-webpki v0.102.8 |
1925 | 2024-12-06T20:01:21.449Z | Checking quote v1.0.37 |
1926 | 2024-12-06T20:01:21.737Z | Checking openssl-sys v0.9.103 |
1927 | 2024-12-06T20:01:21.870Z | Checking idna_adapter v1.2.0 |
1928 | 2024-12-06T20:01:22.035Z | Checking idna v1.0.3 |
1929 | 2024-12-06T20:01:22.107Z | Checking dirs-sys-next v0.1.2 |
1930 | 2024-12-06T20:01:22.131Z | Checking errno v0.3.9 |
1931 | 2024-12-06T20:01:22.271Z | Checking aho-corasick v1.1.3 |
1932 | 2024-12-06T20:01:22.294Z | Checking pretty-hex v0.4.1 |
1933 | 2024-12-06T20:01:22.439Z | Checking data-encoding v2.6.0 |
1934 | 2024-12-06T20:01:22.463Z | Checking url v2.5.3 |
1935 | 2024-12-06T20:01:22.514Z | Checking tokio-util v0.7.12 |
1936 | 2024-12-06T20:01:22.773Z | Checking siphasher v0.3.11 |
1937 | 2024-12-06T20:01:22.910Z | Checking regex-syntax v0.8.5 |
1938 | 2024-12-06T20:01:22.966Z | Checking dtrace-parser v0.2.0 |
1939 | 2024-12-06T20:01:22.989Z | Checking openssl v0.10.66 |
1940 | 2024-12-06T20:01:23.026Z | Checking rustix v0.38.37 |
1941 | 2024-12-06T20:01:23.186Z | Checking dirs-next v2.0.0 |
1942 | 2024-12-06T20:01:23.290Z | Checking h2 v0.4.6 |
1943 | 2024-12-06T20:01:23.314Z | Checking syn v2.0.87 |
1944 | 2024-12-06T20:01:23.399Z | Checking http-body-util v0.1.2 |
1945 | 2024-12-06T20:01:23.733Z | Checking crossbeam-epoch v0.9.18 |
1946 | 2024-12-06T20:01:23.769Z | Checking signature v2.2.0 |
1947 | 2024-12-06T20:01:23.935Z | Checking sha1 v0.10.6 |
1948 | 2024-12-06T20:01:24.100Z | Checking lazy_static v1.5.0 |
1949 | 2024-12-06T20:01:24.166Z | Checking thread_local v1.1.8 |
1950 | 2024-12-06T20:01:24.204Z | Checking thread-id v4.2.2 |
1951 | 2024-12-06T20:01:24.300Z | Checking encoding_rs v0.8.34 |
1952 | 2024-12-06T20:01:24.398Z | Checking utf8parse v0.2.2 |
1953 | 2024-12-06T20:01:24.519Z | Checking ipnet v2.10.1 |
1954 | 2024-12-06T20:01:24.904Z | Checking winnow v0.6.20 |
1955 | 2024-12-06T20:01:25.126Z | Checking dof v0.3.0 |
1956 | 2024-12-06T20:01:25.493Z | Checking regex-automata v0.4.8 |
1957 | 2024-12-06T20:01:25.622Z | Checking gimli v0.31.1 |
1958 | 2024-12-06T20:01:25.957Z | Checking anstyle v1.0.10 |
1959 | 2024-12-06T20:01:26.063Z | Checking unicode-properties v0.1.3 |
1960 | 2024-12-06T20:01:26.253Z | Checking either v1.13.0 |
1961 | 2024-12-06T20:01:26.352Z | Checking mime v0.3.17 |
1962 | 2024-12-06T20:01:26.577Z | Checking openssl-probe v0.1.5 |
1963 | 2024-12-06T20:01:26.622Z | Checking stringprep v0.1.5 |
1964 | 2024-12-06T20:01:26.716Z | Checking anstyle-parse v0.2.5 |
1965 | 2024-12-06T20:01:26.855Z | Checking crossbeam-deque v0.8.5 |
1966 | 2024-12-06T20:01:26.949Z | Checking term v0.7.0 |
1967 | 2024-12-06T20:01:27.119Z | Checking rustls v0.23.14 |
1968 | 2024-12-06T20:01:27.312Z | Checking rustls v0.22.4 |
1969 | 2024-12-06T20:01:27.335Z | Checking toml_edit v0.22.22 |
1970 | 2024-12-06T20:01:27.515Z | Checking native-tls v0.2.12 |
1971 | 2024-12-06T20:01:27.770Z | Checking slog-json v2.6.1 |
1972 | 2024-12-06T20:01:27.985Z | Checking serde_urlencoded v0.7.1 |
1973 | 2024-12-06T20:01:28.377Z | Checking hyper v1.5.0 |
1974 | 2024-12-06T20:01:28.400Z | Checking crossbeam-channel v0.5.13 |
1975 | 2024-12-06T20:01:28.654Z | Checking usdt-impl v0.5.0 |
1976 | 2024-12-06T20:01:28.867Z | Checking addr2line v0.24.2 |
1977 | 2024-12-06T20:01:29.043Z | Checking futures-executor v0.3.31 |
1978 | 2024-12-06T20:01:29.096Z | Checking rustls-pemfile v2.2.0 |
1979 | 2024-12-06T20:01:29.227Z | Checking md-5 v0.10.6 |
1980 | 2024-12-06T20:01:29.286Z | Checking num-integer v0.1.46 |
1981 | 2024-12-06T20:01:29.313Z | Checking idna v0.4.0 |
1982 | 2024-12-06T20:01:29.336Z | Checking idna v0.3.0 |
1983 | 2024-12-06T20:01:29.423Z | Checking ff v0.13.0 |
1984 | 2024-12-06T20:01:29.541Z | Checking hash32 v0.2.1 |
1985 | 2024-12-06T20:01:29.610Z | Checking is-terminal v0.4.13 |
1986 | 2024-12-06T20:01:29.703Z | Checking memmap v0.7.0 |
1987 | 2024-12-06T20:01:29.727Z | Checking object v0.36.5 |
1988 | 2024-12-06T20:01:29.808Z | Checking colorchoice v1.0.2 |
1989 | 2024-12-06T20:01:29.880Z | Checking is_terminal_polyfill v1.70.1 |
1990 | 2024-12-06T20:01:29.932Z | Checking quick-error v1.2.3 |
1991 | 2024-12-06T20:01:29.961Z | Checking linked-hash-map v0.5.6 |
1992 | 2024-12-06T20:01:29.984Z | Checking base16ct v0.2.0 |
1993 | 2024-12-06T20:01:30.009Z | Checking dyn-clone v1.0.17 |
1994 | 2024-12-06T20:01:30.062Z | Checking rustc-demangle v0.1.24 |
1995 | 2024-12-06T20:01:30.128Z | Checking fallible-iterator v0.2.0 |
1996 | 2024-12-06T20:01:30.152Z | Checking psl-types v2.0.11 |
1997 | 2024-12-06T20:01:30.175Z | Checking hyper-util v0.1.10 |
1998 | 2024-12-06T20:01:30.248Z | Checking utf-8 v0.7.6 |
1999 | 2024-12-06T20:01:30.321Z | Checking take_mut v0.2.2 |
2000 | 2024-12-06T20:01:30.427Z | Checking anstyle-query v1.1.1 |
2001 | 2024-12-06T20:01:30.450Z | Checking tokio-rustls v0.25.0 |
2002 | 2024-12-06T20:01:30.474Z | Checking tungstenite v0.24.0 |
2003 | 2024-12-06T20:01:30.500Z | Checking slog-async v2.8.0 |
2004 | 2024-12-06T20:01:30.539Z | Checking anstream v0.6.15 |
2005 | 2024-12-06T20:01:30.665Z | Checking postgres-protocol v0.6.7 |
2006 | 2024-12-06T20:01:30.731Z | Checking publicsuffix v2.2.3 |
2007 | 2024-12-06T20:01:30.763Z | Checking lru-cache v0.1.2 |
2008 | 2024-12-06T20:01:30.872Z | Checking sec1 v0.7.3 |
2009 | 2024-12-06T20:01:30.926Z | Checking schemars v0.8.21 |
2010 | 2024-12-06T20:01:30.955Z | Checking resolv-conf v0.7.0 |
2011 | 2024-12-06T20:01:31.208Z | Checking hickory-proto v0.24.1 |
2012 | 2024-12-06T20:01:31.238Z | Checking usdt v0.5.0 |
2013 | 2024-12-06T20:01:31.262Z | Checking heapless v0.7.17 |
2014 | 2024-12-06T20:01:31.285Z | Checking slog-term v2.9.1 |
2015 | 2024-12-06T20:01:31.464Z | Checking num-iter v0.1.45 |
2016 | 2024-12-06T20:01:31.612Z | Checking group v0.13.0 |
2017 | 2024-12-06T20:01:31.715Z | Checking toml v0.8.19 |
2018 | 2024-12-06T20:01:31.741Z | Checking tokio-rustls v0.26.0 |
2019 | 2024-12-06T20:01:31.835Z | Checking futures v0.3.31 |
2020 | 2024-12-06T20:01:31.872Z | Checking slog-bunyan v2.5.0 |
2021 | 2024-12-06T20:01:31.938Z | Checking tokio-native-tls v0.3.1 |
2022 | 2024-12-06T20:01:32.018Z | Checking rayon-core v1.12.1 |
2023 | 2024-12-06T20:01:32.083Z | Checking multer v3.1.0 |
2024 | 2024-12-06T20:01:32.142Z | Checking terminal_size v0.4.0 |
2025 | 2024-12-06T20:01:32.166Z | Checking phf_shared v0.11.2 |
2026 | 2024-12-06T20:01:32.279Z | Checking cookie v0.18.1 |
2027 | 2024-12-06T20:01:32.302Z | Checking async-stream v0.3.6 |
2028 | 2024-12-06T20:01:32.348Z | Checking bzip2-sys v0.1.11+1.0.8 |
2029 | 2024-12-06T20:01:32.421Z | Checking camino v1.1.9 |
2030 | 2024-12-06T20:01:32.445Z | Checking signal-hook v0.3.17 |
2031 | 2024-12-06T20:01:32.468Z | Checking waitgroup v0.1.2 |
2032 | 2024-12-06T20:01:32.492Z | Checking webpki-roots v0.26.6 |
2033 | 2024-12-06T20:01:32.590Z | Checking openapiv3 v2.0.0 |
2034 | 2024-12-06T20:01:32.619Z | Checking hkdf v0.12.4 |
2035 | 2024-12-06T20:01:32.682Z | Checking crypto-bigint v0.5.5 |
2036 | 2024-12-06T20:01:32.705Z | Checking idna v0.5.0 |
2037 | 2024-12-06T20:01:32.741Z | Checking serde_path_to_error v0.1.16 |
2038 | 2024-12-06T20:01:32.812Z | Checking hostname v0.4.0 |
2039 | 2024-12-06T20:01:32.916Z | Checking crc32fast v1.4.2 |
2040 | 2024-12-06T20:01:32.941Z | Checking clap_lex v0.7.2 |
2041 | 2024-12-06T20:01:33.135Z | Checking debug-ignore v1.0.5 |
2042 | 2024-12-06T20:01:33.171Z | Checking strsim v0.11.1 |
2043 | 2024-12-06T20:01:33.262Z | Checking managed v0.8.0 |
2044 | 2024-12-06T20:01:33.300Z | Checking bitflags v1.3.2 |
2045 | 2024-12-06T20:01:33.355Z | Checking winnow v0.5.40 |
2046 | 2024-12-06T20:01:33.396Z | Checking unicode-width v0.1.14 |
2047 | 2024-12-06T20:01:33.422Z | Checking clap_builder v4.5.21 |
2048 | 2024-12-06T20:01:33.595Z | Checking smoltcp v0.9.1 |
2049 | 2024-12-06T20:01:33.787Z | Checking console v0.15.8 |
2050 | 2024-12-06T20:01:34.263Z | Checking cookie_store v0.21.0 |
2051 | 2024-12-06T20:01:34.855Z | Checking flate2 v1.0.34 |
2052 | 2024-12-06T20:01:34.878Z | Checking signal-hook-mio v0.2.4 |
2053 | 2024-12-06T20:01:35.003Z | Checking hyper-rustls v0.27.3 |
2054 | 2024-12-06T20:01:35.075Z | Checking elliptic-curve v0.13.8 |
2055 | 2024-12-06T20:01:35.207Z | Checking backtrace v0.3.74 |
2056 | 2024-12-06T20:01:35.264Z | Checking hickory-resolver v0.24.1 |
2057 | 2024-12-06T20:01:35.328Z | Checking rayon v1.10.0 |
2058 | 2024-12-06T20:01:35.460Z | Checking bzip2 v0.4.4 |
2059 | 2024-12-06T20:01:35.483Z | Checking dropshot v0.12.0 |
2060 | 2024-12-06T20:01:35.648Z | Checking phf v0.11.2 |
2061 | 2024-12-06T20:01:35.731Z | Checking anyhow v1.0.93 |
2062 | 2024-12-06T20:01:35.755Z | Checking hyper-tls v0.6.0 |
2063 | 2024-12-06T20:01:35.907Z | Checking num-bigint-dig v0.8.4 |
2064 | 2024-12-06T20:01:35.930Z | Checking toml_edit v0.19.15 |
2065 | 2024-12-06T20:01:35.991Z | Checking tokio-tungstenite v0.24.0 |
2066 | 2024-12-06T20:01:36.015Z | Checking postgres-types v0.2.8 |
2067 | 2024-12-06T20:01:36.092Z | Checking regex v1.11.1 |
2068 | 2024-12-06T20:01:36.392Z | Checking bstr v1.10.0 |
2069 | 2024-12-06T20:01:36.624Z | Checking ed25519 v2.2.3 |
2070 | 2024-12-06T20:01:36.653Z | Checking tokio-stream v0.1.16 |
2071 | 2024-12-06T20:01:36.689Z | Checking phf_shared v0.10.0 |
2072 | 2024-12-06T20:01:36.895Z | Checking curve25519-dalek v4.1.3 |
2073 | 2024-12-06T20:01:36.938Z | Checking zerocopy v0.6.6 |
2074 | 2024-12-06T20:01:37.172Z | Checking pkcs1 v0.7.5 |
2075 | 2024-12-06T20:01:37.397Z | Checking hubpack v0.1.2 |
2076 | 2024-12-06T20:01:37.531Z | Checking portable-atomic v1.9.0 |
2077 | 2024-12-06T20:01:37.586Z | Checking rfc6979 v0.4.0 |
2078 | 2024-12-06T20:01:37.674Z | Checking float-cmp v0.9.0 |
2079 | 2024-12-06T20:01:37.742Z | Checking serde-big-array v0.5.1 |
2080 | 2024-12-06T20:01:37.765Z | Checking sync_wrapper v1.0.1 |
2081 | 2024-12-06T20:01:37.843Z | Checking unicode-segmentation v1.12.0 |
2082 | 2024-12-06T20:01:37.911Z | Checking difflib v0.4.0 |
2083 | 2024-12-06T20:01:37.936Z | Checking number_prefix v0.4.0 |
2084 | 2024-12-06T20:01:38.088Z | Checking precomputed-hash v0.1.1 |
2085 | 2024-12-06T20:01:38.112Z | Checking bit-vec v0.6.3 |
2086 | 2024-12-06T20:01:38.205Z | Checking new_debug_unreachable v1.0.6 |
2087 | 2024-12-06T20:01:38.229Z | Checking normalize-line-endings v0.3.0 |
2088 | 2024-12-06T20:01:38.297Z | Checking whoami v1.5.2 |
2089 | 2024-12-06T20:01:38.339Z | Checking predicates-core v1.0.8 |
2090 | 2024-12-06T20:01:38.436Z | Checking minimal-lexical v0.2.1 |
2091 | 2024-12-06T20:01:38.460Z | Checking fixedbitset v0.4.2 |
2092 | 2024-12-06T20:01:38.483Z | Checking unicode-width v0.2.0 |
2093 | 2024-12-06T20:01:38.511Z | Checking static_assertions v1.1.0 |
2094 | 2024-12-06T20:01:38.535Z | Checking ed25519-dalek v2.1.1 |
2095 | 2024-12-06T20:01:38.587Z | Checking tokio-postgres v0.7.12 |
2096 | 2024-12-06T20:01:38.611Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2097 | 2024-12-06T20:01:38.634Z | Checking qorb v0.2.1 |
2098 | 2024-12-06T20:01:38.711Z | Checking petgraph v0.6.5 |
2099 | 2024-12-06T20:01:38.739Z | Checking predicates v3.1.2 |
2100 | 2024-12-06T20:01:38.795Z | Checking nom v7.1.3 |
2101 | 2024-12-06T20:01:38.888Z | Checking indicatif v0.17.9 |
2102 | 2024-12-06T20:01:38.911Z | Checking similar v2.6.0 |
2103 | 2024-12-06T20:01:39.323Z | Checking bit-set v0.5.3 |
2104 | 2024-12-06T20:01:39.545Z | Checking string_cache v0.8.7 |
2105 | 2024-12-06T20:01:39.569Z | Checking toml v0.7.8 |
2106 | 2024-12-06T20:01:39.640Z | Checking reqwest v0.12.9 |
2107 | 2024-12-06T20:01:39.806Z | Checking rsa v0.9.6 |
2108 | 2024-12-06T20:01:40.179Z | Checking ecdsa v0.16.9 |
2109 | 2024-12-06T20:01:40.699Z | Checking clap v4.5.21 |
2110 | 2024-12-06T20:01:40.773Z | Checking zip v0.6.6 |
2111 | 2024-12-06T20:01:40.797Z | Checking crossterm v0.28.1 |
2112 | 2024-12-06T20:01:40.821Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2113 | 2024-12-06T20:01:40.848Z | Checking itertools v0.10.5 |
2114 | 2024-12-06T20:01:41.141Z | Checking itertools v0.12.1 |
2115 | 2024-12-06T20:01:41.172Z | Checking ahash v0.8.11 |
2116 | 2024-12-06T20:01:41.270Z | Checking fs-err v2.11.0 |
2117 | 2024-12-06T20:01:41.379Z | Checking x509-cert v0.2.5 |
2118 | 2024-12-06T20:01:41.533Z | Checking hex v0.4.3 |
2119 | 2024-12-06T20:01:41.628Z | Checking semver v1.0.23 |
2120 | 2024-12-06T20:01:41.767Z | Checking peg-runtime v0.8.3 |
2121 | 2024-12-06T20:01:41.969Z | Checking lalrpop-util v0.19.12 |
2122 | 2024-12-06T20:01:41.992Z | Checking sigpipe v0.1.3 |
2123 | 2024-12-06T20:01:43.383Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2124 | 2024-12-06T20:01:43.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.34s |
2125 | 2024-12-06T20:01:43.962Z | |
2126 | 2024-12-06T20:01:43.962Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2127 | 2024-12-06T20:01:44.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2128 | 2024-12-06T20:01:44.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2129 | 2024-12-06T20:01:44.850Z | Compiling hashbrown v0.14.5 |
2130 | 2024-12-06T20:01:44.903Z | Checking heck v0.5.0 |
2131 | 2024-12-06T20:01:44.927Z | Compiling unsafe-libyaml v0.2.11 |
2132 | 2024-12-06T20:01:44.951Z | Compiling ident_case v1.0.1 |
2133 | 2024-12-06T20:01:44.974Z | Checking progenitor-client v0.8.0 |
2134 | 2024-12-06T20:01:44.974Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2135 | 2024-12-06T20:01:44.997Z | Compiling proc-macro-crate v1.3.1 |
2136 | 2024-12-06T20:01:45.085Z | Compiling darling_core v0.20.10 |
2137 | 2024-12-06T20:01:45.130Z | Checking ipnetwork v0.20.0 |
2138 | 2024-12-06T20:01:45.299Z | Compiling structmeta-derive v0.3.0 |
2139 | 2024-12-06T20:01:45.322Z | Compiling newtype-uuid v1.1.3 |
2140 | 2024-12-06T20:01:45.451Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2141 | 2024-12-06T20:01:45.573Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2142 | 2024-12-06T20:01:45.715Z | Compiling lzma-sys v0.1.20 |
2143 | 2024-12-06T20:01:45.891Z | Compiling foreign-types-macros v0.2.3 |
2144 | 2024-12-06T20:01:45.930Z | Checking regress v0.10.1 |
2145 | 2024-12-06T20:01:45.954Z | Compiling num_enum_derive v0.5.11 |
2146 | 2024-12-06T20:01:46.374Z | Compiling serde_yaml v0.9.34+deprecated |
2147 | 2024-12-06T20:01:46.523Z | Compiling dropshot v0.13.0 |
2148 | 2024-12-06T20:01:46.773Z | Checking foreign-types-shared v0.3.1 |
2149 | 2024-12-06T20:01:46.879Z | Checking arc-swap v1.7.1 |
2150 | 2024-12-06T20:01:46.971Z | Checking foreign-types v0.5.0 |
2151 | 2024-12-06T20:01:47.167Z | Compiling proc-macro-error v1.0.4 |
2152 | 2024-12-06T20:01:47.258Z | Checking slog-scope v4.4.0 |
2153 | 2024-12-06T20:01:47.752Z | Compiling structmeta v0.3.0 |
2154 | 2024-12-06T20:01:47.812Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2155 | 2024-12-06T20:01:47.918Z | Checking tungstenite v0.21.0 |
2156 | 2024-12-06T20:01:47.953Z | Compiling heck v0.3.3 |
2157 | 2024-12-06T20:01:48.111Z | Checking num_enum v0.5.11 |
2158 | 2024-12-06T20:01:48.186Z | Compiling parse-display-derive v0.10.0 |
2159 | 2024-12-06T20:01:48.297Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2160 | 2024-12-06T20:01:48.374Z | Compiling dropshot_endpoint v0.13.0 |
2161 | 2024-12-06T20:01:48.796Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2162 | 2024-12-06T20:01:48.831Z | Checking typify-impl v0.2.0 |
2163 | 2024-12-06T20:01:48.986Z | Checking cstr-argument v0.1.2 |
2164 | 2024-12-06T20:01:49.441Z | Checking instant v0.1.13 |
2165 | 2024-12-06T20:01:49.543Z | Checking fastrand v2.1.1 |
2166 | 2024-12-06T20:01:49.834Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2167 | 2024-12-06T20:01:49.960Z | Checking base64 v0.21.7 |
2168 | 2024-12-06T20:01:50.061Z | Checking pretty-hex v0.2.1 |
2169 | 2024-12-06T20:01:50.209Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2170 | 2024-12-06T20:01:50.257Z | Checking tempfile v3.13.0 |
2171 | 2024-12-06T20:01:50.381Z | Checking backoff v0.4.0 |
2172 | 2024-12-06T20:01:50.459Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2173 | 2024-12-06T20:01:50.592Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2174 | 2024-12-06T20:01:50.616Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2175 | 2024-12-06T20:01:50.658Z | Checking tokio-tungstenite v0.21.0 |
2176 | 2024-12-06T20:01:50.754Z | Compiling zone_cfg_derive v0.1.2 |
2177 | 2024-12-06T20:01:50.879Z | Checking strum v0.26.3 |
2178 | 2024-12-06T20:01:50.966Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2179 | 2024-12-06T20:01:50.990Z | Compiling darling_macro v0.20.10 |
2180 | 2024-12-06T20:01:51.027Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2181 | 2024-12-06T20:01:51.127Z | Checking slog-stdlog v4.1.1 |
2182 | 2024-12-06T20:01:51.282Z | Checking regress v0.9.1 |
2183 | 2024-12-06T20:01:51.380Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2184 | 2024-12-06T20:01:51.525Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2185 | 2024-12-06T20:01:51.621Z | Checking colored v2.1.0 |
2186 | 2024-12-06T20:01:51.780Z | Compiling darling v0.20.10 |
2187 | 2024-12-06T20:01:51.803Z | Checking macaddr v1.0.1 |
2188 | 2024-12-06T20:01:51.896Z | Checking base64 v0.13.1 |
2189 | 2024-12-06T20:01:51.919Z | Compiling serde_with_macros v3.11.0 |
2190 | 2024-12-06T20:01:52.043Z | Checking zone v0.1.8 |
2191 | 2024-12-06T20:01:52.067Z | Checking parse-display v0.10.0 |
2192 | 2024-12-06T20:01:52.252Z | Checking ron v0.7.1 |
2193 | 2024-12-06T20:01:52.284Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2194 | 2024-12-06T20:01:52.620Z | Checking xz2 v0.1.7 |
2195 | 2024-12-06T20:01:52.695Z | Checking slog-envlogger v2.2.0 |
2196 | 2024-12-06T20:01:52.881Z | Checking tabwriter v1.4.0 |
2197 | 2024-12-06T20:01:52.928Z | Checking xattr v1.3.1 |
2198 | 2024-12-06T20:01:53.076Z | Checking pem v3.0.4 |
2199 | 2024-12-06T20:01:53.099Z | Checking yasna v0.5.2 |
2200 | 2024-12-06T20:01:53.300Z | Checking headers-core v0.3.0 |
2201 | 2024-12-06T20:01:53.372Z | Checking smf v0.2.3 |
2202 | 2024-12-06T20:01:53.433Z | Checking filetime v0.2.25 |
2203 | 2024-12-06T20:01:53.620Z | Checking same-file v1.0.6 |
2204 | 2024-12-06T20:01:53.761Z | Checking tar v0.4.42 |
2205 | 2024-12-06T20:01:53.784Z | Checking walkdir v2.5.0 |
2206 | 2024-12-06T20:01:53.866Z | Checking headers v0.4.0 |
2207 | 2024-12-06T20:01:53.910Z | Checking rcgen v0.12.1 |
2208 | 2024-12-06T20:01:54.017Z | Checking atomicwrites v0.4.4 |
2209 | 2024-12-06T20:01:54.128Z | Checking camino-tempfile v1.1.1 |
2210 | 2024-12-06T20:01:54.197Z | Checking subprocess v0.2.9 |
2211 | 2024-12-06T20:01:54.361Z | Checking serde_with v3.11.0 |
2212 | 2024-12-06T20:01:59.308Z | Compiling typify-macro v0.2.0 |
2213 | 2024-12-06T20:02:01.687Z | Compiling typify v0.2.0 |
2214 | 2024-12-06T20:02:01.807Z | Compiling progenitor-impl v0.8.0 |
2215 | 2024-12-06T20:02:06.161Z | Compiling progenitor-macro v0.8.0 |
2216 | 2024-12-06T20:02:12.438Z | Checking progenitor v0.8.0 |
2217 | 2024-12-06T20:02:12.634Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2218 | 2024-12-06T20:02:12.658Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2219 | 2024-12-06T20:02:16.221Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2220 | 2024-12-06T20:02:16.694Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2221 | 2024-12-06T20:02:24.904Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2222 | 2024-12-06T20:02:26.975Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2223 | 2024-12-06T20:02:28.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.64s |
2224 | 2024-12-06T20:02:28.764Z | |
2225 | 2024-12-06T20:02:28.764Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2226 | 2024-12-06T20:02:29.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2227 | 2024-12-06T20:02:29.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2228 | 2024-12-06T20:02:29.660Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2229 | 2024-12-06T20:02:31.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s |
2230 | 2024-12-06T20:02:31.586Z | |
2231 | 2024-12-06T20:02:31.586Z | info: running `cargo check --bins` on nexus-config (31/173) |
2232 | 2024-12-06T20:02:32.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2233 | 2024-12-06T20:02:32.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2234 | 2024-12-06T20:02:32.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2235 | 2024-12-06T20:02:32.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2236 | 2024-12-06T20:02:32.403Z | |
2237 | 2024-12-06T20:02:32.403Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2238 | 2024-12-06T20:02:33.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2239 | 2024-12-06T20:02:33.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2240 | 2024-12-06T20:02:33.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2241 | 2024-12-06T20:02:33.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2242 | 2024-12-06T20:02:33.189Z | |
2243 | 2024-12-06T20:02:33.189Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2244 | 2024-12-06T20:02:33.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2245 | 2024-12-06T20:02:33.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2246 | 2024-12-06T20:02:33.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2247 | 2024-12-06T20:02:33.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2248 | 2024-12-06T20:02:34.020Z | |
2249 | 2024-12-06T20:02:34.021Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2250 | 2024-12-06T20:02:34.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2251 | 2024-12-06T20:02:34.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2252 | 2024-12-06T20:02:34.929Z | Compiling zerocopy v0.8.10 |
2253 | 2024-12-06T20:02:34.929Z | Compiling progenitor-client v0.8.0 |
2254 | 2024-12-06T20:02:34.929Z | Compiling itertools v0.13.0 |
2255 | 2024-12-06T20:02:34.953Z | Compiling zerocopy-derive v0.8.10 |
2256 | 2024-12-06T20:02:34.953Z | Compiling heapless v0.8.0 |
2257 | 2024-12-06T20:02:34.953Z | Compiling newtype-uuid v1.1.3 |
2258 | 2024-12-06T20:02:34.953Z | Compiling ipnetwork v0.20.0 |
2259 | 2024-12-06T20:02:34.953Z | Checking hash32 v0.3.1 |
2260 | 2024-12-06T20:02:35.219Z | Compiling instant v0.1.13 |
2261 | 2024-12-06T20:02:35.350Z | Compiling progenitor v0.8.0 |
2262 | 2024-12-06T20:02:35.374Z | Compiling smoltcp v0.11.0 |
2263 | 2024-12-06T20:02:35.465Z | Compiling backoff v0.4.0 |
2264 | 2024-12-06T20:02:35.578Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2265 | 2024-12-06T20:02:35.782Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2266 | 2024-12-06T20:02:35.805Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2267 | 2024-12-06T20:02:35.829Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2268 | 2024-12-06T20:02:35.982Z | Compiling dropshot v0.13.0 |
2269 | 2024-12-06T20:02:36.060Z | Compiling serde_with v3.11.0 |
2270 | 2024-12-06T20:02:36.130Z | Compiling parse-display v0.10.0 |
2271 | 2024-12-06T20:02:36.487Z | Checking num-rational v0.4.2 |
2272 | 2024-12-06T20:02:36.593Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2273 | 2024-12-06T20:02:36.759Z | Compiling regress v0.9.1 |
2274 | 2024-12-06T20:02:37.043Z | Compiling phf_generator v0.11.2 |
2275 | 2024-12-06T20:02:37.217Z | Checking num-complex v0.4.6 |
2276 | 2024-12-06T20:02:37.823Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2277 | 2024-12-06T20:02:38.339Z | Compiling macaddr v1.0.1 |
2278 | 2024-12-06T20:02:38.764Z | Checking cobs v0.2.3 |
2279 | 2024-12-06T20:02:38.952Z | Checking postcard v1.0.10 |
2280 | 2024-12-06T20:02:39.067Z | Compiling num v0.4.3 |
2281 | 2024-12-06T20:02:39.301Z | Compiling phf_codegen v0.11.2 |
2282 | 2024-12-06T20:02:39.509Z | Compiling parse-zoneinfo v0.3.1 |
2283 | 2024-12-06T20:02:39.532Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2284 | 2024-12-06T20:02:39.803Z | Compiling convert_case v0.4.0 |
2285 | 2024-12-06T20:02:40.314Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2286 | 2024-12-06T20:02:40.664Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2287 | 2024-12-06T20:02:40.815Z | Checking float-ord v0.3.2 |
2288 | 2024-12-06T20:02:41.056Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2289 | 2024-12-06T20:02:41.121Z | Compiling derive_more v0.99.18 |
2290 | 2024-12-06T20:02:41.270Z | Compiling chrono-tz-build v0.4.0 |
2291 | 2024-12-06T20:02:42.171Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2292 | 2024-12-06T20:02:42.384Z | Compiling thiserror v2.0.3 |
2293 | 2024-12-06T20:02:42.523Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2294 | 2024-12-06T20:02:42.757Z | Compiling crucible-workspace-hack v0.1.0 |
2295 | 2024-12-06T20:02:42.976Z | Compiling chrono-tz v0.10.0 |
2296 | 2024-12-06T20:02:43.020Z | Checking newline-converter v0.3.0 |
2297 | 2024-12-06T20:02:43.213Z | Checking prettyplease v0.2.25 |
2298 | 2024-12-06T20:02:43.279Z | Compiling thiserror-impl v2.0.3 |
2299 | 2024-12-06T20:02:43.585Z | Compiling slog-dtrace v0.3.0 |
2300 | 2024-12-06T20:02:43.789Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2301 | 2024-12-06T20:02:43.839Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2302 | 2024-12-06T20:02:44.172Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2303 | 2024-12-06T20:02:44.419Z | Checking expectorate v1.1.0 |
2304 | 2024-12-06T20:02:44.450Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2305 | 2024-12-06T20:02:44.568Z | Compiling zone_cfg_derive v0.3.0 |
2306 | 2024-12-06T20:02:44.955Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2307 | 2024-12-06T20:02:45.050Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2308 | 2024-12-06T20:02:45.818Z | Compiling const_format_proc_macros v0.2.33 |
2309 | 2024-12-06T20:02:45.842Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2310 | 2024-12-06T20:02:46.036Z | Compiling num-derive v0.4.2 |
2311 | 2024-12-06T20:02:46.351Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2312 | 2024-12-06T20:02:46.454Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2313 | 2024-12-06T20:02:46.690Z | Checking highway v1.2.0 |
2314 | 2024-12-06T20:02:46.857Z | Checking zone v0.3.0 |
2315 | 2024-12-06T20:02:47.043Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2316 | 2024-12-06T20:02:47.523Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2317 | 2024-12-06T20:02:47.577Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2318 | 2024-12-06T20:02:47.600Z | Checking const_format v0.2.33 |
2319 | 2024-12-06T20:02:47.658Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2320 | 2024-12-06T20:02:47.754Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2321 | 2024-12-06T20:02:47.874Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2322 | 2024-12-06T20:02:48.380Z | Checking gethostname v0.5.0 |
2323 | 2024-12-06T20:02:48.404Z | Checking bcs v0.1.6 |
2324 | 2024-12-06T20:02:48.491Z | Compiling async-recursion v1.1.1 |
2325 | 2024-12-06T20:02:49.117Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2326 | 2024-12-06T20:02:49.727Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2327 | 2024-12-06T20:02:56.444Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2328 | 2024-12-06T20:03:00.886Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2329 | 2024-12-06T20:03:04.438Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2330 | 2024-12-06T20:03:06.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.00s |
2331 | 2024-12-06T20:03:06.211Z | |
2332 | 2024-12-06T20:03:06.211Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2333 | 2024-12-06T20:03:06.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2334 | 2024-12-06T20:03:06.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2335 | 2024-12-06T20:03:06.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2336 | 2024-12-06T20:03:06.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2337 | 2024-12-06T20:03:07.073Z | |
2338 | 2024-12-06T20:03:07.073Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2339 | 2024-12-06T20:03:07.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2340 | 2024-12-06T20:03:07.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2341 | 2024-12-06T20:03:07.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2342 | 2024-12-06T20:03:07.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2343 | 2024-12-06T20:03:07.927Z | |
2344 | 2024-12-06T20:03:07.927Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2345 | 2024-12-06T20:03:08.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2346 | 2024-12-06T20:03:08.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2347 | 2024-12-06T20:03:08.805Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2348 | 2024-12-06T20:03:09.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
2349 | 2024-12-06T20:03:09.702Z | |
2350 | 2024-12-06T20:03:09.702Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2351 | 2024-12-06T20:03:10.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2352 | 2024-12-06T20:03:10.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2353 | 2024-12-06T20:03:10.598Z | Compiling cfg_aliases v0.1.1 |
2354 | 2024-12-06T20:03:10.622Z | Compiling vte_generate_state_changes v0.1.2 |
2355 | 2024-12-06T20:03:10.622Z | Checking fd-lock v4.0.2 |
2356 | 2024-12-06T20:03:10.622Z | Checking nibble_vec v0.1.0 |
2357 | 2024-12-06T20:03:10.622Z | Checking bytecount v0.6.8 |
2358 | 2024-12-06T20:03:10.622Z | Checking endian-type v0.1.2 |
2359 | 2024-12-06T20:03:10.622Z | Compiling tabled_derive v0.7.0 |
2360 | 2024-12-06T20:03:10.656Z | Compiling peg-macros v0.8.4 |
2361 | 2024-12-06T20:03:10.736Z | Compiling nix v0.28.0 |
2362 | 2024-12-06T20:03:10.811Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2363 | 2024-12-06T20:03:10.855Z | Compiling sqlparser_derive v0.2.2 |
2364 | 2024-12-06T20:03:10.880Z | Checking papergrid v0.11.0 |
2365 | 2024-12-06T20:03:10.880Z | Checking radix_trie v0.2.1 |
2366 | 2024-12-06T20:03:11.192Z | Checking vte v0.11.1 |
2367 | 2024-12-06T20:03:11.281Z | Checking unicode_categories v0.1.1 |
2368 | 2024-12-06T20:03:11.544Z | Checking home v0.5.9 |
2369 | 2024-12-06T20:03:11.675Z | Checking nu-ansi-term v0.50.1 |
2370 | 2024-12-06T20:03:11.791Z | Checking sqlparser v0.45.0 |
2371 | 2024-12-06T20:03:11.816Z | Checking sqlformat v0.2.6 |
2372 | 2024-12-06T20:03:12.029Z | Checking display-error-chain v0.2.2 |
2373 | 2024-12-06T20:03:12.273Z | Checking strip-ansi-escapes v0.2.0 |
2374 | 2024-12-06T20:03:12.408Z | Checking reedline v0.35.0 |
2375 | 2024-12-06T20:03:12.774Z | Checking tabled v0.15.0 |
2376 | 2024-12-06T20:03:13.210Z | Checking peg v0.8.4 |
2377 | 2024-12-06T20:03:13.633Z | Checking rustyline v14.0.0 |
2378 | 2024-12-06T20:03:25.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.47s |
2379 | 2024-12-06T20:03:25.345Z | |
2380 | 2024-12-06T20:03:25.345Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2381 | 2024-12-06T20:03:26.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2382 | 2024-12-06T20:03:26.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2383 | 2024-12-06T20:03:26.282Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2384 | 2024-12-06T20:03:32.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.64s |
2385 | 2024-12-06T20:03:33.157Z | |
2386 | 2024-12-06T20:03:33.157Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2387 | 2024-12-06T20:03:33.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2024-12-06T20:03:33.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2024-12-06T20:03:34.054Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2390 | 2024-12-06T20:03:38.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s |
2391 | 2024-12-06T20:03:39.133Z | |
2392 | 2024-12-06T20:03:39.133Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2393 | 2024-12-06T20:03:39.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2024-12-06T20:03:39.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2024-12-06T20:03:40.032Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2396 | 2024-12-06T20:03:46.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.17s |
2397 | 2024-12-06T20:03:46.468Z | |
2398 | 2024-12-06T20:03:46.468Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2399 | 2024-12-06T20:03:47.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2024-12-06T20:03:47.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2024-12-06T20:03:47.366Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2402 | 2024-12-06T20:03:53.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.22s |
2403 | 2024-12-06T20:03:53.876Z | |
2404 | 2024-12-06T20:03:53.876Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2405 | 2024-12-06T20:03:54.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2024-12-06T20:03:54.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2024-12-06T20:03:54.791Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2408 | 2024-12-06T20:04:00.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s |
2409 | 2024-12-06T20:04:00.196Z | |
2410 | 2024-12-06T20:04:00.196Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2411 | 2024-12-06T20:04:00.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2024-12-06T20:04:01.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2024-12-06T20:04:01.134Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2414 | 2024-12-06T20:04:06.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s |
2415 | 2024-12-06T20:04:06.547Z | |
2416 | 2024-12-06T20:04:06.547Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2417 | 2024-12-06T20:04:07.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2024-12-06T20:04:07.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2024-12-06T20:04:07.444Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2420 | 2024-12-06T20:04:14.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.49s |
2421 | 2024-12-06T20:04:14.217Z | |
2422 | 2024-12-06T20:04:14.217Z | info: running `cargo check --bins` on oximeter (46/173) |
2423 | 2024-12-06T20:04:14.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2024-12-06T20:04:15.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2024-12-06T20:04:15.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2426 | 2024-12-06T20:04:15.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2427 | 2024-12-06T20:04:15.080Z | |
2428 | 2024-12-06T20:04:15.080Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2429 | 2024-12-06T20:04:15.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2024-12-06T20:04:15.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2024-12-06T20:04:15.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2432 | 2024-12-06T20:04:15.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2433 | 2024-12-06T20:04:15.889Z | |
2434 | 2024-12-06T20:04:15.889Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2435 | 2024-12-06T20:04:16.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2024-12-06T20:04:16.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2024-12-06T20:04:16.782Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2438 | 2024-12-06T20:04:17.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
2439 | 2024-12-06T20:04:17.418Z | |
2440 | 2024-12-06T20:04:17.418Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2441 | 2024-12-06T20:04:18.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2024-12-06T20:04:18.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2024-12-06T20:04:18.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2024-12-06T20:04:18.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2445 | 2024-12-06T20:04:18.269Z | |
2446 | 2024-12-06T20:04:18.270Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2447 | 2024-12-06T20:04:19.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2024-12-06T20:04:19.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2024-12-06T20:04:19.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2450 | 2024-12-06T20:04:19.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2451 | 2024-12-06T20:04:19.120Z | |
2452 | 2024-12-06T20:04:19.120Z | info: running `cargo check --bins` on oxql-types (51/173) |
2453 | 2024-12-06T20:04:19.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2024-12-06T20:04:19.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2024-12-06T20:04:19.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2456 | 2024-12-06T20:04:19.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2457 | 2024-12-06T20:04:19.964Z | |
2458 | 2024-12-06T20:04:19.965Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2459 | 2024-12-06T20:04:20.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2460 | 2024-12-06T20:04:20.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2461 | 2024-12-06T20:04:20.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2462 | 2024-12-06T20:04:20.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2463 | 2024-12-06T20:04:20.837Z | |
2464 | 2024-12-06T20:04:20.837Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2465 | 2024-12-06T20:04:21.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2466 | 2024-12-06T20:04:21.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2467 | 2024-12-06T20:04:21.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2468 | 2024-12-06T20:04:21.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2469 | 2024-12-06T20:04:21.681Z | |
2470 | 2024-12-06T20:04:21.681Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2471 | 2024-12-06T20:04:22.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2472 | 2024-12-06T20:04:22.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2473 | 2024-12-06T20:04:22.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2474 | 2024-12-06T20:04:22.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2475 | 2024-12-06T20:04:22.519Z | |
2476 | 2024-12-06T20:04:22.520Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2477 | 2024-12-06T20:04:23.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2478 | 2024-12-06T20:04:23.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2479 | 2024-12-06T20:04:23.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2480 | 2024-12-06T20:04:23.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2481 | 2024-12-06T20:04:23.354Z | |
2482 | 2024-12-06T20:04:23.354Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2483 | 2024-12-06T20:04:24.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2484 | 2024-12-06T20:04:24.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2485 | 2024-12-06T20:04:24.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2486 | 2024-12-06T20:04:24.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2487 | 2024-12-06T20:04:24.189Z | |
2488 | 2024-12-06T20:04:24.189Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2489 | 2024-12-06T20:04:24.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2490 | 2024-12-06T20:04:24.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2491 | 2024-12-06T20:04:24.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2492 | 2024-12-06T20:04:24.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2493 | 2024-12-06T20:04:25.020Z | |
2494 | 2024-12-06T20:04:25.020Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2495 | 2024-12-06T20:04:25.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2496 | 2024-12-06T20:04:25.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2497 | 2024-12-06T20:04:25.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2498 | 2024-12-06T20:04:25.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2499 | 2024-12-06T20:04:25.852Z | |
2500 | 2024-12-06T20:04:25.852Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2501 | 2024-12-06T20:04:26.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2024-12-06T20:04:26.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2024-12-06T20:04:26.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2504 | 2024-12-06T20:04:26.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2505 | 2024-12-06T20:04:26.717Z | |
2506 | 2024-12-06T20:04:26.717Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2507 | 2024-12-06T20:04:27.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2508 | 2024-12-06T20:04:27.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2509 | 2024-12-06T20:04:27.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2510 | 2024-12-06T20:04:27.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2511 | 2024-12-06T20:04:27.556Z | |
2512 | 2024-12-06T20:04:27.556Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2513 | 2024-12-06T20:04:28.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2514 | 2024-12-06T20:04:28.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2515 | 2024-12-06T20:04:28.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2516 | 2024-12-06T20:04:28.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2517 | 2024-12-06T20:04:28.394Z | |
2518 | 2024-12-06T20:04:28.394Z | info: running `cargo check --bins` on dpd-client (62/173) |
2519 | 2024-12-06T20:04:29.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2520 | 2024-12-06T20:04:29.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2521 | 2024-12-06T20:04:29.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2522 | 2024-12-06T20:04:29.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2523 | 2024-12-06T20:04:29.223Z | |
2524 | 2024-12-06T20:04:29.223Z | info: running `cargo check --bins` on gateway-client (63/173) |
2525 | 2024-12-06T20:04:29.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2526 | 2024-12-06T20:04:29.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2527 | 2024-12-06T20:04:29.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2528 | 2024-12-06T20:04:29.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2529 | 2024-12-06T20:04:30.055Z | |
2530 | 2024-12-06T20:04:30.055Z | info: running `cargo check --bins` on installinator-client (64/173) |
2531 | 2024-12-06T20:04:30.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2532 | 2024-12-06T20:04:30.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2533 | 2024-12-06T20:04:30.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2534 | 2024-12-06T20:04:30.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2535 | 2024-12-06T20:04:30.927Z | |
2536 | 2024-12-06T20:04:30.927Z | info: running `cargo check --bins` on installinator-common (65/173) |
2537 | 2024-12-06T20:04:31.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2024-12-06T20:04:31.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2024-12-06T20:04:31.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2540 | 2024-12-06T20:04:31.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2541 | 2024-12-06T20:04:31.794Z | |
2542 | 2024-12-06T20:04:31.794Z | info: running `cargo check --bins` on update-engine (66/173) |
2543 | 2024-12-06T20:04:32.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2024-12-06T20:04:32.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2024-12-06T20:04:32.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2546 | 2024-12-06T20:04:32.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2547 | 2024-12-06T20:04:32.607Z | |
2548 | 2024-12-06T20:04:32.607Z | info: running `cargo check --bins` on nexus-client (67/173) |
2549 | 2024-12-06T20:04:33.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2024-12-06T20:04:33.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2024-12-06T20:04:33.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2552 | 2024-12-06T20:04:33.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2553 | 2024-12-06T20:04:33.473Z | |
2554 | 2024-12-06T20:04:33.473Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2555 | 2024-12-06T20:04:34.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2024-12-06T20:04:34.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2024-12-06T20:04:34.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2558 | 2024-12-06T20:04:34.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2559 | 2024-12-06T20:04:34.307Z | |
2560 | 2024-12-06T20:04:34.307Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2561 | 2024-12-06T20:04:35.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2024-12-06T20:04:35.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2024-12-06T20:04:35.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2564 | 2024-12-06T20:04:35.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2565 | 2024-12-06T20:04:35.112Z | |
2566 | 2024-12-06T20:04:35.112Z | info: running `cargo check --bins` on nexus-types (70/173) |
2567 | 2024-12-06T20:04:35.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2024-12-06T20:04:35.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2024-12-06T20:04:35.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2570 | 2024-12-06T20:04:35.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2571 | 2024-12-06T20:04:35.994Z | |
2572 | 2024-12-06T20:04:35.994Z | info: running `cargo check --bins` on oxide-client (71/173) |
2573 | 2024-12-06T20:04:36.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2024-12-06T20:04:36.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2024-12-06T20:04:36.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2576 | 2024-12-06T20:04:36.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2577 | 2024-12-06T20:04:36.803Z | |
2578 | 2024-12-06T20:04:36.803Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2579 | 2024-12-06T20:04:37.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2024-12-06T20:04:37.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2024-12-06T20:04:37.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2582 | 2024-12-06T20:04:37.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2583 | 2024-12-06T20:04:37.613Z | |
2584 | 2024-12-06T20:04:37.613Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2585 | 2024-12-06T20:04:38.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2024-12-06T20:04:38.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2024-12-06T20:04:38.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2588 | 2024-12-06T20:04:38.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2589 | 2024-12-06T20:04:38.430Z | |
2590 | 2024-12-06T20:04:38.430Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2591 | 2024-12-06T20:04:39.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2024-12-06T20:04:39.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2024-12-06T20:04:39.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2594 | 2024-12-06T20:04:39.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2595 | 2024-12-06T20:04:39.309Z | |
2596 | 2024-12-06T20:04:39.309Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2597 | 2024-12-06T20:04:40.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2024-12-06T20:04:40.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2024-12-06T20:04:40.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2600 | 2024-12-06T20:04:40.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2601 | 2024-12-06T20:04:40.215Z | |
2602 | 2024-12-06T20:04:40.215Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2603 | 2024-12-06T20:04:41.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2024-12-06T20:04:41.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2024-12-06T20:04:41.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2606 | 2024-12-06T20:04:41.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2607 | 2024-12-06T20:04:41.107Z | |
2608 | 2024-12-06T20:04:41.107Z | info: running `cargo check --bins` on wicket-common (77/173) |
2609 | 2024-12-06T20:04:41.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2024-12-06T20:04:41.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2024-12-06T20:04:41.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2612 | 2024-12-06T20:04:41.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2613 | 2024-12-06T20:04:41.988Z | |
2614 | 2024-12-06T20:04:41.988Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2615 | 2024-12-06T20:04:42.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2616 | 2024-12-06T20:04:42.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2617 | 2024-12-06T20:04:42.882Z | Checking csv-core v0.1.11 |
2618 | 2024-12-06T20:04:42.882Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2619 | 2024-12-06T20:04:42.931Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2620 | 2024-12-06T20:04:43.196Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2621 | 2024-12-06T20:04:43.222Z | Checking csv v1.3.0 |
2622 | 2024-12-06T20:04:43.958Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2623 | 2024-12-06T20:04:44.417Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2624 | 2024-12-06T20:04:46.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
2625 | 2024-12-06T20:04:46.227Z | |
2626 | 2024-12-06T20:04:46.227Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2627 | 2024-12-06T20:04:46.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2024-12-06T20:04:47.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2024-12-06T20:04:47.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2630 | 2024-12-06T20:04:47.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2631 | 2024-12-06T20:04:47.091Z | |
2632 | 2024-12-06T20:04:47.091Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2633 | 2024-12-06T20:04:47.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2024-12-06T20:04:47.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2024-12-06T20:04:47.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2636 | 2024-12-06T20:04:47.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2637 | 2024-12-06T20:04:47.929Z | |
2638 | 2024-12-06T20:04:47.929Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2639 | 2024-12-06T20:04:48.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2024-12-06T20:04:48.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2024-12-06T20:04:48.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2642 | 2024-12-06T20:04:48.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2643 | 2024-12-06T20:04:48.942Z | |
2644 | 2024-12-06T20:04:48.942Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2645 | 2024-12-06T20:04:49.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2024-12-06T20:04:49.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2024-12-06T20:04:49.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2648 | 2024-12-06T20:04:49.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2649 | 2024-12-06T20:04:49.914Z | |
2650 | 2024-12-06T20:04:49.914Z | info: running `cargo check --bins` on dns-server (83/173) |
2651 | 2024-12-06T20:04:50.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2024-12-06T20:04:50.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2024-12-06T20:04:50.780Z | Compiling parking_lot_core v0.8.6 |
2654 | 2024-12-06T20:04:50.780Z | Checking fxhash v0.2.1 |
2655 | 2024-12-06T20:04:50.804Z | Checking hickory-server v0.24.1 |
2656 | 2024-12-06T20:04:50.804Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2657 | 2024-12-06T20:04:50.804Z | Checking hickory-client v0.24.1 |
2658 | 2024-12-06T20:04:51.507Z | Checking parking_lot v0.11.2 |
2659 | 2024-12-06T20:04:51.689Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2660 | 2024-12-06T20:04:51.689Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2661 | 2024-12-06T20:04:51.810Z | Checking sled v0.34.7 |
2662 | 2024-12-06T20:04:54.111Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2663 | 2024-12-06T20:04:55.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s |
2664 | 2024-12-06T20:04:55.908Z | |
2665 | 2024-12-06T20:04:55.908Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2666 | 2024-12-06T20:04:56.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2024-12-06T20:04:56.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2024-12-06T20:04:56.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2024-12-06T20:04:56.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2670 | 2024-12-06T20:04:56.707Z | |
2671 | 2024-12-06T20:04:56.707Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2672 | 2024-12-06T20:04:57.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2024-12-06T20:04:57.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2024-12-06T20:04:57.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2024-12-06T20:04:57.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2676 | 2024-12-06T20:04:57.594Z | |
2677 | 2024-12-06T20:04:57.594Z | info: running `cargo check --bins` on gateway-types (86/173) |
2678 | 2024-12-06T20:04:58.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2024-12-06T20:04:58.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2024-12-06T20:04:58.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2024-12-06T20:04:58.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2682 | 2024-12-06T20:04:58.415Z | |
2683 | 2024-12-06T20:04:58.415Z | info: running `cargo check --bins` on ipcc (87/173) |
2684 | 2024-12-06T20:04:59.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2024-12-06T20:04:59.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2024-12-06T20:04:59.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2687 | 2024-12-06T20:04:59.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2688 | 2024-12-06T20:04:59.245Z | |
2689 | 2024-12-06T20:04:59.245Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2690 | 2024-12-06T20:05:00.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2024-12-06T20:05:00.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2024-12-06T20:05:00.177Z | Compiling semver v0.1.20 |
2693 | 2024-12-06T20:05:00.177Z | Compiling radium v0.7.0 |
2694 | 2024-12-06T20:05:00.202Z | Checking tap v1.0.1 |
2695 | 2024-12-06T20:05:00.202Z | Compiling maybe-uninit v2.0.0 |
2696 | 2024-12-06T20:05:00.257Z | Checking password-hash v0.5.0 |
2697 | 2024-12-06T20:05:00.282Z | Checking blake2 v0.10.6 |
2698 | 2024-12-06T20:05:00.282Z | Compiling packed_struct v0.10.1 |
2699 | 2024-12-06T20:05:00.282Z | Compiling owo-colors v4.1.0 |
2700 | 2024-12-06T20:05:00.378Z | Checking wyz v0.5.1 |
2701 | 2024-12-06T20:05:00.564Z | Compiling rustc_version v0.1.7 |
2702 | 2024-12-06T20:05:00.655Z | Checking crc-catalog v2.4.0 |
2703 | 2024-12-06T20:05:00.690Z | Checking funty v2.0.0 |
2704 | 2024-12-06T20:05:00.737Z | Compiling cancel-safe-futures v0.1.5 |
2705 | 2024-12-06T20:05:00.776Z | Checking argon2 v0.5.3 |
2706 | 2024-12-06T20:05:00.801Z | Checking crc v3.2.1 |
2707 | 2024-12-06T20:05:00.864Z | Compiling packed_struct_codegen v0.10.1 |
2708 | 2024-12-06T20:05:00.891Z | Checking half v2.4.1 |
2709 | 2024-12-06T20:05:01.003Z | Compiling indexmap v1.9.3 |
2710 | 2024-12-06T20:05:01.052Z | Compiling newtype_derive v0.1.6 |
2711 | 2024-12-06T20:05:01.078Z | Checking nodrop v0.1.14 |
2712 | 2024-12-06T20:05:01.199Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2713 | 2024-12-06T20:05:01.223Z | Checking ciborium-io v0.2.2 |
2714 | 2024-12-06T20:05:01.302Z | Checking array-init v0.0.4 |
2715 | 2024-12-06T20:05:01.356Z | Checking ciborium-ll v0.2.2 |
2716 | 2024-12-06T20:05:01.390Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2717 | 2024-12-06T20:05:01.486Z | Checking bitvec v1.0.1 |
2718 | 2024-12-06T20:05:01.511Z | Checking smallvec v0.6.14 |
2719 | 2024-12-06T20:05:01.535Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2720 | 2024-12-06T20:05:01.667Z | Checking libsw v3.3.1 |
2721 | 2024-12-06T20:05:01.730Z | Compiling memoffset v0.9.1 |
2722 | 2024-12-06T20:05:01.860Z | Checking indent_write v2.2.0 |
2723 | 2024-12-06T20:05:01.925Z | Checking hashbrown v0.12.3 |
2724 | 2024-12-06T20:05:01.995Z | Checking bitfield v0.14.0 |
2725 | 2024-12-06T20:05:02.056Z | Checking linear-map v1.2.0 |
2726 | 2024-12-06T20:05:02.165Z | Checking swrite v0.1.0 |
2727 | 2024-12-06T20:05:02.200Z | Checking termcolor v1.4.1 |
2728 | 2024-12-06T20:05:02.231Z | Checking serde-hex v0.1.0 |
2729 | 2024-12-06T20:05:02.286Z | Checking ron v0.8.1 |
2730 | 2024-12-06T20:05:02.356Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2731 | 2024-12-06T20:05:02.575Z | Checking env_logger v0.10.2 |
2732 | 2024-12-06T20:05:03.077Z | Checking ciborium v0.2.2 |
2733 | 2024-12-06T20:05:03.102Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2734 | 2024-12-06T20:05:03.170Z | Checking steno v0.4.1 |
2735 | 2024-12-06T20:05:03.454Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2736 | 2024-12-06T20:05:03.562Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2737 | 2024-12-06T20:05:03.678Z | Checking hashbrown v0.13.2 |
2738 | 2024-12-06T20:05:03.761Z | Checking crc-any v2.5.0 |
2739 | 2024-12-06T20:05:03.963Z | Checking humantime v2.1.0 |
2740 | 2024-12-06T20:05:04.080Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2741 | 2024-12-06T20:05:04.239Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2742 | 2024-12-06T20:05:04.560Z | Checking object v0.30.4 |
2743 | 2024-12-06T20:05:04.586Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2744 | 2024-12-06T20:05:04.611Z | Checking path-slash v0.1.5 |
2745 | 2024-12-06T20:05:04.743Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2746 | 2024-12-06T20:05:04.904Z | Checking nix v0.27.1 |
2747 | 2024-12-06T20:05:05.153Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2748 | 2024-12-06T20:05:05.533Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2749 | 2024-12-06T20:05:05.617Z | Checking tungstenite v0.23.0 |
2750 | 2024-12-06T20:05:05.764Z | Checking kstat-rs v0.2.4 |
2751 | 2024-12-06T20:05:05.789Z | Checking signal-hook-tokio v0.3.1 |
2752 | 2024-12-06T20:05:06.110Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2753 | 2024-12-06T20:05:06.411Z | Checking tokio-tungstenite v0.23.1 |
2754 | 2024-12-06T20:05:06.976Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2755 | 2024-12-06T20:05:07.298Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2756 | 2024-12-06T20:05:07.362Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2757 | 2024-12-06T20:05:15.717Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2758 | 2024-12-06T20:05:17.298Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2759 | 2024-12-06T20:05:21.155Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2760 | 2024-12-06T20:05:28.663Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2761 | 2024-12-06T20:05:29.528Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2762 | 2024-12-06T20:05:33.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.97s |
2763 | 2024-12-06T20:05:33.397Z | |
2764 | 2024-12-06T20:05:33.397Z | info: running `cargo check --bins` on gateway-api (89/173) |
2765 | 2024-12-06T20:05:34.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2024-12-06T20:05:34.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2024-12-06T20:05:34.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2768 | 2024-12-06T20:05:34.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2769 | 2024-12-06T20:05:34.237Z | |
2770 | 2024-12-06T20:05:34.237Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2771 | 2024-12-06T20:05:34.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2024-12-06T20:05:34.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2024-12-06T20:05:34.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2774 | 2024-12-06T20:05:34.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2775 | 2024-12-06T20:05:35.037Z | |
2776 | 2024-12-06T20:05:35.037Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2777 | 2024-12-06T20:05:35.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2024-12-06T20:05:35.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2024-12-06T20:05:35.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2024-12-06T20:05:35.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2781 | 2024-12-06T20:05:35.898Z | |
2782 | 2024-12-06T20:05:35.898Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2783 | 2024-12-06T20:05:36.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2024-12-06T20:05:36.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2024-12-06T20:05:36.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2024-12-06T20:05:36.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2787 | 2024-12-06T20:05:36.721Z | |
2788 | 2024-12-06T20:05:36.721Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2789 | 2024-12-06T20:05:37.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2024-12-06T20:05:37.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2024-12-06T20:05:37.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2792 | 2024-12-06T20:05:37.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2793 | 2024-12-06T20:05:37.550Z | |
2794 | 2024-12-06T20:05:37.550Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2795 | 2024-12-06T20:05:38.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2024-12-06T20:05:38.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2024-12-06T20:05:38.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2798 | 2024-12-06T20:05:38.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2799 | 2024-12-06T20:05:38.371Z | |
2800 | 2024-12-06T20:05:38.371Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2801 | 2024-12-06T20:05:39.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2024-12-06T20:05:39.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2024-12-06T20:05:39.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2804 | 2024-12-06T20:05:39.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2805 | 2024-12-06T20:05:39.207Z | |
2806 | 2024-12-06T20:05:39.207Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2807 | 2024-12-06T20:05:39.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2024-12-06T20:05:39.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2024-12-06T20:05:39.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2810 | 2024-12-06T20:05:39.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2811 | 2024-12-06T20:05:40.015Z | |
2812 | 2024-12-06T20:05:40.015Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2813 | 2024-12-06T20:05:40.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2024-12-06T20:05:40.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2024-12-06T20:05:40.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2816 | 2024-12-06T20:05:40.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2817 | 2024-12-06T20:05:40.866Z | |
2818 | 2024-12-06T20:05:40.866Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2819 | 2024-12-06T20:05:41.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2024-12-06T20:05:41.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2024-12-06T20:05:41.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2822 | 2024-12-06T20:05:41.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2823 | 2024-12-06T20:05:41.698Z | |
2824 | 2024-12-06T20:05:41.698Z | info: running `cargo check --bins` on sp-sim (99/173) |
2825 | 2024-12-06T20:05:42.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2024-12-06T20:05:42.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2024-12-06T20:05:42.542Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2828 | 2024-12-06T20:05:44.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s |
2829 | 2024-12-06T20:05:44.959Z | |
2830 | 2024-12-06T20:05:44.960Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2831 | 2024-12-06T20:05:45.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2024-12-06T20:05:45.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2024-12-06T20:05:45.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2834 | 2024-12-06T20:05:45.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2835 | 2024-12-06T20:05:45.844Z | |
2836 | 2024-12-06T20:05:45.844Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2837 | 2024-12-06T20:05:46.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2024-12-06T20:05:46.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2024-12-06T20:05:46.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2840 | 2024-12-06T20:05:46.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2841 | 2024-12-06T20:05:46.721Z | |
2842 | 2024-12-06T20:05:46.721Z | info: running `cargo check --bins` on db-macros (102/173) |
2843 | 2024-12-06T20:05:47.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2024-12-06T20:05:47.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2024-12-06T20:05:47.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2024-12-06T20:05:47.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2847 | 2024-12-06T20:05:47.521Z | |
2848 | 2024-12-06T20:05:47.521Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2849 | 2024-12-06T20:05:48.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2024-12-06T20:05:48.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2024-12-06T20:05:48.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2852 | 2024-12-06T20:05:48.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2853 | 2024-12-06T20:05:48.319Z | |
2854 | 2024-12-06T20:05:48.319Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2855 | 2024-12-06T20:05:49.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2024-12-06T20:05:49.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2024-12-06T20:05:49.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2024-12-06T20:05:49.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2859 | 2024-12-06T20:05:49.196Z | |
2860 | 2024-12-06T20:05:49.196Z | info: running `cargo check --bins` on authz-macros (105/173) |
2861 | 2024-12-06T20:05:49.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2024-12-06T20:05:49.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2024-12-06T20:05:49.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2024-12-06T20:05:49.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2865 | 2024-12-06T20:05:50.012Z | |
2866 | 2024-12-06T20:05:50.012Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2867 | 2024-12-06T20:05:50.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2024-12-06T20:05:50.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2024-12-06T20:05:50.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2024-12-06T20:05:50.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2871 | 2024-12-06T20:05:50.900Z | |
2872 | 2024-12-06T20:05:50.900Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2873 | 2024-12-06T20:05:51.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2024-12-06T20:05:51.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2024-12-06T20:05:51.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2024-12-06T20:05:51.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2877 | 2024-12-06T20:05:51.743Z | |
2878 | 2024-12-06T20:05:51.743Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2879 | 2024-12-06T20:05:52.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2024-12-06T20:05:52.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2024-12-06T20:05:52.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2024-12-06T20:05:52.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2883 | 2024-12-06T20:05:52.543Z | |
2884 | 2024-12-06T20:05:52.543Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2885 | 2024-12-06T20:05:53.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2024-12-06T20:05:53.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2024-12-06T20:05:53.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2024-12-06T20:05:53.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2889 | 2024-12-06T20:05:53.382Z | |
2890 | 2024-12-06T20:05:53.382Z | info: running `cargo check --bins` on typed-rng (110/173) |
2891 | 2024-12-06T20:05:54.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2024-12-06T20:05:54.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2024-12-06T20:05:54.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2894 | 2024-12-06T20:05:54.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2895 | 2024-12-06T20:05:54.211Z | |
2896 | 2024-12-06T20:05:54.211Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2897 | 2024-12-06T20:05:55.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2898 | 2024-12-06T20:05:55.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2899 | 2024-12-06T20:05:55.223Z | Checking keccak v0.1.5 |
2900 | 2024-12-06T20:05:55.250Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2901 | 2024-12-06T20:05:55.250Z | Checking secrecy v0.8.0 |
2902 | 2024-12-06T20:05:55.274Z | Compiling unicase v2.7.0 |
2903 | 2024-12-06T20:05:55.274Z | Compiling same-file v1.0.6 |
2904 | 2024-12-06T20:05:55.299Z | Compiling tempfile v3.13.0 |
2905 | 2024-12-06T20:05:55.299Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2906 | 2024-12-06T20:05:55.299Z | Compiling thiserror-impl-no-std v2.0.2 |
2907 | 2024-12-06T20:05:55.510Z | Checking sha3 v0.10.8 |
2908 | 2024-12-06T20:05:55.541Z | Compiling walkdir v2.5.0 |
2909 | 2024-12-06T20:05:55.612Z | Checking universal-hash v0.5.1 |
2910 | 2024-12-06T20:05:55.636Z | Compiling blake3 v1.5.4 |
2911 | 2024-12-06T20:05:55.777Z | Compiling ring v0.16.20 |
2912 | 2024-12-06T20:05:55.802Z | Checking opaque-debug v0.3.1 |
2913 | 2024-12-06T20:05:55.826Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2914 | 2024-12-06T20:05:55.863Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2915 | 2024-12-06T20:05:55.895Z | Checking poly1305 v0.8.0 |
2916 | 2024-12-06T20:05:56.115Z | Checking chacha20 v0.9.1 |
2917 | 2024-12-06T20:05:56.140Z | Checking aead v0.5.2 |
2918 | 2024-12-06T20:05:56.237Z | Compiling memmap2 v0.9.5 |
2919 | 2024-12-06T20:05:56.344Z | Compiling salty v0.3.0 |
2920 | 2024-12-06T20:05:56.368Z | Compiling arrayvec v0.7.6 |
2921 | 2024-12-06T20:05:56.437Z | Compiling libefi-sys v0.1.0 |
2922 | 2024-12-06T20:05:56.662Z | Compiling spin v0.5.2 |
2923 | 2024-12-06T20:05:56.689Z | Compiling arrayref v0.3.9 |
2924 | 2024-12-06T20:05:56.714Z | Compiling constant_time_eq v0.3.1 |
2925 | 2024-12-06T20:05:56.796Z | Checking chacha20poly1305 v0.10.1 |
2926 | 2024-12-06T20:05:56.847Z | Compiling toolchain_find v0.4.0 |
2927 | 2024-12-06T20:05:56.879Z | Compiling camino-tempfile v1.1.1 |
2928 | 2024-12-06T20:05:56.972Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2929 | 2024-12-06T20:05:57.229Z | Compiling bitfield-struct v0.6.2 |
2930 | 2024-12-06T20:05:57.302Z | Compiling topological-sort v0.2.2 |
2931 | 2024-12-06T20:05:57.423Z | Compiling mime_guess v2.0.5 |
2932 | 2024-12-06T20:05:57.453Z | Compiling rustfmt-wrapper v0.2.1 |
2933 | 2024-12-06T20:05:57.925Z | Checking thiserror-no-std v2.0.2 |
2934 | 2024-12-06T20:05:57.949Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2935 | 2024-12-06T20:05:57.974Z | Checking primeorder v0.13.6 |
2936 | 2024-12-06T20:05:58.041Z | Checking vsss-rs v3.3.4 |
2937 | 2024-12-06T20:05:58.092Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2938 | 2024-12-06T20:05:58.278Z | Checking env_filter v0.1.2 |
2939 | 2024-12-06T20:05:58.411Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2940 | 2024-12-06T20:05:58.435Z | Checking p384 v0.13.0 |
2941 | 2024-12-06T20:05:58.490Z | Checking env_logger v0.11.5 |
2942 | 2024-12-06T20:05:58.514Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2943 | 2024-12-06T20:05:58.539Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2944 | 2024-12-06T20:05:58.783Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2945 | 2024-12-06T20:05:59.001Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2946 | 2024-12-06T20:05:59.027Z | Checking simd-adler32 v0.3.7 |
2947 | 2024-12-06T20:05:59.052Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2948 | 2024-12-06T20:05:59.084Z | Checking bumpalo v3.16.0 |
2949 | 2024-12-06T20:05:59.303Z | Checking lockfree-object-pool v0.1.6 |
2950 | 2024-12-06T20:05:59.327Z | Checking http-range v0.1.5 |
2951 | 2024-12-06T20:05:59.352Z | Compiling zip v2.1.3 |
2952 | 2024-12-06T20:05:59.384Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2953 | 2024-12-06T20:05:59.437Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2954 | 2024-12-06T20:05:59.540Z | Checking zopfli v0.8.1 |
2955 | 2024-12-06T20:05:59.644Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2956 | 2024-12-06T20:05:59.668Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2957 | 2024-12-06T20:06:00.072Z | Checking nanorand v0.7.0 |
2958 | 2024-12-06T20:06:00.144Z | Checking atty v0.2.14 |
2959 | 2024-12-06T20:06:00.210Z | Checking glob v0.3.1 |
2960 | 2024-12-06T20:06:00.264Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2961 | 2024-12-06T20:06:00.410Z | Checking flume v0.11.1 |
2962 | 2024-12-06T20:06:00.682Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2963 | 2024-12-06T20:06:00.723Z | Compiling omicron-zone-package v0.11.1 |
2964 | 2024-12-06T20:06:00.858Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2965 | 2024-12-06T20:06:01.336Z | Checking hyper-staticfile v0.10.1 |
2966 | 2024-12-06T20:06:01.440Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2967 | 2024-12-06T20:06:01.801Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2968 | 2024-12-06T20:06:02.062Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2969 | 2024-12-06T20:06:02.151Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2970 | 2024-12-06T20:06:02.176Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2971 | 2024-12-06T20:06:02.578Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2972 | 2024-12-06T20:06:03.043Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2973 | 2024-12-06T20:06:03.070Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2974 | 2024-12-06T20:06:04.695Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2975 | 2024-12-06T20:06:06.196Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2976 | 2024-12-06T20:06:06.220Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2977 | 2024-12-06T20:06:19.507Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2978 | 2024-12-06T20:06:37.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.17s |
2979 | 2024-12-06T20:06:37.602Z | |
2980 | 2024-12-06T20:06:37.602Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2981 | 2024-12-06T20:06:38.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2024-12-06T20:06:38.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2024-12-06T20:06:38.574Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2984 | 2024-12-06T20:06:56.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.00s |
2985 | 2024-12-06T20:06:56.786Z | |
2986 | 2024-12-06T20:06:56.786Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2987 | 2024-12-06T20:06:57.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2024-12-06T20:06:57.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2024-12-06T20:06:57.768Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2990 | 2024-12-06T20:07:16.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.21s |
2991 | 2024-12-06T20:07:16.196Z | |
2992 | 2024-12-06T20:07:16.196Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
2993 | 2024-12-06T20:07:17.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2024-12-06T20:07:17.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2024-12-06T20:07:17.180Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2996 | 2024-12-06T20:07:35.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.56s |
2997 | 2024-12-06T20:07:35.952Z | |
2998 | 2024-12-06T20:07:35.952Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
2999 | 2024-12-06T20:07:36.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2024-12-06T20:07:36.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2024-12-06T20:07:37.026Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3002 | 2024-12-06T20:07:56.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.40s |
3003 | 2024-12-06T20:07:56.538Z | |
3004 | 2024-12-06T20:07:56.538Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
3005 | 2024-12-06T20:07:57.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2024-12-06T20:07:57.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2024-12-06T20:07:57.538Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3008 | 2024-12-06T20:08:15.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.35s |
3009 | 2024-12-06T20:08:16.082Z | |
3010 | 2024-12-06T20:08:16.082Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
3011 | 2024-12-06T20:08:16.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2024-12-06T20:08:16.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2024-12-06T20:08:17.082Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3014 | 2024-12-06T20:08:35.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.64s |
3015 | 2024-12-06T20:08:35.902Z | |
3016 | 2024-12-06T20:08:35.902Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3017 | 2024-12-06T20:08:36.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2024-12-06T20:08:36.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2024-12-06T20:08:36.926Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3020 | 2024-12-06T20:08:55.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.77s |
3021 | 2024-12-06T20:08:55.856Z | |
3022 | 2024-12-06T20:08:55.856Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3023 | 2024-12-06T20:08:56.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2024-12-06T20:08:56.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2024-12-06T20:08:56.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3026 | 2024-12-06T20:08:56.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3027 | 2024-12-06T20:08:56.761Z | |
3028 | 2024-12-06T20:08:56.761Z | info: running `cargo check --bins` on key-manager (120/173) |
3029 | 2024-12-06T20:08:57.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2024-12-06T20:08:57.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2024-12-06T20:08:57.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2024-12-06T20:08:57.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3033 | 2024-12-06T20:08:57.622Z | |
3034 | 2024-12-06T20:08:57.622Z | info: running `cargo check --bins` on range-requests (121/173) |
3035 | 2024-12-06T20:08:58.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2024-12-06T20:08:58.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2024-12-06T20:08:58.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2024-12-06T20:08:58.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3039 | 2024-12-06T20:08:58.468Z | |
3040 | 2024-12-06T20:08:58.468Z | info: running `cargo check --bins` on repo-depot-api (122/173) |
3041 | 2024-12-06T20:08:59.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2024-12-06T20:08:59.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2024-12-06T20:08:59.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2024-12-06T20:08:59.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3045 | 2024-12-06T20:08:59.325Z | |
3046 | 2024-12-06T20:08:59.325Z | info: running `cargo check --bins` on sled-agent-api (123/173) |
3047 | 2024-12-06T20:09:00.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2024-12-06T20:09:00.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2024-12-06T20:09:00.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2024-12-06T20:09:00.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3051 | 2024-12-06T20:09:00.199Z | |
3052 | 2024-12-06T20:09:00.199Z | info: running `cargo check --bins` on sled-hardware (124/173) |
3053 | 2024-12-06T20:09:00.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2024-12-06T20:09:00.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2024-12-06T20:09:00.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2024-12-06T20:09:00.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3057 | 2024-12-06T20:09:01.058Z | |
3058 | 2024-12-06T20:09:01.058Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/173) |
3059 | 2024-12-06T20:09:01.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2024-12-06T20:09:01.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2024-12-06T20:09:01.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2024-12-06T20:09:01.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3063 | 2024-12-06T20:09:01.908Z | |
3064 | 2024-12-06T20:09:01.908Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173) |
3065 | 2024-12-06T20:09:02.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2024-12-06T20:09:02.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2024-12-06T20:09:02.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2024-12-06T20:09:02.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3069 | 2024-12-06T20:09:02.752Z | |
3070 | 2024-12-06T20:09:02.752Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/173) |
3071 | 2024-12-06T20:09:03.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2024-12-06T20:09:03.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2024-12-06T20:09:03.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2024-12-06T20:09:03.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3075 | 2024-12-06T20:09:03.609Z | |
3076 | 2024-12-06T20:09:03.609Z | info: running `cargo check --bins` on nexus-test-interface (128/173) |
3077 | 2024-12-06T20:09:04.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2024-12-06T20:09:04.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2024-12-06T20:09:04.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3080 | 2024-12-06T20:09:04.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3081 | 2024-12-06T20:09:04.482Z | |
3082 | 2024-12-06T20:09:04.482Z | info: running `cargo check --bins` on oximeter-collector (129/173) |
3083 | 2024-12-06T20:09:05.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2024-12-06T20:09:05.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2024-12-06T20:09:05.395Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3086 | 2024-12-06T20:09:05.395Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3087 | 2024-12-06T20:09:06.262Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3088 | 2024-12-06T20:09:08.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
3089 | 2024-12-06T20:09:09.039Z | |
3090 | 2024-12-06T20:09:09.039Z | info: running `cargo check --bins` on oximeter-api (130/173) |
3091 | 2024-12-06T20:09:09.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3092 | 2024-12-06T20:09:09.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3093 | 2024-12-06T20:09:09.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3094 | 2024-12-06T20:09:09.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3095 | 2024-12-06T20:09:09.886Z | |
3096 | 2024-12-06T20:09:09.886Z | info: running `cargo check --bins` on cert-dev (131/173) |
3097 | 2024-12-06T20:09:10.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3098 | 2024-12-06T20:09:10.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3099 | 2024-12-06T20:09:10.715Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3100 | 2024-12-06T20:09:10.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3101 | 2024-12-06T20:09:11.144Z | |
3102 | 2024-12-06T20:09:11.144Z | info: running `cargo check --bins` on clickhouse-cluster-dev (132/173) |
3103 | 2024-12-06T20:09:11.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3104 | 2024-12-06T20:09:11.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3105 | 2024-12-06T20:09:12.090Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3106 | 2024-12-06T20:09:12.090Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3107 | 2024-12-06T20:09:12.725Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3108 | 2024-12-06T20:09:13.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
3109 | 2024-12-06T20:09:13.349Z | |
3110 | 2024-12-06T20:09:13.349Z | info: running `cargo check --bins` on ch-dev (133/173) |
3111 | 2024-12-06T20:09:14.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3112 | 2024-12-06T20:09:14.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3113 | 2024-12-06T20:09:14.226Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3114 | 2024-12-06T20:09:15.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
3115 | 2024-12-06T20:09:15.229Z | |
3116 | 2024-12-06T20:09:15.229Z | info: running `cargo check --bins` on crdb-seed (134/173) |
3117 | 2024-12-06T20:09:16.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3118 | 2024-12-06T20:09:16.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3119 | 2024-12-06T20:09:16.173Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3120 | 2024-12-06T20:09:16.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
3121 | 2024-12-06T20:09:16.710Z | |
3122 | 2024-12-06T20:09:16.710Z | info: running `cargo check --bins` on db-dev (135/173) |
3123 | 2024-12-06T20:09:17.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3124 | 2024-12-06T20:09:17.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3125 | 2024-12-06T20:09:17.648Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3126 | 2024-12-06T20:09:18.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
3127 | 2024-12-06T20:09:18.678Z | |
3128 | 2024-12-06T20:09:18.678Z | info: running `cargo check --bins` on omicron-dev-lib (136/173) |
3129 | 2024-12-06T20:09:19.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3130 | 2024-12-06T20:09:19.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3131 | 2024-12-06T20:09:19.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3132 | 2024-12-06T20:09:19.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3133 | 2024-12-06T20:09:19.566Z | |
3134 | 2024-12-06T20:09:19.566Z | info: running `cargo check --bins` on xtask-downloader (137/173) |
3135 | 2024-12-06T20:09:20.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3136 | 2024-12-06T20:09:20.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3137 | 2024-12-06T20:09:20.411Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3138 | 2024-12-06T20:09:21.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
3139 | 2024-12-06T20:09:21.670Z | |
3140 | 2024-12-06T20:09:21.670Z | info: running `cargo check --bins` on omicron-ls-apis (138/173) |
3141 | 2024-12-06T20:09:22.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3142 | 2024-12-06T20:09:22.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3143 | 2024-12-06T20:09:22.522Z | Checking cargo-platform v0.1.8 |
3144 | 2024-12-06T20:09:22.782Z | Checking cargo_metadata v0.18.1 |
3145 | 2024-12-06T20:09:24.188Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3146 | 2024-12-06T20:09:25.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
3147 | 2024-12-06T20:09:25.350Z | |
3148 | 2024-12-06T20:09:25.350Z | info: running `cargo check --bins` on mgs-dev (139/173) |
3149 | 2024-12-06T20:09:26.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3150 | 2024-12-06T20:09:26.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3151 | 2024-12-06T20:09:26.305Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3152 | 2024-12-06T20:09:27.096Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3153 | 2024-12-06T20:09:27.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s |
3154 | 2024-12-06T20:09:28.001Z | |
3155 | 2024-12-06T20:09:28.001Z | info: running `cargo check --bins` on omicron-omdb (140/173) |
3156 | 2024-12-06T20:09:28.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3157 | 2024-12-06T20:09:28.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3158 | 2024-12-06T20:09:29.101Z | Compiling crunchy v0.2.2 |
3159 | 2024-12-06T20:09:29.102Z | Compiling tiny-keccak v2.0.2 |
3160 | 2024-12-06T20:09:29.102Z | Compiling dsl_auto_type v0.1.2 |
3161 | 2024-12-06T20:09:29.126Z | Checking scheduled-thread-pool v0.2.7 |
3162 | 2024-12-06T20:09:29.126Z | Compiling diesel_table_macro_syntax v0.2.0 |
3163 | 2024-12-06T20:09:29.126Z | Compiling ascii-canvas v3.0.0 |
3164 | 2024-12-06T20:09:29.151Z | Compiling ena v0.14.3 |
3165 | 2024-12-06T20:09:29.175Z | Compiling diff v0.1.13 |
3166 | 2024-12-06T20:09:29.448Z | Checking r2d2 v0.8.10 |
3167 | 2024-12-06T20:09:29.475Z | Compiling regex-syntax v0.6.29 |
3168 | 2024-12-06T20:09:29.613Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3169 | 2024-12-06T20:09:29.677Z | Compiling ref-cast v1.0.23 |
3170 | 2024-12-06T20:09:29.701Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3171 | 2024-12-06T20:09:29.785Z | Compiling derive_builder_core v0.20.2 |
3172 | 2024-12-06T20:09:29.844Z | Compiling libxml v0.3.3 |
3173 | 2024-12-06T20:09:29.869Z | Compiling ref-cast-impl v1.0.23 |
3174 | 2024-12-06T20:09:29.961Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3175 | 2024-12-06T20:09:30.245Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3176 | 2024-12-06T20:09:30.270Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3177 | 2024-12-06T20:09:30.335Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3178 | 2024-12-06T20:09:30.447Z | Compiling strum_macros v0.24.3 |
3179 | 2024-12-06T20:09:30.528Z | Compiling samael v0.0.17 |
3180 | 2024-12-06T20:09:30.709Z | Compiling diesel_derives v2.2.3 |
3181 | 2024-12-06T20:09:30.734Z | Compiling indoc v1.0.9 |
3182 | 2024-12-06T20:09:31.566Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3183 | 2024-12-06T20:09:31.799Z | Compiling impl-trait-for-tuples v0.2.2 |
3184 | 2024-12-06T20:09:31.907Z | Compiling derive_builder_macro v0.20.2 |
3185 | 2024-12-06T20:09:32.554Z | Compiling lalrpop v0.19.12 |
3186 | 2024-12-06T20:09:32.708Z | Checking derive_builder v0.20.2 |
3187 | 2024-12-06T20:09:32.860Z | Compiling oso-derive v0.27.3 |
3188 | 2024-12-06T20:09:33.004Z | Checking quick-xml v0.33.0 |
3189 | 2024-12-06T20:09:33.546Z | Compiling diesel-dtrace v0.3.0 |
3190 | 2024-12-06T20:09:33.849Z | Checking maplit v1.0.2 |
3191 | 2024-12-06T20:09:34.008Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3192 | 2024-12-06T20:09:34.035Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3193 | 2024-12-06T20:09:34.159Z | Checking bb8 v0.8.5 |
3194 | 2024-12-06T20:09:34.360Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3195 | 2024-12-06T20:09:34.640Z | Checking castaway v0.2.3 |
3196 | 2024-12-06T20:09:34.665Z | Checking rand_seeder v0.3.0 |
3197 | 2024-12-06T20:09:34.803Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3198 | 2024-12-06T20:09:34.828Z | Checking compact_str v0.8.0 |
3199 | 2024-12-06T20:09:34.889Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3200 | 2024-12-06T20:09:35.107Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3201 | 2024-12-06T20:09:35.572Z | Checking unicode-truncate v1.1.0 |
3202 | 2024-12-06T20:09:35.672Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3203 | 2024-12-06T20:09:35.775Z | Checking lru v0.12.5 |
3204 | 2024-12-06T20:09:35.917Z | Compiling instability v0.3.2 |
3205 | 2024-12-06T20:09:36.029Z | Checking unicode-linebreak v0.1.5 |
3206 | 2024-12-06T20:09:36.396Z | Checking smawk v0.3.2 |
3207 | 2024-12-06T20:09:36.446Z | Checking cassowary v0.3.0 |
3208 | 2024-12-06T20:09:36.596Z | Checking is_ci v1.2.0 |
3209 | 2024-12-06T20:09:36.620Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3210 | 2024-12-06T20:09:36.736Z | Checking supports-color v3.0.1 |
3211 | 2024-12-06T20:09:36.834Z | Checking textwrap v0.16.1 |
3212 | 2024-12-06T20:09:36.858Z | Checking ratatui v0.28.1 |
3213 | 2024-12-06T20:09:36.946Z | Checking multimap v0.10.0 |
3214 | 2024-12-06T20:09:39.592Z | Checking diesel v2.2.4 |
3215 | 2024-12-06T20:10:06.915Z | Compiling polar-core v0.27.3 |
3216 | 2024-12-06T20:10:08.833Z | Checking async-bb8-diesel v0.2.1 |
3217 | 2024-12-06T20:10:16.786Z | Checking oso v0.27.3 |
3218 | 2024-12-06T20:11:50.096Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3219 | 2024-12-06T20:11:58.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
3220 | 2024-12-06T20:11:58.811Z | |
3221 | 2024-12-06T20:11:58.811Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173) |
3222 | 2024-12-06T20:11:59.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3223 | 2024-12-06T20:11:59.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3224 | 2024-12-06T20:11:59.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3225 | 2024-12-06T20:11:59.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3226 | 2024-12-06T20:11:59.728Z | |
3227 | 2024-12-06T20:11:59.728Z | info: running `cargo check --bins` on nexus-saga-recovery (142/173) |
3228 | 2024-12-06T20:12:00.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3229 | 2024-12-06T20:12:00.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3230 | 2024-12-06T20:12:00.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3231 | 2024-12-06T20:12:00.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3232 | 2024-12-06T20:12:00.649Z | |
3233 | 2024-12-06T20:12:00.649Z | info: running `cargo check --bins` on nexus-test-utils-macros (143/173) |
3234 | 2024-12-06T20:12:01.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3235 | 2024-12-06T20:12:01.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3236 | 2024-12-06T20:12:01.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3237 | 2024-12-06T20:12:01.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3238 | 2024-12-06T20:12:01.460Z | |
3239 | 2024-12-06T20:12:01.460Z | info: running `cargo check --bins` on omicron-nexus (144/173) |
3240 | 2024-12-06T20:12:02.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3241 | 2024-12-06T20:12:02.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3242 | 2024-12-06T20:12:02.575Z | Compiling libz-sys v1.1.20 |
3243 | 2024-12-06T20:12:02.600Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3244 | 2024-12-06T20:12:02.627Z | Compiling vergen v8.3.2 |
3245 | 2024-12-06T20:12:02.651Z | Compiling cargo-platform v0.1.8 |
3246 | 2024-12-06T20:12:02.651Z | Compiling pin-project-internal v1.1.6 |
3247 | 2024-12-06T20:12:02.690Z | Compiling libsqlite3-sys v0.30.1 |
3248 | 2024-12-06T20:12:02.690Z | Compiling snafu-derive v0.8.5 |
3249 | 2024-12-06T20:12:02.715Z | Compiling buf-list v1.0.3 |
3250 | 2024-12-06T20:12:02.947Z | Compiling cargo_metadata v0.18.1 |
3251 | 2024-12-06T20:12:03.162Z | Compiling cfg_aliases v0.2.1 |
3252 | 2024-12-06T20:12:03.197Z | Compiling rustls v0.21.12 |
3253 | 2024-12-06T20:12:03.279Z | Compiling nix v0.29.0 |
3254 | 2024-12-06T20:12:03.471Z | Checking globset v0.4.15 |
3255 | 2024-12-06T20:12:03.496Z | Checking olpc-cjson v0.1.4 |
3256 | 2024-12-06T20:12:03.521Z | Checking sct v0.7.1 |
3257 | 2024-12-06T20:12:03.703Z | Checking rustls-webpki v0.101.7 |
3258 | 2024-12-06T20:12:03.727Z | Checking serde_plain v1.0.2 |
3259 | 2024-12-06T20:12:03.937Z | Checking typed-path v0.9.3 |
3260 | 2024-12-06T20:12:04.334Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3261 | 2024-12-06T20:12:04.377Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3262 | 2024-12-06T20:12:04.595Z | Checking hashlink v0.9.1 |
3263 | 2024-12-06T20:12:04.637Z | Checking fallible-streaming-iterator v0.1.9 |
3264 | 2024-12-06T20:12:04.857Z | Checking parse-size v1.1.0 |
3265 | 2024-12-06T20:12:05.034Z | Checking fallible-iterator v0.3.0 |
3266 | 2024-12-06T20:12:05.311Z | Checking pin-project v1.1.6 |
3267 | 2024-12-06T20:12:05.433Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3268 | 2024-12-06T20:12:05.626Z | Checking rusqlite v0.32.1 |
3269 | 2024-12-06T20:12:05.658Z | Checking rustls-pemfile v1.0.4 |
3270 | 2024-12-06T20:12:05.741Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3271 | 2024-12-06T20:12:05.850Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3272 | 2024-12-06T20:12:06.049Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3273 | 2024-12-06T20:12:06.106Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3274 | 2024-12-06T20:12:06.234Z | Checking twox-hash v1.6.3 |
3275 | 2024-12-06T20:12:06.424Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3276 | 2024-12-06T20:12:06.650Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3277 | 2024-12-06T20:12:06.989Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3278 | 2024-12-06T20:12:07.201Z | Checking tokio-rustls v0.24.1 |
3279 | 2024-12-06T20:12:07.358Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3280 | 2024-12-06T20:12:07.518Z | Checking snafu v0.8.5 |
3281 | 2024-12-06T20:12:07.542Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3282 | 2024-12-06T20:12:07.567Z | Checking fatfs v0.3.6 |
3283 | 2024-12-06T20:12:07.969Z | Checking tough v0.19.0 |
3284 | 2024-12-06T20:12:08.073Z | Checking assert_matches v1.5.0 |
3285 | 2024-12-06T20:12:12.126Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3286 | 2024-12-06T20:12:13.701Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3287 | 2024-12-06T20:12:15.246Z | Compiling git2 v0.19.0 |
3288 | 2024-12-06T20:12:21.471Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3289 | 2024-12-06T20:13:32.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
3290 | 2024-12-06T20:13:32.831Z | |
3291 | 2024-12-06T20:13:32.831Z | info: running `cargo check --bins` on nexus-external-api (145/173) |
3292 | 2024-12-06T20:13:33.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3293 | 2024-12-06T20:13:33.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3294 | 2024-12-06T20:13:33.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3295 | 2024-12-06T20:13:33.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
3296 | 2024-12-06T20:13:33.798Z | |
3297 | 2024-12-06T20:13:33.798Z | info: running `cargo check --bins` on openapi-manager-types (146/173) |
3298 | 2024-12-06T20:13:34.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3299 | 2024-12-06T20:13:34.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3300 | 2024-12-06T20:13:34.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3301 | 2024-12-06T20:13:34.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3302 | 2024-12-06T20:13:34.647Z | |
3303 | 2024-12-06T20:13:34.647Z | info: running `cargo check --bins` on nexus-internal-api (147/173) |
3304 | 2024-12-06T20:13:35.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3305 | 2024-12-06T20:13:35.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3306 | 2024-12-06T20:13:35.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3307 | 2024-12-06T20:13:35.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3308 | 2024-12-06T20:13:35.554Z | |
3309 | 2024-12-06T20:13:35.554Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (148/173) |
3310 | 2024-12-06T20:13:36.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3311 | 2024-12-06T20:13:36.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3312 | 2024-12-06T20:13:36.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3313 | 2024-12-06T20:13:36.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3314 | 2024-12-06T20:13:36.481Z | |
3315 | 2024-12-06T20:13:36.482Z | info: running `cargo check --bins` on nexus-networking (149/173) |
3316 | 2024-12-06T20:13:37.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3317 | 2024-12-06T20:13:37.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3318 | 2024-12-06T20:13:37.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3319 | 2024-12-06T20:13:37.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3320 | 2024-12-06T20:13:37.413Z | |
3321 | 2024-12-06T20:13:37.413Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (150/173) |
3322 | 2024-12-06T20:13:38.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3323 | 2024-12-06T20:13:38.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3324 | 2024-12-06T20:13:38.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3325 | 2024-12-06T20:13:38.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3326 | 2024-12-06T20:13:38.339Z | |
3327 | 2024-12-06T20:13:38.339Z | info: running `cargo check --bins` on update-common (151/173) |
3328 | 2024-12-06T20:13:39.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3329 | 2024-12-06T20:13:39.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3330 | 2024-12-06T20:13:39.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3331 | 2024-12-06T20:13:39.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3332 | 2024-12-06T20:13:39.223Z | |
3333 | 2024-12-06T20:13:39.223Z | info: running `cargo check --bins` on tufaceous-lib (152/173) |
3334 | 2024-12-06T20:13:40.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3335 | 2024-12-06T20:13:40.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3336 | 2024-12-06T20:13:40.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3337 | 2024-12-06T20:13:40.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3338 | 2024-12-06T20:13:40.136Z | |
3339 | 2024-12-06T20:13:40.136Z | info: running `cargo check --bins` on tufaceous (153/173) |
3340 | 2024-12-06T20:13:40.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3341 | 2024-12-06T20:13:40.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3342 | 2024-12-06T20:13:41.068Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3343 | 2024-12-06T20:13:42.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
3344 | 2024-12-06T20:13:42.409Z | |
3345 | 2024-12-06T20:13:42.409Z | info: running `cargo check --bins` on omicron-dev (154/173) |
3346 | 2024-12-06T20:13:43.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3347 | 2024-12-06T20:13:43.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3348 | 2024-12-06T20:13:43.610Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3349 | 2024-12-06T20:13:43.650Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3350 | 2024-12-06T20:13:43.674Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3351 | 2024-12-06T20:13:43.674Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3352 | 2024-12-06T20:14:22.334Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3353 | 2024-12-06T20:14:22.334Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3354 | 2024-12-06T20:14:22.334Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3355 | 2024-12-06T20:14:22.359Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3356 | 2024-12-06T20:14:22.359Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3357 | 2024-12-06T20:14:23.421Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3358 | 2024-12-06T20:14:25.105Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3359 | 2024-12-06T20:15:22.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s |
3360 | 2024-12-06T20:15:22.253Z | |
3361 | 2024-12-06T20:15:22.253Z | info: running `cargo check --bins` on openapi-manager (155/173) |
3362 | 2024-12-06T20:15:23.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3363 | 2024-12-06T20:15:23.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3364 | 2024-12-06T20:15:23.199Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3365 | 2024-12-06T20:15:23.199Z | Checking heck v0.4.1 |
3366 | 2024-12-06T20:15:23.199Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3367 | 2024-12-06T20:15:23.407Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3368 | 2024-12-06T20:15:25.211Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3369 | 2024-12-06T20:15:26.308Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3370 | 2024-12-06T20:15:27.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
3371 | 2024-12-06T20:15:27.848Z | |
3372 | 2024-12-06T20:15:27.848Z | info: running `cargo check --bins` on installinator-api (156/173) |
3373 | 2024-12-06T20:15:28.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3374 | 2024-12-06T20:15:28.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3375 | 2024-12-06T20:15:28.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3376 | 2024-12-06T20:15:28.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3377 | 2024-12-06T20:15:28.714Z | |
3378 | 2024-12-06T20:15:28.714Z | info: running `cargo check --bins` on wicketd-api (157/173) |
3379 | 2024-12-06T20:15:29.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3380 | 2024-12-06T20:15:29.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3381 | 2024-12-06T20:15:29.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3382 | 2024-12-06T20:15:29.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3383 | 2024-12-06T20:15:29.575Z | |
3384 | 2024-12-06T20:15:29.575Z | info: running `cargo check --bins` on reconfigurator-cli (158/173) |
3385 | 2024-12-06T20:15:30.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3386 | 2024-12-06T20:15:30.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3387 | 2024-12-06T20:15:30.467Z | Compiling petname v2.0.2 |
3388 | 2024-12-06T20:15:30.492Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3389 | 2024-12-06T20:15:30.492Z | Checking sync-ptr v0.1.1 |
3390 | 2024-12-06T20:15:32.200Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3391 | 2024-12-06T20:15:34.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s |
3392 | 2024-12-06T20:15:34.283Z | |
3393 | 2024-12-06T20:15:34.283Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173) |
3394 | 2024-12-06T20:15:35.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3395 | 2024-12-06T20:15:35.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3396 | 2024-12-06T20:15:35.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3397 | 2024-12-06T20:15:35.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3398 | 2024-12-06T20:15:35.139Z | |
3399 | 2024-12-06T20:15:35.139Z | info: running `cargo check --bins` on omicron-releng (160/173) |
3400 | 2024-12-06T20:15:35.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3401 | 2024-12-06T20:15:35.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3402 | 2024-12-06T20:15:36.001Z | Checking memmap2 v0.9.5 |
3403 | 2024-12-06T20:15:36.001Z | Checking arrayvec v0.7.6 |
3404 | 2024-12-06T20:15:36.001Z | Checking spin v0.5.2 |
3405 | 2024-12-06T20:15:36.026Z | Checking constant_time_eq v0.3.1 |
3406 | 2024-12-06T20:15:36.026Z | Checking arrayref v0.3.9 |
3407 | 2024-12-06T20:15:36.026Z | Checking topological-sort v0.2.2 |
3408 | 2024-12-06T20:15:36.026Z | Checking shell-words v1.1.0 |
3409 | 2024-12-06T20:15:36.264Z | Checking ring v0.16.20 |
3410 | 2024-12-06T20:15:36.339Z | Checking blake3 v1.5.4 |
3411 | 2024-12-06T20:15:37.682Z | Checking omicron-zone-package v0.11.1 |
3412 | 2024-12-06T20:15:39.064Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3413 | 2024-12-06T20:15:40.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s |
3414 | 2024-12-06T20:15:40.402Z | |
3415 | 2024-12-06T20:15:40.402Z | info: running `cargo check --bins` on xtask (161/173) |
3416 | 2024-12-06T20:15:40.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3417 | 2024-12-06T20:15:40.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3418 | 2024-12-06T20:15:40.961Z | Checking bitflags v2.6.0 |
3419 | 2024-12-06T20:15:40.961Z | Checking serde v1.0.215 |
3420 | 2024-12-06T20:15:40.961Z | Checking thiserror v1.0.69 |
3421 | 2024-12-06T20:15:40.961Z | Checking scroll v0.12.0 |
3422 | 2024-12-06T20:15:40.986Z | Checking log v0.4.22 |
3423 | 2024-12-06T20:15:41.010Z | Checking hashbrown v0.15.0 |
3424 | 2024-12-06T20:15:41.036Z | Checking zerocopy v0.7.35 |
3425 | 2024-12-06T20:15:41.063Z | Checking syn v2.0.87 |
3426 | 2024-12-06T20:15:41.128Z | Checking pest v2.7.14 |
3427 | 2024-12-06T20:15:41.228Z | Checking rustix v0.38.37 |
3428 | 2024-12-06T20:15:41.265Z | Checking once_cell v1.20.2 |
3429 | 2024-12-06T20:15:41.435Z | Checking goblin v0.8.2 |
3430 | 2024-12-06T20:15:41.538Z | Checking fs-err v2.11.0 |
3431 | 2024-12-06T20:15:41.826Z | Checking tabled v0.15.0 |
3432 | 2024-12-06T20:15:41.955Z | Checking indexmap v2.6.0 |
3433 | 2024-12-06T20:15:42.208Z | Checking anyhow v1.0.93 |
3434 | 2024-12-06T20:15:42.772Z | Checking terminal_size v0.4.0 |
3435 | 2024-12-06T20:15:42.772Z | Checking tempfile v3.13.0 |
3436 | 2024-12-06T20:15:42.926Z | Checking clap_builder v4.5.21 |
3437 | 2024-12-06T20:15:43.225Z | Checking dtrace-parser v0.2.0 |
3438 | 2024-12-06T20:15:45.017Z | Checking serde_json v1.0.132 |
3439 | 2024-12-06T20:15:45.017Z | Checking toml_datetime v0.6.8 |
3440 | 2024-12-06T20:15:45.017Z | Checking serde_spanned v0.6.8 |
3441 | 2024-12-06T20:15:45.017Z | Checking camino v1.1.9 |
3442 | 2024-12-06T20:15:45.042Z | Checking semver v1.0.23 |
3443 | 2024-12-06T20:15:45.248Z | Checking cargo-platform v0.1.8 |
3444 | 2024-12-06T20:15:45.286Z | Checking macaddr v1.0.1 |
3445 | 2024-12-06T20:15:45.311Z | Checking toml_edit v0.22.22 |
3446 | 2024-12-06T20:15:45.404Z | Checking clap v4.5.21 |
3447 | 2024-12-06T20:15:45.518Z | Checking camino-tempfile v1.1.1 |
3448 | 2024-12-06T20:15:46.357Z | Checking dof v0.3.0 |
3449 | 2024-12-06T20:15:46.357Z | Checking cargo_metadata v0.18.1 |
3450 | 2024-12-06T20:15:46.865Z | Checking usdt-impl v0.5.0 |
3451 | 2024-12-06T20:15:47.309Z | Checking usdt v0.5.0 |
3452 | 2024-12-06T20:15:47.420Z | Checking toml v0.8.19 |
3453 | 2024-12-06T20:15:48.018Z | Checking cargo_toml v0.20.5 |
3454 | 2024-12-06T20:15:49.600Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3455 | 2024-12-06T20:15:50.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.01s |
3456 | 2024-12-06T20:15:50.527Z | |
3457 | 2024-12-06T20:15:50.528Z | info: running `cargo check --bins` on end-to-end-tests (162/173) |
3458 | 2024-12-06T20:15:51.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3459 | 2024-12-06T20:15:51.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3460 | 2024-12-06T20:15:51.548Z | Checking polyval v0.6.2 |
3461 | 2024-12-06T20:15:51.573Z | Checking ctr v0.9.2 |
3462 | 2024-12-06T20:15:51.573Z | Checking ssh-encoding v0.2.0 |
3463 | 2024-12-06T20:15:51.573Z | Checking blowfish v0.9.1 |
3464 | 2024-12-06T20:15:51.573Z | Checking password-hash v0.4.2 |
3465 | 2024-12-06T20:15:51.573Z | Checking matches v0.1.10 |
3466 | 2024-12-06T20:15:51.573Z | Checking p256 v0.13.2 |
3467 | 2024-12-06T20:15:51.573Z | Checking p521 v0.13.3 |
3468 | 2024-12-06T20:15:51.716Z | Checking idna v0.2.3 |
3469 | 2024-12-06T20:15:51.826Z | Checking ghash v0.5.1 |
3470 | 2024-12-06T20:15:51.877Z | Checking bcrypt-pbkdf v0.10.0 |
3471 | 2024-12-06T20:15:51.988Z | Compiling enum-as-inner v0.5.1 |
3472 | 2024-12-06T20:15:52.013Z | Checking aes-gcm v0.10.3 |
3473 | 2024-12-06T20:15:52.014Z | Checking russh-cryptovec v0.7.3 |
3474 | 2024-12-06T20:15:52.048Z | Checking pbkdf2 v0.11.0 |
3475 | 2024-12-06T20:15:52.095Z | Checking md5 v0.7.0 |
3476 | 2024-12-06T20:15:52.119Z | Checking num-bigint v0.4.6 |
3477 | 2024-12-06T20:15:52.211Z | Checking des v0.8.1 |
3478 | 2024-12-06T20:15:52.248Z | Checking ssh-cipher v0.2.0 |
3479 | 2024-12-06T20:15:52.300Z | Compiling dhcproto-macros v0.1.0 |
3480 | 2024-12-06T20:15:52.357Z | Checking hex-literal v0.4.1 |
3481 | 2024-12-06T20:15:52.411Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3482 | 2024-12-06T20:15:52.447Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3483 | 2024-12-06T20:15:52.488Z | Checking internet-checksum v0.2.1 |
3484 | 2024-12-06T20:15:52.521Z | Checking ssh-key v0.6.6 |
3485 | 2024-12-06T20:15:52.849Z | Checking trust-dns-proto v0.22.0 |
3486 | 2024-12-06T20:15:53.936Z | Checking russh-keys v0.45.0 |
3487 | 2024-12-06T20:15:55.040Z | Checking russh v0.45.0 |
3488 | 2024-12-06T20:15:55.832Z | Checking dhcproto v0.12.0 |
3489 | 2024-12-06T20:16:18.259Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3490 | 2024-12-06T20:16:20.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.52s |
3491 | 2024-12-06T20:16:20.262Z | |
3492 | 2024-12-06T20:16:20.262Z | info: running `cargo check --bins` on gateway-cli (163/173) |
3493 | 2024-12-06T20:16:20.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3494 | 2024-12-06T20:16:21.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3495 | 2024-12-06T20:16:21.097Z | Checking termios v0.3.3 |
3496 | 2024-12-06T20:16:21.282Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3497 | 2024-12-06T20:16:22.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
3498 | 2024-12-06T20:16:22.454Z | |
3499 | 2024-12-06T20:16:22.454Z | info: running `cargo check --bins --no-default-features` on installinator (164/173) |
3500 | 2024-12-06T20:16:23.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3501 | 2024-12-06T20:16:23.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3502 | 2024-12-06T20:16:23.373Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3503 | 2024-12-06T20:16:25.916Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3504 | 2024-12-06T20:16:28.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s |
3505 | 2024-12-06T20:16:28.483Z | |
3506 | 2024-12-06T20:16:28.483Z | info: running `cargo check --bins` on internal-dns-cli (165/173) |
3507 | 2024-12-06T20:16:29.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3508 | 2024-12-06T20:16:29.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3509 | 2024-12-06T20:16:29.332Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3510 | 2024-12-06T20:16:29.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
3511 | 2024-12-06T20:16:29.999Z | |
3512 | 2024-12-06T20:16:29.999Z | info: running `cargo check --bins` on omicron-live-tests (166/173) |
3513 | 2024-12-06T20:16:30.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3514 | 2024-12-06T20:16:30.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3515 | 2024-12-06T20:16:30.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3516 | 2024-12-06T20:16:30.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3517 | 2024-12-06T20:16:30.783Z | |
3518 | 2024-12-06T20:16:30.783Z | info: running `cargo check --bins` on live-tests-macros (167/173) |
3519 | 2024-12-06T20:16:31.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3520 | 2024-12-06T20:16:31.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3521 | 2024-12-06T20:16:31.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3522 | 2024-12-06T20:16:31.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3523 | 2024-12-06T20:16:31.599Z | |
3524 | 2024-12-06T20:16:31.599Z | info: running `cargo check --bins` on omicron-package (168/173) |
3525 | 2024-12-06T20:16:32.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3526 | 2024-12-06T20:16:32.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3527 | 2024-12-06T20:16:32.495Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3528 | 2024-12-06T20:16:34.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
3529 | 2024-12-06T20:16:34.225Z | |
3530 | 2024-12-06T20:16:34.225Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3531 | 2024-12-06T20:16:34.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3532 | 2024-12-06T20:16:34.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3533 | 2024-12-06T20:16:35.112Z | Checking rtoolbox v0.0.2 |
3534 | 2024-12-06T20:16:35.112Z | Checking tui-tree-widget v0.22.0 |
3535 | 2024-12-06T20:16:35.136Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3536 | 2024-12-06T20:16:35.301Z | Checking rpassword v7.3.1 |
3537 | 2024-12-06T20:16:40.635Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3538 | 2024-12-06T20:16:44.606Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3539 | 2024-12-06T20:16:46.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.98s |
3540 | 2024-12-06T20:16:46.402Z | |
3541 | 2024-12-06T20:16:46.402Z | info: running `cargo check --bins` on wicket (170/173) |
3542 | 2024-12-06T20:16:47.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3543 | 2024-12-06T20:16:47.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3544 | 2024-12-06T20:16:47.409Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3545 | 2024-12-06T20:16:47.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
3546 | 2024-12-06T20:16:48.050Z | |
3547 | 2024-12-06T20:16:48.050Z | info: running `cargo check --bins` on wicketd (171/173) |
3548 | 2024-12-06T20:16:48.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3549 | 2024-12-06T20:16:48.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3550 | 2024-12-06T20:16:49.040Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3551 | 2024-12-06T20:16:54.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s |
3552 | 2024-12-06T20:16:54.379Z | |
3553 | 2024-12-06T20:16:54.379Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3554 | 2024-12-06T20:16:55.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3555 | 2024-12-06T20:16:55.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3556 | 2024-12-06T20:16:55.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3557 | 2024-12-06T20:16:55.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3558 | 2024-12-06T20:16:55.239Z | |
3559 | 2024-12-06T20:16:55.240Z | info: running `cargo check --bins` on zone-setup (173/173) |
3560 | 2024-12-06T20:16:56.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3561 | 2024-12-06T20:16:56.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3562 | 2024-12-06T20:16:56.246Z | Checking uzers v0.12.1 |
3563 | 2024-12-06T20:16:56.589Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3564 | 2024-12-06T20:16:58.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s |
3565 | 2024-12-06T20:16:58.347Z | |
3566 | 2024-12-06T20:16:58.347Z | real 16:20.895730763 |
3567 | 2024-12-06T20:16:58.347Z | user 25:43.876063370 |
3568 | 2024-12-06T20:16:58.347Z | sys 6:00.795831096 |
3569 | 2024-12-06T20:16:58.347Z | trap 0.589670316 |
3570 | 2024-12-06T20:16:58.371Z | tflt 1.538907472 |
3571 | 2024-12-06T20:16:58.371Z | dflt 3.411567781 |
3572 | 2024-12-06T20:16:58.371Z | kflt 0.016658543 |
3573 | 2024-12-06T20:16:58.371Z | lock 53:57.065375130 |
3574 | 2024-12-06T20:16:58.371Z | slp 2:24:07.785547212 |
3575 | 2024-12-06T20:16:58.371Z | lat 1:00.337726485 |
3576 | 2024-12-06T20:16:58.371Z | stop 2:58.443241781 |
3577 | 2024-12-06T20:16:58.371Z | process exited: duration 1313222 ms, exit code 0 |
|
3578 | 2024-12-06T20:16:58.431Z | found 0 output files |