|
|
|
1 | 2024-12-05T06:36:53.120Z | job assigned to worker 01JEARHHSS5BMV82MK3ZEYVM7X [factory gimlet-EVT22200007-propolis, EVT22200007/19896] (queued for 25 s) |
|
2 | 2024-12-05T06:37:00.509Z | starting task 0: "setup" |
3 | 2024-12-05T06:37:00.533Z | ++ uname -s |
4 | 2024-12-05T06:37:00.533Z | + kern=SunOS |
5 | 2024-12-05T06:37:00.533Z | + case "$kern" in |
6 | 2024-12-05T06:37:00.533Z | + groupadd -g 12345 build |
7 | 2024-12-05T06:37:00.533Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-05T06:37:02.532Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-05T06:37:02.566Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-05T06:37:02.590Z | + home_fs=zfs |
11 | 2024-12-05T06:37:02.590Z | + [[ zfs == autofs ]] |
12 | 2024-12-05T06:37:02.590Z | + mkdir -p /home/build |
13 | 2024-12-05T06:37:02.590Z | + chown build:build /home/build /work |
14 | 2024-12-05T06:37:04.575Z | + chmod 0700 /home/build /work |
15 | 2024-12-05T06:37:04.598Z | process exited: duration 4072 ms, exit code 0 |
|
16 | 2024-12-05T06:37:04.646Z | starting task 1: "rust-toolchain" |
17 | 2024-12-05T06:37:04.669Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-05T06:37:04.669Z | * toolchain channel = "1.81.0" |
19 | 2024-12-05T06:37:04.669Z | ' 1.81.0 |
20 | 2024-12-05T06:37:04.669Z | * toolchain profile = "default" |
21 | 2024-12-05T06:37:04.669Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-05T06:37:04.669Z | ' default |
23 | 2024-12-05T06:37:04.669Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-05T06:37:04.669Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-05T06:37:04.798Z | info: downloading installer |
26 | 2024-12-05T06:37:05.588Z | info: profile set to 'default' |
27 | 2024-12-05T06:37:05.588Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-05T06:37:05.588Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-05T06:37:05.701Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-05T06:37:05.701Z | info: downloading component 'cargo' |
31 | 2024-12-05T06:37:05.880Z | info: downloading component 'clippy' |
32 | 2024-12-05T06:37:05.953Z | info: downloading component 'rust-docs' |
33 | 2024-12-05T06:37:06.274Z | info: downloading component 'rust-std' |
34 | 2024-12-05T06:37:06.845Z | info: downloading component 'rustc' |
35 | 2024-12-05T06:37:07.820Z | info: downloading component 'rustfmt' |
36 | 2024-12-05T06:37:07.856Z | info: installing component 'cargo' |
37 | 2024-12-05T06:37:08.886Z | info: installing component 'clippy' |
38 | 2024-12-05T06:37:09.318Z | info: installing component 'rust-docs' |
39 | 2024-12-05T06:37:11.981Z | info: installing component 'rust-std' |
40 | 2024-12-05T06:37:13.938Z | info: installing component 'rustc' |
41 | 2024-12-05T06:37:20.801Z | info: installing component 'rustfmt' |
42 | 2024-12-05T06:37:21.190Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-05T06:37:21.190Z | |
44 | 2024-12-05T06:37:21.338Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-05T06:37:21.338Z | |
46 | 2024-12-05T06:37:21.338Z | |
47 | 2024-12-05T06:37:21.338Z | Rust is installed now. Great! |
48 | 2024-12-05T06:37:21.338Z | |
49 | 2024-12-05T06:37:21.338Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-05T06:37:21.361Z | environment variable. This has not been done automatically. |
51 | 2024-12-05T06:37:21.361Z | |
52 | 2024-12-05T06:37:21.361Z | To configure your current shell, you need to source |
53 | 2024-12-05T06:37:21.361Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-05T06:37:21.361Z | |
55 | 2024-12-05T06:37:21.361Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-05T06:37:21.361Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-05T06:37:21.361Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-05T06:37:21.447Z | + rustc --version |
59 | 2024-12-05T06:37:21.563Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-05T06:37:21.587Z | process exited: duration 16921 ms, exit code 0 |
|
61 | 2024-12-05T06:37:21.633Z | starting task 2: "authentication" |
62 | 2024-12-05T06:37:21.687Z | process exited: duration 53 ms, exit code 0 |
|
63 | 2024-12-05T06:37:21.734Z | starting task 3: "clone repository" |
64 | 2024-12-05T06:37:21.758Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-05T06:37:21.758Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-05T06:37:21.781Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-05T06:37:28.034Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-05T06:37:28.057Z | + git fetch origin c6fa141311e9baf96c553e72e57a85103a896810 |
69 | 2024-12-05T06:37:28.410Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-05T06:37:28.410Z | * branch c6fa141311e9baf96c553e72e57a85103a896810 -> FETCH_HEAD |
71 | 2024-12-05T06:37:28.434Z | + [[ -n alan/just-one-more-update ]] |
72 | 2024-12-05T06:37:28.434Z | ++ git branch --show-current |
73 | 2024-12-05T06:37:28.434Z | + current=main |
74 | 2024-12-05T06:37:28.434Z | + [[ main != alan/just-one-more-update ]] |
75 | 2024-12-05T06:37:28.434Z | + git branch -f alan/just-one-more-update c6fa141311e9baf96c553e72e57a85103a896810 |
76 | 2024-12-05T06:37:28.457Z | + git checkout -f alan/just-one-more-update |
77 | 2024-12-05T06:37:28.651Z | Switched to branch 'alan/just-one-more-update' |
78 | 2024-12-05T06:37:28.675Z | + git reset --hard c6fa141311e9baf96c553e72e57a85103a896810 |
79 | 2024-12-05T06:37:28.675Z | HEAD is now at c6fa14131 Update Propolis |
80 | 2024-12-05T06:37:28.698Z | process exited: duration 6941 ms, exit code 0 |
|
81 | 2024-12-05T06:37:28.745Z | starting task 4: "build" |
82 | 2024-12-05T06:37:28.769Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-05T06:37:28.769Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-05T06:37:28.769Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-05T06:37:28.770Z | + cargo --version |
86 | 2024-12-05T06:37:28.854Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-05T06:37:28.877Z | + rustc --version |
88 | 2024-12-05T06:37:28.961Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-05T06:37:28.985Z | + source ./env.sh |
90 | 2024-12-05T06:37:28.985Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-05T06:37:28.985Z | ++ set -o xtrace |
92 | 2024-12-05T06:37:28.985Z | ++++ dirname ./env.sh |
93 | 2024-12-05T06:37:28.985Z | +++ readlink -f . |
94 | 2024-12-05T06:37:28.985Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-05T06:37:28.985Z | ++ 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-05T06:37:28.985Z | ++ 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-05T06:37:28.985Z | ++ 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-05T06:37:28.985Z | ++ 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-05T06:37:28.985Z | ++ 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-05T06:37:28.985Z | ++ 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-05T06:37:28.985Z | ++ 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-05T06:37:28.985Z | ++ 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-05T06:37:28.985Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-05T06:37:28.985Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-05T06:37:28.985Z | + 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-05T06:37:28.985Z | + 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-05T06:37:28.985Z | + banner prerequisites |
108 | 2024-12-05T06:37:28.985Z | |
109 | 2024-12-05T06:37:28.985Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-05T06:37:28.985Z | # # # # # # # # # # # # # # # |
111 | 2024-12-05T06:37:28.985Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-05T06:37:28.985Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-05T06:37:28.985Z | # # # # # # # # # # # # # # # |
114 | 2024-12-05T06:37:28.985Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-05T06:37:28.985Z | |
116 | 2024-12-05T06:37:28.985Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-05T06:37:37.667Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-05T06:37:42.236Z | Startup: Caching catalogs ... Done |
119 | 2024-12-05T06:37:54.314Z | Planning: Solver setup ... Done (11.035s) |
120 | 2024-12-05T06:37:54.466Z | Planning: Running solver ... Done (0.152s) |
121 | 2024-12-05T06:37:54.573Z | Planning: Finding local manifests ... Done (0.003s) |
122 | 2024-12-05T06:37:54.650Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-05T06:37:55.102Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-05T06:37:55.215Z | Planning: Package planning ... Done (0.113s) |
125 | 2024-12-05T06:37:55.280Z | Planning: Merging actions ... Done (0.065s) |
126 | 2024-12-05T06:37:55.490Z | Planning: Checking for conflicting actions ... Done (0.210s) |
127 | 2024-12-05T06:37:56.512Z | Planning: Consolidating action changes ... Done (1.021s) |
128 | 2024-12-05T06:37:56.924Z | Planning: Evaluating mediators ... Done (0.412s) |
129 | 2024-12-05T06:37:57.022Z | Planning: Planning completed in 14.71 seconds |
130 | 2024-12-05T06:37:57.047Z | Packages to install: 4 |
131 | 2024-12-05T06:37:57.047Z | Packages to update: 1 |
132 | 2024-12-05T06:37:57.047Z | Mediators to change: 2 |
133 | 2024-12-05T06:37:57.047Z | Services to change: 1 |
134 | 2024-12-05T06:37:57.047Z | Estimated space available: 155.18 GB |
135 | 2024-12-05T06:37:57.047Z | Estimated space to be consumed: 1.61 GB |
136 | 2024-12-05T06:37:57.047Z | Create boot environment: No |
137 | 2024-12-05T06:37:57.047Z | Create backup boot environment: Yes |
138 | 2024-12-05T06:37:57.048Z | Rebuild boot archive: No |
139 | 2024-12-05T06:37:57.048Z | |
140 | 2024-12-05T06:37:57.048Z | Changed mediators: |
141 | 2024-12-05T06:37:57.048Z | mediator clang: |
142 | 2024-12-05T06:37:57.048Z | version: None -> 15 (system default) |
143 | 2024-12-05T06:37:57.048Z | |
144 | 2024-12-05T06:37:57.048Z | mediator llvm: |
145 | 2024-12-05T06:37:57.048Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-05T06:37:57.048Z | |
147 | 2024-12-05T06:37:57.048Z | Changed packages: |
148 | 2024-12-05T06:37:57.048Z | helios-dev |
149 | 2024-12-05T06:37:57.048Z | developer/build-essential |
150 | 2024-12-05T06:37:57.048Z | None -> 11-2.0 |
151 | 2024-12-05T06:37:57.048Z | library/libxmlsec1 |
152 | 2024-12-05T06:37:57.048Z | None -> 1.2.35-2.0 |
153 | 2024-12-05T06:37:57.048Z | ooce/developer/clang-15 |
154 | 2024-12-05T06:37:57.048Z | None -> 15.0.7-2.0 |
155 | 2024-12-05T06:37:57.048Z | ooce/developer/llvm-15 |
156 | 2024-12-05T06:37:57.048Z | None -> 15.0.7-2.0 |
157 | 2024-12-05T06:37:57.048Z | package/pkg |
158 | 2024-12-05T06:37:57.048Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-05T06:37:57.048Z | |
160 | 2024-12-05T06:37:57.048Z | Services: |
161 | 2024-12-05T06:37:57.048Z | restart_fmri: |
162 | 2024-12-05T06:37:57.048Z | svc:/system/update-man-index:default |
163 | 2024-12-05T06:37:57.048Z | |
164 | 2024-12-05T06:37:57.048Z | Editable files to change: |
165 | 2024-12-05T06:37:57.048Z | Update: |
166 | 2024-12-05T06:37:57.048Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-05T06:37:57.111Z | |
168 | 2024-12-05T06:37:57.111Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-05T06:38:02.118Z | Download: 1188/4281 items 50.4/220.6MB 22% complete (10.1M/s) |
170 | 2024-12-05T06:38:07.137Z | Download: 2253/4281 items 119.4/220.6MB 54% complete (12.2M/s) |
171 | 2024-12-05T06:38:12.137Z | Download: 3139/4281 items 148.3/220.6MB 67% complete (9.7M/s) |
172 | 2024-12-05T06:38:17.156Z | Download: 3274/4281 items 209.1/220.6MB 94% complete (8.9M/s) |
173 | 2024-12-05T06:38:22.158Z | Download: 3671/4281 items 216.3/220.6MB 98% complete (7.4M/s) |
174 | 2024-12-05T06:38:24.107Z | Download: Completed 220.60 MB in 27.00 seconds (8.2M/s) |
175 | 2024-12-05T06:38:24.586Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-12-05T06:38:24.610Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-12-05T06:38:29.969Z | Actions: 3191/5063 actions (Installing new actions) |
178 | 2024-12-05T06:38:30.356Z | Actions: 4226/5063 actions (Updating modified actions) |
179 | 2024-12-05T06:38:30.714Z | Actions: Completed 5063 actions in 6.13 seconds. |
180 | 2024-12-05T06:38:31.064Z | Done (0.341s) |
181 | 2024-12-05T06:38:31.089Z | Done (0.000s) |
182 | 2024-12-05T06:38:31.723Z | Done (0.657s) |
183 | 2024-12-05T06:38:36.485Z | Done (4.595s) |
184 | 2024-12-05T06:38:36.580Z | Done (0.019s) |
185 | 2024-12-05T06:38:36.605Z | Done (0.000s) |
186 | 2024-12-05T06:38:36.739Z | Done (0.000s) |
187 | 2024-12-05T06:38:37.478Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-12-05T06:38:37.676Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-12-05T06:38:37.700Z | Planning: Consolidating action changes ... Done |
190 | 2024-12-05T06:38:37.994Z | Planning: Evaluating mediators ... Done |
191 | 2024-12-05T06:38:38.018Z | Planning: Planning completed in 0.52 seconds |
192 | 2024-12-05T06:38:38.043Z | Mediators to change: 2 |
193 | 2024-12-05T06:38:38.043Z | Create boot environment: No |
194 | 2024-12-05T06:38:38.043Z | Create backup boot environment: No |
195 | 2024-12-05T06:38:38.099Z | Done |
196 | 2024-12-05T06:38:38.099Z | Done |
197 | 2024-12-05T06:38:38.529Z | Done |
198 | 2024-12-05T06:38:42.851Z | Done |
199 | 2024-12-05T06:38:42.950Z | Done |
200 | 2024-12-05T06:38:42.974Z | Done |
201 | 2024-12-05T06:38:43.037Z | Done |
202 | 2024-12-05T06:38:43.748Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-12-05T06:38:43.773Z | Planning: Merging actions ... Done |
204 | 2024-12-05T06:38:43.981Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-12-05T06:38:44.005Z | Planning: Consolidating action changes ... Done |
206 | 2024-12-05T06:38:44.292Z | Planning: Evaluating mediators ... Done |
207 | 2024-12-05T06:38:44.357Z | Planning: Planning completed in 0.89 seconds |
208 | 2024-12-05T06:38:44.403Z | Packages to change: 1 |
209 | 2024-12-05T06:38:44.403Z | Mediators to change: 1 |
210 | 2024-12-05T06:38:44.403Z | Services to change: 1 |
211 | 2024-12-05T06:38:44.403Z | Create boot environment: No |
212 | 2024-12-05T06:38:44.403Z | Create backup boot environment: Yes |
213 | 2024-12-05T06:38:46.030Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-12-05T06:38:46.054Z | Actions: Completed 6 actions in 0.00 seconds. |
215 | 2024-12-05T06:38:46.054Z | Done |
216 | 2024-12-05T06:38:46.054Z | Done |
217 | 2024-12-05T06:38:46.168Z | Done |
218 | 2024-12-05T06:38:50.418Z | Done |
219 | 2024-12-05T06:38:50.531Z | Done |
220 | 2024-12-05T06:38:50.532Z | Done |
221 | 2024-12-05T06:38:50.599Z | Done |
222 | 2024-12-05T06:38:51.116Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-12-05T06:38:51.116Z | clang system 15 system |
224 | 2024-12-05T06:38:51.116Z | csh system system illumos |
225 | 2024-12-05T06:38:51.116Z | ctags system system illumos |
226 | 2024-12-05T06:38:51.116Z | gcc vendor 12 vendor |
227 | 2024-12-05T06:38:51.116Z | gcc system 10 system |
228 | 2024-12-05T06:38:51.116Z | gcc system 7 system |
229 | 2024-12-05T06:38:51.116Z | go system 1.20 system |
230 | 2024-12-05T06:38:51.116Z | go system 1.19 system |
231 | 2024-12-05T06:38:51.116Z | llvm system 15 system |
232 | 2024-12-05T06:38:51.116Z | llvm system 14 system |
233 | 2024-12-05T06:38:51.116Z | mariadb system 10.6 system |
234 | 2024-12-05T06:38:51.116Z | mta vendor vendor dma |
235 | 2024-12-05T06:38:51.116Z | openjdk system 17 system |
236 | 2024-12-05T06:38:51.116Z | openjdk system 11 system |
237 | 2024-12-05T06:38:51.116Z | openjdk system 1.8 system |
238 | 2024-12-05T06:38:51.116Z | openssl vendor 3 vendor |
239 | 2024-12-05T06:38:51.116Z | perl system 5.36 system |
240 | 2024-12-05T06:38:51.116Z | postgresql system 15 system |
241 | 2024-12-05T06:38:51.116Z | postgresql system 13 system |
242 | 2024-12-05T06:38:51.117Z | python vendor 3 vendor |
243 | 2024-12-05T06:38:51.117Z | python system 2 system |
244 | 2024-12-05T06:38:51.117Z | python3 system 3.11 system |
245 | 2024-12-05T06:38:51.117Z | ruby system 3.0 system |
246 | 2024-12-05T06:38:51.117Z | words vendor vendor american-english |
247 | 2024-12-05T06:38:51.117Z | words system system australian-english |
248 | 2024-12-05T06:38:51.117Z | words system system british-english |
249 | 2024-12-05T06:38:51.117Z | words system system canadian-english |
250 | 2024-12-05T06:38:51.117Z | words system system french |
251 | 2024-12-05T06:38:51.117Z | words system system italian |
252 | 2024-12-05T06:38:51.117Z | words system system ngerman |
253 | 2024-12-05T06:38:51.117Z | words system system ogerman |
254 | 2024-12-05T06:38:51.117Z | words system system spanish |
255 | 2024-12-05T06:38:51.514Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-12-05T06:38:51.514Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-12-05T06:38:54.719Z | FMRI IFO |
258 | 2024-12-05T06:38:54.719Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-12-05T06:38:54.719Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-12-05T06:38:54.719Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-12-05T06:38:54.719Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-12-05T06:38:54.719Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-12-05T06:38:54.720Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-12-05T06:38:54.720Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
265 | 2024-12-05T06:38:54.720Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
266 | 2024-12-05T06:38:54.720Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-12-05T06:38:54.720Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
268 | 2024-12-05T06:38:54.720Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
269 | 2024-12-05T06:38:54.720Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
270 | 2024-12-05T06:38:54.720Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
271 | 2024-12-05T06:38:54.720Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
272 | 2024-12-05T06:38:54.720Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
273 | 2024-12-05T06:38:55.544Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
274 | 2024-12-05T06:38:55.913Z | Updating crates.io index |
275 | 2024-12-05T06:38:55.937Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-12-05T06:38:56.580Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-12-05T06:38:56.930Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-12-05T06:38:57.375Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-12-05T06:38:57.696Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-12-05T06:38:58.751Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-12-05T06:39:01.485Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-12-05T06:39:02.627Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-12-05T06:39:03.386Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-12-05T06:39:03.775Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-12-05T06:39:04.152Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-12-05T06:39:04.968Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
287 | 2024-12-05T06:39:05.467Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
288 | 2024-12-05T06:39:06.028Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-12-05T06:39:06.421Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-12-05T06:39:06.754Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-12-05T06:39:07.069Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-12-05T06:39:07.463Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-12-05T06:39:07.905Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-12-05T06:39:08.364Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-12-05T06:39:08.840Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-12-05T06:39:09.410Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-12-05T06:39:09.774Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2024-12-05T06:39:10.253Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-12-05T06:39:10.830Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
300 | 2024-12-05T06:39:11.198Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-12-05T06:39:11.550Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-12-05T06:39:11.908Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-12-05T06:39:13.550Z | Downloading crates ... |
304 | 2024-12-05T06:39:13.610Z | Downloaded equivalent v1.0.1 |
305 | 2024-12-05T06:39:13.635Z | Downloaded cargo_toml v0.20.5 |
306 | 2024-12-05T06:39:13.635Z | Downloaded digest v0.10.7 |
307 | 2024-12-05T06:39:13.635Z | Downloaded tabled v0.15.0 |
308 | 2024-12-05T06:39:13.659Z | Downloaded proc-macro2 v1.0.89 |
309 | 2024-12-05T06:39:13.659Z | Downloaded anstyle v1.0.10 |
310 | 2024-12-05T06:39:13.659Z | Downloaded pest v2.7.14 |
311 | 2024-12-05T06:39:13.659Z | Downloaded fastrand v2.1.1 |
312 | 2024-12-05T06:39:13.659Z | Downloaded anyhow v1.0.93 |
313 | 2024-12-05T06:39:13.684Z | Downloaded anstream v0.6.15 |
314 | 2024-12-05T06:39:13.684Z | Downloaded anstyle-parse v0.2.5 |
315 | 2024-12-05T06:39:13.685Z | Downloaded bitflags v2.6.0 |
316 | 2024-12-05T06:39:13.685Z | Downloaded autocfg v1.4.0 |
317 | 2024-12-05T06:39:13.685Z | Downloaded bytecount v0.6.8 |
318 | 2024-12-05T06:39:13.710Z | Downloaded cfg-if v1.0.0 |
319 | 2024-12-05T06:39:13.710Z | Downloaded generic-array v0.14.7 |
320 | 2024-12-05T06:39:13.710Z | Downloaded anstyle-query v1.1.1 |
321 | 2024-12-05T06:39:13.710Z | Downloaded byteorder v1.5.0 |
322 | 2024-12-05T06:39:13.710Z | Downloaded dtrace-parser v0.2.0 |
323 | 2024-12-05T06:39:13.710Z | Downloaded colorchoice v1.0.2 |
324 | 2024-12-05T06:39:13.710Z | Downloaded camino-tempfile v1.1.1 |
325 | 2024-12-05T06:39:13.710Z | Downloaded errno v0.3.9 |
326 | 2024-12-05T06:39:13.710Z | Downloaded cargo-platform v0.1.8 |
327 | 2024-12-05T06:39:13.710Z | Downloaded textwrap v0.16.1 |
328 | 2024-12-05T06:39:13.710Z | Downloaded heck v0.4.1 |
329 | 2024-12-05T06:39:13.735Z | Downloaded tabled_derive v0.7.0 |
330 | 2024-12-05T06:39:13.735Z | Downloaded ucd-trie v0.1.7 |
331 | 2024-12-05T06:39:13.735Z | Downloaded winnow v0.6.20 |
332 | 2024-12-05T06:39:13.736Z | Downloaded zerocopy v0.7.35 |
333 | 2024-12-05T06:39:13.761Z | Downloaded usdt-impl v0.5.0 |
334 | 2024-12-05T06:39:13.761Z | Downloaded scroll_derive v0.12.0 |
335 | 2024-12-05T06:39:13.761Z | Downloaded pest_derive v2.7.14 |
336 | 2024-12-05T06:39:13.761Z | Downloaded unicode-width v0.1.14 |
337 | 2024-12-05T06:39:13.761Z | Downloaded utf8parse v0.2.2 |
338 | 2024-12-05T06:39:13.761Z | Downloaded zerocopy-derive v0.7.35 |
339 | 2024-12-05T06:39:13.786Z | Downloaded serde_derive v1.0.215 |
340 | 2024-12-05T06:39:13.786Z | Downloaded typenum v1.17.0 |
341 | 2024-12-05T06:39:13.786Z | Downloaded serde v1.0.215 |
342 | 2024-12-05T06:39:13.786Z | Downloaded macaddr v1.0.1 |
343 | 2024-12-05T06:39:13.786Z | Downloaded clap_builder v4.5.21 |
344 | 2024-12-05T06:39:13.786Z | Downloaded proc-macro-error-attr v1.0.4 |
345 | 2024-12-05T06:39:13.786Z | Downloaded semver v1.0.23 |
346 | 2024-12-05T06:39:13.811Z | Downloaded log v0.4.22 |
347 | 2024-12-05T06:39:13.811Z | Downloaded toml_edit v0.22.22 |
348 | 2024-12-05T06:39:13.835Z | Downloaded serde_json v1.0.132 |
349 | 2024-12-05T06:39:13.835Z | Downloaded rustix v0.38.37 |
350 | 2024-12-05T06:39:13.859Z | Downloaded sha2 v0.10.8 |
351 | 2024-12-05T06:39:13.859Z | Downloaded serde_spanned v0.6.8 |
352 | 2024-12-05T06:39:13.859Z | Downloaded memchr v2.7.4 |
353 | 2024-12-05T06:39:13.859Z | Downloaded usdt-attr-macro v0.5.0 |
354 | 2024-12-05T06:39:13.859Z | Downloaded usdt v0.5.0 |
355 | 2024-12-05T06:39:13.859Z | Downloaded thread-id v4.2.2 |
356 | 2024-12-05T06:39:13.883Z | Downloaded syn v2.0.87 |
357 | 2024-12-05T06:39:13.883Z | Downloaded smawk v0.3.2 |
358 | 2024-12-05T06:39:13.884Z | Downloaded pest_meta v2.7.14 |
359 | 2024-12-05T06:39:13.884Z | Downloaded unicode-linebreak v0.1.5 |
360 | 2024-12-05T06:39:13.884Z | Downloaded toml_datetime v0.6.8 |
361 | 2024-12-05T06:39:13.884Z | Downloaded tempfile v3.13.0 |
362 | 2024-12-05T06:39:13.884Z | Downloaded serde_tokenstream v0.2.2 |
363 | 2024-12-05T06:39:13.884Z | Downloaded quote v1.0.37 |
364 | 2024-12-05T06:39:13.909Z | Downloaded plain v0.2.3 |
365 | 2024-12-05T06:39:13.909Z | Downloaded pest_generator v2.7.14 |
366 | 2024-12-05T06:39:13.909Z | Downloaded papergrid v0.11.0 |
367 | 2024-12-05T06:39:13.909Z | Downloaded once_cell v1.20.2 |
368 | 2024-12-05T06:39:13.909Z | Downloaded heck v0.5.0 |
369 | 2024-12-05T06:39:13.909Z | Downloaded version_check v0.9.5 |
370 | 2024-12-05T06:39:13.909Z | Downloaded usdt-macro v0.5.0 |
371 | 2024-12-05T06:39:13.909Z | Downloaded unicode-ident v1.0.13 |
372 | 2024-12-05T06:39:13.909Z | Downloaded thiserror-impl v1.0.69 |
373 | 2024-12-05T06:39:13.909Z | Downloaded swrite v0.1.0 |
374 | 2024-12-05T06:39:13.909Z | Downloaded strsim v0.11.1 |
375 | 2024-12-05T06:39:13.909Z | Downloaded scroll v0.12.0 |
376 | 2024-12-05T06:39:13.910Z | Downloaded proc-macro-error v1.0.4 |
377 | 2024-12-05T06:39:13.934Z | Downloaded memmap v0.7.0 |
378 | 2024-12-05T06:39:13.934Z | Downloaded hashbrown v0.15.0 |
379 | 2024-12-05T06:39:13.934Z | Downloaded fs-err v2.11.0 |
380 | 2024-12-05T06:39:13.934Z | Downloaded fnv v1.0.7 |
381 | 2024-12-05T06:39:13.934Z | Downloaded dof v0.3.0 |
382 | 2024-12-05T06:39:13.934Z | Downloaded clap_lex v0.7.2 |
383 | 2024-12-05T06:39:13.934Z | Downloaded thiserror v1.0.69 |
384 | 2024-12-05T06:39:13.935Z | Downloaded toml v0.8.19 |
385 | 2024-12-05T06:39:13.935Z | Downloaded terminal_size v0.4.0 |
386 | 2024-12-05T06:39:13.935Z | Downloaded pretty-hex v0.4.1 |
387 | 2024-12-05T06:39:13.935Z | Downloaded libc v0.2.162 |
388 | 2024-12-05T06:39:13.965Z | Downloaded is_terminal_polyfill v1.70.1 |
389 | 2024-12-05T06:39:13.989Z | Downloaded indexmap v2.6.0 |
390 | 2024-12-05T06:39:13.989Z | Downloaded cpufeatures v0.2.14 |
391 | 2024-12-05T06:39:13.989Z | Downloaded clap v4.5.21 |
392 | 2024-12-05T06:39:13.989Z | Downloaded cargo_metadata v0.18.1 |
393 | 2024-12-05T06:39:13.989Z | Downloaded syn v1.0.109 |
394 | 2024-12-05T06:39:14.013Z | Downloaded block-buffer v0.10.4 |
395 | 2024-12-05T06:39:14.013Z | Downloaded ryu v1.0.18 |
396 | 2024-12-05T06:39:14.013Z | Downloaded itoa v1.0.11 |
397 | 2024-12-05T06:39:14.013Z | Downloaded goblin v0.8.2 |
398 | 2024-12-05T06:39:14.013Z | Downloaded crypto-common v0.1.6 |
399 | 2024-12-05T06:39:14.013Z | Downloaded clap_derive v4.5.18 |
400 | 2024-12-05T06:39:14.013Z | Downloaded camino v1.1.9 |
401 | 2024-12-05T06:39:14.141Z | Compiling proc-macro2 v1.0.89 |
402 | 2024-12-05T06:39:14.141Z | Compiling unicode-ident v1.0.13 |
403 | 2024-12-05T06:39:14.141Z | Compiling version_check v0.9.5 |
404 | 2024-12-05T06:39:14.165Z | Compiling serde v1.0.215 |
405 | 2024-12-05T06:39:14.165Z | Compiling thiserror v1.0.69 |
406 | 2024-12-05T06:39:14.165Z | Compiling memchr v2.7.4 |
407 | 2024-12-05T06:39:14.165Z | Compiling libc v0.2.162 |
408 | 2024-12-05T06:39:14.165Z | Compiling ucd-trie v0.1.7 |
409 | 2024-12-05T06:39:14.467Z | Compiling ryu v1.0.18 |
410 | 2024-12-05T06:39:14.770Z | Compiling itoa v1.0.11 |
411 | 2024-12-05T06:39:14.811Z | Compiling once_cell v1.20.2 |
412 | 2024-12-05T06:39:15.019Z | Compiling byteorder v1.5.0 |
413 | 2024-12-05T06:39:15.049Z | Compiling rustix v0.38.37 |
414 | 2024-12-05T06:39:15.220Z | Compiling serde_json v1.0.132 |
415 | 2024-12-05T06:39:15.417Z | Compiling bitflags v2.6.0 |
416 | 2024-12-05T06:39:15.533Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-12-05T06:39:15.849Z | Compiling usdt-impl v0.5.0 |
418 | 2024-12-05T06:39:15.849Z | Compiling syn v1.0.109 |
419 | 2024-12-05T06:39:15.890Z | Compiling quote v1.0.37 |
420 | 2024-12-05T06:39:15.914Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-12-05T06:39:16.009Z | Compiling hashbrown v0.15.0 |
422 | 2024-12-05T06:39:16.228Z | Compiling errno v0.3.9 |
423 | 2024-12-05T06:39:16.273Z | Compiling syn v2.0.87 |
424 | 2024-12-05T06:39:16.510Z | Compiling utf8parse v0.2.2 |
425 | 2024-12-05T06:39:16.568Z | Compiling log v0.4.22 |
426 | 2024-12-05T06:39:16.593Z | Compiling camino v1.1.9 |
427 | 2024-12-05T06:39:16.684Z | Compiling equivalent v1.0.1 |
428 | 2024-12-05T06:39:16.760Z | Compiling thread-id v4.2.2 |
429 | 2024-12-05T06:39:16.799Z | Compiling plain v0.2.3 |
430 | 2024-12-05T06:39:16.886Z | Compiling anstyle-parse v0.2.5 |
431 | 2024-12-05T06:39:17.159Z | Compiling indexmap v2.6.0 |
432 | 2024-12-05T06:39:17.253Z | Compiling colorchoice v1.0.2 |
433 | 2024-12-05T06:39:17.308Z | Compiling anstyle-query v1.1.1 |
434 | 2024-12-05T06:39:17.416Z | Compiling unicode-width v0.1.14 |
435 | 2024-12-05T06:39:17.461Z | Compiling semver v1.0.23 |
436 | 2024-12-05T06:39:17.511Z | Compiling anstyle v1.0.10 |
437 | 2024-12-05T06:39:17.592Z | Compiling autocfg v1.4.0 |
438 | 2024-12-05T06:39:17.908Z | Compiling is_terminal_polyfill v1.70.1 |
439 | 2024-12-05T06:39:17.932Z | Compiling winnow v0.6.20 |
440 | 2024-12-05T06:39:17.964Z | Compiling pretty-hex v0.4.1 |
441 | 2024-12-05T06:39:18.051Z | Compiling anstream v0.6.15 |
442 | 2024-12-05T06:39:18.369Z | Compiling terminal_size v0.4.0 |
443 | 2024-12-05T06:39:18.507Z | Compiling cfg-if v1.0.0 |
444 | 2024-12-05T06:39:18.560Z | Compiling clap_lex v0.7.2 |
445 | 2024-12-05T06:39:18.584Z | Compiling fs-err v2.11.0 |
446 | 2024-12-05T06:39:18.650Z | Compiling bytecount v0.6.8 |
447 | 2024-12-05T06:39:18.685Z | Compiling heck v0.4.1 |
448 | 2024-12-05T06:39:18.844Z | Compiling anyhow v1.0.93 |
449 | 2024-12-05T06:39:18.871Z | Compiling heck v0.5.0 |
450 | 2024-12-05T06:39:18.942Z | Compiling fastrand v2.1.1 |
451 | 2024-12-05T06:39:19.033Z | Compiling fnv v1.0.7 |
452 | 2024-12-05T06:39:19.162Z | Compiling strsim v0.11.1 |
453 | 2024-12-05T06:39:19.411Z | Compiling tempfile v3.13.0 |
454 | 2024-12-05T06:39:19.484Z | Compiling clap_builder v4.5.21 |
455 | 2024-12-05T06:39:19.662Z | Compiling papergrid v0.11.0 |
456 | 2024-12-05T06:39:19.938Z | Compiling memmap v0.7.0 |
457 | 2024-12-05T06:39:20.049Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-12-05T06:39:20.153Z | Compiling smawk v0.3.2 |
459 | 2024-12-05T06:39:20.447Z | Compiling textwrap v0.16.1 |
460 | 2024-12-05T06:39:20.810Z | Compiling swrite v0.1.0 |
461 | 2024-12-05T06:39:21.733Z | Compiling tabled_derive v0.7.0 |
462 | 2024-12-05T06:39:23.197Z | Compiling tabled v0.15.0 |
463 | 2024-12-05T06:39:24.424Z | Compiling serde_derive v1.0.215 |
464 | 2024-12-05T06:39:24.424Z | Compiling thiserror-impl v1.0.69 |
465 | 2024-12-05T06:39:24.449Z | Compiling zerocopy-derive v0.7.35 |
466 | 2024-12-05T06:39:24.449Z | Compiling scroll_derive v0.12.0 |
467 | 2024-12-05T06:39:24.534Z | Compiling clap_derive v4.5.18 |
468 | 2024-12-05T06:39:25.451Z | Compiling scroll v0.12.0 |
469 | 2024-12-05T06:39:25.899Z | Compiling goblin v0.8.2 |
470 | 2024-12-05T06:39:26.140Z | Compiling zerocopy v0.7.35 |
471 | 2024-12-05T06:39:26.960Z | Compiling pest v2.7.14 |
472 | 2024-12-05T06:39:27.655Z | Compiling clap v4.5.21 |
473 | 2024-12-05T06:39:28.899Z | Compiling pest_meta v2.7.14 |
474 | 2024-12-05T06:39:29.840Z | Compiling pest_generator v2.7.14 |
475 | 2024-12-05T06:39:31.876Z | Compiling pest_derive v2.7.14 |
476 | 2024-12-05T06:39:32.471Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-12-05T06:39:33.618Z | Compiling serde_spanned v0.6.8 |
478 | 2024-12-05T06:39:33.618Z | Compiling toml_datetime v0.6.8 |
479 | 2024-12-05T06:39:33.924Z | Compiling serde_tokenstream v0.2.2 |
480 | 2024-12-05T06:39:33.955Z | Compiling toml_edit v0.22.22 |
481 | 2024-12-05T06:39:34.007Z | Compiling cargo-platform v0.1.8 |
482 | 2024-12-05T06:39:34.132Z | Compiling macaddr v1.0.1 |
483 | 2024-12-05T06:39:34.478Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-12-05T06:39:35.139Z | Compiling dof v0.3.0 |
485 | 2024-12-05T06:39:35.140Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-12-05T06:39:36.730Z | Compiling toml v0.8.19 |
487 | 2024-12-05T06:39:36.933Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-12-05T06:39:37.050Z | Compiling usdt-macro v0.5.0 |
489 | 2024-12-05T06:39:37.522Z | Compiling cargo_toml v0.20.5 |
490 | 2024-12-05T06:39:38.075Z | Compiling usdt v0.5.0 |
491 | 2024-12-05T06:39:41.848Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-12-05T06:39:47.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.02s |
493 | 2024-12-05T06:39:47.562Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-12-05T06:39:48.235Z | Downloading crates ... |
495 | 2024-12-05T06:39:48.371Z | Downloaded hex v0.4.3 |
496 | 2024-12-05T06:39:48.396Z | Downloaded instability v0.3.2 |
497 | 2024-12-05T06:39:48.396Z | Downloaded md5 v0.7.0 |
498 | 2024-12-05T06:39:48.396Z | Downloaded addr2line v0.24.2 |
499 | 2024-12-05T06:39:48.396Z | Downloaded lru-cache v0.1.2 |
500 | 2024-12-05T06:39:48.396Z | Downloaded idna v0.3.0 |
501 | 2024-12-05T06:39:48.396Z | Downloaded darling v0.20.10 |
502 | 2024-12-05T06:39:48.421Z | Downloaded http-range v0.1.5 |
503 | 2024-12-05T06:39:48.421Z | Downloaded hostname v0.4.0 |
504 | 2024-12-05T06:39:48.421Z | Downloaded httparse v1.9.5 |
505 | 2024-12-05T06:39:48.421Z | Downloaded home v0.5.9 |
506 | 2024-12-05T06:39:48.421Z | Downloaded icu_provider v1.5.0 |
507 | 2024-12-05T06:39:48.446Z | Downloaded itertools v0.12.1 |
508 | 2024-12-05T06:39:48.447Z | Downloaded kstat-rs v0.2.4 |
509 | 2024-12-05T06:39:48.472Z | Downloaded lazycell v1.3.0 |
510 | 2024-12-05T06:39:48.472Z | Downloaded maybe-uninit v2.0.0 |
511 | 2024-12-05T06:39:48.472Z | Downloaded matches v0.1.10 |
512 | 2024-12-05T06:39:48.497Z | Downloaded mime v0.3.17 |
513 | 2024-12-05T06:39:48.497Z | Downloaded xattr v1.3.1 |
514 | 2024-12-05T06:39:48.497Z | Downloaded mime_guess v2.0.5 |
515 | 2024-12-05T06:39:48.497Z | Downloaded const_format_proc_macros v0.2.33 |
516 | 2024-12-05T06:39:48.497Z | Downloaded cipher v0.4.4 |
517 | 2024-12-05T06:39:48.497Z | Downloaded lock_api v0.4.12 |
518 | 2024-12-05T06:39:48.497Z | Downloaded env_filter v0.1.2 |
519 | 2024-12-05T06:39:48.497Z | Downloaded r2d2 v0.8.10 |
520 | 2024-12-05T06:39:48.522Z | Downloaded parse-size v1.1.0 |
521 | 2024-12-05T06:39:48.522Z | Downloaded smallvec v0.6.14 |
522 | 2024-12-05T06:39:48.522Z | Downloaded thiserror-no-std v2.0.2 |
523 | 2024-12-05T06:39:48.548Z | Downloaded untrusted v0.9.0 |
524 | 2024-12-05T06:39:48.548Z | Downloaded difflib v0.4.0 |
525 | 2024-12-05T06:39:48.548Z | Downloaded pbkdf2 v0.11.0 |
526 | 2024-12-05T06:39:48.574Z | Downloaded scopeguard v1.2.0 |
527 | 2024-12-05T06:39:48.574Z | Downloaded untrusted v0.7.1 |
528 | 2024-12-05T06:39:48.599Z | Downloaded peg-macros v0.8.4 |
529 | 2024-12-05T06:39:48.599Z | Downloaded pretty-hex v0.2.1 |
530 | 2024-12-05T06:39:48.599Z | Downloaded normalize-line-endings v0.3.0 |
531 | 2024-12-05T06:39:48.599Z | Downloaded num-complex v0.4.6 |
532 | 2024-12-05T06:39:48.599Z | Downloaded num v0.4.3 |
533 | 2024-12-05T06:39:48.624Z | Downloaded rand_xorshift v0.3.0 |
534 | 2024-12-05T06:39:48.624Z | Downloaded newtype-uuid v1.1.3 |
535 | 2024-12-05T06:39:48.624Z | Downloaded toolchain_find v0.4.0 |
536 | 2024-12-05T06:39:48.624Z | Downloaded precomputed-hash v0.1.1 |
537 | 2024-12-05T06:39:48.624Z | Downloaded num-derive v0.4.2 |
538 | 2024-12-05T06:39:48.649Z | Downloaded powerfmt v0.2.0 |
539 | 2024-12-05T06:39:48.649Z | Downloaded structmeta v0.2.0 |
540 | 2024-12-05T06:39:48.649Z | Downloaded mirai-annotations v1.12.0 |
541 | 2024-12-05T06:39:48.674Z | Downloaded num-conv v0.1.0 |
542 | 2024-12-05T06:39:48.674Z | Downloaded try-lock v0.2.5 |
543 | 2024-12-05T06:39:48.674Z | Downloaded futures-macro v0.3.31 |
544 | 2024-12-05T06:39:48.674Z | Downloaded foreign-types v0.3.2 |
545 | 2024-12-05T06:39:48.674Z | Downloaded darling_macro v0.20.10 |
546 | 2024-12-05T06:39:48.674Z | Downloaded foreign-types-shared v0.3.1 |
547 | 2024-12-05T06:39:48.700Z | Downloaded phf_shared v0.10.0 |
548 | 2024-12-05T06:39:48.700Z | Downloaded zone_cfg_derive v0.1.2 |
549 | 2024-12-05T06:39:48.700Z | Downloaded foreign-types v0.5.0 |
550 | 2024-12-05T06:39:48.700Z | Downloaded slab v0.4.9 |
551 | 2024-12-05T06:39:48.700Z | Downloaded phf v0.11.2 |
552 | 2024-12-05T06:39:48.700Z | Downloaded peg-runtime v0.8.3 |
553 | 2024-12-05T06:39:48.700Z | Downloaded zopfli v0.8.1 |
554 | 2024-12-05T06:39:48.700Z | Downloaded zerofrom v0.1.4 |
555 | 2024-12-05T06:39:48.726Z | Downloaded globset v0.4.15 |
556 | 2024-12-05T06:39:48.726Z | Downloaded zeroize v1.8.1 |
557 | 2024-12-05T06:39:48.726Z | Downloaded derive_builder_macro v0.20.2 |
558 | 2024-12-05T06:39:48.726Z | Downloaded walkdir v2.5.0 |
559 | 2024-12-05T06:39:48.726Z | Downloaded fxhash v0.2.1 |
560 | 2024-12-05T06:39:48.726Z | Downloaded slog-json v2.6.1 |
561 | 2024-12-05T06:39:48.726Z | Downloaded utf8_iter v1.0.4 |
562 | 2024-12-05T06:39:48.726Z | Downloaded sigpipe v0.1.3 |
563 | 2024-12-05T06:39:48.753Z | Downloaded derive_builder_core v0.20.2 |
564 | 2024-12-05T06:39:48.753Z | Downloaded percent-encoding v2.3.1 |
565 | 2024-12-05T06:39:48.753Z | Downloaded simd-adler32 v0.3.7 |
566 | 2024-12-05T06:39:48.753Z | Downloaded slog-envlogger v2.2.0 |
567 | 2024-12-05T06:39:48.753Z | Downloaded signature v2.2.0 |
568 | 2024-12-05T06:39:48.753Z | Downloaded uzers v0.12.1 |
569 | 2024-12-05T06:39:48.753Z | Downloaded rustls-pki-types v1.9.0 |
570 | 2024-12-05T06:39:48.778Z | Downloaded value-bag v1.9.0 |
571 | 2024-12-05T06:39:48.778Z | Downloaded serde_yaml v0.9.34+deprecated |
572 | 2024-12-05T06:39:48.778Z | Downloaded petname v2.0.2 |
573 | 2024-12-05T06:39:48.778Z | Downloaded dhcproto-macros v0.1.0 |
574 | 2024-12-05T06:39:48.778Z | Downloaded vcpkg v0.2.15 |
575 | 2024-12-05T06:39:48.822Z | Downloaded futures-util v0.3.31 |
576 | 2024-12-05T06:39:48.846Z | Downloaded zerovec v0.10.4 |
577 | 2024-12-05T06:39:48.846Z | Downloaded radix_trie v0.2.1 |
578 | 2024-12-05T06:39:48.872Z | Downloaded smoltcp v0.9.1 |
579 | 2024-12-05T06:39:48.872Z | Downloaded regex v1.11.1 |
580 | 2024-12-05T06:39:48.896Z | Downloaded regex-syntax v0.6.29 |
581 | 2024-12-05T06:39:48.896Z | Downloaded smoltcp v0.11.0 |
582 | 2024-12-05T06:39:48.920Z | Downloaded trust-dns-proto v0.22.0 |
583 | 2024-12-05T06:39:48.944Z | Downloaded polar-core v0.27.3 |
584 | 2024-12-05T06:39:48.944Z | Downloaded regress v0.9.1 |
585 | 2024-12-05T06:39:48.968Z | Downloaded rustls v0.21.12 |
586 | 2024-12-05T06:39:48.968Z | Downloaded regex-automata v0.4.8 |
587 | 2024-12-05T06:39:48.993Z | Downloaded regress v0.10.1 |
588 | 2024-12-05T06:39:48.993Z | Downloaded rustls v0.23.14 |
589 | 2024-12-05T06:39:49.018Z | Downloaded rustls v0.22.4 |
590 | 2024-12-05T06:39:49.043Z | Downloaded ratatui v0.28.1 |
591 | 2024-12-05T06:39:49.068Z | Downloaded zerocopy-derive v0.6.6 |
592 | 2024-12-05T06:39:49.068Z | Downloaded regex-syntax v0.8.5 |
593 | 2024-12-05T06:39:49.092Z | Downloaded openapiv3 v2.0.0 |
594 | 2024-12-05T06:39:49.092Z | Downloaded csv v1.3.0 |
595 | 2024-12-05T06:39:49.116Z | Downloaded sled v0.34.7 |
596 | 2024-12-05T06:39:49.141Z | Downloaded dropshot v0.13.0 |
597 | 2024-12-05T06:39:49.166Z | Downloaded libz-sys v1.1.20 |
598 | 2024-12-05T06:39:49.190Z | Downloaded lzma-sys v0.1.20 |
599 | 2024-12-05T06:39:49.214Z | Downloaded zip v0.6.6 |
600 | 2024-12-05T06:39:49.215Z | Downloaded object v0.36.5 |
601 | 2024-12-05T06:39:49.239Z | Downloaded diesel v2.2.4 |
602 | 2024-12-05T06:39:49.263Z | Downloaded uuid v1.11.0 |
603 | 2024-12-05T06:39:49.263Z | Downloaded sha3 v0.10.8 |
604 | 2024-12-05T06:39:49.263Z | Downloaded rustls-pemfile v2.2.0 |
605 | 2024-12-05T06:39:49.263Z | Downloaded tokio v1.40.0 |
606 | 2024-12-05T06:39:49.308Z | Downloaded h2 v0.4.6 |
607 | 2024-12-05T06:39:49.332Z | Downloaded rsa v0.9.6 |
608 | 2024-12-05T06:39:49.332Z | Downloaded portable-atomic v1.9.0 |
609 | 2024-12-05T06:39:49.332Z | Downloaded nix v0.29.0 |
610 | 2024-12-05T06:39:49.357Z | Downloaded zerocopy-derive v0.8.10 |
611 | 2024-12-05T06:39:49.357Z | Downloaded petgraph v0.6.5 |
612 | 2024-12-05T06:39:49.382Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
613 | 2024-12-05T06:39:49.406Z | Downloaded pem-rfc7468 v0.7.0 |
614 | 2024-12-05T06:39:49.406Z | Downloaded dhcproto v0.12.0 |
615 | 2024-12-05T06:39:49.406Z | Downloaded ron v0.8.1 |
616 | 2024-12-05T06:39:49.406Z | Downloaded nix v0.28.0 |
617 | 2024-12-05T06:39:49.430Z | Downloaded slog-dtrace v0.3.0 |
618 | 2024-12-05T06:39:49.430Z | Downloaded rustls-pemfile v1.0.4 |
619 | 2024-12-05T06:39:49.430Z | Downloaded der v0.7.9 |
620 | 2024-12-05T06:39:49.431Z | Downloaded quick-xml v0.33.0 |
621 | 2024-12-05T06:39:49.455Z | Downloaded encoding_rs v0.8.34 |
622 | 2024-12-05T06:39:49.479Z | Downloaded serde-hex v0.1.0 |
623 | 2024-12-05T06:39:49.479Z | Downloaded semver v0.1.20 |
624 | 2024-12-05T06:39:49.479Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
625 | 2024-12-05T06:39:49.534Z | Downloaded futures v0.3.31 |
626 | 2024-12-05T06:39:49.558Z | Downloaded zerovec-derive v0.10.3 |
627 | 2024-12-05T06:39:49.558Z | Downloaded sqlparser v0.45.0 |
628 | 2024-12-05T06:39:49.558Z | Downloaded object v0.30.4 |
629 | 2024-12-05T06:39:49.583Z | Downloaded flate2 v1.0.34 |
630 | 2024-12-05T06:39:49.583Z | Downloaded rayon v1.10.0 |
631 | 2024-12-05T06:39:49.583Z | Downloaded nix v0.27.1 |
632 | 2024-12-05T06:39:49.607Z | Downloaded getrandom v0.2.15 |
633 | 2024-12-05T06:39:49.607Z | Downloaded des v0.8.1 |
634 | 2024-12-05T06:39:49.607Z | Downloaded derive_more v0.99.18 |
635 | 2024-12-05T06:39:49.607Z | Downloaded defmt-parser v0.3.4 |
636 | 2024-12-05T06:39:49.607Z | Downloaded dropshot v0.12.0 |
637 | 2024-12-05T06:39:49.631Z | Downloaded smf v0.2.3 |
638 | 2024-12-05T06:39:49.631Z | Downloaded serde-big-array v0.5.1 |
639 | 2024-12-05T06:39:49.631Z | Downloaded derive_builder v0.20.2 |
640 | 2024-12-05T06:39:49.656Z | Downloaded rustc_version v0.4.1 |
641 | 2024-12-05T06:39:49.656Z | Downloaded slog v2.7.0 |
642 | 2024-12-05T06:39:49.656Z | Downloaded signal-hook-tokio v0.3.1 |
643 | 2024-12-05T06:39:49.656Z | Downloaded pem v3.0.4 |
644 | 2024-12-05T06:39:49.656Z | Downloaded gethostname v0.5.0 |
645 | 2024-12-05T06:39:49.656Z | Downloaded defmt v0.3.8 |
646 | 2024-12-05T06:39:49.656Z | Downloaded reedline v0.35.0 |
647 | 2024-12-05T06:39:49.657Z | Downloaded foldhash v0.1.3 |
648 | 2024-12-05T06:39:49.681Z | Downloaded zip v2.1.3 |
649 | 2024-12-05T06:39:49.681Z | Downloaded vte v0.11.1 |
650 | 2024-12-05T06:39:49.681Z | Downloaded unicode-bidi v0.3.17 |
651 | 2024-12-05T06:39:49.682Z | Downloaded tough v0.19.0 |
652 | 2024-12-05T06:39:49.682Z | Downloaded unicode-width v0.2.0 |
653 | 2024-12-05T06:39:49.706Z | Downloaded vergen v8.3.2 |
654 | 2024-12-05T06:39:49.706Z | Downloaded tokio-util v0.7.12 |
655 | 2024-12-05T06:39:49.706Z | Downloaded zeroize_derive v1.4.2 |
656 | 2024-12-05T06:39:49.706Z | Downloaded zerofrom-derive v0.1.4 |
657 | 2024-12-05T06:39:49.706Z | Downloaded half v2.4.1 |
658 | 2024-12-05T06:39:49.706Z | Downloaded rustfmt-wrapper v0.2.1 |
659 | 2024-12-05T06:39:49.706Z | Downloaded rpassword v7.3.1 |
660 | 2024-12-05T06:39:49.706Z | Downloaded pin-project-lite v0.2.14 |
661 | 2024-12-05T06:39:49.731Z | Downloaded pkcs5 v0.7.1 |
662 | 2024-12-05T06:39:49.731Z | Downloaded typify-impl v0.2.0 |
663 | 2024-12-05T06:39:49.755Z | Downloaded defmt-macros v0.3.9 |
664 | 2024-12-05T06:39:49.756Z | Downloaded debug-ignore v1.0.5 |
665 | 2024-12-05T06:39:49.756Z | Downloaded tracing v0.1.40 |
666 | 2024-12-05T06:39:49.756Z | Downloaded tinyvec v1.8.0 |
667 | 2024-12-05T06:39:49.756Z | Downloaded similar v2.6.0 |
668 | 2024-12-05T06:39:49.756Z | Downloaded pin-project v1.1.6 |
669 | 2024-12-05T06:39:49.780Z | Downloaded vsss-rs v3.3.4 |
670 | 2024-12-05T06:39:49.781Z | Downloaded proptest v1.5.0 |
671 | 2024-12-05T06:39:49.781Z | Downloaded waitgroup v0.1.2 |
672 | 2024-12-05T06:39:49.781Z | Downloaded hash32 v0.2.1 |
673 | 2024-12-05T06:39:49.806Z | Downloaded group v0.13.0 |
674 | 2024-12-05T06:39:49.806Z | Downloaded glob v0.3.1 |
675 | 2024-12-05T06:39:49.806Z | Downloaded ghash v0.5.1 |
676 | 2024-12-05T06:39:49.806Z | Downloaded postgres-protocol v0.6.7 |
677 | 2024-12-05T06:39:49.806Z | Downloaded postcard v1.0.10 |
678 | 2024-12-05T06:39:49.806Z | Downloaded phf_generator v0.11.2 |
679 | 2024-12-05T06:39:49.806Z | Downloaded slog-bunyan v2.5.0 |
680 | 2024-12-05T06:39:49.806Z | Downloaded slog-async v2.8.0 |
681 | 2024-12-05T06:39:49.806Z | Downloaded polyval v0.6.2 |
682 | 2024-12-05T06:39:49.806Z | Downloaded pin-utils v0.1.0 |
683 | 2024-12-05T06:39:49.806Z | Downloaded darling_core v0.20.10 |
684 | 2024-12-05T06:39:49.831Z | Downloaded poly1305 v0.8.0 |
685 | 2024-12-05T06:39:49.831Z | Downloaded num-traits v0.2.19 |
686 | 2024-12-05T06:39:49.831Z | Downloaded tracing-core v0.1.32 |
687 | 2024-12-05T06:39:49.831Z | Downloaded openssl v0.10.66 |
688 | 2024-12-05T06:39:49.831Z | Downloaded phf_codegen v0.11.2 |
689 | 2024-12-05T06:39:49.831Z | Downloaded zone_cfg_derive v0.3.0 |
690 | 2024-12-05T06:39:49.855Z | Downloaded snafu v0.8.5 |
691 | 2024-12-05T06:39:49.855Z | Downloaded zone v0.3.0 |
692 | 2024-12-05T06:39:49.856Z | Downloaded zone v0.1.8 |
693 | 2024-12-05T06:39:49.856Z | Downloaded pin-project-internal v1.1.6 |
694 | 2024-12-05T06:39:49.856Z | Downloaded data-encoding v2.6.0 |
695 | 2024-12-05T06:39:49.857Z | Downloaded wait-timeout v0.2.0 |
696 | 2024-12-05T06:39:49.857Z | Downloaded signal-hook v0.3.17 |
697 | 2024-12-05T06:39:49.857Z | Downloaded utf-8 v0.7.6 |
698 | 2024-12-05T06:39:49.857Z | Downloaded num-rational v0.4.2 |
699 | 2024-12-05T06:39:49.857Z | Downloaded ron v0.7.1 |
700 | 2024-12-05T06:39:49.881Z | Downloaded toml_edit v0.19.15 |
701 | 2024-12-05T06:39:49.881Z | Downloaded siphasher v0.3.11 |
702 | 2024-12-05T06:39:49.881Z | Downloaded phf_shared v0.11.2 |
703 | 2024-12-05T06:39:49.881Z | Downloaded foreign-types-macros v0.2.3 |
704 | 2024-12-05T06:39:49.881Z | Downloaded pkcs1 v0.7.5 |
705 | 2024-12-05T06:39:49.906Z | Downloaded ssh-key v0.6.6 |
706 | 2024-12-05T06:39:49.906Z | Downloaded signal-hook-registry v1.4.2 |
707 | 2024-12-05T06:39:49.906Z | Downloaded num-integer v0.1.46 |
708 | 2024-12-05T06:39:49.906Z | Downloaded pkcs8 v0.10.2 |
709 | 2024-12-05T06:39:49.906Z | Downloaded utf16_iter v1.0.5 |
710 | 2024-12-05T06:39:49.906Z | Downloaded socket2 v0.5.7 |
711 | 2024-12-05T06:39:49.906Z | Downloaded mio v1.0.2 |
712 | 2024-12-05T06:39:49.930Z | Downloaded shlex v1.3.0 |
713 | 2024-12-05T06:39:49.930Z | Downloaded git2 v0.19.0 |
714 | 2024-12-05T06:39:49.930Z | Downloaded foreign-types-shared v0.1.1 |
715 | 2024-12-05T06:39:49.930Z | Downloaded signal-hook-mio v0.2.4 |
716 | 2024-12-05T06:39:49.930Z | Downloaded unicase v2.7.0 |
717 | 2024-12-05T06:39:49.931Z | Downloaded spin v0.9.8 |
718 | 2024-12-05T06:39:49.931Z | Downloaded rustls-webpki v0.102.8 |
719 | 2024-12-05T06:39:49.956Z | Downloaded sha1 v0.10.6 |
720 | 2024-12-05T06:39:49.956Z | Downloaded futures-channel v0.3.31 |
721 | 2024-12-05T06:39:49.956Z | Downloaded tui-tree-widget v0.22.0 |
722 | 2024-12-05T06:39:49.956Z | Downloaded miniz_oxide v0.8.0 |
723 | 2024-12-05T06:39:49.981Z | Downloaded p384 v0.13.0 |
724 | 2024-12-05T06:39:49.981Z | Downloaded vte_generate_state_changes v0.1.2 |
725 | 2024-12-05T06:39:49.981Z | Downloaded shell-words v1.1.0 |
726 | 2024-12-05T06:39:49.981Z | Downloaded pkg-config v0.3.31 |
727 | 2024-12-05T06:39:49.981Z | Downloaded futures-task v0.3.31 |
728 | 2024-12-05T06:39:49.981Z | Downloaded futures-sink v0.3.31 |
729 | 2024-12-05T06:39:49.981Z | Downloaded futures-io v0.3.31 |
730 | 2024-12-05T06:39:49.981Z | Downloaded futures-executor v0.3.31 |
731 | 2024-12-05T06:39:49.981Z | Downloaded snafu-derive v0.8.5 |
732 | 2024-12-05T06:39:49.981Z | Downloaded number_prefix v0.4.0 |
733 | 2024-12-05T06:39:49.981Z | Downloaded num_enum_derive v0.5.11 |
734 | 2024-12-05T06:39:49.981Z | Downloaded num_enum v0.5.11 |
735 | 2024-12-05T06:39:50.006Z | Downloaded nanorand v0.7.0 |
736 | 2024-12-05T06:39:50.006Z | Downloaded headers v0.4.0 |
737 | 2024-12-05T06:39:50.006Z | Downloaded tracing-attributes v0.1.27 |
738 | 2024-12-05T06:39:50.006Z | Downloaded flume v0.11.1 |
739 | 2024-12-05T06:39:50.006Z | Downloaded salty v0.3.0 |
740 | 2024-12-05T06:39:50.031Z | Downloaded futures-core v0.3.31 |
741 | 2024-12-05T06:39:50.031Z | Downloaded ssh-cipher v0.2.0 |
742 | 2024-12-05T06:39:50.031Z | Downloaded sqlformat v0.2.6 |
743 | 2024-12-05T06:39:50.031Z | Downloaded spin v0.5.2 |
744 | 2024-12-05T06:39:50.031Z | Downloaded num-iter v0.1.45 |
745 | 2024-12-05T06:39:50.031Z | Downloaded mockall_derive v0.13.0 |
746 | 2024-12-05T06:39:50.031Z | Downloaded omicron-zone-package v0.11.1 |
747 | 2024-12-05T06:39:50.031Z | Downloaded sqlparser_derive v0.2.2 |
748 | 2024-12-05T06:39:50.031Z | Downloaded spki v0.7.3 |
749 | 2024-12-05T06:39:50.031Z | Downloaded num_threads v0.1.7 |
750 | 2024-12-05T06:39:50.056Z | Downloaded multimap v0.10.0 |
751 | 2024-12-05T06:39:50.056Z | Downloaded multer v3.1.0 |
752 | 2024-12-05T06:39:50.056Z | Downloaded mockall v0.13.0 |
753 | 2024-12-05T06:39:50.056Z | Downloaded hashlink v0.9.1 |
754 | 2024-12-05T06:39:50.056Z | Downloaded hash32 v0.3.1 |
755 | 2024-12-05T06:39:50.056Z | Downloaded tls_codec_derive v0.4.1 |
756 | 2024-12-05T06:39:50.056Z | Downloaded tls_codec v0.4.1 |
757 | 2024-12-05T06:39:50.056Z | Downloaded tinystr v0.7.6 |
758 | 2024-12-05T06:39:50.056Z | Downloaded strum_macros v0.26.4 |
759 | 2024-12-05T06:39:50.056Z | Downloaded primeorder v0.13.6 |
760 | 2024-12-05T06:39:50.056Z | Downloaded predicates-tree v1.0.11 |
761 | 2024-12-05T06:39:50.056Z | Downloaded dropshot_endpoint v0.13.0 |
762 | 2024-12-05T06:39:50.080Z | Downloaded dropshot_endpoint v0.12.0 |
763 | 2024-12-05T06:39:50.080Z | Downloaded diff v0.1.13 |
764 | 2024-12-05T06:39:50.080Z | Downloaded diesel_derives v2.2.3 |
765 | 2024-12-05T06:39:50.080Z | Downloaded toml v0.7.8 |
766 | 2024-12-05T06:39:50.080Z | Downloaded tokio-postgres v0.7.12 |
767 | 2024-12-05T06:39:50.080Z | Downloaded rand v0.8.5 |
768 | 2024-12-05T06:39:50.106Z | Downloaded qorb v0.2.1 |
769 | 2024-12-05T06:39:50.106Z | Downloaded publicsuffix v2.2.3 |
770 | 2024-12-05T06:39:50.106Z | Downloaded num-bigint-dig v0.8.4 |
771 | 2024-12-05T06:39:50.106Z | Downloaded num-bigint v0.4.6 |
772 | 2024-12-05T06:39:50.106Z | Downloaded unicode-normalization v0.1.24 |
773 | 2024-12-05T06:39:50.106Z | Downloaded rustls-webpki v0.101.7 |
774 | 2024-12-05T06:39:50.131Z | Downloaded bstr v1.10.0 |
775 | 2024-12-05T06:39:50.155Z | Downloaded tinyvec_macros v0.1.1 |
776 | 2024-12-05T06:39:50.155Z | Downloaded termtree v0.4.1 |
777 | 2024-12-05T06:39:50.155Z | Downloaded strum_macros v0.25.3 |
778 | 2024-12-05T06:39:50.155Z | Downloaded strum_macros v0.24.3 |
779 | 2024-12-05T06:39:50.156Z | Downloaded strum v0.26.3 |
780 | 2024-12-05T06:39:50.156Z | Downloaded structmeta-derive v0.3.0 |
781 | 2024-12-05T06:39:50.156Z | Downloaded structmeta-derive v0.2.0 |
782 | 2024-12-05T06:39:50.156Z | Downloaded structmeta v0.3.0 |
783 | 2024-12-05T06:39:50.156Z | Downloaded strip-ansi-escapes v0.2.0 |
784 | 2024-12-05T06:39:50.156Z | Downloaded stringprep v0.1.5 |
785 | 2024-12-05T06:39:50.156Z | Downloaded rfc6979 v0.4.0 |
786 | 2024-12-05T06:39:50.156Z | Downloaded rustyline v14.0.0 |
787 | 2024-12-05T06:39:50.156Z | Downloaded stable_deref_trait v1.2.0 |
788 | 2024-12-05T06:39:50.180Z | Downloaded ssh-encoding v0.2.0 |
789 | 2024-12-05T06:39:50.180Z | Downloaded postgres-types v0.2.8 |
790 | 2024-12-05T06:39:50.180Z | Downloaded tokio-rustls v0.24.1 |
791 | 2024-12-05T06:39:50.180Z | Downloaded unicode-segmentation v1.12.0 |
792 | 2024-12-05T06:39:50.180Z | Downloaded webpki-roots v0.26.6 |
793 | 2024-12-05T06:39:50.180Z | Downloaded chrono-tz v0.10.0 |
794 | 2024-12-05T06:39:50.205Z | Downloaded predicates-core v1.0.8 |
795 | 2024-12-05T06:39:50.205Z | Downloaded predicates v3.1.2 |
796 | 2024-12-05T06:39:50.205Z | Downloaded ppv-lite86 v0.2.20 |
797 | 2024-12-05T06:39:50.205Z | Downloaded peg v0.8.4 |
798 | 2024-12-05T06:39:50.205Z | Downloaded olpc-cjson v0.1.4 |
799 | 2024-12-05T06:39:50.205Z | Downloaded tokio-tungstenite v0.24.0 |
800 | 2024-12-05T06:39:50.205Z | Downloaded tokio-tungstenite v0.23.1 |
801 | 2024-12-05T06:39:50.205Z | Downloaded tokio-tungstenite v0.21.0 |
802 | 2024-12-05T06:39:50.229Z | Downloaded tokio-stream v0.1.16 |
803 | 2024-12-05T06:39:50.229Z | Downloaded tokio-rustls v0.26.0 |
804 | 2024-12-05T06:39:50.229Z | Downloaded tokio-rustls v0.25.0 |
805 | 2024-12-05T06:39:50.229Z | Downloaded rcgen v0.12.1 |
806 | 2024-12-05T06:39:50.229Z | Downloaded ring v0.17.8 |
807 | 2024-12-05T06:39:50.301Z | Downloaded rayon-core v1.12.1 |
808 | 2024-12-05T06:39:50.326Z | Downloaded nom v7.1.3 |
809 | 2024-12-05T06:39:50.326Z | Downloaded opaque-debug v0.3.1 |
810 | 2024-12-05T06:39:50.326Z | Downloaded float-ord v0.3.2 |
811 | 2024-12-05T06:39:50.326Z | Downloaded float-cmp v0.9.0 |
812 | 2024-12-05T06:39:50.326Z | Downloaded dsl_auto_type v0.1.2 |
813 | 2024-12-05T06:39:50.326Z | Downloaded diesel-dtrace v0.3.0 |
814 | 2024-12-05T06:39:50.326Z | Downloaded tokio-native-tls v0.3.1 |
815 | 2024-12-05T06:39:50.326Z | Downloaded tokio-macros v2.4.0 |
816 | 2024-12-05T06:39:50.326Z | Downloaded downcast v0.11.0 |
817 | 2024-12-05T06:39:50.326Z | Downloaded topological-sort v0.2.2 |
818 | 2024-12-05T06:39:50.326Z | Downloaded ref-cast v1.0.23 |
819 | 2024-12-05T06:39:50.351Z | Downloaded quick-error v1.2.3 |
820 | 2024-12-05T06:39:50.351Z | Downloaded progenitor v0.8.0 |
821 | 2024-12-05T06:39:50.351Z | Downloaded p521 v0.13.3 |
822 | 2024-12-05T06:39:50.351Z | Downloaded diesel_table_macro_syntax v0.2.0 |
823 | 2024-12-05T06:39:50.351Z | Downloaded tower-service v0.3.3 |
824 | 2024-12-05T06:39:50.351Z | Downloaded rand_core v0.6.4 |
825 | 2024-12-05T06:39:50.351Z | Downloaded nodrop v0.1.14 |
826 | 2024-12-05T06:39:50.351Z | Downloaded native-tls v0.2.12 |
827 | 2024-12-05T06:39:50.351Z | Downloaded gimli v0.31.1 |
828 | 2024-12-05T06:39:50.375Z | Downloaded psl-types v2.0.11 |
829 | 2024-12-05T06:39:50.375Z | Downloaded progenitor-macro v0.8.0 |
830 | 2024-12-05T06:39:50.375Z | Downloaded libsqlite3-sys v0.30.1 |
831 | 2024-12-05T06:39:50.447Z | Downloaded proc-macro-crate v1.3.1 |
832 | 2024-12-05T06:39:50.471Z | Downloaded fragile v2.0.0 |
833 | 2024-12-05T06:39:50.472Z | Downloaded unicode-properties v0.1.3 |
834 | 2024-12-05T06:39:50.472Z | Downloaded hashbrown v0.14.5 |
835 | 2024-12-05T06:39:50.472Z | Downloaded hashbrown v0.13.2 |
836 | 2024-12-05T06:39:50.472Z | Downloaded display-error-chain v0.2.2 |
837 | 2024-12-05T06:39:50.473Z | Downloaded rand_seeder v0.3.0 |
838 | 2024-12-05T06:39:50.473Z | Downloaded rand_chacha v0.3.1 |
839 | 2024-12-05T06:39:50.474Z | Downloaded radium v0.7.0 |
840 | 2024-12-05T06:39:50.474Z | Downloaded hashbrown v0.12.3 |
841 | 2024-12-05T06:39:50.500Z | Downloaded nibble_vec v0.1.0 |
842 | 2024-12-05T06:39:50.500Z | Downloaded newtype_derive v0.1.6 |
843 | 2024-12-05T06:39:50.500Z | Downloaded form_urlencoded v1.2.1 |
844 | 2024-12-05T06:39:50.500Z | Downloaded dirs-sys-next v0.1.2 |
845 | 2024-12-05T06:39:50.500Z | Downloaded dirs-next v2.0.0 |
846 | 2024-12-05T06:39:50.500Z | Downloaded der_derive v0.7.3 |
847 | 2024-12-05T06:39:50.500Z | Downloaded nu-ansi-term v0.50.1 |
848 | 2024-12-05T06:39:50.500Z | Downloaded newline-converter v0.3.0 |
849 | 2024-12-05T06:39:50.500Z | Downloaded new_debug_unreachable v1.0.6 |
850 | 2024-12-05T06:39:50.500Z | Downloaded test-strategy v0.3.1 |
851 | 2024-12-05T06:39:50.500Z | Downloaded openssl-sys v0.9.103 |
852 | 2024-12-05T06:39:50.500Z | Downloaded deranged v0.3.11 |
853 | 2024-12-05T06:39:50.564Z | Downloaded unicode-truncate v1.1.0 |
854 | 2024-12-05T06:39:50.564Z | Downloaded thiserror-impl v2.0.3 |
855 | 2024-12-05T06:39:50.564Z | Downloaded thiserror v2.0.3 |
856 | 2024-12-05T06:39:50.589Z | Downloaded parking_lot v0.12.3 |
857 | 2024-12-05T06:39:50.589Z | Downloaded ring v0.16.20 |
858 | 2024-12-05T06:39:50.666Z | Downloaded p256 v0.13.2 |
859 | 2024-12-05T06:39:50.692Z | Downloaded curve25519-dalek v4.1.3 |
860 | 2024-12-05T06:39:50.692Z | Downloaded fs_extra v1.3.0 |
861 | 2024-12-05T06:39:50.692Z | Downloaded url v2.5.3 |
862 | 2024-12-05T06:39:50.693Z | Downloaded unsafe-libyaml v0.2.11 |
863 | 2024-12-05T06:39:50.717Z | Downloaded unicode_categories v0.1.1 |
864 | 2024-12-05T06:39:50.717Z | Downloaded time v0.3.36 |
865 | 2024-12-05T06:39:50.717Z | Downloaded salsa20 v0.10.2 |
866 | 2024-12-05T06:39:50.717Z | Downloaded rusty-fork v0.3.0 |
867 | 2024-12-05T06:39:50.717Z | Downloaded rustversion v1.0.17 |
868 | 2024-12-05T06:39:50.717Z | Downloaded parking_lot_core v0.8.6 |
869 | 2024-12-05T06:39:50.718Z | Downloaded parking_lot v0.11.2 |
870 | 2024-12-05T06:39:50.742Z | Downloaded oso v0.27.3 |
871 | 2024-12-05T06:39:50.742Z | Downloaded ed25519-dalek v2.1.1 |
872 | 2024-12-05T06:39:50.742Z | Downloaded zerocopy v0.8.10 |
873 | 2024-12-05T06:39:50.767Z | Downloaded yoke v0.7.4 |
874 | 2024-12-05T06:39:50.791Z | Downloaded winnow v0.5.40 |
875 | 2024-12-05T06:39:50.791Z | Downloaded funty v2.0.0 |
876 | 2024-12-05T06:39:50.791Z | Downloaded displaydoc v0.2.5 |
877 | 2024-12-05T06:39:50.815Z | Downloaded derive-where v1.2.7 |
878 | 2024-12-05T06:39:50.815Z | Downloaded universal-hash v0.5.1 |
879 | 2024-12-05T06:39:50.815Z | Downloaded unicode-xid v0.2.6 |
880 | 2024-12-05T06:39:50.815Z | Downloaded tiny-keccak v2.0.2 |
881 | 2024-12-05T06:39:50.815Z | Downloaded time-macros v0.2.18 |
882 | 2024-12-05T06:39:50.815Z | Downloaded thiserror-impl-no-std v2.0.2 |
883 | 2024-12-05T06:39:50.840Z | Downloaded schemars v0.8.21 |
884 | 2024-12-05T06:39:50.840Z | Downloaded parse-zoneinfo v0.3.1 |
885 | 2024-12-05T06:39:50.864Z | Downloaded packed_struct_codegen v0.10.1 |
886 | 2024-12-05T06:39:50.865Z | Downloaded packed_struct v0.10.1 |
887 | 2024-12-05T06:39:50.865Z | Downloaded owo-colors v4.1.0 |
888 | 2024-12-05T06:39:50.865Z | Downloaded openssl-probe v0.1.5 |
889 | 2024-12-05T06:39:50.865Z | Downloaded openssl-macros v0.1.1 |
890 | 2024-12-05T06:39:50.865Z | Downloaded elliptic-curve v0.13.8 |
891 | 2024-12-05T06:39:50.865Z | Downloaded ed25519 v2.2.3 |
892 | 2024-12-05T06:39:50.889Z | Downloaded ecdsa v0.16.9 |
893 | 2024-12-05T06:39:50.889Z | Downloaded reqwest v0.12.9 |
894 | 2024-12-05T06:39:50.890Z | Downloaded chrono v0.4.38 |
895 | 2024-12-05T06:39:50.890Z | Downloaded time-core v0.1.2 |
896 | 2024-12-05T06:39:50.890Z | Downloaded thread_local v1.1.8 |
897 | 2024-12-05T06:39:50.890Z | Downloaded sec1 v0.7.3 |
898 | 2024-12-05T06:39:50.914Z | Downloaded sct v0.7.1 |
899 | 2024-12-05T06:39:50.914Z | Downloaded scrypt v0.11.0 |
900 | 2024-12-05T06:39:50.914Z | Downloaded schemars_derive v0.8.21 |
901 | 2024-12-05T06:39:50.914Z | Downloaded samael v0.0.17 |
902 | 2024-12-05T06:39:50.914Z | Downloaded oso-derive v0.27.3 |
903 | 2024-12-05T06:39:50.914Z | Downloaded expectorate v1.1.0 |
904 | 2024-12-05T06:39:50.914Z | Downloaded enum-as-inner v0.6.1 |
905 | 2024-12-05T06:39:50.914Z | Downloaded enum-as-inner v0.5.1 |
906 | 2024-12-05T06:39:50.914Z | Downloaded ena v0.14.3 |
907 | 2024-12-05T06:39:50.914Z | Downloaded embedded-io v0.6.1 |
908 | 2024-12-05T06:39:50.915Z | Downloaded embedded-io v0.4.0 |
909 | 2024-12-05T06:39:50.939Z | Downloaded either v1.13.0 |
910 | 2024-12-05T06:39:50.939Z | Downloaded dyn-clone v1.0.17 |
911 | 2024-12-05T06:39:50.939Z | Downloaded dunce v1.0.5 |
912 | 2024-12-05T06:39:50.939Z | Downloaded x509-cert v0.2.5 |
913 | 2024-12-05T06:39:50.939Z | Downloaded serde_with v3.11.0 |
914 | 2024-12-05T06:39:50.939Z | Downloaded rusqlite v0.32.1 |
915 | 2024-12-05T06:39:50.964Z | Downloaded quinn-proto v0.11.8 |
916 | 2024-12-05T06:39:50.964Z | Downloaded crossterm v0.28.1 |
917 | 2024-12-05T06:39:50.964Z | Downloaded aws-lc-rs v1.10.0 |
918 | 2024-12-05T06:39:50.988Z | Downloaded scheduled-thread-pool v0.2.7 |
919 | 2024-12-05T06:39:50.988Z | Downloaded same-file v1.0.6 |
920 | 2024-12-05T06:39:50.988Z | Downloaded pbkdf2 v0.12.2 |
921 | 2024-12-05T06:39:50.988Z | Downloaded paste v1.0.15 |
922 | 2024-12-05T06:39:50.988Z | Downloaded password-hash v0.5.0 |
923 | 2024-12-05T06:39:50.988Z | Downloaded parse-display v0.10.0 |
924 | 2024-12-05T06:39:50.988Z | Downloaded parking_lot_core v0.9.10 |
925 | 2024-12-05T06:39:50.988Z | Downloaded fatfs v0.3.6 |
926 | 2024-12-05T06:39:50.988Z | Downloaded env_logger v0.11.5 |
927 | 2024-12-05T06:39:50.988Z | Downloaded endian-type v0.1.2 |
928 | 2024-12-05T06:39:50.988Z | Downloaded writeable v0.5.5 |
929 | 2024-12-05T06:39:51.013Z | Downloaded typed-path v0.9.3 |
930 | 2024-12-05T06:39:51.013Z | Downloaded tungstenite v0.24.0 |
931 | 2024-12-05T06:39:51.013Z | Downloaded tungstenite v0.23.0 |
932 | 2024-12-05T06:39:51.013Z | Downloaded steno v0.4.1 |
933 | 2024-12-05T06:39:51.013Z | Downloaded path-slash v0.1.5 |
934 | 2024-12-05T06:39:51.013Z | Downloaded parse-display-derive v0.10.0 |
935 | 2024-12-05T06:39:51.013Z | Downloaded fallible-iterator v0.2.0 |
936 | 2024-12-05T06:39:51.013Z | Downloaded whoami v1.5.2 |
937 | 2024-12-05T06:39:51.038Z | Downloaded tungstenite v0.21.0 |
938 | 2024-12-05T06:39:51.038Z | Downloaded russh v0.45.0 |
939 | 2024-12-05T06:39:51.038Z | Downloaded resolv-conf v0.7.0 |
940 | 2024-12-05T06:39:51.038Z | Downloaded flagset v0.4.6 |
941 | 2024-12-05T06:39:51.038Z | Downloaded filetime v0.2.25 |
942 | 2024-12-05T06:39:51.038Z | Downloaded ff v0.13.0 |
943 | 2024-12-05T06:39:51.038Z | Downloaded fd-lock v4.0.2 |
944 | 2024-12-05T06:39:51.038Z | Downloaded fallible-streaming-iterator v0.1.9 |
945 | 2024-12-05T06:39:51.063Z | Downloaded env_logger v0.10.2 |
946 | 2024-12-05T06:39:51.063Z | Downloaded zerocopy v0.6.6 |
947 | 2024-12-05T06:39:51.063Z | Downloaded yasna v0.5.2 |
948 | 2024-12-05T06:39:51.063Z | Downloaded which v4.4.2 |
949 | 2024-12-05T06:39:51.063Z | Downloaded tar v0.4.42 |
950 | 2024-12-05T06:39:51.063Z | Downloaded subprocess v0.2.9 |
951 | 2024-12-05T06:39:51.063Z | Downloaded rustc-hash v2.0.0 |
952 | 2024-12-05T06:39:51.063Z | Downloaded quinn v0.11.5 |
953 | 2024-12-05T06:39:51.063Z | Downloaded lalrpop v0.19.12 |
954 | 2024-12-05T06:39:51.088Z | Downloaded fixedbitset v0.4.2 |
955 | 2024-12-05T06:39:51.088Z | Downloaded fallible-iterator v0.3.0 |
956 | 2024-12-05T06:39:51.088Z | Downloaded xz2 v0.1.7 |
957 | 2024-12-05T06:39:51.088Z | Downloaded write16 v1.0.0 |
958 | 2024-12-05T06:39:51.088Z | Downloaded want v0.3.1 |
959 | 2024-12-05T06:39:51.088Z | Downloaded unarray v0.1.4 |
960 | 2024-12-05T06:39:51.088Z | Downloaded typify-macro v0.2.0 |
961 | 2024-12-05T06:39:51.088Z | Downloaded typify v0.2.0 |
962 | 2024-12-05T06:39:51.088Z | Downloaded twox-hash v1.6.3 |
963 | 2024-12-05T06:39:51.088Z | Downloaded term v0.7.0 |
964 | 2024-12-05T06:39:51.113Z | Downloaded tabwriter v1.4.0 |
965 | 2024-12-05T06:39:51.113Z | Downloaded supports-color v3.0.1 |
966 | 2024-12-05T06:39:51.113Z | Downloaded static_assertions v1.1.0 |
967 | 2024-12-05T06:39:51.113Z | Downloaded serde_repr v0.1.19 |
968 | 2024-12-05T06:39:51.113Z | Downloaded russh-keys v0.45.0 |
969 | 2024-12-05T06:39:51.113Z | Downloaded compact_str v0.8.0 |
970 | 2024-12-05T06:39:51.113Z | Downloaded secrecy v0.8.0 |
971 | 2024-12-05T06:39:51.113Z | Downloaded password-hash v0.4.2 |
972 | 2024-12-05T06:39:51.113Z | Downloaded yoke-derive v0.7.4 |
973 | 2024-12-05T06:39:51.113Z | Downloaded wyz v0.5.1 |
974 | 2024-12-05T06:39:51.113Z | Downloaded termios v0.3.3 |
975 | 2024-12-05T06:39:51.137Z | Downloaded termcolor v1.4.1 |
976 | 2024-12-05T06:39:51.137Z | Downloaded tap v1.0.1 |
977 | 2024-12-05T06:39:51.137Z | Downloaded take_mut v0.2.2 |
978 | 2024-12-05T06:39:51.137Z | Downloaded synstructure v0.13.1 |
979 | 2024-12-05T06:39:51.137Z | Downloaded sync_wrapper v1.0.1 |
980 | 2024-12-05T06:39:51.137Z | Downloaded sync-ptr v0.1.1 |
981 | 2024-12-05T06:39:51.137Z | Downloaded subtle v2.6.1 |
982 | 2024-12-05T06:39:51.137Z | Downloaded string_cache v0.8.7 |
983 | 2024-12-05T06:39:51.138Z | Downloaded aws-lc-sys v0.22.0 |
984 | 2024-12-05T06:39:51.387Z | Downloaded smallvec v1.13.2 |
985 | 2024-12-05T06:39:51.412Z | Downloaded slog-stdlog v4.1.1 |
986 | 2024-12-05T06:39:51.412Z | Downloaded slog-scope v4.4.0 |
987 | 2024-12-05T06:39:51.412Z | Downloaded serde_with_macros v3.11.0 |
988 | 2024-12-05T06:39:51.412Z | Downloaded serde_urlencoded v0.7.1 |
989 | 2024-12-05T06:39:51.412Z | Downloaded serde_derive_internals v0.29.1 |
990 | 2024-12-05T06:39:51.412Z | Downloaded rustc-demangle v0.1.24 |
991 | 2024-12-05T06:39:51.412Z | Downloaded rtoolbox v0.0.2 |
992 | 2024-12-05T06:39:51.412Z | Downloaded libxml v0.3.3 |
993 | 2024-12-05T06:39:51.412Z | Downloaded libm v0.2.8 |
994 | 2024-12-05T06:39:51.437Z | Downloaded hickory-client v0.24.1 |
995 | 2024-12-05T06:39:51.437Z | Downloaded slog-term v2.9.1 |
996 | 2024-12-05T06:39:51.437Z | Downloaded serde_plain v1.0.2 |
997 | 2024-12-05T06:39:51.438Z | Downloaded serde_path_to_error v0.1.16 |
998 | 2024-12-05T06:39:51.438Z | Downloaded rustc_version v0.1.7 |
999 | 2024-12-05T06:39:51.438Z | Downloaded rustc-hash v1.1.0 |
1000 | 2024-12-05T06:39:51.438Z | Downloaded russh-cryptovec v0.7.3 |
1001 | 2024-12-05T06:39:51.438Z | Downloaded ref-cast-impl v1.0.23 |
1002 | 2024-12-05T06:39:51.438Z | Downloaded prettyplease v0.2.25 |
1003 | 2024-12-05T06:39:51.438Z | Downloaded minimal-lexical v0.2.1 |
1004 | 2024-12-05T06:39:51.462Z | Downloaded linear-map v1.2.0 |
1005 | 2024-12-05T06:39:51.462Z | Downloaded crossbeam-channel v0.5.13 |
1006 | 2024-12-05T06:39:51.462Z | Downloaded cookie v0.18.1 |
1007 | 2024-12-05T06:39:51.463Z | Downloaded const_format v0.2.33 |
1008 | 2024-12-05T06:39:51.463Z | Downloaded chacha20poly1305 v0.10.1 |
1009 | 2024-12-05T06:39:51.463Z | Downloaded cc v1.1.30 |
1010 | 2024-12-05T06:39:51.463Z | Downloaded backtrace v0.3.74 |
1011 | 2024-12-05T06:39:51.487Z | Downloaded progenitor-impl v0.8.0 |
1012 | 2024-12-05T06:39:51.487Z | Downloaded idna v0.5.0 |
1013 | 2024-12-05T06:39:51.487Z | Downloaded hyper v1.5.0 |
1014 | 2024-12-05T06:39:51.487Z | Downloaded quinn-udp v0.5.5 |
1015 | 2024-12-05T06:39:51.487Z | Downloaded crossbeam-utils v0.8.20 |
1016 | 2024-12-05T06:39:51.511Z | Downloaded crossbeam-epoch v0.9.18 |
1017 | 2024-12-05T06:39:51.511Z | Downloaded crc32fast v1.4.2 |
1018 | 2024-12-05T06:39:51.511Z | Downloaded ciborium v0.2.2 |
1019 | 2024-12-05T06:39:51.512Z | Downloaded cancel-safe-futures v0.1.5 |
1020 | 2024-12-05T06:39:51.512Z | Downloaded bzip2 v0.4.4 |
1021 | 2024-12-05T06:39:51.512Z | Downloaded progenitor-client v0.8.0 |
1022 | 2024-12-05T06:39:51.512Z | Downloaded memmap2 v0.9.5 |
1023 | 2024-12-05T06:39:51.512Z | Downloaded libloading v0.8.5 |
1024 | 2024-12-05T06:39:51.512Z | Downloaded itertools v0.10.5 |
1025 | 2024-12-05T06:39:51.536Z | Downloaded icu_properties_data v1.5.0 |
1026 | 2024-12-05T06:39:51.536Z | Downloaded hubpack v0.1.2 |
1027 | 2024-12-05T06:39:51.536Z | Downloaded crypto-bigint v0.5.5 |
1028 | 2024-12-05T06:39:51.561Z | Downloaded cookie_store v0.21.0 |
1029 | 2024-12-05T06:39:51.561Z | Downloaded clang-sys v1.8.1 |
1030 | 2024-12-05T06:39:51.561Z | Downloaded chrono-tz-build v0.4.0 |
1031 | 2024-12-05T06:39:51.561Z | Downloaded bcs v0.1.6 |
1032 | 2024-12-05T06:39:51.561Z | Downloaded memoffset v0.9.1 |
1033 | 2024-12-05T06:39:51.561Z | Downloaded md-5 v0.10.6 |
1034 | 2024-12-05T06:39:51.561Z | Downloaded match_cfg v0.1.0 |
1035 | 2024-12-05T06:39:51.561Z | Downloaded managed v0.8.0 |
1036 | 2024-12-05T06:39:51.561Z | Downloaded litemap v0.7.3 |
1037 | 2024-12-05T06:39:51.561Z | Downloaded linked-hash-map v0.5.6 |
1038 | 2024-12-05T06:39:51.561Z | Downloaded curve25519-dalek-derive v0.1.1 |
1039 | 2024-12-05T06:39:51.561Z | Downloaded cbc v0.1.2 |
1040 | 2024-12-05T06:39:51.561Z | Downloaded block-padding v0.3.3 |
1041 | 2024-12-05T06:39:51.561Z | Downloaded lru v0.12.5 |
1042 | 2024-12-05T06:39:51.562Z | Downloaded lockfree-object-pool v0.1.6 |
1043 | 2024-12-05T06:39:51.562Z | Downloaded libsw v3.3.1 |
1044 | 2024-12-05T06:39:51.586Z | Downloaded indexmap v1.9.3 |
1045 | 2024-12-05T06:39:51.586Z | Downloaded idna v1.0.3 |
1046 | 2024-12-05T06:39:51.586Z | Downloaded icu_properties v1.5.1 |
1047 | 2024-12-05T06:39:51.586Z | Downloaded icu_normalizer v1.5.0 |
1048 | 2024-12-05T06:39:51.586Z | Downloaded icu_locid v1.5.0 |
1049 | 2024-12-05T06:39:51.586Z | Downloaded iana-time-zone v0.1.61 |
1050 | 2024-12-05T06:39:51.586Z | Downloaded ctr v0.9.2 |
1051 | 2024-12-05T06:39:51.610Z | Downloaded const-oid v0.9.6 |
1052 | 2024-12-05T06:39:51.610Z | Downloaded console v0.15.8 |
1053 | 2024-12-05T06:39:51.610Z | Downloaded cfg_aliases v0.2.1 |
1054 | 2024-12-05T06:39:51.610Z | Downloaded cassowary v0.3.0 |
1055 | 2024-12-05T06:39:51.610Z | Downloaded bumpalo v3.16.0 |
1056 | 2024-12-05T06:39:51.610Z | Downloaded blowfish v0.9.1 |
1057 | 2024-12-05T06:39:51.610Z | Downloaded maplit v1.0.2 |
1058 | 2024-12-05T06:39:51.611Z | Downloaded libefi-sys v0.1.0 |
1059 | 2024-12-05T06:39:51.611Z | Downloaded lalrpop-util v0.19.12 |
1060 | 2024-12-05T06:39:51.611Z | Downloaded jobserver v0.1.32 |
1061 | 2024-12-05T06:39:51.611Z | Downloaded ipnet v2.10.1 |
1062 | 2024-12-05T06:39:51.611Z | Downloaded internet-checksum v0.2.1 |
1063 | 2024-12-05T06:39:51.611Z | Downloaded indent_write v2.2.0 |
1064 | 2024-12-05T06:39:51.611Z | Downloaded impl-trait-for-tuples v0.2.2 |
1065 | 2024-12-05T06:39:51.636Z | Downloaded idna v0.4.0 |
1066 | 2024-12-05T06:39:51.636Z | Downloaded humantime v2.1.0 |
1067 | 2024-12-05T06:39:51.636Z | Downloaded crunchy v0.2.2 |
1068 | 2024-12-05T06:39:51.636Z | Downloaded crossbeam-deque v0.8.5 |
1069 | 2024-12-05T06:39:51.636Z | Downloaded crc-catalog v2.4.0 |
1070 | 2024-12-05T06:39:51.636Z | Downloaded crc v3.2.1 |
1071 | 2024-12-05T06:39:51.636Z | Downloaded convert_case v0.4.0 |
1072 | 2024-12-05T06:39:51.636Z | Downloaded constant_time_eq v0.3.1 |
1073 | 2024-12-05T06:39:51.636Z | Downloaded colored v2.1.0 |
1074 | 2024-12-05T06:39:51.636Z | Downloaded ciborium-io v0.2.2 |
1075 | 2024-12-05T06:39:51.636Z | Downloaded chacha20 v0.9.1 |
1076 | 2024-12-05T06:39:51.636Z | Downloaded castaway v0.2.3 |
1077 | 2024-12-05T06:39:51.636Z | Downloaded buf-list v1.0.3 |
1078 | 2024-12-05T06:39:51.660Z | Downloaded bitfield v0.14.0 |
1079 | 2024-12-05T06:39:51.660Z | Downloaded bit-set v0.5.3 |
1080 | 2024-12-05T06:39:51.660Z | Downloaded bindgen v0.69.5 |
1081 | 2024-12-05T06:39:51.660Z | Downloaded base16ct v0.2.0 |
1082 | 2024-12-05T06:39:51.660Z | Downloaded lazy_static v1.5.0 |
1083 | 2024-12-05T06:39:51.660Z | Downloaded itertools v0.13.0 |
1084 | 2024-12-05T06:39:51.660Z | Downloaded is_ci v1.2.0 |
1085 | 2024-12-05T06:39:51.661Z | Downloaded instant v0.1.13 |
1086 | 2024-12-05T06:39:51.685Z | Downloaded inout v0.1.3 |
1087 | 2024-12-05T06:39:51.685Z | Downloaded indoc v1.0.9 |
1088 | 2024-12-05T06:39:51.686Z | Downloaded indicatif v0.17.9 |
1089 | 2024-12-05T06:39:51.686Z | Downloaded ident_case v1.0.1 |
1090 | 2024-12-05T06:39:51.686Z | Downloaded icu_locid_transform_data v1.5.0 |
1091 | 2024-12-05T06:39:51.686Z | Downloaded icu_locid_transform v1.5.0 |
1092 | 2024-12-05T06:39:51.686Z | Downloaded hyper-rustls v0.27.3 |
1093 | 2024-12-05T06:39:51.686Z | Downloaded httpdate v1.0.3 |
1094 | 2024-12-05T06:39:51.686Z | Downloaded csv-core v0.1.11 |
1095 | 2024-12-05T06:39:51.686Z | Downloaded cstr-argument v0.1.2 |
1096 | 2024-12-05T06:39:51.686Z | Downloaded crucible-workspace-hack v0.1.0 |
1097 | 2024-12-05T06:39:51.686Z | Downloaded cobs v0.2.3 |
1098 | 2024-12-05T06:39:51.686Z | Downloaded cmake v0.1.51 |
1099 | 2024-12-05T06:39:51.686Z | Downloaded ciborium-ll v0.2.2 |
1100 | 2024-12-05T06:39:51.710Z | Downloaded cfg_aliases v0.1.1 |
1101 | 2024-12-05T06:39:51.710Z | Downloaded cexpr v0.6.0 |
1102 | 2024-12-05T06:39:51.710Z | Downloaded bytes v1.8.0 |
1103 | 2024-12-05T06:39:51.710Z | Downloaded blake3 v1.5.4 |
1104 | 2024-12-05T06:39:51.710Z | Downloaded bitfield-struct v0.6.2 |
1105 | 2024-12-05T06:39:51.710Z | Downloaded base64 v0.21.7 |
1106 | 2024-12-05T06:39:51.710Z | Downloaded base64 v0.13.1 |
1107 | 2024-12-05T06:39:51.735Z | Downloaded arrayref v0.3.9 |
1108 | 2024-12-05T06:39:51.735Z | Downloaded keccak v0.1.5 |
1109 | 2024-12-05T06:39:51.735Z | Downloaded is-terminal v0.4.13 |
1110 | 2024-12-05T06:39:51.735Z | Downloaded ipnetwork v0.20.0 |
1111 | 2024-12-05T06:39:51.735Z | Downloaded idna_adapter v1.2.0 |
1112 | 2024-12-05T06:39:51.737Z | Downloaded idna v0.2.3 |
1113 | 2024-12-05T06:39:51.737Z | Downloaded icu_provider_macros v1.5.0 |
1114 | 2024-12-05T06:39:51.737Z | Downloaded icu_collections v1.5.0 |
1115 | 2024-12-05T06:39:51.737Z | Downloaded hyper-tls v0.6.0 |
1116 | 2024-12-05T06:39:51.737Z | Downloaded crc-any v2.5.0 |
1117 | 2024-12-05T06:39:51.762Z | Downloaded bit-vec v0.6.3 |
1118 | 2024-12-05T06:39:51.762Z | Downloaded base64 v0.22.1 |
1119 | 2024-12-05T06:39:51.762Z | Downloaded atty v0.2.14 |
1120 | 2024-12-05T06:39:51.762Z | Downloaded atomicwrites v0.4.4 |
1121 | 2024-12-05T06:39:51.762Z | Downloaded atomic-waker v1.1.2 |
1122 | 2024-12-05T06:39:51.762Z | Downloaded async-bb8-diesel v0.2.1 |
1123 | 2024-12-05T06:39:51.762Z | Downloaded icu_normalizer_data v1.5.0 |
1124 | 2024-12-05T06:39:51.762Z | Downloaded hyper-staticfile v0.10.1 |
1125 | 2024-12-05T06:39:51.762Z | Downloaded blake2 v0.10.6 |
1126 | 2024-12-05T06:39:51.762Z | Downloaded bitvec v1.0.1 |
1127 | 2024-12-05T06:39:51.787Z | Downloaded bcrypt-pbkdf v0.10.0 |
1128 | 2024-12-05T06:39:51.787Z | Downloaded async-stream v0.3.6 |
1129 | 2024-12-05T06:39:51.787Z | Downloaded ascii-canvas v3.0.0 |
1130 | 2024-12-05T06:39:51.787Z | Downloaded aho-corasick v1.1.3 |
1131 | 2024-12-05T06:39:51.787Z | Downloaded hubpack_derive v0.1.1 |
1132 | 2024-12-05T06:39:51.787Z | Downloaded http-body-util v0.1.2 |
1133 | 2024-12-05T06:39:51.787Z | Downloaded http v1.1.0 |
1134 | 2024-12-05T06:39:51.812Z | Downloaded hmac v0.12.1 |
1135 | 2024-12-05T06:39:51.812Z | Downloaded hickory-server v0.24.1 |
1136 | 2024-12-05T06:39:51.812Z | Downloaded hickory-resolver v0.24.1 |
1137 | 2024-12-05T06:39:51.812Z | Downloaded bitflags v1.3.2 |
1138 | 2024-12-05T06:39:51.812Z | Downloaded bb8 v0.8.5 |
1139 | 2024-12-05T06:39:51.812Z | Downloaded backoff v0.4.0 |
1140 | 2024-12-05T06:39:51.812Z | Downloaded arrayvec v0.7.6 |
1141 | 2024-12-05T06:39:51.836Z | Downloaded array-init v0.0.4 |
1142 | 2024-12-05T06:39:51.836Z | Downloaded argon2 v0.5.3 |
1143 | 2024-12-05T06:39:51.836Z | Downloaded async-trait v0.1.83 |
1144 | 2024-12-05T06:39:51.836Z | Downloaded async-recursion v1.1.1 |
1145 | 2024-12-05T06:39:51.836Z | Downloaded hickory-proto v0.24.1 |
1146 | 2024-12-05T06:39:51.861Z | Downloaded base64ct v1.6.0 |
1147 | 2024-12-05T06:39:51.861Z | Downloaded async-stream-impl v0.3.6 |
1148 | 2024-12-05T06:39:51.861Z | Downloaded assert_matches v1.5.0 |
1149 | 2024-12-05T06:39:51.861Z | Downloaded hostname v0.3.1 |
1150 | 2024-12-05T06:39:51.861Z | Downloaded hkdf v0.12.4 |
1151 | 2024-12-05T06:39:51.861Z | Downloaded highway v1.2.0 |
1152 | 2024-12-05T06:39:51.861Z | Downloaded aes-gcm v0.10.3 |
1153 | 2024-12-05T06:39:51.861Z | Downloaded aes v0.8.4 |
1154 | 2024-12-05T06:39:51.885Z | Downloaded aead v0.5.2 |
1155 | 2024-12-05T06:39:51.886Z | Downloaded http-body v1.0.1 |
1156 | 2024-12-05T06:39:51.886Z | Downloaded hex-literal v0.4.1 |
1157 | 2024-12-05T06:39:51.886Z | Downloaded heck v0.3.3 |
1158 | 2024-12-05T06:39:51.886Z | Downloaded heapless v0.8.0 |
1159 | 2024-12-05T06:39:51.886Z | Downloaded heapless v0.7.17 |
1160 | 2024-12-05T06:39:51.886Z | Downloaded headers-core v0.3.0 |
1161 | 2024-12-05T06:39:51.886Z | Downloaded allocator-api2 v0.2.18 |
1162 | 2024-12-05T06:39:51.886Z | Downloaded ahash v0.8.11 |
1163 | 2024-12-05T06:39:51.886Z | Downloaded arc-swap v1.7.1 |
1164 | 2024-12-05T06:39:51.910Z | Downloaded adler2 v2.0.0 |
1165 | 2024-12-05T06:39:51.911Z | Downloaded hyper-util v0.1.10 |
1166 | 2024-12-05T06:39:52.026Z | Compiling serde v1.0.215 |
1167 | 2024-12-05T06:39:52.026Z | Compiling lock_api v0.4.12 |
1168 | 2024-12-05T06:39:52.051Z | Compiling scopeguard v1.2.0 |
1169 | 2024-12-05T06:39:52.051Z | Compiling value-bag v1.9.0 |
1170 | 2024-12-05T06:39:52.051Z | Compiling typenum v1.17.0 |
1171 | 2024-12-05T06:39:52.051Z | Compiling generic-array v0.14.7 |
1172 | 2024-12-05T06:39:52.051Z | Compiling syn v2.0.87 |
1173 | 2024-12-05T06:39:52.051Z | Compiling getrandom v0.2.15 |
1174 | 2024-12-05T06:39:52.280Z | Compiling shlex v1.3.0 |
1175 | 2024-12-05T06:39:52.466Z | Compiling log v0.4.22 |
1176 | 2024-12-05T06:39:52.490Z | Compiling rand_core v0.6.4 |
1177 | 2024-12-05T06:39:52.645Z | Compiling subtle v2.6.1 |
1178 | 2024-12-05T06:39:52.670Z | Compiling jobserver v0.1.32 |
1179 | 2024-12-05T06:39:52.694Z | Compiling const-oid v0.9.6 |
1180 | 2024-12-05T06:39:52.848Z | Compiling smallvec v1.13.2 |
1181 | 2024-12-05T06:39:52.952Z | Compiling spin v0.9.8 |
1182 | 2024-12-05T06:39:52.979Z | Compiling pin-project-lite v0.2.14 |
1183 | 2024-12-05T06:39:53.095Z | Compiling cc v1.1.30 |
1184 | 2024-12-05T06:39:53.211Z | Compiling rustix v0.38.37 |
1185 | 2024-12-05T06:39:53.235Z | Compiling parking_lot_core v0.9.10 |
1186 | 2024-12-05T06:39:53.315Z | Compiling futures-core v0.3.31 |
1187 | 2024-12-05T06:39:53.480Z | Compiling signal-hook-registry v1.4.2 |
1188 | 2024-12-05T06:39:53.574Z | Compiling mio v1.0.2 |
1189 | 2024-12-05T06:39:54.077Z | Compiling parking_lot v0.12.3 |
1190 | 2024-12-05T06:39:54.283Z | Compiling aho-corasick v1.1.3 |
1191 | 2024-12-05T06:39:54.307Z | Compiling regex-syntax v0.8.5 |
1192 | 2024-12-05T06:39:54.331Z | Compiling either v1.13.0 |
1193 | 2024-12-05T06:39:54.400Z | Compiling cpufeatures v0.2.14 |
1194 | 2024-12-05T06:39:54.508Z | Compiling lazy_static v1.5.0 |
1195 | 2024-12-05T06:39:54.630Z | Compiling futures-sink v0.3.31 |
1196 | 2024-12-05T06:39:54.746Z | Compiling stable_deref_trait v1.2.0 |
1197 | 2024-12-05T06:39:54.770Z | Compiling glob v0.3.1 |
1198 | 2024-12-05T06:39:54.795Z | Compiling socket2 v0.5.7 |
1199 | 2024-12-05T06:39:54.858Z | Compiling slab v0.4.9 |
1200 | 2024-12-05T06:39:54.954Z | Compiling prettyplease v0.2.25 |
1201 | 2024-12-05T06:39:55.261Z | Compiling minimal-lexical v0.2.1 |
1202 | 2024-12-05T06:39:55.534Z | Compiling libloading v0.8.5 |
1203 | 2024-12-05T06:39:55.851Z | Compiling clang-sys v1.8.1 |
1204 | 2024-12-05T06:39:55.876Z | Compiling nom v7.1.3 |
1205 | 2024-12-05T06:39:55.876Z | Compiling home v0.5.9 |
1206 | 2024-12-05T06:39:56.081Z | Compiling bindgen v0.69.5 |
1207 | 2024-12-05T06:39:56.147Z | Compiling serde_json v1.0.132 |
1208 | 2024-12-05T06:39:56.422Z | Compiling futures-channel v0.3.31 |
1209 | 2024-12-05T06:39:56.750Z | Compiling itertools v0.12.1 |
1210 | 2024-12-05T06:39:56.799Z | Compiling lazycell v1.3.0 |
1211 | 2024-12-05T06:39:56.943Z | Compiling pin-utils v0.1.0 |
1212 | 2024-12-05T06:39:56.967Z | Compiling allocator-api2 v0.2.18 |
1213 | 2024-12-05T06:39:57.039Z | Compiling futures-task v0.3.31 |
1214 | 2024-12-05T06:39:57.299Z | Compiling rustc-hash v1.1.0 |
1215 | 2024-12-05T06:39:57.420Z | Compiling futures-io v0.3.31 |
1216 | 2024-12-05T06:39:57.631Z | Compiling regex-automata v0.4.8 |
1217 | 2024-12-05T06:39:57.701Z | Compiling foldhash v0.1.3 |
1218 | 2024-12-05T06:39:57.948Z | Compiling hashbrown v0.15.0 |
1219 | 2024-12-05T06:39:58.777Z | Compiling synstructure v0.13.1 |
1220 | 2024-12-05T06:39:58.962Z | Compiling cexpr v0.6.0 |
1221 | 2024-12-05T06:39:59.392Z | Compiling cmake v0.1.51 |
1222 | 2024-12-05T06:40:00.008Z | Compiling fs_extra v1.3.0 |
1223 | 2024-12-05T06:40:00.190Z | Compiling pkg-config v0.3.31 |
1224 | 2024-12-05T06:40:00.246Z | Compiling libm v0.2.8 |
1225 | 2024-12-05T06:40:00.432Z | Compiling tinyvec_macros v0.1.1 |
1226 | 2024-12-05T06:40:00.531Z | Compiling dunce v1.0.5 |
1227 | 2024-12-05T06:40:00.531Z | Compiling tinyvec v1.8.0 |
1228 | 2024-12-05T06:40:00.607Z | Compiling num-traits v0.2.19 |
1229 | 2024-12-05T06:40:01.033Z | Compiling ring v0.17.8 |
1230 | 2024-12-05T06:40:01.515Z | Compiling base64ct v1.6.0 |
1231 | 2024-12-05T06:40:01.607Z | Compiling paste v1.0.15 |
1232 | 2024-12-05T06:40:01.766Z | Compiling unicode-normalization v0.1.24 |
1233 | 2024-12-05T06:40:01.795Z | Compiling writeable v0.5.5 |
1234 | 2024-12-05T06:40:01.948Z | Compiling litemap v0.7.3 |
1235 | 2024-12-05T06:40:02.008Z | Compiling unicode-bidi v0.3.17 |
1236 | 2024-12-05T06:40:02.091Z | Compiling regex v1.11.1 |
1237 | 2024-12-05T06:40:02.305Z | Compiling pem-rfc7468 v0.7.0 |
1238 | 2024-12-05T06:40:02.921Z | Compiling aws-lc-rs v1.10.0 |
1239 | 2024-12-05T06:40:03.006Z | Compiling httparse v1.9.5 |
1240 | 2024-12-05T06:40:03.197Z | Compiling flagset v0.4.6 |
1241 | 2024-12-05T06:40:03.382Z | Compiling tracing-core v0.1.32 |
1242 | 2024-12-05T06:40:03.733Z | Compiling crossbeam-utils v0.8.20 |
1243 | 2024-12-05T06:40:04.151Z | Compiling serde_derive v1.0.215 |
1244 | 2024-12-05T06:40:04.242Z | Compiling zeroize_derive v1.4.2 |
1245 | 2024-12-05T06:40:04.285Z | Compiling zerocopy-derive v0.7.35 |
1246 | 2024-12-05T06:40:04.309Z | Compiling tokio-macros v2.4.0 |
1247 | 2024-12-05T06:40:04.579Z | Compiling zerofrom-derive v0.1.4 |
1248 | 2024-12-05T06:40:05.534Z | Compiling zeroize v1.8.1 |
1249 | 2024-12-05T06:40:05.680Z | Compiling yoke-derive v0.7.4 |
1250 | 2024-12-05T06:40:06.172Z | Compiling zerocopy v0.7.35 |
1251 | 2024-12-05T06:40:06.596Z | Compiling thiserror-impl v1.0.69 |
1252 | 2024-12-05T06:40:07.102Z | Compiling crypto-common v0.1.6 |
1253 | 2024-12-05T06:40:07.127Z | Compiling block-buffer v0.10.4 |
1254 | 2024-12-05T06:40:07.321Z | Compiling zerovec-derive v0.10.3 |
1255 | 2024-12-05T06:40:07.373Z | Compiling digest v0.10.7 |
1256 | 2024-12-05T06:40:07.502Z | Compiling futures-macro v0.3.31 |
1257 | 2024-12-05T06:40:07.779Z | Compiling hmac v0.12.1 |
1258 | 2024-12-05T06:40:07.998Z | Compiling block-padding v0.3.3 |
1259 | 2024-12-05T06:40:08.023Z | Compiling zerofrom v0.1.4 |
1260 | 2024-12-05T06:40:08.146Z | Compiling displaydoc v0.2.5 |
1261 | 2024-12-05T06:40:08.211Z | Compiling inout v0.1.3 |
1262 | 2024-12-05T06:40:08.236Z | Compiling sha2 v0.10.8 |
1263 | 2024-12-05T06:40:08.273Z | Compiling yoke v0.7.4 |
1264 | 2024-12-05T06:40:08.458Z | Compiling cipher v0.4.4 |
1265 | 2024-12-05T06:40:08.593Z | Compiling ppv-lite86 v0.2.20 |
1266 | 2024-12-05T06:40:08.904Z | Compiling der_derive v0.7.3 |
1267 | 2024-12-05T06:40:09.038Z | Compiling futures-util v0.3.31 |
1268 | 2024-12-05T06:40:09.286Z | Compiling thiserror v1.0.69 |
1269 | 2024-12-05T06:40:09.310Z | Compiling icu_provider_macros v1.5.0 |
1270 | 2024-12-05T06:40:09.417Z | Compiling rand_chacha v0.3.1 |
1271 | 2024-12-05T06:40:09.444Z | Compiling zerovec v0.10.4 |
1272 | 2024-12-05T06:40:09.572Z | Compiling tracing-attributes v0.1.27 |
1273 | 2024-12-05T06:40:10.239Z | Compiling rustls-pki-types v1.9.0 |
1274 | 2024-12-05T06:40:10.823Z | Compiling icu_locid_transform_data v1.5.0 |
1275 | 2024-12-05T06:40:10.924Z | Compiling percent-encoding v2.3.1 |
1276 | 2024-12-05T06:40:10.977Z | Compiling der v0.7.9 |
1277 | 2024-12-05T06:40:11.224Z | Compiling tinystr v0.7.6 |
1278 | 2024-12-05T06:40:11.259Z | Compiling icu_collections v1.5.0 |
1279 | 2024-12-05T06:40:11.288Z | Compiling pest v2.7.14 |
1280 | 2024-12-05T06:40:11.432Z | Compiling rand v0.8.5 |
1281 | 2024-12-05T06:40:11.594Z | Compiling icu_locid v1.5.0 |
1282 | 2024-12-05T06:40:12.529Z | Compiling salsa20 v0.10.2 |
1283 | 2024-12-05T06:40:12.757Z | Compiling icu_provider v1.5.0 |
1284 | 2024-12-05T06:40:12.913Z | Compiling tracing v0.1.40 |
1285 | 2024-12-05T06:40:13.350Z | Compiling spki v0.7.3 |
1286 | 2024-12-05T06:40:13.428Z | Compiling pbkdf2 v0.12.2 |
1287 | 2024-12-05T06:40:13.595Z | Compiling icu_locid_transform v1.5.0 |
1288 | 2024-12-05T06:40:13.766Z | Compiling icu_properties_data v1.5.0 |
1289 | 2024-12-05T06:40:13.799Z | Compiling time-core v0.1.2 |
1290 | 2024-12-05T06:40:13.983Z | Compiling mirai-annotations v1.12.0 |
1291 | 2024-12-05T06:40:14.058Z | Compiling untrusted v0.7.1 |
1292 | 2024-12-05T06:40:14.082Z | Compiling untrusted v0.9.0 |
1293 | 2024-12-05T06:40:14.082Z | Compiling powerfmt v0.2.0 |
1294 | 2024-12-05T06:40:14.187Z | Compiling num-conv v0.1.0 |
1295 | 2024-12-05T06:40:14.257Z | Compiling vcpkg v0.2.15 |
1296 | 2024-12-05T06:40:14.436Z | Compiling deranged v0.3.11 |
1297 | 2024-12-05T06:40:14.465Z | Compiling time-macros v0.2.18 |
1298 | 2024-12-05T06:40:14.522Z | Compiling scrypt v0.11.0 |
1299 | 2024-12-05T06:40:15.020Z | Compiling icu_properties v1.5.1 |
1300 | 2024-12-05T06:40:15.601Z | Compiling bitflags v2.6.0 |
1301 | 2024-12-05T06:40:15.898Z | Compiling bytes v1.8.0 |
1302 | 2024-12-05T06:40:16.113Z | Compiling indexmap v2.6.0 |
1303 | 2024-12-05T06:40:16.212Z | Compiling semver v1.0.23 |
1304 | 2024-12-05T06:40:16.883Z | Compiling tokio v1.40.0 |
1305 | 2024-12-05T06:40:17.039Z | Compiling http v1.1.0 |
1306 | 2024-12-05T06:40:17.239Z | Compiling rustc_version v0.4.1 |
1307 | 2024-12-05T06:40:17.383Z | Compiling openssl-sys v0.9.103 |
1308 | 2024-12-05T06:40:17.590Z | Compiling pest_meta v2.7.14 |
1309 | 2024-12-05T06:40:17.908Z | Compiling cbc v0.1.2 |
1310 | 2024-12-05T06:40:18.121Z | Compiling aes v0.8.4 |
1311 | 2024-12-05T06:40:18.279Z | Compiling scroll_derive v0.12.0 |
1312 | 2024-12-05T06:40:18.718Z | Compiling icu_normalizer_data v1.5.0 |
1313 | 2024-12-05T06:40:18.821Z | Compiling num_threads v0.1.7 |
1314 | 2024-12-05T06:40:18.947Z | Compiling write16 v1.0.0 |
1315 | 2024-12-05T06:40:19.072Z | Compiling atomic-waker v1.1.2 |
1316 | 2024-12-05T06:40:19.113Z | Compiling utf16_iter v1.0.5 |
1317 | 2024-12-05T06:40:19.137Z | Compiling utf8_iter v1.0.4 |
1318 | 2024-12-05T06:40:19.253Z | Compiling which v4.4.2 |
1319 | 2024-12-05T06:40:19.298Z | Compiling time v0.3.36 |
1320 | 2024-12-05T06:40:19.371Z | Compiling icu_normalizer v1.5.0 |
1321 | 2024-12-05T06:40:19.451Z | Compiling scroll v0.12.0 |
1322 | 2024-12-05T06:40:19.917Z | Compiling pkcs5 v0.7.1 |
1323 | 2024-12-05T06:40:20.209Z | Compiling pest_generator v2.7.14 |
1324 | 2024-12-05T06:40:20.451Z | Compiling http-body v1.0.1 |
1325 | 2024-12-05T06:40:20.772Z | Compiling form_urlencoded v1.2.1 |
1326 | 2024-12-05T06:40:20.971Z | Compiling try-lock v0.2.5 |
1327 | 2024-12-05T06:40:21.072Z | Compiling slog v2.7.0 |
1328 | 2024-12-05T06:40:21.096Z | Compiling goblin v0.8.2 |
1329 | 2024-12-05T06:40:21.123Z | Compiling want v0.3.1 |
1330 | 2024-12-05T06:40:21.393Z | Compiling pkcs8 v0.10.2 |
1331 | 2024-12-05T06:40:21.570Z | Compiling idna_adapter v1.2.0 |
1332 | 2024-12-05T06:40:21.761Z | Compiling httpdate v1.0.3 |
1333 | 2024-12-05T06:40:21.837Z | Compiling pest_derive v2.7.14 |
1334 | 2024-12-05T06:40:21.837Z | Compiling idna v1.0.3 |
1335 | 2024-12-05T06:40:22.170Z | Compiling serde_spanned v0.6.8 |
1336 | 2024-12-05T06:40:22.374Z | Compiling uuid v1.11.0 |
1337 | 2024-12-05T06:40:22.486Z | Compiling dtrace-parser v0.2.0 |
1338 | 2024-12-05T06:40:22.724Z | Compiling toml_datetime v0.6.8 |
1339 | 2024-12-05T06:40:23.175Z | Compiling serde_tokenstream v0.2.2 |
1340 | 2024-12-05T06:40:23.360Z | Compiling rustversion v1.0.17 |
1341 | 2024-12-05T06:40:23.542Z | Compiling match_cfg v0.1.0 |
1342 | 2024-12-05T06:40:23.635Z | Compiling openssl v0.10.66 |
1343 | 2024-12-05T06:40:23.659Z | Compiling tower-service v0.3.3 |
1344 | 2024-12-05T06:40:23.700Z | Compiling foreign-types-shared v0.1.1 |
1345 | 2024-12-05T06:40:23.777Z | Compiling iana-time-zone v0.1.61 |
1346 | 2024-12-05T06:40:23.805Z | Compiling adler2 v2.0.0 |
1347 | 2024-12-05T06:40:23.965Z | Compiling base64 v0.22.1 |
1348 | 2024-12-05T06:40:24.009Z | Compiling tokio-util v0.7.12 |
1349 | 2024-12-05T06:40:24.117Z | Compiling miniz_oxide v0.8.0 |
1350 | 2024-12-05T06:40:24.189Z | Compiling chrono v0.4.38 |
1351 | 2024-12-05T06:40:24.293Z | Compiling foreign-types v0.3.2 |
1352 | 2024-12-05T06:40:24.385Z | Compiling hostname v0.3.1 |
1353 | 2024-12-05T06:40:24.613Z | Compiling url v2.5.3 |
1354 | 2024-12-05T06:40:25.217Z | Compiling h2 v0.4.6 |
1355 | 2024-12-05T06:40:25.410Z | Compiling openssl-macros v0.1.1 |
1356 | 2024-12-05T06:40:25.809Z | Compiling async-trait v0.1.83 |
1357 | 2024-12-05T06:40:26.071Z | Compiling dof v0.3.0 |
1358 | 2024-12-05T06:40:26.400Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-12-05T06:40:26.957Z | Compiling usdt-impl v0.5.0 |
1360 | 2024-12-05T06:40:27.369Z | Compiling syn v1.0.109 |
1361 | 2024-12-05T06:40:27.902Z | Compiling siphasher v0.3.11 |
1362 | 2024-12-05T06:40:27.927Z | Compiling data-encoding v2.6.0 |
1363 | 2024-12-05T06:40:28.025Z | Compiling rustls v0.22.4 |
1364 | 2024-12-05T06:40:28.242Z | Compiling native-tls v0.2.12 |
1365 | 2024-12-05T06:40:28.266Z | Compiling rustls v0.23.14 |
1366 | 2024-12-05T06:40:28.378Z | Compiling dirs-next v2.0.0 |
1367 | 2024-12-05T06:40:28.570Z | Compiling http-body-util v0.1.2 |
1368 | 2024-12-05T06:40:29.005Z | Compiling heapless v0.7.17 |
1369 | 2024-12-05T06:40:29.353Z | Compiling crossbeam-epoch v0.9.18 |
1370 | 2024-12-05T06:40:29.689Z | Compiling sha1 v0.10.6 |
1371 | 2024-12-05T06:40:29.818Z | Compiling signature v2.2.0 |
1372 | 2024-12-05T06:40:29.854Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1373 | 2024-12-05T06:40:30.007Z | Compiling serde_derive_internals v0.29.1 |
1374 | 2024-12-05T06:40:30.074Z | Compiling thread_local v1.1.8 |
1375 | 2024-12-05T06:40:30.099Z | Compiling cookie v0.18.1 |
1376 | 2024-12-05T06:40:30.123Z | Compiling multer v3.1.0 |
1377 | 2024-12-05T06:40:30.266Z | Compiling encoding_rs v0.8.34 |
1378 | 2024-12-05T06:40:30.355Z | Compiling slog-async v2.8.0 |
1379 | 2024-12-05T06:40:30.380Z | Compiling mime v0.3.17 |
1380 | 2024-12-05T06:40:30.565Z | Compiling gimli v0.31.1 |
1381 | 2024-12-05T06:40:30.840Z | Compiling unicode-properties v0.1.3 |
1382 | 2024-12-05T06:40:30.939Z | Compiling openssl-probe v0.1.5 |
1383 | 2024-12-05T06:40:31.161Z | Compiling hyper v1.5.0 |
1384 | 2024-12-05T06:40:31.300Z | Compiling signal-hook v0.3.17 |
1385 | 2024-12-05T06:40:31.508Z | Compiling rayon-core v1.12.1 |
1386 | 2024-12-05T06:40:31.725Z | Compiling schemars v0.8.21 |
1387 | 2024-12-05T06:40:31.999Z | Compiling ipnet v2.10.1 |
1388 | 2024-12-05T06:40:32.366Z | Compiling schemars_derive v0.8.21 |
1389 | 2024-12-05T06:40:33.110Z | Compiling toml_edit v0.22.22 |
1390 | 2024-12-05T06:40:33.698Z | Compiling hyper-util v0.1.10 |
1391 | 2024-12-05T06:40:34.756Z | Compiling addr2line v0.24.2 |
1392 | 2024-12-05T06:40:34.874Z | Compiling stringprep v0.1.5 |
1393 | 2024-12-05T06:40:35.274Z | Compiling usdt-macro v0.5.0 |
1394 | 2024-12-05T06:40:35.415Z | Compiling usdt-attr-macro v0.5.0 |
1395 | 2024-12-05T06:40:35.883Z | Compiling crossbeam-deque v0.8.5 |
1396 | 2024-12-05T06:40:36.065Z | Compiling term v0.7.0 |
1397 | 2024-12-05T06:40:36.571Z | Compiling slog-json v2.6.1 |
1398 | 2024-12-05T06:40:36.640Z | Compiling serde_urlencoded v0.7.1 |
1399 | 2024-12-05T06:40:36.671Z | Compiling curve25519-dalek v4.1.3 |
1400 | 2024-12-05T06:40:36.904Z | Compiling crossbeam-channel v0.5.13 |
1401 | 2024-12-05T06:40:36.928Z | Compiling enum-as-inner v0.6.1 |
1402 | 2024-12-05T06:40:37.115Z | Compiling futures-executor v0.3.31 |
1403 | 2024-12-05T06:40:37.200Z | Compiling rustls-pemfile v2.2.0 |
1404 | 2024-12-05T06:40:37.391Z | Compiling md-5 v0.10.6 |
1405 | 2024-12-05T06:40:37.493Z | Compiling async-stream-impl v0.3.6 |
1406 | 2024-12-05T06:40:37.613Z | Compiling num-integer v0.1.46 |
1407 | 2024-12-05T06:40:37.637Z | Compiling idna v0.4.0 |
1408 | 2024-12-05T06:40:37.779Z | Compiling idna v0.3.0 |
1409 | 2024-12-05T06:40:37.847Z | Compiling hash32 v0.2.1 |
1410 | 2024-12-05T06:40:38.156Z | Compiling ff v0.13.0 |
1411 | 2024-12-05T06:40:38.276Z | Compiling is-terminal v0.4.13 |
1412 | 2024-12-05T06:40:38.359Z | Compiling dropshot v0.12.0 |
1413 | 2024-12-05T06:40:38.398Z | Compiling object v0.36.5 |
1414 | 2024-12-05T06:40:38.608Z | Compiling dyn-clone v1.0.17 |
1415 | 2024-12-05T06:40:38.632Z | Compiling fallible-iterator v0.2.0 |
1416 | 2024-12-05T06:40:38.795Z | Compiling base16ct v0.2.0 |
1417 | 2024-12-05T06:40:38.951Z | Compiling utf-8 v0.7.6 |
1418 | 2024-12-05T06:40:39.093Z | Compiling smoltcp v0.9.1 |
1419 | 2024-12-05T06:40:39.119Z | Compiling psl-types v2.0.11 |
1420 | 2024-12-05T06:40:39.235Z | Compiling quick-error v1.2.3 |
1421 | 2024-12-05T06:40:39.260Z | Compiling portable-atomic v1.9.0 |
1422 | 2024-12-05T06:40:39.302Z | Compiling rustc-demangle v0.1.24 |
1423 | 2024-12-05T06:40:39.378Z | Compiling anyhow v1.0.93 |
1424 | 2024-12-05T06:40:39.703Z | Compiling num-bigint-dig v0.8.4 |
1425 | 2024-12-05T06:40:39.903Z | Compiling linked-hash-map v0.5.6 |
1426 | 2024-12-05T06:40:39.951Z | Compiling take_mut v0.2.2 |
1427 | 2024-12-05T06:40:40.224Z | Compiling lru-cache v0.1.2 |
1428 | 2024-12-05T06:40:40.265Z | Compiling resolv-conf v0.7.0 |
1429 | 2024-12-05T06:40:40.291Z | Compiling publicsuffix v2.2.3 |
1430 | 2024-12-05T06:40:40.408Z | Compiling postgres-protocol v0.6.7 |
1431 | 2024-12-05T06:40:40.533Z | Compiling tungstenite v0.24.0 |
1432 | 2024-12-05T06:40:40.560Z | Compiling sec1 v0.7.3 |
1433 | 2024-12-05T06:40:41.092Z | Compiling async-stream v0.3.6 |
1434 | 2024-12-05T06:40:41.257Z | Compiling slog-term v2.9.1 |
1435 | 2024-12-05T06:40:41.374Z | Compiling group v0.13.0 |
1436 | 2024-12-05T06:40:41.643Z | Compiling usdt v0.5.0 |
1437 | 2024-12-05T06:40:41.677Z | Compiling hickory-proto v0.24.1 |
1438 | 2024-12-05T06:40:42.318Z | Compiling num-iter v0.1.45 |
1439 | 2024-12-05T06:40:42.480Z | Compiling futures v0.3.31 |
1440 | 2024-12-05T06:40:42.591Z | Compiling slog-bunyan v2.5.0 |
1441 | 2024-12-05T06:40:42.806Z | Compiling toml v0.8.19 |
1442 | 2024-12-05T06:40:44.122Z | Compiling camino v1.1.9 |
1443 | 2024-12-05T06:40:44.283Z | Compiling backtrace v0.3.74 |
1444 | 2024-12-05T06:40:44.941Z | Compiling tokio-native-tls v0.3.1 |
1445 | 2024-12-05T06:40:44.968Z | Compiling phf_shared v0.11.2 |
1446 | 2024-12-05T06:40:45.002Z | Compiling dropshot_endpoint v0.12.0 |
1447 | 2024-12-05T06:40:45.132Z | Compiling terminal_size v0.4.0 |
1448 | 2024-12-05T06:40:45.194Z | Compiling waitgroup v0.1.2 |
1449 | 2024-12-05T06:40:45.297Z | Compiling openapiv3 v2.0.0 |
1450 | 2024-12-05T06:40:45.324Z | Compiling serde_path_to_error v0.1.16 |
1451 | 2024-12-05T06:40:45.399Z | Compiling webpki-roots v0.26.6 |
1452 | 2024-12-05T06:40:45.611Z | Compiling hkdf v0.12.4 |
1453 | 2024-12-05T06:40:45.846Z | Compiling crypto-bigint v0.5.5 |
1454 | 2024-12-05T06:40:46.090Z | Compiling zerocopy-derive v0.6.6 |
1455 | 2024-12-05T06:40:47.340Z | Compiling curve25519-dalek-derive v0.1.1 |
1456 | 2024-12-05T06:40:47.899Z | Compiling idna v0.5.0 |
1457 | 2024-12-05T06:40:48.177Z | Compiling hubpack_derive v0.1.1 |
1458 | 2024-12-05T06:40:48.631Z | Compiling hostname v0.4.0 |
1459 | 2024-12-05T06:40:48.811Z | Compiling crc32fast v1.4.2 |
1460 | 2024-12-05T06:40:48.835Z | Compiling ahash v0.8.11 |
1461 | 2024-12-05T06:40:48.868Z | Compiling fs-err v2.11.0 |
1462 | 2024-12-05T06:40:48.936Z | Compiling managed v0.8.0 |
1463 | 2024-12-05T06:40:49.112Z | Compiling bitflags v1.3.2 |
1464 | 2024-12-05T06:40:49.136Z | Compiling winnow v0.5.40 |
1465 | 2024-12-05T06:40:49.161Z | Compiling debug-ignore v1.0.5 |
1466 | 2024-12-05T06:40:49.218Z | Compiling clap_builder v4.5.21 |
1467 | 2024-12-05T06:40:49.314Z | Compiling console v0.15.8 |
1468 | 2024-12-05T06:40:49.339Z | Compiling strum_macros v0.25.3 |
1469 | 2024-12-05T06:40:50.428Z | Compiling flate2 v1.0.34 |
1470 | 2024-12-05T06:40:50.634Z | Compiling hubpack v0.1.2 |
1471 | 2024-12-05T06:40:51.015Z | Compiling cookie_store v0.21.0 |
1472 | 2024-12-05T06:40:51.090Z | Compiling elliptic-curve v0.13.8 |
1473 | 2024-12-05T06:40:51.316Z | Compiling zerocopy v0.6.6 |
1474 | 2024-12-05T06:40:51.797Z | Compiling hickory-resolver v0.24.1 |
1475 | 2024-12-05T06:40:52.050Z | Compiling toml_edit v0.19.15 |
1476 | 2024-12-05T06:40:52.341Z | Compiling phf v0.11.2 |
1477 | 2024-12-05T06:40:52.411Z | Compiling hyper-tls v0.6.0 |
1478 | 2024-12-05T06:40:52.711Z | Compiling signal-hook-mio v0.2.4 |
1479 | 2024-12-05T06:40:52.771Z | Compiling rayon v1.10.0 |
1480 | 2024-12-05T06:40:52.860Z | Compiling bzip2 v0.4.4 |
1481 | 2024-12-05T06:40:53.377Z | Compiling tokio-tungstenite v0.24.0 |
1482 | 2024-12-05T06:40:53.819Z | Compiling postgres-types v0.2.8 |
1483 | 2024-12-05T06:40:56.152Z | Compiling ed25519 v2.2.3 |
1484 | 2024-12-05T06:40:56.840Z | Compiling phf_shared v0.10.0 |
1485 | 2024-12-05T06:40:57.010Z | Compiling tokio-stream v0.1.16 |
1486 | 2024-12-05T06:40:57.191Z | Compiling pkcs1 v0.7.5 |
1487 | 2024-12-05T06:40:57.220Z | Compiling serde-big-array v0.5.1 |
1488 | 2024-12-05T06:40:57.424Z | Compiling clap_derive v4.5.18 |
1489 | 2024-12-05T06:40:57.448Z | Compiling rfc6979 v0.4.0 |
1490 | 2024-12-05T06:40:57.611Z | Compiling derive-where v1.2.7 |
1491 | 2024-12-05T06:40:57.707Z | Compiling serde_repr v0.1.19 |
1492 | 2024-12-05T06:40:57.891Z | Compiling float-cmp v0.9.0 |
1493 | 2024-12-05T06:40:58.039Z | Compiling bstr v1.10.0 |
1494 | 2024-12-05T06:40:58.086Z | Compiling sync_wrapper v1.0.1 |
1495 | 2024-12-05T06:40:58.223Z | Compiling whoami v1.5.2 |
1496 | 2024-12-05T06:40:58.655Z | Compiling number_prefix v0.4.0 |
1497 | 2024-12-05T06:40:58.774Z | Compiling normalize-line-endings v0.3.0 |
1498 | 2024-12-05T06:40:58.799Z | Compiling unicode-width v0.2.0 |
1499 | 2024-12-05T06:40:58.860Z | Compiling new_debug_unreachable v1.0.6 |
1500 | 2024-12-05T06:40:58.904Z | Compiling static_assertions v1.1.0 |
1501 | 2024-12-05T06:40:58.955Z | Compiling precomputed-hash v0.1.1 |
1502 | 2024-12-05T06:40:59.013Z | Compiling fixedbitset v0.4.2 |
1503 | 2024-12-05T06:40:59.073Z | Compiling difflib v0.4.0 |
1504 | 2024-12-05T06:40:59.254Z | Compiling bit-vec v0.6.3 |
1505 | 2024-12-05T06:40:59.436Z | Compiling predicates-core v1.0.8 |
1506 | 2024-12-05T06:40:59.585Z | Compiling unicode-segmentation v1.12.0 |
1507 | 2024-12-05T06:40:59.668Z | Compiling predicates v3.1.2 |
1508 | 2024-12-05T06:40:59.769Z | Compiling bit-set v0.5.3 |
1509 | 2024-12-05T06:41:00.021Z | Compiling petgraph v0.6.5 |
1510 | 2024-12-05T06:41:00.315Z | Compiling similar v2.6.0 |
1511 | 2024-12-05T06:41:00.501Z | Compiling indicatif v0.17.9 |
1512 | 2024-12-05T06:41:00.552Z | Compiling string_cache v0.8.7 |
1513 | 2024-12-05T06:41:00.982Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1514 | 2024-12-05T06:41:01.217Z | Compiling tokio-postgres v0.7.12 |
1515 | 2024-12-05T06:41:01.404Z | Compiling clap v4.5.21 |
1516 | 2024-12-05T06:41:01.512Z | Compiling ecdsa v0.16.9 |
1517 | 2024-12-05T06:41:02.230Z | Compiling rsa v0.9.6 |
1518 | 2024-12-05T06:41:02.371Z | Compiling ed25519-dalek v2.1.1 |
1519 | 2024-12-05T06:41:02.430Z | Compiling toml v0.7.8 |
1520 | 2024-12-05T06:41:03.342Z | Compiling zip v0.6.6 |
1521 | 2024-12-05T06:41:03.455Z | Compiling crossterm v0.28.1 |
1522 | 2024-12-05T06:41:04.555Z | Compiling hex v0.4.3 |
1523 | 2024-12-05T06:41:04.733Z | Compiling x509-cert v0.2.5 |
1524 | 2024-12-05T06:41:05.053Z | Compiling itertools v0.10.5 |
1525 | 2024-12-05T06:41:05.078Z | Compiling unicode-xid v0.2.6 |
1526 | 2024-12-05T06:41:05.239Z | Compiling peg-runtime v0.8.3 |
1527 | 2024-12-05T06:41:05.844Z | Compiling lalrpop-util v0.19.12 |
1528 | 2024-12-05T06:41:05.870Z | Compiling strum_macros v0.26.4 |
1529 | 2024-12-05T06:41:06.150Z | Compiling xattr v1.3.1 |
1530 | 2024-12-05T06:41:06.373Z | Compiling filetime v0.2.25 |
1531 | 2024-12-05T06:41:06.566Z | Compiling tar v0.4.42 |
1532 | 2024-12-05T06:41:09.814Z | Compiling strum v0.26.3 |
1533 | 2024-12-05T06:41:12.356Z | Compiling aws-lc-sys v0.22.0 |
1534 | 2024-12-05T06:41:43.092Z | Compiling rustls-webpki v0.102.8 |
1535 | 2024-12-05T06:41:47.182Z | Compiling tokio-rustls v0.25.0 |
1536 | 2024-12-05T06:41:48.915Z | Compiling tokio-rustls v0.26.0 |
1537 | 2024-12-05T06:41:49.237Z | Compiling hyper-rustls v0.27.3 |
1538 | 2024-12-05T06:41:49.647Z | Compiling reqwest v0.12.9 |
1539 | 2024-12-05T06:41:50.825Z | Compiling qorb v0.2.1 |
1540 | 2024-12-05T06:41:55.823Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1541 | 2024-12-05T06:41:56.128Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1542 | 2024-12-05T06:42:03.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
1543 | 2024-12-05T06:42:03.540Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1544 | 2024-12-05T06:42:03.616Z | Dec 05 06:42:03.459 INFO Starting download, target: Cockroach |
1545 | 2024-12-05T06:42:03.616Z | Dec 05 06:42:03.459 INFO Starting download, target: Clickhouse |
1546 | 2024-12-05T06:42:03.616Z | Dec 05 06:42:03.459 INFO Starting download, target: Console |
1547 | 2024-12-05T06:42:03.641Z | Dec 05 06:42:03.459 INFO Starting download, target: DendriteOpenapi |
1548 | 2024-12-05T06:42:03.641Z | Dec 05 06:42:03.459 INFO Starting download, target: DendriteStub |
1549 | 2024-12-05T06:42:03.641Z | Dec 05 06:42:03.459 INFO Starting download, target: MaghemiteMgd |
1550 | 2024-12-05T06:42:03.641Z | Dec 05 06:42:03.459 INFO Starting download, target: TransceiverControl |
1551 | 2024-12-05T06:42:03.642Z | Dec 05 06:42:03.461 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1552 | 2024-12-05T06:42:03.642Z | Dec 05 06:42:03.461 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1553 | 2024-12-05T06:42:03.642Z | Dec 05 06:42:03.461 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1554 | 2024-12-05T06:42:03.642Z | Dec 05 06:42:03.461 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1555 | 2024-12-05T06:42:03.642Z | Dec 05 06:42:03.461 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1556 | 2024-12-05T06:42:03.642Z | Dec 05 06:42:03.461 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1557 | 2024-12-05T06:42:03.642Z | Dec 05 06:42:03.461 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1558 | 2024-12-05T06:42:04.208Z | Dec 05 06:42:04.017 INFO Download complete, target: DendriteOpenapi |
1559 | 2024-12-05T06:42:04.643Z | Dec 05 06:42:04.476 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1560 | 2024-12-05T06:42:05.227Z | Dec 05 06:42:05.069 INFO Download complete, target: TransceiverControl |
1561 | 2024-12-05T06:42:05.955Z | Dec 05 06:42:05.798 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1562 | 2024-12-05T06:42:06.552Z | Dec 05 06:42:06.395 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1563 | 2024-12-05T06:42:07.819Z | Dec 05 06:42:07.662 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1564 | 2024-12-05T06:42:08.101Z | Dec 05 06:42:07.944 INFO Download complete, target: Console |
1565 | 2024-12-05T06:42:08.268Z | Dec 05 06:42:08.111 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1566 | 2024-12-05T06:42:08.268Z | Dec 05 06:42:08.111 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1567 | 2024-12-05T06:42:08.857Z | Dec 05 06:42:08.700 INFO Download complete, target: DendriteStub |
1568 | 2024-12-05T06:42:09.573Z | Dec 05 06:42:09.416 INFO Download complete, target: MaghemiteMgd |
1569 | 2024-12-05T06:42:16.319Z | Dec 05 06:42:16.158 INFO Checking that binary works, target: Cockroach |
1570 | 2024-12-05T06:42:16.604Z | Dec 05 06:42:16.447 INFO Download complete, target: Cockroach |
1571 | 2024-12-05T06:42:16.642Z | Dec 05 06:42:16.485 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1572 | 2024-12-05T06:42:30.044Z | Dec 05 06:42:29.887 INFO Checking that binary works, target: Clickhouse |
1573 | 2024-12-05T06:42:30.232Z | Dec 05 06:42:30.075 INFO Download complete, target: Clickhouse |
1574 | 2024-12-05T06:42:30.260Z | All builder prerequisites installed successfully, and PATH looks valid |
1575 | 2024-12-05T06:42:30.284Z | |
1576 | 2024-12-05T06:42:30.284Z | real 5:01.278994609 |
1577 | 2024-12-05T06:42:30.285Z | user 14:24.724728472 |
1578 | 2024-12-05T06:42:30.285Z | sys 3:11.250540660 |
1579 | 2024-12-05T06:42:30.285Z | trap 0.460734625 |
1580 | 2024-12-05T06:42:30.285Z | tflt 0.732118394 |
1581 | 2024-12-05T06:42:30.285Z | dflt 2.416272063 |
1582 | 2024-12-05T06:42:30.286Z | kflt 0.008674481 |
1583 | 2024-12-05T06:42:30.286Z | lock 30:30.303642253 |
1584 | 2024-12-05T06:42:30.286Z | slp 53:42.953567538 |
1585 | 2024-12-05T06:42:30.286Z | lat 59.775611791 |
1586 | 2024-12-05T06:42:30.286Z | stop 2:14.959308188 |
1587 | 2024-12-05T06:42:30.286Z | + banner hack-check |
1588 | 2024-12-05T06:42:30.286Z | |
1589 | 2024-12-05T06:42:30.286Z | # # ## #### # # #### # # ###### #### # # |
1590 | 2024-12-05T06:42:30.286Z | # # # # # # # # # # # # # # # # # |
1591 | 2024-12-05T06:42:30.286Z | ###### # # # #### ##### # ###### ##### # #### |
1592 | 2024-12-05T06:42:30.286Z | # # ###### # # # # # # # # # # |
1593 | 2024-12-05T06:42:30.286Z | # # # # # # # # # # # # # # # # # |
1594 | 2024-12-05T06:42:30.286Z | # # # # #### # # #### # # ###### #### # # |
1595 | 2024-12-05T06:42:30.286Z | |
1596 | 2024-12-05T06:42:30.286Z | + export CARGO_INCREMENTAL=0 |
1597 | 2024-12-05T06:42:30.286Z | + CARGO_INCREMENTAL=0 |
1598 | 2024-12-05T06:42:30.286Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1599 | 2024-12-05T06:42:31.070Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1600 | 2024-12-05T06:42:36.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s |
1601 | 2024-12-05T06:42:36.170Z | Running `target/debug/xtask check-features --ci` |
1602 | 2024-12-05T06:42:36.198Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1603 | 2024-12-05T06:42:36.198Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1604 | 2024-12-05T06:42:36.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1605 | 2024-12-05T06:42:36.802Z | Running `target/debug/xtask download cargo-hack` |
1606 | 2024-12-05T06:42:37.860Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1607 | 2024-12-05T06:42:38.165Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1608 | 2024-12-05T06:42:44.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.90s |
1609 | 2024-12-05T06:42:44.860Z | Running `target/debug/xtask-downloader cargo-hack` |
1610 | 2024-12-05T06:42:44.915Z | Dec 05 06:42:44.757 INFO Starting download, target: CargoHack |
1611 | 2024-12-05T06:42:44.939Z | Dec 05 06:42:44.759 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1612 | 2024-12-05T06:42:45.566Z | Dec 05 06:42:45.408 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1613 | 2024-12-05T06:42:45.671Z | Dec 05 06:42:45.514 INFO Download complete, target: CargoHack |
1614 | 2024-12-05T06:42:45.697Z | 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" |
1615 | 2024-12-05T06:42:45.721Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1616 | 2024-12-05T06:42:45.965Z | info: running `cargo check --bins` on api_identity (1/173) |
1617 | 2024-12-05T06:42:46.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1618 | 2024-12-05T06:42:46.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1619 | 2024-12-05T06:42:46.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1620 | 2024-12-05T06:42:46.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1621 | 2024-12-05T06:42:46.873Z | |
1622 | 2024-12-05T06:42:46.873Z | info: running `cargo check --bins` on bootstore (2/173) |
1623 | 2024-12-05T06:42:47.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1624 | 2024-12-05T06:42:47.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1625 | 2024-12-05T06:42:47.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1626 | 2024-12-05T06:42:47.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
1627 | 2024-12-05T06:42:47.829Z | |
1628 | 2024-12-05T06:42:47.829Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1629 | 2024-12-05T06:42:48.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1630 | 2024-12-05T06:42:48.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1631 | 2024-12-05T06:42:48.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1632 | 2024-12-05T06:42:48.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1633 | 2024-12-05T06:42:48.742Z | |
1634 | 2024-12-05T06:42:48.742Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1635 | 2024-12-05T06:42:49.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1636 | 2024-12-05T06:42:49.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1637 | 2024-12-05T06:42:49.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1638 | 2024-12-05T06:42:49.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
1639 | 2024-12-05T06:42:49.693Z | |
1640 | 2024-12-05T06:42:49.693Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1641 | 2024-12-05T06:42:50.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1642 | 2024-12-05T06:42:50.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1643 | 2024-12-05T06:42:50.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1644 | 2024-12-05T06:42:50.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1645 | 2024-12-05T06:42:50.321Z | |
1646 | 2024-12-05T06:42:50.321Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1647 | 2024-12-05T06:42:50.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1648 | 2024-12-05T06:42:50.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1649 | 2024-12-05T06:42:50.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1650 | 2024-12-05T06:42:50.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1651 | 2024-12-05T06:42:50.944Z | |
1652 | 2024-12-05T06:42:50.944Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1653 | 2024-12-05T06:42:51.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1654 | 2024-12-05T06:42:51.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1655 | 2024-12-05T06:42:51.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1656 | 2024-12-05T06:42:51.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1657 | 2024-12-05T06:42:51.544Z | |
1658 | 2024-12-05T06:42:51.544Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1659 | 2024-12-05T06:42:52.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1660 | 2024-12-05T06:42:52.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1661 | 2024-12-05T06:42:52.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1662 | 2024-12-05T06:42:52.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1663 | 2024-12-05T06:42:52.070Z | |
1664 | 2024-12-05T06:42:52.070Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1665 | 2024-12-05T06:42:52.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1666 | 2024-12-05T06:42:52.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1667 | 2024-12-05T06:42:52.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1668 | 2024-12-05T06:42:52.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1669 | 2024-12-05T06:42:52.595Z | |
1670 | 2024-12-05T06:42:52.596Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1671 | 2024-12-05T06:42:53.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1672 | 2024-12-05T06:42:53.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1673 | 2024-12-05T06:42:53.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1674 | 2024-12-05T06:42:53.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1675 | 2024-12-05T06:42:53.119Z | |
1676 | 2024-12-05T06:42:53.119Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1677 | 2024-12-05T06:42:53.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1678 | 2024-12-05T06:42:53.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1679 | 2024-12-05T06:42:53.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1680 | 2024-12-05T06:42:53.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1681 | 2024-12-05T06:42:53.693Z | |
1682 | 2024-12-05T06:42:53.693Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1683 | 2024-12-05T06:42:54.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1684 | 2024-12-05T06:42:54.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1685 | 2024-12-05T06:42:54.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1686 | 2024-12-05T06:42:54.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1687 | 2024-12-05T06:42:54.246Z | |
1688 | 2024-12-05T06:42:54.246Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1689 | 2024-12-05T06:42:54.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2024-12-05T06:42:54.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2024-12-05T06:42:54.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2024-12-05T06:42:54.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1693 | 2024-12-05T06:42:54.779Z | |
1694 | 2024-12-05T06:42:54.779Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1695 | 2024-12-05T06:42:55.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2024-12-05T06:42:55.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2024-12-05T06:42:55.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2024-12-05T06:42:55.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1699 | 2024-12-05T06:42:55.291Z | |
1700 | 2024-12-05T06:42:55.291Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1701 | 2024-12-05T06:42:55.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2024-12-05T06:42:55.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2024-12-05T06:42:55.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2024-12-05T06:42:55.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1705 | 2024-12-05T06:42:55.800Z | |
1706 | 2024-12-05T06:42:55.800Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1707 | 2024-12-05T06:42:56.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2024-12-05T06:42:56.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2024-12-05T06:42:56.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2024-12-05T06:42:56.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1711 | 2024-12-05T06:42:56.313Z | |
1712 | 2024-12-05T06:42:56.313Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1713 | 2024-12-05T06:42:56.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2024-12-05T06:42:56.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2024-12-05T06:42:56.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2024-12-05T06:42:56.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1717 | 2024-12-05T06:42:56.826Z | |
1718 | 2024-12-05T06:42:56.826Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1719 | 2024-12-05T06:42:57.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2024-12-05T06:42:57.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2024-12-05T06:42:57.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2024-12-05T06:42:57.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1723 | 2024-12-05T06:42:57.333Z | |
1724 | 2024-12-05T06:42:57.333Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1725 | 2024-12-05T06:42:57.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2024-12-05T06:42:57.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2024-12-05T06:42:57.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2024-12-05T06:42:57.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1729 | 2024-12-05T06:42:57.869Z | |
1730 | 2024-12-05T06:42:57.869Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1731 | 2024-12-05T06:42:58.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2024-12-05T06:42:58.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2024-12-05T06:42:58.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2024-12-05T06:42:58.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1735 | 2024-12-05T06:42:58.392Z | |
1736 | 2024-12-05T06:42:58.393Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1737 | 2024-12-05T06:42:58.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2024-12-05T06:42:58.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2024-12-05T06:42:58.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2024-12-05T06:42:58.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1741 | 2024-12-05T06:42:58.931Z | |
1742 | 2024-12-05T06:42:58.931Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1743 | 2024-12-05T06:42:59.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2024-12-05T06:42:59.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2024-12-05T06:42:59.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2024-12-05T06:42:59.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1747 | 2024-12-05T06:42:59.455Z | |
1748 | 2024-12-05T06:42:59.455Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1749 | 2024-12-05T06:42:59.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2024-12-05T06:42:59.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2024-12-05T06:42:59.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2024-12-05T06:42:59.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1753 | 2024-12-05T06:43:00.001Z | |
1754 | 2024-12-05T06:43:00.001Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1755 | 2024-12-05T06:43:00.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2024-12-05T06:43:00.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2024-12-05T06:43:00.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2024-12-05T06:43:00.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1759 | 2024-12-05T06:43:00.540Z | |
1760 | 2024-12-05T06:43:00.540Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1761 | 2024-12-05T06:43:01.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2024-12-05T06:43:01.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2024-12-05T06:43:01.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2024-12-05T06:43:01.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1765 | 2024-12-05T06:43:01.311Z | |
1766 | 2024-12-05T06:43:01.311Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1767 | 2024-12-05T06:43:02.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2024-12-05T06:43:02.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2024-12-05T06:43:02.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2024-12-05T06:43:02.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1771 | 2024-12-05T06:43:02.093Z | |
1772 | 2024-12-05T06:43:02.093Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1773 | 2024-12-05T06:43:02.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2024-12-05T06:43:02.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2024-12-05T06:43:02.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2024-12-05T06:43:02.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1777 | 2024-12-05T06:43:02.880Z | |
1778 | 2024-12-05T06:43:02.881Z | info: running `cargo check --bins` on oxlog (28/173) |
1779 | 2024-12-05T06:43:03.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1780 | 2024-12-05T06:43:03.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1781 | 2024-12-05T06:43:03.660Z | Checking cfg-if v1.0.0 |
1782 | 2024-12-05T06:43:03.685Z | Checking libc v0.2.162 |
1783 | 2024-12-05T06:43:03.709Z | Checking serde v1.0.215 |
1784 | 2024-12-05T06:43:03.709Z | Checking zeroize v1.8.1 |
1785 | 2024-12-05T06:43:03.733Z | Checking memchr v2.7.4 |
1786 | 2024-12-05T06:43:03.734Z | Checking typenum v1.17.0 |
1787 | 2024-12-05T06:43:03.764Z | Checking scopeguard v1.2.0 |
1788 | 2024-12-05T06:43:03.788Z | Checking subtle v2.6.1 |
1789 | 2024-12-05T06:43:03.813Z | Checking value-bag v1.9.0 |
1790 | 2024-12-05T06:43:03.887Z | Checking lock_api v0.4.12 |
1791 | 2024-12-05T06:43:03.934Z | Checking smallvec v1.13.2 |
1792 | 2024-12-05T06:43:03.996Z | Checking itoa v1.0.11 |
1793 | 2024-12-05T06:43:04.130Z | Checking log v0.4.22 |
1794 | 2024-12-05T06:43:04.189Z | Checking const-oid v0.9.6 |
1795 | 2024-12-05T06:43:04.253Z | Checking pin-project-lite v0.2.14 |
1796 | 2024-12-05T06:43:04.279Z | Checking byteorder v1.5.0 |
1797 | 2024-12-05T06:43:04.367Z | Checking futures-core v0.3.31 |
1798 | 2024-12-05T06:43:04.462Z | Checking once_cell v1.20.2 |
1799 | 2024-12-05T06:43:04.535Z | Checking cpufeatures v0.2.14 |
1800 | 2024-12-05T06:43:04.584Z | Checking stable_deref_trait v1.2.0 |
1801 | 2024-12-05T06:43:04.620Z | Checking futures-sink v0.3.31 |
1802 | 2024-12-05T06:43:04.644Z | Checking spin v0.9.8 |
1803 | 2024-12-05T06:43:04.669Z | Checking getrandom v0.2.15 |
1804 | 2024-12-05T06:43:04.693Z | Checking parking_lot_core v0.9.10 |
1805 | 2024-12-05T06:43:04.742Z | Checking signal-hook-registry v1.4.2 |
1806 | 2024-12-05T06:43:04.766Z | Checking mio v1.0.2 |
1807 | 2024-12-05T06:43:04.790Z | Checking generic-array v0.14.7 |
1808 | 2024-12-05T06:43:04.876Z | Checking rand_core v0.6.4 |
1809 | 2024-12-05T06:43:04.943Z | Checking socket2 v0.5.7 |
1810 | 2024-12-05T06:43:04.968Z | Checking zerocopy v0.7.35 |
1811 | 2024-12-05T06:43:04.992Z | Checking parking_lot v0.12.3 |
1812 | 2024-12-05T06:43:05.137Z | Checking slab v0.4.9 |
1813 | 2024-12-05T06:43:05.276Z | Checking zerofrom v0.1.4 |
1814 | 2024-12-05T06:43:05.300Z | Checking futures-channel v0.3.31 |
1815 | 2024-12-05T06:43:05.341Z | Checking equivalent v1.0.1 |
1816 | 2024-12-05T06:43:05.372Z | Checking futures-task v0.3.31 |
1817 | 2024-12-05T06:43:05.436Z | Checking futures-io v0.3.31 |
1818 | 2024-12-05T06:43:05.460Z | Checking yoke v0.7.4 |
1819 | 2024-12-05T06:43:05.573Z | Checking allocator-api2 v0.2.18 |
1820 | 2024-12-05T06:43:05.597Z | Checking foldhash v0.1.3 |
1821 | 2024-12-05T06:43:05.623Z | Checking pin-utils v0.1.0 |
1822 | 2024-12-05T06:43:05.647Z | Checking tinyvec_macros v0.1.1 |
1823 | 2024-12-05T06:43:05.693Z | Checking futures-util v0.3.31 |
1824 | 2024-12-05T06:43:05.718Z | Checking ryu v1.0.18 |
1825 | 2024-12-05T06:43:05.742Z | Checking crypto-common v0.1.6 |
1826 | 2024-12-05T06:43:05.766Z | Checking block-buffer v0.10.4 |
1827 | 2024-12-05T06:43:05.790Z | Checking zerovec v0.10.4 |
1828 | 2024-12-05T06:43:05.892Z | Checking block-padding v0.3.3 |
1829 | 2024-12-05T06:43:05.916Z | Checking tinyvec v1.8.0 |
1830 | 2024-12-05T06:43:05.953Z | Checking digest v0.10.7 |
1831 | 2024-12-05T06:43:06.078Z | Checking inout v0.1.3 |
1832 | 2024-12-05T06:43:06.131Z | Checking hashbrown v0.15.0 |
1833 | 2024-12-05T06:43:06.155Z | Checking fnv v1.0.7 |
1834 | 2024-12-05T06:43:06.262Z | Checking libm v0.2.8 |
1835 | 2024-12-05T06:43:06.288Z | Checking cipher v0.4.4 |
1836 | 2024-12-05T06:43:06.288Z | Checking hmac v0.12.1 |
1837 | 2024-12-05T06:43:06.463Z | Checking sha2 v0.10.8 |
1838 | 2024-12-05T06:43:06.633Z | Checking base64ct v1.6.0 |
1839 | 2024-12-05T06:43:06.902Z | Checking litemap v0.7.3 |
1840 | 2024-12-05T06:43:06.970Z | Checking writeable v0.5.5 |
1841 | 2024-12-05T06:43:07.005Z | Checking unicode-normalization v0.1.24 |
1842 | 2024-12-05T06:43:07.029Z | Checking unicode-bidi v0.3.17 |
1843 | 2024-12-05T06:43:07.083Z | Checking pem-rfc7468 v0.7.0 |
1844 | 2024-12-05T06:43:07.200Z | Checking num-traits v0.2.19 |
1845 | 2024-12-05T06:43:08.250Z | Checking tinystr v0.7.6 |
1846 | 2024-12-05T06:43:08.275Z | Checking ppv-lite86 v0.2.20 |
1847 | 2024-12-05T06:43:08.275Z | Checking flagset v0.4.6 |
1848 | 2024-12-05T06:43:08.275Z | Checking der v0.7.9 |
1849 | 2024-12-05T06:43:08.275Z | Checking icu_locid v1.5.0 |
1850 | 2024-12-05T06:43:08.275Z | Checking tracing-core v0.1.32 |
1851 | 2024-12-05T06:43:08.275Z | Checking thiserror v1.0.69 |
1852 | 2024-12-05T06:43:08.275Z | Checking bytes v1.8.0 |
1853 | 2024-12-05T06:43:08.275Z | Checking indexmap v2.6.0 |
1854 | 2024-12-05T06:43:08.275Z | Checking serde_json v1.0.132 |
1855 | 2024-12-05T06:43:08.275Z | Checking rand_chacha v0.3.1 |
1856 | 2024-12-05T06:43:08.385Z | Checking icu_provider v1.5.0 |
1857 | 2024-12-05T06:43:08.424Z | Checking bitflags v2.6.0 |
1858 | 2024-12-05T06:43:08.509Z | Checking tokio v1.40.0 |
1859 | 2024-12-05T06:43:08.552Z | Checking http v1.1.0 |
1860 | 2024-12-05T06:43:08.683Z | Checking percent-encoding v2.3.1 |
1861 | 2024-12-05T06:43:08.858Z | Checking rustls-pki-types v1.9.0 |
1862 | 2024-12-05T06:43:08.903Z | Checking icu_locid_transform_data v1.5.0 |
1863 | 2024-12-05T06:43:08.927Z | Checking rand v0.8.5 |
1864 | 2024-12-05T06:43:08.989Z | Checking icu_locid_transform v1.5.0 |
1865 | 2024-12-05T06:43:09.068Z | Checking spki v0.7.3 |
1866 | 2024-12-05T06:43:09.301Z | Checking tracing v0.1.40 |
1867 | 2024-12-05T06:43:09.349Z | Checking icu_collections v1.5.0 |
1868 | 2024-12-05T06:43:09.374Z | Checking salsa20 v0.10.2 |
1869 | 2024-12-05T06:43:09.562Z | Checking pbkdf2 v0.12.2 |
1870 | 2024-12-05T06:43:09.637Z | Checking aws-lc-sys v0.22.0 |
1871 | 2024-12-05T06:43:09.712Z | Checking httparse v1.9.5 |
1872 | 2024-12-05T06:43:09.737Z | Checking untrusted v0.9.0 |
1873 | 2024-12-05T06:43:09.809Z | Checking powerfmt v0.2.0 |
1874 | 2024-12-05T06:43:09.878Z | Checking untrusted v0.7.1 |
1875 | 2024-12-05T06:43:09.956Z | Checking icu_properties_data v1.5.0 |
1876 | 2024-12-05T06:43:10.006Z | Checking mirai-annotations v1.12.0 |
1877 | 2024-12-05T06:43:10.030Z | Checking ring v0.17.8 |
1878 | 2024-12-05T06:43:10.054Z | Checking scrypt v0.11.0 |
1879 | 2024-12-05T06:43:10.079Z | Checking deranged v0.3.11 |
1880 | 2024-12-05T06:43:10.103Z | Checking aes v0.8.4 |
1881 | 2024-12-05T06:43:10.166Z | Checking cbc v0.1.2 |
1882 | 2024-12-05T06:43:10.190Z | Checking icu_properties v1.5.1 |
1883 | 2024-12-05T06:43:10.240Z | Checking crossbeam-utils v0.8.20 |
1884 | 2024-12-05T06:43:10.343Z | Checking num-conv v0.1.0 |
1885 | 2024-12-05T06:43:10.542Z | Checking write16 v1.0.0 |
1886 | 2024-12-05T06:43:10.648Z | Checking atomic-waker v1.1.2 |
1887 | 2024-12-05T06:43:10.757Z | Checking utf16_iter v1.0.5 |
1888 | 2024-12-05T06:43:10.808Z | Checking icu_normalizer_data v1.5.0 |
1889 | 2024-12-05T06:43:10.836Z | Checking num_threads v0.1.7 |
1890 | 2024-12-05T06:43:10.896Z | Checking utf8_iter v1.0.4 |
1891 | 2024-12-05T06:43:10.920Z | Checking time-core v0.1.2 |
1892 | 2024-12-05T06:43:10.945Z | Checking pkcs5 v0.7.1 |
1893 | 2024-12-05T06:43:11.048Z | Checking http-body v1.0.1 |
1894 | 2024-12-05T06:43:11.072Z | Checking form_urlencoded v1.2.1 |
1895 | 2024-12-05T06:43:11.216Z | Checking try-lock v0.2.5 |
1896 | 2024-12-05T06:43:11.253Z | Checking unicode-ident v1.0.13 |
1897 | 2024-12-05T06:43:11.338Z | Checking want v0.3.1 |
1898 | 2024-12-05T06:43:11.390Z | Checking pkcs8 v0.10.2 |
1899 | 2024-12-05T06:43:11.414Z | Checking httpdate v1.0.3 |
1900 | 2024-12-05T06:43:11.496Z | Checking time v0.3.36 |
1901 | 2024-12-05T06:43:11.520Z | Checking proc-macro2 v1.0.89 |
1902 | 2024-12-05T06:43:11.574Z | Checking serde_spanned v0.6.8 |
1903 | 2024-12-05T06:43:11.599Z | Checking toml_datetime v0.6.8 |
1904 | 2024-12-05T06:43:11.671Z | Checking uuid v1.11.0 |
1905 | 2024-12-05T06:43:11.701Z | Checking aws-lc-rs v1.10.0 |
1906 | 2024-12-05T06:43:11.734Z | Checking slog v2.7.0 |
1907 | 2024-12-05T06:43:11.844Z | Checking scroll v0.12.0 |
1908 | 2024-12-05T06:43:12.082Z | Checking foreign-types-shared v0.1.1 |
1909 | 2024-12-05T06:43:12.128Z | Checking match_cfg v0.1.0 |
1910 | 2024-12-05T06:43:12.166Z | Checking adler2 v2.0.0 |
1911 | 2024-12-05T06:43:12.191Z | Checking ucd-trie v0.1.7 |
1912 | 2024-12-05T06:43:12.215Z | Checking plain v0.2.3 |
1913 | 2024-12-05T06:43:12.247Z | Checking base64 v0.22.1 |
1914 | 2024-12-05T06:43:12.295Z | Checking tower-service v0.3.3 |
1915 | 2024-12-05T06:43:12.336Z | Checking iana-time-zone v0.1.61 |
1916 | 2024-12-05T06:43:12.360Z | Checking goblin v0.8.2 |
1917 | 2024-12-05T06:43:12.401Z | Checking pest v2.7.14 |
1918 | 2024-12-05T06:43:12.467Z | Checking chrono v0.4.38 |
1919 | 2024-12-05T06:43:12.641Z | Checking miniz_oxide v0.8.0 |
1920 | 2024-12-05T06:43:12.891Z | Checking icu_normalizer v1.5.0 |
1921 | 2024-12-05T06:43:13.235Z | Checking hostname v0.3.1 |
1922 | 2024-12-05T06:43:13.268Z | Checking rustls-webpki v0.102.8 |
1923 | 2024-12-05T06:43:13.348Z | Checking foreign-types v0.3.2 |
1924 | 2024-12-05T06:43:13.426Z | Checking quote v1.0.37 |
1925 | 2024-12-05T06:43:13.536Z | Checking idna_adapter v1.2.0 |
1926 | 2024-12-05T06:43:13.563Z | Checking openssl-sys v0.9.103 |
1927 | 2024-12-05T06:43:13.699Z | Checking idna v1.0.3 |
1928 | 2024-12-05T06:43:13.723Z | Checking errno v0.3.9 |
1929 | 2024-12-05T06:43:13.859Z | Checking dirs-sys-next v0.1.2 |
1930 | 2024-12-05T06:43:13.937Z | Checking aho-corasick v1.1.3 |
1931 | 2024-12-05T06:43:14.015Z | Checking regex-syntax v0.8.5 |
1932 | 2024-12-05T06:43:14.107Z | Checking url v2.5.3 |
1933 | 2024-12-05T06:43:14.162Z | Checking pretty-hex v0.4.1 |
1934 | 2024-12-05T06:43:14.317Z | Checking siphasher v0.3.11 |
1935 | 2024-12-05T06:43:14.440Z | Checking data-encoding v2.6.0 |
1936 | 2024-12-05T06:43:14.604Z | Checking dtrace-parser v0.2.0 |
1937 | 2024-12-05T06:43:14.628Z | Checking openssl v0.10.66 |
1938 | 2024-12-05T06:43:14.732Z | Checking tokio-util v0.7.12 |
1939 | 2024-12-05T06:43:14.853Z | Checking dirs-next v2.0.0 |
1940 | 2024-12-05T06:43:14.968Z | Checking rustix v0.38.37 |
1941 | 2024-12-05T06:43:15.009Z | Checking syn v2.0.87 |
1942 | 2024-12-05T06:43:15.033Z | Checking http-body-util v0.1.2 |
1943 | 2024-12-05T06:43:15.335Z | Checking crossbeam-epoch v0.9.18 |
1944 | 2024-12-05T06:43:15.420Z | Checking sha1 v0.10.6 |
1945 | 2024-12-05T06:43:15.474Z | Checking h2 v0.4.6 |
1946 | 2024-12-05T06:43:15.672Z | Checking signature v2.2.0 |
1947 | 2024-12-05T06:43:15.705Z | Checking lazy_static v1.5.0 |
1948 | 2024-12-05T06:43:15.813Z | Checking thread_local v1.1.8 |
1949 | 2024-12-05T06:43:15.841Z | Checking thread-id v4.2.2 |
1950 | 2024-12-05T06:43:15.928Z | Checking encoding_rs v0.8.34 |
1951 | 2024-12-05T06:43:16.054Z | Checking ipnet v2.10.1 |
1952 | 2024-12-05T06:43:16.434Z | Checking gimli v0.31.1 |
1953 | 2024-12-05T06:43:16.552Z | Checking dof v0.3.0 |
1954 | 2024-12-05T06:43:16.709Z | Checking regex-automata v0.4.8 |
1955 | 2024-12-05T06:43:17.064Z | Checking either v1.13.0 |
1956 | 2024-12-05T06:43:17.381Z | Checking winnow v0.6.20 |
1957 | 2024-12-05T06:43:17.798Z | Checking openssl-probe v0.1.5 |
1958 | 2024-12-05T06:43:17.875Z | Checking utf8parse v0.2.2 |
1959 | 2024-12-05T06:43:17.940Z | Checking unicode-properties v0.1.3 |
1960 | 2024-12-05T06:43:18.009Z | Checking anstyle v1.0.10 |
1961 | 2024-12-05T06:43:18.217Z | Checking mime v0.3.17 |
1962 | 2024-12-05T06:43:18.303Z | Checking stringprep v0.1.5 |
1963 | 2024-12-05T06:43:18.481Z | Checking anstyle-parse v0.2.5 |
1964 | 2024-12-05T06:43:18.530Z | Checking crossbeam-deque v0.8.5 |
1965 | 2024-12-05T06:43:18.701Z | Checking term v0.7.0 |
1966 | 2024-12-05T06:43:18.789Z | Checking rustls v0.22.4 |
1967 | 2024-12-05T06:43:19.054Z | Checking rustls v0.23.14 |
1968 | 2024-12-05T06:43:19.118Z | Checking native-tls v0.2.12 |
1969 | 2024-12-05T06:43:19.386Z | Checking slog-json v2.6.1 |
1970 | 2024-12-05T06:43:19.620Z | Checking serde_urlencoded v0.7.1 |
1971 | 2024-12-05T06:43:19.701Z | Checking addr2line v0.24.2 |
1972 | 2024-12-05T06:43:19.840Z | Checking toml_edit v0.22.22 |
1973 | 2024-12-05T06:43:19.996Z | Checking crossbeam-channel v0.5.13 |
1974 | 2024-12-05T06:43:20.137Z | Checking futures-executor v0.3.31 |
1975 | 2024-12-05T06:43:20.335Z | Checking rustls-pemfile v2.2.0 |
1976 | 2024-12-05T06:43:20.360Z | Checking usdt-impl v0.5.0 |
1977 | 2024-12-05T06:43:20.534Z | Checking num-integer v0.1.46 |
1978 | 2024-12-05T06:43:20.558Z | Checking hyper v1.5.0 |
1979 | 2024-12-05T06:43:20.588Z | Checking idna v0.4.0 |
1980 | 2024-12-05T06:43:20.629Z | Checking idna v0.3.0 |
1981 | 2024-12-05T06:43:20.823Z | Checking md-5 v0.10.6 |
1982 | 2024-12-05T06:43:20.941Z | Checking ff v0.13.0 |
1983 | 2024-12-05T06:43:21.002Z | Checking memmap v0.7.0 |
1984 | 2024-12-05T06:43:21.118Z | Checking is-terminal v0.4.13 |
1985 | 2024-12-05T06:43:21.196Z | Checking hash32 v0.2.1 |
1986 | 2024-12-05T06:43:21.221Z | Checking object v0.36.5 |
1987 | 2024-12-05T06:43:21.245Z | Checking colorchoice v1.0.2 |
1988 | 2024-12-05T06:43:21.269Z | Checking rustc-demangle v0.1.24 |
1989 | 2024-12-05T06:43:21.353Z | Checking dyn-clone v1.0.17 |
1990 | 2024-12-05T06:43:21.461Z | Checking is_terminal_polyfill v1.70.1 |
1991 | 2024-12-05T06:43:21.485Z | Checking linked-hash-map v0.5.6 |
1992 | 2024-12-05T06:43:21.566Z | Checking base16ct v0.2.0 |
1993 | 2024-12-05T06:43:21.638Z | Checking fallible-iterator v0.2.0 |
1994 | 2024-12-05T06:43:21.745Z | Checking utf-8 v0.7.6 |
1995 | 2024-12-05T06:43:21.773Z | Checking anstyle-query v1.1.1 |
1996 | 2024-12-05T06:43:21.863Z | Checking take_mut v0.2.2 |
1997 | 2024-12-05T06:43:21.894Z | Checking quick-error v1.2.3 |
1998 | 2024-12-05T06:43:21.923Z | Checking psl-types v2.0.11 |
1999 | 2024-12-05T06:43:21.999Z | Checking slog-async v2.8.0 |
2000 | 2024-12-05T06:43:22.023Z | Checking resolv-conf v0.7.0 |
2001 | 2024-12-05T06:43:22.054Z | Checking toml v0.8.19 |
2002 | 2024-12-05T06:43:22.088Z | Checking publicsuffix v2.2.3 |
2003 | 2024-12-05T06:43:22.180Z | Checking postgres-protocol v0.6.7 |
2004 | 2024-12-05T06:43:22.265Z | Checking tungstenite v0.24.0 |
2005 | 2024-12-05T06:43:22.298Z | Checking anstream v0.6.15 |
2006 | 2024-12-05T06:43:22.322Z | Checking tokio-rustls v0.25.0 |
2007 | 2024-12-05T06:43:22.347Z | Checking hyper-util v0.1.10 |
2008 | 2024-12-05T06:43:22.609Z | Checking lru-cache v0.1.2 |
2009 | 2024-12-05T06:43:22.633Z | Checking sec1 v0.7.3 |
2010 | 2024-12-05T06:43:22.685Z | Checking schemars v0.8.21 |
2011 | 2024-12-05T06:43:22.732Z | Checking heapless v0.7.17 |
2012 | 2024-12-05T06:43:22.774Z | Checking slog-term v2.9.1 |
2013 | 2024-12-05T06:43:22.962Z | Checking hickory-proto v0.24.1 |
2014 | 2024-12-05T06:43:23.017Z | Checking usdt v0.5.0 |
2015 | 2024-12-05T06:43:23.185Z | Checking group v0.13.0 |
2016 | 2024-12-05T06:43:23.236Z | Checking num-iter v0.1.45 |
2017 | 2024-12-05T06:43:23.387Z | Checking futures v0.3.31 |
2018 | 2024-12-05T06:43:23.411Z | Checking slog-bunyan v2.5.0 |
2019 | 2024-12-05T06:43:23.491Z | Checking tokio-native-tls v0.3.1 |
2020 | 2024-12-05T06:43:23.547Z | Checking rayon-core v1.12.1 |
2021 | 2024-12-05T06:43:23.618Z | Checking multer v3.1.0 |
2022 | 2024-12-05T06:43:23.703Z | Checking terminal_size v0.4.0 |
2023 | 2024-12-05T06:43:23.727Z | Checking tokio-rustls v0.26.0 |
2024 | 2024-12-05T06:43:23.851Z | Checking phf_shared v0.11.2 |
2025 | 2024-12-05T06:43:23.960Z | Checking cookie v0.18.1 |
2026 | 2024-12-05T06:43:23.985Z | Checking async-stream v0.3.6 |
2027 | 2024-12-05T06:43:24.009Z | Checking bzip2-sys v0.1.11+1.0.8 |
2028 | 2024-12-05T06:43:24.072Z | Checking camino v1.1.9 |
2029 | 2024-12-05T06:43:24.102Z | Checking signal-hook v0.3.17 |
2030 | 2024-12-05T06:43:24.126Z | Checking waitgroup v0.1.2 |
2031 | 2024-12-05T06:43:24.151Z | Checking webpki-roots v0.26.6 |
2032 | 2024-12-05T06:43:24.175Z | Checking openapiv3 v2.0.0 |
2033 | 2024-12-05T06:43:24.242Z | Checking serde_path_to_error v0.1.16 |
2034 | 2024-12-05T06:43:24.322Z | Checking idna v0.5.0 |
2035 | 2024-12-05T06:43:24.354Z | Checking hkdf v0.12.4 |
2036 | 2024-12-05T06:43:24.393Z | Checking crypto-bigint v0.5.5 |
2037 | 2024-12-05T06:43:24.543Z | Checking hostname v0.4.0 |
2038 | 2024-12-05T06:43:24.571Z | Checking crc32fast v1.4.2 |
2039 | 2024-12-05T06:43:24.665Z | Checking debug-ignore v1.0.5 |
2040 | 2024-12-05T06:43:24.774Z | Checking winnow v0.5.40 |
2041 | 2024-12-05T06:43:24.804Z | Checking managed v0.8.0 |
2042 | 2024-12-05T06:43:24.830Z | Checking unicode-width v0.1.14 |
2043 | 2024-12-05T06:43:24.935Z | Checking clap_lex v0.7.2 |
2044 | 2024-12-05T06:43:25.116Z | Checking strsim v0.11.1 |
2045 | 2024-12-05T06:43:25.153Z | Checking bitflags v1.3.2 |
2046 | 2024-12-05T06:43:25.187Z | Checking console v0.15.8 |
2047 | 2024-12-05T06:43:25.245Z | Checking smoltcp v0.9.1 |
2048 | 2024-12-05T06:43:25.368Z | Checking clap_builder v4.5.21 |
2049 | 2024-12-05T06:43:25.649Z | Checking cookie_store v0.21.0 |
2050 | 2024-12-05T06:43:26.202Z | Checking flate2 v1.0.34 |
2051 | 2024-12-05T06:43:26.429Z | Checking signal-hook-mio v0.2.4 |
2052 | 2024-12-05T06:43:26.461Z | Checking backtrace v0.3.74 |
2053 | 2024-12-05T06:43:26.560Z | Checking hyper-rustls v0.27.3 |
2054 | 2024-12-05T06:43:26.731Z | Checking rayon v1.10.0 |
2055 | 2024-12-05T06:43:26.755Z | Checking elliptic-curve v0.13.8 |
2056 | 2024-12-05T06:43:26.851Z | Checking bzip2 v0.4.4 |
2057 | 2024-12-05T06:43:26.883Z | Checking dropshot v0.12.0 |
2058 | 2024-12-05T06:43:26.949Z | Checking anyhow v1.0.93 |
2059 | 2024-12-05T06:43:27.003Z | Checking hickory-resolver v0.24.1 |
2060 | 2024-12-05T06:43:27.109Z | Checking phf v0.11.2 |
2061 | 2024-12-05T06:43:27.187Z | Checking toml_edit v0.19.15 |
2062 | 2024-12-05T06:43:27.273Z | Checking hyper-tls v0.6.0 |
2063 | 2024-12-05T06:43:27.298Z | Checking num-bigint-dig v0.8.4 |
2064 | 2024-12-05T06:43:27.344Z | Checking tokio-tungstenite v0.24.0 |
2065 | 2024-12-05T06:43:27.514Z | Checking postgres-types v0.2.8 |
2066 | 2024-12-05T06:43:27.736Z | Checking regex v1.11.1 |
2067 | 2024-12-05T06:43:27.873Z | Checking bstr v1.10.0 |
2068 | 2024-12-05T06:43:28.096Z | Checking ed25519 v2.2.3 |
2069 | 2024-12-05T06:43:28.258Z | Checking tokio-stream v0.1.16 |
2070 | 2024-12-05T06:43:28.333Z | Checking phf_shared v0.10.0 |
2071 | 2024-12-05T06:43:28.364Z | Checking curve25519-dalek v4.1.3 |
2072 | 2024-12-05T06:43:28.562Z | Checking zerocopy v0.6.6 |
2073 | 2024-12-05T06:43:28.657Z | Checking pkcs1 v0.7.5 |
2074 | 2024-12-05T06:43:28.952Z | Checking hubpack v0.1.2 |
2075 | 2024-12-05T06:43:29.000Z | Checking portable-atomic v1.9.0 |
2076 | 2024-12-05T06:43:29.077Z | Checking float-cmp v0.9.0 |
2077 | 2024-12-05T06:43:29.193Z | Checking serde-big-array v0.5.1 |
2078 | 2024-12-05T06:43:29.218Z | Checking rfc6979 v0.4.0 |
2079 | 2024-12-05T06:43:29.244Z | Checking sync_wrapper v1.0.1 |
2080 | 2024-12-05T06:43:29.268Z | Checking difflib v0.4.0 |
2081 | 2024-12-05T06:43:29.375Z | Checking whoami v1.5.2 |
2082 | 2024-12-05T06:43:29.399Z | Checking fixedbitset v0.4.2 |
2083 | 2024-12-05T06:43:29.399Z | Checking predicates-core v1.0.8 |
2084 | 2024-12-05T06:43:29.561Z | Checking normalize-line-endings v0.3.0 |
2085 | 2024-12-05T06:43:29.589Z | Checking unicode-segmentation v1.12.0 |
2086 | 2024-12-05T06:43:29.657Z | Checking static_assertions v1.1.0 |
2087 | 2024-12-05T06:43:29.681Z | Checking minimal-lexical v0.2.1 |
2088 | 2024-12-05T06:43:29.681Z | Checking number_prefix v0.4.0 |
2089 | 2024-12-05T06:43:29.763Z | Checking bit-vec v0.6.3 |
2090 | 2024-12-05T06:43:29.870Z | Checking precomputed-hash v0.1.1 |
2091 | 2024-12-05T06:43:29.895Z | Checking new_debug_unreachable v1.0.6 |
2092 | 2024-12-05T06:43:29.895Z | Checking unicode-width v0.2.0 |
2093 | 2024-12-05T06:43:29.970Z | Checking qorb v0.2.1 |
2094 | 2024-12-05T06:43:29.994Z | Checking ed25519-dalek v2.1.1 |
2095 | 2024-12-05T06:43:30.018Z | Checking string_cache v0.8.7 |
2096 | 2024-12-05T06:43:30.043Z | Checking nom v7.1.3 |
2097 | 2024-12-05T06:43:30.067Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2098 | 2024-12-05T06:43:30.092Z | Checking bit-set v0.5.3 |
2099 | 2024-12-05T06:43:30.156Z | Checking similar v2.6.0 |
2100 | 2024-12-05T06:43:30.253Z | Checking predicates v3.1.2 |
2101 | 2024-12-05T06:43:30.287Z | Checking petgraph v0.6.5 |
2102 | 2024-12-05T06:43:30.311Z | Checking indicatif v0.17.9 |
2103 | 2024-12-05T06:43:30.344Z | Checking tokio-postgres v0.7.12 |
2104 | 2024-12-05T06:43:30.814Z | Checking ecdsa v0.16.9 |
2105 | 2024-12-05T06:43:30.896Z | Checking reqwest v0.12.9 |
2106 | 2024-12-05T06:43:30.949Z | Checking toml v0.7.8 |
2107 | 2024-12-05T06:43:31.405Z | Checking rsa v0.9.6 |
2108 | 2024-12-05T06:43:31.531Z | Checking clap v4.5.21 |
2109 | 2024-12-05T06:43:31.628Z | Checking zip v0.6.6 |
2110 | 2024-12-05T06:43:32.208Z | Checking crossterm v0.28.1 |
2111 | 2024-12-05T06:43:32.232Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2112 | 2024-12-05T06:43:32.257Z | Checking itertools v0.12.1 |
2113 | 2024-12-05T06:43:32.282Z | Checking itertools v0.10.5 |
2114 | 2024-12-05T06:43:32.367Z | Checking fs-err v2.11.0 |
2115 | 2024-12-05T06:43:32.451Z | Checking ahash v0.8.11 |
2116 | 2024-12-05T06:43:32.741Z | Checking x509-cert v0.2.5 |
2117 | 2024-12-05T06:43:32.857Z | Checking semver v1.0.23 |
2118 | 2024-12-05T06:43:32.893Z | Checking hex v0.4.3 |
2119 | 2024-12-05T06:43:33.017Z | Checking lalrpop-util v0.19.12 |
2120 | 2024-12-05T06:43:33.209Z | Checking peg-runtime v0.8.3 |
2121 | 2024-12-05T06:43:33.262Z | Checking sigpipe v0.1.3 |
2122 | 2024-12-05T06:43:34.518Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2123 | 2024-12-05T06:43:34.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.04s |
2124 | 2024-12-05T06:43:35.063Z | |
2125 | 2024-12-05T06:43:35.063Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2126 | 2024-12-05T06:43:35.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2127 | 2024-12-05T06:43:35.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2128 | 2024-12-05T06:43:35.936Z | Compiling hashbrown v0.14.5 |
2129 | 2024-12-05T06:43:35.985Z | Checking heck v0.5.0 |
2130 | 2024-12-05T06:43:36.010Z | Compiling unsafe-libyaml v0.2.11 |
2131 | 2024-12-05T06:43:36.034Z | Compiling ident_case v1.0.1 |
2132 | 2024-12-05T06:43:36.034Z | Checking progenitor-client v0.8.0 |
2133 | 2024-12-05T06:43:36.059Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2134 | 2024-12-05T06:43:36.084Z | Compiling proc-macro-crate v1.3.1 |
2135 | 2024-12-05T06:43:36.160Z | Compiling darling_core v0.20.10 |
2136 | 2024-12-05T06:43:36.216Z | Checking ipnetwork v0.20.0 |
2137 | 2024-12-05T06:43:36.355Z | Compiling structmeta-derive v0.3.0 |
2138 | 2024-12-05T06:43:36.379Z | Compiling newtype-uuid v1.1.3 |
2139 | 2024-12-05T06:43:36.525Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2140 | 2024-12-05T06:43:36.606Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2141 | 2024-12-05T06:43:36.770Z | Compiling lzma-sys v0.1.20 |
2142 | 2024-12-05T06:43:36.888Z | Compiling foreign-types-macros v0.2.3 |
2143 | 2024-12-05T06:43:36.963Z | Checking regress v0.10.1 |
2144 | 2024-12-05T06:43:36.987Z | Compiling num_enum_derive v0.5.11 |
2145 | 2024-12-05T06:43:37.403Z | Compiling serde_yaml v0.9.34+deprecated |
2146 | 2024-12-05T06:43:37.504Z | Compiling dropshot v0.13.0 |
2147 | 2024-12-05T06:43:37.742Z | Checking foreign-types-shared v0.3.1 |
2148 | 2024-12-05T06:43:37.846Z | Checking arc-swap v1.7.1 |
2149 | 2024-12-05T06:43:37.916Z | Checking foreign-types v0.5.0 |
2150 | 2024-12-05T06:43:38.099Z | Compiling proc-macro-error v1.0.4 |
2151 | 2024-12-05T06:43:38.226Z | Checking slog-scope v4.4.0 |
2152 | 2024-12-05T06:43:38.714Z | Compiling structmeta v0.3.0 |
2153 | 2024-12-05T06:43:38.738Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2154 | 2024-12-05T06:43:38.839Z | Checking tungstenite v0.21.0 |
2155 | 2024-12-05T06:43:38.867Z | Compiling heck v0.3.3 |
2156 | 2024-12-05T06:43:39.097Z | Checking num_enum v0.5.11 |
2157 | 2024-12-05T06:43:39.122Z | Compiling parse-display-derive v0.10.0 |
2158 | 2024-12-05T06:43:39.215Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2159 | 2024-12-05T06:43:39.240Z | Compiling dropshot_endpoint v0.13.0 |
2160 | 2024-12-05T06:43:39.707Z | Checking cstr-argument v0.1.2 |
2161 | 2024-12-05T06:43:39.774Z | Checking typify-impl v0.2.0 |
2162 | 2024-12-05T06:43:39.882Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2163 | 2024-12-05T06:43:39.906Z | Checking instant v0.1.13 |
2164 | 2024-12-05T06:43:40.489Z | Checking pretty-hex v0.2.1 |
2165 | 2024-12-05T06:43:40.627Z | Checking fastrand v2.1.1 |
2166 | 2024-12-05T06:43:40.910Z | Checking base64 v0.21.7 |
2167 | 2024-12-05T06:43:40.987Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2168 | 2024-12-05T06:43:41.106Z | Checking tempfile v3.13.0 |
2169 | 2024-12-05T06:43:41.231Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2170 | 2024-12-05T06:43:41.317Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2171 | 2024-12-05T06:43:41.439Z | Checking backoff v0.4.0 |
2172 | 2024-12-05T06:43:41.462Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2173 | 2024-12-05T06:43:41.485Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2174 | 2024-12-05T06:43:41.583Z | Checking tokio-tungstenite v0.21.0 |
2175 | 2024-12-05T06:43:41.689Z | Checking strum v0.26.3 |
2176 | 2024-12-05T06:43:41.734Z | Compiling zone_cfg_derive v0.1.2 |
2177 | 2024-12-05T06:43:41.814Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2178 | 2024-12-05T06:43:41.837Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2179 | 2024-12-05T06:43:42.024Z | Checking slog-stdlog v4.1.1 |
2180 | 2024-12-05T06:43:42.048Z | Compiling darling_macro v0.20.10 |
2181 | 2024-12-05T06:43:42.174Z | Checking regress v0.9.1 |
2182 | 2024-12-05T06:43:42.197Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2183 | 2024-12-05T06:43:42.327Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2184 | 2024-12-05T06:43:42.443Z | Checking colored v2.1.0 |
2185 | 2024-12-05T06:43:42.565Z | Checking macaddr v1.0.1 |
2186 | 2024-12-05T06:43:42.699Z | Checking base64 v0.13.1 |
2187 | 2024-12-05T06:43:42.851Z | Compiling darling v0.20.10 |
2188 | 2024-12-05T06:43:42.941Z | Checking parse-display v0.10.0 |
2189 | 2024-12-05T06:43:42.966Z | Checking zone v0.1.8 |
2190 | 2024-12-05T06:43:42.990Z | Compiling serde_with_macros v3.11.0 |
2191 | 2024-12-05T06:43:43.040Z | Checking ron v0.7.1 |
2192 | 2024-12-05T06:43:43.148Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2193 | 2024-12-05T06:43:43.517Z | Checking xz2 v0.1.7 |
2194 | 2024-12-05T06:43:43.540Z | Checking slog-envlogger v2.2.0 |
2195 | 2024-12-05T06:43:43.722Z | Checking tabwriter v1.4.0 |
2196 | 2024-12-05T06:43:43.763Z | Checking xattr v1.3.1 |
2197 | 2024-12-05T06:43:43.925Z | Checking pem v3.0.4 |
2198 | 2024-12-05T06:43:43.949Z | Checking yasna v0.5.2 |
2199 | 2024-12-05T06:43:44.002Z | Checking headers-core v0.3.0 |
2200 | 2024-12-05T06:43:44.121Z | Checking smf v0.2.3 |
2201 | 2024-12-05T06:43:44.156Z | Checking filetime v0.2.25 |
2202 | 2024-12-05T06:43:44.332Z | Checking same-file v1.0.6 |
2203 | 2024-12-05T06:43:44.432Z | Checking tar v0.4.42 |
2204 | 2024-12-05T06:43:44.571Z | Checking walkdir v2.5.0 |
2205 | 2024-12-05T06:43:44.594Z | Checking headers v0.4.0 |
2206 | 2024-12-05T06:43:44.753Z | Checking rcgen v0.12.1 |
2207 | 2024-12-05T06:43:44.812Z | Checking atomicwrites v0.4.4 |
2208 | 2024-12-05T06:43:44.943Z | Checking camino-tempfile v1.1.1 |
2209 | 2024-12-05T06:43:44.991Z | Checking subprocess v0.2.9 |
2210 | 2024-12-05T06:43:45.390Z | Checking serde_with v3.11.0 |
2211 | 2024-12-05T06:43:49.984Z | Compiling typify-macro v0.2.0 |
2212 | 2024-12-05T06:43:52.439Z | Compiling typify v0.2.0 |
2213 | 2024-12-05T06:43:52.535Z | Compiling progenitor-impl v0.8.0 |
2214 | 2024-12-05T06:43:56.855Z | Compiling progenitor-macro v0.8.0 |
2215 | 2024-12-05T06:44:03.085Z | Checking progenitor v0.8.0 |
2216 | 2024-12-05T06:44:03.287Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2217 | 2024-12-05T06:44:03.287Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2218 | 2024-12-05T06:44:06.814Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2219 | 2024-12-05T06:44:07.195Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2220 | 2024-12-05T06:44:15.559Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2221 | 2024-12-05T06:44:17.643Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2222 | 2024-12-05T06:44:19.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.22s |
2223 | 2024-12-05T06:44:19.455Z | |
2224 | 2024-12-05T06:44:19.455Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2225 | 2024-12-05T06:44:20.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2226 | 2024-12-05T06:44:20.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2227 | 2024-12-05T06:44:20.345Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2228 | 2024-12-05T06:44:22.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
2229 | 2024-12-05T06:44:22.210Z | |
2230 | 2024-12-05T06:44:22.210Z | info: running `cargo check --bins` on nexus-config (31/173) |
2231 | 2024-12-05T06:44:22.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2232 | 2024-12-05T06:44:22.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2233 | 2024-12-05T06:44:22.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2234 | 2024-12-05T06:44:22.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2235 | 2024-12-05T06:44:23.071Z | |
2236 | 2024-12-05T06:44:23.071Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2237 | 2024-12-05T06:44:23.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2238 | 2024-12-05T06:44:23.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2239 | 2024-12-05T06:44:23.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2240 | 2024-12-05T06:44:23.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2241 | 2024-12-05T06:44:23.879Z | |
2242 | 2024-12-05T06:44:23.879Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2243 | 2024-12-05T06:44:24.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2244 | 2024-12-05T06:44:24.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2245 | 2024-12-05T06:44:24.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2246 | 2024-12-05T06:44:24.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2247 | 2024-12-05T06:44:24.759Z | |
2248 | 2024-12-05T06:44:24.759Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2249 | 2024-12-05T06:44:25.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2250 | 2024-12-05T06:44:25.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2251 | 2024-12-05T06:44:25.680Z | Compiling zerocopy v0.8.10 |
2252 | 2024-12-05T06:44:25.681Z | Compiling progenitor-client v0.8.0 |
2253 | 2024-12-05T06:44:25.681Z | Compiling itertools v0.13.0 |
2254 | 2024-12-05T06:44:25.681Z | Compiling zerocopy-derive v0.8.10 |
2255 | 2024-12-05T06:44:25.682Z | Compiling heapless v0.8.0 |
2256 | 2024-12-05T06:44:25.682Z | Compiling newtype-uuid v1.1.3 |
2257 | 2024-12-05T06:44:25.705Z | Compiling ipnetwork v0.20.0 |
2258 | 2024-12-05T06:44:25.705Z | Checking hash32 v0.3.1 |
2259 | 2024-12-05T06:44:25.926Z | Compiling instant v0.1.13 |
2260 | 2024-12-05T06:44:26.042Z | Compiling progenitor v0.8.0 |
2261 | 2024-12-05T06:44:26.069Z | Compiling smoltcp v0.11.0 |
2262 | 2024-12-05T06:44:26.158Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2263 | 2024-12-05T06:44:26.271Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2264 | 2024-12-05T06:44:26.568Z | Compiling backoff v0.4.0 |
2265 | 2024-12-05T06:44:26.640Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2266 | 2024-12-05T06:44:26.710Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2267 | 2024-12-05T06:44:26.836Z | Compiling serde_with v3.11.0 |
2268 | 2024-12-05T06:44:26.880Z | Compiling dropshot v0.13.0 |
2269 | 2024-12-05T06:44:26.904Z | Compiling parse-display v0.10.0 |
2270 | 2024-12-05T06:44:26.961Z | Checking num-rational v0.4.2 |
2271 | 2024-12-05T06:44:27.387Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2272 | 2024-12-05T06:44:27.533Z | Compiling regress v0.9.1 |
2273 | 2024-12-05T06:44:27.556Z | Compiling phf_generator v0.11.2 |
2274 | 2024-12-05T06:44:27.711Z | Checking num-complex v0.4.6 |
2275 | 2024-12-05T06:44:28.503Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2276 | 2024-12-05T06:44:28.979Z | Compiling macaddr v1.0.1 |
2277 | 2024-12-05T06:44:29.414Z | Checking cobs v0.2.3 |
2278 | 2024-12-05T06:44:29.437Z | Compiling num v0.4.3 |
2279 | 2024-12-05T06:44:29.632Z | Checking postcard v1.0.10 |
2280 | 2024-12-05T06:44:29.702Z | Compiling phf_codegen v0.11.2 |
2281 | 2024-12-05T06:44:30.177Z | Compiling parse-zoneinfo v0.3.1 |
2282 | 2024-12-05T06:44:30.332Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2283 | 2024-12-05T06:44:30.611Z | Compiling float-ord v0.3.2 |
2284 | 2024-12-05T06:44:30.888Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2285 | 2024-12-05T06:44:30.924Z | Compiling convert_case v0.4.0 |
2286 | 2024-12-05T06:44:31.044Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2287 | 2024-12-05T06:44:31.757Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2288 | 2024-12-05T06:44:31.832Z | Compiling derive_more v0.99.18 |
2289 | 2024-12-05T06:44:31.955Z | Compiling chrono-tz-build v0.4.0 |
2290 | 2024-12-05T06:44:32.650Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2291 | 2024-12-05T06:44:33.212Z | Compiling thiserror v2.0.3 |
2292 | 2024-12-05T06:44:33.238Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2293 | 2024-12-05T06:44:33.393Z | Compiling crucible-workspace-hack v0.1.0 |
2294 | 2024-12-05T06:44:33.498Z | Compiling chrono-tz v0.10.0 |
2295 | 2024-12-05T06:44:33.653Z | Checking newline-converter v0.3.0 |
2296 | 2024-12-05T06:44:33.794Z | Checking prettyplease v0.2.25 |
2297 | 2024-12-05T06:44:34.048Z | Compiling thiserror-impl v2.0.3 |
2298 | 2024-12-05T06:44:34.072Z | Compiling slog-dtrace v0.3.0 |
2299 | 2024-12-05T06:44:34.332Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2300 | 2024-12-05T06:44:34.356Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2301 | 2024-12-05T06:44:34.835Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2302 | 2024-12-05T06:44:35.064Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2303 | 2024-12-05T06:44:35.403Z | Checking expectorate v1.1.0 |
2304 | 2024-12-05T06:44:35.498Z | Compiling zone_cfg_derive v0.3.0 |
2305 | 2024-12-05T06:44:35.647Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2306 | 2024-12-05T06:44:35.708Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2307 | 2024-12-05T06:44:36.509Z | Compiling const_format_proc_macros v0.2.33 |
2308 | 2024-12-05T06:44:36.679Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2309 | 2024-12-05T06:44:36.723Z | Compiling num-derive v0.4.2 |
2310 | 2024-12-05T06:44:36.950Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2311 | 2024-12-05T06:44:37.223Z | Checking highway v1.2.0 |
2312 | 2024-12-05T06:44:37.575Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2313 | 2024-12-05T06:44:37.667Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2314 | 2024-12-05T06:44:37.828Z | Checking zone v0.3.0 |
2315 | 2024-12-05T06:44:38.163Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2316 | 2024-12-05T06:44:38.259Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2317 | 2024-12-05T06:44:38.293Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2318 | 2024-12-05T06:44:38.322Z | Checking const_format v0.2.33 |
2319 | 2024-12-05T06:44:38.511Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2320 | 2024-12-05T06:44:38.536Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2321 | 2024-12-05T06:44:38.887Z | Checking gethostname v0.5.0 |
2322 | 2024-12-05T06:44:38.929Z | Checking bcs v0.1.6 |
2323 | 2024-12-05T06:44:39.023Z | Compiling async-recursion v1.1.1 |
2324 | 2024-12-05T06:44:39.739Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2325 | 2024-12-05T06:44:40.416Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2326 | 2024-12-05T06:44:46.849Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2327 | 2024-12-05T06:44:51.201Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2328 | 2024-12-05T06:44:54.705Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2329 | 2024-12-05T06:44:56.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.51s |
2330 | 2024-12-05T06:44:56.444Z | |
2331 | 2024-12-05T06:44:56.444Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2332 | 2024-12-05T06:44:57.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2333 | 2024-12-05T06:44:57.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2334 | 2024-12-05T06:44:57.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2335 | 2024-12-05T06:44:57.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2336 | 2024-12-05T06:44:57.299Z | |
2337 | 2024-12-05T06:44:57.299Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2338 | 2024-12-05T06:44:58.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2339 | 2024-12-05T06:44:58.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2340 | 2024-12-05T06:44:58.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2341 | 2024-12-05T06:44:58.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2342 | 2024-12-05T06:44:58.145Z | |
2343 | 2024-12-05T06:44:58.145Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2344 | 2024-12-05T06:44:58.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2345 | 2024-12-05T06:44:58.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2346 | 2024-12-05T06:44:59.031Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2347 | 2024-12-05T06:44:59.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
2348 | 2024-12-05T06:44:59.945Z | |
2349 | 2024-12-05T06:44:59.945Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2350 | 2024-12-05T06:45:00.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2351 | 2024-12-05T06:45:00.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2352 | 2024-12-05T06:45:00.870Z | Compiling cfg_aliases v0.1.1 |
2353 | 2024-12-05T06:45:00.871Z | Compiling vte_generate_state_changes v0.1.2 |
2354 | 2024-12-05T06:45:00.871Z | Checking fd-lock v4.0.2 |
2355 | 2024-12-05T06:45:00.905Z | Checking nibble_vec v0.1.0 |
2356 | 2024-12-05T06:45:00.905Z | Checking endian-type v0.1.2 |
2357 | 2024-12-05T06:45:00.905Z | Checking bytecount v0.6.8 |
2358 | 2024-12-05T06:45:00.905Z | Compiling tabled_derive v0.7.0 |
2359 | 2024-12-05T06:45:00.953Z | Compiling peg-macros v0.8.4 |
2360 | 2024-12-05T06:45:01.004Z | Compiling nix v0.28.0 |
2361 | 2024-12-05T06:45:01.081Z | Checking papergrid v0.11.0 |
2362 | 2024-12-05T06:45:01.111Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2363 | 2024-12-05T06:45:01.136Z | Checking radix_trie v0.2.1 |
2364 | 2024-12-05T06:45:01.136Z | Compiling sqlparser_derive v0.2.2 |
2365 | 2024-12-05T06:45:01.485Z | Checking unicode_categories v0.1.1 |
2366 | 2024-12-05T06:45:01.510Z | Checking vte v0.11.1 |
2367 | 2024-12-05T06:45:01.748Z | Checking nu-ansi-term v0.50.1 |
2368 | 2024-12-05T06:45:02.049Z | Checking home v0.5.9 |
2369 | 2024-12-05T06:45:02.088Z | Checking sqlparser v0.45.0 |
2370 | 2024-12-05T06:45:02.169Z | Checking sqlformat v0.2.6 |
2371 | 2024-12-05T06:45:02.224Z | Checking display-error-chain v0.2.2 |
2372 | 2024-12-05T06:45:02.602Z | Checking strip-ansi-escapes v0.2.0 |
2373 | 2024-12-05T06:45:02.733Z | Checking reedline v0.35.0 |
2374 | 2024-12-05T06:45:02.951Z | Checking tabled v0.15.0 |
2375 | 2024-12-05T06:45:03.403Z | Checking peg v0.8.4 |
2376 | 2024-12-05T06:45:03.832Z | Checking rustyline v14.0.0 |
2377 | 2024-12-05T06:45:15.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.39s |
2378 | 2024-12-05T06:45:15.533Z | |
2379 | 2024-12-05T06:45:15.533Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2380 | 2024-12-05T06:45:16.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2024-12-05T06:45:16.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2024-12-05T06:45:16.399Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2383 | 2024-12-05T06:45:23.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.62s |
2384 | 2024-12-05T06:45:23.313Z | |
2385 | 2024-12-05T06:45:23.313Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2386 | 2024-12-05T06:45:24.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2387 | 2024-12-05T06:45:24.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2388 | 2024-12-05T06:45:24.204Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2389 | 2024-12-05T06:45:29.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s |
2390 | 2024-12-05T06:45:29.291Z | |
2391 | 2024-12-05T06:45:29.291Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2392 | 2024-12-05T06:45:30.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2393 | 2024-12-05T06:45:30.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2394 | 2024-12-05T06:45:30.182Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2395 | 2024-12-05T06:45:36.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.44s |
2396 | 2024-12-05T06:45:36.899Z | |
2397 | 2024-12-05T06:45:36.899Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2398 | 2024-12-05T06:45:37.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2399 | 2024-12-05T06:45:37.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2400 | 2024-12-05T06:45:37.793Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2401 | 2024-12-05T06:45:44.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.31s |
2402 | 2024-12-05T06:45:44.383Z | |
2403 | 2024-12-05T06:45:44.384Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2404 | 2024-12-05T06:45:45.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2405 | 2024-12-05T06:45:45.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2406 | 2024-12-05T06:45:45.287Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2407 | 2024-12-05T06:45:50.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s |
2408 | 2024-12-05T06:45:50.641Z | |
2409 | 2024-12-05T06:45:50.641Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2410 | 2024-12-05T06:45:51.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2411 | 2024-12-05T06:45:51.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2412 | 2024-12-05T06:45:51.564Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2413 | 2024-12-05T06:45:56.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s |
2414 | 2024-12-05T06:45:57.054Z | |
2415 | 2024-12-05T06:45:57.054Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2416 | 2024-12-05T06:45:57.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2417 | 2024-12-05T06:45:57.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2418 | 2024-12-05T06:45:57.990Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2419 | 2024-12-05T06:46:04.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.44s |
2420 | 2024-12-05T06:46:04.667Z | |
2421 | 2024-12-05T06:46:04.667Z | info: running `cargo check --bins` on oximeter (46/173) |
2422 | 2024-12-05T06:46:05.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2423 | 2024-12-05T06:46:05.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2424 | 2024-12-05T06:46:05.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2425 | 2024-12-05T06:46:05.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2426 | 2024-12-05T06:46:05.495Z | |
2427 | 2024-12-05T06:46:05.495Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2428 | 2024-12-05T06:46:06.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2429 | 2024-12-05T06:46:06.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2430 | 2024-12-05T06:46:06.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2431 | 2024-12-05T06:46:06.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2432 | 2024-12-05T06:46:06.298Z | |
2433 | 2024-12-05T06:46:06.298Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2434 | 2024-12-05T06:46:07.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2435 | 2024-12-05T06:46:07.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2436 | 2024-12-05T06:46:07.136Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2437 | 2024-12-05T06:46:07.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2438 | 2024-12-05T06:46:07.737Z | |
2439 | 2024-12-05T06:46:07.737Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2440 | 2024-12-05T06:46:08.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2441 | 2024-12-05T06:46:08.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2442 | 2024-12-05T06:46:08.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2443 | 2024-12-05T06:46:08.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2444 | 2024-12-05T06:46:08.552Z | |
2445 | 2024-12-05T06:46:08.552Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2446 | 2024-12-05T06:46:09.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2024-12-05T06:46:09.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2024-12-05T06:46:09.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2449 | 2024-12-05T06:46:09.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2450 | 2024-12-05T06:46:09.373Z | |
2451 | 2024-12-05T06:46:09.373Z | info: running `cargo check --bins` on oxql-types (51/173) |
2452 | 2024-12-05T06:46:10.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2024-12-05T06:46:10.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2024-12-05T06:46:10.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2455 | 2024-12-05T06:46:10.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2456 | 2024-12-05T06:46:10.199Z | |
2457 | 2024-12-05T06:46:10.199Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2458 | 2024-12-05T06:46:10.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2024-12-05T06:46:10.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2024-12-05T06:46:10.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2024-12-05T06:46:10.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2462 | 2024-12-05T06:46:11.065Z | |
2463 | 2024-12-05T06:46:11.065Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2464 | 2024-12-05T06:46:11.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2024-12-05T06:46:11.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2024-12-05T06:46:11.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2467 | 2024-12-05T06:46:11.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2468 | 2024-12-05T06:46:11.868Z | |
2469 | 2024-12-05T06:46:11.869Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2470 | 2024-12-05T06:46:12.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2471 | 2024-12-05T06:46:12.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2472 | 2024-12-05T06:46:12.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2473 | 2024-12-05T06:46:12.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2474 | 2024-12-05T06:46:12.713Z | |
2475 | 2024-12-05T06:46:12.713Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2476 | 2024-12-05T06:46:13.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2477 | 2024-12-05T06:46:13.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2478 | 2024-12-05T06:46:13.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2479 | 2024-12-05T06:46:13.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2480 | 2024-12-05T06:46:13.553Z | |
2481 | 2024-12-05T06:46:13.553Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2482 | 2024-12-05T06:46:14.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2483 | 2024-12-05T06:46:14.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2484 | 2024-12-05T06:46:14.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2485 | 2024-12-05T06:46:14.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2486 | 2024-12-05T06:46:14.392Z | |
2487 | 2024-12-05T06:46:14.392Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2488 | 2024-12-05T06:46:15.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2489 | 2024-12-05T06:46:15.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2490 | 2024-12-05T06:46:15.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2491 | 2024-12-05T06:46:15.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2492 | 2024-12-05T06:46:15.210Z | |
2493 | 2024-12-05T06:46:15.210Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2494 | 2024-12-05T06:46:16.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2495 | 2024-12-05T06:46:16.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2496 | 2024-12-05T06:46:16.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2497 | 2024-12-05T06:46:16.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2498 | 2024-12-05T06:46:16.159Z | |
2499 | 2024-12-05T06:46:16.159Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2500 | 2024-12-05T06:46:16.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2501 | 2024-12-05T06:46:16.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2502 | 2024-12-05T06:46:16.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2503 | 2024-12-05T06:46:16.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2504 | 2024-12-05T06:46:16.877Z | |
2505 | 2024-12-05T06:46:16.877Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2506 | 2024-12-05T06:46:17.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2024-12-05T06:46:17.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2024-12-05T06:46:17.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2509 | 2024-12-05T06:46:17.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2510 | 2024-12-05T06:46:17.684Z | |
2511 | 2024-12-05T06:46:17.684Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2512 | 2024-12-05T06:46:18.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2024-12-05T06:46:18.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2024-12-05T06:46:18.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2515 | 2024-12-05T06:46:18.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2516 | 2024-12-05T06:46:18.526Z | |
2517 | 2024-12-05T06:46:18.526Z | info: running `cargo check --bins` on dpd-client (62/173) |
2518 | 2024-12-05T06:46:19.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2024-12-05T06:46:19.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2024-12-05T06:46:19.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2521 | 2024-12-05T06:46:19.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2522 | 2024-12-05T06:46:19.346Z | |
2523 | 2024-12-05T06:46:19.346Z | info: running `cargo check --bins` on gateway-client (63/173) |
2524 | 2024-12-05T06:46:20.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2024-12-05T06:46:20.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2024-12-05T06:46:20.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2527 | 2024-12-05T06:46:20.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2528 | 2024-12-05T06:46:20.167Z | |
2529 | 2024-12-05T06:46:20.167Z | info: running `cargo check --bins` on installinator-client (64/173) |
2530 | 2024-12-05T06:46:20.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2024-12-05T06:46:20.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2024-12-05T06:46:20.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2533 | 2024-12-05T06:46:20.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2534 | 2024-12-05T06:46:21.026Z | |
2535 | 2024-12-05T06:46:21.026Z | info: running `cargo check --bins` on installinator-common (65/173) |
2536 | 2024-12-05T06:46:21.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2024-12-05T06:46:21.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2024-12-05T06:46:21.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2539 | 2024-12-05T06:46:21.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2540 | 2024-12-05T06:46:21.867Z | |
2541 | 2024-12-05T06:46:21.867Z | info: running `cargo check --bins` on update-engine (66/173) |
2542 | 2024-12-05T06:46:22.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2024-12-05T06:46:22.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2024-12-05T06:46:22.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2545 | 2024-12-05T06:46:22.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2546 | 2024-12-05T06:46:22.669Z | |
2547 | 2024-12-05T06:46:22.669Z | info: running `cargo check --bins` on nexus-client (67/173) |
2548 | 2024-12-05T06:46:23.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2024-12-05T06:46:23.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2024-12-05T06:46:23.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2024-12-05T06:46:23.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2552 | 2024-12-05T06:46:23.528Z | |
2553 | 2024-12-05T06:46:23.528Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2554 | 2024-12-05T06:46:24.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2024-12-05T06:46:24.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2024-12-05T06:46:24.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2024-12-05T06:46:24.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2558 | 2024-12-05T06:46:24.405Z | |
2559 | 2024-12-05T06:46:24.405Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2560 | 2024-12-05T06:46:25.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2024-12-05T06:46:25.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2024-12-05T06:46:25.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2024-12-05T06:46:25.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2564 | 2024-12-05T06:46:25.256Z | |
2565 | 2024-12-05T06:46:25.256Z | info: running `cargo check --bins` on nexus-types (70/173) |
2566 | 2024-12-05T06:46:26.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2024-12-05T06:46:26.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2024-12-05T06:46:26.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2024-12-05T06:46:26.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2570 | 2024-12-05T06:46:26.135Z | |
2571 | 2024-12-05T06:46:26.135Z | info: running `cargo check --bins` on oxide-client (71/173) |
2572 | 2024-12-05T06:46:26.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2024-12-05T06:46:26.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2024-12-05T06:46:26.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2024-12-05T06:46:26.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2576 | 2024-12-05T06:46:26.957Z | |
2577 | 2024-12-05T06:46:26.957Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2578 | 2024-12-05T06:46:27.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2024-12-05T06:46:27.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2024-12-05T06:46:27.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2024-12-05T06:46:27.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2582 | 2024-12-05T06:46:27.776Z | |
2583 | 2024-12-05T06:46:27.776Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2584 | 2024-12-05T06:46:28.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2024-12-05T06:46:28.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2024-12-05T06:46:28.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2024-12-05T06:46:28.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2588 | 2024-12-05T06:46:28.619Z | |
2589 | 2024-12-05T06:46:28.619Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2590 | 2024-12-05T06:46:29.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2024-12-05T06:46:29.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2024-12-05T06:46:29.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2024-12-05T06:46:29.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2594 | 2024-12-05T06:46:29.467Z | |
2595 | 2024-12-05T06:46:29.467Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2596 | 2024-12-05T06:46:30.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2024-12-05T06:46:30.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2024-12-05T06:46:30.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2024-12-05T06:46:30.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2600 | 2024-12-05T06:46:30.356Z | |
2601 | 2024-12-05T06:46:30.356Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2602 | 2024-12-05T06:46:31.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2024-12-05T06:46:31.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2024-12-05T06:46:31.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2024-12-05T06:46:31.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2606 | 2024-12-05T06:46:31.264Z | |
2607 | 2024-12-05T06:46:31.264Z | info: running `cargo check --bins` on wicket-common (77/173) |
2608 | 2024-12-05T06:46:32.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2024-12-05T06:46:32.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2024-12-05T06:46:32.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2024-12-05T06:46:32.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2612 | 2024-12-05T06:46:32.149Z | |
2613 | 2024-12-05T06:46:32.149Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2614 | 2024-12-05T06:46:32.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2024-12-05T06:46:32.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2024-12-05T06:46:33.020Z | Checking csv-core v0.1.11 |
2617 | 2024-12-05T06:46:33.020Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2618 | 2024-12-05T06:46:33.044Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2619 | 2024-12-05T06:46:33.333Z | Checking csv v1.3.0 |
2620 | 2024-12-05T06:46:33.357Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2621 | 2024-12-05T06:46:34.076Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2622 | 2024-12-05T06:46:34.537Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2623 | 2024-12-05T06:46:36.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
2624 | 2024-12-05T06:46:36.280Z | |
2625 | 2024-12-05T06:46:36.280Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2626 | 2024-12-05T06:46:37.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2024-12-05T06:46:37.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2024-12-05T06:46:37.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2024-12-05T06:46:37.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2630 | 2024-12-05T06:46:37.129Z | |
2631 | 2024-12-05T06:46:37.129Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2632 | 2024-12-05T06:46:37.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2024-12-05T06:46:37.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2024-12-05T06:46:37.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2024-12-05T06:46:37.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2636 | 2024-12-05T06:46:37.974Z | |
2637 | 2024-12-05T06:46:37.974Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2638 | 2024-12-05T06:46:38.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2024-12-05T06:46:38.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2024-12-05T06:46:38.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2024-12-05T06:46:38.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2642 | 2024-12-05T06:46:38.972Z | |
2643 | 2024-12-05T06:46:38.972Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2644 | 2024-12-05T06:46:39.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2024-12-05T06:46:39.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2024-12-05T06:46:39.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2024-12-05T06:46:39.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2648 | 2024-12-05T06:46:39.958Z | |
2649 | 2024-12-05T06:46:39.958Z | info: running `cargo check --bins` on dns-server (83/173) |
2650 | 2024-12-05T06:46:40.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2024-12-05T06:46:40.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2024-12-05T06:46:40.861Z | Compiling parking_lot_core v0.8.6 |
2653 | 2024-12-05T06:46:40.861Z | Checking fxhash v0.2.1 |
2654 | 2024-12-05T06:46:40.884Z | Checking hickory-server v0.24.1 |
2655 | 2024-12-05T06:46:40.884Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2656 | 2024-12-05T06:46:40.884Z | Checking hickory-client v0.24.1 |
2657 | 2024-12-05T06:46:41.571Z | Checking parking_lot v0.11.2 |
2658 | 2024-12-05T06:46:41.800Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2659 | 2024-12-05T06:46:41.800Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2660 | 2024-12-05T06:46:41.867Z | Checking sled v0.34.7 |
2661 | 2024-12-05T06:46:44.141Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2662 | 2024-12-05T06:46:45.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s |
2663 | 2024-12-05T06:46:45.997Z | |
2664 | 2024-12-05T06:46:45.997Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2665 | 2024-12-05T06:46:46.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2024-12-05T06:46:46.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2024-12-05T06:46:46.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2668 | 2024-12-05T06:46:46.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2669 | 2024-12-05T06:46:46.898Z | |
2670 | 2024-12-05T06:46:46.898Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2671 | 2024-12-05T06:46:47.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2672 | 2024-12-05T06:46:47.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2673 | 2024-12-05T06:46:47.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2674 | 2024-12-05T06:46:47.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2675 | 2024-12-05T06:46:47.826Z | |
2676 | 2024-12-05T06:46:47.826Z | info: running `cargo check --bins` on gateway-types (86/173) |
2677 | 2024-12-05T06:46:48.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2678 | 2024-12-05T06:46:48.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2679 | 2024-12-05T06:46:48.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2680 | 2024-12-05T06:46:48.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2681 | 2024-12-05T06:46:48.671Z | |
2682 | 2024-12-05T06:46:48.671Z | info: running `cargo check --bins` on ipcc (87/173) |
2683 | 2024-12-05T06:46:49.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2024-12-05T06:46:49.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2024-12-05T06:46:49.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2686 | 2024-12-05T06:46:49.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2687 | 2024-12-05T06:46:49.525Z | |
2688 | 2024-12-05T06:46:49.525Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2689 | 2024-12-05T06:46:50.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2690 | 2024-12-05T06:46:50.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2691 | 2024-12-05T06:46:50.531Z | Compiling semver v0.1.20 |
2692 | 2024-12-05T06:46:50.531Z | Compiling radium v0.7.0 |
2693 | 2024-12-05T06:46:50.532Z | Checking tap v1.0.1 |
2694 | 2024-12-05T06:46:50.556Z | Compiling maybe-uninit v2.0.0 |
2695 | 2024-12-05T06:46:50.592Z | Checking password-hash v0.5.0 |
2696 | 2024-12-05T06:46:50.615Z | Checking blake2 v0.10.6 |
2697 | 2024-12-05T06:46:50.615Z | Compiling packed_struct v0.10.1 |
2698 | 2024-12-05T06:46:50.615Z | Checking crc-catalog v2.4.0 |
2699 | 2024-12-05T06:46:50.708Z | Checking wyz v0.5.1 |
2700 | 2024-12-05T06:46:50.777Z | Compiling owo-colors v4.1.0 |
2701 | 2024-12-05T06:46:51.017Z | Compiling rustc_version v0.1.7 |
2702 | 2024-12-05T06:46:51.041Z | Compiling cancel-safe-futures v0.1.5 |
2703 | 2024-12-05T06:46:51.081Z | Checking funty v2.0.0 |
2704 | 2024-12-05T06:46:51.120Z | Checking argon2 v0.5.3 |
2705 | 2024-12-05T06:46:51.163Z | Checking crc v3.2.1 |
2706 | 2024-12-05T06:46:51.232Z | Compiling packed_struct_codegen v0.10.1 |
2707 | 2024-12-05T06:46:51.304Z | Checking half v2.4.1 |
2708 | 2024-12-05T06:46:51.371Z | Compiling indexmap v1.9.3 |
2709 | 2024-12-05T06:46:51.495Z | Compiling newtype_derive v0.1.6 |
2710 | 2024-12-05T06:46:51.560Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2711 | 2024-12-05T06:46:51.583Z | Checking nodrop v0.1.14 |
2712 | 2024-12-05T06:46:51.632Z | Checking ciborium-io v0.2.2 |
2713 | 2024-12-05T06:46:51.689Z | Checking array-init v0.0.4 |
2714 | 2024-12-05T06:46:51.752Z | Checking ciborium-ll v0.2.2 |
2715 | 2024-12-05T06:46:51.794Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2716 | 2024-12-05T06:46:51.857Z | Checking bitvec v1.0.1 |
2717 | 2024-12-05T06:46:51.880Z | Checking smallvec v0.6.14 |
2718 | 2024-12-05T06:46:51.991Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2719 | 2024-12-05T06:46:52.086Z | Checking libsw v3.3.1 |
2720 | 2024-12-05T06:46:52.178Z | Compiling memoffset v0.9.1 |
2721 | 2024-12-05T06:46:52.259Z | Checking termcolor v1.4.1 |
2722 | 2024-12-05T06:46:52.330Z | Checking bitfield v0.14.0 |
2723 | 2024-12-05T06:46:52.447Z | Checking indent_write v2.2.0 |
2724 | 2024-12-05T06:46:52.528Z | Checking linear-map v1.2.0 |
2725 | 2024-12-05T06:46:52.564Z | Checking swrite v0.1.0 |
2726 | 2024-12-05T06:46:52.635Z | Checking hashbrown v0.12.3 |
2727 | 2024-12-05T06:46:52.660Z | Checking env_logger v0.10.2 |
2728 | 2024-12-05T06:46:52.684Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2729 | 2024-12-05T06:46:52.708Z | Checking serde-hex v0.1.0 |
2730 | 2024-12-05T06:46:52.837Z | Checking ron v0.8.1 |
2731 | 2024-12-05T06:46:53.176Z | Checking ciborium v0.2.2 |
2732 | 2024-12-05T06:46:53.520Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2733 | 2024-12-05T06:46:53.622Z | Checking steno v0.4.1 |
2734 | 2024-12-05T06:46:54.057Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2735 | 2024-12-05T06:46:54.094Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2736 | 2024-12-05T06:46:54.118Z | Checking hashbrown v0.13.2 |
2737 | 2024-12-05T06:46:54.167Z | Checking humantime v2.1.0 |
2738 | 2024-12-05T06:46:54.290Z | Checking crc-any v2.5.0 |
2739 | 2024-12-05T06:46:54.427Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2740 | 2024-12-05T06:46:54.651Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2741 | 2024-12-05T06:46:54.807Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2742 | 2024-12-05T06:46:55.032Z | Checking object v0.30.4 |
2743 | 2024-12-05T06:46:55.058Z | Checking path-slash v0.1.5 |
2744 | 2024-12-05T06:46:55.223Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2745 | 2024-12-05T06:46:55.274Z | Checking nix v0.27.1 |
2746 | 2024-12-05T06:46:55.705Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2747 | 2024-12-05T06:46:56.175Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2748 | 2024-12-05T06:46:56.203Z | Checking tungstenite v0.23.0 |
2749 | 2024-12-05T06:46:56.344Z | Checking kstat-rs v0.2.4 |
2750 | 2024-12-05T06:46:56.369Z | Checking signal-hook-tokio v0.3.1 |
2751 | 2024-12-05T06:46:56.643Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2752 | 2024-12-05T06:46:56.975Z | Checking tokio-tungstenite v0.23.1 |
2753 | 2024-12-05T06:46:57.451Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2754 | 2024-12-05T06:46:57.689Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2755 | 2024-12-05T06:46:57.942Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2756 | 2024-12-05T06:47:06.819Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2757 | 2024-12-05T06:47:08.449Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2758 | 2024-12-05T06:47:12.142Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2759 | 2024-12-05T06:47:19.543Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2760 | 2024-12-05T06:47:20.436Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2761 | 2024-12-05T06:47:24.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.55s |
2762 | 2024-12-05T06:47:24.246Z | |
2763 | 2024-12-05T06:47:24.246Z | info: running `cargo check --bins` on gateway-api (89/173) |
2764 | 2024-12-05T06:47:24.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2024-12-05T06:47:24.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2024-12-05T06:47:24.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2767 | 2024-12-05T06:47:24.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2768 | 2024-12-05T06:47:25.064Z | |
2769 | 2024-12-05T06:47:25.064Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2770 | 2024-12-05T06:47:25.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2024-12-05T06:47:25.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2024-12-05T06:47:25.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2773 | 2024-12-05T06:47:25.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2774 | 2024-12-05T06:47:25.881Z | |
2775 | 2024-12-05T06:47:25.881Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2776 | 2024-12-05T06:47:26.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2024-12-05T06:47:26.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2024-12-05T06:47:26.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2024-12-05T06:47:26.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2780 | 2024-12-05T06:47:26.704Z | |
2781 | 2024-12-05T06:47:26.704Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2782 | 2024-12-05T06:47:27.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2024-12-05T06:47:27.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2024-12-05T06:47:27.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2024-12-05T06:47:27.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2786 | 2024-12-05T06:47:27.507Z | |
2787 | 2024-12-05T06:47:27.507Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2788 | 2024-12-05T06:47:28.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2024-12-05T06:47:28.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2024-12-05T06:47:28.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2024-12-05T06:47:28.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2792 | 2024-12-05T06:47:28.306Z | |
2793 | 2024-12-05T06:47:28.306Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2794 | 2024-12-05T06:47:29.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2024-12-05T06:47:29.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2024-12-05T06:47:29.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2797 | 2024-12-05T06:47:29.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2798 | 2024-12-05T06:47:29.115Z | |
2799 | 2024-12-05T06:47:29.115Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2800 | 2024-12-05T06:47:29.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2024-12-05T06:47:29.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2024-12-05T06:47:29.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2024-12-05T06:47:29.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2804 | 2024-12-05T06:47:29.906Z | |
2805 | 2024-12-05T06:47:29.907Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2806 | 2024-12-05T06:47:30.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2024-12-05T06:47:30.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2024-12-05T06:47:30.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2024-12-05T06:47:30.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2810 | 2024-12-05T06:47:30.725Z | |
2811 | 2024-12-05T06:47:30.725Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2812 | 2024-12-05T06:47:31.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2024-12-05T06:47:31.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2024-12-05T06:47:31.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2024-12-05T06:47:31.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2816 | 2024-12-05T06:47:31.571Z | |
2817 | 2024-12-05T06:47:31.572Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2818 | 2024-12-05T06:47:32.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2024-12-05T06:47:32.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2024-12-05T06:47:32.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2024-12-05T06:47:32.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2822 | 2024-12-05T06:47:32.378Z | |
2823 | 2024-12-05T06:47:32.378Z | info: running `cargo check --bins` on sp-sim (99/173) |
2824 | 2024-12-05T06:47:33.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2024-12-05T06:47:33.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2024-12-05T06:47:33.203Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2827 | 2024-12-05T06:47:35.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s |
2828 | 2024-12-05T06:47:35.600Z | |
2829 | 2024-12-05T06:47:35.600Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2830 | 2024-12-05T06:47:36.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2024-12-05T06:47:36.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2024-12-05T06:47:36.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2833 | 2024-12-05T06:47:36.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2834 | 2024-12-05T06:47:36.474Z | |
2835 | 2024-12-05T06:47:36.474Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2836 | 2024-12-05T06:47:37.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2024-12-05T06:47:37.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2024-12-05T06:47:37.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2839 | 2024-12-05T06:47:37.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2840 | 2024-12-05T06:47:37.365Z | |
2841 | 2024-12-05T06:47:37.365Z | info: running `cargo check --bins` on db-macros (102/173) |
2842 | 2024-12-05T06:47:38.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2843 | 2024-12-05T06:47:38.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2844 | 2024-12-05T06:47:38.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2845 | 2024-12-05T06:47:38.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2846 | 2024-12-05T06:47:38.155Z | |
2847 | 2024-12-05T06:47:38.155Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2848 | 2024-12-05T06:47:38.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2849 | 2024-12-05T06:47:38.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2850 | 2024-12-05T06:47:38.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2851 | 2024-12-05T06:47:38.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2852 | 2024-12-05T06:47:38.941Z | |
2853 | 2024-12-05T06:47:38.941Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2854 | 2024-12-05T06:47:39.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2855 | 2024-12-05T06:47:39.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2856 | 2024-12-05T06:47:39.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2857 | 2024-12-05T06:47:39.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2858 | 2024-12-05T06:47:39.815Z | |
2859 | 2024-12-05T06:47:39.815Z | info: running `cargo check --bins` on authz-macros (105/173) |
2860 | 2024-12-05T06:47:40.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2861 | 2024-12-05T06:47:40.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2862 | 2024-12-05T06:47:40.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2863 | 2024-12-05T06:47:40.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2864 | 2024-12-05T06:47:40.667Z | |
2865 | 2024-12-05T06:47:40.667Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2866 | 2024-12-05T06:47:41.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2867 | 2024-12-05T06:47:41.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2868 | 2024-12-05T06:47:41.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2869 | 2024-12-05T06:47:41.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2870 | 2024-12-05T06:47:41.539Z | |
2871 | 2024-12-05T06:47:41.539Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2872 | 2024-12-05T06:47:42.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2873 | 2024-12-05T06:47:42.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2874 | 2024-12-05T06:47:42.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2875 | 2024-12-05T06:47:42.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2876 | 2024-12-05T06:47:42.395Z | |
2877 | 2024-12-05T06:47:42.395Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2878 | 2024-12-05T06:47:43.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2024-12-05T06:47:43.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2024-12-05T06:47:43.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2881 | 2024-12-05T06:47:43.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2882 | 2024-12-05T06:47:43.199Z | |
2883 | 2024-12-05T06:47:43.199Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2884 | 2024-12-05T06:47:43.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2024-12-05T06:47:43.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2024-12-05T06:47:43.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2887 | 2024-12-05T06:47:43.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2888 | 2024-12-05T06:47:44.047Z | |
2889 | 2024-12-05T06:47:44.047Z | info: running `cargo check --bins` on typed-rng (110/173) |
2890 | 2024-12-05T06:47:44.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2024-12-05T06:47:44.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2024-12-05T06:47:44.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2893 | 2024-12-05T06:47:44.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2894 | 2024-12-05T06:47:44.849Z | |
2895 | 2024-12-05T06:47:44.849Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2896 | 2024-12-05T06:47:45.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2897 | 2024-12-05T06:47:45.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2898 | 2024-12-05T06:47:45.851Z | Checking keccak v0.1.5 |
2899 | 2024-12-05T06:47:45.874Z | Checking secrecy v0.8.0 |
2900 | 2024-12-05T06:47:45.874Z | Compiling unicase v2.7.0 |
2901 | 2024-12-05T06:47:45.897Z | Compiling same-file v1.0.6 |
2902 | 2024-12-05T06:47:45.920Z | Compiling tempfile v3.13.0 |
2903 | 2024-12-05T06:47:45.920Z | Compiling thiserror-impl-no-std v2.0.2 |
2904 | 2024-12-05T06:47:45.920Z | Checking universal-hash v0.5.1 |
2905 | 2024-12-05T06:47:45.920Z | Compiling blake3 v1.5.4 |
2906 | 2024-12-05T06:47:46.070Z | Compiling ring v0.16.20 |
2907 | 2024-12-05T06:47:46.118Z | Compiling walkdir v2.5.0 |
2908 | 2024-12-05T06:47:46.141Z | Checking sha3 v0.10.8 |
2909 | 2024-12-05T06:47:46.194Z | Checking opaque-debug v0.3.1 |
2910 | 2024-12-05T06:47:46.283Z | Checking poly1305 v0.8.0 |
2911 | 2024-12-05T06:47:46.444Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2912 | 2024-12-05T06:47:46.493Z | Checking chacha20 v0.9.1 |
2913 | 2024-12-05T06:47:46.721Z | Checking aead v0.5.2 |
2914 | 2024-12-05T06:47:46.769Z | Compiling memmap2 v0.9.5 |
2915 | 2024-12-05T06:47:46.796Z | Compiling spin v0.5.2 |
2916 | 2024-12-05T06:47:46.837Z | Compiling salty v0.3.0 |
2917 | 2024-12-05T06:47:46.837Z | Compiling constant_time_eq v0.3.1 |
2918 | 2024-12-05T06:47:46.895Z | Compiling arrayvec v0.7.6 |
2919 | 2024-12-05T06:47:47.013Z | Compiling arrayref v0.3.9 |
2920 | 2024-12-05T06:47:47.045Z | Compiling libefi-sys v0.1.0 |
2921 | 2024-12-05T06:47:47.104Z | Checking chacha20poly1305 v0.10.1 |
2922 | 2024-12-05T06:47:47.167Z | Compiling toolchain_find v0.4.0 |
2923 | 2024-12-05T06:47:47.265Z | Compiling camino-tempfile v1.1.1 |
2924 | 2024-12-05T06:47:47.341Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2925 | 2024-12-05T06:47:47.379Z | Compiling bitfield-struct v0.6.2 |
2926 | 2024-12-05T06:47:47.493Z | Compiling topological-sort v0.2.2 |
2927 | 2024-12-05T06:47:47.637Z | Compiling mime_guess v2.0.5 |
2928 | 2024-12-05T06:47:47.693Z | Compiling rustfmt-wrapper v0.2.1 |
2929 | 2024-12-05T06:47:48.113Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2930 | 2024-12-05T06:47:48.194Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2931 | 2024-12-05T06:47:48.267Z | Checking primeorder v0.13.6 |
2932 | 2024-12-05T06:47:48.351Z | Checking env_filter v0.1.2 |
2933 | 2024-12-05T06:47:48.466Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2934 | 2024-12-05T06:47:48.546Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2935 | 2024-12-05T06:47:48.571Z | Checking env_logger v0.11.5 |
2936 | 2024-12-05T06:47:48.612Z | Checking thiserror-no-std v2.0.2 |
2937 | 2024-12-05T06:47:48.687Z | Checking p384 v0.13.0 |
2938 | 2024-12-05T06:47:48.725Z | Checking vsss-rs v3.3.4 |
2939 | 2024-12-05T06:47:48.788Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2940 | 2024-12-05T06:47:48.815Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2941 | 2024-12-05T06:47:49.065Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2942 | 2024-12-05T06:47:49.124Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2943 | 2024-12-05T06:47:49.124Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2944 | 2024-12-05T06:47:49.332Z | Checking simd-adler32 v0.3.7 |
2945 | 2024-12-05T06:47:49.362Z | Checking http-range v0.1.5 |
2946 | 2024-12-05T06:47:49.397Z | Checking bumpalo v3.16.0 |
2947 | 2024-12-05T06:47:49.479Z | Checking lockfree-object-pool v0.1.6 |
2948 | 2024-12-05T06:47:49.565Z | Compiling zip v2.1.3 |
2949 | 2024-12-05T06:47:49.642Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2950 | 2024-12-05T06:47:49.673Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2951 | 2024-12-05T06:47:49.745Z | Checking zopfli v0.8.1 |
2952 | 2024-12-05T06:47:49.873Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2953 | 2024-12-05T06:47:49.909Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2954 | 2024-12-05T06:47:50.289Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2955 | 2024-12-05T06:47:50.348Z | Checking nanorand v0.7.0 |
2956 | 2024-12-05T06:47:50.384Z | Checking atty v0.2.14 |
2957 | 2024-12-05T06:47:50.434Z | Checking glob v0.3.1 |
2958 | 2024-12-05T06:47:50.491Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2959 | 2024-12-05T06:47:50.686Z | Checking flume v0.11.1 |
2960 | 2024-12-05T06:47:50.728Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2961 | 2024-12-05T06:47:50.951Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2962 | 2024-12-05T06:47:51.136Z | Compiling omicron-zone-package v0.11.1 |
2963 | 2024-12-05T06:47:51.300Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2964 | 2024-12-05T06:47:51.934Z | Checking hyper-staticfile v0.10.1 |
2965 | 2024-12-05T06:47:52.509Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2966 | 2024-12-05T06:47:52.633Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2967 | 2024-12-05T06:47:52.761Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2968 | 2024-12-05T06:47:52.866Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2969 | 2024-12-05T06:47:52.930Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2970 | 2024-12-05T06:47:52.982Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2971 | 2024-12-05T06:47:53.428Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2972 | 2024-12-05T06:47:53.773Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2973 | 2024-12-05T06:47:55.159Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2974 | 2024-12-05T06:47:56.946Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2975 | 2024-12-05T06:47:56.996Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2976 | 2024-12-05T06:48:09.792Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2977 | 2024-12-05T06:48:28.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.34s |
2978 | 2024-12-05T06:48:28.404Z | |
2979 | 2024-12-05T06:48:28.404Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2980 | 2024-12-05T06:48:29.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2024-12-05T06:48:29.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2024-12-05T06:48:29.407Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2983 | 2024-12-05T06:48:47.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.06s |
2984 | 2024-12-05T06:48:47.648Z | |
2985 | 2024-12-05T06:48:47.648Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2986 | 2024-12-05T06:48:48.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2024-12-05T06:48:48.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2024-12-05T06:48:48.659Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2989 | 2024-12-05T06:49:06.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.17s |
2990 | 2024-12-05T06:49:07.011Z | |
2991 | 2024-12-05T06:49:07.011Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
2992 | 2024-12-05T06:49:07.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2993 | 2024-12-05T06:49:07.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2994 | 2024-12-05T06:49:07.962Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2995 | 2024-12-05T06:49:25.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.85s |
2996 | 2024-12-05T06:49:26.046Z | |
2997 | 2024-12-05T06:49:26.046Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
2998 | 2024-12-05T06:49:26.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2024-12-05T06:49:26.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2024-12-05T06:49:27.017Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3001 | 2024-12-05T06:49:44.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.93s |
3002 | 2024-12-05T06:49:45.176Z | |
3003 | 2024-12-05T06:49:45.176Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
3004 | 2024-12-05T06:49:45.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3005 | 2024-12-05T06:49:46.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3006 | 2024-12-05T06:49:46.189Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3007 | 2024-12-05T06:50:04.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.55s |
3008 | 2024-12-05T06:50:04.922Z | |
3009 | 2024-12-05T06:50:04.922Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
3010 | 2024-12-05T06:50:05.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2024-12-05T06:50:05.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2024-12-05T06:50:06.011Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3013 | 2024-12-05T06:50:24.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.11s |
3014 | 2024-12-05T06:50:24.216Z | |
3015 | 2024-12-05T06:50:24.216Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3016 | 2024-12-05T06:50:25.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2024-12-05T06:50:25.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2024-12-05T06:50:25.183Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3019 | 2024-12-05T06:50:42.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.55s |
3020 | 2024-12-05T06:50:42.952Z | |
3021 | 2024-12-05T06:50:42.952Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3022 | 2024-12-05T06:50:43.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2024-12-05T06:50:43.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2024-12-05T06:50:43.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3025 | 2024-12-05T06:50:43.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3026 | 2024-12-05T06:50:43.825Z | |
3027 | 2024-12-05T06:50:43.825Z | info: running `cargo check --bins` on key-manager (120/173) |
3028 | 2024-12-05T06:50:44.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2024-12-05T06:50:44.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2024-12-05T06:50:44.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3031 | 2024-12-05T06:50:44.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3032 | 2024-12-05T06:50:44.649Z | |
3033 | 2024-12-05T06:50:44.649Z | info: running `cargo check --bins` on range-requests (121/173) |
3034 | 2024-12-05T06:50:45.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2024-12-05T06:50:45.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2024-12-05T06:50:45.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3037 | 2024-12-05T06:50:45.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3038 | 2024-12-05T06:50:45.454Z | |
3039 | 2024-12-05T06:50:45.454Z | info: running `cargo check --bins` on repo-depot-api (122/173) |
3040 | 2024-12-05T06:50:46.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2024-12-05T06:50:46.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2024-12-05T06:50:46.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2024-12-05T06:50:46.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3044 | 2024-12-05T06:50:46.288Z | |
3045 | 2024-12-05T06:50:46.288Z | info: running `cargo check --bins` on sled-agent-api (123/173) |
3046 | 2024-12-05T06:50:47.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2024-12-05T06:50:47.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2024-12-05T06:50:47.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2024-12-05T06:50:47.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3050 | 2024-12-05T06:50:47.122Z | |
3051 | 2024-12-05T06:50:47.122Z | info: running `cargo check --bins` on sled-hardware (124/173) |
3052 | 2024-12-05T06:50:47.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2024-12-05T06:50:47.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2024-12-05T06:50:47.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3055 | 2024-12-05T06:50:47.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3056 | 2024-12-05T06:50:47.928Z | |
3057 | 2024-12-05T06:50:47.928Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/173) |
3058 | 2024-12-05T06:50:48.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2024-12-05T06:50:48.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2024-12-05T06:50:48.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3061 | 2024-12-05T06:50:48.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3062 | 2024-12-05T06:50:48.743Z | |
3063 | 2024-12-05T06:50:48.743Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173) |
3064 | 2024-12-05T06:50:49.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-12-05T06:50:49.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-12-05T06:50:49.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3067 | 2024-12-05T06:50:49.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3068 | 2024-12-05T06:50:49.576Z | |
3069 | 2024-12-05T06:50:49.576Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/173) |
3070 | 2024-12-05T06:50:50.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2024-12-05T06:50:50.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2024-12-05T06:50:50.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3073 | 2024-12-05T06:50:50.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3074 | 2024-12-05T06:50:50.462Z | |
3075 | 2024-12-05T06:50:50.462Z | info: running `cargo check --bins` on nexus-test-interface (128/173) |
3076 | 2024-12-05T06:50:51.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2024-12-05T06:50:51.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2024-12-05T06:50:51.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3079 | 2024-12-05T06:50:51.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3080 | 2024-12-05T06:50:51.326Z | |
3081 | 2024-12-05T06:50:51.326Z | info: running `cargo check --bins` on oximeter-collector (129/173) |
3082 | 2024-12-05T06:50:52.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2024-12-05T06:50:52.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2024-12-05T06:50:52.273Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3085 | 2024-12-05T06:50:52.273Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3086 | 2024-12-05T06:50:53.245Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3087 | 2024-12-05T06:50:55.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s |
3088 | 2024-12-05T06:50:55.858Z | |
3089 | 2024-12-05T06:50:55.858Z | info: running `cargo check --bins` on oximeter-api (130/173) |
3090 | 2024-12-05T06:50:56.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2024-12-05T06:50:56.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2024-12-05T06:50:56.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3093 | 2024-12-05T06:50:56.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3094 | 2024-12-05T06:50:56.689Z | |
3095 | 2024-12-05T06:50:56.690Z | info: running `cargo check --bins` on cert-dev (131/173) |
3096 | 2024-12-05T06:50:57.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3097 | 2024-12-05T06:50:57.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3098 | 2024-12-05T06:50:57.506Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3099 | 2024-12-05T06:50:57.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
3100 | 2024-12-05T06:50:57.925Z | |
3101 | 2024-12-05T06:50:57.925Z | info: running `cargo check --bins` on clickhouse-cluster-dev (132/173) |
3102 | 2024-12-05T06:50:58.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3103 | 2024-12-05T06:50:58.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3104 | 2024-12-05T06:50:58.805Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3105 | 2024-12-05T06:50:58.805Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3106 | 2024-12-05T06:50:59.449Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3107 | 2024-12-05T06:50:59.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3108 | 2024-12-05T06:51:00.084Z | |
3109 | 2024-12-05T06:51:00.084Z | info: running `cargo check --bins` on ch-dev (133/173) |
3110 | 2024-12-05T06:51:00.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3111 | 2024-12-05T06:51:00.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3112 | 2024-12-05T06:51:00.994Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3113 | 2024-12-05T06:51:01.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
3114 | 2024-12-05T06:51:01.975Z | |
3115 | 2024-12-05T06:51:01.975Z | info: running `cargo check --bins` on crdb-seed (134/173) |
3116 | 2024-12-05T06:51:02.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3117 | 2024-12-05T06:51:02.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3118 | 2024-12-05T06:51:02.823Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3119 | 2024-12-05T06:51:03.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
3120 | 2024-12-05T06:51:03.338Z | |
3121 | 2024-12-05T06:51:03.338Z | info: running `cargo check --bins` on db-dev (135/173) |
3122 | 2024-12-05T06:51:04.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3123 | 2024-12-05T06:51:04.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3124 | 2024-12-05T06:51:04.215Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3125 | 2024-12-05T06:51:05.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
3126 | 2024-12-05T06:51:05.210Z | |
3127 | 2024-12-05T06:51:05.210Z | info: running `cargo check --bins` on omicron-dev-lib (136/173) |
3128 | 2024-12-05T06:51:05.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3129 | 2024-12-05T06:51:05.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3130 | 2024-12-05T06:51:05.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3131 | 2024-12-05T06:51:05.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3132 | 2024-12-05T06:51:06.071Z | |
3133 | 2024-12-05T06:51:06.071Z | info: running `cargo check --bins` on xtask-downloader (137/173) |
3134 | 2024-12-05T06:51:06.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3135 | 2024-12-05T06:51:06.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3136 | 2024-12-05T06:51:06.894Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3137 | 2024-12-05T06:51:07.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
3138 | 2024-12-05T06:51:08.146Z | |
3139 | 2024-12-05T06:51:08.146Z | info: running `cargo check --bins` on omicron-ls-apis (138/173) |
3140 | 2024-12-05T06:51:08.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3141 | 2024-12-05T06:51:08.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3142 | 2024-12-05T06:51:08.982Z | Checking cargo-platform v0.1.8 |
3143 | 2024-12-05T06:51:09.236Z | Checking cargo_metadata v0.18.1 |
3144 | 2024-12-05T06:51:10.546Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3145 | 2024-12-05T06:51:11.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
3146 | 2024-12-05T06:51:11.690Z | |
3147 | 2024-12-05T06:51:11.690Z | info: running `cargo check --bins` on mgs-dev (139/173) |
3148 | 2024-12-05T06:51:12.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2024-12-05T06:51:12.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2024-12-05T06:51:12.638Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3151 | 2024-12-05T06:51:13.406Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3152 | 2024-12-05T06:51:14.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s |
3153 | 2024-12-05T06:51:14.259Z | |
3154 | 2024-12-05T06:51:14.259Z | info: running `cargo check --bins` on omicron-omdb (140/173) |
3155 | 2024-12-05T06:51:15.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2024-12-05T06:51:15.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2024-12-05T06:51:15.365Z | Compiling crunchy v0.2.2 |
3158 | 2024-12-05T06:51:15.365Z | Compiling tiny-keccak v2.0.2 |
3159 | 2024-12-05T06:51:15.409Z | Compiling dsl_auto_type v0.1.2 |
3160 | 2024-12-05T06:51:15.409Z | Checking scheduled-thread-pool v0.2.7 |
3161 | 2024-12-05T06:51:15.409Z | Compiling diesel_table_macro_syntax v0.2.0 |
3162 | 2024-12-05T06:51:15.410Z | Compiling ascii-canvas v3.0.0 |
3163 | 2024-12-05T06:51:15.410Z | Compiling ena v0.14.3 |
3164 | 2024-12-05T06:51:15.411Z | Compiling diff v0.1.13 |
3165 | 2024-12-05T06:51:15.691Z | Compiling regex-syntax v0.6.29 |
3166 | 2024-12-05T06:51:15.736Z | Checking r2d2 v0.8.10 |
3167 | 2024-12-05T06:51:15.861Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3168 | 2024-12-05T06:51:15.894Z | Compiling ref-cast v1.0.23 |
3169 | 2024-12-05T06:51:15.930Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3170 | 2024-12-05T06:51:16.015Z | Compiling derive_builder_core v0.20.2 |
3171 | 2024-12-05T06:51:16.057Z | Compiling libxml v0.3.3 |
3172 | 2024-12-05T06:51:16.081Z | Compiling ref-cast-impl v1.0.23 |
3173 | 2024-12-05T06:51:16.163Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3174 | 2024-12-05T06:51:16.420Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3175 | 2024-12-05T06:51:16.445Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3176 | 2024-12-05T06:51:16.556Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3177 | 2024-12-05T06:51:16.631Z | Compiling strum_macros v0.24.3 |
3178 | 2024-12-05T06:51:16.664Z | Compiling samael v0.0.17 |
3179 | 2024-12-05T06:51:16.850Z | Compiling diesel_derives v2.2.3 |
3180 | 2024-12-05T06:51:16.903Z | Compiling indoc v1.0.9 |
3181 | 2024-12-05T06:51:17.708Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3182 | 2024-12-05T06:51:17.946Z | Compiling impl-trait-for-tuples v0.2.2 |
3183 | 2024-12-05T06:51:18.060Z | Compiling derive_builder_macro v0.20.2 |
3184 | 2024-12-05T06:51:18.632Z | Compiling lalrpop v0.19.12 |
3185 | 2024-12-05T06:51:18.801Z | Checking derive_builder v0.20.2 |
3186 | 2024-12-05T06:51:18.949Z | Compiling oso-derive v0.27.3 |
3187 | 2024-12-05T06:51:19.135Z | Checking quick-xml v0.33.0 |
3188 | 2024-12-05T06:51:19.576Z | Compiling diesel-dtrace v0.3.0 |
3189 | 2024-12-05T06:51:19.815Z | Checking maplit v1.0.2 |
3190 | 2024-12-05T06:51:19.957Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3191 | 2024-12-05T06:51:19.982Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3192 | 2024-12-05T06:51:20.064Z | Checking bb8 v0.8.5 |
3193 | 2024-12-05T06:51:20.259Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3194 | 2024-12-05T06:51:20.533Z | Checking castaway v0.2.3 |
3195 | 2024-12-05T06:51:20.533Z | Checking rand_seeder v0.3.0 |
3196 | 2024-12-05T06:51:20.685Z | Checking compact_str v0.8.0 |
3197 | 2024-12-05T06:51:20.768Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3198 | 2024-12-05T06:51:20.873Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3199 | 2024-12-05T06:51:20.973Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3200 | 2024-12-05T06:51:21.436Z | Checking unicode-truncate v1.1.0 |
3201 | 2024-12-05T06:51:21.536Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3202 | 2024-12-05T06:51:21.663Z | Checking lru v0.12.5 |
3203 | 2024-12-05T06:51:21.803Z | Compiling instability v0.3.2 |
3204 | 2024-12-05T06:51:21.946Z | Checking smawk v0.3.2 |
3205 | 2024-12-05T06:51:22.146Z | Checking unicode-linebreak v0.1.5 |
3206 | 2024-12-05T06:51:22.374Z | Checking cassowary v0.3.0 |
3207 | 2024-12-05T06:51:22.512Z | Checking is_ci v1.2.0 |
3208 | 2024-12-05T06:51:22.619Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3209 | 2024-12-05T06:51:22.644Z | Checking supports-color v3.0.1 |
3210 | 2024-12-05T06:51:22.753Z | Checking textwrap v0.16.1 |
3211 | 2024-12-05T06:51:22.777Z | Checking ratatui v0.28.1 |
3212 | 2024-12-05T06:51:22.844Z | Checking multimap v0.10.0 |
3213 | 2024-12-05T06:51:25.343Z | Checking diesel v2.2.4 |
3214 | 2024-12-05T06:51:51.665Z | Compiling polar-core v0.27.3 |
3215 | 2024-12-05T06:51:54.083Z | Checking async-bb8-diesel v0.2.1 |
3216 | 2024-12-05T06:52:01.094Z | Checking oso v0.27.3 |
3217 | 2024-12-05T06:53:33.563Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3218 | 2024-12-05T06:53:41.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
3219 | 2024-12-05T06:53:42.123Z | |
3220 | 2024-12-05T06:53:42.123Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173) |
3221 | 2024-12-05T06:53:42.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3222 | 2024-12-05T06:53:42.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3223 | 2024-12-05T06:53:42.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3224 | 2024-12-05T06:53:42.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3225 | 2024-12-05T06:53:43.018Z | |
3226 | 2024-12-05T06:53:43.018Z | info: running `cargo check --bins` on nexus-saga-recovery (142/173) |
3227 | 2024-12-05T06:53:43.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3228 | 2024-12-05T06:53:43.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3229 | 2024-12-05T06:53:43.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3230 | 2024-12-05T06:53:43.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3231 | 2024-12-05T06:53:43.967Z | |
3232 | 2024-12-05T06:53:43.967Z | info: running `cargo check --bins` on nexus-test-utils-macros (143/173) |
3233 | 2024-12-05T06:53:44.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3234 | 2024-12-05T06:53:44.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3235 | 2024-12-05T06:53:44.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3236 | 2024-12-05T06:53:44.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3237 | 2024-12-05T06:53:44.810Z | |
3238 | 2024-12-05T06:53:44.810Z | info: running `cargo check --bins` on omicron-nexus (144/173) |
3239 | 2024-12-05T06:53:45.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3240 | 2024-12-05T06:53:45.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3241 | 2024-12-05T06:53:45.940Z | Compiling libz-sys v1.1.20 |
3242 | 2024-12-05T06:53:45.965Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3243 | 2024-12-05T06:53:45.990Z | Compiling vergen v8.3.2 |
3244 | 2024-12-05T06:53:46.014Z | Compiling cargo-platform v0.1.8 |
3245 | 2024-12-05T06:53:46.014Z | Compiling pin-project-internal v1.1.6 |
3246 | 2024-12-05T06:53:46.050Z | Compiling libsqlite3-sys v0.30.1 |
3247 | 2024-12-05T06:53:46.074Z | Compiling snafu-derive v0.8.5 |
3248 | 2024-12-05T06:53:46.074Z | Compiling buf-list v1.0.3 |
3249 | 2024-12-05T06:53:46.257Z | Compiling cfg_aliases v0.2.1 |
3250 | 2024-12-05T06:53:46.366Z | Compiling cargo_metadata v0.18.1 |
3251 | 2024-12-05T06:53:46.500Z | Compiling rustls v0.21.12 |
3252 | 2024-12-05T06:53:46.573Z | Compiling nix v0.29.0 |
3253 | 2024-12-05T06:53:46.723Z | Checking globset v0.4.15 |
3254 | 2024-12-05T06:53:46.767Z | Checking olpc-cjson v0.1.4 |
3255 | 2024-12-05T06:53:46.820Z | Checking rustls-webpki v0.101.7 |
3256 | 2024-12-05T06:53:46.960Z | Checking sct v0.7.1 |
3257 | 2024-12-05T06:53:47.135Z | Checking serde_plain v1.0.2 |
3258 | 2024-12-05T06:53:47.160Z | Checking typed-path v0.9.3 |
3259 | 2024-12-05T06:53:47.673Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3260 | 2024-12-05T06:53:47.744Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3261 | 2024-12-05T06:53:47.916Z | Checking hashlink v0.9.1 |
3262 | 2024-12-05T06:53:47.992Z | Checking fallible-streaming-iterator v0.1.9 |
3263 | 2024-12-05T06:53:48.201Z | Checking parse-size v1.1.0 |
3264 | 2024-12-05T06:53:48.366Z | Checking fallible-iterator v0.3.0 |
3265 | 2024-12-05T06:53:48.589Z | Checking pin-project v1.1.6 |
3266 | 2024-12-05T06:53:48.707Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3267 | 2024-12-05T06:53:48.930Z | Checking rusqlite v0.32.1 |
3268 | 2024-12-05T06:53:48.954Z | Checking rustls-pemfile v1.0.4 |
3269 | 2024-12-05T06:53:48.990Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3270 | 2024-12-05T06:53:49.136Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3271 | 2024-12-05T06:53:49.380Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3272 | 2024-12-05T06:53:49.465Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3273 | 2024-12-05T06:53:49.652Z | Checking twox-hash v1.6.3 |
3274 | 2024-12-05T06:53:49.738Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3275 | 2024-12-05T06:53:50.117Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3276 | 2024-12-05T06:53:50.363Z | Checking tokio-rustls v0.24.1 |
3277 | 2024-12-05T06:53:50.418Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3278 | 2024-12-05T06:53:50.675Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3279 | 2024-12-05T06:53:50.707Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3280 | 2024-12-05T06:53:50.911Z | Checking snafu v0.8.5 |
3281 | 2024-12-05T06:53:50.967Z | Checking fatfs v0.3.6 |
3282 | 2024-12-05T06:53:51.352Z | Checking tough v0.19.0 |
3283 | 2024-12-05T06:53:51.440Z | Checking assert_matches v1.5.0 |
3284 | 2024-12-05T06:53:55.501Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3285 | 2024-12-05T06:53:57.112Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3286 | 2024-12-05T06:53:58.507Z | Compiling git2 v0.19.0 |
3287 | 2024-12-05T06:54:04.773Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3288 | 2024-12-05T06:55:16.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
3289 | 2024-12-05T06:55:16.471Z | |
3290 | 2024-12-05T06:55:16.471Z | info: running `cargo check --bins` on nexus-external-api (145/173) |
3291 | 2024-12-05T06:55:17.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3292 | 2024-12-05T06:55:17.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3293 | 2024-12-05T06:55:17.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3294 | 2024-12-05T06:55:17.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3295 | 2024-12-05T06:55:17.409Z | |
3296 | 2024-12-05T06:55:17.409Z | info: running `cargo check --bins` on openapi-manager-types (146/173) |
3297 | 2024-12-05T06:55:18.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2024-12-05T06:55:18.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2024-12-05T06:55:18.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3300 | 2024-12-05T06:55:18.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3301 | 2024-12-05T06:55:18.260Z | |
3302 | 2024-12-05T06:55:18.260Z | info: running `cargo check --bins` on nexus-internal-api (147/173) |
3303 | 2024-12-05T06:55:19.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3304 | 2024-12-05T06:55:19.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3305 | 2024-12-05T06:55:19.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3306 | 2024-12-05T06:55:19.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3307 | 2024-12-05T06:55:19.171Z | |
3308 | 2024-12-05T06:55:19.171Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (148/173) |
3309 | 2024-12-05T06:55:19.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2024-12-05T06:55:19.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2024-12-05T06:55:19.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3312 | 2024-12-05T06:55:19.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3313 | 2024-12-05T06:55:20.086Z | |
3314 | 2024-12-05T06:55:20.086Z | info: running `cargo check --bins` on nexus-networking (149/173) |
3315 | 2024-12-05T06:55:20.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2024-12-05T06:55:20.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2024-12-05T06:55:20.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3318 | 2024-12-05T06:55:20.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3319 | 2024-12-05T06:55:20.987Z | |
3320 | 2024-12-05T06:55:20.987Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (150/173) |
3321 | 2024-12-05T06:55:21.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3322 | 2024-12-05T06:55:21.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3323 | 2024-12-05T06:55:21.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3324 | 2024-12-05T06:55:21.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3325 | 2024-12-05T06:55:21.914Z | |
3326 | 2024-12-05T06:55:21.914Z | info: running `cargo check --bins` on update-common (151/173) |
3327 | 2024-12-05T06:55:22.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3328 | 2024-12-05T06:55:22.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3329 | 2024-12-05T06:55:22.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3330 | 2024-12-05T06:55:22.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3331 | 2024-12-05T06:55:22.785Z | |
3332 | 2024-12-05T06:55:22.785Z | info: running `cargo check --bins` on tufaceous-lib (152/173) |
3333 | 2024-12-05T06:55:23.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3334 | 2024-12-05T06:55:23.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3335 | 2024-12-05T06:55:23.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3336 | 2024-12-05T06:55:23.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3337 | 2024-12-05T06:55:23.663Z | |
3338 | 2024-12-05T06:55:23.663Z | info: running `cargo check --bins` on tufaceous (153/173) |
3339 | 2024-12-05T06:55:24.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3340 | 2024-12-05T06:55:24.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3341 | 2024-12-05T06:55:24.575Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3342 | 2024-12-05T06:55:25.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
3343 | 2024-12-05T06:55:25.889Z | |
3344 | 2024-12-05T06:55:25.889Z | info: running `cargo check --bins` on omicron-dev (154/173) |
3345 | 2024-12-05T06:55:26.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2024-12-05T06:55:26.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2024-12-05T06:55:27.079Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3348 | 2024-12-05T06:55:27.118Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3349 | 2024-12-05T06:55:27.118Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3350 | 2024-12-05T06:55:27.143Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3351 | 2024-12-05T06:56:03.740Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3352 | 2024-12-05T06:56:03.740Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3353 | 2024-12-05T06:56:03.764Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3354 | 2024-12-05T06:56:03.764Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3355 | 2024-12-05T06:56:03.764Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3356 | 2024-12-05T06:56:04.733Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3357 | 2024-12-05T06:56:06.366Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3358 | 2024-12-05T06:56:59.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
3359 | 2024-12-05T06:57:00.175Z | |
3360 | 2024-12-05T06:57:00.175Z | info: running `cargo check --bins` on openapi-manager (155/173) |
3361 | 2024-12-05T06:57:00.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2024-12-05T06:57:00.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2024-12-05T06:57:01.120Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3364 | 2024-12-05T06:57:01.120Z | Checking heck v0.4.1 |
3365 | 2024-12-05T06:57:01.144Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3366 | 2024-12-05T06:57:01.341Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3367 | 2024-12-05T06:57:03.151Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3368 | 2024-12-05T06:57:04.283Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3369 | 2024-12-05T06:57:05.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s |
3370 | 2024-12-05T06:57:05.823Z | |
3371 | 2024-12-05T06:57:05.823Z | info: running `cargo check --bins` on installinator-api (156/173) |
3372 | 2024-12-05T06:57:06.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3373 | 2024-12-05T06:57:06.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3374 | 2024-12-05T06:57:06.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3375 | 2024-12-05T06:57:06.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3376 | 2024-12-05T06:57:06.668Z | |
3377 | 2024-12-05T06:57:06.668Z | info: running `cargo check --bins` on wicketd-api (157/173) |
3378 | 2024-12-05T06:57:07.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3379 | 2024-12-05T06:57:07.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3380 | 2024-12-05T06:57:07.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3381 | 2024-12-05T06:57:07.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3382 | 2024-12-05T06:57:07.531Z | |
3383 | 2024-12-05T06:57:07.531Z | info: running `cargo check --bins` on reconfigurator-cli (158/173) |
3384 | 2024-12-05T06:57:08.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3385 | 2024-12-05T06:57:08.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3386 | 2024-12-05T06:57:08.463Z | Compiling petname v2.0.2 |
3387 | 2024-12-05T06:57:08.487Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3388 | 2024-12-05T06:57:08.487Z | Checking sync-ptr v0.1.1 |
3389 | 2024-12-05T06:57:10.205Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3390 | 2024-12-05T06:57:12.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
3391 | 2024-12-05T06:57:12.357Z | |
3392 | 2024-12-05T06:57:12.357Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173) |
3393 | 2024-12-05T06:57:13.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3394 | 2024-12-05T06:57:13.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3395 | 2024-12-05T06:57:13.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3396 | 2024-12-05T06:57:13.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3397 | 2024-12-05T06:57:13.262Z | |
3398 | 2024-12-05T06:57:13.262Z | info: running `cargo check --bins` on omicron-releng (160/173) |
3399 | 2024-12-05T06:57:14.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3400 | 2024-12-05T06:57:14.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3401 | 2024-12-05T06:57:14.173Z | Checking memmap2 v0.9.5 |
3402 | 2024-12-05T06:57:14.173Z | Checking constant_time_eq v0.3.1 |
3403 | 2024-12-05T06:57:14.173Z | Checking arrayref v0.3.9 |
3404 | 2024-12-05T06:57:14.173Z | Checking arrayvec v0.7.6 |
3405 | 2024-12-05T06:57:14.173Z | Checking spin v0.5.2 |
3406 | 2024-12-05T06:57:14.198Z | Checking topological-sort v0.2.2 |
3407 | 2024-12-05T06:57:14.198Z | Checking shell-words v1.1.0 |
3408 | 2024-12-05T06:57:14.453Z | Checking ring v0.16.20 |
3409 | 2024-12-05T06:57:14.566Z | Checking blake3 v1.5.4 |
3410 | 2024-12-05T06:57:15.942Z | Checking omicron-zone-package v0.11.1 |
3411 | 2024-12-05T06:57:17.387Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3412 | 2024-12-05T06:57:18.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s |
3413 | 2024-12-05T06:57:18.739Z | |
3414 | 2024-12-05T06:57:18.740Z | info: running `cargo check --bins` on xtask (161/173) |
3415 | 2024-12-05T06:57:19.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3416 | 2024-12-05T06:57:19.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3417 | 2024-12-05T06:57:19.326Z | Checking bitflags v2.6.0 |
3418 | 2024-12-05T06:57:19.326Z | Checking serde v1.0.215 |
3419 | 2024-12-05T06:57:19.326Z | Checking thiserror v1.0.69 |
3420 | 2024-12-05T06:57:19.351Z | Checking scroll v0.12.0 |
3421 | 2024-12-05T06:57:19.375Z | Checking hashbrown v0.15.0 |
3422 | 2024-12-05T06:57:19.399Z | Checking log v0.4.22 |
3423 | 2024-12-05T06:57:19.423Z | Checking zerocopy v0.7.35 |
3424 | 2024-12-05T06:57:19.446Z | Checking syn v2.0.87 |
3425 | 2024-12-05T06:57:19.488Z | Checking pest v2.7.14 |
3426 | 2024-12-05T06:57:19.586Z | Checking rustix v0.38.37 |
3427 | 2024-12-05T06:57:19.644Z | Checking once_cell v1.20.2 |
3428 | 2024-12-05T06:57:19.789Z | Checking goblin v0.8.2 |
3429 | 2024-12-05T06:57:19.903Z | Checking fs-err v2.11.0 |
3430 | 2024-12-05T06:57:20.186Z | Checking tabled v0.15.0 |
3431 | 2024-12-05T06:57:20.283Z | Checking indexmap v2.6.0 |
3432 | 2024-12-05T06:57:20.597Z | Checking anyhow v1.0.93 |
3433 | 2024-12-05T06:57:21.184Z | Checking terminal_size v0.4.0 |
3434 | 2024-12-05T06:57:21.184Z | Checking tempfile v3.13.0 |
3435 | 2024-12-05T06:57:21.336Z | Checking clap_builder v4.5.21 |
3436 | 2024-12-05T06:57:21.568Z | Checking dtrace-parser v0.2.0 |
3437 | 2024-12-05T06:57:23.434Z | Checking serde_json v1.0.132 |
3438 | 2024-12-05T06:57:23.434Z | Checking serde_spanned v0.6.8 |
3439 | 2024-12-05T06:57:23.458Z | Checking toml_datetime v0.6.8 |
3440 | 2024-12-05T06:57:23.458Z | Checking camino v1.1.9 |
3441 | 2024-12-05T06:57:23.458Z | Checking cargo-platform v0.1.8 |
3442 | 2024-12-05T06:57:23.670Z | Checking semver v1.0.23 |
3443 | 2024-12-05T06:57:23.696Z | Checking macaddr v1.0.1 |
3444 | 2024-12-05T06:57:23.752Z | Checking toml_edit v0.22.22 |
3445 | 2024-12-05T06:57:23.902Z | Checking clap v4.5.21 |
3446 | 2024-12-05T06:57:23.980Z | Checking camino-tempfile v1.1.1 |
3447 | 2024-12-05T06:57:24.748Z | Checking dof v0.3.0 |
3448 | 2024-12-05T06:57:24.748Z | Checking cargo_metadata v0.18.1 |
3449 | 2024-12-05T06:57:25.246Z | Checking usdt-impl v0.5.0 |
3450 | 2024-12-05T06:57:25.680Z | Checking usdt v0.5.0 |
3451 | 2024-12-05T06:57:25.884Z | Checking toml v0.8.19 |
3452 | 2024-12-05T06:57:26.496Z | Checking cargo_toml v0.20.5 |
3453 | 2024-12-05T06:57:28.068Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3454 | 2024-12-05T06:57:28.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.15s |
3455 | 2024-12-05T06:57:29.003Z | |
3456 | 2024-12-05T06:57:29.003Z | info: running `cargo check --bins` on end-to-end-tests (162/173) |
3457 | 2024-12-05T06:57:29.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3458 | 2024-12-05T06:57:29.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3459 | 2024-12-05T06:57:30.002Z | Checking polyval v0.6.2 |
3460 | 2024-12-05T06:57:30.031Z | Checking ctr v0.9.2 |
3461 | 2024-12-05T06:57:30.055Z | Checking ssh-encoding v0.2.0 |
3462 | 2024-12-05T06:57:30.055Z | Checking blowfish v0.9.1 |
3463 | 2024-12-05T06:57:30.081Z | Checking password-hash v0.4.2 |
3464 | 2024-12-05T06:57:30.105Z | Checking matches v0.1.10 |
3465 | 2024-12-05T06:57:30.105Z | Checking p256 v0.13.2 |
3466 | 2024-12-05T06:57:30.105Z | Checking p521 v0.13.3 |
3467 | 2024-12-05T06:57:30.257Z | Checking idna v0.2.3 |
3468 | 2024-12-05T06:57:30.281Z | Checking ghash v0.5.1 |
3469 | 2024-12-05T06:57:30.305Z | Checking bcrypt-pbkdf v0.10.0 |
3470 | 2024-12-05T06:57:30.336Z | Compiling enum-as-inner v0.5.1 |
3471 | 2024-12-05T06:57:30.360Z | Checking russh-cryptovec v0.7.3 |
3472 | 2024-12-05T06:57:30.434Z | Checking aes-gcm v0.10.3 |
3473 | 2024-12-05T06:57:30.458Z | Checking pbkdf2 v0.11.0 |
3474 | 2024-12-05T06:57:30.534Z | Checking md5 v0.7.0 |
3475 | 2024-12-05T06:57:30.558Z | Checking num-bigint v0.4.6 |
3476 | 2024-12-05T06:57:30.585Z | Checking des v0.8.1 |
3477 | 2024-12-05T06:57:30.633Z | Checking ssh-cipher v0.2.0 |
3478 | 2024-12-05T06:57:30.698Z | Compiling dhcproto-macros v0.1.0 |
3479 | 2024-12-05T06:57:30.767Z | Checking hex-literal v0.4.1 |
3480 | 2024-12-05T06:57:30.799Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3481 | 2024-12-05T06:57:30.879Z | Checking ssh-key v0.6.6 |
3482 | 2024-12-05T06:57:30.903Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3483 | 2024-12-05T06:57:30.927Z | Checking internet-checksum v0.2.1 |
3484 | 2024-12-05T06:57:31.161Z | Checking trust-dns-proto v0.22.0 |
3485 | 2024-12-05T06:57:32.287Z | Checking russh-keys v0.45.0 |
3486 | 2024-12-05T06:57:33.430Z | Checking russh v0.45.0 |
3487 | 2024-12-05T06:57:34.254Z | Checking dhcproto v0.12.0 |
3488 | 2024-12-05T06:57:56.810Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3489 | 2024-12-05T06:57:58.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.58s |
3490 | 2024-12-05T06:57:58.765Z | |
3491 | 2024-12-05T06:57:58.765Z | info: running `cargo check --bins` on gateway-cli (163/173) |
3492 | 2024-12-05T06:57:59.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3493 | 2024-12-05T06:57:59.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3494 | 2024-12-05T06:57:59.640Z | Checking termios v0.3.3 |
3495 | 2024-12-05T06:57:59.815Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3496 | 2024-12-05T06:58:00.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
3497 | 2024-12-05T06:58:00.974Z | |
3498 | 2024-12-05T06:58:00.974Z | info: running `cargo check --bins --no-default-features` on installinator (164/173) |
3499 | 2024-12-05T06:58:01.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3500 | 2024-12-05T06:58:01.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3501 | 2024-12-05T06:58:01.892Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3502 | 2024-12-05T06:58:04.363Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3503 | 2024-12-05T06:58:06.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
3504 | 2024-12-05T06:58:06.896Z | |
3505 | 2024-12-05T06:58:06.896Z | info: running `cargo check --bins` on internal-dns-cli (165/173) |
3506 | 2024-12-05T06:58:07.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3507 | 2024-12-05T06:58:07.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3508 | 2024-12-05T06:58:07.734Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3509 | 2024-12-05T06:58:08.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
3510 | 2024-12-05T06:58:08.402Z | |
3511 | 2024-12-05T06:58:08.402Z | info: running `cargo check --bins` on omicron-live-tests (166/173) |
3512 | 2024-12-05T06:58:09.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3513 | 2024-12-05T06:58:09.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3514 | 2024-12-05T06:58:09.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3515 | 2024-12-05T06:58:09.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3516 | 2024-12-05T06:58:09.204Z | |
3517 | 2024-12-05T06:58:09.204Z | info: running `cargo check --bins` on live-tests-macros (167/173) |
3518 | 2024-12-05T06:58:09.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3519 | 2024-12-05T06:58:09.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3520 | 2024-12-05T06:58:09.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3521 | 2024-12-05T06:58:09.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3522 | 2024-12-05T06:58:10.006Z | |
3523 | 2024-12-05T06:58:10.006Z | info: running `cargo check --bins` on omicron-package (168/173) |
3524 | 2024-12-05T06:58:10.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3525 | 2024-12-05T06:58:10.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3526 | 2024-12-05T06:58:10.892Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3527 | 2024-12-05T06:58:12.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s |
3528 | 2024-12-05T06:58:12.596Z | |
3529 | 2024-12-05T06:58:12.596Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3530 | 2024-12-05T06:58:13.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3531 | 2024-12-05T06:58:13.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3532 | 2024-12-05T06:58:13.540Z | Checking rtoolbox v0.0.2 |
3533 | 2024-12-05T06:58:13.540Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3534 | 2024-12-05T06:58:13.540Z | Checking tui-tree-widget v0.22.0 |
3535 | 2024-12-05T06:58:13.730Z | Checking rpassword v7.3.1 |
3536 | 2024-12-05T06:58:19.059Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3537 | 2024-12-05T06:58:22.910Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3538 | 2024-12-05T06:58:24.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.90s |
3539 | 2024-12-05T06:58:24.670Z | |
3540 | 2024-12-05T06:58:24.670Z | info: running `cargo check --bins` on wicket (170/173) |
3541 | 2024-12-05T06:58:25.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3542 | 2024-12-05T06:58:25.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3543 | 2024-12-05T06:58:25.565Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3544 | 2024-12-05T06:58:25.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
3545 | 2024-12-05T06:58:26.168Z | |
3546 | 2024-12-05T06:58:26.168Z | info: running `cargo check --bins` on wicketd (171/173) |
3547 | 2024-12-05T06:58:26.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3548 | 2024-12-05T06:58:26.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3549 | 2024-12-05T06:58:27.091Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3550 | 2024-12-05T06:58:32.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s |
3551 | 2024-12-05T06:58:32.206Z | |
3552 | 2024-12-05T06:58:32.206Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3553 | 2024-12-05T06:58:32.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3554 | 2024-12-05T06:58:32.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3555 | 2024-12-05T06:58:32.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3556 | 2024-12-05T06:58:32.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3557 | 2024-12-05T06:58:33.019Z | |
3558 | 2024-12-05T06:58:33.019Z | info: running `cargo check --bins` on zone-setup (173/173) |
3559 | 2024-12-05T06:58:33.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3560 | 2024-12-05T06:58:33.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3561 | 2024-12-05T06:58:33.981Z | Checking uzers v0.12.1 |
3562 | 2024-12-05T06:58:34.320Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3563 | 2024-12-05T06:58:35.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s |
3564 | 2024-12-05T06:58:35.969Z | |
3565 | 2024-12-05T06:58:35.992Z | real 16:05.698624897 |
3566 | 2024-12-05T06:58:35.993Z | user 25:22.348339828 |
3567 | 2024-12-05T06:58:35.993Z | sys 5:53.147225546 |
3568 | 2024-12-05T06:58:35.993Z | trap 0.563227672 |
3569 | 2024-12-05T06:58:35.993Z | tflt 1.337229089 |
3570 | 2024-12-05T06:58:35.993Z | dflt 3.348569815 |
3571 | 2024-12-05T06:58:35.993Z | kflt 0.000676063 |
3572 | 2024-12-05T06:58:35.993Z | lock 53:35.131900783 |
3573 | 2024-12-05T06:58:35.993Z | slp 2:21:40.816698265 |
3574 | 2024-12-05T06:58:35.993Z | lat 1:02.649270081 |
3575 | 2024-12-05T06:58:35.993Z | stop 3:01.844432059 |
3576 | 2024-12-05T06:58:35.993Z | process exited: duration 1267223 ms, exit code 0 |
|
3577 | 2024-12-05T06:58:36.040Z | found 0 output files |