|
|
|
1 | 2024-12-21T04:20:36.589Z | job assigned to worker 01JFKQ2RAPE37BNZZHVZNY4389 [factory aws, i-02f5349e6d677c27d] (queued for 56 s) |
|
2 | 2024-12-21T04:20:45.190Z | starting task 0: "setup" |
3 | 2024-12-21T04:20:45.198Z | ++ uname -s |
4 | 2024-12-21T04:20:45.210Z | + kern=SunOS |
5 | 2024-12-21T04:20:45.210Z | + case "$kern" in |
6 | 2024-12-21T04:20:45.211Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:20:45.211Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:20:47.211Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:20:47.297Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:20:47.300Z | + home_fs=zfs |
11 | 2024-12-21T04:20:47.300Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:20:47.300Z | + mkdir -p /home/build |
13 | 2024-12-21T04:20:47.304Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:20:49.307Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:20:49.315Z | process exited: duration 4120 ms, exit code 0 |
|
16 | 2024-12-21T04:20:49.324Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:20:49.328Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:20:49.328Z | ' 1.81.0 |
19 | 2024-12-21T04:20:49.328Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-21T04:20:49.328Z | ' default |
21 | 2024-12-21T04:20:49.329Z | * toolchain channel = "1.81.0" |
22 | 2024-12-21T04:20:49.329Z | * toolchain profile = "default" |
23 | 2024-12-21T04:20:49.333Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:20:49.333Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:20:49.451Z | info: downloading installer |
26 | 2024-12-21T04:20:50.862Z | info: profile set to 'default' |
27 | 2024-12-21T04:20:50.862Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:20:50.993Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:20:50.993Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:20:50.993Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:20:51.585Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:20:51.945Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:20:52.898Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:20:54.403Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:20:59.870Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:21:00.079Z | info: installing component 'cargo' |
37 | 2024-12-21T04:21:00.866Z | info: installing component 'clippy' |
38 | 2024-12-21T04:21:01.225Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:21:02.825Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:21:04.519Z | info: installing component 'rustc' |
41 | 2024-12-21T04:21:10.105Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:21:10.432Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:21:10.432Z | |
44 | 2024-12-21T04:21:10.807Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:21:10.808Z | |
46 | 2024-12-21T04:21:10.811Z | |
47 | 2024-12-21T04:21:10.811Z | Rust is installed now. Great! |
48 | 2024-12-21T04:21:10.811Z | |
49 | 2024-12-21T04:21:10.811Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:21:10.811Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:21:10.811Z | |
52 | 2024-12-21T04:21:10.811Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:21:10.811Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:21:10.812Z | |
55 | 2024-12-21T04:21:10.812Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:21:10.812Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:21:10.812Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:21:10.879Z | + rustc --version |
59 | 2024-12-21T04:21:10.950Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:21:10.954Z | process exited: duration 21629 ms, exit code 0 |
|
61 | 2024-12-21T04:21:10.961Z | starting task 2: "authentication" |
62 | 2024-12-21T04:21:10.977Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
63 | 2024-12-21T04:21:43.304Z | process exited: duration 32339 ms, exit code 0 |
|
64 | 2024-12-21T04:21:43.310Z | starting task 3: "clone repository" |
65 | 2024-12-21T04:21:43.315Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-12-21T04:21:43.319Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-12-21T04:21:44.401Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-12-21T04:21:51.927Z | + cd /work/oxidecomputer/omicron |
69 | 2024-12-21T04:21:51.927Z | + git fetch origin 9026ed2f3d434656d97e98729aaab9eb0c87eb4e |
70 | 2024-12-21T04:21:52.467Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-12-21T04:21:52.467Z | * branch 9026ed2f3d434656d97e98729aaab9eb0c87eb4e -> FETCH_HEAD |
72 | 2024-12-21T04:21:52.477Z | + [[ -n renovate/hyper-1.x ]] |
73 | 2024-12-21T04:21:52.482Z | ++ git branch --show-current |
74 | 2024-12-21T04:21:52.482Z | + current=main |
75 | 2024-12-21T04:21:52.482Z | + [[ main != renovate/hyper-1.x ]] |
76 | 2024-12-21T04:21:52.482Z | + git branch -f renovate/hyper-1.x 9026ed2f3d434656d97e98729aaab9eb0c87eb4e |
77 | 2024-12-21T04:21:52.487Z | + git checkout -f renovate/hyper-1.x |
78 | 2024-12-21T04:21:52.694Z | Switched to branch 'renovate/hyper-1.x' |
79 | 2024-12-21T04:21:52.728Z | + git reset --hard 9026ed2f3d434656d97e98729aaab9eb0c87eb4e |
80 | 2024-12-21T04:21:52.728Z | HEAD is now at 9026ed2f3 Update Rust crate hyper to 1.5.2 |
81 | 2024-12-21T04:21:52.728Z | process exited: duration 9389 ms, exit code 0 |
|
82 | 2024-12-21T04:21:52.755Z | starting task 4: "build" |
83 | 2024-12-21T04:21:52.762Z | + source .github/buildomat/ci-env.sh |
84 | 2024-12-21T04:21:52.762Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-12-21T04:21:52.762Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-12-21T04:21:52.762Z | + cargo --version |
87 | 2024-12-21T04:21:52.815Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
88 | 2024-12-21T04:21:52.819Z | + rustc --version |
89 | 2024-12-21T04:21:52.876Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
90 | 2024-12-21T04:21:52.880Z | + source ./env.sh |
91 | 2024-12-21T04:21:52.880Z | ++ OLD_SHELL_OPTS=ehxB |
92 | 2024-12-21T04:21:52.880Z | ++ set -o xtrace |
93 | 2024-12-21T04:21:52.884Z | ++++ dirname ./env.sh |
94 | 2024-12-21T04:21:52.885Z | +++ readlink -f . |
95 | 2024-12-21T04:21:52.938Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
96 | 2024-12-21T04:21:52.941Z | ++ export 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-21T04:21:52.941Z | ++ PATH=/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-21T04:21:52.941Z | ++ 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 |
99 | 2024-12-21T04:21:52.941Z | ++ 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 |
100 | 2024-12-21T04:21:52.941Z | ++ 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 |
101 | 2024-12-21T04:21:52.941Z | ++ 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 |
102 | 2024-12-21T04:21:52.942Z | ++ 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 |
103 | 2024-12-21T04:21:52.942Z | ++ 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 |
104 | 2024-12-21T04:21:52.942Z | ++ case $OLD_SHELL_OPTS in |
105 | 2024-12-21T04:21:52.942Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
106 | 2024-12-21T04:21:52.942Z | + 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 |
107 | 2024-12-21T04:21:52.942Z | + 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 |
108 | 2024-12-21T04:21:52.942Z | + banner prerequisites |
109 | 2024-12-21T04:21:53.013Z | |
110 | 2024-12-21T04:21:53.013Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2024-12-21T04:21:53.013Z | # # # # # # # # # # # # # # # |
112 | 2024-12-21T04:21:53.014Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2024-12-21T04:21:53.014Z | ##### ##### # ##### # # # # # # # # # |
114 | 2024-12-21T04:21:53.014Z | # # # # # # # # # # # # # # # |
115 | 2024-12-21T04:21:53.014Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2024-12-21T04:21:53.014Z | |
117 | 2024-12-21T04:21:53.016Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
118 | 2024-12-21T04:22:11.261Z | Startup: Refreshing catalog 'helios-dev' ... Done |
119 | 2024-12-21T04:22:15.377Z | Startup: Caching catalogs ... Done |
120 | 2024-12-21T04:22:25.974Z | Planning: Solver setup ... Done (9.632s) |
121 | 2024-12-21T04:22:26.104Z | Planning: Running solver ... Done (0.131s) |
122 | 2024-12-21T04:22:26.322Z | Planning: Finding local manifests ... Done (0.121s) |
123 | 2024-12-21T04:22:26.368Z | Planning: Fetching manifests: 0/5 0% complete |
124 | 2024-12-21T04:22:26.999Z | Planning: Fetching manifests: 5/5 100% complete |
125 | 2024-12-21T04:22:27.273Z | Planning: Package planning ... Done (0.273s) |
126 | 2024-12-21T04:22:27.329Z | Planning: Merging actions ... Done (0.056s) |
127 | 2024-12-21T04:22:28.435Z | Planning: Checking for conflicting actions ... Done (1.106s) |
128 | 2024-12-21T04:22:35.323Z | Planning: Consolidating action changes ... Done (6.886s) |
129 | 2024-12-21T04:22:35.701Z | Planning: Evaluating mediators ... Done (0.375s) |
130 | 2024-12-21T04:22:35.778Z | Planning: Planning completed in 20.30 seconds |
131 | 2024-12-21T04:22:35.879Z | Packages to install: 4 |
132 | 2024-12-21T04:22:35.879Z | Packages to update: 1 |
133 | 2024-12-21T04:22:35.881Z | Mediators to change: 2 |
134 | 2024-12-21T04:22:35.882Z | Services to change: 1 |
135 | 2024-12-21T04:22:35.882Z | Estimated space available: 155.63 GB |
136 | 2024-12-21T04:22:35.883Z | Estimated space to be consumed: 1.62 GB |
137 | 2024-12-21T04:22:35.883Z | Create boot environment: No |
138 | 2024-12-21T04:22:35.883Z | Create backup boot environment: Yes |
139 | 2024-12-21T04:22:35.883Z | Rebuild boot archive: No |
140 | 2024-12-21T04:22:35.884Z | |
141 | 2024-12-21T04:22:35.884Z | Changed mediators: |
142 | 2024-12-21T04:22:35.884Z | mediator clang: |
143 | 2024-12-21T04:22:35.884Z | version: None -> 15 (system default) |
144 | 2024-12-21T04:22:35.884Z | |
145 | 2024-12-21T04:22:35.884Z | mediator llvm: |
146 | 2024-12-21T04:22:35.884Z | version: 14 (system default) -> 15 (system default) |
147 | 2024-12-21T04:22:35.884Z | |
148 | 2024-12-21T04:22:35.884Z | Changed packages: |
149 | 2024-12-21T04:22:35.884Z | helios-dev |
150 | 2024-12-21T04:22:35.884Z | developer/build-essential |
151 | 2024-12-21T04:22:35.884Z | None -> 11-2.0 |
152 | 2024-12-21T04:22:35.884Z | library/libxmlsec1 |
153 | 2024-12-21T04:22:35.884Z | None -> 1.2.35-2.0 |
154 | 2024-12-21T04:22:35.884Z | ooce/developer/clang-15 |
155 | 2024-12-21T04:22:35.884Z | None -> 15.0.7-2.0 |
156 | 2024-12-21T04:22:35.884Z | ooce/developer/llvm-15 |
157 | 2024-12-21T04:22:35.884Z | None -> 15.0.7-2.0 |
158 | 2024-12-21T04:22:35.884Z | package/pkg |
159 | 2024-12-21T04:22:35.884Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
160 | 2024-12-21T04:22:35.884Z | |
161 | 2024-12-21T04:22:35.884Z | Services: |
162 | 2024-12-21T04:22:35.884Z | restart_fmri: |
163 | 2024-12-21T04:22:35.884Z | svc:/system/update-man-index:default |
164 | 2024-12-21T04:22:35.884Z | |
165 | 2024-12-21T04:22:35.884Z | Editable files to change: |
166 | 2024-12-21T04:22:35.884Z | Update: |
167 | 2024-12-21T04:22:35.884Z | usr/share/lib/pkg/web/config.shtml |
168 | 2024-12-21T04:22:36.275Z | |
169 | 2024-12-21T04:22:36.275Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
170 | 2024-12-21T04:22:41.364Z | Download: 207/4281 items 1.3/220.6MB 0% complete (369k/s) |
171 | 2024-12-21T04:22:50.812Z | Download: 210/4281 items 1.3/220.6MB 0% complete |
172 | 2024-12-21T04:23:06.798Z | Download: 211/4281 items 1.3/220.6MB 0% complete |
173 | 2024-12-21T04:23:12.901Z | Download: 213/4281 items 1.3/220.6MB 0% complete (5.8k/s) |
174 | 2024-12-21T04:23:17.930Z | Download: 472/4281 items 17.1/220.6MB 7% complete (2.4M/s) |
175 | 2024-12-21T04:23:22.931Z | Download: 974/4281 items 19.2/220.6MB 8% complete (1.8M/s) |
176 | 2024-12-21T04:23:29.460Z | Download: 1196/4281 items 83.4/220.6MB 37% complete (6.7M/s) |
177 | 2024-12-21T04:23:34.464Z | Download: 1280/4281 items 114.0/220.6MB 51% complete (3.3M/s) |
178 | 2024-12-21T04:23:39.475Z | Download: 1387/4281 items 115.1/220.6MB 52% complete (3.3M/s) |
179 | 2024-12-21T04:23:44.623Z | Download: 1548/4281 items 115.7/220.6MB 52% complete (1.8M/s) |
180 | 2024-12-21T04:23:49.685Z | Download: 1658/4281 items 116.3/220.6MB 52% complete (175k/s) |
181 | 2024-12-21T04:23:54.691Z | Download: 2141/4281 items 117.3/220.6MB 53% complete (167k/s) |
182 | 2024-12-21T04:24:02.801Z | Download: 2221/4281 items 118.5/220.6MB 53% complete (195k/s) |
183 | 2024-12-21T04:24:24.543Z | Download: 2222/4281 items 118.5/220.6MB 53% complete |
184 | 2024-12-21T04:24:29.547Z | Download: 3196/4281 items 176.0/220.6MB 79% complete (11.4M/s) |
185 | 2024-12-21T04:24:35.704Z | Download: 3247/4281 items 203.0/220.6MB 92% complete (10.6M/s) |
186 | 2024-12-21T04:24:51.524Z | Download: 3248/4281 items 203.1/220.6MB 92% complete |
187 | 2024-12-21T04:24:56.526Z | Download: 3576/4281 items 215.9/220.6MB 97% complete (2.6M/s) |
188 | 2024-12-21T04:24:58.487Z | Download: Completed 220.60 MB in 142.20 seconds (1.6M/s) |
189 | 2024-12-21T04:25:00.663Z | Actions: 1/5063 actions (Removing old actions) |
190 | 2024-12-21T04:25:00.680Z | Actions: 194/5063 actions (Installing new actions) |
191 | 2024-12-21T04:25:05.694Z | Actions: 4084/5063 actions (Installing new actions) |
192 | 2024-12-21T04:25:06.327Z | Actions: 4226/5063 actions (Updating modified actions) |
193 | 2024-12-21T04:25:06.747Z | Actions: Completed 5063 actions in 6.08 seconds. |
194 | 2024-12-21T04:25:07.148Z | Done (0.394s) |
195 | 2024-12-21T04:25:07.150Z | Done (0.000s) |
196 | 2024-12-21T04:25:07.727Z | Done (0.578s) |
197 | 2024-12-21T04:25:13.929Z | Done (5.984s) |
198 | 2024-12-21T04:25:14.257Z | Done (0.259s) |
199 | 2024-12-21T04:25:14.259Z | Done (0.000s) |
200 | 2024-12-21T04:25:14.395Z | Done (0.000s) |
201 | 2024-12-21T04:25:15.084Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-12-21T04:25:15.243Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-12-21T04:25:15.246Z | Planning: Consolidating action changes ... Done |
204 | 2024-12-21T04:25:15.510Z | Planning: Evaluating mediators ... Done |
205 | 2024-12-21T04:25:15.519Z | Planning: Planning completed in 0.43 seconds |
206 | 2024-12-21T04:25:15.548Z | Mediators to change: 2 |
207 | 2024-12-21T04:25:15.548Z | Create boot environment: No |
208 | 2024-12-21T04:25:15.551Z | Create backup boot environment: No |
209 | 2024-12-21T04:25:15.622Z | Done |
210 | 2024-12-21T04:25:15.622Z | Done |
211 | 2024-12-21T04:25:15.979Z | Done |
212 | 2024-12-21T04:25:19.578Z | Done |
213 | 2024-12-21T04:25:19.667Z | Done |
214 | 2024-12-21T04:25:19.670Z | Done |
215 | 2024-12-21T04:25:19.847Z | Done |
216 | 2024-12-21T04:25:20.460Z | Planning: Evaluating mediator changes ... Done |
217 | 2024-12-21T04:25:20.465Z | Planning: Merging actions ... Done |
218 | 2024-12-21T04:25:20.647Z | Planning: Checking for conflicting actions ... Done |
219 | 2024-12-21T04:25:20.651Z | Planning: Consolidating action changes ... Done |
220 | 2024-12-21T04:25:20.915Z | Planning: Evaluating mediators ... Done |
221 | 2024-12-21T04:25:20.970Z | Planning: Planning completed in 0.76 seconds |
222 | 2024-12-21T04:25:21.011Z | Packages to change: 1 |
223 | 2024-12-21T04:25:21.011Z | Mediators to change: 1 |
224 | 2024-12-21T04:25:21.013Z | Services to change: 1 |
225 | 2024-12-21T04:25:21.013Z | Create boot environment: No |
226 | 2024-12-21T04:25:21.013Z | Create backup boot environment: Yes |
227 | 2024-12-21T04:25:23.007Z | Actions: 1/6 actions (Updating modified actions) |
228 | 2024-12-21T04:25:23.064Z | Actions: Completed 6 actions in 0.06 seconds. |
229 | 2024-12-21T04:25:23.067Z | Done |
230 | 2024-12-21T04:25:23.067Z | Done |
231 | 2024-12-21T04:25:23.179Z | Done |
232 | 2024-12-21T04:25:26.806Z | Done |
233 | 2024-12-21T04:25:26.894Z | Done |
234 | 2024-12-21T04:25:26.898Z | Done |
235 | 2024-12-21T04:25:27.038Z | Done |
236 | 2024-12-21T04:25:27.464Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
237 | 2024-12-21T04:25:27.464Z | clang system 15 system |
238 | 2024-12-21T04:25:27.465Z | csh system system illumos |
239 | 2024-12-21T04:25:27.465Z | ctags system system illumos |
240 | 2024-12-21T04:25:27.465Z | gcc vendor 12 vendor |
241 | 2024-12-21T04:25:27.465Z | gcc system 10 system |
242 | 2024-12-21T04:25:27.465Z | gcc system 7 system |
243 | 2024-12-21T04:25:27.465Z | go system 1.20 system |
244 | 2024-12-21T04:25:27.465Z | go system 1.19 system |
245 | 2024-12-21T04:25:27.465Z | llvm system 15 system |
246 | 2024-12-21T04:25:27.465Z | llvm system 14 system |
247 | 2024-12-21T04:25:27.465Z | mariadb system 10.6 system |
248 | 2024-12-21T04:25:27.465Z | mta vendor vendor dma |
249 | 2024-12-21T04:25:27.465Z | openjdk system 17 system |
250 | 2024-12-21T04:25:27.465Z | openjdk system 11 system |
251 | 2024-12-21T04:25:27.465Z | openjdk system 1.8 system |
252 | 2024-12-21T04:25:27.465Z | openssl vendor 3 vendor |
253 | 2024-12-21T04:25:27.465Z | perl system 5.36 system |
254 | 2024-12-21T04:25:27.465Z | postgresql system 15 system |
255 | 2024-12-21T04:25:27.465Z | postgresql system 13 system |
256 | 2024-12-21T04:25:27.465Z | python vendor 3 vendor |
257 | 2024-12-21T04:25:27.465Z | python system 2 system |
258 | 2024-12-21T04:25:27.465Z | python3 system 3.11 system |
259 | 2024-12-21T04:25:27.465Z | ruby system 3.0 system |
260 | 2024-12-21T04:25:27.465Z | words vendor vendor american-english |
261 | 2024-12-21T04:25:27.466Z | words system system australian-english |
262 | 2024-12-21T04:25:27.466Z | words system system british-english |
263 | 2024-12-21T04:25:27.466Z | words system system canadian-english |
264 | 2024-12-21T04:25:27.466Z | words system system french |
265 | 2024-12-21T04:25:27.466Z | words system system italian |
266 | 2024-12-21T04:25:27.466Z | words system system ngerman |
267 | 2024-12-21T04:25:27.466Z | words system system ogerman |
268 | 2024-12-21T04:25:27.466Z | words system system spanish |
269 | 2024-12-21T04:25:27.789Z | PUBLISHER TYPE STATUS P LOCATION |
270 | 2024-12-21T04:25:27.789Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
271 | 2024-12-21T04:25:30.535Z | FMRI IFO |
272 | 2024-12-21T04:25:30.535Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
273 | 2024-12-21T04:25:30.535Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
274 | 2024-12-21T04:25:30.535Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
275 | 2024-12-21T04:25:30.535Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
276 | 2024-12-21T04:25:30.535Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
277 | 2024-12-21T04:25:30.535Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
278 | 2024-12-21T04:25:30.535Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
279 | 2024-12-21T04:25:30.535Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
280 | 2024-12-21T04:25:30.535Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
281 | 2024-12-21T04:25:30.535Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
282 | 2024-12-21T04:25:30.535Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
283 | 2024-12-21T04:25:30.535Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
284 | 2024-12-21T04:25:30.535Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
285 | 2024-12-21T04:25:30.535Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
286 | 2024-12-21T04:25:30.535Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
287 | 2024-12-21T04:25:31.292Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
288 | 2024-12-21T04:25:31.534Z | Updating crates.io index |
289 | 2024-12-21T04:25:31.538Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
290 | 2024-12-21T04:25:32.006Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
291 | 2024-12-21T04:25:32.490Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
292 | 2024-12-21T04:25:32.776Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
293 | 2024-12-21T04:25:33.033Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
294 | 2024-12-21T04:25:33.317Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
295 | 2024-12-21T04:25:34.166Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
296 | 2024-12-21T04:25:35.782Z | Updating git repository `https://github.com/oxidecomputer/opte` |
297 | 2024-12-21T04:25:36.513Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
298 | 2024-12-21T04:25:37.213Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
299 | 2024-12-21T04:25:37.513Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
300 | 2024-12-21T04:25:37.827Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
301 | 2024-12-21T04:25:38.456Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
302 | 2024-12-21T04:25:38.773Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
303 | 2024-12-21T04:25:39.168Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
304 | 2024-12-21T04:25:39.437Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
305 | 2024-12-21T04:25:39.689Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
306 | 2024-12-21T04:25:39.938Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
307 | 2024-12-21T04:25:40.247Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
308 | 2024-12-21T04:25:40.513Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
309 | 2024-12-21T04:25:40.817Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
310 | 2024-12-21T04:25:41.142Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
311 | 2024-12-21T04:25:41.623Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
312 | 2024-12-21T04:25:42.036Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
313 | 2024-12-21T04:25:42.446Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
314 | 2024-12-21T04:25:42.861Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
315 | 2024-12-21T04:25:43.124Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
316 | 2024-12-21T04:25:43.380Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
317 | 2024-12-21T04:25:43.649Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
318 | 2024-12-21T04:25:44.995Z | Downloading crates ... |
319 | 2024-12-21T04:25:45.085Z | Downloaded anstyle v1.0.10 |
320 | 2024-12-21T04:25:45.089Z | Downloaded anstream v0.6.15 |
321 | 2024-12-21T04:25:45.096Z | Downloaded anyhow v1.0.93 |
322 | 2024-12-21T04:25:45.101Z | Downloaded clap v4.5.21 |
323 | 2024-12-21T04:25:45.110Z | Downloaded camino-tempfile v1.1.1 |
324 | 2024-12-21T04:25:45.113Z | Downloaded anstyle-parse v0.2.5 |
325 | 2024-12-21T04:25:45.115Z | Downloaded autocfg v1.4.0 |
326 | 2024-12-21T04:25:45.115Z | Downloaded bytecount v0.6.8 |
327 | 2024-12-21T04:25:45.117Z | Downloaded block-buffer v0.10.4 |
328 | 2024-12-21T04:25:45.121Z | Downloaded clap_builder v4.5.21 |
329 | 2024-12-21T04:25:45.124Z | Downloaded cargo-platform v0.1.8 |
330 | 2024-12-21T04:25:45.127Z | Downloaded clap_derive v4.5.18 |
331 | 2024-12-21T04:25:45.130Z | Downloaded anstyle-query v1.1.1 |
332 | 2024-12-21T04:25:45.130Z | Downloaded cargo_metadata v0.18.1 |
333 | 2024-12-21T04:25:45.133Z | Downloaded cargo_toml v0.20.5 |
334 | 2024-12-21T04:25:45.133Z | Downloaded camino v1.1.9 |
335 | 2024-12-21T04:25:45.136Z | Downloaded cfg-if v1.0.0 |
336 | 2024-12-21T04:25:45.136Z | Downloaded bitflags v2.6.0 |
337 | 2024-12-21T04:25:45.139Z | Downloaded cpufeatures v0.2.14 |
338 | 2024-12-21T04:25:45.142Z | Downloaded clap_lex v0.7.2 |
339 | 2024-12-21T04:25:45.142Z | Downloaded errno v0.3.9 |
340 | 2024-12-21T04:25:45.144Z | Downloaded is_terminal_polyfill v1.70.1 |
341 | 2024-12-21T04:25:45.144Z | Downloaded heck v0.4.1 |
342 | 2024-12-21T04:25:45.149Z | Downloaded macaddr v1.0.1 |
343 | 2024-12-21T04:25:45.149Z | Downloaded fs-err v2.11.0 |
344 | 2024-12-21T04:25:45.149Z | Downloaded fastrand v2.1.1 |
345 | 2024-12-21T04:25:45.151Z | Downloaded equivalent v1.0.1 |
346 | 2024-12-21T04:25:45.151Z | Downloaded colorchoice v1.0.2 |
347 | 2024-12-21T04:25:45.154Z | Downloaded itoa v1.0.11 |
348 | 2024-12-21T04:25:45.154Z | Downloaded heck v0.5.0 |
349 | 2024-12-21T04:25:45.154Z | Downloaded generic-array v0.14.7 |
350 | 2024-12-21T04:25:45.157Z | Downloaded dtrace-parser v0.2.0 |
351 | 2024-12-21T04:25:45.157Z | Downloaded digest v0.10.7 |
352 | 2024-12-21T04:25:45.160Z | Downloaded pest_meta v2.7.14 |
353 | 2024-12-21T04:25:45.160Z | Downloaded crypto-common v0.1.6 |
354 | 2024-12-21T04:25:45.163Z | Downloaded fnv v1.0.7 |
355 | 2024-12-21T04:25:45.166Z | Downloaded memchr v2.7.4 |
356 | 2024-12-21T04:25:45.174Z | Downloaded swrite v0.1.0 |
357 | 2024-12-21T04:25:45.186Z | Downloaded dof v0.3.0 |
358 | 2024-12-21T04:25:45.193Z | Downloaded pest_generator v2.7.14 |
359 | 2024-12-21T04:25:45.193Z | Downloaded usdt-macro v0.5.0 |
360 | 2024-12-21T04:25:45.197Z | Downloaded serde_spanned v0.6.8 |
361 | 2024-12-21T04:25:45.198Z | Downloaded scroll_derive v0.12.0 |
362 | 2024-12-21T04:25:45.204Z | Downloaded pretty-hex v0.4.1 |
363 | 2024-12-21T04:25:45.208Z | Downloaded serde_tokenstream v0.2.2 |
364 | 2024-12-21T04:25:45.208Z | Downloaded memmap v0.7.0 |
365 | 2024-12-21T04:25:45.208Z | Downloaded usdt-attr-macro v0.5.0 |
366 | 2024-12-21T04:25:45.208Z | Downloaded strsim v0.11.1 |
367 | 2024-12-21T04:25:45.208Z | Downloaded proc-macro-error-attr v1.0.4 |
368 | 2024-12-21T04:25:45.208Z | Downloaded plain v0.2.3 |
369 | 2024-12-21T04:25:45.211Z | Downloaded usdt v0.5.0 |
370 | 2024-12-21T04:25:45.211Z | Downloaded toml_datetime v0.6.8 |
371 | 2024-12-21T04:25:45.211Z | Downloaded smawk v0.3.2 |
372 | 2024-12-21T04:25:45.217Z | Downloaded version_check v0.9.5 |
373 | 2024-12-21T04:25:45.220Z | Downloaded utf8parse v0.2.2 |
374 | 2024-12-21T04:25:45.227Z | Downloaded thiserror-impl v1.0.69 |
375 | 2024-12-21T04:25:45.230Z | Downloaded unicode-linebreak v0.1.5 |
376 | 2024-12-21T04:25:45.233Z | Downloaded terminal_size v0.4.0 |
377 | 2024-12-21T04:25:45.233Z | Downloaded thiserror v1.0.69 |
378 | 2024-12-21T04:25:45.238Z | Downloaded once_cell v1.20.2 |
379 | 2024-12-21T04:25:45.246Z | Downloaded semver v1.0.23 |
380 | 2024-12-21T04:25:45.246Z | Downloaded tempfile v3.13.0 |
381 | 2024-12-21T04:25:45.248Z | Downloaded sha2 v0.10.8 |
382 | 2024-12-21T04:25:45.248Z | Downloaded usdt-impl v0.5.0 |
383 | 2024-12-21T04:25:45.248Z | Downloaded ryu v1.0.18 |
384 | 2024-12-21T04:25:45.251Z | Downloaded indexmap v2.6.0 |
385 | 2024-12-21T04:25:45.255Z | Downloaded zerocopy-derive v0.7.35 |
386 | 2024-12-21T04:25:45.259Z | Downloaded proc-macro2 v1.0.89 |
387 | 2024-12-21T04:25:45.262Z | Downloaded typenum v1.17.0 |
388 | 2024-12-21T04:25:45.265Z | Downloaded toml v0.8.19 |
389 | 2024-12-21T04:25:45.268Z | Downloaded textwrap v0.16.1 |
390 | 2024-12-21T04:25:45.271Z | Downloaded pest_derive v2.7.14 |
391 | 2024-12-21T04:25:45.273Z | Downloaded proc-macro-error v1.0.4 |
392 | 2024-12-21T04:25:45.276Z | Downloaded ucd-trie v0.1.7 |
393 | 2024-12-21T04:25:45.279Z | Downloaded unicode-ident v1.0.13 |
394 | 2024-12-21T04:25:45.279Z | Downloaded scroll v0.12.0 |
395 | 2024-12-21T04:25:45.282Z | Downloaded quote v1.0.37 |
396 | 2024-12-21T04:25:45.284Z | Downloaded byteorder v1.5.0 |
397 | 2024-12-21T04:25:45.284Z | Downloaded tabled_derive v0.7.0 |
398 | 2024-12-21T04:25:45.284Z | Downloaded thread-id v4.2.2 |
399 | 2024-12-21T04:25:45.287Z | Downloaded serde_derive v1.0.215 |
400 | 2024-12-21T04:25:45.290Z | Downloaded serde v1.0.215 |
401 | 2024-12-21T04:25:45.293Z | Downloaded log v0.4.22 |
402 | 2024-12-21T04:25:45.295Z | Downloaded papergrid v0.11.0 |
403 | 2024-12-21T04:25:45.318Z | Downloaded toml_edit v0.22.22 |
404 | 2024-12-21T04:25:45.338Z | Downloaded serde_json v1.0.133 |
405 | 2024-12-21T04:25:45.344Z | Downloaded hashbrown v0.15.1 |
406 | 2024-12-21T04:25:45.353Z | Downloaded pest v2.7.14 |
407 | 2024-12-21T04:25:45.361Z | Downloaded winnow v0.6.20 |
408 | 2024-12-21T04:25:45.369Z | Downloaded zerocopy v0.7.35 |
409 | 2024-12-21T04:25:45.384Z | Downloaded goblin v0.8.2 |
410 | 2024-12-21T04:25:45.389Z | Downloaded tabled v0.15.0 |
411 | 2024-12-21T04:25:45.404Z | Downloaded syn v1.0.109 |
412 | 2024-12-21T04:25:45.413Z | Downloaded unicode-width v0.1.14 |
413 | 2024-12-21T04:25:45.420Z | Downloaded syn v2.0.87 |
414 | 2024-12-21T04:25:45.436Z | Downloaded rustix v0.38.37 |
415 | 2024-12-21T04:25:45.466Z | Downloaded libc v0.2.162 |
416 | 2024-12-21T04:25:45.773Z | Compiling proc-macro2 v1.0.89 |
417 | 2024-12-21T04:25:45.773Z | Compiling unicode-ident v1.0.13 |
418 | 2024-12-21T04:25:45.776Z | Compiling version_check v0.9.5 |
419 | 2024-12-21T04:25:45.776Z | Compiling serde v1.0.215 |
420 | 2024-12-21T04:25:45.776Z | Compiling thiserror v1.0.69 |
421 | 2024-12-21T04:25:45.776Z | Compiling memchr v2.7.4 |
422 | 2024-12-21T04:25:45.776Z | Compiling libc v0.2.162 |
423 | 2024-12-21T04:25:45.808Z | Compiling ucd-trie v0.1.7 |
424 | 2024-12-21T04:25:46.022Z | Compiling itoa v1.0.11 |
425 | 2024-12-21T04:25:46.254Z | Compiling ryu v1.0.18 |
426 | 2024-12-21T04:25:46.507Z | Compiling once_cell v1.20.2 |
427 | 2024-12-21T04:25:46.606Z | Compiling byteorder v1.5.0 |
428 | 2024-12-21T04:25:46.960Z | Compiling rustix v0.38.37 |
429 | 2024-12-21T04:25:47.223Z | Compiling serde_json v1.0.133 |
430 | 2024-12-21T04:25:47.624Z | Compiling bitflags v2.6.0 |
431 | 2024-12-21T04:25:47.713Z | Compiling proc-macro-error-attr v1.0.4 |
432 | 2024-12-21T04:25:47.776Z | Compiling usdt-impl v0.5.0 |
433 | 2024-12-21T04:25:47.800Z | Compiling syn v1.0.109 |
434 | 2024-12-21T04:25:47.882Z | Compiling proc-macro-error v1.0.4 |
435 | 2024-12-21T04:25:48.005Z | Compiling hashbrown v0.15.1 |
436 | 2024-12-21T04:25:48.045Z | Compiling utf8parse v0.2.2 |
437 | 2024-12-21T04:25:48.152Z | Compiling log v0.4.22 |
438 | 2024-12-21T04:25:48.205Z | Compiling camino v1.1.9 |
439 | 2024-12-21T04:25:48.228Z | Compiling plain v0.2.3 |
440 | 2024-12-21T04:25:48.397Z | Compiling thread-id v4.2.2 |
441 | 2024-12-21T04:25:48.448Z | Compiling equivalent v1.0.1 |
442 | 2024-12-21T04:25:48.546Z | Compiling anstyle-parse v0.2.5 |
443 | 2024-12-21T04:25:48.601Z | Compiling quote v1.0.37 |
444 | 2024-12-21T04:25:48.907Z | Compiling errno v0.3.9 |
445 | 2024-12-21T04:25:48.935Z | Compiling anstyle-query v1.1.1 |
446 | 2024-12-21T04:25:49.048Z | Compiling syn v2.0.87 |
447 | 2024-12-21T04:25:49.128Z | Compiling pretty-hex v0.4.1 |
448 | 2024-12-21T04:25:49.157Z | Compiling winnow v0.6.20 |
449 | 2024-12-21T04:25:49.277Z | Compiling indexmap v2.6.0 |
450 | 2024-12-21T04:25:49.283Z | Compiling anstyle v1.0.10 |
451 | 2024-12-21T04:25:49.330Z | Compiling unicode-width v0.1.14 |
452 | 2024-12-21T04:25:49.742Z | Compiling is_terminal_polyfill v1.70.1 |
453 | 2024-12-21T04:25:49.813Z | Compiling semver v1.0.23 |
454 | 2024-12-21T04:25:49.866Z | Compiling colorchoice v1.0.2 |
455 | 2024-12-21T04:25:50.038Z | Compiling autocfg v1.4.0 |
456 | 2024-12-21T04:25:50.414Z | Compiling anstream v0.6.15 |
457 | 2024-12-21T04:25:50.682Z | Compiling fnv v1.0.7 |
458 | 2024-12-21T04:25:50.762Z | Compiling anyhow v1.0.93 |
459 | 2024-12-21T04:25:50.826Z | Compiling fastrand v2.1.1 |
460 | 2024-12-21T04:25:51.145Z | Compiling fs-err v2.11.0 |
461 | 2024-12-21T04:25:51.170Z | Compiling terminal_size v0.4.0 |
462 | 2024-12-21T04:25:51.349Z | Compiling strsim v0.11.1 |
463 | 2024-12-21T04:25:51.377Z | Compiling heck v0.4.1 |
464 | 2024-12-21T04:25:51.380Z | Compiling clap_lex v0.7.2 |
465 | 2024-12-21T04:25:51.855Z | Compiling bytecount v0.6.8 |
466 | 2024-12-21T04:25:51.881Z | Compiling cfg-if v1.0.0 |
467 | 2024-12-21T04:25:51.905Z | Compiling heck v0.5.0 |
468 | 2024-12-21T04:25:51.958Z | Compiling clap_builder v4.5.21 |
469 | 2024-12-21T04:25:52.017Z | Compiling tempfile v3.13.0 |
470 | 2024-12-21T04:25:52.123Z | Compiling papergrid v0.11.0 |
471 | 2024-12-21T04:25:52.846Z | Compiling memmap v0.7.0 |
472 | 2024-12-21T04:25:52.929Z | Compiling unicode-linebreak v0.1.5 |
473 | 2024-12-21T04:25:52.932Z | Compiling smawk v0.3.2 |
474 | 2024-12-21T04:25:53.224Z | Compiling swrite v0.1.0 |
475 | 2024-12-21T04:25:53.346Z | Compiling textwrap v0.16.1 |
476 | 2024-12-21T04:25:54.998Z | Compiling tabled_derive v0.7.0 |
477 | 2024-12-21T04:25:56.478Z | Compiling tabled v0.15.0 |
478 | 2024-12-21T04:25:57.867Z | Compiling serde_derive v1.0.215 |
479 | 2024-12-21T04:25:57.867Z | Compiling thiserror-impl v1.0.69 |
480 | 2024-12-21T04:25:57.870Z | Compiling zerocopy-derive v0.7.35 |
481 | 2024-12-21T04:25:57.870Z | Compiling scroll_derive v0.12.0 |
482 | 2024-12-21T04:25:57.870Z | Compiling clap_derive v4.5.18 |
483 | 2024-12-21T04:25:58.905Z | Compiling scroll v0.12.0 |
484 | 2024-12-21T04:25:59.372Z | Compiling goblin v0.8.2 |
485 | 2024-12-21T04:25:59.621Z | Compiling zerocopy v0.7.35 |
486 | 2024-12-21T04:26:00.761Z | Compiling pest v2.7.14 |
487 | 2024-12-21T04:26:01.649Z | Compiling clap v4.5.21 |
488 | 2024-12-21T04:26:02.920Z | Compiling pest_meta v2.7.14 |
489 | 2024-12-21T04:26:03.780Z | Compiling pest_generator v2.7.14 |
490 | 2024-12-21T04:26:05.692Z | Compiling pest_derive v2.7.14 |
491 | 2024-12-21T04:26:06.402Z | Compiling dtrace-parser v0.2.0 |
492 | 2024-12-21T04:26:07.758Z | Compiling serde_tokenstream v0.2.2 |
493 | 2024-12-21T04:26:07.836Z | Compiling serde_spanned v0.6.8 |
494 | 2024-12-21T04:26:07.836Z | Compiling toml_datetime v0.6.8 |
495 | 2024-12-21T04:26:08.125Z | Compiling cargo-platform v0.1.8 |
496 | 2024-12-21T04:26:08.174Z | Compiling toml_edit v0.22.22 |
497 | 2024-12-21T04:26:08.379Z | Compiling macaddr v1.0.1 |
498 | 2024-12-21T04:26:08.610Z | Compiling camino-tempfile v1.1.1 |
499 | 2024-12-21T04:26:09.274Z | Compiling dof v0.3.0 |
500 | 2024-12-21T04:26:09.403Z | Compiling cargo_metadata v0.18.1 |
501 | 2024-12-21T04:26:10.967Z | Compiling usdt-attr-macro v0.5.0 |
502 | 2024-12-21T04:26:10.967Z | Compiling usdt-macro v0.5.0 |
503 | 2024-12-21T04:26:10.987Z | Compiling toml v0.8.19 |
504 | 2024-12-21T04:26:11.847Z | Compiling cargo_toml v0.20.5 |
505 | 2024-12-21T04:26:12.402Z | Compiling usdt v0.5.0 |
506 | 2024-12-21T04:26:15.343Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
507 | 2024-12-21T04:26:19.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.45s |
508 | 2024-12-21T04:26:19.788Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
509 | 2024-12-21T04:26:20.333Z | Downloading crates ... |
510 | 2024-12-21T04:26:20.439Z | Downloaded async-stream-impl v0.3.6 |
511 | 2024-12-21T04:26:20.485Z | Downloaded atomicwrites v0.4.4 |
512 | 2024-12-21T04:26:20.485Z | Downloaded atty v0.2.14 |
513 | 2024-12-21T04:26:20.485Z | Downloaded arrayref v0.3.9 |
514 | 2024-12-21T04:26:20.533Z | Downloaded heck v0.3.3 |
515 | 2024-12-21T04:26:20.534Z | Downloaded assert_matches v1.5.0 |
516 | 2024-12-21T04:26:20.534Z | Downloaded darling v0.20.10 |
517 | 2024-12-21T04:26:20.534Z | Downloaded hex v0.4.3 |
518 | 2024-12-21T04:26:20.534Z | Downloaded ciborium-io v0.2.2 |
519 | 2024-12-21T04:26:20.534Z | Downloaded cfg_aliases v0.1.1 |
520 | 2024-12-21T04:26:20.534Z | Downloaded ident_case v1.0.1 |
521 | 2024-12-21T04:26:20.534Z | Downloaded headers-core v0.3.0 |
522 | 2024-12-21T04:26:20.535Z | Downloaded crunchy v0.2.2 |
523 | 2024-12-21T04:26:20.535Z | Downloaded crucible-workspace-hack v0.1.0 |
524 | 2024-12-21T04:26:20.536Z | Downloaded icu_provider_macros v1.5.0 |
525 | 2024-12-21T04:26:20.536Z | Downloaded is_ci v1.2.0 |
526 | 2024-12-21T04:26:20.536Z | Downloaded cfg_aliases v0.2.1 |
527 | 2024-12-21T04:26:20.536Z | Downloaded hubpack_derive v0.1.1 |
528 | 2024-12-21T04:26:20.536Z | Downloaded cstr-argument v0.1.2 |
529 | 2024-12-21T04:26:20.536Z | Downloaded atomic-waker v1.1.2 |
530 | 2024-12-21T04:26:20.536Z | Downloaded constant_time_eq v0.3.1 |
531 | 2024-12-21T04:26:20.536Z | Downloaded bit-set v0.5.3 |
532 | 2024-12-21T04:26:20.537Z | Downloaded async-trait v0.1.83 |
533 | 2024-12-21T04:26:20.537Z | Downloaded async-stream v0.3.6 |
534 | 2024-12-21T04:26:20.537Z | Downloaded http-body v1.0.1 |
535 | 2024-12-21T04:26:20.537Z | Downloaded md5 v0.7.0 |
536 | 2024-12-21T04:26:20.537Z | Downloaded match_cfg v0.1.0 |
537 | 2024-12-21T04:26:20.537Z | Downloaded base16ct v0.2.0 |
538 | 2024-12-21T04:26:20.537Z | Downloaded async-recursion v1.1.1 |
539 | 2024-12-21T04:26:20.582Z | Downloaded adler2 v2.0.0 |
540 | 2024-12-21T04:26:20.582Z | Downloaded matches v0.1.10 |
541 | 2024-12-21T04:26:20.582Z | Downloaded castaway v0.2.3 |
542 | 2024-12-21T04:26:20.582Z | Downloaded cobs v0.2.3 |
543 | 2024-12-21T04:26:20.583Z | Downloaded instant v0.1.13 |
544 | 2024-12-21T04:26:20.583Z | Downloaded crc-catalog v2.4.0 |
545 | 2024-12-21T04:26:20.583Z | Downloaded convert_case v0.4.0 |
546 | 2024-12-21T04:26:20.583Z | Downloaded cipher v0.4.4 |
547 | 2024-12-21T04:26:20.583Z | Downloaded hex-literal v0.4.1 |
548 | 2024-12-21T04:26:20.583Z | Downloaded ciborium-ll v0.2.2 |
549 | 2024-12-21T04:26:20.583Z | Downloaded lazy_static v1.5.0 |
550 | 2024-12-21T04:26:20.583Z | Downloaded httpdate v1.0.3 |
551 | 2024-12-21T04:26:20.584Z | Downloaded home v0.5.9 |
552 | 2024-12-21T04:26:20.584Z | Downloaded lockfree-object-pool v0.1.6 |
553 | 2024-12-21T04:26:20.584Z | Downloaded crc v3.2.1 |
554 | 2024-12-21T04:26:20.584Z | Downloaded is-terminal v0.4.13 |
555 | 2024-12-21T04:26:20.584Z | Downloaded curve25519-dalek-derive v0.1.1 |
556 | 2024-12-21T04:26:20.584Z | Downloaded cmake v0.1.51 |
557 | 2024-12-21T04:26:20.584Z | Downloaded http-range v0.1.5 |
558 | 2024-12-21T04:26:20.584Z | Downloaded linear-map v1.2.0 |
559 | 2024-12-21T04:26:20.585Z | Downloaded hostname v0.3.1 |
560 | 2024-12-21T04:26:20.585Z | Downloaded lru v0.12.5 |
561 | 2024-12-21T04:26:20.585Z | Downloaded chacha20 v0.9.1 |
562 | 2024-12-21T04:26:20.585Z | Downloaded memoffset v0.9.1 |
563 | 2024-12-21T04:26:20.585Z | Downloaded bitfield v0.14.0 |
564 | 2024-12-21T04:26:20.585Z | Downloaded libsw v3.3.1 |
565 | 2024-12-21T04:26:20.608Z | Downloaded http-body-util v0.1.2 |
566 | 2024-12-21T04:26:20.609Z | Downloaded internet-checksum v0.2.1 |
567 | 2024-12-21T04:26:20.609Z | Downloaded keccak v0.1.5 |
568 | 2024-12-21T04:26:20.609Z | Downloaded cbc v0.1.2 |
569 | 2024-12-21T04:26:20.609Z | Downloaded impl-trait-for-tuples v0.2.2 |
570 | 2024-12-21T04:26:20.609Z | Downloaded indoc v1.0.9 |
571 | 2024-12-21T04:26:20.609Z | Downloaded maplit v1.0.2 |
572 | 2024-12-21T04:26:20.609Z | Downloaded lalrpop-util v0.19.12 |
573 | 2024-12-21T04:26:20.609Z | Downloaded hubpack v0.1.2 |
574 | 2024-12-21T04:26:20.610Z | Downloaded async-bb8-diesel v0.2.1 |
575 | 2024-12-21T04:26:20.610Z | Downloaded mime v0.3.17 |
576 | 2024-12-21T04:26:20.610Z | Downloaded ipnetwork v0.20.0 |
577 | 2024-12-21T04:26:20.610Z | Downloaded russh-cryptovec v0.7.3 |
578 | 2024-12-21T04:26:20.610Z | Downloaded argon2 v0.5.3 |
579 | 2024-12-21T04:26:20.611Z | Downloaded sigpipe v0.1.3 |
580 | 2024-12-21T04:26:20.611Z | Downloaded md-5 v0.10.6 |
581 | 2024-12-21T04:26:20.611Z | Downloaded maybe-uninit v2.0.0 |
582 | 2024-12-21T04:26:20.611Z | Downloaded indent_write v2.2.0 |
583 | 2024-12-21T04:26:20.612Z | Downloaded linked-hash-map v0.5.6 |
584 | 2024-12-21T04:26:20.612Z | Downloaded managed v0.8.0 |
585 | 2024-12-21T04:26:20.612Z | Downloaded ciborium v0.2.2 |
586 | 2024-12-21T04:26:20.612Z | Downloaded rand_chacha v0.3.1 |
587 | 2024-12-21T04:26:20.613Z | Downloaded instability v0.3.2 |
588 | 2024-12-21T04:26:20.613Z | Downloaded highway v1.2.0 |
589 | 2024-12-21T04:26:20.625Z | Downloaded const_format_proc_macros v0.2.33 |
590 | 2024-12-21T04:26:20.625Z | Downloaded lru-cache v0.1.2 |
591 | 2024-12-21T04:26:20.625Z | Downloaded csv-core v0.1.11 |
592 | 2024-12-21T04:26:20.625Z | Downloaded libloading v0.8.5 |
593 | 2024-12-21T04:26:20.628Z | Downloaded bcs v0.1.6 |
594 | 2024-12-21T04:26:20.628Z | Downloaded buf-list v1.0.3 |
595 | 2024-12-21T04:26:20.629Z | Downloaded arrayvec v0.7.6 |
596 | 2024-12-21T04:26:20.629Z | Downloaded memmap2 v0.9.5 |
597 | 2024-12-21T04:26:20.629Z | Downloaded litemap v0.7.3 |
598 | 2024-12-21T04:26:20.629Z | Downloaded iana-time-zone v0.1.61 |
599 | 2024-12-21T04:26:20.629Z | Downloaded crossbeam-deque v0.8.5 |
600 | 2024-12-21T04:26:20.630Z | Downloaded take_mut v0.2.2 |
601 | 2024-12-21T04:26:20.661Z | Downloaded console v0.15.8 |
602 | 2024-12-21T04:26:20.661Z | Downloaded time-core v0.1.2 |
603 | 2024-12-21T04:26:20.662Z | Downloaded mime_guess v2.0.5 |
604 | 2024-12-21T04:26:20.662Z | Downloaded kstat-rs v0.2.4 |
605 | 2024-12-21T04:26:20.662Z | Downloaded quick-error v1.2.3 |
606 | 2024-12-21T04:26:20.662Z | Downloaded jobserver v0.1.32 |
607 | 2024-12-21T04:26:20.662Z | Downloaded zerofrom v0.1.4 |
608 | 2024-12-21T04:26:20.662Z | Downloaded hyper-rustls v0.27.3 |
609 | 2024-12-21T04:26:20.662Z | Downloaded ipnet v2.10.1 |
610 | 2024-12-21T04:26:20.663Z | Downloaded hyper-staticfile v0.10.1 |
611 | 2024-12-21T04:26:20.685Z | Downloaded tower-service v0.3.3 |
612 | 2024-12-21T04:26:20.685Z | Downloaded mirai-annotations v1.12.0 |
613 | 2024-12-21T04:26:20.686Z | Downloaded lock_api v0.4.12 |
614 | 2024-12-21T04:26:20.686Z | Downloaded tinyvec_macros v0.1.1 |
615 | 2024-12-21T04:26:20.686Z | Downloaded hickory-client v0.24.1 |
616 | 2024-12-21T04:26:20.686Z | Downloaded endian-type v0.1.2 |
617 | 2024-12-21T04:26:20.686Z | Downloaded httparse v1.9.5 |
618 | 2024-12-21T04:26:20.686Z | Downloaded icu_locid_transform v1.5.0 |
619 | 2024-12-21T04:26:20.686Z | Downloaded serde_plain v1.0.2 |
620 | 2024-12-21T04:26:20.686Z | Downloaded secrecy v0.8.0 |
621 | 2024-12-21T04:26:20.687Z | Downloaded crc32fast v1.4.2 |
622 | 2024-12-21T04:26:20.687Z | Downloaded signature v2.2.0 |
623 | 2024-12-21T04:26:20.687Z | Downloaded icu_provider v1.5.0 |
624 | 2024-12-21T04:26:20.687Z | Downloaded slog-json v2.6.1 |
625 | 2024-12-21T04:26:20.687Z | Downloaded indexmap v1.9.3 |
626 | 2024-12-21T04:26:20.687Z | Downloaded addr2line v0.24.2 |
627 | 2024-12-21T04:26:20.747Z | Downloaded newtype_derive v0.1.6 |
628 | 2024-12-21T04:26:20.747Z | Downloaded blake2 v0.10.6 |
629 | 2024-12-21T04:26:20.748Z | Downloaded tap v1.0.1 |
630 | 2024-12-21T04:26:20.748Z | Downloaded spki v0.7.3 |
631 | 2024-12-21T04:26:20.748Z | Downloaded ref-cast-impl v1.0.23 |
632 | 2024-12-21T04:26:20.748Z | Downloaded opaque-debug v0.3.1 |
633 | 2024-12-21T04:26:20.749Z | Downloaded strum_macros v0.25.3 |
634 | 2024-12-21T04:26:20.749Z | Downloaded peg-runtime v0.8.3 |
635 | 2024-12-21T04:26:20.749Z | Downloaded stringprep v0.1.5 |
636 | 2024-12-21T04:26:20.749Z | Downloaded slog-envlogger v2.2.0 |
637 | 2024-12-21T04:26:20.749Z | Downloaded string_cache v0.8.7 |
638 | 2024-12-21T04:26:20.749Z | Downloaded crossbeam-utils v0.8.20 |
639 | 2024-12-21T04:26:20.749Z | Downloaded crossbeam-epoch v0.9.18 |
640 | 2024-12-21T04:26:20.749Z | Downloaded cookie v0.18.1 |
641 | 2024-12-21T04:26:20.749Z | Downloaded which v4.4.2 |
642 | 2024-12-21T04:26:20.776Z | Downloaded base64 v0.13.1 |
643 | 2024-12-21T04:26:20.776Z | Downloaded fallible-iterator v0.3.0 |
644 | 2024-12-21T04:26:20.776Z | Downloaded dsl_auto_type v0.1.2 |
645 | 2024-12-21T04:26:20.777Z | Downloaded pretty-hex v0.2.1 |
646 | 2024-12-21T04:26:20.777Z | Downloaded rustls-pemfile v2.2.0 |
647 | 2024-12-21T04:26:20.777Z | Downloaded progenitor-impl v0.8.0 |
648 | 2024-12-21T04:26:20.777Z | Downloaded rustls-pemfile v1.0.4 |
649 | 2024-12-21T04:26:20.777Z | Downloaded hash32 v0.3.1 |
650 | 2024-12-21T04:26:20.778Z | Downloaded serde-big-array v0.5.1 |
651 | 2024-12-21T04:26:20.778Z | Downloaded indicatif v0.17.9 |
652 | 2024-12-21T04:26:20.778Z | Downloaded icu_locid_transform_data v1.5.0 |
653 | 2024-12-21T04:26:20.779Z | Downloaded sync_wrapper v1.0.1 |
654 | 2024-12-21T04:26:20.779Z | Downloaded fallible-iterator v0.2.0 |
655 | 2024-12-21T04:26:20.779Z | Downloaded cassowary v0.3.0 |
656 | 2024-12-21T04:26:20.779Z | Downloaded hash32 v0.2.1 |
657 | 2024-12-21T04:26:20.780Z | Downloaded glob v0.3.1 |
658 | 2024-12-21T04:26:20.780Z | Downloaded num v0.4.3 |
659 | 2024-12-21T04:26:20.780Z | Downloaded const-oid v0.9.6 |
660 | 2024-12-21T04:26:20.780Z | Downloaded heapless v0.8.0 |
661 | 2024-12-21T04:26:20.781Z | Downloaded bytes v1.8.0 |
662 | 2024-12-21T04:26:20.781Z | Downloaded mockall v0.13.0 |
663 | 2024-12-21T04:26:20.781Z | Downloaded tracing-attributes v0.1.27 |
664 | 2024-12-21T04:26:20.781Z | Downloaded sqlformat v0.2.6 |
665 | 2024-12-21T04:26:20.782Z | Downloaded strum_macros v0.24.3 |
666 | 2024-12-21T04:26:20.782Z | Downloaded time-macros v0.2.18 |
667 | 2024-12-21T04:26:20.782Z | Downloaded hyper-util v0.1.10 |
668 | 2024-12-21T04:26:20.816Z | Downloaded paste v1.0.15 |
669 | 2024-12-21T04:26:20.816Z | Downloaded ppv-lite86 v0.2.20 |
670 | 2024-12-21T04:26:20.816Z | Downloaded icu_normalizer_data v1.5.0 |
671 | 2024-12-21T04:26:20.816Z | Downloaded fallible-streaming-iterator v0.1.9 |
672 | 2024-12-21T04:26:20.816Z | Downloaded deranged v0.3.11 |
673 | 2024-12-21T04:26:20.816Z | Downloaded darling_macro v0.20.10 |
674 | 2024-12-21T04:26:20.816Z | Downloaded foreign-types-shared v0.3.1 |
675 | 2024-12-21T04:26:20.817Z | Downloaded derive_builder_macro v0.20.2 |
676 | 2024-12-21T04:26:20.817Z | Downloaded waitgroup v0.1.2 |
677 | 2024-12-21T04:26:20.817Z | Downloaded proc-macro-crate v1.3.1 |
678 | 2024-12-21T04:26:20.817Z | Downloaded primeorder v0.13.6 |
679 | 2024-12-21T04:26:20.817Z | Downloaded rustc-hash v1.1.0 |
680 | 2024-12-21T04:26:20.817Z | Downloaded ref-cast v1.0.23 |
681 | 2024-12-21T04:26:20.817Z | Downloaded sha1 v0.10.6 |
682 | 2024-12-21T04:26:20.817Z | Downloaded radium v0.7.0 |
683 | 2024-12-21T04:26:20.817Z | Downloaded r2d2 v0.8.10 |
684 | 2024-12-21T04:26:20.817Z | Downloaded snafu-derive v0.8.5 |
685 | 2024-12-21T04:26:20.817Z | Downloaded normalize-line-endings v0.3.0 |
686 | 2024-12-21T04:26:20.818Z | Downloaded icu_collections v1.5.0 |
687 | 2024-12-21T04:26:20.864Z | Downloaded nu-ansi-term v0.50.1 |
688 | 2024-12-21T04:26:20.864Z | Downloaded signal-hook v0.3.17 |
689 | 2024-12-21T04:26:20.864Z | Downloaded icu_properties v1.5.1 |
690 | 2024-12-21T04:26:20.864Z | Downloaded spin v0.5.2 |
691 | 2024-12-21T04:26:20.864Z | Downloaded bumpalo v3.16.0 |
692 | 2024-12-21T04:26:20.865Z | Downloaded base64 v0.21.7 |
693 | 2024-12-21T04:26:20.865Z | Downloaded tls_codec v0.4.1 |
694 | 2024-12-21T04:26:20.865Z | Downloaded parse-size v1.1.0 |
695 | 2024-12-21T04:26:20.865Z | Downloaded tabwriter v1.4.0 |
696 | 2024-12-21T04:26:20.865Z | Downloaded synstructure v0.13.1 |
697 | 2024-12-21T04:26:20.865Z | Downloaded whoami v1.5.2 |
698 | 2024-12-21T04:26:20.865Z | Downloaded prettyplease v0.2.25 |
699 | 2024-12-21T04:26:20.865Z | Downloaded unarray v0.1.4 |
700 | 2024-12-21T04:26:20.872Z | Downloaded typify-macro v0.2.0 |
701 | 2024-12-21T04:26:20.872Z | Downloaded parking_lot v0.11.2 |
702 | 2024-12-21T04:26:20.872Z | Downloaded predicates-tree v1.0.11 |
703 | 2024-12-21T04:26:20.872Z | Downloaded pin-project-lite v0.2.14 |
704 | 2024-12-21T04:26:20.872Z | Downloaded zeroize_derive v1.4.2 |
705 | 2024-12-21T04:26:20.872Z | Downloaded termtree v0.4.1 |
706 | 2024-12-21T04:26:20.872Z | Downloaded ff v0.13.0 |
707 | 2024-12-21T04:26:20.873Z | Downloaded zopfli v0.8.1 |
708 | 2024-12-21T04:26:20.873Z | Downloaded http v1.1.0 |
709 | 2024-12-21T04:26:20.873Z | Downloaded sqlparser_derive v0.2.2 |
710 | 2024-12-21T04:26:20.873Z | Downloaded nodrop v0.1.14 |
711 | 2024-12-21T04:26:20.873Z | Downloaded futures-macro v0.3.31 |
712 | 2024-12-21T04:26:20.873Z | Downloaded futures-io v0.3.31 |
713 | 2024-12-21T04:26:20.873Z | Downloaded futures-executor v0.3.31 |
714 | 2024-12-21T04:26:20.873Z | Downloaded nanorand v0.7.0 |
715 | 2024-12-21T04:26:20.873Z | Downloaded want v0.3.1 |
716 | 2024-12-21T04:26:20.874Z | Downloaded unicode-bidi v0.3.17 |
717 | 2024-12-21T04:26:20.874Z | Downloaded spin v0.9.8 |
718 | 2024-12-21T04:26:20.881Z | Downloaded slog-term v2.9.1 |
719 | 2024-12-21T04:26:20.881Z | Downloaded parse-display-derive v0.10.0 |
720 | 2024-12-21T04:26:20.882Z | Downloaded parse-display v0.10.0 |
721 | 2024-12-21T04:26:20.882Z | Downloaded tokio-stream v0.1.16 |
722 | 2024-12-21T04:26:20.894Z | Downloaded foreign-types-shared v0.1.1 |
723 | 2024-12-21T04:26:20.895Z | Downloaded foreign-types-macros v0.2.3 |
724 | 2024-12-21T04:26:20.895Z | Downloaded downcast v0.11.0 |
725 | 2024-12-21T04:26:20.895Z | Downloaded diesel_table_macro_syntax v0.2.0 |
726 | 2024-12-21T04:26:20.895Z | Downloaded newline-converter v0.3.0 |
727 | 2024-12-21T04:26:20.896Z | Downloaded minimal-lexical v0.2.1 |
728 | 2024-12-21T04:26:21.288Z | Downloaded quinn-udp v0.5.5 |
729 | 2024-12-21T04:26:21.288Z | Downloaded new_debug_unreachable v1.0.6 |
730 | 2024-12-21T04:26:21.288Z | Downloaded polyval v0.6.2 |
731 | 2024-12-21T04:26:21.288Z | Downloaded parking_lot v0.12.3 |
732 | 2024-12-21T04:26:21.289Z | Downloaded fd-lock v4.0.2 |
733 | 2024-12-21T04:26:21.299Z | Downloaded psl-types v2.0.11 |
734 | 2024-12-21T04:26:21.299Z | Downloaded displaydoc v0.2.5 |
735 | 2024-12-21T04:26:21.299Z | Downloaded progenitor-client v0.8.0 |
736 | 2024-12-21T04:26:21.299Z | Downloaded ssh-cipher v0.2.0 |
737 | 2024-12-21T04:26:21.299Z | Downloaded derive_builder_core v0.20.2 |
738 | 2024-12-21T04:26:21.299Z | Downloaded slog-bunyan v2.5.0 |
739 | 2024-12-21T04:26:21.299Z | Downloaded tokio-macros v2.4.0 |
740 | 2024-12-21T04:26:21.299Z | Downloaded ron v0.7.1 |
741 | 2024-12-21T04:26:21.299Z | Downloaded tls_codec_derive v0.4.1 |
742 | 2024-12-21T04:26:21.299Z | Downloaded hickory-server v0.24.1 |
743 | 2024-12-21T04:26:21.299Z | Downloaded socket2 v0.5.7 |
744 | 2024-12-21T04:26:21.300Z | Downloaded ssh-encoding v0.2.0 |
745 | 2024-12-21T04:26:21.300Z | Downloaded strum v0.26.3 |
746 | 2024-12-21T04:26:21.300Z | Downloaded tracing v0.1.40 |
747 | 2024-12-21T04:26:21.300Z | Downloaded qorb v0.2.1 |
748 | 2024-12-21T04:26:21.300Z | Downloaded parking_lot_core v0.9.10 |
749 | 2024-12-21T04:26:21.300Z | Downloaded fixedbitset v0.4.2 |
750 | 2024-12-21T04:26:21.300Z | Downloaded filetime v0.2.25 |
751 | 2024-12-21T04:26:21.300Z | Downloaded pkcs1 v0.7.5 |
752 | 2024-12-21T04:26:21.300Z | Downloaded zone_cfg_derive v0.1.2 |
753 | 2024-12-21T04:26:21.300Z | Downloaded vte_generate_state_changes v0.1.2 |
754 | 2024-12-21T04:26:21.300Z | Downloaded num-complex v0.4.6 |
755 | 2024-12-21T04:26:21.300Z | Downloaded unsafe-libyaml v0.2.11 |
756 | 2024-12-21T04:26:21.300Z | Downloaded fragile v2.0.0 |
757 | 2024-12-21T04:26:21.300Z | Downloaded vergen v8.3.2 |
758 | 2024-12-21T04:26:21.300Z | Downloaded multimap v0.10.0 |
759 | 2024-12-21T04:26:21.300Z | Downloaded zerocopy-derive v0.8.10 |
760 | 2024-12-21T04:26:21.300Z | Downloaded rfc6979 v0.4.0 |
761 | 2024-12-21T04:26:21.301Z | Downloaded strum_macros v0.26.4 |
762 | 2024-12-21T04:26:21.301Z | Downloaded darling_core v0.20.10 |
763 | 2024-12-21T04:26:21.301Z | Downloaded tokio-native-tls v0.3.1 |
764 | 2024-12-21T04:26:21.301Z | Downloaded url v2.5.3 |
765 | 2024-12-21T04:26:21.301Z | Downloaded utf16_iter v1.0.5 |
766 | 2024-12-21T04:26:21.301Z | Downloaded miniz_oxide v0.8.0 |
767 | 2024-12-21T04:26:21.301Z | Downloaded signal-hook-tokio v0.3.1 |
768 | 2024-12-21T04:26:21.301Z | Downloaded serde_urlencoded v0.7.1 |
769 | 2024-12-21T04:26:21.301Z | Downloaded resolv-conf v0.7.0 |
770 | 2024-12-21T04:26:21.301Z | Downloaded libxml v0.3.3 |
771 | 2024-12-21T04:26:21.301Z | Downloaded structmeta-derive v0.3.0 |
772 | 2024-12-21T04:26:21.302Z | Downloaded vsss-rs v3.3.4 |
773 | 2024-12-21T04:26:21.302Z | Downloaded poly1305 v0.8.0 |
774 | 2024-12-21T04:26:21.302Z | Downloaded parking_lot_core v0.8.6 |
775 | 2024-12-21T04:26:21.302Z | Downloaded try-lock v0.2.5 |
776 | 2024-12-21T04:26:21.302Z | Downloaded typify v0.2.0 |
777 | 2024-12-21T04:26:21.302Z | Downloaded twox-hash v1.6.3 |
778 | 2024-12-21T04:26:21.302Z | Downloaded aes v0.8.4 |
779 | 2024-12-21T04:26:21.303Z | Downloaded zone v0.3.0 |
780 | 2024-12-21T04:26:21.303Z | Downloaded zone v0.1.8 |
781 | 2024-12-21T04:26:21.303Z | Downloaded ecdsa v0.16.9 |
782 | 2024-12-21T04:26:21.303Z | Downloaded oso v0.27.3 |
783 | 2024-12-21T04:26:21.303Z | Downloaded structmeta-derive v0.2.0 |
784 | 2024-12-21T04:26:21.303Z | Downloaded structmeta v0.3.0 |
785 | 2024-12-21T04:26:21.303Z | Downloaded slab v0.4.9 |
786 | 2024-12-21T04:26:21.304Z | Downloaded num-conv v0.1.0 |
787 | 2024-12-21T04:26:21.304Z | Downloaded either v1.13.0 |
788 | 2024-12-21T04:26:21.304Z | Downloaded dyn-clone v1.0.17 |
789 | 2024-12-21T04:26:21.304Z | Downloaded siphasher v0.3.11 |
790 | 2024-12-21T04:26:21.304Z | Downloaded pbkdf2 v0.11.0 |
791 | 2024-12-21T04:26:21.304Z | Downloaded nibble_vec v0.1.0 |
792 | 2024-12-21T04:26:21.304Z | Downloaded pkcs8 v0.10.2 |
793 | 2024-12-21T04:26:21.304Z | Downloaded subprocess v0.2.9 |
794 | 2024-12-21T04:26:21.304Z | Downloaded fatfs v0.3.6 |
795 | 2024-12-21T04:26:21.304Z | Downloaded itertools v0.10.5 |
796 | 2024-12-21T04:26:21.304Z | Downloaded oso-derive v0.27.3 |
797 | 2024-12-21T04:26:21.304Z | Downloaded phf_shared v0.10.0 |
798 | 2024-12-21T04:26:21.304Z | Downloaded rand_xorshift v0.3.0 |
799 | 2024-12-21T04:26:21.304Z | Downloaded libm v0.2.8 |
800 | 2024-12-21T04:26:21.304Z | Downloaded smf v0.2.3 |
801 | 2024-12-21T04:26:21.305Z | Downloaded signal-hook-registry v1.4.2 |
802 | 2024-12-21T04:26:21.305Z | Downloaded rtoolbox v0.0.2 |
803 | 2024-12-21T04:26:21.305Z | Downloaded rand_seeder v0.3.0 |
804 | 2024-12-21T04:26:21.305Z | Downloaded crossterm v0.28.1 |
805 | 2024-12-21T04:26:21.305Z | Downloaded sync-ptr v0.1.1 |
806 | 2024-12-21T04:26:21.305Z | Downloaded schemars_derive v0.8.21 |
807 | 2024-12-21T04:26:21.305Z | Downloaded rpassword v7.3.1 |
808 | 2024-12-21T04:26:21.305Z | Downloaded ed25519 v2.2.3 |
809 | 2024-12-21T04:26:21.305Z | Downloaded value-bag v1.9.0 |
810 | 2024-12-21T04:26:21.305Z | Downloaded embedded-io v0.6.1 |
811 | 2024-12-21T04:26:21.305Z | Downloaded debug-ignore v1.0.5 |
812 | 2024-12-21T04:26:21.305Z | Downloaded utf8_iter v1.0.4 |
813 | 2024-12-21T04:26:21.305Z | Downloaded dhcproto-macros v0.1.0 |
814 | 2024-12-21T04:26:21.305Z | Downloaded utf-8 v0.7.6 |
815 | 2024-12-21T04:26:21.305Z | Downloaded unicode-xid v0.2.6 |
816 | 2024-12-21T04:26:21.305Z | Downloaded tokio-tungstenite v0.23.1 |
817 | 2024-12-21T04:26:21.305Z | Downloaded native-tls v0.2.12 |
818 | 2024-12-21T04:26:21.305Z | Downloaded funty v2.0.0 |
819 | 2024-12-21T04:26:21.306Z | Downloaded flagset v0.4.6 |
820 | 2024-12-21T04:26:21.306Z | Downloaded diff v0.1.13 |
821 | 2024-12-21T04:26:21.306Z | Downloaded multer v3.1.0 |
822 | 2024-12-21T04:26:21.306Z | Downloaded fxhash v0.2.1 |
823 | 2024-12-21T04:26:21.306Z | Downloaded pem-rfc7468 v0.7.0 |
824 | 2024-12-21T04:26:21.306Z | Downloaded thiserror-no-std v2.0.2 |
825 | 2024-12-21T04:26:21.306Z | Downloaded thiserror-impl-no-std v2.0.2 |
826 | 2024-12-21T04:26:21.306Z | Downloaded tokio-tungstenite v0.21.0 |
827 | 2024-12-21T04:26:21.306Z | Downloaded tokio-rustls v0.25.0 |
828 | 2024-12-21T04:26:21.306Z | Downloaded progenitor v0.8.0 |
829 | 2024-12-21T04:26:21.306Z | Downloaded expectorate v1.1.0 |
830 | 2024-12-21T04:26:21.306Z | Downloaded predicates-core v1.0.8 |
831 | 2024-12-21T04:26:21.306Z | Downloaded write16 v1.0.0 |
832 | 2024-12-21T04:26:21.306Z | Downloaded num-bigint v0.4.6 |
833 | 2024-12-21T04:26:21.341Z | Downloaded pin-utils v0.1.0 |
834 | 2024-12-21T04:26:21.341Z | Downloaded postcard v1.0.10 |
835 | 2024-12-21T04:26:21.341Z | Downloaded itertools v0.12.1 |
836 | 2024-12-21T04:26:21.341Z | Downloaded yoke-derive v0.7.4 |
837 | 2024-12-21T04:26:21.341Z | Downloaded static_assertions v1.1.0 |
838 | 2024-12-21T04:26:21.341Z | Downloaded structmeta v0.2.0 |
839 | 2024-12-21T04:26:21.342Z | Downloaded strip-ansi-escapes v0.2.0 |
840 | 2024-12-21T04:26:21.342Z | Downloaded defmt-parser v0.3.4 |
841 | 2024-12-21T04:26:21.343Z | Downloaded aes-gcm v0.10.3 |
842 | 2024-12-21T04:26:21.343Z | Downloaded vte v0.11.1 |
843 | 2024-12-21T04:26:21.343Z | Downloaded num_threads v0.1.7 |
844 | 2024-12-21T04:26:21.343Z | Downloaded precomputed-hash v0.1.1 |
845 | 2024-12-21T04:26:21.343Z | Downloaded openssl-probe v0.1.5 |
846 | 2024-12-21T04:26:21.343Z | Downloaded defmt v0.3.8 |
847 | 2024-12-21T04:26:21.343Z | Downloaded futures-task v0.3.31 |
848 | 2024-12-21T04:26:21.343Z | Downloaded enum-as-inner v0.6.1 |
849 | 2024-12-21T04:26:21.343Z | Downloaded num_enum v0.5.11 |
850 | 2024-12-21T04:26:21.343Z | Downloaded num-rational v0.4.2 |
851 | 2024-12-21T04:26:21.344Z | Downloaded mockall_derive v0.13.0 |
852 | 2024-12-21T04:26:21.344Z | Downloaded num-iter v0.1.45 |
853 | 2024-12-21T04:26:21.344Z | Downloaded thread_local v1.1.8 |
854 | 2024-12-21T04:26:21.344Z | Downloaded termios v0.3.3 |
855 | 2024-12-21T04:26:21.344Z | Downloaded quinn v0.11.5 |
856 | 2024-12-21T04:26:21.344Z | Downloaded x509-cert v0.2.5 |
857 | 2024-12-21T04:26:21.344Z | Downloaded sec1 v0.7.3 |
858 | 2024-12-21T04:26:21.344Z | Downloaded num_enum_derive v0.5.11 |
859 | 2024-12-21T04:26:21.344Z | Downloaded foreign-types v0.5.0 |
860 | 2024-12-21T04:26:21.344Z | Downloaded env_filter v0.1.2 |
861 | 2024-12-21T04:26:21.344Z | Downloaded termcolor v1.4.1 |
862 | 2024-12-21T04:26:21.344Z | Downloaded thiserror v2.0.3 |
863 | 2024-12-21T04:26:21.344Z | Downloaded phf_codegen v0.11.2 |
864 | 2024-12-21T04:26:21.344Z | Downloaded phf v0.11.2 |
865 | 2024-12-21T04:26:21.344Z | Downloaded semver v0.1.20 |
866 | 2024-12-21T04:26:21.344Z | Downloaded tungstenite v0.23.0 |
867 | 2024-12-21T04:26:21.344Z | Downloaded password-hash v0.4.2 |
868 | 2024-12-21T04:26:21.344Z | Downloaded openssl-macros v0.1.1 |
869 | 2024-12-21T04:26:21.344Z | Downloaded rustc-demangle v0.1.24 |
870 | 2024-12-21T04:26:21.344Z | Downloaded der v0.7.9 |
871 | 2024-12-21T04:26:21.345Z | Downloaded unicode-truncate v1.1.0 |
872 | 2024-12-21T04:26:21.345Z | Downloaded foldhash v0.1.3 |
873 | 2024-12-21T04:26:21.345Z | Downloaded diesel_derives v2.2.3 |
874 | 2024-12-21T04:26:21.345Z | Downloaded rand v0.8.5 |
875 | 2024-12-21T04:26:21.345Z | Downloaded num-derive v0.4.2 |
876 | 2024-12-21T04:26:21.345Z | Downloaded slog-dtrace v0.3.0 |
877 | 2024-12-21T04:26:21.345Z | Downloaded dropshot_endpoint v0.12.0 |
878 | 2024-12-21T04:26:21.345Z | Downloaded aho-corasick v1.1.3 |
879 | 2024-12-21T04:26:21.345Z | Downloaded tungstenite v0.24.0 |
880 | 2024-12-21T04:26:21.345Z | Downloaded term v0.7.0 |
881 | 2024-12-21T04:26:21.345Z | Downloaded scheduled-thread-pool v0.2.7 |
882 | 2024-12-21T04:26:21.345Z | Downloaded rusty-fork v0.3.0 |
883 | 2024-12-21T04:26:21.345Z | Downloaded toolchain_find v0.4.0 |
884 | 2024-12-21T04:26:21.345Z | Downloaded ron v0.8.1 |
885 | 2024-12-21T04:26:21.345Z | Downloaded sct v0.7.1 |
886 | 2024-12-21T04:26:21.345Z | Downloaded zone_cfg_derive v0.3.0 |
887 | 2024-12-21T04:26:21.345Z | Downloaded tui-tree-widget v0.22.0 |
888 | 2024-12-21T04:26:21.345Z | Downloaded number_prefix v0.4.0 |
889 | 2024-12-21T04:26:21.345Z | Downloaded similar v2.6.0 |
890 | 2024-12-21T04:26:21.345Z | Downloaded futures-sink v0.3.31 |
891 | 2024-12-21T04:26:21.345Z | Downloaded phf_generator v0.11.2 |
892 | 2024-12-21T04:26:21.346Z | Downloaded idna v1.0.3 |
893 | 2024-12-21T04:26:21.346Z | Downloaded olpc-cjson v0.1.4 |
894 | 2024-12-21T04:26:21.346Z | Downloaded yoke v0.7.4 |
895 | 2024-12-21T04:26:21.346Z | Downloaded tokio-tungstenite v0.24.0 |
896 | 2024-12-21T04:26:21.346Z | Downloaded xattr v1.3.1 |
897 | 2024-12-21T04:26:21.346Z | Downloaded rustc_version v0.1.7 |
898 | 2024-12-21T04:26:21.346Z | Downloaded simd-adler32 v0.3.7 |
899 | 2024-12-21T04:26:21.346Z | Downloaded packed_struct_codegen v0.10.1 |
900 | 2024-12-21T04:26:21.346Z | Downloaded serde_path_to_error v0.1.16 |
901 | 2024-12-21T04:26:21.346Z | Downloaded blake3 v1.5.4 |
902 | 2024-12-21T04:26:21.346Z | Downloaded xz2 v0.1.7 |
903 | 2024-12-21T04:26:21.346Z | Downloaded slog-scope v4.4.0 |
904 | 2024-12-21T04:26:21.346Z | Downloaded env_logger v0.10.2 |
905 | 2024-12-21T04:26:21.346Z | Downloaded futures v0.3.31 |
906 | 2024-12-21T04:26:21.346Z | Downloaded rustc-hash v2.0.0 |
907 | 2024-12-21T04:26:21.347Z | Downloaded num-traits v0.2.19 |
908 | 2024-12-21T04:26:21.347Z | Downloaded typed-path v0.9.3 |
909 | 2024-12-21T04:26:21.347Z | Downloaded path-slash v0.1.5 |
910 | 2024-12-21T04:26:21.347Z | Downloaded hashbrown v0.13.2 |
911 | 2024-12-21T04:26:21.347Z | Downloaded tar v0.4.42 |
912 | 2024-12-21T04:26:21.347Z | Downloaded ed25519-dalek v2.1.1 |
913 | 2024-12-21T04:26:21.347Z | Downloaded rustfmt-wrapper v0.2.1 |
914 | 2024-12-21T04:26:21.347Z | Downloaded embedded-io v0.4.0 |
915 | 2024-12-21T04:26:21.347Z | Downloaded defmt-macros v0.3.9 |
916 | 2024-12-21T04:26:21.347Z | Downloaded group v0.13.0 |
917 | 2024-12-21T04:26:21.385Z | Downloaded wait-timeout v0.2.0 |
918 | 2024-12-21T04:26:21.385Z | Downloaded reedline v0.35.0 |
919 | 2024-12-21T04:26:21.385Z | Downloaded smallvec v0.6.14 |
920 | 2024-12-21T04:26:21.385Z | Downloaded serde-hex v0.1.0 |
921 | 2024-12-21T04:26:21.385Z | Downloaded scrypt v0.11.0 |
922 | 2024-12-21T04:26:21.385Z | Downloaded enum-as-inner v0.5.1 |
923 | 2024-12-21T04:26:21.385Z | Downloaded predicates v3.1.2 |
924 | 2024-12-21T04:26:21.385Z | Downloaded float-ord v0.3.2 |
925 | 2024-12-21T04:26:21.386Z | Downloaded float-cmp v0.9.0 |
926 | 2024-12-21T04:26:21.386Z | Downloaded rcgen v0.12.1 |
927 | 2024-12-21T04:26:21.386Z | Downloaded globset v0.4.15 |
928 | 2024-12-21T04:26:21.386Z | Downloaded getrandom v0.2.15 |
929 | 2024-12-21T04:26:21.386Z | Downloaded progenitor-macro v0.8.0 |
930 | 2024-12-21T04:26:21.386Z | Downloaded stable_deref_trait v1.2.0 |
931 | 2024-12-21T04:26:21.386Z | Downloaded slog-stdlog v4.1.1 |
932 | 2024-12-21T04:26:21.399Z | Downloaded powerfmt v0.2.0 |
933 | 2024-12-21T04:26:21.399Z | Downloaded rand_core v0.6.4 |
934 | 2024-12-21T04:26:21.399Z | Downloaded ghash v0.5.1 |
935 | 2024-12-21T04:26:21.399Z | Downloaded unicode_categories v0.1.1 |
936 | 2024-12-21T04:26:21.399Z | Downloaded num-integer v0.1.46 |
937 | 2024-12-21T04:26:21.399Z | Downloaded pkcs5 v0.7.1 |
938 | 2024-12-21T04:26:21.399Z | Downloaded test-strategy v0.3.1 |
939 | 2024-12-21T04:26:21.399Z | Downloaded mio v1.0.2 |
940 | 2024-12-21T04:26:21.399Z | Downloaded time v0.3.36 |
941 | 2024-12-21T04:26:21.435Z | Downloaded tokio-rustls v0.24.1 |
942 | 2024-12-21T04:26:21.436Z | Downloaded walkdir v2.5.0 |
943 | 2024-12-21T04:26:21.436Z | Downloaded zerovec-derive v0.10.3 |
944 | 2024-12-21T04:26:21.436Z | Downloaded uzers v0.12.1 |
945 | 2024-12-21T04:26:21.436Z | Downloaded toml v0.7.8 |
946 | 2024-12-21T04:26:21.436Z | Downloaded percent-encoding v2.3.1 |
947 | 2024-12-21T04:26:21.436Z | Downloaded writeable v0.5.5 |
948 | 2024-12-21T04:26:21.455Z | Downloaded derive_more v0.99.18 |
949 | 2024-12-21T04:26:21.456Z | Downloaded derive_builder v0.20.2 |
950 | 2024-12-21T04:26:21.456Z | Downloaded flume v0.11.1 |
951 | 2024-12-21T04:26:21.456Z | Downloaded smallvec v1.13.2 |
952 | 2024-12-21T04:26:21.456Z | Downloaded aws-lc-rs v1.10.0 |
953 | 2024-12-21T04:26:21.456Z | Downloaded omicron-zone-package v0.11.1 |
954 | 2024-12-21T04:26:21.457Z | Downloaded rustls-pki-types v1.10.0 |
955 | 2024-12-21T04:26:21.457Z | Downloaded salty v0.3.0 |
956 | 2024-12-21T04:26:21.470Z | Downloaded dhcproto v0.12.0 |
957 | 2024-12-21T04:26:21.470Z | Downloaded unicode-normalization v0.1.24 |
958 | 2024-12-21T04:26:21.471Z | Downloaded bitvec v1.0.1 |
959 | 2024-12-21T04:26:21.491Z | Downloaded postgres-types v0.2.8 |
960 | 2024-12-21T04:26:21.491Z | Downloaded hashlink v0.9.1 |
961 | 2024-12-21T04:26:21.491Z | Downloaded yasna v0.5.2 |
962 | 2024-12-21T04:26:21.491Z | Downloaded bindgen v0.69.5 |
963 | 2024-12-21T04:26:21.502Z | Downloaded password-hash v0.5.0 |
964 | 2024-12-21T04:26:21.502Z | Downloaded half v2.4.1 |
965 | 2024-12-21T04:26:21.502Z | Downloaded zerovec v0.10.4 |
966 | 2024-12-21T04:26:21.502Z | Downloaded chrono v0.4.38 |
967 | 2024-12-21T04:26:21.504Z | Downloaded zip v0.6.6 |
968 | 2024-12-21T04:26:21.504Z | Downloaded p521 v0.13.3 |
969 | 2024-12-21T04:26:21.504Z | Downloaded tungstenite v0.21.0 |
970 | 2024-12-21T04:26:21.507Z | Downloaded zerocopy v0.6.6 |
971 | 2024-12-21T04:26:21.511Z | Downloaded schemars v0.8.21 |
972 | 2024-12-21T04:26:21.520Z | Downloaded uuid v1.11.0 |
973 | 2024-12-21T04:26:21.523Z | Downloaded p256 v0.13.2 |
974 | 2024-12-21T04:26:21.526Z | Downloaded russh v0.45.0 |
975 | 2024-12-21T04:26:21.532Z | Downloaded h2 v0.4.6 |
976 | 2024-12-21T04:26:21.538Z | Downloaded lalrpop v0.19.12 |
977 | 2024-12-21T04:26:21.550Z | Downloaded headers v0.4.0 |
978 | 2024-12-21T04:26:21.555Z | Downloaded toml_edit v0.19.15 |
979 | 2024-12-21T04:26:21.573Z | Downloaded unicode-properties v0.1.3 |
980 | 2024-12-21T04:26:21.579Z | Downloaded zip v2.1.3 |
981 | 2024-12-21T04:26:21.585Z | Downloaded quick-xml v0.33.0 |
982 | 2024-12-21T04:26:21.589Z | Downloaded rayon-core v1.12.1 |
983 | 2024-12-21T04:26:21.589Z | Downloaded sqlparser v0.45.0 |
984 | 2024-12-21T04:26:21.593Z | Downloaded parse-zoneinfo v0.3.1 |
985 | 2024-12-21T04:26:21.597Z | Downloaded winnow v0.5.40 |
986 | 2024-12-21T04:26:21.604Z | Downloaded ssh-key v0.6.6 |
987 | 2024-12-21T04:26:21.612Z | Downloaded hashbrown v0.14.5 |
988 | 2024-12-21T04:26:21.618Z | Downloaded idna v0.3.0 |
989 | 2024-12-21T04:26:21.623Z | Downloaded rusqlite v0.32.1 |
990 | 2024-12-21T04:26:21.631Z | Downloaded unicode-segmentation v1.12.0 |
991 | 2024-12-21T04:26:21.636Z | Downloaded hashbrown v0.12.3 |
992 | 2024-12-21T04:26:21.642Z | Downloaded idna v0.5.0 |
993 | 2024-12-21T04:26:21.645Z | Downloaded tokio-postgres v0.7.12 |
994 | 2024-12-21T04:26:21.653Z | Downloaded steno v0.4.1 |
995 | 2024-12-21T04:26:21.660Z | Downloaded snafu v0.8.5 |
996 | 2024-12-21T04:26:21.663Z | Downloaded flate2 v1.0.34 |
997 | 2024-12-21T04:26:21.667Z | Downloaded tokio-util v0.7.12 |
998 | 2024-12-21T04:26:21.672Z | Downloaded idna v0.4.0 |
999 | 2024-12-21T04:26:21.679Z | Downloaded futures-util v0.3.31 |
1000 | 2024-12-21T04:26:21.693Z | Downloaded portable-atomic v1.9.0 |
1001 | 2024-12-21T04:26:21.703Z | Downloaded curve25519-dalek v4.1.3 |
1002 | 2024-12-21T04:26:21.715Z | Downloaded idna v0.2.3 |
1003 | 2024-12-21T04:26:21.722Z | Downloaded rustls-webpki v0.101.7 |
1004 | 2024-12-21T04:26:21.738Z | Downloaded rustls v0.21.12 |
1005 | 2024-12-21T04:26:21.759Z | Downloaded vcpkg v0.2.15 |
1006 | 2024-12-21T04:26:21.777Z | Downloaded zerocopy v0.8.10 |
1007 | 2024-12-21T04:26:21.802Z | Downloaded rayon v1.10.0 |
1008 | 2024-12-21T04:26:21.807Z | Downloaded reqwest v0.12.9 |
1009 | 2024-12-21T04:26:21.814Z | Downloaded webpki-roots v0.26.6 |
1010 | 2024-12-21T04:26:21.818Z | Downloaded radix_trie v0.2.1 |
1011 | 2024-12-21T04:26:21.824Z | Downloaded git2 v0.19.0 |
1012 | 2024-12-21T04:26:21.832Z | Downloaded proptest v1.5.0 |
1013 | 2024-12-21T04:26:21.842Z | Downloaded unicode-width v0.2.0 |
1014 | 2024-12-21T04:26:21.847Z | Downloaded nix v0.29.0 |
1015 | 2024-12-21T04:26:21.859Z | Downloaded nix v0.27.1 |
1016 | 2024-12-21T04:26:21.869Z | Downloaded regex v1.11.1 |
1017 | 2024-12-21T04:26:21.883Z | Downloaded polar-core v0.27.3 |
1018 | 2024-12-21T04:26:21.897Z | Downloaded dropshot v0.13.0 |
1019 | 2024-12-21T04:26:21.913Z | Downloaded object v0.36.5 |
1020 | 2024-12-21T04:26:21.924Z | Downloaded regex-syntax v0.6.29 |
1021 | 2024-12-21T04:26:21.932Z | Downloaded rustls v0.23.19 |
1022 | 2024-12-21T04:26:21.961Z | Downloaded openapiv3 v2.0.0 |
1023 | 2024-12-21T04:26:21.976Z | Downloaded gimli v0.31.1 |
1024 | 2024-12-21T04:26:21.988Z | Downloaded trust-dns-proto v0.22.0 |
1025 | 2024-12-21T04:26:22.010Z | Downloaded diesel v2.2.6 |
1026 | 2024-12-21T04:26:22.023Z | Downloaded hickory-proto v0.24.1 |
1027 | 2024-12-21T04:26:22.037Z | Downloaded typify-impl v0.2.0 |
1028 | 2024-12-21T04:26:22.051Z | Downloaded rustls v0.22.4 |
1029 | 2024-12-21T04:26:22.064Z | Downloaded ratatui v0.28.1 |
1030 | 2024-12-21T04:26:22.082Z | Downloaded smoltcp v0.9.1 |
1031 | 2024-12-21T04:26:22.093Z | Downloaded sled v0.34.7 |
1032 | 2024-12-21T04:26:22.103Z | Downloaded dropshot v0.12.0 |
1033 | 2024-12-21T04:26:22.125Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1034 | 2024-12-21T04:26:22.134Z | Downloaded zerocopy-derive v0.6.6 |
1035 | 2024-12-21T04:26:22.143Z | Downloaded regex-syntax v0.8.5 |
1036 | 2024-12-21T04:26:22.152Z | Downloaded nix v0.28.0 |
1037 | 2024-12-21T04:26:22.163Z | Downloaded bstr v1.10.0 |
1038 | 2024-12-21T04:26:22.173Z | Downloaded smoltcp v0.11.0 |
1039 | 2024-12-21T04:26:22.186Z | Downloaded regress v0.10.1 |
1040 | 2024-12-21T04:26:22.194Z | Downloaded chrono-tz v0.10.0 |
1041 | 2024-12-21T04:26:22.202Z | Downloaded regex-automata v0.4.8 |
1042 | 2024-12-21T04:26:22.218Z | Downloaded lzma-sys v0.1.20 |
1043 | 2024-12-21T04:26:22.248Z | Downloaded petname v2.0.2 |
1044 | 2024-12-21T04:26:22.253Z | Downloaded p384 v0.13.0 |
1045 | 2024-12-21T04:26:22.258Z | Downloaded object v0.30.4 |
1046 | 2024-12-21T04:26:22.269Z | Downloaded petgraph v0.6.5 |
1047 | 2024-12-21T04:26:22.285Z | Downloaded regress v0.9.1 |
1048 | 2024-12-21T04:26:22.294Z | Downloaded openssl v0.10.66 |
1049 | 2024-12-21T04:26:22.302Z | Downloaded quinn-proto v0.11.8 |
1050 | 2024-12-21T04:26:22.309Z | Downloaded icu_properties_data v1.5.0 |
1051 | 2024-12-21T04:26:22.320Z | Downloaded libz-sys v1.1.20 |
1052 | 2024-12-21T04:26:22.341Z | Downloaded csv v1.3.0 |
1053 | 2024-12-21T04:26:22.360Z | Downloaded rustls-webpki v0.102.8 |
1054 | 2024-12-21T04:26:22.379Z | Downloaded tokio v1.40.0 |
1055 | 2024-12-21T04:26:22.417Z | Downloaded sha3 v0.10.8 |
1056 | 2024-12-21T04:26:22.421Z | Downloaded serde_with v3.11.0 |
1057 | 2024-12-21T04:26:22.429Z | Downloaded num-bigint-dig v0.8.4 |
1058 | 2024-12-21T04:26:22.434Z | Downloaded slog v2.7.0 |
1059 | 2024-12-21T04:26:22.437Z | Downloaded tracing-core v0.1.32 |
1060 | 2024-12-21T04:26:22.440Z | Downloaded nom v7.1.3 |
1061 | 2024-12-21T04:26:22.444Z | Downloaded rustyline v14.0.0 |
1062 | 2024-12-21T04:26:22.449Z | Downloaded rsa v0.9.6 |
1063 | 2024-12-21T04:26:22.454Z | Downloaded ena v0.14.3 |
1064 | 2024-12-21T04:26:22.457Z | Downloaded postgres-protocol v0.6.7 |
1065 | 2024-12-21T04:26:22.460Z | Downloaded hkdf v0.12.4 |
1066 | 2024-12-21T04:26:22.460Z | Downloaded rustc_version v0.4.1 |
1067 | 2024-12-21T04:26:22.462Z | Downloaded tough v0.19.0 |
1068 | 2024-12-21T04:26:22.468Z | Downloaded packed_struct v0.10.1 |
1069 | 2024-12-21T04:26:22.470Z | Downloaded owo-colors v4.1.0 |
1070 | 2024-12-21T04:26:22.473Z | Downloaded des v0.8.1 |
1071 | 2024-12-21T04:26:22.475Z | Downloaded elliptic-curve v0.13.8 |
1072 | 2024-12-21T04:26:22.478Z | Downloaded shell-words v1.1.0 |
1073 | 2024-12-21T04:26:22.482Z | Downloaded rustversion v1.0.17 |
1074 | 2024-12-21T04:26:22.486Z | Downloaded foreign-types v0.3.2 |
1075 | 2024-12-21T04:26:22.486Z | Downloaded supports-color v3.0.1 |
1076 | 2024-12-21T04:26:22.486Z | Downloaded subtle v2.6.1 |
1077 | 2024-12-21T04:26:22.486Z | Downloaded serde_repr v0.1.19 |
1078 | 2024-12-21T04:26:22.489Z | Downloaded derive-where v1.2.7 |
1079 | 2024-12-21T04:26:22.492Z | Downloaded publicsuffix v2.2.3 |
1080 | 2024-12-21T04:26:22.497Z | Downloaded openssl-sys v0.9.103 |
1081 | 2024-12-21T04:26:22.500Z | Downloaded itertools v0.13.0 |
1082 | 2024-12-21T04:26:22.507Z | Downloaded hyper v1.5.2 |
1083 | 2024-12-21T04:26:22.513Z | Downloaded pkg-config v0.3.31 |
1084 | 2024-12-21T04:26:22.515Z | Downloaded pem v3.0.4 |
1085 | 2024-12-21T04:26:22.515Z | Downloaded peg v0.8.4 |
1086 | 2024-12-21T04:26:22.519Z | Downloaded encoding_rs v0.8.34 |
1087 | 2024-12-21T04:26:22.540Z | Downloaded pbkdf2 v0.12.2 |
1088 | 2024-12-21T04:26:22.543Z | Downloaded fs_extra v1.3.0 |
1089 | 2024-12-21T04:26:22.546Z | Downloaded serde_derive_internals v0.29.1 |
1090 | 2024-12-21T04:26:22.546Z | Downloaded serde_yaml v0.9.34+deprecated |
1091 | 2024-12-21T04:26:22.561Z | Downloaded pin-project v1.1.6 |
1092 | 2024-12-21T04:26:22.568Z | Downloaded slog-async v2.8.0 |
1093 | 2024-12-21T04:26:22.568Z | Downloaded signal-hook-mio v0.2.4 |
1094 | 2024-12-21T04:26:22.568Z | Downloaded shlex v1.3.0 |
1095 | 2024-12-21T04:26:22.568Z | Downloaded samael v0.0.17 |
1096 | 2024-12-21T04:26:22.570Z | Downloaded tokio-rustls v0.26.0 |
1097 | 2024-12-21T04:26:22.577Z | Downloaded crypto-bigint v0.5.5 |
1098 | 2024-12-21T04:26:22.580Z | Downloaded const_format v0.2.33 |
1099 | 2024-12-21T04:26:22.582Z | Downloaded base64 v0.22.1 |
1100 | 2024-12-21T04:26:22.586Z | Downloaded backtrace v0.3.74 |
1101 | 2024-12-21T04:26:22.591Z | Downloaded dirs-sys-next v0.1.2 |
1102 | 2024-12-21T04:26:22.594Z | Downloaded dirs-next v2.0.0 |
1103 | 2024-12-21T04:26:22.594Z | Downloaded difflib v0.4.0 |
1104 | 2024-12-21T04:26:22.596Z | Downloaded crossbeam-channel v0.5.13 |
1105 | 2024-12-21T04:26:22.599Z | Downloaded hickory-resolver v0.24.1 |
1106 | 2024-12-21T04:26:22.604Z | Downloaded data-encoding v2.6.0 |
1107 | 2024-12-21T04:26:22.606Z | Downloaded zeroize v1.8.1 |
1108 | 2024-12-21T04:26:22.606Z | Downloaded wyz v0.5.1 |
1109 | 2024-12-21T04:26:22.609Z | Downloaded salsa20 v0.10.2 |
1110 | 2024-12-21T04:26:22.609Z | Downloaded unicase v2.7.0 |
1111 | 2024-12-21T04:26:22.612Z | Downloaded dropshot_endpoint v0.13.0 |
1112 | 2024-12-21T04:26:22.615Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1113 | 2024-12-21T04:26:22.669Z | Downloaded icu_normalizer v1.5.0 |
1114 | 2024-12-21T04:26:22.673Z | Downloaded pin-project-internal v1.1.6 |
1115 | 2024-12-21T04:26:22.675Z | Downloaded peg-macros v0.8.4 |
1116 | 2024-12-21T04:26:22.677Z | Downloaded compact_str v0.8.0 |
1117 | 2024-12-21T04:26:22.680Z | Downloaded tinyvec v1.8.0 |
1118 | 2024-12-21T04:26:22.683Z | Downloaded env_logger v0.11.5 |
1119 | 2024-12-21T04:26:22.685Z | Downloaded der_derive v0.7.3 |
1120 | 2024-12-21T04:26:22.687Z | Downloaded cc v1.1.30 |
1121 | 2024-12-21T04:26:22.690Z | Downloaded heapless v0.7.17 |
1122 | 2024-12-21T04:26:22.693Z | Downloaded same-file v1.0.6 |
1123 | 2024-12-21T04:26:22.695Z | Downloaded futures-channel v0.3.31 |
1124 | 2024-12-21T04:26:22.695Z | Downloaded icu_locid v1.5.0 |
1125 | 2024-12-21T04:26:22.699Z | Downloaded topological-sort v0.2.2 |
1126 | 2024-12-21T04:26:22.702Z | Downloaded phf_shared v0.11.2 |
1127 | 2024-12-21T04:26:22.702Z | Downloaded russh-keys v0.45.0 |
1128 | 2024-12-21T04:26:22.705Z | Downloaded crc-any v2.5.0 |
1129 | 2024-12-21T04:26:22.707Z | Downloaded chacha20poly1305 v0.10.1 |
1130 | 2024-12-21T04:26:22.709Z | Downloaded newtype-uuid v1.1.3 |
1131 | 2024-12-21T04:26:22.709Z | Downloaded serde_with_macros v3.11.0 |
1132 | 2024-12-21T04:26:22.712Z | Downloaded gethostname v0.5.0 |
1133 | 2024-12-21T04:26:22.712Z | Downloaded futures-core v0.3.31 |
1134 | 2024-12-21T04:26:22.715Z | Downloaded form_urlencoded v1.2.1 |
1135 | 2024-12-21T04:26:22.715Z | Downloaded dunce v1.0.5 |
1136 | 2024-12-21T04:26:22.715Z | Downloaded untrusted v0.9.0 |
1137 | 2024-12-21T04:26:22.717Z | Downloaded untrusted v0.7.1 |
1138 | 2024-12-21T04:26:22.717Z | Downloaded universal-hash v0.5.1 |
1139 | 2024-12-21T04:26:22.720Z | Downloaded display-error-chain v0.2.2 |
1140 | 2024-12-21T04:26:22.720Z | Downloaded diesel-dtrace v0.4.2 |
1141 | 2024-12-21T04:26:22.720Z | Downloaded zerofrom-derive v0.1.4 |
1142 | 2024-12-21T04:26:22.723Z | Downloaded allocator-api2 v0.2.18 |
1143 | 2024-12-21T04:26:22.726Z | Downloaded tinystr v0.7.6 |
1144 | 2024-12-21T04:26:22.726Z | Downloaded tiny-keccak v2.0.2 |
1145 | 2024-12-21T04:26:22.730Z | Downloaded thiserror-impl v2.0.3 |
1146 | 2024-12-21T04:26:22.732Z | Downloaded arc-swap v1.7.1 |
1147 | 2024-12-21T04:26:22.734Z | Downloaded base64ct v1.6.0 |
1148 | 2024-12-21T04:26:22.736Z | Downloaded clang-sys v1.8.1 |
1149 | 2024-12-21T04:26:22.739Z | Downloaded scopeguard v1.2.0 |
1150 | 2024-12-21T04:26:22.739Z | Downloaded hyper-tls v0.6.0 |
1151 | 2024-12-21T04:26:22.742Z | Downloaded cancel-safe-futures v0.1.5 |
1152 | 2024-12-21T04:26:22.744Z | Downloaded bzip2 v0.4.4 |
1153 | 2024-12-21T04:26:22.747Z | Downloaded libefi-sys v0.1.0 |
1154 | 2024-12-21T04:26:22.747Z | Downloaded inout v0.1.3 |
1155 | 2024-12-21T04:26:22.747Z | Downloaded backoff v0.4.0 |
1156 | 2024-12-21T04:26:22.749Z | Downloaded ahash v0.8.11 |
1157 | 2024-12-21T04:26:22.752Z | Downloaded colored v2.1.0 |
1158 | 2024-12-21T04:26:22.754Z | Downloaded idna_adapter v1.2.0 |
1159 | 2024-12-21T04:26:22.754Z | Downloaded chrono-tz-build v0.4.0 |
1160 | 2024-12-21T04:26:22.757Z | Downloaded hmac v0.12.1 |
1161 | 2024-12-21T04:26:22.759Z | Downloaded hostname v0.4.0 |
1162 | 2024-12-21T04:26:22.759Z | Downloaded ctr v0.9.2 |
1163 | 2024-12-21T04:26:22.761Z | Downloaded cookie_store v0.21.0 |
1164 | 2024-12-21T04:26:22.764Z | Downloaded aead v0.5.2 |
1165 | 2024-12-21T04:26:22.764Z | Downloaded lazycell v1.3.0 |
1166 | 2024-12-21T04:26:22.767Z | Downloaded humantime v2.1.0 |
1167 | 2024-12-21T04:26:22.767Z | Downloaded cexpr v0.6.0 |
1168 | 2024-12-21T04:26:22.770Z | Downloaded block-padding v0.3.3 |
1169 | 2024-12-21T04:26:22.770Z | Downloaded bcrypt-pbkdf v0.10.0 |
1170 | 2024-12-21T04:26:22.770Z | Downloaded bit-vec v0.6.3 |
1171 | 2024-12-21T04:26:22.773Z | Downloaded blowfish v0.9.1 |
1172 | 2024-12-21T04:26:22.773Z | Downloaded bitflags v1.3.2 |
1173 | 2024-12-21T04:26:22.776Z | Downloaded bitfield-struct v0.6.2 |
1174 | 2024-12-21T04:26:22.778Z | Downloaded bb8 v0.8.5 |
1175 | 2024-12-21T04:26:22.778Z | Downloaded ascii-canvas v3.0.0 |
1176 | 2024-12-21T04:26:22.782Z | Downloaded array-init v0.0.4 |
1177 | 2024-12-21T04:26:23.008Z | Downloaded ring v0.17.8 |
1178 | 2024-12-21T04:26:23.192Z | Downloaded libsqlite3-sys v0.30.1 |
1179 | 2024-12-21T04:26:23.275Z | Downloaded ring v0.16.20 |
1180 | 2024-12-21T04:26:23.495Z | Downloaded aws-lc-sys v0.22.0 |
1181 | 2024-12-21T04:26:23.813Z | Compiling serde v1.0.215 |
1182 | 2024-12-21T04:26:23.815Z | Compiling lock_api v0.4.12 |
1183 | 2024-12-21T04:26:23.816Z | Compiling scopeguard v1.2.0 |
1184 | 2024-12-21T04:26:23.816Z | Compiling value-bag v1.9.0 |
1185 | 2024-12-21T04:26:23.816Z | Compiling typenum v1.17.0 |
1186 | 2024-12-21T04:26:23.816Z | Compiling generic-array v0.14.7 |
1187 | 2024-12-21T04:26:24.017Z | Compiling syn v2.0.87 |
1188 | 2024-12-21T04:26:24.020Z | Compiling getrandom v0.2.15 |
1189 | 2024-12-21T04:26:24.131Z | Compiling subtle v2.6.1 |
1190 | 2024-12-21T04:26:24.308Z | Compiling rand_core v0.6.4 |
1191 | 2024-12-21T04:26:24.472Z | Compiling log v0.4.22 |
1192 | 2024-12-21T04:26:24.489Z | Compiling shlex v1.3.0 |
1193 | 2024-12-21T04:26:24.509Z | Compiling jobserver v0.1.32 |
1194 | 2024-12-21T04:26:24.557Z | Compiling smallvec v1.13.2 |
1195 | 2024-12-21T04:26:24.826Z | Compiling const-oid v0.9.6 |
1196 | 2024-12-21T04:26:24.876Z | Compiling cc v1.1.30 |
1197 | 2024-12-21T04:26:24.898Z | Compiling spin v0.9.8 |
1198 | 2024-12-21T04:26:24.963Z | Compiling pin-project-lite v0.2.14 |
1199 | 2024-12-21T04:26:25.090Z | Compiling rustix v0.38.37 |
1200 | 2024-12-21T04:26:25.277Z | Compiling parking_lot_core v0.9.10 |
1201 | 2024-12-21T04:26:25.333Z | Compiling futures-core v0.3.31 |
1202 | 2024-12-21T04:26:25.435Z | Compiling signal-hook-registry v1.4.2 |
1203 | 2024-12-21T04:26:25.572Z | Compiling mio v1.0.2 |
1204 | 2024-12-21T04:26:25.972Z | Compiling aho-corasick v1.1.3 |
1205 | 2024-12-21T04:26:26.208Z | Compiling parking_lot v0.12.3 |
1206 | 2024-12-21T04:26:26.431Z | Compiling cpufeatures v0.2.14 |
1207 | 2024-12-21T04:26:26.537Z | Compiling either v1.13.0 |
1208 | 2024-12-21T04:26:26.686Z | Compiling regex-syntax v0.8.5 |
1209 | 2024-12-21T04:26:26.714Z | Compiling lazy_static v1.5.0 |
1210 | 2024-12-21T04:26:26.738Z | Compiling glob v0.3.1 |
1211 | 2024-12-21T04:26:26.841Z | Compiling futures-sink v0.3.31 |
1212 | 2024-12-21T04:26:26.947Z | Compiling stable_deref_trait v1.2.0 |
1213 | 2024-12-21T04:26:27.106Z | Compiling socket2 v0.5.7 |
1214 | 2024-12-21T04:26:27.138Z | Compiling slab v0.4.9 |
1215 | 2024-12-21T04:26:27.227Z | Compiling prettyplease v0.2.25 |
1216 | 2024-12-21T04:26:27.565Z | Compiling minimal-lexical v0.2.1 |
1217 | 2024-12-21T04:26:27.584Z | Compiling serde_json v1.0.133 |
1218 | 2024-12-21T04:26:27.791Z | Compiling clang-sys v1.8.1 |
1219 | 2024-12-21T04:26:28.122Z | Compiling nom v7.1.3 |
1220 | 2024-12-21T04:26:28.170Z | Compiling libloading v0.8.5 |
1221 | 2024-12-21T04:26:28.223Z | Compiling home v0.5.9 |
1222 | 2024-12-21T04:26:28.526Z | Compiling bindgen v0.69.5 |
1223 | 2024-12-21T04:26:28.563Z | Compiling futures-channel v0.3.31 |
1224 | 2024-12-21T04:26:28.993Z | Compiling itertools v0.12.1 |
1225 | 2024-12-21T04:26:29.293Z | Compiling rustc-hash v1.1.0 |
1226 | 2024-12-21T04:26:29.325Z | Compiling futures-io v0.3.31 |
1227 | 2024-12-21T04:26:29.451Z | Compiling foldhash v0.1.3 |
1228 | 2024-12-21T04:26:29.656Z | Compiling lazycell v1.3.0 |
1229 | 2024-12-21T04:26:29.774Z | Compiling pin-utils v0.1.0 |
1230 | 2024-12-21T04:26:29.830Z | Compiling libm v0.2.8 |
1231 | 2024-12-21T04:26:29.874Z | Compiling allocator-api2 v0.2.18 |
1232 | 2024-12-21T04:26:30.166Z | Compiling futures-task v0.3.31 |
1233 | 2024-12-21T04:26:30.473Z | Compiling regex-automata v0.4.8 |
1234 | 2024-12-21T04:26:30.675Z | Compiling hashbrown v0.15.1 |
1235 | 2024-12-21T04:26:31.735Z | Compiling synstructure v0.13.1 |
1236 | 2024-12-21T04:26:32.019Z | Compiling cexpr v0.6.0 |
1237 | 2024-12-21T04:26:32.123Z | Compiling cmake v0.1.51 |
1238 | 2024-12-21T04:26:33.155Z | Compiling num-traits v0.2.19 |
1239 | 2024-12-21T04:26:33.418Z | Compiling fs_extra v1.3.0 |
1240 | 2024-12-21T04:26:33.485Z | Compiling dunce v1.0.5 |
1241 | 2024-12-21T04:26:33.556Z | Compiling pkg-config v0.3.31 |
1242 | 2024-12-21T04:26:33.612Z | Compiling tinyvec_macros v0.1.1 |
1243 | 2024-12-21T04:26:33.708Z | Compiling tinyvec v1.8.0 |
1244 | 2024-12-21T04:26:34.024Z | Compiling ring v0.17.8 |
1245 | 2024-12-21T04:26:35.089Z | Compiling litemap v0.7.3 |
1246 | 2024-12-21T04:26:35.202Z | Compiling unicode-normalization v0.1.24 |
1247 | 2024-12-21T04:26:35.273Z | Compiling writeable v0.5.5 |
1248 | 2024-12-21T04:26:35.417Z | Compiling paste v1.0.15 |
1249 | 2024-12-21T04:26:35.445Z | Compiling base64ct v1.6.0 |
1250 | 2024-12-21T04:26:35.787Z | Compiling unicode-bidi v0.3.17 |
1251 | 2024-12-21T04:26:35.982Z | Compiling regex v1.11.1 |
1252 | 2024-12-21T04:26:36.008Z | Compiling pem-rfc7468 v0.7.0 |
1253 | 2024-12-21T04:26:36.748Z | Compiling httparse v1.9.5 |
1254 | 2024-12-21T04:26:37.013Z | Compiling aws-lc-rs v1.10.0 |
1255 | 2024-12-21T04:26:37.039Z | Compiling flagset v0.4.6 |
1256 | 2024-12-21T04:26:37.229Z | Compiling tracing-core v0.1.32 |
1257 | 2024-12-21T04:26:37.456Z | Compiling rustls-pki-types v1.10.0 |
1258 | 2024-12-21T04:26:37.569Z | Compiling percent-encoding v2.3.1 |
1259 | 2024-12-21T04:26:37.939Z | Compiling crossbeam-utils v0.8.20 |
1260 | 2024-12-21T04:26:38.148Z | Compiling icu_locid_transform_data v1.5.0 |
1261 | 2024-12-21T04:26:38.398Z | Compiling icu_properties_data v1.5.0 |
1262 | 2024-12-21T04:26:38.517Z | Compiling mirai-annotations v1.12.0 |
1263 | 2024-12-21T04:26:38.567Z | Compiling untrusted v0.9.0 |
1264 | 2024-12-21T04:26:38.631Z | Compiling time-core v0.1.2 |
1265 | 2024-12-21T04:26:38.685Z | Compiling serde_derive v1.0.215 |
1266 | 2024-12-21T04:26:38.704Z | Compiling zeroize_derive v1.4.2 |
1267 | 2024-12-21T04:26:38.724Z | Compiling zerocopy-derive v0.7.35 |
1268 | 2024-12-21T04:26:38.800Z | Compiling tokio-macros v2.4.0 |
1269 | 2024-12-21T04:26:38.899Z | Compiling zerofrom-derive v0.1.4 |
1270 | 2024-12-21T04:26:40.133Z | Compiling zeroize v1.8.1 |
1271 | 2024-12-21T04:26:40.343Z | Compiling yoke-derive v0.7.4 |
1272 | 2024-12-21T04:26:40.524Z | Compiling thiserror-impl v1.0.69 |
1273 | 2024-12-21T04:26:40.793Z | Compiling zerocopy v0.7.35 |
1274 | 2024-12-21T04:26:41.822Z | Compiling crypto-common v0.1.6 |
1275 | 2024-12-21T04:26:42.081Z | Compiling block-buffer v0.10.4 |
1276 | 2024-12-21T04:26:42.333Z | Compiling digest v0.10.7 |
1277 | 2024-12-21T04:26:42.467Z | Compiling zerovec-derive v0.10.3 |
1278 | 2024-12-21T04:26:42.810Z | Compiling hmac v0.12.1 |
1279 | 2024-12-21T04:26:43.042Z | Compiling futures-macro v0.3.31 |
1280 | 2024-12-21T04:26:43.064Z | Compiling zerofrom v0.1.4 |
1281 | 2024-12-21T04:26:43.130Z | Compiling block-padding v0.3.3 |
1282 | 2024-12-21T04:26:43.273Z | Compiling displaydoc v0.2.5 |
1283 | 2024-12-21T04:26:43.335Z | Compiling yoke v0.7.4 |
1284 | 2024-12-21T04:26:43.374Z | Compiling inout v0.1.3 |
1285 | 2024-12-21T04:26:43.625Z | Compiling cipher v0.4.4 |
1286 | 2024-12-21T04:26:43.672Z | Compiling sha2 v0.10.8 |
1287 | 2024-12-21T04:26:43.859Z | Compiling thiserror v1.0.69 |
1288 | 2024-12-21T04:26:43.985Z | Compiling ppv-lite86 v0.2.20 |
1289 | 2024-12-21T04:26:44.148Z | Compiling der_derive v0.7.3 |
1290 | 2024-12-21T04:26:44.794Z | Compiling icu_provider_macros v1.5.0 |
1291 | 2024-12-21T04:26:44.880Z | Compiling futures-util v0.3.31 |
1292 | 2024-12-21T04:26:44.912Z | Compiling rand_chacha v0.3.1 |
1293 | 2024-12-21T04:26:44.986Z | Compiling zerovec v0.10.4 |
1294 | 2024-12-21T04:26:45.922Z | Compiling tracing-attributes v0.1.27 |
1295 | 2024-12-21T04:26:46.634Z | Compiling der v0.7.9 |
1296 | 2024-12-21T04:26:46.776Z | Compiling tinystr v0.7.6 |
1297 | 2024-12-21T04:26:46.975Z | Compiling icu_collections v1.5.0 |
1298 | 2024-12-21T04:26:47.155Z | Compiling rand v0.8.5 |
1299 | 2024-12-21T04:26:47.246Z | Compiling icu_locid v1.5.0 |
1300 | 2024-12-21T04:26:48.482Z | Compiling icu_provider v1.5.0 |
1301 | 2024-12-21T04:26:48.545Z | Compiling salsa20 v0.10.2 |
1302 | 2024-12-21T04:26:48.772Z | Compiling spki v0.7.3 |
1303 | 2024-12-21T04:26:49.165Z | Compiling pest v2.7.14 |
1304 | 2024-12-21T04:26:49.275Z | Compiling icu_locid_transform v1.5.0 |
1305 | 2024-12-21T04:26:49.572Z | Compiling tracing v0.1.40 |
1306 | 2024-12-21T04:26:49.597Z | Compiling pbkdf2 v0.12.2 |
1307 | 2024-12-21T04:26:49.657Z | Compiling vcpkg v0.2.15 |
1308 | 2024-12-21T04:26:49.770Z | Compiling num-conv v0.1.0 |
1309 | 2024-12-21T04:26:49.941Z | Compiling untrusted v0.7.1 |
1310 | 2024-12-21T04:26:50.066Z | Compiling powerfmt v0.2.0 |
1311 | 2024-12-21T04:26:50.085Z | Compiling time-macros v0.2.18 |
1312 | 2024-12-21T04:26:50.122Z | Compiling scrypt v0.11.0 |
1313 | 2024-12-21T04:26:50.454Z | Compiling icu_properties v1.5.1 |
1314 | 2024-12-21T04:26:50.684Z | Compiling deranged v0.3.11 |
1315 | 2024-12-21T04:26:51.802Z | Compiling openssl-sys v0.9.103 |
1316 | 2024-12-21T04:26:51.903Z | Compiling pest_meta v2.7.14 |
1317 | 2024-12-21T04:26:52.214Z | Compiling bitflags v2.6.0 |
1318 | 2024-12-21T04:26:52.562Z | Compiling bytes v1.8.0 |
1319 | 2024-12-21T04:26:52.896Z | Compiling indexmap v2.6.0 |
1320 | 2024-12-21T04:26:53.407Z | Compiling tokio v1.40.0 |
1321 | 2024-12-21T04:26:53.841Z | Compiling http v1.1.0 |
1322 | 2024-12-21T04:26:54.405Z | Compiling semver v1.0.23 |
1323 | 2024-12-21T04:26:54.923Z | Compiling rustc_version v0.4.1 |
1324 | 2024-12-21T04:26:55.192Z | Compiling aes v0.8.4 |
1325 | 2024-12-21T04:26:55.296Z | Compiling cbc v0.1.2 |
1326 | 2024-12-21T04:26:55.542Z | Compiling scroll_derive v0.12.0 |
1327 | 2024-12-21T04:26:55.934Z | Compiling utf16_iter v1.0.5 |
1328 | 2024-12-21T04:26:56.138Z | Compiling icu_normalizer_data v1.5.0 |
1329 | 2024-12-21T04:26:56.246Z | Compiling write16 v1.0.0 |
1330 | 2024-12-21T04:26:56.313Z | Compiling atomic-waker v1.1.2 |
1331 | 2024-12-21T04:26:56.369Z | Compiling num_threads v0.1.7 |
1332 | 2024-12-21T04:26:56.491Z | Compiling which v4.4.2 |
1333 | 2024-12-21T04:26:56.510Z | Compiling utf8_iter v1.0.4 |
1334 | 2024-12-21T04:26:56.747Z | Compiling icu_normalizer v1.5.0 |
1335 | 2024-12-21T04:26:56.987Z | Compiling time v0.3.36 |
1336 | 2024-12-21T04:26:57.051Z | Compiling scroll v0.12.0 |
1337 | 2024-12-21T04:26:57.117Z | Compiling pkcs5 v0.7.1 |
1338 | 2024-12-21T04:26:57.610Z | Compiling http-body v1.0.1 |
1339 | 2024-12-21T04:26:57.856Z | Compiling pest_generator v2.7.14 |
1340 | 2024-12-21T04:26:58.091Z | Compiling form_urlencoded v1.2.1 |
1341 | 2024-12-21T04:26:58.223Z | Compiling slog v2.7.0 |
1342 | 2024-12-21T04:26:58.342Z | Compiling try-lock v0.2.5 |
1343 | 2024-12-21T04:26:58.416Z | Compiling goblin v0.8.2 |
1344 | 2024-12-21T04:26:58.496Z | Compiling want v0.3.1 |
1345 | 2024-12-21T04:26:58.722Z | Compiling pkcs8 v0.10.2 |
1346 | 2024-12-21T04:26:58.794Z | Compiling idna_adapter v1.2.0 |
1347 | 2024-12-21T04:26:58.814Z | Compiling uuid v1.11.0 |
1348 | 2024-12-21T04:26:59.023Z | Compiling iana-time-zone v0.1.61 |
1349 | 2024-12-21T04:26:59.470Z | Compiling httpdate v1.0.3 |
1350 | 2024-12-21T04:26:59.497Z | Compiling chrono v0.4.38 |
1351 | 2024-12-21T04:26:59.848Z | Compiling pest_derive v2.7.14 |
1352 | 2024-12-21T04:26:59.945Z | Compiling idna v1.0.3 |
1353 | 2024-12-21T04:27:00.631Z | Compiling dtrace-parser v0.2.0 |
1354 | 2024-12-21T04:27:01.029Z | Compiling toml_datetime v0.6.8 |
1355 | 2024-12-21T04:27:01.538Z | Compiling serde_spanned v0.6.8 |
1356 | 2024-12-21T04:27:01.764Z | Compiling tokio-util v0.7.12 |
1357 | 2024-12-21T04:27:01.795Z | Compiling serde_tokenstream v0.2.2 |
1358 | 2024-12-21T04:27:02.213Z | Compiling match_cfg v0.1.0 |
1359 | 2024-12-21T04:27:02.316Z | Compiling rustversion v1.0.17 |
1360 | 2024-12-21T04:27:02.419Z | Compiling tower-service v0.3.3 |
1361 | 2024-12-21T04:27:02.547Z | Compiling base64 v0.22.1 |
1362 | 2024-12-21T04:27:02.892Z | Compiling h2 v0.4.6 |
1363 | 2024-12-21T04:27:03.026Z | Compiling adler2 v2.0.0 |
1364 | 2024-12-21T04:27:03.224Z | Compiling openssl v0.10.66 |
1365 | 2024-12-21T04:27:03.245Z | Compiling foreign-types-shared v0.1.1 |
1366 | 2024-12-21T04:27:03.248Z | Compiling miniz_oxide v0.8.0 |
1367 | 2024-12-21T04:27:03.349Z | Compiling foreign-types v0.3.2 |
1368 | 2024-12-21T04:27:03.365Z | Compiling hostname v0.3.1 |
1369 | 2024-12-21T04:27:03.438Z | Compiling url v2.5.3 |
1370 | 2024-12-21T04:27:03.648Z | Compiling async-trait v0.1.83 |
1371 | 2024-12-21T04:27:04.772Z | Compiling dof v0.3.0 |
1372 | 2024-12-21T04:27:04.973Z | Compiling openssl-macros v0.1.1 |
1373 | 2024-12-21T04:27:05.462Z | Compiling serde_derive_internals v0.29.1 |
1374 | 2024-12-21T04:27:05.745Z | Compiling usdt-impl v0.5.0 |
1375 | 2024-12-21T04:27:06.370Z | Compiling dirs-sys-next v0.1.2 |
1376 | 2024-12-21T04:27:06.936Z | Compiling syn v1.0.109 |
1377 | 2024-12-21T04:27:07.043Z | Compiling rustls v0.22.4 |
1378 | 2024-12-21T04:27:07.308Z | Compiling schemars v0.8.21 |
1379 | 2024-12-21T04:27:07.392Z | Compiling native-tls v0.2.12 |
1380 | 2024-12-21T04:27:07.599Z | Compiling rustls v0.23.19 |
1381 | 2024-12-21T04:27:07.621Z | Compiling siphasher v0.3.11 |
1382 | 2024-12-21T04:27:07.708Z | Compiling data-encoding v2.6.0 |
1383 | 2024-12-21T04:27:08.011Z | Compiling dirs-next v2.0.0 |
1384 | 2024-12-21T04:27:08.177Z | Compiling schemars_derive v0.8.21 |
1385 | 2024-12-21T04:27:08.653Z | Compiling http-body-util v0.1.2 |
1386 | 2024-12-21T04:27:09.056Z | Compiling crossbeam-epoch v0.9.18 |
1387 | 2024-12-21T04:27:09.183Z | Compiling heapless v0.7.17 |
1388 | 2024-12-21T04:27:09.580Z | Compiling sha1 v0.10.6 |
1389 | 2024-12-21T04:27:09.615Z | Compiling signature v2.2.0 |
1390 | 2024-12-21T04:27:09.775Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1391 | 2024-12-21T04:27:09.918Z | Compiling hyper v1.5.2 |
1392 | 2024-12-21T04:27:09.995Z | Compiling thread_local v1.1.8 |
1393 | 2024-12-21T04:27:10.090Z | Compiling cookie v0.18.1 |
1394 | 2024-12-21T04:27:10.260Z | Compiling encoding_rs v0.8.34 |
1395 | 2024-12-21T04:27:10.354Z | Compiling multer v3.1.0 |
1396 | 2024-12-21T04:27:10.540Z | Compiling dyn-clone v1.0.17 |
1397 | 2024-12-21T04:27:10.639Z | Compiling slog-async v2.8.0 |
1398 | 2024-12-21T04:27:10.757Z | Compiling rayon-core v1.12.1 |
1399 | 2024-12-21T04:27:11.035Z | Compiling openssl-probe v0.1.5 |
1400 | 2024-12-21T04:27:11.174Z | Compiling unicode-properties v0.1.3 |
1401 | 2024-12-21T04:27:11.400Z | Compiling gimli v0.31.1 |
1402 | 2024-12-21T04:27:11.547Z | Compiling mime v0.3.17 |
1403 | 2024-12-21T04:27:11.573Z | Compiling ipnet v2.10.1 |
1404 | 2024-12-21T04:27:12.219Z | Compiling signal-hook v0.3.17 |
1405 | 2024-12-21T04:27:12.503Z | Compiling hyper-util v0.1.10 |
1406 | 2024-12-21T04:27:12.961Z | Compiling toml_edit v0.22.22 |
1407 | 2024-12-21T04:27:14.758Z | Compiling stringprep v0.1.5 |
1408 | 2024-12-21T04:27:15.746Z | Compiling crossbeam-deque v0.8.5 |
1409 | 2024-12-21T04:27:15.953Z | Compiling addr2line v0.24.2 |
1410 | 2024-12-21T04:27:16.088Z | Compiling usdt-attr-macro v0.5.0 |
1411 | 2024-12-21T04:27:16.561Z | Compiling usdt-macro v0.5.0 |
1412 | 2024-12-21T04:27:16.631Z | Compiling term v0.7.0 |
1413 | 2024-12-21T04:27:16.815Z | Compiling slog-json v2.6.1 |
1414 | 2024-12-21T04:27:17.213Z | Compiling serde_urlencoded v0.7.1 |
1415 | 2024-12-21T04:27:17.447Z | Compiling crossbeam-channel v0.5.13 |
1416 | 2024-12-21T04:27:17.709Z | Compiling curve25519-dalek v4.1.3 |
1417 | 2024-12-21T04:27:17.741Z | Compiling futures-executor v0.3.31 |
1418 | 2024-12-21T04:27:18.027Z | Compiling enum-as-inner v0.6.1 |
1419 | 2024-12-21T04:27:18.167Z | Compiling md-5 v0.10.6 |
1420 | 2024-12-21T04:27:18.280Z | Compiling async-stream-impl v0.3.6 |
1421 | 2024-12-21T04:27:18.311Z | Compiling rustls-pemfile v2.2.0 |
1422 | 2024-12-21T04:27:18.437Z | Compiling num-integer v0.1.46 |
1423 | 2024-12-21T04:27:18.550Z | Compiling idna v0.3.0 |
1424 | 2024-12-21T04:27:18.651Z | Compiling idna v0.4.0 |
1425 | 2024-12-21T04:27:19.110Z | Compiling hash32 v0.2.1 |
1426 | 2024-12-21T04:27:19.223Z | Compiling ff v0.13.0 |
1427 | 2024-12-21T04:27:19.455Z | Compiling is-terminal v0.4.13 |
1428 | 2024-12-21T04:27:19.483Z | Compiling dropshot v0.12.0 |
1429 | 2024-12-21T04:27:19.584Z | Compiling object v0.36.5 |
1430 | 2024-12-21T04:27:19.657Z | Compiling fallible-iterator v0.2.0 |
1431 | 2024-12-21T04:27:19.765Z | Compiling smoltcp v0.9.1 |
1432 | 2024-12-21T04:27:20.215Z | Compiling anyhow v1.0.93 |
1433 | 2024-12-21T04:27:20.342Z | Compiling rustc-demangle v0.1.24 |
1434 | 2024-12-21T04:27:20.395Z | Compiling quick-error v1.2.3 |
1435 | 2024-12-21T04:27:20.471Z | Compiling num-bigint-dig v0.8.4 |
1436 | 2024-12-21T04:27:20.536Z | Compiling linked-hash-map v0.5.6 |
1437 | 2024-12-21T04:27:20.755Z | Compiling take_mut v0.2.2 |
1438 | 2024-12-21T04:27:20.834Z | Compiling portable-atomic v1.9.0 |
1439 | 2024-12-21T04:27:20.910Z | Compiling utf-8 v0.7.6 |
1440 | 2024-12-21T04:27:20.931Z | Compiling psl-types v2.0.11 |
1441 | 2024-12-21T04:27:21.127Z | Compiling base16ct v0.2.0 |
1442 | 2024-12-21T04:27:21.202Z | Compiling tungstenite v0.24.0 |
1443 | 2024-12-21T04:27:21.244Z | Compiling publicsuffix v2.2.3 |
1444 | 2024-12-21T04:27:21.319Z | Compiling sec1 v0.7.3 |
1445 | 2024-12-21T04:27:21.511Z | Compiling lru-cache v0.1.2 |
1446 | 2024-12-21T04:27:21.934Z | Compiling resolv-conf v0.7.0 |
1447 | 2024-12-21T04:27:22.033Z | Compiling postgres-protocol v0.6.7 |
1448 | 2024-12-21T04:27:22.174Z | Compiling async-stream v0.3.6 |
1449 | 2024-12-21T04:27:22.494Z | Compiling slog-term v2.9.1 |
1450 | 2024-12-21T04:27:22.664Z | Compiling hickory-proto v0.24.1 |
1451 | 2024-12-21T04:27:22.781Z | Compiling usdt v0.5.0 |
1452 | 2024-12-21T04:27:23.350Z | Compiling group v0.13.0 |
1453 | 2024-12-21T04:27:23.602Z | Compiling num-iter v0.1.45 |
1454 | 2024-12-21T04:27:23.759Z | Compiling futures v0.3.31 |
1455 | 2024-12-21T04:27:23.785Z | Compiling slog-bunyan v2.5.0 |
1456 | 2024-12-21T04:27:23.860Z | Compiling toml v0.8.19 |
1457 | 2024-12-21T04:27:25.117Z | Compiling tokio-native-tls v0.3.1 |
1458 | 2024-12-21T04:27:25.404Z | Compiling camino v1.1.9 |
1459 | 2024-12-21T04:27:25.657Z | Compiling phf_shared v0.11.2 |
1460 | 2024-12-21T04:27:25.736Z | Compiling dropshot_endpoint v0.12.0 |
1461 | 2024-12-21T04:27:26.038Z | Compiling terminal_size v0.4.0 |
1462 | 2024-12-21T04:27:26.271Z | Compiling waitgroup v0.1.2 |
1463 | 2024-12-21T04:27:26.368Z | Compiling openapiv3 v2.0.0 |
1464 | 2024-12-21T04:27:26.500Z | Compiling serde_path_to_error v0.1.16 |
1465 | 2024-12-21T04:27:26.604Z | Compiling hkdf v0.12.4 |
1466 | 2024-12-21T04:27:26.878Z | Compiling crypto-bigint v0.5.5 |
1467 | 2024-12-21T04:27:27.348Z | Compiling backtrace v0.3.74 |
1468 | 2024-12-21T04:27:27.913Z | Compiling zerocopy-derive v0.6.6 |
1469 | 2024-12-21T04:27:30.176Z | Compiling curve25519-dalek-derive v0.1.1 |
1470 | 2024-12-21T04:27:30.433Z | Compiling webpki-roots v0.26.6 |
1471 | 2024-12-21T04:27:30.653Z | Compiling idna v0.5.0 |
1472 | 2024-12-21T04:27:30.834Z | Compiling hubpack_derive v0.1.1 |
1473 | 2024-12-21T04:27:30.856Z | Compiling hostname v0.4.0 |
1474 | 2024-12-21T04:27:31.004Z | Compiling crc32fast v1.4.2 |
1475 | 2024-12-21T04:27:31.118Z | Compiling fs-err v2.11.0 |
1476 | 2024-12-21T04:27:31.353Z | Compiling ahash v0.8.11 |
1477 | 2024-12-21T04:27:31.401Z | Compiling debug-ignore v1.0.5 |
1478 | 2024-12-21T04:27:31.548Z | Compiling bitflags v1.3.2 |
1479 | 2024-12-21T04:27:31.662Z | Compiling winnow v0.5.40 |
1480 | 2024-12-21T04:27:31.707Z | Compiling managed v0.8.0 |
1481 | 2024-12-21T04:27:31.709Z | Compiling newtype-uuid v1.1.3 |
1482 | 2024-12-21T04:27:32.125Z | Compiling console v0.15.8 |
1483 | 2024-12-21T04:27:32.334Z | Compiling hubpack v0.1.2 |
1484 | 2024-12-21T04:27:32.826Z | Compiling cookie_store v0.21.0 |
1485 | 2024-12-21T04:27:33.084Z | Compiling strum_macros v0.25.3 |
1486 | 2024-12-21T04:27:33.135Z | Compiling clap_builder v4.5.21 |
1487 | 2024-12-21T04:27:33.969Z | Compiling flate2 v1.0.34 |
1488 | 2024-12-21T04:27:34.384Z | Compiling zerocopy v0.6.6 |
1489 | 2024-12-21T04:27:34.471Z | Compiling elliptic-curve v0.13.8 |
1490 | 2024-12-21T04:27:34.979Z | Compiling hickory-resolver v0.24.1 |
1491 | 2024-12-21T04:27:35.269Z | Compiling toml_edit v0.19.15 |
1492 | 2024-12-21T04:27:35.628Z | Compiling signal-hook-mio v0.2.4 |
1493 | 2024-12-21T04:27:35.827Z | Compiling phf v0.11.2 |
1494 | 2024-12-21T04:27:36.139Z | Compiling hyper-tls v0.6.0 |
1495 | 2024-12-21T04:27:36.218Z | Compiling rayon v1.10.0 |
1496 | 2024-12-21T04:27:36.552Z | Compiling bzip2 v0.4.4 |
1497 | 2024-12-21T04:27:37.305Z | Compiling postgres-types v0.2.8 |
1498 | 2024-12-21T04:27:38.920Z | Compiling tokio-tungstenite v0.24.0 |
1499 | 2024-12-21T04:27:40.079Z | Compiling ed25519 v2.2.3 |
1500 | 2024-12-21T04:27:40.859Z | Compiling phf_shared v0.10.0 |
1501 | 2024-12-21T04:27:41.108Z | Compiling tokio-stream v0.1.16 |
1502 | 2024-12-21T04:27:41.258Z | Compiling pkcs1 v0.7.5 |
1503 | 2024-12-21T04:27:41.928Z | Compiling serde-big-array v0.5.1 |
1504 | 2024-12-21T04:27:41.988Z | Compiling clap_derive v4.5.18 |
1505 | 2024-12-21T04:27:42.168Z | Compiling rfc6979 v0.4.0 |
1506 | 2024-12-21T04:27:42.191Z | Compiling serde_repr v0.1.19 |
1507 | 2024-12-21T04:27:42.332Z | Compiling derive-where v1.2.7 |
1508 | 2024-12-21T04:27:42.363Z | Compiling float-cmp v0.9.0 |
1509 | 2024-12-21T04:27:42.577Z | Compiling bstr v1.10.0 |
1510 | 2024-12-21T04:27:42.693Z | Compiling sync_wrapper v1.0.1 |
1511 | 2024-12-21T04:27:42.859Z | Compiling precomputed-hash v0.1.1 |
1512 | 2024-12-21T04:27:42.984Z | Compiling fixedbitset v0.4.2 |
1513 | 2024-12-21T04:27:43.399Z | Compiling new_debug_unreachable v1.0.6 |
1514 | 2024-12-21T04:27:43.460Z | Compiling unicode-segmentation v1.12.0 |
1515 | 2024-12-21T04:27:43.498Z | Compiling unicode-width v0.2.0 |
1516 | 2024-12-21T04:27:43.524Z | Compiling bit-vec v0.6.3 |
1517 | 2024-12-21T04:27:43.998Z | Compiling whoami v1.5.2 |
1518 | 2024-12-21T04:27:44.046Z | Compiling number_prefix v0.4.0 |
1519 | 2024-12-21T04:27:44.275Z | Compiling difflib v0.4.0 |
1520 | 2024-12-21T04:27:44.344Z | Compiling normalize-line-endings v0.3.0 |
1521 | 2024-12-21T04:27:44.407Z | Compiling predicates-core v1.0.8 |
1522 | 2024-12-21T04:27:44.472Z | Compiling static_assertions v1.1.0 |
1523 | 2024-12-21T04:27:44.581Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1524 | 2024-12-21T04:27:44.670Z | Compiling predicates v3.1.2 |
1525 | 2024-12-21T04:27:44.763Z | Compiling tokio-postgres v0.7.12 |
1526 | 2024-12-21T04:27:45.896Z | Compiling indicatif v0.17.9 |
1527 | 2024-12-21T04:27:46.012Z | Compiling similar v2.6.0 |
1528 | 2024-12-21T04:27:46.470Z | Compiling bit-set v0.5.3 |
1529 | 2024-12-21T04:27:46.794Z | Compiling string_cache v0.8.7 |
1530 | 2024-12-21T04:27:47.233Z | Compiling petgraph v0.6.5 |
1531 | 2024-12-21T04:27:47.277Z | Compiling clap v4.5.21 |
1532 | 2024-12-21T04:27:47.413Z | Compiling ecdsa v0.16.9 |
1533 | 2024-12-21T04:27:48.244Z | Compiling rsa v0.9.6 |
1534 | 2024-12-21T04:27:48.297Z | Compiling ed25519-dalek v2.1.1 |
1535 | 2024-12-21T04:27:48.458Z | Compiling toml v0.7.8 |
1536 | 2024-12-21T04:27:49.629Z | Compiling zip v0.6.6 |
1537 | 2024-12-21T04:27:50.167Z | Compiling crossterm v0.28.1 |
1538 | 2024-12-21T04:27:51.680Z | Compiling hex v0.4.3 |
1539 | 2024-12-21T04:27:51.749Z | Compiling x509-cert v0.2.5 |
1540 | 2024-12-21T04:27:51.770Z | Compiling itertools v0.10.5 |
1541 | 2024-12-21T04:27:51.773Z | Compiling unicode-xid v0.2.6 |
1542 | 2024-12-21T04:27:51.934Z | Compiling lalrpop-util v0.19.12 |
1543 | 2024-12-21T04:27:51.955Z | Compiling peg-runtime v0.8.3 |
1544 | 2024-12-21T04:27:52.313Z | Compiling strum_macros v0.26.4 |
1545 | 2024-12-21T04:27:52.316Z | Compiling xattr v1.3.1 |
1546 | 2024-12-21T04:27:52.652Z | Compiling filetime v0.2.25 |
1547 | 2024-12-21T04:27:57.244Z | Compiling tar v0.4.42 |
1548 | 2024-12-21T04:27:57.286Z | Compiling strum v0.26.3 |
1549 | 2024-12-21T04:28:00.490Z | Compiling aws-lc-sys v0.22.0 |
1550 | 2024-12-21T04:28:34.710Z | Compiling rustls-webpki v0.102.8 |
1551 | 2024-12-21T04:28:38.103Z | Compiling tokio-rustls v0.25.0 |
1552 | 2024-12-21T04:28:39.629Z | Compiling tokio-rustls v0.26.0 |
1553 | 2024-12-21T04:28:39.942Z | Compiling hyper-rustls v0.27.3 |
1554 | 2024-12-21T04:28:40.401Z | Compiling reqwest v0.12.9 |
1555 | 2024-12-21T04:28:41.532Z | Compiling qorb v0.2.1 |
1556 | 2024-12-21T04:28:46.301Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1557 | 2024-12-21T04:28:46.532Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1558 | 2024-12-21T04:28:52.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
1559 | 2024-12-21T04:28:52.175Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1560 | 2024-12-21T04:28:52.226Z | Dec 21 04:28:51.242 INFO Starting download, target: Clickhouse |
1561 | 2024-12-21T04:28:52.226Z | Dec 21 04:28:51.242 INFO Starting download, target: Console |
1562 | 2024-12-21T04:28:52.226Z | Dec 21 04:28:51.242 INFO Starting download, target: Cockroach |
1563 | 2024-12-21T04:28:52.226Z | Dec 21 04:28:51.242 INFO Starting download, target: DendriteOpenapi |
1564 | 2024-12-21T04:28:52.228Z | Dec 21 04:28:51.242 INFO Starting download, target: DendriteStub |
1565 | 2024-12-21T04:28:52.228Z | Dec 21 04:28:51.242 INFO Starting download, target: MaghemiteMgd |
1566 | 2024-12-21T04:28:52.228Z | Dec 21 04:28:51.242 INFO Starting download, target: TransceiverControl |
1567 | 2024-12-21T04:28:52.228Z | Dec 21 04:28:51.243 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1568 | 2024-12-21T04:28:52.228Z | Dec 21 04:28:51.243 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1569 | 2024-12-21T04:28:52.228Z | Dec 21 04:28:51.243 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1570 | 2024-12-21T04:28:52.228Z | Dec 21 04:28:51.243 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1571 | 2024-12-21T04:28:52.229Z | Dec 21 04:28:51.243 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1572 | 2024-12-21T04:28:52.229Z | Dec 21 04:28:51.243 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1573 | 2024-12-21T04:28:52.229Z | Dec 21 04:28:51.243 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1574 | 2024-12-21T04:28:52.389Z | Dec 21 04:28:51.387 INFO Download complete, target: DendriteOpenapi |
1575 | 2024-12-21T04:28:52.712Z | Dec 21 04:28:51.713 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1576 | 2024-12-21T04:28:52.725Z | Dec 21 04:28:51.727 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1577 | 2024-12-21T04:28:53.047Z | Dec 21 04:28:52.060 INFO Download complete, target: Console |
1578 | 2024-12-21T04:28:53.195Z | Dec 21 04:28:52.206 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1579 | 2024-12-21T04:28:53.267Z | Dec 21 04:28:52.279 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1580 | 2024-12-21T04:28:53.401Z | Dec 21 04:28:52.417 INFO Download complete, target: TransceiverControl |
1581 | 2024-12-21T04:28:53.979Z | Dec 21 04:28:52.996 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1582 | 2024-12-21T04:28:53.979Z | Dec 21 04:28:52.996 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1583 | 2024-12-21T04:28:54.397Z | Dec 21 04:28:53.414 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1584 | 2024-12-21T04:28:56.153Z | Dec 21 04:28:55.169 INFO Download complete, target: MaghemiteMgd |
1585 | 2024-12-21T04:28:56.207Z | Dec 21 04:28:55.223 INFO Download complete, target: DendriteStub |
1586 | 2024-12-21T04:29:01.566Z | Dec 21 04:29:00.582 INFO Checking that binary works, target: Cockroach |
1587 | 2024-12-21T04:29:01.831Z | Dec 21 04:29:00.847 INFO Download complete, target: Cockroach |
1588 | 2024-12-21T04:29:07.179Z | Dec 21 04:29:06.194 INFO Checking that binary works, target: Clickhouse |
1589 | 2024-12-21T04:29:07.783Z | Dec 21 04:29:06.798 INFO Download complete, target: Clickhouse |
1590 | 2024-12-21T04:29:07.889Z | All builder prerequisites installed successfully, and PATH looks valid |
1591 | 2024-12-21T04:29:07.895Z | |
1592 | 2024-12-21T04:29:07.895Z | real 7:14.824334766 |
1593 | 2024-12-21T04:29:07.895Z | user 16:22.401826003 |
1594 | 2024-12-21T04:29:07.895Z | sys 3:12.861561075 |
1595 | 2024-12-21T04:29:07.895Z | trap 0.527367278 |
1596 | 2024-12-21T04:29:07.895Z | tflt 6.686944176 |
1597 | 2024-12-21T04:29:07.895Z | dflt 6.204780041 |
1598 | 2024-12-21T04:29:07.895Z | kflt 0.386699025 |
1599 | 2024-12-21T04:29:07.895Z | lock 29:25.126044080 |
1600 | 2024-12-21T04:29:07.895Z | slp 1:06:54.993379389 |
1601 | 2024-12-21T04:29:07.895Z | lat 52.370995577 |
1602 | 2024-12-21T04:29:07.895Z | stop 2:16.515615271 |
1603 | 2024-12-21T04:29:07.895Z | + banner hack-check |
1604 | 2024-12-21T04:29:07.898Z | |
1605 | 2024-12-21T04:29:07.898Z | # # ## #### # # #### # # ###### #### # # |
1606 | 2024-12-21T04:29:07.898Z | # # # # # # # # # # # # # # # # # |
1607 | 2024-12-21T04:29:07.898Z | ###### # # # #### ##### # ###### ##### # #### |
1608 | 2024-12-21T04:29:07.898Z | # # ###### # # # # # # # # # # |
1609 | 2024-12-21T04:29:07.899Z | # # # # # # # # # # # # # # # # # |
1610 | 2024-12-21T04:29:07.899Z | # # # # #### # # #### # # ###### #### # # |
1611 | 2024-12-21T04:29:07.899Z | |
1612 | 2024-12-21T04:29:07.899Z | + export CARGO_INCREMENTAL=0 |
1613 | 2024-12-21T04:29:07.899Z | + CARGO_INCREMENTAL=0 |
1614 | 2024-12-21T04:29:07.899Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1615 | 2024-12-21T04:29:08.429Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1616 | 2024-12-21T04:29:11.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
1617 | 2024-12-21T04:29:12.034Z | Running `target/debug/xtask check-features --ci` |
1618 | 2024-12-21T04:29:12.057Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1619 | 2024-12-21T04:29:12.059Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1620 | 2024-12-21T04:29:12.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1621 | 2024-12-21T04:29:12.529Z | Running `target/debug/xtask download cargo-hack` |
1622 | 2024-12-21T04:29:13.367Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1623 | 2024-12-21T04:29:13.728Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1624 | 2024-12-21T04:29:18.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s |
1625 | 2024-12-21T04:29:19.015Z | Running `target/debug/xtask-downloader cargo-hack` |
1626 | 2024-12-21T04:29:19.052Z | Dec 21 04:29:18.066 INFO Starting download, target: CargoHack |
1627 | 2024-12-21T04:29:19.055Z | Dec 21 04:29:18.067 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1628 | 2024-12-21T04:29:19.501Z | Dec 21 04:29:18.516 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1629 | 2024-12-21T04:29:19.594Z | Dec 21 04:29:18.607 INFO Download complete, target: CargoHack |
1630 | 2024-12-21T04:29:19.598Z | 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" |
1631 | 2024-12-21T04:29:19.613Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1632 | 2024-12-21T04:29:19.785Z | info: running `cargo check --bins` on api_identity (1/176) |
1633 | 2024-12-21T04:29:20.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2024-12-21T04:29:20.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2024-12-21T04:29:20.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2024-12-21T04:29:20.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1637 | 2024-12-21T04:29:20.402Z | |
1638 | 2024-12-21T04:29:20.402Z | info: running `cargo check --bins` on bootstore (2/176) |
1639 | 2024-12-21T04:29:20.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2024-12-21T04:29:20.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2024-12-21T04:29:20.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2024-12-21T04:29:20.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1643 | 2024-12-21T04:29:21.041Z | |
1644 | 2024-12-21T04:29:21.041Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1645 | 2024-12-21T04:29:21.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2024-12-21T04:29:21.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2024-12-21T04:29:21.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2024-12-21T04:29:21.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1649 | 2024-12-21T04:29:21.712Z | |
1650 | 2024-12-21T04:29:21.713Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1651 | 2024-12-21T04:29:22.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2024-12-21T04:29:22.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2024-12-21T04:29:22.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2024-12-21T04:29:22.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1655 | 2024-12-21T04:29:22.327Z | |
1656 | 2024-12-21T04:29:22.327Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1657 | 2024-12-21T04:29:22.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2024-12-21T04:29:22.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2024-12-21T04:29:22.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2024-12-21T04:29:22.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1661 | 2024-12-21T04:29:22.751Z | |
1662 | 2024-12-21T04:29:22.751Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1663 | 2024-12-21T04:29:23.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2024-12-21T04:29:23.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2024-12-21T04:29:23.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2024-12-21T04:29:23.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1667 | 2024-12-21T04:29:23.186Z | |
1668 | 2024-12-21T04:29:23.186Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1669 | 2024-12-21T04:29:23.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2024-12-21T04:29:23.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2024-12-21T04:29:23.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2024-12-21T04:29:23.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1673 | 2024-12-21T04:29:23.613Z | |
1674 | 2024-12-21T04:29:23.613Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1675 | 2024-12-21T04:29:24.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2024-12-21T04:29:24.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2024-12-21T04:29:24.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2024-12-21T04:29:24.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1679 | 2024-12-21T04:29:24.048Z | |
1680 | 2024-12-21T04:29:24.048Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1681 | 2024-12-21T04:29:24.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2024-12-21T04:29:24.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2024-12-21T04:29:24.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2024-12-21T04:29:24.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1685 | 2024-12-21T04:29:24.477Z | |
1686 | 2024-12-21T04:29:24.477Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1687 | 2024-12-21T04:29:24.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2024-12-21T04:29:24.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2024-12-21T04:29:24.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2024-12-21T04:29:24.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1691 | 2024-12-21T04:29:24.908Z | |
1692 | 2024-12-21T04:29:24.908Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1693 | 2024-12-21T04:29:25.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2024-12-21T04:29:25.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2024-12-21T04:29:25.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2024-12-21T04:29:25.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1697 | 2024-12-21T04:29:25.341Z | |
1698 | 2024-12-21T04:29:25.341Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1699 | 2024-12-21T04:29:25.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2024-12-21T04:29:25.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2024-12-21T04:29:25.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2024-12-21T04:29:25.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1703 | 2024-12-21T04:29:25.776Z | |
1704 | 2024-12-21T04:29:25.776Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1705 | 2024-12-21T04:29:26.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2024-12-21T04:29:26.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2024-12-21T04:29:26.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2024-12-21T04:29:26.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1709 | 2024-12-21T04:29:26.209Z | |
1710 | 2024-12-21T04:29:26.209Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1711 | 2024-12-21T04:29:26.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2024-12-21T04:29:26.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2024-12-21T04:29:26.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2024-12-21T04:29:26.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1715 | 2024-12-21T04:29:26.638Z | |
1716 | 2024-12-21T04:29:26.638Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1717 | 2024-12-21T04:29:27.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2024-12-21T04:29:27.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2024-12-21T04:29:27.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2024-12-21T04:29:27.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1721 | 2024-12-21T04:29:27.065Z | |
1722 | 2024-12-21T04:29:27.065Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1723 | 2024-12-21T04:29:27.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2024-12-21T04:29:27.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2024-12-21T04:29:27.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2024-12-21T04:29:27.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1727 | 2024-12-21T04:29:27.498Z | |
1728 | 2024-12-21T04:29:27.498Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1729 | 2024-12-21T04:29:27.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2024-12-21T04:29:27.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2024-12-21T04:29:27.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2024-12-21T04:29:27.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1733 | 2024-12-21T04:29:27.924Z | |
1734 | 2024-12-21T04:29:27.924Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1735 | 2024-12-21T04:29:28.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2024-12-21T04:29:28.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2024-12-21T04:29:28.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2024-12-21T04:29:28.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1739 | 2024-12-21T04:29:28.354Z | |
1740 | 2024-12-21T04:29:28.354Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1741 | 2024-12-21T04:29:28.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2024-12-21T04:29:28.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2024-12-21T04:29:28.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2024-12-21T04:29:28.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1745 | 2024-12-21T04:29:28.779Z | |
1746 | 2024-12-21T04:29:28.779Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1747 | 2024-12-21T04:29:29.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2024-12-21T04:29:29.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2024-12-21T04:29:29.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2024-12-21T04:29:29.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1751 | 2024-12-21T04:29:29.210Z | |
1752 | 2024-12-21T04:29:29.210Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1753 | 2024-12-21T04:29:29.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2024-12-21T04:29:29.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2024-12-21T04:29:29.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2024-12-21T04:29:29.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1757 | 2024-12-21T04:29:29.642Z | |
1758 | 2024-12-21T04:29:29.642Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1759 | 2024-12-21T04:29:30.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2024-12-21T04:29:30.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2024-12-21T04:29:30.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2024-12-21T04:29:30.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1763 | 2024-12-21T04:29:30.080Z | |
1764 | 2024-12-21T04:29:30.080Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1765 | 2024-12-21T04:29:30.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2024-12-21T04:29:30.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2024-12-21T04:29:30.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2024-12-21T04:29:30.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1769 | 2024-12-21T04:29:30.563Z | |
1770 | 2024-12-21T04:29:30.563Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1771 | 2024-12-21T04:29:30.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2024-12-21T04:29:30.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2024-12-21T04:29:30.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2024-12-21T04:29:30.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1775 | 2024-12-21T04:29:30.936Z | |
1776 | 2024-12-21T04:29:30.936Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1777 | 2024-12-21T04:29:31.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2024-12-21T04:29:31.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2024-12-21T04:29:31.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1780 | 2024-12-21T04:29:31.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1781 | 2024-12-21T04:29:31.575Z | |
1782 | 2024-12-21T04:29:31.575Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1783 | 2024-12-21T04:29:32.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1784 | 2024-12-21T04:29:32.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1785 | 2024-12-21T04:29:32.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1786 | 2024-12-21T04:29:32.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1787 | 2024-12-21T04:29:32.213Z | |
1788 | 2024-12-21T04:29:32.213Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1789 | 2024-12-21T04:29:32.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1790 | 2024-12-21T04:29:32.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1791 | 2024-12-21T04:29:32.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1792 | 2024-12-21T04:29:32.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1793 | 2024-12-21T04:29:32.859Z | |
1794 | 2024-12-21T04:29:32.859Z | info: running `cargo check --bins` on oxlog (28/176) |
1795 | 2024-12-21T04:29:33.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1796 | 2024-12-21T04:29:33.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1797 | 2024-12-21T04:29:33.485Z | Checking cfg-if v1.0.0 |
1798 | 2024-12-21T04:29:33.487Z | Checking libc v0.2.162 |
1799 | 2024-12-21T04:29:33.591Z | Checking serde v1.0.215 |
1800 | 2024-12-21T04:29:33.594Z | Checking zeroize v1.8.1 |
1801 | 2024-12-21T04:29:33.605Z | Checking memchr v2.7.4 |
1802 | 2024-12-21T04:29:33.610Z | Checking typenum v1.17.0 |
1803 | 2024-12-21T04:29:33.624Z | Checking scopeguard v1.2.0 |
1804 | 2024-12-21T04:29:33.627Z | Checking subtle v2.6.1 |
1805 | 2024-12-21T04:29:33.651Z | Checking value-bag v1.9.0 |
1806 | 2024-12-21T04:29:33.755Z | Checking lock_api v0.4.12 |
1807 | 2024-12-21T04:29:33.871Z | Checking const-oid v0.9.6 |
1808 | 2024-12-21T04:29:34.021Z | Checking log v0.4.22 |
1809 | 2024-12-21T04:29:34.146Z | Checking smallvec v1.13.2 |
1810 | 2024-12-21T04:29:34.416Z | Checking itoa v1.0.11 |
1811 | 2024-12-21T04:29:34.515Z | Checking pin-project-lite v0.2.14 |
1812 | 2024-12-21T04:29:34.518Z | Checking byteorder v1.5.0 |
1813 | 2024-12-21T04:29:34.624Z | Checking futures-core v0.3.31 |
1814 | 2024-12-21T04:29:34.626Z | Checking once_cell v1.20.2 |
1815 | 2024-12-21T04:29:34.663Z | Checking getrandom v0.2.15 |
1816 | 2024-12-21T04:29:34.782Z | Checking parking_lot_core v0.9.10 |
1817 | 2024-12-21T04:29:34.811Z | Checking signal-hook-registry v1.4.2 |
1818 | 2024-12-21T04:29:34.852Z | Checking mio v1.0.2 |
1819 | 2024-12-21T04:29:34.868Z | Checking rand_core v0.6.4 |
1820 | 2024-12-21T04:29:34.907Z | Checking cpufeatures v0.2.14 |
1821 | 2024-12-21T04:29:34.994Z | Checking stable_deref_trait v1.2.0 |
1822 | 2024-12-21T04:29:35.015Z | Checking futures-sink v0.3.31 |
1823 | 2024-12-21T04:29:35.067Z | Checking parking_lot v0.12.3 |
1824 | 2024-12-21T04:29:35.090Z | Checking socket2 v0.5.7 |
1825 | 2024-12-21T04:29:35.136Z | Checking spin v0.9.8 |
1826 | 2024-12-21T04:29:35.150Z | Checking zerocopy v0.7.35 |
1827 | 2024-12-21T04:29:35.404Z | Checking slab v0.4.9 |
1828 | 2024-12-21T04:29:35.407Z | Checking zerofrom v0.1.4 |
1829 | 2024-12-21T04:29:35.452Z | Checking futures-channel v0.3.31 |
1830 | 2024-12-21T04:29:35.452Z | Checking foldhash v0.1.3 |
1831 | 2024-12-21T04:29:35.521Z | Checking allocator-api2 v0.2.18 |
1832 | 2024-12-21T04:29:35.597Z | Checking yoke v0.7.4 |
1833 | 2024-12-21T04:29:35.630Z | Checking futures-task v0.3.31 |
1834 | 2024-12-21T04:29:35.649Z | Checking equivalent v1.0.1 |
1835 | 2024-12-21T04:29:35.742Z | Checking pin-utils v0.1.0 |
1836 | 2024-12-21T04:29:35.783Z | Checking futures-io v0.3.31 |
1837 | 2024-12-21T04:29:35.826Z | Checking tinyvec_macros v0.1.1 |
1838 | 2024-12-21T04:29:35.840Z | Checking ryu v1.0.18 |
1839 | 2024-12-21T04:29:35.904Z | Checking tinyvec v1.8.0 |
1840 | 2024-12-21T04:29:35.916Z | Checking zerovec v0.10.4 |
1841 | 2024-12-21T04:29:35.947Z | Checking futures-util v0.3.31 |
1842 | 2024-12-21T04:29:36.022Z | Checking fnv v1.0.7 |
1843 | 2024-12-21T04:29:36.122Z | Checking hashbrown v0.15.1 |
1844 | 2024-12-21T04:29:36.135Z | Checking libm v0.2.8 |
1845 | 2024-12-21T04:29:36.316Z | Checking base64ct v1.6.0 |
1846 | 2024-12-21T04:29:36.758Z | Checking unicode-bidi v0.3.17 |
1847 | 2024-12-21T04:29:36.949Z | Checking writeable v0.5.5 |
1848 | 2024-12-21T04:29:37.148Z | Checking unicode-normalization v0.1.24 |
1849 | 2024-12-21T04:29:37.198Z | Checking litemap v0.7.3 |
1850 | 2024-12-21T04:29:37.261Z | Checking num-traits v0.2.19 |
1851 | 2024-12-21T04:29:37.319Z | Checking pem-rfc7468 v0.7.0 |
1852 | 2024-12-21T04:29:37.403Z | Checking tinystr v0.7.6 |
1853 | 2024-12-21T04:29:37.480Z | Checking ppv-lite86 v0.2.20 |
1854 | 2024-12-21T04:29:37.579Z | Checking flagset v0.4.6 |
1855 | 2024-12-21T04:29:37.727Z | Checking icu_locid v1.5.0 |
1856 | 2024-12-21T04:29:37.761Z | Checking tracing-core v0.1.32 |
1857 | 2024-12-21T04:29:37.987Z | Checking thiserror v1.0.69 |
1858 | 2024-12-21T04:29:38.059Z | Checking generic-array v0.14.7 |
1859 | 2024-12-21T04:29:38.118Z | Checking der v0.7.9 |
1860 | 2024-12-21T04:29:38.120Z | Checking bytes v1.8.0 |
1861 | 2024-12-21T04:29:38.187Z | Checking indexmap v2.6.0 |
1862 | 2024-12-21T04:29:38.385Z | Checking serde_json v1.0.133 |
1863 | 2024-12-21T04:29:38.752Z | Checking icu_provider v1.5.0 |
1864 | 2024-12-21T04:29:38.812Z | Checking rand_chacha v0.3.1 |
1865 | 2024-12-21T04:29:38.935Z | Checking tokio v1.40.0 |
1866 | 2024-12-21T04:29:39.184Z | Checking http v1.1.0 |
1867 | 2024-12-21T04:29:39.199Z | Checking crypto-common v0.1.6 |
1868 | 2024-12-21T04:29:39.362Z | Checking block-buffer v0.10.4 |
1869 | 2024-12-21T04:29:39.400Z | Checking block-padding v0.3.3 |
1870 | 2024-12-21T04:29:39.446Z | Checking bitflags v2.6.0 |
1871 | 2024-12-21T04:29:39.567Z | Checking digest v0.10.7 |
1872 | 2024-12-21T04:29:39.596Z | Checking inout v0.1.3 |
1873 | 2024-12-21T04:29:39.745Z | Checking rustls-pki-types v1.10.0 |
1874 | 2024-12-21T04:29:39.815Z | Checking cipher v0.4.4 |
1875 | 2024-12-21T04:29:39.920Z | Checking hmac v0.12.1 |
1876 | 2024-12-21T04:29:39.963Z | Checking sha2 v0.10.8 |
1877 | 2024-12-21T04:29:40.097Z | Checking icu_locid_transform_data v1.5.0 |
1878 | 2024-12-21T04:29:40.111Z | Checking percent-encoding v2.3.1 |
1879 | 2024-12-21T04:29:40.185Z | Checking icu_locid_transform v1.5.0 |
1880 | 2024-12-21T04:29:40.200Z | Checking salsa20 v0.10.2 |
1881 | 2024-12-21T04:29:40.287Z | Checking pbkdf2 v0.12.2 |
1882 | 2024-12-21T04:29:40.304Z | Checking spki v0.7.3 |
1883 | 2024-12-21T04:29:40.386Z | Checking rand v0.8.5 |
1884 | 2024-12-21T04:29:40.443Z | Checking tracing v0.1.40 |
1885 | 2024-12-21T04:29:40.499Z | Checking icu_collections v1.5.0 |
1886 | 2024-12-21T04:29:40.521Z | Checking aws-lc-sys v0.22.0 |
1887 | 2024-12-21T04:29:40.576Z | Checking httparse v1.9.5 |
1888 | 2024-12-21T04:29:40.771Z | Checking icu_properties_data v1.5.0 |
1889 | 2024-12-21T04:29:40.947Z | Checking mirai-annotations v1.12.0 |
1890 | 2024-12-21T04:29:41.013Z | Checking untrusted v0.9.0 |
1891 | 2024-12-21T04:29:41.030Z | Checking powerfmt v0.2.0 |
1892 | 2024-12-21T04:29:41.117Z | Checking untrusted v0.7.1 |
1893 | 2024-12-21T04:29:41.149Z | Checking scrypt v0.11.0 |
1894 | 2024-12-21T04:29:41.166Z | Checking icu_properties v1.5.1 |
1895 | 2024-12-21T04:29:41.168Z | Checking ring v0.17.8 |
1896 | 2024-12-21T04:29:41.280Z | Checking cbc v0.1.2 |
1897 | 2024-12-21T04:29:41.294Z | Checking deranged v0.3.11 |
1898 | 2024-12-21T04:29:41.348Z | Checking aes v0.8.4 |
1899 | 2024-12-21T04:29:41.480Z | Checking crossbeam-utils v0.8.20 |
1900 | 2024-12-21T04:29:41.707Z | Checking icu_normalizer_data v1.5.0 |
1901 | 2024-12-21T04:29:41.804Z | Checking time-core v0.1.2 |
1902 | 2024-12-21T04:29:41.950Z | Checking write16 v1.0.0 |
1903 | 2024-12-21T04:29:42.073Z | Checking atomic-waker v1.1.2 |
1904 | 2024-12-21T04:29:42.184Z | Checking utf8_iter v1.0.4 |
1905 | 2024-12-21T04:29:42.198Z | Checking num_threads v0.1.7 |
1906 | 2024-12-21T04:29:42.256Z | Checking num-conv v0.1.0 |
1907 | 2024-12-21T04:29:42.296Z | Checking utf16_iter v1.0.5 |
1908 | 2024-12-21T04:29:42.370Z | Checking pkcs5 v0.7.1 |
1909 | 2024-12-21T04:29:42.456Z | Checking http-body v1.0.1 |
1910 | 2024-12-21T04:29:42.492Z | Checking form_urlencoded v1.2.1 |
1911 | 2024-12-21T04:29:42.640Z | Checking try-lock v0.2.5 |
1912 | 2024-12-21T04:29:42.676Z | Checking uuid v1.11.0 |
1913 | 2024-12-21T04:29:42.761Z | Checking want v0.3.1 |
1914 | 2024-12-21T04:29:42.892Z | Checking pkcs8 v0.10.2 |
1915 | 2024-12-21T04:29:42.921Z | Checking httpdate v1.0.3 |
1916 | 2024-12-21T04:29:42.994Z | Checking unicode-ident v1.0.13 |
1917 | 2024-12-21T04:29:43.042Z | Checking aws-lc-rs v1.10.0 |
1918 | 2024-12-21T04:29:43.058Z | Checking time v0.3.36 |
1919 | 2024-12-21T04:29:43.156Z | Checking serde_spanned v0.6.8 |
1920 | 2024-12-21T04:29:43.170Z | Checking proc-macro2 v1.0.89 |
1921 | 2024-12-21T04:29:43.185Z | Checking toml_datetime v0.6.8 |
1922 | 2024-12-21T04:29:43.266Z | Checking slog v2.7.0 |
1923 | 2024-12-21T04:29:43.331Z | Checking scroll v0.12.0 |
1924 | 2024-12-21T04:29:43.467Z | Checking foreign-types-shared v0.1.1 |
1925 | 2024-12-21T04:29:43.567Z | Checking iana-time-zone v0.1.61 |
1926 | 2024-12-21T04:29:43.712Z | Checking base64 v0.22.1 |
1927 | 2024-12-21T04:29:43.735Z | Checking plain v0.2.3 |
1928 | 2024-12-21T04:29:43.792Z | Checking tower-service v0.3.3 |
1929 | 2024-12-21T04:29:43.832Z | Checking match_cfg v0.1.0 |
1930 | 2024-12-21T04:29:43.875Z | Checking ucd-trie v0.1.7 |
1931 | 2024-12-21T04:29:43.905Z | Checking adler2 v2.0.0 |
1932 | 2024-12-21T04:29:43.920Z | Checking hostname v0.3.1 |
1933 | 2024-12-21T04:29:44.042Z | Checking goblin v0.8.2 |
1934 | 2024-12-21T04:29:44.059Z | Checking miniz_oxide v0.8.0 |
1935 | 2024-12-21T04:29:44.073Z | Checking pest v2.7.14 |
1936 | 2024-12-21T04:29:44.162Z | Checking quote v1.0.37 |
1937 | 2024-12-21T04:29:44.512Z | Checking chrono v0.4.38 |
1938 | 2024-12-21T04:29:44.603Z | Checking icu_normalizer v1.5.0 |
1939 | 2024-12-21T04:29:44.721Z | Checking foreign-types v0.3.2 |
1940 | 2024-12-21T04:29:44.794Z | Checking rustls-webpki v0.102.8 |
1941 | 2024-12-21T04:29:44.811Z | Checking openssl-sys v0.9.103 |
1942 | 2024-12-21T04:29:45.400Z | Checking idna_adapter v1.2.0 |
1943 | 2024-12-21T04:29:45.556Z | Checking errno v0.3.9 |
1944 | 2024-12-21T04:29:45.578Z | Checking idna v1.0.3 |
1945 | 2024-12-21T04:29:45.597Z | Checking dirs-sys-next v0.1.2 |
1946 | 2024-12-21T04:29:45.714Z | Checking aho-corasick v1.1.3 |
1947 | 2024-12-21T04:29:45.769Z | Checking siphasher v0.3.11 |
1948 | 2024-12-21T04:29:46.034Z | Checking url v2.5.3 |
1949 | 2024-12-21T04:29:46.050Z | Compiling newtype-uuid v1.1.3 |
1950 | 2024-12-21T04:29:46.066Z | Checking pretty-hex v0.4.1 |
1951 | 2024-12-21T04:29:46.140Z | Checking tokio-util v0.7.12 |
1952 | 2024-12-21T04:29:46.224Z | Checking data-encoding v2.6.0 |
1953 | 2024-12-21T04:29:46.300Z | Checking regex-syntax v0.8.5 |
1954 | 2024-12-21T04:29:46.560Z | Checking openssl v0.10.66 |
1955 | 2024-12-21T04:29:46.590Z | Checking dtrace-parser v0.2.0 |
1956 | 2024-12-21T04:29:46.859Z | Checking dirs-next v2.0.0 |
1957 | 2024-12-21T04:29:46.885Z | Checking rustix v0.38.37 |
1958 | 2024-12-21T04:29:46.980Z | Checking syn v2.0.87 |
1959 | 2024-12-21T04:29:47.043Z | Checking h2 v0.4.6 |
1960 | 2024-12-21T04:29:47.068Z | Checking http-body-util v0.1.2 |
1961 | 2024-12-21T04:29:47.418Z | Checking crossbeam-epoch v0.9.18 |
1962 | 2024-12-21T04:29:47.522Z | Checking signature v2.2.0 |
1963 | 2024-12-21T04:29:47.706Z | Checking sha1 v0.10.6 |
1964 | 2024-12-21T04:29:47.841Z | Checking lazy_static v1.5.0 |
1965 | 2024-12-21T04:29:47.956Z | Checking thread_local v1.1.8 |
1966 | 2024-12-21T04:29:47.973Z | Checking thread-id v4.2.2 |
1967 | 2024-12-21T04:29:48.080Z | Checking encoding_rs v0.8.34 |
1968 | 2024-12-21T04:29:48.217Z | Checking anstyle v1.0.10 |
1969 | 2024-12-21T04:29:48.527Z | Checking unicode-properties v0.1.3 |
1970 | 2024-12-21T04:29:48.894Z | Checking openssl-probe v0.1.5 |
1971 | 2024-12-21T04:29:49.049Z | Checking mime v0.3.17 |
1972 | 2024-12-21T04:29:49.126Z | Checking dof v0.3.0 |
1973 | 2024-12-21T04:29:49.366Z | Checking ipnet v2.10.1 |
1974 | 2024-12-21T04:29:49.442Z | Checking regex-automata v0.4.8 |
1975 | 2024-12-21T04:29:49.741Z | Checking gimli v0.31.1 |
1976 | 2024-12-21T04:29:49.850Z | Checking winnow v0.6.20 |
1977 | 2024-12-21T04:29:50.371Z | Checking utf8parse v0.2.2 |
1978 | 2024-12-21T04:29:50.418Z | Checking either v1.13.0 |
1979 | 2024-12-21T04:29:50.508Z | Checking anstyle-parse v0.2.5 |
1980 | 2024-12-21T04:29:50.765Z | Checking stringprep v0.1.5 |
1981 | 2024-12-21T04:29:50.798Z | Checking crossbeam-deque v0.8.5 |
1982 | 2024-12-21T04:29:51.028Z | Checking term v0.7.0 |
1983 | 2024-12-21T04:29:51.089Z | Checking rustls v0.23.19 |
1984 | 2024-12-21T04:29:51.436Z | Checking rustls v0.22.4 |
1985 | 2024-12-21T04:29:51.993Z | Checking native-tls v0.2.12 |
1986 | 2024-12-21T04:29:52.313Z | Checking slog-json v2.6.1 |
1987 | 2024-12-21T04:29:52.542Z | Checking serde_urlencoded v0.7.1 |
1988 | 2024-12-21T04:29:52.883Z | Checking toml_edit v0.22.22 |
1989 | 2024-12-21T04:29:52.964Z | Checking crossbeam-channel v0.5.13 |
1990 | 2024-12-21T04:29:52.998Z | Checking hyper v1.5.2 |
1991 | 2024-12-21T04:29:53.377Z | Checking usdt-impl v0.5.0 |
1992 | 2024-12-21T04:29:53.706Z | Checking futures-executor v0.3.31 |
1993 | 2024-12-21T04:29:53.780Z | Checking addr2line v0.24.2 |
1994 | 2024-12-21T04:29:53.875Z | Checking rustls-pemfile v2.2.0 |
1995 | 2024-12-21T04:29:53.931Z | Checking md-5 v0.10.6 |
1996 | 2024-12-21T04:29:54.065Z | Checking num-integer v0.1.46 |
1997 | 2024-12-21T04:29:54.099Z | Checking idna v0.4.0 |
1998 | 2024-12-21T04:29:54.142Z | Checking idna v0.3.0 |
1999 | 2024-12-21T04:29:54.271Z | Checking ff v0.13.0 |
2000 | 2024-12-21T04:29:54.471Z | Checking hash32 v0.2.1 |
2001 | 2024-12-21T04:29:54.508Z | Checking memmap v0.7.0 |
2002 | 2024-12-21T04:29:54.714Z | Checking is-terminal v0.4.13 |
2003 | 2024-12-21T04:29:54.745Z | Checking object v0.36.5 |
2004 | 2024-12-21T04:29:54.826Z | Checking fallible-iterator v0.2.0 |
2005 | 2024-12-21T04:29:54.933Z | Checking utf-8 v0.7.6 |
2006 | 2024-12-21T04:29:54.957Z | Checking hyper-util v0.1.10 |
2007 | 2024-12-21T04:29:55.003Z | Checking quick-error v1.2.3 |
2008 | 2024-12-21T04:29:55.029Z | Checking dyn-clone v1.0.17 |
2009 | 2024-12-21T04:29:55.128Z | Checking linked-hash-map v0.5.6 |
2010 | 2024-12-21T04:29:55.144Z | Checking base16ct v0.2.0 |
2011 | 2024-12-21T04:29:55.158Z | Checking colorchoice v1.0.2 |
2012 | 2024-12-21T04:29:55.281Z | Checking anstyle-query v1.1.1 |
2013 | 2024-12-21T04:29:55.326Z | Checking rustc-demangle v0.1.24 |
2014 | 2024-12-21T04:29:55.402Z | Checking take_mut v0.2.2 |
2015 | 2024-12-21T04:29:55.417Z | Checking is_terminal_polyfill v1.70.1 |
2016 | 2024-12-21T04:29:55.434Z | Checking psl-types v2.0.11 |
2017 | 2024-12-21T04:29:55.492Z | Checking toml v0.8.19 |
2018 | 2024-12-21T04:29:55.528Z | Checking anstream v0.6.15 |
2019 | 2024-12-21T04:29:55.544Z | Checking slog-async v2.8.0 |
2020 | 2024-12-21T04:29:55.599Z | Checking publicsuffix v2.2.3 |
2021 | 2024-12-21T04:29:55.751Z | Checking lru-cache v0.1.2 |
2022 | 2024-12-21T04:29:55.829Z | Checking postgres-protocol v0.6.7 |
2023 | 2024-12-21T04:29:55.844Z | Checking sec1 v0.7.3 |
2024 | 2024-12-21T04:29:55.877Z | Checking schemars v0.8.21 |
2025 | 2024-12-21T04:29:55.930Z | Checking resolv-conf v0.7.0 |
2026 | 2024-12-21T04:29:56.224Z | Checking tungstenite v0.24.0 |
2027 | 2024-12-21T04:29:56.239Z | Checking tokio-rustls v0.25.0 |
2028 | 2024-12-21T04:29:56.278Z | Checking hickory-proto v0.24.1 |
2029 | 2024-12-21T04:29:56.474Z | Checking slog-term v2.9.1 |
2030 | 2024-12-21T04:29:56.626Z | Checking heapless v0.7.17 |
2031 | 2024-12-21T04:29:56.732Z | Checking tokio-rustls v0.26.0 |
2032 | 2024-12-21T04:29:56.948Z | Checking usdt v0.5.0 |
2033 | 2024-12-21T04:29:56.963Z | Checking num-iter v0.1.45 |
2034 | 2024-12-21T04:29:57.118Z | Checking group v0.13.0 |
2035 | 2024-12-21T04:29:57.139Z | Checking futures v0.3.31 |
2036 | 2024-12-21T04:29:57.141Z | Checking slog-bunyan v2.5.0 |
2037 | 2024-12-21T04:29:57.207Z | Checking tokio-native-tls v0.3.1 |
2038 | 2024-12-21T04:29:57.249Z | Checking rayon-core v1.12.1 |
2039 | 2024-12-21T04:29:57.302Z | Checking terminal_size v0.4.0 |
2040 | 2024-12-21T04:29:57.346Z | Checking multer v3.1.0 |
2041 | 2024-12-21T04:29:57.464Z | Checking phf_shared v0.11.2 |
2042 | 2024-12-21T04:29:57.556Z | Checking cookie v0.18.1 |
2043 | 2024-12-21T04:29:57.640Z | Checking async-stream v0.3.6 |
2044 | 2024-12-21T04:29:57.705Z | Checking bzip2-sys v0.1.11+1.0.8 |
2045 | 2024-12-21T04:29:57.725Z | Checking camino v1.1.9 |
2046 | 2024-12-21T04:29:57.740Z | Checking signal-hook v0.3.17 |
2047 | 2024-12-21T04:29:57.822Z | Checking waitgroup v0.1.2 |
2048 | 2024-12-21T04:29:57.825Z | Checking webpki-roots v0.26.6 |
2049 | 2024-12-21T04:29:57.906Z | Checking hkdf v0.12.4 |
2050 | 2024-12-21T04:29:57.954Z | Checking openapiv3 v2.0.0 |
2051 | 2024-12-21T04:29:57.990Z | Checking crypto-bigint v0.5.5 |
2052 | 2024-12-21T04:29:58.029Z | Checking serde_path_to_error v0.1.16 |
2053 | 2024-12-21T04:29:58.052Z | Checking idna v0.5.0 |
2054 | 2024-12-21T04:29:58.106Z | Checking hostname v0.4.0 |
2055 | 2024-12-21T04:29:58.235Z | Checking crc32fast v1.4.2 |
2056 | 2024-12-21T04:29:58.292Z | Checking unicode-width v0.1.14 |
2057 | 2024-12-21T04:29:58.450Z | Checking managed v0.8.0 |
2058 | 2024-12-21T04:29:58.642Z | Checking debug-ignore v1.0.5 |
2059 | 2024-12-21T04:29:58.742Z | Checking winnow v0.5.40 |
2060 | 2024-12-21T04:29:58.781Z | Checking clap_lex v0.7.2 |
2061 | 2024-12-21T04:29:58.828Z | Checking bitflags v1.3.2 |
2062 | 2024-12-21T04:29:58.929Z | Checking strsim v0.11.1 |
2063 | 2024-12-21T04:29:58.945Z | Checking cookie_store v0.21.0 |
2064 | 2024-12-21T04:29:59.002Z | Checking smoltcp v0.9.1 |
2065 | 2024-12-21T04:29:59.191Z | Checking clap_builder v4.5.21 |
2066 | 2024-12-21T04:29:59.655Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2067 | 2024-12-21T04:29:59.931Z | Checking console v0.15.8 |
2068 | 2024-12-21T04:30:00.456Z | Checking flate2 v1.0.34 |
2069 | 2024-12-21T04:30:00.538Z | Checking signal-hook-mio v0.2.4 |
2070 | 2024-12-21T04:30:00.670Z | Checking hyper-rustls v0.27.3 |
2071 | 2024-12-21T04:30:00.831Z | Checking elliptic-curve v0.13.8 |
2072 | 2024-12-21T04:30:01.007Z | Checking rayon v1.10.0 |
2073 | 2024-12-21T04:30:01.045Z | Checking hickory-resolver v0.24.1 |
2074 | 2024-12-21T04:30:01.072Z | Checking bzip2 v0.4.4 |
2075 | 2024-12-21T04:30:01.127Z | Checking backtrace v0.3.74 |
2076 | 2024-12-21T04:30:01.342Z | Checking dropshot v0.12.0 |
2077 | 2024-12-21T04:30:01.344Z | Checking phf v0.11.2 |
2078 | 2024-12-21T04:30:01.449Z | Checking hyper-tls v0.6.0 |
2079 | 2024-12-21T04:30:01.623Z | Checking tokio-tungstenite v0.24.0 |
2080 | 2024-12-21T04:30:01.700Z | Checking anyhow v1.0.93 |
2081 | 2024-12-21T04:30:01.733Z | Checking num-bigint-dig v0.8.4 |
2082 | 2024-12-21T04:30:01.813Z | Checking toml_edit v0.19.15 |
2083 | 2024-12-21T04:30:02.058Z | Checking postgres-types v0.2.8 |
2084 | 2024-12-21T04:30:02.076Z | Checking regex v1.11.1 |
2085 | 2024-12-21T04:30:02.261Z | Checking bstr v1.10.0 |
2086 | 2024-12-21T04:30:02.662Z | Checking ed25519 v2.2.3 |
2087 | 2024-12-21T04:30:02.724Z | Checking tokio-stream v0.1.16 |
2088 | 2024-12-21T04:30:02.791Z | Checking phf_shared v0.10.0 |
2089 | 2024-12-21T04:30:02.964Z | Checking zerocopy v0.6.6 |
2090 | 2024-12-21T04:30:03.062Z | Checking curve25519-dalek v4.1.3 |
2091 | 2024-12-21T04:30:03.206Z | Checking pkcs1 v0.7.5 |
2092 | 2024-12-21T04:30:03.592Z | Checking hubpack v0.1.2 |
2093 | 2024-12-21T04:30:03.624Z | Checking portable-atomic v1.9.0 |
2094 | 2024-12-21T04:30:03.732Z | Checking rfc6979 v0.4.0 |
2095 | 2024-12-21T04:30:03.910Z | Checking float-cmp v0.9.0 |
2096 | 2024-12-21T04:30:03.913Z | Checking serde-big-array v0.5.1 |
2097 | 2024-12-21T04:30:03.938Z | Checking sync_wrapper v1.0.1 |
2098 | 2024-12-21T04:30:04.067Z | Checking number_prefix v0.4.0 |
2099 | 2024-12-21T04:30:04.086Z | Checking unicode-width v0.2.0 |
2100 | 2024-12-21T04:30:04.112Z | Checking predicates-core v1.0.8 |
2101 | 2024-12-21T04:30:04.240Z | Checking minimal-lexical v0.2.1 |
2102 | 2024-12-21T04:30:04.255Z | Checking unicode-segmentation v1.12.0 |
2103 | 2024-12-21T04:30:04.285Z | Checking new_debug_unreachable v1.0.6 |
2104 | 2024-12-21T04:30:04.371Z | Checking bit-vec v0.6.3 |
2105 | 2024-12-21T04:30:04.529Z | Checking normalize-line-endings v0.3.0 |
2106 | 2024-12-21T04:30:04.620Z | Checking whoami v1.5.2 |
2107 | 2024-12-21T04:30:04.644Z | Checking fixedbitset v0.4.2 |
2108 | 2024-12-21T04:30:04.662Z | Checking difflib v0.4.0 |
2109 | 2024-12-21T04:30:04.683Z | Checking static_assertions v1.1.0 |
2110 | 2024-12-21T04:30:04.773Z | Checking precomputed-hash v0.1.1 |
2111 | 2024-12-21T04:30:04.812Z | Checking indicatif v0.17.9 |
2112 | 2024-12-21T04:30:04.877Z | Checking petgraph v0.6.5 |
2113 | 2024-12-21T04:30:04.877Z | Checking string_cache v0.8.7 |
2114 | 2024-12-21T04:30:04.906Z | Checking similar v2.6.0 |
2115 | 2024-12-21T04:30:04.908Z | Checking tokio-postgres v0.7.12 |
2116 | 2024-12-21T04:30:04.933Z | Checking ed25519-dalek v2.1.1 |
2117 | 2024-12-21T04:30:04.958Z | Checking predicates v3.1.2 |
2118 | 2024-12-21T04:30:04.973Z | Checking qorb v0.2.1 |
2119 | 2024-12-21T04:30:05.139Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2120 | 2024-12-21T04:30:05.345Z | Checking bit-set v0.5.3 |
2121 | 2024-12-21T04:30:05.561Z | Checking nom v7.1.3 |
2122 | 2024-12-21T04:30:05.589Z | Checking toml v0.7.8 |
2123 | 2024-12-21T04:30:05.601Z | Checking reqwest v0.12.9 |
2124 | 2024-12-21T04:30:05.759Z | Checking rsa v0.9.6 |
2125 | 2024-12-21T04:30:06.290Z | Checking ecdsa v0.16.9 |
2126 | 2024-12-21T04:30:06.866Z | Checking clap v4.5.21 |
2127 | 2024-12-21T04:30:06.981Z | Checking zip v0.6.6 |
2128 | 2024-12-21T04:30:07.020Z | Checking crossterm v0.28.1 |
2129 | 2024-12-21T04:30:07.484Z | Checking itertools v0.12.1 |
2130 | 2024-12-21T04:30:07.499Z | Checking itertools v0.10.5 |
2131 | 2024-12-21T04:30:07.647Z | Checking ahash v0.8.11 |
2132 | 2024-12-21T04:30:08.062Z | Checking fs-err v2.11.0 |
2133 | 2024-12-21T04:30:08.232Z | Checking x509-cert v0.2.5 |
2134 | 2024-12-21T04:30:08.425Z | Checking hex v0.4.3 |
2135 | 2024-12-21T04:30:08.476Z | Checking semver v1.0.23 |
2136 | 2024-12-21T04:30:08.643Z | Checking lalrpop-util v0.19.12 |
2137 | 2024-12-21T04:30:08.878Z | Checking peg-runtime v0.8.3 |
2138 | 2024-12-21T04:30:08.895Z | Checking sigpipe v0.1.3 |
2139 | 2024-12-21T04:30:10.037Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2140 | 2024-12-21T04:30:10.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.47s |
2141 | 2024-12-21T04:30:10.504Z | |
2142 | 2024-12-21T04:30:10.504Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2143 | 2024-12-21T04:30:11.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2144 | 2024-12-21T04:30:11.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2145 | 2024-12-21T04:30:11.161Z | Compiling hashbrown v0.14.5 |
2146 | 2024-12-21T04:30:11.280Z | Checking heck v0.5.0 |
2147 | 2024-12-21T04:30:11.293Z | Compiling unsafe-libyaml v0.2.11 |
2148 | 2024-12-21T04:30:11.305Z | Checking ipnetwork v0.20.0 |
2149 | 2024-12-21T04:30:11.316Z | Compiling ident_case v1.0.1 |
2150 | 2024-12-21T04:30:11.328Z | Checking progenitor-client v0.8.0 |
2151 | 2024-12-21T04:30:11.341Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2152 | 2024-12-21T04:30:11.454Z | Compiling darling_core v0.20.10 |
2153 | 2024-12-21T04:30:11.493Z | Checking newtype-uuid v1.1.3 |
2154 | 2024-12-21T04:30:11.638Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2155 | 2024-12-21T04:30:11.693Z | Compiling proc-macro-crate v1.3.1 |
2156 | 2024-12-21T04:30:11.712Z | Compiling structmeta-derive v0.3.0 |
2157 | 2024-12-21T04:30:11.726Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2158 | 2024-12-21T04:30:11.956Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2159 | 2024-12-21T04:30:12.011Z | Compiling lzma-sys v0.1.20 |
2160 | 2024-12-21T04:30:12.419Z | Checking regress v0.10.1 |
2161 | 2024-12-21T04:30:12.774Z | Compiling serde_yaml v0.9.34+deprecated |
2162 | 2024-12-21T04:30:12.789Z | Compiling num_enum_derive v0.5.11 |
2163 | 2024-12-21T04:30:13.173Z | Compiling foreign-types-macros v0.2.3 |
2164 | 2024-12-21T04:30:13.223Z | Compiling dropshot v0.13.0 |
2165 | 2024-12-21T04:30:13.502Z | Checking foreign-types-shared v0.3.1 |
2166 | 2024-12-21T04:30:13.610Z | Checking arc-swap v1.7.1 |
2167 | 2024-12-21T04:30:14.038Z | Checking slog-scope v4.4.0 |
2168 | 2024-12-21T04:30:14.302Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2169 | 2024-12-21T04:30:14.482Z | Checking foreign-types v0.5.0 |
2170 | 2024-12-21T04:30:14.669Z | Compiling structmeta v0.3.0 |
2171 | 2024-12-21T04:30:14.758Z | Compiling proc-macro-error v1.0.4 |
2172 | 2024-12-21T04:30:15.007Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2173 | 2024-12-21T04:30:15.114Z | Compiling parse-display-derive v0.10.0 |
2174 | 2024-12-21T04:30:15.133Z | Checking tungstenite v0.21.0 |
2175 | 2024-12-21T04:30:15.303Z | Checking num_enum v0.5.11 |
2176 | 2024-12-21T04:30:15.422Z | Compiling heck v0.3.3 |
2177 | 2024-12-21T04:30:15.453Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2178 | 2024-12-21T04:30:15.846Z | Compiling dropshot_endpoint v0.13.0 |
2179 | 2024-12-21T04:30:15.967Z | Checking typify-impl v0.2.0 |
2180 | 2024-12-21T04:30:16.102Z | Checking cstr-argument v0.1.2 |
2181 | 2024-12-21T04:30:16.268Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2182 | 2024-12-21T04:30:16.280Z | Checking instant v0.1.13 |
2183 | 2024-12-21T04:30:16.996Z | Checking base64 v0.21.7 |
2184 | 2024-12-21T04:30:17.107Z | Checking pretty-hex v0.2.1 |
2185 | 2024-12-21T04:30:17.263Z | Checking fastrand v2.1.1 |
2186 | 2024-12-21T04:30:17.468Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2187 | 2024-12-21T04:30:17.899Z | Checking tempfile v3.13.0 |
2188 | 2024-12-21T04:30:17.918Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2189 | 2024-12-21T04:30:17.918Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2190 | 2024-12-21T04:30:17.946Z | Checking backoff v0.4.0 |
2191 | 2024-12-21T04:30:17.961Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2192 | 2024-12-21T04:30:18.030Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2193 | 2024-12-21T04:30:18.184Z | Checking tokio-tungstenite v0.21.0 |
2194 | 2024-12-21T04:30:18.237Z | Compiling zone_cfg_derive v0.1.2 |
2195 | 2024-12-21T04:30:18.263Z | Checking strum v0.26.3 |
2196 | 2024-12-21T04:30:18.380Z | Compiling darling_macro v0.20.10 |
2197 | 2024-12-21T04:30:18.404Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2198 | 2024-12-21T04:30:18.511Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2199 | 2024-12-21T04:30:18.827Z | Checking slog-stdlog v4.1.1 |
2200 | 2024-12-21T04:30:18.844Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2201 | 2024-12-21T04:30:18.979Z | Checking regress v0.9.1 |
2202 | 2024-12-21T04:30:18.993Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2203 | 2024-12-21T04:30:19.136Z | Checking colored v2.1.0 |
2204 | 2024-12-21T04:30:19.269Z | Checking macaddr v1.0.1 |
2205 | 2024-12-21T04:30:19.293Z | Compiling darling v0.20.10 |
2206 | 2024-12-21T04:30:19.401Z | Checking base64 v0.13.1 |
2207 | 2024-12-21T04:30:19.405Z | Compiling serde_with_macros v3.11.0 |
2208 | 2024-12-21T04:30:19.672Z | Checking zone v0.1.8 |
2209 | 2024-12-21T04:30:19.761Z | Checking parse-display v0.10.0 |
2210 | 2024-12-21T04:30:19.786Z | Checking ron v0.7.1 |
2211 | 2024-12-21T04:30:19.995Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2212 | 2024-12-21T04:30:20.318Z | Checking slog-envlogger v2.2.0 |
2213 | 2024-12-21T04:30:20.446Z | Checking xz2 v0.1.7 |
2214 | 2024-12-21T04:30:20.524Z | Checking tabwriter v1.4.0 |
2215 | 2024-12-21T04:30:20.730Z | Checking xattr v1.3.1 |
2216 | 2024-12-21T04:30:20.759Z | Checking pem v3.0.4 |
2217 | 2024-12-21T04:30:20.919Z | Checking yasna v0.5.2 |
2218 | 2024-12-21T04:30:20.948Z | Checking headers-core v0.3.0 |
2219 | 2024-12-21T04:30:21.013Z | Checking smf v0.2.3 |
2220 | 2024-12-21T04:30:21.079Z | Checking filetime v0.2.25 |
2221 | 2024-12-21T04:30:21.279Z | Checking same-file v1.0.6 |
2222 | 2024-12-21T04:30:21.479Z | Checking walkdir v2.5.0 |
2223 | 2024-12-21T04:30:21.494Z | Checking tar v0.4.42 |
2224 | 2024-12-21T04:30:21.616Z | Checking headers v0.4.0 |
2225 | 2024-12-21T04:30:21.742Z | Checking atomicwrites v0.4.4 |
2226 | 2024-12-21T04:30:21.844Z | Checking rcgen v0.12.1 |
2227 | 2024-12-21T04:30:21.932Z | Checking camino-tempfile v1.1.1 |
2228 | 2024-12-21T04:30:22.221Z | Checking subprocess v0.2.9 |
2229 | 2024-12-21T04:30:22.399Z | Checking serde_with v3.11.0 |
2230 | 2024-12-21T04:30:26.751Z | Compiling typify-macro v0.2.0 |
2231 | 2024-12-21T04:30:28.595Z | Compiling typify v0.2.0 |
2232 | 2024-12-21T04:30:28.663Z | Compiling progenitor-impl v0.8.0 |
2233 | 2024-12-21T04:30:31.862Z | Compiling progenitor-macro v0.8.0 |
2234 | 2024-12-21T04:30:36.973Z | Checking progenitor v0.8.0 |
2235 | 2024-12-21T04:30:37.124Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2236 | 2024-12-21T04:30:37.127Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2237 | 2024-12-21T04:30:39.741Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2238 | 2024-12-21T04:30:40.114Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2239 | 2024-12-21T04:30:46.669Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2240 | 2024-12-21T04:30:48.202Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2241 | 2024-12-21T04:30:49.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.95s |
2242 | 2024-12-21T04:30:49.632Z | |
2243 | 2024-12-21T04:30:49.632Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2244 | 2024-12-21T04:30:50.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2245 | 2024-12-21T04:30:50.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2246 | 2024-12-21T04:30:50.290Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2247 | 2024-12-21T04:30:51.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
2248 | 2024-12-21T04:30:51.908Z | |
2249 | 2024-12-21T04:30:51.908Z | info: running `cargo check --bins` on nexus-config (31/176) |
2250 | 2024-12-21T04:30:52.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2251 | 2024-12-21T04:30:52.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2252 | 2024-12-21T04:30:52.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2253 | 2024-12-21T04:30:52.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2254 | 2024-12-21T04:30:52.530Z | |
2255 | 2024-12-21T04:30:52.530Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2256 | 2024-12-21T04:30:53.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2257 | 2024-12-21T04:30:53.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2258 | 2024-12-21T04:30:53.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2259 | 2024-12-21T04:30:53.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2260 | 2024-12-21T04:30:53.132Z | |
2261 | 2024-12-21T04:30:53.132Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2262 | 2024-12-21T04:30:53.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2263 | 2024-12-21T04:30:53.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2264 | 2024-12-21T04:30:53.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2265 | 2024-12-21T04:30:53.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2266 | 2024-12-21T04:30:53.752Z | |
2267 | 2024-12-21T04:30:53.752Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2268 | 2024-12-21T04:30:54.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2269 | 2024-12-21T04:30:54.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2270 | 2024-12-21T04:30:54.427Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2271 | 2024-12-21T04:30:54.537Z | Compiling ipnetwork v0.20.0 |
2272 | 2024-12-21T04:30:54.539Z | Compiling zerocopy v0.8.10 |
2273 | 2024-12-21T04:30:54.539Z | Compiling progenitor-client v0.8.0 |
2274 | 2024-12-21T04:30:54.540Z | Compiling itertools v0.13.0 |
2275 | 2024-12-21T04:30:54.540Z | Compiling zerocopy-derive v0.8.10 |
2276 | 2024-12-21T04:30:54.540Z | Compiling heapless v0.8.0 |
2277 | 2024-12-21T04:30:54.540Z | Checking hash32 v0.3.1 |
2278 | 2024-12-21T04:30:54.695Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2279 | 2024-12-21T04:30:54.848Z | Compiling instant v0.1.13 |
2280 | 2024-12-21T04:30:54.986Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2281 | 2024-12-21T04:30:55.005Z | Compiling progenitor v0.8.0 |
2282 | 2024-12-21T04:30:55.256Z | Compiling smoltcp v0.11.0 |
2283 | 2024-12-21T04:30:55.404Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2284 | 2024-12-21T04:30:55.478Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2285 | 2024-12-21T04:30:55.503Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2286 | 2024-12-21T04:30:55.733Z | Compiling backoff v0.4.0 |
2287 | 2024-12-21T04:30:55.997Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2288 | 2024-12-21T04:30:56.082Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2289 | 2024-12-21T04:30:56.169Z | Compiling dropshot v0.13.0 |
2290 | 2024-12-21T04:30:56.276Z | Compiling serde_with v3.11.0 |
2291 | 2024-12-21T04:30:56.493Z | Compiling parse-display v0.10.0 |
2292 | 2024-12-21T04:30:56.551Z | Checking num-rational v0.4.2 |
2293 | 2024-12-21T04:30:57.193Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2294 | 2024-12-21T04:30:57.357Z | Compiling regress v0.9.1 |
2295 | 2024-12-21T04:30:57.642Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2296 | 2024-12-21T04:30:59.000Z | Compiling phf_generator v0.11.2 |
2297 | 2024-12-21T04:30:59.182Z | Checking num-complex v0.4.6 |
2298 | 2024-12-21T04:31:00.293Z | Compiling macaddr v1.0.1 |
2299 | 2024-12-21T04:31:00.692Z | Checking cobs v0.2.3 |
2300 | 2024-12-21T04:31:00.751Z | Checking num v0.4.3 |
2301 | 2024-12-21T04:31:00.854Z | Compiling phf_codegen v0.11.2 |
2302 | 2024-12-21T04:31:00.870Z | Checking postcard v1.0.10 |
2303 | 2024-12-21T04:31:01.445Z | Compiling parse-zoneinfo v0.3.1 |
2304 | 2024-12-21T04:31:02.615Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2305 | 2024-12-21T04:31:02.894Z | Checking float-ord v0.3.2 |
2306 | 2024-12-21T04:31:03.044Z | Compiling convert_case v0.4.0 |
2307 | 2024-12-21T04:31:03.486Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2308 | 2024-12-21T04:31:03.721Z | Compiling chrono-tz-build v0.4.0 |
2309 | 2024-12-21T04:31:03.809Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2310 | 2024-12-21T04:31:04.032Z | Compiling derive_more v0.99.18 |
2311 | 2024-12-21T04:31:04.328Z | Compiling thiserror v2.0.3 |
2312 | 2024-12-21T04:31:04.657Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2313 | 2024-12-21T04:31:04.828Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2314 | 2024-12-21T04:31:05.276Z | Compiling crucible-workspace-hack v0.1.0 |
2315 | 2024-12-21T04:31:05.296Z | Checking newline-converter v0.3.0 |
2316 | 2024-12-21T04:31:05.297Z | Compiling chrono-tz v0.10.0 |
2317 | 2024-12-21T04:31:05.335Z | Checking prettyplease v0.2.25 |
2318 | 2024-12-21T04:31:05.511Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2319 | 2024-12-21T04:31:05.848Z | Compiling thiserror-impl v2.0.3 |
2320 | 2024-12-21T04:31:05.865Z | Compiling slog-dtrace v0.3.0 |
2321 | 2024-12-21T04:31:06.118Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2322 | 2024-12-21T04:31:06.199Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2323 | 2024-12-21T04:31:07.629Z | Checking expectorate v1.1.0 |
2324 | 2024-12-21T04:31:07.790Z | Compiling zone_cfg_derive v0.3.0 |
2325 | 2024-12-21T04:31:07.868Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2326 | 2024-12-21T04:31:07.954Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2327 | 2024-12-21T04:31:08.464Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2328 | 2024-12-21T04:31:08.837Z | Compiling const_format_proc_macros v0.2.33 |
2329 | 2024-12-21T04:31:09.114Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2330 | 2024-12-21T04:31:09.273Z | Compiling num-derive v0.4.2 |
2331 | 2024-12-21T04:31:09.289Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2332 | 2024-12-21T04:31:09.798Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2333 | 2024-12-21T04:31:09.815Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2334 | 2024-12-21T04:31:10.071Z | Checking highway v1.2.0 |
2335 | 2024-12-21T04:31:10.301Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2336 | 2024-12-21T04:31:10.497Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2337 | 2024-12-21T04:31:10.539Z | Checking zone v0.3.0 |
2338 | 2024-12-21T04:31:10.955Z | Checking const_format v0.2.33 |
2339 | 2024-12-21T04:31:10.971Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2340 | 2024-12-21T04:31:11.079Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2341 | 2024-12-21T04:31:11.385Z | Checking gethostname v0.5.0 |
2342 | 2024-12-21T04:31:11.476Z | Checking bcs v0.1.6 |
2343 | 2024-12-21T04:31:11.548Z | Compiling async-recursion v1.1.1 |
2344 | 2024-12-21T04:31:11.575Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2345 | 2024-12-21T04:31:12.000Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2346 | 2024-12-21T04:31:12.000Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2347 | 2024-12-21T04:31:14.373Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2348 | 2024-12-21T04:31:18.284Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2349 | 2024-12-21T04:31:21.629Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2350 | 2024-12-21T04:31:24.267Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2351 | 2024-12-21T04:31:25.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.73s |
2352 | 2024-12-21T04:31:25.671Z | |
2353 | 2024-12-21T04:31:25.671Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2354 | 2024-12-21T04:31:26.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2355 | 2024-12-21T04:31:26.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2356 | 2024-12-21T04:31:26.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2357 | 2024-12-21T04:31:26.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2358 | 2024-12-21T04:31:26.312Z | |
2359 | 2024-12-21T04:31:26.312Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2360 | 2024-12-21T04:31:26.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2361 | 2024-12-21T04:31:26.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2362 | 2024-12-21T04:31:26.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2363 | 2024-12-21T04:31:26.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2364 | 2024-12-21T04:31:26.941Z | |
2365 | 2024-12-21T04:31:26.941Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2366 | 2024-12-21T04:31:27.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2367 | 2024-12-21T04:31:27.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2368 | 2024-12-21T04:31:27.595Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2369 | 2024-12-21T04:31:28.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2370 | 2024-12-21T04:31:28.420Z | |
2371 | 2024-12-21T04:31:28.420Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2372 | 2024-12-21T04:31:28.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2373 | 2024-12-21T04:31:28.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2374 | 2024-12-21T04:31:29.082Z | Compiling cfg_aliases v0.1.1 |
2375 | 2024-12-21T04:31:29.085Z | Compiling vte_generate_state_changes v0.1.2 |
2376 | 2024-12-21T04:31:29.085Z | Checking fd-lock v4.0.2 |
2377 | 2024-12-21T04:31:29.085Z | Checking nibble_vec v0.1.0 |
2378 | 2024-12-21T04:31:29.185Z | Checking endian-type v0.1.2 |
2379 | 2024-12-21T04:31:29.193Z | Checking bytecount v0.6.8 |
2380 | 2024-12-21T04:31:29.209Z | Compiling tabled_derive v0.7.0 |
2381 | 2024-12-21T04:31:29.246Z | Compiling peg-macros v0.8.4 |
2382 | 2024-12-21T04:31:29.260Z | Compiling nix v0.28.0 |
2383 | 2024-12-21T04:31:29.360Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2384 | 2024-12-21T04:31:29.368Z | Checking papergrid v0.11.0 |
2385 | 2024-12-21T04:31:29.371Z | Compiling sqlparser_derive v0.2.2 |
2386 | 2024-12-21T04:31:29.393Z | Checking radix_trie v0.2.1 |
2387 | 2024-12-21T04:31:29.769Z | Checking vte v0.11.1 |
2388 | 2024-12-21T04:31:29.795Z | Checking home v0.5.9 |
2389 | 2024-12-21T04:31:29.936Z | Checking nu-ansi-term v0.50.1 |
2390 | 2024-12-21T04:31:30.357Z | Checking unicode_categories v0.1.1 |
2391 | 2024-12-21T04:31:30.435Z | Checking sqlparser v0.45.0 |
2392 | 2024-12-21T04:31:30.516Z | Checking display-error-chain v0.2.2 |
2393 | 2024-12-21T04:31:30.632Z | Checking sqlformat v0.2.6 |
2394 | 2024-12-21T04:31:31.077Z | Checking strip-ansi-escapes v0.2.0 |
2395 | 2024-12-21T04:31:31.215Z | Checking reedline v0.35.0 |
2396 | 2024-12-21T04:31:31.533Z | Checking tabled v0.15.0 |
2397 | 2024-12-21T04:31:32.125Z | Checking peg v0.8.4 |
2398 | 2024-12-21T04:31:32.408Z | Checking rustyline v14.0.0 |
2399 | 2024-12-21T04:31:41.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.73s |
2400 | 2024-12-21T04:31:41.333Z | |
2401 | 2024-12-21T04:31:41.334Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2402 | 2024-12-21T04:31:41.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2024-12-21T04:31:41.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2024-12-21T04:31:42.034Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2405 | 2024-12-21T04:31:47.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s |
2406 | 2024-12-21T04:31:47.281Z | |
2407 | 2024-12-21T04:31:47.281Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2408 | 2024-12-21T04:31:47.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2024-12-21T04:31:47.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2024-12-21T04:31:47.943Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2411 | 2024-12-21T04:31:51.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
2412 | 2024-12-21T04:31:51.868Z | |
2413 | 2024-12-21T04:31:51.868Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2414 | 2024-12-21T04:31:52.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2024-12-21T04:31:52.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2024-12-21T04:31:52.697Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2417 | 2024-12-21T04:31:57.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s |
2418 | 2024-12-21T04:31:57.477Z | |
2419 | 2024-12-21T04:31:57.477Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2420 | 2024-12-21T04:31:58.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2024-12-21T04:31:58.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2024-12-21T04:31:58.137Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2423 | 2024-12-21T04:32:02.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
2424 | 2024-12-21T04:32:03.057Z | |
2425 | 2024-12-21T04:32:03.057Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2426 | 2024-12-21T04:32:03.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2427 | 2024-12-21T04:32:03.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2428 | 2024-12-21T04:32:03.707Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2429 | 2024-12-21T04:32:07.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s |
2430 | 2024-12-21T04:32:07.801Z | |
2431 | 2024-12-21T04:32:07.801Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2432 | 2024-12-21T04:32:08.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2433 | 2024-12-21T04:32:08.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2434 | 2024-12-21T04:32:08.467Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2435 | 2024-12-21T04:32:12.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
2436 | 2024-12-21T04:32:12.683Z | |
2437 | 2024-12-21T04:32:12.683Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2438 | 2024-12-21T04:32:13.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2439 | 2024-12-21T04:32:13.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2440 | 2024-12-21T04:32:13.364Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2441 | 2024-12-21T04:32:18.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s |
2442 | 2024-12-21T04:32:18.500Z | |
2443 | 2024-12-21T04:32:18.500Z | info: running `cargo check --bins` on oximeter (46/176) |
2444 | 2024-12-21T04:32:19.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2445 | 2024-12-21T04:32:19.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2446 | 2024-12-21T04:32:19.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2447 | 2024-12-21T04:32:19.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2448 | 2024-12-21T04:32:19.125Z | |
2449 | 2024-12-21T04:32:19.125Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2450 | 2024-12-21T04:32:19.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2024-12-21T04:32:19.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2024-12-21T04:32:19.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2453 | 2024-12-21T04:32:19.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2454 | 2024-12-21T04:32:19.726Z | |
2455 | 2024-12-21T04:32:19.726Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2456 | 2024-12-21T04:32:20.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2024-12-21T04:32:20.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2024-12-21T04:32:20.362Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2459 | 2024-12-21T04:32:22.537Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2460 | 2024-12-21T04:32:23.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s |
2461 | 2024-12-21T04:32:23.704Z | |
2462 | 2024-12-21T04:32:23.705Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2463 | 2024-12-21T04:32:24.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-12-21T04:32:24.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-12-21T04:32:24.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-12-21T04:32:24.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2467 | 2024-12-21T04:32:24.333Z | |
2468 | 2024-12-21T04:32:24.333Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2469 | 2024-12-21T04:32:24.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-12-21T04:32:24.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-12-21T04:32:24.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-12-21T04:32:24.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2473 | 2024-12-21T04:32:24.966Z | |
2474 | 2024-12-21T04:32:24.966Z | info: running `cargo check --bins` on oxql-types (51/176) |
2475 | 2024-12-21T04:32:25.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-12-21T04:32:25.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-12-21T04:32:25.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2024-12-21T04:32:25.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2479 | 2024-12-21T04:32:25.591Z | |
2480 | 2024-12-21T04:32:25.591Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2481 | 2024-12-21T04:32:26.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-12-21T04:32:26.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-12-21T04:32:26.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2484 | 2024-12-21T04:32:26.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2485 | 2024-12-21T04:32:26.247Z | |
2486 | 2024-12-21T04:32:26.248Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2487 | 2024-12-21T04:32:26.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-12-21T04:32:26.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-12-21T04:32:26.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-12-21T04:32:26.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2491 | 2024-12-21T04:32:26.885Z | |
2492 | 2024-12-21T04:32:26.885Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2493 | 2024-12-21T04:32:27.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-12-21T04:32:27.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-12-21T04:32:27.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-12-21T04:32:27.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2497 | 2024-12-21T04:32:27.533Z | |
2498 | 2024-12-21T04:32:27.533Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2499 | 2024-12-21T04:32:28.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-12-21T04:32:28.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-12-21T04:32:28.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-12-21T04:32:28.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2503 | 2024-12-21T04:32:28.169Z | |
2504 | 2024-12-21T04:32:28.169Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2505 | 2024-12-21T04:32:28.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-12-21T04:32:28.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-12-21T04:32:28.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-12-21T04:32:28.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2509 | 2024-12-21T04:32:28.803Z | |
2510 | 2024-12-21T04:32:28.803Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2511 | 2024-12-21T04:32:29.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-12-21T04:32:29.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-12-21T04:32:29.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-12-21T04:32:29.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2515 | 2024-12-21T04:32:29.444Z | |
2516 | 2024-12-21T04:32:29.445Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2517 | 2024-12-21T04:32:29.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-12-21T04:32:29.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-12-21T04:32:29.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-12-21T04:32:29.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2521 | 2024-12-21T04:32:30.061Z | |
2522 | 2024-12-21T04:32:30.061Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2523 | 2024-12-21T04:32:30.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-12-21T04:32:30.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-12-21T04:32:30.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-12-21T04:32:30.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2527 | 2024-12-21T04:32:30.701Z | |
2528 | 2024-12-21T04:32:30.701Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2529 | 2024-12-21T04:32:31.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-12-21T04:32:31.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-12-21T04:32:31.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-12-21T04:32:31.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2533 | 2024-12-21T04:32:31.338Z | |
2534 | 2024-12-21T04:32:31.338Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2535 | 2024-12-21T04:32:31.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-12-21T04:32:31.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-12-21T04:32:31.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-12-21T04:32:31.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2539 | 2024-12-21T04:32:31.968Z | |
2540 | 2024-12-21T04:32:31.968Z | info: running `cargo check --bins` on dpd-client (62/176) |
2541 | 2024-12-21T04:32:32.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-12-21T04:32:32.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-12-21T04:32:32.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-12-21T04:32:32.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2545 | 2024-12-21T04:32:32.588Z | |
2546 | 2024-12-21T04:32:32.588Z | info: running `cargo check --bins` on gateway-client (63/176) |
2547 | 2024-12-21T04:32:33.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-12-21T04:32:33.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-12-21T04:32:33.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-12-21T04:32:33.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2551 | 2024-12-21T04:32:33.203Z | |
2552 | 2024-12-21T04:32:33.203Z | info: running `cargo check --bins` on installinator-client (64/176) |
2553 | 2024-12-21T04:32:33.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-12-21T04:32:33.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-12-21T04:32:33.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-12-21T04:32:33.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2557 | 2024-12-21T04:32:33.851Z | |
2558 | 2024-12-21T04:32:33.851Z | info: running `cargo check --bins` on installinator-common (65/176) |
2559 | 2024-12-21T04:32:34.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-12-21T04:32:34.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-12-21T04:32:34.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-12-21T04:32:34.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2563 | 2024-12-21T04:32:34.494Z | |
2564 | 2024-12-21T04:32:34.494Z | info: running `cargo check --bins` on update-engine (66/176) |
2565 | 2024-12-21T04:32:35.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-12-21T04:32:35.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-12-21T04:32:35.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-12-21T04:32:35.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2569 | 2024-12-21T04:32:35.114Z | |
2570 | 2024-12-21T04:32:35.114Z | info: running `cargo check --bins` on nexus-client (67/176) |
2571 | 2024-12-21T04:32:35.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-12-21T04:32:35.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-12-21T04:32:35.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2024-12-21T04:32:35.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2575 | 2024-12-21T04:32:35.767Z | |
2576 | 2024-12-21T04:32:35.767Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2577 | 2024-12-21T04:32:36.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-12-21T04:32:36.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-12-21T04:32:36.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2024-12-21T04:32:36.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2581 | 2024-12-21T04:32:36.413Z | |
2582 | 2024-12-21T04:32:36.413Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2583 | 2024-12-21T04:32:36.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-12-21T04:32:36.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-12-21T04:32:36.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2024-12-21T04:32:36.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2587 | 2024-12-21T04:32:37.031Z | |
2588 | 2024-12-21T04:32:37.031Z | info: running `cargo check --bins` on nexus-types (70/176) |
2589 | 2024-12-21T04:32:37.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-12-21T04:32:37.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-12-21T04:32:37.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2592 | 2024-12-21T04:32:37.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2593 | 2024-12-21T04:32:37.687Z | |
2594 | 2024-12-21T04:32:37.687Z | info: running `cargo check --bins` on oxide-client (71/176) |
2595 | 2024-12-21T04:32:38.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-12-21T04:32:38.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-12-21T04:32:38.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2598 | 2024-12-21T04:32:38.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2599 | 2024-12-21T04:32:38.305Z | |
2600 | 2024-12-21T04:32:38.305Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2601 | 2024-12-21T04:32:38.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-12-21T04:32:38.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-12-21T04:32:38.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2604 | 2024-12-21T04:32:38.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2605 | 2024-12-21T04:32:38.920Z | |
2606 | 2024-12-21T04:32:38.920Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2607 | 2024-12-21T04:32:39.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-12-21T04:32:39.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-12-21T04:32:39.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2610 | 2024-12-21T04:32:39.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2611 | 2024-12-21T04:32:39.535Z | |
2612 | 2024-12-21T04:32:39.535Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2613 | 2024-12-21T04:32:40.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2024-12-21T04:32:40.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2024-12-21T04:32:40.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2616 | 2024-12-21T04:32:40.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2617 | 2024-12-21T04:32:40.174Z | |
2618 | 2024-12-21T04:32:40.174Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2619 | 2024-12-21T04:32:40.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2024-12-21T04:32:40.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2024-12-21T04:32:40.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2622 | 2024-12-21T04:32:40.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2623 | 2024-12-21T04:32:40.836Z | |
2624 | 2024-12-21T04:32:40.836Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2625 | 2024-12-21T04:32:41.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-12-21T04:32:41.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-12-21T04:32:41.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-12-21T04:32:41.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2629 | 2024-12-21T04:32:41.499Z | |
2630 | 2024-12-21T04:32:41.499Z | info: running `cargo check --bins` on wicket-common (77/176) |
2631 | 2024-12-21T04:32:42.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-12-21T04:32:42.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-12-21T04:32:42.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2634 | 2024-12-21T04:32:42.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2635 | 2024-12-21T04:32:42.139Z | |
2636 | 2024-12-21T04:32:42.140Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2637 | 2024-12-21T04:32:42.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2024-12-21T04:32:42.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2024-12-21T04:32:42.799Z | Checking csv-core v0.1.11 |
2640 | 2024-12-21T04:32:42.799Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2641 | 2024-12-21T04:32:42.801Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2642 | 2024-12-21T04:32:42.902Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2643 | 2024-12-21T04:32:43.075Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2644 | 2024-12-21T04:32:43.140Z | Checking csv v1.3.0 |
2645 | 2024-12-21T04:32:43.143Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2646 | 2024-12-21T04:32:43.745Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2647 | 2024-12-21T04:32:44.090Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2648 | 2024-12-21T04:32:45.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s |
2649 | 2024-12-21T04:32:45.917Z | |
2650 | 2024-12-21T04:32:45.917Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2651 | 2024-12-21T04:32:46.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2024-12-21T04:32:46.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2024-12-21T04:32:46.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2654 | 2024-12-21T04:32:46.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2655 | 2024-12-21T04:32:46.557Z | |
2656 | 2024-12-21T04:32:46.557Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2657 | 2024-12-21T04:32:47.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2024-12-21T04:32:47.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2024-12-21T04:32:47.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2660 | 2024-12-21T04:32:47.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2661 | 2024-12-21T04:32:47.181Z | |
2662 | 2024-12-21T04:32:47.181Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2663 | 2024-12-21T04:32:47.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-12-21T04:32:47.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-12-21T04:32:47.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2666 | 2024-12-21T04:32:47.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2667 | 2024-12-21T04:32:47.912Z | |
2668 | 2024-12-21T04:32:47.912Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2669 | 2024-12-21T04:32:48.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-12-21T04:32:48.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-12-21T04:32:48.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2024-12-21T04:32:48.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2673 | 2024-12-21T04:32:48.650Z | |
2674 | 2024-12-21T04:32:48.650Z | info: running `cargo check --bins` on dns-server (83/176) |
2675 | 2024-12-21T04:32:49.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-12-21T04:32:49.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-12-21T04:32:49.297Z | Compiling parking_lot_core v0.8.6 |
2678 | 2024-12-21T04:32:49.299Z | Checking fxhash v0.2.1 |
2679 | 2024-12-21T04:32:49.299Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2680 | 2024-12-21T04:32:49.299Z | Checking hickory-server v0.24.1 |
2681 | 2024-12-21T04:32:49.400Z | Checking hickory-client v0.24.1 |
2682 | 2024-12-21T04:32:49.985Z | Checking parking_lot v0.11.2 |
2683 | 2024-12-21T04:32:50.107Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2684 | 2024-12-21T04:32:50.109Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2685 | 2024-12-21T04:32:50.220Z | Checking sled v0.34.7 |
2686 | 2024-12-21T04:32:51.983Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2687 | 2024-12-21T04:32:53.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
2688 | 2024-12-21T04:32:53.394Z | |
2689 | 2024-12-21T04:32:53.394Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2690 | 2024-12-21T04:32:53.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2024-12-21T04:32:53.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2024-12-21T04:32:53.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2693 | 2024-12-21T04:32:53.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2694 | 2024-12-21T04:32:54.011Z | |
2695 | 2024-12-21T04:32:54.011Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2696 | 2024-12-21T04:32:54.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2024-12-21T04:32:54.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2024-12-21T04:32:54.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2699 | 2024-12-21T04:32:54.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2700 | 2024-12-21T04:32:54.682Z | |
2701 | 2024-12-21T04:32:54.682Z | info: running `cargo check --bins` on gateway-types (86/176) |
2702 | 2024-12-21T04:32:55.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2024-12-21T04:32:55.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2024-12-21T04:32:55.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2705 | 2024-12-21T04:32:55.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2706 | 2024-12-21T04:32:55.321Z | |
2707 | 2024-12-21T04:32:55.322Z | info: running `cargo check --bins` on ipcc (87/176) |
2708 | 2024-12-21T04:32:55.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2024-12-21T04:32:55.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2024-12-21T04:32:55.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2711 | 2024-12-21T04:32:55.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2712 | 2024-12-21T04:32:55.946Z | |
2713 | 2024-12-21T04:32:55.946Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2714 | 2024-12-21T04:32:56.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2024-12-21T04:32:56.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2024-12-21T04:32:56.638Z | Compiling semver v0.1.20 |
2717 | 2024-12-21T04:32:56.638Z | Compiling radium v0.7.0 |
2718 | 2024-12-21T04:32:56.753Z | Compiling maybe-uninit v2.0.0 |
2719 | 2024-12-21T04:32:56.753Z | Checking tap v1.0.1 |
2720 | 2024-12-21T04:32:56.769Z | Checking password-hash v0.5.0 |
2721 | 2024-12-21T04:32:56.771Z | Checking blake2 v0.10.6 |
2722 | 2024-12-21T04:32:56.771Z | Compiling owo-colors v4.1.0 |
2723 | 2024-12-21T04:32:56.771Z | Compiling packed_struct v0.10.1 |
2724 | 2024-12-21T04:32:56.886Z | Checking wyz v0.5.1 |
2725 | 2024-12-21T04:32:57.052Z | Compiling rustc_version v0.1.7 |
2726 | 2024-12-21T04:32:57.174Z | Checking funty v2.0.0 |
2727 | 2024-12-21T04:32:57.201Z | Checking crc-catalog v2.4.0 |
2728 | 2024-12-21T04:32:57.232Z | Compiling cancel-safe-futures v0.1.5 |
2729 | 2024-12-21T04:32:57.333Z | Checking crc v3.2.1 |
2730 | 2024-12-21T04:32:57.371Z | Checking argon2 v0.5.3 |
2731 | 2024-12-21T04:32:57.400Z | Compiling packed_struct_codegen v0.10.1 |
2732 | 2024-12-21T04:32:57.430Z | Compiling indexmap v1.9.3 |
2733 | 2024-12-21T04:32:57.505Z | Compiling newtype_derive v0.1.6 |
2734 | 2024-12-21T04:32:57.547Z | Checking half v2.4.1 |
2735 | 2024-12-21T04:32:57.708Z | Checking ciborium-io v0.2.2 |
2736 | 2024-12-21T04:32:57.731Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2737 | 2024-12-21T04:32:57.804Z | Checking nodrop v0.1.14 |
2738 | 2024-12-21T04:32:57.917Z | Checking array-init v0.0.4 |
2739 | 2024-12-21T04:32:58.013Z | Checking ciborium-ll v0.2.2 |
2740 | 2024-12-21T04:32:58.029Z | Checking bitvec v1.0.1 |
2741 | 2024-12-21T04:32:58.032Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2742 | 2024-12-21T04:32:58.063Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2743 | 2024-12-21T04:32:58.281Z | Checking smallvec v0.6.14 |
2744 | 2024-12-21T04:32:58.299Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2745 | 2024-12-21T04:32:58.335Z | Checking libsw v3.3.1 |
2746 | 2024-12-21T04:32:58.587Z | Compiling memoffset v0.9.1 |
2747 | 2024-12-21T04:32:58.694Z | Checking bitfield v0.14.0 |
2748 | 2024-12-21T04:32:58.777Z | Checking termcolor v1.4.1 |
2749 | 2024-12-21T04:32:58.872Z | Checking swrite v0.1.0 |
2750 | 2024-12-21T04:32:58.910Z | Checking linear-map v1.2.0 |
2751 | 2024-12-21T04:32:58.972Z | Checking indent_write v2.2.0 |
2752 | 2024-12-21T04:32:58.988Z | Checking hashbrown v0.12.3 |
2753 | 2024-12-21T04:32:59.166Z | Checking ron v0.8.1 |
2754 | 2024-12-21T04:32:59.193Z | Checking env_logger v0.10.2 |
2755 | 2024-12-21T04:32:59.225Z | Checking serde-hex v0.1.0 |
2756 | 2024-12-21T04:32:59.480Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2757 | 2024-12-21T04:32:59.561Z | Checking ciborium v0.2.2 |
2758 | 2024-12-21T04:32:59.810Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2759 | 2024-12-21T04:33:00.375Z | Checking steno v0.4.1 |
2760 | 2024-12-21T04:33:00.447Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2761 | 2024-12-21T04:33:00.499Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2762 | 2024-12-21T04:33:00.688Z | Checking hashbrown v0.13.2 |
2763 | 2024-12-21T04:33:00.703Z | Checking humantime v2.1.0 |
2764 | 2024-12-21T04:33:00.991Z | Checking crc-any v2.5.0 |
2765 | 2024-12-21T04:33:01.049Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2766 | 2024-12-21T04:33:01.315Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2767 | 2024-12-21T04:33:01.488Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2768 | 2024-12-21T04:33:01.735Z | Checking object v0.30.4 |
2769 | 2024-12-21T04:33:01.771Z | Checking path-slash v0.1.5 |
2770 | 2024-12-21T04:33:01.982Z | Checking nix v0.27.1 |
2771 | 2024-12-21T04:33:01.999Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2772 | 2024-12-21T04:33:02.721Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2773 | 2024-12-21T04:33:02.800Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2774 | 2024-12-21T04:33:03.059Z | Checking tungstenite v0.23.0 |
2775 | 2024-12-21T04:33:03.207Z | Checking kstat-rs v0.2.4 |
2776 | 2024-12-21T04:33:03.226Z | Checking signal-hook-tokio v0.3.1 |
2777 | 2024-12-21T04:33:03.493Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2778 | 2024-12-21T04:33:03.867Z | Checking tokio-tungstenite v0.23.1 |
2779 | 2024-12-21T04:33:04.343Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2780 | 2024-12-21T04:33:04.603Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2781 | 2024-12-21T04:33:04.879Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2782 | 2024-12-21T04:33:11.273Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2783 | 2024-12-21T04:33:12.592Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2784 | 2024-12-21T04:33:15.565Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2785 | 2024-12-21T04:33:21.177Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2786 | 2024-12-21T04:33:21.882Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2787 | 2024-12-21T04:33:24.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.74s |
2788 | 2024-12-21T04:33:24.872Z | |
2789 | 2024-12-21T04:33:24.872Z | info: running `cargo check --bins` on gateway-api (89/176) |
2790 | 2024-12-21T04:33:25.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2024-12-21T04:33:25.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2024-12-21T04:33:25.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2024-12-21T04:33:25.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2794 | 2024-12-21T04:33:25.498Z | |
2795 | 2024-12-21T04:33:25.498Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2796 | 2024-12-21T04:33:26.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2024-12-21T04:33:26.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2024-12-21T04:33:26.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2799 | 2024-12-21T04:33:26.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2800 | 2024-12-21T04:33:26.110Z | |
2801 | 2024-12-21T04:33:26.110Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2802 | 2024-12-21T04:33:26.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2024-12-21T04:33:26.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2024-12-21T04:33:26.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2805 | 2024-12-21T04:33:26.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2806 | 2024-12-21T04:33:26.744Z | |
2807 | 2024-12-21T04:33:26.744Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2808 | 2024-12-21T04:33:27.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2809 | 2024-12-21T04:33:27.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2810 | 2024-12-21T04:33:27.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2811 | 2024-12-21T04:33:27.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2812 | 2024-12-21T04:33:27.534Z | |
2813 | 2024-12-21T04:33:27.534Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2814 | 2024-12-21T04:33:27.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2815 | 2024-12-21T04:33:27.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2816 | 2024-12-21T04:33:27.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2817 | 2024-12-21T04:33:27.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2818 | 2024-12-21T04:33:28.019Z | |
2819 | 2024-12-21T04:33:28.019Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2820 | 2024-12-21T04:33:28.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2821 | 2024-12-21T04:33:28.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2822 | 2024-12-21T04:33:28.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2823 | 2024-12-21T04:33:28.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2824 | 2024-12-21T04:33:28.654Z | |
2825 | 2024-12-21T04:33:28.654Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2826 | 2024-12-21T04:33:29.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2827 | 2024-12-21T04:33:29.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2828 | 2024-12-21T04:33:29.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2829 | 2024-12-21T04:33:29.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2830 | 2024-12-21T04:33:29.294Z | |
2831 | 2024-12-21T04:33:29.294Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2832 | 2024-12-21T04:33:29.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-12-21T04:33:29.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-12-21T04:33:29.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2835 | 2024-12-21T04:33:29.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2836 | 2024-12-21T04:33:29.918Z | |
2837 | 2024-12-21T04:33:29.918Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2838 | 2024-12-21T04:33:30.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-12-21T04:33:30.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-12-21T04:33:30.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2024-12-21T04:33:30.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2842 | 2024-12-21T04:33:30.566Z | |
2843 | 2024-12-21T04:33:30.566Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2844 | 2024-12-21T04:33:31.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-12-21T04:33:31.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-12-21T04:33:31.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2847 | 2024-12-21T04:33:31.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2848 | 2024-12-21T04:33:31.185Z | |
2849 | 2024-12-21T04:33:31.185Z | info: running `cargo check --bins` on sp-sim (99/176) |
2850 | 2024-12-21T04:33:31.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-12-21T04:33:31.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-12-21T04:33:31.815Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2853 | 2024-12-21T04:33:32.292Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2854 | 2024-12-21T04:33:34.101Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2855 | 2024-12-21T04:33:35.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
2856 | 2024-12-21T04:33:36.020Z | |
2857 | 2024-12-21T04:33:36.020Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2858 | 2024-12-21T04:33:36.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2024-12-21T04:33:36.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2024-12-21T04:33:36.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2861 | 2024-12-21T04:33:36.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2862 | 2024-12-21T04:33:36.688Z | |
2863 | 2024-12-21T04:33:36.688Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2864 | 2024-12-21T04:33:37.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2024-12-21T04:33:37.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2024-12-21T04:33:37.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2867 | 2024-12-21T04:33:37.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2868 | 2024-12-21T04:33:37.379Z | |
2869 | 2024-12-21T04:33:37.379Z | info: running `cargo check --bins` on db-macros (102/176) |
2870 | 2024-12-21T04:33:37.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2024-12-21T04:33:37.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2024-12-21T04:33:37.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2873 | 2024-12-21T04:33:37.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2874 | 2024-12-21T04:33:37.985Z | |
2875 | 2024-12-21T04:33:37.985Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2876 | 2024-12-21T04:33:38.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2024-12-21T04:33:38.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2024-12-21T04:33:38.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2879 | 2024-12-21T04:33:38.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2880 | 2024-12-21T04:33:38.589Z | |
2881 | 2024-12-21T04:33:38.589Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2882 | 2024-12-21T04:33:39.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2024-12-21T04:33:39.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2024-12-21T04:33:39.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2024-12-21T04:33:39.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2886 | 2024-12-21T04:33:39.251Z | |
2887 | 2024-12-21T04:33:39.251Z | info: running `cargo check --bins` on authz-macros (105/176) |
2888 | 2024-12-21T04:33:39.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-12-21T04:33:39.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-12-21T04:33:39.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2891 | 2024-12-21T04:33:39.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2892 | 2024-12-21T04:33:39.854Z | |
2893 | 2024-12-21T04:33:39.854Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2894 | 2024-12-21T04:33:40.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-12-21T04:33:40.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-12-21T04:33:40.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2897 | 2024-12-21T04:33:40.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2898 | 2024-12-21T04:33:40.506Z | |
2899 | 2024-12-21T04:33:40.506Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2900 | 2024-12-21T04:33:41.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2901 | 2024-12-21T04:33:41.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2902 | 2024-12-21T04:33:41.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2903 | 2024-12-21T04:33:41.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2904 | 2024-12-21T04:33:41.158Z | |
2905 | 2024-12-21T04:33:41.158Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2906 | 2024-12-21T04:33:41.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2907 | 2024-12-21T04:33:41.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2908 | 2024-12-21T04:33:41.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2909 | 2024-12-21T04:33:41.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2910 | 2024-12-21T04:33:41.779Z | |
2911 | 2024-12-21T04:33:41.779Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2912 | 2024-12-21T04:33:42.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2913 | 2024-12-21T04:33:42.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2914 | 2024-12-21T04:33:42.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2915 | 2024-12-21T04:33:42.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2916 | 2024-12-21T04:33:42.432Z | |
2917 | 2024-12-21T04:33:42.432Z | info: running `cargo check --bins` on typed-rng (110/176) |
2918 | 2024-12-21T04:33:42.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2919 | 2024-12-21T04:33:42.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2920 | 2024-12-21T04:33:42.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2921 | 2024-12-21T04:33:42.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2922 | 2024-12-21T04:33:43.034Z | |
2923 | 2024-12-21T04:33:43.034Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2924 | 2024-12-21T04:33:43.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2925 | 2024-12-21T04:33:43.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2926 | 2024-12-21T04:33:43.774Z | Checking keccak v0.1.5 |
2927 | 2024-12-21T04:33:43.884Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2928 | 2024-12-21T04:33:43.887Z | Checking secrecy v0.8.0 |
2929 | 2024-12-21T04:33:43.887Z | Compiling unicase v2.7.0 |
2930 | 2024-12-21T04:33:43.894Z | Compiling same-file v1.0.6 |
2931 | 2024-12-21T04:33:43.924Z | Compiling tempfile v3.13.0 |
2932 | 2024-12-21T04:33:43.938Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2933 | 2024-12-21T04:33:43.940Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2934 | 2024-12-21T04:33:44.072Z | Compiling walkdir v2.5.0 |
2935 | 2024-12-21T04:33:44.151Z | Checking sha3 v0.10.8 |
2936 | 2024-12-21T04:33:44.215Z | Compiling thiserror-impl-no-std v2.0.2 |
2937 | 2024-12-21T04:33:44.235Z | Checking universal-hash v0.5.1 |
2938 | 2024-12-21T04:33:44.265Z | Compiling ring v0.16.20 |
2939 | 2024-12-21T04:33:44.352Z | Compiling blake3 v1.5.4 |
2940 | 2024-12-21T04:33:44.412Z | Checking opaque-debug v0.3.1 |
2941 | 2024-12-21T04:33:44.505Z | Checking poly1305 v0.8.0 |
2942 | 2024-12-21T04:33:44.523Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2943 | 2024-12-21T04:33:44.574Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2944 | 2024-12-21T04:33:44.780Z | Checking chacha20 v0.9.1 |
2945 | 2024-12-21T04:33:44.783Z | Checking aead v0.5.2 |
2946 | 2024-12-21T04:33:44.860Z | Compiling memmap2 v0.9.5 |
2947 | 2024-12-21T04:33:44.998Z | Compiling arrayref v0.3.9 |
2948 | 2024-12-21T04:33:45.027Z | Compiling spin v0.5.2 |
2949 | 2024-12-21T04:33:45.107Z | Compiling libefi-sys v0.1.0 |
2950 | 2024-12-21T04:33:45.122Z | Compiling arrayvec v0.7.6 |
2951 | 2024-12-21T04:33:45.238Z | Compiling constant_time_eq v0.3.1 |
2952 | 2024-12-21T04:33:45.284Z | Compiling salty v0.3.0 |
2953 | 2024-12-21T04:33:45.378Z | Checking chacha20poly1305 v0.10.1 |
2954 | 2024-12-21T04:33:45.512Z | Compiling toolchain_find v0.4.0 |
2955 | 2024-12-21T04:33:45.541Z | Compiling camino-tempfile v1.1.1 |
2956 | 2024-12-21T04:33:45.723Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2957 | 2024-12-21T04:33:45.781Z | Compiling bitfield-struct v0.6.2 |
2958 | 2024-12-21T04:33:45.978Z | Compiling topological-sort v0.2.2 |
2959 | 2024-12-21T04:33:46.201Z | Compiling mime_guess v2.0.5 |
2960 | 2024-12-21T04:33:46.218Z | Compiling rustfmt-wrapper v0.2.1 |
2961 | 2024-12-21T04:33:46.807Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2962 | 2024-12-21T04:33:46.892Z | Checking primeorder v0.13.6 |
2963 | 2024-12-21T04:33:47.086Z | Checking env_filter v0.1.2 |
2964 | 2024-12-21T04:33:47.161Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2965 | 2024-12-21T04:33:47.241Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2966 | 2024-12-21T04:33:47.272Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2967 | 2024-12-21T04:33:47.289Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2968 | 2024-12-21T04:33:47.306Z | Checking env_logger v0.11.5 |
2969 | 2024-12-21T04:33:47.338Z | Checking p384 v0.13.0 |
2970 | 2024-12-21T04:33:47.406Z | Checking thiserror-no-std v2.0.2 |
2971 | 2024-12-21T04:33:47.512Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2972 | 2024-12-21T04:33:47.512Z | Checking vsss-rs v3.3.4 |
2973 | 2024-12-21T04:33:47.713Z | Checking simd-adler32 v0.3.7 |
2974 | 2024-12-21T04:33:47.778Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2975 | 2024-12-21T04:33:47.865Z | Checking bumpalo v3.16.0 |
2976 | 2024-12-21T04:33:48.032Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2977 | 2024-12-21T04:33:48.121Z | Checking lockfree-object-pool v0.1.6 |
2978 | 2024-12-21T04:33:48.186Z | Compiling zip v2.1.3 |
2979 | 2024-12-21T04:33:48.245Z | Checking http-range v0.1.5 |
2980 | 2024-12-21T04:33:48.324Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2981 | 2024-12-21T04:33:48.343Z | Checking zopfli v0.8.1 |
2982 | 2024-12-21T04:33:48.406Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2983 | 2024-12-21T04:33:48.509Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2984 | 2024-12-21T04:33:48.702Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2985 | 2024-12-21T04:33:48.993Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2986 | 2024-12-21T04:33:49.106Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2987 | 2024-12-21T04:33:49.203Z | Checking nanorand v0.7.0 |
2988 | 2024-12-21T04:33:49.435Z | Checking atty v0.2.14 |
2989 | 2024-12-21T04:33:49.460Z | Checking glob v0.3.1 |
2990 | 2024-12-21T04:33:49.550Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2991 | 2024-12-21T04:33:49.568Z | Checking flume v0.11.1 |
2992 | 2024-12-21T04:33:49.766Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2993 | 2024-12-21T04:33:49.789Z | Compiling omicron-zone-package v0.11.1 |
2994 | 2024-12-21T04:33:50.074Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2995 | 2024-12-21T04:33:50.280Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2996 | 2024-12-21T04:33:50.984Z | Checking hyper-staticfile v0.10.1 |
2997 | 2024-12-21T04:33:51.191Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2998 | 2024-12-21T04:33:51.544Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2999 | 2024-12-21T04:33:51.932Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3000 | 2024-12-21T04:33:52.105Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3001 | 2024-12-21T04:33:52.109Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3002 | 2024-12-21T04:33:52.141Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3003 | 2024-12-21T04:33:53.194Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3004 | 2024-12-21T04:33:53.211Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3005 | 2024-12-21T04:33:53.493Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3006 | 2024-12-21T04:33:53.630Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3007 | 2024-12-21T04:33:54.764Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3008 | 2024-12-21T04:33:56.508Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3009 | 2024-12-21T04:33:56.508Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3010 | 2024-12-21T04:34:06.343Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3011 | 2024-12-21T04:34:19.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.91s |
3012 | 2024-12-21T04:34:20.130Z | |
3013 | 2024-12-21T04:34:20.130Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
3014 | 2024-12-21T04:34:20.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3015 | 2024-12-21T04:34:20.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3016 | 2024-12-21T04:34:20.866Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3017 | 2024-12-21T04:34:34.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.45s |
3018 | 2024-12-21T04:34:34.781Z | |
3019 | 2024-12-21T04:34:34.781Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
3020 | 2024-12-21T04:34:35.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3021 | 2024-12-21T04:34:35.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3022 | 2024-12-21T04:34:35.516Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3023 | 2024-12-21T04:34:49.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.52s |
3024 | 2024-12-21T04:34:49.497Z | |
3025 | 2024-12-21T04:34:49.497Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
3026 | 2024-12-21T04:34:50.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3027 | 2024-12-21T04:34:50.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3028 | 2024-12-21T04:34:50.221Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3029 | 2024-12-21T04:35:03.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s |
3030 | 2024-12-21T04:35:03.948Z | |
3031 | 2024-12-21T04:35:03.948Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3032 | 2024-12-21T04:35:04.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3033 | 2024-12-21T04:35:04.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3034 | 2024-12-21T04:35:04.674Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3035 | 2024-12-21T04:35:18.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.60s |
3036 | 2024-12-21T04:35:18.740Z | |
3037 | 2024-12-21T04:35:18.740Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3038 | 2024-12-21T04:35:19.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3039 | 2024-12-21T04:35:19.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3040 | 2024-12-21T04:35:19.473Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3041 | 2024-12-21T04:35:32.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.15s |
3042 | 2024-12-21T04:35:33.088Z | |
3043 | 2024-12-21T04:35:33.088Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3044 | 2024-12-21T04:35:33.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3045 | 2024-12-21T04:35:33.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3046 | 2024-12-21T04:35:33.819Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3047 | 2024-12-21T04:35:47.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s |
3048 | 2024-12-21T04:35:47.580Z | |
3049 | 2024-12-21T04:35:47.580Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3050 | 2024-12-21T04:35:48.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3051 | 2024-12-21T04:35:48.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3052 | 2024-12-21T04:35:48.304Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3053 | 2024-12-21T04:36:02.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s |
3054 | 2024-12-21T04:36:02.285Z | |
3055 | 2024-12-21T04:36:02.285Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3056 | 2024-12-21T04:36:02.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3057 | 2024-12-21T04:36:02.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3058 | 2024-12-21T04:36:02.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3059 | 2024-12-21T04:36:02.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3060 | 2024-12-21T04:36:02.935Z | |
3061 | 2024-12-21T04:36:02.935Z | info: running `cargo check --bins` on key-manager (120/176) |
3062 | 2024-12-21T04:36:03.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3063 | 2024-12-21T04:36:03.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3064 | 2024-12-21T04:36:03.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3065 | 2024-12-21T04:36:03.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3066 | 2024-12-21T04:36:03.556Z | |
3067 | 2024-12-21T04:36:03.556Z | info: running `cargo check --bins` on range-requests (121/176) |
3068 | 2024-12-21T04:36:04.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3069 | 2024-12-21T04:36:04.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3070 | 2024-12-21T04:36:04.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3071 | 2024-12-21T04:36:04.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3072 | 2024-12-21T04:36:04.167Z | |
3073 | 2024-12-21T04:36:04.167Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3074 | 2024-12-21T04:36:04.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3075 | 2024-12-21T04:36:04.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3076 | 2024-12-21T04:36:04.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3077 | 2024-12-21T04:36:04.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3078 | 2024-12-21T04:36:04.790Z | |
3079 | 2024-12-21T04:36:04.790Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3080 | 2024-12-21T04:36:05.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3081 | 2024-12-21T04:36:05.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3082 | 2024-12-21T04:36:05.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3083 | 2024-12-21T04:36:05.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3084 | 2024-12-21T04:36:05.433Z | |
3085 | 2024-12-21T04:36:05.433Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3086 | 2024-12-21T04:36:05.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3087 | 2024-12-21T04:36:05.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3088 | 2024-12-21T04:36:05.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3089 | 2024-12-21T04:36:05.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3090 | 2024-12-21T04:36:06.037Z | |
3091 | 2024-12-21T04:36:06.037Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3092 | 2024-12-21T04:36:06.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3093 | 2024-12-21T04:36:06.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3094 | 2024-12-21T04:36:06.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3095 | 2024-12-21T04:36:06.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3096 | 2024-12-21T04:36:06.695Z | |
3097 | 2024-12-21T04:36:06.695Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3098 | 2024-12-21T04:36:07.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3099 | 2024-12-21T04:36:07.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3100 | 2024-12-21T04:36:07.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3101 | 2024-12-21T04:36:07.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3102 | 2024-12-21T04:36:07.350Z | |
3103 | 2024-12-21T04:36:07.350Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3104 | 2024-12-21T04:36:07.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3105 | 2024-12-21T04:36:07.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3106 | 2024-12-21T04:36:07.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3107 | 2024-12-21T04:36:07.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3108 | 2024-12-21T04:36:08.006Z | |
3109 | 2024-12-21T04:36:08.006Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/176) |
3110 | 2024-12-21T04:36:08.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3111 | 2024-12-21T04:36:08.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3112 | 2024-12-21T04:36:08.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3113 | 2024-12-21T04:36:08.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3114 | 2024-12-21T04:36:08.678Z | |
3115 | 2024-12-21T04:36:08.678Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176) |
3116 | 2024-12-21T04:36:09.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3117 | 2024-12-21T04:36:09.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3118 | 2024-12-21T04:36:09.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3119 | 2024-12-21T04:36:09.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3120 | 2024-12-21T04:36:09.336Z | |
3121 | 2024-12-21T04:36:09.336Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3122 | 2024-12-21T04:36:09.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3123 | 2024-12-21T04:36:09.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3124 | 2024-12-21T04:36:09.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3125 | 2024-12-21T04:36:09.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3126 | 2024-12-21T04:36:09.992Z | |
3127 | 2024-12-21T04:36:09.993Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3128 | 2024-12-21T04:36:10.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3129 | 2024-12-21T04:36:10.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3130 | 2024-12-21T04:36:10.682Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3131 | 2024-12-21T04:36:10.682Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3132 | 2024-12-21T04:36:11.567Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3133 | 2024-12-21T04:36:13.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s |
3134 | 2024-12-21T04:36:13.763Z | |
3135 | 2024-12-21T04:36:13.763Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3136 | 2024-12-21T04:36:14.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3137 | 2024-12-21T04:36:14.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3138 | 2024-12-21T04:36:14.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3139 | 2024-12-21T04:36:14.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3140 | 2024-12-21T04:36:14.389Z | |
3141 | 2024-12-21T04:36:14.389Z | info: running `cargo check --bins` on cert-dev (133/176) |
3142 | 2024-12-21T04:36:14.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3143 | 2024-12-21T04:36:14.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3144 | 2024-12-21T04:36:15.006Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3145 | 2024-12-21T04:36:15.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3146 | 2024-12-21T04:36:15.423Z | |
3147 | 2024-12-21T04:36:15.423Z | info: running `cargo check --bins` on clickana (134/176) |
3148 | 2024-12-21T04:36:15.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2024-12-21T04:36:15.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2024-12-21T04:36:16.065Z | Checking castaway v0.2.3 |
3151 | 2024-12-21T04:36:16.067Z | Checking unicode-truncate v1.1.0 |
3152 | 2024-12-21T04:36:16.067Z | Checking lru v0.12.5 |
3153 | 2024-12-21T04:36:16.067Z | Compiling instability v0.3.2 |
3154 | 2024-12-21T04:36:16.067Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3155 | 2024-12-21T04:36:16.067Z | Checking cassowary v0.3.0 |
3156 | 2024-12-21T04:36:16.289Z | Checking compact_str v0.8.0 |
3157 | 2024-12-21T04:36:16.906Z | Checking ratatui v0.28.1 |
3158 | 2024-12-21T04:36:17.907Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3159 | 2024-12-21T04:36:18.924Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3160 | 2024-12-21T04:36:19.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
3161 | 2024-12-21T04:36:19.928Z | |
3162 | 2024-12-21T04:36:19.928Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3163 | 2024-12-21T04:36:20.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3164 | 2024-12-21T04:36:20.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3165 | 2024-12-21T04:36:20.599Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3166 | 2024-12-21T04:36:20.599Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3167 | 2024-12-21T04:36:21.644Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3168 | 2024-12-21T04:36:22.145Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3169 | 2024-12-21T04:36:22.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
3170 | 2024-12-21T04:36:22.710Z | |
3171 | 2024-12-21T04:36:22.710Z | info: running `cargo check --bins` on ch-dev (136/176) |
3172 | 2024-12-21T04:36:23.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3173 | 2024-12-21T04:36:23.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3174 | 2024-12-21T04:36:23.375Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3175 | 2024-12-21T04:36:24.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3176 | 2024-12-21T04:36:24.253Z | |
3177 | 2024-12-21T04:36:24.253Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3178 | 2024-12-21T04:36:24.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3179 | 2024-12-21T04:36:24.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3180 | 2024-12-21T04:36:24.907Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3181 | 2024-12-21T04:36:25.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3182 | 2024-12-21T04:36:25.454Z | |
3183 | 2024-12-21T04:36:25.454Z | info: running `cargo check --bins` on db-dev (138/176) |
3184 | 2024-12-21T04:36:26.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2024-12-21T04:36:26.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2024-12-21T04:36:26.120Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3187 | 2024-12-21T04:36:26.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3188 | 2024-12-21T04:36:27.010Z | |
3189 | 2024-12-21T04:36:27.010Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3190 | 2024-12-21T04:36:27.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2024-12-21T04:36:27.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2024-12-21T04:36:27.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3193 | 2024-12-21T04:36:27.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3194 | 2024-12-21T04:36:27.659Z | |
3195 | 2024-12-21T04:36:27.659Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3196 | 2024-12-21T04:36:28.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3197 | 2024-12-21T04:36:28.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3198 | 2024-12-21T04:36:28.275Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3199 | 2024-12-21T04:36:29.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
3200 | 2024-12-21T04:36:29.306Z | |
3201 | 2024-12-21T04:36:29.306Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3202 | 2024-12-21T04:36:29.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3203 | 2024-12-21T04:36:29.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3204 | 2024-12-21T04:36:29.924Z | Checking cargo-platform v0.1.8 |
3205 | 2024-12-21T04:36:30.191Z | Checking cargo_metadata v0.18.1 |
3206 | 2024-12-21T04:36:31.148Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3207 | 2024-12-21T04:36:31.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.67s |
3208 | 2024-12-21T04:36:32.136Z | |
3209 | 2024-12-21T04:36:32.136Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3210 | 2024-12-21T04:36:32.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3211 | 2024-12-21T04:36:32.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3212 | 2024-12-21T04:36:32.839Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3213 | 2024-12-21T04:36:34.328Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3214 | 2024-12-21T04:36:34.944Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3215 | 2024-12-21T04:36:35.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s |
3216 | 2024-12-21T04:36:35.688Z | |
3217 | 2024-12-21T04:36:35.688Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3218 | 2024-12-21T04:36:36.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3219 | 2024-12-21T04:36:36.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3220 | 2024-12-21T04:36:36.464Z | Compiling crunchy v0.2.2 |
3221 | 2024-12-21T04:36:36.464Z | Compiling tiny-keccak v2.0.2 |
3222 | 2024-12-21T04:36:36.466Z | Compiling dsl_auto_type v0.1.2 |
3223 | 2024-12-21T04:36:36.466Z | Checking scheduled-thread-pool v0.2.7 |
3224 | 2024-12-21T04:36:36.467Z | Compiling diesel_table_macro_syntax v0.2.0 |
3225 | 2024-12-21T04:36:36.597Z | Compiling ascii-canvas v3.0.0 |
3226 | 2024-12-21T04:36:36.606Z | Compiling ena v0.14.3 |
3227 | 2024-12-21T04:36:36.618Z | Compiling diff v0.1.13 |
3228 | 2024-12-21T04:36:36.761Z | Checking r2d2 v0.8.10 |
3229 | 2024-12-21T04:36:37.272Z | Compiling regex-syntax v0.6.29 |
3230 | 2024-12-21T04:36:37.292Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3231 | 2024-12-21T04:36:37.292Z | Compiling ref-cast v1.0.23 |
3232 | 2024-12-21T04:36:37.292Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3233 | 2024-12-21T04:36:37.292Z | Compiling derive_builder_core v0.20.2 |
3234 | 2024-12-21T04:36:37.292Z | Compiling libxml v0.3.3 |
3235 | 2024-12-21T04:36:37.292Z | Compiling ref-cast-impl v1.0.23 |
3236 | 2024-12-21T04:36:37.326Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3237 | 2024-12-21T04:36:37.611Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3238 | 2024-12-21T04:36:37.631Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3239 | 2024-12-21T04:36:37.840Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3240 | 2024-12-21T04:36:37.870Z | Compiling strum_macros v0.24.3 |
3241 | 2024-12-21T04:36:37.899Z | Compiling samael v0.0.17 |
3242 | 2024-12-21T04:36:38.214Z | Compiling diesel_derives v2.2.3 |
3243 | 2024-12-21T04:36:38.260Z | Compiling indoc v1.0.9 |
3244 | 2024-12-21T04:36:39.230Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3245 | 2024-12-21T04:36:39.514Z | Compiling derive_builder_macro v0.20.2 |
3246 | 2024-12-21T04:36:39.517Z | Compiling oso-derive v0.27.3 |
3247 | 2024-12-21T04:36:40.379Z | Compiling lalrpop v0.19.12 |
3248 | 2024-12-21T04:36:40.417Z | Checking derive_builder v0.20.2 |
3249 | 2024-12-21T04:36:40.564Z | Compiling impl-trait-for-tuples v0.2.2 |
3250 | 2024-12-21T04:36:40.581Z | Checking quick-xml v0.33.0 |
3251 | 2024-12-21T04:36:41.034Z | Compiling diesel-dtrace v0.4.2 |
3252 | 2024-12-21T04:36:41.329Z | Checking maplit v1.0.2 |
3253 | 2024-12-21T04:36:41.589Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3254 | 2024-12-21T04:36:41.607Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3255 | 2024-12-21T04:36:41.924Z | Checking bb8 v0.8.5 |
3256 | 2024-12-21T04:36:42.078Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3257 | 2024-12-21T04:36:42.361Z | Checking rand_seeder v0.3.0 |
3258 | 2024-12-21T04:36:42.426Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3259 | 2024-12-21T04:36:42.616Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3260 | 2024-12-21T04:36:42.789Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3261 | 2024-12-21T04:36:42.807Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3262 | 2024-12-21T04:36:43.081Z | Checking unicode-linebreak v0.1.5 |
3263 | 2024-12-21T04:36:43.208Z | Checking is_ci v1.2.0 |
3264 | 2024-12-21T04:36:43.349Z | Checking smawk v0.3.2 |
3265 | 2024-12-21T04:36:43.492Z | Checking supports-color v3.0.1 |
3266 | 2024-12-21T04:36:43.559Z | Checking textwrap v0.16.1 |
3267 | 2024-12-21T04:36:43.716Z | Checking multimap v0.10.0 |
3268 | 2024-12-21T04:36:44.585Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3269 | 2024-12-21T04:36:47.196Z | Checking diesel v2.2.6 |
3270 | 2024-12-21T04:37:13.183Z | Compiling polar-core v0.27.3 |
3271 | 2024-12-21T04:37:17.127Z | Checking async-bb8-diesel v0.2.1 |
3272 | 2024-12-21T04:37:20.571Z | Checking oso v0.27.3 |
3273 | 2024-12-21T04:38:30.657Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3274 | 2024-12-21T04:38:36.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s |
3275 | 2024-12-21T04:38:36.930Z | |
3276 | 2024-12-21T04:38:36.930Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3277 | 2024-12-21T04:38:37.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3278 | 2024-12-21T04:38:37.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3279 | 2024-12-21T04:38:37.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3280 | 2024-12-21T04:38:37.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3281 | 2024-12-21T04:38:37.598Z | |
3282 | 2024-12-21T04:38:37.598Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3283 | 2024-12-21T04:38:38.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3284 | 2024-12-21T04:38:38.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3285 | 2024-12-21T04:38:38.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3286 | 2024-12-21T04:38:38.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3287 | 2024-12-21T04:38:38.266Z | |
3288 | 2024-12-21T04:38:38.266Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3289 | 2024-12-21T04:38:38.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2024-12-21T04:38:38.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2024-12-21T04:38:38.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3292 | 2024-12-21T04:38:38.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3293 | 2024-12-21T04:38:38.872Z | |
3294 | 2024-12-21T04:38:38.872Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3295 | 2024-12-21T04:38:39.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3296 | 2024-12-21T04:38:39.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3297 | 2024-12-21T04:38:39.669Z | Compiling libz-sys v1.1.20 |
3298 | 2024-12-21T04:38:39.784Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3299 | 2024-12-21T04:38:39.797Z | Compiling vergen v8.3.2 |
3300 | 2024-12-21T04:38:39.800Z | Compiling cargo-platform v0.1.8 |
3301 | 2024-12-21T04:38:39.800Z | Compiling pin-project-internal v1.1.6 |
3302 | 2024-12-21T04:38:39.831Z | Compiling libsqlite3-sys v0.30.1 |
3303 | 2024-12-21T04:38:39.834Z | Compiling snafu-derive v0.8.5 |
3304 | 2024-12-21T04:38:39.834Z | Compiling buf-list v1.0.3 |
3305 | 2024-12-21T04:38:40.094Z | Compiling cargo_metadata v0.18.1 |
3306 | 2024-12-21T04:38:40.324Z | Compiling rustls v0.21.12 |
3307 | 2024-12-21T04:38:40.343Z | Compiling cfg_aliases v0.2.1 |
3308 | 2024-12-21T04:38:40.488Z | Compiling nix v0.29.0 |
3309 | 2024-12-21T04:38:40.614Z | Checking globset v0.4.15 |
3310 | 2024-12-21T04:38:40.638Z | Checking olpc-cjson v0.1.4 |
3311 | 2024-12-21T04:38:40.705Z | Checking rustls-webpki v0.101.7 |
3312 | 2024-12-21T04:38:40.831Z | Checking sct v0.7.1 |
3313 | 2024-12-21T04:38:41.018Z | Checking serde_plain v1.0.2 |
3314 | 2024-12-21T04:38:41.111Z | Checking typed-path v0.9.3 |
3315 | 2024-12-21T04:38:41.671Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3316 | 2024-12-21T04:38:41.705Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3317 | 2024-12-21T04:38:41.947Z | Checking hashlink v0.9.1 |
3318 | 2024-12-21T04:38:41.977Z | Checking fallible-iterator v0.3.0 |
3319 | 2024-12-21T04:38:42.544Z | Checking fallible-streaming-iterator v0.1.9 |
3320 | 2024-12-21T04:38:42.578Z | Checking parse-size v1.1.0 |
3321 | 2024-12-21T04:38:42.783Z | Checking rusqlite v0.32.1 |
3322 | 2024-12-21T04:38:42.870Z | Checking pin-project v1.1.6 |
3323 | 2024-12-21T04:38:42.986Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3324 | 2024-12-21T04:38:43.056Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3325 | 2024-12-21T04:38:43.304Z | Checking rustls-pemfile v1.0.4 |
3326 | 2024-12-21T04:38:43.499Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3327 | 2024-12-21T04:38:43.568Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3328 | 2024-12-21T04:38:43.837Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3329 | 2024-12-21T04:38:43.915Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3330 | 2024-12-21T04:38:44.042Z | Checking twox-hash v1.6.3 |
3331 | 2024-12-21T04:38:44.074Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3332 | 2024-12-21T04:38:44.216Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3333 | 2024-12-21T04:38:44.541Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3334 | 2024-12-21T04:38:44.674Z | Checking tokio-rustls v0.24.1 |
3335 | 2024-12-21T04:38:45.003Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3336 | 2024-12-21T04:38:45.112Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3337 | 2024-12-21T04:38:45.169Z | Checking snafu v0.8.5 |
3338 | 2024-12-21T04:38:45.309Z | Checking fatfs v0.3.6 |
3339 | 2024-12-21T04:38:45.609Z | Checking tough v0.19.0 |
3340 | 2024-12-21T04:38:45.975Z | Checking assert_matches v1.5.0 |
3341 | 2024-12-21T04:38:49.804Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3342 | 2024-12-21T04:38:51.155Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3343 | 2024-12-21T04:38:52.119Z | Compiling git2 v0.19.0 |
3344 | 2024-12-21T04:38:57.102Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3345 | 2024-12-21T04:39:49.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3346 | 2024-12-21T04:39:49.224Z | |
3347 | 2024-12-21T04:39:49.224Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3348 | 2024-12-21T04:39:49.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3349 | 2024-12-21T04:39:49.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3350 | 2024-12-21T04:39:49.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3351 | 2024-12-21T04:39:49.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3352 | 2024-12-21T04:39:49.901Z | |
3353 | 2024-12-21T04:39:49.901Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3354 | 2024-12-21T04:39:50.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3355 | 2024-12-21T04:39:50.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3356 | 2024-12-21T04:39:50.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3357 | 2024-12-21T04:39:50.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3358 | 2024-12-21T04:39:50.510Z | |
3359 | 2024-12-21T04:39:50.510Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3360 | 2024-12-21T04:39:51.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3361 | 2024-12-21T04:39:51.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3362 | 2024-12-21T04:39:51.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3363 | 2024-12-21T04:39:51.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3364 | 2024-12-21T04:39:51.169Z | |
3365 | 2024-12-21T04:39:51.169Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3366 | 2024-12-21T04:39:51.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3367 | 2024-12-21T04:39:51.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3368 | 2024-12-21T04:39:51.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3369 | 2024-12-21T04:39:51.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3370 | 2024-12-21T04:39:51.841Z | |
3371 | 2024-12-21T04:39:51.841Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3372 | 2024-12-21T04:39:52.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3373 | 2024-12-21T04:39:52.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3374 | 2024-12-21T04:39:52.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3375 | 2024-12-21T04:39:52.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3376 | 2024-12-21T04:39:52.509Z | |
3377 | 2024-12-21T04:39:52.509Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3378 | 2024-12-21T04:39:53.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3379 | 2024-12-21T04:39:53.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3380 | 2024-12-21T04:39:53.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3381 | 2024-12-21T04:39:53.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3382 | 2024-12-21T04:39:53.174Z | |
3383 | 2024-12-21T04:39:53.174Z | info: running `cargo check --bins` on update-common (154/176) |
3384 | 2024-12-21T04:39:53.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3385 | 2024-12-21T04:39:53.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3386 | 2024-12-21T04:39:53.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3387 | 2024-12-21T04:39:53.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3388 | 2024-12-21T04:39:53.824Z | |
3389 | 2024-12-21T04:39:53.824Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3390 | 2024-12-21T04:39:54.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3391 | 2024-12-21T04:39:54.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3392 | 2024-12-21T04:39:54.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3393 | 2024-12-21T04:39:54.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3394 | 2024-12-21T04:39:54.463Z | |
3395 | 2024-12-21T04:39:54.464Z | info: running `cargo check --bins` on tufaceous (156/176) |
3396 | 2024-12-21T04:39:55.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3397 | 2024-12-21T04:39:55.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3398 | 2024-12-21T04:39:55.129Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3399 | 2024-12-21T04:39:56.368Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3400 | 2024-12-21T04:39:57.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s |
3401 | 2024-12-21T04:39:57.417Z | |
3402 | 2024-12-21T04:39:57.418Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3403 | 2024-12-21T04:39:58.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3404 | 2024-12-21T04:39:58.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3405 | 2024-12-21T04:39:58.259Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3406 | 2024-12-21T04:39:58.263Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3407 | 2024-12-21T04:39:58.397Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3408 | 2024-12-21T04:39:58.400Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3409 | 2024-12-21T04:39:59.453Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3410 | 2024-12-21T04:40:25.367Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3411 | 2024-12-21T04:40:25.367Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3412 | 2024-12-21T04:40:25.372Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3413 | 2024-12-21T04:40:25.372Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3414 | 2024-12-21T04:40:25.372Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3415 | 2024-12-21T04:40:26.345Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3416 | 2024-12-21T04:40:30.892Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3417 | 2024-12-21T04:41:04.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
3418 | 2024-12-21T04:41:05.032Z | |
3419 | 2024-12-21T04:41:05.032Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3420 | 2024-12-21T04:41:05.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3421 | 2024-12-21T04:41:05.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3422 | 2024-12-21T04:41:05.744Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3423 | 2024-12-21T04:41:05.748Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3424 | 2024-12-21T04:41:05.748Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3425 | 2024-12-21T04:41:05.869Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3426 | 2024-12-21T04:41:05.873Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3427 | 2024-12-21T04:41:05.896Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3428 | 2024-12-21T04:41:05.912Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3429 | 2024-12-21T04:41:05.912Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3430 | 2024-12-21T04:41:06.047Z | Checking heck v0.4.1 |
3431 | 2024-12-21T04:41:06.106Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3432 | 2024-12-21T04:41:06.189Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3433 | 2024-12-21T04:41:06.234Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3434 | 2024-12-21T04:41:06.551Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3435 | 2024-12-21T04:41:06.649Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3436 | 2024-12-21T04:41:07.221Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3437 | 2024-12-21T04:41:07.406Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3438 | 2024-12-21T04:41:08.548Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3439 | 2024-12-21T04:41:09.151Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3440 | 2024-12-21T04:41:09.620Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3441 | 2024-12-21T04:41:09.770Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3442 | 2024-12-21T04:41:11.764Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3443 | 2024-12-21T04:41:11.767Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3444 | 2024-12-21T04:41:13.044Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3445 | 2024-12-21T04:41:14.640Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3446 | 2024-12-21T04:41:20.634Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3447 | 2024-12-21T04:41:20.634Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3448 | 2024-12-21T04:41:22.162Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3449 | 2024-12-21T04:41:22.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.89s |
3450 | 2024-12-21T04:41:23.109Z | |
3451 | 2024-12-21T04:41:23.109Z | info: running `cargo check --bins` on installinator-api (159/176) |
3452 | 2024-12-21T04:41:23.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3453 | 2024-12-21T04:41:23.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3454 | 2024-12-21T04:41:23.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3455 | 2024-12-21T04:41:23.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3456 | 2024-12-21T04:41:23.752Z | |
3457 | 2024-12-21T04:41:23.752Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3458 | 2024-12-21T04:41:24.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3459 | 2024-12-21T04:41:24.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3460 | 2024-12-21T04:41:24.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3461 | 2024-12-21T04:41:24.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3462 | 2024-12-21T04:41:24.404Z | |
3463 | 2024-12-21T04:41:24.404Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3464 | 2024-12-21T04:41:24.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3465 | 2024-12-21T04:41:24.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3466 | 2024-12-21T04:41:25.091Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3467 | 2024-12-21T04:41:25.091Z | Compiling petname v2.0.2 |
3468 | 2024-12-21T04:41:25.093Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3469 | 2024-12-21T04:41:25.094Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3470 | 2024-12-21T04:41:25.094Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3471 | 2024-12-21T04:41:25.094Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3472 | 2024-12-21T04:41:25.226Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3473 | 2024-12-21T04:41:25.251Z | Checking sync-ptr v0.1.1 |
3474 | 2024-12-21T04:41:30.543Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3475 | 2024-12-21T04:41:31.196Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3476 | 2024-12-21T04:41:32.356Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3477 | 2024-12-21T04:41:33.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.52s |
3478 | 2024-12-21T04:41:34.106Z | |
3479 | 2024-12-21T04:41:34.106Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3480 | 2024-12-21T04:41:34.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3481 | 2024-12-21T04:41:34.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3482 | 2024-12-21T04:41:34.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3483 | 2024-12-21T04:41:34.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3484 | 2024-12-21T04:41:34.764Z | |
3485 | 2024-12-21T04:41:34.764Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3486 | 2024-12-21T04:41:35.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3487 | 2024-12-21T04:41:35.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3488 | 2024-12-21T04:41:35.426Z | Checking memmap2 v0.9.5 |
3489 | 2024-12-21T04:41:35.426Z | Checking constant_time_eq v0.3.1 |
3490 | 2024-12-21T04:41:35.428Z | Checking arrayref v0.3.9 |
3491 | 2024-12-21T04:41:35.428Z | Checking spin v0.5.2 |
3492 | 2024-12-21T04:41:35.428Z | Checking arrayvec v0.7.6 |
3493 | 2024-12-21T04:41:35.428Z | Checking topological-sort v0.2.2 |
3494 | 2024-12-21T04:41:35.428Z | Checking shell-words v1.1.0 |
3495 | 2024-12-21T04:41:35.685Z | Checking ring v0.16.20 |
3496 | 2024-12-21T04:41:35.820Z | Checking blake3 v1.5.4 |
3497 | 2024-12-21T04:41:36.766Z | Checking omicron-zone-package v0.11.1 |
3498 | 2024-12-21T04:41:37.876Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3499 | 2024-12-21T04:41:38.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
3500 | 2024-12-21T04:41:38.953Z | |
3501 | 2024-12-21T04:41:38.953Z | info: running `cargo check --bins` on xtask (164/176) |
3502 | 2024-12-21T04:41:39.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3503 | 2024-12-21T04:41:39.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3504 | 2024-12-21T04:41:39.381Z | Checking bitflags v2.6.0 |
3505 | 2024-12-21T04:41:39.383Z | Checking serde v1.0.215 |
3506 | 2024-12-21T04:41:39.383Z | Checking thiserror v1.0.69 |
3507 | 2024-12-21T04:41:39.471Z | Checking scroll v0.12.0 |
3508 | 2024-12-21T04:41:39.473Z | Checking log v0.4.22 |
3509 | 2024-12-21T04:41:39.487Z | Checking hashbrown v0.15.1 |
3510 | 2024-12-21T04:41:39.491Z | Checking zerocopy v0.7.35 |
3511 | 2024-12-21T04:41:39.511Z | Checking syn v2.0.87 |
3512 | 2024-12-21T04:41:39.561Z | Checking pest v2.7.14 |
3513 | 2024-12-21T04:41:39.695Z | Checking rustix v0.38.37 |
3514 | 2024-12-21T04:41:39.720Z | Checking once_cell v1.20.2 |
3515 | 2024-12-21T04:41:39.920Z | Checking goblin v0.8.2 |
3516 | 2024-12-21T04:41:40.015Z | Checking fs-err v2.11.0 |
3517 | 2024-12-21T04:41:40.300Z | Checking anyhow v1.0.93 |
3518 | 2024-12-21T04:41:40.517Z | Checking indexmap v2.6.0 |
3519 | 2024-12-21T04:41:40.679Z | Checking tabled v0.15.0 |
3520 | 2024-12-21T04:41:41.664Z | Checking terminal_size v0.4.0 |
3521 | 2024-12-21T04:41:41.664Z | Checking tempfile v3.13.0 |
3522 | 2024-12-21T04:41:41.691Z | Checking dtrace-parser v0.2.0 |
3523 | 2024-12-21T04:41:41.819Z | Checking clap_builder v4.5.21 |
3524 | 2024-12-21T04:41:43.597Z | Checking serde_json v1.0.133 |
3525 | 2024-12-21T04:41:43.597Z | Checking toml_datetime v0.6.8 |
3526 | 2024-12-21T04:41:43.600Z | Checking serde_spanned v0.6.8 |
3527 | 2024-12-21T04:41:43.600Z | Checking camino v1.1.9 |
3528 | 2024-12-21T04:41:43.686Z | Checking semver v1.0.23 |
3529 | 2024-12-21T04:41:43.727Z | Checking cargo-platform v0.1.8 |
3530 | 2024-12-21T04:41:43.785Z | Checking macaddr v1.0.1 |
3531 | 2024-12-21T04:41:43.895Z | Checking toml_edit v0.22.22 |
3532 | 2024-12-21T04:41:44.023Z | Checking clap v4.5.21 |
3533 | 2024-12-21T04:41:44.166Z | Checking camino-tempfile v1.1.1 |
3534 | 2024-12-21T04:41:44.805Z | Checking dof v0.3.0 |
3535 | 2024-12-21T04:41:44.805Z | Checking cargo_metadata v0.18.1 |
3536 | 2024-12-21T04:41:45.211Z | Checking usdt-impl v0.5.0 |
3537 | 2024-12-21T04:41:45.569Z | Checking usdt v0.5.0 |
3538 | 2024-12-21T04:41:45.664Z | Checking toml v0.8.19 |
3539 | 2024-12-21T04:41:46.135Z | Checking cargo_toml v0.20.5 |
3540 | 2024-12-21T04:41:47.328Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3541 | 2024-12-21T04:41:47.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.97s |
3542 | 2024-12-21T04:41:48.031Z | |
3543 | 2024-12-21T04:41:48.031Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3544 | 2024-12-21T04:41:48.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3545 | 2024-12-21T04:41:48.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3546 | 2024-12-21T04:41:48.786Z | Checking polyval v0.6.2 |
3547 | 2024-12-21T04:41:48.898Z | Checking ctr v0.9.2 |
3548 | 2024-12-21T04:41:48.910Z | Checking ssh-encoding v0.2.0 |
3549 | 2024-12-21T04:41:48.913Z | Checking blowfish v0.9.1 |
3550 | 2024-12-21T04:41:48.932Z | Checking password-hash v0.4.2 |
3551 | 2024-12-21T04:41:48.935Z | Checking matches v0.1.10 |
3552 | 2024-12-21T04:41:48.958Z | Checking p521 v0.13.3 |
3553 | 2024-12-21T04:41:48.958Z | Checking p256 v0.13.2 |
3554 | 2024-12-21T04:41:49.009Z | Checking idna v0.2.3 |
3555 | 2024-12-21T04:41:49.120Z | Checking ghash v0.5.1 |
3556 | 2024-12-21T04:41:49.139Z | Checking bcrypt-pbkdf v0.10.0 |
3557 | 2024-12-21T04:41:49.149Z | Compiling enum-as-inner v0.5.1 |
3558 | 2024-12-21T04:41:49.216Z | Checking russh-cryptovec v0.7.3 |
3559 | 2024-12-21T04:41:49.278Z | Checking aes-gcm v0.10.3 |
3560 | 2024-12-21T04:41:49.345Z | Checking pbkdf2 v0.11.0 |
3561 | 2024-12-21T04:41:49.413Z | Checking md5 v0.7.0 |
3562 | 2024-12-21T04:41:49.428Z | Checking num-bigint v0.4.6 |
3563 | 2024-12-21T04:41:49.428Z | Checking des v0.8.1 |
3564 | 2024-12-21T04:41:49.506Z | Checking ssh-cipher v0.2.0 |
3565 | 2024-12-21T04:41:49.606Z | Compiling dhcproto-macros v0.1.0 |
3566 | 2024-12-21T04:41:49.682Z | Checking hex-literal v0.4.1 |
3567 | 2024-12-21T04:41:49.703Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3568 | 2024-12-21T04:41:49.800Z | Checking ssh-key v0.6.6 |
3569 | 2024-12-21T04:41:49.818Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3570 | 2024-12-21T04:41:49.835Z | Checking internet-checksum v0.2.1 |
3571 | 2024-12-21T04:41:50.187Z | Checking trust-dns-proto v0.22.0 |
3572 | 2024-12-21T04:41:51.100Z | Checking russh-keys v0.45.0 |
3573 | 2024-12-21T04:41:52.006Z | Checking russh v0.45.0 |
3574 | 2024-12-21T04:41:52.776Z | Checking dhcproto v0.12.0 |
3575 | 2024-12-21T04:42:09.848Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3576 | 2024-12-21T04:42:11.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.11s |
3577 | 2024-12-21T04:42:11.342Z | |
3578 | 2024-12-21T04:42:11.342Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3579 | 2024-12-21T04:42:11.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3580 | 2024-12-21T04:42:11.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3581 | 2024-12-21T04:42:11.987Z | Checking termios v0.3.3 |
3582 | 2024-12-21T04:42:12.200Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3583 | 2024-12-21T04:42:12.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3584 | 2024-12-21T04:42:13.151Z | |
3585 | 2024-12-21T04:42:13.151Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3586 | 2024-12-21T04:42:13.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3587 | 2024-12-21T04:42:13.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3588 | 2024-12-21T04:42:13.850Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3589 | 2024-12-21T04:42:13.850Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3590 | 2024-12-21T04:42:13.854Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3591 | 2024-12-21T04:42:13.854Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3592 | 2024-12-21T04:42:14.919Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3593 | 2024-12-21T04:42:16.265Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3594 | 2024-12-21T04:42:18.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s |
3595 | 2024-12-21T04:42:18.349Z | |
3596 | 2024-12-21T04:42:18.349Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3597 | 2024-12-21T04:42:18.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3598 | 2024-12-21T04:42:18.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3599 | 2024-12-21T04:42:18.984Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3600 | 2024-12-21T04:42:19.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3601 | 2024-12-21T04:42:19.656Z | |
3602 | 2024-12-21T04:42:19.656Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3603 | 2024-12-21T04:42:20.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3604 | 2024-12-21T04:42:20.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3605 | 2024-12-21T04:42:20.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3606 | 2024-12-21T04:42:20.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3607 | 2024-12-21T04:42:20.264Z | |
3608 | 2024-12-21T04:42:20.264Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3609 | 2024-12-21T04:42:20.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3610 | 2024-12-21T04:42:20.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3611 | 2024-12-21T04:42:20.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3612 | 2024-12-21T04:42:20.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3613 | 2024-12-21T04:42:20.880Z | |
3614 | 2024-12-21T04:42:20.880Z | info: running `cargo check --bins` on omicron-package (171/176) |
3615 | 2024-12-21T04:42:21.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3616 | 2024-12-21T04:42:21.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3617 | 2024-12-21T04:42:21.544Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3618 | 2024-12-21T04:42:22.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
3619 | 2024-12-21T04:42:23.078Z | |
3620 | 2024-12-21T04:42:23.078Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3621 | 2024-12-21T04:42:23.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3622 | 2024-12-21T04:42:23.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3623 | 2024-12-21T04:42:23.781Z | Checking rtoolbox v0.0.2 |
3624 | 2024-12-21T04:42:23.781Z | Checking tui-tree-widget v0.22.0 |
3625 | 2024-12-21T04:42:23.783Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3626 | 2024-12-21T04:42:24.000Z | Checking rpassword v7.3.1 |
3627 | 2024-12-21T04:42:28.098Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3628 | 2024-12-21T04:42:31.147Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3629 | 2024-12-21T04:42:32.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.35s |
3630 | 2024-12-21T04:42:32.622Z | |
3631 | 2024-12-21T04:42:32.622Z | info: running `cargo check --bins` on wicket (173/176) |
3632 | 2024-12-21T04:42:33.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3633 | 2024-12-21T04:42:33.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3634 | 2024-12-21T04:42:33.340Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3635 | 2024-12-21T04:42:33.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
3636 | 2024-12-21T04:42:33.983Z | |
3637 | 2024-12-21T04:42:33.983Z | info: running `cargo check --bins` on wicketd (174/176) |
3638 | 2024-12-21T04:42:34.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3639 | 2024-12-21T04:42:34.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3640 | 2024-12-21T04:42:34.715Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3641 | 2024-12-21T04:42:34.716Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3642 | 2024-12-21T04:42:35.614Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3643 | 2024-12-21T04:42:39.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s |
3644 | 2024-12-21T04:42:39.777Z | |
3645 | 2024-12-21T04:42:39.777Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3646 | 2024-12-21T04:42:40.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3647 | 2024-12-21T04:42:40.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3648 | 2024-12-21T04:42:40.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3649 | 2024-12-21T04:42:40.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3650 | 2024-12-21T04:42:40.418Z | |
3651 | 2024-12-21T04:42:40.418Z | info: running `cargo check --bins` on zone-setup (176/176) |
3652 | 2024-12-21T04:42:41.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3653 | 2024-12-21T04:42:41.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3654 | 2024-12-21T04:42:41.192Z | Checking uzers v0.12.1 |
3655 | 2024-12-21T04:42:41.540Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3656 | 2024-12-21T04:42:42.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s |
3657 | 2024-12-21T04:42:42.976Z | |
3658 | 2024-12-21T04:42:42.976Z | real 13:34.987393005 |
3659 | 2024-12-21T04:42:42.976Z | user 25:24.235223215 |
3660 | 2024-12-21T04:42:42.976Z | sys 5:46.951163131 |
3661 | 2024-12-21T04:42:42.976Z | trap 0.490933852 |
3662 | 2024-12-21T04:42:42.976Z | tflt 2.576327548 |
3663 | 2024-12-21T04:42:42.976Z | dflt 3.050095179 |
3664 | 2024-12-21T04:42:42.976Z | kflt 0.001092315 |
3665 | 2024-12-21T04:42:42.976Z | lock 48:33.578878773 |
3666 | 2024-12-21T04:42:42.976Z | slp 2:13:16.789072080 |
3667 | 2024-12-21T04:42:42.976Z | lat 1:00.722682425 |
3668 | 2024-12-21T04:42:42.976Z | stop 3:22.953082499 |
3669 | 2024-12-21T04:42:42.979Z | process exited: duration 1250084 ms, exit code 0 |
|
3670 | 2024-12-21T04:42:42.986Z | found 0 output files |