|
|
|
1 | 2024-12-13T19:55:57.187Z | job assigned to worker 01JF0SDSVW51K66KKVZY5QTBRA [factory aws, i-09d57cbad7debc977] (queued for 50 s) |
|
2 | 2024-12-13T19:56:04.737Z | starting task 0: "setup" |
3 | 2024-12-13T19:56:04.746Z | ++ uname -s |
4 | 2024-12-13T19:56:04.748Z | + kern=SunOS |
5 | 2024-12-13T19:56:04.748Z | + case "$kern" in |
6 | 2024-12-13T19:56:04.748Z | + groupadd -g 12345 build |
7 | 2024-12-13T19:56:04.751Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-13T19:56:06.760Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-13T19:56:06.882Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-13T19:56:06.884Z | + home_fs=zfs |
11 | 2024-12-13T19:56:06.884Z | + [[ zfs == autofs ]] |
12 | 2024-12-13T19:56:06.884Z | + mkdir -p /home/build |
13 | 2024-12-13T19:56:06.887Z | + chown build:build /home/build /work |
14 | 2024-12-13T19:56:08.889Z | + chmod 0700 /home/build /work |
15 | 2024-12-13T19:56:08.891Z | process exited: duration 4155 ms, exit code 0 |
|
16 | 2024-12-13T19:56:08.897Z | starting task 1: "rust-toolchain" |
17 | 2024-12-13T19:56:08.902Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-13T19:56:08.902Z | ' 1.81.0 |
19 | 2024-12-13T19:56:08.902Z | * toolchain channel = "1.81.0" |
20 | 2024-12-13T19:56:08.902Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-13T19:56:08.902Z | ' default |
22 | 2024-12-13T19:56:08.902Z | * toolchain profile = "default" |
23 | 2024-12-13T19:56:08.904Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-13T19:56:08.904Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-13T19:56:09.074Z | info: downloading installer |
26 | 2024-12-13T19:56:10.441Z | info: profile set to 'default' |
27 | 2024-12-13T19:56:10.441Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-13T19:56:10.443Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-13T19:56:10.595Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-13T19:56:10.596Z | info: downloading component 'cargo' |
31 | 2024-12-13T19:56:11.444Z | info: downloading component 'clippy' |
32 | 2024-12-13T19:56:11.758Z | info: downloading component 'rust-docs' |
33 | 2024-12-13T19:56:12.929Z | info: downloading component 'rust-std' |
34 | 2024-12-13T19:56:14.747Z | info: downloading component 'rustc' |
35 | 2024-12-13T19:56:21.296Z | info: downloading component 'rustfmt' |
36 | 2024-12-13T19:56:21.541Z | info: installing component 'cargo' |
37 | 2024-12-13T19:56:22.347Z | info: installing component 'clippy' |
38 | 2024-12-13T19:56:22.705Z | info: installing component 'rust-docs' |
39 | 2024-12-13T19:56:24.345Z | info: installing component 'rust-std' |
40 | 2024-12-13T19:56:26.063Z | info: installing component 'rustc' |
41 | 2024-12-13T19:56:31.697Z | info: installing component 'rustfmt' |
42 | 2024-12-13T19:56:32.014Z | |
43 | 2024-12-13T19:56:32.014Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2024-12-13T19:56:32.391Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-13T19:56:32.391Z | |
46 | 2024-12-13T19:56:32.394Z | |
47 | 2024-12-13T19:56:32.394Z | Rust is installed now. Great! |
48 | 2024-12-13T19:56:32.394Z | |
49 | 2024-12-13T19:56:32.394Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-13T19:56:32.394Z | environment variable. This has not been done automatically. |
51 | 2024-12-13T19:56:32.394Z | |
52 | 2024-12-13T19:56:32.394Z | To configure your current shell, you need to source |
53 | 2024-12-13T19:56:32.394Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-13T19:56:32.394Z | |
55 | 2024-12-13T19:56:32.394Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-13T19:56:32.394Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-13T19:56:32.394Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-13T19:56:32.468Z | + rustc --version |
59 | 2024-12-13T19:56:32.531Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-13T19:56:32.536Z | process exited: duration 23632 ms, exit code 0 |
|
61 | 2024-12-13T19:56:32.543Z | starting task 2: "authentication" |
62 | 2024-12-13T19:56:32.563Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-13T19:56:32.569Z | starting task 3: "clone repository" |
64 | 2024-12-13T19:56:32.574Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-13T19:56:32.576Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-13T19:56:32.617Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-13T19:56:39.487Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-13T19:56:39.490Z | + git fetch origin 51ce5fbaec0a2e7e92edab29d9d908fd141d1739 |
69 | 2024-12-13T19:56:39.840Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-13T19:56:39.840Z | * branch 51ce5fbaec0a2e7e92edab29d9d908fd141d1739 -> FETCH_HEAD |
71 | 2024-12-13T19:56:39.850Z | + [[ -n john/sled-editor-decommissioned ]] |
72 | 2024-12-13T19:56:39.852Z | ++ git branch --show-current |
73 | 2024-12-13T19:56:39.855Z | + current=main |
74 | 2024-12-13T19:56:39.855Z | + [[ main != john/sled-editor-decommissioned ]] |
75 | 2024-12-13T19:56:39.855Z | + git branch -f john/sled-editor-decommissioned 51ce5fbaec0a2e7e92edab29d9d908fd141d1739 |
76 | 2024-12-13T19:56:39.857Z | + git checkout -f john/sled-editor-decommissioned |
77 | 2024-12-13T19:56:40.030Z | Switched to branch 'john/sled-editor-decommissioned' |
78 | 2024-12-13T19:56:40.033Z | + git reset --hard 51ce5fbaec0a2e7e92edab29d9d908fd141d1739 |
79 | 2024-12-13T19:56:40.048Z | HEAD is now at 51ce5fbae Merge remote-tracking branch 'origin/main' into john/sled-editor-decommissioned |
80 | 2024-12-13T19:56:40.050Z | process exited: duration 7477 ms, exit code 0 |
|
81 | 2024-12-13T19:56:40.056Z | starting task 4: "build" |
82 | 2024-12-13T19:56:40.061Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-13T19:56:40.061Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-13T19:56:40.061Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-13T19:56:40.065Z | + cargo --version |
86 | 2024-12-13T19:56:40.118Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-13T19:56:40.120Z | + rustc --version |
88 | 2024-12-13T19:56:40.179Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-13T19:56:40.182Z | + source ./env.sh |
90 | 2024-12-13T19:56:40.182Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-13T19:56:40.182Z | ++ set -o xtrace |
92 | 2024-12-13T19:56:40.185Z | ++++ dirname ./env.sh |
93 | 2024-12-13T19:56:40.188Z | +++ readlink -f . |
94 | 2024-12-13T19:56:40.190Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-13T19:56:40.190Z | ++ 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-13T19:56:40.190Z | ++ 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-13T19:56:40.190Z | ++ 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-13T19:56:40.190Z | ++ 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-13T19:56:40.190Z | ++ 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-13T19:56:40.190Z | ++ 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-13T19:56:40.190Z | ++ 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-13T19:56:40.190Z | ++ 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-13T19:56:40.190Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-13T19:56:40.190Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-13T19:56:40.190Z | + 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-13T19:56:40.190Z | + 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-13T19:56:40.190Z | + banner prerequisites |
108 | 2024-12-13T19:56:40.194Z | |
109 | 2024-12-13T19:56:40.194Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-13T19:56:40.194Z | # # # # # # # # # # # # # # # |
111 | 2024-12-13T19:56:40.194Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-13T19:56:40.194Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-13T19:56:40.194Z | # # # # # # # # # # # # # # # |
114 | 2024-12-13T19:56:40.194Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-13T19:56:40.194Z | |
116 | 2024-12-13T19:56:40.194Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-13T19:56:48.259Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-13T19:56:52.022Z | Startup: Caching catalogs ... Done |
119 | 2024-12-13T19:57:02.255Z | Planning: Solver setup ... Done (9.367s) |
120 | 2024-12-13T19:57:02.382Z | Planning: Running solver ... Done (0.127s) |
121 | 2024-12-13T19:57:02.482Z | Planning: Finding local manifests ... Done (0.004s) |
122 | 2024-12-13T19:57:02.495Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-13T19:57:03.135Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-13T19:57:03.234Z | Planning: Package planning ... Done (0.100s) |
125 | 2024-12-13T19:57:03.290Z | Planning: Merging actions ... Done (0.055s) |
126 | 2024-12-13T19:57:03.484Z | Planning: Checking for conflicting actions ... Done (0.194s) |
127 | 2024-12-13T19:57:05.737Z | Planning: Consolidating action changes ... Done (2.252s) |
128 | 2024-12-13T19:57:06.199Z | Planning: Evaluating mediators ... Done (0.462s) |
129 | 2024-12-13T19:57:06.279Z | Planning: Planning completed in 14.16 seconds |
130 | 2024-12-13T19:57:06.293Z | Packages to install: 4 |
131 | 2024-12-13T19:57:06.296Z | Packages to update: 1 |
132 | 2024-12-13T19:57:06.296Z | Mediators to change: 2 |
133 | 2024-12-13T19:57:06.296Z | Services to change: 1 |
134 | 2024-12-13T19:57:06.296Z | Estimated space available: 155.64 GB |
135 | 2024-12-13T19:57:06.296Z | Estimated space to be consumed: 1.61 GB |
136 | 2024-12-13T19:57:06.296Z | Create boot environment: No |
137 | 2024-12-13T19:57:06.296Z | Create backup boot environment: Yes |
138 | 2024-12-13T19:57:06.296Z | Rebuild boot archive: No |
139 | 2024-12-13T19:57:06.296Z | |
140 | 2024-12-13T19:57:06.296Z | Changed mediators: |
141 | 2024-12-13T19:57:06.296Z | mediator clang: |
142 | 2024-12-13T19:57:06.296Z | version: None -> 15 (system default) |
143 | 2024-12-13T19:57:06.296Z | |
144 | 2024-12-13T19:57:06.296Z | mediator llvm: |
145 | 2024-12-13T19:57:06.296Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-13T19:57:06.296Z | |
147 | 2024-12-13T19:57:06.296Z | Changed packages: |
148 | 2024-12-13T19:57:06.296Z | helios-dev |
149 | 2024-12-13T19:57:06.296Z | developer/build-essential |
150 | 2024-12-13T19:57:06.296Z | None -> 11-2.0 |
151 | 2024-12-13T19:57:06.296Z | library/libxmlsec1 |
152 | 2024-12-13T19:57:06.296Z | None -> 1.2.35-2.0 |
153 | 2024-12-13T19:57:06.296Z | ooce/developer/clang-15 |
154 | 2024-12-13T19:57:06.296Z | None -> 15.0.7-2.0 |
155 | 2024-12-13T19:57:06.296Z | ooce/developer/llvm-15 |
156 | 2024-12-13T19:57:06.296Z | None -> 15.0.7-2.0 |
157 | 2024-12-13T19:57:06.297Z | package/pkg |
158 | 2024-12-13T19:57:06.297Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-13T19:57:06.297Z | |
160 | 2024-12-13T19:57:06.297Z | Services: |
161 | 2024-12-13T19:57:06.297Z | restart_fmri: |
162 | 2024-12-13T19:57:06.297Z | svc:/system/update-man-index:default |
163 | 2024-12-13T19:57:06.297Z | |
164 | 2024-12-13T19:57:06.297Z | Editable files to change: |
165 | 2024-12-13T19:57:06.297Z | Update: |
166 | 2024-12-13T19:57:06.297Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-13T19:57:06.373Z | |
168 | 2024-12-13T19:57:06.373Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-13T19:57:11.375Z | Download: 796/4281 items 18.6/220.6MB 8% complete (3.8M/s) |
170 | 2024-12-13T19:57:16.378Z | Download: 1570/4281 items 117.6/220.6MB 53% complete (11.9M/s) |
171 | 2024-12-13T19:57:21.380Z | Download: 2272/4281 items 119.5/220.6MB 54% complete (10.1M/s) |
172 | 2024-12-13T19:57:26.406Z | Download: 3249/4281 items 203.1/220.6MB 92% complete (8.6M/s) |
173 | 2024-12-13T19:57:31.358Z | Download: Completed 220.60 MB in 24.98 seconds (8.8M/s) |
174 | 2024-12-13T19:57:33.492Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-12-13T19:57:33.514Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-12-13T19:57:38.225Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-12-13T19:57:38.552Z | Actions: Completed 5063 actions in 5.06 seconds. |
178 | 2024-12-13T19:57:38.774Z | Done (0.213s) |
179 | 2024-12-13T19:57:38.780Z | Done (0.000s) |
180 | 2024-12-13T19:57:39.342Z | Done (0.571s) |
181 | 2024-12-13T19:57:43.740Z | Done (4.180s) |
182 | 2024-12-13T19:57:43.828Z | Done (0.018s) |
183 | 2024-12-13T19:57:43.832Z | Done (0.000s) |
184 | 2024-12-13T19:57:44.010Z | Done (0.000s) |
185 | 2024-12-13T19:57:44.691Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-12-13T19:57:44.849Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-12-13T19:57:44.851Z | Planning: Consolidating action changes ... Done |
188 | 2024-12-13T19:57:45.117Z | Planning: Evaluating mediators ... Done |
189 | 2024-12-13T19:57:45.120Z | Planning: Planning completed in 0.42 seconds |
190 | 2024-12-13T19:57:45.157Z | Mediators to change: 2 |
191 | 2024-12-13T19:57:45.157Z | Create boot environment: No |
192 | 2024-12-13T19:57:45.160Z | Create backup boot environment: No |
193 | 2024-12-13T19:57:45.645Z | Done |
194 | 2024-12-13T19:57:45.645Z | Done |
195 | 2024-12-13T19:57:45.649Z | Done |
196 | 2024-12-13T19:57:49.219Z | Done |
197 | 2024-12-13T19:57:49.327Z | Done |
198 | 2024-12-13T19:57:49.385Z | Done |
199 | 2024-12-13T19:57:49.480Z | Done |
200 | 2024-12-13T19:57:50.071Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-12-13T19:57:50.128Z | Planning: Merging actions ... Done |
202 | 2024-12-13T19:57:50.240Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-12-13T19:57:50.276Z | Planning: Consolidating action changes ... Done |
204 | 2024-12-13T19:57:50.508Z | Planning: Evaluating mediators ... Done |
205 | 2024-12-13T19:57:50.558Z | Planning: Planning completed in 0.74 seconds |
206 | 2024-12-13T19:57:50.601Z | Packages to change: 1 |
207 | 2024-12-13T19:57:50.601Z | Mediators to change: 1 |
208 | 2024-12-13T19:57:50.617Z | Services to change: 1 |
209 | 2024-12-13T19:57:50.617Z | Create boot environment: No |
210 | 2024-12-13T19:57:50.617Z | Create backup boot environment: Yes |
211 | 2024-12-13T19:57:52.762Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-12-13T19:57:52.772Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-12-13T19:57:52.772Z | Done |
214 | 2024-12-13T19:57:52.772Z | Done |
215 | 2024-12-13T19:57:52.870Z | Done |
216 | 2024-12-13T19:57:56.471Z | Done |
217 | 2024-12-13T19:57:56.644Z | Done |
218 | 2024-12-13T19:57:56.657Z | Done |
219 | 2024-12-13T19:57:56.695Z | Done |
220 | 2024-12-13T19:57:57.132Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-12-13T19:57:57.132Z | clang system 15 system |
222 | 2024-12-13T19:57:57.132Z | csh system system illumos |
223 | 2024-12-13T19:57:57.132Z | ctags system system illumos |
224 | 2024-12-13T19:57:57.132Z | gcc vendor 12 vendor |
225 | 2024-12-13T19:57:57.132Z | gcc system 10 system |
226 | 2024-12-13T19:57:57.132Z | gcc system 7 system |
227 | 2024-12-13T19:57:57.132Z | go system 1.20 system |
228 | 2024-12-13T19:57:57.132Z | go system 1.19 system |
229 | 2024-12-13T19:57:57.132Z | llvm system 15 system |
230 | 2024-12-13T19:57:57.132Z | llvm system 14 system |
231 | 2024-12-13T19:57:57.132Z | mariadb system 10.6 system |
232 | 2024-12-13T19:57:57.132Z | mta vendor vendor dma |
233 | 2024-12-13T19:57:57.133Z | openjdk system 17 system |
234 | 2024-12-13T19:57:57.133Z | openjdk system 11 system |
235 | 2024-12-13T19:57:57.133Z | openjdk system 1.8 system |
236 | 2024-12-13T19:57:57.133Z | openssl vendor 3 vendor |
237 | 2024-12-13T19:57:57.133Z | perl system 5.36 system |
238 | 2024-12-13T19:57:57.133Z | postgresql system 15 system |
239 | 2024-12-13T19:57:57.133Z | postgresql system 13 system |
240 | 2024-12-13T19:57:57.133Z | python vendor 3 vendor |
241 | 2024-12-13T19:57:57.133Z | python system 2 system |
242 | 2024-12-13T19:57:57.133Z | python3 system 3.11 system |
243 | 2024-12-13T19:57:57.133Z | ruby system 3.0 system |
244 | 2024-12-13T19:57:57.133Z | words vendor vendor american-english |
245 | 2024-12-13T19:57:57.133Z | words system system australian-english |
246 | 2024-12-13T19:57:57.133Z | words system system british-english |
247 | 2024-12-13T19:57:57.133Z | words system system canadian-english |
248 | 2024-12-13T19:57:57.133Z | words system system french |
249 | 2024-12-13T19:57:57.133Z | words system system italian |
250 | 2024-12-13T19:57:57.133Z | words system system ngerman |
251 | 2024-12-13T19:57:57.133Z | words system system ogerman |
252 | 2024-12-13T19:57:57.133Z | words system system spanish |
253 | 2024-12-13T19:57:57.475Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-12-13T19:57:57.475Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-12-13T19:58:00.157Z | FMRI IFO |
256 | 2024-12-13T19:58:00.157Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-12-13T19:58:00.157Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-12-13T19:58:00.158Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-12-13T19:58:00.158Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-12-13T19:58:00.158Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-12-13T19:58:00.158Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-12-13T19:58:00.158Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-12-13T19:58:00.158Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-12-13T19:58:00.158Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-12-13T19:58:00.158Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
266 | 2024-12-13T19:58:00.158Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-12-13T19:58:00.158Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-12-13T19:58:00.158Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
269 | 2024-12-13T19:58:00.158Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-12-13T19:58:00.158Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-12-13T19:58:00.895Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-12-13T19:58:01.202Z | Updating crates.io index |
273 | 2024-12-13T19:58:01.249Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-12-13T19:58:01.902Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-12-13T19:58:02.200Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-12-13T19:58:02.488Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-12-13T19:58:02.970Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-12-13T19:58:03.696Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-12-13T19:58:05.134Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-12-13T19:58:08.994Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-12-13T19:58:09.033Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-12-13T19:58:09.033Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-12-13T19:58:09.033Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-12-13T19:58:09.033Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-12-13T19:58:09.033Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2024-12-13T19:58:09.033Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-12-13T19:58:09.173Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-12-13T19:58:09.446Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-12-13T19:58:09.721Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-12-13T19:58:10.076Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-12-13T19:58:10.368Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-12-13T19:58:10.717Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-12-13T19:58:10.980Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-12-13T19:58:11.435Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-12-13T19:58:11.718Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
296 | 2024-12-13T19:58:12.116Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-12-13T19:58:12.543Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
298 | 2024-12-13T19:58:12.867Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-12-13T19:58:13.118Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-12-13T19:58:13.379Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-12-13T19:58:14.797Z | Downloading crates ... |
302 | 2024-12-13T19:58:14.867Z | Downloaded bytecount v0.6.8 |
303 | 2024-12-13T19:58:14.871Z | Downloaded colorchoice v1.0.2 |
304 | 2024-12-13T19:58:14.875Z | Downloaded anstyle v1.0.10 |
305 | 2024-12-13T19:58:14.875Z | Downloaded anstyle-query v1.1.1 |
306 | 2024-12-13T19:58:14.875Z | Downloaded cargo-platform v0.1.8 |
307 | 2024-12-13T19:58:14.876Z | Downloaded anstyle-parse v0.2.5 |
308 | 2024-12-13T19:58:14.883Z | Downloaded dtrace-parser v0.2.0 |
309 | 2024-12-13T19:58:14.889Z | Downloaded swrite v0.1.0 |
310 | 2024-12-13T19:58:14.891Z | Downloaded equivalent v1.0.1 |
311 | 2024-12-13T19:58:14.894Z | Downloaded usdt-macro v0.5.0 |
312 | 2024-12-13T19:58:14.897Z | Downloaded scroll_derive v0.12.0 |
313 | 2024-12-13T19:58:14.901Z | Downloaded pretty-hex v0.4.1 |
314 | 2024-12-13T19:58:14.904Z | Downloaded crypto-common v0.1.6 |
315 | 2024-12-13T19:58:14.904Z | Downloaded cfg-if v1.0.0 |
316 | 2024-12-13T19:58:14.911Z | Downloaded clap_lex v0.7.2 |
317 | 2024-12-13T19:58:14.914Z | Downloaded cpufeatures v0.2.14 |
318 | 2024-12-13T19:58:14.914Z | Downloaded byteorder v1.5.0 |
319 | 2024-12-13T19:58:14.915Z | Downloaded usdt-attr-macro v0.5.0 |
320 | 2024-12-13T19:58:14.915Z | Downloaded anstream v0.6.15 |
321 | 2024-12-13T19:58:14.917Z | Downloaded autocfg v1.4.0 |
322 | 2024-12-13T19:58:14.917Z | Downloaded unicode-linebreak v0.1.5 |
323 | 2024-12-13T19:58:14.920Z | Downloaded thiserror-impl v1.0.69 |
324 | 2024-12-13T19:58:14.920Z | Downloaded macaddr v1.0.1 |
325 | 2024-12-13T19:58:14.923Z | Downloaded tabled_derive v0.7.0 |
326 | 2024-12-13T19:58:14.923Z | Downloaded block-buffer v0.10.4 |
327 | 2024-12-13T19:58:14.926Z | Downloaded thread-id v4.2.2 |
328 | 2024-12-13T19:58:14.926Z | Downloaded terminal_size v0.4.0 |
329 | 2024-12-13T19:58:14.926Z | Downloaded smawk v0.3.2 |
330 | 2024-12-13T19:58:14.928Z | Downloaded strsim v0.11.1 |
331 | 2024-12-13T19:58:14.928Z | Downloaded digest v0.10.7 |
332 | 2024-12-13T19:58:14.936Z | Downloaded is_terminal_polyfill v1.70.1 |
333 | 2024-12-13T19:58:14.936Z | Downloaded fs-err v2.11.0 |
334 | 2024-12-13T19:58:14.936Z | Downloaded thiserror v1.0.69 |
335 | 2024-12-13T19:58:14.939Z | Downloaded usdt v0.5.0 |
336 | 2024-12-13T19:58:14.943Z | Downloaded proc-macro-error-attr v1.0.4 |
337 | 2024-12-13T19:58:14.943Z | Downloaded fastrand v2.1.1 |
338 | 2024-12-13T19:58:14.943Z | Downloaded pest_generator v2.7.14 |
339 | 2024-12-13T19:58:14.948Z | Downloaded serde_spanned v0.6.8 |
340 | 2024-12-13T19:58:14.948Z | Downloaded version_check v0.9.5 |
341 | 2024-12-13T19:58:14.948Z | Downloaded heck v0.4.1 |
342 | 2024-12-13T19:58:14.953Z | Downloaded toml_datetime v0.6.8 |
343 | 2024-12-13T19:58:14.953Z | Downloaded cargo_toml v0.20.5 |
344 | 2024-12-13T19:58:14.953Z | Downloaded cargo_metadata v0.18.1 |
345 | 2024-12-13T19:58:14.953Z | Downloaded bitflags v2.6.0 |
346 | 2024-12-13T19:58:14.955Z | Downloaded utf8parse v0.2.2 |
347 | 2024-12-13T19:58:14.975Z | Downloaded camino v1.1.9 |
348 | 2024-12-13T19:58:14.975Z | Downloaded memmap v0.7.0 |
349 | 2024-12-13T19:58:14.975Z | Downloaded fnv v1.0.7 |
350 | 2024-12-13T19:58:14.975Z | Downloaded heck v0.5.0 |
351 | 2024-12-13T19:58:14.975Z | Downloaded sha2 v0.10.8 |
352 | 2024-12-13T19:58:14.975Z | Downloaded dof v0.3.0 |
353 | 2024-12-13T19:58:14.975Z | Downloaded clap_derive v4.5.18 |
354 | 2024-12-13T19:58:14.975Z | Downloaded errno v0.3.9 |
355 | 2024-12-13T19:58:14.975Z | Downloaded proc-macro-error v1.0.4 |
356 | 2024-12-13T19:58:14.975Z | Downloaded plain v0.2.3 |
357 | 2024-12-13T19:58:14.975Z | Downloaded once_cell v1.20.2 |
358 | 2024-12-13T19:58:14.978Z | Downloaded scroll v0.12.0 |
359 | 2024-12-13T19:58:14.978Z | Downloaded pest_derive v2.7.14 |
360 | 2024-12-13T19:58:14.981Z | Downloaded generic-array v0.14.7 |
361 | 2024-12-13T19:58:14.981Z | Downloaded itoa v1.0.11 |
362 | 2024-12-13T19:58:14.981Z | Downloaded quote v1.0.37 |
363 | 2024-12-13T19:58:14.984Z | Downloaded serde_tokenstream v0.2.2 |
364 | 2024-12-13T19:58:14.987Z | Downloaded semver v1.0.23 |
365 | 2024-12-13T19:58:14.989Z | Downloaded usdt-impl v0.5.0 |
366 | 2024-12-13T19:58:14.992Z | Downloaded zerocopy-derive v0.7.35 |
367 | 2024-12-13T19:58:14.995Z | Downloaded unicode-ident v1.0.13 |
368 | 2024-12-13T19:58:14.997Z | Downloaded tempfile v3.13.0 |
369 | 2024-12-13T19:58:15.003Z | Downloaded ucd-trie v0.1.7 |
370 | 2024-12-13T19:58:15.003Z | Downloaded toml v0.8.19 |
371 | 2024-12-13T19:58:15.005Z | Downloaded typenum v1.17.0 |
372 | 2024-12-13T19:58:15.008Z | Downloaded proc-macro2 v1.0.89 |
373 | 2024-12-13T19:58:15.010Z | Downloaded textwrap v0.16.1 |
374 | 2024-12-13T19:58:15.012Z | Downloaded clap v4.5.21 |
375 | 2024-12-13T19:58:15.021Z | Downloaded serde_derive v1.0.215 |
376 | 2024-12-13T19:58:15.023Z | Downloaded ryu v1.0.18 |
377 | 2024-12-13T19:58:15.028Z | Downloaded pest_meta v2.7.14 |
378 | 2024-12-13T19:58:15.031Z | Downloaded log v0.4.22 |
379 | 2024-12-13T19:58:15.031Z | Downloaded camino-tempfile v1.1.1 |
380 | 2024-12-13T19:58:15.036Z | Downloaded anyhow v1.0.93 |
381 | 2024-12-13T19:58:15.039Z | Downloaded indexmap v2.6.0 |
382 | 2024-12-13T19:58:15.043Z | Downloaded papergrid v0.11.0 |
383 | 2024-12-13T19:58:15.057Z | Downloaded serde v1.0.215 |
384 | 2024-12-13T19:58:15.063Z | Downloaded toml_edit v0.22.22 |
385 | 2024-12-13T19:58:15.080Z | Downloaded memchr v2.7.4 |
386 | 2024-12-13T19:58:15.085Z | Downloaded pest v2.7.14 |
387 | 2024-12-13T19:58:15.092Z | Downloaded hashbrown v0.15.1 |
388 | 2024-12-13T19:58:15.097Z | Downloaded clap_builder v4.5.21 |
389 | 2024-12-13T19:58:15.104Z | Downloaded serde_json v1.0.132 |
390 | 2024-12-13T19:58:15.111Z | Downloaded zerocopy v0.7.35 |
391 | 2024-12-13T19:58:15.126Z | Downloaded winnow v0.6.20 |
392 | 2024-12-13T19:58:15.137Z | Downloaded goblin v0.8.2 |
393 | 2024-12-13T19:58:15.141Z | Downloaded tabled v0.15.0 |
394 | 2024-12-13T19:58:15.156Z | Downloaded syn v1.0.109 |
395 | 2024-12-13T19:58:15.170Z | Downloaded syn v2.0.87 |
396 | 2024-12-13T19:58:15.180Z | Downloaded unicode-width v0.1.14 |
397 | 2024-12-13T19:58:15.187Z | Downloaded rustix v0.38.37 |
398 | 2024-12-13T19:58:15.221Z | Downloaded libc v0.2.162 |
399 | 2024-12-13T19:58:15.528Z | Compiling proc-macro2 v1.0.89 |
400 | 2024-12-13T19:58:15.528Z | Compiling unicode-ident v1.0.13 |
401 | 2024-12-13T19:58:15.528Z | Compiling version_check v0.9.5 |
402 | 2024-12-13T19:58:15.531Z | Compiling serde v1.0.215 |
403 | 2024-12-13T19:58:15.531Z | Compiling memchr v2.7.4 |
404 | 2024-12-13T19:58:15.531Z | Compiling thiserror v1.0.69 |
405 | 2024-12-13T19:58:15.531Z | Compiling libc v0.2.162 |
406 | 2024-12-13T19:58:15.566Z | Compiling itoa v1.0.11 |
407 | 2024-12-13T19:58:15.806Z | Compiling ryu v1.0.18 |
408 | 2024-12-13T19:58:15.906Z | Compiling ucd-trie v0.1.7 |
409 | 2024-12-13T19:58:16.427Z | Compiling once_cell v1.20.2 |
410 | 2024-12-13T19:58:16.489Z | Compiling byteorder v1.5.0 |
411 | 2024-12-13T19:58:16.538Z | Compiling rustix v0.38.37 |
412 | 2024-12-13T19:58:16.587Z | Compiling serde_json v1.0.132 |
413 | 2024-12-13T19:58:16.874Z | Compiling bitflags v2.6.0 |
414 | 2024-12-13T19:58:17.026Z | Compiling usdt-impl v0.5.0 |
415 | 2024-12-13T19:58:17.264Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2024-12-13T19:58:17.358Z | Compiling syn v1.0.109 |
417 | 2024-12-13T19:58:17.395Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-12-13T19:58:17.457Z | Compiling quote v1.0.37 |
419 | 2024-12-13T19:58:17.652Z | Compiling equivalent v1.0.1 |
420 | 2024-12-13T19:58:17.705Z | Compiling camino v1.1.9 |
421 | 2024-12-13T19:58:17.729Z | Compiling utf8parse v0.2.2 |
422 | 2024-12-13T19:58:17.773Z | Compiling errno v0.3.9 |
423 | 2024-12-13T19:58:17.894Z | Compiling syn v2.0.87 |
424 | 2024-12-13T19:58:18.082Z | Compiling plain v0.2.3 |
425 | 2024-12-13T19:58:18.110Z | Compiling log v0.4.22 |
426 | 2024-12-13T19:58:18.205Z | Compiling hashbrown v0.15.1 |
427 | 2024-12-13T19:58:18.397Z | Compiling thread-id v4.2.2 |
428 | 2024-12-13T19:58:18.457Z | Compiling anstyle-parse v0.2.5 |
429 | 2024-12-13T19:58:18.665Z | Compiling semver v1.0.23 |
430 | 2024-12-13T19:58:18.813Z | Compiling anstyle v1.0.10 |
431 | 2024-12-13T19:58:18.871Z | Compiling unicode-width v0.1.14 |
432 | 2024-12-13T19:58:19.156Z | Compiling is_terminal_polyfill v1.70.1 |
433 | 2024-12-13T19:58:19.261Z | Compiling anstyle-query v1.1.1 |
434 | 2024-12-13T19:58:19.297Z | Compiling indexmap v2.6.0 |
435 | 2024-12-13T19:58:19.301Z | Compiling autocfg v1.4.0 |
436 | 2024-12-13T19:58:19.374Z | Compiling winnow v0.6.20 |
437 | 2024-12-13T19:58:19.402Z | Compiling pretty-hex v0.4.1 |
438 | 2024-12-13T19:58:19.424Z | Compiling colorchoice v1.0.2 |
439 | 2024-12-13T19:58:19.597Z | Compiling anstream v0.6.15 |
440 | 2024-12-13T19:58:19.988Z | Compiling cfg-if v1.0.0 |
441 | 2024-12-13T19:58:20.090Z | Compiling terminal_size v0.4.0 |
442 | 2024-12-13T19:58:20.312Z | Compiling fnv v1.0.7 |
443 | 2024-12-13T19:58:20.453Z | Compiling fs-err v2.11.0 |
444 | 2024-12-13T19:58:20.479Z | Compiling anyhow v1.0.93 |
445 | 2024-12-13T19:58:20.717Z | Compiling strsim v0.11.1 |
446 | 2024-12-13T19:58:20.755Z | Compiling fastrand v2.1.1 |
447 | 2024-12-13T19:58:20.814Z | Compiling clap_lex v0.7.2 |
448 | 2024-12-13T19:58:20.878Z | Compiling heck v0.4.1 |
449 | 2024-12-13T19:58:21.072Z | Compiling heck v0.5.0 |
450 | 2024-12-13T19:58:21.347Z | Compiling bytecount v0.6.8 |
451 | 2024-12-13T19:58:21.371Z | Compiling tempfile v3.13.0 |
452 | 2024-12-13T19:58:21.575Z | Compiling papergrid v0.11.0 |
453 | 2024-12-13T19:58:21.700Z | Compiling clap_builder v4.5.21 |
454 | 2024-12-13T19:58:22.050Z | Compiling memmap v0.7.0 |
455 | 2024-12-13T19:58:22.163Z | Compiling unicode-linebreak v0.1.5 |
456 | 2024-12-13T19:58:22.287Z | Compiling smawk v0.3.2 |
457 | 2024-12-13T19:58:22.684Z | Compiling textwrap v0.16.1 |
458 | 2024-12-13T19:58:23.041Z | Compiling swrite v0.1.0 |
459 | 2024-12-13T19:58:24.098Z | Compiling tabled_derive v0.7.0 |
460 | 2024-12-13T19:58:25.568Z | Compiling tabled v0.15.0 |
461 | 2024-12-13T19:58:27.033Z | Compiling serde_derive v1.0.215 |
462 | 2024-12-13T19:58:27.033Z | Compiling thiserror-impl v1.0.69 |
463 | 2024-12-13T19:58:27.040Z | Compiling zerocopy-derive v0.7.35 |
464 | 2024-12-13T19:58:27.103Z | Compiling scroll_derive v0.12.0 |
465 | 2024-12-13T19:58:27.133Z | Compiling clap_derive v4.5.18 |
466 | 2024-12-13T19:58:28.404Z | Compiling scroll v0.12.0 |
467 | 2024-12-13T19:58:28.813Z | Compiling zerocopy v0.7.35 |
468 | 2024-12-13T19:58:28.887Z | Compiling goblin v0.8.2 |
469 | 2024-12-13T19:58:29.870Z | Compiling pest v2.7.14 |
470 | 2024-12-13T19:58:31.176Z | Compiling clap v4.5.21 |
471 | 2024-12-13T19:58:32.098Z | Compiling pest_meta v2.7.14 |
472 | 2024-12-13T19:58:32.943Z | Compiling pest_generator v2.7.14 |
473 | 2024-12-13T19:58:34.904Z | Compiling pest_derive v2.7.14 |
474 | 2024-12-13T19:58:39.432Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-12-13T19:58:39.477Z | Compiling toml_datetime v0.6.8 |
476 | 2024-12-13T19:58:39.477Z | Compiling serde_spanned v0.6.8 |
477 | 2024-12-13T19:58:39.477Z | Compiling cargo-platform v0.1.8 |
478 | 2024-12-13T19:58:39.477Z | Compiling serde_tokenstream v0.2.2 |
479 | 2024-12-13T19:58:39.477Z | Compiling toml_edit v0.22.22 |
480 | 2024-12-13T19:58:39.477Z | Compiling macaddr v1.0.1 |
481 | 2024-12-13T19:58:39.477Z | Compiling camino-tempfile v1.1.1 |
482 | 2024-12-13T19:58:39.477Z | Compiling dof v0.3.0 |
483 | 2024-12-13T19:58:39.477Z | Compiling cargo_metadata v0.18.1 |
484 | 2024-12-13T19:58:40.425Z | Compiling toml v0.8.19 |
485 | 2024-12-13T19:58:40.646Z | Compiling usdt-attr-macro v0.5.0 |
486 | 2024-12-13T19:58:40.646Z | Compiling usdt-macro v0.5.0 |
487 | 2024-12-13T19:58:41.566Z | Compiling cargo_toml v0.20.5 |
488 | 2024-12-13T19:58:42.005Z | Compiling usdt v0.5.0 |
489 | 2024-12-13T19:58:45.030Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2024-12-13T19:58:49.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.55s |
491 | 2024-12-13T19:58:49.490Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2024-12-13T19:58:50.015Z | Downloading crates ... |
493 | 2024-12-13T19:58:50.145Z | Downloaded addr2line v0.24.2 |
494 | 2024-12-13T19:58:50.151Z | Downloaded adler2 v2.0.0 |
495 | 2024-12-13T19:58:50.161Z | Downloaded atomicwrites v0.4.4 |
496 | 2024-12-13T19:58:50.163Z | Downloaded async-stream-impl v0.3.6 |
497 | 2024-12-13T19:58:50.171Z | Downloaded cfg_aliases v0.2.1 |
498 | 2024-12-13T19:58:50.174Z | Downloaded atty v0.2.14 |
499 | 2024-12-13T19:58:50.177Z | Downloaded ciborium-io v0.2.2 |
500 | 2024-12-13T19:58:50.179Z | Downloaded cfg_aliases v0.1.1 |
501 | 2024-12-13T19:58:50.189Z | Downloaded darling v0.20.10 |
502 | 2024-12-13T19:58:50.193Z | Downloaded cstr-argument v0.1.2 |
503 | 2024-12-13T19:58:50.195Z | Downloaded convert_case v0.4.0 |
504 | 2024-12-13T19:58:50.199Z | Downloaded crunchy v0.2.2 |
505 | 2024-12-13T19:58:50.204Z | Downloaded crucible-workspace-hack v0.1.0 |
506 | 2024-12-13T19:58:50.206Z | Downloaded headers-core v0.3.0 |
507 | 2024-12-13T19:58:50.209Z | Downloaded home v0.5.9 |
508 | 2024-12-13T19:58:50.211Z | Downloaded array-init v0.0.4 |
509 | 2024-12-13T19:58:50.211Z | Downloaded aead v0.5.2 |
510 | 2024-12-13T19:58:50.213Z | Downloaded httparse v1.9.5 |
511 | 2024-12-13T19:58:50.216Z | Downloaded hubpack_derive v0.1.1 |
512 | 2024-12-13T19:58:50.219Z | Downloaded hostname v0.3.1 |
513 | 2024-12-13T19:58:50.219Z | Downloaded cipher v0.4.4 |
514 | 2024-12-13T19:58:50.221Z | Downloaded async-recursion v1.1.1 |
515 | 2024-12-13T19:58:50.224Z | Downloaded cexpr v0.6.0 |
516 | 2024-12-13T19:58:50.226Z | Downloaded cbc v0.1.2 |
517 | 2024-12-13T19:58:50.229Z | Downloaded bit-set v0.5.3 |
518 | 2024-12-13T19:58:50.229Z | Downloaded cassowary v0.3.0 |
519 | 2024-12-13T19:58:50.231Z | Downloaded httpdate v1.0.3 |
520 | 2024-12-13T19:58:50.234Z | Downloaded http-range v0.1.5 |
521 | 2024-12-13T19:58:50.234Z | Downloaded http-body-util v0.1.2 |
522 | 2024-12-13T19:58:50.237Z | Downloaded humantime v2.1.0 |
523 | 2024-12-13T19:58:50.240Z | Downloaded crc-catalog v2.4.0 |
524 | 2024-12-13T19:58:50.240Z | Downloaded chacha20 v0.9.1 |
525 | 2024-12-13T19:58:50.242Z | Downloaded hyper-rustls v0.27.3 |
526 | 2024-12-13T19:58:50.245Z | Downloaded hyper-tls v0.6.0 |
527 | 2024-12-13T19:58:50.245Z | Downloaded hmac v0.12.1 |
528 | 2024-12-13T19:58:50.247Z | Downloaded bb8 v0.8.5 |
529 | 2024-12-13T19:58:50.249Z | Downloaded hyper-staticfile v0.10.1 |
530 | 2024-12-13T19:58:50.252Z | Downloaded crc v3.2.1 |
531 | 2024-12-13T19:58:50.254Z | Downloaded http v1.1.0 |
532 | 2024-12-13T19:58:50.257Z | Downloaded constant_time_eq v0.3.1 |
533 | 2024-12-13T19:58:50.260Z | Downloaded iana-time-zone v0.1.61 |
534 | 2024-12-13T19:58:50.262Z | Downloaded colored v2.1.0 |
535 | 2024-12-13T19:58:50.265Z | Downloaded async-trait v0.1.83 |
536 | 2024-12-13T19:58:50.268Z | Downloaded curve25519-dalek-derive v0.1.1 |
537 | 2024-12-13T19:58:50.271Z | Downloaded bit-vec v0.6.3 |
538 | 2024-12-13T19:58:50.271Z | Downloaded hyper v1.5.0 |
539 | 2024-12-13T19:58:50.277Z | Downloaded is_ci v1.2.0 |
540 | 2024-12-13T19:58:50.280Z | Downloaded match_cfg v0.1.0 |
541 | 2024-12-13T19:58:50.280Z | Downloaded ciborium-ll v0.2.2 |
542 | 2024-12-13T19:58:50.282Z | Downloaded hkdf v0.12.4 |
543 | 2024-12-13T19:58:50.285Z | Downloaded md5 v0.7.0 |
544 | 2024-12-13T19:58:50.288Z | Downloaded matches v0.1.10 |
545 | 2024-12-13T19:58:50.288Z | Downloaded arrayvec v0.7.6 |
546 | 2024-12-13T19:58:50.290Z | Downloaded argon2 v0.5.3 |
547 | 2024-12-13T19:58:50.292Z | Downloaded hex-literal v0.4.1 |
548 | 2024-12-13T19:58:50.292Z | Downloaded assert_matches v1.5.0 |
549 | 2024-12-13T19:58:50.294Z | Downloaded lazy_static v1.5.0 |
550 | 2024-12-13T19:58:50.297Z | Downloaded is-terminal v0.4.13 |
551 | 2024-12-13T19:58:50.297Z | Downloaded cobs v0.2.3 |
552 | 2024-12-13T19:58:50.299Z | Downloaded ident_case v1.0.1 |
553 | 2024-12-13T19:58:50.299Z | Downloaded arrayref v0.3.9 |
554 | 2024-12-13T19:58:50.302Z | Downloaded chrono-tz-build v0.4.0 |
555 | 2024-12-13T19:58:50.302Z | Downloaded castaway v0.2.3 |
556 | 2024-12-13T19:58:50.304Z | Downloaded ctr v0.9.2 |
557 | 2024-12-13T19:58:50.307Z | Downloaded bzip2 v0.4.4 |
558 | 2024-12-13T19:58:50.307Z | Downloaded bitfield v0.14.0 |
559 | 2024-12-13T19:58:50.310Z | Downloaded cookie_store v0.21.0 |
560 | 2024-12-13T19:58:50.312Z | Downloaded new_debug_unreachable v1.0.6 |
561 | 2024-12-13T19:58:50.312Z | Downloaded mirai-annotations v1.12.0 |
562 | 2024-12-13T19:58:50.314Z | Downloaded icu_provider_macros v1.5.0 |
563 | 2024-12-13T19:58:50.314Z | Downloaded russh-cryptovec v0.7.3 |
564 | 2024-12-13T19:58:50.317Z | Downloaded crossbeam-deque v0.8.5 |
565 | 2024-12-13T19:58:50.317Z | Downloaded crc32fast v1.4.2 |
566 | 2024-12-13T19:58:50.320Z | Downloaded cmake v0.1.51 |
567 | 2024-12-13T19:58:50.320Z | Downloaded buf-list v1.0.3 |
568 | 2024-12-13T19:58:50.322Z | Downloaded bitflags v1.3.2 |
569 | 2024-12-13T19:58:50.325Z | Downloaded lru v0.12.5 |
570 | 2024-12-13T19:58:50.330Z | Downloaded rustc_version v0.4.1 |
571 | 2024-12-13T19:58:50.332Z | Downloaded libefi-sys v0.1.0 |
572 | 2024-12-13T19:58:50.332Z | Downloaded maybe-uninit v2.0.0 |
573 | 2024-12-13T19:58:50.332Z | Downloaded lru-cache v0.1.2 |
574 | 2024-12-13T19:58:50.334Z | Downloaded linear-map v1.2.0 |
575 | 2024-12-13T19:58:50.334Z | Downloaded memoffset v0.9.1 |
576 | 2024-12-13T19:58:50.336Z | Downloaded managed v0.8.0 |
577 | 2024-12-13T19:58:50.339Z | Downloaded block-padding v0.3.3 |
578 | 2024-12-13T19:58:50.339Z | Downloaded mime v0.3.17 |
579 | 2024-12-13T19:58:50.342Z | Downloaded lockfree-object-pool v0.1.6 |
580 | 2024-12-13T19:58:50.344Z | Downloaded sync-ptr v0.1.1 |
581 | 2024-12-13T19:58:50.344Z | Downloaded ciborium v0.2.2 |
582 | 2024-12-13T19:58:50.347Z | Downloaded tower-service v0.3.3 |
583 | 2024-12-13T19:58:50.347Z | Downloaded blowfish v0.9.1 |
584 | 2024-12-13T19:58:50.349Z | Downloaded ipnetwork v0.20.0 |
585 | 2024-12-13T19:58:50.359Z | Downloaded instant v0.1.13 |
586 | 2024-12-13T19:58:50.362Z | Downloaded md-5 v0.10.6 |
587 | 2024-12-13T19:58:50.362Z | Downloaded linked-hash-map v0.5.6 |
588 | 2024-12-13T19:58:50.363Z | Downloaded rand_core v0.6.4 |
589 | 2024-12-13T19:58:50.363Z | Downloaded internet-checksum v0.2.1 |
590 | 2024-12-13T19:58:50.363Z | Downloaded maplit v1.0.2 |
591 | 2024-12-13T19:58:50.363Z | Downloaded inout v0.1.3 |
592 | 2024-12-13T19:58:50.363Z | Downloaded ref-cast-impl v1.0.23 |
593 | 2024-12-13T19:58:50.363Z | Downloaded indent_write v2.2.0 |
594 | 2024-12-13T19:58:50.363Z | Downloaded idna_adapter v1.2.0 |
595 | 2024-12-13T19:58:50.366Z | Downloaded async-bb8-diesel v0.2.1 |
596 | 2024-12-13T19:58:50.368Z | Downloaded multimap v0.10.0 |
597 | 2024-12-13T19:58:50.368Z | Downloaded mockall v0.13.0 |
598 | 2024-12-13T19:58:50.371Z | Downloaded jobserver v0.1.32 |
599 | 2024-12-13T19:58:50.374Z | Downloaded instability v0.3.2 |
600 | 2024-12-13T19:58:50.374Z | Downloaded impl-trait-for-tuples v0.2.2 |
601 | 2024-12-13T19:58:50.376Z | Downloaded nanorand v0.7.0 |
602 | 2024-12-13T19:58:50.380Z | Downloaded const-oid v0.9.6 |
603 | 2024-12-13T19:58:50.383Z | Downloaded yoke-derive v0.7.4 |
604 | 2024-12-13T19:58:50.383Z | Downloaded serde_plain v1.0.2 |
605 | 2024-12-13T19:58:50.385Z | Downloaded zone v0.1.8 |
606 | 2024-12-13T19:58:50.385Z | Downloaded rustls-pemfile v1.0.4 |
607 | 2024-12-13T19:58:50.388Z | Downloaded mime_guess v2.0.5 |
608 | 2024-12-13T19:58:50.390Z | Downloaded secrecy v0.8.0 |
609 | 2024-12-13T19:58:50.390Z | Downloaded schemars_derive v0.8.21 |
610 | 2024-12-13T19:58:50.393Z | Downloaded lock_api v0.4.12 |
611 | 2024-12-13T19:58:50.396Z | Downloaded litemap v0.7.3 |
612 | 2024-12-13T19:58:50.398Z | Downloaded serde_repr v0.1.19 |
613 | 2024-12-13T19:58:50.398Z | Downloaded blake2 v0.10.6 |
614 | 2024-12-13T19:58:50.402Z | Downloaded tiny-keccak v2.0.2 |
615 | 2024-12-13T19:58:50.404Z | Downloaded supports-color v3.0.1 |
616 | 2024-12-13T19:58:50.406Z | Downloaded universal-hash v0.5.1 |
617 | 2024-12-13T19:58:50.406Z | Downloaded spki v0.7.3 |
618 | 2024-12-13T19:58:50.409Z | Downloaded slog-stdlog v4.1.1 |
619 | 2024-12-13T19:58:50.411Z | Downloaded quinn-udp v0.5.5 |
620 | 2024-12-13T19:58:50.413Z | Downloaded icu_locid_transform v1.5.0 |
621 | 2024-12-13T19:58:50.415Z | Downloaded newtype_derive v0.1.6 |
622 | 2024-12-13T19:58:50.418Z | Downloaded multer v3.1.0 |
623 | 2024-12-13T19:58:50.420Z | Downloaded oso-derive v0.27.3 |
624 | 2024-12-13T19:58:50.420Z | Downloaded native-tls v0.2.12 |
625 | 2024-12-13T19:58:50.422Z | Downloaded allocator-api2 v0.2.18 |
626 | 2024-12-13T19:58:50.426Z | Downloaded tokio-native-tls v0.3.1 |
627 | 2024-12-13T19:58:50.429Z | Downloaded ahash v0.8.11 |
628 | 2024-12-13T19:58:50.431Z | Downloaded memmap2 v0.9.5 |
629 | 2024-12-13T19:58:50.433Z | Downloaded base64ct v1.6.0 |
630 | 2024-12-13T19:58:50.435Z | Downloaded cancel-safe-futures v0.1.5 |
631 | 2024-12-13T19:58:50.438Z | Downloaded bytes v1.8.0 |
632 | 2024-12-13T19:58:50.442Z | Downloaded arc-swap v1.7.1 |
633 | 2024-12-13T19:58:50.446Z | Downloaded base64 v0.13.1 |
634 | 2024-12-13T19:58:50.449Z | Downloaded slog-json v2.6.1 |
635 | 2024-12-13T19:58:50.451Z | Downloaded crossbeam-utils v0.8.20 |
636 | 2024-12-13T19:58:50.454Z | Downloaded precomputed-hash v0.1.1 |
637 | 2024-12-13T19:58:50.456Z | Downloaded zeroize_derive v1.4.2 |
638 | 2024-12-13T19:58:50.456Z | Downloaded deranged v0.3.11 |
639 | 2024-12-13T19:58:50.459Z | Downloaded difflib v0.4.0 |
640 | 2024-12-13T19:58:50.461Z | Downloaded time-macros v0.2.18 |
641 | 2024-12-13T19:58:50.461Z | Downloaded clang-sys v1.8.1 |
642 | 2024-12-13T19:58:50.464Z | Downloaded ena v0.14.3 |
643 | 2024-12-13T19:58:50.467Z | Downloaded defmt v0.3.8 |
644 | 2024-12-13T19:58:50.470Z | Downloaded tracing-attributes v0.1.27 |
645 | 2024-12-13T19:58:50.472Z | Downloaded shlex v1.3.0 |
646 | 2024-12-13T19:58:50.475Z | Downloaded float-ord v0.3.2 |
647 | 2024-12-13T19:58:50.475Z | Downloaded float-cmp v0.9.0 |
648 | 2024-12-13T19:58:50.478Z | Downloaded fd-lock v4.0.2 |
649 | 2024-12-13T19:58:50.481Z | Downloaded strum v0.26.3 |
650 | 2024-12-13T19:58:50.481Z | Downloaded futures-core v0.3.31 |
651 | 2024-12-13T19:58:50.484Z | Downloaded strum_macros v0.26.4 |
652 | 2024-12-13T19:58:50.484Z | Downloaded zone_cfg_derive v0.3.0 |
653 | 2024-12-13T19:58:50.486Z | Downloaded icu_provider v1.5.0 |
654 | 2024-12-13T19:58:50.488Z | Downloaded newtype-uuid v1.1.3 |
655 | 2024-12-13T19:58:50.491Z | Downloaded icu_normalizer v1.5.0 |
656 | 2024-12-13T19:58:50.493Z | Downloaded nibble_vec v0.1.0 |
657 | 2024-12-13T19:58:50.495Z | Downloaded sqlformat v0.2.6 |
658 | 2024-12-13T19:58:50.498Z | Downloaded path-slash v0.1.5 |
659 | 2024-12-13T19:58:50.498Z | Downloaded uzers v0.12.1 |
660 | 2024-12-13T19:58:50.501Z | Downloaded cookie v0.18.1 |
661 | 2024-12-13T19:58:50.503Z | Downloaded pbkdf2 v0.12.2 |
662 | 2024-12-13T19:58:50.506Z | Downloaded compact_str v0.8.0 |
663 | 2024-12-13T19:58:50.508Z | Downloaded chacha20poly1305 v0.10.1 |
664 | 2024-12-13T19:58:50.511Z | Downloaded cc v1.1.30 |
665 | 2024-12-13T19:58:50.513Z | Downloaded psl-types v2.0.11 |
666 | 2024-12-13T19:58:50.515Z | Downloaded paste v1.0.15 |
667 | 2024-12-13T19:58:50.518Z | Downloaded signal-hook v0.3.17 |
668 | 2024-12-13T19:58:50.521Z | Downloaded yoke v0.7.4 |
669 | 2024-12-13T19:58:50.523Z | Downloaded value-bag v1.9.0 |
670 | 2024-12-13T19:58:50.526Z | Downloaded crypto-bigint v0.5.5 |
671 | 2024-12-13T19:58:50.533Z | Downloaded derive_builder_macro v0.20.2 |
672 | 2024-12-13T19:58:50.535Z | Downloaded stable_deref_trait v1.2.0 |
673 | 2024-12-13T19:58:50.535Z | Downloaded slog-envlogger v2.2.0 |
674 | 2024-12-13T19:58:50.538Z | Downloaded ppv-lite86 v0.2.20 |
675 | 2024-12-13T19:58:50.540Z | Downloaded static_assertions v1.1.0 |
676 | 2024-12-13T19:58:50.540Z | Downloaded quick-error v1.2.3 |
677 | 2024-12-13T19:58:50.543Z | Downloaded getrandom v0.2.15 |
678 | 2024-12-13T19:58:50.546Z | Downloaded peg-runtime v0.8.3 |
679 | 2024-12-13T19:58:50.546Z | Downloaded whoami v1.5.2 |
680 | 2024-12-13T19:58:50.548Z | Downloaded progenitor-client v0.8.0 |
681 | 2024-12-13T19:58:50.551Z | Downloaded phf_shared v0.10.0 |
682 | 2024-12-13T19:58:50.551Z | Downloaded num_threads v0.1.7 |
683 | 2024-12-13T19:58:50.562Z | Downloaded utf8_iter v1.0.4 |
684 | 2024-12-13T19:58:50.565Z | Downloaded icu_locid v1.5.0 |
685 | 2024-12-13T19:58:50.568Z | Downloaded indicatif v0.17.9 |
686 | 2024-12-13T19:58:50.573Z | Downloaded base64 v0.22.1 |
687 | 2024-12-13T19:58:50.577Z | Downloaded thread_local v1.1.8 |
688 | 2024-12-13T19:58:50.579Z | Downloaded thiserror-no-std v2.0.2 |
689 | 2024-12-13T19:58:50.582Z | Downloaded serde-big-array v0.5.1 |
690 | 2024-12-13T19:58:50.585Z | Downloaded derive-where v1.2.7 |
691 | 2024-12-13T19:58:50.588Z | Downloaded slog v2.7.0 |
692 | 2024-12-13T19:58:50.591Z | Downloaded futures-executor v0.3.31 |
693 | 2024-12-13T19:58:50.594Z | Downloaded funty v2.0.0 |
694 | 2024-12-13T19:58:50.596Z | Downloaded crossbeam-channel v0.5.13 |
695 | 2024-12-13T19:58:50.599Z | Downloaded tinyvec_macros v0.1.1 |
696 | 2024-12-13T19:58:50.601Z | Downloaded indexmap v1.9.3 |
697 | 2024-12-13T19:58:50.603Z | Downloaded packed_struct v0.10.1 |
698 | 2024-12-13T19:58:50.605Z | Downloaded either v1.13.0 |
699 | 2024-12-13T19:58:50.608Z | Downloaded foreign-types-macros v0.2.3 |
700 | 2024-12-13T19:58:50.610Z | Downloaded num_enum_derive v0.5.11 |
701 | 2024-12-13T19:58:50.610Z | Downloaded nodrop v0.1.14 |
702 | 2024-12-13T19:58:50.612Z | Downloaded hash32 v0.3.1 |
703 | 2024-12-13T19:58:50.612Z | Downloaded vte_generate_state_changes v0.1.2 |
704 | 2024-12-13T19:58:50.614Z | Downloaded diff v0.1.13 |
705 | 2024-12-13T19:58:50.617Z | Downloaded dhcproto-macros v0.1.0 |
706 | 2024-12-13T19:58:50.617Z | Downloaded foreign-types v0.3.2 |
707 | 2024-12-13T19:58:50.619Z | Downloaded hashlink v0.9.1 |
708 | 2024-12-13T19:58:50.622Z | Downloaded darling_macro v0.20.10 |
709 | 2024-12-13T19:58:50.622Z | Downloaded waitgroup v0.1.2 |
710 | 2024-12-13T19:58:50.624Z | Downloaded rfc6979 v0.4.0 |
711 | 2024-12-13T19:58:50.624Z | Downloaded progenitor v0.8.0 |
712 | 2024-12-13T19:58:50.627Z | Downloaded slog-term v2.9.1 |
713 | 2024-12-13T19:58:50.629Z | Downloaded der_derive v0.7.3 |
714 | 2024-12-13T19:58:50.631Z | Downloaded oso v0.27.3 |
715 | 2024-12-13T19:58:50.634Z | Downloaded omicron-zone-package v0.11.1 |
716 | 2024-12-13T19:58:50.637Z | Downloaded pem v3.0.4 |
717 | 2024-12-13T19:58:50.639Z | Downloaded serde_with_macros v3.11.0 |
718 | 2024-12-13T19:58:50.641Z | Downloaded ecdsa v0.16.9 |
719 | 2024-12-13T19:58:50.644Z | Downloaded dyn-clone v1.0.17 |
720 | 2024-12-13T19:58:50.647Z | Downloaded sec1 v0.7.3 |
721 | 2024-12-13T19:58:50.647Z | Downloaded bumpalo v3.16.0 |
722 | 2024-12-13T19:58:50.649Z | Downloaded semver v0.1.20 |
723 | 2024-12-13T19:58:50.652Z | Downloaded fs_extra v1.3.0 |
724 | 2024-12-13T19:58:50.654Z | Downloaded tokio-tungstenite v0.24.0 |
725 | 2024-12-13T19:58:50.656Z | Downloaded tokio-tungstenite v0.23.1 |
726 | 2024-12-13T19:58:50.658Z | Downloaded slog-dtrace v0.3.0 |
727 | 2024-12-13T19:58:50.661Z | Downloaded slog-bunyan v2.5.0 |
728 | 2024-12-13T19:58:50.661Z | Downloaded num_enum v0.5.11 |
729 | 2024-12-13T19:58:50.666Z | Downloaded tabwriter v1.4.0 |
730 | 2024-12-13T19:58:50.668Z | Downloaded synstructure v0.13.1 |
731 | 2024-12-13T19:58:50.671Z | Downloaded smf v0.2.3 |
732 | 2024-12-13T19:58:50.671Z | Downloaded rtoolbox v0.0.2 |
733 | 2024-12-13T19:58:50.674Z | Downloaded zerofrom v0.1.4 |
734 | 2024-12-13T19:58:50.674Z | Downloaded displaydoc v0.2.5 |
735 | 2024-12-13T19:58:50.677Z | Downloaded utf-8 v0.7.6 |
736 | 2024-12-13T19:58:50.679Z | Downloaded tracing v0.1.40 |
737 | 2024-12-13T19:58:50.682Z | Downloaded foreign-types v0.5.0 |
738 | 2024-12-13T19:58:50.685Z | Downloaded aes v0.8.4 |
739 | 2024-12-13T19:58:50.687Z | Downloaded typify-macro v0.2.0 |
740 | 2024-12-13T19:58:50.690Z | Downloaded postcard v1.0.10 |
741 | 2024-12-13T19:58:50.692Z | Downloaded russh-keys v0.45.0 |
742 | 2024-12-13T19:58:50.695Z | Downloaded wait-timeout v0.2.0 |
743 | 2024-12-13T19:58:50.697Z | Downloaded serde-hex v0.1.0 |
744 | 2024-12-13T19:58:50.699Z | Downloaded minimal-lexical v0.2.1 |
745 | 2024-12-13T19:58:50.702Z | Downloaded untrusted v0.9.0 |
746 | 2024-12-13T19:58:50.704Z | Downloaded num v0.4.3 |
747 | 2024-12-13T19:58:50.706Z | Downloaded icu_collections v1.5.0 |
748 | 2024-12-13T19:58:50.711Z | Downloaded endian-type v0.1.2 |
749 | 2024-12-13T19:58:50.714Z | Downloaded openssl-probe v0.1.5 |
750 | 2024-12-13T19:58:50.714Z | Downloaded openssl-macros v0.1.1 |
751 | 2024-12-13T19:58:50.719Z | Downloaded vsss-rs v3.3.4 |
752 | 2024-12-13T19:58:50.722Z | Downloaded newline-converter v0.3.0 |
753 | 2024-12-13T19:58:50.722Z | Downloaded phf_codegen v0.11.2 |
754 | 2024-12-13T19:58:50.722Z | Downloaded env_filter v0.1.2 |
755 | 2024-12-13T19:58:50.722Z | Downloaded diesel-dtrace v0.4.0 |
756 | 2024-12-13T19:58:50.724Z | Downloaded phf v0.11.2 |
757 | 2024-12-13T19:58:50.724Z | Downloaded termtree v0.4.1 |
758 | 2024-12-13T19:58:50.726Z | Downloaded vergen v8.3.2 |
759 | 2024-12-13T19:58:50.729Z | Downloaded aes-gcm v0.10.3 |
760 | 2024-12-13T19:58:50.732Z | Downloaded socket2 v0.5.7 |
761 | 2024-12-13T19:58:50.734Z | Downloaded group v0.13.0 |
762 | 2024-12-13T19:58:50.737Z | Downloaded glob v0.3.1 |
763 | 2024-12-13T19:58:50.740Z | Downloaded postgres-protocol v0.6.7 |
764 | 2024-12-13T19:58:50.740Z | Downloaded parse-display v0.10.0 |
765 | 2024-12-13T19:58:50.742Z | Downloaded sync_wrapper v1.0.1 |
766 | 2024-12-13T19:58:50.742Z | Downloaded smallvec v1.13.2 |
767 | 2024-12-13T19:58:50.745Z | Downloaded pkcs1 v0.7.5 |
768 | 2024-12-13T19:58:50.748Z | Downloaded structmeta-derive v0.2.0 |
769 | 2024-12-13T19:58:50.751Z | Downloaded tungstenite v0.21.0 |
770 | 2024-12-13T19:58:50.753Z | Downloaded pretty-hex v0.2.1 |
771 | 2024-12-13T19:58:50.753Z | Downloaded pin-utils v0.1.0 |
772 | 2024-12-13T19:58:50.757Z | Downloaded progenitor-impl v0.8.0 |
773 | 2024-12-13T19:58:50.759Z | Downloaded phf_shared v0.11.2 |
774 | 2024-12-13T19:58:50.759Z | Downloaded serde_yaml v0.9.34+deprecated |
775 | 2024-12-13T19:58:50.762Z | Downloaded phf_generator v0.11.2 |
776 | 2024-12-13T19:58:50.764Z | Downloaded olpc-cjson v0.1.4 |
777 | 2024-12-13T19:58:50.764Z | Downloaded futures v0.3.31 |
778 | 2024-12-13T19:58:50.770Z | Downloaded defmt-macros v0.3.9 |
779 | 2024-12-13T19:58:50.773Z | Downloaded rcgen v0.12.1 |
780 | 2024-12-13T19:58:50.776Z | Downloaded tungstenite v0.23.0 |
781 | 2024-12-13T19:58:50.779Z | Downloaded termios v0.3.3 |
782 | 2024-12-13T19:58:50.782Z | Downloaded termcolor v1.4.1 |
783 | 2024-12-13T19:58:50.785Z | Downloaded embedded-io v0.4.0 |
784 | 2024-12-13T19:58:50.785Z | Downloaded env_logger v0.11.5 |
785 | 2024-12-13T19:58:50.787Z | Downloaded percent-encoding v2.3.1 |
786 | 2024-12-13T19:58:50.790Z | Downloaded dsl_auto_type v0.1.2 |
787 | 2024-12-13T19:58:50.790Z | Downloaded parking_lot_core v0.9.10 |
788 | 2024-12-13T19:58:50.793Z | Downloaded env_logger v0.10.2 |
789 | 2024-12-13T19:58:50.795Z | Downloaded libxml v0.3.3 |
790 | 2024-12-13T19:58:50.802Z | Downloaded ghash v0.5.1 |
791 | 2024-12-13T19:58:50.804Z | Downloaded tinyvec v1.8.0 |
792 | 2024-12-13T19:58:50.807Z | Downloaded libm v0.2.8 |
793 | 2024-12-13T19:58:50.814Z | Downloaded toolchain_find v0.4.0 |
794 | 2024-12-13T19:58:50.817Z | Downloaded pin-project-internal v1.1.6 |
795 | 2024-12-13T19:58:50.819Z | Downloaded same-file v1.0.6 |
796 | 2024-12-13T19:58:50.820Z | Downloaded slab v0.4.9 |
797 | 2024-12-13T19:58:50.822Z | Downloaded siphasher v0.3.11 |
798 | 2024-12-13T19:58:50.822Z | Downloaded term v0.7.0 |
799 | 2024-12-13T19:58:50.826Z | Downloaded write16 v1.0.0 |
800 | 2024-12-13T19:58:50.828Z | Downloaded typify v0.2.0 |
801 | 2024-12-13T19:58:50.831Z | Downloaded test-strategy v0.3.1 |
802 | 2024-12-13T19:58:50.834Z | Downloaded slog-async v2.8.0 |
803 | 2024-12-13T19:58:50.836Z | Downloaded spin v0.9.8 |
804 | 2024-12-13T19:58:50.839Z | Downloaded parse-zoneinfo v0.3.1 |
805 | 2024-12-13T19:58:50.842Z | Downloaded mio v1.0.2 |
806 | 2024-12-13T19:58:50.846Z | Downloaded crossterm v0.28.1 |
807 | 2024-12-13T19:58:50.853Z | Downloaded walkdir v2.5.0 |
808 | 2024-12-13T19:58:50.856Z | Downloaded unicase v2.7.0 |
809 | 2024-12-13T19:58:50.858Z | Downloaded unarray v0.1.4 |
810 | 2024-12-13T19:58:50.858Z | Downloaded zerocopy-derive v0.8.10 |
811 | 2024-12-13T19:58:50.865Z | Downloaded hex v0.4.3 |
812 | 2024-12-13T19:58:50.867Z | Downloaded fallible-iterator v0.3.0 |
813 | 2024-12-13T19:58:50.869Z | Downloaded fallible-iterator v0.2.0 |
814 | 2024-12-13T19:58:50.871Z | Downloaded nu-ansi-term v0.50.1 |
815 | 2024-12-13T19:58:50.873Z | Downloaded zerofrom-derive v0.1.4 |
816 | 2024-12-13T19:58:50.873Z | Downloaded enum-as-inner v0.5.1 |
817 | 2024-12-13T19:58:50.875Z | Downloaded take_mut v0.2.2 |
818 | 2024-12-13T19:58:50.878Z | Downloaded fragile v2.0.0 |
819 | 2024-12-13T19:58:50.878Z | Downloaded xz2 v0.1.7 |
820 | 2024-12-13T19:58:50.881Z | Downloaded serde_derive_internals v0.29.1 |
821 | 2024-12-13T19:58:50.883Z | Downloaded futures-macro v0.3.31 |
822 | 2024-12-13T19:58:50.884Z | Downloaded proc-macro-crate v1.3.1 |
823 | 2024-12-13T19:58:50.886Z | Downloaded primeorder v0.13.6 |
824 | 2024-12-13T19:58:50.886Z | Downloaded serde_path_to_error v0.1.16 |
825 | 2024-12-13T19:58:50.888Z | Downloaded ed25519-dalek v2.1.1 |
826 | 2024-12-13T19:58:50.890Z | Downloaded tokio-macros v2.4.0 |
827 | 2024-12-13T19:58:50.893Z | Downloaded num-conv v0.1.0 |
828 | 2024-12-13T19:58:50.893Z | Downloaded pin-project v1.1.6 |
829 | 2024-12-13T19:58:50.904Z | Downloaded foreign-types-shared v0.3.1 |
830 | 2024-12-13T19:58:50.906Z | Downloaded rustls-pemfile v2.2.0 |
831 | 2024-12-13T19:58:50.909Z | Downloaded darling_core v0.20.10 |
832 | 2024-12-13T19:58:50.912Z | Downloaded ron v0.7.1 |
833 | 2024-12-13T19:58:50.918Z | Downloaded tap v1.0.1 |
834 | 2024-12-13T19:58:50.920Z | Downloaded tinystr v0.7.6 |
835 | 2024-12-13T19:58:50.923Z | Downloaded tokio-rustls v0.26.0 |
836 | 2024-12-13T19:58:50.925Z | Downloaded heck v0.3.3 |
837 | 2024-12-13T19:58:50.925Z | Downloaded futures-sink v0.3.31 |
838 | 2024-12-13T19:58:50.927Z | Downloaded flagset v0.4.6 |
839 | 2024-12-13T19:58:50.930Z | Downloaded diesel_derives v2.2.3 |
840 | 2024-12-13T19:58:50.932Z | Downloaded fxhash v0.2.1 |
841 | 2024-12-13T19:58:50.934Z | Downloaded itertools v0.13.0 |
842 | 2024-12-13T19:58:50.940Z | Downloaded unicode-xid v0.2.6 |
843 | 2024-12-13T19:58:50.943Z | Downloaded parse-size v1.1.0 |
844 | 2024-12-13T19:58:50.945Z | Downloaded parse-display-derive v0.10.0 |
845 | 2024-12-13T19:58:50.945Z | Downloaded spin v0.5.2 |
846 | 2024-12-13T19:58:50.948Z | Downloaded rustfmt-wrapper v0.2.1 |
847 | 2024-12-13T19:58:50.948Z | Downloaded rustc_version v0.1.7 |
848 | 2024-12-13T19:58:50.950Z | Downloaded parking_lot v0.11.2 |
849 | 2024-12-13T19:58:50.953Z | Downloaded structmeta-derive v0.3.0 |
850 | 2024-12-13T19:58:50.953Z | Downloaded structmeta v0.2.0 |
851 | 2024-12-13T19:58:50.955Z | Downloaded strip-ansi-escapes v0.2.0 |
852 | 2024-12-13T19:58:50.955Z | Downloaded signature v2.2.0 |
853 | 2024-12-13T19:58:50.958Z | Downloaded radium v0.7.0 |
854 | 2024-12-13T19:58:50.958Z | Downloaded r2d2 v0.8.10 |
855 | 2024-12-13T19:58:50.961Z | Downloaded postgres-types v0.2.8 |
856 | 2024-12-13T19:58:50.963Z | Downloaded which v4.4.2 |
857 | 2024-12-13T19:58:50.965Z | Downloaded sct v0.7.1 |
858 | 2024-12-13T19:58:50.967Z | Downloaded opaque-debug v0.3.1 |
859 | 2024-12-13T19:58:50.967Z | Downloaded number_prefix v0.4.0 |
860 | 2024-12-13T19:58:50.969Z | Downloaded parking_lot v0.12.3 |
861 | 2024-12-13T19:58:50.972Z | Downloaded polyval v0.6.2 |
862 | 2024-12-13T19:58:50.974Z | Downloaded filetime v0.2.25 |
863 | 2024-12-13T19:58:50.976Z | Downloaded des v0.8.1 |
864 | 2024-12-13T19:58:50.978Z | Downloaded display-error-chain v0.2.2 |
865 | 2024-12-13T19:58:50.978Z | Downloaded debug-ignore v1.0.5 |
866 | 2024-12-13T19:58:50.981Z | Downloaded ron v0.8.1 |
867 | 2024-12-13T19:58:50.985Z | Downloaded tar v0.4.42 |
868 | 2024-12-13T19:58:50.988Z | Downloaded unicode-segmentation v1.12.0 |
869 | 2024-12-13T19:58:50.991Z | Downloaded aho-corasick v1.1.3 |
870 | 2024-12-13T19:58:50.997Z | Downloaded sqlparser_derive v0.2.2 |
871 | 2024-12-13T19:58:51.000Z | Downloaded time-core v0.1.2 |
872 | 2024-12-13T19:58:51.000Z | Downloaded sigpipe v0.1.3 |
873 | 2024-12-13T19:58:51.000Z | Downloaded futures-task v0.3.31 |
874 | 2024-12-13T19:58:51.002Z | Downloaded foreign-types-shared v0.1.1 |
875 | 2024-12-13T19:58:51.002Z | Downloaded blake3 v1.5.4 |
876 | 2024-12-13T19:58:51.010Z | Downloaded gethostname v0.5.0 |
877 | 2024-12-13T19:58:51.012Z | Downloaded zerocopy v0.6.6 |
878 | 2024-12-13T19:58:51.014Z | Downloaded parking_lot_core v0.8.6 |
879 | 2024-12-13T19:58:51.016Z | Downloaded rustyline v14.0.0 |
880 | 2024-12-13T19:58:51.021Z | Downloaded packed_struct_codegen v0.10.1 |
881 | 2024-12-13T19:58:51.024Z | Downloaded ssh-encoding v0.2.0 |
882 | 2024-12-13T19:58:51.026Z | Downloaded serde_urlencoded v0.7.1 |
883 | 2024-12-13T19:58:51.026Z | Downloaded rusty-fork v0.3.0 |
884 | 2024-12-13T19:58:51.029Z | Downloaded data-encoding v2.6.0 |
885 | 2024-12-13T19:58:51.029Z | Downloaded pkcs5 v0.7.1 |
886 | 2024-12-13T19:58:51.033Z | Downloaded scheduled-thread-pool v0.2.7 |
887 | 2024-12-13T19:58:51.036Z | Downloaded unicode-normalization v0.1.24 |
888 | 2024-12-13T19:58:51.039Z | Downloaded tls_codec_derive v0.4.1 |
889 | 2024-12-13T19:58:51.041Z | Downloaded ff v0.13.0 |
890 | 2024-12-13T19:58:51.043Z | Downloaded try-lock v0.2.5 |
891 | 2024-12-13T19:58:51.044Z | Downloaded zerovec-derive v0.10.3 |
892 | 2024-12-13T19:58:51.046Z | Downloaded peg v0.8.4 |
893 | 2024-12-13T19:58:51.048Z | Downloaded fixedbitset v0.4.2 |
894 | 2024-12-13T19:58:51.050Z | Downloaded form_urlencoded v1.2.1 |
895 | 2024-12-13T19:58:51.050Z | Downloaded rsa v0.9.6 |
896 | 2024-12-13T19:58:51.055Z | Downloaded pkg-config v0.3.31 |
897 | 2024-12-13T19:58:51.057Z | Downloaded aws-lc-rs v1.10.0 |
898 | 2024-12-13T19:58:51.066Z | Downloaded diesel_table_macro_syntax v0.2.0 |
899 | 2024-12-13T19:58:51.068Z | Downloaded want v0.3.1 |
900 | 2024-12-13T19:58:51.068Z | Downloaded winnow v0.5.40 |
901 | 2024-12-13T19:58:51.076Z | Downloaded unicode-truncate v1.1.0 |
902 | 2024-12-13T19:58:51.078Z | Downloaded signal-hook-tokio v0.3.1 |
903 | 2024-12-13T19:58:51.081Z | Downloaded num-iter v0.1.45 |
904 | 2024-12-13T19:58:51.081Z | Downloaded tokio-rustls v0.24.1 |
905 | 2024-12-13T19:58:51.083Z | Downloaded openssl-sys v0.9.103 |
906 | 2024-12-13T19:58:51.087Z | Downloaded rustc-hash v2.0.0 |
907 | 2024-12-13T19:58:51.089Z | Downloaded headers v0.4.0 |
908 | 2024-12-13T19:58:51.094Z | Downloaded tokio-tungstenite v0.21.0 |
909 | 2024-12-13T19:58:51.096Z | Downloaded zeroize v1.8.1 |
910 | 2024-12-13T19:58:51.099Z | Downloaded wyz v0.5.1 |
911 | 2024-12-13T19:58:51.101Z | Downloaded num-integer v0.1.46 |
912 | 2024-12-13T19:58:51.101Z | Downloaded signal-hook-mio v0.2.4 |
913 | 2024-12-13T19:58:51.104Z | Downloaded dirs-next v2.0.0 |
914 | 2024-12-13T19:58:51.104Z | Downloaded prettyplease v0.2.25 |
915 | 2024-12-13T19:58:51.107Z | Downloaded string_cache v0.8.7 |
916 | 2024-12-13T19:58:51.109Z | Downloaded defmt-parser v0.3.4 |
917 | 2024-12-13T19:58:51.111Z | Downloaded untrusted v0.7.1 |
918 | 2024-12-13T19:58:51.111Z | Downloaded peg-macros v0.8.4 |
919 | 2024-12-13T19:58:51.114Z | Downloaded tracing-core v0.1.32 |
920 | 2024-12-13T19:58:51.117Z | Downloaded snafu v0.8.5 |
921 | 2024-12-13T19:58:51.121Z | Downloaded derive_more v0.99.18 |
922 | 2024-12-13T19:58:51.126Z | Downloaded downcast v0.11.0 |
923 | 2024-12-13T19:58:51.129Z | Downloaded num-bigint v0.4.6 |
924 | 2024-12-13T19:58:51.132Z | Downloaded enum-as-inner v0.6.1 |
925 | 2024-12-13T19:58:51.135Z | Downloaded fallible-streaming-iterator v0.1.9 |
926 | 2024-12-13T19:58:51.137Z | Downloaded steno v0.4.1 |
927 | 2024-12-13T19:58:51.140Z | Downloaded dirs-sys-next v0.1.2 |
928 | 2024-12-13T19:58:51.142Z | Downloaded url v2.5.3 |
929 | 2024-12-13T19:58:51.144Z | Downloaded similar v2.6.0 |
930 | 2024-12-13T19:58:51.148Z | Downloaded rand_seeder v0.3.0 |
931 | 2024-12-13T19:58:51.150Z | Downloaded foldhash v0.1.3 |
932 | 2024-12-13T19:58:51.153Z | Downloaded tui-tree-widget v0.22.0 |
933 | 2024-12-13T19:58:51.153Z | Downloaded ssh-cipher v0.2.0 |
934 | 2024-12-13T19:58:51.155Z | Downloaded num-complex v0.4.6 |
935 | 2024-12-13T19:58:51.155Z | Downloaded hashbrown v0.12.3 |
936 | 2024-12-13T19:58:51.160Z | Downloaded tokio-stream v0.1.16 |
937 | 2024-12-13T19:58:51.164Z | Downloaded simd-adler32 v0.3.7 |
938 | 2024-12-13T19:58:51.167Z | Downloaded signal-hook-registry v1.4.2 |
939 | 2024-12-13T19:58:51.169Z | Downloaded ref-cast v1.0.23 |
940 | 2024-12-13T19:58:51.171Z | Downloaded p521 v0.13.3 |
941 | 2024-12-13T19:58:51.175Z | Downloaded der v0.7.9 |
942 | 2024-12-13T19:58:51.179Z | Downloaded rustls-webpki v0.102.8 |
943 | 2024-12-13T19:58:51.197Z | Downloaded pkcs8 v0.10.2 |
944 | 2024-12-13T19:58:51.200Z | Downloaded num-rational v0.4.2 |
945 | 2024-12-13T19:58:51.202Z | Downloaded num-derive v0.4.2 |
946 | 2024-12-13T19:58:51.205Z | Downloaded half v2.4.1 |
947 | 2024-12-13T19:58:51.207Z | Downloaded sqlparser v0.45.0 |
948 | 2024-12-13T19:58:51.212Z | Downloaded zopfli v0.8.1 |
949 | 2024-12-13T19:58:51.214Z | Downloaded p256 v0.13.2 |
950 | 2024-12-13T19:58:51.217Z | Downloaded schemars v0.8.21 |
951 | 2024-12-13T19:58:51.229Z | Downloaded snafu-derive v0.8.5 |
952 | 2024-12-13T19:58:51.231Z | Downloaded rustversion v1.0.17 |
953 | 2024-12-13T19:58:51.234Z | Downloaded zerovec v0.10.4 |
954 | 2024-12-13T19:58:51.238Z | Downloaded expectorate v1.1.0 |
955 | 2024-12-13T19:58:51.241Z | Downloaded tough v0.19.0 |
956 | 2024-12-13T19:58:51.248Z | Downloaded unicode-bidi v0.3.17 |
957 | 2024-12-13T19:58:51.251Z | Downloaded serde_with v3.11.0 |
958 | 2024-12-13T19:58:51.259Z | Downloaded tungstenite v0.24.0 |
959 | 2024-12-13T19:58:51.263Z | Downloaded num-traits v0.2.19 |
960 | 2024-12-13T19:58:51.266Z | Downloaded zip v0.6.6 |
961 | 2024-12-13T19:58:51.270Z | Downloaded fatfs v0.3.6 |
962 | 2024-12-13T19:58:51.273Z | Downloaded lalrpop v0.19.12 |
963 | 2024-12-13T19:58:51.284Z | Downloaded num-bigint-dig v0.8.4 |
964 | 2024-12-13T19:58:51.289Z | Downloaded zip v2.1.3 |
965 | 2024-12-13T19:58:51.293Z | Downloaded x509-cert v0.2.5 |
966 | 2024-12-13T19:58:51.299Z | Downloaded reqwest v0.12.9 |
967 | 2024-12-13T19:58:51.308Z | Downloaded unicode_categories v0.1.1 |
968 | 2024-12-13T19:58:51.310Z | Downloaded icu_properties_data v1.5.0 |
969 | 2024-12-13T19:58:51.320Z | Downloaded hashbrown v0.13.2 |
970 | 2024-12-13T19:58:51.325Z | Downloaded quinn v0.11.5 |
971 | 2024-12-13T19:58:51.329Z | Downloaded rand v0.8.5 |
972 | 2024-12-13T19:58:51.334Z | Downloaded heapless v0.8.0 |
973 | 2024-12-13T19:58:51.337Z | Downloaded heapless v0.7.17 |
974 | 2024-12-13T19:58:51.340Z | Downloaded hickory-resolver v0.24.1 |
975 | 2024-12-13T19:58:51.344Z | Downloaded futures-util v0.3.31 |
976 | 2024-12-13T19:58:51.356Z | Downloaded regex v1.11.1 |
977 | 2024-12-13T19:58:51.370Z | Downloaded russh v0.45.0 |
978 | 2024-12-13T19:58:51.375Z | Downloaded bitvec v1.0.1 |
979 | 2024-12-13T19:58:51.390Z | Downloaded hickory-server v0.24.1 |
980 | 2024-12-13T19:58:51.395Z | Downloaded flate2 v1.0.34 |
981 | 2024-12-13T19:58:51.400Z | Downloaded salty v0.3.0 |
982 | 2024-12-13T19:58:51.407Z | Downloaded h2 v0.4.6 |
983 | 2024-12-13T19:58:51.413Z | Downloaded rusqlite v0.32.1 |
984 | 2024-12-13T19:58:51.420Z | Downloaded time v0.3.36 |
985 | 2024-12-13T19:58:51.426Z | Downloaded idna v0.3.0 |
986 | 2024-12-13T19:58:51.433Z | Downloaded vcpkg v0.2.15 |
987 | 2024-12-13T19:58:51.472Z | Downloaded tokio-util v0.7.12 |
988 | 2024-12-13T19:58:51.478Z | Downloaded idna v0.2.3 |
989 | 2024-12-13T19:58:51.485Z | Downloaded curve25519-dalek v4.1.3 |
990 | 2024-12-13T19:58:51.494Z | Downloaded ssh-key v0.6.6 |
991 | 2024-12-13T19:58:51.501Z | Downloaded zerocopy v0.8.10 |
992 | 2024-12-13T19:58:51.525Z | Downloaded idna v0.4.0 |
993 | 2024-12-13T19:58:51.531Z | Downloaded portable-atomic v1.9.0 |
994 | 2024-12-13T19:58:51.538Z | Downloaded hashbrown v0.14.5 |
995 | 2024-12-13T19:58:51.544Z | Downloaded git2 v0.19.0 |
996 | 2024-12-13T19:58:51.552Z | Downloaded nix v0.27.1 |
997 | 2024-12-13T19:58:51.563Z | Downloaded quick-xml v0.33.0 |
998 | 2024-12-13T19:58:51.569Z | Downloaded unicode-width v0.2.0 |
999 | 2024-12-13T19:58:51.575Z | Downloaded proptest v1.5.0 |
1000 | 2024-12-13T19:58:51.584Z | Downloaded bstr v1.10.0 |
1001 | 2024-12-13T19:58:51.595Z | Downloaded rayon v1.10.0 |
1002 | 2024-12-13T19:58:51.604Z | Downloaded quinn-proto v0.11.8 |
1003 | 2024-12-13T19:58:51.622Z | Downloaded reedline v0.35.0 |
1004 | 2024-12-13T19:58:51.628Z | Downloaded rustls-webpki v0.101.7 |
1005 | 2024-12-13T19:58:51.650Z | Downloaded dropshot v0.12.0 |
1006 | 2024-12-13T19:58:51.674Z | Downloaded radix_trie v0.2.1 |
1007 | 2024-12-13T19:58:51.680Z | Downloaded gimli v0.31.1 |
1008 | 2024-12-13T19:58:51.688Z | Downloaded regress v0.10.1 |
1009 | 2024-12-13T19:58:51.697Z | Downloaded petname v2.0.2 |
1010 | 2024-12-13T19:58:51.703Z | Downloaded openssl v0.10.66 |
1011 | 2024-12-13T19:58:51.713Z | Downloaded object v0.36.5 |
1012 | 2024-12-13T19:58:51.724Z | Downloaded smoltcp v0.9.1 |
1013 | 2024-12-13T19:58:51.736Z | Downloaded hickory-proto v0.24.1 |
1014 | 2024-12-13T19:58:51.752Z | Downloaded webpki-roots v0.26.6 |
1015 | 2024-12-13T19:58:51.756Z | Downloaded diesel v2.2.6 |
1016 | 2024-12-13T19:58:51.775Z | Downloaded smoltcp v0.11.0 |
1017 | 2024-12-13T19:58:51.787Z | Downloaded regex-syntax v0.8.5 |
1018 | 2024-12-13T19:58:51.794Z | Downloaded rustls v0.23.14 |
1019 | 2024-12-13T19:58:51.805Z | Downloaded trust-dns-proto v0.22.0 |
1020 | 2024-12-13T19:58:51.818Z | Downloaded typify-impl v0.2.0 |
1021 | 2024-12-13T19:58:51.831Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1022 | 2024-12-13T19:58:51.843Z | Downloaded openapiv3 v2.0.0 |
1023 | 2024-12-13T19:58:51.854Z | Downloaded rustls v0.22.4 |
1024 | 2024-12-13T19:58:51.867Z | Downloaded polar-core v0.27.3 |
1025 | 2024-12-13T19:58:51.876Z | Downloaded dropshot v0.13.0 |
1026 | 2024-12-13T19:58:51.898Z | Downloaded regex-automata v0.4.8 |
1027 | 2024-12-13T19:58:51.915Z | Downloaded ratatui v0.28.1 |
1028 | 2024-12-13T19:58:51.934Z | Downloaded regress v0.9.1 |
1029 | 2024-12-13T19:58:51.942Z | Downloaded zerocopy-derive v0.6.6 |
1030 | 2024-12-13T19:58:51.952Z | Downloaded nix v0.29.0 |
1031 | 2024-12-13T19:58:51.964Z | Downloaded sled v0.34.7 |
1032 | 2024-12-13T19:58:51.974Z | Downloaded nix v0.28.0 |
1033 | 2024-12-13T19:58:51.984Z | Downloaded chrono-tz v0.10.0 |
1034 | 2024-12-13T19:58:51.992Z | Downloaded p384 v0.13.0 |
1035 | 2024-12-13T19:58:51.997Z | Downloaded regex-syntax v0.6.29 |
1036 | 2024-12-13T19:58:52.004Z | Downloaded rustls v0.21.12 |
1037 | 2024-12-13T19:58:52.016Z | Downloaded object v0.30.4 |
1038 | 2024-12-13T19:58:52.030Z | Downloaded tokio v1.40.0 |
1039 | 2024-12-13T19:58:52.069Z | Downloaded csv v1.3.0 |
1040 | 2024-12-13T19:58:52.088Z | Downloaded idna v0.5.0 |
1041 | 2024-12-13T19:58:52.095Z | Downloaded bindgen v0.69.5 |
1042 | 2024-12-13T19:58:52.103Z | Downloaded toml_edit v0.19.15 |
1043 | 2024-12-13T19:58:52.119Z | Downloaded sha3 v0.10.8 |
1044 | 2024-12-13T19:58:52.123Z | Downloaded lzma-sys v0.1.20 |
1045 | 2024-12-13T19:58:52.155Z | Downloaded rustls-pki-types v1.9.0 |
1046 | 2024-12-13T19:58:52.158Z | Downloaded nom v7.1.3 |
1047 | 2024-12-13T19:58:52.163Z | Downloaded libz-sys v1.1.20 |
1048 | 2024-12-13T19:58:52.185Z | Downloaded typed-path v0.9.3 |
1049 | 2024-12-13T19:58:52.191Z | Downloaded chrono v0.4.38 |
1050 | 2024-12-13T19:58:52.199Z | Downloaded writeable v0.5.5 |
1051 | 2024-12-13T19:58:52.202Z | Downloaded yasna v0.5.2 |
1052 | 2024-12-13T19:58:52.202Z | Downloaded idna v1.0.3 |
1053 | 2024-12-13T19:58:52.205Z | Downloaded tokio-rustls v0.25.0 |
1054 | 2024-12-13T19:58:52.208Z | Downloaded dhcproto v0.12.0 |
1055 | 2024-12-13T19:58:52.210Z | Downloaded predicates v3.1.2 |
1056 | 2024-12-13T19:58:52.212Z | Downloaded pin-project-lite v0.2.14 |
1057 | 2024-12-13T19:58:52.217Z | Downloaded petgraph v0.6.5 |
1058 | 2024-12-13T19:58:52.234Z | Downloaded stringprep v0.1.5 |
1059 | 2024-12-13T19:58:52.237Z | Downloaded publicsuffix v2.2.3 |
1060 | 2024-12-13T19:58:52.239Z | Downloaded futures-io v0.3.31 |
1061 | 2024-12-13T19:58:52.239Z | Downloaded progenitor-macro v0.8.0 |
1062 | 2024-12-13T19:58:52.242Z | Downloaded xattr v1.3.1 |
1063 | 2024-12-13T19:58:52.244Z | Downloaded pem-rfc7468 v0.7.0 |
1064 | 2024-12-13T19:58:52.244Z | Downloaded itertools v0.12.1 |
1065 | 2024-12-13T19:58:52.251Z | Downloaded itertools v0.10.5 |
1066 | 2024-12-13T19:58:52.258Z | Downloaded twox-hash v1.6.3 |
1067 | 2024-12-13T19:58:52.260Z | Downloaded thiserror v2.0.3 |
1068 | 2024-12-13T19:58:52.266Z | Downloaded salsa20 v0.10.2 |
1069 | 2024-12-13T19:58:52.268Z | Downloaded predicates-tree v1.0.11 |
1070 | 2024-12-13T19:58:52.268Z | Downloaded predicates-core v1.0.8 |
1071 | 2024-12-13T19:58:52.271Z | Downloaded vte v0.11.1 |
1072 | 2024-12-13T19:58:52.271Z | Downloaded elliptic-curve v0.13.8 |
1073 | 2024-12-13T19:58:52.274Z | Downloaded dunce v1.0.5 |
1074 | 2024-12-13T19:58:52.277Z | Downloaded rayon-core v1.12.1 |
1075 | 2024-12-13T19:58:52.280Z | Downloaded uuid v1.11.0 |
1076 | 2024-12-13T19:58:52.282Z | Downloaded unicode-properties v0.1.3 |
1077 | 2024-12-13T19:58:52.285Z | Downloaded tokio-postgres v0.7.12 |
1078 | 2024-12-13T19:58:52.289Z | Downloaded qorb v0.2.1 |
1079 | 2024-12-13T19:58:52.293Z | Downloaded tls_codec v0.4.1 |
1080 | 2024-12-13T19:58:52.295Z | Downloaded topological-sort v0.2.2 |
1081 | 2024-12-13T19:58:52.297Z | Downloaded dropshot_endpoint v0.13.0 |
1082 | 2024-12-13T19:58:52.300Z | Downloaded derive_builder_core v0.20.2 |
1083 | 2024-12-13T19:58:52.303Z | Downloaded rand_xorshift v0.3.0 |
1084 | 2024-12-13T19:58:52.303Z | Downloaded smallvec v0.6.14 |
1085 | 2024-12-13T19:58:52.305Z | Downloaded powerfmt v0.2.0 |
1086 | 2024-12-13T19:58:52.305Z | Downloaded flume v0.11.1 |
1087 | 2024-12-13T19:58:52.308Z | Downloaded unsafe-libyaml v0.2.11 |
1088 | 2024-12-13T19:58:52.311Z | Downloaded toml v0.7.8 |
1089 | 2024-12-13T19:58:52.315Z | Downloaded hash32 v0.2.1 |
1090 | 2024-12-13T19:58:52.317Z | Downloaded dropshot_endpoint v0.12.0 |
1091 | 2024-12-13T19:58:52.320Z | Downloaded samael v0.0.17 |
1092 | 2024-12-13T19:58:52.325Z | Downloaded ed25519 v2.2.3 |
1093 | 2024-12-13T19:58:52.327Z | Downloaded thiserror-impl-no-std v2.0.2 |
1094 | 2024-12-13T19:58:52.331Z | Downloaded rustc-demangle v0.1.24 |
1095 | 2024-12-13T19:58:52.333Z | Downloaded poly1305 v0.8.0 |
1096 | 2024-12-13T19:58:52.333Z | Downloaded password-hash v0.4.2 |
1097 | 2024-12-13T19:58:52.337Z | Downloaded utf16_iter v1.0.5 |
1098 | 2024-12-13T19:58:52.340Z | Downloaded thiserror-impl v2.0.3 |
1099 | 2024-12-13T19:58:52.340Z | Downloaded strum_macros v0.25.3 |
1100 | 2024-12-13T19:58:52.340Z | Downloaded strum_macros v0.24.3 |
1101 | 2024-12-13T19:58:52.343Z | Downloaded sha1 v0.10.6 |
1102 | 2024-12-13T19:58:52.343Z | Downloaded scrypt v0.11.0 |
1103 | 2024-12-13T19:58:52.346Z | Downloaded owo-colors v4.1.0 |
1104 | 2024-12-13T19:58:52.348Z | Downloaded hickory-client v0.24.1 |
1105 | 2024-12-13T19:58:52.351Z | Downloaded globset v0.4.15 |
1106 | 2024-12-13T19:58:52.351Z | Downloaded futures-channel v0.3.31 |
1107 | 2024-12-13T19:58:52.354Z | Downloaded normalize-line-endings v0.3.0 |
1108 | 2024-12-13T19:58:52.357Z | Downloaded scopeguard v1.2.0 |
1109 | 2024-12-13T19:58:52.357Z | Downloaded rustc-hash v1.1.0 |
1110 | 2024-12-13T19:58:52.357Z | Downloaded resolv-conf v0.7.0 |
1111 | 2024-12-13T19:58:52.359Z | Downloaded icu_properties v1.5.1 |
1112 | 2024-12-13T19:58:52.362Z | Downloaded password-hash v0.5.0 |
1113 | 2024-12-13T19:58:52.362Z | Downloaded subprocess v0.2.9 |
1114 | 2024-12-13T19:58:52.365Z | Downloaded miniz_oxide v0.8.0 |
1115 | 2024-12-13T19:58:52.368Z | Downloaded derive_builder v0.20.2 |
1116 | 2024-12-13T19:58:52.371Z | Downloaded mockall_derive v0.13.0 |
1117 | 2024-12-13T19:58:52.374Z | Downloaded icu_normalizer_data v1.5.0 |
1118 | 2024-12-13T19:58:52.378Z | Downloaded pbkdf2 v0.11.0 |
1119 | 2024-12-13T19:58:52.382Z | Downloaded const_format v0.2.33 |
1120 | 2024-12-13T19:58:52.385Z | Downloaded base64 v0.21.7 |
1121 | 2024-12-13T19:58:52.388Z | Downloaded backtrace v0.3.74 |
1122 | 2024-12-13T19:58:52.391Z | Downloaded zone_cfg_derive v0.1.2 |
1123 | 2024-12-13T19:58:52.394Z | Downloaded structmeta v0.3.0 |
1124 | 2024-12-13T19:58:52.394Z | Downloaded icu_locid_transform_data v1.5.0 |
1125 | 2024-12-13T19:58:52.396Z | Downloaded embedded-io v0.6.1 |
1126 | 2024-12-13T19:58:52.396Z | Downloaded crc-any v2.5.0 |
1127 | 2024-12-13T19:58:52.398Z | Downloaded zone v0.3.0 |
1128 | 2024-12-13T19:58:52.401Z | Downloaded subtle v2.6.1 |
1129 | 2024-12-13T19:58:52.403Z | Downloaded slog-scope v4.4.0 |
1130 | 2024-12-13T19:58:52.403Z | Downloaded shell-words v1.1.0 |
1131 | 2024-12-13T19:58:52.406Z | Downloaded csv-core v0.1.11 |
1132 | 2024-12-13T19:58:52.406Z | Downloaded libloading v0.8.5 |
1133 | 2024-12-13T19:58:52.408Z | Downloaded rpassword v7.3.1 |
1134 | 2024-12-13T19:58:52.408Z | Downloaded libsw v3.3.1 |
1135 | 2024-12-13T19:58:52.411Z | Downloaded ipnet v2.10.1 |
1136 | 2024-12-13T19:58:52.414Z | Downloaded crossbeam-epoch v0.9.18 |
1137 | 2024-12-13T19:58:52.417Z | Downloaded rand_chacha v0.3.1 |
1138 | 2024-12-13T19:58:52.417Z | Downloaded indoc v1.0.9 |
1139 | 2024-12-13T19:58:52.419Z | Downloaded bcs v0.1.6 |
1140 | 2024-12-13T19:58:52.419Z | Downloaded console v0.15.8 |
1141 | 2024-12-13T19:58:52.423Z | Downloaded lazycell v1.3.0 |
1142 | 2024-12-13T19:58:52.426Z | Downloaded lalrpop-util v0.19.12 |
1143 | 2024-12-13T19:58:52.426Z | Downloaded kstat-rs v0.2.4 |
1144 | 2024-12-13T19:58:52.428Z | Downloaded keccak v0.1.5 |
1145 | 2024-12-13T19:58:52.428Z | Downloaded const_format_proc_macros v0.2.33 |
1146 | 2024-12-13T19:58:52.430Z | Downloaded encoding_rs v0.8.34 |
1147 | 2024-12-13T19:58:52.450Z | Downloaded backoff v0.4.0 |
1148 | 2024-12-13T19:58:52.453Z | Downloaded hyper-util v0.1.10 |
1149 | 2024-12-13T19:58:52.456Z | Downloaded bitfield-struct v0.6.2 |
1150 | 2024-12-13T19:58:52.459Z | Downloaded base16ct v0.2.0 |
1151 | 2024-12-13T19:58:52.461Z | Downloaded highway v1.2.0 |
1152 | 2024-12-13T19:58:52.461Z | Downloaded hubpack v0.1.2 |
1153 | 2024-12-13T19:58:52.463Z | Downloaded http-body v1.0.1 |
1154 | 2024-12-13T19:58:52.463Z | Downloaded bcrypt-pbkdf v0.10.0 |
1155 | 2024-12-13T19:58:52.465Z | Downloaded ascii-canvas v3.0.0 |
1156 | 2024-12-13T19:58:52.465Z | Downloaded atomic-waker v1.1.2 |
1157 | 2024-12-13T19:58:52.468Z | Downloaded async-stream v0.3.6 |
1158 | 2024-12-13T19:58:52.470Z | Downloaded hostname v0.4.0 |
1159 | 2024-12-13T19:58:52.557Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1160 | 2024-12-13T19:58:52.914Z | Downloaded aws-lc-sys v0.22.0 |
1161 | 2024-12-13T19:58:53.332Z | Downloaded ring v0.17.8 |
1162 | 2024-12-13T19:58:53.526Z | Downloaded libsqlite3-sys v0.30.1 |
1163 | 2024-12-13T19:58:53.610Z | Downloaded ring v0.16.20 |
1164 | 2024-12-13T19:58:53.790Z | Compiling serde v1.0.215 |
1165 | 2024-12-13T19:58:53.792Z | Compiling lock_api v0.4.12 |
1166 | 2024-12-13T19:58:53.792Z | Compiling scopeguard v1.2.0 |
1167 | 2024-12-13T19:58:53.792Z | Compiling value-bag v1.9.0 |
1168 | 2024-12-13T19:58:53.950Z | Compiling typenum v1.17.0 |
1169 | 2024-12-13T19:58:53.952Z | Compiling generic-array v0.14.7 |
1170 | 2024-12-13T19:58:53.981Z | Compiling syn v2.0.87 |
1171 | 2024-12-13T19:58:53.993Z | Compiling getrandom v0.2.15 |
1172 | 2024-12-13T19:58:54.097Z | Compiling shlex v1.3.0 |
1173 | 2024-12-13T19:58:54.310Z | Compiling rand_core v0.6.4 |
1174 | 2024-12-13T19:58:54.397Z | Compiling log v0.4.22 |
1175 | 2024-12-13T19:58:54.513Z | Compiling subtle v2.6.1 |
1176 | 2024-12-13T19:58:54.563Z | Compiling jobserver v0.1.32 |
1177 | 2024-12-13T19:58:54.580Z | Compiling smallvec v1.13.2 |
1178 | 2024-12-13T19:58:54.816Z | Compiling const-oid v0.9.6 |
1179 | 2024-12-13T19:58:54.846Z | Compiling spin v0.9.8 |
1180 | 2024-12-13T19:58:54.863Z | Compiling pin-project-lite v0.2.14 |
1181 | 2024-12-13T19:58:55.001Z | Compiling cc v1.1.30 |
1182 | 2024-12-13T19:58:55.004Z | Compiling rustix v0.38.37 |
1183 | 2024-12-13T19:58:55.239Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-12-13T19:58:55.256Z | Compiling futures-core v0.3.31 |
1185 | 2024-12-13T19:58:55.516Z | Compiling signal-hook-registry v1.4.2 |
1186 | 2024-12-13T19:58:55.537Z | Compiling mio v1.0.2 |
1187 | 2024-12-13T19:58:55.936Z | Compiling aho-corasick v1.1.3 |
1188 | 2024-12-13T19:58:56.314Z | Compiling parking_lot v0.12.3 |
1189 | 2024-12-13T19:58:56.334Z | Compiling regex-syntax v0.8.5 |
1190 | 2024-12-13T19:58:56.592Z | Compiling cpufeatures v0.2.14 |
1191 | 2024-12-13T19:58:56.703Z | Compiling either v1.13.0 |
1192 | 2024-12-13T19:58:56.745Z | Compiling lazy_static v1.5.0 |
1193 | 2024-12-13T19:58:56.864Z | Compiling glob v0.3.1 |
1194 | 2024-12-13T19:58:56.949Z | Compiling stable_deref_trait v1.2.0 |
1195 | 2024-12-13T19:58:57.141Z | Compiling futures-sink v0.3.31 |
1196 | 2024-12-13T19:58:57.185Z | Compiling socket2 v0.5.7 |
1197 | 2024-12-13T19:58:57.216Z | Compiling slab v0.4.9 |
1198 | 2024-12-13T19:58:57.398Z | Compiling prettyplease v0.2.25 |
1199 | 2024-12-13T19:58:57.674Z | Compiling minimal-lexical v0.2.1 |
1200 | 2024-12-13T19:58:57.927Z | Compiling clang-sys v1.8.1 |
1201 | 2024-12-13T19:58:58.053Z | Compiling libloading v0.8.5 |
1202 | 2024-12-13T19:58:58.182Z | Compiling nom v7.1.3 |
1203 | 2024-12-13T19:58:58.203Z | Compiling home v0.5.9 |
1204 | 2024-12-13T19:58:58.482Z | Compiling bindgen v0.69.5 |
1205 | 2024-12-13T19:58:58.484Z | Compiling serde_json v1.0.132 |
1206 | 2024-12-13T19:58:58.856Z | Compiling futures-channel v0.3.31 |
1207 | 2024-12-13T19:58:59.310Z | Compiling itertools v0.12.1 |
1208 | 2024-12-13T19:58:59.331Z | Compiling lazycell v1.3.0 |
1209 | 2024-12-13T19:58:59.443Z | Compiling rustc-hash v1.1.0 |
1210 | 2024-12-13T19:58:59.493Z | Compiling pin-utils v0.1.0 |
1211 | 2024-12-13T19:58:59.589Z | Compiling allocator-api2 v0.2.18 |
1212 | 2024-12-13T19:58:59.610Z | Compiling futures-task v0.3.31 |
1213 | 2024-12-13T19:58:59.923Z | Compiling futures-io v0.3.31 |
1214 | 2024-12-13T19:59:00.246Z | Compiling regex-automata v0.4.8 |
1215 | 2024-12-13T19:59:00.387Z | Compiling foldhash v0.1.3 |
1216 | 2024-12-13T19:59:00.675Z | Compiling hashbrown v0.15.1 |
1217 | 2024-12-13T19:59:01.841Z | Compiling synstructure v0.13.1 |
1218 | 2024-12-13T19:59:02.006Z | Compiling cexpr v0.6.0 |
1219 | 2024-12-13T19:59:02.505Z | Compiling cmake v0.1.51 |
1220 | 2024-12-13T19:59:03.281Z | Compiling tinyvec_macros v0.1.1 |
1221 | 2024-12-13T19:59:03.378Z | Compiling pkg-config v0.3.31 |
1222 | 2024-12-13T19:59:03.548Z | Compiling fs_extra v1.3.0 |
1223 | 2024-12-13T19:59:03.582Z | Compiling libm v0.2.8 |
1224 | 2024-12-13T19:59:03.807Z | Compiling dunce v1.0.5 |
1225 | 2024-12-13T19:59:03.935Z | Compiling tinyvec v1.8.0 |
1226 | 2024-12-13T19:59:03.954Z | Compiling num-traits v0.2.19 |
1227 | 2024-12-13T19:59:04.463Z | Compiling ring v0.17.8 |
1228 | 2024-12-13T19:59:04.953Z | Compiling litemap v0.7.3 |
1229 | 2024-12-13T19:59:05.206Z | Compiling writeable v0.5.5 |
1230 | 2024-12-13T19:59:05.341Z | Compiling base64ct v1.6.0 |
1231 | 2024-12-13T19:59:05.433Z | Compiling unicode-normalization v0.1.24 |
1232 | 2024-12-13T19:59:05.520Z | Compiling paste v1.0.15 |
1233 | 2024-12-13T19:59:05.609Z | Compiling unicode-bidi v0.3.17 |
1234 | 2024-12-13T19:59:05.782Z | Compiling regex v1.11.1 |
1235 | 2024-12-13T19:59:05.917Z | Compiling pem-rfc7468 v0.7.0 |
1236 | 2024-12-13T19:59:06.683Z | Compiling flagset v0.4.6 |
1237 | 2024-12-13T19:59:06.871Z | Compiling httparse v1.9.5 |
1238 | 2024-12-13T19:59:06.890Z | Compiling aws-lc-rs v1.10.0 |
1239 | 2024-12-13T19:59:07.345Z | Compiling tracing-core v0.1.32 |
1240 | 2024-12-13T19:59:07.689Z | Compiling rustls-pki-types v1.9.0 |
1241 | 2024-12-13T19:59:08.194Z | Compiling percent-encoding v2.3.1 |
1242 | 2024-12-13T19:59:08.502Z | Compiling icu_locid_transform_data v1.5.0 |
1243 | 2024-12-13T19:59:08.562Z | Compiling crossbeam-utils v0.8.20 |
1244 | 2024-12-13T19:59:08.649Z | Compiling serde_derive v1.0.215 |
1245 | 2024-12-13T19:59:08.704Z | Compiling zeroize_derive v1.4.2 |
1246 | 2024-12-13T19:59:08.725Z | Compiling zerocopy-derive v0.7.35 |
1247 | 2024-12-13T19:59:09.159Z | Compiling tokio-macros v2.4.0 |
1248 | 2024-12-13T19:59:09.322Z | Compiling zerofrom-derive v0.1.4 |
1249 | 2024-12-13T19:59:10.250Z | Compiling zeroize v1.8.1 |
1250 | 2024-12-13T19:59:10.733Z | Compiling thiserror-impl v1.0.69 |
1251 | 2024-12-13T19:59:10.925Z | Compiling yoke-derive v0.7.4 |
1252 | 2024-12-13T19:59:11.024Z | Compiling zerocopy v0.7.35 |
1253 | 2024-12-13T19:59:11.953Z | Compiling futures-macro v0.3.31 |
1254 | 2024-12-13T19:59:12.091Z | Compiling crypto-common v0.1.6 |
1255 | 2024-12-13T19:59:12.339Z | Compiling block-buffer v0.10.4 |
1256 | 2024-12-13T19:59:12.612Z | Compiling digest v0.10.7 |
1257 | 2024-12-13T19:59:12.700Z | Compiling zerovec-derive v0.10.3 |
1258 | 2024-12-13T19:59:13.041Z | Compiling hmac v0.12.1 |
1259 | 2024-12-13T19:59:13.101Z | Compiling block-padding v0.3.3 |
1260 | 2024-12-13T19:59:13.292Z | Compiling displaydoc v0.2.5 |
1261 | 2024-12-13T19:59:13.362Z | Compiling inout v0.1.3 |
1262 | 2024-12-13T19:59:13.440Z | Compiling zerofrom v0.1.4 |
1263 | 2024-12-13T19:59:13.637Z | Compiling cipher v0.4.4 |
1264 | 2024-12-13T19:59:13.676Z | Compiling sha2 v0.10.8 |
1265 | 2024-12-13T19:59:13.937Z | Compiling futures-util v0.3.31 |
1266 | 2024-12-13T19:59:14.109Z | Compiling yoke v0.7.4 |
1267 | 2024-12-13T19:59:14.167Z | Compiling ppv-lite86 v0.2.20 |
1268 | 2024-12-13T19:59:14.208Z | Compiling thiserror v1.0.69 |
1269 | 2024-12-13T19:59:14.355Z | Compiling der_derive v0.7.3 |
1270 | 2024-12-13T19:59:14.498Z | Compiling icu_provider_macros v1.5.0 |
1271 | 2024-12-13T19:59:15.011Z | Compiling rand_chacha v0.3.1 |
1272 | 2024-12-13T19:59:15.031Z | Compiling tracing-attributes v0.1.27 |
1273 | 2024-12-13T19:59:15.505Z | Compiling zerovec v0.10.4 |
1274 | 2024-12-13T19:59:15.649Z | Compiling rand v0.8.5 |
1275 | 2024-12-13T19:59:16.906Z | Compiling der v0.7.9 |
1276 | 2024-12-13T19:59:17.327Z | Compiling pest v2.7.14 |
1277 | 2024-12-13T19:59:17.412Z | Compiling tinystr v0.7.6 |
1278 | 2024-12-13T19:59:17.807Z | Compiling icu_locid v1.5.0 |
1279 | 2024-12-13T19:59:17.878Z | Compiling icu_collections v1.5.0 |
1280 | 2024-12-13T19:59:17.915Z | Compiling salsa20 v0.10.2 |
1281 | 2024-12-13T19:59:18.158Z | Compiling pbkdf2 v0.12.2 |
1282 | 2024-12-13T19:59:18.366Z | Compiling mirai-annotations v1.12.0 |
1283 | 2024-12-13T19:59:18.544Z | Compiling untrusted v0.9.0 |
1284 | 2024-12-13T19:59:18.722Z | Compiling icu_properties_data v1.5.0 |
1285 | 2024-12-13T19:59:18.930Z | Compiling icu_provider v1.5.0 |
1286 | 2024-12-13T19:59:18.997Z | Compiling spki v0.7.3 |
1287 | 2024-12-13T19:59:19.403Z | Compiling tracing v0.1.40 |
1288 | 2024-12-13T19:59:19.407Z | Compiling num-conv v0.1.0 |
1289 | 2024-12-13T19:59:19.698Z | Compiling icu_locid_transform v1.5.0 |
1290 | 2024-12-13T19:59:20.785Z | Compiling powerfmt v0.2.0 |
1291 | 2024-12-13T19:59:20.785Z | Compiling vcpkg v0.2.15 |
1292 | 2024-12-13T19:59:20.785Z | Compiling time-core v0.1.2 |
1293 | 2024-12-13T19:59:20.785Z | Compiling untrusted v0.7.1 |
1294 | 2024-12-13T19:59:20.786Z | Compiling deranged v0.3.11 |
1295 | 2024-12-13T19:59:20.786Z | Compiling pest_meta v2.7.14 |
1296 | 2024-12-13T19:59:20.786Z | Compiling time-macros v0.2.18 |
1297 | 2024-12-13T19:59:21.739Z | Compiling icu_properties v1.5.1 |
1298 | 2024-12-13T19:59:22.280Z | Compiling scrypt v0.11.0 |
1299 | 2024-12-13T19:59:22.305Z | Compiling openssl-sys v0.9.103 |
1300 | 2024-12-13T19:59:22.503Z | Compiling aes v0.8.4 |
1301 | 2024-12-13T19:59:22.869Z | Compiling bitflags v2.6.0 |
1302 | 2024-12-13T19:59:23.170Z | Compiling bytes v1.8.0 |
1303 | 2024-12-13T19:59:23.746Z | Compiling indexmap v2.6.0 |
1304 | 2024-12-13T19:59:24.163Z | Compiling tokio v1.40.0 |
1305 | 2024-12-13T19:59:24.435Z | Compiling http v1.1.0 |
1306 | 2024-12-13T19:59:25.270Z | Compiling semver v1.0.23 |
1307 | 2024-12-13T19:59:25.413Z | Compiling cbc v0.1.2 |
1308 | 2024-12-13T19:59:25.478Z | Compiling scroll_derive v0.12.0 |
1309 | 2024-12-13T19:59:25.665Z | Compiling num_threads v0.1.7 |
1310 | 2024-12-13T19:59:25.796Z | Compiling rustc_version v0.4.1 |
1311 | 2024-12-13T19:59:26.074Z | Compiling icu_normalizer_data v1.5.0 |
1312 | 2024-12-13T19:59:26.185Z | Compiling atomic-waker v1.1.2 |
1313 | 2024-12-13T19:59:26.381Z | Compiling utf8_iter v1.0.4 |
1314 | 2024-12-13T19:59:26.568Z | Compiling utf16_iter v1.0.5 |
1315 | 2024-12-13T19:59:26.670Z | Compiling write16 v1.0.0 |
1316 | 2024-12-13T19:59:26.691Z | Compiling http-body v1.0.1 |
1317 | 2024-12-13T19:59:26.715Z | Compiling time v0.3.36 |
1318 | 2024-12-13T19:59:26.810Z | Compiling icu_normalizer v1.5.0 |
1319 | 2024-12-13T19:59:26.814Z | Compiling pkcs5 v0.7.1 |
1320 | 2024-12-13T19:59:26.917Z | Compiling pest_generator v2.7.14 |
1321 | 2024-12-13T19:59:26.969Z | Compiling scroll v0.12.0 |
1322 | 2024-12-13T19:59:26.989Z | Compiling form_urlencoded v1.2.1 |
1323 | 2024-12-13T19:59:27.334Z | Compiling which v4.4.2 |
1324 | 2024-12-13T19:59:27.535Z | Compiling try-lock v0.2.5 |
1325 | 2024-12-13T19:59:27.966Z | Compiling slog v2.7.0 |
1326 | 2024-12-13T19:59:28.071Z | Compiling want v0.3.1 |
1327 | 2024-12-13T19:59:28.380Z | Compiling idna_adapter v1.2.0 |
1328 | 2024-12-13T19:59:28.604Z | Compiling goblin v0.8.2 |
1329 | 2024-12-13T19:59:28.622Z | Compiling pkcs8 v0.10.2 |
1330 | 2024-12-13T19:59:28.764Z | Compiling httpdate v1.0.3 |
1331 | 2024-12-13T19:59:28.906Z | Compiling pest_derive v2.7.14 |
1332 | 2024-12-13T19:59:29.251Z | Compiling idna v1.0.3 |
1333 | 2024-12-13T19:59:29.356Z | Compiling uuid v1.11.0 |
1334 | 2024-12-13T19:59:29.643Z | Compiling toml_datetime v0.6.8 |
1335 | 2024-12-13T19:59:29.691Z | Compiling dtrace-parser v0.2.0 |
1336 | 2024-12-13T19:59:30.166Z | Compiling serde_spanned v0.6.8 |
1337 | 2024-12-13T19:59:30.411Z | Compiling serde_tokenstream v0.2.2 |
1338 | 2024-12-13T19:59:30.749Z | Compiling openssl v0.10.66 |
1339 | 2024-12-13T19:59:31.018Z | Compiling tower-service v0.3.3 |
1340 | 2024-12-13T19:59:31.143Z | Compiling adler2 v2.0.0 |
1341 | 2024-12-13T19:59:31.146Z | Compiling foreign-types-shared v0.1.1 |
1342 | 2024-12-13T19:59:31.182Z | Compiling match_cfg v0.1.0 |
1343 | 2024-12-13T19:59:31.270Z | Compiling rustversion v1.0.17 |
1344 | 2024-12-13T19:59:31.290Z | Compiling base64 v0.22.1 |
1345 | 2024-12-13T19:59:31.358Z | Compiling iana-time-zone v0.1.61 |
1346 | 2024-12-13T19:59:31.838Z | Compiling chrono v0.4.38 |
1347 | 2024-12-13T19:59:31.937Z | Compiling miniz_oxide v0.8.0 |
1348 | 2024-12-13T19:59:31.999Z | Compiling hostname v0.3.1 |
1349 | 2024-12-13T19:59:32.086Z | Compiling foreign-types v0.3.2 |
1350 | 2024-12-13T19:59:32.162Z | Compiling url v2.5.3 |
1351 | 2024-12-13T19:59:32.251Z | Compiling openssl-macros v0.1.1 |
1352 | 2024-12-13T19:59:33.024Z | Compiling tokio-util v0.7.12 |
1353 | 2024-12-13T19:59:33.457Z | Compiling async-trait v0.1.83 |
1354 | 2024-12-13T19:59:33.584Z | Compiling dirs-sys-next v0.1.2 |
1355 | 2024-12-13T19:59:34.221Z | Compiling h2 v0.4.6 |
1356 | 2024-12-13T19:59:34.241Z | Compiling native-tls v0.2.12 |
1357 | 2024-12-13T19:59:34.489Z | Compiling dof v0.3.0 |
1358 | 2024-12-13T19:59:34.571Z | Compiling rustls v0.22.4 |
1359 | 2024-12-13T19:59:34.833Z | Compiling data-encoding v2.6.0 |
1360 | 2024-12-13T19:59:35.512Z | Compiling usdt-impl v0.5.0 |
1361 | 2024-12-13T19:59:36.213Z | Compiling siphasher v0.3.11 |
1362 | 2024-12-13T19:59:36.620Z | Compiling rustls v0.23.14 |
1363 | 2024-12-13T19:59:36.742Z | Compiling syn v1.0.109 |
1364 | 2024-12-13T19:59:36.974Z | Compiling dirs-next v2.0.0 |
1365 | 2024-12-13T19:59:37.267Z | Compiling http-body-util v0.1.2 |
1366 | 2024-12-13T19:59:37.458Z | Compiling heapless v0.7.17 |
1367 | 2024-12-13T19:59:37.801Z | Compiling crossbeam-epoch v0.9.18 |
1368 | 2024-12-13T19:59:37.884Z | Compiling sha1 v0.10.6 |
1369 | 2024-12-13T19:59:38.307Z | Compiling signature v2.2.0 |
1370 | 2024-12-13T19:59:38.571Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1371 | 2024-12-13T19:59:38.603Z | Compiling serde_derive_internals v0.29.1 |
1372 | 2024-12-13T19:59:38.626Z | Compiling thread_local v1.1.8 |
1373 | 2024-12-13T19:59:38.998Z | Compiling encoding_rs v0.8.34 |
1374 | 2024-12-13T19:59:39.054Z | Compiling cookie v0.18.1 |
1375 | 2024-12-13T19:59:39.188Z | Compiling multer v3.1.0 |
1376 | 2024-12-13T19:59:39.340Z | Compiling mime v0.3.17 |
1377 | 2024-12-13T19:59:39.484Z | Compiling slog-async v2.8.0 |
1378 | 2024-12-13T19:59:39.982Z | Compiling signal-hook v0.3.17 |
1379 | 2024-12-13T19:59:39.985Z | Compiling rayon-core v1.12.1 |
1380 | 2024-12-13T19:59:40.025Z | Compiling schemars v0.8.21 |
1381 | 2024-12-13T19:59:40.253Z | Compiling gimli v0.31.1 |
1382 | 2024-12-13T19:59:40.255Z | Compiling unicode-properties v0.1.3 |
1383 | 2024-12-13T19:59:40.340Z | Compiling openssl-probe v0.1.5 |
1384 | 2024-12-13T19:59:40.684Z | Compiling ipnet v2.10.1 |
1385 | 2024-12-13T19:59:40.706Z | Compiling stringprep v0.1.5 |
1386 | 2024-12-13T19:59:41.297Z | Compiling hyper v1.5.0 |
1387 | 2024-12-13T19:59:42.010Z | Compiling schemars_derive v0.8.21 |
1388 | 2024-12-13T19:59:42.060Z | Compiling toml_edit v0.22.22 |
1389 | 2024-12-13T19:59:44.104Z | Compiling hyper-util v0.1.10 |
1390 | 2024-12-13T19:59:44.919Z | Compiling addr2line v0.24.2 |
1391 | 2024-12-13T19:59:45.609Z | Compiling usdt-attr-macro v0.5.0 |
1392 | 2024-12-13T19:59:45.639Z | Compiling usdt-macro v0.5.0 |
1393 | 2024-12-13T19:59:45.659Z | Compiling crossbeam-deque v0.8.5 |
1394 | 2024-12-13T19:59:46.034Z | Compiling term v0.7.0 |
1395 | 2024-12-13T19:59:47.084Z | Compiling slog-json v2.6.1 |
1396 | 2024-12-13T19:59:47.136Z | Compiling serde_urlencoded v0.7.1 |
1397 | 2024-12-13T19:59:47.213Z | Compiling curve25519-dalek v4.1.3 |
1398 | 2024-12-13T19:59:47.276Z | Compiling crossbeam-channel v0.5.13 |
1399 | 2024-12-13T19:59:47.437Z | Compiling enum-as-inner v0.6.1 |
1400 | 2024-12-13T19:59:47.582Z | Compiling futures-executor v0.3.31 |
1401 | 2024-12-13T19:59:47.684Z | Compiling md-5 v0.10.6 |
1402 | 2024-12-13T19:59:47.823Z | Compiling async-stream-impl v0.3.6 |
1403 | 2024-12-13T19:59:47.957Z | Compiling num-integer v0.1.46 |
1404 | 2024-12-13T19:59:48.148Z | Compiling rustls-pemfile v2.2.0 |
1405 | 2024-12-13T19:59:48.385Z | Compiling idna v0.3.0 |
1406 | 2024-12-13T19:59:48.497Z | Compiling idna v0.4.0 |
1407 | 2024-12-13T19:59:48.546Z | Compiling hash32 v0.2.1 |
1408 | 2024-12-13T19:59:48.733Z | Compiling ff v0.13.0 |
1409 | 2024-12-13T19:59:48.916Z | Compiling is-terminal v0.4.13 |
1410 | 2024-12-13T19:59:48.970Z | Compiling object v0.36.5 |
1411 | 2024-12-13T19:59:49.055Z | Compiling dropshot v0.12.0 |
1412 | 2024-12-13T19:59:49.196Z | Compiling base16ct v0.2.0 |
1413 | 2024-12-13T19:59:49.342Z | Compiling smoltcp v0.9.1 |
1414 | 2024-12-13T19:59:49.534Z | Compiling psl-types v2.0.11 |
1415 | 2024-12-13T19:59:49.744Z | Compiling fallible-iterator v0.2.0 |
1416 | 2024-12-13T19:59:50.009Z | Compiling anyhow v1.0.93 |
1417 | 2024-12-13T19:59:50.089Z | Compiling rustc-demangle v0.1.24 |
1418 | 2024-12-13T19:59:50.178Z | Compiling num-bigint-dig v0.8.4 |
1419 | 2024-12-13T19:59:50.412Z | Compiling take_mut v0.2.2 |
1420 | 2024-12-13T19:59:50.472Z | Compiling dyn-clone v1.0.17 |
1421 | 2024-12-13T19:59:50.475Z | Compiling portable-atomic v1.9.0 |
1422 | 2024-12-13T19:59:50.576Z | Compiling utf-8 v0.7.6 |
1423 | 2024-12-13T19:59:50.658Z | Compiling linked-hash-map v0.5.6 |
1424 | 2024-12-13T19:59:50.702Z | Compiling quick-error v1.2.3 |
1425 | 2024-12-13T19:59:50.853Z | Compiling resolv-conf v0.7.0 |
1426 | 2024-12-13T19:59:50.909Z | Compiling tungstenite v0.24.0 |
1427 | 2024-12-13T19:59:51.037Z | Compiling lru-cache v0.1.2 |
1428 | 2024-12-13T19:59:51.738Z | Compiling postgres-protocol v0.6.7 |
1429 | 2024-12-13T19:59:51.788Z | Compiling publicsuffix v2.2.3 |
1430 | 2024-12-13T19:59:52.071Z | Compiling sec1 v0.7.3 |
1431 | 2024-12-13T19:59:52.665Z | Compiling hickory-proto v0.24.1 |
1432 | 2024-12-13T19:59:52.794Z | Compiling async-stream v0.3.6 |
1433 | 2024-12-13T19:59:53.091Z | Compiling slog-term v2.9.1 |
1434 | 2024-12-13T19:59:53.117Z | Compiling group v0.13.0 |
1435 | 2024-12-13T19:59:53.321Z | Compiling usdt v0.5.0 |
1436 | 2024-12-13T19:59:53.826Z | Compiling num-iter v0.1.45 |
1437 | 2024-12-13T19:59:54.144Z | Compiling futures v0.3.31 |
1438 | 2024-12-13T19:59:54.270Z | Compiling slog-bunyan v2.5.0 |
1439 | 2024-12-13T19:59:55.650Z | Compiling toml v0.8.19 |
1440 | 2024-12-13T19:59:55.793Z | Compiling tokio-native-tls v0.3.1 |
1441 | 2024-12-13T19:59:56.074Z | Compiling camino v1.1.9 |
1442 | 2024-12-13T19:59:56.120Z | Compiling phf_shared v0.11.2 |
1443 | 2024-12-13T19:59:56.239Z | Compiling dropshot_endpoint v0.12.0 |
1444 | 2024-12-13T19:59:56.507Z | Compiling backtrace v0.3.74 |
1445 | 2024-12-13T19:59:57.097Z | Compiling terminal_size v0.4.0 |
1446 | 2024-12-13T19:59:57.229Z | Compiling waitgroup v0.1.2 |
1447 | 2024-12-13T19:59:57.308Z | Compiling openapiv3 v2.0.0 |
1448 | 2024-12-13T19:59:57.429Z | Compiling serde_path_to_error v0.1.16 |
1449 | 2024-12-13T19:59:57.466Z | Compiling hkdf v0.12.4 |
1450 | 2024-12-13T19:59:57.735Z | Compiling crypto-bigint v0.5.5 |
1451 | 2024-12-13T19:59:58.301Z | Compiling zerocopy-derive v0.6.6 |
1452 | 2024-12-13T20:00:00.286Z | Compiling curve25519-dalek-derive v0.1.1 |
1453 | 2024-12-13T20:00:00.410Z | Compiling hubpack_derive v0.1.1 |
1454 | 2024-12-13T20:00:00.620Z | Compiling webpki-roots v0.26.6 |
1455 | 2024-12-13T20:00:00.855Z | Compiling idna v0.5.0 |
1456 | 2024-12-13T20:00:00.983Z | Compiling hostname v0.4.0 |
1457 | 2024-12-13T20:00:01.256Z | Compiling ahash v0.8.11 |
1458 | 2024-12-13T20:00:01.345Z | Compiling fs-err v2.11.0 |
1459 | 2024-12-13T20:00:01.578Z | Compiling crc32fast v1.4.2 |
1460 | 2024-12-13T20:00:01.683Z | Compiling winnow v0.5.40 |
1461 | 2024-12-13T20:00:01.863Z | Compiling managed v0.8.0 |
1462 | 2024-12-13T20:00:01.866Z | Compiling debug-ignore v1.0.5 |
1463 | 2024-12-13T20:00:01.929Z | Compiling bitflags v1.3.2 |
1464 | 2024-12-13T20:00:02.021Z | Compiling console v0.15.8 |
1465 | 2024-12-13T20:00:02.041Z | Compiling strum_macros v0.25.3 |
1466 | 2024-12-13T20:00:02.612Z | Compiling clap_builder v4.5.21 |
1467 | 2024-12-13T20:00:03.905Z | Compiling flate2 v1.0.34 |
1468 | 2024-12-13T20:00:04.072Z | Compiling cookie_store v0.21.0 |
1469 | 2024-12-13T20:00:04.707Z | Compiling hubpack v0.1.2 |
1470 | 2024-12-13T20:00:04.759Z | Compiling elliptic-curve v0.13.8 |
1471 | 2024-12-13T20:00:05.181Z | Compiling zerocopy v0.6.6 |
1472 | 2024-12-13T20:00:05.603Z | Compiling toml_edit v0.19.15 |
1473 | 2024-12-13T20:00:05.631Z | Compiling hickory-resolver v0.24.1 |
1474 | 2024-12-13T20:00:06.077Z | Compiling phf v0.11.2 |
1475 | 2024-12-13T20:00:06.309Z | Compiling hyper-tls v0.6.0 |
1476 | 2024-12-13T20:00:06.377Z | Compiling signal-hook-mio v0.2.4 |
1477 | 2024-12-13T20:00:06.548Z | Compiling rayon v1.10.0 |
1478 | 2024-12-13T20:00:06.614Z | Compiling bzip2 v0.4.4 |
1479 | 2024-12-13T20:00:07.059Z | Compiling postgres-types v0.2.8 |
1480 | 2024-12-13T20:00:08.623Z | Compiling tokio-tungstenite v0.24.0 |
1481 | 2024-12-13T20:00:10.542Z | Compiling ed25519 v2.2.3 |
1482 | 2024-12-13T20:00:11.293Z | Compiling phf_shared v0.10.0 |
1483 | 2024-12-13T20:00:11.534Z | Compiling tokio-stream v0.1.16 |
1484 | 2024-12-13T20:00:11.733Z | Compiling pkcs1 v0.7.5 |
1485 | 2024-12-13T20:00:12.246Z | Compiling serde-big-array v0.5.1 |
1486 | 2024-12-13T20:00:12.427Z | Compiling clap_derive v4.5.18 |
1487 | 2024-12-13T20:00:12.489Z | Compiling rfc6979 v0.4.0 |
1488 | 2024-12-13T20:00:12.639Z | Compiling derive-where v1.2.7 |
1489 | 2024-12-13T20:00:12.661Z | Compiling serde_repr v0.1.19 |
1490 | 2024-12-13T20:00:12.663Z | Compiling float-cmp v0.9.0 |
1491 | 2024-12-13T20:00:12.768Z | Compiling bstr v1.10.0 |
1492 | 2024-12-13T20:00:12.901Z | Compiling sync_wrapper v1.0.1 |
1493 | 2024-12-13T20:00:13.060Z | Compiling unicode-width v0.2.0 |
1494 | 2024-12-13T20:00:13.595Z | Compiling static_assertions v1.1.0 |
1495 | 2024-12-13T20:00:13.707Z | Compiling predicates-core v1.0.8 |
1496 | 2024-12-13T20:00:13.740Z | Compiling precomputed-hash v0.1.1 |
1497 | 2024-12-13T20:00:13.867Z | Compiling normalize-line-endings v0.3.0 |
1498 | 2024-12-13T20:00:13.888Z | Compiling new_debug_unreachable v1.0.6 |
1499 | 2024-12-13T20:00:13.987Z | Compiling bit-vec v0.6.3 |
1500 | 2024-12-13T20:00:14.007Z | Compiling difflib v0.4.0 |
1501 | 2024-12-13T20:00:14.070Z | Compiling fixedbitset v0.4.2 |
1502 | 2024-12-13T20:00:14.457Z | Compiling unicode-segmentation v1.12.0 |
1503 | 2024-12-13T20:00:14.549Z | Compiling number_prefix v0.4.0 |
1504 | 2024-12-13T20:00:14.570Z | Compiling whoami v1.5.2 |
1505 | 2024-12-13T20:00:14.776Z | Compiling indicatif v0.17.9 |
1506 | 2024-12-13T20:00:15.222Z | Compiling similar v2.6.0 |
1507 | 2024-12-13T20:00:15.355Z | Compiling tokio-postgres v0.7.12 |
1508 | 2024-12-13T20:00:15.653Z | Compiling predicates v3.1.2 |
1509 | 2024-12-13T20:00:16.264Z | Compiling petgraph v0.6.5 |
1510 | 2024-12-13T20:00:17.072Z | Compiling bit-set v0.5.3 |
1511 | 2024-12-13T20:00:17.386Z | Compiling string_cache v0.8.7 |
1512 | 2024-12-13T20:00:17.471Z | Compiling clap v4.5.21 |
1513 | 2024-12-13T20:00:17.493Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1514 | 2024-12-13T20:00:17.602Z | Compiling ecdsa v0.16.9 |
1515 | 2024-12-13T20:00:17.731Z | Compiling rsa v0.9.6 |
1516 | 2024-12-13T20:00:17.863Z | Compiling ed25519-dalek v2.1.1 |
1517 | 2024-12-13T20:00:18.468Z | Compiling toml v0.7.8 |
1518 | 2024-12-13T20:00:19.199Z | Compiling zip v0.6.6 |
1519 | 2024-12-13T20:00:20.270Z | Compiling crossterm v0.28.1 |
1520 | 2024-12-13T20:00:21.317Z | Compiling hex v0.4.3 |
1521 | 2024-12-13T20:00:21.348Z | Compiling x509-cert v0.2.5 |
1522 | 2024-12-13T20:00:21.377Z | Compiling itertools v0.10.5 |
1523 | 2024-12-13T20:00:21.477Z | Compiling lalrpop-util v0.19.12 |
1524 | 2024-12-13T20:00:21.855Z | Compiling unicode-xid v0.2.6 |
1525 | 2024-12-13T20:00:21.950Z | Compiling peg-runtime v0.8.3 |
1526 | 2024-12-13T20:00:22.046Z | Compiling strum_macros v0.26.4 |
1527 | 2024-12-13T20:00:22.636Z | Compiling xattr v1.3.1 |
1528 | 2024-12-13T20:00:22.907Z | Compiling filetime v0.2.25 |
1529 | 2024-12-13T20:00:23.236Z | Compiling tar v0.4.42 |
1530 | 2024-12-13T20:00:27.131Z | Compiling strum v0.26.3 |
1531 | 2024-12-13T20:00:30.113Z | Compiling aws-lc-sys v0.22.0 |
1532 | 2024-12-13T20:00:58.120Z | Compiling rustls-webpki v0.102.8 |
1533 | 2024-12-13T20:01:01.540Z | Compiling tokio-rustls v0.25.0 |
1534 | 2024-12-13T20:01:03.295Z | Compiling tokio-rustls v0.26.0 |
1535 | 2024-12-13T20:01:03.644Z | Compiling hyper-rustls v0.27.3 |
1536 | 2024-12-13T20:01:03.970Z | Compiling reqwest v0.12.9 |
1537 | 2024-12-13T20:01:05.271Z | Compiling qorb v0.2.1 |
1538 | 2024-12-13T20:01:09.955Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1539 | 2024-12-13T20:01:10.189Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1540 | 2024-12-13T20:01:15.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1541 | 2024-12-13T20:01:15.827Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1542 | 2024-12-13T20:01:15.876Z | Dec 13 20:01:15.112 INFO Starting download, target: DendriteOpenapi |
1543 | 2024-12-13T20:01:15.876Z | Dec 13 20:01:15.113 INFO Starting download, target: Clickhouse |
1544 | 2024-12-13T20:01:15.876Z | Dec 13 20:01:15.113 INFO Starting download, target: Cockroach |
1545 | 2024-12-13T20:01:15.879Z | Dec 13 20:01:15.113 INFO Starting download, target: Console |
1546 | 2024-12-13T20:01:15.879Z | Dec 13 20:01:15.113 INFO Starting download, target: DendriteStub |
1547 | 2024-12-13T20:01:15.879Z | Dec 13 20:01:15.113 INFO Starting download, target: MaghemiteMgd |
1548 | 2024-12-13T20:01:15.879Z | Dec 13 20:01:15.113 INFO Starting download, target: TransceiverControl |
1549 | 2024-12-13T20:01:15.879Z | Dec 13 20:01:15.113 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1550 | 2024-12-13T20:01:15.879Z | Dec 13 20:01:15.113 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1551 | 2024-12-13T20:01:15.879Z | Dec 13 20:01:15.113 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1552 | 2024-12-13T20:01:15.879Z | Dec 13 20:01:15.113 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1553 | 2024-12-13T20:01:15.879Z | Dec 13 20:01:15.113 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1554 | 2024-12-13T20:01:15.879Z | Dec 13 20:01:15.114 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1555 | 2024-12-13T20:01:15.879Z | Dec 13 20:01:15.114 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1556 | 2024-12-13T20:01:16.056Z | Dec 13 20:01:15.293 INFO Download complete, target: DendriteOpenapi |
1557 | 2024-12-13T20:01:16.151Z | Dec 13 20:01:15.379 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1558 | 2024-12-13T20:01:16.358Z | Dec 13 20:01:15.588 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1559 | 2024-12-13T20:01:16.685Z | Dec 13 20:01:15.918 INFO Download complete, target: Console |
1560 | 2024-12-13T20:01:16.826Z | Dec 13 20:01:16.044 INFO Download complete, target: TransceiverControl |
1561 | 2024-12-13T20:01:16.857Z | Dec 13 20:01:16.088 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1562 | 2024-12-13T20:01:16.924Z | Dec 13 20:01:16.160 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1563 | 2024-12-13T20:01:17.526Z | Dec 13 20:01:16.763 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1564 | 2024-12-13T20:01:17.526Z | Dec 13 20:01:16.763 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1565 | 2024-12-13T20:01:18.013Z | Dec 13 20:01:17.250 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1566 | 2024-12-13T20:01:19.940Z | Dec 13 20:01:19.176 INFO Download complete, target: MaghemiteMgd |
1567 | 2024-12-13T20:01:19.972Z | Dec 13 20:01:19.208 INFO Download complete, target: DendriteStub |
1568 | 2024-12-13T20:01:25.221Z | Dec 13 20:01:24.455 INFO Checking that binary works, target: Cockroach |
1569 | 2024-12-13T20:01:25.380Z | Dec 13 20:01:24.614 INFO Download complete, target: Cockroach |
1570 | 2024-12-13T20:01:30.869Z | Dec 13 20:01:30.102 INFO Checking that binary works, target: Clickhouse |
1571 | 2024-12-13T20:01:31.038Z | Dec 13 20:01:30.271 INFO Download complete, target: Clickhouse |
1572 | 2024-12-13T20:01:31.058Z | All builder prerequisites installed successfully, and PATH looks valid |
1573 | 2024-12-13T20:01:31.060Z | |
1574 | 2024-12-13T20:01:31.060Z | real 4:50.799194639 |
1575 | 2024-12-13T20:01:31.061Z | user 16:33.543064266 |
1576 | 2024-12-13T20:01:31.061Z | sys 3:17.510807018 |
1577 | 2024-12-13T20:01:31.061Z | trap 0.554028757 |
1578 | 2024-12-13T20:01:31.061Z | tflt 1.589325544 |
1579 | 2024-12-13T20:01:31.061Z | dflt 2.206524022 |
1580 | 2024-12-13T20:01:31.061Z | kflt 0.023189545 |
1581 | 2024-12-13T20:01:31.061Z | lock 30:01.723625053 |
1582 | 2024-12-13T20:01:31.061Z | slp 1:01:41.265047632 |
1583 | 2024-12-13T20:01:31.061Z | lat 58.256344727 |
1584 | 2024-12-13T20:01:31.061Z | stop 2:20.858691516 |
1585 | 2024-12-13T20:01:31.061Z | + banner hack-check |
1586 | 2024-12-13T20:01:31.065Z | |
1587 | 2024-12-13T20:01:31.065Z | # # ## #### # # #### # # ###### #### # # |
1588 | 2024-12-13T20:01:31.065Z | # # # # # # # # # # # # # # # # # |
1589 | 2024-12-13T20:01:31.065Z | ###### # # # #### ##### # ###### ##### # #### |
1590 | 2024-12-13T20:01:31.065Z | # # ###### # # # # # # # # # # |
1591 | 2024-12-13T20:01:31.065Z | # # # # # # # # # # # # # # # # # |
1592 | 2024-12-13T20:01:31.065Z | # # # # #### # # #### # # ###### #### # # |
1593 | 2024-12-13T20:01:31.065Z | |
1594 | 2024-12-13T20:01:31.065Z | + export CARGO_INCREMENTAL=0 |
1595 | 2024-12-13T20:01:31.066Z | + CARGO_INCREMENTAL=0 |
1596 | 2024-12-13T20:01:31.066Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1597 | 2024-12-13T20:01:31.591Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1598 | 2024-12-13T20:01:35.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
1599 | 2024-12-13T20:01:35.151Z | Running `target/debug/xtask check-features --ci` |
1600 | 2024-12-13T20:01:35.172Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1601 | 2024-12-13T20:01:35.175Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1602 | 2024-12-13T20:01:35.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1603 | 2024-12-13T20:01:35.637Z | Running `target/debug/xtask download cargo-hack` |
1604 | 2024-12-13T20:01:36.456Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1605 | 2024-12-13T20:01:36.816Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1606 | 2024-12-13T20:01:41.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s |
1607 | 2024-12-13T20:01:41.705Z | Running `target/debug/xtask-downloader cargo-hack` |
1608 | 2024-12-13T20:01:41.740Z | Dec 13 20:01:40.972 INFO Starting download, target: CargoHack |
1609 | 2024-12-13T20:01:41.743Z | Dec 13 20:01:40.972 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1610 | 2024-12-13T20:01:42.374Z | Dec 13 20:01:41.605 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1611 | 2024-12-13T20:01:42.465Z | Dec 13 20:01:41.696 INFO Download complete, target: CargoHack |
1612 | 2024-12-13T20:01:42.469Z | 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" |
1613 | 2024-12-13T20:01:42.484Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1614 | 2024-12-13T20:01:42.650Z | info: running `cargo check --bins` on api_identity (1/173) |
1615 | 2024-12-13T20:01:43.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1616 | 2024-12-13T20:01:43.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1617 | 2024-12-13T20:01:43.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1618 | 2024-12-13T20:01:43.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1619 | 2024-12-13T20:01:43.249Z | |
1620 | 2024-12-13T20:01:43.249Z | info: running `cargo check --bins` on bootstore (2/173) |
1621 | 2024-12-13T20:01:43.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1622 | 2024-12-13T20:01:43.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1623 | 2024-12-13T20:01:43.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1624 | 2024-12-13T20:01:43.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1625 | 2024-12-13T20:01:43.884Z | |
1626 | 2024-12-13T20:01:43.884Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1627 | 2024-12-13T20:01:44.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1628 | 2024-12-13T20:01:44.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1629 | 2024-12-13T20:01:44.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1630 | 2024-12-13T20:01:44.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1631 | 2024-12-13T20:01:44.521Z | |
1632 | 2024-12-13T20:01:44.521Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1633 | 2024-12-13T20:01:45.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2024-12-13T20:01:45.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2024-12-13T20:01:45.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2024-12-13T20:01:45.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1637 | 2024-12-13T20:01:45.140Z | |
1638 | 2024-12-13T20:01:45.140Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1639 | 2024-12-13T20:01:45.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2024-12-13T20:01:45.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2024-12-13T20:01:45.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2024-12-13T20:01:45.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1643 | 2024-12-13T20:01:45.554Z | |
1644 | 2024-12-13T20:01:45.555Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1645 | 2024-12-13T20:01:45.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2024-12-13T20:01:45.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2024-12-13T20:01:45.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2024-12-13T20:01:45.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1649 | 2024-12-13T20:01:45.971Z | |
1650 | 2024-12-13T20:01:45.971Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1651 | 2024-12-13T20:01:46.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2024-12-13T20:01:46.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2024-12-13T20:01:46.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2024-12-13T20:01:46.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1655 | 2024-12-13T20:01:46.384Z | |
1656 | 2024-12-13T20:01:46.384Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1657 | 2024-12-13T20:01:46.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2024-12-13T20:01:46.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2024-12-13T20:01:46.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2024-12-13T20:01:46.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1661 | 2024-12-13T20:01:46.804Z | |
1662 | 2024-12-13T20:01:46.804Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1663 | 2024-12-13T20:01:47.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2024-12-13T20:01:47.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2024-12-13T20:01:47.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2024-12-13T20:01:47.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1667 | 2024-12-13T20:01:47.224Z | |
1668 | 2024-12-13T20:01:47.224Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1669 | 2024-12-13T20:01:47.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2024-12-13T20:01:47.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2024-12-13T20:01:47.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2024-12-13T20:01:47.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1673 | 2024-12-13T20:01:47.645Z | |
1674 | 2024-12-13T20:01:47.645Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1675 | 2024-12-13T20:01:48.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2024-12-13T20:01:48.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2024-12-13T20:01:48.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2024-12-13T20:01:48.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1679 | 2024-12-13T20:01:48.063Z | |
1680 | 2024-12-13T20:01:48.063Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1681 | 2024-12-13T20:01:48.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2024-12-13T20:01:48.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2024-12-13T20:01:48.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2024-12-13T20:01:48.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1685 | 2024-12-13T20:01:48.482Z | |
1686 | 2024-12-13T20:01:48.483Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1687 | 2024-12-13T20:01:48.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2024-12-13T20:01:48.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2024-12-13T20:01:48.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2024-12-13T20:01:48.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1691 | 2024-12-13T20:01:48.908Z | |
1692 | 2024-12-13T20:01:48.908Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1693 | 2024-12-13T20:01:49.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2024-12-13T20:01:49.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2024-12-13T20:01:49.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2024-12-13T20:01:49.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1697 | 2024-12-13T20:01:49.318Z | |
1698 | 2024-12-13T20:01:49.318Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1699 | 2024-12-13T20:01:49.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2024-12-13T20:01:49.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2024-12-13T20:01:49.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2024-12-13T20:01:49.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1703 | 2024-12-13T20:01:49.731Z | |
1704 | 2024-12-13T20:01:49.731Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1705 | 2024-12-13T20:01:50.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2024-12-13T20:01:50.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2024-12-13T20:01:50.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2024-12-13T20:01:50.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1709 | 2024-12-13T20:01:50.147Z | |
1710 | 2024-12-13T20:01:50.147Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1711 | 2024-12-13T20:01:50.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2024-12-13T20:01:50.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2024-12-13T20:01:50.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2024-12-13T20:01:50.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1715 | 2024-12-13T20:01:50.564Z | |
1716 | 2024-12-13T20:01:50.564Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1717 | 2024-12-13T20:01:50.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2024-12-13T20:01:50.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2024-12-13T20:01:50.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2024-12-13T20:01:50.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1721 | 2024-12-13T20:01:50.987Z | |
1722 | 2024-12-13T20:01:50.987Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1723 | 2024-12-13T20:01:51.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2024-12-13T20:01:51.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2024-12-13T20:01:51.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2024-12-13T20:01:51.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1727 | 2024-12-13T20:01:51.407Z | |
1728 | 2024-12-13T20:01:51.407Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1729 | 2024-12-13T20:01:51.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2024-12-13T20:01:51.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2024-12-13T20:01:51.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2024-12-13T20:01:51.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1733 | 2024-12-13T20:01:51.835Z | |
1734 | 2024-12-13T20:01:51.835Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1735 | 2024-12-13T20:01:52.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2024-12-13T20:01:52.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2024-12-13T20:01:52.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2024-12-13T20:01:52.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1739 | 2024-12-13T20:01:52.249Z | |
1740 | 2024-12-13T20:01:52.249Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1741 | 2024-12-13T20:01:52.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2024-12-13T20:01:52.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2024-12-13T20:01:52.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2024-12-13T20:01:52.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1745 | 2024-12-13T20:01:52.670Z | |
1746 | 2024-12-13T20:01:52.670Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1747 | 2024-12-13T20:01:53.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2024-12-13T20:01:53.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2024-12-13T20:01:53.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2024-12-13T20:01:53.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1751 | 2024-12-13T20:01:53.089Z | |
1752 | 2024-12-13T20:01:53.089Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1753 | 2024-12-13T20:01:53.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2024-12-13T20:01:53.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2024-12-13T20:01:53.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2024-12-13T20:01:53.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1757 | 2024-12-13T20:01:53.499Z | |
1758 | 2024-12-13T20:01:53.499Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1759 | 2024-12-13T20:01:54.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2024-12-13T20:01:54.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2024-12-13T20:01:54.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2024-12-13T20:01:54.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1763 | 2024-12-13T20:01:54.123Z | |
1764 | 2024-12-13T20:01:54.123Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1765 | 2024-12-13T20:01:54.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2024-12-13T20:01:54.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2024-12-13T20:01:54.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2024-12-13T20:01:54.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1769 | 2024-12-13T20:01:54.750Z | |
1770 | 2024-12-13T20:01:54.750Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1771 | 2024-12-13T20:01:55.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2024-12-13T20:01:55.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2024-12-13T20:01:55.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2024-12-13T20:01:55.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1775 | 2024-12-13T20:01:55.382Z | |
1776 | 2024-12-13T20:01:55.382Z | info: running `cargo check --bins` on oxlog (28/173) |
1777 | 2024-12-13T20:01:55.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2024-12-13T20:01:55.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2024-12-13T20:01:55.986Z | Checking cfg-if v1.0.0 |
1780 | 2024-12-13T20:01:55.989Z | Checking libc v0.2.162 |
1781 | 2024-12-13T20:01:56.092Z | Checking serde v1.0.215 |
1782 | 2024-12-13T20:01:56.095Z | Checking zeroize v1.8.1 |
1783 | 2024-12-13T20:01:56.106Z | Checking memchr v2.7.4 |
1784 | 2024-12-13T20:01:56.112Z | Checking typenum v1.17.0 |
1785 | 2024-12-13T20:01:56.121Z | Checking scopeguard v1.2.0 |
1786 | 2024-12-13T20:01:56.123Z | Checking subtle v2.6.1 |
1787 | 2024-12-13T20:01:56.146Z | Checking value-bag v1.9.0 |
1788 | 2024-12-13T20:01:56.255Z | Checking lock_api v0.4.12 |
1789 | 2024-12-13T20:01:56.328Z | Checking smallvec v1.13.2 |
1790 | 2024-12-13T20:01:56.375Z | Checking const-oid v0.9.6 |
1791 | 2024-12-13T20:01:56.536Z | Checking log v0.4.22 |
1792 | 2024-12-13T20:01:56.665Z | Checking itoa v1.0.11 |
1793 | 2024-12-13T20:01:56.681Z | Checking pin-project-lite v0.2.14 |
1794 | 2024-12-13T20:01:56.821Z | Checking byteorder v1.5.0 |
1795 | 2024-12-13T20:01:56.875Z | Checking futures-core v0.3.31 |
1796 | 2024-12-13T20:01:56.965Z | Checking once_cell v1.20.2 |
1797 | 2024-12-13T20:01:57.022Z | Checking cpufeatures v0.2.14 |
1798 | 2024-12-13T20:01:57.057Z | Checking futures-sink v0.3.31 |
1799 | 2024-12-13T20:01:57.115Z | Checking stable_deref_trait v1.2.0 |
1800 | 2024-12-13T20:01:57.195Z | Checking spin v0.9.8 |
1801 | 2024-12-13T20:01:57.211Z | Checking zerofrom v0.1.4 |
1802 | 2024-12-13T20:01:57.227Z | Checking zerocopy v0.7.35 |
1803 | 2024-12-13T20:01:57.229Z | Checking getrandom v0.2.15 |
1804 | 2024-12-13T20:01:57.270Z | Checking parking_lot_core v0.9.10 |
1805 | 2024-12-13T20:01:57.417Z | Checking generic-array v0.14.7 |
1806 | 2024-12-13T20:01:57.432Z | Checking signal-hook-registry v1.4.2 |
1807 | 2024-12-13T20:01:57.446Z | Checking rand_core v0.6.4 |
1808 | 2024-12-13T20:01:57.529Z | Checking mio v1.0.2 |
1809 | 2024-12-13T20:01:57.601Z | Checking parking_lot v0.12.3 |
1810 | 2024-12-13T20:01:57.665Z | Checking socket2 v0.5.7 |
1811 | 2024-12-13T20:01:57.734Z | Checking slab v0.4.9 |
1812 | 2024-12-13T20:01:57.956Z | Checking yoke v0.7.4 |
1813 | 2024-12-13T20:01:58.003Z | Checking futures-channel v0.3.31 |
1814 | 2024-12-13T20:01:58.131Z | Checking futures-task v0.3.31 |
1815 | 2024-12-13T20:01:58.145Z | Checking futures-io v0.3.31 |
1816 | 2024-12-13T20:01:58.196Z | Checking equivalent v1.0.1 |
1817 | 2024-12-13T20:01:58.274Z | Checking allocator-api2 v0.2.18 |
1818 | 2024-12-13T20:01:58.292Z | Checking pin-utils v0.1.0 |
1819 | 2024-12-13T20:01:58.311Z | Checking foldhash v0.1.3 |
1820 | 2024-12-13T20:01:58.349Z | Checking zerovec v0.10.4 |
1821 | 2024-12-13T20:01:58.366Z | Checking ryu v1.0.18 |
1822 | 2024-12-13T20:01:58.378Z | Checking futures-util v0.3.31 |
1823 | 2024-12-13T20:01:58.513Z | Checking tinyvec_macros v0.1.1 |
1824 | 2024-12-13T20:01:58.588Z | Checking fnv v1.0.7 |
1825 | 2024-12-13T20:01:58.603Z | Checking tinyvec v1.8.0 |
1826 | 2024-12-13T20:01:58.605Z | Checking crypto-common v0.1.6 |
1827 | 2024-12-13T20:01:58.638Z | Checking block-buffer v0.10.4 |
1828 | 2024-12-13T20:01:58.708Z | Checking block-padding v0.3.3 |
1829 | 2024-12-13T20:01:58.799Z | Checking libm v0.2.8 |
1830 | 2024-12-13T20:01:58.861Z | Checking digest v0.10.7 |
1831 | 2024-12-13T20:01:58.877Z | Checking hashbrown v0.15.1 |
1832 | 2024-12-13T20:01:58.922Z | Checking inout v0.1.3 |
1833 | 2024-12-13T20:01:59.166Z | Checking cipher v0.4.4 |
1834 | 2024-12-13T20:01:59.250Z | Checking hmac v0.12.1 |
1835 | 2024-12-13T20:01:59.477Z | Checking sha2 v0.10.8 |
1836 | 2024-12-13T20:01:59.555Z | Checking unicode-bidi v0.3.17 |
1837 | 2024-12-13T20:01:59.743Z | Checking base64ct v1.6.0 |
1838 | 2024-12-13T20:01:59.967Z | Checking unicode-normalization v0.1.24 |
1839 | 2024-12-13T20:01:59.994Z | Checking tinystr v0.7.6 |
1840 | 2024-12-13T20:02:00.031Z | Checking litemap v0.7.3 |
1841 | 2024-12-13T20:02:00.048Z | Checking writeable v0.5.5 |
1842 | 2024-12-13T20:02:00.138Z | Checking num-traits v0.2.19 |
1843 | 2024-12-13T20:02:00.207Z | Checking pem-rfc7468 v0.7.0 |
1844 | 2024-12-13T20:02:00.336Z | Checking ppv-lite86 v0.2.20 |
1845 | 2024-12-13T20:02:00.366Z | Checking icu_locid v1.5.0 |
1846 | 2024-12-13T20:02:00.381Z | Checking flagset v0.4.6 |
1847 | 2024-12-13T20:02:00.461Z | Checking tracing-core v0.1.32 |
1848 | 2024-12-13T20:02:00.578Z | Checking der v0.7.9 |
1849 | 2024-12-13T20:02:00.854Z | Checking thiserror v1.0.69 |
1850 | 2024-12-13T20:02:00.985Z | Checking rustls-pki-types v1.9.0 |
1851 | 2024-12-13T20:02:01.087Z | Checking rand_chacha v0.3.1 |
1852 | 2024-12-13T20:02:01.126Z | Checking icu_locid_transform_data v1.5.0 |
1853 | 2024-12-13T20:02:01.148Z | Checking bytes v1.8.0 |
1854 | 2024-12-13T20:02:01.214Z | Checking indexmap v2.6.0 |
1855 | 2024-12-13T20:02:01.395Z | Checking serde_json v1.0.132 |
1856 | 2024-12-13T20:02:01.473Z | Checking icu_provider v1.5.0 |
1857 | 2024-12-13T20:02:01.536Z | Checking bitflags v2.6.0 |
1858 | 2024-12-13T20:02:01.840Z | Checking percent-encoding v2.3.1 |
1859 | 2024-12-13T20:02:01.858Z | Checking rand v0.8.5 |
1860 | 2024-12-13T20:02:01.983Z | Checking tokio v1.40.0 |
1861 | 2024-12-13T20:02:02.042Z | Checking http v1.1.0 |
1862 | 2024-12-13T20:02:02.108Z | Checking icu_locid_transform v1.5.0 |
1863 | 2024-12-13T20:02:02.429Z | Checking spki v0.7.3 |
1864 | 2024-12-13T20:02:02.525Z | Checking tracing v0.1.40 |
1865 | 2024-12-13T20:02:02.705Z | Checking icu_collections v1.5.0 |
1866 | 2024-12-13T20:02:02.860Z | Checking salsa20 v0.10.2 |
1867 | 2024-12-13T20:02:03.059Z | Checking pbkdf2 v0.12.2 |
1868 | 2024-12-13T20:02:03.098Z | Checking aws-lc-sys v0.22.0 |
1869 | 2024-12-13T20:02:03.152Z | Checking httparse v1.9.5 |
1870 | 2024-12-13T20:02:03.167Z | Checking untrusted v0.7.1 |
1871 | 2024-12-13T20:02:03.221Z | Checking icu_properties_data v1.5.0 |
1872 | 2024-12-13T20:02:03.322Z | Checking mirai-annotations v1.12.0 |
1873 | 2024-12-13T20:02:03.367Z | Checking untrusted v0.9.0 |
1874 | 2024-12-13T20:02:03.389Z | Checking powerfmt v0.2.0 |
1875 | 2024-12-13T20:02:03.450Z | Checking icu_properties v1.5.1 |
1876 | 2024-12-13T20:02:03.489Z | Checking scrypt v0.11.0 |
1877 | 2024-12-13T20:02:03.511Z | Checking ring v0.17.8 |
1878 | 2024-12-13T20:02:03.538Z | Checking aes v0.8.4 |
1879 | 2024-12-13T20:02:03.554Z | Checking cbc v0.1.2 |
1880 | 2024-12-13T20:02:03.642Z | Checking deranged v0.3.11 |
1881 | 2024-12-13T20:02:03.707Z | Checking crossbeam-utils v0.8.20 |
1882 | 2024-12-13T20:02:03.746Z | Checking utf16_iter v1.0.5 |
1883 | 2024-12-13T20:02:03.904Z | Checking utf8_iter v1.0.4 |
1884 | 2024-12-13T20:02:04.097Z | Checking write16 v1.0.0 |
1885 | 2024-12-13T20:02:04.221Z | Checking num-conv v0.1.0 |
1886 | 2024-12-13T20:02:04.463Z | Checking time-core v0.1.2 |
1887 | 2024-12-13T20:02:04.465Z | Checking atomic-waker v1.1.2 |
1888 | 2024-12-13T20:02:04.466Z | Checking num_threads v0.1.7 |
1889 | 2024-12-13T20:02:04.584Z | Checking icu_normalizer_data v1.5.0 |
1890 | 2024-12-13T20:02:04.599Z | Checking pkcs5 v0.7.1 |
1891 | 2024-12-13T20:02:04.613Z | Checking http-body v1.0.1 |
1892 | 2024-12-13T20:02:04.677Z | Checking form_urlencoded v1.2.1 |
1893 | 2024-12-13T20:02:04.817Z | Checking try-lock v0.2.5 |
1894 | 2024-12-13T20:02:04.879Z | Checking unicode-ident v1.0.13 |
1895 | 2024-12-13T20:02:04.950Z | Checking want v0.3.1 |
1896 | 2024-12-13T20:02:05.046Z | Checking httpdate v1.0.3 |
1897 | 2024-12-13T20:02:05.106Z | Checking pkcs8 v0.10.2 |
1898 | 2024-12-13T20:02:05.136Z | Checking proc-macro2 v1.0.89 |
1899 | 2024-12-13T20:02:05.269Z | Checking toml_datetime v0.6.8 |
1900 | 2024-12-13T20:02:05.305Z | Checking uuid v1.11.0 |
1901 | 2024-12-13T20:02:05.409Z | Checking serde_spanned v0.6.8 |
1902 | 2024-12-13T20:02:05.412Z | Checking time v0.3.36 |
1903 | 2024-12-13T20:02:05.531Z | Checking slog v2.7.0 |
1904 | 2024-12-13T20:02:05.600Z | Checking scroll v0.12.0 |
1905 | 2024-12-13T20:02:05.738Z | Checking aws-lc-rs v1.10.0 |
1906 | 2024-12-13T20:02:05.850Z | Checking foreign-types-shared v0.1.1 |
1907 | 2024-12-13T20:02:05.918Z | Checking iana-time-zone v0.1.61 |
1908 | 2024-12-13T20:02:05.935Z | Checking adler2 v2.0.0 |
1909 | 2024-12-13T20:02:05.999Z | Checking base64 v0.22.1 |
1910 | 2024-12-13T20:02:06.066Z | Checking tower-service v0.3.3 |
1911 | 2024-12-13T20:02:06.072Z | Checking ucd-trie v0.1.7 |
1912 | 2024-12-13T20:02:06.072Z | Checking plain v0.2.3 |
1913 | 2024-12-13T20:02:06.193Z | Checking match_cfg v0.1.0 |
1914 | 2024-12-13T20:02:06.250Z | Checking goblin v0.8.2 |
1915 | 2024-12-13T20:02:06.284Z | Checking hostname v0.3.1 |
1916 | 2024-12-13T20:02:06.284Z | Checking pest v2.7.14 |
1917 | 2024-12-13T20:02:06.382Z | Checking miniz_oxide v0.8.0 |
1918 | 2024-12-13T20:02:06.455Z | Checking chrono v0.4.38 |
1919 | 2024-12-13T20:02:06.819Z | Checking icu_normalizer v1.5.0 |
1920 | 2024-12-13T20:02:07.126Z | Checking foreign-types v0.3.2 |
1921 | 2024-12-13T20:02:07.216Z | Checking quote v1.0.37 |
1922 | 2024-12-13T20:02:07.547Z | Checking rustls-webpki v0.102.8 |
1923 | 2024-12-13T20:02:07.564Z | Checking idna_adapter v1.2.0 |
1924 | 2024-12-13T20:02:07.584Z | Checking openssl-sys v0.9.103 |
1925 | 2024-12-13T20:02:07.757Z | Checking idna v1.0.3 |
1926 | 2024-12-13T20:02:07.938Z | Checking dirs-sys-next v0.1.2 |
1927 | 2024-12-13T20:02:08.108Z | Checking errno v0.3.9 |
1928 | 2024-12-13T20:02:08.260Z | Checking url v2.5.3 |
1929 | 2024-12-13T20:02:08.287Z | Checking aho-corasick v1.1.3 |
1930 | 2024-12-13T20:02:08.328Z | Checking regex-syntax v0.8.5 |
1931 | 2024-12-13T20:02:08.562Z | Checking data-encoding v2.6.0 |
1932 | 2024-12-13T20:02:08.770Z | Checking siphasher v0.3.11 |
1933 | 2024-12-13T20:02:08.891Z | Checking pretty-hex v0.4.1 |
1934 | 2024-12-13T20:02:09.049Z | Checking openssl v0.10.66 |
1935 | 2024-12-13T20:02:09.066Z | Checking dtrace-parser v0.2.0 |
1936 | 2024-12-13T20:02:09.113Z | Checking rustix v0.38.37 |
1937 | 2024-12-13T20:02:09.241Z | Checking dirs-next v2.0.0 |
1938 | 2024-12-13T20:02:09.328Z | Checking tokio-util v0.7.12 |
1939 | 2024-12-13T20:02:09.368Z | Checking syn v2.0.87 |
1940 | 2024-12-13T20:02:09.568Z | Checking http-body-util v0.1.2 |
1941 | 2024-12-13T20:02:09.874Z | Checking crossbeam-epoch v0.9.18 |
1942 | 2024-12-13T20:02:10.038Z | Checking sha1 v0.10.6 |
1943 | 2024-12-13T20:02:10.289Z | Checking h2 v0.4.6 |
1944 | 2024-12-13T20:02:10.304Z | Checking signature v2.2.0 |
1945 | 2024-12-13T20:02:10.326Z | Checking lazy_static v1.5.0 |
1946 | 2024-12-13T20:02:10.439Z | Checking thread_local v1.1.8 |
1947 | 2024-12-13T20:02:10.486Z | Checking thread-id v4.2.2 |
1948 | 2024-12-13T20:02:10.588Z | Checking encoding_rs v0.8.34 |
1949 | 2024-12-13T20:02:10.708Z | Checking utf8parse v0.2.2 |
1950 | 2024-12-13T20:02:10.860Z | Checking either v1.13.0 |
1951 | 2024-12-13T20:02:11.247Z | Checking openssl-probe v0.1.5 |
1952 | 2024-12-13T20:02:11.264Z | Checking dof v0.3.0 |
1953 | 2024-12-13T20:02:11.394Z | Checking anstyle v1.0.10 |
1954 | 2024-12-13T20:02:11.578Z | Checking regex-automata v0.4.8 |
1955 | 2024-12-13T20:02:11.723Z | Checking gimli v0.31.1 |
1956 | 2024-12-13T20:02:11.883Z | Checking winnow v0.6.20 |
1957 | 2024-12-13T20:02:12.698Z | Checking mime v0.3.17 |
1958 | 2024-12-13T20:02:12.914Z | Checking unicode-properties v0.1.3 |
1959 | 2024-12-13T20:02:13.009Z | Checking ipnet v2.10.1 |
1960 | 2024-12-13T20:02:13.264Z | Checking stringprep v0.1.5 |
1961 | 2024-12-13T20:02:13.466Z | Checking anstyle-parse v0.2.5 |
1962 | 2024-12-13T20:02:13.544Z | Checking crossbeam-deque v0.8.5 |
1963 | 2024-12-13T20:02:13.743Z | Checking term v0.7.0 |
1964 | 2024-12-13T20:02:13.863Z | Checking rustls v0.23.14 |
1965 | 2024-12-13T20:02:14.168Z | Checking rustls v0.22.4 |
1966 | 2024-12-13T20:02:14.582Z | Checking native-tls v0.2.12 |
1967 | 2024-12-13T20:02:14.775Z | Checking toml_edit v0.22.22 |
1968 | 2024-12-13T20:02:14.904Z | Checking slog-json v2.6.1 |
1969 | 2024-12-13T20:02:15.154Z | Checking serde_urlencoded v0.7.1 |
1970 | 2024-12-13T20:02:15.563Z | Checking crossbeam-channel v0.5.13 |
1971 | 2024-12-13T20:02:15.621Z | Checking addr2line v0.24.2 |
1972 | 2024-12-13T20:02:15.751Z | Checking usdt-impl v0.5.0 |
1973 | 2024-12-13T20:02:16.152Z | Checking futures-executor v0.3.31 |
1974 | 2024-12-13T20:02:16.260Z | Checking num-integer v0.1.46 |
1975 | 2024-12-13T20:02:16.276Z | Checking rustls-pemfile v2.2.0 |
1976 | 2024-12-13T20:02:16.364Z | Checking idna v0.4.0 |
1977 | 2024-12-13T20:02:16.390Z | Checking idna v0.3.0 |
1978 | 2024-12-13T20:02:16.452Z | Checking hyper v1.5.0 |
1979 | 2024-12-13T20:02:16.475Z | Checking md-5 v0.10.6 |
1980 | 2024-12-13T20:02:16.688Z | Checking ff v0.13.0 |
1981 | 2024-12-13T20:02:16.743Z | Checking is-terminal v0.4.13 |
1982 | 2024-12-13T20:02:16.857Z | Checking memmap v0.7.0 |
1983 | 2024-12-13T20:02:16.904Z | Checking hash32 v0.2.1 |
1984 | 2024-12-13T20:02:17.058Z | Checking object v0.36.5 |
1985 | 2024-12-13T20:02:17.198Z | Checking colorchoice v1.0.2 |
1986 | 2024-12-13T20:02:17.212Z | Checking linked-hash-map v0.5.6 |
1987 | 2024-12-13T20:02:17.241Z | Checking base16ct v0.2.0 |
1988 | 2024-12-13T20:02:17.317Z | Checking anstyle-query v1.1.1 |
1989 | 2024-12-13T20:02:17.363Z | Checking take_mut v0.2.2 |
1990 | 2024-12-13T20:02:17.425Z | Checking is_terminal_polyfill v1.70.1 |
1991 | 2024-12-13T20:02:17.444Z | Checking dyn-clone v1.0.17 |
1992 | 2024-12-13T20:02:17.510Z | Checking utf-8 v0.7.6 |
1993 | 2024-12-13T20:02:17.526Z | Checking rustc-demangle v0.1.24 |
1994 | 2024-12-13T20:02:17.542Z | Checking psl-types v2.0.11 |
1995 | 2024-12-13T20:02:17.582Z | Checking quick-error v1.2.3 |
1996 | 2024-12-13T20:02:17.708Z | Checking fallible-iterator v0.2.0 |
1997 | 2024-12-13T20:02:17.710Z | Checking tungstenite v0.24.0 |
1998 | 2024-12-13T20:02:17.739Z | Checking resolv-conf v0.7.0 |
1999 | 2024-12-13T20:02:17.803Z | Checking tokio-rustls v0.25.0 |
2000 | 2024-12-13T20:02:17.935Z | Checking publicsuffix v2.2.3 |
2001 | 2024-12-13T20:02:18.080Z | Checking schemars v0.8.21 |
2002 | 2024-12-13T20:02:18.174Z | Checking anstream v0.6.15 |
2003 | 2024-12-13T20:02:18.186Z | Checking lru-cache v0.1.2 |
2004 | 2024-12-13T20:02:18.315Z | Checking postgres-protocol v0.6.7 |
2005 | 2024-12-13T20:02:18.358Z | Checking slog-async v2.8.0 |
2006 | 2024-12-13T20:02:18.440Z | Checking hyper-util v0.1.10 |
2007 | 2024-12-13T20:02:18.536Z | Checking sec1 v0.7.3 |
2008 | 2024-12-13T20:02:18.627Z | Checking toml v0.8.19 |
2009 | 2024-12-13T20:02:18.657Z | Checking hickory-proto v0.24.1 |
2010 | 2024-12-13T20:02:18.904Z | Checking heapless v0.7.17 |
2011 | 2024-12-13T20:02:18.983Z | Checking usdt v0.5.0 |
2012 | 2024-12-13T20:02:19.244Z | Checking group v0.13.0 |
2013 | 2024-12-13T20:02:19.315Z | Checking tokio-rustls v0.26.0 |
2014 | 2024-12-13T20:02:19.375Z | Checking slog-term v2.9.1 |
2015 | 2024-12-13T20:02:19.504Z | Checking num-iter v0.1.45 |
2016 | 2024-12-13T20:02:19.681Z | Checking futures v0.3.31 |
2017 | 2024-12-13T20:02:19.700Z | Checking slog-bunyan v2.5.0 |
2018 | 2024-12-13T20:02:19.740Z | Checking tokio-native-tls v0.3.1 |
2019 | 2024-12-13T20:02:19.785Z | Checking rayon-core v1.12.1 |
2020 | 2024-12-13T20:02:19.850Z | Checking multer v3.1.0 |
2021 | 2024-12-13T20:02:19.867Z | Checking terminal_size v0.4.0 |
2022 | 2024-12-13T20:02:19.952Z | Checking phf_shared v0.11.2 |
2023 | 2024-12-13T20:02:20.007Z | Checking cookie v0.18.1 |
2024 | 2024-12-13T20:02:20.023Z | Checking async-stream v0.3.6 |
2025 | 2024-12-13T20:02:20.213Z | Checking bzip2-sys v0.1.11+1.0.8 |
2026 | 2024-12-13T20:02:20.230Z | Checking camino v1.1.9 |
2027 | 2024-12-13T20:02:20.233Z | Checking signal-hook v0.3.17 |
2028 | 2024-12-13T20:02:20.340Z | Checking waitgroup v0.1.2 |
2029 | 2024-12-13T20:02:20.449Z | Checking openapiv3 v2.0.0 |
2030 | 2024-12-13T20:02:20.468Z | Checking webpki-roots v0.26.6 |
2031 | 2024-12-13T20:02:20.470Z | Checking serde_path_to_error v0.1.16 |
2032 | 2024-12-13T20:02:20.470Z | Checking idna v0.5.0 |
2033 | 2024-12-13T20:02:20.557Z | Checking hkdf v0.12.4 |
2034 | 2024-12-13T20:02:20.683Z | Checking crypto-bigint v0.5.5 |
2035 | 2024-12-13T20:02:20.776Z | Checking hostname v0.4.0 |
2036 | 2024-12-13T20:02:20.816Z | Checking crc32fast v1.4.2 |
2037 | 2024-12-13T20:02:20.913Z | Checking bitflags v1.3.2 |
2038 | 2024-12-13T20:02:21.009Z | Checking strsim v0.11.1 |
2039 | 2024-12-13T20:02:21.051Z | Checking unicode-width v0.1.14 |
2040 | 2024-12-13T20:02:21.067Z | Checking clap_lex v0.7.2 |
2041 | 2024-12-13T20:02:21.302Z | Checking winnow v0.5.40 |
2042 | 2024-12-13T20:02:21.302Z | Checking debug-ignore v1.0.5 |
2043 | 2024-12-13T20:02:21.336Z | Checking managed v0.8.0 |
2044 | 2024-12-13T20:02:21.473Z | Checking cookie_store v0.21.0 |
2045 | 2024-12-13T20:02:21.554Z | Checking console v0.15.8 |
2046 | 2024-12-13T20:02:21.738Z | Checking smoltcp v0.9.1 |
2047 | 2024-12-13T20:02:22.118Z | Checking clap_builder v4.5.21 |
2048 | 2024-12-13T20:02:22.135Z | Checking flate2 v1.0.34 |
2049 | 2024-12-13T20:02:22.767Z | Checking hyper-rustls v0.27.3 |
2050 | 2024-12-13T20:02:23.098Z | Checking signal-hook-mio v0.2.4 |
2051 | 2024-12-13T20:02:23.204Z | Checking hyper-tls v0.6.0 |
2052 | 2024-12-13T20:02:23.225Z | Checking rayon v1.10.0 |
2053 | 2024-12-13T20:02:23.424Z | Checking backtrace v0.3.74 |
2054 | 2024-12-13T20:02:23.480Z | Checking bzip2 v0.4.4 |
2055 | 2024-12-13T20:02:23.499Z | Checking elliptic-curve v0.13.8 |
2056 | 2024-12-13T20:02:23.512Z | Checking hickory-resolver v0.24.1 |
2057 | 2024-12-13T20:02:23.759Z | Checking phf v0.11.2 |
2058 | 2024-12-13T20:02:23.887Z | Checking dropshot v0.12.0 |
2059 | 2024-12-13T20:02:23.966Z | Checking anyhow v1.0.93 |
2060 | 2024-12-13T20:02:24.031Z | Checking num-bigint-dig v0.8.4 |
2061 | 2024-12-13T20:02:24.151Z | Checking postgres-types v0.2.8 |
2062 | 2024-12-13T20:02:24.345Z | Checking tokio-tungstenite v0.24.0 |
2063 | 2024-12-13T20:02:24.406Z | Checking toml_edit v0.19.15 |
2064 | 2024-12-13T20:02:24.824Z | Checking bstr v1.10.0 |
2065 | 2024-12-13T20:02:24.868Z | Checking regex v1.11.1 |
2066 | 2024-12-13T20:02:25.061Z | Checking ed25519 v2.2.3 |
2067 | 2024-12-13T20:02:25.085Z | Checking tokio-stream v0.1.16 |
2068 | 2024-12-13T20:02:25.370Z | Checking phf_shared v0.10.0 |
2069 | 2024-12-13T20:02:25.584Z | Checking zerocopy v0.6.6 |
2070 | 2024-12-13T20:02:25.638Z | Checking curve25519-dalek v4.1.3 |
2071 | 2024-12-13T20:02:25.814Z | Checking pkcs1 v0.7.5 |
2072 | 2024-12-13T20:02:25.976Z | Checking hubpack v0.1.2 |
2073 | 2024-12-13T20:02:26.200Z | Checking portable-atomic v1.9.0 |
2074 | 2024-12-13T20:02:26.217Z | Checking float-cmp v0.9.0 |
2075 | 2024-12-13T20:02:26.231Z | Checking serde-big-array v0.5.1 |
2076 | 2024-12-13T20:02:26.296Z | Checking rfc6979 v0.4.0 |
2077 | 2024-12-13T20:02:26.390Z | Checking sync_wrapper v1.0.1 |
2078 | 2024-12-13T20:02:26.445Z | Checking minimal-lexical v0.2.1 |
2079 | 2024-12-13T20:02:26.478Z | Checking predicates-core v1.0.8 |
2080 | 2024-12-13T20:02:26.536Z | Checking new_debug_unreachable v1.0.6 |
2081 | 2024-12-13T20:02:26.620Z | Checking fixedbitset v0.4.2 |
2082 | 2024-12-13T20:02:26.665Z | Checking unicode-segmentation v1.12.0 |
2083 | 2024-12-13T20:02:26.844Z | Checking normalize-line-endings v0.3.0 |
2084 | 2024-12-13T20:02:26.844Z | Checking whoami v1.5.2 |
2085 | 2024-12-13T20:02:26.871Z | Checking difflib v0.4.0 |
2086 | 2024-12-13T20:02:26.949Z | Checking precomputed-hash v0.1.1 |
2087 | 2024-12-13T20:02:27.053Z | Checking unicode-width v0.2.0 |
2088 | 2024-12-13T20:02:27.078Z | Checking static_assertions v1.1.0 |
2089 | 2024-12-13T20:02:27.147Z | Checking bit-vec v0.6.3 |
2090 | 2024-12-13T20:02:27.172Z | Checking number_prefix v0.4.0 |
2091 | 2024-12-13T20:02:27.188Z | Checking predicates v3.1.2 |
2092 | 2024-12-13T20:02:27.203Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2093 | 2024-12-13T20:02:27.337Z | Checking similar v2.6.0 |
2094 | 2024-12-13T20:02:27.353Z | Checking tokio-postgres v0.7.12 |
2095 | 2024-12-13T20:02:27.456Z | Checking bit-set v0.5.3 |
2096 | 2024-12-13T20:02:27.496Z | Checking ed25519-dalek v2.1.1 |
2097 | 2024-12-13T20:02:27.518Z | Checking qorb v0.2.1 |
2098 | 2024-12-13T20:02:27.532Z | Checking indicatif v0.17.9 |
2099 | 2024-12-13T20:02:27.715Z | Checking string_cache v0.8.7 |
2100 | 2024-12-13T20:02:27.828Z | Checking petgraph v0.6.5 |
2101 | 2024-12-13T20:02:27.906Z | Checking toml v0.7.8 |
2102 | 2024-12-13T20:02:27.984Z | Checking nom v7.1.3 |
2103 | 2024-12-13T20:02:28.199Z | Checking reqwest v0.12.9 |
2104 | 2024-12-13T20:02:28.316Z | Checking ecdsa v0.16.9 |
2105 | 2024-12-13T20:02:28.637Z | Checking rsa v0.9.6 |
2106 | 2024-12-13T20:02:29.050Z | Checking clap v4.5.21 |
2107 | 2024-12-13T20:02:29.173Z | Checking zip v0.6.6 |
2108 | 2024-12-13T20:02:29.721Z | Checking crossterm v0.28.1 |
2109 | 2024-12-13T20:02:29.865Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2110 | 2024-12-13T20:02:29.890Z | Checking itertools v0.12.1 |
2111 | 2024-12-13T20:02:30.022Z | Checking itertools v0.10.5 |
2112 | 2024-12-13T20:02:30.094Z | Checking fs-err v2.11.0 |
2113 | 2024-12-13T20:02:30.415Z | Checking ahash v0.8.11 |
2114 | 2024-12-13T20:02:30.668Z | Checking x509-cert v0.2.5 |
2115 | 2024-12-13T20:02:30.890Z | Checking semver v1.0.23 |
2116 | 2024-12-13T20:02:30.999Z | Checking hex v0.4.3 |
2117 | 2024-12-13T20:02:31.134Z | Checking peg-runtime v0.8.3 |
2118 | 2024-12-13T20:02:31.324Z | Checking lalrpop-util v0.19.12 |
2119 | 2024-12-13T20:02:31.354Z | Checking sigpipe v0.1.3 |
2120 | 2024-12-13T20:02:32.193Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2121 | 2024-12-13T20:02:32.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.10s |
2122 | 2024-12-13T20:02:32.659Z | |
2123 | 2024-12-13T20:02:32.659Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2124 | 2024-12-13T20:02:33.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2125 | 2024-12-13T20:02:33.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2126 | 2024-12-13T20:02:33.299Z | Compiling hashbrown v0.14.5 |
2127 | 2024-12-13T20:02:33.417Z | Checking heck v0.5.0 |
2128 | 2024-12-13T20:02:33.427Z | Compiling unsafe-libyaml v0.2.11 |
2129 | 2024-12-13T20:02:33.440Z | Compiling ident_case v1.0.1 |
2130 | 2024-12-13T20:02:33.443Z | Checking progenitor-client v0.8.0 |
2131 | 2024-12-13T20:02:33.461Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2132 | 2024-12-13T20:02:33.473Z | Compiling proc-macro-crate v1.3.1 |
2133 | 2024-12-13T20:02:33.575Z | Compiling darling_core v0.20.10 |
2134 | 2024-12-13T20:02:33.592Z | Checking ipnetwork v0.20.0 |
2135 | 2024-12-13T20:02:33.790Z | Compiling structmeta-derive v0.3.0 |
2136 | 2024-12-13T20:02:33.809Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2137 | 2024-12-13T20:02:33.931Z | Compiling newtype-uuid v1.1.3 |
2138 | 2024-12-13T20:02:34.117Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2139 | 2024-12-13T20:02:34.227Z | Compiling lzma-sys v0.1.20 |
2140 | 2024-12-13T20:02:34.461Z | Compiling foreign-types-macros v0.2.3 |
2141 | 2024-12-13T20:02:34.563Z | Checking regress v0.10.1 |
2142 | 2024-12-13T20:02:34.596Z | Compiling num_enum_derive v0.5.11 |
2143 | 2024-12-13T20:02:34.985Z | Compiling serde_yaml v0.9.34+deprecated |
2144 | 2024-12-13T20:02:35.384Z | Compiling dropshot v0.13.0 |
2145 | 2024-12-13T20:02:35.671Z | Checking foreign-types-shared v0.3.1 |
2146 | 2024-12-13T20:02:35.776Z | Checking arc-swap v1.7.1 |
2147 | 2024-12-13T20:02:35.793Z | Checking foreign-types v0.5.0 |
2148 | 2024-12-13T20:02:36.016Z | Compiling proc-macro-error v1.0.4 |
2149 | 2024-12-13T20:02:36.211Z | Checking slog-scope v4.4.0 |
2150 | 2024-12-13T20:02:36.780Z | Compiling structmeta v0.3.0 |
2151 | 2024-12-13T20:02:36.800Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2152 | 2024-12-13T20:02:36.869Z | Checking tungstenite v0.21.0 |
2153 | 2024-12-13T20:02:36.904Z | Compiling heck v0.3.3 |
2154 | 2024-12-13T20:02:37.210Z | Checking num_enum v0.5.11 |
2155 | 2024-12-13T20:02:37.226Z | Compiling parse-display-derive v0.10.0 |
2156 | 2024-12-13T20:02:37.348Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2157 | 2024-12-13T20:02:37.366Z | Compiling dropshot_endpoint v0.13.0 |
2158 | 2024-12-13T20:02:37.841Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2159 | 2024-12-13T20:02:38.004Z | Checking typify-impl v0.2.0 |
2160 | 2024-12-13T20:02:38.194Z | Checking cstr-argument v0.1.2 |
2161 | 2024-12-13T20:02:38.376Z | Checking instant v0.1.13 |
2162 | 2024-12-13T20:02:38.591Z | Checking base64 v0.21.7 |
2163 | 2024-12-13T20:02:39.097Z | Checking pretty-hex v0.2.1 |
2164 | 2024-12-13T20:02:39.233Z | Checking fastrand v2.1.1 |
2165 | 2024-12-13T20:02:39.287Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2166 | 2024-12-13T20:02:39.582Z | Checking tempfile v3.13.0 |
2167 | 2024-12-13T20:02:39.603Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2168 | 2024-12-13T20:02:39.785Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2169 | 2024-12-13T20:02:39.887Z | Checking backoff v0.4.0 |
2170 | 2024-12-13T20:02:39.926Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2171 | 2024-12-13T20:02:39.960Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2172 | 2024-12-13T20:02:40.104Z | Checking tokio-tungstenite v0.21.0 |
2173 | 2024-12-13T20:02:40.203Z | Checking strum v0.26.3 |
2174 | 2024-12-13T20:02:40.241Z | Compiling zone_cfg_derive v0.1.2 |
2175 | 2024-12-13T20:02:40.362Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2176 | 2024-12-13T20:02:40.559Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2177 | 2024-12-13T20:02:40.600Z | Checking slog-stdlog v4.1.1 |
2178 | 2024-12-13T20:02:40.712Z | Compiling darling_macro v0.20.10 |
2179 | 2024-12-13T20:02:40.798Z | Checking regress v0.9.1 |
2180 | 2024-12-13T20:02:40.929Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2181 | 2024-12-13T20:02:41.081Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2182 | 2024-12-13T20:02:41.105Z | Checking colored v2.1.0 |
2183 | 2024-12-13T20:02:41.354Z | Checking macaddr v1.0.1 |
2184 | 2024-12-13T20:02:41.405Z | Checking base64 v0.13.1 |
2185 | 2024-12-13T20:02:41.631Z | Compiling darling v0.20.10 |
2186 | 2024-12-13T20:02:41.714Z | Checking zone v0.1.8 |
2187 | 2024-12-13T20:02:41.744Z | Compiling serde_with_macros v3.11.0 |
2188 | 2024-12-13T20:02:41.793Z | Checking ron v0.7.1 |
2189 | 2024-12-13T20:02:41.911Z | Checking parse-display v0.10.0 |
2190 | 2024-12-13T20:02:42.154Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2191 | 2024-12-13T20:02:42.373Z | Checking xz2 v0.1.7 |
2192 | 2024-12-13T20:02:42.628Z | Checking slog-envlogger v2.2.0 |
2193 | 2024-12-13T20:02:42.680Z | Checking tabwriter v1.4.0 |
2194 | 2024-12-13T20:02:42.845Z | Checking xattr v1.3.1 |
2195 | 2024-12-13T20:02:42.882Z | Checking pem v3.0.4 |
2196 | 2024-12-13T20:02:42.925Z | Checking yasna v0.5.2 |
2197 | 2024-12-13T20:02:43.034Z | Checking headers-core v0.3.0 |
2198 | 2024-12-13T20:02:43.139Z | Checking smf v0.2.3 |
2199 | 2024-12-13T20:02:43.175Z | Checking filetime v0.2.25 |
2200 | 2024-12-13T20:02:43.390Z | Checking same-file v1.0.6 |
2201 | 2024-12-13T20:02:43.560Z | Checking walkdir v2.5.0 |
2202 | 2024-12-13T20:02:43.597Z | Checking tar v0.4.42 |
2203 | 2024-12-13T20:02:43.673Z | Checking headers v0.4.0 |
2204 | 2024-12-13T20:02:43.777Z | Checking rcgen v0.12.1 |
2205 | 2024-12-13T20:02:43.829Z | Checking atomicwrites v0.4.4 |
2206 | 2024-12-13T20:02:44.027Z | Checking camino-tempfile v1.1.1 |
2207 | 2024-12-13T20:02:44.242Z | Checking subprocess v0.2.9 |
2208 | 2024-12-13T20:02:44.641Z | Checking serde_with v3.11.0 |
2209 | 2024-12-13T20:02:48.474Z | Compiling typify-macro v0.2.0 |
2210 | 2024-12-13T20:02:50.350Z | Compiling typify v0.2.0 |
2211 | 2024-12-13T20:02:50.417Z | Compiling progenitor-impl v0.8.0 |
2212 | 2024-12-13T20:02:53.618Z | Compiling progenitor-macro v0.8.0 |
2213 | 2024-12-13T20:02:58.436Z | Checking progenitor v0.8.0 |
2214 | 2024-12-13T20:02:58.594Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2215 | 2024-12-13T20:02:58.597Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2216 | 2024-12-13T20:03:01.343Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2217 | 2024-12-13T20:03:01.632Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2218 | 2024-12-13T20:03:08.141Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2219 | 2024-12-13T20:03:09.732Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2220 | 2024-12-13T20:03:10.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.30s |
2221 | 2024-12-13T20:03:11.145Z | |
2222 | 2024-12-13T20:03:11.145Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2223 | 2024-12-13T20:03:11.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2224 | 2024-12-13T20:03:11.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2225 | 2024-12-13T20:03:11.795Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2226 | 2024-12-13T20:03:13.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
2227 | 2024-12-13T20:03:13.360Z | |
2228 | 2024-12-13T20:03:13.361Z | info: running `cargo check --bins` on nexus-config (31/173) |
2229 | 2024-12-13T20:03:13.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2230 | 2024-12-13T20:03:13.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2231 | 2024-12-13T20:03:13.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2232 | 2024-12-13T20:03:13.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2233 | 2024-12-13T20:03:13.968Z | |
2234 | 2024-12-13T20:03:13.968Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2235 | 2024-12-13T20:03:14.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2236 | 2024-12-13T20:03:14.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2237 | 2024-12-13T20:03:14.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2238 | 2024-12-13T20:03:14.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2239 | 2024-12-13T20:03:14.569Z | |
2240 | 2024-12-13T20:03:14.569Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2241 | 2024-12-13T20:03:15.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2024-12-13T20:03:15.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2024-12-13T20:03:15.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2244 | 2024-12-13T20:03:15.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2245 | 2024-12-13T20:03:15.183Z | |
2246 | 2024-12-13T20:03:15.183Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2247 | 2024-12-13T20:03:15.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2248 | 2024-12-13T20:03:15.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2249 | 2024-12-13T20:03:15.857Z | Compiling zerocopy v0.8.10 |
2250 | 2024-12-13T20:03:15.857Z | Compiling progenitor-client v0.8.0 |
2251 | 2024-12-13T20:03:15.858Z | Compiling itertools v0.13.0 |
2252 | 2024-12-13T20:03:15.858Z | Compiling zerocopy-derive v0.8.10 |
2253 | 2024-12-13T20:03:15.860Z | Compiling heapless v0.8.0 |
2254 | 2024-12-13T20:03:15.860Z | Compiling newtype-uuid v1.1.3 |
2255 | 2024-12-13T20:03:15.860Z | Compiling ipnetwork v0.20.0 |
2256 | 2024-12-13T20:03:15.860Z | Checking hash32 v0.3.1 |
2257 | 2024-12-13T20:03:16.146Z | Compiling instant v0.1.13 |
2258 | 2024-12-13T20:03:16.242Z | Compiling smoltcp v0.11.0 |
2259 | 2024-12-13T20:03:16.291Z | Compiling backoff v0.4.0 |
2260 | 2024-12-13T20:03:16.620Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2261 | 2024-12-13T20:03:16.768Z | Compiling progenitor v0.8.0 |
2262 | 2024-12-13T20:03:16.851Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2263 | 2024-12-13T20:03:16.876Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2264 | 2024-12-13T20:03:17.000Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2265 | 2024-12-13T20:03:17.027Z | Compiling serde_with v3.11.0 |
2266 | 2024-12-13T20:03:17.049Z | Compiling dropshot v0.13.0 |
2267 | 2024-12-13T20:03:17.191Z | Compiling parse-display v0.10.0 |
2268 | 2024-12-13T20:03:17.395Z | Checking num-rational v0.4.2 |
2269 | 2024-12-13T20:03:17.777Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2270 | 2024-12-13T20:03:17.941Z | Compiling regress v0.9.1 |
2271 | 2024-12-13T20:03:18.076Z | Compiling phf_generator v0.11.2 |
2272 | 2024-12-13T20:03:18.258Z | Checking num-complex v0.4.6 |
2273 | 2024-12-13T20:03:19.093Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2274 | 2024-12-13T20:03:19.669Z | Compiling macaddr v1.0.1 |
2275 | 2024-12-13T20:03:20.135Z | Checking cobs v0.2.3 |
2276 | 2024-12-13T20:03:20.301Z | Compiling num v0.4.3 |
2277 | 2024-12-13T20:03:20.315Z | Checking postcard v1.0.10 |
2278 | 2024-12-13T20:03:20.514Z | Compiling phf_codegen v0.11.2 |
2279 | 2024-12-13T20:03:20.869Z | Compiling parse-zoneinfo v0.3.1 |
2280 | 2024-12-13T20:03:21.043Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2281 | 2024-12-13T20:03:21.335Z | Compiling float-ord v0.3.2 |
2282 | 2024-12-13T20:03:21.639Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2283 | 2024-12-13T20:03:21.783Z | Compiling convert_case v0.4.0 |
2284 | 2024-12-13T20:03:21.965Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2285 | 2024-12-13T20:03:22.789Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2286 | 2024-12-13T20:03:22.893Z | Compiling derive_more v0.99.18 |
2287 | 2024-12-13T20:03:23.114Z | Compiling chrono-tz-build v0.4.0 |
2288 | 2024-12-13T20:03:23.892Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2289 | 2024-12-13T20:03:24.658Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2290 | 2024-12-13T20:03:24.848Z | Compiling crucible-workspace-hack v0.1.0 |
2291 | 2024-12-13T20:03:24.944Z | Compiling thiserror v2.0.3 |
2292 | 2024-12-13T20:03:25.162Z | Compiling chrono-tz v0.10.0 |
2293 | 2024-12-13T20:03:25.275Z | Checking newline-converter v0.3.0 |
2294 | 2024-12-13T20:03:25.420Z | Checking prettyplease v0.2.25 |
2295 | 2024-12-13T20:03:25.674Z | Compiling thiserror-impl v2.0.3 |
2296 | 2024-12-13T20:03:25.811Z | Compiling slog-dtrace v0.3.0 |
2297 | 2024-12-13T20:03:25.902Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2298 | 2024-12-13T20:03:26.405Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2299 | 2024-12-13T20:03:26.534Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2300 | 2024-12-13T20:03:26.684Z | Checking expectorate v1.1.0 |
2301 | 2024-12-13T20:03:26.850Z | Compiling zone_cfg_derive v0.3.0 |
2302 | 2024-12-13T20:03:27.177Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2303 | 2024-12-13T20:03:27.412Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2304 | 2024-12-13T20:03:27.554Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2305 | 2024-12-13T20:03:28.152Z | Compiling const_format_proc_macros v0.2.33 |
2306 | 2024-12-13T20:03:28.338Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2307 | 2024-12-13T20:03:28.720Z | Compiling num-derive v0.4.2 |
2308 | 2024-12-13T20:03:29.538Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2309 | 2024-12-13T20:03:29.573Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2310 | 2024-12-13T20:03:29.651Z | Checking highway v1.2.0 |
2311 | 2024-12-13T20:03:29.912Z | Checking zone v0.3.0 |
2312 | 2024-12-13T20:03:30.094Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2313 | 2024-12-13T20:03:30.344Z | Checking const_format v0.2.33 |
2314 | 2024-12-13T20:03:30.569Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2315 | 2024-12-13T20:03:30.717Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2316 | 2024-12-13T20:03:30.813Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2317 | 2024-12-13T20:03:30.939Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2318 | 2024-12-13T20:03:31.132Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2319 | 2024-12-13T20:03:31.213Z | Checking gethostname v0.5.0 |
2320 | 2024-12-13T20:03:31.335Z | Checking bcs v0.1.6 |
2321 | 2024-12-13T20:03:31.550Z | Compiling async-recursion v1.1.1 |
2322 | 2024-12-13T20:03:32.497Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2323 | 2024-12-13T20:03:32.950Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2324 | 2024-12-13T20:03:38.821Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2325 | 2024-12-13T20:03:42.132Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2326 | 2024-12-13T20:03:44.744Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2327 | 2024-12-13T20:03:45.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.76s |
2328 | 2024-12-13T20:03:46.133Z | |
2329 | 2024-12-13T20:03:46.133Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2330 | 2024-12-13T20:03:46.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2331 | 2024-12-13T20:03:46.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2332 | 2024-12-13T20:03:46.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2333 | 2024-12-13T20:03:46.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2334 | 2024-12-13T20:03:46.766Z | |
2335 | 2024-12-13T20:03:46.766Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2336 | 2024-12-13T20:03:47.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2337 | 2024-12-13T20:03:47.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2338 | 2024-12-13T20:03:47.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2339 | 2024-12-13T20:03:47.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2340 | 2024-12-13T20:03:47.393Z | |
2341 | 2024-12-13T20:03:47.393Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2342 | 2024-12-13T20:03:47.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2343 | 2024-12-13T20:03:47.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2344 | 2024-12-13T20:03:48.035Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2345 | 2024-12-13T20:03:48.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2346 | 2024-12-13T20:03:48.832Z | |
2347 | 2024-12-13T20:03:48.832Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2348 | 2024-12-13T20:03:49.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2349 | 2024-12-13T20:03:49.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2350 | 2024-12-13T20:03:49.488Z | Compiling cfg_aliases v0.1.1 |
2351 | 2024-12-13T20:03:49.491Z | Compiling vte_generate_state_changes v0.1.2 |
2352 | 2024-12-13T20:03:49.491Z | Checking fd-lock v4.0.2 |
2353 | 2024-12-13T20:03:49.593Z | Checking nibble_vec v0.1.0 |
2354 | 2024-12-13T20:03:49.596Z | Checking bytecount v0.6.8 |
2355 | 2024-12-13T20:03:49.596Z | Checking endian-type v0.1.2 |
2356 | 2024-12-13T20:03:49.613Z | Compiling tabled_derive v0.7.0 |
2357 | 2024-12-13T20:03:49.649Z | Compiling peg-macros v0.8.4 |
2358 | 2024-12-13T20:03:49.661Z | Compiling nix v0.28.0 |
2359 | 2024-12-13T20:03:49.775Z | Checking papergrid v0.11.0 |
2360 | 2024-12-13T20:03:49.777Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2361 | 2024-12-13T20:03:49.809Z | Compiling sqlparser_derive v0.2.2 |
2362 | 2024-12-13T20:03:49.824Z | Checking radix_trie v0.2.1 |
2363 | 2024-12-13T20:03:50.201Z | Checking vte v0.11.1 |
2364 | 2024-12-13T20:03:50.226Z | Checking unicode_categories v0.1.1 |
2365 | 2024-12-13T20:03:50.530Z | Checking home v0.5.9 |
2366 | 2024-12-13T20:03:50.671Z | Checking nu-ansi-term v0.50.1 |
2367 | 2024-12-13T20:03:50.894Z | Checking sqlparser v0.45.0 |
2368 | 2024-12-13T20:03:50.965Z | Checking sqlformat v0.2.6 |
2369 | 2024-12-13T20:03:51.068Z | Checking display-error-chain v0.2.2 |
2370 | 2024-12-13T20:03:51.486Z | Checking strip-ansi-escapes v0.2.0 |
2371 | 2024-12-13T20:03:51.641Z | Checking reedline v0.35.0 |
2372 | 2024-12-13T20:03:52.083Z | Checking tabled v0.15.0 |
2373 | 2024-12-13T20:03:52.565Z | Checking peg v0.8.4 |
2374 | 2024-12-13T20:03:52.721Z | Checking rustyline v14.0.0 |
2375 | 2024-12-13T20:04:01.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.57s |
2376 | 2024-12-13T20:04:01.582Z | |
2377 | 2024-12-13T20:04:01.582Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2378 | 2024-12-13T20:04:02.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2379 | 2024-12-13T20:04:02.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2380 | 2024-12-13T20:04:02.234Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2381 | 2024-12-13T20:04:07.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s |
2382 | 2024-12-13T20:04:07.415Z | |
2383 | 2024-12-13T20:04:07.415Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2384 | 2024-12-13T20:04:07.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2024-12-13T20:04:07.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2024-12-13T20:04:08.075Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2387 | 2024-12-13T20:04:11.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
2388 | 2024-12-13T20:04:11.981Z | |
2389 | 2024-12-13T20:04:11.981Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2390 | 2024-12-13T20:04:12.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2024-12-13T20:04:12.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2024-12-13T20:04:12.631Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2393 | 2024-12-13T20:04:17.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
2394 | 2024-12-13T20:04:17.562Z | |
2395 | 2024-12-13T20:04:17.562Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2396 | 2024-12-13T20:04:18.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2024-12-13T20:04:18.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2024-12-13T20:04:18.217Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2399 | 2024-12-13T20:04:22.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
2400 | 2024-12-13T20:04:23.139Z | |
2401 | 2024-12-13T20:04:23.139Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2402 | 2024-12-13T20:04:23.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2024-12-13T20:04:23.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2024-12-13T20:04:23.794Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2405 | 2024-12-13T20:04:27.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
2406 | 2024-12-13T20:04:27.898Z | |
2407 | 2024-12-13T20:04:27.898Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2408 | 2024-12-13T20:04:28.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2024-12-13T20:04:28.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2024-12-13T20:04:28.559Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2411 | 2024-12-13T20:04:32.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
2412 | 2024-12-13T20:04:32.718Z | |
2413 | 2024-12-13T20:04:32.718Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2414 | 2024-12-13T20:04:33.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2024-12-13T20:04:33.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2024-12-13T20:04:33.379Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2417 | 2024-12-13T20:04:38.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
2418 | 2024-12-13T20:04:38.520Z | |
2419 | 2024-12-13T20:04:38.520Z | info: running `cargo check --bins` on oximeter (46/173) |
2420 | 2024-12-13T20:04:39.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2024-12-13T20:04:39.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2024-12-13T20:04:39.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2423 | 2024-12-13T20:04:39.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2424 | 2024-12-13T20:04:39.148Z | |
2425 | 2024-12-13T20:04:39.148Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2426 | 2024-12-13T20:04:39.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2427 | 2024-12-13T20:04:39.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2428 | 2024-12-13T20:04:39.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2429 | 2024-12-13T20:04:39.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2430 | 2024-12-13T20:04:39.749Z | |
2431 | 2024-12-13T20:04:39.749Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2432 | 2024-12-13T20:04:40.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2433 | 2024-12-13T20:04:40.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2434 | 2024-12-13T20:04:40.380Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2435 | 2024-12-13T20:04:40.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
2436 | 2024-12-13T20:04:40.993Z | |
2437 | 2024-12-13T20:04:40.993Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2438 | 2024-12-13T20:04:41.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2439 | 2024-12-13T20:04:41.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2440 | 2024-12-13T20:04:41.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2441 | 2024-12-13T20:04:41.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2442 | 2024-12-13T20:04:41.620Z | |
2443 | 2024-12-13T20:04:41.620Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2444 | 2024-12-13T20:04:42.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2445 | 2024-12-13T20:04:42.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2446 | 2024-12-13T20:04:42.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2447 | 2024-12-13T20:04:42.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2448 | 2024-12-13T20:04:42.246Z | |
2449 | 2024-12-13T20:04:42.246Z | info: running `cargo check --bins` on oxql-types (51/173) |
2450 | 2024-12-13T20:04:42.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2024-12-13T20:04:42.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2024-12-13T20:04:42.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2453 | 2024-12-13T20:04:42.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2454 | 2024-12-13T20:04:42.874Z | |
2455 | 2024-12-13T20:04:42.874Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2456 | 2024-12-13T20:04:43.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2024-12-13T20:04:43.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2024-12-13T20:04:43.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2459 | 2024-12-13T20:04:43.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2460 | 2024-12-13T20:04:43.524Z | |
2461 | 2024-12-13T20:04:43.524Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2462 | 2024-12-13T20:04:44.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2463 | 2024-12-13T20:04:44.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2464 | 2024-12-13T20:04:44.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2465 | 2024-12-13T20:04:44.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2466 | 2024-12-13T20:04:44.158Z | |
2467 | 2024-12-13T20:04:44.158Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2468 | 2024-12-13T20:04:44.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2469 | 2024-12-13T20:04:44.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2470 | 2024-12-13T20:04:44.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2471 | 2024-12-13T20:04:44.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2472 | 2024-12-13T20:04:44.812Z | |
2473 | 2024-12-13T20:04:44.812Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2474 | 2024-12-13T20:04:45.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2475 | 2024-12-13T20:04:45.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2476 | 2024-12-13T20:04:45.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2477 | 2024-12-13T20:04:45.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2478 | 2024-12-13T20:04:45.444Z | |
2479 | 2024-12-13T20:04:45.444Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2480 | 2024-12-13T20:04:45.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2481 | 2024-12-13T20:04:45.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2482 | 2024-12-13T20:04:45.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2483 | 2024-12-13T20:04:46.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2484 | 2024-12-13T20:04:46.074Z | |
2485 | 2024-12-13T20:04:46.074Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2486 | 2024-12-13T20:04:46.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2487 | 2024-12-13T20:04:46.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2488 | 2024-12-13T20:04:46.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2489 | 2024-12-13T20:04:46.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2490 | 2024-12-13T20:04:46.700Z | |
2491 | 2024-12-13T20:04:46.700Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2492 | 2024-12-13T20:04:47.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2493 | 2024-12-13T20:04:47.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2494 | 2024-12-13T20:04:47.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2495 | 2024-12-13T20:04:47.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2496 | 2024-12-13T20:04:47.319Z | |
2497 | 2024-12-13T20:04:47.319Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2498 | 2024-12-13T20:04:47.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2499 | 2024-12-13T20:04:47.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2500 | 2024-12-13T20:04:47.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2501 | 2024-12-13T20:04:47.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2502 | 2024-12-13T20:04:47.955Z | |
2503 | 2024-12-13T20:04:47.955Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2504 | 2024-12-13T20:04:48.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2505 | 2024-12-13T20:04:48.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2506 | 2024-12-13T20:04:48.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2507 | 2024-12-13T20:04:48.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2508 | 2024-12-13T20:04:48.576Z | |
2509 | 2024-12-13T20:04:48.576Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2510 | 2024-12-13T20:04:49.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2511 | 2024-12-13T20:04:49.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2512 | 2024-12-13T20:04:49.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2513 | 2024-12-13T20:04:49.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2514 | 2024-12-13T20:04:49.197Z | |
2515 | 2024-12-13T20:04:49.197Z | info: running `cargo check --bins` on dpd-client (62/173) |
2516 | 2024-12-13T20:04:49.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2517 | 2024-12-13T20:04:49.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2518 | 2024-12-13T20:04:49.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2519 | 2024-12-13T20:04:49.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2520 | 2024-12-13T20:04:49.823Z | |
2521 | 2024-12-13T20:04:49.823Z | info: running `cargo check --bins` on gateway-client (63/173) |
2522 | 2024-12-13T20:04:50.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2024-12-13T20:04:50.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2024-12-13T20:04:50.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2525 | 2024-12-13T20:04:50.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2526 | 2024-12-13T20:04:50.445Z | |
2527 | 2024-12-13T20:04:50.445Z | info: running `cargo check --bins` on installinator-client (64/173) |
2528 | 2024-12-13T20:04:51.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2529 | 2024-12-13T20:04:51.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2530 | 2024-12-13T20:04:51.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2531 | 2024-12-13T20:04:51.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2532 | 2024-12-13T20:04:51.092Z | |
2533 | 2024-12-13T20:04:51.092Z | info: running `cargo check --bins` on installinator-common (65/173) |
2534 | 2024-12-13T20:04:51.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2535 | 2024-12-13T20:04:51.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2536 | 2024-12-13T20:04:51.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2537 | 2024-12-13T20:04:51.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2538 | 2024-12-13T20:04:51.729Z | |
2539 | 2024-12-13T20:04:51.729Z | info: running `cargo check --bins` on update-engine (66/173) |
2540 | 2024-12-13T20:04:52.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2541 | 2024-12-13T20:04:52.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2542 | 2024-12-13T20:04:52.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2543 | 2024-12-13T20:04:52.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2544 | 2024-12-13T20:04:52.345Z | |
2545 | 2024-12-13T20:04:52.345Z | info: running `cargo check --bins` on nexus-client (67/173) |
2546 | 2024-12-13T20:04:52.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2547 | 2024-12-13T20:04:52.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2548 | 2024-12-13T20:04:52.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2549 | 2024-12-13T20:04:52.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2550 | 2024-12-13T20:04:53.001Z | |
2551 | 2024-12-13T20:04:53.001Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2552 | 2024-12-13T20:04:53.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2553 | 2024-12-13T20:04:53.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2554 | 2024-12-13T20:04:53.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2555 | 2024-12-13T20:04:53.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2556 | 2024-12-13T20:04:53.642Z | |
2557 | 2024-12-13T20:04:53.642Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2558 | 2024-12-13T20:04:54.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2559 | 2024-12-13T20:04:54.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2560 | 2024-12-13T20:04:54.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2561 | 2024-12-13T20:04:54.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2562 | 2024-12-13T20:04:54.251Z | |
2563 | 2024-12-13T20:04:54.251Z | info: running `cargo check --bins` on nexus-types (70/173) |
2564 | 2024-12-13T20:04:54.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2024-12-13T20:04:54.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2024-12-13T20:04:54.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2567 | 2024-12-13T20:04:54.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2568 | 2024-12-13T20:04:54.897Z | |
2569 | 2024-12-13T20:04:54.898Z | info: running `cargo check --bins` on oxide-client (71/173) |
2570 | 2024-12-13T20:04:55.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2024-12-13T20:04:55.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2024-12-13T20:04:55.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2573 | 2024-12-13T20:04:55.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2574 | 2024-12-13T20:04:55.508Z | |
2575 | 2024-12-13T20:04:55.508Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2576 | 2024-12-13T20:04:56.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2024-12-13T20:04:56.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2024-12-13T20:04:56.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2579 | 2024-12-13T20:04:56.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2580 | 2024-12-13T20:04:56.132Z | |
2581 | 2024-12-13T20:04:56.132Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2582 | 2024-12-13T20:04:56.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2024-12-13T20:04:56.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2024-12-13T20:04:56.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2585 | 2024-12-13T20:04:56.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2586 | 2024-12-13T20:04:56.748Z | |
2587 | 2024-12-13T20:04:56.748Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2588 | 2024-12-13T20:04:57.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2024-12-13T20:04:57.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2024-12-13T20:04:57.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2591 | 2024-12-13T20:04:57.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2592 | 2024-12-13T20:04:57.383Z | |
2593 | 2024-12-13T20:04:57.383Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2594 | 2024-12-13T20:04:57.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2024-12-13T20:04:57.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2024-12-13T20:04:57.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2597 | 2024-12-13T20:04:57.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2598 | 2024-12-13T20:04:58.029Z | |
2599 | 2024-12-13T20:04:58.029Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2600 | 2024-12-13T20:04:58.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2024-12-13T20:04:58.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2024-12-13T20:04:58.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2603 | 2024-12-13T20:04:58.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2604 | 2024-12-13T20:04:58.667Z | |
2605 | 2024-12-13T20:04:58.667Z | info: running `cargo check --bins` on wicket-common (77/173) |
2606 | 2024-12-13T20:04:59.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2024-12-13T20:04:59.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2024-12-13T20:04:59.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2609 | 2024-12-13T20:04:59.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2610 | 2024-12-13T20:04:59.321Z | |
2611 | 2024-12-13T20:04:59.321Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2612 | 2024-12-13T20:04:59.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2024-12-13T20:04:59.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2024-12-13T20:04:59.977Z | Checking csv-core v0.1.11 |
2615 | 2024-12-13T20:04:59.977Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2616 | 2024-12-13T20:04:59.981Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2617 | 2024-12-13T20:05:00.293Z | Checking csv v1.3.0 |
2618 | 2024-12-13T20:05:00.308Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2619 | 2024-12-13T20:05:00.866Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2620 | 2024-12-13T20:05:01.207Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2621 | 2024-12-13T20:05:02.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s |
2622 | 2024-12-13T20:05:02.669Z | |
2623 | 2024-12-13T20:05:02.669Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2624 | 2024-12-13T20:05:03.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2024-12-13T20:05:03.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2024-12-13T20:05:03.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2627 | 2024-12-13T20:05:03.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2628 | 2024-12-13T20:05:03.296Z | |
2629 | 2024-12-13T20:05:03.296Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2630 | 2024-12-13T20:05:03.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2024-12-13T20:05:03.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2024-12-13T20:05:03.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2633 | 2024-12-13T20:05:03.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2634 | 2024-12-13T20:05:03.923Z | |
2635 | 2024-12-13T20:05:03.926Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2636 | 2024-12-13T20:05:04.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2024-12-13T20:05:04.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2024-12-13T20:05:04.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2024-12-13T20:05:04.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2640 | 2024-12-13T20:05:04.681Z | |
2641 | 2024-12-13T20:05:04.681Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2642 | 2024-12-13T20:05:05.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2024-12-13T20:05:05.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2024-12-13T20:05:05.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2024-12-13T20:05:05.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2646 | 2024-12-13T20:05:05.427Z | |
2647 | 2024-12-13T20:05:05.427Z | info: running `cargo check --bins` on dns-server (83/173) |
2648 | 2024-12-13T20:05:05.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2024-12-13T20:05:05.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2024-12-13T20:05:06.075Z | Compiling parking_lot_core v0.8.6 |
2651 | 2024-12-13T20:05:06.075Z | Checking fxhash v0.2.1 |
2652 | 2024-12-13T20:05:06.078Z | Checking hickory-server v0.24.1 |
2653 | 2024-12-13T20:05:06.078Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2654 | 2024-12-13T20:05:06.078Z | Checking hickory-client v0.24.1 |
2655 | 2024-12-13T20:05:06.771Z | Checking parking_lot v0.11.2 |
2656 | 2024-12-13T20:05:06.893Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2657 | 2024-12-13T20:05:06.902Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2658 | 2024-12-13T20:05:07.008Z | Checking sled v0.34.7 |
2659 | 2024-12-13T20:05:08.759Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2660 | 2024-12-13T20:05:10.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
2661 | 2024-12-13T20:05:10.215Z | |
2662 | 2024-12-13T20:05:10.215Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2663 | 2024-12-13T20:05:10.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-12-13T20:05:10.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-12-13T20:05:10.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2666 | 2024-12-13T20:05:10.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2667 | 2024-12-13T20:05:10.827Z | |
2668 | 2024-12-13T20:05:10.827Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2669 | 2024-12-13T20:05:11.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-12-13T20:05:11.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-12-13T20:05:11.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2024-12-13T20:05:11.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2673 | 2024-12-13T20:05:11.488Z | |
2674 | 2024-12-13T20:05:11.488Z | info: running `cargo check --bins` on gateway-types (86/173) |
2675 | 2024-12-13T20:05:12.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-12-13T20:05:12.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-12-13T20:05:12.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2024-12-13T20:05:12.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2679 | 2024-12-13T20:05:12.100Z | |
2680 | 2024-12-13T20:05:12.100Z | info: running `cargo check --bins` on ipcc (87/173) |
2681 | 2024-12-13T20:05:12.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-12-13T20:05:12.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-12-13T20:05:12.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2024-12-13T20:05:12.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2685 | 2024-12-13T20:05:12.713Z | |
2686 | 2024-12-13T20:05:12.713Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2687 | 2024-12-13T20:05:13.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-12-13T20:05:13.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-12-13T20:05:13.398Z | Compiling semver v0.1.20 |
2690 | 2024-12-13T20:05:13.398Z | Compiling radium v0.7.0 |
2691 | 2024-12-13T20:05:13.507Z | Checking tap v1.0.1 |
2692 | 2024-12-13T20:05:13.517Z | Compiling maybe-uninit v2.0.0 |
2693 | 2024-12-13T20:05:13.517Z | Checking password-hash v0.5.0 |
2694 | 2024-12-13T20:05:13.521Z | Checking blake2 v0.10.6 |
2695 | 2024-12-13T20:05:13.524Z | Compiling packed_struct v0.10.1 |
2696 | 2024-12-13T20:05:13.524Z | Checking crc-catalog v2.4.0 |
2697 | 2024-12-13T20:05:13.647Z | Checking wyz v0.5.1 |
2698 | 2024-12-13T20:05:13.683Z | Checking funty v2.0.0 |
2699 | 2024-12-13T20:05:14.251Z | Compiling rustc_version v0.1.7 |
2700 | 2024-12-13T20:05:14.267Z | Compiling owo-colors v4.1.0 |
2701 | 2024-12-13T20:05:14.267Z | Compiling cancel-safe-futures v0.1.5 |
2702 | 2024-12-13T20:05:14.267Z | Checking argon2 v0.5.3 |
2703 | 2024-12-13T20:05:14.267Z | Checking crc v3.2.1 |
2704 | 2024-12-13T20:05:14.267Z | Compiling packed_struct_codegen v0.10.1 |
2705 | 2024-12-13T20:05:14.304Z | Compiling indexmap v1.9.3 |
2706 | 2024-12-13T20:05:14.391Z | Checking half v2.4.1 |
2707 | 2024-12-13T20:05:14.399Z | Checking ciborium-io v0.2.2 |
2708 | 2024-12-13T20:05:16.959Z | Compiling newtype_derive v0.1.6 |
2709 | 2024-12-13T20:05:17.036Z | Checking nodrop v0.1.14 |
2710 | 2024-12-13T20:05:17.036Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2711 | 2024-12-13T20:05:17.036Z | Checking bitvec v1.0.1 |
2712 | 2024-12-13T20:05:17.036Z | Checking array-init v0.0.4 |
2713 | 2024-12-13T20:05:17.036Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2714 | 2024-12-13T20:05:17.036Z | Checking ciborium-ll v0.2.2 |
2715 | 2024-12-13T20:05:17.091Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2716 | 2024-12-13T20:05:17.091Z | Checking smallvec v0.6.14 |
2717 | 2024-12-13T20:05:17.091Z | Checking libsw v3.3.1 |
2718 | 2024-12-13T20:05:17.091Z | Compiling memoffset v0.9.1 |
2719 | 2024-12-13T20:05:17.091Z | Checking linear-map v1.2.0 |
2720 | 2024-12-13T20:05:17.091Z | Checking swrite v0.1.0 |
2721 | 2024-12-13T20:05:17.091Z | Checking hashbrown v0.12.3 |
2722 | 2024-12-13T20:05:17.091Z | Checking indent_write v2.2.0 |
2723 | 2024-12-13T20:05:17.091Z | Checking termcolor v1.4.1 |
2724 | 2024-12-13T20:05:17.091Z | Checking bitfield v0.14.0 |
2725 | 2024-12-13T20:05:17.092Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2726 | 2024-12-13T20:05:17.092Z | Checking serde-hex v0.1.0 |
2727 | 2024-12-13T20:05:17.092Z | Checking env_logger v0.10.2 |
2728 | 2024-12-13T20:05:17.092Z | Checking ron v0.8.1 |
2729 | 2024-12-13T20:05:17.092Z | Checking ciborium v0.2.2 |
2730 | 2024-12-13T20:05:17.092Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2731 | 2024-12-13T20:05:17.092Z | Checking steno v0.4.1 |
2732 | 2024-12-13T20:05:17.252Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2733 | 2024-12-13T20:05:17.309Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2734 | 2024-12-13T20:05:17.349Z | Checking hashbrown v0.13.2 |
2735 | 2024-12-13T20:05:17.396Z | Checking humantime v2.1.0 |
2736 | 2024-12-13T20:05:17.484Z | Checking crc-any v2.5.0 |
2737 | 2024-12-13T20:05:17.675Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2738 | 2024-12-13T20:05:17.879Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2739 | 2024-12-13T20:05:18.031Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2740 | 2024-12-13T20:05:18.328Z | Checking path-slash v0.1.5 |
2741 | 2024-12-13T20:05:18.432Z | Checking object v0.30.4 |
2742 | 2024-12-13T20:05:18.517Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2743 | 2024-12-13T20:05:18.534Z | Checking nix v0.27.1 |
2744 | 2024-12-13T20:05:19.248Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2745 | 2024-12-13T20:05:23.587Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2746 | 2024-12-13T20:05:23.657Z | Checking tungstenite v0.23.0 |
2747 | 2024-12-13T20:05:23.693Z | Checking kstat-rs v0.2.4 |
2748 | 2024-12-13T20:05:23.693Z | Checking signal-hook-tokio v0.3.1 |
2749 | 2024-12-13T20:05:23.693Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2750 | 2024-12-13T20:05:23.693Z | Checking tokio-tungstenite v0.23.1 |
2751 | 2024-12-13T20:05:23.693Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2752 | 2024-12-13T20:05:23.693Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2753 | 2024-12-13T20:05:23.693Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2754 | 2024-12-13T20:05:28.085Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2755 | 2024-12-13T20:05:29.384Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2756 | 2024-12-13T20:05:32.490Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2757 | 2024-12-13T20:05:38.174Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2758 | 2024-12-13T20:05:38.870Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2759 | 2024-12-13T20:05:41.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.95s |
2760 | 2024-12-13T20:05:41.870Z | |
2761 | 2024-12-13T20:05:41.870Z | info: running `cargo check --bins` on gateway-api (89/173) |
2762 | 2024-12-13T20:05:42.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2024-12-13T20:05:42.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2024-12-13T20:05:42.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2024-12-13T20:05:42.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2766 | 2024-12-13T20:05:42.498Z | |
2767 | 2024-12-13T20:05:42.498Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2768 | 2024-12-13T20:05:43.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-12-13T20:05:43.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-12-13T20:05:43.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2024-12-13T20:05:43.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2772 | 2024-12-13T20:05:43.103Z | |
2773 | 2024-12-13T20:05:43.103Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2774 | 2024-12-13T20:05:43.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-12-13T20:05:43.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-12-13T20:05:43.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2024-12-13T20:05:43.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2778 | 2024-12-13T20:05:43.732Z | |
2779 | 2024-12-13T20:05:43.732Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2780 | 2024-12-13T20:05:44.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2024-12-13T20:05:44.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2024-12-13T20:05:44.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2024-12-13T20:05:44.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2784 | 2024-12-13T20:05:44.363Z | |
2785 | 2024-12-13T20:05:44.363Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2786 | 2024-12-13T20:05:44.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2024-12-13T20:05:44.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2024-12-13T20:05:44.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2024-12-13T20:05:44.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2790 | 2024-12-13T20:05:44.992Z | |
2791 | 2024-12-13T20:05:44.992Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2792 | 2024-12-13T20:05:45.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-12-13T20:05:45.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-12-13T20:05:45.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-12-13T20:05:45.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2796 | 2024-12-13T20:05:45.621Z | |
2797 | 2024-12-13T20:05:45.621Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2798 | 2024-12-13T20:05:46.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-12-13T20:05:46.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-12-13T20:05:46.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-12-13T20:05:46.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2802 | 2024-12-13T20:05:46.247Z | |
2803 | 2024-12-13T20:05:46.247Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2804 | 2024-12-13T20:05:46.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-12-13T20:05:46.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-12-13T20:05:46.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2024-12-13T20:05:46.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2808 | 2024-12-13T20:05:46.884Z | |
2809 | 2024-12-13T20:05:46.884Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2810 | 2024-12-13T20:05:47.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-12-13T20:05:47.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-12-13T20:05:47.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2024-12-13T20:05:47.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2814 | 2024-12-13T20:05:47.535Z | |
2815 | 2024-12-13T20:05:47.535Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2816 | 2024-12-13T20:05:48.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-12-13T20:05:48.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-12-13T20:05:48.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2024-12-13T20:05:48.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2820 | 2024-12-13T20:05:48.166Z | |
2821 | 2024-12-13T20:05:48.166Z | info: running `cargo check --bins` on sp-sim (99/173) |
2822 | 2024-12-13T20:05:48.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2024-12-13T20:05:48.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2024-12-13T20:05:48.807Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2825 | 2024-12-13T20:05:50.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
2826 | 2024-12-13T20:05:50.854Z | |
2827 | 2024-12-13T20:05:50.854Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2828 | 2024-12-13T20:05:51.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2024-12-13T20:05:51.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2024-12-13T20:05:51.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2831 | 2024-12-13T20:05:51.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2832 | 2024-12-13T20:05:51.532Z | |
2833 | 2024-12-13T20:05:51.532Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2834 | 2024-12-13T20:05:52.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-12-13T20:05:52.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-12-13T20:05:52.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2024-12-13T20:05:52.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2838 | 2024-12-13T20:05:52.215Z | |
2839 | 2024-12-13T20:05:52.215Z | info: running `cargo check --bins` on db-macros (102/173) |
2840 | 2024-12-13T20:05:52.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2024-12-13T20:05:52.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2024-12-13T20:05:52.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2843 | 2024-12-13T20:05:52.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2844 | 2024-12-13T20:05:52.821Z | |
2845 | 2024-12-13T20:05:52.821Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2846 | 2024-12-13T20:05:53.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2024-12-13T20:05:53.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2024-12-13T20:05:53.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2849 | 2024-12-13T20:05:53.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2850 | 2024-12-13T20:05:53.430Z | |
2851 | 2024-12-13T20:05:53.430Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2852 | 2024-12-13T20:05:54.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-12-13T20:05:54.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-12-13T20:05:54.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2855 | 2024-12-13T20:05:54.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2856 | 2024-12-13T20:05:54.099Z | |
2857 | 2024-12-13T20:05:54.099Z | info: running `cargo check --bins` on authz-macros (105/173) |
2858 | 2024-12-13T20:05:54.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2024-12-13T20:05:54.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2024-12-13T20:05:54.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2861 | 2024-12-13T20:05:54.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2862 | 2024-12-13T20:05:54.712Z | |
2863 | 2024-12-13T20:05:54.712Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2864 | 2024-12-13T20:05:55.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2024-12-13T20:05:55.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2024-12-13T20:05:55.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2867 | 2024-12-13T20:05:55.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2868 | 2024-12-13T20:05:55.364Z | |
2869 | 2024-12-13T20:05:55.364Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2870 | 2024-12-13T20:05:55.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2024-12-13T20:05:55.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2024-12-13T20:05:55.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2873 | 2024-12-13T20:05:55.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2874 | 2024-12-13T20:05:56.020Z | |
2875 | 2024-12-13T20:05:56.020Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2876 | 2024-12-13T20:05:56.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2024-12-13T20:05:56.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2024-12-13T20:05:56.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2879 | 2024-12-13T20:05:56.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2880 | 2024-12-13T20:05:56.645Z | |
2881 | 2024-12-13T20:05:56.645Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2882 | 2024-12-13T20:05:57.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2024-12-13T20:05:57.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2024-12-13T20:05:57.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2024-12-13T20:05:57.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2886 | 2024-12-13T20:05:57.289Z | |
2887 | 2024-12-13T20:05:57.289Z | info: running `cargo check --bins` on typed-rng (110/173) |
2888 | 2024-12-13T20:05:57.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-12-13T20:05:57.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-12-13T20:05:57.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2891 | 2024-12-13T20:05:57.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2892 | 2024-12-13T20:05:57.898Z | |
2893 | 2024-12-13T20:05:57.899Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2894 | 2024-12-13T20:05:58.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-12-13T20:05:58.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-12-13T20:05:58.629Z | Checking keccak v0.1.5 |
2897 | 2024-12-13T20:05:58.741Z | Checking secrecy v0.8.0 |
2898 | 2024-12-13T20:05:58.744Z | Compiling unicase v2.7.0 |
2899 | 2024-12-13T20:05:58.744Z | Compiling same-file v1.0.6 |
2900 | 2024-12-13T20:05:58.757Z | Compiling tempfile v3.13.0 |
2901 | 2024-12-13T20:05:58.793Z | Compiling thiserror-impl-no-std v2.0.2 |
2902 | 2024-12-13T20:05:58.796Z | Checking universal-hash v0.5.1 |
2903 | 2024-12-13T20:05:58.796Z | Compiling ring v0.16.20 |
2904 | 2024-12-13T20:05:58.932Z | Compiling walkdir v2.5.0 |
2905 | 2024-12-13T20:05:59.020Z | Compiling blake3 v1.5.4 |
2906 | 2024-12-13T20:05:59.027Z | Checking sha3 v0.10.8 |
2907 | 2024-12-13T20:05:59.052Z | Checking opaque-debug v0.3.1 |
2908 | 2024-12-13T20:05:59.180Z | Checking poly1305 v0.8.0 |
2909 | 2024-12-13T20:05:59.200Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2910 | 2024-12-13T20:05:59.456Z | Checking chacha20 v0.9.1 |
2911 | 2024-12-13T20:05:59.495Z | Checking aead v0.5.2 |
2912 | 2024-12-13T20:05:59.666Z | Compiling memmap2 v0.9.5 |
2913 | 2024-12-13T20:05:59.699Z | Compiling arrayref v0.3.9 |
2914 | 2024-12-13T20:05:59.716Z | Compiling salty v0.3.0 |
2915 | 2024-12-13T20:05:59.719Z | Compiling arrayvec v0.7.6 |
2916 | 2024-12-13T20:05:59.792Z | Compiling libefi-sys v0.1.0 |
2917 | 2024-12-13T20:05:59.808Z | Compiling constant_time_eq v0.3.1 |
2918 | 2024-12-13T20:05:59.985Z | Compiling spin v0.5.2 |
2919 | 2024-12-13T20:06:00.075Z | Checking chacha20poly1305 v0.10.1 |
2920 | 2024-12-13T20:06:00.132Z | Compiling toolchain_find v0.4.0 |
2921 | 2024-12-13T20:06:00.147Z | Compiling camino-tempfile v1.1.1 |
2922 | 2024-12-13T20:06:00.212Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2923 | 2024-12-13T20:06:00.250Z | Compiling bitfield-struct v0.6.2 |
2924 | 2024-12-13T20:06:00.516Z | Compiling topological-sort v0.2.2 |
2925 | 2024-12-13T20:06:00.602Z | Compiling mime_guess v2.0.5 |
2926 | 2024-12-13T20:06:00.715Z | Compiling rustfmt-wrapper v0.2.1 |
2927 | 2024-12-13T20:06:01.209Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2928 | 2024-12-13T20:06:01.273Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2929 | 2024-12-13T20:06:01.293Z | Checking primeorder v0.13.6 |
2930 | 2024-12-13T20:06:01.536Z | Checking env_filter v0.1.2 |
2931 | 2024-12-13T20:06:01.578Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2932 | 2024-12-13T20:06:01.681Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2933 | 2024-12-13T20:06:01.759Z | Checking env_logger v0.11.5 |
2934 | 2024-12-13T20:06:01.777Z | Checking p384 v0.13.0 |
2935 | 2024-12-13T20:06:01.904Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2936 | 2024-12-13T20:06:01.966Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2937 | 2024-12-13T20:06:01.996Z | Checking thiserror-no-std v2.0.2 |
2938 | 2024-12-13T20:06:02.100Z | Checking vsss-rs v3.3.4 |
2939 | 2024-12-13T20:06:02.212Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2940 | 2024-12-13T20:06:02.247Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2941 | 2024-12-13T20:06:02.332Z | Checking simd-adler32 v0.3.7 |
2942 | 2024-12-13T20:06:02.508Z | Checking bumpalo v3.16.0 |
2943 | 2024-12-13T20:06:02.599Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2944 | 2024-12-13T20:06:02.683Z | Compiling zip v2.1.3 |
2945 | 2024-12-13T20:06:02.713Z | Checking lockfree-object-pool v0.1.6 |
2946 | 2024-12-13T20:06:02.814Z | Checking http-range v0.1.5 |
2947 | 2024-12-13T20:06:02.850Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2948 | 2024-12-13T20:06:02.911Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2949 | 2024-12-13T20:06:02.951Z | Checking zopfli v0.8.1 |
2950 | 2024-12-13T20:06:03.028Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2951 | 2024-12-13T20:06:03.115Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2952 | 2024-12-13T20:06:03.647Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2953 | 2024-12-13T20:06:03.668Z | Checking nanorand v0.7.0 |
2954 | 2024-12-13T20:06:03.685Z | Checking atty v0.2.14 |
2955 | 2024-12-13T20:06:03.687Z | Checking glob v0.3.1 |
2956 | 2024-12-13T20:06:03.799Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2957 | 2024-12-13T20:06:04.019Z | Checking hyper-staticfile v0.10.1 |
2958 | 2024-12-13T20:06:04.039Z | Checking flume v0.11.1 |
2959 | 2024-12-13T20:06:04.485Z | Compiling omicron-zone-package v0.11.1 |
2960 | 2024-12-13T20:06:04.594Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2961 | 2024-12-13T20:06:04.613Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2962 | 2024-12-13T20:06:04.845Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2963 | 2024-12-13T20:06:06.004Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2964 | 2024-12-13T20:06:06.266Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2965 | 2024-12-13T20:06:06.404Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2966 | 2024-12-13T20:06:06.617Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2967 | 2024-12-13T20:06:06.684Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2968 | 2024-12-13T20:06:07.245Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2969 | 2024-12-13T20:06:07.604Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2970 | 2024-12-13T20:06:07.930Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2971 | 2024-12-13T20:06:09.013Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2972 | 2024-12-13T20:06:10.968Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2973 | 2024-12-13T20:06:10.972Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2974 | 2024-12-13T20:06:21.120Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2975 | 2024-12-13T20:06:34.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.56s |
2976 | 2024-12-13T20:06:34.652Z | |
2977 | 2024-12-13T20:06:34.653Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2978 | 2024-12-13T20:06:35.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2024-12-13T20:06:35.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2024-12-13T20:06:35.382Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2981 | 2024-12-13T20:06:49.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s |
2982 | 2024-12-13T20:06:49.265Z | |
2983 | 2024-12-13T20:06:49.265Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2984 | 2024-12-13T20:06:49.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2985 | 2024-12-13T20:06:49.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2986 | 2024-12-13T20:06:50.000Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2987 | 2024-12-13T20:07:03.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.33s |
2988 | 2024-12-13T20:07:03.798Z | |
2989 | 2024-12-13T20:07:03.798Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
2990 | 2024-12-13T20:07:04.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2991 | 2024-12-13T20:07:04.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2992 | 2024-12-13T20:07:04.539Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2993 | 2024-12-13T20:07:18.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s |
2994 | 2024-12-13T20:07:18.325Z | |
2995 | 2024-12-13T20:07:18.325Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
2996 | 2024-12-13T20:07:18.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2997 | 2024-12-13T20:07:18.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2998 | 2024-12-13T20:07:19.048Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2999 | 2024-12-13T20:07:32.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s |
3000 | 2024-12-13T20:07:32.883Z | |
3001 | 2024-12-13T20:07:32.883Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
3002 | 2024-12-13T20:07:33.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3003 | 2024-12-13T20:07:33.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3004 | 2024-12-13T20:07:33.617Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3005 | 2024-12-13T20:07:47.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s |
3006 | 2024-12-13T20:07:47.382Z | |
3007 | 2024-12-13T20:07:47.382Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
3008 | 2024-12-13T20:07:47.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3009 | 2024-12-13T20:07:47.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3010 | 2024-12-13T20:07:48.108Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3011 | 2024-12-13T20:08:01.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s |
3012 | 2024-12-13T20:08:01.895Z | |
3013 | 2024-12-13T20:08:01.895Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3014 | 2024-12-13T20:08:02.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3015 | 2024-12-13T20:08:02.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3016 | 2024-12-13T20:08:02.624Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3017 | 2024-12-13T20:08:16.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s |
3018 | 2024-12-13T20:08:16.393Z | |
3019 | 2024-12-13T20:08:16.394Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3020 | 2024-12-13T20:08:16.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3021 | 2024-12-13T20:08:16.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3022 | 2024-12-13T20:08:16.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3023 | 2024-12-13T20:08:16.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3024 | 2024-12-13T20:08:17.067Z | |
3025 | 2024-12-13T20:08:17.067Z | info: running `cargo check --bins` on key-manager (120/173) |
3026 | 2024-12-13T20:08:17.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3027 | 2024-12-13T20:08:17.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3028 | 2024-12-13T20:08:17.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3029 | 2024-12-13T20:08:17.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3030 | 2024-12-13T20:08:17.675Z | |
3031 | 2024-12-13T20:08:17.675Z | info: running `cargo check --bins` on range-requests (121/173) |
3032 | 2024-12-13T20:08:18.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3033 | 2024-12-13T20:08:18.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3034 | 2024-12-13T20:08:18.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3035 | 2024-12-13T20:08:18.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3036 | 2024-12-13T20:08:18.280Z | |
3037 | 2024-12-13T20:08:18.280Z | info: running `cargo check --bins` on repo-depot-api (122/173) |
3038 | 2024-12-13T20:08:18.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3039 | 2024-12-13T20:08:18.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3040 | 2024-12-13T20:08:18.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3041 | 2024-12-13T20:08:18.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3042 | 2024-12-13T20:08:18.900Z | |
3043 | 2024-12-13T20:08:18.900Z | info: running `cargo check --bins` on sled-agent-api (123/173) |
3044 | 2024-12-13T20:08:19.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3045 | 2024-12-13T20:08:19.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3046 | 2024-12-13T20:08:19.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3047 | 2024-12-13T20:08:19.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3048 | 2024-12-13T20:08:19.558Z | |
3049 | 2024-12-13T20:08:19.558Z | info: running `cargo check --bins` on sled-hardware (124/173) |
3050 | 2024-12-13T20:08:20.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3051 | 2024-12-13T20:08:20.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3052 | 2024-12-13T20:08:20.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3053 | 2024-12-13T20:08:20.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3054 | 2024-12-13T20:08:20.191Z | |
3055 | 2024-12-13T20:08:20.191Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/173) |
3056 | 2024-12-13T20:08:20.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3057 | 2024-12-13T20:08:20.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3058 | 2024-12-13T20:08:20.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3059 | 2024-12-13T20:08:20.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3060 | 2024-12-13T20:08:20.826Z | |
3061 | 2024-12-13T20:08:20.826Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173) |
3062 | 2024-12-13T20:08:21.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3063 | 2024-12-13T20:08:21.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3064 | 2024-12-13T20:08:21.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3065 | 2024-12-13T20:08:21.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3066 | 2024-12-13T20:08:21.466Z | |
3067 | 2024-12-13T20:08:21.466Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/173) |
3068 | 2024-12-13T20:08:22.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3069 | 2024-12-13T20:08:22.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3070 | 2024-12-13T20:08:22.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3071 | 2024-12-13T20:08:22.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3072 | 2024-12-13T20:08:22.116Z | |
3073 | 2024-12-13T20:08:22.116Z | info: running `cargo check --bins` on nexus-test-interface (128/173) |
3074 | 2024-12-13T20:08:22.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3075 | 2024-12-13T20:08:22.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3076 | 2024-12-13T20:08:22.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3077 | 2024-12-13T20:08:22.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3078 | 2024-12-13T20:08:22.760Z | |
3079 | 2024-12-13T20:08:22.760Z | info: running `cargo check --bins` on oximeter-collector (129/173) |
3080 | 2024-12-13T20:08:23.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3081 | 2024-12-13T20:08:23.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3082 | 2024-12-13T20:08:23.455Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3083 | 2024-12-13T20:08:23.455Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3084 | 2024-12-13T20:08:24.345Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3085 | 2024-12-13T20:08:26.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s |
3086 | 2024-12-13T20:08:26.556Z | |
3087 | 2024-12-13T20:08:26.556Z | info: running `cargo check --bins` on oximeter-api (130/173) |
3088 | 2024-12-13T20:08:27.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2024-12-13T20:08:27.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2024-12-13T20:08:27.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3091 | 2024-12-13T20:08:27.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3092 | 2024-12-13T20:08:27.182Z | |
3093 | 2024-12-13T20:08:27.182Z | info: running `cargo check --bins` on cert-dev (131/173) |
3094 | 2024-12-13T20:08:27.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2024-12-13T20:08:27.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2024-12-13T20:08:27.791Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3097 | 2024-12-13T20:08:28.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3098 | 2024-12-13T20:08:28.221Z | |
3099 | 2024-12-13T20:08:28.222Z | info: running `cargo check --bins` on clickhouse-cluster-dev (132/173) |
3100 | 2024-12-13T20:08:28.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2024-12-13T20:08:28.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2024-12-13T20:08:28.897Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3103 | 2024-12-13T20:08:28.898Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3104 | 2024-12-13T20:08:29.496Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3105 | 2024-12-13T20:08:29.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3106 | 2024-12-13T20:08:30.032Z | |
3107 | 2024-12-13T20:08:30.032Z | info: running `cargo check --bins` on ch-dev (133/173) |
3108 | 2024-12-13T20:08:30.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3109 | 2024-12-13T20:08:30.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3110 | 2024-12-13T20:08:30.684Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3111 | 2024-12-13T20:08:31.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3112 | 2024-12-13T20:08:31.567Z | |
3113 | 2024-12-13T20:08:31.567Z | info: running `cargo check --bins` on crdb-seed (134/173) |
3114 | 2024-12-13T20:08:32.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3115 | 2024-12-13T20:08:32.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3116 | 2024-12-13T20:08:32.222Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3117 | 2024-12-13T20:08:32.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3118 | 2024-12-13T20:08:32.762Z | |
3119 | 2024-12-13T20:08:32.762Z | info: running `cargo check --bins` on db-dev (135/173) |
3120 | 2024-12-13T20:08:33.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3121 | 2024-12-13T20:08:33.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3122 | 2024-12-13T20:08:33.419Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3123 | 2024-12-13T20:08:34.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3124 | 2024-12-13T20:08:34.313Z | |
3125 | 2024-12-13T20:08:34.313Z | info: running `cargo check --bins` on omicron-dev-lib (136/173) |
3126 | 2024-12-13T20:08:34.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3127 | 2024-12-13T20:08:34.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3128 | 2024-12-13T20:08:34.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3129 | 2024-12-13T20:08:34.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3130 | 2024-12-13T20:08:34.966Z | |
3131 | 2024-12-13T20:08:34.966Z | info: running `cargo check --bins` on xtask-downloader (137/173) |
3132 | 2024-12-13T20:08:35.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3133 | 2024-12-13T20:08:35.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3134 | 2024-12-13T20:08:35.573Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3135 | 2024-12-13T20:08:36.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
3136 | 2024-12-13T20:08:36.613Z | |
3137 | 2024-12-13T20:08:36.613Z | info: running `cargo check --bins` on omicron-ls-apis (138/173) |
3138 | 2024-12-13T20:08:37.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2024-12-13T20:08:37.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2024-12-13T20:08:37.235Z | Checking cargo-platform v0.1.8 |
3141 | 2024-12-13T20:08:37.500Z | Checking cargo_metadata v0.18.1 |
3142 | 2024-12-13T20:08:38.466Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3143 | 2024-12-13T20:08:39.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
3144 | 2024-12-13T20:08:39.366Z | |
3145 | 2024-12-13T20:08:39.366Z | info: running `cargo check --bins` on mgs-dev (139/173) |
3146 | 2024-12-13T20:08:39.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2024-12-13T20:08:39.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2024-12-13T20:08:40.075Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3149 | 2024-12-13T20:08:40.794Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3150 | 2024-12-13T20:08:41.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3151 | 2024-12-13T20:08:41.547Z | |
3152 | 2024-12-13T20:08:41.547Z | info: running `cargo check --bins` on omicron-omdb (140/173) |
3153 | 2024-12-13T20:08:42.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3154 | 2024-12-13T20:08:42.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3155 | 2024-12-13T20:08:42.326Z | Compiling crunchy v0.2.2 |
3156 | 2024-12-13T20:08:42.326Z | Compiling tiny-keccak v2.0.2 |
3157 | 2024-12-13T20:08:42.329Z | Compiling dsl_auto_type v0.1.2 |
3158 | 2024-12-13T20:08:42.329Z | Checking scheduled-thread-pool v0.2.7 |
3159 | 2024-12-13T20:08:42.330Z | Compiling diesel_table_macro_syntax v0.2.0 |
3160 | 2024-12-13T20:08:42.453Z | Compiling ascii-canvas v3.0.0 |
3161 | 2024-12-13T20:08:42.460Z | Compiling ena v0.14.3 |
3162 | 2024-12-13T20:08:42.467Z | Compiling regex-syntax v0.6.29 |
3163 | 2024-12-13T20:08:42.700Z | Checking r2d2 v0.8.10 |
3164 | 2024-12-13T20:08:42.724Z | Compiling diff v0.1.13 |
3165 | 2024-12-13T20:08:42.887Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3166 | 2024-12-13T20:08:42.903Z | Compiling ref-cast v1.0.23 |
3167 | 2024-12-13T20:08:42.970Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3168 | 2024-12-13T20:08:43.017Z | Compiling derive_builder_core v0.20.2 |
3169 | 2024-12-13T20:08:43.110Z | Compiling libxml v0.3.3 |
3170 | 2024-12-13T20:08:43.242Z | Compiling ref-cast-impl v1.0.23 |
3171 | 2024-12-13T20:08:43.360Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3172 | 2024-12-13T20:08:43.522Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3173 | 2024-12-13T20:08:43.541Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3174 | 2024-12-13T20:08:43.749Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3175 | 2024-12-13T20:08:43.821Z | Compiling strum_macros v0.24.3 |
3176 | 2024-12-13T20:08:43.874Z | Compiling samael v0.0.17 |
3177 | 2024-12-13T20:08:44.077Z | Compiling diesel_derives v2.2.3 |
3178 | 2024-12-13T20:08:44.168Z | Compiling indoc v1.0.9 |
3179 | 2024-12-13T20:08:45.153Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3180 | 2024-12-13T20:08:45.434Z | Compiling impl-trait-for-tuples v0.2.2 |
3181 | 2024-12-13T20:08:45.464Z | Compiling derive_builder_macro v0.20.2 |
3182 | 2024-12-13T20:08:45.711Z | Compiling lalrpop v0.19.12 |
3183 | 2024-12-13T20:08:46.355Z | Checking derive_builder v0.20.2 |
3184 | 2024-12-13T20:08:46.512Z | Compiling oso-derive v0.27.3 |
3185 | 2024-12-13T20:08:46.904Z | Checking quick-xml v0.33.0 |
3186 | 2024-12-13T20:08:47.521Z | Compiling diesel-dtrace v0.4.0 |
3187 | 2024-12-13T20:08:47.609Z | Checking maplit v1.0.2 |
3188 | 2024-12-13T20:08:47.760Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3189 | 2024-12-13T20:08:47.876Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3190 | 2024-12-13T20:08:48.153Z | Checking bb8 v0.8.5 |
3191 | 2024-12-13T20:08:48.421Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3192 | 2024-12-13T20:08:48.646Z | Checking castaway v0.2.3 |
3193 | 2024-12-13T20:08:48.672Z | Checking rand_seeder v0.3.0 |
3194 | 2024-12-13T20:08:48.734Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3195 | 2024-12-13T20:08:48.804Z | Checking compact_str v0.8.0 |
3196 | 2024-12-13T20:08:48.921Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3197 | 2024-12-13T20:08:49.126Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3198 | 2024-12-13T20:08:49.525Z | Checking unicode-truncate v1.1.0 |
3199 | 2024-12-13T20:08:49.750Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3200 | 2024-12-13T20:08:49.767Z | Checking lru v0.12.5 |
3201 | 2024-12-13T20:08:50.044Z | Compiling instability v0.3.2 |
3202 | 2024-12-13T20:08:50.060Z | Checking cassowary v0.3.0 |
3203 | 2024-12-13T20:08:50.405Z | Checking unicode-linebreak v0.1.5 |
3204 | 2024-12-13T20:08:50.506Z | Checking smawk v0.3.2 |
3205 | 2024-12-13T20:08:50.714Z | Checking is_ci v1.2.0 |
3206 | 2024-12-13T20:08:50.818Z | Checking textwrap v0.16.1 |
3207 | 2024-12-13T20:08:50.859Z | Checking supports-color v3.0.1 |
3208 | 2024-12-13T20:08:51.080Z | Checking multimap v0.10.0 |
3209 | 2024-12-13T20:08:51.114Z | Checking ratatui v0.28.1 |
3210 | 2024-12-13T20:08:51.133Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3211 | 2024-12-13T20:08:54.014Z | Checking diesel v2.2.6 |
3212 | 2024-12-13T20:09:19.469Z | Compiling polar-core v0.27.3 |
3213 | 2024-12-13T20:09:23.542Z | Checking async-bb8-diesel v0.2.1 |
3214 | 2024-12-13T20:09:26.970Z | Checking oso v0.27.3 |
3215 | 2024-12-13T20:10:37.085Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3216 | 2024-12-13T20:10:43.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s |
3217 | 2024-12-13T20:10:43.326Z | |
3218 | 2024-12-13T20:10:43.326Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173) |
3219 | 2024-12-13T20:10:43.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3220 | 2024-12-13T20:10:43.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3221 | 2024-12-13T20:10:43.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3222 | 2024-12-13T20:10:43.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3223 | 2024-12-13T20:10:43.999Z | |
3224 | 2024-12-13T20:10:43.999Z | info: running `cargo check --bins` on nexus-saga-recovery (142/173) |
3225 | 2024-12-13T20:10:44.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3226 | 2024-12-13T20:10:44.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3227 | 2024-12-13T20:10:44.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3228 | 2024-12-13T20:10:44.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3229 | 2024-12-13T20:10:44.668Z | |
3230 | 2024-12-13T20:10:44.668Z | info: running `cargo check --bins` on nexus-test-utils-macros (143/173) |
3231 | 2024-12-13T20:10:45.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3232 | 2024-12-13T20:10:45.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3233 | 2024-12-13T20:10:45.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3234 | 2024-12-13T20:10:45.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3235 | 2024-12-13T20:10:45.279Z | |
3236 | 2024-12-13T20:10:45.279Z | info: running `cargo check --bins` on omicron-nexus (144/173) |
3237 | 2024-12-13T20:10:45.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3238 | 2024-12-13T20:10:45.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3239 | 2024-12-13T20:10:46.067Z | Compiling libz-sys v1.1.20 |
3240 | 2024-12-13T20:10:46.185Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3241 | 2024-12-13T20:10:46.197Z | Compiling vergen v8.3.2 |
3242 | 2024-12-13T20:10:46.199Z | Compiling cargo-platform v0.1.8 |
3243 | 2024-12-13T20:10:46.199Z | Compiling pin-project-internal v1.1.6 |
3244 | 2024-12-13T20:10:46.233Z | Compiling libsqlite3-sys v0.30.1 |
3245 | 2024-12-13T20:10:46.235Z | Compiling snafu-derive v0.8.5 |
3246 | 2024-12-13T20:10:46.235Z | Compiling buf-list v1.0.3 |
3247 | 2024-12-13T20:10:46.473Z | Compiling cfg_aliases v0.2.1 |
3248 | 2024-12-13T20:10:46.600Z | Compiling cargo_metadata v0.18.1 |
3249 | 2024-12-13T20:10:46.700Z | Compiling rustls v0.21.12 |
3250 | 2024-12-13T20:10:46.789Z | Compiling nix v0.29.0 |
3251 | 2024-12-13T20:10:46.930Z | Checking globset v0.4.15 |
3252 | 2024-12-13T20:10:47.017Z | Checking olpc-cjson v0.1.4 |
3253 | 2024-12-13T20:10:47.115Z | Checking sct v0.7.1 |
3254 | 2024-12-13T20:10:47.241Z | Checking rustls-webpki v0.101.7 |
3255 | 2024-12-13T20:10:47.310Z | Checking serde_plain v1.0.2 |
3256 | 2024-12-13T20:10:47.445Z | Checking typed-path v0.9.3 |
3257 | 2024-12-13T20:10:47.862Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3258 | 2024-12-13T20:10:48.114Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3259 | 2024-12-13T20:10:48.136Z | Checking hashlink v0.9.1 |
3260 | 2024-12-13T20:10:48.398Z | Checking parse-size v1.1.0 |
3261 | 2024-12-13T20:10:48.581Z | Checking fallible-iterator v0.3.0 |
3262 | 2024-12-13T20:10:48.749Z | Checking fallible-streaming-iterator v0.1.9 |
3263 | 2024-12-13T20:10:49.217Z | Checking rusqlite v0.32.1 |
3264 | 2024-12-13T20:10:49.245Z | Checking pin-project v1.1.6 |
3265 | 2024-12-13T20:10:49.393Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3266 | 2024-12-13T20:10:49.418Z | Checking rustls-pemfile v1.0.4 |
3267 | 2024-12-13T20:10:49.545Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3268 | 2024-12-13T20:10:49.613Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3269 | 2024-12-13T20:10:49.885Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3270 | 2024-12-13T20:10:50.220Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3271 | 2024-12-13T20:10:50.324Z | Checking twox-hash v1.6.3 |
3272 | 2024-12-13T20:10:50.355Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3273 | 2024-12-13T20:10:50.801Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3274 | 2024-12-13T20:10:50.820Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3275 | 2024-12-13T20:10:51.138Z | Checking tokio-rustls v0.24.1 |
3276 | 2024-12-13T20:10:51.413Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3277 | 2024-12-13T20:10:51.431Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3278 | 2024-12-13T20:10:51.488Z | Checking fatfs v0.3.6 |
3279 | 2024-12-13T20:10:51.696Z | Checking snafu v0.8.5 |
3280 | 2024-12-13T20:10:52.172Z | Checking tough v0.19.0 |
3281 | 2024-12-13T20:10:52.260Z | Checking assert_matches v1.5.0 |
3282 | 2024-12-13T20:10:56.408Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3283 | 2024-12-13T20:10:57.767Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3284 | 2024-12-13T20:10:58.210Z | Compiling git2 v0.19.0 |
3285 | 2024-12-13T20:11:02.960Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3286 | 2024-12-13T20:11:54.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
3287 | 2024-12-13T20:11:54.896Z | |
3288 | 2024-12-13T20:11:54.896Z | info: running `cargo check --bins` on nexus-external-api (145/173) |
3289 | 2024-12-13T20:11:55.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2024-12-13T20:11:55.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2024-12-13T20:11:55.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3292 | 2024-12-13T20:11:55.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3293 | 2024-12-13T20:11:55.576Z | |
3294 | 2024-12-13T20:11:55.576Z | info: running `cargo check --bins` on openapi-manager-types (146/173) |
3295 | 2024-12-13T20:11:56.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3296 | 2024-12-13T20:11:56.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3297 | 2024-12-13T20:11:56.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3298 | 2024-12-13T20:11:56.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3299 | 2024-12-13T20:11:56.189Z | |
3300 | 2024-12-13T20:11:56.189Z | info: running `cargo check --bins` on nexus-internal-api (147/173) |
3301 | 2024-12-13T20:11:56.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3302 | 2024-12-13T20:11:56.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3303 | 2024-12-13T20:11:56.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3304 | 2024-12-13T20:11:56.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3305 | 2024-12-13T20:11:56.854Z | |
3306 | 2024-12-13T20:11:56.855Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (148/173) |
3307 | 2024-12-13T20:11:57.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3308 | 2024-12-13T20:11:57.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3309 | 2024-12-13T20:11:57.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3310 | 2024-12-13T20:11:57.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3311 | 2024-12-13T20:11:57.529Z | |
3312 | 2024-12-13T20:11:57.529Z | info: running `cargo check --bins` on nexus-networking (149/173) |
3313 | 2024-12-13T20:11:58.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3314 | 2024-12-13T20:11:58.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3315 | 2024-12-13T20:11:58.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3316 | 2024-12-13T20:11:58.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3317 | 2024-12-13T20:11:58.215Z | |
3318 | 2024-12-13T20:11:58.215Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (150/173) |
3319 | 2024-12-13T20:11:58.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3320 | 2024-12-13T20:11:58.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3321 | 2024-12-13T20:11:58.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3322 | 2024-12-13T20:11:58.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3323 | 2024-12-13T20:11:58.908Z | |
3324 | 2024-12-13T20:11:58.908Z | info: running `cargo check --bins` on update-common (151/173) |
3325 | 2024-12-13T20:11:59.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3326 | 2024-12-13T20:11:59.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3327 | 2024-12-13T20:11:59.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3328 | 2024-12-13T20:11:59.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3329 | 2024-12-13T20:11:59.566Z | |
3330 | 2024-12-13T20:11:59.566Z | info: running `cargo check --bins` on tufaceous-lib (152/173) |
3331 | 2024-12-13T20:12:00.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2024-12-13T20:12:00.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2024-12-13T20:12:00.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3334 | 2024-12-13T20:12:00.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3335 | 2024-12-13T20:12:00.215Z | |
3336 | 2024-12-13T20:12:00.215Z | info: running `cargo check --bins` on tufaceous (153/173) |
3337 | 2024-12-13T20:12:00.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2024-12-13T20:12:00.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2024-12-13T20:12:00.890Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3340 | 2024-12-13T20:12:01.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3341 | 2024-12-13T20:12:02.039Z | |
3342 | 2024-12-13T20:12:02.039Z | info: running `cargo check --bins` on omicron-dev (154/173) |
3343 | 2024-12-13T20:12:02.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2024-12-13T20:12:02.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2024-12-13T20:12:02.893Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3346 | 2024-12-13T20:12:03.019Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3347 | 2024-12-13T20:12:03.019Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3348 | 2024-12-13T20:12:03.023Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3349 | 2024-12-13T20:12:28.895Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3350 | 2024-12-13T20:12:28.895Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3351 | 2024-12-13T20:12:28.900Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3352 | 2024-12-13T20:12:28.900Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3353 | 2024-12-13T20:12:28.900Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3354 | 2024-12-13T20:12:29.814Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3355 | 2024-12-13T20:12:31.101Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3356 | 2024-12-13T20:13:08.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
3357 | 2024-12-13T20:13:09.131Z | |
3358 | 2024-12-13T20:13:09.131Z | info: running `cargo check --bins` on openapi-manager (155/173) |
3359 | 2024-12-13T20:13:09.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3360 | 2024-12-13T20:13:09.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3361 | 2024-12-13T20:13:09.834Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3362 | 2024-12-13T20:13:09.839Z | Checking heck v0.4.1 |
3363 | 2024-12-13T20:13:09.839Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3364 | 2024-12-13T20:13:10.086Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3365 | 2024-12-13T20:13:11.458Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3366 | 2024-12-13T20:13:12.355Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3367 | 2024-12-13T20:13:13.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
3368 | 2024-12-13T20:13:13.641Z | |
3369 | 2024-12-13T20:13:13.642Z | info: running `cargo check --bins` on installinator-api (156/173) |
3370 | 2024-12-13T20:13:14.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3371 | 2024-12-13T20:13:14.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3372 | 2024-12-13T20:13:14.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3373 | 2024-12-13T20:13:14.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3374 | 2024-12-13T20:13:14.287Z | |
3375 | 2024-12-13T20:13:14.287Z | info: running `cargo check --bins` on wicketd-api (157/173) |
3376 | 2024-12-13T20:13:14.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3377 | 2024-12-13T20:13:14.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3378 | 2024-12-13T20:13:14.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3379 | 2024-12-13T20:13:14.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3380 | 2024-12-13T20:13:14.934Z | |
3381 | 2024-12-13T20:13:14.935Z | info: running `cargo check --bins` on reconfigurator-cli (158/173) |
3382 | 2024-12-13T20:13:15.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3383 | 2024-12-13T20:13:15.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3384 | 2024-12-13T20:13:15.618Z | Compiling petname v2.0.2 |
3385 | 2024-12-13T20:13:15.621Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3386 | 2024-12-13T20:13:15.621Z | Checking sync-ptr v0.1.1 |
3387 | 2024-12-13T20:13:17.026Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3388 | 2024-12-13T20:13:18.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s |
3389 | 2024-12-13T20:13:18.768Z | |
3390 | 2024-12-13T20:13:18.768Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173) |
3391 | 2024-12-13T20:13:19.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3392 | 2024-12-13T20:13:19.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3393 | 2024-12-13T20:13:19.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3394 | 2024-12-13T20:13:19.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3395 | 2024-12-13T20:13:19.431Z | |
3396 | 2024-12-13T20:13:19.431Z | info: running `cargo check --bins` on omicron-releng (160/173) |
3397 | 2024-12-13T20:13:20.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3398 | 2024-12-13T20:13:20.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3399 | 2024-12-13T20:13:20.094Z | Checking memmap2 v0.9.5 |
3400 | 2024-12-13T20:13:20.094Z | Checking arrayvec v0.7.6 |
3401 | 2024-12-13T20:13:20.094Z | Checking constant_time_eq v0.3.1 |
3402 | 2024-12-13T20:13:20.096Z | Checking arrayref v0.3.9 |
3403 | 2024-12-13T20:13:20.096Z | Checking spin v0.5.2 |
3404 | 2024-12-13T20:13:20.096Z | Checking topological-sort v0.2.2 |
3405 | 2024-12-13T20:13:20.201Z | Checking shell-words v1.1.0 |
3406 | 2024-12-13T20:13:20.368Z | Checking ring v0.16.20 |
3407 | 2024-12-13T20:13:20.489Z | Checking blake3 v1.5.4 |
3408 | 2024-12-13T20:13:21.477Z | Checking omicron-zone-package v0.11.1 |
3409 | 2024-12-13T20:13:22.604Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3410 | 2024-12-13T20:13:23.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
3411 | 2024-12-13T20:13:23.689Z | |
3412 | 2024-12-13T20:13:23.689Z | info: running `cargo check --bins` on xtask (161/173) |
3413 | 2024-12-13T20:13:24.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3414 | 2024-12-13T20:13:24.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3415 | 2024-12-13T20:13:24.122Z | Checking bitflags v2.6.0 |
3416 | 2024-12-13T20:13:24.125Z | Checking serde v1.0.215 |
3417 | 2024-12-13T20:13:24.125Z | Checking thiserror v1.0.69 |
3418 | 2024-12-13T20:13:24.220Z | Checking scroll v0.12.0 |
3419 | 2024-12-13T20:13:24.228Z | Checking hashbrown v0.15.1 |
3420 | 2024-12-13T20:13:24.231Z | Checking log v0.4.22 |
3421 | 2024-12-13T20:13:24.239Z | Checking zerocopy v0.7.35 |
3422 | 2024-12-13T20:13:24.262Z | Checking syn v2.0.87 |
3423 | 2024-12-13T20:13:24.310Z | Checking pest v2.7.14 |
3424 | 2024-12-13T20:13:24.439Z | Checking rustix v0.38.37 |
3425 | 2024-12-13T20:13:24.498Z | Checking once_cell v1.20.2 |
3426 | 2024-12-13T20:13:24.676Z | Checking goblin v0.8.2 |
3427 | 2024-12-13T20:13:24.795Z | Checking fs-err v2.11.0 |
3428 | 2024-12-13T20:13:25.088Z | Checking tabled v0.15.0 |
3429 | 2024-12-13T20:13:25.246Z | Checking indexmap v2.6.0 |
3430 | 2024-12-13T20:13:25.646Z | Checking anyhow v1.0.93 |
3431 | 2024-12-13T20:13:26.291Z | Checking terminal_size v0.4.0 |
3432 | 2024-12-13T20:13:26.291Z | Checking tempfile v3.13.0 |
3433 | 2024-12-13T20:13:26.457Z | Checking clap_builder v4.5.21 |
3434 | 2024-12-13T20:13:26.779Z | Checking dtrace-parser v0.2.0 |
3435 | 2024-12-13T20:13:28.421Z | Checking serde_json v1.0.132 |
3436 | 2024-12-13T20:13:28.421Z | Checking serde_spanned v0.6.8 |
3437 | 2024-12-13T20:13:28.424Z | Checking toml_datetime v0.6.8 |
3438 | 2024-12-13T20:13:28.424Z | Checking camino v1.1.9 |
3439 | 2024-12-13T20:13:28.424Z | Checking cargo-platform v0.1.8 |
3440 | 2024-12-13T20:13:28.625Z | Checking semver v1.0.23 |
3441 | 2024-12-13T20:13:28.628Z | Checking clap v4.5.21 |
3442 | 2024-12-13T20:13:28.684Z | Checking macaddr v1.0.1 |
3443 | 2024-12-13T20:13:28.710Z | Checking toml_edit v0.22.22 |
3444 | 2024-12-13T20:13:28.984Z | Checking camino-tempfile v1.1.1 |
3445 | 2024-12-13T20:13:29.703Z | Checking dof v0.3.0 |
3446 | 2024-12-13T20:13:29.703Z | Checking cargo_metadata v0.18.1 |
3447 | 2024-12-13T20:13:30.112Z | Checking usdt-impl v0.5.0 |
3448 | 2024-12-13T20:13:30.466Z | Checking usdt v0.5.0 |
3449 | 2024-12-13T20:13:30.529Z | Checking toml v0.8.19 |
3450 | 2024-12-13T20:13:31.008Z | Checking cargo_toml v0.20.5 |
3451 | 2024-12-13T20:13:32.202Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3452 | 2024-12-13T20:13:32.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s |
3453 | 2024-12-13T20:13:32.915Z | |
3454 | 2024-12-13T20:13:32.915Z | info: running `cargo check --bins` on end-to-end-tests (162/173) |
3455 | 2024-12-13T20:13:33.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3456 | 2024-12-13T20:13:33.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3457 | 2024-12-13T20:13:33.681Z | Checking polyval v0.6.2 |
3458 | 2024-12-13T20:13:33.796Z | Checking ctr v0.9.2 |
3459 | 2024-12-13T20:13:33.809Z | Checking ssh-encoding v0.2.0 |
3460 | 2024-12-13T20:13:33.812Z | Checking blowfish v0.9.1 |
3461 | 2024-12-13T20:13:33.832Z | Checking password-hash v0.4.2 |
3462 | 2024-12-13T20:13:33.835Z | Checking matches v0.1.10 |
3463 | 2024-12-13T20:13:33.862Z | Checking p256 v0.13.2 |
3464 | 2024-12-13T20:13:33.865Z | Checking p521 v0.13.3 |
3465 | 2024-12-13T20:13:33.937Z | Checking idna v0.2.3 |
3466 | 2024-12-13T20:13:34.010Z | Checking ghash v0.5.1 |
3467 | 2024-12-13T20:13:34.028Z | Checking bcrypt-pbkdf v0.10.0 |
3468 | 2024-12-13T20:13:34.035Z | Compiling enum-as-inner v0.5.1 |
3469 | 2024-12-13T20:13:34.126Z | Checking russh-cryptovec v0.7.3 |
3470 | 2024-12-13T20:13:34.171Z | Checking aes-gcm v0.10.3 |
3471 | 2024-12-13T20:13:34.234Z | Checking pbkdf2 v0.11.0 |
3472 | 2024-12-13T20:13:34.325Z | Checking md5 v0.7.0 |
3473 | 2024-12-13T20:13:34.348Z | Checking num-bigint v0.4.6 |
3474 | 2024-12-13T20:13:34.348Z | Checking des v0.8.1 |
3475 | 2024-12-13T20:13:34.421Z | Checking ssh-cipher v0.2.0 |
3476 | 2024-12-13T20:13:34.508Z | Compiling dhcproto-macros v0.1.0 |
3477 | 2024-12-13T20:13:34.615Z | Checking hex-literal v0.4.1 |
3478 | 2024-12-13T20:13:34.633Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3479 | 2024-12-13T20:13:34.714Z | Checking ssh-key v0.6.6 |
3480 | 2024-12-13T20:13:34.748Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3481 | 2024-12-13T20:13:34.779Z | Checking internet-checksum v0.2.1 |
3482 | 2024-12-13T20:13:35.076Z | Checking trust-dns-proto v0.22.0 |
3483 | 2024-12-13T20:13:36.014Z | Checking russh-keys v0.45.0 |
3484 | 2024-12-13T20:13:36.927Z | Checking russh v0.45.0 |
3485 | 2024-12-13T20:13:37.633Z | Checking dhcproto v0.12.0 |
3486 | 2024-12-13T20:13:54.800Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3487 | 2024-12-13T20:13:56.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.28s |
3488 | 2024-12-13T20:13:56.409Z | |
3489 | 2024-12-13T20:13:56.409Z | info: running `cargo check --bins` on gateway-cli (163/173) |
3490 | 2024-12-13T20:13:56.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3491 | 2024-12-13T20:13:56.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3492 | 2024-12-13T20:13:57.041Z | Checking termios v0.3.3 |
3493 | 2024-12-13T20:13:57.256Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3494 | 2024-12-13T20:13:58.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3495 | 2024-12-13T20:13:58.204Z | |
3496 | 2024-12-13T20:13:58.204Z | info: running `cargo check --bins --no-default-features` on installinator (164/173) |
3497 | 2024-12-13T20:13:58.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3498 | 2024-12-13T20:13:58.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3499 | 2024-12-13T20:13:58.904Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3500 | 2024-12-13T20:14:00.942Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3501 | 2024-12-13T20:14:02.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
3502 | 2024-12-13T20:14:03.024Z | |
3503 | 2024-12-13T20:14:03.024Z | info: running `cargo check --bins` on internal-dns-cli (165/173) |
3504 | 2024-12-13T20:14:03.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3505 | 2024-12-13T20:14:03.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3506 | 2024-12-13T20:14:03.646Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3507 | 2024-12-13T20:14:04.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3508 | 2024-12-13T20:14:04.306Z | |
3509 | 2024-12-13T20:14:04.306Z | info: running `cargo check --bins` on omicron-live-tests (166/173) |
3510 | 2024-12-13T20:14:04.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3511 | 2024-12-13T20:14:04.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3512 | 2024-12-13T20:14:04.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3513 | 2024-12-13T20:14:04.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3514 | 2024-12-13T20:14:04.930Z | |
3515 | 2024-12-13T20:14:04.930Z | info: running `cargo check --bins` on live-tests-macros (167/173) |
3516 | 2024-12-13T20:14:05.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2024-12-13T20:14:05.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2024-12-13T20:14:05.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3519 | 2024-12-13T20:14:05.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3520 | 2024-12-13T20:14:05.536Z | |
3521 | 2024-12-13T20:14:05.536Z | info: running `cargo check --bins` on omicron-package (168/173) |
3522 | 2024-12-13T20:14:06.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3523 | 2024-12-13T20:14:06.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3524 | 2024-12-13T20:14:06.264Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3525 | 2024-12-13T20:14:07.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
3526 | 2024-12-13T20:14:07.714Z | |
3527 | 2024-12-13T20:14:07.714Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3528 | 2024-12-13T20:14:08.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3529 | 2024-12-13T20:14:08.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3530 | 2024-12-13T20:14:08.418Z | Checking rtoolbox v0.0.2 |
3531 | 2024-12-13T20:14:08.421Z | Checking tui-tree-widget v0.22.0 |
3532 | 2024-12-13T20:14:08.421Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3533 | 2024-12-13T20:14:08.647Z | Checking rpassword v7.3.1 |
3534 | 2024-12-13T20:14:12.768Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3535 | 2024-12-13T20:14:15.795Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3536 | 2024-12-13T20:14:17.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.31s |
3537 | 2024-12-13T20:14:17.221Z | |
3538 | 2024-12-13T20:14:17.221Z | info: running `cargo check --bins` on wicket (170/173) |
3539 | 2024-12-13T20:14:17.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3540 | 2024-12-13T20:14:17.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3541 | 2024-12-13T20:14:17.927Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3542 | 2024-12-13T20:14:18.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
3543 | 2024-12-13T20:14:18.563Z | |
3544 | 2024-12-13T20:14:18.563Z | info: running `cargo check --bins` on wicketd (171/173) |
3545 | 2024-12-13T20:14:19.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3546 | 2024-12-13T20:14:19.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3547 | 2024-12-13T20:14:19.281Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3548 | 2024-12-13T20:14:23.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s |
3549 | 2024-12-13T20:14:23.484Z | |
3550 | 2024-12-13T20:14:23.484Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3551 | 2024-12-13T20:14:24.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3552 | 2024-12-13T20:14:24.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3553 | 2024-12-13T20:14:24.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3554 | 2024-12-13T20:14:24.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3555 | 2024-12-13T20:14:24.094Z | |
3556 | 2024-12-13T20:14:24.094Z | info: running `cargo check --bins` on zone-setup (173/173) |
3557 | 2024-12-13T20:14:24.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3558 | 2024-12-13T20:14:24.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3559 | 2024-12-13T20:14:24.827Z | Checking uzers v0.12.1 |
3560 | 2024-12-13T20:14:25.164Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3561 | 2024-12-13T20:14:26.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
3562 | 2024-12-13T20:14:26.550Z | |
3563 | 2024-12-13T20:14:26.550Z | real 12:55.318662631 |
3564 | 2024-12-13T20:14:26.550Z | user 24:15.620223838 |
3565 | 2024-12-13T20:14:26.550Z | sys 5:27.493210630 |
3566 | 2024-12-13T20:14:26.551Z | trap 0.473755112 |
3567 | 2024-12-13T20:14:26.551Z | tflt 2.243497142 |
3568 | 2024-12-13T20:14:26.551Z | dflt 3.073220295 |
3569 | 2024-12-13T20:14:26.555Z | kflt 0.000716530 |
3570 | 2024-12-13T20:14:26.555Z | lock 46:29.953302357 |
3571 | 2024-12-13T20:14:26.555Z | slp 2:06:09.774963399 |
3572 | 2024-12-13T20:14:26.555Z | lat 1:05.208823485 |
3573 | 2024-12-13T20:14:26.555Z | stop 3:23.975188890 |
3574 | 2024-12-13T20:14:26.555Z | process exited: duration 1066264 ms, exit code 0 |
|
3575 | 2024-12-13T20:14:26.562Z | found 0 output files |