|
|
|
1 | 2024-08-26T23:24:03.147Z | job assigned to worker 01J68G0DJMBBYVF51SM1WKEHY9 (queued for 51 s) |
|
2 | 2024-08-26T23:24:10.895Z | starting task 0: "setup" |
3 | 2024-08-26T23:24:10.904Z | ++ uname -s |
4 | 2024-08-26T23:24:10.906Z | + kern=SunOS |
5 | 2024-08-26T23:24:10.906Z | + case "$kern" in |
6 | 2024-08-26T23:24:10.906Z | + groupadd -g 12345 build |
7 | 2024-08-26T23:24:10.909Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-26T23:24:12.920Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-26T23:24:13.029Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-26T23:24:13.032Z | + home_fs=zfs |
11 | 2024-08-26T23:24:13.032Z | + [[ zfs == autofs ]] |
12 | 2024-08-26T23:24:13.032Z | + mkdir -p /home/build |
13 | 2024-08-26T23:24:13.035Z | + chown build:build /home/build /work |
14 | 2024-08-26T23:24:15.037Z | + chmod 0700 /home/build /work |
15 | 2024-08-26T23:24:15.040Z | process exited: duration 4146 ms, exit code 0 |
|
16 | 2024-08-26T23:24:15.045Z | starting task 1: "rust-toolchain" |
17 | 2024-08-26T23:24:15.051Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-26T23:24:15.051Z | ' 1.80.1 |
19 | 2024-08-26T23:24:15.051Z | * toolchain channel = "1.80.1" |
20 | 2024-08-26T23:24:15.053Z | * toolchain profile = "default" |
21 | 2024-08-26T23:24:15.053Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-26T23:24:15.053Z | ' default |
23 | 2024-08-26T23:24:15.053Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-26T23:24:15.053Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-26T23:24:15.171Z | info: downloading installer |
26 | 2024-08-26T23:24:16.186Z | info: profile set to 'default' |
27 | 2024-08-26T23:24:16.186Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-26T23:24:16.188Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-26T23:24:16.311Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-26T23:24:16.311Z | info: downloading component 'cargo' |
31 | 2024-08-26T23:24:16.946Z | info: downloading component 'clippy' |
32 | 2024-08-26T23:24:17.171Z | info: downloading component 'rust-docs' |
33 | 2024-08-26T23:24:18.046Z | info: downloading component 'rust-std' |
34 | 2024-08-26T23:24:19.285Z | info: downloading component 'rustc' |
35 | 2024-08-26T23:24:22.687Z | info: downloading component 'rustfmt' |
36 | 2024-08-26T23:24:22.873Z | info: installing component 'cargo' |
37 | 2024-08-26T23:24:23.742Z | info: installing component 'clippy' |
38 | 2024-08-26T23:24:24.081Z | info: installing component 'rust-docs' |
39 | 2024-08-26T23:24:25.697Z | info: installing component 'rust-std' |
40 | 2024-08-26T23:24:27.362Z | info: installing component 'rustc' |
41 | 2024-08-26T23:24:31.561Z | info: installing component 'rustfmt' |
42 | 2024-08-26T23:24:31.981Z | |
43 | 2024-08-26T23:24:31.981Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-08-26T23:24:32.163Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-26T23:24:32.163Z | |
46 | 2024-08-26T23:24:32.166Z | |
47 | 2024-08-26T23:24:32.166Z | Rust is installed now. Great! |
48 | 2024-08-26T23:24:32.166Z | |
49 | 2024-08-26T23:24:32.166Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-26T23:24:32.166Z | environment variable. This has not been done automatically. |
51 | 2024-08-26T23:24:32.166Z | |
52 | 2024-08-26T23:24:32.166Z | To configure your current shell, you need to source |
53 | 2024-08-26T23:24:32.166Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-26T23:24:32.166Z | |
55 | 2024-08-26T23:24:32.166Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-26T23:24:32.166Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-26T23:24:32.166Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-26T23:24:32.220Z | + rustc --version |
59 | 2024-08-26T23:24:32.286Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-26T23:24:32.290Z | process exited: duration 17243 ms, exit code 0 |
|
61 | 2024-08-26T23:24:32.296Z | starting task 2: "authentication" |
62 | 2024-08-26T23:24:32.314Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-26T23:24:32.320Z | starting task 3: "clone repository" |
64 | 2024-08-26T23:24:32.325Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-26T23:24:32.327Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-26T23:24:32.361Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-26T23:24:38.128Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-26T23:24:38.130Z | + git fetch origin fb9ee7ec124b207283e475ca337d60acf7d16ca1 |
69 | 2024-08-26T23:24:38.443Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-26T23:24:38.443Z | * branch fb9ee7ec124b207283e475ca337d60acf7d16ca1 -> FETCH_HEAD |
71 | 2024-08-26T23:24:38.454Z | + [[ -n gjcolombo/sa-index-by-vmm-id ]] |
72 | 2024-08-26T23:24:38.456Z | ++ git branch --show-current |
73 | 2024-08-26T23:24:38.459Z | + current=main |
74 | 2024-08-26T23:24:38.459Z | + [[ main != gjcolombo/sa-index-by-vmm-id ]] |
75 | 2024-08-26T23:24:38.459Z | + git branch -f gjcolombo/sa-index-by-vmm-id fb9ee7ec124b207283e475ca337d60acf7d16ca1 |
76 | 2024-08-26T23:24:38.462Z | + git checkout -f gjcolombo/sa-index-by-vmm-id |
77 | 2024-08-26T23:24:38.614Z | Switched to branch 'gjcolombo/sa-index-by-vmm-id' |
78 | 2024-08-26T23:24:38.617Z | + git reset --hard fb9ee7ec124b207283e475ca337d60acf7d16ca1 |
79 | 2024-08-26T23:24:38.653Z | HEAD is now at fb9ee7ec1 PR feedback |
80 | 2024-08-26T23:24:38.655Z | process exited: duration 6334 ms, exit code 0 |
|
81 | 2024-08-26T23:24:38.660Z | starting task 4: "build" |
82 | 2024-08-26T23:24:38.666Z | + cargo --version |
83 | 2024-08-26T23:24:38.723Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-26T23:24:38.725Z | + rustc --version |
85 | 2024-08-26T23:24:38.786Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-26T23:24:38.789Z | + source ./env.sh |
87 | 2024-08-26T23:24:38.791Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-26T23:24:38.791Z | ++ set -o xtrace |
89 | 2024-08-26T23:24:38.794Z | ++++ dirname ./env.sh |
90 | 2024-08-26T23:24:38.794Z | +++ readlink -f . |
91 | 2024-08-26T23:24:38.796Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-26T23:24:38.796Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-26T23:24:38.796Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-26T23:24:38.796Z | ++ 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 |
95 | 2024-08-26T23:24:38.796Z | ++ 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 |
96 | 2024-08-26T23:24:38.796Z | ++ 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 |
97 | 2024-08-26T23:24:38.796Z | ++ 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 |
98 | 2024-08-26T23:24:38.796Z | ++ 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 |
99 | 2024-08-26T23:24:38.796Z | ++ 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 |
100 | 2024-08-26T23:24:38.796Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-26T23:24:38.796Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-26T23:24:38.799Z | + 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 |
103 | 2024-08-26T23:24:38.799Z | + 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 |
104 | 2024-08-26T23:24:38.799Z | + banner prerequisites |
105 | 2024-08-26T23:24:38.799Z | |
106 | 2024-08-26T23:24:38.799Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-26T23:24:38.799Z | # # # # # # # # # # # # # # # |
108 | 2024-08-26T23:24:38.799Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-26T23:24:38.799Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-26T23:24:38.799Z | # # # # # # # # # # # # # # # |
111 | 2024-08-26T23:24:38.799Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-26T23:24:38.799Z | |
113 | 2024-08-26T23:24:38.799Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-26T23:24:43.356Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-26T23:24:45.687Z | Startup: Caching catalogs ... Done |
116 | 2024-08-26T23:24:47.596Z | Planning: Solver setup ... Done (1.334s) |
117 | 2024-08-26T23:24:47.619Z | Planning: Running solver ... Done (0.023s) |
118 | 2024-08-26T23:24:47.665Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-08-26T23:24:47.681Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-08-26T23:24:47.935Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-08-26T23:24:48.050Z | Planning: Package planning ... Done (0.115s) |
122 | 2024-08-26T23:24:48.107Z | Planning: Merging actions ... Done (0.057s) |
123 | 2024-08-26T23:24:48.330Z | Planning: Checking for conflicting actions ... Done (0.223s) |
124 | 2024-08-26T23:24:50.189Z | Planning: Consolidating action changes ... Done (1.859s) |
125 | 2024-08-26T23:24:50.614Z | Planning: Evaluating mediators ... Done (0.425s) |
126 | 2024-08-26T23:24:50.696Z | Planning: Planning completed in 4.94 seconds |
127 | 2024-08-26T23:24:50.713Z | Packages to install: 4 |
128 | 2024-08-26T23:24:50.714Z | Packages to update: 1 |
129 | 2024-08-26T23:24:50.717Z | Mediators to change: 2 |
130 | 2024-08-26T23:24:50.717Z | Services to change: 1 |
131 | 2024-08-26T23:24:50.717Z | Estimated space available: 155.72 GB |
132 | 2024-08-26T23:24:50.717Z | Estimated space to be consumed: 1.53 GB |
133 | 2024-08-26T23:24:50.717Z | Create boot environment: No |
134 | 2024-08-26T23:24:50.717Z | Create backup boot environment: Yes |
135 | 2024-08-26T23:24:50.717Z | Rebuild boot archive: No |
136 | 2024-08-26T23:24:50.718Z | |
137 | 2024-08-26T23:24:50.718Z | Changed mediators: |
138 | 2024-08-26T23:24:50.718Z | mediator clang: |
139 | 2024-08-26T23:24:50.718Z | version: None -> 15 (system default) |
140 | 2024-08-26T23:24:50.718Z | |
141 | 2024-08-26T23:24:50.718Z | mediator llvm: |
142 | 2024-08-26T23:24:50.718Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-08-26T23:24:50.718Z | |
144 | 2024-08-26T23:24:50.718Z | Changed packages: |
145 | 2024-08-26T23:24:50.718Z | helios-dev |
146 | 2024-08-26T23:24:50.718Z | developer/build-essential |
147 | 2024-08-26T23:24:50.718Z | None -> 11-2.0 |
148 | 2024-08-26T23:24:50.718Z | library/libxmlsec1 |
149 | 2024-08-26T23:24:50.718Z | None -> 1.2.35-2.0 |
150 | 2024-08-26T23:24:50.718Z | ooce/developer/clang-15 |
151 | 2024-08-26T23:24:50.718Z | None -> 15.0.7-2.0 |
152 | 2024-08-26T23:24:50.718Z | ooce/developer/llvm-15 |
153 | 2024-08-26T23:24:50.718Z | None -> 15.0.7-2.0 |
154 | 2024-08-26T23:24:50.718Z | package/pkg |
155 | 2024-08-26T23:24:50.718Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-08-26T23:24:50.718Z | |
157 | 2024-08-26T23:24:50.718Z | Services: |
158 | 2024-08-26T23:24:50.718Z | restart_fmri: |
159 | 2024-08-26T23:24:50.718Z | svc:/system/update-man-index:default |
160 | 2024-08-26T23:24:50.718Z | |
161 | 2024-08-26T23:24:50.719Z | Editable files to change: |
162 | 2024-08-26T23:24:50.719Z | Update: |
163 | 2024-08-26T23:24:50.719Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-08-26T23:24:50.792Z | |
165 | 2024-08-26T23:24:50.792Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-08-26T23:24:58.354Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (17.0M/s) |
167 | 2024-08-26T23:25:03.698Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (10.1M/s) |
168 | 2024-08-26T23:25:09.096Z | Download: 3288/4281 items 212.6/220.6MB 96% complete (12.8M/s) |
169 | 2024-08-26T23:25:14.128Z | Download: 4200/4281 items 220.6/220.6MB 99% complete (10.2M/s) |
170 | 2024-08-26T23:25:15.552Z | Download: Completed 220.60 MB in 24.76 seconds (8.9M/s) |
171 | 2024-08-26T23:25:17.602Z | Actions: 1/5063 actions (Removing old actions) |
172 | 2024-08-26T23:25:17.622Z | Actions: 194/5063 actions (Installing new actions) |
173 | 2024-08-26T23:25:22.344Z | Actions: 4226/5063 actions (Updating modified actions) |
174 | 2024-08-26T23:25:22.659Z | Actions: Completed 5063 actions in 5.06 seconds. |
175 | 2024-08-26T23:25:22.954Z | Done (0.287s) |
176 | 2024-08-26T23:25:22.957Z | Done (0.000s) |
177 | 2024-08-26T23:25:23.338Z | Done (0.382s) |
178 | 2024-08-26T23:25:27.690Z | Done (4.174s) |
179 | 2024-08-26T23:25:27.786Z | Done (0.018s) |
180 | 2024-08-26T23:25:27.789Z | Done (0.000s) |
181 | 2024-08-26T23:25:27.950Z | Done (0.000s) |
182 | 2024-08-26T23:25:28.556Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-08-26T23:25:28.723Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-08-26T23:25:28.725Z | Planning: Consolidating action changes ... Done |
185 | 2024-08-26T23:25:28.995Z | Planning: Evaluating mediators ... Done |
186 | 2024-08-26T23:25:28.998Z | Planning: Planning completed in 0.44 seconds |
187 | 2024-08-26T23:25:29.034Z | Mediators to change: 2 |
188 | 2024-08-26T23:25:29.034Z | Create boot environment: No |
189 | 2024-08-26T23:25:29.034Z | Create backup boot environment: No |
190 | 2024-08-26T23:25:29.115Z | Done |
191 | 2024-08-26T23:25:29.115Z | Done |
192 | 2024-08-26T23:25:29.354Z | Done |
193 | 2024-08-26T23:25:33.131Z | Done |
194 | 2024-08-26T23:25:33.223Z | Done |
195 | 2024-08-26T23:25:33.226Z | Done |
196 | 2024-08-26T23:25:33.326Z | Done |
197 | 2024-08-26T23:25:33.951Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-08-26T23:25:33.953Z | Planning: Merging actions ... Done |
199 | 2024-08-26T23:25:34.150Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-08-26T23:25:34.152Z | Planning: Consolidating action changes ... Done |
201 | 2024-08-26T23:25:34.432Z | Planning: Evaluating mediators ... Done |
202 | 2024-08-26T23:25:34.491Z | Planning: Planning completed in 0.78 seconds |
203 | 2024-08-26T23:25:34.529Z | Packages to change: 1 |
204 | 2024-08-26T23:25:34.530Z | Mediators to change: 1 |
205 | 2024-08-26T23:25:34.533Z | Services to change: 1 |
206 | 2024-08-26T23:25:34.533Z | Create boot environment: No |
207 | 2024-08-26T23:25:34.533Z | Create backup boot environment: Yes |
208 | 2024-08-26T23:25:36.586Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2024-08-26T23:25:36.590Z | Actions: Completed 6 actions in 0.00 seconds. |
210 | 2024-08-26T23:25:36.590Z | Done |
211 | 2024-08-26T23:25:36.590Z | Done |
212 | 2024-08-26T23:25:36.670Z | Done |
213 | 2024-08-26T23:25:40.471Z | Done |
214 | 2024-08-26T23:25:40.565Z | Done |
215 | 2024-08-26T23:25:40.569Z | Done |
216 | 2024-08-26T23:25:40.673Z | Done |
217 | 2024-08-26T23:25:41.122Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2024-08-26T23:25:41.122Z | clang system 15 system |
219 | 2024-08-26T23:25:41.122Z | csh system system illumos |
220 | 2024-08-26T23:25:41.122Z | ctags system system illumos |
221 | 2024-08-26T23:25:41.122Z | gcc vendor 12 vendor |
222 | 2024-08-26T23:25:41.122Z | gcc system 10 system |
223 | 2024-08-26T23:25:41.122Z | gcc system 7 system |
224 | 2024-08-26T23:25:41.122Z | go system 1.20 system |
225 | 2024-08-26T23:25:41.122Z | go system 1.19 system |
226 | 2024-08-26T23:25:41.122Z | llvm system 15 system |
227 | 2024-08-26T23:25:41.122Z | llvm system 14 system |
228 | 2024-08-26T23:25:41.122Z | mariadb system 10.6 system |
229 | 2024-08-26T23:25:41.122Z | mta vendor vendor dma |
230 | 2024-08-26T23:25:41.122Z | openjdk system 17 system |
231 | 2024-08-26T23:25:41.122Z | openjdk system 11 system |
232 | 2024-08-26T23:25:41.122Z | openjdk system 1.8 system |
233 | 2024-08-26T23:25:41.122Z | openssl vendor 3 vendor |
234 | 2024-08-26T23:25:41.122Z | perl system 5.36 system |
235 | 2024-08-26T23:25:41.122Z | postgresql system 15 system |
236 | 2024-08-26T23:25:41.122Z | postgresql system 13 system |
237 | 2024-08-26T23:25:41.122Z | python vendor 3 vendor |
238 | 2024-08-26T23:25:41.122Z | python system 2 system |
239 | 2024-08-26T23:25:41.122Z | python3 system 3.11 system |
240 | 2024-08-26T23:25:41.122Z | ruby system 3.0 system |
241 | 2024-08-26T23:25:41.123Z | words vendor vendor american-english |
242 | 2024-08-26T23:25:41.123Z | words system system australian-english |
243 | 2024-08-26T23:25:41.123Z | words system system british-english |
244 | 2024-08-26T23:25:41.123Z | words system system canadian-english |
245 | 2024-08-26T23:25:41.123Z | words system system french |
246 | 2024-08-26T23:25:41.123Z | words system system italian |
247 | 2024-08-26T23:25:41.123Z | words system system ngerman |
248 | 2024-08-26T23:25:41.123Z | words system system ogerman |
249 | 2024-08-26T23:25:41.123Z | words system system spanish |
250 | 2024-08-26T23:25:41.460Z | PUBLISHER TYPE STATUS P LOCATION |
251 | 2024-08-26T23:25:41.460Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
252 | 2024-08-26T23:25:43.280Z | FMRI IFO |
253 | 2024-08-26T23:25:43.280Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2024-08-26T23:25:43.280Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2024-08-26T23:25:43.281Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2024-08-26T23:25:43.281Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2024-08-26T23:25:43.281Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
258 | 2024-08-26T23:25:43.281Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2024-08-26T23:25:43.281Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
260 | 2024-08-26T23:25:43.281Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
261 | 2024-08-26T23:25:43.281Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
262 | 2024-08-26T23:25:43.281Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
263 | 2024-08-26T23:25:43.281Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
264 | 2024-08-26T23:25:43.281Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
265 | 2024-08-26T23:25:43.281Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
266 | 2024-08-26T23:25:43.900Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
267 | 2024-08-26T23:25:44.154Z | Updating git repository `https://github.com/oxidecomputer/zone` |
268 | 2024-08-26T23:25:44.428Z | Updating crates.io index |
269 | 2024-08-26T23:25:44.461Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
270 | 2024-08-26T23:25:45.206Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
271 | 2024-08-26T23:25:46.186Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
272 | 2024-08-26T23:25:46.417Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
273 | 2024-08-26T23:25:47.895Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
274 | 2024-08-26T23:25:48.129Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
275 | 2024-08-26T23:25:48.367Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
276 | 2024-08-26T23:25:49.435Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
277 | 2024-08-26T23:25:51.258Z | Updating git repository `https://github.com/oxidecomputer/opte` |
278 | 2024-08-26T23:25:52.290Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
279 | 2024-08-26T23:25:52.931Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
280 | 2024-08-26T23:25:53.200Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
281 | 2024-08-26T23:25:53.739Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
282 | 2024-08-26T23:25:54.080Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
283 | 2024-08-26T23:25:54.384Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
284 | 2024-08-26T23:25:54.753Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
285 | 2024-08-26T23:25:55.019Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
286 | 2024-08-26T23:25:55.255Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
287 | 2024-08-26T23:25:55.534Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
288 | 2024-08-26T23:25:55.841Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
289 | 2024-08-26T23:25:56.140Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
290 | 2024-08-26T23:25:56.550Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
291 | 2024-08-26T23:25:56.801Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
292 | 2024-08-26T23:25:57.223Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
293 | 2024-08-26T23:25:57.545Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
294 | 2024-08-26T23:25:57.999Z | Updating git repository `https://github.com/oxidecomputer/typify` |
295 | 2024-08-26T23:26:00.094Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
296 | 2024-08-26T23:26:00.377Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
297 | 2024-08-26T23:26:00.615Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
298 | 2024-08-26T23:26:00.919Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
299 | 2024-08-26T23:26:02.128Z | Downloading crates ... |
300 | 2024-08-26T23:26:02.180Z | Downloaded autocfg v1.3.0 |
301 | 2024-08-26T23:26:02.183Z | Downloaded fnv v1.0.7 |
302 | 2024-08-26T23:26:02.185Z | Downloaded equivalent v1.0.1 |
303 | 2024-08-26T23:26:02.189Z | Downloaded pest_meta v2.7.10 |
304 | 2024-08-26T23:26:02.203Z | Downloaded swrite v0.1.0 |
305 | 2024-08-26T23:26:02.206Z | Downloaded cfg-if v1.0.0 |
306 | 2024-08-26T23:26:02.206Z | Downloaded scroll_derive v0.12.0 |
307 | 2024-08-26T23:26:02.209Z | Downloaded pretty-hex v0.4.1 |
308 | 2024-08-26T23:26:02.209Z | Downloaded usdt v0.5.0 |
309 | 2024-08-26T23:26:02.211Z | Downloaded heck v0.5.0 |
310 | 2024-08-26T23:26:02.214Z | Downloaded memmap v0.7.0 |
311 | 2024-08-26T23:26:02.216Z | Downloaded clap_lex v0.7.0 |
312 | 2024-08-26T23:26:02.216Z | Downloaded thiserror-impl v1.0.63 |
313 | 2024-08-26T23:26:02.216Z | Downloaded proc-macro-error-attr v1.0.4 |
314 | 2024-08-26T23:26:02.219Z | Downloaded anstyle v1.0.8 |
315 | 2024-08-26T23:26:02.222Z | Downloaded serde_spanned v0.6.7 |
316 | 2024-08-26T23:26:02.222Z | Downloaded tabled_derive v0.7.0 |
317 | 2024-08-26T23:26:02.224Z | Downloaded bytecount v0.6.8 |
318 | 2024-08-26T23:26:02.224Z | Downloaded cargo_metadata v0.18.1 |
319 | 2024-08-26T23:26:02.227Z | Downloaded toml_datetime v0.6.8 |
320 | 2024-08-26T23:26:02.229Z | Downloaded utf8parse v0.2.1 |
321 | 2024-08-26T23:26:02.231Z | Downloaded sha2 v0.10.8 |
322 | 2024-08-26T23:26:02.234Z | Downloaded pest_derive v2.7.10 |
323 | 2024-08-26T23:26:02.237Z | Downloaded usdt-impl v0.5.0 |
324 | 2024-08-26T23:26:02.239Z | Downloaded camino v1.1.9 |
325 | 2024-08-26T23:26:02.241Z | Downloaded anstream v0.6.14 |
326 | 2024-08-26T23:26:02.244Z | Downloaded semver v1.0.23 |
327 | 2024-08-26T23:26:02.246Z | Downloaded anstyle-parse v0.2.4 |
328 | 2024-08-26T23:26:02.248Z | Downloaded unicode-ident v1.0.12 |
329 | 2024-08-26T23:26:02.251Z | Downloaded ryu v1.0.18 |
330 | 2024-08-26T23:26:02.254Z | Downloaded papergrid v0.11.0 |
331 | 2024-08-26T23:26:02.257Z | Downloaded serde_derive v1.0.208 |
332 | 2024-08-26T23:26:02.260Z | Downloaded colorchoice v1.0.1 |
333 | 2024-08-26T23:26:02.262Z | Downloaded anyhow v1.0.86 |
334 | 2024-08-26T23:26:02.265Z | Downloaded is_terminal_polyfill v1.70.0 |
335 | 2024-08-26T23:26:02.268Z | Downloaded bitflags v2.6.0 |
336 | 2024-08-26T23:26:02.272Z | Downloaded plain v0.2.3 |
337 | 2024-08-26T23:26:02.274Z | Downloaded usdt-macro v0.5.0 |
338 | 2024-08-26T23:26:02.276Z | Downloaded dtrace-parser v0.2.0 |
339 | 2024-08-26T23:26:02.279Z | Downloaded usdt-attr-macro v0.5.0 |
340 | 2024-08-26T23:26:02.281Z | Downloaded itoa v1.0.11 |
341 | 2024-08-26T23:26:02.281Z | Downloaded cargo-platform v0.1.8 |
342 | 2024-08-26T23:26:02.284Z | Downloaded block-buffer v0.10.4 |
343 | 2024-08-26T23:26:02.288Z | Downloaded digest v0.10.7 |
344 | 2024-08-26T23:26:02.290Z | Downloaded thiserror v1.0.63 |
345 | 2024-08-26T23:26:02.295Z | Downloaded errno v0.3.9 |
346 | 2024-08-26T23:26:02.297Z | Downloaded fs-err v2.11.0 |
347 | 2024-08-26T23:26:02.300Z | Downloaded pest_generator v2.7.10 |
348 | 2024-08-26T23:26:02.302Z | Downloaded once_cell v1.19.0 |
349 | 2024-08-26T23:26:02.304Z | Downloaded byteorder v1.5.0 |
350 | 2024-08-26T23:26:02.308Z | Downloaded version_check v0.9.5 |
351 | 2024-08-26T23:26:02.310Z | Downloaded thread-id v4.2.1 |
352 | 2024-08-26T23:26:02.313Z | Downloaded proc-macro-error v1.0.4 |
353 | 2024-08-26T23:26:02.316Z | Downloaded clap_derive v4.5.13 |
354 | 2024-08-26T23:26:02.318Z | Downloaded terminal_size v0.3.0 |
355 | 2024-08-26T23:26:02.321Z | Downloaded strsim v0.11.1 |
356 | 2024-08-26T23:26:02.321Z | Downloaded scroll v0.12.0 |
357 | 2024-08-26T23:26:02.323Z | Downloaded cargo_toml v0.20.4 |
358 | 2024-08-26T23:26:02.325Z | Downloaded serde_tokenstream v0.2.2 |
359 | 2024-08-26T23:26:02.325Z | Downloaded heck v0.4.1 |
360 | 2024-08-26T23:26:02.328Z | Downloaded log v0.4.21 |
361 | 2024-08-26T23:26:02.331Z | Downloaded zerocopy-derive v0.7.34 |
362 | 2024-08-26T23:26:02.335Z | Downloaded cpufeatures v0.2.12 |
363 | 2024-08-26T23:26:02.339Z | Downloaded hashbrown v0.14.5 |
364 | 2024-08-26T23:26:02.344Z | Downloaded proc-macro2 v1.0.86 |
365 | 2024-08-26T23:26:02.346Z | Downloaded macaddr v1.0.1 |
366 | 2024-08-26T23:26:02.351Z | Downloaded quote v1.0.36 |
367 | 2024-08-26T23:26:02.356Z | Downloaded clap v4.5.16 |
368 | 2024-08-26T23:26:02.365Z | Downloaded ucd-trie v0.1.6 |
369 | 2024-08-26T23:26:02.374Z | Downloaded zerocopy v0.7.34 |
370 | 2024-08-26T23:26:02.390Z | Downloaded clap_builder v4.5.15 |
371 | 2024-08-26T23:26:02.401Z | Downloaded serde v1.0.208 |
372 | 2024-08-26T23:26:02.407Z | Downloaded indexmap v2.4.0 |
373 | 2024-08-26T23:26:02.411Z | Downloaded generic-array v0.14.7 |
374 | 2024-08-26T23:26:02.414Z | Downloaded anstyle-query v1.0.3 |
375 | 2024-08-26T23:26:02.416Z | Downloaded toml v0.8.19 |
376 | 2024-08-26T23:26:02.420Z | Downloaded crypto-common v0.1.6 |
377 | 2024-08-26T23:26:02.425Z | Downloaded toml_edit v0.22.20 |
378 | 2024-08-26T23:26:02.447Z | Downloaded memchr v2.7.2 |
379 | 2024-08-26T23:26:02.451Z | Downloaded typenum v1.17.0 |
380 | 2024-08-26T23:26:02.455Z | Downloaded pest v2.7.10 |
381 | 2024-08-26T23:26:02.459Z | Downloaded dof v0.3.0 |
382 | 2024-08-26T23:26:02.461Z | Downloaded serde_json v1.0.125 |
383 | 2024-08-26T23:26:02.473Z | Downloaded goblin v0.8.2 |
384 | 2024-08-26T23:26:02.480Z | Downloaded tabled v0.15.0 |
385 | 2024-08-26T23:26:02.496Z | Downloaded winnow v0.6.18 |
386 | 2024-08-26T23:26:02.506Z | Downloaded syn v1.0.109 |
387 | 2024-08-26T23:26:02.530Z | Downloaded syn v2.0.74 |
388 | 2024-08-26T23:26:02.541Z | Downloaded rustix v0.38.34 |
389 | 2024-08-26T23:26:02.564Z | Downloaded unicode-width v0.1.13 |
390 | 2024-08-26T23:26:02.581Z | Downloaded libc v0.2.156 |
391 | 2024-08-26T23:26:02.885Z | Compiling proc-macro2 v1.0.86 |
392 | 2024-08-26T23:26:02.885Z | Compiling unicode-ident v1.0.12 |
393 | 2024-08-26T23:26:02.888Z | Compiling version_check v0.9.5 |
394 | 2024-08-26T23:26:02.888Z | Compiling serde v1.0.208 |
395 | 2024-08-26T23:26:02.888Z | Compiling thiserror v1.0.63 |
396 | 2024-08-26T23:26:02.888Z | Compiling memchr v2.7.2 |
397 | 2024-08-26T23:26:02.888Z | Compiling libc v0.2.156 |
398 | 2024-08-26T23:26:02.888Z | Compiling ryu v1.0.18 |
399 | 2024-08-26T23:26:03.131Z | Compiling ucd-trie v0.1.6 |
400 | 2024-08-26T23:26:03.335Z | Compiling itoa v1.0.11 |
401 | 2024-08-26T23:26:03.578Z | Compiling once_cell v1.19.0 |
402 | 2024-08-26T23:26:03.771Z | Compiling byteorder v1.5.0 |
403 | 2024-08-26T23:26:03.773Z | Compiling serde_json v1.0.125 |
404 | 2024-08-26T23:26:04.156Z | Compiling usdt-impl v0.5.0 |
405 | 2024-08-26T23:26:04.257Z | Compiling proc-macro-error-attr v1.0.4 |
406 | 2024-08-26T23:26:04.378Z | Compiling rustix v0.38.34 |
407 | 2024-08-26T23:26:04.413Z | Compiling syn v1.0.109 |
408 | 2024-08-26T23:26:04.632Z | Compiling quote v1.0.36 |
409 | 2024-08-26T23:26:04.657Z | Compiling proc-macro-error v1.0.4 |
410 | 2024-08-26T23:26:04.660Z | Compiling plain v0.2.3 |
411 | 2024-08-26T23:26:04.874Z | Compiling bitflags v2.6.0 |
412 | 2024-08-26T23:26:04.955Z | Compiling errno v0.3.9 |
413 | 2024-08-26T23:26:05.057Z | Compiling syn v2.0.74 |
414 | 2024-08-26T23:26:05.250Z | Compiling log v0.4.21 |
415 | 2024-08-26T23:26:05.281Z | Compiling hashbrown v0.14.5 |
416 | 2024-08-26T23:26:05.281Z | Compiling equivalent v1.0.1 |
417 | 2024-08-26T23:26:05.327Z | Compiling utf8parse v0.2.1 |
418 | 2024-08-26T23:26:05.493Z | Compiling thread-id v4.2.1 |
419 | 2024-08-26T23:26:05.559Z | Compiling anstyle-parse v0.2.4 |
420 | 2024-08-26T23:26:05.815Z | Compiling winnow v0.6.18 |
421 | 2024-08-26T23:26:05.966Z | Compiling anstyle-query v1.0.3 |
422 | 2024-08-26T23:26:06.061Z | Compiling semver v1.0.23 |
423 | 2024-08-26T23:26:06.118Z | Compiling autocfg v1.3.0 |
424 | 2024-08-26T23:26:06.473Z | Compiling is_terminal_polyfill v1.70.0 |
425 | 2024-08-26T23:26:06.609Z | Compiling anstyle v1.0.8 |
426 | 2024-08-26T23:26:06.648Z | Compiling indexmap v2.4.0 |
427 | 2024-08-26T23:26:06.768Z | Compiling camino v1.1.9 |
428 | 2024-08-26T23:26:06.973Z | Compiling colorchoice v1.0.1 |
429 | 2024-08-26T23:26:07.115Z | Compiling pretty-hex v0.4.1 |
430 | 2024-08-26T23:26:07.141Z | Compiling anstream v0.6.14 |
431 | 2024-08-26T23:26:07.167Z | Compiling fs-err v2.11.0 |
432 | 2024-08-26T23:26:07.402Z | Compiling terminal_size v0.3.0 |
433 | 2024-08-26T23:26:07.600Z | Compiling bytecount v0.6.8 |
434 | 2024-08-26T23:26:07.646Z | Compiling unicode-width v0.1.13 |
435 | 2024-08-26T23:26:07.675Z | Compiling fnv v1.0.7 |
436 | 2024-08-26T23:26:07.826Z | Compiling strsim v0.11.1 |
437 | 2024-08-26T23:26:07.852Z | Compiling heck v0.5.0 |
438 | 2024-08-26T23:26:07.876Z | Compiling anyhow v1.0.86 |
439 | 2024-08-26T23:26:07.900Z | Compiling heck v0.4.1 |
440 | 2024-08-26T23:26:07.990Z | Compiling clap_lex v0.7.0 |
441 | 2024-08-26T23:26:08.418Z | Compiling clap_builder v4.5.15 |
442 | 2024-08-26T23:26:08.536Z | Compiling papergrid v0.11.0 |
443 | 2024-08-26T23:26:08.778Z | Compiling memmap v0.7.0 |
444 | 2024-08-26T23:26:09.151Z | Compiling swrite v0.1.0 |
445 | 2024-08-26T23:26:10.642Z | Compiling tabled_derive v0.7.0 |
446 | 2024-08-26T23:26:12.279Z | Compiling tabled v0.15.0 |
447 | 2024-08-26T23:26:13.844Z | Compiling serde_derive v1.0.208 |
448 | 2024-08-26T23:26:13.846Z | Compiling thiserror-impl v1.0.63 |
449 | 2024-08-26T23:26:13.847Z | Compiling zerocopy-derive v0.7.34 |
450 | 2024-08-26T23:26:13.847Z | Compiling scroll_derive v0.12.0 |
451 | 2024-08-26T23:26:14.292Z | Compiling clap_derive v4.5.13 |
452 | 2024-08-26T23:26:15.322Z | Compiling scroll v0.12.0 |
453 | 2024-08-26T23:26:15.905Z | Compiling goblin v0.8.2 |
454 | 2024-08-26T23:26:15.931Z | Compiling zerocopy v0.7.34 |
455 | 2024-08-26T23:26:16.448Z | Compiling pest v2.7.10 |
456 | 2024-08-26T23:26:18.228Z | Compiling clap v4.5.16 |
457 | 2024-08-26T23:26:18.690Z | Compiling pest_meta v2.7.10 |
458 | 2024-08-26T23:26:19.520Z | Compiling pest_generator v2.7.10 |
459 | 2024-08-26T23:26:21.243Z | Compiling pest_derive v2.7.10 |
460 | 2024-08-26T23:26:21.910Z | Compiling dtrace-parser v0.2.0 |
461 | 2024-08-26T23:26:24.163Z | Compiling serde_tokenstream v0.2.2 |
462 | 2024-08-26T23:26:24.287Z | Compiling toml_datetime v0.6.8 |
463 | 2024-08-26T23:26:24.289Z | Compiling serde_spanned v0.6.7 |
464 | 2024-08-26T23:26:24.335Z | Compiling cargo-platform v0.1.8 |
465 | 2024-08-26T23:26:24.691Z | Compiling toml_edit v0.22.20 |
466 | 2024-08-26T23:26:24.766Z | Compiling macaddr v1.0.1 |
467 | 2024-08-26T23:26:25.590Z | Compiling dof v0.3.0 |
468 | 2024-08-26T23:26:25.679Z | Compiling cargo_metadata v0.18.1 |
469 | 2024-08-26T23:26:27.307Z | Compiling usdt-macro v0.5.0 |
470 | 2024-08-26T23:26:27.307Z | Compiling usdt-attr-macro v0.5.0 |
471 | 2024-08-26T23:26:27.563Z | Compiling toml v0.8.19 |
472 | 2024-08-26T23:26:28.419Z | Compiling cargo_toml v0.20.4 |
473 | 2024-08-26T23:26:28.694Z | Compiling usdt v0.5.0 |
474 | 2024-08-26T23:26:32.215Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
475 | 2024-08-26T23:26:36.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.50s |
476 | 2024-08-26T23:26:36.421Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
477 | 2024-08-26T23:26:36.992Z | Downloading crates ... |
478 | 2024-08-26T23:26:37.109Z | Downloaded adler v1.0.2 |
479 | 2024-08-26T23:26:37.112Z | Downloaded arrayref v0.3.7 |
480 | 2024-08-26T23:26:37.114Z | Downloaded addr2line v0.21.0 |
481 | 2024-08-26T23:26:37.117Z | Downloaded assert_matches v1.5.0 |
482 | 2024-08-26T23:26:37.120Z | Downloaded ascii v1.1.0 |
483 | 2024-08-26T23:26:37.122Z | Downloaded bitstruct_derive v0.1.0 |
484 | 2024-08-26T23:26:37.125Z | Downloaded cfg_aliases v0.1.1 |
485 | 2024-08-26T23:26:37.127Z | Downloaded is-terminal v0.4.12 |
486 | 2024-08-26T23:26:37.129Z | Downloaded atomicwrites v0.4.3 |
487 | 2024-08-26T23:26:37.132Z | Downloaded hubpack_derive v0.1.1 |
488 | 2024-08-26T23:26:37.134Z | Downloaded atty v0.2.14 |
489 | 2024-08-26T23:26:37.137Z | Downloaded argon2 v0.5.3 |
490 | 2024-08-26T23:26:37.139Z | Downloaded aead v0.5.2 |
491 | 2024-08-26T23:26:37.142Z | Downloaded indoc v1.0.9 |
492 | 2024-08-26T23:26:37.144Z | Downloaded hyper-rustls v0.24.2 |
493 | 2024-08-26T23:26:37.147Z | Downloaded is_ci v1.2.0 |
494 | 2024-08-26T23:26:37.149Z | Downloaded newline-converter v0.3.0 |
495 | 2024-08-26T23:26:37.152Z | Downloaded normalize-line-endings v0.3.0 |
496 | 2024-08-26T23:26:37.152Z | Downloaded match_cfg v0.1.0 |
497 | 2024-08-26T23:26:37.154Z | Downloaded crucible-workspace-hack v0.1.0 |
498 | 2024-08-26T23:26:37.154Z | Downloaded array-init v0.0.4 |
499 | 2024-08-26T23:26:37.157Z | Downloaded async-stream v0.3.5 |
500 | 2024-08-26T23:26:37.157Z | Downloaded impl-trait-for-tuples v0.2.2 |
501 | 2024-08-26T23:26:37.159Z | Downloaded hyper-tls v0.5.0 |
502 | 2024-08-26T23:26:37.162Z | Downloaded opaque-debug v0.3.1 |
503 | 2024-08-26T23:26:37.164Z | Downloaded const_format_proc_macros v0.2.32 |
504 | 2024-08-26T23:26:37.167Z | Downloaded data-encoding v2.6.0 |
505 | 2024-08-26T23:26:37.167Z | Downloaded num-iter v0.1.45 |
506 | 2024-08-26T23:26:37.169Z | Downloaded num_enum v0.5.11 |
507 | 2024-08-26T23:26:37.173Z | Downloaded camino-tempfile v1.1.1 |
508 | 2024-08-26T23:26:37.176Z | Downloaded num v0.4.3 |
509 | 2024-08-26T23:26:37.179Z | Downloaded csv-core v0.1.11 |
510 | 2024-08-26T23:26:37.181Z | Downloaded linear-map v1.2.0 |
511 | 2024-08-26T23:26:37.181Z | Downloaded arrayvec v0.7.4 |
512 | 2024-08-26T23:26:37.184Z | Downloaded nodrop v0.1.14 |
513 | 2024-08-26T23:26:37.186Z | Downloaded jobserver v0.1.32 |
514 | 2024-08-26T23:26:37.189Z | Downloaded indexmap v1.9.3 |
515 | 2024-08-26T23:26:37.192Z | Downloaded num-complex v0.4.6 |
516 | 2024-08-26T23:26:37.194Z | Downloaded crossbeam-epoch v0.9.18 |
517 | 2024-08-26T23:26:37.197Z | Downloaded olpc-cjson v0.1.3 |
518 | 2024-08-26T23:26:37.199Z | Downloaded smallvec v0.6.14 |
519 | 2024-08-26T23:26:37.202Z | Downloaded num-traits v0.2.19 |
520 | 2024-08-26T23:26:37.206Z | Downloaded num_threads v0.1.7 |
521 | 2024-08-26T23:26:37.206Z | Downloaded ciborium-io v0.2.2 |
522 | 2024-08-26T23:26:37.209Z | Downloaded crunchy v0.2.2 |
523 | 2024-08-26T23:26:37.209Z | Downloaded miniz_oxide v0.7.2 |
524 | 2024-08-26T23:26:37.213Z | Downloaded cobs v0.2.3 |
525 | 2024-08-26T23:26:37.213Z | Downloaded instant v0.1.12 |
526 | 2024-08-26T23:26:37.216Z | Downloaded darling_macro v0.20.9 |
527 | 2024-08-26T23:26:37.216Z | Downloaded clang-sys v1.7.0 |
528 | 2024-08-26T23:26:37.219Z | Downloaded ciborium-ll v0.2.2 |
529 | 2024-08-26T23:26:37.219Z | Downloaded async-trait v0.1.81 |
530 | 2024-08-26T23:26:37.222Z | Downloaded crc32fast v1.4.0 |
531 | 2024-08-26T23:26:37.224Z | Downloaded ident_case v1.0.1 |
532 | 2024-08-26T23:26:37.227Z | Downloaded supports-color v3.0.0 |
533 | 2024-08-26T23:26:37.229Z | Downloaded inout v0.1.3 |
534 | 2024-08-26T23:26:37.229Z | Downloaded colored v2.1.0 |
535 | 2024-08-26T23:26:37.232Z | Downloaded bitflags v1.3.2 |
536 | 2024-08-26T23:26:37.235Z | Downloaded display-error-chain v0.2.0 |
537 | 2024-08-26T23:26:37.238Z | Downloaded mio v0.8.11 |
538 | 2024-08-26T23:26:37.243Z | Downloaded minimal-lexical v0.2.1 |
539 | 2024-08-26T23:26:37.248Z | Downloaded num-conv v0.1.0 |
540 | 2024-08-26T23:26:37.251Z | Downloaded bb8 v0.8.5 |
541 | 2024-08-26T23:26:37.251Z | Downloaded tokio-rustls v0.24.1 |
542 | 2024-08-26T23:26:37.254Z | Downloaded newtype_derive v0.1.6 |
543 | 2024-08-26T23:26:37.257Z | Downloaded tui-tree-widget v0.22.0 |
544 | 2024-08-26T23:26:37.259Z | Downloaded waitgroup v0.1.2 |
545 | 2024-08-26T23:26:37.259Z | Downloaded constant_time_eq v0.3.0 |
546 | 2024-08-26T23:26:37.261Z | Downloaded chacha20 v0.9.1 |
547 | 2024-08-26T23:26:37.264Z | Downloaded ipnetwork v0.20.0 |
548 | 2024-08-26T23:26:37.266Z | Downloaded defmt v0.3.8 |
549 | 2024-08-26T23:26:37.268Z | Downloaded debug-ignore v1.0.5 |
550 | 2024-08-26T23:26:37.277Z | Downloaded downcast v0.11.0 |
551 | 2024-08-26T23:26:37.277Z | Downloaded compact_str v0.8.0 |
552 | 2024-08-26T23:26:37.280Z | Downloaded parse-size v1.0.0 |
553 | 2024-08-26T23:26:37.280Z | Downloaded zone_cfg_derive v0.1.2 |
554 | 2024-08-26T23:26:37.280Z | Downloaded signature v2.2.0 |
555 | 2024-08-26T23:26:37.280Z | Downloaded dsl_auto_type v0.1.2 |
556 | 2024-08-26T23:26:37.282Z | Downloaded lru v0.12.3 |
557 | 2024-08-26T23:26:37.285Z | Downloaded base64 v0.22.1 |
558 | 2024-08-26T23:26:37.291Z | Downloaded maybe-uninit v2.0.0 |
559 | 2024-08-26T23:26:37.291Z | Downloaded num_cpus v1.16.0 |
560 | 2024-08-26T23:26:37.296Z | Downloaded subtle v2.5.0 |
561 | 2024-08-26T23:26:37.296Z | Downloaded fxhash v0.2.1 |
562 | 2024-08-26T23:26:37.296Z | Downloaded xattr v1.3.1 |
563 | 2024-08-26T23:26:37.298Z | Downloaded wait-timeout v0.2.0 |
564 | 2024-08-26T23:26:37.298Z | Downloaded crc v3.2.1 |
565 | 2024-08-26T23:26:37.301Z | Downloaded console v0.15.8 |
566 | 2024-08-26T23:26:37.304Z | Downloaded ciborium v0.2.2 |
567 | 2024-08-26T23:26:37.307Z | Downloaded stringprep v0.1.4 |
568 | 2024-08-26T23:26:37.310Z | Downloaded erased-serde v0.3.31 |
569 | 2024-08-26T23:26:37.312Z | Downloaded hyper-staticfile v0.9.5 |
570 | 2024-08-26T23:26:37.314Z | Downloaded snafu-derive v0.8.2 |
571 | 2024-08-26T23:26:37.317Z | Downloaded fd-lock v4.0.2 |
572 | 2024-08-26T23:26:37.330Z | Downloaded defmt-parser v0.3.4 |
573 | 2024-08-26T23:26:37.330Z | Downloaded cc v1.0.97 |
574 | 2024-08-26T23:26:37.330Z | Downloaded fastrand v2.1.0 |
575 | 2024-08-26T23:26:37.335Z | Downloaded sync_wrapper v0.1.2 |
576 | 2024-08-26T23:26:37.335Z | Downloaded serde-big-array v0.5.1 |
577 | 2024-08-26T23:26:37.335Z | Downloaded ff v0.13.0 |
578 | 2024-08-26T23:26:37.335Z | Downloaded unicode-xid v0.2.4 |
579 | 2024-08-26T23:26:37.335Z | Downloaded num_enum_derive v0.5.11 |
580 | 2024-08-26T23:26:37.335Z | Downloaded rand_xorshift v0.3.0 |
581 | 2024-08-26T23:26:37.335Z | Downloaded futures-executor v0.3.30 |
582 | 2024-08-26T23:26:37.338Z | Downloaded strum_macros v0.26.4 |
583 | 2024-08-26T23:26:37.340Z | Downloaded num-rational v0.4.2 |
584 | 2024-08-26T23:26:37.342Z | Downloaded mime_guess v2.0.4 |
585 | 2024-08-26T23:26:37.342Z | Downloaded vte_generate_state_changes v0.1.1 |
586 | 2024-08-26T23:26:37.345Z | Downloaded crossbeam-utils v0.8.19 |
587 | 2024-08-26T23:26:37.347Z | Downloaded float-ord v0.3.2 |
588 | 2024-08-26T23:26:37.349Z | Downloaded derive_builder_macro v0.20.0 |
589 | 2024-08-26T23:26:37.349Z | Downloaded cookie_store v0.20.0 |
590 | 2024-08-26T23:26:37.352Z | Downloaded pin-utils v0.1.0 |
591 | 2024-08-26T23:26:37.355Z | Downloaded parse-display-derive v0.10.0 |
592 | 2024-08-26T23:26:37.355Z | Downloaded gethostname v0.5.0 |
593 | 2024-08-26T23:26:37.358Z | Downloaded serde_urlencoded v0.7.1 |
594 | 2024-08-26T23:26:37.358Z | Downloaded backtrace v0.3.71 |
595 | 2024-08-26T23:26:37.363Z | Downloaded foreign-types v0.3.2 |
596 | 2024-08-26T23:26:37.365Z | Downloaded signal-hook-registry v1.4.2 |
597 | 2024-08-26T23:26:37.367Z | Downloaded rand_seeder v0.3.0 |
598 | 2024-08-26T23:26:37.367Z | Downloaded strum_macros v0.24.3 |
599 | 2024-08-26T23:26:37.370Z | Downloaded strum v0.26.3 |
600 | 2024-08-26T23:26:37.372Z | Downloaded peg-runtime v0.8.3 |
601 | 2024-08-26T23:26:37.372Z | Downloaded rustls-pemfile v1.0.4 |
602 | 2024-08-26T23:26:37.376Z | Downloaded sigpipe v0.1.3 |
603 | 2024-08-26T23:26:37.378Z | Downloaded subprocess v0.2.9 |
604 | 2024-08-26T23:26:37.378Z | Downloaded structmeta-derive v0.3.0 |
605 | 2024-08-26T23:26:37.381Z | Downloaded fatfs v0.3.6 |
606 | 2024-08-26T23:26:37.384Z | Downloaded strum_macros v0.25.3 |
607 | 2024-08-26T23:26:37.386Z | Downloaded der_derive v0.7.2 |
608 | 2024-08-26T23:26:37.388Z | Downloaded nu-ansi-term v0.50.0 |
609 | 2024-08-26T23:26:37.390Z | Downloaded smawk v0.3.2 |
610 | 2024-08-26T23:26:37.393Z | Downloaded universal-hash v0.5.1 |
611 | 2024-08-26T23:26:37.393Z | Downloaded ipnet v2.9.0 |
612 | 2024-08-26T23:26:37.395Z | Downloaded pin-project-internal v1.1.5 |
613 | 2024-08-26T23:26:37.397Z | Downloaded zone v0.1.8 |
614 | 2024-08-26T23:26:37.400Z | Downloaded tinyvec_macros v0.1.1 |
615 | 2024-08-26T23:26:37.400Z | Downloaded path-slash v0.1.5 |
616 | 2024-08-26T23:26:37.402Z | Downloaded tokio-native-tls v0.3.1 |
617 | 2024-08-26T23:26:37.405Z | Downloaded rustc-demangle v0.1.24 |
618 | 2024-08-26T23:26:37.405Z | Downloaded headers-core v0.2.0 |
619 | 2024-08-26T23:26:37.407Z | Downloaded highway v1.2.0 |
620 | 2024-08-26T23:26:37.409Z | Downloaded libm v0.2.8 |
621 | 2024-08-26T23:26:37.416Z | Downloaded phf_shared v0.11.2 |
622 | 2024-08-26T23:26:37.419Z | Downloaded radium v0.7.0 |
623 | 2024-08-26T23:26:37.421Z | Downloaded oso-derive v0.27.3 |
624 | 2024-08-26T23:26:37.421Z | Downloaded foreign-types-shared v0.3.1 |
625 | 2024-08-26T23:26:37.421Z | Downloaded ppv-lite86 v0.2.17 |
626 | 2024-08-26T23:26:37.423Z | Downloaded tokio-tungstenite v0.20.1 |
627 | 2024-08-26T23:26:37.425Z | Downloaded hostname v0.3.1 |
628 | 2024-08-26T23:26:37.427Z | Downloaded serde_plain v1.0.2 |
629 | 2024-08-26T23:26:37.429Z | Downloaded static_assertions v1.1.0 |
630 | 2024-08-26T23:26:37.433Z | Downloaded slog v2.7.0 |
631 | 2024-08-26T23:26:37.435Z | Downloaded tokio-rustls v0.25.0 |
632 | 2024-08-26T23:26:37.438Z | Downloaded smallvec v1.13.2 |
633 | 2024-08-26T23:26:37.440Z | Downloaded rustls-pemfile v2.1.3 |
634 | 2024-08-26T23:26:37.443Z | Downloaded const_format v0.2.32 |
635 | 2024-08-26T23:26:37.448Z | Downloaded vsss-rs v3.3.4 |
636 | 2024-08-26T23:26:37.452Z | Downloaded tls_codec v0.4.1 |
637 | 2024-08-26T23:26:37.455Z | Downloaded hmac v0.12.1 |
638 | 2024-08-26T23:26:37.457Z | Downloaded rustversion v1.0.17 |
639 | 2024-08-26T23:26:37.463Z | Downloaded try-lock v0.2.5 |
640 | 2024-08-26T23:26:37.466Z | Downloaded untrusted v0.9.0 |
641 | 2024-08-26T23:26:37.466Z | Downloaded hash32 v0.3.1 |
642 | 2024-08-26T23:26:37.468Z | Downloaded zeroize v1.7.0 |
643 | 2024-08-26T23:26:37.470Z | Downloaded take_mut v0.2.2 |
644 | 2024-08-26T23:26:37.470Z | Downloaded tower-service v0.3.2 |
645 | 2024-08-26T23:26:37.473Z | Downloaded predicates-core v1.0.6 |
646 | 2024-08-26T23:26:37.475Z | Downloaded percent-encoding v2.3.1 |
647 | 2024-08-26T23:26:37.475Z | Downloaded futures-task v0.3.30 |
648 | 2024-08-26T23:26:37.477Z | Downloaded tls_codec_derive v0.4.1 |
649 | 2024-08-26T23:26:37.479Z | Downloaded phf_shared v0.10.0 |
650 | 2024-08-26T23:26:37.482Z | Downloaded vergen v8.3.2 |
651 | 2024-08-26T23:26:37.484Z | Downloaded snafu v0.8.2 |
652 | 2024-08-26T23:26:37.504Z | Downloaded foreign-types-shared v0.1.1 |
653 | 2024-08-26T23:26:37.506Z | Downloaded pretty-hex v0.2.1 |
654 | 2024-08-26T23:26:37.509Z | Downloaded r2d2 v0.8.10 |
655 | 2024-08-26T23:26:37.509Z | Downloaded fallible-iterator v0.3.0 |
656 | 2024-08-26T23:26:37.511Z | Downloaded yasna v0.5.2 |
657 | 2024-08-26T23:26:37.514Z | Downloaded termtree v0.4.1 |
658 | 2024-08-26T23:26:37.516Z | Downloaded der v0.7.9 |
659 | 2024-08-26T23:26:37.521Z | Downloaded rtoolbox v0.0.2 |
660 | 2024-08-26T23:26:37.523Z | Downloaded sec1 v0.7.3 |
661 | 2024-08-26T23:26:37.526Z | Downloaded rustfmt-wrapper v0.2.1 |
662 | 2024-08-26T23:26:37.528Z | Downloaded unicode-segmentation v1.11.0 |
663 | 2024-08-26T23:26:37.533Z | Downloaded rustc_version v0.4.0 |
664 | 2024-08-26T23:26:37.535Z | Downloaded slog-envlogger v2.2.0 |
665 | 2024-08-26T23:26:37.537Z | Downloaded heck v0.3.3 |
666 | 2024-08-26T23:26:37.540Z | Downloaded fallible-streaming-iterator v0.1.9 |
667 | 2024-08-26T23:26:37.542Z | Downloaded aes v0.8.4 |
668 | 2024-08-26T23:26:37.545Z | Downloaded structmeta-derive v0.2.0 |
669 | 2024-08-26T23:26:37.547Z | Downloaded getopts v0.2.21 |
670 | 2024-08-26T23:26:37.549Z | Downloaded http-range v0.1.5 |
671 | 2024-08-26T23:26:37.552Z | Downloaded ron v0.7.1 |
672 | 2024-08-26T23:26:37.557Z | Downloaded heapless v0.7.17 |
673 | 2024-08-26T23:26:37.562Z | Downloaded want v0.3.1 |
674 | 2024-08-26T23:26:37.564Z | Downloaded slog-scope v4.4.0 |
675 | 2024-08-26T23:26:37.566Z | Downloaded whoami v1.5.1 |
676 | 2024-08-26T23:26:37.569Z | Downloaded serde_with_macros v3.9.0 |
677 | 2024-08-26T23:26:37.571Z | Downloaded slog-json v2.6.1 |
678 | 2024-08-26T23:26:37.574Z | Downloaded schemars_derive v0.8.21 |
679 | 2024-08-26T23:26:37.576Z | Downloaded similar v2.6.0 |
680 | 2024-08-26T23:26:37.582Z | Downloaded tiny-keccak v2.0.2 |
681 | 2024-08-26T23:26:37.586Z | Downloaded endian-type v0.1.2 |
682 | 2024-08-26T23:26:37.588Z | Downloaded utf-8 v0.7.6 |
683 | 2024-08-26T23:26:37.588Z | Downloaded unicode-linebreak v0.1.5 |
684 | 2024-08-26T23:26:37.591Z | Downloaded structmeta v0.3.0 |
685 | 2024-08-26T23:26:37.593Z | Downloaded httpdate v1.0.3 |
686 | 2024-08-26T23:26:37.593Z | Downloaded futures-sink v0.3.30 |
687 | 2024-08-26T23:26:37.595Z | Downloaded structmeta v0.2.0 |
688 | 2024-08-26T23:26:37.595Z | Downloaded time-macros v0.2.18 |
689 | 2024-08-26T23:26:37.598Z | Downloaded derive_more v0.99.18 |
690 | 2024-08-26T23:26:37.605Z | Downloaded socket2 v0.4.10 |
691 | 2024-08-26T23:26:37.608Z | Downloaded predicates v3.1.2 |
692 | 2024-08-26T23:26:37.610Z | Downloaded hex v0.4.3 |
693 | 2024-08-26T23:26:37.613Z | Downloaded crossterm v0.27.0 |
694 | 2024-08-26T23:26:37.621Z | Downloaded unicode_categories v0.1.1 |
695 | 2024-08-26T23:26:37.623Z | Downloaded slog-stdlog v4.1.1 |
696 | 2024-08-26T23:26:37.626Z | Downloaded unicase v2.7.0 |
697 | 2024-08-26T23:26:37.628Z | Downloaded slog-dtrace v0.3.0 |
698 | 2024-08-26T23:26:37.630Z | Downloaded hashbrown v0.12.3 |
699 | 2024-08-26T23:26:37.635Z | Downloaded siphasher v0.3.11 |
700 | 2024-08-26T23:26:37.637Z | Downloaded precomputed-hash v0.1.1 |
701 | 2024-08-26T23:26:37.637Z | Downloaded tokio-macros v2.3.0 |
702 | 2024-08-26T23:26:37.640Z | Downloaded funty v2.0.0 |
703 | 2024-08-26T23:26:37.640Z | Downloaded ena v0.14.3 |
704 | 2024-08-26T23:26:37.642Z | Downloaded steno v0.4.1 |
705 | 2024-08-26T23:26:37.646Z | Downloaded float-cmp v0.9.0 |
706 | 2024-08-26T23:26:37.649Z | Downloaded uzers v0.11.3 |
707 | 2024-08-26T23:26:37.651Z | Downloaded futures v0.3.30 |
708 | 2024-08-26T23:26:37.656Z | Downloaded rand v0.8.5 |
709 | 2024-08-26T23:26:37.660Z | Downloaded diesel_table_macro_syntax v0.2.0 |
710 | 2024-08-26T23:26:37.663Z | Downloaded ref-cast-impl v1.0.23 |
711 | 2024-08-26T23:26:37.666Z | Downloaded scheduled-thread-pool v0.2.7 |
712 | 2024-08-26T23:26:37.666Z | Downloaded mio v1.0.2 |
713 | 2024-08-26T23:26:37.671Z | Downloaded nom v7.1.3 |
714 | 2024-08-26T23:26:37.677Z | Downloaded dyn-clone v1.0.17 |
715 | 2024-08-26T23:26:37.680Z | Downloaded pkg-config v0.3.30 |
716 | 2024-08-26T23:26:37.683Z | Downloaded termios v0.3.3 |
717 | 2024-08-26T23:26:37.683Z | Downloaded serde_yaml v0.9.34+deprecated |
718 | 2024-08-26T23:26:37.688Z | Downloaded topological-sort v0.2.2 |
719 | 2024-08-26T23:26:37.690Z | Downloaded pkcs1 v0.7.5 |
720 | 2024-08-26T23:26:37.692Z | Downloaded tracing v0.1.40 |
721 | 2024-08-26T23:26:37.696Z | Downloaded serde-hex v0.1.0 |
722 | 2024-08-26T23:26:37.699Z | Downloaded tar v0.4.41 |
723 | 2024-08-26T23:26:37.701Z | Downloaded dirs-next v2.0.0 |
724 | 2024-08-26T23:26:37.704Z | Downloaded shell-words v1.1.0 |
725 | 2024-08-26T23:26:37.706Z | Downloaded tungstenite v0.20.1 |
726 | 2024-08-26T23:26:37.708Z | Downloaded pkcs8 v0.10.2 |
727 | 2024-08-26T23:26:37.712Z | Downloaded slog-term v2.9.1 |
728 | 2024-08-26T23:26:37.714Z | Downloaded paste v1.0.15 |
729 | 2024-08-26T23:26:37.718Z | Downloaded parking_lot v0.12.2 |
730 | 2024-08-26T23:26:37.721Z | Downloaded openssl-sys v0.9.103 |
731 | 2024-08-26T23:26:37.727Z | Downloaded rcgen v0.12.1 |
732 | 2024-08-26T23:26:37.730Z | Downloaded spki v0.7.3 |
733 | 2024-08-26T23:26:37.732Z | Downloaded spin v0.5.2 |
734 | 2024-08-26T23:26:37.734Z | Downloaded password-hash v0.5.0 |
735 | 2024-08-26T23:26:37.737Z | Downloaded which v4.4.2 |
736 | 2024-08-26T23:26:37.739Z | Downloaded futures-io v0.3.30 |
737 | 2024-08-26T23:26:37.739Z | Downloaded difflib v0.4.0 |
738 | 2024-08-26T23:26:37.741Z | Downloaded hubpack v0.1.2 |
739 | 2024-08-26T23:26:37.744Z | Downloaded postgres-protocol v0.6.7 |
740 | 2024-08-26T23:26:37.744Z | Downloaded tokio-tungstenite v0.21.0 |
741 | 2024-08-26T23:26:37.746Z | Downloaded tinyvec v1.6.0 |
742 | 2024-08-26T23:26:37.750Z | Downloaded half v2.4.1 |
743 | 2024-08-26T23:26:37.753Z | Downloaded hash32 v0.2.1 |
744 | 2024-08-26T23:26:37.758Z | Downloaded string_cache v0.8.7 |
745 | 2024-08-26T23:26:37.760Z | Downloaded derive_builder_core v0.20.0 |
746 | 2024-08-26T23:26:37.760Z | Downloaded glob v0.3.1 |
747 | 2024-08-26T23:26:37.762Z | Downloaded getrandom v0.2.14 |
748 | 2024-08-26T23:26:37.765Z | Downloaded parking_lot_core v0.8.6 |
749 | 2024-08-26T23:26:37.768Z | Downloaded spin v0.9.8 |
750 | 2024-08-26T23:26:37.771Z | Downloaded smf v0.2.3 |
751 | 2024-08-26T23:26:37.773Z | Downloaded itertools v0.13.0 |
752 | 2024-08-26T23:26:37.780Z | Downloaded futures-core v0.3.30 |
753 | 2024-08-26T23:26:37.783Z | Downloaded prettyplease v0.2.20 |
754 | 2024-08-26T23:26:37.786Z | Downloaded env_logger v0.9.3 |
755 | 2024-08-26T23:26:37.789Z | Downloaded termcolor v1.4.1 |
756 | 2024-08-26T23:26:37.791Z | Downloaded elliptic-curve v0.13.8 |
757 | 2024-08-26T23:26:37.795Z | Downloaded diff v0.1.13 |
758 | 2024-08-26T23:26:37.799Z | Downloaded typed-path v0.7.1 |
759 | 2024-08-26T23:26:37.806Z | Downloaded socket2 v0.5.7 |
760 | 2024-08-26T23:26:37.808Z | Downloaded unicode-normalization v0.1.23 |
761 | 2024-08-26T23:26:37.813Z | Downloaded rayon-core v1.12.1 |
762 | 2024-08-26T23:26:37.817Z | Downloaded diesel_derives v2.2.2 |
763 | 2024-08-26T23:26:37.828Z | Downloaded serde_with v3.9.0 |
764 | 2024-08-26T23:26:37.832Z | Downloaded headers v0.3.9 |
765 | 2024-08-26T23:26:37.838Z | Downloaded rustyline v14.0.0 |
766 | 2024-08-26T23:26:37.844Z | Downloaded postcard v1.0.8 |
767 | 2024-08-26T23:26:37.848Z | Downloaded signal-hook v0.3.17 |
768 | 2024-08-26T23:26:37.851Z | Downloaded tungstenite v0.21.0 |
769 | 2024-08-26T23:26:37.856Z | Downloaded rsa v0.9.6 |
770 | 2024-08-26T23:26:37.861Z | Downloaded openssl v0.10.66 |
771 | 2024-08-26T23:26:37.872Z | Downloaded hyper v0.14.30 |
772 | 2024-08-26T23:26:37.881Z | Downloaded idna v0.3.0 |
773 | 2024-08-26T23:26:37.889Z | Downloaded rusqlite v0.31.0 |
774 | 2024-08-26T23:26:37.896Z | Downloaded toml_edit v0.19.15 |
775 | 2024-08-26T23:26:37.915Z | Downloaded winnow v0.5.40 |
776 | 2024-08-26T23:26:37.924Z | Downloaded tokio-util v0.7.11 |
777 | 2024-08-26T23:26:37.932Z | Downloaded rustls-webpki v0.101.7 |
778 | 2024-08-26T23:26:37.948Z | Downloaded reqwest v0.11.27 |
779 | 2024-08-26T23:26:37.956Z | Downloaded portable-atomic v1.6.0 |
780 | 2024-08-26T23:26:37.963Z | Downloaded rustls-webpki v0.102.4 |
781 | 2024-08-26T23:26:37.983Z | Downloaded idna v0.4.0 |
782 | 2024-08-26T23:26:37.991Z | Downloaded nix v0.27.1 |
783 | 2024-08-26T23:26:38.003Z | Downloaded radix_trie v0.2.1 |
784 | 2024-08-26T23:26:38.008Z | Downloaded object v0.32.2 |
785 | 2024-08-26T23:26:38.021Z | Downloaded curve25519-dalek v4.1.3 |
786 | 2024-08-26T23:26:38.030Z | Downloaded git2 v0.19.0 |
787 | 2024-08-26T23:26:38.041Z | Downloaded h2 v0.3.26 |
788 | 2024-08-26T23:26:38.047Z | Downloaded rayon v1.10.0 |
789 | 2024-08-26T23:26:38.057Z | Downloaded smoltcp v0.11.0 |
790 | 2024-08-26T23:26:38.071Z | Downloaded smoltcp v0.9.1 |
791 | 2024-08-26T23:26:38.084Z | Downloaded vcpkg v0.2.15 |
792 | 2024-08-26T23:26:38.125Z | Downloaded rustls v0.22.4 |
793 | 2024-08-26T23:26:38.139Z | Downloaded gimli v0.28.1 |
794 | 2024-08-26T23:26:38.149Z | Downloaded diesel v2.2.2 |
795 | 2024-08-26T23:26:38.170Z | Downloaded polar-core v0.27.3 |
796 | 2024-08-26T23:26:38.179Z | Downloaded regex-syntax v0.8.4 |
797 | 2024-08-26T23:26:38.188Z | Downloaded regex-syntax v0.6.29 |
798 | 2024-08-26T23:26:38.195Z | Downloaded zerocopy-derive v0.6.6 |
799 | 2024-08-26T23:26:38.207Z | Downloaded regress v0.9.1 |
800 | 2024-08-26T23:26:38.217Z | Downloaded sled v0.34.7 |
801 | 2024-08-26T23:26:38.228Z | Downloaded regex-automata v0.4.6 |
802 | 2024-08-26T23:26:38.247Z | Downloaded hickory-proto v0.24.1 |
803 | 2024-08-26T23:26:38.264Z | Downloaded openapiv3 v2.0.0 |
804 | 2024-08-26T23:26:38.277Z | Downloaded ratatui v0.28.0 |
805 | 2024-08-26T23:26:38.298Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
806 | 2024-08-26T23:26:38.311Z | Downloaded bstr v1.9.1 |
807 | 2024-08-26T23:26:38.325Z | Downloaded finl_unicode v1.2.0 |
808 | 2024-08-26T23:26:38.337Z | Downloaded webpki-roots v0.25.4 |
809 | 2024-08-26T23:26:38.341Z | Downloaded proptest v1.5.0 |
810 | 2024-08-26T23:26:38.352Z | Downloaded sha3 v0.10.8 |
811 | 2024-08-26T23:26:38.357Z | Downloaded petgraph v0.6.5 |
812 | 2024-08-26T23:26:38.377Z | Downloaded tokio v1.38.1 |
813 | 2024-08-26T23:26:38.416Z | Downloaded csv v1.3.0 |
814 | 2024-08-26T23:26:38.437Z | Downloaded rustls v0.21.12 |
815 | 2024-08-26T23:26:38.449Z | Downloaded regex v1.10.6 |
816 | 2024-08-26T23:26:38.463Z | Downloaded nix v0.28.0 |
817 | 2024-08-26T23:26:38.475Z | Downloaded reedline v0.33.0 |
818 | 2024-08-26T23:26:38.483Z | Downloaded sqlparser v0.45.0 |
819 | 2024-08-26T23:26:38.490Z | Downloaded lalrpop v0.19.12 |
820 | 2024-08-26T23:26:38.502Z | Downloaded quick-xml v0.31.0 |
821 | 2024-08-26T23:26:38.508Z | Downloaded chrono v0.4.38 |
822 | 2024-08-26T23:26:38.516Z | Downloaded hkdf v0.12.4 |
823 | 2024-08-26T23:26:38.519Z | Downloaded bitvec v1.0.1 |
824 | 2024-08-26T23:26:38.536Z | Downloaded schemars v0.8.21 |
825 | 2024-08-26T23:26:38.552Z | Downloaded encoding_rs v0.8.34 |
826 | 2024-08-26T23:26:38.576Z | Downloaded heapless v0.8.0 |
827 | 2024-08-26T23:26:38.580Z | Downloaded flate2 v1.0.31 |
828 | 2024-08-26T23:26:38.586Z | Downloaded object v0.30.4 |
829 | 2024-08-26T23:26:38.597Z | Downloaded bindgen v0.69.4 |
830 | 2024-08-26T23:26:38.605Z | Downloaded futures-util v0.3.30 |
831 | 2024-08-26T23:26:38.618Z | Downloaded hashbrown v0.13.2 |
832 | 2024-08-26T23:26:38.622Z | Downloaded http v1.1.0 |
833 | 2024-08-26T23:26:38.627Z | Downloaded pkcs5 v0.7.1 |
834 | 2024-08-26T23:26:38.631Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
835 | 2024-08-26T23:26:38.692Z | Downloaded derive_builder v0.20.0 |
836 | 2024-08-26T23:26:38.696Z | Downloaded toml v0.7.8 |
837 | 2024-08-26T23:26:38.700Z | Downloaded unsafe-libyaml v0.2.11 |
838 | 2024-08-26T23:26:38.704Z | Downloaded env_logger v0.10.2 |
839 | 2024-08-26T23:26:38.707Z | Downloaded futures-macro v0.3.30 |
840 | 2024-08-26T23:26:38.709Z | Downloaded unicode-bidi v0.3.15 |
841 | 2024-08-26T23:26:38.712Z | Downloaded url v2.5.2 |
842 | 2024-08-26T23:26:38.714Z | Downloaded tracing-core v0.1.32 |
843 | 2024-08-26T23:26:38.717Z | Downloaded poly1305 v0.8.0 |
844 | 2024-08-26T23:26:38.719Z | Downloaded filetime v0.2.24 |
845 | 2024-08-26T23:26:38.722Z | Downloaded enum-as-inner v0.6.0 |
846 | 2024-08-26T23:26:38.724Z | Downloaded dirs-sys-next v0.1.2 |
847 | 2024-08-26T23:26:38.724Z | Downloaded rand_core v0.6.4 |
848 | 2024-08-26T23:26:38.727Z | Downloaded term v0.7.0 |
849 | 2024-08-26T23:26:38.729Z | Downloaded packed_struct_codegen v0.10.1 |
850 | 2024-08-26T23:26:38.732Z | Downloaded ring v0.16.20 |
851 | 2024-08-26T23:26:38.815Z | Downloaded itertools v0.12.1 |
852 | 2024-08-26T23:26:38.821Z | Downloaded blake3 v1.5.1 |
853 | 2024-08-26T23:26:38.831Z | Downloaded semver v0.1.20 |
854 | 2024-08-26T23:26:38.833Z | Downloaded resolv-conf v0.7.0 |
855 | 2024-08-26T23:26:38.833Z | Downloaded parking_lot v0.11.2 |
856 | 2024-08-26T23:26:38.836Z | Downloaded aho-corasick v1.1.3 |
857 | 2024-08-26T23:26:38.841Z | Downloaded http v0.2.12 |
858 | 2024-08-26T23:26:38.845Z | Downloaded either v1.13.0 |
859 | 2024-08-26T23:26:38.848Z | Downloaded zip v0.6.6 |
860 | 2024-08-26T23:26:38.850Z | Downloaded httparse v1.8.0 |
861 | 2024-08-26T23:26:38.853Z | Downloaded hickory-client v0.24.1 |
862 | 2024-08-26T23:26:38.856Z | Downloaded walkdir v2.5.0 |
863 | 2024-08-26T23:26:38.858Z | Downloaded test-strategy v0.3.1 |
864 | 2024-08-26T23:26:38.861Z | Downloaded rustc_version v0.1.7 |
865 | 2024-08-26T23:26:38.864Z | Downloaded embedded-io v0.4.0 |
866 | 2024-08-26T23:26:38.864Z | Downloaded uuid v1.10.0 |
867 | 2024-08-26T23:26:38.867Z | Downloaded toolchain_find v0.4.0 |
868 | 2024-08-26T23:26:38.869Z | Downloaded derive-where v1.2.7 |
869 | 2024-08-26T23:26:38.872Z | Downloaded secrecy v0.8.0 |
870 | 2024-08-26T23:26:38.874Z | Downloaded flagset v0.4.5 |
871 | 2024-08-26T23:26:38.874Z | Downloaded oso v0.27.3 |
872 | 2024-08-26T23:26:38.878Z | Downloaded futures-channel v0.3.30 |
873 | 2024-08-26T23:26:38.881Z | Downloaded tempfile v3.10.1 |
874 | 2024-08-26T23:26:38.883Z | Downloaded num-bigint-dig v0.8.4 |
875 | 2024-08-26T23:26:38.888Z | Downloaded same-file v1.0.6 |
876 | 2024-08-26T23:26:38.891Z | Downloaded salsa20 v0.10.2 |
877 | 2024-08-26T23:26:38.891Z | Downloaded tap v1.0.1 |
878 | 2024-08-26T23:26:38.894Z | Downloaded ref-cast v1.0.23 |
879 | 2024-08-26T23:26:38.896Z | Downloaded libxml v0.3.3 |
880 | 2024-08-26T23:26:38.901Z | Downloaded fixedbitset v0.4.2 |
881 | 2024-08-26T23:26:38.903Z | Downloaded rustls-pki-types v1.7.0 |
882 | 2024-08-26T23:26:38.906Z | Downloaded itertools v0.10.5 |
883 | 2024-08-26T23:26:38.911Z | Downloaded http-body v0.4.6 |
884 | 2024-08-26T23:26:38.914Z | Downloaded idna v0.5.0 |
885 | 2024-08-26T23:26:38.920Z | Downloaded textwrap v0.16.1 |
886 | 2024-08-26T23:26:38.923Z | Downloaded expectorate v1.1.0 |
887 | 2024-08-26T23:26:38.926Z | Downloaded tough v0.17.1 |
888 | 2024-08-26T23:26:38.934Z | Downloaded hashlink v0.9.1 |
889 | 2024-08-26T23:26:38.937Z | Downloaded zerocopy v0.6.6 |
890 | 2024-08-26T23:26:38.940Z | Downloaded ron v0.8.1 |
891 | 2024-08-26T23:26:38.945Z | Downloaded publicsuffix v2.2.3 |
892 | 2024-08-26T23:26:38.948Z | Downloaded hickory-resolver v0.24.1 |
893 | 2024-08-26T23:26:38.952Z | Downloaded owo-colors v4.0.0 |
894 | 2024-08-26T23:26:38.955Z | Downloaded time v0.3.36 |
895 | 2024-08-26T23:26:38.962Z | Downloaded slog-bunyan v2.5.0 |
896 | 2024-08-26T23:26:38.965Z | Downloaded proc-macro-crate v1.3.1 |
897 | 2024-08-26T23:26:38.965Z | Downloaded phf v0.11.2 |
898 | 2024-08-26T23:26:38.965Z | Downloaded packed_struct v0.10.1 |
899 | 2024-08-26T23:26:38.968Z | Downloaded deranged v0.3.11 |
900 | 2024-08-26T23:26:38.971Z | Downloaded sha1 v0.10.6 |
901 | 2024-08-26T23:26:38.971Z | Downloaded flume v0.11.0 |
902 | 2024-08-26T23:26:38.974Z | Downloaded tracing-attributes v0.1.27 |
903 | 2024-08-26T23:26:38.976Z | Downloaded x509-cert v0.2.5 |
904 | 2024-08-26T23:26:38.982Z | Downloaded tokio-postgres v0.7.11 |
905 | 2024-08-26T23:26:38.987Z | Downloaded sct v0.7.1 |
906 | 2024-08-26T23:26:38.991Z | Downloaded rustc-hash v1.1.0 |
907 | 2024-08-26T23:26:38.993Z | Downloaded rand_chacha v0.3.1 |
908 | 2024-08-26T23:26:38.993Z | Downloaded fragile v2.0.0 |
909 | 2024-08-26T23:26:38.996Z | Downloaded zeroize_derive v1.4.2 |
910 | 2024-08-26T23:26:38.998Z | Downloaded hickory-server v0.24.1 |
911 | 2024-08-26T23:26:39.002Z | Downloaded vte v0.11.1 |
912 | 2024-08-26T23:26:39.004Z | Downloaded thiserror-impl-no-std v2.0.2 |
913 | 2024-08-26T23:26:39.006Z | Downloaded serde_repr v0.1.19 |
914 | 2024-08-26T23:26:39.009Z | Downloaded quick-error v1.2.3 |
915 | 2024-08-26T23:26:39.009Z | Downloaded pem-rfc7468 v0.7.0 |
916 | 2024-08-26T23:26:39.012Z | Downloaded crossbeam-channel v0.5.12 |
917 | 2024-08-26T23:26:39.014Z | Downloaded postgres-types v0.2.7 |
918 | 2024-08-26T23:26:39.017Z | Downloaded predicates-tree v1.0.9 |
919 | 2024-08-26T23:26:39.020Z | Downloaded portpicker v0.1.1 |
920 | 2024-08-26T23:26:39.020Z | Downloaded pem v3.0.4 |
921 | 2024-08-26T23:26:39.022Z | Downloaded pin-project v1.1.5 |
922 | 2024-08-26T23:26:39.032Z | Downloaded wyz v0.5.1 |
923 | 2024-08-26T23:26:39.034Z | Downloaded peg-macros v0.8.4 |
924 | 2024-08-26T23:26:39.035Z | Downloaded pbkdf2 v0.12.2 |
925 | 2024-08-26T23:26:39.037Z | Downloaded globset v0.4.14 |
926 | 2024-08-26T23:26:39.037Z | Downloaded untrusted v0.7.1 |
927 | 2024-08-26T23:26:39.040Z | Downloaded signal-hook-tokio v0.3.1 |
928 | 2024-08-26T23:26:39.040Z | Downloaded group v0.13.0 |
929 | 2024-08-26T23:26:39.043Z | Downloaded crossterm v0.28.1 |
930 | 2024-08-26T23:26:39.047Z | Downloaded time-core v0.1.2 |
931 | 2024-08-26T23:26:39.050Z | Downloaded fallible-iterator v0.2.0 |
932 | 2024-08-26T23:26:39.050Z | Downloaded twox-hash v1.6.3 |
933 | 2024-08-26T23:26:39.053Z | Downloaded indicatif v0.17.8 |
934 | 2024-08-26T23:26:39.055Z | Downloaded tokio-stream v0.1.15 |
935 | 2024-08-26T23:26:39.059Z | Downloaded omicron-zone-package v0.11.0 |
936 | 2024-08-26T23:26:39.062Z | Downloaded mockall_derive v0.13.0 |
937 | 2024-08-26T23:26:39.065Z | Downloaded stable_deref_trait v1.2.0 |
938 | 2024-08-26T23:26:39.067Z | Downloaded sqlformat v0.2.4 |
939 | 2024-08-26T23:26:39.067Z | Downloaded signal-hook-mio v0.2.4 |
940 | 2024-08-26T23:26:39.070Z | Downloaded serde_arrays v0.1.0 |
941 | 2024-08-26T23:26:39.070Z | Downloaded rusty-fork v0.3.0 |
942 | 2024-08-26T23:26:39.072Z | Downloaded rpassword v7.3.1 |
943 | 2024-08-26T23:26:39.072Z | Downloaded powerfmt v0.2.0 |
944 | 2024-08-26T23:26:39.075Z | Downloaded peg v0.8.4 |
945 | 2024-08-26T23:26:39.078Z | Downloaded hostname v0.4.0 |
946 | 2024-08-26T23:26:39.080Z | Downloaded home v0.5.9 |
947 | 2024-08-26T23:26:39.080Z | Downloaded foreign-types-macros v0.2.3 |
948 | 2024-08-26T23:26:39.080Z | Downloaded foreign-types v0.5.0 |
949 | 2024-08-26T23:26:39.080Z | Downloaded samael v0.0.15 |
950 | 2024-08-26T23:26:39.085Z | Downloaded base64 v0.21.7 |
951 | 2024-08-26T23:26:39.089Z | Downloaded tabwriter v1.4.0 |
952 | 2024-08-26T23:26:39.091Z | Downloaded slog-async v2.8.0 |
953 | 2024-08-26T23:26:39.094Z | Downloaded slab v0.4.9 |
954 | 2024-08-26T23:26:39.094Z | Downloaded psl-types v2.0.11 |
955 | 2024-08-26T23:26:39.094Z | Downloaded form_urlencoded v1.2.1 |
956 | 2024-08-26T23:26:39.096Z | Downloaded parse-display v0.10.0 |
957 | 2024-08-26T23:26:39.096Z | Downloaded parking_lot_core v0.9.10 |
958 | 2024-08-26T23:26:39.099Z | Downloaded pin-project-lite v0.2.14 |
959 | 2024-08-26T23:26:39.103Z | Downloaded unicode-truncate v1.0.0 |
960 | 2024-08-26T23:26:39.107Z | Downloaded cancel-safe-futures v0.1.5 |
961 | 2024-08-26T23:26:39.109Z | Downloaded memmap2 v0.9.4 |
962 | 2024-08-26T23:26:39.109Z | Downloaded maplit v1.0.2 |
963 | 2024-08-26T23:26:39.112Z | Downloaded libsw v3.3.1 |
964 | 2024-08-26T23:26:39.112Z | Downloaded libloading v0.8.3 |
965 | 2024-08-26T23:26:39.115Z | Downloaded newtype-uuid v1.1.0 |
966 | 2024-08-26T23:26:39.118Z | Downloaded sqlparser_derive v0.2.2 |
967 | 2024-08-26T23:26:39.118Z | Downloaded chacha20poly1305 v0.10.1 |
968 | 2024-08-26T23:26:39.118Z | Downloaded arc-swap v1.7.1 |
969 | 2024-08-26T23:26:39.122Z | Downloaded unarray v0.1.4 |
970 | 2024-08-26T23:26:39.124Z | Downloaded thread_local v1.1.8 |
971 | 2024-08-26T23:26:39.126Z | Downloaded strip-ansi-escapes v0.2.0 |
972 | 2024-08-26T23:26:39.126Z | Downloaded crypto-bigint v0.5.5 |
973 | 2024-08-26T23:26:39.132Z | Downloaded nanorand v0.7.0 |
974 | 2024-08-26T23:26:39.134Z | Downloaded libz-sys v1.1.16 |
975 | 2024-08-26T23:26:39.203Z | Downloaded darling v0.20.9 |
976 | 2024-08-26T23:26:39.207Z | Downloaded ring v0.17.8 |
977 | 2024-08-26T23:26:39.280Z | Downloaded cookie v0.18.1 |
978 | 2024-08-26T23:26:39.283Z | Downloaded base64 v0.13.1 |
979 | 2024-08-26T23:26:39.287Z | Downloaded cbc v0.1.2 |
980 | 2024-08-26T23:26:39.287Z | Downloaded backoff v0.4.0 |
981 | 2024-08-26T23:26:39.290Z | Downloaded thiserror-no-std v2.0.2 |
982 | 2024-08-26T23:26:39.292Z | Downloaded scrypt v0.11.0 |
983 | 2024-08-26T23:26:39.296Z | Downloaded num-integer v0.1.46 |
984 | 2024-08-26T23:26:39.296Z | Downloaded memoffset v0.9.1 |
985 | 2024-08-26T23:26:39.299Z | Downloaded linked-hash-map v0.5.6 |
986 | 2024-08-26T23:26:39.299Z | Downloaded libefi-sys v0.1.0 |
987 | 2024-08-26T23:26:39.299Z | Downloaded lazy_static v1.5.0 |
988 | 2024-08-26T23:26:39.302Z | Downloaded keccak v0.1.5 |
989 | 2024-08-26T23:26:39.302Z | Downloaded kstat-rs v0.2.4 |
990 | 2024-08-26T23:26:39.304Z | Downloaded bytes v1.7.1 |
991 | 2024-08-26T23:26:39.307Z | Downloaded serde_path_to_error v0.1.16 |
992 | 2024-08-26T23:26:39.310Z | Downloaded scopeguard v1.2.0 |
993 | 2024-08-26T23:26:39.310Z | Downloaded bit-set v0.5.3 |
994 | 2024-08-26T23:26:39.310Z | Downloaded libsqlite3-sys v0.28.0 |
995 | 2024-08-26T23:26:39.387Z | Downloaded base64ct v1.6.0 |
996 | 2024-08-26T23:26:39.390Z | Downloaded shlex v1.3.0 |
997 | 2024-08-26T23:26:39.390Z | Downloaded serde_derive_internals v0.29.1 |
998 | 2024-08-26T23:26:39.392Z | Downloaded openssl-probe v0.1.5 |
999 | 2024-08-26T23:26:39.392Z | Downloaded openssl-macros v0.1.1 |
1000 | 2024-08-26T23:26:39.394Z | Downloaded bzip2 v0.4.4 |
1001 | 2024-08-26T23:26:39.394Z | Downloaded number_prefix v0.4.0 |
1002 | 2024-08-26T23:26:39.397Z | Downloaded new_debug_unreachable v1.0.6 |
1003 | 2024-08-26T23:26:39.397Z | Downloaded darling_core v0.20.9 |
1004 | 2024-08-26T23:26:39.403Z | Downloaded allocator-api2 v0.2.18 |
1005 | 2024-08-26T23:26:39.405Z | Downloaded cexpr v0.6.0 |
1006 | 2024-08-26T23:26:39.405Z | Downloaded mime v0.3.17 |
1007 | 2024-08-26T23:26:39.408Z | Downloaded curve25519-dalek-derive v0.1.1 |
1008 | 2024-08-26T23:26:39.408Z | Downloaded crossbeam-deque v0.8.5 |
1009 | 2024-08-26T23:26:39.411Z | Downloaded cipher v0.4.4 |
1010 | 2024-08-26T23:26:39.411Z | Downloaded castaway v0.2.3 |
1011 | 2024-08-26T23:26:39.411Z | Downloaded base16ct v0.2.0 |
1012 | 2024-08-26T23:26:39.413Z | Downloaded convert_case v0.4.0 |
1013 | 2024-08-26T23:26:39.413Z | Downloaded buf-list v1.0.3 |
1014 | 2024-08-26T23:26:39.415Z | Downloaded block-padding v0.3.3 |
1015 | 2024-08-26T23:26:39.415Z | Downloaded bit-vec v0.6.3 |
1016 | 2024-08-26T23:26:39.418Z | Downloaded lock_api v0.4.12 |
1017 | 2024-08-26T23:26:39.418Z | Downloaded indent_write v2.2.0 |
1018 | 2024-08-26T23:26:39.420Z | Downloaded crc-catalog v2.4.0 |
1019 | 2024-08-26T23:26:39.421Z | Downloaded ahash v0.8.11 |
1020 | 2024-08-26T23:26:39.423Z | Downloaded bitstruct v0.1.1 |
1021 | 2024-08-26T23:26:39.426Z | Downloaded num-derive v0.4.2 |
1022 | 2024-08-26T23:26:39.426Z | Downloaded nibble_vec v0.1.0 |
1023 | 2024-08-26T23:26:39.429Z | Downloaded lalrpop-util v0.19.12 |
1024 | 2024-08-26T23:26:39.429Z | Downloaded iana-time-zone v0.1.60 |
1025 | 2024-08-26T23:26:39.431Z | Downloaded native-tls v0.2.11 |
1026 | 2024-08-26T23:26:39.431Z | Downloaded multer v3.1.0 |
1027 | 2024-08-26T23:26:39.435Z | Downloaded managed v0.8.0 |
1028 | 2024-08-26T23:26:39.437Z | Downloaded crc-any v2.5.0 |
1029 | 2024-08-26T23:26:39.437Z | Downloaded const-oid v0.9.6 |
1030 | 2024-08-26T23:26:39.440Z | Downloaded blake2 v0.10.6 |
1031 | 2024-08-26T23:26:39.442Z | Downloaded bcs v0.1.6 |
1032 | 2024-08-26T23:26:39.445Z | Downloaded async-recursion v1.1.1 |
1033 | 2024-08-26T23:26:39.449Z | Downloaded defmt-macros v0.3.9 |
1034 | 2024-08-26T23:26:39.452Z | Downloaded instability v0.3.2 |
1035 | 2024-08-26T23:26:39.452Z | Downloaded cookie v0.17.0 |
1036 | 2024-08-26T23:26:39.455Z | Downloaded mockall v0.13.0 |
1037 | 2024-08-26T23:26:39.455Z | Downloaded lru-cache v0.1.2 |
1038 | 2024-08-26T23:26:39.455Z | Downloaded md-5 v0.10.6 |
1039 | 2024-08-26T23:26:39.459Z | Downloaded lazycell v1.3.0 |
1040 | 2024-08-26T23:26:39.459Z | Downloaded humantime v2.1.0 |
1041 | 2024-08-26T23:26:39.459Z | Downloaded atomic-waker v1.1.2 |
1042 | 2024-08-26T23:26:39.461Z | Downloaded cassowary v0.3.0 |
1043 | 2024-08-26T23:26:39.462Z | Downloaded multimap v0.10.0 |
1044 | 2024-08-26T23:26:39.462Z | Downloaded cstr-argument v0.1.2 |
1045 | 2024-08-26T23:26:39.462Z | Downloaded async-stream-impl v0.3.5 |
1046 | 2024-08-26T23:26:39.464Z | Downloaded bitfield-struct v0.6.1 |
1047 | 2024-08-26T23:26:39.464Z | Downloaded bitfield v0.14.0 |
1048 | 2024-08-26T23:26:39.466Z | Downloaded ascii-canvas v3.0.0 |
1049 | 2024-08-26T23:26:39.552Z | Compiling cfg-if v1.0.0 |
1050 | 2024-08-26T23:26:39.555Z | Compiling serde v1.0.208 |
1051 | 2024-08-26T23:26:39.555Z | Compiling typenum v1.17.0 |
1052 | 2024-08-26T23:26:39.555Z | Compiling generic-array v0.14.7 |
1053 | 2024-08-26T23:26:39.555Z | Compiling lock_api v0.4.12 |
1054 | 2024-08-26T23:26:39.708Z | Compiling syn v2.0.74 |
1055 | 2024-08-26T23:26:39.722Z | Compiling scopeguard v1.2.0 |
1056 | 2024-08-26T23:26:39.725Z | Compiling log v0.4.21 |
1057 | 2024-08-26T23:26:39.799Z | Compiling getrandom v0.2.14 |
1058 | 2024-08-26T23:26:39.919Z | Compiling jobserver v0.1.32 |
1059 | 2024-08-26T23:26:40.023Z | Compiling rand_core v0.6.4 |
1060 | 2024-08-26T23:26:40.228Z | Compiling subtle v2.5.0 |
1061 | 2024-08-26T23:26:40.263Z | Compiling cc v1.0.97 |
1062 | 2024-08-26T23:26:40.295Z | Compiling const-oid v0.9.6 |
1063 | 2024-08-26T23:26:40.564Z | Compiling pin-project-lite v0.2.14 |
1064 | 2024-08-26T23:26:40.596Z | Compiling smallvec v1.13.2 |
1065 | 2024-08-26T23:26:40.797Z | Compiling parking_lot_core v0.9.10 |
1066 | 2024-08-26T23:26:40.816Z | Compiling signal-hook-registry v1.4.2 |
1067 | 2024-08-26T23:26:40.943Z | Compiling spin v0.9.8 |
1068 | 2024-08-26T23:26:41.190Z | Compiling mio v0.8.11 |
1069 | 2024-08-26T23:26:41.429Z | Compiling ahash v0.8.11 |
1070 | 2024-08-26T23:26:41.724Z | Compiling tinyvec_macros v0.1.1 |
1071 | 2024-08-26T23:26:41.822Z | Compiling parking_lot v0.12.2 |
1072 | 2024-08-26T23:26:41.910Z | Compiling tinyvec v1.6.0 |
1073 | 2024-08-26T23:26:42.102Z | Compiling socket2 v0.5.7 |
1074 | 2024-08-26T23:26:42.479Z | Compiling num_cpus v1.16.0 |
1075 | 2024-08-26T23:26:42.539Z | Compiling serde_json v1.0.125 |
1076 | 2024-08-26T23:26:42.613Z | Compiling libm v0.2.8 |
1077 | 2024-08-26T23:26:42.662Z | Compiling cpufeatures v0.2.12 |
1078 | 2024-08-26T23:26:42.768Z | Compiling futures-core v0.3.30 |
1079 | 2024-08-26T23:26:42.843Z | Compiling slab v0.4.9 |
1080 | 2024-08-26T23:26:42.924Z | Compiling num-traits v0.2.19 |
1081 | 2024-08-26T23:26:43.004Z | Compiling futures-sink v0.3.30 |
1082 | 2024-08-26T23:26:43.046Z | Compiling unicode-bidi v0.3.15 |
1083 | 2024-08-26T23:26:43.135Z | Compiling allocator-api2 v0.2.18 |
1084 | 2024-08-26T23:26:43.474Z | Compiling unicode-normalization v0.1.23 |
1085 | 2024-08-26T23:26:43.539Z | Compiling futures-channel v0.3.30 |
1086 | 2024-08-26T23:26:43.627Z | Compiling pkg-config v0.3.30 |
1087 | 2024-08-26T23:26:43.948Z | Compiling futures-io v0.3.30 |
1088 | 2024-08-26T23:26:43.968Z | Compiling futures-task v0.3.30 |
1089 | 2024-08-26T23:26:44.271Z | Compiling vcpkg v0.2.15 |
1090 | 2024-08-26T23:26:44.558Z | Compiling pin-utils v0.1.0 |
1091 | 2024-08-26T23:26:44.595Z | Compiling base64ct v1.6.0 |
1092 | 2024-08-26T23:26:44.616Z | Compiling ppv-lite86 v0.2.17 |
1093 | 2024-08-26T23:26:44.631Z | Compiling ring v0.17.8 |
1094 | 2024-08-26T23:26:44.650Z | Compiling flagset v0.4.5 |
1095 | 2024-08-26T23:26:44.862Z | Compiling percent-encoding v2.3.1 |
1096 | 2024-08-26T23:26:45.178Z | Compiling pem-rfc7468 v0.7.0 |
1097 | 2024-08-26T23:26:45.196Z | Compiling tracing-core v0.1.32 |
1098 | 2024-08-26T23:26:45.230Z | Compiling rustix v0.38.34 |
1099 | 2024-08-26T23:26:45.412Z | Compiling rand_chacha v0.3.1 |
1100 | 2024-08-26T23:26:45.974Z | Compiling untrusted v0.9.0 |
1101 | 2024-08-26T23:26:46.157Z | Compiling rand v0.8.5 |
1102 | 2024-08-26T23:26:46.200Z | Compiling rustversion v1.0.17 |
1103 | 2024-08-26T23:26:46.299Z | Compiling num-conv v0.1.0 |
1104 | 2024-08-26T23:26:46.472Z | Compiling openssl-sys v0.9.103 |
1105 | 2024-08-26T23:26:46.580Z | Compiling httparse v1.8.0 |
1106 | 2024-08-26T23:26:46.597Z | Compiling powerfmt v0.2.0 |
1107 | 2024-08-26T23:26:46.912Z | Compiling foreign-types-shared v0.1.1 |
1108 | 2024-08-26T23:26:46.972Z | Compiling openssl v0.10.66 |
1109 | 2024-08-26T23:26:47.021Z | Compiling time-core v0.1.2 |
1110 | 2024-08-26T23:26:47.063Z | Compiling foreign-types v0.3.2 |
1111 | 2024-08-26T23:26:47.195Z | Compiling time-macros v0.2.18 |
1112 | 2024-08-26T23:26:47.224Z | Compiling deranged v0.3.11 |
1113 | 2024-08-26T23:26:47.388Z | Compiling form_urlencoded v1.2.1 |
1114 | 2024-08-26T23:26:47.712Z | Compiling aho-corasick v1.1.3 |
1115 | 2024-08-26T23:26:47.767Z | Compiling siphasher v0.3.11 |
1116 | 2024-08-26T23:26:48.083Z | Compiling native-tls v0.2.11 |
1117 | 2024-08-26T23:26:48.138Z | Compiling try-lock v0.2.5 |
1118 | 2024-08-26T23:26:48.289Z | Compiling regex-syntax v0.8.4 |
1119 | 2024-08-26T23:26:48.438Z | Compiling crossbeam-utils v0.8.19 |
1120 | 2024-08-26T23:26:49.003Z | Compiling rustls v0.21.12 |
1121 | 2024-08-26T23:26:49.034Z | Compiling num_threads v0.1.7 |
1122 | 2024-08-26T23:26:49.075Z | Compiling syn v1.0.109 |
1123 | 2024-08-26T23:26:49.216Z | Compiling want v0.3.1 |
1124 | 2024-08-26T23:26:49.777Z | Compiling idna v0.5.0 |
1125 | 2024-08-26T23:26:50.194Z | Compiling socket2 v0.4.10 |
1126 | 2024-08-26T23:26:50.415Z | Compiling time v0.3.36 |
1127 | 2024-08-26T23:26:50.683Z | Compiling cookie v0.17.0 |
1128 | 2024-08-26T23:26:50.986Z | Compiling iana-time-zone v0.1.60 |
1129 | 2024-08-26T23:26:51.110Z | Compiling slog v2.7.0 |
1130 | 2024-08-26T23:26:51.319Z | Compiling openssl-probe v0.1.5 |
1131 | 2024-08-26T23:26:51.484Z | Compiling tower-service v0.3.2 |
1132 | 2024-08-26T23:26:51.643Z | Compiling httpdate v1.0.3 |
1133 | 2024-08-26T23:26:51.662Z | Compiling finl_unicode v1.2.0 |
1134 | 2024-08-26T23:26:51.664Z | Compiling adler v1.0.2 |
1135 | 2024-08-26T23:26:51.913Z | Compiling regex-automata v0.4.6 |
1136 | 2024-08-26T23:26:52.113Z | Compiling miniz_oxide v0.7.2 |
1137 | 2024-08-26T23:26:52.269Z | Compiling stringprep v0.1.4 |
1138 | 2024-08-26T23:26:53.537Z | Compiling url v2.5.2 |
1139 | 2024-08-26T23:26:53.732Z | Compiling sct v0.7.1 |
1140 | 2024-08-26T23:26:54.057Z | Compiling rustls-webpki v0.101.7 |
1141 | 2024-08-26T23:26:54.557Z | Compiling serde_derive v1.0.208 |
1142 | 2024-08-26T23:26:54.842Z | Compiling zeroize_derive v1.4.2 |
1143 | 2024-08-26T23:26:55.314Z | Compiling zerocopy-derive v0.7.34 |
1144 | 2024-08-26T23:26:55.452Z | Compiling tokio-macros v2.3.0 |
1145 | 2024-08-26T23:26:55.799Z | Compiling thiserror-impl v1.0.63 |
1146 | 2024-08-26T23:26:56.070Z | Compiling futures-macro v0.3.30 |
1147 | 2024-08-26T23:26:56.524Z | Compiling zeroize v1.7.0 |
1148 | 2024-08-26T23:26:57.167Z | Compiling der_derive v0.7.2 |
1149 | 2024-08-26T23:26:57.627Z | Compiling zerocopy v0.7.34 |
1150 | 2024-08-26T23:26:58.164Z | Compiling futures-util v0.3.30 |
1151 | 2024-08-26T23:26:58.399Z | Compiling crypto-common v0.1.6 |
1152 | 2024-08-26T23:26:58.647Z | Compiling block-buffer v0.10.4 |
1153 | 2024-08-26T23:26:58.933Z | Compiling digest v0.10.7 |
1154 | 2024-08-26T23:26:59.267Z | Compiling block-padding v0.3.3 |
1155 | 2024-08-26T23:26:59.436Z | Compiling hmac v0.12.1 |
1156 | 2024-08-26T23:26:59.568Z | Compiling inout v0.1.3 |
1157 | 2024-08-26T23:26:59.735Z | Compiling thiserror v1.0.63 |
1158 | 2024-08-26T23:26:59.849Z | Compiling sha2 v0.10.8 |
1159 | 2024-08-26T23:26:59.931Z | Compiling hashbrown v0.14.5 |
1160 | 2024-08-26T23:26:59.931Z | Compiling cipher v0.4.4 |
1161 | 2024-08-26T23:26:59.931Z | Compiling pest v2.7.10 |
1162 | 2024-08-26T23:27:00.341Z | Compiling salsa20 v0.10.2 |
1163 | 2024-08-26T23:27:00.595Z | Compiling der v0.7.9 |
1164 | 2024-08-26T23:27:01.157Z | Compiling pbkdf2 v0.12.2 |
1165 | 2024-08-26T23:27:01.351Z | Compiling tracing-attributes v0.1.27 |
1166 | 2024-08-26T23:27:02.998Z | Compiling pest_meta v2.7.10 |
1167 | 2024-08-26T23:27:03.465Z | Compiling scroll_derive v0.12.0 |
1168 | 2024-08-26T23:27:03.971Z | Compiling spki v0.7.3 |
1169 | 2024-08-26T23:27:04.347Z | Compiling pest_generator v2.7.10 |
1170 | 2024-08-26T23:27:04.539Z | Compiling scrypt v0.11.0 |
1171 | 2024-08-26T23:27:04.983Z | Compiling scroll v0.12.0 |
1172 | 2024-08-26T23:27:05.043Z | Compiling aes v0.8.4 |
1173 | 2024-08-26T23:27:05.123Z | Compiling cbc v0.1.2 |
1174 | 2024-08-26T23:27:05.200Z | Compiling tracing v0.1.40 |
1175 | 2024-08-26T23:27:05.353Z | Compiling openssl-macros v0.1.1 |
1176 | 2024-08-26T23:27:05.566Z | Compiling goblin v0.8.2 |
1177 | 2024-08-26T23:27:05.723Z | Compiling md-5 v0.10.6 |
1178 | 2024-08-26T23:27:06.188Z | Compiling pkcs5 v0.7.1 |
1179 | 2024-08-26T23:27:07.465Z | Compiling pkcs8 v0.10.2 |
1180 | 2024-08-26T23:27:07.774Z | Compiling num-integer v0.1.46 |
1181 | 2024-08-26T23:27:07.937Z | Compiling backtrace v0.3.71 |
1182 | 2024-08-26T23:27:08.078Z | Compiling idna v0.3.0 |
1183 | 2024-08-26T23:27:08.111Z | Compiling pest_derive v2.7.10 |
1184 | 2024-08-26T23:27:08.217Z | Compiling lazy_static v1.5.0 |
1185 | 2024-08-26T23:27:08.335Z | Compiling hash32 v0.2.1 |
1186 | 2024-08-26T23:27:08.409Z | Compiling psl-types v2.0.11 |
1187 | 2024-08-26T23:27:08.555Z | Compiling signal-hook v0.3.17 |
1188 | 2024-08-26T23:27:08.598Z | Compiling gimli v0.28.1 |
1189 | 2024-08-26T23:27:08.707Z | Compiling cfg_aliases v0.1.1 |
1190 | 2024-08-26T23:27:08.805Z | Compiling smoltcp v0.9.1 |
1191 | 2024-08-26T23:27:08.824Z | Compiling num-bigint-dig v0.8.4 |
1192 | 2024-08-26T23:27:08.899Z | Compiling dtrace-parser v0.2.0 |
1193 | 2024-08-26T23:27:09.119Z | Compiling crc32fast v1.4.0 |
1194 | 2024-08-26T23:27:09.535Z | Compiling bytes v1.7.1 |
1195 | 2024-08-26T23:27:09.555Z | Compiling bitflags v2.6.0 |
1196 | 2024-08-26T23:27:09.683Z | Compiling indexmap v2.4.0 |
1197 | 2024-08-26T23:27:09.990Z | Compiling semver v1.0.23 |
1198 | 2024-08-26T23:27:10.811Z | Compiling tokio v1.38.1 |
1199 | 2024-08-26T23:27:10.902Z | Compiling http v0.2.12 |
1200 | 2024-08-26T23:27:11.130Z | Compiling rustc_version v0.4.0 |
1201 | 2024-08-26T23:27:11.899Z | Compiling heapless v0.7.17 |
1202 | 2024-08-26T23:27:12.367Z | Compiling dof v0.3.0 |
1203 | 2024-08-26T23:27:12.943Z | Compiling http-body v0.4.6 |
1204 | 2024-08-26T23:27:13.461Z | Compiling uuid v1.10.0 |
1205 | 2024-08-26T23:27:13.674Z | Compiling usdt-impl v0.5.0 |
1206 | 2024-08-26T23:27:14.399Z | Compiling toml_datetime v0.6.8 |
1207 | 2024-08-26T23:27:14.604Z | Compiling serde_tokenstream v0.2.2 |
1208 | 2024-08-26T23:27:14.926Z | Compiling serde_spanned v0.6.7 |
1209 | 2024-08-26T23:27:14.947Z | Compiling chrono v0.4.38 |
1210 | 2024-08-26T23:27:15.044Z | Compiling fallible-iterator v0.2.0 |
1211 | 2024-08-26T23:27:15.153Z | Compiling stable_deref_trait v1.2.0 |
1212 | 2024-08-26T23:27:15.221Z | Compiling base64 v0.22.1 |
1213 | 2024-08-26T23:27:15.254Z | Compiling terminal_size v0.3.0 |
1214 | 2024-08-26T23:27:15.465Z | Compiling addr2line v0.21.0 |
1215 | 2024-08-26T23:27:15.764Z | Compiling postgres-protocol v0.6.7 |
1216 | 2024-08-26T23:27:16.139Z | Compiling publicsuffix v2.2.3 |
1217 | 2024-08-26T23:27:16.206Z | Compiling nix v0.28.0 |
1218 | 2024-08-26T23:27:16.254Z | Compiling num-iter v0.1.45 |
1219 | 2024-08-26T23:27:16.407Z | Compiling hubpack_derive v0.1.1 |
1220 | 2024-08-26T23:27:16.445Z | Compiling async-trait v0.1.81 |
1221 | 2024-08-26T23:27:16.490Z | Compiling zerocopy-derive v0.6.6 |
1222 | 2024-08-26T23:27:17.340Z | Compiling phf_shared v0.11.2 |
1223 | 2024-08-26T23:27:17.732Z | Compiling serde_derive_internals v0.29.1 |
1224 | 2024-08-26T23:27:17.910Z | Compiling ff v0.13.0 |
1225 | 2024-08-26T23:27:18.138Z | Compiling object v0.32.2 |
1226 | 2024-08-26T23:27:18.165Z | Compiling fs-err v2.11.0 |
1227 | 2024-08-26T23:27:18.474Z | Compiling base16ct v0.2.0 |
1228 | 2024-08-26T23:27:18.695Z | Compiling base64 v0.21.7 |
1229 | 2024-08-26T23:27:18.726Z | Compiling anyhow v1.0.86 |
1230 | 2024-08-26T23:27:18.812Z | Compiling either v1.13.0 |
1231 | 2024-08-26T23:27:19.197Z | Compiling tokio-util v0.7.11 |
1232 | 2024-08-26T23:27:19.278Z | Compiling tokio-rustls v0.24.1 |
1233 | 2024-08-26T23:27:19.340Z | Compiling schemars v0.8.21 |
1234 | 2024-08-26T23:27:19.680Z | Compiling managed v0.8.0 |
1235 | 2024-08-26T23:27:19.722Z | Compiling bitflags v1.3.2 |
1236 | 2024-08-26T23:27:19.821Z | Compiling tokio-native-tls v0.3.1 |
1237 | 2024-08-26T23:27:20.076Z | Compiling winnow v0.5.40 |
1238 | 2024-08-26T23:27:20.236Z | Compiling rustc-demangle v0.1.24 |
1239 | 2024-08-26T23:27:20.240Z | Compiling ipnet v2.9.0 |
1240 | 2024-08-26T23:27:20.512Z | Compiling h2 v0.3.26 |
1241 | 2024-08-26T23:27:20.585Z | Compiling schemars_derive v0.8.21 |
1242 | 2024-08-26T23:27:21.444Z | Compiling clap_builder v4.5.15 |
1243 | 2024-08-26T23:27:22.528Z | Compiling rustls-pemfile v1.0.4 |
1244 | 2024-08-26T23:27:22.988Z | Compiling zerocopy v0.6.6 |
1245 | 2024-08-26T23:27:23.251Z | Compiling sec1 v0.7.3 |
1246 | 2024-08-26T23:27:23.838Z | Compiling toml_edit v0.19.15 |
1247 | 2024-08-26T23:27:24.017Z | Compiling group v0.13.0 |
1248 | 2024-08-26T23:27:24.112Z | Compiling phf v0.11.2 |
1249 | 2024-08-26T23:27:24.138Z | Compiling cookie_store v0.20.0 |
1250 | 2024-08-26T23:27:24.347Z | Compiling hubpack v0.1.2 |
1251 | 2024-08-26T23:27:24.402Z | Compiling postgres-types v0.2.7 |
1252 | 2024-08-26T23:27:25.708Z | Compiling usdt-macro v0.5.0 |
1253 | 2024-08-26T23:27:25.918Z | Compiling usdt-attr-macro v0.5.0 |
1254 | 2024-08-26T23:27:27.214Z | Compiling serde_urlencoded v0.7.1 |
1255 | 2024-08-26T23:27:27.491Z | Compiling pkcs1 v0.7.5 |
1256 | 2024-08-26T23:27:27.602Z | Compiling hyper v0.14.30 |
1257 | 2024-08-26T23:27:27.733Z | Compiling futures-executor v0.3.30 |
1258 | 2024-08-26T23:27:28.306Z | Compiling hkdf v0.12.4 |
1259 | 2024-08-26T23:27:28.353Z | Compiling signature v2.2.0 |
1260 | 2024-08-26T23:27:28.498Z | Compiling crypto-bigint v0.5.5 |
1261 | 2024-08-26T23:27:28.573Z | Compiling regex v1.10.6 |
1262 | 2024-08-26T23:27:28.643Z | Compiling bstr v1.9.1 |
1263 | 2024-08-26T23:27:29.715Z | Compiling strum_macros v0.25.3 |
1264 | 2024-08-26T23:27:30.531Z | Compiling serde_repr v0.1.19 |
1265 | 2024-08-26T23:27:30.798Z | Compiling enum-as-inner v0.6.0 |
1266 | 2024-08-26T23:27:31.404Z | Compiling clap_derive v4.5.13 |
1267 | 2024-08-26T23:27:31.800Z | Compiling phf_shared v0.10.0 |
1268 | 2024-08-26T23:27:31.924Z | Compiling float-cmp v0.9.0 |
1269 | 2024-08-26T23:27:32.099Z | Compiling idna v0.4.0 |
1270 | 2024-08-26T23:27:32.154Z | Compiling mio v1.0.2 |
1271 | 2024-08-26T23:27:32.183Z | Compiling encoding_rs v0.8.34 |
1272 | 2024-08-26T23:27:33.395Z | Compiling mime v0.3.17 |
1273 | 2024-08-26T23:27:33.650Z | Compiling predicates-core v1.0.6 |
1274 | 2024-08-26T23:27:33.981Z | Compiling new_debug_unreachable v1.0.6 |
1275 | 2024-08-26T23:27:34.000Z | Compiling unicode-segmentation v1.11.0 |
1276 | 2024-08-26T23:27:34.019Z | Compiling normalize-line-endings v0.3.0 |
1277 | 2024-08-26T23:27:34.084Z | Compiling minimal-lexical v0.2.1 |
1278 | 2024-08-26T23:27:38.295Z | Compiling sync_wrapper v0.1.2 |
1279 | 2024-08-26T23:27:38.302Z | Compiling fixedbitset v0.4.2 |
1280 | 2024-08-26T23:27:38.302Z | Compiling hyper-rustls v0.24.2 |
1281 | 2024-08-26T23:27:38.302Z | Compiling hyper-tls v0.5.0 |
1282 | 2024-08-26T23:27:38.302Z | Compiling data-encoding v2.6.0 |
1283 | 2024-08-26T23:27:38.302Z | Compiling difflib v0.4.0 |
1284 | 2024-08-26T23:27:38.302Z | Compiling webpki-roots v0.25.4 |
1285 | 2024-08-26T23:27:38.302Z | Compiling bit-vec v0.6.3 |
1286 | 2024-08-26T23:27:38.302Z | Compiling precomputed-hash v0.1.1 |
1287 | 2024-08-26T23:27:38.302Z | Compiling static_assertions v1.1.0 |
1288 | 2024-08-26T23:27:38.302Z | Compiling whoami v1.5.1 |
1289 | 2024-08-26T23:27:38.302Z | Compiling dyn-clone v1.0.17 |
1290 | 2024-08-26T23:27:38.302Z | Compiling tokio-postgres v0.7.11 |
1291 | 2024-08-26T23:27:38.302Z | Compiling hickory-proto v0.24.1 |
1292 | 2024-08-26T23:27:38.302Z | Compiling clap v4.5.16 |
1293 | 2024-08-26T23:27:38.302Z | Compiling bit-set v0.5.3 |
1294 | 2024-08-26T23:27:38.302Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1295 | 2024-08-26T23:27:38.302Z | Compiling predicates v3.1.2 |
1296 | 2024-08-26T23:27:38.302Z | Compiling string_cache v0.8.7 |
1297 | 2024-08-26T23:27:38.302Z | Compiling reqwest v0.11.27 |
1298 | 2024-08-26T23:27:38.302Z | Compiling console v0.15.8 |
1299 | 2024-08-26T23:27:38.815Z | Compiling similar v2.6.0 |
1300 | 2024-08-26T23:27:39.371Z | Compiling petgraph v0.6.5 |
1301 | 2024-08-26T23:27:40.038Z | Compiling nom v7.1.3 |
1302 | 2024-08-26T23:27:40.745Z | Compiling toml_edit v0.22.20 |
1303 | 2024-08-26T23:27:41.414Z | Compiling usdt v0.5.0 |
1304 | 2024-08-26T23:27:41.685Z | Compiling signal-hook-mio v0.2.4 |
1305 | 2024-08-26T23:27:41.870Z | Compiling elliptic-curve v0.13.8 |
1306 | 2024-08-26T23:27:41.952Z | Compiling rsa v0.9.6 |
1307 | 2024-08-26T23:27:42.730Z | Compiling futures v0.3.30 |
1308 | 2024-08-26T23:27:42.854Z | Compiling flate2 v1.0.31 |
1309 | 2024-08-26T23:27:43.331Z | Compiling toml v0.7.8 |
1310 | 2024-08-26T23:27:44.720Z | Compiling itertools v0.12.1 |
1311 | 2024-08-26T23:27:44.753Z | Compiling itertools v0.10.5 |
1312 | 2024-08-26T23:27:45.106Z | Compiling tokio-stream v0.1.15 |
1313 | 2024-08-26T23:27:46.144Z | Compiling openapiv3 v2.0.0 |
1314 | 2024-08-26T23:27:47.048Z | Compiling hex v0.4.3 |
1315 | 2024-08-26T23:27:47.671Z | Compiling crossbeam-epoch v0.9.18 |
1316 | 2024-08-26T23:27:47.689Z | Compiling sha1 v0.10.6 |
1317 | 2024-08-26T23:27:47.714Z | Compiling dirs-sys-next v0.1.2 |
1318 | 2024-08-26T23:27:47.960Z | Compiling peg-runtime v0.8.3 |
1319 | 2024-08-26T23:27:48.121Z | Compiling lalrpop-util v0.19.12 |
1320 | 2024-08-26T23:27:48.395Z | Compiling unicode-xid v0.2.4 |
1321 | 2024-08-26T23:27:48.466Z | Compiling dirs-next v2.0.0 |
1322 | 2024-08-26T23:27:48.491Z | Compiling thread_local v1.1.8 |
1323 | 2024-08-26T23:27:48.571Z | Compiling slog-async v2.8.0 |
1324 | 2024-08-26T23:27:48.630Z | Compiling term v0.7.0 |
1325 | 2024-08-26T23:27:48.671Z | Compiling xattr v1.3.1 |
1326 | 2024-08-26T23:27:48.956Z | Compiling crossbeam-channel v0.5.12 |
1327 | 2024-08-26T23:27:49.038Z | Compiling strum_macros v0.26.4 |
1328 | 2024-08-26T23:27:49.212Z | Compiling filetime v0.2.24 |
1329 | 2024-08-26T23:27:49.349Z | Compiling is-terminal v0.4.12 |
1330 | 2024-08-26T23:27:49.482Z | Compiling take_mut v0.2.2 |
1331 | 2024-08-26T23:27:49.526Z | Compiling slog-term v2.9.1 |
1332 | 2024-08-26T23:27:49.647Z | Compiling tar v0.4.41 |
1333 | 2024-08-26T23:27:50.192Z | Compiling camino v1.1.9 |
1334 | 2024-08-26T23:27:51.771Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1335 | 2024-08-26T23:27:52.329Z | Compiling strum v0.26.3 |
1336 | 2024-08-26T23:27:52.410Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1337 | 2024-08-26T23:27:57.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
1338 | 2024-08-26T23:27:58.028Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1339 | 2024-08-26T23:27:58.078Z | Aug 26 23:27:56.902 INFO Starting download, target: Cockroach |
1340 | 2024-08-26T23:27:58.078Z | Aug 26 23:27:56.903 INFO Starting download, target: Clickhouse |
1341 | 2024-08-26T23:27:58.079Z | Aug 26 23:27:56.903 INFO Starting download, target: Console |
1342 | 2024-08-26T23:27:58.079Z | Aug 26 23:27:56.903 INFO Starting download, target: DendriteOpenapi |
1343 | 2024-08-26T23:27:58.079Z | Aug 26 23:27:56.903 INFO Starting download, target: DendriteStub |
1344 | 2024-08-26T23:27:58.081Z | Aug 26 23:27:56.903 INFO Starting download, target: MaghemiteMgd |
1345 | 2024-08-26T23:27:58.081Z | Aug 26 23:27:56.903 INFO Starting download, target: TransceiverControl |
1346 | 2024-08-26T23:27:58.081Z | Aug 26 23:27:56.903 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1347 | 2024-08-26T23:27:58.082Z | Aug 26 23:27:56.903 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1348 | 2024-08-26T23:27:58.082Z | Aug 26 23:27:56.903 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1349 | 2024-08-26T23:27:58.082Z | Aug 26 23:27:56.903 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1350 | 2024-08-26T23:27:58.082Z | Aug 26 23:27:56.904 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1351 | 2024-08-26T23:27:58.082Z | Aug 26 23:27:56.904 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1352 | 2024-08-26T23:27:58.082Z | Aug 26 23:27:56.904 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1353 | 2024-08-26T23:27:58.249Z | Aug 26 23:27:57.066 INFO Download complete, target: DendriteOpenapi |
1354 | 2024-08-26T23:27:58.313Z | Aug 26 23:27:57.137 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1355 | 2024-08-26T23:27:58.743Z | Aug 26 23:27:57.567 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1356 | 2024-08-26T23:27:58.749Z | Aug 26 23:27:57.572 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1357 | 2024-08-26T23:27:58.850Z | Aug 26 23:27:57.675 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1358 | 2024-08-26T23:27:59.144Z | Aug 26 23:27:57.968 INFO Download complete, target: TransceiverControl |
1359 | 2024-08-26T23:27:59.147Z | Aug 26 23:27:57.972 INFO Download complete, target: Console |
1360 | 2024-08-26T23:27:59.159Z | Aug 26 23:27:57.983 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1361 | 2024-08-26T23:27:59.159Z | Aug 26 23:27:57.983 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1362 | 2024-08-26T23:28:00.113Z | Aug 26 23:27:58.937 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1363 | 2024-08-26T23:28:01.934Z | Aug 26 23:28:00.758 INFO Download complete, target: DendriteStub |
1364 | 2024-08-26T23:28:02.291Z | Aug 26 23:28:01.115 INFO Download complete, target: MaghemiteMgd |
1365 | 2024-08-26T23:28:07.881Z | Aug 26 23:28:06.705 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1366 | 2024-08-26T23:28:08.234Z | Aug 26 23:28:07.058 INFO Checking that binary works, target: Cockroach |
1367 | 2024-08-26T23:28:08.477Z | Aug 26 23:28:07.300 INFO Download complete, target: Cockroach |
1368 | 2024-08-26T23:28:14.708Z | Aug 26 23:28:13.531 INFO Checking that binary works, target: Clickhouse |
1369 | 2024-08-26T23:28:14.866Z | Aug 26 23:28:13.689 INFO Download complete, target: Clickhouse |
1370 | 2024-08-26T23:28:14.885Z | All builder prerequisites installed successfully, and PATH looks valid |
1371 | 2024-08-26T23:28:14.888Z | |
1372 | 2024-08-26T23:28:14.888Z | real 3:36.079323503 |
1373 | 2024-08-26T23:28:14.888Z | user 11:36.157638255 |
1374 | 2024-08-26T23:28:14.888Z | sys 2:27.670747494 |
1375 | 2024-08-26T23:28:14.888Z | trap 0.440890007 |
1376 | 2024-08-26T23:28:14.888Z | tflt 1.582679835 |
1377 | 2024-08-26T23:28:14.888Z | dflt 1.797706801 |
1378 | 2024-08-26T23:28:14.888Z | kflt 0.023179012 |
1379 | 2024-08-26T23:28:14.888Z | lock 22:50.528430267 |
1380 | 2024-08-26T23:28:14.888Z | slp 44:00.861099683 |
1381 | 2024-08-26T23:28:14.888Z | lat 43.583378758 |
1382 | 2024-08-26T23:28:14.888Z | stop 1:52.321136773 |
1383 | 2024-08-26T23:28:14.888Z | + banner hack-check |
1384 | 2024-08-26T23:28:14.890Z | |
1385 | 2024-08-26T23:28:14.890Z | # # ## #### # # #### # # ###### #### # # |
1386 | 2024-08-26T23:28:14.890Z | # # # # # # # # # # # # # # # # # |
1387 | 2024-08-26T23:28:14.890Z | ###### # # # #### ##### # ###### ##### # #### |
1388 | 2024-08-26T23:28:14.890Z | # # ###### # # # # # # # # # # |
1389 | 2024-08-26T23:28:14.890Z | # # # # # # # # # # # # # # # # # |
1390 | 2024-08-26T23:28:14.891Z | # # # # #### # # #### # # ###### #### # # |
1391 | 2024-08-26T23:28:14.891Z | |
1392 | 2024-08-26T23:28:14.891Z | + export CARGO_INCREMENTAL=0 |
1393 | 2024-08-26T23:28:14.891Z | + CARGO_INCREMENTAL=0 |
1394 | 2024-08-26T23:28:14.891Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1395 | 2024-08-26T23:28:15.451Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1396 | 2024-08-26T23:28:18.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s |
1397 | 2024-08-26T23:28:19.061Z | Running `target/debug/xtask check-features --ci` |
1398 | 2024-08-26T23:28:19.082Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1399 | 2024-08-26T23:28:19.085Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1400 | 2024-08-26T23:28:19.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1401 | 2024-08-26T23:28:19.602Z | Running `target/debug/xtask download cargo-hack` |
1402 | 2024-08-26T23:28:20.429Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1403 | 2024-08-26T23:28:20.794Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1404 | 2024-08-26T23:28:25.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s |
1405 | 2024-08-26T23:28:25.777Z | Running `target/debug/xtask-downloader cargo-hack` |
1406 | 2024-08-26T23:28:25.816Z | Aug 26 23:28:24.639 INFO Starting download, target: CargoHack |
1407 | 2024-08-26T23:28:25.818Z | Aug 26 23:28:24.640 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1408 | 2024-08-26T23:28:26.358Z | Aug 26 23:28:25.182 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1409 | 2024-08-26T23:28:26.463Z | Aug 26 23:28:25.286 INFO Download complete, target: CargoHack |
1410 | 2024-08-26T23:28:26.467Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1411 | 2024-08-26T23:28:26.484Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1412 | 2024-08-26T23:28:26.642Z | info: running `cargo check --bins` on api_identity (1/154) |
1413 | 2024-08-26T23:28:27.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1414 | 2024-08-26T23:28:27.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1415 | 2024-08-26T23:28:27.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1416 | 2024-08-26T23:28:27.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1417 | 2024-08-26T23:28:27.247Z | |
1418 | 2024-08-26T23:28:27.247Z | info: running `cargo check --bins` on bootstore (2/154) |
1419 | 2024-08-26T23:28:27.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1420 | 2024-08-26T23:28:27.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1421 | 2024-08-26T23:28:27.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1422 | 2024-08-26T23:28:27.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1423 | 2024-08-26T23:28:27.975Z | |
1424 | 2024-08-26T23:28:27.975Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/154) |
1425 | 2024-08-26T23:28:28.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1426 | 2024-08-26T23:28:28.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1427 | 2024-08-26T23:28:28.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1428 | 2024-08-26T23:28:28.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1429 | 2024-08-26T23:28:28.593Z | |
1430 | 2024-08-26T23:28:28.593Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/154) |
1431 | 2024-08-26T23:28:29.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1432 | 2024-08-26T23:28:29.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1433 | 2024-08-26T23:28:29.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1434 | 2024-08-26T23:28:29.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1435 | 2024-08-26T23:28:29.249Z | |
1436 | 2024-08-26T23:28:29.250Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/154) |
1437 | 2024-08-26T23:28:29.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1438 | 2024-08-26T23:28:29.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1439 | 2024-08-26T23:28:29.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1440 | 2024-08-26T23:28:29.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1441 | 2024-08-26T23:28:29.723Z | |
1442 | 2024-08-26T23:28:29.723Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/154) |
1443 | 2024-08-26T23:28:30.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1444 | 2024-08-26T23:28:30.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1445 | 2024-08-26T23:28:30.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1446 | 2024-08-26T23:28:30.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1447 | 2024-08-26T23:28:30.208Z | |
1448 | 2024-08-26T23:28:30.208Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/154) |
1449 | 2024-08-26T23:28:30.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1450 | 2024-08-26T23:28:30.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1451 | 2024-08-26T23:28:30.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1452 | 2024-08-26T23:28:30.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1453 | 2024-08-26T23:28:30.687Z | |
1454 | 2024-08-26T23:28:30.687Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/154) |
1455 | 2024-08-26T23:28:31.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1456 | 2024-08-26T23:28:31.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1457 | 2024-08-26T23:28:31.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1458 | 2024-08-26T23:28:31.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1459 | 2024-08-26T23:28:31.165Z | |
1460 | 2024-08-26T23:28:31.165Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/154) |
1461 | 2024-08-26T23:28:31.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1462 | 2024-08-26T23:28:31.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1463 | 2024-08-26T23:28:31.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1464 | 2024-08-26T23:28:31.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1465 | 2024-08-26T23:28:31.655Z | |
1466 | 2024-08-26T23:28:31.655Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/154) |
1467 | 2024-08-26T23:28:32.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1468 | 2024-08-26T23:28:32.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1469 | 2024-08-26T23:28:32.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1470 | 2024-08-26T23:28:32.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1471 | 2024-08-26T23:28:32.134Z | |
1472 | 2024-08-26T23:28:32.134Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/154) |
1473 | 2024-08-26T23:28:32.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1474 | 2024-08-26T23:28:32.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1475 | 2024-08-26T23:28:32.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1476 | 2024-08-26T23:28:32.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1477 | 2024-08-26T23:28:32.631Z | |
1478 | 2024-08-26T23:28:32.631Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/154) |
1479 | 2024-08-26T23:28:33.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1480 | 2024-08-26T23:28:33.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1481 | 2024-08-26T23:28:33.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1482 | 2024-08-26T23:28:33.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1483 | 2024-08-26T23:28:33.129Z | |
1484 | 2024-08-26T23:28:33.129Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/154) |
1485 | 2024-08-26T23:28:33.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1486 | 2024-08-26T23:28:33.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1487 | 2024-08-26T23:28:33.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1488 | 2024-08-26T23:28:33.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1489 | 2024-08-26T23:28:33.621Z | |
1490 | 2024-08-26T23:28:33.621Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/154) |
1491 | 2024-08-26T23:28:34.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1492 | 2024-08-26T23:28:34.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1493 | 2024-08-26T23:28:34.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1494 | 2024-08-26T23:28:34.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1495 | 2024-08-26T23:28:34.108Z | |
1496 | 2024-08-26T23:28:34.108Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/154) |
1497 | 2024-08-26T23:28:34.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1498 | 2024-08-26T23:28:34.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1499 | 2024-08-26T23:28:34.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1500 | 2024-08-26T23:28:34.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1501 | 2024-08-26T23:28:34.608Z | |
1502 | 2024-08-26T23:28:34.608Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/154) |
1503 | 2024-08-26T23:28:35.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1504 | 2024-08-26T23:28:35.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1505 | 2024-08-26T23:28:35.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1506 | 2024-08-26T23:28:35.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1507 | 2024-08-26T23:28:35.090Z | |
1508 | 2024-08-26T23:28:35.090Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/154) |
1509 | 2024-08-26T23:28:35.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1510 | 2024-08-26T23:28:35.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1511 | 2024-08-26T23:28:35.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1512 | 2024-08-26T23:28:35.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1513 | 2024-08-26T23:28:35.590Z | |
1514 | 2024-08-26T23:28:35.590Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/154) |
1515 | 2024-08-26T23:28:36.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1516 | 2024-08-26T23:28:36.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1517 | 2024-08-26T23:28:36.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1518 | 2024-08-26T23:28:36.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1519 | 2024-08-26T23:28:36.066Z | |
1520 | 2024-08-26T23:28:36.066Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/154) |
1521 | 2024-08-26T23:28:36.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1522 | 2024-08-26T23:28:36.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1523 | 2024-08-26T23:28:36.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1524 | 2024-08-26T23:28:36.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1525 | 2024-08-26T23:28:36.552Z | |
1526 | 2024-08-26T23:28:36.552Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/154) |
1527 | 2024-08-26T23:28:36.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1528 | 2024-08-26T23:28:36.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1529 | 2024-08-26T23:28:37.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1530 | 2024-08-26T23:28:37.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1531 | 2024-08-26T23:28:37.045Z | |
1532 | 2024-08-26T23:28:37.045Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/154) |
1533 | 2024-08-26T23:28:37.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1534 | 2024-08-26T23:28:37.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1535 | 2024-08-26T23:28:37.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1536 | 2024-08-26T23:28:37.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1537 | 2024-08-26T23:28:37.527Z | |
1538 | 2024-08-26T23:28:37.527Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/154) |
1539 | 2024-08-26T23:28:37.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1540 | 2024-08-26T23:28:37.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1541 | 2024-08-26T23:28:37.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1542 | 2024-08-26T23:28:37.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1543 | 2024-08-26T23:28:38.022Z | |
1544 | 2024-08-26T23:28:38.022Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/154) |
1545 | 2024-08-26T23:28:38.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1546 | 2024-08-26T23:28:38.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1547 | 2024-08-26T23:28:38.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1548 | 2024-08-26T23:28:38.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1549 | 2024-08-26T23:28:38.515Z | |
1550 | 2024-08-26T23:28:38.515Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/154) |
1551 | 2024-08-26T23:28:38.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1552 | 2024-08-26T23:28:38.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1553 | 2024-08-26T23:28:38.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1554 | 2024-08-26T23:28:38.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1555 | 2024-08-26T23:28:38.994Z | |
1556 | 2024-08-26T23:28:38.994Z | info: running `cargo check --bins` on sled-hardware-types (25/154) |
1557 | 2024-08-26T23:28:39.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1558 | 2024-08-26T23:28:39.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1559 | 2024-08-26T23:28:39.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1560 | 2024-08-26T23:28:39.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1561 | 2024-08-26T23:28:39.665Z | |
1562 | 2024-08-26T23:28:39.665Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/154) |
1563 | 2024-08-26T23:28:40.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1564 | 2024-08-26T23:28:40.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1565 | 2024-08-26T23:28:40.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1566 | 2024-08-26T23:28:40.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1567 | 2024-08-26T23:28:40.333Z | |
1568 | 2024-08-26T23:28:40.333Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/154) |
1569 | 2024-08-26T23:28:40.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1570 | 2024-08-26T23:28:40.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1571 | 2024-08-26T23:28:40.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1572 | 2024-08-26T23:28:40.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1573 | 2024-08-26T23:28:41.013Z | |
1574 | 2024-08-26T23:28:41.014Z | info: running `cargo check --bins` on oxlog (28/154) |
1575 | 2024-08-26T23:28:41.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1576 | 2024-08-26T23:28:41.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1577 | 2024-08-26T23:28:41.659Z | Checking cfg-if v1.0.0 |
1578 | 2024-08-26T23:28:41.662Z | Checking libc v0.2.156 |
1579 | 2024-08-26T23:28:41.746Z | Checking memchr v2.7.2 |
1580 | 2024-08-26T23:28:41.764Z | Checking serde v1.0.208 |
1581 | 2024-08-26T23:28:41.766Z | Checking zeroize v1.7.0 |
1582 | 2024-08-26T23:28:41.785Z | Checking typenum v1.17.0 |
1583 | 2024-08-26T23:28:41.788Z | Checking scopeguard v1.2.0 |
1584 | 2024-08-26T23:28:41.788Z | Checking byteorder v1.5.0 |
1585 | 2024-08-26T23:28:41.822Z | Checking log v0.4.21 |
1586 | 2024-08-26T23:28:42.030Z | Checking subtle v2.5.0 |
1587 | 2024-08-26T23:28:42.105Z | Checking once_cell v1.19.0 |
1588 | 2024-08-26T23:28:42.153Z | Checking const-oid v0.9.6 |
1589 | 2024-08-26T23:28:42.259Z | Checking itoa v1.0.11 |
1590 | 2024-08-26T23:28:42.394Z | Checking pin-project-lite v0.2.14 |
1591 | 2024-08-26T23:28:42.443Z | Checking smallvec v1.13.2 |
1592 | 2024-08-26T23:28:42.507Z | Checking zerocopy v0.7.34 |
1593 | 2024-08-26T23:28:42.589Z | Checking tinyvec_macros v0.1.1 |
1594 | 2024-08-26T23:28:42.677Z | Checking tinyvec v1.6.0 |
1595 | 2024-08-26T23:28:42.763Z | Checking cpufeatures v0.2.12 |
1596 | 2024-08-26T23:28:42.777Z | Checking getrandom v0.2.14 |
1597 | 2024-08-26T23:28:42.854Z | Checking parking_lot_core v0.9.10 |
1598 | 2024-08-26T23:28:43.017Z | Checking rand_core v0.6.4 |
1599 | 2024-08-26T23:28:43.087Z | Checking lock_api v0.4.12 |
1600 | 2024-08-26T23:28:43.111Z | Checking signal-hook-registry v1.4.2 |
1601 | 2024-08-26T23:28:43.127Z | Checking generic-array v0.14.7 |
1602 | 2024-08-26T23:28:43.325Z | Checking mio v0.8.11 |
1603 | 2024-08-26T23:28:43.358Z | Checking socket2 v0.5.7 |
1604 | 2024-08-26T23:28:43.519Z | Checking spin v0.9.8 |
1605 | 2024-08-26T23:28:43.827Z | Checking parking_lot v0.12.2 |
1606 | 2024-08-26T23:28:43.887Z | Checking num_cpus v1.16.0 |
1607 | 2024-08-26T23:28:43.949Z | Checking futures-core v0.3.30 |
1608 | 2024-08-26T23:28:43.966Z | Checking ahash v0.8.11 |
1609 | 2024-08-26T23:28:43.968Z | Checking unicode-bidi v0.3.15 |
1610 | 2024-08-26T23:28:43.997Z | Checking unicode-normalization v0.1.23 |
1611 | 2024-08-26T23:28:43.997Z | Checking allocator-api2 v0.2.18 |
1612 | 2024-08-26T23:28:44.127Z | Checking futures-sink v0.3.30 |
1613 | 2024-08-26T23:28:44.158Z | Checking libm v0.2.8 |
1614 | 2024-08-26T23:28:44.225Z | Checking crypto-common v0.1.6 |
1615 | 2024-08-26T23:28:44.268Z | Checking block-buffer v0.10.4 |
1616 | 2024-08-26T23:28:44.401Z | Checking block-padding v0.3.3 |
1617 | 2024-08-26T23:28:44.496Z | Checking digest v0.10.7 |
1618 | 2024-08-26T23:28:44.499Z | Checking equivalent v1.0.1 |
1619 | 2024-08-26T23:28:44.598Z | Checking ryu v1.0.18 |
1620 | 2024-08-26T23:28:44.600Z | Checking inout v0.1.3 |
1621 | 2024-08-26T23:28:44.627Z | Checking futures-channel v0.3.30 |
1622 | 2024-08-26T23:28:44.649Z | Checking hashbrown v0.14.5 |
1623 | 2024-08-26T23:28:44.833Z | Checking slab v0.4.9 |
1624 | 2024-08-26T23:28:44.846Z | Checking cipher v0.4.4 |
1625 | 2024-08-26T23:28:44.874Z | Checking hmac v0.12.1 |
1626 | 2024-08-26T23:28:44.891Z | Checking sha2 v0.10.8 |
1627 | 2024-08-26T23:28:44.963Z | Checking pin-utils v0.1.0 |
1628 | 2024-08-26T23:28:45.040Z | Checking num-traits v0.2.19 |
1629 | 2024-08-26T23:28:45.056Z | Checking futures-task v0.3.30 |
1630 | 2024-08-26T23:28:45.068Z | Checking futures-io v0.3.30 |
1631 | 2024-08-26T23:28:45.086Z | Checking base64ct v1.6.0 |
1632 | 2024-08-26T23:28:45.245Z | Checking percent-encoding v2.3.1 |
1633 | 2024-08-26T23:28:45.248Z | Checking ppv-lite86 v0.2.17 |
1634 | 2024-08-26T23:28:45.275Z | Checking futures-util v0.3.30 |
1635 | 2024-08-26T23:28:45.451Z | Checking flagset v0.4.5 |
1636 | 2024-08-26T23:28:45.465Z | Checking salsa20 v0.10.2 |
1637 | 2024-08-26T23:28:45.534Z | Checking pem-rfc7468 v0.7.0 |
1638 | 2024-08-26T23:28:45.638Z | Checking pbkdf2 v0.12.2 |
1639 | 2024-08-26T23:28:45.669Z | Checking tracing-core v0.1.32 |
1640 | 2024-08-26T23:28:45.795Z | Checking der v0.7.9 |
1641 | 2024-08-26T23:28:45.797Z | Checking untrusted v0.9.0 |
1642 | 2024-08-26T23:28:45.841Z | Checking fnv v1.0.7 |
1643 | 2024-08-26T23:28:45.960Z | Checking rand_chacha v0.3.1 |
1644 | 2024-08-26T23:28:45.986Z | Checking ring v0.17.8 |
1645 | 2024-08-26T23:28:46.002Z | Checking scrypt v0.11.0 |
1646 | 2024-08-26T23:28:46.214Z | Checking aes v0.8.4 |
1647 | 2024-08-26T23:28:46.326Z | Checking tracing v0.1.40 |
1648 | 2024-08-26T23:28:46.331Z | Checking rand v0.8.5 |
1649 | 2024-08-26T23:28:46.668Z | Checking cbc v0.1.2 |
1650 | 2024-08-26T23:28:46.735Z | Checking thiserror v1.0.63 |
1651 | 2024-08-26T23:28:46.764Z | Checking bytes v1.7.1 |
1652 | 2024-08-26T23:28:46.870Z | Checking bitflags v2.6.0 |
1653 | 2024-08-26T23:28:46.873Z | Checking indexmap v2.4.0 |
1654 | 2024-08-26T23:28:47.128Z | Checking serde_json v1.0.125 |
1655 | 2024-08-26T23:28:47.170Z | Checking foreign-types-shared v0.1.1 |
1656 | 2024-08-26T23:28:47.278Z | Checking foreign-types v0.3.2 |
1657 | 2024-08-26T23:28:47.372Z | Checking form_urlencoded v1.2.1 |
1658 | 2024-08-26T23:28:47.567Z | Checking openssl-sys v0.9.103 |
1659 | 2024-08-26T23:28:47.595Z | Checking tokio v1.38.1 |
1660 | 2024-08-26T23:28:47.609Z | Checking http v0.2.12 |
1661 | 2024-08-26T23:28:47.629Z | Checking spki v0.7.3 |
1662 | 2024-08-26T23:28:47.792Z | Checking aho-corasick v1.1.3 |
1663 | 2024-08-26T23:28:47.903Z | Checking pkcs5 v0.7.1 |
1664 | 2024-08-26T23:28:48.135Z | Checking powerfmt v0.2.0 |
1665 | 2024-08-26T23:28:48.429Z | Checking try-lock v0.2.5 |
1666 | 2024-08-26T23:28:48.492Z | Checking siphasher v0.3.11 |
1667 | 2024-08-26T23:28:48.565Z | Checking regex-syntax v0.8.4 |
1668 | 2024-08-26T23:28:48.788Z | Checking unicode-ident v1.0.12 |
1669 | 2024-08-26T23:28:48.831Z | Checking want v0.3.1 |
1670 | 2024-08-26T23:28:48.890Z | Checking openssl v0.10.66 |
1671 | 2024-08-26T23:28:48.941Z | Checking proc-macro2 v1.0.86 |
1672 | 2024-08-26T23:28:48.973Z | Checking http-body v0.4.6 |
1673 | 2024-08-26T23:28:49.002Z | Checking pkcs8 v0.10.2 |
1674 | 2024-08-26T23:28:49.314Z | Checking deranged v0.3.11 |
1675 | 2024-08-26T23:28:49.376Z | Checking rustls-webpki v0.101.7 |
1676 | 2024-08-26T23:28:49.486Z | Checking sct v0.7.1 |
1677 | 2024-08-26T23:28:49.624Z | Checking uuid v1.10.0 |
1678 | 2024-08-26T23:28:49.680Z | Checking idna v0.5.0 |
1679 | 2024-08-26T23:28:50.040Z | Checking httparse v1.8.0 |
1680 | 2024-08-26T23:28:50.256Z | Checking socket2 v0.4.10 |
1681 | 2024-08-26T23:28:50.420Z | Checking errno v0.3.9 |
1682 | 2024-08-26T23:28:50.473Z | Checking scroll v0.12.0 |
1683 | 2024-08-26T23:28:50.517Z | Checking time-core v0.1.2 |
1684 | 2024-08-26T23:28:50.594Z | Checking tower-service v0.3.2 |
1685 | 2024-08-26T23:28:50.668Z | Checking httpdate v1.0.3 |
1686 | 2024-08-26T23:28:50.694Z | Checking plain v0.2.3 |
1687 | 2024-08-26T23:28:50.708Z | Checking num_threads v0.1.7 |
1688 | 2024-08-26T23:28:50.815Z | Checking num-conv v0.1.0 |
1689 | 2024-08-26T23:28:50.830Z | Checking iana-time-zone v0.1.60 |
1690 | 2024-08-26T23:28:50.903Z | Checking adler v1.0.2 |
1691 | 2024-08-26T23:28:50.939Z | Checking anstyle v1.0.8 |
1692 | 2024-08-26T23:28:50.982Z | Checking ucd-trie v0.1.6 |
1693 | 2024-08-26T23:28:51.049Z | Checking utf8parse v0.2.1 |
1694 | 2024-08-26T23:28:51.064Z | Checking openssl-probe v0.1.5 |
1695 | 2024-08-26T23:28:51.116Z | Checking finl_unicode v1.2.0 |
1696 | 2024-08-26T23:28:51.177Z | Checking pest v2.7.10 |
1697 | 2024-08-26T23:28:51.199Z | Checking anstyle-parse v0.2.4 |
1698 | 2024-08-26T23:28:51.212Z | Checking time v0.3.36 |
1699 | 2024-08-26T23:28:51.298Z | Checking miniz_oxide v0.7.2 |
1700 | 2024-08-26T23:28:51.456Z | Checking chrono v0.4.38 |
1701 | 2024-08-26T23:28:51.685Z | Checking stringprep v0.1.4 |
1702 | 2024-08-26T23:28:51.755Z | Checking regex-automata v0.4.6 |
1703 | 2024-08-26T23:28:51.940Z | Checking goblin v0.8.2 |
1704 | 2024-08-26T23:28:52.056Z | Checking rustix v0.38.34 |
1705 | 2024-08-26T23:28:53.574Z | Checking url v2.5.2 |
1706 | 2024-08-26T23:28:53.696Z | Checking rustls v0.21.12 |
1707 | 2024-08-26T23:28:53.745Z | Checking quote v1.0.36 |
1708 | 2024-08-26T23:28:54.108Z | Checking serde_spanned v0.6.7 |
1709 | 2024-08-26T23:28:54.182Z | Checking toml_datetime v0.6.8 |
1710 | 2024-08-26T23:28:54.305Z | Checking num-integer v0.1.46 |
1711 | 2024-08-26T23:28:54.321Z | Checking native-tls v0.2.11 |
1712 | 2024-08-26T23:28:54.371Z | Checking idna v0.3.0 |
1713 | 2024-08-26T23:28:54.460Z | Checking md-5 v0.10.6 |
1714 | 2024-08-26T23:28:54.626Z | Checking tokio-util v0.7.11 |
1715 | 2024-08-26T23:28:54.642Z | Checking lazy_static v1.5.0 |
1716 | 2024-08-26T23:28:54.680Z | Checking hash32 v0.2.1 |
1717 | 2024-08-26T23:28:54.750Z | Checking anstyle-query v1.0.3 |
1718 | 2024-08-26T23:28:54.765Z | Checking is_terminal_polyfill v1.70.0 |
1719 | 2024-08-26T23:28:54.877Z | Checking gimli v0.28.1 |
1720 | 2024-08-26T23:28:54.890Z | Checking fallible-iterator v0.2.0 |
1721 | 2024-08-26T23:28:54.982Z | Checking colorchoice v1.0.1 |
1722 | 2024-08-26T23:28:55.119Z | Checking base64 v0.22.1 |
1723 | 2024-08-26T23:28:55.229Z | Checking pretty-hex v0.4.1 |
1724 | 2024-08-26T23:28:55.396Z | Checking psl-types v2.0.11 |
1725 | 2024-08-26T23:28:55.506Z | Checking stable_deref_trait v1.2.0 |
1726 | 2024-08-26T23:28:55.522Z | Checking h2 v0.3.26 |
1727 | 2024-08-26T23:28:55.577Z | Checking publicsuffix v2.2.3 |
1728 | 2024-08-26T23:28:55.605Z | Checking heapless v0.7.17 |
1729 | 2024-08-26T23:28:55.620Z | Checking postgres-protocol v0.6.7 |
1730 | 2024-08-26T23:28:55.802Z | Checking anstream v0.6.14 |
1731 | 2024-08-26T23:28:56.182Z | Checking num-iter v0.1.45 |
1732 | 2024-08-26T23:28:56.309Z | Checking tokio-native-tls v0.3.1 |
1733 | 2024-08-26T23:28:56.355Z | Checking terminal_size v0.3.0 |
1734 | 2024-08-26T23:28:56.457Z | Checking syn v2.0.74 |
1735 | 2024-08-26T23:28:56.517Z | Checking cookie v0.17.0 |
1736 | 2024-08-26T23:28:56.552Z | Checking dtrace-parser v0.2.0 |
1737 | 2024-08-26T23:28:56.604Z | Checking phf_shared v0.11.2 |
1738 | 2024-08-26T23:28:56.892Z | Checking ff v0.13.0 |
1739 | 2024-08-26T23:28:56.911Z | Checking thread-id v4.2.1 |
1740 | 2024-08-26T23:28:56.990Z | Checking dof v0.3.0 |
1741 | 2024-08-26T23:28:57.009Z | Checking object v0.32.2 |
1742 | 2024-08-26T23:28:57.024Z | Checking managed v0.8.0 |
1743 | 2024-08-26T23:28:57.045Z | Checking tokio-rustls v0.24.1 |
1744 | 2024-08-26T23:28:57.090Z | Checking clap_lex v0.7.0 |
1745 | 2024-08-26T23:28:57.337Z | Checking strsim v0.11.1 |
1746 | 2024-08-26T23:28:57.391Z | Checking base16ct v0.2.0 |
1747 | 2024-08-26T23:28:57.409Z | Checking ipnet v2.9.0 |
1748 | 2024-08-26T23:28:57.589Z | Checking base64 v0.21.7 |
1749 | 2024-08-26T23:28:57.608Z | Checking either v1.13.0 |
1750 | 2024-08-26T23:28:57.623Z | Checking rustc-demangle v0.1.24 |
1751 | 2024-08-26T23:28:57.865Z | Checking bitflags v1.3.2 |
1752 | 2024-08-26T23:28:57.964Z | Checking winnow v0.5.40 |
1753 | 2024-08-26T23:28:57.977Z | Checking smoltcp v0.9.1 |
1754 | 2024-08-26T23:28:58.042Z | Checking clap_builder v4.5.15 |
1755 | 2024-08-26T23:28:58.058Z | Checking rustls-pemfile v1.0.4 |
1756 | 2024-08-26T23:28:58.254Z | Checking sec1 v0.7.3 |
1757 | 2024-08-26T23:28:58.661Z | Checking group v0.13.0 |
1758 | 2024-08-26T23:28:58.725Z | Checking addr2line v0.21.0 |
1759 | 2024-08-26T23:28:58.910Z | Checking cookie_store v0.20.0 |
1760 | 2024-08-26T23:28:59.231Z | Checking phf v0.11.2 |
1761 | 2024-08-26T23:28:59.504Z | Checking regex v1.10.6 |
1762 | 2024-08-26T23:28:59.526Z | Checking bstr v1.9.1 |
1763 | 2024-08-26T23:28:59.543Z | Checking num-bigint-dig v0.8.4 |
1764 | 2024-08-26T23:29:00.126Z | Checking postgres-types v0.2.7 |
1765 | 2024-08-26T23:29:00.500Z | Checking futures-executor v0.3.30 |
1766 | 2024-08-26T23:29:00.729Z | Checking pkcs1 v0.7.5 |
1767 | 2024-08-26T23:29:00.873Z | Checking phf_shared v0.10.0 |
1768 | 2024-08-26T23:29:01.097Z | Checking serde_urlencoded v0.7.1 |
1769 | 2024-08-26T23:29:01.125Z | Checking zerocopy v0.6.6 |
1770 | 2024-08-26T23:29:01.158Z | Checking hubpack v0.1.2 |
1771 | 2024-08-26T23:29:01.160Z | Checking toml_edit v0.19.15 |
1772 | 2024-08-26T23:29:01.499Z | Checking float-cmp v0.9.0 |
1773 | 2024-08-26T23:29:01.519Z | Checking crossbeam-utils v0.8.19 |
1774 | 2024-08-26T23:29:01.676Z | Checking signal-hook v0.3.17 |
1775 | 2024-08-26T23:29:01.723Z | Checking crc32fast v1.4.0 |
1776 | 2024-08-26T23:29:01.779Z | Checking hyper v0.14.30 |
1777 | 2024-08-26T23:29:01.930Z | Checking hkdf v0.12.4 |
1778 | 2024-08-26T23:29:01.959Z | Checking idna v0.4.0 |
1779 | 2024-08-26T23:29:01.987Z | Checking signature v2.2.0 |
1780 | 2024-08-26T23:29:02.146Z | Checking crypto-bigint v0.5.5 |
1781 | 2024-08-26T23:29:02.175Z | Checking memmap v0.7.0 |
1782 | 2024-08-26T23:29:02.197Z | Checking mio v1.0.2 |
1783 | 2024-08-26T23:29:02.377Z | Checking encoding_rs v0.8.34 |
1784 | 2024-08-26T23:29:02.771Z | Checking minimal-lexical v0.2.1 |
1785 | 2024-08-26T23:29:02.794Z | Checking usdt-impl v0.5.0 |
1786 | 2024-08-26T23:29:02.818Z | Checking dyn-clone v1.0.17 |
1787 | 2024-08-26T23:29:02.952Z | Checking bit-vec v0.6.3 |
1788 | 2024-08-26T23:29:03.120Z | Checking backtrace v0.3.71 |
1789 | 2024-08-26T23:29:03.156Z | Checking fixedbitset v0.4.2 |
1790 | 2024-08-26T23:29:03.303Z | Checking whoami v1.5.1 |
1791 | 2024-08-26T23:29:03.318Z | Checking webpki-roots v0.25.4 |
1792 | 2024-08-26T23:29:03.463Z | Checking sync_wrapper v0.1.2 |
1793 | 2024-08-26T23:29:03.477Z | Checking static_assertions v1.1.0 |
1794 | 2024-08-26T23:29:03.568Z | Checking new_debug_unreachable v1.0.6 |
1795 | 2024-08-26T23:29:03.583Z | Checking mime v0.3.17 |
1796 | 2024-08-26T23:29:03.605Z | Checking predicates-core v1.0.6 |
1797 | 2024-08-26T23:29:03.617Z | Checking precomputed-hash v0.1.1 |
1798 | 2024-08-26T23:29:03.653Z | Checking difflib v0.4.0 |
1799 | 2024-08-26T23:29:03.697Z | Checking normalize-line-endings v0.3.0 |
1800 | 2024-08-26T23:29:03.715Z | Checking winnow v0.6.18 |
1801 | 2024-08-26T23:29:03.772Z | Checking unicode-width v0.1.13 |
1802 | 2024-08-26T23:29:03.809Z | Checking data-encoding v2.6.0 |
1803 | 2024-08-26T23:29:03.897Z | Checking unicode-segmentation v1.11.0 |
1804 | 2024-08-26T23:29:03.960Z | Checking console v0.15.8 |
1805 | 2024-08-26T23:29:03.973Z | Checking predicates v3.1.2 |
1806 | 2024-08-26T23:29:04.465Z | Checking hickory-proto v0.24.1 |
1807 | 2024-08-26T23:29:04.544Z | Checking similar v2.6.0 |
1808 | 2024-08-26T23:29:04.570Z | Checking string_cache v0.8.7 |
1809 | 2024-08-26T23:29:04.643Z | Checking anyhow v1.0.86 |
1810 | 2024-08-26T23:29:04.705Z | Checking tokio-postgres v0.7.11 |
1811 | 2024-08-26T23:29:04.874Z | Checking toml v0.7.8 |
1812 | 2024-08-26T23:29:04.952Z | Checking elliptic-curve v0.13.8 |
1813 | 2024-08-26T23:29:05.020Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1814 | 2024-08-26T23:29:05.407Z | Checking petgraph v0.6.5 |
1815 | 2024-08-26T23:29:05.570Z | Checking bit-set v0.5.3 |
1816 | 2024-08-26T23:29:05.585Z | Checking usdt v0.5.0 |
1817 | 2024-08-26T23:29:05.825Z | Checking nom v7.1.3 |
1818 | 2024-08-26T23:29:05.840Z | Checking schemars v0.8.21 |
1819 | 2024-08-26T23:29:06.698Z | Checking toml_edit v0.22.20 |
1820 | 2024-08-26T23:29:07.611Z | Checking signal-hook-mio v0.2.4 |
1821 | 2024-08-26T23:29:07.750Z | Checking crossbeam-epoch v0.9.18 |
1822 | 2024-08-26T23:29:07.751Z | Checking rsa v0.9.6 |
1823 | 2024-08-26T23:29:07.925Z | Checking hyper-tls v0.5.0 |
1824 | 2024-08-26T23:29:08.179Z | Checking hyper-rustls v0.24.2 |
1825 | 2024-08-26T23:29:08.225Z | Checking flate2 v1.0.31 |
1826 | 2024-08-26T23:29:08.468Z | Checking reqwest v0.11.27 |
1827 | 2024-08-26T23:29:08.696Z | Checking clap v4.5.16 |
1828 | 2024-08-26T23:29:08.711Z | Checking futures v0.3.30 |
1829 | 2024-08-26T23:29:08.797Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1830 | 2024-08-26T23:29:08.814Z | Checking itertools v0.10.5 |
1831 | 2024-08-26T23:29:08.818Z | Checking itertools v0.12.1 |
1832 | 2024-08-26T23:29:08.841Z | Checking fs-err v2.11.0 |
1833 | 2024-08-26T23:29:08.859Z | Checking tokio-stream v0.1.15 |
1834 | 2024-08-26T23:29:09.227Z | Checking nix v0.28.0 |
1835 | 2024-08-26T23:29:09.367Z | Checking slog v2.7.0 |
1836 | 2024-08-26T23:29:09.382Z | Checking openapiv3 v2.0.0 |
1837 | 2024-08-26T23:29:09.642Z | Checking hex v0.4.3 |
1838 | 2024-08-26T23:29:09.850Z | Checking semver v1.0.23 |
1839 | 2024-08-26T23:29:10.099Z | Checking sha1 v0.10.6 |
1840 | 2024-08-26T23:29:10.150Z | Checking lalrpop-util v0.19.12 |
1841 | 2024-08-26T23:29:10.166Z | Checking peg-runtime v0.8.3 |
1842 | 2024-08-26T23:29:10.244Z | Checking camino v1.1.9 |
1843 | 2024-08-26T23:29:10.375Z | Checking sigpipe v0.1.3 |
1844 | 2024-08-26T23:29:12.081Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1845 | 2024-08-26T23:29:12.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.38s |
1846 | 2024-08-26T23:29:12.534Z | |
1847 | 2024-08-26T23:29:12.534Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/154) |
1848 | 2024-08-26T23:29:13.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1849 | 2024-08-26T23:29:13.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1850 | 2024-08-26T23:29:13.216Z | Compiling regress v0.9.1 |
1851 | 2024-08-26T23:29:13.312Z | Checking strum v0.26.3 |
1852 | 2024-08-26T23:29:13.333Z | Checking heck v0.5.0 |
1853 | 2024-08-26T23:29:13.346Z | Compiling getopts v0.2.21 |
1854 | 2024-08-26T23:29:13.358Z | Checking dirs-sys-next v0.1.2 |
1855 | 2024-08-26T23:29:13.371Z | Compiling unsafe-libyaml v0.2.11 |
1856 | 2024-08-26T23:29:13.442Z | Checking http v1.1.0 |
1857 | 2024-08-26T23:29:13.503Z | Checking thread_local v1.1.8 |
1858 | 2024-08-26T23:29:13.523Z | Checking dirs-next v2.0.0 |
1859 | 2024-08-26T23:29:13.645Z | Checking rustls-pki-types v1.7.0 |
1860 | 2024-08-26T23:29:13.686Z | Compiling ident_case v1.0.1 |
1861 | 2024-08-26T23:29:13.761Z | Checking term v0.7.0 |
1862 | 2024-08-26T23:29:13.864Z | Compiling darling_core v0.20.9 |
1863 | 2024-08-26T23:29:14.056Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1864 | 2024-08-26T23:29:14.177Z | Checking crossbeam-channel v0.5.12 |
1865 | 2024-08-26T23:29:14.275Z | Checking atty v0.2.14 |
1866 | 2024-08-26T23:29:14.392Z | Checking is-terminal v0.4.12 |
1867 | 2024-08-26T23:29:14.418Z | Compiling paste v1.0.15 |
1868 | 2024-08-26T23:29:14.516Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1869 | 2024-08-26T23:29:14.799Z | Compiling serde_yaml v0.9.34+deprecated |
1870 | 2024-08-26T23:29:14.875Z | Checking termcolor v1.4.1 |
1871 | 2024-08-26T23:29:14.889Z | Compiling rustls v0.22.4 |
1872 | 2024-08-26T23:29:14.949Z | Checking utf-8 v0.7.6 |
1873 | 2024-08-26T23:29:15.170Z | Checking humantime v2.1.0 |
1874 | 2024-08-26T23:29:15.174Z | Checking take_mut v0.2.2 |
1875 | 2024-08-26T23:29:15.305Z | Checking slog-async v2.8.0 |
1876 | 2024-08-26T23:29:15.354Z | Checking slog-term v2.9.1 |
1877 | 2024-08-26T23:29:15.380Z | Checking rustls-webpki v0.102.4 |
1878 | 2024-08-26T23:29:15.448Z | Checking env_logger v0.9.3 |
1879 | 2024-08-26T23:29:15.584Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1880 | 2024-08-26T23:29:15.834Z | Compiling proc-macro-crate v1.3.1 |
1881 | 2024-08-26T23:29:15.879Z | Compiling bitstruct_derive v0.1.0 |
1882 | 2024-08-26T23:29:15.930Z | Compiling structmeta-derive v0.3.0 |
1883 | 2024-08-26T23:29:16.146Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1884 | 2024-08-26T23:29:16.279Z | Compiling multer v3.1.0 |
1885 | 2024-08-26T23:29:16.585Z | Checking match_cfg v0.1.0 |
1886 | 2024-08-26T23:29:16.681Z | Checking ascii v1.1.0 |
1887 | 2024-08-26T23:29:16.797Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1888 | 2024-08-26T23:29:16.912Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1889 | 2024-08-26T23:29:17.236Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1890 | 2024-08-26T23:29:17.259Z | Checking bitstruct v0.1.1 |
1891 | 2024-08-26T23:29:17.366Z | Compiling num_enum_derive v0.5.11 |
1892 | 2024-08-26T23:29:18.154Z | Checking hostname v0.3.1 |
1893 | 2024-08-26T23:29:18.377Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1894 | 2024-08-26T23:29:18.543Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1895 | 2024-08-26T23:29:18.996Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1896 | 2024-08-26T23:29:19.011Z | Compiling structmeta v0.3.0 |
1897 | 2024-08-26T23:29:19.277Z | Checking slog-json v2.6.1 |
1898 | 2024-08-26T23:29:19.294Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1899 | 2024-08-26T23:29:19.460Z | Checking erased-serde v0.3.31 |
1900 | 2024-08-26T23:29:19.537Z | Checking serde_arrays v0.1.0 |
1901 | 2024-08-26T23:29:19.551Z | Compiling foreign-types-macros v0.2.3 |
1902 | 2024-08-26T23:29:19.681Z | Compiling async-stream-impl v0.3.5 |
1903 | 2024-08-26T23:29:20.020Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1904 | 2024-08-26T23:29:20.073Z | Checking foreign-types-shared v0.3.1 |
1905 | 2024-08-26T23:29:20.192Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1906 | 2024-08-26T23:29:20.331Z | Checking atomic-waker v1.1.2 |
1907 | 2024-08-26T23:29:20.461Z | Checking arc-swap v1.7.1 |
1908 | 2024-08-26T23:29:20.519Z | Checking waitgroup v0.1.2 |
1909 | 2024-08-26T23:29:20.548Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1910 | 2024-08-26T23:29:20.724Z | Checking num_enum v0.5.11 |
1911 | 2024-08-26T23:29:20.859Z | Checking slog-bunyan v2.5.0 |
1912 | 2024-08-26T23:29:20.862Z | Checking foreign-types v0.5.0 |
1913 | 2024-08-26T23:29:20.884Z | Checking slog-scope v4.4.0 |
1914 | 2024-08-26T23:29:20.899Z | Compiling darling_macro v0.20.9 |
1915 | 2024-08-26T23:29:20.961Z | Compiling parse-display-derive v0.10.0 |
1916 | 2024-08-26T23:29:21.034Z | Compiling proc-macro-error v1.0.4 |
1917 | 2024-08-26T23:29:21.060Z | Checking async-stream v0.3.5 |
1918 | 2024-08-26T23:29:21.402Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1919 | 2024-08-26T23:29:21.455Z | Checking toml v0.8.19 |
1920 | 2024-08-26T23:29:21.678Z | Checking tungstenite v0.20.1 |
1921 | 2024-08-26T23:29:21.704Z | Checking rustls-pemfile v2.1.3 |
1922 | 2024-08-26T23:29:21.855Z | Compiling darling v0.20.9 |
1923 | 2024-08-26T23:29:21.932Z | Compiling heck v0.3.3 |
1924 | 2024-08-26T23:29:21.981Z | Compiling serde_with_macros v3.9.0 |
1925 | 2024-08-26T23:29:22.158Z | Checking tokio-rustls v0.25.0 |
1926 | 2024-08-26T23:29:22.183Z | Checking newtype-uuid v1.1.0 |
1927 | 2024-08-26T23:29:22.382Z | Checking ipnetwork v0.20.0 |
1928 | 2024-08-26T23:29:22.424Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1929 | 2024-08-26T23:29:22.527Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1930 | 2024-08-26T23:29:22.548Z | Checking serde_path_to_error v0.1.16 |
1931 | 2024-08-26T23:29:22.735Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1932 | 2024-08-26T23:29:23.163Z | Checking hostname v0.4.0 |
1933 | 2024-08-26T23:29:23.345Z | Checking cstr-argument v0.1.2 |
1934 | 2024-08-26T23:29:23.408Z | Checking instant v0.1.12 |
1935 | 2024-08-26T23:29:23.523Z | Checking fastrand v2.1.0 |
1936 | 2024-08-26T23:29:23.539Z | Checking pretty-hex v0.2.1 |
1937 | 2024-08-26T23:29:23.572Z | Checking debug-ignore v1.0.5 |
1938 | 2024-08-26T23:29:23.709Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1939 | 2024-08-26T23:29:23.725Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1940 | 2024-08-26T23:29:23.856Z | Checking tempfile v3.10.1 |
1941 | 2024-08-26T23:29:23.998Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1942 | 2024-08-26T23:29:24.036Z | Checking backoff v0.4.0 |
1943 | 2024-08-26T23:29:24.141Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1944 | 2024-08-26T23:29:24.330Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1945 | 2024-08-26T23:29:24.380Z | Checking tokio-tungstenite v0.20.1 |
1946 | 2024-08-26T23:29:24.455Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1947 | 2024-08-26T23:29:24.654Z | Compiling zone_cfg_derive v0.1.2 |
1948 | 2024-08-26T23:29:24.689Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1949 | 2024-08-26T23:29:24.847Z | Checking slog-stdlog v4.1.1 |
1950 | 2024-08-26T23:29:25.003Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1951 | 2024-08-26T23:29:25.115Z | Checking serde_with v3.9.0 |
1952 | 2024-08-26T23:29:25.165Z | Checking tungstenite v0.21.0 |
1953 | 2024-08-26T23:29:25.424Z | Checking colored v2.1.0 |
1954 | 2024-08-26T23:29:25.689Z | Checking parse-display v0.10.0 |
1955 | 2024-08-26T23:29:25.704Z | Checking macaddr v1.0.1 |
1956 | 2024-08-26T23:29:25.924Z | Checking base64 v0.13.1 |
1957 | 2024-08-26T23:29:26.054Z | Checking tokio-tungstenite v0.21.0 |
1958 | 2024-08-26T23:29:26.222Z | Checking zone v0.1.8 |
1959 | 2024-08-26T23:29:26.316Z | Checking ron v0.7.1 |
1960 | 2024-08-26T23:29:26.548Z | Checking slog-envlogger v2.2.0 |
1961 | 2024-08-26T23:29:26.751Z | Checking pem v3.0.4 |
1962 | 2024-08-26T23:29:26.897Z | Checking tabwriter v1.4.0 |
1963 | 2024-08-26T23:29:27.024Z | Checking xattr v1.3.1 |
1964 | 2024-08-26T23:29:27.139Z | Checking portpicker v0.1.1 |
1965 | 2024-08-26T23:29:27.222Z | Checking yasna v0.5.2 |
1966 | 2024-08-26T23:29:27.275Z | Checking headers-core v0.2.0 |
1967 | 2024-08-26T23:29:27.424Z | Checking smf v0.2.3 |
1968 | 2024-08-26T23:29:27.427Z | Checking filetime v0.2.24 |
1969 | 2024-08-26T23:29:27.646Z | Checking same-file v1.0.6 |
1970 | 2024-08-26T23:29:27.709Z | Checking tar v0.4.41 |
1971 | 2024-08-26T23:29:27.806Z | Checking walkdir v2.5.0 |
1972 | 2024-08-26T23:29:27.890Z | Checking headers v0.3.9 |
1973 | 2024-08-26T23:29:28.083Z | Checking rcgen v0.12.1 |
1974 | 2024-08-26T23:29:28.086Z | Checking camino-tempfile v1.1.1 |
1975 | 2024-08-26T23:29:28.404Z | Checking atomicwrites v0.4.3 |
1976 | 2024-08-26T23:29:28.429Z | Checking subprocess v0.2.9 |
1977 | 2024-08-26T23:29:29.500Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1978 | 2024-08-26T23:29:29.796Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1979 | 2024-08-26T23:29:31.623Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1980 | 2024-08-26T23:29:33.542Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1981 | 2024-08-26T23:29:33.611Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1982 | 2024-08-26T23:29:36.799Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1983 | 2024-08-26T23:29:42.831Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1984 | 2024-08-26T23:29:42.974Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1985 | 2024-08-26T23:29:42.976Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1986 | 2024-08-26T23:29:45.608Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1987 | 2024-08-26T23:29:46.115Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1988 | 2024-08-26T23:29:52.243Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1989 | 2024-08-26T23:29:53.743Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1990 | 2024-08-26T23:29:54.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.36s |
1991 | 2024-08-26T23:29:55.059Z | |
1992 | 2024-08-26T23:29:55.059Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/154) |
1993 | 2024-08-26T23:29:55.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1994 | 2024-08-26T23:29:55.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1995 | 2024-08-26T23:29:55.735Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1996 | 2024-08-26T23:29:57.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
1997 | 2024-08-26T23:29:57.184Z | |
1998 | 2024-08-26T23:29:57.184Z | info: running `cargo check --bins` on nexus-config (31/154) |
1999 | 2024-08-26T23:29:57.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2000 | 2024-08-26T23:29:57.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2001 | 2024-08-26T23:29:57.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2002 | 2024-08-26T23:29:57.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2003 | 2024-08-26T23:29:57.849Z | |
2004 | 2024-08-26T23:29:57.849Z | info: running `cargo check --bins` on omicron-rpaths (32/154) |
2005 | 2024-08-26T23:29:58.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2006 | 2024-08-26T23:29:58.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2007 | 2024-08-26T23:29:58.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2008 | 2024-08-26T23:29:58.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2009 | 2024-08-26T23:29:58.481Z | |
2010 | 2024-08-26T23:29:58.481Z | info: running `cargo check --bins` on omicron-certificates (33/154) |
2011 | 2024-08-26T23:29:59.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2012 | 2024-08-26T23:29:59.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2013 | 2024-08-26T23:29:59.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2014 | 2024-08-26T23:29:59.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2015 | 2024-08-26T23:29:59.134Z | |
2016 | 2024-08-26T23:29:59.134Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/154) |
2017 | 2024-08-26T23:29:59.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2018 | 2024-08-26T23:29:59.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2019 | 2024-08-26T23:29:59.830Z | Compiling heapless v0.8.0 |
2020 | 2024-08-26T23:29:59.833Z | Checking hash32 v0.3.1 |
2021 | 2024-08-26T23:29:59.833Z | Compiling smoltcp v0.11.0 |
2022 | 2024-08-26T23:29:59.942Z | Checking embedded-io v0.4.0 |
2023 | 2024-08-26T23:29:59.945Z | Checking cobs v0.2.3 |
2024 | 2024-08-26T23:29:59.966Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2025 | 2024-08-26T23:29:59.968Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2026 | 2024-08-26T23:29:59.989Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2027 | 2024-08-26T23:30:00.075Z | Compiling crucible-workspace-hack v0.1.0 |
2028 | 2024-08-26T23:30:00.095Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2029 | 2024-08-26T23:30:00.114Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2030 | 2024-08-26T23:30:00.144Z | Checking postcard v1.0.8 |
2031 | 2024-08-26T23:30:00.315Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2032 | 2024-08-26T23:30:00.340Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2033 | 2024-08-26T23:30:00.503Z | Compiling num-derive v0.4.2 |
2034 | 2024-08-26T23:30:00.676Z | Compiling slog-dtrace v0.3.0 |
2035 | 2024-08-26T23:30:00.690Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2036 | 2024-08-26T23:30:00.827Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2037 | 2024-08-26T23:30:00.868Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2038 | 2024-08-26T23:30:01.659Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2039 | 2024-08-26T23:30:02.126Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2040 | 2024-08-26T23:30:03.604Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2041 | 2024-08-26T23:30:04.477Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2042 | 2024-08-26T23:30:05.548Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2043 | 2024-08-26T23:30:07.318Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2044 | 2024-08-26T23:30:08.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.87s |
2045 | 2024-08-26T23:30:08.157Z | |
2046 | 2024-08-26T23:30:08.157Z | info: running `cargo check --bins` on clickhouse-admin-api (35/154) |
2047 | 2024-08-26T23:30:08.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2048 | 2024-08-26T23:30:08.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2049 | 2024-08-26T23:30:08.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2050 | 2024-08-26T23:30:08.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2051 | 2024-08-26T23:30:08.812Z | |
2052 | 2024-08-26T23:30:08.812Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (36/154) |
2053 | 2024-08-26T23:30:09.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2054 | 2024-08-26T23:30:09.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2055 | 2024-08-26T23:30:09.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2056 | 2024-08-26T23:30:09.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2057 | 2024-08-26T23:30:09.576Z | |
2058 | 2024-08-26T23:30:09.576Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/154) |
2059 | 2024-08-26T23:30:10.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2060 | 2024-08-26T23:30:10.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2061 | 2024-08-26T23:30:10.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2062 | 2024-08-26T23:30:10.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2063 | 2024-08-26T23:30:10.331Z | |
2064 | 2024-08-26T23:30:10.331Z | info: running `cargo check --bins` on dns-server (38/154) |
2065 | 2024-08-26T23:30:10.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2066 | 2024-08-26T23:30:10.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2067 | 2024-08-26T23:30:10.980Z | Compiling parking_lot_core v0.8.6 |
2068 | 2024-08-26T23:30:11.070Z | Checking newline-converter v0.3.0 |
2069 | 2024-08-26T23:30:11.073Z | Checking nibble_vec v0.1.0 |
2070 | 2024-08-26T23:30:11.073Z | Checking endian-type v0.1.2 |
2071 | 2024-08-26T23:30:11.073Z | Checking linked-hash-map v0.5.6 |
2072 | 2024-08-26T23:30:11.073Z | Checking quick-error v1.2.3 |
2073 | 2024-08-26T23:30:11.073Z | Checking fxhash v0.2.1 |
2074 | 2024-08-26T23:30:11.082Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2075 | 2024-08-26T23:30:11.186Z | Checking resolv-conf v0.7.0 |
2076 | 2024-08-26T23:30:11.230Z | Checking expectorate v1.1.0 |
2077 | 2024-08-26T23:30:11.244Z | Checking hickory-server v0.24.1 |
2078 | 2024-08-26T23:30:11.303Z | Checking radix_trie v0.2.1 |
2079 | 2024-08-26T23:30:11.376Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2080 | 2024-08-26T23:30:11.408Z | Checking lru-cache v0.1.2 |
2081 | 2024-08-26T23:30:11.553Z | Checking hickory-resolver v0.24.1 |
2082 | 2024-08-26T23:30:11.683Z | Checking hickory-client v0.24.1 |
2083 | 2024-08-26T23:30:11.753Z | Checking parking_lot v0.11.2 |
2084 | 2024-08-26T23:30:12.081Z | Checking sled v0.34.7 |
2085 | 2024-08-26T23:30:13.935Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2086 | 2024-08-26T23:30:15.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
2087 | 2024-08-26T23:30:15.184Z | |
2088 | 2024-08-26T23:30:15.184Z | info: running `cargo check --bins` on dns-server-api (39/154) |
2089 | 2024-08-26T23:30:15.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2090 | 2024-08-26T23:30:15.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2091 | 2024-08-26T23:30:15.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2092 | 2024-08-26T23:30:15.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2093 | 2024-08-26T23:30:15.812Z | |
2094 | 2024-08-26T23:30:15.812Z | info: running `cargo check --bins` on dns-service-client (40/154) |
2095 | 2024-08-26T23:30:16.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2096 | 2024-08-26T23:30:16.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2097 | 2024-08-26T23:30:16.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2098 | 2024-08-26T23:30:16.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2099 | 2024-08-26T23:30:16.437Z | |
2100 | 2024-08-26T23:30:16.437Z | info: running `cargo check --bins` on gateway-test-utils (41/154) |
2101 | 2024-08-26T23:30:17.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2102 | 2024-08-26T23:30:17.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2103 | 2024-08-26T23:30:17.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2104 | 2024-08-26T23:30:17.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2105 | 2024-08-26T23:30:17.130Z | |
2106 | 2024-08-26T23:30:17.130Z | info: running `cargo check --bins` on gateway-types (42/154) |
2107 | 2024-08-26T23:30:17.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2108 | 2024-08-26T23:30:17.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2109 | 2024-08-26T23:30:17.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2110 | 2024-08-26T23:30:17.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2111 | 2024-08-26T23:30:17.782Z | |
2112 | 2024-08-26T23:30:17.782Z | info: running `cargo check --bins` on ipcc (43/154) |
2113 | 2024-08-26T23:30:18.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2114 | 2024-08-26T23:30:18.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2115 | 2024-08-26T23:30:18.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2116 | 2024-08-26T23:30:18.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2117 | 2024-08-26T23:30:18.428Z | |
2118 | 2024-08-26T23:30:18.428Z | info: running `cargo check --bins` on omicron-gateway (44/154) |
2119 | 2024-08-26T23:30:19.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2120 | 2024-08-26T23:30:19.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2121 | 2024-08-26T23:30:19.123Z | Compiling radium v0.7.0 |
2122 | 2024-08-26T23:30:19.216Z | Compiling maybe-uninit v2.0.0 |
2123 | 2024-08-26T23:30:19.218Z | Checking tap v1.0.1 |
2124 | 2024-08-26T23:30:19.235Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2125 | 2024-08-26T23:30:19.237Z | Checking crc-catalog v2.4.0 |
2126 | 2024-08-26T23:30:19.237Z | Checking funty v2.0.0 |
2127 | 2024-08-26T23:30:19.237Z | Compiling packed_struct v0.10.1 |
2128 | 2024-08-26T23:30:19.279Z | Compiling packed_struct_codegen v0.10.1 |
2129 | 2024-08-26T23:30:19.358Z | Checking wyz v0.5.1 |
2130 | 2024-08-26T23:30:19.396Z | Checking crc v3.2.1 |
2131 | 2024-08-26T23:30:19.719Z | Checking half v2.4.1 |
2132 | 2024-08-26T23:30:19.791Z | Compiling indexmap v1.9.3 |
2133 | 2024-08-26T23:30:19.809Z | Checking ciborium-io v0.2.2 |
2134 | 2024-08-26T23:30:19.895Z | Checking nodrop v0.1.14 |
2135 | 2024-08-26T23:30:19.936Z | Checking smallvec v0.6.14 |
2136 | 2024-08-26T23:30:20.011Z | Checking array-init v0.0.4 |
2137 | 2024-08-26T23:30:20.057Z | Compiling memoffset v0.9.1 |
2138 | 2024-08-26T23:30:20.126Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2139 | 2024-08-26T23:30:20.146Z | Checking bitvec v1.0.1 |
2140 | 2024-08-26T23:30:20.161Z | Checking ciborium-ll v0.2.2 |
2141 | 2024-08-26T23:30:20.275Z | Checking bitfield v0.14.0 |
2142 | 2024-08-26T23:30:20.372Z | Checking hashbrown v0.12.3 |
2143 | 2024-08-26T23:30:20.424Z | Checking ciborium v0.2.2 |
2144 | 2024-08-26T23:30:20.464Z | Checking env_logger v0.10.2 |
2145 | 2024-08-26T23:30:20.679Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2146 | 2024-08-26T23:30:20.881Z | Checking ron v0.8.1 |
2147 | 2024-08-26T23:30:20.913Z | Checking x509-cert v0.2.5 |
2148 | 2024-08-26T23:30:20.953Z | Checking serde-hex v0.1.0 |
2149 | 2024-08-26T23:30:21.375Z | Checking hashbrown v0.13.2 |
2150 | 2024-08-26T23:30:21.486Z | Checking bzip2 v0.4.4 |
2151 | 2024-08-26T23:30:21.783Z | Checking crc-any v2.5.0 |
2152 | 2024-08-26T23:30:22.013Z | Checking zip v0.6.6 |
2153 | 2024-08-26T23:30:22.065Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2154 | 2024-08-26T23:30:22.255Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2155 | 2024-08-26T23:30:22.322Z | Checking path-slash v0.1.5 |
2156 | 2024-08-26T23:30:22.470Z | Checking nix v0.27.1 |
2157 | 2024-08-26T23:30:22.473Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2158 | 2024-08-26T23:30:22.500Z | Checking object v0.30.4 |
2159 | 2024-08-26T23:30:22.637Z | Checking serde-big-array v0.5.1 |
2160 | 2024-08-26T23:30:22.658Z | Checking signal-hook-tokio v0.3.1 |
2161 | 2024-08-26T23:30:22.674Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2162 | 2024-08-26T23:30:24.691Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2163 | 2024-08-26T23:30:25.509Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2164 | 2024-08-26T23:30:32.447Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2165 | 2024-08-26T23:30:33.699Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2166 | 2024-08-26T23:30:35.461Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2167 | 2024-08-26T23:30:37.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.84s |
2168 | 2024-08-26T23:30:37.441Z | |
2169 | 2024-08-26T23:30:37.441Z | info: running `cargo check --bins` on gateway-api (45/154) |
2170 | 2024-08-26T23:30:38.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2171 | 2024-08-26T23:30:38.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2172 | 2024-08-26T23:30:38.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2173 | 2024-08-26T23:30:38.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2174 | 2024-08-26T23:30:38.090Z | |
2175 | 2024-08-26T23:30:38.090Z | info: running `cargo check --bins` on sp-sim (46/154) |
2176 | 2024-08-26T23:30:38.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2177 | 2024-08-26T23:30:38.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2178 | 2024-08-26T23:30:38.742Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2179 | 2024-08-26T23:30:40.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
2180 | 2024-08-26T23:30:40.705Z | |
2181 | 2024-08-26T23:30:40.705Z | info: running `cargo check --bins` on internal-dns (47/154) |
2182 | 2024-08-26T23:30:41.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2183 | 2024-08-26T23:30:41.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2184 | 2024-08-26T23:30:41.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2185 | 2024-08-26T23:30:41.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2186 | 2024-08-26T23:30:41.374Z | |
2187 | 2024-08-26T23:30:41.374Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (48/154) |
2188 | 2024-08-26T23:30:41.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2189 | 2024-08-26T23:30:42.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2190 | 2024-08-26T23:30:42.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2191 | 2024-08-26T23:30:42.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2192 | 2024-08-26T23:30:42.076Z | |
2193 | 2024-08-26T23:30:42.076Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/154) |
2194 | 2024-08-26T23:30:42.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2195 | 2024-08-26T23:30:42.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2196 | 2024-08-26T23:30:42.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2197 | 2024-08-26T23:30:42.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2198 | 2024-08-26T23:30:42.787Z | |
2199 | 2024-08-26T23:30:42.787Z | info: running `cargo check --bins` on db-macros (50/154) |
2200 | 2024-08-26T23:30:43.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2201 | 2024-08-26T23:30:43.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2202 | 2024-08-26T23:30:43.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2203 | 2024-08-26T23:30:43.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2204 | 2024-08-26T23:30:43.425Z | |
2205 | 2024-08-26T23:30:43.425Z | info: running `cargo check --bins` on nexus-macros-common (51/154) |
2206 | 2024-08-26T23:30:43.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2207 | 2024-08-26T23:30:43.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2208 | 2024-08-26T23:30:43.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2209 | 2024-08-26T23:30:43.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2210 | 2024-08-26T23:30:44.056Z | |
2211 | 2024-08-26T23:30:44.056Z | info: running `cargo check --bins` on nexus-auth (52/154) |
2212 | 2024-08-26T23:30:44.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2213 | 2024-08-26T23:30:44.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2214 | 2024-08-26T23:30:44.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2215 | 2024-08-26T23:30:44.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2216 | 2024-08-26T23:30:44.769Z | |
2217 | 2024-08-26T23:30:44.769Z | info: running `cargo check --bins` on authz-macros (53/154) |
2218 | 2024-08-26T23:30:45.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2219 | 2024-08-26T23:30:45.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2220 | 2024-08-26T23:30:45.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2221 | 2024-08-26T23:30:45.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2222 | 2024-08-26T23:30:45.413Z | |
2223 | 2024-08-26T23:30:45.413Z | info: running `cargo check --bins` on nexus-db-fixed-data (54/154) |
2224 | 2024-08-26T23:30:46.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2225 | 2024-08-26T23:30:46.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2226 | 2024-08-26T23:30:46.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2227 | 2024-08-26T23:30:46.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2228 | 2024-08-26T23:30:46.110Z | |
2229 | 2024-08-26T23:30:46.111Z | info: running `cargo check --bins` on nexus-db-model (55/154) |
2230 | 2024-08-26T23:30:46.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2231 | 2024-08-26T23:30:46.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2232 | 2024-08-26T23:30:46.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2233 | 2024-08-26T23:30:46.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2234 | 2024-08-26T23:30:46.800Z | |
2235 | 2024-08-26T23:30:46.800Z | info: running `cargo check --bins` on nexus-defaults (56/154) |
2236 | 2024-08-26T23:30:47.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2237 | 2024-08-26T23:30:47.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2238 | 2024-08-26T23:30:47.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2239 | 2024-08-26T23:30:47.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2240 | 2024-08-26T23:30:47.461Z | |
2241 | 2024-08-26T23:30:47.461Z | info: running `cargo check --bins` on nexus-sled-agent-shared (57/154) |
2242 | 2024-08-26T23:30:48.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2243 | 2024-08-26T23:30:48.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2244 | 2024-08-26T23:30:48.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2245 | 2024-08-26T23:30:48.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2246 | 2024-08-26T23:30:48.135Z | |
2247 | 2024-08-26T23:30:48.135Z | info: running `cargo check --bins` on omicron-passwords (58/154) |
2248 | 2024-08-26T23:30:48.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2249 | 2024-08-26T23:30:48.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2250 | 2024-08-26T23:30:48.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2251 | 2024-08-26T23:30:48.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2252 | 2024-08-26T23:30:48.790Z | |
2253 | 2024-08-26T23:30:48.790Z | info: running `cargo check --bins` on nexus-types (59/154) |
2254 | 2024-08-26T23:30:49.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2255 | 2024-08-26T23:30:49.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2256 | 2024-08-26T23:30:49.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2257 | 2024-08-26T23:30:49.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2258 | 2024-08-26T23:30:49.588Z | |
2259 | 2024-08-26T23:30:49.588Z | info: running `cargo check --bins` on gateway-client (60/154) |
2260 | 2024-08-26T23:30:50.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2261 | 2024-08-26T23:30:50.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2262 | 2024-08-26T23:30:50.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2263 | 2024-08-26T23:30:50.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2264 | 2024-08-26T23:30:50.121Z | |
2265 | 2024-08-26T23:30:50.121Z | info: running `cargo check --bins` on oxql-types (61/154) |
2266 | 2024-08-26T23:30:50.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2267 | 2024-08-26T23:30:50.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2268 | 2024-08-26T23:30:50.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2269 | 2024-08-26T23:30:50.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2270 | 2024-08-26T23:30:50.769Z | |
2271 | 2024-08-26T23:30:50.769Z | info: running `cargo check --bins` on oximeter-types (62/154) |
2272 | 2024-08-26T23:30:51.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2273 | 2024-08-26T23:30:51.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2274 | 2024-08-26T23:30:51.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2275 | 2024-08-26T23:30:51.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2276 | 2024-08-26T23:30:51.437Z | |
2277 | 2024-08-26T23:30:51.437Z | info: running `cargo check --bins` on oximeter-macro-impl (63/154) |
2278 | 2024-08-26T23:30:52.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2279 | 2024-08-26T23:30:52.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2280 | 2024-08-26T23:30:52.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2281 | 2024-08-26T23:30:52.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2282 | 2024-08-26T23:30:52.078Z | |
2283 | 2024-08-26T23:30:52.078Z | info: running `cargo check --bins` on sled-agent-client (64/154) |
2284 | 2024-08-26T23:30:52.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2285 | 2024-08-26T23:30:52.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2286 | 2024-08-26T23:30:52.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2287 | 2024-08-26T23:30:52.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2288 | 2024-08-26T23:30:52.752Z | |
2289 | 2024-08-26T23:30:52.752Z | info: running `cargo check --bins` on oximeter (65/154) |
2290 | 2024-08-26T23:30:53.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2291 | 2024-08-26T23:30:53.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2292 | 2024-08-26T23:30:53.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2293 | 2024-08-26T23:30:53.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2294 | 2024-08-26T23:30:53.415Z | |
2295 | 2024-08-26T23:30:53.415Z | info: running `cargo check --bins` on oximeter-schema (66/154) |
2296 | 2024-08-26T23:30:53.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2297 | 2024-08-26T23:30:53.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2298 | 2024-08-26T23:30:54.067Z | Checking num-rational v0.4.2 |
2299 | 2024-08-26T23:30:54.067Z | Checking num-complex v0.4.6 |
2300 | 2024-08-26T23:30:54.069Z | Compiling prettyplease v0.2.20 |
2301 | 2024-08-26T23:30:54.069Z | Checking float-ord v0.3.2 |
2302 | 2024-08-26T23:30:54.773Z | Checking num v0.4.3 |
2303 | 2024-08-26T23:30:54.840Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2304 | 2024-08-26T23:30:56.875Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2305 | 2024-08-26T23:30:57.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
2306 | 2024-08-26T23:30:57.980Z | |
2307 | 2024-08-26T23:30:57.980Z | info: running `cargo check --bins` on oximeter-timeseries-macro (67/154) |
2308 | 2024-08-26T23:30:58.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2309 | 2024-08-26T23:30:58.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2310 | 2024-08-26T23:30:58.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2311 | 2024-08-26T23:30:58.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2312 | 2024-08-26T23:30:58.650Z | |
2313 | 2024-08-26T23:30:58.650Z | info: running `cargo check --bins` on nexus-inventory (68/154) |
2314 | 2024-08-26T23:30:59.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2315 | 2024-08-26T23:30:59.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2316 | 2024-08-26T23:30:59.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2317 | 2024-08-26T23:30:59.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2318 | 2024-08-26T23:30:59.330Z | |
2319 | 2024-08-26T23:30:59.330Z | info: running `cargo check --bins` on typed-rng (69/154) |
2320 | 2024-08-26T23:30:59.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2321 | 2024-08-26T23:30:59.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2322 | 2024-08-26T23:30:59.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2323 | 2024-08-26T23:30:59.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2324 | 2024-08-26T23:30:59.947Z | |
2325 | 2024-08-26T23:30:59.947Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (70/154) |
2326 | 2024-08-26T23:31:00.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2327 | 2024-08-26T23:31:00.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2328 | 2024-08-26T23:31:00.700Z | Compiling toml v0.8.19 |
2329 | 2024-08-26T23:31:00.700Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2330 | 2024-08-26T23:31:00.703Z | Compiling rustls-pki-types v1.7.0 |
2331 | 2024-08-26T23:31:00.703Z | Checking password-hash v0.5.0 |
2332 | 2024-08-26T23:31:00.703Z | Checking blake2 v0.10.6 |
2333 | 2024-08-26T23:31:00.703Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2334 | 2024-08-26T23:31:00.703Z | Compiling match_cfg v0.1.0 |
2335 | 2024-08-26T23:31:00.703Z | Compiling slog-json v2.6.1 |
2336 | 2024-08-26T23:31:00.940Z | Compiling hostname v0.3.1 |
2337 | 2024-08-26T23:31:01.203Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2338 | 2024-08-26T23:31:01.219Z | Compiling http v1.1.0 |
2339 | 2024-08-26T23:31:01.222Z | Compiling semver v0.1.20 |
2340 | 2024-08-26T23:31:01.233Z | Compiling rustls-webpki v0.102.4 |
2341 | 2024-08-26T23:31:01.297Z | Checking argon2 v0.5.3 |
2342 | 2024-08-26T23:31:01.437Z | Compiling convert_case v0.4.0 |
2343 | 2024-08-26T23:31:01.488Z | Compiling atomic-waker v1.1.2 |
2344 | 2024-08-26T23:31:01.610Z | Compiling waitgroup v0.1.2 |
2345 | 2024-08-26T23:31:01.683Z | Compiling rustc_version v0.1.7 |
2346 | 2024-08-26T23:31:01.847Z | Compiling rustls-pemfile v2.1.3 |
2347 | 2024-08-26T23:31:01.879Z | Compiling slog-bunyan v2.5.0 |
2348 | 2024-08-26T23:31:02.055Z | Compiling rustls v0.22.4 |
2349 | 2024-08-26T23:31:02.092Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2350 | 2024-08-26T23:31:02.202Z | Compiling async-stream v0.3.5 |
2351 | 2024-08-26T23:31:02.323Z | Compiling ipnetwork v0.20.0 |
2352 | 2024-08-26T23:31:02.390Z | Compiling newtype-uuid v1.1.0 |
2353 | 2024-08-26T23:31:02.406Z | Compiling derive_more v0.99.18 |
2354 | 2024-08-26T23:31:02.514Z | Compiling serde_path_to_error v0.1.16 |
2355 | 2024-08-26T23:31:02.560Z | Compiling hostname v0.4.0 |
2356 | 2024-08-26T23:31:02.698Z | Compiling instant v0.1.12 |
2357 | 2024-08-26T23:31:02.829Z | Compiling multer v3.1.0 |
2358 | 2024-08-26T23:31:02.856Z | Compiling rayon-core v1.12.1 |
2359 | 2024-08-26T23:31:03.166Z | Compiling debug-ignore v1.0.5 |
2360 | 2024-08-26T23:31:03.296Z | Compiling backoff v0.4.0 |
2361 | 2024-08-26T23:31:03.327Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2362 | 2024-08-26T23:31:03.368Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2363 | 2024-08-26T23:31:03.371Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2364 | 2024-08-26T23:31:03.665Z | Compiling newtype_derive v0.1.6 |
2365 | 2024-08-26T23:31:03.707Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2366 | 2024-08-26T23:31:03.736Z | Compiling parse-display v0.10.0 |
2367 | 2024-08-26T23:31:03.948Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2368 | 2024-08-26T23:31:03.975Z | Compiling serde_with v3.9.0 |
2369 | 2024-08-26T23:31:04.057Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2370 | 2024-08-26T23:31:04.135Z | Compiling num-rational v0.4.2 |
2371 | 2024-08-26T23:31:04.224Z | Compiling crossbeam-deque v0.8.5 |
2372 | 2024-08-26T23:31:04.416Z | Compiling curve25519-dalek v4.1.3 |
2373 | 2024-08-26T23:31:04.569Z | Compiling num-complex v0.4.6 |
2374 | 2024-08-26T23:31:04.803Z | Compiling macaddr v1.0.1 |
2375 | 2024-08-26T23:31:05.083Z | Compiling unicase v2.7.0 |
2376 | 2024-08-26T23:31:05.258Z | Checking keccak v0.1.5 |
2377 | 2024-08-26T23:31:05.412Z | Compiling same-file v1.0.6 |
2378 | 2024-08-26T23:31:05.584Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2379 | 2024-08-26T23:31:05.697Z | Compiling fastrand v2.1.0 |
2380 | 2024-08-26T23:31:05.721Z | Compiling num v0.4.3 |
2381 | 2024-08-26T23:31:05.844Z | Checking sha3 v0.10.8 |
2382 | 2024-08-26T23:31:05.926Z | Compiling walkdir v2.5.0 |
2383 | 2024-08-26T23:31:06.252Z | Compiling tempfile v3.10.1 |
2384 | 2024-08-26T23:31:06.461Z | Compiling tokio-rustls v0.25.0 |
2385 | 2024-08-26T23:31:06.752Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2386 | 2024-08-26T23:31:06.906Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2387 | 2024-08-26T23:31:07.070Z | Compiling thiserror-impl-no-std v2.0.2 |
2388 | 2024-08-26T23:31:07.134Z | Checking universal-hash v0.5.1 |
2389 | 2024-08-26T23:31:07.327Z | Checking secrecy v0.8.0 |
2390 | 2024-08-26T23:31:07.548Z | Compiling ring v0.16.20 |
2391 | 2024-08-26T23:31:07.961Z | Compiling blake3 v1.5.1 |
2392 | 2024-08-26T23:31:08.497Z | Compiling derive-where v1.2.7 |
2393 | 2024-08-26T23:31:08.664Z | Compiling curve25519-dalek-derive v0.1.1 |
2394 | 2024-08-26T23:31:08.731Z | Compiling cookie v0.18.1 |
2395 | 2024-08-26T23:31:09.062Z | Checking opaque-debug v0.3.1 |
2396 | 2024-08-26T23:31:09.162Z | Compiling float-ord v0.3.2 |
2397 | 2024-08-26T23:31:09.343Z | Checking poly1305 v0.8.0 |
2398 | 2024-08-26T23:31:10.404Z | Checking thiserror-no-std v2.0.2 |
2399 | 2024-08-26T23:31:10.516Z | Compiling rayon v1.10.0 |
2400 | 2024-08-26T23:31:11.018Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2401 | 2024-08-26T23:31:11.465Z | Compiling prettyplease v0.2.20 |
2402 | 2024-08-26T23:31:11.857Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2403 | 2024-08-26T23:31:12.074Z | Checking chacha20 v0.9.1 |
2404 | 2024-08-26T23:31:12.127Z | Checking aead v0.5.2 |
2405 | 2024-08-26T23:31:12.356Z | Compiling memmap2 v0.9.4 |
2406 | 2024-08-26T23:31:12.381Z | Compiling home v0.5.9 |
2407 | 2024-08-26T23:31:12.414Z | Compiling spin v0.5.2 |
2408 | 2024-08-26T23:31:12.606Z | Checking highway v1.2.0 |
2409 | 2024-08-26T23:31:12.655Z | Compiling constant_time_eq v0.3.0 |
2410 | 2024-08-26T23:31:12.672Z | Compiling libefi-sys v0.1.0 |
2411 | 2024-08-26T23:31:12.829Z | Compiling arrayvec v0.7.4 |
2412 | 2024-08-26T23:31:12.852Z | Compiling arrayref v0.3.7 |
2413 | 2024-08-26T23:31:12.963Z | Compiling untrusted v0.7.1 |
2414 | 2024-08-26T23:31:13.010Z | Compiling toolchain_find v0.4.0 |
2415 | 2024-08-26T23:31:13.036Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2416 | 2024-08-26T23:31:13.236Z | Checking chacha20poly1305 v0.10.1 |
2417 | 2024-08-26T23:31:13.467Z | Checking vsss-rs v3.3.4 |
2418 | 2024-08-26T23:31:13.783Z | Checking steno v0.4.1 |
2419 | 2024-08-26T23:31:14.614Z | Compiling camino-tempfile v1.1.1 |
2420 | 2024-08-26T23:31:15.423Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2421 | 2024-08-26T23:31:15.769Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2422 | 2024-08-26T23:31:16.047Z | Compiling bitfield-struct v0.6.1 |
2423 | 2024-08-26T23:31:16.095Z | Compiling topological-sort v0.2.2 |
2424 | 2024-08-26T23:31:16.182Z | Compiling cancel-safe-futures v0.1.5 |
2425 | 2024-08-26T23:31:16.312Z | Compiling omicron-zone-package v0.11.0 |
2426 | 2024-08-26T23:31:16.440Z | Compiling mime_guess v2.0.4 |
2427 | 2024-08-26T23:31:16.578Z | Compiling rustfmt-wrapper v0.2.1 |
2428 | 2024-08-26T23:31:17.202Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2429 | 2024-08-26T23:31:17.231Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2430 | 2024-08-26T23:31:17.527Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2431 | 2024-08-26T23:31:17.544Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2432 | 2024-08-26T23:31:17.819Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2433 | 2024-08-26T23:31:18.138Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2434 | 2024-08-26T23:31:18.238Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2435 | 2024-08-26T23:31:18.764Z | Checking gethostname v0.5.0 |
2436 | 2024-08-26T23:31:18.899Z | Checking libsw v3.3.1 |
2437 | 2024-08-26T23:31:18.920Z | Checking linear-map v1.2.0 |
2438 | 2024-08-26T23:31:18.952Z | Checking swrite v0.1.0 |
2439 | 2024-08-26T23:31:19.076Z | Checking owo-colors v4.0.0 |
2440 | 2024-08-26T23:31:19.233Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2441 | 2024-08-26T23:31:19.520Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2442 | 2024-08-26T23:31:19.887Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2443 | 2024-08-26T23:31:20.046Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2444 | 2024-08-26T23:31:20.378Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2445 | 2024-08-26T23:31:20.497Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2446 | 2024-08-26T23:31:20.580Z | Checking kstat-rs v0.2.4 |
2447 | 2024-08-26T23:31:20.769Z | Checking nanorand v0.7.0 |
2448 | 2024-08-26T23:31:20.921Z | Checking http-range v0.1.5 |
2449 | 2024-08-26T23:31:20.936Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2450 | 2024-08-26T23:31:21.097Z | Checking glob v0.3.1 |
2451 | 2024-08-26T23:31:21.135Z | Checking flume v0.11.0 |
2452 | 2024-08-26T23:31:21.416Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2453 | 2024-08-26T23:31:21.485Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2454 | 2024-08-26T23:31:21.610Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2455 | 2024-08-26T23:31:21.627Z | Checking hyper-staticfile v0.9.5 |
2456 | 2024-08-26T23:31:22.055Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2457 | 2024-08-26T23:31:22.162Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2458 | 2024-08-26T23:31:22.861Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2459 | 2024-08-26T23:31:23.231Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2460 | 2024-08-26T23:31:23.825Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2461 | 2024-08-26T23:31:25.126Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2462 | 2024-08-26T23:31:25.437Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2463 | 2024-08-26T23:31:26.318Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2464 | 2024-08-26T23:31:26.648Z | Checking itertools v0.13.0 |
2465 | 2024-08-26T23:31:27.402Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2466 | 2024-08-26T23:31:27.902Z | Checking display-error-chain v0.2.0 |
2467 | 2024-08-26T23:31:30.652Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2468 | 2024-08-26T23:31:33.414Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2469 | 2024-08-26T23:31:33.997Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2470 | 2024-08-26T23:31:34.266Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2471 | 2024-08-26T23:31:39.346Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2472 | 2024-08-26T23:31:39.346Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2473 | 2024-08-26T23:31:40.118Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2474 | 2024-08-26T23:31:51.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.89s |
2475 | 2024-08-26T23:31:52.013Z | |
2476 | 2024-08-26T23:31:52.013Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (71/154) |
2477 | 2024-08-26T23:31:52.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2478 | 2024-08-26T23:31:52.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2479 | 2024-08-26T23:31:52.789Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2480 | 2024-08-26T23:32:04.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.33s |
2481 | 2024-08-26T23:32:04.533Z | |
2482 | 2024-08-26T23:32:04.533Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (72/154) |
2483 | 2024-08-26T23:32:05.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2484 | 2024-08-26T23:32:05.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2485 | 2024-08-26T23:32:05.293Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2486 | 2024-08-26T23:32:16.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.26s |
2487 | 2024-08-26T23:32:16.966Z | |
2488 | 2024-08-26T23:32:16.967Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (73/154) |
2489 | 2024-08-26T23:32:17.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2490 | 2024-08-26T23:32:17.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2491 | 2024-08-26T23:32:17.735Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2492 | 2024-08-26T23:32:29.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.38s |
2493 | 2024-08-26T23:32:29.517Z | |
2494 | 2024-08-26T23:32:29.517Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (74/154) |
2495 | 2024-08-26T23:32:30.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2496 | 2024-08-26T23:32:30.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2497 | 2024-08-26T23:32:30.273Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2498 | 2024-08-26T23:32:41.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.37s |
2499 | 2024-08-26T23:32:42.078Z | |
2500 | 2024-08-26T23:32:42.078Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (75/154) |
2501 | 2024-08-26T23:32:42.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2024-08-26T23:32:42.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2024-08-26T23:32:42.851Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2504 | 2024-08-26T23:32:54.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.55s |
2505 | 2024-08-26T23:32:54.820Z | |
2506 | 2024-08-26T23:32:54.820Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (76/154) |
2507 | 2024-08-26T23:32:55.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2508 | 2024-08-26T23:32:55.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2509 | 2024-08-26T23:32:55.570Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2510 | 2024-08-26T23:33:07.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.35s |
2511 | 2024-08-26T23:33:07.344Z | |
2512 | 2024-08-26T23:33:07.344Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (77/154) |
2513 | 2024-08-26T23:33:07.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2514 | 2024-08-26T23:33:08.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2515 | 2024-08-26T23:33:08.110Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2516 | 2024-08-26T23:33:19.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.36s |
2517 | 2024-08-26T23:33:19.877Z | |
2518 | 2024-08-26T23:33:19.877Z | info: running `cargo check --bins` on bootstrap-agent-api (78/154) |
2519 | 2024-08-26T23:33:20.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2520 | 2024-08-26T23:33:20.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2521 | 2024-08-26T23:33:20.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2522 | 2024-08-26T23:33:20.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2523 | 2024-08-26T23:33:20.543Z | |
2524 | 2024-08-26T23:33:20.543Z | info: running `cargo check --bins` on nexus-client (79/154) |
2525 | 2024-08-26T23:33:21.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2526 | 2024-08-26T23:33:21.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2527 | 2024-08-26T23:33:21.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2528 | 2024-08-26T23:33:21.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2529 | 2024-08-26T23:33:21.202Z | |
2530 | 2024-08-26T23:33:21.202Z | info: running `cargo check --bins` on sled-agent-types (80/154) |
2531 | 2024-08-26T23:33:21.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2532 | 2024-08-26T23:33:21.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2533 | 2024-08-26T23:33:21.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2534 | 2024-08-26T23:33:21.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2535 | 2024-08-26T23:33:21.881Z | |
2536 | 2024-08-26T23:33:21.881Z | info: running `cargo check --bins` on bootstrap-agent-client (81/154) |
2537 | 2024-08-26T23:33:22.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2024-08-26T23:33:22.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2024-08-26T23:33:22.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2540 | 2024-08-26T23:33:22.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2541 | 2024-08-26T23:33:22.532Z | |
2542 | 2024-08-26T23:33:22.532Z | info: running `cargo check --bins` on dpd-client (82/154) |
2543 | 2024-08-26T23:33:23.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2024-08-26T23:33:23.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2024-08-26T23:33:23.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2546 | 2024-08-26T23:33:23.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2547 | 2024-08-26T23:33:23.168Z | |
2548 | 2024-08-26T23:33:23.168Z | info: running `cargo check --bins` on installinator-common (83/154) |
2549 | 2024-08-26T23:33:23.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2024-08-26T23:33:23.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2024-08-26T23:33:23.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2552 | 2024-08-26T23:33:23.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2553 | 2024-08-26T23:33:23.828Z | |
2554 | 2024-08-26T23:33:23.828Z | info: running `cargo check --bins` on update-engine (84/154) |
2555 | 2024-08-26T23:33:24.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2024-08-26T23:33:24.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2024-08-26T23:33:24.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2558 | 2024-08-26T23:33:24.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2559 | 2024-08-26T23:33:24.449Z | |
2560 | 2024-08-26T23:33:24.449Z | info: running `cargo check --bins` on key-manager (85/154) |
2561 | 2024-08-26T23:33:25.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2024-08-26T23:33:25.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2024-08-26T23:33:25.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2564 | 2024-08-26T23:33:25.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2565 | 2024-08-26T23:33:25.082Z | |
2566 | 2024-08-26T23:33:25.082Z | info: running `cargo check --bins` on omicron-ddm-admin-client (86/154) |
2567 | 2024-08-26T23:33:25.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2024-08-26T23:33:25.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2024-08-26T23:33:25.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2570 | 2024-08-26T23:33:25.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2571 | 2024-08-26T23:33:25.748Z | |
2572 | 2024-08-26T23:33:25.748Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (87/154) |
2573 | 2024-08-26T23:33:26.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2024-08-26T23:33:26.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2024-08-26T23:33:26.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2576 | 2024-08-26T23:33:26.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2577 | 2024-08-26T23:33:26.365Z | |
2578 | 2024-08-26T23:33:26.365Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (88/154) |
2579 | 2024-08-26T23:33:26.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2024-08-26T23:33:26.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2024-08-26T23:33:26.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2582 | 2024-08-26T23:33:26.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2583 | 2024-08-26T23:33:27.007Z | |
2584 | 2024-08-26T23:33:27.007Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (89/154) |
2585 | 2024-08-26T23:33:27.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2024-08-26T23:33:27.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2024-08-26T23:33:27.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2588 | 2024-08-26T23:33:27.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2589 | 2024-08-26T23:33:27.665Z | |
2590 | 2024-08-26T23:33:27.665Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (90/154) |
2591 | 2024-08-26T23:33:28.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2024-08-26T23:33:28.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2024-08-26T23:33:28.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2594 | 2024-08-26T23:33:28.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2595 | 2024-08-26T23:33:28.314Z | |
2596 | 2024-08-26T23:33:28.314Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (91/154) |
2597 | 2024-08-26T23:33:28.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2024-08-26T23:33:28.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2024-08-26T23:33:28.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2600 | 2024-08-26T23:33:28.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2601 | 2024-08-26T23:33:28.961Z | |
2602 | 2024-08-26T23:33:28.961Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (92/154) |
2603 | 2024-08-26T23:33:29.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2024-08-26T23:33:29.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2024-08-26T23:33:29.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2606 | 2024-08-26T23:33:29.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2607 | 2024-08-26T23:33:29.625Z | |
2608 | 2024-08-26T23:33:29.625Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (93/154) |
2609 | 2024-08-26T23:33:30.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2024-08-26T23:33:30.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2024-08-26T23:33:30.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2612 | 2024-08-26T23:33:30.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2613 | 2024-08-26T23:33:30.273Z | |
2614 | 2024-08-26T23:33:30.273Z | info: running `cargo check --bins` on oximeter-producer (94/154) |
2615 | 2024-08-26T23:33:30.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2616 | 2024-08-26T23:33:30.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2617 | 2024-08-26T23:33:30.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2618 | 2024-08-26T23:33:30.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2619 | 2024-08-26T23:33:30.946Z | |
2620 | 2024-08-26T23:33:30.946Z | info: running `cargo check --bins` on sled-agent-api (95/154) |
2621 | 2024-08-26T23:33:31.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2024-08-26T23:33:31.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2024-08-26T23:33:31.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2624 | 2024-08-26T23:33:31.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2625 | 2024-08-26T23:33:31.627Z | |
2626 | 2024-08-26T23:33:31.627Z | info: running `cargo check --bins` on sled-hardware (96/154) |
2627 | 2024-08-26T23:33:32.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2024-08-26T23:33:32.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2024-08-26T23:33:32.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2630 | 2024-08-26T23:33:32.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2631 | 2024-08-26T23:33:32.303Z | |
2632 | 2024-08-26T23:33:32.303Z | info: running `cargo check --bins --no-default-features` on sled-storage (97/154) |
2633 | 2024-08-26T23:33:32.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2024-08-26T23:33:32.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2024-08-26T23:33:32.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2636 | 2024-08-26T23:33:32.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2637 | 2024-08-26T23:33:32.980Z | |
2638 | 2024-08-26T23:33:32.980Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (98/154) |
2639 | 2024-08-26T23:33:33.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2024-08-26T23:33:33.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2024-08-26T23:33:33.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2642 | 2024-08-26T23:33:33.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2643 | 2024-08-26T23:33:33.655Z | |
2644 | 2024-08-26T23:33:33.655Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (99/154) |
2645 | 2024-08-26T23:33:34.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2024-08-26T23:33:34.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2024-08-26T23:33:34.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2648 | 2024-08-26T23:33:34.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2649 | 2024-08-26T23:33:34.354Z | |
2650 | 2024-08-26T23:33:34.354Z | info: running `cargo check --bins` on nexus-test-interface (100/154) |
2651 | 2024-08-26T23:33:34.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2024-08-26T23:33:34.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2024-08-26T23:33:34.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2654 | 2024-08-26T23:33:34.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2655 | 2024-08-26T23:33:35.046Z | |
2656 | 2024-08-26T23:33:35.046Z | info: running `cargo check --bins` on oximeter-collector (101/154) |
2657 | 2024-08-26T23:33:35.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2024-08-26T23:33:35.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2024-08-26T23:33:35.761Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2660 | 2024-08-26T23:33:35.761Z | Checking bcs v0.1.6 |
2661 | 2024-08-26T23:33:35.764Z | Compiling async-recursion v1.1.1 |
2662 | 2024-08-26T23:33:35.764Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2663 | 2024-08-26T23:33:35.764Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2664 | 2024-08-26T23:33:36.928Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2665 | 2024-08-26T23:33:40.217Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2666 | 2024-08-26T23:33:41.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.91s |
2667 | 2024-08-26T23:33:42.136Z | |
2668 | 2024-08-26T23:33:42.136Z | info: running `cargo check --bins` on oximeter-api (102/154) |
2669 | 2024-08-26T23:33:42.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-08-26T23:33:42.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-08-26T23:33:42.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2024-08-26T23:33:42.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2673 | 2024-08-26T23:33:42.809Z | |
2674 | 2024-08-26T23:33:42.809Z | info: running `cargo check --bins` on oximeter-client (103/154) |
2675 | 2024-08-26T23:33:43.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-08-26T23:33:43.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-08-26T23:33:43.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2024-08-26T23:33:43.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2679 | 2024-08-26T23:33:43.481Z | |
2680 | 2024-08-26T23:33:43.481Z | info: running `cargo check --bins --no-default-features` on oximeter-db (104/154) |
2681 | 2024-08-26T23:33:44.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-08-26T23:33:44.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-08-26T23:33:44.159Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2684 | 2024-08-26T23:33:44.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2685 | 2024-08-26T23:33:44.906Z | |
2686 | 2024-08-26T23:33:44.906Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (105/154) |
2687 | 2024-08-26T23:33:45.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-08-26T23:33:45.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-08-26T23:33:45.601Z | Compiling vte_generate_state_changes v0.1.1 |
2690 | 2024-08-26T23:33:45.601Z | Checking fd-lock v4.0.2 |
2691 | 2024-08-26T23:33:45.604Z | Checking bytecount v0.6.8 |
2692 | 2024-08-26T23:33:45.604Z | Compiling tabled_derive v0.7.0 |
2693 | 2024-08-26T23:33:45.604Z | Checking crossterm v0.27.0 |
2694 | 2024-08-26T23:33:45.702Z | Compiling peg-macros v0.8.4 |
2695 | 2024-08-26T23:33:45.705Z | Compiling sqlparser_derive v0.2.2 |
2696 | 2024-08-26T23:33:45.705Z | Checking home v0.5.9 |
2697 | 2024-08-26T23:33:45.851Z | Checking papergrid v0.11.0 |
2698 | 2024-08-26T23:33:45.854Z | Checking unicode_categories v0.1.1 |
2699 | 2024-08-26T23:33:45.899Z | Checking nu-ansi-term v0.50.0 |
2700 | 2024-08-26T23:33:46.265Z | Checking vte v0.11.1 |
2701 | 2024-08-26T23:33:46.308Z | Checking rustyline v14.0.0 |
2702 | 2024-08-26T23:33:46.802Z | Checking sqlparser v0.45.0 |
2703 | 2024-08-26T23:33:47.253Z | Checking sqlformat v0.2.4 |
2704 | 2024-08-26T23:33:47.301Z | Checking crossterm v0.28.1 |
2705 | 2024-08-26T23:33:47.424Z | Checking strip-ansi-escapes v0.2.0 |
2706 | 2024-08-26T23:33:47.583Z | Checking reedline v0.33.0 |
2707 | 2024-08-26T23:33:48.217Z | Checking tabled v0.15.0 |
2708 | 2024-08-26T23:33:48.748Z | Checking peg v0.8.4 |
2709 | 2024-08-26T23:33:53.337Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2710 | 2024-08-26T23:33:58.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s |
2711 | 2024-08-26T23:33:58.663Z | |
2712 | 2024-08-26T23:33:58.663Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (106/154) |
2713 | 2024-08-26T23:33:59.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2024-08-26T23:33:59.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2024-08-26T23:33:59.343Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2716 | 2024-08-26T23:34:04.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s |
2717 | 2024-08-26T23:34:04.849Z | |
2718 | 2024-08-26T23:34:04.849Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (107/154) |
2719 | 2024-08-26T23:34:05.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2024-08-26T23:34:05.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2024-08-26T23:34:05.533Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2722 | 2024-08-26T23:34:10.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s |
2723 | 2024-08-26T23:34:10.803Z | |
2724 | 2024-08-26T23:34:10.803Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (108/154) |
2725 | 2024-08-26T23:34:11.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2024-08-26T23:34:11.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2024-08-26T23:34:11.491Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2728 | 2024-08-26T23:34:15.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s |
2729 | 2024-08-26T23:34:15.835Z | |
2730 | 2024-08-26T23:34:15.835Z | info: running `cargo check --bins` on oximeter-test-utils (109/154) |
2731 | 2024-08-26T23:34:16.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2732 | 2024-08-26T23:34:16.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2733 | 2024-08-26T23:34:16.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2734 | 2024-08-26T23:34:16.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2735 | 2024-08-26T23:34:16.493Z | |
2736 | 2024-08-26T23:34:16.493Z | info: running `cargo check --bins` on cockroach-admin-client (110/154) |
2737 | 2024-08-26T23:34:17.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2738 | 2024-08-26T23:34:17.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2739 | 2024-08-26T23:34:17.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2740 | 2024-08-26T23:34:17.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2741 | 2024-08-26T23:34:17.125Z | |
2742 | 2024-08-26T23:34:17.125Z | info: running `cargo check --bins` on installinator-client (111/154) |
2743 | 2024-08-26T23:34:17.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2744 | 2024-08-26T23:34:17.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2745 | 2024-08-26T23:34:17.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2746 | 2024-08-26T23:34:17.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2747 | 2024-08-26T23:34:17.786Z | |
2748 | 2024-08-26T23:34:17.786Z | info: running `cargo check --bins` on oxide-client (112/154) |
2749 | 2024-08-26T23:34:18.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2750 | 2024-08-26T23:34:18.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2751 | 2024-08-26T23:34:18.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2752 | 2024-08-26T23:34:18.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2753 | 2024-08-26T23:34:18.414Z | |
2754 | 2024-08-26T23:34:18.414Z | info: running `cargo check --bins` on wicketd-client (113/154) |
2755 | 2024-08-26T23:34:19.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2756 | 2024-08-26T23:34:19.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2757 | 2024-08-26T23:34:19.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2758 | 2024-08-26T23:34:19.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2759 | 2024-08-26T23:34:19.107Z | |
2760 | 2024-08-26T23:34:19.107Z | info: running `cargo check --bins` on wicket-common (114/154) |
2761 | 2024-08-26T23:34:19.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2024-08-26T23:34:19.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2024-08-26T23:34:19.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2764 | 2024-08-26T23:34:19.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2765 | 2024-08-26T23:34:19.780Z | |
2766 | 2024-08-26T23:34:19.780Z | info: running `cargo check --bins` on omicron-cockroach-admin (115/154) |
2767 | 2024-08-26T23:34:20.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2024-08-26T23:34:20.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2024-08-26T23:34:20.458Z | Checking csv-core v0.1.11 |
2770 | 2024-08-26T23:34:20.460Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2771 | 2024-08-26T23:34:20.761Z | Checking csv v1.3.0 |
2772 | 2024-08-26T23:34:21.290Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2773 | 2024-08-26T23:34:21.657Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2774 | 2024-08-26T23:34:22.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s |
2775 | 2024-08-26T23:34:23.002Z | |
2776 | 2024-08-26T23:34:23.002Z | info: running `cargo check --bins` on cockroach-admin-api (116/154) |
2777 | 2024-08-26T23:34:23.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2024-08-26T23:34:23.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2024-08-26T23:34:23.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2024-08-26T23:34:23.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2781 | 2024-08-26T23:34:23.671Z | |
2782 | 2024-08-26T23:34:23.671Z | info: running `cargo check --bins` on cockroach-admin-types (117/154) |
2783 | 2024-08-26T23:34:24.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2024-08-26T23:34:24.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2024-08-26T23:34:24.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2024-08-26T23:34:24.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2787 | 2024-08-26T23:34:24.323Z | |
2788 | 2024-08-26T23:34:24.323Z | info: running `cargo check --bins` on cert-dev (118/154) |
2789 | 2024-08-26T23:34:24.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2024-08-26T23:34:24.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2024-08-26T23:34:24.952Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2792 | 2024-08-26T23:34:25.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2793 | 2024-08-26T23:34:25.351Z | |
2794 | 2024-08-26T23:34:25.351Z | info: running `cargo check --bins` on ch-dev (119/154) |
2795 | 2024-08-26T23:34:25.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2024-08-26T23:34:25.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2024-08-26T23:34:26.037Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2798 | 2024-08-26T23:34:26.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
2799 | 2024-08-26T23:34:26.887Z | |
2800 | 2024-08-26T23:34:26.887Z | info: running `cargo check --bins` on crdb-seed (120/154) |
2801 | 2024-08-26T23:34:27.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2024-08-26T23:34:27.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2024-08-26T23:34:27.592Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2804 | 2024-08-26T23:34:27.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
2805 | 2024-08-26T23:34:28.095Z | |
2806 | 2024-08-26T23:34:28.095Z | info: running `cargo check --bins` on db-dev (121/154) |
2807 | 2024-08-26T23:34:28.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2024-08-26T23:34:28.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2024-08-26T23:34:28.785Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2810 | 2024-08-26T23:34:29.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
2811 | 2024-08-26T23:34:29.654Z | |
2812 | 2024-08-26T23:34:29.654Z | info: running `cargo check --bins` on omicron-dev-lib (122/154) |
2813 | 2024-08-26T23:34:30.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2024-08-26T23:34:30.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2024-08-26T23:34:30.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2816 | 2024-08-26T23:34:30.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2817 | 2024-08-26T23:34:30.339Z | |
2818 | 2024-08-26T23:34:30.339Z | info: running `cargo check --bins` on xtask-downloader (123/154) |
2819 | 2024-08-26T23:34:30.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2024-08-26T23:34:30.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2024-08-26T23:34:30.965Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2822 | 2024-08-26T23:34:31.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
2823 | 2024-08-26T23:34:31.958Z | |
2824 | 2024-08-26T23:34:31.958Z | info: running `cargo check --bins` on mgs-dev (124/154) |
2825 | 2024-08-26T23:34:32.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2024-08-26T23:34:32.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2024-08-26T23:34:32.669Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2828 | 2024-08-26T23:34:33.215Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2829 | 2024-08-26T23:34:33.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
2830 | 2024-08-26T23:34:33.755Z | |
2831 | 2024-08-26T23:34:33.755Z | info: running `cargo check --bins` on omicron-omdb (125/154) |
2832 | 2024-08-26T23:34:34.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-08-26T23:34:34.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-08-26T23:34:34.576Z | Compiling glob v0.3.1 |
2835 | 2024-08-26T23:34:34.576Z | Compiling crunchy v0.2.2 |
2836 | 2024-08-26T23:34:34.578Z | Compiling tiny-keccak v2.0.2 |
2837 | 2024-08-26T23:34:34.696Z | Compiling dsl_auto_type v0.1.2 |
2838 | 2024-08-26T23:34:34.698Z | Checking scheduled-thread-pool v0.2.7 |
2839 | 2024-08-26T23:34:34.698Z | Compiling diesel_table_macro_syntax v0.2.0 |
2840 | 2024-08-26T23:34:34.739Z | Compiling ascii-canvas v3.0.0 |
2841 | 2024-08-26T23:34:34.741Z | Compiling ena v0.14.3 |
2842 | 2024-08-26T23:34:34.949Z | Checking r2d2 v0.8.10 |
2843 | 2024-08-26T23:34:35.009Z | Compiling libloading v0.8.3 |
2844 | 2024-08-26T23:34:35.151Z | Compiling regex-syntax v0.6.29 |
2845 | 2024-08-26T23:34:35.169Z | Compiling diff v0.1.13 |
2846 | 2024-08-26T23:34:35.270Z | Compiling bindgen v0.69.4 |
2847 | 2024-08-26T23:34:35.289Z | Compiling which v4.4.2 |
2848 | 2024-08-26T23:34:35.428Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2849 | 2024-08-26T23:34:35.624Z | Compiling clang-sys v1.7.0 |
2850 | 2024-08-26T23:34:35.671Z | Compiling cexpr v0.6.0 |
2851 | 2024-08-26T23:34:35.860Z | Compiling lazycell v1.3.0 |
2852 | 2024-08-26T23:34:35.913Z | Compiling rustc-hash v1.1.0 |
2853 | 2024-08-26T23:34:36.050Z | Compiling ref-cast v1.0.23 |
2854 | 2024-08-26T23:34:36.066Z | Compiling shlex v1.3.0 |
2855 | 2024-08-26T23:34:36.083Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2856 | 2024-08-26T23:34:36.101Z | Compiling derive_builder_core v0.20.0 |
2857 | 2024-08-26T23:34:36.372Z | Compiling diesel_derives v2.2.2 |
2858 | 2024-08-26T23:34:36.389Z | Compiling libxml v0.3.3 |
2859 | 2024-08-26T23:34:36.494Z | Compiling ref-cast-impl v1.0.23 |
2860 | 2024-08-26T23:34:36.706Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2861 | 2024-08-26T23:34:36.847Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2862 | 2024-08-26T23:34:37.216Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2863 | 2024-08-26T23:34:37.497Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2864 | 2024-08-26T23:34:37.529Z | Compiling strum_macros v0.24.3 |
2865 | 2024-08-26T23:34:37.864Z | Compiling indoc v1.0.9 |
2866 | 2024-08-26T23:34:38.599Z | Compiling lalrpop v0.19.12 |
2867 | 2024-08-26T23:34:38.924Z | Compiling derive_builder_macro v0.20.0 |
2868 | 2024-08-26T23:34:39.798Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2869 | 2024-08-26T23:34:39.832Z | Checking derive_builder v0.20.0 |
2870 | 2024-08-26T23:34:39.988Z | Compiling impl-trait-for-tuples v0.2.2 |
2871 | 2024-08-26T23:34:40.353Z | Compiling oso-derive v0.27.3 |
2872 | 2024-08-26T23:34:41.171Z | Checking quick-xml v0.31.0 |
2873 | 2024-08-26T23:34:41.376Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2874 | 2024-08-26T23:34:41.468Z | Checking maplit v1.0.2 |
2875 | 2024-08-26T23:34:41.629Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2876 | 2024-08-26T23:34:41.787Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2877 | 2024-08-26T23:34:42.109Z | Checking bb8 v0.8.5 |
2878 | 2024-08-26T23:34:42.621Z | Compiling const_format_proc_macros v0.2.32 |
2879 | 2024-08-26T23:34:43.397Z | Checking crossbeam-deque v0.8.5 |
2880 | 2024-08-26T23:34:43.459Z | Compiling portable-atomic v1.6.0 |
2881 | 2024-08-26T23:34:43.766Z | Checking rayon-core v1.12.1 |
2882 | 2024-08-26T23:34:44.490Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2883 | 2024-08-26T23:34:44.647Z | Checking castaway v0.2.3 |
2884 | 2024-08-26T23:34:44.840Z | Checking compact_str v0.8.0 |
2885 | 2024-08-26T23:34:44.911Z | Checking const_format v0.2.32 |
2886 | 2024-08-26T23:34:45.615Z | Checking rayon v1.10.0 |
2887 | 2024-08-26T23:34:45.749Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2888 | 2024-08-26T23:34:45.913Z | Checking unicode-truncate v1.0.0 |
2889 | 2024-08-26T23:34:46.058Z | Checking lru v0.12.3 |
2890 | 2024-08-26T23:34:46.167Z | Compiling instability v0.3.2 |
2891 | 2024-08-26T23:34:46.372Z | Checking unicode-linebreak v0.1.5 |
2892 | 2024-08-26T23:34:46.810Z | Checking smawk v0.3.2 |
2893 | 2024-08-26T23:34:47.014Z | Checking number_prefix v0.4.0 |
2894 | 2024-08-26T23:34:47.208Z | Checking cassowary v0.3.0 |
2895 | 2024-08-26T23:34:47.228Z | Checking textwrap v0.16.1 |
2896 | 2024-08-26T23:34:47.641Z | Checking ratatui v0.28.0 |
2897 | 2024-08-26T23:34:47.687Z | Checking multimap v0.10.0 |
2898 | 2024-08-26T23:34:49.421Z | Checking diesel v2.2.2 |
2899 | 2024-08-26T23:34:49.438Z | Checking indicatif v0.17.8 |
2900 | 2024-08-26T23:35:08.779Z | Compiling samael v0.0.15 |
2901 | 2024-08-26T23:35:24.451Z | Compiling polar-core v0.27.3 |
2902 | 2024-08-26T23:35:24.811Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2903 | 2024-08-26T23:35:31.560Z | Checking oso v0.27.3 |
2904 | 2024-08-26T23:36:33.176Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2905 | 2024-08-26T23:36:38.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s |
2906 | 2024-08-26T23:36:38.737Z | |
2907 | 2024-08-26T23:36:38.737Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (126/154) |
2908 | 2024-08-26T23:36:39.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2909 | 2024-08-26T23:36:39.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2910 | 2024-08-26T23:36:39.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2911 | 2024-08-26T23:36:39.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2912 | 2024-08-26T23:36:39.456Z | |
2913 | 2024-08-26T23:36:39.456Z | info: running `cargo check --bins` on nexus-saga-recovery (127/154) |
2914 | 2024-08-26T23:36:40.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2915 | 2024-08-26T23:36:40.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2916 | 2024-08-26T23:36:40.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2917 | 2024-08-26T23:36:40.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2918 | 2024-08-26T23:36:40.172Z | |
2919 | 2024-08-26T23:36:40.172Z | info: running `cargo check --bins` on nexus-test-utils-macros (128/154) |
2920 | 2024-08-26T23:36:40.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2921 | 2024-08-26T23:36:40.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2922 | 2024-08-26T23:36:40.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2923 | 2024-08-26T23:36:40.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2924 | 2024-08-26T23:36:40.809Z | |
2925 | 2024-08-26T23:36:40.810Z | info: running `cargo check --bins` on omicron-nexus (129/154) |
2926 | 2024-08-26T23:36:41.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2927 | 2024-08-26T23:36:41.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2928 | 2024-08-26T23:36:41.659Z | Compiling libz-sys v1.1.16 |
2929 | 2024-08-26T23:36:41.764Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2930 | 2024-08-26T23:36:41.773Z | Compiling vergen v8.3.2 |
2931 | 2024-08-26T23:36:41.776Z | Compiling cargo-platform v0.1.8 |
2932 | 2024-08-26T23:36:41.776Z | Compiling pin-project-internal v1.1.5 |
2933 | 2024-08-26T23:36:41.810Z | Compiling snafu-derive v0.8.2 |
2934 | 2024-08-26T23:36:41.814Z | Compiling libsqlite3-sys v0.28.0 |
2935 | 2024-08-26T23:36:41.814Z | Compiling buf-list v1.0.3 |
2936 | 2024-08-26T23:36:42.126Z | Compiling cargo_metadata v0.18.1 |
2937 | 2024-08-26T23:36:42.356Z | Checking globset v0.4.14 |
2938 | 2024-08-26T23:36:42.368Z | Checking olpc-cjson v0.1.3 |
2939 | 2024-08-26T23:36:42.581Z | Checking rand_seeder v0.3.0 |
2940 | 2024-08-26T23:36:42.626Z | Checking serde_plain v1.0.2 |
2941 | 2024-08-26T23:36:42.709Z | Checking typed-path v0.7.1 |
2942 | 2024-08-26T23:36:42.821Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2943 | 2024-08-26T23:36:42.994Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2944 | 2024-08-26T23:36:43.169Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2945 | 2024-08-26T23:36:43.290Z | Checking hashlink v0.9.1 |
2946 | 2024-08-26T23:36:43.317Z | Checking fallible-streaming-iterator v0.1.9 |
2947 | 2024-08-26T23:36:43.497Z | Checking fallible-iterator v0.3.0 |
2948 | 2024-08-26T23:36:43.573Z | Checking parse-size v1.0.0 |
2949 | 2024-08-26T23:36:43.826Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2950 | 2024-08-26T23:36:43.937Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2951 | 2024-08-26T23:36:44.112Z | Checking rusqlite v0.31.0 |
2952 | 2024-08-26T23:36:44.538Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2953 | 2024-08-26T23:36:44.756Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2954 | 2024-08-26T23:36:44.837Z | Checking twox-hash v1.6.3 |
2955 | 2024-08-26T23:36:44.933Z | Checking pin-project v1.1.5 |
2956 | 2024-08-26T23:36:45.057Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2957 | 2024-08-26T23:36:45.299Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2958 | 2024-08-26T23:36:45.734Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2959 | 2024-08-26T23:36:45.764Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2960 | 2024-08-26T23:36:45.809Z | Checking fatfs v0.3.6 |
2961 | 2024-08-26T23:36:45.851Z | Checking assert_matches v1.5.0 |
2962 | 2024-08-26T23:36:47.053Z | Checking snafu v0.8.2 |
2963 | 2024-08-26T23:36:47.468Z | Checking tough v0.17.1 |
2964 | 2024-08-26T23:36:51.494Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2965 | 2024-08-26T23:36:55.295Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2966 | 2024-08-26T23:36:55.337Z | Compiling git2 v0.19.0 |
2967 | 2024-08-26T23:36:58.036Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2968 | 2024-08-26T23:37:57.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
2969 | 2024-08-26T23:37:57.819Z | |
2970 | 2024-08-26T23:37:57.819Z | info: running `cargo check --bins` on nexus-internal-api (130/154) |
2971 | 2024-08-26T23:37:58.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2972 | 2024-08-26T23:37:58.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2973 | 2024-08-26T23:37:58.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2974 | 2024-08-26T23:37:58.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2975 | 2024-08-26T23:37:58.564Z | |
2976 | 2024-08-26T23:37:58.564Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (131/154) |
2977 | 2024-08-26T23:37:59.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2978 | 2024-08-26T23:37:59.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2979 | 2024-08-26T23:37:59.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2980 | 2024-08-26T23:37:59.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2981 | 2024-08-26T23:37:59.271Z | |
2982 | 2024-08-26T23:37:59.271Z | info: running `cargo check --bins` on nexus-networking (132/154) |
2983 | 2024-08-26T23:37:59.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2984 | 2024-08-26T23:37:59.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2985 | 2024-08-26T23:37:59.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2986 | 2024-08-26T23:37:59.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2987 | 2024-08-26T23:37:59.988Z | |
2988 | 2024-08-26T23:37:59.988Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (133/154) |
2989 | 2024-08-26T23:38:00.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2990 | 2024-08-26T23:38:00.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2991 | 2024-08-26T23:38:00.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2992 | 2024-08-26T23:38:00.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2993 | 2024-08-26T23:38:00.700Z | |
2994 | 2024-08-26T23:38:00.700Z | info: running `cargo check --bins` on update-common (134/154) |
2995 | 2024-08-26T23:38:01.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2024-08-26T23:38:01.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2024-08-26T23:38:01.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2998 | 2024-08-26T23:38:01.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2999 | 2024-08-26T23:38:01.394Z | |
3000 | 2024-08-26T23:38:01.394Z | info: running `cargo check --bins` on tufaceous-lib (135/154) |
3001 | 2024-08-26T23:38:01.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3002 | 2024-08-26T23:38:02.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3003 | 2024-08-26T23:38:02.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3004 | 2024-08-26T23:38:02.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3005 | 2024-08-26T23:38:02.063Z | |
3006 | 2024-08-26T23:38:02.063Z | info: running `cargo check --bins` on tufaceous (136/154) |
3007 | 2024-08-26T23:38:02.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2024-08-26T23:38:02.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2024-08-26T23:38:02.752Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3010 | 2024-08-26T23:38:03.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
3011 | 2024-08-26T23:38:03.834Z | |
3012 | 2024-08-26T23:38:03.834Z | info: running `cargo check --bins` on omicron-dev (137/154) |
3013 | 2024-08-26T23:38:04.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2024-08-26T23:38:04.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2024-08-26T23:38:04.681Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3016 | 2024-08-26T23:38:04.681Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3017 | 2024-08-26T23:38:04.683Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3018 | 2024-08-26T23:38:06.053Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3019 | 2024-08-26T23:38:08.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
3020 | 2024-08-26T23:38:08.673Z | |
3021 | 2024-08-26T23:38:08.673Z | info: running `cargo check --bins` on openapi-manager (138/154) |
3022 | 2024-08-26T23:38:09.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2024-08-26T23:38:09.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2024-08-26T23:38:09.399Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3025 | 2024-08-26T23:38:09.399Z | Checking heck v0.4.1 |
3026 | 2024-08-26T23:38:09.399Z | Checking is_ci v1.2.0 |
3027 | 2024-08-26T23:38:09.401Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3028 | 2024-08-26T23:38:09.401Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3029 | 2024-08-26T23:38:09.401Z | Checking indent_write v2.2.0 |
3030 | 2024-08-26T23:38:09.646Z | Checking supports-color v3.0.0 |
3031 | 2024-08-26T23:38:09.662Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3032 | 2024-08-26T23:38:11.098Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3033 | 2024-08-26T23:38:11.927Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3034 | 2024-08-26T23:38:12.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
3035 | 2024-08-26T23:38:13.111Z | |
3036 | 2024-08-26T23:38:13.111Z | info: running `cargo check --bins` on installinator-api (139/154) |
3037 | 2024-08-26T23:38:13.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2024-08-26T23:38:13.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2024-08-26T23:38:13.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3040 | 2024-08-26T23:38:13.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3041 | 2024-08-26T23:38:13.786Z | |
3042 | 2024-08-26T23:38:13.786Z | info: running `cargo check --bins` on openapi-manager-types (140/154) |
3043 | 2024-08-26T23:38:14.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2024-08-26T23:38:14.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2024-08-26T23:38:14.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3046 | 2024-08-26T23:38:14.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3047 | 2024-08-26T23:38:14.416Z | |
3048 | 2024-08-26T23:38:14.416Z | info: running `cargo check --bins` on wicketd-api (141/154) |
3049 | 2024-08-26T23:38:15.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2024-08-26T23:38:15.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2024-08-26T23:38:15.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3052 | 2024-08-26T23:38:15.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3053 | 2024-08-26T23:38:15.093Z | |
3054 | 2024-08-26T23:38:15.093Z | info: running `cargo check --bins` on reconfigurator-cli (142/154) |
3055 | 2024-08-26T23:38:15.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2024-08-26T23:38:15.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2024-08-26T23:38:15.829Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3058 | 2024-08-26T23:38:17.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
3059 | 2024-08-26T23:38:17.224Z | |
3060 | 2024-08-26T23:38:17.224Z | info: running `cargo check --bins` on omicron-releng (143/154) |
3061 | 2024-08-26T23:38:17.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2024-08-26T23:38:17.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2024-08-26T23:38:17.905Z | Checking memmap2 v0.9.4 |
3064 | 2024-08-26T23:38:17.905Z | Checking arrayvec v0.7.4 |
3065 | 2024-08-26T23:38:17.907Z | Checking untrusted v0.7.1 |
3066 | 2024-08-26T23:38:17.907Z | Checking constant_time_eq v0.3.0 |
3067 | 2024-08-26T23:38:17.907Z | Checking arrayref v0.3.7 |
3068 | 2024-08-26T23:38:17.907Z | Checking spin v0.5.2 |
3069 | 2024-08-26T23:38:17.907Z | Checking cargo-platform v0.1.8 |
3070 | 2024-08-26T23:38:17.996Z | Checking topological-sort v0.2.2 |
3071 | 2024-08-26T23:38:18.083Z | Checking shell-words v1.1.0 |
3072 | 2024-08-26T23:38:18.245Z | Checking ring v0.16.20 |
3073 | 2024-08-26T23:38:18.269Z | Checking blake3 v1.5.1 |
3074 | 2024-08-26T23:38:18.289Z | Checking cargo_metadata v0.18.1 |
3075 | 2024-08-26T23:38:19.413Z | Checking omicron-zone-package v0.11.0 |
3076 | 2024-08-26T23:38:20.498Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3077 | 2024-08-26T23:38:21.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s |
3078 | 2024-08-26T23:38:21.525Z | |
3079 | 2024-08-26T23:38:21.525Z | info: running `cargo check --bins` on xtask (144/154) |
3080 | 2024-08-26T23:38:21.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3081 | 2024-08-26T23:38:21.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3082 | 2024-08-26T23:38:22.008Z | Checking serde v1.0.208 |
3083 | 2024-08-26T23:38:22.010Z | Checking thiserror v1.0.63 |
3084 | 2024-08-26T23:38:22.010Z | Checking scroll v0.12.0 |
3085 | 2024-08-26T23:38:22.088Z | Checking hashbrown v0.14.5 |
3086 | 2024-08-26T23:38:22.096Z | Checking bitflags v2.6.0 |
3087 | 2024-08-26T23:38:22.103Z | Checking log v0.4.21 |
3088 | 2024-08-26T23:38:22.106Z | Checking zerocopy v0.7.34 |
3089 | 2024-08-26T23:38:22.136Z | Checking syn v2.0.74 |
3090 | 2024-08-26T23:38:22.189Z | Checking pest v2.7.10 |
3091 | 2024-08-26T23:38:22.358Z | Checking rustix v0.38.34 |
3092 | 2024-08-26T23:38:22.374Z | Checking fs-err v2.11.0 |
3093 | 2024-08-26T23:38:22.564Z | Checking goblin v0.8.2 |
3094 | 2024-08-26T23:38:22.664Z | Checking tabled v0.15.0 |
3095 | 2024-08-26T23:38:23.191Z | Checking indexmap v2.4.0 |
3096 | 2024-08-26T23:38:23.414Z | Checking terminal_size v0.3.0 |
3097 | 2024-08-26T23:38:23.469Z | Checking anyhow v1.0.86 |
3098 | 2024-08-26T23:38:23.588Z | Checking clap_builder v4.5.15 |
3099 | 2024-08-26T23:38:24.478Z | Checking dtrace-parser v0.2.0 |
3100 | 2024-08-26T23:38:25.905Z | Checking clap v4.5.16 |
3101 | 2024-08-26T23:38:26.129Z | Checking serde_json v1.0.125 |
3102 | 2024-08-26T23:38:26.132Z | Checking serde_spanned v0.6.7 |
3103 | 2024-08-26T23:38:26.132Z | Checking toml_datetime v0.6.8 |
3104 | 2024-08-26T23:38:26.132Z | Checking camino v1.1.9 |
3105 | 2024-08-26T23:38:26.132Z | Checking semver v1.0.23 |
3106 | 2024-08-26T23:38:26.132Z | Checking cargo-platform v0.1.8 |
3107 | 2024-08-26T23:38:26.318Z | Checking macaddr v1.0.1 |
3108 | 2024-08-26T23:38:26.438Z | Checking toml_edit v0.22.20 |
3109 | 2024-08-26T23:38:27.310Z | Checking dof v0.3.0 |
3110 | 2024-08-26T23:38:27.310Z | Checking cargo_metadata v0.18.1 |
3111 | 2024-08-26T23:38:27.709Z | Checking usdt-impl v0.5.0 |
3112 | 2024-08-26T23:38:28.071Z | Checking usdt v0.5.0 |
3113 | 2024-08-26T23:38:28.225Z | Checking toml v0.8.19 |
3114 | 2024-08-26T23:38:28.682Z | Checking cargo_toml v0.20.4 |
3115 | 2024-08-26T23:38:29.871Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3116 | 2024-08-26T23:38:30.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.93s |
3117 | 2024-08-26T23:38:30.554Z | |
3118 | 2024-08-26T23:38:30.554Z | info: running `cargo check --bins` on end-to-end-tests (145/154) |
3119 | 2024-08-26T23:38:31.024Z | Downloading crates ... |
3120 | 2024-08-26T23:38:31.255Z | Downloaded ed25519 v2.2.3 |
3121 | 2024-08-26T23:38:31.258Z | Downloaded option-ext v0.2.0 |
3122 | 2024-08-26T23:38:31.261Z | Downloaded blowfish v0.9.1 |
3123 | 2024-08-26T23:38:31.269Z | Downloaded dirs-sys v0.4.1 |
3124 | 2024-08-26T23:38:31.272Z | Downloaded pbkdf2 v0.11.0 |
3125 | 2024-08-26T23:38:31.274Z | Downloaded bcrypt-pbkdf v0.10.0 |
3126 | 2024-08-26T23:38:31.279Z | Downloaded md5 v0.7.0 |
3127 | 2024-08-26T23:38:31.284Z | Downloaded russh-cryptovec v0.7.2 |
3128 | 2024-08-26T23:38:31.287Z | Downloaded primeorder v0.13.6 |
3129 | 2024-08-26T23:38:31.287Z | Downloaded aes-gcm v0.10.3 |
3130 | 2024-08-26T23:38:31.291Z | Downloaded polyval v0.6.2 |
3131 | 2024-08-26T23:38:31.294Z | Downloaded hex-literal v0.4.1 |
3132 | 2024-08-26T23:38:31.296Z | Downloaded rfc6979 v0.4.0 |
3133 | 2024-08-26T23:38:31.296Z | Downloaded dirs v5.0.1 |
3134 | 2024-08-26T23:38:31.297Z | Downloaded ssh-cipher v0.2.0 |
3135 | 2024-08-26T23:38:31.300Z | Downloaded russh v0.44.1 |
3136 | 2024-08-26T23:38:31.306Z | Downloaded password-hash v0.4.2 |
3137 | 2024-08-26T23:38:31.308Z | Downloaded dhcproto v0.12.0 |
3138 | 2024-08-26T23:38:31.311Z | Downloaded p256 v0.13.2 |
3139 | 2024-08-26T23:38:31.314Z | Downloaded ecdsa v0.16.9 |
3140 | 2024-08-26T23:38:31.317Z | Downloaded internet-checksum v0.2.1 |
3141 | 2024-08-26T23:38:31.317Z | Downloaded ed25519-dalek v2.1.1 |
3142 | 2024-08-26T23:38:31.324Z | Downloaded num-bigint v0.4.5 |
3143 | 2024-08-26T23:38:31.328Z | Downloaded ssh-key v0.6.6 |
3144 | 2024-08-26T23:38:31.335Z | Downloaded ssh-encoding v0.2.0 |
3145 | 2024-08-26T23:38:31.337Z | Downloaded p521 v0.13.3 |
3146 | 2024-08-26T23:38:31.340Z | Downloaded russh-keys v0.44.0 |
3147 | 2024-08-26T23:38:31.342Z | Downloaded p384 v0.13.0 |
3148 | 2024-08-26T23:38:31.347Z | Downloaded ghash v0.5.1 |
3149 | 2024-08-26T23:38:31.349Z | Downloaded dhcproto-macros v0.1.0 |
3150 | 2024-08-26T23:38:31.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3151 | 2024-08-26T23:38:31.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3152 | 2024-08-26T23:38:31.487Z | Checking polyval v0.6.2 |
3153 | 2024-08-26T23:38:31.490Z | Checking rfc6979 v0.4.0 |
3154 | 2024-08-26T23:38:31.600Z | Checking primeorder v0.13.6 |
3155 | 2024-08-26T23:38:31.603Z | Checking ctr v0.9.2 |
3156 | 2024-08-26T23:38:31.624Z | Checking ed25519 v2.2.3 |
3157 | 2024-08-26T23:38:31.627Z | Checking ssh-encoding v0.2.0 |
3158 | 2024-08-26T23:38:31.627Z | Checking blowfish v0.9.1 |
3159 | 2024-08-26T23:38:31.627Z | Checking option-ext v0.2.0 |
3160 | 2024-08-26T23:38:31.726Z | Checking ecdsa v0.16.9 |
3161 | 2024-08-26T23:38:31.792Z | Checking dirs-sys v0.4.1 |
3162 | 2024-08-26T23:38:31.809Z | Checking ghash v0.5.1 |
3163 | 2024-08-26T23:38:31.852Z | Checking password-hash v0.4.2 |
3164 | 2024-08-26T23:38:31.893Z | Checking bcrypt-pbkdf v0.10.0 |
3165 | 2024-08-26T23:38:31.970Z | Checking aes-gcm v0.10.3 |
3166 | 2024-08-26T23:38:31.988Z | Checking ed25519-dalek v2.1.1 |
3167 | 2024-08-26T23:38:31.992Z | Checking matches v0.1.10 |
3168 | 2024-08-26T23:38:32.020Z | Checking dirs v5.0.1 |
3169 | 2024-08-26T23:38:32.044Z | Compiling enum-as-inner v0.5.1 |
3170 | 2024-08-26T23:38:32.091Z | Checking idna v0.2.3 |
3171 | 2024-08-26T23:38:32.138Z | Checking russh-cryptovec v0.7.2 |
3172 | 2024-08-26T23:38:32.164Z | Checking md5 v0.7.0 |
3173 | 2024-08-26T23:38:32.200Z | Checking ssh-cipher v0.2.0 |
3174 | 2024-08-26T23:38:32.261Z | Checking pbkdf2 v0.11.0 |
3175 | 2024-08-26T23:38:32.338Z | Checking num-bigint v0.4.5 |
3176 | 2024-08-26T23:38:32.359Z | Compiling dhcproto-macros v0.1.0 |
3177 | 2024-08-26T23:38:32.440Z | Checking p521 v0.13.3 |
3178 | 2024-08-26T23:38:32.456Z | Checking p384 v0.13.0 |
3179 | 2024-08-26T23:38:32.494Z | Checking ssh-key v0.6.6 |
3180 | 2024-08-26T23:38:32.548Z | Checking p256 v0.13.2 |
3181 | 2024-08-26T23:38:32.922Z | Checking hex-literal v0.4.1 |
3182 | 2024-08-26T23:38:33.026Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3183 | 2024-08-26T23:38:33.054Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3184 | 2024-08-26T23:38:33.095Z | Checking trust-dns-proto v0.22.0 |
3185 | 2024-08-26T23:38:33.312Z | Checking internet-checksum v0.2.1 |
3186 | 2024-08-26T23:38:34.054Z | Checking russh-keys v0.44.0 |
3187 | 2024-08-26T23:38:34.993Z | Checking russh v0.44.1 |
3188 | 2024-08-26T23:38:35.732Z | Checking dhcproto v0.12.0 |
3189 | 2024-08-26T23:38:53.238Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3190 | 2024-08-26T23:38:54.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.01s |
3191 | 2024-08-26T23:38:54.756Z | |
3192 | 2024-08-26T23:38:54.756Z | info: running `cargo check --bins` on gateway-cli (146/154) |
3193 | 2024-08-26T23:38:55.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2024-08-26T23:38:55.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2024-08-26T23:38:55.425Z | Checking termios v0.3.3 |
3196 | 2024-08-26T23:38:55.639Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3197 | 2024-08-26T23:38:56.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
3198 | 2024-08-26T23:38:56.579Z | |
3199 | 2024-08-26T23:38:56.579Z | info: running `cargo check --bins --no-default-features` on installinator (147/154) |
3200 | 2024-08-26T23:38:57.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3201 | 2024-08-26T23:38:57.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3202 | 2024-08-26T23:38:57.307Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3203 | 2024-08-26T23:38:59.370Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3204 | 2024-08-26T23:39:01.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
3205 | 2024-08-26T23:39:01.415Z | |
3206 | 2024-08-26T23:39:01.415Z | info: running `cargo check --bins` on internal-dns-cli (148/154) |
3207 | 2024-08-26T23:39:02.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3208 | 2024-08-26T23:39:02.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3209 | 2024-08-26T23:39:02.074Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3210 | 2024-08-26T23:39:02.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3211 | 2024-08-26T23:39:02.686Z | |
3212 | 2024-08-26T23:39:02.686Z | info: running `cargo check --bins` on omicron-package (149/154) |
3213 | 2024-08-26T23:39:03.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3214 | 2024-08-26T23:39:03.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3215 | 2024-08-26T23:39:03.401Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3216 | 2024-08-26T23:39:04.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
3217 | 2024-08-26T23:39:04.821Z | |
3218 | 2024-08-26T23:39:04.822Z | info: running `cargo check --bins` on wicket-dbg (150/154) |
3219 | 2024-08-26T23:39:05.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3220 | 2024-08-26T23:39:05.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3221 | 2024-08-26T23:39:05.540Z | Checking rtoolbox v0.0.2 |
3222 | 2024-08-26T23:39:05.540Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3223 | 2024-08-26T23:39:05.542Z | Checking tui-tree-widget v0.22.0 |
3224 | 2024-08-26T23:39:05.753Z | Checking rpassword v7.3.1 |
3225 | 2024-08-26T23:39:09.687Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3226 | 2024-08-26T23:39:12.699Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3227 | 2024-08-26T23:39:13.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.97s |
3228 | 2024-08-26T23:39:13.963Z | |
3229 | 2024-08-26T23:39:13.963Z | info: running `cargo check --bins` on wicket (151/154) |
3230 | 2024-08-26T23:39:14.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3231 | 2024-08-26T23:39:14.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3232 | 2024-08-26T23:39:14.669Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3233 | 2024-08-26T23:39:15.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3234 | 2024-08-26T23:39:15.200Z | |
3235 | 2024-08-26T23:39:15.200Z | info: running `cargo check --bins` on wicketd (152/154) |
3236 | 2024-08-26T23:39:15.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3237 | 2024-08-26T23:39:15.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3238 | 2024-08-26T23:39:15.922Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3239 | 2024-08-26T23:39:19.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
3240 | 2024-08-26T23:39:19.807Z | |
3241 | 2024-08-26T23:39:19.807Z | info: running `cargo check --bins` on omicron-workspace-hack (153/154) |
3242 | 2024-08-26T23:39:20.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3243 | 2024-08-26T23:39:20.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3244 | 2024-08-26T23:39:20.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3245 | 2024-08-26T23:39:20.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3246 | 2024-08-26T23:39:20.435Z | |
3247 | 2024-08-26T23:39:20.435Z | info: running `cargo check --bins` on zone-setup (154/154) |
3248 | 2024-08-26T23:39:21.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3249 | 2024-08-26T23:39:21.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3250 | 2024-08-26T23:39:21.171Z | Checking uzers v0.11.3 |
3251 | 2024-08-26T23:39:21.475Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3252 | 2024-08-26T23:39:22.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
3253 | 2024-08-26T23:39:22.722Z | |
3254 | 2024-08-26T23:39:22.722Z | real 11:07.816289480 |
3255 | 2024-08-26T23:39:22.722Z | user 23:44.749694939 |
3256 | 2024-08-26T23:39:22.722Z | sys 5:07.937653422 |
3257 | 2024-08-26T23:39:22.722Z | trap 0.532169527 |
3258 | 2024-08-26T23:39:22.722Z | tflt 3.145987127 |
3259 | 2024-08-26T23:39:22.722Z | dflt 1.720479608 |
3260 | 2024-08-26T23:39:22.722Z | kflt 0.002590465 |
3261 | 2024-08-26T23:39:22.722Z | lock 43:19.136357163 |
3262 | 2024-08-26T23:39:22.725Z | slp 1:58:01.147770317 |
3263 | 2024-08-26T23:39:22.725Z | lat 1:00.200654259 |
3264 | 2024-08-26T23:39:22.725Z | stop 3:00.340787050 |
3265 | 2024-08-26T23:39:22.725Z | process exited: duration 884043 ms, exit code 0 |
|
3266 | 2024-08-26T23:39:22.731Z | found 0 output files |