|
|
|
1 | 2024-10-30T13:27:48.521Z | job assigned to worker 01JBESQFDMP0Y1Y0NMVK10PMDQ (queued for 56 s) |
|
2 | 2024-10-30T13:27:56.073Z | starting task 0: "setup" |
3 | 2024-10-30T13:27:56.084Z | ++ uname -s |
4 | 2024-10-30T13:27:56.086Z | + kern=SunOS |
5 | 2024-10-30T13:27:56.087Z | + case "$kern" in |
6 | 2024-10-30T13:27:56.087Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T13:27:56.087Z | + groupadd -g 12345 build |
8 | 2024-10-30T13:27:56.089Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T13:27:58.102Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T13:27:58.266Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T13:27:58.268Z | + home_fs=zfs |
12 | 2024-10-30T13:27:58.269Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T13:27:58.269Z | + mkdir -p /home/build |
14 | 2024-10-30T13:27:58.274Z | + chown build:build /home/build /work |
15 | 2024-10-30T13:28:00.273Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T13:28:00.276Z | process exited: duration 4203 ms, exit code 0 |
|
17 | 2024-10-30T13:28:00.281Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T13:28:00.286Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T13:28:00.286Z | * toolchain channel = "1.82.0" |
20 | 2024-10-30T13:28:00.286Z | * toolchain profile = "default" |
21 | 2024-10-30T13:28:00.286Z | ' 1.82.0 |
22 | 2024-10-30T13:28:00.286Z | + printf ' * toolchain profile = "%s" |
23 | 2024-10-30T13:28:00.286Z | ' default |
24 | 2024-10-30T13:28:00.289Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T13:28:00.289Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-10-30T13:28:00.403Z | info: downloading installer |
27 | 2024-10-30T13:28:01.981Z | info: profile set to 'default' |
28 | 2024-10-30T13:28:01.981Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T13:28:01.984Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-10-30T13:28:02.154Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-30T13:28:02.154Z | info: downloading component 'cargo' |
32 | 2024-10-30T13:28:03.148Z | info: downloading component 'clippy' |
33 | 2024-10-30T13:28:03.522Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T13:28:04.911Z | info: downloading component 'rust-std' |
35 | 2024-10-30T13:28:07.121Z | info: downloading component 'rustc' |
36 | 2024-10-30T13:28:14.983Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T13:28:15.266Z | info: installing component 'cargo' |
38 | 2024-10-30T13:28:16.085Z | info: installing component 'clippy' |
39 | 2024-10-30T13:28:16.480Z | info: installing component 'rust-docs' |
40 | 2024-10-30T13:28:18.188Z | info: installing component 'rust-std' |
41 | 2024-10-30T13:28:20.123Z | info: installing component 'rustc' |
42 | 2024-10-30T13:28:26.044Z | info: installing component 'rustfmt' |
43 | 2024-10-30T13:28:26.387Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-10-30T13:28:26.387Z | |
45 | 2024-10-30T13:28:26.767Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-30T13:28:26.767Z | |
47 | 2024-10-30T13:28:26.770Z | |
48 | 2024-10-30T13:28:26.770Z | Rust is installed now. Great! |
49 | 2024-10-30T13:28:26.770Z | |
50 | 2024-10-30T13:28:26.770Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T13:28:26.770Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T13:28:26.770Z | |
53 | 2024-10-30T13:28:26.770Z | To configure your current shell, you need to source |
54 | 2024-10-30T13:28:26.770Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T13:28:26.770Z | |
56 | 2024-10-30T13:28:26.770Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T13:28:26.770Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T13:28:26.770Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T13:28:26.847Z | + rustc --version |
60 | 2024-10-30T13:28:26.929Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-30T13:28:26.932Z | process exited: duration 26635 ms, exit code 0 |
|
62 | 2024-10-30T13:28:26.936Z | starting task 2: "authentication" |
63 | 2024-10-30T13:28:26.958Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-10-30T13:28:26.963Z | starting task 3: "clone repository" |
65 | 2024-10-30T13:28:26.968Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-30T13:28:26.970Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-30T13:28:27.007Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-30T13:28:34.940Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-30T13:28:34.941Z | + git fetch origin 417a9860d36cb60bc2a7fa04d452983b52da1ccd |
70 | 2024-10-30T13:28:35.283Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-30T13:28:35.286Z | * branch 417a9860d36cb60bc2a7fa04d452983b52da1ccd -> FETCH_HEAD |
72 | 2024-10-30T13:28:35.294Z | + [[ -n john/fix-rss-dns-typo ]] |
73 | 2024-10-30T13:28:35.298Z | ++ git branch --show-current |
74 | 2024-10-30T13:28:35.298Z | + current=main |
75 | 2024-10-30T13:28:35.300Z | + [[ main != john/fix-rss-dns-typo ]] |
76 | 2024-10-30T13:28:35.300Z | + git branch -f john/fix-rss-dns-typo 417a9860d36cb60bc2a7fa04d452983b52da1ccd |
77 | 2024-10-30T13:28:35.303Z | + git checkout -f john/fix-rss-dns-typo |
78 | 2024-10-30T13:28:35.465Z | Switched to branch 'john/fix-rss-dns-typo' |
79 | 2024-10-30T13:28:35.467Z | + git reset --hard 417a9860d36cb60bc2a7fa04d452983b52da1ccd |
80 | 2024-10-30T13:28:35.478Z | HEAD is now at 417a9860d Fix DNS port typo in RSS |
81 | 2024-10-30T13:28:35.481Z | process exited: duration 8514 ms, exit code 0 |
|
82 | 2024-10-30T13:28:35.488Z | starting task 4: "build" |
83 | 2024-10-30T13:28:35.491Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-30T13:28:35.491Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-30T13:28:35.491Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-30T13:28:35.494Z | + cargo --version |
87 | 2024-10-30T13:28:35.550Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-10-30T13:28:35.553Z | + rustc --version |
89 | 2024-10-30T13:28:35.614Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-10-30T13:28:35.616Z | + source ./env.sh |
91 | 2024-10-30T13:28:35.616Z | ++ OLD_SHELL_OPTS=ehxB |
92 | 2024-10-30T13:28:35.616Z | ++ set -o xtrace |
93 | 2024-10-30T13:28:35.618Z | ++++ dirname ./env.sh |
94 | 2024-10-30T13:28:35.621Z | +++ readlink -f . |
95 | 2024-10-30T13:28:35.623Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
96 | 2024-10-30T13:28:35.623Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-10-30T13:28:35.623Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-10-30T13:28:35.626Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-10-30T13:28:35.626Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-10-30T13:28:35.626Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-10-30T13:28:35.626Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-10-30T13:28:35.626Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-10-30T13:28:35.626Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2024-10-30T13:28:35.626Z | ++ case $OLD_SHELL_OPTS in |
105 | 2024-10-30T13:28:35.626Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
106 | 2024-10-30T13:28:35.626Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-10-30T13:28:35.626Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
108 | 2024-10-30T13:28:35.626Z | + banner prerequisites |
109 | 2024-10-30T13:28:35.628Z | |
110 | 2024-10-30T13:28:35.628Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2024-10-30T13:28:35.628Z | # # # # # # # # # # # # # # # |
112 | 2024-10-30T13:28:35.628Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2024-10-30T13:28:35.628Z | ##### ##### # ##### # # # # # # # # # |
114 | 2024-10-30T13:28:35.629Z | # # # # # # # # # # # # # # # |
115 | 2024-10-30T13:28:35.629Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2024-10-30T13:28:35.629Z | |
117 | 2024-10-30T13:28:35.629Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
118 | 2024-10-30T13:28:43.710Z | Startup: Refreshing catalog 'helios-dev' ... Done |
119 | 2024-10-30T13:28:46.962Z | Startup: Caching catalogs ... Done |
120 | 2024-10-30T13:28:54.129Z | Planning: Solver setup ... Done (6.387s) |
121 | 2024-10-30T13:28:54.226Z | Planning: Running solver ... Done (0.092s) |
122 | 2024-10-30T13:28:54.304Z | Planning: Finding local manifests ... Done (0.004s) |
123 | 2024-10-30T13:28:54.317Z | Planning: Fetching manifests: 0/5 0% complete |
124 | 2024-10-30T13:28:54.536Z | Planning: Fetching manifests: 5/5 100% complete |
125 | 2024-10-30T13:28:54.641Z | Planning: Package planning ... Done (0.104s) |
126 | 2024-10-30T13:28:54.697Z | Planning: Merging actions ... Done (0.056s) |
127 | 2024-10-30T13:28:54.890Z | Planning: Checking for conflicting actions ... Done (0.193s) |
128 | 2024-10-30T13:28:56.882Z | Planning: Consolidating action changes ... Done (1.991s) |
129 | 2024-10-30T13:28:57.323Z | Planning: Evaluating mediators ... Done (0.441s) |
130 | 2024-10-30T13:28:57.408Z | Planning: Planning completed in 10.36 seconds |
131 | 2024-10-30T13:28:57.423Z | Packages to install: 4 |
132 | 2024-10-30T13:28:57.426Z | Packages to update: 1 |
133 | 2024-10-30T13:28:57.426Z | Mediators to change: 2 |
134 | 2024-10-30T13:28:57.426Z | Services to change: 1 |
135 | 2024-10-30T13:28:57.426Z | Estimated space available: 155.61 GB |
136 | 2024-10-30T13:28:57.426Z | Estimated space to be consumed: 1.58 GB |
137 | 2024-10-30T13:28:57.426Z | Create boot environment: No |
138 | 2024-10-30T13:28:57.426Z | Create backup boot environment: Yes |
139 | 2024-10-30T13:28:57.426Z | Rebuild boot archive: No |
140 | 2024-10-30T13:28:57.426Z | |
141 | 2024-10-30T13:28:57.426Z | Changed mediators: |
142 | 2024-10-30T13:28:57.426Z | mediator clang: |
143 | 2024-10-30T13:28:57.426Z | version: None -> 15 (system default) |
144 | 2024-10-30T13:28:57.426Z | |
145 | 2024-10-30T13:28:57.426Z | mediator llvm: |
146 | 2024-10-30T13:28:57.426Z | version: 14 (system default) -> 15 (system default) |
147 | 2024-10-30T13:28:57.426Z | |
148 | 2024-10-30T13:28:57.427Z | Changed packages: |
149 | 2024-10-30T13:28:57.427Z | helios-dev |
150 | 2024-10-30T13:28:57.427Z | developer/build-essential |
151 | 2024-10-30T13:28:57.427Z | None -> 11-2.0 |
152 | 2024-10-30T13:28:57.427Z | library/libxmlsec1 |
153 | 2024-10-30T13:28:57.427Z | None -> 1.2.35-2.0 |
154 | 2024-10-30T13:28:57.427Z | ooce/developer/clang-15 |
155 | 2024-10-30T13:28:57.427Z | None -> 15.0.7-2.0 |
156 | 2024-10-30T13:28:57.427Z | ooce/developer/llvm-15 |
157 | 2024-10-30T13:28:57.427Z | None -> 15.0.7-2.0 |
158 | 2024-10-30T13:28:57.427Z | package/pkg |
159 | 2024-10-30T13:28:57.427Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
160 | 2024-10-30T13:28:57.427Z | |
161 | 2024-10-30T13:28:57.427Z | Services: |
162 | 2024-10-30T13:28:57.427Z | restart_fmri: |
163 | 2024-10-30T13:28:57.427Z | svc:/system/update-man-index:default |
164 | 2024-10-30T13:28:57.427Z | |
165 | 2024-10-30T13:28:57.427Z | Editable files to change: |
166 | 2024-10-30T13:28:57.427Z | Update: |
167 | 2024-10-30T13:28:57.427Z | usr/share/lib/pkg/web/config.shtml |
168 | 2024-10-30T13:28:57.502Z | |
169 | 2024-10-30T13:28:57.502Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
170 | 2024-10-30T13:29:02.512Z | Download: 318/4281 items 16.3/220.6MB 7% complete (3.3M/s) |
171 | 2024-10-30T13:29:07.512Z | Download: 955/4281 items 19.2/220.6MB 8% complete (1.9M/s) |
172 | 2024-10-30T13:29:12.517Z | Download: 1454/4281 items 116.5/220.6MB 52% complete (10.1M/s) |
173 | 2024-10-30T13:29:17.537Z | Download: 2217/4281 items 119.2/220.6MB 54% complete (10.1M/s) |
174 | 2024-10-30T13:29:22.543Z | Download: 2783/4281 items 121.0/220.6MB 54% complete (458k/s) |
175 | 2024-10-30T13:29:27.547Z | Download: 3249/4281 items 203.1/220.6MB 92% complete (8.4M/s) |
176 | 2024-10-30T13:29:32.556Z | Download: 4006/4281 items 219.3/220.6MB 99% complete (9.8M/s) |
177 | 2024-10-30T13:29:36.799Z | Download: Completed 220.60 MB in 39.29 seconds (5.6M/s) |
178 | 2024-10-30T13:29:38.813Z | Actions: 1/5063 actions (Removing old actions) |
179 | 2024-10-30T13:29:38.833Z | Actions: 194/5063 actions (Installing new actions) |
180 | 2024-10-30T13:29:43.568Z | Actions: 4226/5063 actions (Updating modified actions) |
181 | 2024-10-30T13:29:43.881Z | Actions: Completed 5063 actions in 5.07 seconds. |
182 | 2024-10-30T13:29:44.256Z | Done (0.366s) |
183 | 2024-10-30T13:29:44.259Z | Done (0.000s) |
184 | 2024-10-30T13:29:44.762Z | Done (0.504s) |
185 | 2024-10-30T13:29:49.105Z | Done (4.133s) |
186 | 2024-10-30T13:29:49.195Z | Done (0.017s) |
187 | 2024-10-30T13:29:49.198Z | Done (0.000s) |
188 | 2024-10-30T13:29:49.358Z | Done (0.000s) |
189 | 2024-10-30T13:29:50.024Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-10-30T13:29:50.190Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-10-30T13:29:50.193Z | Planning: Consolidating action changes ... Done |
192 | 2024-10-30T13:29:50.470Z | Planning: Evaluating mediators ... Done |
193 | 2024-10-30T13:29:50.472Z | Planning: Planning completed in 0.45 seconds |
194 | 2024-10-30T13:29:50.510Z | Mediators to change: 2 |
195 | 2024-10-30T13:29:50.510Z | Create boot environment: No |
196 | 2024-10-30T13:29:50.510Z | Create backup boot environment: No |
197 | 2024-10-30T13:29:50.591Z | Done |
198 | 2024-10-30T13:29:50.591Z | Done |
199 | 2024-10-30T13:29:50.914Z | Done |
200 | 2024-10-30T13:29:54.536Z | Done |
201 | 2024-10-30T13:29:54.631Z | Done |
202 | 2024-10-30T13:29:54.633Z | Done |
203 | 2024-10-30T13:29:54.746Z | Done |
204 | 2024-10-30T13:29:55.368Z | Planning: Evaluating mediator changes ... Done |
205 | 2024-10-30T13:29:55.372Z | Planning: Merging actions ... Done |
206 | 2024-10-30T13:29:55.564Z | Planning: Checking for conflicting actions ... Done |
207 | 2024-10-30T13:29:55.570Z | Planning: Consolidating action changes ... Done |
208 | 2024-10-30T13:29:55.844Z | Planning: Evaluating mediators ... Done |
209 | 2024-10-30T13:29:55.897Z | Planning: Planning completed in 0.78 seconds |
210 | 2024-10-30T13:29:55.941Z | Packages to change: 1 |
211 | 2024-10-30T13:29:55.942Z | Mediators to change: 1 |
212 | 2024-10-30T13:29:55.944Z | Services to change: 1 |
213 | 2024-10-30T13:29:55.944Z | Create boot environment: No |
214 | 2024-10-30T13:29:55.944Z | Create backup boot environment: Yes |
215 | 2024-10-30T13:29:57.987Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2024-10-30T13:29:57.990Z | Actions: Completed 6 actions in 0.00 seconds. |
217 | 2024-10-30T13:29:57.990Z | Done |
218 | 2024-10-30T13:29:57.990Z | Done |
219 | 2024-10-30T13:29:58.093Z | Done |
220 | 2024-10-30T13:30:01.698Z | Done |
221 | 2024-10-30T13:30:01.795Z | Done |
222 | 2024-10-30T13:30:01.799Z | Done |
223 | 2024-10-30T13:30:01.923Z | Done |
224 | 2024-10-30T13:30:02.359Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2024-10-30T13:30:02.359Z | clang system 15 system |
226 | 2024-10-30T13:30:02.359Z | csh system system illumos |
227 | 2024-10-30T13:30:02.359Z | ctags system system illumos |
228 | 2024-10-30T13:30:02.359Z | gcc vendor 12 vendor |
229 | 2024-10-30T13:30:02.359Z | gcc system 10 system |
230 | 2024-10-30T13:30:02.359Z | gcc system 7 system |
231 | 2024-10-30T13:30:02.359Z | go system 1.20 system |
232 | 2024-10-30T13:30:02.359Z | go system 1.19 system |
233 | 2024-10-30T13:30:02.359Z | llvm system 15 system |
234 | 2024-10-30T13:30:02.359Z | llvm system 14 system |
235 | 2024-10-30T13:30:02.359Z | mariadb system 10.6 system |
236 | 2024-10-30T13:30:02.359Z | mta vendor vendor dma |
237 | 2024-10-30T13:30:02.359Z | openjdk system 17 system |
238 | 2024-10-30T13:30:02.359Z | openjdk system 11 system |
239 | 2024-10-30T13:30:02.359Z | openjdk system 1.8 system |
240 | 2024-10-30T13:30:02.359Z | openssl vendor 3 vendor |
241 | 2024-10-30T13:30:02.359Z | perl system 5.36 system |
242 | 2024-10-30T13:30:02.359Z | postgresql system 15 system |
243 | 2024-10-30T13:30:02.359Z | postgresql system 13 system |
244 | 2024-10-30T13:30:02.359Z | python vendor 3 vendor |
245 | 2024-10-30T13:30:02.359Z | python system 2 system |
246 | 2024-10-30T13:30:02.359Z | python3 system 3.11 system |
247 | 2024-10-30T13:30:02.359Z | ruby system 3.0 system |
248 | 2024-10-30T13:30:02.359Z | words vendor vendor american-english |
249 | 2024-10-30T13:30:02.359Z | words system system australian-english |
250 | 2024-10-30T13:30:02.359Z | words system system british-english |
251 | 2024-10-30T13:30:02.359Z | words system system canadian-english |
252 | 2024-10-30T13:30:02.360Z | words system system french |
253 | 2024-10-30T13:30:02.360Z | words system system italian |
254 | 2024-10-30T13:30:02.360Z | words system system ngerman |
255 | 2024-10-30T13:30:02.360Z | words system system ogerman |
256 | 2024-10-30T13:30:02.360Z | words system system spanish |
257 | 2024-10-30T13:30:02.693Z | PUBLISHER TYPE STATUS P LOCATION |
258 | 2024-10-30T13:30:02.693Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
259 | 2024-10-30T13:30:05.088Z | FMRI IFO |
260 | 2024-10-30T13:30:05.088Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2024-10-30T13:30:05.088Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2024-10-30T13:30:05.088Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2024-10-30T13:30:05.088Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
264 | 2024-10-30T13:30:05.088Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
265 | 2024-10-30T13:30:05.088Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
266 | 2024-10-30T13:30:05.089Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
267 | 2024-10-30T13:30:05.089Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
268 | 2024-10-30T13:30:05.089Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
269 | 2024-10-30T13:30:05.089Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
270 | 2024-10-30T13:30:05.089Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
271 | 2024-10-30T13:30:05.089Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
272 | 2024-10-30T13:30:05.089Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
273 | 2024-10-30T13:30:05.089Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
274 | 2024-10-30T13:30:05.089Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
275 | 2024-10-30T13:30:05.780Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
276 | 2024-10-30T13:30:06.088Z | Updating crates.io index |
277 | 2024-10-30T13:30:06.088Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
278 | 2024-10-30T13:30:06.934Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
279 | 2024-10-30T13:30:07.167Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
280 | 2024-10-30T13:30:07.424Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
281 | 2024-10-30T13:30:07.727Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
282 | 2024-10-30T13:30:08.514Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
283 | 2024-10-30T13:30:10.944Z | Updating git repository `https://github.com/oxidecomputer/opte` |
284 | 2024-10-30T13:30:12.037Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
285 | 2024-10-30T13:30:12.815Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
286 | 2024-10-30T13:30:13.098Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
287 | 2024-10-30T13:30:13.348Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
288 | 2024-10-30T13:30:13.942Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
289 | 2024-10-30T13:30:14.415Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
290 | 2024-10-30T13:30:14.745Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
291 | 2024-10-30T13:30:15.049Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
292 | 2024-10-30T13:30:15.339Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
293 | 2024-10-30T13:30:15.607Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
294 | 2024-10-30T13:30:15.936Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
295 | 2024-10-30T13:30:16.228Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
296 | 2024-10-30T13:30:16.650Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
297 | 2024-10-30T13:30:16.938Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
298 | 2024-10-30T13:30:17.333Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
299 | 2024-10-30T13:30:17.641Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
300 | 2024-10-30T13:30:18.146Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
301 | 2024-10-30T13:30:18.661Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
302 | 2024-10-30T13:30:18.912Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
303 | 2024-10-30T13:30:19.225Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
304 | 2024-10-30T13:30:20.565Z | Downloading crates ... |
305 | 2024-10-30T13:30:20.655Z | Downloaded cargo_metadata v0.18.1 |
306 | 2024-10-30T13:30:20.658Z | Downloaded camino-tempfile v1.1.1 |
307 | 2024-10-30T13:30:20.660Z | Downloaded bytecount v0.6.8 |
308 | 2024-10-30T13:30:20.663Z | Downloaded anstream v0.6.15 |
309 | 2024-10-30T13:30:20.665Z | Downloaded anstyle-query v1.1.1 |
310 | 2024-10-30T13:30:20.686Z | Downloaded errno v0.3.9 |
311 | 2024-10-30T13:30:20.689Z | Downloaded block-buffer v0.10.4 |
312 | 2024-10-30T13:30:20.692Z | Downloaded toml_datetime v0.6.8 |
313 | 2024-10-30T13:30:20.695Z | Downloaded strsim v0.11.1 |
314 | 2024-10-30T13:30:20.695Z | Downloaded heck v0.5.0 |
315 | 2024-10-30T13:30:20.697Z | Downloaded fnv v1.0.7 |
316 | 2024-10-30T13:30:20.697Z | Downloaded macaddr v1.0.1 |
317 | 2024-10-30T13:30:20.700Z | Downloaded itoa v1.0.11 |
318 | 2024-10-30T13:30:20.700Z | Downloaded autocfg v1.4.0 |
319 | 2024-10-30T13:30:20.703Z | Downloaded crypto-common v0.1.6 |
320 | 2024-10-30T13:30:20.703Z | Downloaded anstyle v1.0.8 |
321 | 2024-10-30T13:30:20.706Z | Downloaded byteorder v1.5.0 |
322 | 2024-10-30T13:30:20.709Z | Downloaded thread-id v4.2.2 |
323 | 2024-10-30T13:30:20.712Z | Downloaded clap_lex v0.7.2 |
324 | 2024-10-30T13:30:20.712Z | Downloaded pest_generator v2.7.14 |
325 | 2024-10-30T13:30:20.715Z | Downloaded pretty-hex v0.4.1 |
326 | 2024-10-30T13:30:20.718Z | Downloaded utf8parse v0.2.2 |
327 | 2024-10-30T13:30:20.723Z | Downloaded dof v0.3.0 |
328 | 2024-10-30T13:30:20.725Z | Downloaded cargo-platform v0.1.8 |
329 | 2024-10-30T13:30:20.725Z | Downloaded serde_tokenstream v0.2.2 |
330 | 2024-10-30T13:30:20.728Z | Downloaded tempfile v3.13.0 |
331 | 2024-10-30T13:30:20.730Z | Downloaded anstyle-parse v0.2.5 |
332 | 2024-10-30T13:30:20.737Z | Downloaded ucd-trie v0.1.7 |
333 | 2024-10-30T13:30:20.745Z | Downloaded camino v1.1.9 |
334 | 2024-10-30T13:30:20.748Z | Downloaded serde_derive v1.0.210 |
335 | 2024-10-30T13:30:20.750Z | Downloaded papergrid v0.11.0 |
336 | 2024-10-30T13:30:20.754Z | Downloaded anyhow v1.0.89 |
337 | 2024-10-30T13:30:20.759Z | Downloaded proc-macro2 v1.0.87 |
338 | 2024-10-30T13:30:20.761Z | Downloaded is_terminal_polyfill v1.70.1 |
339 | 2024-10-30T13:30:20.764Z | Downloaded equivalent v1.0.1 |
340 | 2024-10-30T13:30:20.764Z | Downloaded dtrace-parser v0.2.0 |
341 | 2024-10-30T13:30:20.764Z | Downloaded colorchoice v1.0.2 |
342 | 2024-10-30T13:30:20.766Z | Downloaded clap v4.5.20 |
343 | 2024-10-30T13:30:20.772Z | Downloaded swrite v0.1.0 |
344 | 2024-10-30T13:30:20.775Z | Downloaded proc-macro-error-attr v1.0.4 |
345 | 2024-10-30T13:30:20.775Z | Downloaded ryu v1.0.18 |
346 | 2024-10-30T13:30:20.777Z | Downloaded textwrap v0.16.1 |
347 | 2024-10-30T13:30:20.780Z | Downloaded bitflags v2.6.0 |
348 | 2024-10-30T13:30:20.783Z | Downloaded semver v1.0.23 |
349 | 2024-10-30T13:30:20.786Z | Downloaded scroll_derive v0.12.0 |
350 | 2024-10-30T13:30:20.788Z | Downloaded cargo_toml v0.20.5 |
351 | 2024-10-30T13:30:20.796Z | Downloaded usdt-macro v0.5.0 |
352 | 2024-10-30T13:30:20.799Z | Downloaded cfg-if v1.0.0 |
353 | 2024-10-30T13:30:20.799Z | Downloaded cpufeatures v0.2.14 |
354 | 2024-10-30T13:30:20.801Z | Downloaded heck v0.4.1 |
355 | 2024-10-30T13:30:20.801Z | Downloaded generic-array v0.14.7 |
356 | 2024-10-30T13:30:20.804Z | Downloaded fs-err v2.11.0 |
357 | 2024-10-30T13:30:20.804Z | Downloaded usdt-attr-macro v0.5.0 |
358 | 2024-10-30T13:30:20.806Z | Downloaded plain v0.2.3 |
359 | 2024-10-30T13:30:20.808Z | Downloaded serde_spanned v0.6.8 |
360 | 2024-10-30T13:30:20.808Z | Downloaded memmap v0.7.0 |
361 | 2024-10-30T13:30:20.810Z | Downloaded fastrand v2.1.1 |
362 | 2024-10-30T13:30:20.819Z | Downloaded scroll v0.12.0 |
363 | 2024-10-30T13:30:20.830Z | Downloaded unicode-linebreak v0.1.5 |
364 | 2024-10-30T13:30:20.832Z | Downloaded clap_derive v4.5.18 |
365 | 2024-10-30T13:30:20.834Z | Downloaded thiserror-impl v1.0.64 |
366 | 2024-10-30T13:30:20.835Z | Downloaded terminal_size v0.4.0 |
367 | 2024-10-30T13:30:20.837Z | Downloaded thiserror v1.0.64 |
368 | 2024-10-30T13:30:20.839Z | Downloaded version_check v0.9.5 |
369 | 2024-10-30T13:30:20.842Z | Downloaded digest v0.10.7 |
370 | 2024-10-30T13:30:20.844Z | Downloaded usdt-impl v0.5.0 |
371 | 2024-10-30T13:30:20.844Z | Downloaded usdt v0.5.0 |
372 | 2024-10-30T13:30:20.846Z | Downloaded smawk v0.3.2 |
373 | 2024-10-30T13:30:20.850Z | Downloaded quote v1.0.37 |
374 | 2024-10-30T13:30:20.852Z | Downloaded memchr v2.7.4 |
375 | 2024-10-30T13:30:20.857Z | Downloaded sha2 v0.10.8 |
376 | 2024-10-30T13:30:20.860Z | Downloaded pest_derive v2.7.14 |
377 | 2024-10-30T13:30:20.862Z | Downloaded once_cell v1.20.2 |
378 | 2024-10-30T13:30:20.871Z | Downloaded tabled_derive v0.7.0 |
379 | 2024-10-30T13:30:20.875Z | Downloaded zerocopy-derive v0.7.35 |
380 | 2024-10-30T13:30:20.880Z | Downloaded pest_meta v2.7.14 |
381 | 2024-10-30T13:30:20.882Z | Downloaded typenum v1.17.0 |
382 | 2024-10-30T13:30:20.885Z | Downloaded proc-macro-error v1.0.4 |
383 | 2024-10-30T13:30:20.888Z | Downloaded log v0.4.22 |
384 | 2024-10-30T13:30:20.891Z | Downloaded unicode-ident v1.0.13 |
385 | 2024-10-30T13:30:20.898Z | Downloaded toml v0.8.19 |
386 | 2024-10-30T13:30:20.929Z | Downloaded indexmap v2.6.0 |
387 | 2024-10-30T13:30:20.934Z | Downloaded serde v1.0.210 |
388 | 2024-10-30T13:30:20.942Z | Downloaded toml_edit v0.22.22 |
389 | 2024-10-30T13:30:20.987Z | Downloaded winnow v0.6.20 |
390 | 2024-10-30T13:30:20.996Z | Downloaded pest v2.7.14 |
391 | 2024-10-30T13:30:21.000Z | Downloaded hashbrown v0.15.0 |
392 | 2024-10-30T13:30:21.005Z | Downloaded goblin v0.8.2 |
393 | 2024-10-30T13:30:21.011Z | Downloaded zerocopy v0.7.35 |
394 | 2024-10-30T13:30:21.026Z | Downloaded clap_builder v4.5.20 |
395 | 2024-10-30T13:30:21.033Z | Downloaded serde_json v1.0.128 |
396 | 2024-10-30T13:30:21.040Z | Downloaded unicode-width v0.1.14 |
397 | 2024-10-30T13:30:21.045Z | Downloaded tabled v0.15.0 |
398 | 2024-10-30T13:30:21.060Z | Downloaded syn v1.0.109 |
399 | 2024-10-30T13:30:21.069Z | Downloaded syn v2.0.79 |
400 | 2024-10-30T13:30:21.090Z | Downloaded rustix v0.38.37 |
401 | 2024-10-30T13:30:21.123Z | Downloaded libc v0.2.161 |
402 | 2024-10-30T13:30:21.426Z | Compiling proc-macro2 v1.0.87 |
403 | 2024-10-30T13:30:21.426Z | Compiling unicode-ident v1.0.13 |
404 | 2024-10-30T13:30:21.429Z | Compiling version_check v0.9.5 |
405 | 2024-10-30T13:30:21.429Z | Compiling serde v1.0.210 |
406 | 2024-10-30T13:30:21.429Z | Compiling memchr v2.7.4 |
407 | 2024-10-30T13:30:21.429Z | Compiling thiserror v1.0.64 |
408 | 2024-10-30T13:30:21.429Z | Compiling libc v0.2.161 |
409 | 2024-10-30T13:30:21.429Z | Compiling ucd-trie v0.1.7 |
410 | 2024-10-30T13:30:21.686Z | Compiling itoa v1.0.11 |
411 | 2024-10-30T13:30:21.958Z | Compiling ryu v1.0.18 |
412 | 2024-10-30T13:30:22.271Z | Compiling once_cell v1.20.2 |
413 | 2024-10-30T13:30:22.309Z | Compiling byteorder v1.5.0 |
414 | 2024-10-30T13:30:22.493Z | Compiling serde_json v1.0.128 |
415 | 2024-10-30T13:30:22.679Z | Compiling rustix v0.38.37 |
416 | 2024-10-30T13:30:22.770Z | Compiling bitflags v2.6.0 |
417 | 2024-10-30T13:30:22.878Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-10-30T13:30:23.117Z | Compiling usdt-impl v0.5.0 |
419 | 2024-10-30T13:30:23.166Z | Compiling syn v1.0.109 |
420 | 2024-10-30T13:30:23.255Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-10-30T13:30:23.278Z | Compiling hashbrown v0.15.0 |
422 | 2024-10-30T13:30:23.441Z | Compiling quote v1.0.37 |
423 | 2024-10-30T13:30:23.598Z | Compiling errno v0.3.9 |
424 | 2024-10-30T13:30:23.708Z | Compiling utf8parse v0.2.2 |
425 | 2024-10-30T13:30:23.850Z | Compiling syn v2.0.79 |
426 | 2024-10-30T13:30:23.897Z | Compiling log v0.4.22 |
427 | 2024-10-30T13:30:23.943Z | Compiling thread-id v4.2.2 |
428 | 2024-10-30T13:30:24.017Z | Compiling equivalent v1.0.1 |
429 | 2024-10-30T13:30:24.067Z | Compiling plain v0.2.3 |
430 | 2024-10-30T13:30:24.100Z | Compiling camino v1.1.9 |
431 | 2024-10-30T13:30:24.244Z | Compiling anstyle-parse v0.2.5 |
432 | 2024-10-30T13:30:24.422Z | Compiling indexmap v2.6.0 |
433 | 2024-10-30T13:30:24.591Z | Compiling anstyle v1.0.8 |
434 | 2024-10-30T13:30:24.798Z | Compiling unicode-width v0.1.14 |
435 | 2024-10-30T13:30:24.857Z | Compiling anstyle-query v1.1.1 |
436 | 2024-10-30T13:30:25.015Z | Compiling is_terminal_polyfill v1.70.1 |
437 | 2024-10-30T13:30:25.018Z | Compiling winnow v0.6.20 |
438 | 2024-10-30T13:30:25.068Z | Compiling pretty-hex v0.4.1 |
439 | 2024-10-30T13:30:25.180Z | Compiling colorchoice v1.0.2 |
440 | 2024-10-30T13:30:25.274Z | Compiling autocfg v1.4.0 |
441 | 2024-10-30T13:30:25.340Z | Compiling semver v1.0.23 |
442 | 2024-10-30T13:30:25.361Z | Compiling anstream v0.6.15 |
443 | 2024-10-30T13:30:25.948Z | Compiling terminal_size v0.4.0 |
444 | 2024-10-30T13:30:26.121Z | Compiling anyhow v1.0.89 |
445 | 2024-10-30T13:30:26.164Z | Compiling cfg-if v1.0.0 |
446 | 2024-10-30T13:30:26.280Z | Compiling bytecount v0.6.8 |
447 | 2024-10-30T13:30:26.389Z | Compiling fs-err v2.11.0 |
448 | 2024-10-30T13:30:26.488Z | Compiling strsim v0.11.1 |
449 | 2024-10-30T13:30:26.517Z | Compiling fastrand v2.1.1 |
450 | 2024-10-30T13:30:26.640Z | Compiling clap_lex v0.7.2 |
451 | 2024-10-30T13:30:26.687Z | Compiling fnv v1.0.7 |
452 | 2024-10-30T13:30:26.730Z | Compiling heck v0.5.0 |
453 | 2024-10-30T13:30:26.887Z | Compiling heck v0.4.1 |
454 | 2024-10-30T13:30:27.193Z | Compiling clap_builder v4.5.20 |
455 | 2024-10-30T13:30:27.252Z | Compiling tempfile v3.13.0 |
456 | 2024-10-30T13:30:27.404Z | Compiling papergrid v0.11.0 |
457 | 2024-10-30T13:30:27.850Z | Compiling memmap v0.7.0 |
458 | 2024-10-30T13:30:27.981Z | Compiling smawk v0.3.2 |
459 | 2024-10-30T13:30:28.094Z | Compiling unicode-linebreak v0.1.5 |
460 | 2024-10-30T13:30:28.594Z | Compiling textwrap v0.16.1 |
461 | 2024-10-30T13:30:28.782Z | Compiling swrite v0.1.0 |
462 | 2024-10-30T13:30:29.579Z | Compiling tabled_derive v0.7.0 |
463 | 2024-10-30T13:30:31.242Z | Compiling tabled v0.15.0 |
464 | 2024-10-30T13:30:32.033Z | Compiling serde_derive v1.0.210 |
465 | 2024-10-30T13:30:32.033Z | Compiling thiserror-impl v1.0.64 |
466 | 2024-10-30T13:30:32.036Z | Compiling zerocopy-derive v0.7.35 |
467 | 2024-10-30T13:30:32.080Z | Compiling scroll_derive v0.12.0 |
468 | 2024-10-30T13:30:32.125Z | Compiling clap_derive v4.5.18 |
469 | 2024-10-30T13:30:33.531Z | Compiling scroll v0.12.0 |
470 | 2024-10-30T13:30:34.029Z | Compiling goblin v0.8.2 |
471 | 2024-10-30T13:30:34.125Z | Compiling zerocopy v0.7.35 |
472 | 2024-10-30T13:30:34.684Z | Compiling pest v2.7.14 |
473 | 2024-10-30T13:30:35.576Z | Compiling clap v4.5.20 |
474 | 2024-10-30T13:30:37.017Z | Compiling pest_meta v2.7.14 |
475 | 2024-10-30T13:30:37.887Z | Compiling pest_generator v2.7.14 |
476 | 2024-10-30T13:30:39.574Z | Compiling pest_derive v2.7.14 |
477 | 2024-10-30T13:30:40.254Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-10-30T13:30:41.837Z | Compiling serde_tokenstream v0.2.2 |
479 | 2024-10-30T13:30:42.076Z | Compiling serde_spanned v0.6.8 |
480 | 2024-10-30T13:30:42.076Z | Compiling toml_datetime v0.6.8 |
481 | 2024-10-30T13:30:42.165Z | Compiling cargo-platform v0.1.8 |
482 | 2024-10-30T13:30:42.414Z | Compiling toml_edit v0.22.22 |
483 | 2024-10-30T13:30:42.446Z | Compiling macaddr v1.0.1 |
484 | 2024-10-30T13:30:42.724Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-10-30T13:30:43.340Z | Compiling dof v0.3.0 |
486 | 2024-10-30T13:30:43.565Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-10-30T13:30:45.084Z | Compiling usdt-macro v0.5.0 |
488 | 2024-10-30T13:30:45.084Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-10-30T13:30:45.269Z | Compiling toml v0.8.19 |
490 | 2024-10-30T13:30:46.152Z | Compiling cargo_toml v0.20.5 |
491 | 2024-10-30T13:30:46.223Z | Compiling usdt v0.5.0 |
492 | 2024-10-30T13:30:49.605Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-10-30T13:30:53.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.89s |
494 | 2024-10-30T13:30:53.727Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-10-30T13:30:54.227Z | Downloading crates ... |
496 | 2024-10-30T13:30:54.337Z | Downloaded assert_matches v1.5.0 |
497 | 2024-10-30T13:30:54.339Z | Downloaded atty v0.2.14 |
498 | 2024-10-30T13:30:54.354Z | Downloaded async-trait v0.1.83 |
499 | 2024-10-30T13:30:54.358Z | Downloaded addr2line v0.24.2 |
500 | 2024-10-30T13:30:54.360Z | Downloaded crunchy v0.2.2 |
501 | 2024-10-30T13:30:54.362Z | Downloaded async-stream v0.3.6 |
502 | 2024-10-30T13:30:54.365Z | Downloaded cfg_aliases v0.1.1 |
503 | 2024-10-30T13:30:54.365Z | Downloaded debug-ignore v1.0.5 |
504 | 2024-10-30T13:30:54.367Z | Downloaded ciborium-io v0.2.2 |
505 | 2024-10-30T13:30:54.367Z | Downloaded argon2 v0.5.3 |
506 | 2024-10-30T13:30:54.370Z | Downloaded darling_macro v0.20.10 |
507 | 2024-10-30T13:30:54.372Z | Downloaded cstr-argument v0.1.2 |
508 | 2024-10-30T13:30:54.375Z | Downloaded hubpack v0.1.2 |
509 | 2024-10-30T13:30:54.379Z | Downloaded arrayref v0.3.9 |
510 | 2024-10-30T13:30:54.382Z | Downloaded libm v0.2.8 |
511 | 2024-10-30T13:30:54.389Z | Downloaded lru v0.12.5 |
512 | 2024-10-30T13:30:54.392Z | Downloaded lazy_static v1.5.0 |
513 | 2024-10-30T13:30:54.394Z | Downloaded nodrop v0.1.14 |
514 | 2024-10-30T13:30:54.394Z | Downloaded bit-vec v0.6.3 |
515 | 2024-10-30T13:30:54.396Z | Downloaded aead v0.5.2 |
516 | 2024-10-30T13:30:54.398Z | Downloaded ctr v0.9.2 |
517 | 2024-10-30T13:30:54.401Z | Downloaded http-body v1.0.1 |
518 | 2024-10-30T13:30:54.401Z | Downloaded curve25519-dalek-derive v0.1.1 |
519 | 2024-10-30T13:30:54.403Z | Downloaded managed v0.8.0 |
520 | 2024-10-30T13:30:54.403Z | Downloaded internet-checksum v0.2.1 |
521 | 2024-10-30T13:30:54.406Z | Downloaded atomicwrites v0.4.4 |
522 | 2024-10-30T13:30:54.406Z | Downloaded impl-trait-for-tuples v0.2.2 |
523 | 2024-10-30T13:30:54.408Z | Downloaded libefi-sys v0.1.0 |
524 | 2024-10-30T13:30:54.411Z | Downloaded inout v0.1.3 |
525 | 2024-10-30T13:30:54.413Z | Downloaded maybe-uninit v2.0.0 |
526 | 2024-10-30T13:30:54.413Z | Downloaded kstat-rs v0.2.4 |
527 | 2024-10-30T13:30:54.413Z | Downloaded ipnetwork v0.20.0 |
528 | 2024-10-30T13:30:54.416Z | Downloaded atomic-waker v1.1.2 |
529 | 2024-10-30T13:30:54.418Z | Downloaded num-derive v0.4.2 |
530 | 2024-10-30T13:30:54.421Z | Downloaded num v0.4.3 |
531 | 2024-10-30T13:30:54.421Z | Downloaded http-body v0.4.6 |
532 | 2024-10-30T13:30:54.423Z | Downloaded newtype-uuid v1.1.2 |
533 | 2024-10-30T13:30:54.423Z | Downloaded http-body-util v0.1.2 |
534 | 2024-10-30T13:30:54.425Z | Downloaded native-tls v0.2.12 |
535 | 2024-10-30T13:30:54.428Z | Downloaded num-rational v0.4.2 |
536 | 2024-10-30T13:30:54.430Z | Downloaded adler2 v2.0.0 |
537 | 2024-10-30T13:30:54.432Z | Downloaded nanorand v0.7.0 |
538 | 2024-10-30T13:30:54.435Z | Downloaded cookie v0.18.1 |
539 | 2024-10-30T13:30:54.437Z | Downloaded num-complex v0.4.6 |
540 | 2024-10-30T13:30:54.440Z | Downloaded mockall_derive v0.13.0 |
541 | 2024-10-30T13:30:54.440Z | Downloaded miniz_oxide v0.8.0 |
542 | 2024-10-30T13:30:54.443Z | Downloaded semver v0.1.20 |
543 | 2024-10-30T13:30:54.446Z | Downloaded clang-sys v1.8.1 |
544 | 2024-10-30T13:30:54.449Z | Downloaded blake2 v0.10.6 |
545 | 2024-10-30T13:30:54.451Z | Downloaded indicatif v0.17.8 |
546 | 2024-10-30T13:30:54.455Z | Downloaded instant v0.1.13 |
547 | 2024-10-30T13:30:54.458Z | Downloaded const-oid v0.9.6 |
548 | 2024-10-30T13:30:54.460Z | Downloaded base16ct v0.2.0 |
549 | 2024-10-30T13:30:54.462Z | Downloaded is_ci v1.2.0 |
550 | 2024-10-30T13:30:54.465Z | Downloaded crucible-workspace-hack v0.1.0 |
551 | 2024-10-30T13:30:54.465Z | Downloaded async-stream-impl v0.3.6 |
552 | 2024-10-30T13:30:54.465Z | Downloaded async-recursion v1.1.1 |
553 | 2024-10-30T13:30:54.468Z | Downloaded match_cfg v0.1.0 |
554 | 2024-10-30T13:30:54.470Z | Downloaded hubpack_derive v0.1.1 |
555 | 2024-10-30T13:30:54.470Z | Downloaded sync_wrapper v0.1.2 |
556 | 2024-10-30T13:30:54.473Z | Downloaded newline-converter v0.3.0 |
557 | 2024-10-30T13:30:54.473Z | Downloaded matches v0.1.10 |
558 | 2024-10-30T13:30:54.475Z | Downloaded ident_case v1.0.1 |
559 | 2024-10-30T13:30:54.475Z | Downloaded jobserver v0.1.32 |
560 | 2024-10-30T13:30:54.478Z | Downloaded newtype_derive v0.1.6 |
561 | 2024-10-30T13:30:54.480Z | Downloaded crc-any v2.5.0 |
562 | 2024-10-30T13:30:54.482Z | Downloaded new_debug_unreachable v1.0.6 |
563 | 2024-10-30T13:30:54.482Z | Downloaded is-terminal v0.4.13 |
564 | 2024-10-30T13:30:54.484Z | Downloaded compact_str v0.8.0 |
565 | 2024-10-30T13:30:54.487Z | Downloaded normalize-line-endings v0.3.0 |
566 | 2024-10-30T13:30:54.489Z | Downloaded crossbeam-utils v0.8.20 |
567 | 2024-10-30T13:30:54.491Z | Downloaded base64 v0.13.1 |
568 | 2024-10-30T13:30:54.494Z | Downloaded num-conv v0.1.0 |
569 | 2024-10-30T13:30:54.496Z | Downloaded lalrpop-util v0.19.12 |
570 | 2024-10-30T13:30:54.496Z | Downloaded httpdate v1.0.3 |
571 | 2024-10-30T13:30:54.498Z | Downloaded md5 v0.7.0 |
572 | 2024-10-30T13:30:54.498Z | Downloaded bytes v1.7.2 |
573 | 2024-10-30T13:30:54.502Z | Downloaded spin v0.5.2 |
574 | 2024-10-30T13:30:54.506Z | Downloaded indoc v1.0.9 |
575 | 2024-10-30T13:30:54.508Z | Downloaded chrono-tz-build v0.4.0 |
576 | 2024-10-30T13:30:54.508Z | Downloaded cfg_aliases v0.2.1 |
577 | 2024-10-30T13:30:54.510Z | Downloaded bitfield v0.14.0 |
578 | 2024-10-30T13:30:54.510Z | Downloaded keccak v0.1.5 |
579 | 2024-10-30T13:30:54.513Z | Downloaded bit-set v0.5.3 |
580 | 2024-10-30T13:30:54.515Z | Downloaded lazycell v1.3.0 |
581 | 2024-10-30T13:30:54.515Z | Downloaded const_format_proc_macros v0.2.33 |
582 | 2024-10-30T13:30:54.518Z | Downloaded cipher v0.4.4 |
583 | 2024-10-30T13:30:54.521Z | Downloaded md-5 v0.10.6 |
584 | 2024-10-30T13:30:54.521Z | Downloaded toolchain_find v0.4.0 |
585 | 2024-10-30T13:30:54.524Z | Downloaded sync_wrapper v1.0.1 |
586 | 2024-10-30T13:30:54.524Z | Downloaded crc v3.2.1 |
587 | 2024-10-30T13:30:54.526Z | Downloaded want v0.3.1 |
588 | 2024-10-30T13:30:54.528Z | Downloaded float-ord v0.3.2 |
589 | 2024-10-30T13:30:54.528Z | Downloaded cexpr v0.6.0 |
590 | 2024-10-30T13:30:54.531Z | Downloaded subtle v2.6.1 |
591 | 2024-10-30T13:30:54.534Z | Downloaded downcast v0.11.0 |
592 | 2024-10-30T13:30:54.534Z | Downloaded serde_with_macros v3.11.0 |
593 | 2024-10-30T13:30:54.536Z | Downloaded lru-cache v0.1.2 |
594 | 2024-10-30T13:30:54.538Z | Downloaded libsw v3.3.1 |
595 | 2024-10-30T13:30:54.540Z | Downloaded hyper-rustls v0.27.3 |
596 | 2024-10-30T13:30:54.542Z | Downloaded data-encoding v2.6.0 |
597 | 2024-10-30T13:30:54.542Z | Downloaded castaway v0.2.3 |
598 | 2024-10-30T13:30:54.545Z | Downloaded float-cmp v0.9.0 |
599 | 2024-10-30T13:30:54.547Z | Downloaded multimap v0.10.0 |
600 | 2024-10-30T13:30:54.547Z | Downloaded crc-catalog v2.4.0 |
601 | 2024-10-30T13:30:54.549Z | Downloaded cobs v0.2.3 |
602 | 2024-10-30T13:30:54.549Z | Downloaded ahash v0.8.11 |
603 | 2024-10-30T13:30:54.552Z | Downloaded num-iter v0.1.45 |
604 | 2024-10-30T13:30:54.555Z | Downloaded linked-hash-map v0.5.6 |
605 | 2024-10-30T13:30:54.557Z | Downloaded fxhash v0.2.1 |
606 | 2024-10-30T13:30:54.557Z | Downloaded libxml v0.3.3 |
607 | 2024-10-30T13:30:54.562Z | Downloaded utf-8 v0.7.6 |
608 | 2024-10-30T13:30:54.565Z | Downloaded openssl-probe v0.1.5 |
609 | 2024-10-30T13:30:54.568Z | Downloaded shlex v1.3.0 |
610 | 2024-10-30T13:30:54.568Z | Downloaded strum_macros v0.25.3 |
611 | 2024-10-30T13:30:54.570Z | Downloaded oso-derive v0.27.3 |
612 | 2024-10-30T13:30:54.572Z | Downloaded number_prefix v0.4.0 |
613 | 2024-10-30T13:30:54.572Z | Downloaded num_threads v0.1.7 |
614 | 2024-10-30T13:30:54.575Z | Downloaded strum_macros v0.24.3 |
615 | 2024-10-30T13:30:54.575Z | Downloaded path-slash v0.1.5 |
616 | 2024-10-30T13:30:54.577Z | Downloaded static_assertions v1.1.0 |
617 | 2024-10-30T13:30:54.580Z | Downloaded deranged v0.3.11 |
618 | 2024-10-30T13:30:54.580Z | Downloaded backoff v0.4.0 |
619 | 2024-10-30T13:30:54.582Z | Downloaded waitgroup v0.1.2 |
620 | 2024-10-30T13:30:54.584Z | Downloaded supports-color v3.0.1 |
621 | 2024-10-30T13:30:54.584Z | Downloaded universal-hash v0.5.1 |
622 | 2024-10-30T13:30:54.587Z | Downloaded multer v3.1.0 |
623 | 2024-10-30T13:30:54.589Z | Downloaded memoffset v0.9.1 |
624 | 2024-10-30T13:30:54.589Z | Downloaded dsl_auto_type v0.1.2 |
625 | 2024-10-30T13:30:54.592Z | Downloaded flagset v0.4.6 |
626 | 2024-10-30T13:30:54.594Z | Downloaded csv-core v0.1.11 |
627 | 2024-10-30T13:30:54.596Z | Downloaded crossbeam-deque v0.8.5 |
628 | 2024-10-30T13:30:54.596Z | Downloaded convert_case v0.4.0 |
629 | 2024-10-30T13:30:54.599Z | Downloaded mime_guess v2.0.5 |
630 | 2024-10-30T13:30:54.599Z | Downloaded lock_api v0.4.12 |
631 | 2024-10-30T13:30:54.601Z | Downloaded console v0.15.8 |
632 | 2024-10-30T13:30:54.604Z | Downloaded fallible-streaming-iterator v0.1.9 |
633 | 2024-10-30T13:30:54.606Z | Downloaded env_filter v0.1.2 |
634 | 2024-10-30T13:30:54.609Z | Downloaded gethostname v0.5.0 |
635 | 2024-10-30T13:30:54.609Z | Downloaded ron v0.7.1 |
636 | 2024-10-30T13:30:54.613Z | Downloaded crossbeam-channel v0.5.13 |
637 | 2024-10-30T13:30:54.619Z | Downloaded indexmap v1.9.3 |
638 | 2024-10-30T13:30:54.621Z | Downloaded sigpipe v0.1.3 |
639 | 2024-10-30T13:30:54.624Z | Downloaded signal-hook-tokio v0.3.1 |
640 | 2024-10-30T13:30:54.624Z | Downloaded fixedbitset v0.4.2 |
641 | 2024-10-30T13:30:54.626Z | Downloaded darling v0.20.10 |
642 | 2024-10-30T13:30:54.629Z | Downloaded stable_deref_trait v1.2.0 |
643 | 2024-10-30T13:30:54.632Z | Downloaded crossbeam-epoch v0.9.18 |
644 | 2024-10-30T13:30:54.634Z | Downloaded termtree v0.4.1 |
645 | 2024-10-30T13:30:54.637Z | Downloaded twox-hash v1.6.3 |
646 | 2024-10-30T13:30:54.639Z | Downloaded try-lock v0.2.5 |
647 | 2024-10-30T13:30:54.639Z | Downloaded walkdir v2.5.0 |
648 | 2024-10-30T13:30:54.641Z | Downloaded strum_macros v0.26.4 |
649 | 2024-10-30T13:30:54.643Z | Downloaded snafu-derive v0.8.5 |
650 | 2024-10-30T13:30:54.645Z | Downloaded backtrace v0.3.74 |
651 | 2024-10-30T13:30:54.649Z | Downloaded ppv-lite86 v0.2.20 |
652 | 2024-10-30T13:30:54.651Z | Downloaded primeorder v0.13.6 |
653 | 2024-10-30T13:30:54.653Z | Downloaded der_derive v0.7.3 |
654 | 2024-10-30T13:30:54.655Z | Downloaded cookie_store v0.21.0 |
655 | 2024-10-30T13:30:54.658Z | Downloaded tokio-rustls v0.26.0 |
656 | 2024-10-30T13:30:54.660Z | Downloaded pbkdf2 v0.12.2 |
657 | 2024-10-30T13:30:54.662Z | Downloaded foreign-types v0.3.2 |
658 | 2024-10-30T13:30:54.662Z | Downloaded pbkdf2 v0.11.0 |
659 | 2024-10-30T13:30:54.665Z | Downloaded pin-utils v0.1.0 |
660 | 2024-10-30T13:30:54.667Z | Downloaded hyper-util v0.1.9 |
661 | 2024-10-30T13:30:54.670Z | Downloaded rpassword v7.3.1 |
662 | 2024-10-30T13:30:54.672Z | Downloaded hickory-resolver v0.24.1 |
663 | 2024-10-30T13:30:54.675Z | Downloaded ref-cast v1.0.23 |
664 | 2024-10-30T13:30:54.678Z | Downloaded allocator-api2 v0.2.18 |
665 | 2024-10-30T13:30:54.681Z | Downloaded quick-error v1.2.3 |
666 | 2024-10-30T13:30:54.684Z | Downloaded hostname v0.3.1 |
667 | 2024-10-30T13:30:54.686Z | Downloaded phf_shared v0.10.0 |
668 | 2024-10-30T13:30:54.686Z | Downloaded signature v2.2.0 |
669 | 2024-10-30T13:30:54.688Z | Downloaded sha1 v0.10.6 |
670 | 2024-10-30T13:30:54.690Z | Downloaded tabwriter v1.4.0 |
671 | 2024-10-30T13:30:54.690Z | Downloaded string_cache v0.8.7 |
672 | 2024-10-30T13:30:54.693Z | Downloaded phf_shared v0.11.2 |
673 | 2024-10-30T13:30:54.693Z | Downloaded slog v2.7.0 |
674 | 2024-10-30T13:30:54.696Z | Downloaded arc-swap v1.7.1 |
675 | 2024-10-30T13:30:54.699Z | Downloaded tower-service v0.3.3 |
676 | 2024-10-30T13:30:54.702Z | Downloaded termios v0.3.3 |
677 | 2024-10-30T13:30:54.704Z | Downloaded sqlparser_derive v0.2.2 |
678 | 2024-10-30T13:30:54.704Z | Downloaded which v4.4.2 |
679 | 2024-10-30T13:30:54.707Z | Downloaded strum v0.26.3 |
680 | 2024-10-30T13:30:54.707Z | Downloaded uuid v1.10.0 |
681 | 2024-10-30T13:30:54.710Z | Downloaded take_mut v0.2.2 |
682 | 2024-10-30T13:30:54.712Z | Downloaded termcolor v1.4.1 |
683 | 2024-10-30T13:30:54.712Z | Downloaded toml v0.7.8 |
684 | 2024-10-30T13:30:54.716Z | Downloaded defmt v0.3.8 |
685 | 2024-10-30T13:30:54.719Z | Downloaded defmt-macros v0.3.9 |
686 | 2024-10-30T13:30:54.722Z | Downloaded either v1.13.0 |
687 | 2024-10-30T13:30:54.725Z | Downloaded zone_cfg_derive v0.3.0 |
688 | 2024-10-30T13:30:54.727Z | Downloaded ecdsa v0.16.9 |
689 | 2024-10-30T13:30:54.727Z | Downloaded dropshot_endpoint v0.12.0 |
690 | 2024-10-30T13:30:54.730Z | Downloaded derive-where v1.2.7 |
691 | 2024-10-30T13:30:54.734Z | Downloaded glob v0.3.1 |
692 | 2024-10-30T13:30:54.736Z | Downloaded futures-sink v0.3.31 |
693 | 2024-10-30T13:30:54.738Z | Downloaded foldhash v0.1.3 |
694 | 2024-10-30T13:30:54.738Z | Downloaded diesel-dtrace v0.3.0 |
695 | 2024-10-30T13:30:54.741Z | Downloaded olpc-cjson v0.1.4 |
696 | 2024-10-30T13:30:54.743Z | Downloaded group v0.13.0 |
697 | 2024-10-30T13:30:54.743Z | Downloaded darling_core v0.20.10 |
698 | 2024-10-30T13:30:54.747Z | Downloaded foreign-types-shared v0.1.1 |
699 | 2024-10-30T13:30:54.749Z | Downloaded serde_derive_internals v0.29.1 |
700 | 2024-10-30T13:30:54.752Z | Downloaded num_enum_derive v0.5.11 |
701 | 2024-10-30T13:30:54.752Z | Downloaded rustls-pemfile v2.2.0 |
702 | 2024-10-30T13:30:54.754Z | Downloaded ed25519 v2.2.3 |
703 | 2024-10-30T13:30:54.757Z | Downloaded rustversion v1.0.17 |
704 | 2024-10-30T13:30:54.759Z | Downloaded foreign-types-shared v0.3.1 |
705 | 2024-10-30T13:30:54.759Z | Downloaded zip v0.6.6 |
706 | 2024-10-30T13:30:54.763Z | Downloaded tokio-tungstenite v0.21.0 |
707 | 2024-10-30T13:30:54.766Z | Downloaded rtoolbox v0.0.2 |
708 | 2024-10-30T13:30:54.768Z | Downloaded samael v0.0.17 |
709 | 2024-10-30T13:30:54.773Z | Downloaded subprocess v0.2.9 |
710 | 2024-10-30T13:30:54.776Z | Downloaded oso v0.27.3 |
711 | 2024-10-30T13:30:54.780Z | Downloaded tungstenite v0.24.0 |
712 | 2024-10-30T13:30:54.784Z | Downloaded structmeta-derive v0.3.0 |
713 | 2024-10-30T13:30:54.795Z | Downloaded pretty-hex v0.2.1 |
714 | 2024-10-30T13:30:54.797Z | Downloaded diesel_table_macro_syntax v0.2.0 |
715 | 2024-10-30T13:30:54.797Z | Downloaded typify-macro v0.2.0 |
716 | 2024-10-30T13:30:54.800Z | Downloaded difflib v0.4.0 |
717 | 2024-10-30T13:30:54.800Z | Downloaded topological-sort v0.2.2 |
718 | 2024-10-30T13:30:54.802Z | Downloaded structmeta v0.3.0 |
719 | 2024-10-30T13:30:54.802Z | Downloaded futures-channel v0.3.31 |
720 | 2024-10-30T13:30:54.804Z | Downloaded pkcs1 v0.7.5 |
721 | 2024-10-30T13:30:54.807Z | Downloaded yasna v0.5.2 |
722 | 2024-10-30T13:30:54.810Z | Downloaded tui-tree-widget v0.22.0 |
723 | 2024-10-30T13:30:54.812Z | Downloaded pkcs5 v0.7.1 |
724 | 2024-10-30T13:30:54.815Z | Downloaded fd-lock v4.0.2 |
725 | 2024-10-30T13:30:54.817Z | Downloaded highway v1.2.0 |
726 | 2024-10-30T13:30:54.820Z | Downloaded globset v0.4.15 |
727 | 2024-10-30T13:30:54.822Z | Downloaded crypto-bigint v0.5.5 |
728 | 2024-10-30T13:30:54.827Z | Downloaded password-hash v0.4.2 |
729 | 2024-10-30T13:30:54.829Z | Downloaded r2d2 v0.8.10 |
730 | 2024-10-30T13:30:54.832Z | Downloaded similar v2.6.0 |
731 | 2024-10-30T13:30:54.836Z | Downloaded zone_cfg_derive v0.1.2 |
732 | 2024-10-30T13:30:54.838Z | Downloaded ghash v0.5.1 |
733 | 2024-10-30T13:30:54.838Z | Downloaded test-strategy v0.3.1 |
734 | 2024-10-30T13:30:54.841Z | Downloaded hostname v0.4.0 |
735 | 2024-10-30T13:30:54.844Z | Downloaded parse-display v0.10.0 |
736 | 2024-10-30T13:30:54.846Z | Downloaded openssl-sys v0.9.103 |
737 | 2024-10-30T13:30:54.849Z | Downloaded foreign-types v0.5.0 |
738 | 2024-10-30T13:30:54.852Z | Downloaded slog-dtrace v0.3.0 |
739 | 2024-10-30T13:30:54.854Z | Downloaded aho-corasick v1.1.3 |
740 | 2024-10-30T13:30:54.859Z | Downloaded hash32 v0.2.1 |
741 | 2024-10-30T13:30:54.861Z | Downloaded rand_chacha v0.3.1 |
742 | 2024-10-30T13:30:54.863Z | Downloaded serde-hex v0.1.0 |
743 | 2024-10-30T13:30:54.865Z | Downloaded predicates-tree v1.0.11 |
744 | 2024-10-30T13:30:54.865Z | Downloaded whoami v1.5.2 |
745 | 2024-10-30T13:30:54.868Z | Downloaded const_format v0.2.33 |
746 | 2024-10-30T13:30:54.872Z | Downloaded russh-cryptovec v0.7.3 |
747 | 2024-10-30T13:30:54.874Z | Downloaded progenitor-client v0.8.0 |
748 | 2024-10-30T13:30:54.874Z | Downloaded prettyplease v0.2.22 |
749 | 2024-10-30T13:30:54.877Z | Downloaded siphasher v0.3.11 |
750 | 2024-10-30T13:30:54.880Z | Downloaded signal-hook-registry v1.4.2 |
751 | 2024-10-30T13:30:54.882Z | Downloaded derive_builder v0.20.2 |
752 | 2024-10-30T13:30:54.885Z | Downloaded tokio-macros v2.4.0 |
753 | 2024-10-30T13:30:54.887Z | Downloaded vte_generate_state_changes v0.1.2 |
754 | 2024-10-30T13:30:54.887Z | Downloaded smf v0.2.3 |
755 | 2024-10-30T13:30:54.890Z | Downloaded mio v1.0.2 |
756 | 2024-10-30T13:30:54.895Z | Downloaded omicron-zone-package v0.11.1 |
757 | 2024-10-30T13:30:54.898Z | Downloaded pin-project v1.1.6 |
758 | 2024-10-30T13:30:54.909Z | Downloaded rustls-pki-types v1.9.0 |
759 | 2024-10-30T13:30:54.913Z | Downloaded ena v0.14.3 |
760 | 2024-10-30T13:30:54.915Z | Downloaded tracing-core v0.1.32 |
761 | 2024-10-30T13:30:54.917Z | Downloaded toml_edit v0.19.15 |
762 | 2024-10-30T13:30:54.934Z | Downloaded peg-runtime v0.8.3 |
763 | 2024-10-30T13:30:54.937Z | Downloaded polyval v0.6.2 |
764 | 2024-10-30T13:30:54.940Z | Downloaded paste v1.0.15 |
765 | 2024-10-30T13:30:54.940Z | Downloaded hex-literal v0.4.1 |
766 | 2024-10-30T13:30:54.942Z | Downloaded hex v0.4.3 |
767 | 2024-10-30T13:30:54.945Z | Downloaded progenitor v0.8.0 |
768 | 2024-10-30T13:30:54.945Z | Downloaded rustls-pemfile v1.0.4 |
769 | 2024-10-30T13:30:54.947Z | Downloaded diff v0.1.13 |
770 | 2024-10-30T13:30:54.949Z | Downloaded der v0.7.9 |
771 | 2024-10-30T13:30:54.955Z | Downloaded serde_urlencoded v0.7.1 |
772 | 2024-10-30T13:30:54.957Z | Downloaded ron v0.8.1 |
773 | 2024-10-30T13:30:54.962Z | Downloaded xattr v1.3.1 |
774 | 2024-10-30T13:30:54.965Z | Downloaded serde_repr v0.1.19 |
775 | 2024-10-30T13:30:54.967Z | Downloaded ssh-encoding v0.2.0 |
776 | 2024-10-30T13:30:54.969Z | Downloaded rsa v0.9.6 |
777 | 2024-10-30T13:30:54.973Z | Downloaded dhcproto-macros v0.1.0 |
778 | 2024-10-30T13:30:54.975Z | Downloaded tls_codec_derive v0.4.1 |
779 | 2024-10-30T13:30:54.975Z | Downloaded quinn v0.11.5 |
780 | 2024-10-30T13:30:54.980Z | Downloaded futures-core v0.3.31 |
781 | 2024-10-30T13:30:54.982Z | Downloaded fragile v2.0.0 |
782 | 2024-10-30T13:30:54.984Z | Downloaded form_urlencoded v1.2.1 |
783 | 2024-10-30T13:30:54.984Z | Downloaded foreign-types-macros v0.2.3 |
784 | 2024-10-30T13:30:54.987Z | Downloaded parse-size v1.0.0 |
785 | 2024-10-30T13:30:54.987Z | Downloaded serde_yaml v0.9.34+deprecated |
786 | 2024-10-30T13:30:54.990Z | Downloaded poly1305 v0.8.0 |
787 | 2024-10-30T13:30:54.992Z | Downloaded hickory-client v0.24.1 |
788 | 2024-10-30T13:30:54.996Z | Downloaded rand_xorshift v0.3.0 |
789 | 2024-10-30T13:30:54.998Z | Downloaded rand_core v0.6.4 |
790 | 2024-10-30T13:30:55.001Z | Downloaded radium v0.7.0 |
791 | 2024-10-30T13:30:55.001Z | Downloaded russh-keys v0.45.0 |
792 | 2024-10-30T13:30:55.003Z | Downloaded password-hash v0.5.0 |
793 | 2024-10-30T13:30:55.005Z | Downloaded untrusted v0.7.1 |
794 | 2024-10-30T13:30:55.008Z | Downloaded tungstenite v0.23.0 |
795 | 2024-10-30T13:30:55.010Z | Downloaded flate2 v1.0.34 |
796 | 2024-10-30T13:30:55.015Z | Downloaded serde_path_to_error v0.1.16 |
797 | 2024-10-30T13:30:55.017Z | Downloaded display-error-chain v0.2.1 |
798 | 2024-10-30T13:30:55.020Z | Downloaded schemars_derive v0.8.21 |
799 | 2024-10-30T13:30:55.022Z | Downloaded smallvec v1.13.2 |
800 | 2024-10-30T13:30:55.022Z | Downloaded unicode-truncate v1.1.0 |
801 | 2024-10-30T13:30:55.025Z | Downloaded tls_codec v0.4.1 |
802 | 2024-10-30T13:30:55.027Z | Downloaded spki v0.7.3 |
803 | 2024-10-30T13:30:55.030Z | Downloaded tokio-tungstenite v0.24.0 |
804 | 2024-10-30T13:30:55.032Z | Downloaded qorb v0.1.2 |
805 | 2024-10-30T13:30:55.035Z | Downloaded publicsuffix v2.2.3 |
806 | 2024-10-30T13:30:55.037Z | Downloaded itertools v0.12.1 |
807 | 2024-10-30T13:30:55.044Z | Downloaded zone v0.1.8 |
808 | 2024-10-30T13:30:55.047Z | Downloaded futures-macro v0.3.31 |
809 | 2024-10-30T13:30:55.049Z | Downloaded ff v0.13.0 |
810 | 2024-10-30T13:30:55.049Z | Downloaded zerocopy v0.6.6 |
811 | 2024-10-30T13:30:55.051Z | Downloaded funty v2.0.0 |
812 | 2024-10-30T13:30:55.054Z | Downloaded half v2.4.1 |
813 | 2024-10-30T13:30:55.057Z | Downloaded headers-core v0.3.0 |
814 | 2024-10-30T13:30:55.057Z | Downloaded serde-big-array v0.5.1 |
815 | 2024-10-30T13:30:55.060Z | Downloaded untrusted v0.9.0 |
816 | 2024-10-30T13:30:55.060Z | Downloaded parse-display-derive v0.10.0 |
817 | 2024-10-30T13:30:55.062Z | Downloaded rand_seeder v0.3.0 |
818 | 2024-10-30T13:30:55.062Z | Downloaded parking_lot_core v0.9.10 |
819 | 2024-10-30T13:30:55.064Z | Downloaded hash32 v0.3.1 |
820 | 2024-10-30T13:30:55.067Z | Downloaded dyn-clone v1.0.17 |
821 | 2024-10-30T13:30:55.067Z | Downloaded resolv-conf v0.7.0 |
822 | 2024-10-30T13:30:55.069Z | Downloaded packed_struct v0.10.1 |
823 | 2024-10-30T13:30:55.072Z | Downloaded ed25519-dalek v2.1.1 |
824 | 2024-10-30T13:30:55.074Z | Downloaded sqlformat v0.2.6 |
825 | 2024-10-30T13:30:55.076Z | Downloaded tokio-tungstenite v0.23.1 |
826 | 2024-10-30T13:30:55.079Z | Downloaded time-macros v0.2.18 |
827 | 2024-10-30T13:30:55.081Z | Downloaded time-core v0.1.2 |
828 | 2024-10-30T13:30:55.083Z | Downloaded slog-async v2.8.0 |
829 | 2024-10-30T13:30:55.083Z | Downloaded hyper v1.4.1 |
830 | 2024-10-30T13:30:55.089Z | Downloaded openssl-macros v0.1.1 |
831 | 2024-10-30T13:30:55.092Z | Downloaded opaque-debug v0.3.1 |
832 | 2024-10-30T13:30:55.092Z | Downloaded parse-zoneinfo v0.3.1 |
833 | 2024-10-30T13:30:55.094Z | Downloaded derive_builder_macro v0.20.2 |
834 | 2024-10-30T13:30:55.096Z | Downloaded num_enum v0.5.11 |
835 | 2024-10-30T13:30:55.099Z | Downloaded psl-types v2.0.11 |
836 | 2024-10-30T13:30:55.101Z | Downloaded progenitor-macro v0.8.0 |
837 | 2024-10-30T13:30:55.102Z | Downloaded pem v3.0.4 |
838 | 2024-10-30T13:30:55.104Z | Downloaded slog-bunyan v2.5.0 |
839 | 2024-10-30T13:30:55.104Z | Downloaded unicode-bidi v0.3.17 |
840 | 2024-10-30T13:30:55.107Z | Downloaded ssh-cipher v0.2.0 |
841 | 2024-10-30T13:30:55.109Z | Downloaded rusqlite v0.32.1 |
842 | 2024-10-30T13:30:55.115Z | Downloaded same-file v1.0.6 |
843 | 2024-10-30T13:30:55.118Z | Downloaded peg-macros v0.8.4 |
844 | 2024-10-30T13:30:55.118Z | Downloaded parking_lot v0.11.2 |
845 | 2024-10-30T13:30:55.120Z | Downloaded rfc6979 v0.4.0 |
846 | 2024-10-30T13:30:55.123Z | Downloaded packed_struct_codegen v0.10.1 |
847 | 2024-10-30T13:30:55.123Z | Downloaded des v0.8.1 |
848 | 2024-10-30T13:30:55.125Z | Downloaded signal-hook-mio v0.2.4 |
849 | 2024-10-30T13:30:55.128Z | Downloaded shell-words v1.1.0 |
850 | 2024-10-30T13:30:55.128Z | Downloaded secrecy v0.8.0 |
851 | 2024-10-30T13:30:55.128Z | Downloaded sec1 v0.7.3 |
852 | 2024-10-30T13:30:55.131Z | Downloaded scrypt v0.11.0 |
853 | 2024-10-30T13:30:55.133Z | Downloaded rayon-core v1.12.1 |
854 | 2024-10-30T13:30:55.135Z | Downloaded scheduled-thread-pool v0.2.7 |
855 | 2024-10-30T13:30:55.138Z | Downloaded crossterm v0.28.1 |
856 | 2024-10-30T13:30:55.142Z | Downloaded precomputed-hash v0.1.1 |
857 | 2024-10-30T13:30:55.145Z | Downloaded tiny-keccak v2.0.2 |
858 | 2024-10-30T13:30:55.148Z | Downloaded hickory-server v0.24.1 |
859 | 2024-10-30T13:30:55.151Z | Downloaded tinyvec_macros v0.1.1 |
860 | 2024-10-30T13:30:55.154Z | Downloaded itertools v0.13.0 |
861 | 2024-10-30T13:30:55.159Z | Downloaded percent-encoding v2.3.1 |
862 | 2024-10-30T13:30:55.161Z | Downloaded futures-executor v0.3.31 |
863 | 2024-10-30T13:30:55.161Z | Downloaded thread_local v1.1.8 |
864 | 2024-10-30T13:30:55.164Z | Downloaded tokio-postgres v0.7.12 |
865 | 2024-10-30T13:30:55.167Z | Downloaded pkg-config v0.3.31 |
866 | 2024-10-30T13:30:55.169Z | Downloaded rustfmt-wrapper v0.2.1 |
867 | 2024-10-30T13:30:55.172Z | Downloaded futures v0.3.31 |
868 | 2024-10-30T13:30:55.175Z | Downloaded zeroize_derive v1.4.2 |
869 | 2024-10-30T13:30:55.178Z | Downloaded owo-colors v4.1.0 |
870 | 2024-10-30T13:30:55.180Z | Downloaded idna v0.3.0 |
871 | 2024-10-30T13:30:55.186Z | Downloaded enum-as-inner v0.6.1 |
872 | 2024-10-30T13:30:55.188Z | Downloaded enum-as-inner v0.5.1 |
873 | 2024-10-30T13:30:55.192Z | Downloaded thiserror-impl-no-std v2.0.2 |
874 | 2024-10-30T13:30:55.192Z | Downloaded rustc_version v0.1.7 |
875 | 2024-10-30T13:30:55.192Z | Downloaded rustc-hash v1.1.0 |
876 | 2024-10-30T13:30:55.194Z | Downloaded unicase v2.7.0 |
877 | 2024-10-30T13:30:55.194Z | Downloaded unarray v0.1.4 |
878 | 2024-10-30T13:30:55.194Z | Downloaded proc-macro-crate v1.3.1 |
879 | 2024-10-30T13:30:55.197Z | Downloaded heck v0.3.3 |
880 | 2024-10-30T13:30:55.197Z | Downloaded rustc_version v0.4.1 |
881 | 2024-10-30T13:30:55.200Z | Downloaded hmac v0.12.1 |
882 | 2024-10-30T13:30:55.200Z | Downloaded fatfs v0.3.6 |
883 | 2024-10-30T13:30:55.203Z | Downloaded flume v0.11.0 |
884 | 2024-10-30T13:30:55.206Z | Downloaded rand v0.8.5 |
885 | 2024-10-30T13:30:55.210Z | Downloaded http v0.2.12 |
886 | 2024-10-30T13:30:55.213Z | Downloaded dirs-sys-next v0.1.2 |
887 | 2024-10-30T13:30:55.216Z | Downloaded dirs-next v2.0.0 |
888 | 2024-10-30T13:30:55.216Z | Downloaded thiserror-no-std v2.0.2 |
889 | 2024-10-30T13:30:55.219Z | Downloaded postgres-types v0.2.8 |
890 | 2024-10-30T13:30:55.222Z | Downloaded postcard v1.0.10 |
891 | 2024-10-30T13:30:55.224Z | Downloaded nix v0.27.1 |
892 | 2024-10-30T13:30:55.234Z | Downloaded tokio-stream v0.1.16 |
893 | 2024-10-30T13:30:55.238Z | Downloaded uzers v0.12.1 |
894 | 2024-10-30T13:30:55.241Z | Downloaded hashlink v0.9.1 |
895 | 2024-10-30T13:30:55.244Z | Downloaded predicates-core v1.0.8 |
896 | 2024-10-30T13:30:55.244Z | Downloaded powerfmt v0.2.0 |
897 | 2024-10-30T13:30:55.246Z | Downloaded pin-project-lite v0.2.14 |
898 | 2024-10-30T13:30:55.250Z | Downloaded tokio-rustls v0.25.0 |
899 | 2024-10-30T13:30:55.252Z | Downloaded pin-project-internal v1.1.6 |
900 | 2024-10-30T13:30:55.254Z | Downloaded term v0.7.0 |
901 | 2024-10-30T13:30:55.256Z | Downloaded predicates v3.1.2 |
902 | 2024-10-30T13:30:55.259Z | Downloaded reedline v0.35.0 |
903 | 2024-10-30T13:30:55.266Z | Downloaded ref-cast-impl v1.0.23 |
904 | 2024-10-30T13:30:55.269Z | Downloaded tough v0.17.1 |
905 | 2024-10-30T13:30:55.276Z | Downloaded env_logger v0.10.2 |
906 | 2024-10-30T13:30:55.278Z | Downloaded dhcproto v0.12.0 |
907 | 2024-10-30T13:30:55.281Z | Downloaded unicode_categories v0.1.1 |
908 | 2024-10-30T13:30:55.283Z | Downloaded rcgen v0.12.1 |
909 | 2024-10-30T13:30:55.286Z | Downloaded value-bag v1.9.0 |
910 | 2024-10-30T13:30:55.289Z | Downloaded x509-cert v0.2.5 |
911 | 2024-10-30T13:30:55.295Z | Downloaded progenitor-impl v0.8.0 |
912 | 2024-10-30T13:30:55.297Z | Downloaded tokio-rustls v0.24.1 |
913 | 2024-10-30T13:30:55.299Z | Downloaded hyper v0.14.30 |
914 | 2024-10-30T13:30:55.307Z | Downloaded tinyvec v1.8.0 |
915 | 2024-10-30T13:30:55.310Z | Downloaded vsss-rs v3.3.4 |
916 | 2024-10-30T13:30:55.312Z | Downloaded headers v0.4.0 |
917 | 2024-10-30T13:30:55.317Z | Downloaded tar v0.4.42 |
918 | 2024-10-30T13:30:55.320Z | Downloaded vergen v8.3.2 |
919 | 2024-10-30T13:30:55.323Z | Downloaded derive_more v0.99.18 |
920 | 2024-10-30T13:30:55.327Z | Downloaded blake3 v1.5.4 |
921 | 2024-10-30T13:30:55.336Z | Downloaded unicode-properties v0.1.3 |
922 | 2024-10-30T13:30:55.338Z | Downloaded russh v0.45.0 |
923 | 2024-10-30T13:30:55.343Z | Downloaded ssh-key v0.6.6 |
924 | 2024-10-30T13:30:55.350Z | Downloaded lalrpop v0.19.12 |
925 | 2024-10-30T13:30:55.361Z | Downloaded heapless v0.7.17 |
926 | 2024-10-30T13:30:55.365Z | Downloaded p521 v0.13.3 |
927 | 2024-10-30T13:30:55.369Z | Downloaded diesel_derives v2.2.3 |
928 | 2024-10-30T13:30:55.372Z | Downloaded h2 v0.3.26 |
929 | 2024-10-30T13:30:55.379Z | Downloaded quick-xml v0.33.0 |
930 | 2024-10-30T13:30:55.385Z | Downloaded rustls-webpki v0.101.7 |
931 | 2024-10-30T13:30:55.399Z | Downloaded rustyline v14.0.0 |
932 | 2024-10-30T13:30:55.404Z | Downloaded reqwest v0.11.27 |
933 | 2024-10-30T13:30:55.412Z | Downloaded tokio-util v0.7.12 |
934 | 2024-10-30T13:30:55.419Z | Downloaded chrono v0.4.38 |
935 | 2024-10-30T13:30:55.426Z | Downloaded serde_with v3.11.0 |
936 | 2024-10-30T13:30:55.435Z | Downloaded winnow v0.5.40 |
937 | 2024-10-30T13:30:55.443Z | Downloaded idna v0.5.0 |
938 | 2024-10-30T13:30:55.450Z | Downloaded hashbrown v0.12.3 |
939 | 2024-10-30T13:30:55.456Z | Downloaded expectorate v1.1.0 |
940 | 2024-10-30T13:30:55.460Z | Downloaded idna v0.2.3 |
941 | 2024-10-30T13:30:55.463Z | Downloaded rustls-webpki v0.102.8 |
942 | 2024-10-30T13:30:55.481Z | Downloaded time v0.3.36 |
943 | 2024-10-30T13:30:55.487Z | Downloaded regex v1.11.0 |
944 | 2024-10-30T13:30:55.501Z | Downloaded h2 v0.4.6 |
945 | 2024-10-30T13:30:55.507Z | Downloaded salty v0.3.0 |
946 | 2024-10-30T13:30:55.514Z | Downloaded unicode-segmentation v1.12.0 |
947 | 2024-10-30T13:30:55.518Z | Downloaded hashbrown v0.14.5 |
948 | 2024-10-30T13:30:55.523Z | Downloaded sqlparser v0.45.0 |
949 | 2024-10-30T13:30:55.529Z | Downloaded hkdf v0.12.4 |
950 | 2024-10-30T13:30:55.531Z | Downloaded portable-atomic v1.9.0 |
951 | 2024-10-30T13:30:55.538Z | Downloaded nix v0.28.0 |
952 | 2024-10-30T13:30:55.549Z | Downloaded idna v0.4.0 |
953 | 2024-10-30T13:30:55.557Z | Downloaded object v0.30.4 |
954 | 2024-10-30T13:30:55.567Z | Downloaded gimli v0.31.1 |
955 | 2024-10-30T13:30:55.575Z | Downloaded proptest v1.5.0 |
956 | 2024-10-30T13:30:55.584Z | Downloaded reqwest v0.12.8 |
957 | 2024-10-30T13:30:55.592Z | Downloaded regex-syntax v0.6.29 |
958 | 2024-10-30T13:30:55.600Z | Downloaded radix_trie v0.2.1 |
959 | 2024-10-30T13:30:55.605Z | Downloaded dropshot v0.12.0 |
960 | 2024-10-30T13:30:55.625Z | Downloaded rustls v0.23.14 |
961 | 2024-10-30T13:30:55.637Z | Downloaded p384 v0.13.0 |
962 | 2024-10-30T13:30:55.643Z | Downloaded hickory-proto v0.24.1 |
963 | 2024-10-30T13:30:55.659Z | Downloaded openssl v0.10.66 |
964 | 2024-10-30T13:30:55.668Z | Downloaded object v0.36.5 |
965 | 2024-10-30T13:30:55.679Z | Downloaded vcpkg v0.2.15 |
966 | 2024-10-30T13:30:55.717Z | Downloaded smoltcp v0.9.1 |
967 | 2024-10-30T13:30:55.727Z | Downloaded regress v0.10.1 |
968 | 2024-10-30T13:30:55.735Z | Downloaded rustls v0.21.12 |
969 | 2024-10-30T13:30:55.746Z | Downloaded regress v0.9.1 |
970 | 2024-10-30T13:30:55.755Z | Downloaded diesel v2.2.4 |
971 | 2024-10-30T13:30:55.773Z | Downloaded polar-core v0.27.3 |
972 | 2024-10-30T13:30:55.782Z | Downloaded smoltcp v0.11.0 |
973 | 2024-10-30T13:30:55.794Z | Downloaded typify-impl v0.2.0 |
974 | 2024-10-30T13:30:55.809Z | Downloaded openapiv3 v2.0.0 |
975 | 2024-10-30T13:30:55.821Z | Downloaded regex-syntax v0.8.5 |
976 | 2024-10-30T13:30:55.830Z | Downloaded sled v0.34.7 |
977 | 2024-10-30T13:30:55.839Z | Downloaded bstr v1.10.0 |
978 | 2024-10-30T13:30:55.850Z | Downloaded rustls v0.22.4 |
979 | 2024-10-30T13:30:55.863Z | Downloaded ratatui v0.28.1 |
980 | 2024-10-30T13:30:55.883Z | Downloaded regex-automata v0.4.8 |
981 | 2024-10-30T13:30:55.899Z | Downloaded zerocopy-derive v0.6.6 |
982 | 2024-10-30T13:30:55.908Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
983 | 2024-10-30T13:30:55.920Z | Downloaded chrono-tz v0.10.0 |
984 | 2024-10-30T13:30:55.928Z | Downloaded git2 v0.19.0 |
985 | 2024-10-30T13:30:55.936Z | Downloaded rayon v1.10.0 |
986 | 2024-10-30T13:30:55.945Z | Downloaded webpki-roots v0.26.6 |
987 | 2024-10-30T13:30:55.948Z | Downloaded trust-dns-proto v0.22.0 |
988 | 2024-10-30T13:30:55.960Z | Downloaded curve25519-dalek v4.1.3 |
989 | 2024-10-30T13:30:55.969Z | Downloaded nix v0.29.0 |
990 | 2024-10-30T13:30:55.980Z | Downloaded lzma-sys v0.1.20 |
991 | 2024-10-30T13:30:56.009Z | Downloaded petgraph v0.6.5 |
992 | 2024-10-30T13:30:56.026Z | Downloaded bitvec v1.0.1 |
993 | 2024-10-30T13:30:56.040Z | Downloaded bindgen v0.69.5 |
994 | 2024-10-30T13:30:56.047Z | Downloaded quinn-proto v0.11.8 |
995 | 2024-10-30T13:30:56.053Z | Downloaded unicode-normalization v0.1.24 |
996 | 2024-10-30T13:30:56.057Z | Downloaded p256 v0.13.2 |
997 | 2024-10-30T13:30:56.060Z | Downloaded futures-util v0.3.31 |
998 | 2024-10-30T13:30:56.071Z | Downloaded libz-sys v1.1.20 |
999 | 2024-10-30T13:30:56.095Z | Downloaded tokio v1.40.0 |
1000 | 2024-10-30T13:30:56.128Z | Downloaded csv v1.3.0 |
1001 | 2024-10-30T13:30:56.151Z | Downloaded http v1.1.0 |
1002 | 2024-10-30T13:30:56.153Z | Downloaded parking_lot v0.12.3 |
1003 | 2024-10-30T13:30:56.156Z | Downloaded unsafe-libyaml v0.2.11 |
1004 | 2024-10-30T13:30:56.159Z | Downloaded sha3 v0.10.8 |
1005 | 2024-10-30T13:30:56.161Z | Downloaded fallible-iterator v0.2.0 |
1006 | 2024-10-30T13:30:56.164Z | Downloaded pem-rfc7468 v0.7.0 |
1007 | 2024-10-30T13:30:56.167Z | Downloaded futures-io v0.3.31 |
1008 | 2024-10-30T13:30:56.167Z | Downloaded url v2.5.2 |
1009 | 2024-10-30T13:30:56.169Z | Downloaded slog-json v2.6.1 |
1010 | 2024-10-30T13:30:56.169Z | Downloaded slab v0.4.9 |
1011 | 2024-10-30T13:30:56.171Z | Downloaded unicode-xid v0.2.6 |
1012 | 2024-10-30T13:30:56.171Z | Downloaded num-bigint-dig v0.8.4 |
1013 | 2024-10-30T13:30:56.176Z | Downloaded slog-term v2.9.1 |
1014 | 2024-10-30T13:30:56.178Z | Downloaded slog-stdlog v4.1.1 |
1015 | 2024-10-30T13:30:56.181Z | Downloaded slog-scope v4.4.0 |
1016 | 2024-10-30T13:30:56.181Z | Downloaded sct v0.7.1 |
1017 | 2024-10-30T13:30:56.184Z | Downloaded rustc-demangle v0.1.24 |
1018 | 2024-10-30T13:30:56.187Z | Downloaded num-bigint v0.4.6 |
1019 | 2024-10-30T13:30:56.190Z | Downloaded nom v7.1.3 |
1020 | 2024-10-30T13:30:56.195Z | Downloaded endian-type v0.1.2 |
1021 | 2024-10-30T13:30:56.198Z | Downloaded vte v0.11.1 |
1022 | 2024-10-30T13:30:56.198Z | Downloaded tungstenite v0.21.0 |
1023 | 2024-10-30T13:30:56.200Z | Downloaded fallible-iterator v0.3.0 |
1024 | 2024-10-30T13:30:56.203Z | Downloaded zeroize v1.8.1 |
1025 | 2024-10-30T13:30:56.203Z | Downloaded wyz v0.5.1 |
1026 | 2024-10-30T13:30:56.205Z | Downloaded embedded-io v0.6.1 |
1027 | 2024-10-30T13:30:56.205Z | Downloaded derive_builder_core v0.20.2 |
1028 | 2024-10-30T13:30:56.208Z | Downloaded num-traits v0.2.19 |
1029 | 2024-10-30T13:30:56.210Z | Downloaded schemars v0.8.21 |
1030 | 2024-10-30T13:30:56.220Z | Downloaded tracing v0.1.40 |
1031 | 2024-10-30T13:30:56.224Z | Downloaded hashbrown v0.13.2 |
1032 | 2024-10-30T13:30:56.229Z | Downloaded filetime v0.2.25 |
1033 | 2024-10-30T13:30:56.231Z | Downloaded embedded-io v0.4.0 |
1034 | 2024-10-30T13:30:56.233Z | Downloaded postgres-protocol v0.6.7 |
1035 | 2024-10-30T13:30:56.233Z | Downloaded pkcs8 v0.10.2 |
1036 | 2024-10-30T13:30:56.235Z | Downloaded elliptic-curve v0.13.8 |
1037 | 2024-10-30T13:30:56.239Z | Downloaded heapless v0.8.0 |
1038 | 2024-10-30T13:30:56.242Z | Downloaded steno v0.4.1 |
1039 | 2024-10-30T13:30:56.246Z | Downloaded encoding_rs v0.8.34 |
1040 | 2024-10-30T13:30:56.267Z | Downloaded zone v0.3.0 |
1041 | 2024-10-30T13:30:56.271Z | Downloaded parking_lot_core v0.8.6 |
1042 | 2024-10-30T13:30:56.274Z | Downloaded aes-gcm v0.10.3 |
1043 | 2024-10-30T13:30:56.274Z | Downloaded snafu v0.8.5 |
1044 | 2024-10-30T13:30:56.279Z | Downloaded typed-path v0.7.1 |
1045 | 2024-10-30T13:30:56.284Z | Downloaded tap v1.0.1 |
1046 | 2024-10-30T13:30:56.286Z | Downloaded stringprep v0.1.5 |
1047 | 2024-10-30T13:30:56.286Z | Downloaded getrandom v0.2.15 |
1048 | 2024-10-30T13:30:56.289Z | Downloaded futures-task v0.3.31 |
1049 | 2024-10-30T13:30:56.292Z | Downloaded env_logger v0.11.5 |
1050 | 2024-10-30T13:30:56.294Z | Downloaded typify v0.2.0 |
1051 | 2024-10-30T13:30:56.297Z | Downloaded salsa20 v0.10.2 |
1052 | 2024-10-30T13:30:56.297Z | Downloaded rusty-fork v0.3.0 |
1053 | 2024-10-30T13:30:56.299Z | Downloaded minimal-lexical v0.2.1 |
1054 | 2024-10-30T13:30:56.302Z | Downloaded cc v1.1.30 |
1055 | 2024-10-30T13:30:56.304Z | Downloaded structmeta-derive v0.2.0 |
1056 | 2024-10-30T13:30:56.307Z | Downloaded structmeta v0.2.0 |
1057 | 2024-10-30T13:30:56.307Z | Downloaded strip-ansi-escapes v0.2.0 |
1058 | 2024-10-30T13:30:56.309Z | Downloaded slog-envlogger v2.2.0 |
1059 | 2024-10-30T13:30:56.309Z | Downloaded tracing-attributes v0.1.27 |
1060 | 2024-10-30T13:30:56.314Z | Downloaded base64 v0.21.7 |
1061 | 2024-10-30T13:30:56.318Z | Downloaded base64 v0.22.1 |
1062 | 2024-10-30T13:30:56.321Z | Downloaded quinn-udp v0.5.5 |
1063 | 2024-10-30T13:30:56.321Z | Downloaded tokio-native-tls v0.3.1 |
1064 | 2024-10-30T13:30:56.321Z | Downloaded aes v0.8.4 |
1065 | 2024-10-30T13:30:56.324Z | Downloaded spin v0.9.8 |
1066 | 2024-10-30T13:30:56.326Z | Downloaded phf_generator v0.11.2 |
1067 | 2024-10-30T13:30:56.329Z | Downloaded phf_codegen v0.11.2 |
1068 | 2024-10-30T13:30:56.329Z | Downloaded phf v0.11.2 |
1069 | 2024-10-30T13:30:56.331Z | Downloaded chacha20poly1305 v0.10.1 |
1070 | 2024-10-30T13:30:56.331Z | Downloaded xz2 v0.1.7 |
1071 | 2024-10-30T13:30:56.334Z | Downloaded peg v0.8.4 |
1072 | 2024-10-30T13:30:56.336Z | Downloaded socket2 v0.5.7 |
1073 | 2024-10-30T13:30:56.339Z | Downloaded num-integer v0.1.46 |
1074 | 2024-10-30T13:30:56.339Z | Downloaded nu-ansi-term v0.50.1 |
1075 | 2024-10-30T13:30:56.342Z | Downloaded memmap2 v0.9.5 |
1076 | 2024-10-30T13:30:56.345Z | Downloaded crc32fast v1.4.2 |
1077 | 2024-10-30T13:30:56.345Z | Downloaded defmt-parser v0.3.4 |
1078 | 2024-10-30T13:30:56.345Z | Downloaded wait-timeout v0.2.0 |
1079 | 2024-10-30T13:30:56.348Z | Downloaded signal-hook v0.3.17 |
1080 | 2024-10-30T13:30:56.350Z | Downloaded ciborium v0.2.2 |
1081 | 2024-10-30T13:30:56.353Z | Downloaded bzip2 v0.4.4 |
1082 | 2024-10-30T13:30:56.353Z | Downloaded libloading v0.8.5 |
1083 | 2024-10-30T13:30:56.355Z | Downloaded hyper-staticfile v0.10.1 |
1084 | 2024-10-30T13:30:56.357Z | Downloaded serde_plain v1.0.2 |
1085 | 2024-10-30T13:30:56.357Z | Downloaded scopeguard v1.2.0 |
1086 | 2024-10-30T13:30:56.360Z | Downloaded rustc-hash v2.0.0 |
1087 | 2024-10-30T13:30:56.360Z | Downloaded httparse v1.9.5 |
1088 | 2024-10-30T13:30:56.362Z | Downloaded smallvec v0.6.14 |
1089 | 2024-10-30T13:30:56.364Z | Downloaded itertools v0.10.5 |
1090 | 2024-10-30T13:30:56.369Z | Downloaded ipnet v2.10.1 |
1091 | 2024-10-30T13:30:56.371Z | Downloaded indent_write v2.2.0 |
1092 | 2024-10-30T13:30:56.373Z | Downloaded block-padding v0.3.3 |
1093 | 2024-10-30T13:30:56.373Z | Downloaded async-bb8-diesel v0.2.1 |
1094 | 2024-10-30T13:30:56.376Z | Downloaded nibble_vec v0.1.0 |
1095 | 2024-10-30T13:30:56.376Z | Downloaded mockall v0.13.0 |
1096 | 2024-10-30T13:30:56.378Z | Downloaded maplit v1.0.2 |
1097 | 2024-10-30T13:30:56.378Z | Downloaded linear-map v1.2.0 |
1098 | 2024-10-30T13:30:56.380Z | Downloaded colored v2.1.0 |
1099 | 2024-10-30T13:30:56.380Z | Downloaded bcrypt-pbkdf v0.10.0 |
1100 | 2024-10-30T13:30:56.383Z | Downloaded buf-list v1.0.3 |
1101 | 2024-10-30T13:30:56.385Z | Downloaded bitflags v1.3.2 |
1102 | 2024-10-30T13:30:56.387Z | Downloaded ciborium-ll v0.2.2 |
1103 | 2024-10-30T13:30:56.387Z | Downloaded instability v0.3.2 |
1104 | 2024-10-30T13:30:56.390Z | Downloaded cassowary v0.3.0 |
1105 | 2024-10-30T13:30:56.390Z | Downloaded bb8 v0.8.5 |
1106 | 2024-10-30T13:30:56.392Z | Downloaded hyper-tls v0.6.0 |
1107 | 2024-10-30T13:30:56.392Z | Downloaded arrayvec v0.7.6 |
1108 | 2024-10-30T13:30:56.394Z | Downloaded ascii-canvas v3.0.0 |
1109 | 2024-10-30T13:30:56.394Z | Downloaded array-init v0.0.4 |
1110 | 2024-10-30T13:30:56.395Z | Downloaded iana-time-zone v0.1.61 |
1111 | 2024-10-30T13:30:56.397Z | Downloaded chacha20 v0.9.1 |
1112 | 2024-10-30T13:30:56.399Z | Downloaded bcs v0.1.6 |
1113 | 2024-10-30T13:30:56.402Z | Downloaded cancel-safe-futures v0.1.5 |
1114 | 2024-10-30T13:30:56.404Z | Downloaded mime v0.3.17 |
1115 | 2024-10-30T13:30:56.404Z | Downloaded base64ct v1.6.0 |
1116 | 2024-10-30T13:30:56.407Z | Downloaded humantime v2.1.0 |
1117 | 2024-10-30T13:30:56.410Z | Downloaded http-range v0.1.5 |
1118 | 2024-10-30T13:30:56.410Z | Downloaded home v0.5.9 |
1119 | 2024-10-30T13:30:56.410Z | Downloaded constant_time_eq v0.3.1 |
1120 | 2024-10-30T13:30:56.412Z | Downloaded bitfield-struct v0.6.2 |
1121 | 2024-10-30T13:30:56.412Z | Downloaded cbc v0.1.2 |
1122 | 2024-10-30T13:30:56.412Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1123 | 2024-10-30T13:30:56.469Z | Downloaded blowfish v0.9.1 |
1124 | 2024-10-30T13:30:56.946Z | Downloaded ring v0.17.8 |
1125 | 2024-10-30T13:30:57.112Z | Downloaded libsqlite3-sys v0.30.1 |
1126 | 2024-10-30T13:30:57.188Z | Downloaded ring v0.16.20 |
1127 | 2024-10-30T13:30:57.377Z | Compiling serde v1.0.210 |
1128 | 2024-10-30T13:30:57.379Z | Compiling typenum v1.17.0 |
1129 | 2024-10-30T13:30:57.379Z | Compiling lock_api v0.4.12 |
1130 | 2024-10-30T13:30:57.379Z | Compiling generic-array v0.14.7 |
1131 | 2024-10-30T13:30:57.379Z | Compiling scopeguard v1.2.0 |
1132 | 2024-10-30T13:30:57.379Z | Compiling subtle v2.6.1 |
1133 | 2024-10-30T13:30:57.595Z | Compiling syn v2.0.79 |
1134 | 2024-10-30T13:30:57.597Z | Compiling getrandom v0.2.15 |
1135 | 2024-10-30T13:30:57.714Z | Compiling value-bag v1.9.0 |
1136 | 2024-10-30T13:30:57.895Z | Compiling rand_core v0.6.4 |
1137 | 2024-10-30T13:30:57.988Z | Compiling const-oid v0.9.6 |
1138 | 2024-10-30T13:30:58.012Z | Compiling pin-project-lite v0.2.14 |
1139 | 2024-10-30T13:30:58.114Z | Compiling smallvec v1.13.2 |
1140 | 2024-10-30T13:30:58.142Z | Compiling jobserver v0.1.32 |
1141 | 2024-10-30T13:30:58.360Z | Compiling log v0.4.22 |
1142 | 2024-10-30T13:30:58.470Z | Compiling shlex v1.3.0 |
1143 | 2024-10-30T13:30:58.488Z | Compiling parking_lot_core v0.9.10 |
1144 | 2024-10-30T13:30:58.547Z | Compiling futures-core v0.3.31 |
1145 | 2024-10-30T13:30:58.800Z | Compiling cc v1.1.30 |
1146 | 2024-10-30T13:30:58.910Z | Compiling signal-hook-registry v1.4.2 |
1147 | 2024-10-30T13:30:59.139Z | Compiling mio v1.0.2 |
1148 | 2024-10-30T13:30:59.263Z | Compiling cpufeatures v0.2.14 |
1149 | 2024-10-30T13:30:59.378Z | Compiling parking_lot v0.12.3 |
1150 | 2024-10-30T13:30:59.664Z | Compiling futures-sink v0.3.31 |
1151 | 2024-10-30T13:30:59.743Z | Compiling spin v0.9.8 |
1152 | 2024-10-30T13:30:59.818Z | Compiling socket2 v0.5.7 |
1153 | 2024-10-30T13:31:00.044Z | Compiling slab v0.4.9 |
1154 | 2024-10-30T13:31:00.155Z | Compiling serde_json v1.0.128 |
1155 | 2024-10-30T13:31:00.286Z | Compiling futures-channel v0.3.31 |
1156 | 2024-10-30T13:31:00.337Z | Compiling allocator-api2 v0.2.18 |
1157 | 2024-10-30T13:31:00.355Z | Compiling pin-utils v0.1.0 |
1158 | 2024-10-30T13:31:00.456Z | Compiling foldhash v0.1.3 |
1159 | 2024-10-30T13:31:00.505Z | Compiling futures-task v0.3.31 |
1160 | 2024-10-30T13:31:00.705Z | Compiling futures-io v0.3.31 |
1161 | 2024-10-30T13:31:00.760Z | Compiling tinyvec_macros v0.1.1 |
1162 | 2024-10-30T13:31:00.779Z | Compiling libm v0.2.8 |
1163 | 2024-10-30T13:31:00.808Z | Compiling num-traits v0.2.19 |
1164 | 2024-10-30T13:31:00.828Z | Compiling unicode-bidi v0.3.17 |
1165 | 2024-10-30T13:31:00.853Z | Compiling tinyvec v1.8.0 |
1166 | 2024-10-30T13:31:01.027Z | Compiling hashbrown v0.15.0 |
1167 | 2024-10-30T13:31:01.111Z | Compiling base64ct v1.6.0 |
1168 | 2024-10-30T13:31:01.323Z | Compiling httparse v1.9.5 |
1169 | 2024-10-30T13:31:01.722Z | Compiling pem-rfc7468 v0.7.0 |
1170 | 2024-10-30T13:31:02.131Z | Compiling flagset v0.4.6 |
1171 | 2024-10-30T13:31:02.417Z | Compiling unicode-normalization v0.1.24 |
1172 | 2024-10-30T13:31:02.471Z | Compiling tracing-core v0.1.32 |
1173 | 2024-10-30T13:31:02.489Z | Compiling percent-encoding v2.3.1 |
1174 | 2024-10-30T13:31:02.517Z | Compiling rustls-pki-types v1.9.0 |
1175 | 2024-10-30T13:31:02.596Z | Compiling crossbeam-utils v0.8.20 |
1176 | 2024-10-30T13:31:02.787Z | Compiling ring v0.17.8 |
1177 | 2024-10-30T13:31:03.470Z | Compiling num-conv v0.1.0 |
1178 | 2024-10-30T13:31:03.603Z | Compiling pkg-config v0.3.31 |
1179 | 2024-10-30T13:31:03.606Z | Compiling vcpkg v0.2.15 |
1180 | 2024-10-30T13:31:03.669Z | Compiling powerfmt v0.2.0 |
1181 | 2024-10-30T13:31:03.765Z | Compiling untrusted v0.9.0 |
1182 | 2024-10-30T13:31:03.897Z | Compiling time-core v0.1.2 |
1183 | 2024-10-30T13:31:03.943Z | Compiling deranged v0.3.11 |
1184 | 2024-10-30T13:31:04.078Z | Compiling time-macros v0.2.18 |
1185 | 2024-10-30T13:31:04.389Z | Compiling atomic-waker v1.1.2 |
1186 | 2024-10-30T13:31:04.586Z | Compiling num_threads v0.1.7 |
1187 | 2024-10-30T13:31:04.709Z | Compiling form_urlencoded v1.2.1 |
1188 | 2024-10-30T13:31:05.031Z | Compiling slog v2.7.0 |
1189 | 2024-10-30T13:31:05.053Z | Compiling rustix v0.38.37 |
1190 | 2024-10-30T13:31:05.182Z | Compiling try-lock v0.2.5 |
1191 | 2024-10-30T13:31:05.324Z | Compiling want v0.3.1 |
1192 | 2024-10-30T13:31:05.592Z | Compiling openssl-sys v0.9.103 |
1193 | 2024-10-30T13:31:05.609Z | Compiling httpdate v1.0.3 |
1194 | 2024-10-30T13:31:05.866Z | Compiling idna v0.5.0 |
1195 | 2024-10-30T13:31:05.916Z | Compiling foreign-types-shared v0.1.1 |
1196 | 2024-10-30T13:31:06.030Z | Compiling iana-time-zone v0.1.61 |
1197 | 2024-10-30T13:31:06.049Z | Compiling base64 v0.22.1 |
1198 | 2024-10-30T13:31:06.433Z | Compiling match_cfg v0.1.0 |
1199 | 2024-10-30T13:31:06.487Z | Compiling openssl v0.10.66 |
1200 | 2024-10-30T13:31:06.529Z | Compiling tower-service v0.3.3 |
1201 | 2024-10-30T13:31:06.657Z | Compiling rustversion v1.0.17 |
1202 | 2024-10-30T13:31:06.784Z | Compiling url v2.5.2 |
1203 | 2024-10-30T13:31:06.961Z | Compiling hostname v0.3.1 |
1204 | 2024-10-30T13:31:07.119Z | Compiling time v0.3.36 |
1205 | 2024-10-30T13:31:07.207Z | Compiling foreign-types v0.3.2 |
1206 | 2024-10-30T13:31:07.305Z | Compiling dirs-sys-next v0.1.2 |
1207 | 2024-10-30T13:31:07.431Z | Compiling aho-corasick v1.1.3 |
1208 | 2024-10-30T13:31:07.469Z | Compiling rustls v0.23.14 |
1209 | 2024-10-30T13:31:07.742Z | Compiling syn v1.0.109 |
1210 | 2024-10-30T13:31:07.910Z | Compiling siphasher v0.3.11 |
1211 | 2024-10-30T13:31:08.140Z | Compiling native-tls v0.2.12 |
1212 | 2024-10-30T13:31:08.268Z | Compiling data-encoding v2.6.0 |
1213 | 2024-10-30T13:31:08.343Z | Compiling adler2 v2.0.0 |
1214 | 2024-10-30T13:31:08.457Z | Compiling regex-syntax v0.8.5 |
1215 | 2024-10-30T13:31:08.532Z | Compiling rustls v0.22.4 |
1216 | 2024-10-30T13:31:08.564Z | Compiling miniz_oxide v0.8.0 |
1217 | 2024-10-30T13:31:08.907Z | Compiling dirs-next v2.0.0 |
1218 | 2024-10-30T13:31:10.098Z | Compiling serde_derive_internals v0.29.1 |
1219 | 2024-10-30T13:31:10.313Z | Compiling crossbeam-epoch v0.9.18 |
1220 | 2024-10-30T13:31:10.354Z | Compiling lazy_static v1.5.0 |
1221 | 2024-10-30T13:31:10.484Z | Compiling thread_local v1.1.8 |
1222 | 2024-10-30T13:31:11.032Z | Compiling encoding_rs v0.8.34 |
1223 | 2024-10-30T13:31:11.065Z | Compiling multer v3.1.0 |
1224 | 2024-10-30T13:31:11.364Z | Compiling cookie v0.18.1 |
1225 | 2024-10-30T13:31:11.383Z | Compiling serde_derive v1.0.210 |
1226 | 2024-10-30T13:31:11.662Z | Compiling zeroize_derive v1.4.2 |
1227 | 2024-10-30T13:31:12.184Z | Compiling zerocopy-derive v0.7.35 |
1228 | 2024-10-30T13:31:12.461Z | Compiling tokio-macros v2.4.0 |
1229 | 2024-10-30T13:31:12.710Z | Compiling thiserror-impl v1.0.64 |
1230 | 2024-10-30T13:31:13.251Z | Compiling zeroize v1.8.1 |
1231 | 2024-10-30T13:31:13.664Z | Compiling futures-macro v0.3.31 |
1232 | 2024-10-30T13:31:14.058Z | Compiling der_derive v0.7.3 |
1233 | 2024-10-30T13:31:14.371Z | Compiling zerocopy v0.7.35 |
1234 | 2024-10-30T13:31:14.921Z | Compiling tracing-attributes v0.1.27 |
1235 | 2024-10-30T13:31:15.085Z | Compiling crypto-common v0.1.6 |
1236 | 2024-10-30T13:31:15.237Z | Compiling block-buffer v0.10.4 |
1237 | 2024-10-30T13:31:15.316Z | Compiling block-padding v0.3.3 |
1238 | 2024-10-30T13:31:15.494Z | Compiling digest v0.10.7 |
1239 | 2024-10-30T13:31:15.557Z | Compiling inout v0.1.3 |
1240 | 2024-10-30T13:31:15.636Z | Compiling futures-util v0.3.31 |
1241 | 2024-10-30T13:31:15.833Z | Compiling thiserror v1.0.64 |
1242 | 2024-10-30T13:31:15.850Z | Compiling cipher v0.4.4 |
1243 | 2024-10-30T13:31:15.971Z | Compiling hmac v0.12.1 |
1244 | 2024-10-30T13:31:15.989Z | Compiling sha2 v0.10.8 |
1245 | 2024-10-30T13:31:16.049Z | Compiling ppv-lite86 v0.2.20 |
1246 | 2024-10-30T13:31:16.216Z | Compiling pbkdf2 v0.12.2 |
1247 | 2024-10-30T13:31:16.362Z | Compiling salsa20 v0.10.2 |
1248 | 2024-10-30T13:31:16.394Z | Compiling pest v2.7.14 |
1249 | 2024-10-30T13:31:16.414Z | Compiling der v0.7.9 |
1250 | 2024-10-30T13:31:16.594Z | Compiling scrypt v0.11.0 |
1251 | 2024-10-30T13:31:16.902Z | Compiling rand_chacha v0.3.1 |
1252 | 2024-10-30T13:31:17.158Z | Compiling cbc v0.1.2 |
1253 | 2024-10-30T13:31:17.410Z | Compiling rand v0.8.5 |
1254 | 2024-10-30T13:31:18.728Z | Compiling tracing v0.1.40 |
1255 | 2024-10-30T13:31:19.179Z | Compiling spki v0.7.3 |
1256 | 2024-10-30T13:31:19.223Z | Compiling pest_meta v2.7.14 |
1257 | 2024-10-30T13:31:19.468Z | Compiling aes v0.8.4 |
1258 | 2024-10-30T13:31:19.566Z | Compiling scroll_derive v0.12.0 |
1259 | 2024-10-30T13:31:19.600Z | Compiling rustls-webpki v0.102.8 |
1260 | 2024-10-30T13:31:19.702Z | Compiling async-trait v0.1.83 |
1261 | 2024-10-30T13:31:19.894Z | Compiling openssl-macros v0.1.1 |
1262 | 2024-10-30T13:31:20.651Z | Compiling pest_generator v2.7.14 |
1263 | 2024-10-30T13:31:20.941Z | Compiling scroll v0.12.0 |
1264 | 2024-10-30T13:31:21.491Z | Compiling pkcs5 v0.7.1 |
1265 | 2024-10-30T13:31:21.548Z | Compiling goblin v0.8.2 |
1266 | 2024-10-30T13:31:22.358Z | Compiling pkcs8 v0.10.2 |
1267 | 2024-10-30T13:31:22.380Z | Compiling signature v2.2.0 |
1268 | 2024-10-30T13:31:22.410Z | Compiling sha1 v0.10.6 |
1269 | 2024-10-30T13:31:22.613Z | Compiling regex-automata v0.4.8 |
1270 | 2024-10-30T13:31:22.672Z | Compiling gimli v0.31.1 |
1271 | 2024-10-30T13:31:22.709Z | Compiling rayon-core v1.12.1 |
1272 | 2024-10-30T13:31:22.849Z | Compiling paste v1.0.15 |
1273 | 2024-10-30T13:31:22.982Z | Compiling ipnet v2.10.1 |
1274 | 2024-10-30T13:31:23.053Z | Compiling openssl-probe v0.1.5 |
1275 | 2024-10-30T13:31:23.364Z | Compiling slog-async v2.8.0 |
1276 | 2024-10-30T13:31:23.426Z | Compiling either v1.13.0 |
1277 | 2024-10-30T13:31:23.868Z | Compiling schemars v0.8.21 |
1278 | 2024-10-30T13:31:23.903Z | Compiling mime v0.3.17 |
1279 | 2024-10-30T13:31:24.020Z | Compiling pest_derive v2.7.14 |
1280 | 2024-10-30T13:31:24.176Z | Compiling signal-hook v0.3.17 |
1281 | 2024-10-30T13:31:24.219Z | Compiling unicode-properties v0.1.3 |
1282 | 2024-10-30T13:31:24.582Z | Compiling stringprep v0.1.5 |
1283 | 2024-10-30T13:31:24.604Z | Compiling futures-executor v0.3.31 |
1284 | 2024-10-30T13:31:24.814Z | Compiling dtrace-parser v0.2.0 |
1285 | 2024-10-30T13:31:25.711Z | Compiling bytes v1.7.2 |
1286 | 2024-10-30T13:31:26.874Z | Compiling tokio v1.40.0 |
1287 | 2024-10-30T13:31:27.071Z | Compiling indexmap v2.6.0 |
1288 | 2024-10-30T13:31:27.812Z | Compiling http v1.1.0 |
1289 | 2024-10-30T13:31:28.633Z | Compiling bitflags v2.6.0 |
1290 | 2024-10-30T13:31:29.054Z | Compiling semver v1.0.23 |
1291 | 2024-10-30T13:31:29.828Z | Compiling rustc_version v0.4.1 |
1292 | 2024-10-30T13:31:30.321Z | Compiling http-body v1.0.1 |
1293 | 2024-10-30T13:31:30.566Z | Compiling dof v0.3.0 |
1294 | 2024-10-30T13:31:30.594Z | Compiling toml_datetime v0.6.8 |
1295 | 2024-10-30T13:31:31.116Z | Compiling uuid v1.10.0 |
1296 | 2024-10-30T13:31:31.566Z | Compiling serde_spanned v0.6.8 |
1297 | 2024-10-30T13:31:31.815Z | Compiling serde_tokenstream v0.2.2 |
1298 | 2024-10-30T13:31:32.471Z | Compiling usdt-impl v0.5.0 |
1299 | 2024-10-30T13:31:32.634Z | Compiling chrono v0.4.38 |
1300 | 2024-10-30T13:31:32.690Z | Compiling heapless v0.7.17 |
1301 | 2024-10-30T13:31:33.128Z | Compiling http-body-util v0.1.2 |
1302 | 2024-10-30T13:31:33.966Z | Compiling usdt-macro v0.5.0 |
1303 | 2024-10-30T13:31:34.514Z | Compiling usdt-attr-macro v0.5.0 |
1304 | 2024-10-30T13:31:34.616Z | Compiling toml_edit v0.22.22 |
1305 | 2024-10-30T13:31:34.760Z | Compiling curve25519-dalek v4.1.3 |
1306 | 2024-10-30T13:31:35.456Z | Compiling tokio-util v0.7.12 |
1307 | 2024-10-30T13:31:35.477Z | Compiling slog-json v2.6.1 |
1308 | 2024-10-30T13:31:35.868Z | Compiling addr2line v0.24.2 |
1309 | 2024-10-30T13:31:36.094Z | Compiling serde_urlencoded v0.7.1 |
1310 | 2024-10-30T13:31:36.345Z | Compiling md-5 v0.10.6 |
1311 | 2024-10-30T13:31:36.616Z | Compiling h2 v0.4.6 |
1312 | 2024-10-30T13:31:36.619Z | Compiling schemars_derive v0.8.21 |
1313 | 2024-10-30T13:31:36.726Z | Compiling async-stream-impl v0.3.6 |
1314 | 2024-10-30T13:31:36.870Z | Compiling enum-as-inner v0.6.1 |
1315 | 2024-10-30T13:31:38.087Z | Compiling crossbeam-deque v0.8.5 |
1316 | 2024-10-30T13:31:38.157Z | Compiling term v0.7.0 |
1317 | 2024-10-30T13:31:38.486Z | Compiling crossbeam-channel v0.5.13 |
1318 | 2024-10-30T13:31:39.550Z | Compiling num-integer v0.1.46 |
1319 | 2024-10-30T13:31:39.635Z | Compiling idna v0.4.0 |
1320 | 2024-10-30T13:31:40.899Z | Compiling idna v0.3.0 |
1321 | 2024-10-30T13:31:41.128Z | Compiling rustls-pemfile v2.2.0 |
1322 | 2024-10-30T13:31:41.445Z | Compiling ff v0.13.0 |
1323 | 2024-10-30T13:31:41.466Z | Compiling hash32 v0.2.1 |
1324 | 2024-10-30T13:31:41.667Z | Compiling is-terminal v0.4.13 |
1325 | 2024-10-30T13:31:41.801Z | Compiling object v0.36.5 |
1326 | 2024-10-30T13:31:41.821Z | Compiling dropshot v0.12.0 |
1327 | 2024-10-30T13:31:42.127Z | Compiling dyn-clone v1.0.17 |
1328 | 2024-10-30T13:31:42.236Z | Compiling stable_deref_trait v1.2.0 |
1329 | 2024-10-30T13:31:42.255Z | Compiling portable-atomic v1.9.0 |
1330 | 2024-10-30T13:31:42.341Z | Compiling fallible-iterator v0.2.0 |
1331 | 2024-10-30T13:31:42.362Z | Compiling num-bigint-dig v0.8.4 |
1332 | 2024-10-30T13:31:42.364Z | Compiling take_mut v0.2.2 |
1333 | 2024-10-30T13:31:42.522Z | Compiling smoltcp v0.9.1 |
1334 | 2024-10-30T13:31:42.661Z | Compiling utf-8 v0.7.6 |
1335 | 2024-10-30T13:31:42.961Z | Compiling rustc-demangle v0.1.24 |
1336 | 2024-10-30T13:31:42.987Z | Compiling linked-hash-map v0.5.6 |
1337 | 2024-10-30T13:31:43.183Z | Compiling psl-types v2.0.11 |
1338 | 2024-10-30T13:31:43.221Z | Compiling quick-error v1.2.3 |
1339 | 2024-10-30T13:31:43.296Z | Compiling base16ct v0.2.0 |
1340 | 2024-10-30T13:31:43.353Z | Compiling anyhow v1.0.89 |
1341 | 2024-10-30T13:31:43.381Z | Compiling publicsuffix v2.2.3 |
1342 | 2024-10-30T13:31:43.587Z | Compiling sec1 v0.7.3 |
1343 | 2024-10-30T13:31:43.645Z | Compiling resolv-conf v0.7.0 |
1344 | 2024-10-30T13:31:43.830Z | Compiling hyper v1.4.1 |
1345 | 2024-10-30T13:31:44.130Z | Compiling lru-cache v0.1.2 |
1346 | 2024-10-30T13:31:44.333Z | Compiling postgres-protocol v0.6.7 |
1347 | 2024-10-30T13:31:44.336Z | Compiling tungstenite v0.24.0 |
1348 | 2024-10-30T13:31:45.586Z | Compiling slog-term v2.9.1 |
1349 | 2024-10-30T13:31:46.356Z | Compiling hyper-util v0.1.9 |
1350 | 2024-10-30T13:31:46.574Z | Compiling usdt v0.5.0 |
1351 | 2024-10-30T13:31:46.679Z | Compiling group v0.13.0 |
1352 | 2024-10-30T13:31:46.732Z | Compiling tokio-native-tls v0.3.1 |
1353 | 2024-10-30T13:31:47.036Z | Compiling hickory-proto v0.24.1 |
1354 | 2024-10-30T13:31:47.055Z | Compiling num-iter v0.1.45 |
1355 | 2024-10-30T13:31:47.249Z | Compiling async-stream v0.3.6 |
1356 | 2024-10-30T13:31:47.693Z | Compiling toml v0.8.19 |
1357 | 2024-10-30T13:31:48.868Z | Compiling backtrace v0.3.74 |
1358 | 2024-10-30T13:31:49.392Z | Compiling slog-bunyan v2.5.0 |
1359 | 2024-10-30T13:31:49.614Z | Compiling tokio-rustls v0.26.0 |
1360 | 2024-10-30T13:31:49.645Z | Compiling tokio-rustls v0.25.0 |
1361 | 2024-10-30T13:31:49.683Z | Compiling terminal_size v0.4.0 |
1362 | 2024-10-30T13:31:49.706Z | Compiling dropshot_endpoint v0.12.0 |
1363 | 2024-10-30T13:31:49.902Z | Compiling openapiv3 v2.0.0 |
1364 | 2024-10-30T13:31:50.068Z | Compiling serde_path_to_error v0.1.16 |
1365 | 2024-10-30T13:31:50.068Z | Compiling camino v1.1.9 |
1366 | 2024-10-30T13:31:50.261Z | Compiling futures v0.3.31 |
1367 | 2024-10-30T13:31:51.085Z | Compiling hkdf v0.12.4 |
1368 | 2024-10-30T13:31:51.322Z | Compiling hubpack_derive v0.1.1 |
1369 | 2024-10-30T13:31:51.343Z | Compiling crypto-bigint v0.5.5 |
1370 | 2024-10-30T13:31:51.574Z | Compiling curve25519-dalek-derive v0.1.1 |
1371 | 2024-10-30T13:31:51.860Z | Compiling zerocopy-derive v0.6.6 |
1372 | 2024-10-30T13:31:52.249Z | Compiling phf_shared v0.11.2 |
1373 | 2024-10-30T13:31:52.269Z | Compiling waitgroup v0.1.2 |
1374 | 2024-10-30T13:31:52.478Z | Compiling webpki-roots v0.26.6 |
1375 | 2024-10-30T13:31:52.640Z | Compiling hostname v0.4.0 |
1376 | 2024-10-30T13:31:52.704Z | Compiling fs-err v2.11.0 |
1377 | 2024-10-30T13:31:52.914Z | Compiling ahash v0.8.11 |
1378 | 2024-10-30T13:31:52.996Z | Compiling winnow v0.5.40 |
1379 | 2024-10-30T13:31:53.055Z | Compiling bitflags v1.3.2 |
1380 | 2024-10-30T13:31:53.165Z | Compiling managed v0.8.0 |
1381 | 2024-10-30T13:31:53.266Z | Compiling debug-ignore v1.0.5 |
1382 | 2024-10-30T13:31:53.419Z | Compiling console v0.15.8 |
1383 | 2024-10-30T13:31:54.010Z | Compiling zerocopy v0.6.6 |
1384 | 2024-10-30T13:31:54.263Z | Compiling clap_builder v4.5.20 |
1385 | 2024-10-30T13:31:54.896Z | Compiling elliptic-curve v0.13.8 |
1386 | 2024-10-30T13:31:54.926Z | Compiling strum_macros v0.25.3 |
1387 | 2024-10-30T13:31:55.975Z | Compiling hickory-resolver v0.24.1 |
1388 | 2024-10-30T13:31:56.878Z | Compiling toml_edit v0.19.15 |
1389 | 2024-10-30T13:31:57.165Z | Compiling hyper-rustls v0.27.3 |
1390 | 2024-10-30T13:31:57.555Z | Compiling phf v0.11.2 |
1391 | 2024-10-30T13:31:57.821Z | Compiling hubpack v0.1.2 |
1392 | 2024-10-30T13:31:57.854Z | Compiling signal-hook-mio v0.2.4 |
1393 | 2024-10-30T13:31:58.238Z | Compiling cookie_store v0.21.0 |
1394 | 2024-10-30T13:31:58.909Z | Compiling hyper-tls v0.6.0 |
1395 | 2024-10-30T13:31:58.909Z | Compiling rayon v1.10.0 |
1396 | 2024-10-30T13:31:59.761Z | Compiling tokio-tungstenite v0.24.0 |
1397 | 2024-10-30T13:32:00.347Z | Compiling postgres-types v0.2.8 |
1398 | 2024-10-30T13:32:02.433Z | Compiling tokio-stream v0.1.16 |
1399 | 2024-10-30T13:32:03.308Z | Compiling regex v1.11.0 |
1400 | 2024-10-30T13:32:03.323Z | Compiling bstr v1.10.0 |
1401 | 2024-10-30T13:32:03.429Z | Compiling serde-big-array v0.5.1 |
1402 | 2024-10-30T13:32:03.491Z | Compiling pkcs1 v0.7.5 |
1403 | 2024-10-30T13:32:03.667Z | Compiling ed25519 v2.2.3 |
1404 | 2024-10-30T13:32:03.922Z | Compiling rfc6979 v0.4.0 |
1405 | 2024-10-30T13:32:04.021Z | Compiling serde_repr v0.1.19 |
1406 | 2024-10-30T13:32:04.116Z | Compiling clap_derive v4.5.18 |
1407 | 2024-10-30T13:32:04.394Z | Compiling derive-where v1.2.7 |
1408 | 2024-10-30T13:32:04.490Z | Compiling phf_shared v0.10.0 |
1409 | 2024-10-30T13:32:04.538Z | Compiling float-cmp v0.9.0 |
1410 | 2024-10-30T13:32:04.760Z | Compiling sync_wrapper v1.0.1 |
1411 | 2024-10-30T13:32:04.910Z | Compiling crc32fast v1.4.2 |
1412 | 2024-10-30T13:32:04.930Z | Compiling predicates-core v1.0.8 |
1413 | 2024-10-30T13:32:05.066Z | Compiling static_assertions v1.1.0 |
1414 | 2024-10-30T13:32:05.171Z | Compiling fixedbitset v0.4.2 |
1415 | 2024-10-30T13:32:05.192Z | Compiling whoami v1.5.2 |
1416 | 2024-10-30T13:32:05.257Z | Compiling bit-vec v0.6.3 |
1417 | 2024-10-30T13:32:05.277Z | Compiling precomputed-hash v0.1.1 |
1418 | 2024-10-30T13:32:05.398Z | Compiling difflib v0.4.0 |
1419 | 2024-10-30T13:32:05.547Z | Compiling minimal-lexical v0.2.1 |
1420 | 2024-10-30T13:32:05.646Z | Compiling number_prefix v0.4.0 |
1421 | 2024-10-30T13:32:05.723Z | Compiling unicode-segmentation v1.12.0 |
1422 | 2024-10-30T13:32:05.820Z | Compiling new_debug_unreachable v1.0.6 |
1423 | 2024-10-30T13:32:05.877Z | Compiling normalize-line-endings v0.3.0 |
1424 | 2024-10-30T13:32:05.925Z | Compiling string_cache v0.8.7 |
1425 | 2024-10-30T13:32:06.014Z | Compiling predicates v3.1.2 |
1426 | 2024-10-30T13:32:06.064Z | Compiling nom v7.1.3 |
1427 | 2024-10-30T13:32:06.389Z | Compiling indicatif v0.17.8 |
1428 | 2024-10-30T13:32:06.621Z | Compiling similar v2.6.0 |
1429 | 2024-10-30T13:32:07.006Z | Compiling bit-set v0.5.3 |
1430 | 2024-10-30T13:32:07.318Z | Compiling tokio-postgres v0.7.12 |
1431 | 2024-10-30T13:32:07.775Z | Compiling petgraph v0.6.5 |
1432 | 2024-10-30T13:32:07.809Z | Compiling qorb v0.1.2 |
1433 | 2024-10-30T13:32:08.475Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1434 | 2024-10-30T13:32:08.794Z | Compiling clap v4.5.20 |
1435 | 2024-10-30T13:32:08.923Z | Compiling flate2 v1.0.34 |
1436 | 2024-10-30T13:32:09.104Z | Compiling reqwest v0.12.8 |
1437 | 2024-10-30T13:32:09.882Z | Compiling ecdsa v0.16.9 |
1438 | 2024-10-30T13:32:09.939Z | Compiling ed25519-dalek v2.1.1 |
1439 | 2024-10-30T13:32:10.744Z | Compiling rsa v0.9.6 |
1440 | 2024-10-30T13:32:11.273Z | Compiling toml v0.7.8 |
1441 | 2024-10-30T13:32:11.830Z | Compiling crossterm v0.28.1 |
1442 | 2024-10-30T13:32:13.557Z | Compiling hex v0.4.3 |
1443 | 2024-10-30T13:32:13.830Z | Compiling itertools v0.12.1 |
1444 | 2024-10-30T13:32:13.848Z | Compiling itertools v0.10.5 |
1445 | 2024-10-30T13:32:14.192Z | Compiling x509-cert v0.2.5 |
1446 | 2024-10-30T13:32:14.212Z | Compiling peg-runtime v0.8.3 |
1447 | 2024-10-30T13:32:14.879Z | Compiling lalrpop-util v0.19.12 |
1448 | 2024-10-30T13:32:15.267Z | Compiling unicode-xid v0.2.6 |
1449 | 2024-10-30T13:32:15.439Z | Compiling xattr v1.3.1 |
1450 | 2024-10-30T13:32:15.462Z | Compiling strum_macros v0.26.4 |
1451 | 2024-10-30T13:32:15.542Z | Compiling filetime v0.2.25 |
1452 | 2024-10-30T13:32:15.866Z | Compiling tar v0.4.42 |
1453 | 2024-10-30T13:32:18.758Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1454 | 2024-10-30T13:32:18.809Z | Compiling strum v0.26.3 |
1455 | 2024-10-30T13:32:19.011Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1456 | 2024-10-30T13:32:24.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1457 | 2024-10-30T13:32:24.678Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1458 | 2024-10-30T13:32:24.726Z | Oct 30 13:32:24.309 INFO Starting download, target: Clickhouse |
1459 | 2024-10-30T13:32:24.726Z | Oct 30 13:32:24.309 INFO Starting download, target: Cockroach |
1460 | 2024-10-30T13:32:24.726Z | Oct 30 13:32:24.309 INFO Starting download, target: Console |
1461 | 2024-10-30T13:32:24.729Z | Oct 30 13:32:24.309 INFO Starting download, target: DendriteOpenapi |
1462 | 2024-10-30T13:32:24.729Z | Oct 30 13:32:24.309 INFO Starting download, target: DendriteStub |
1463 | 2024-10-30T13:32:24.729Z | Oct 30 13:32:24.309 INFO Starting download, target: MaghemiteMgd |
1464 | 2024-10-30T13:32:24.729Z | Oct 30 13:32:24.309 INFO Starting download, target: TransceiverControl |
1465 | 2024-10-30T13:32:24.729Z | Oct 30 13:32:24.310 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1466 | 2024-10-30T13:32:24.729Z | Oct 30 13:32:24.310 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1467 | 2024-10-30T13:32:24.729Z | Oct 30 13:32:24.310 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1468 | 2024-10-30T13:32:24.729Z | Oct 30 13:32:24.310 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1469 | 2024-10-30T13:32:24.729Z | Oct 30 13:32:24.310 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1470 | 2024-10-30T13:32:24.729Z | Oct 30 13:32:24.310 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1471 | 2024-10-30T13:32:24.729Z | Oct 30 13:32:24.310 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1472 | 2024-10-30T13:32:24.968Z | Oct 30 13:32:24.550 INFO Download complete, target: DendriteOpenapi |
1473 | 2024-10-30T13:32:25.119Z | Oct 30 13:32:24.701 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1474 | 2024-10-30T13:32:25.225Z | Oct 30 13:32:24.799 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1475 | 2024-10-30T13:32:25.571Z | Oct 30 13:32:25.136 INFO Download complete, target: Console |
1476 | 2024-10-30T13:32:25.751Z | Oct 30 13:32:25.332 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1477 | 2024-10-30T13:32:25.790Z | Oct 30 13:32:25.370 INFO Download complete, target: TransceiverControl |
1478 | 2024-10-30T13:32:25.970Z | Oct 30 13:32:25.541 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1479 | 2024-10-30T13:32:26.309Z | Oct 30 13:32:25.892 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1480 | 2024-10-30T13:32:26.309Z | Oct 30 13:32:25.893 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1481 | 2024-10-30T13:32:27.336Z | Oct 30 13:32:26.919 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1482 | 2024-10-30T13:32:28.513Z | Oct 30 13:32:28.096 INFO Download complete, target: DendriteStub |
1483 | 2024-10-30T13:32:28.899Z | Oct 30 13:32:28.482 INFO Download complete, target: MaghemiteMgd |
1484 | 2024-10-30T13:32:33.750Z | Oct 30 13:32:33.332 INFO Checking that binary works, target: Cockroach |
1485 | 2024-10-30T13:32:33.918Z | Oct 30 13:32:33.500 INFO Download complete, target: Cockroach |
1486 | 2024-10-30T13:32:39.604Z | Oct 30 13:32:39.186 INFO Checking that binary works, target: Clickhouse |
1487 | 2024-10-30T13:32:39.766Z | Oct 30 13:32:39.348 INFO Download complete, target: Clickhouse |
1488 | 2024-10-30T13:32:39.789Z | All builder prerequisites installed successfully, and PATH looks valid |
1489 | 2024-10-30T13:32:39.792Z | |
1490 | 2024-10-30T13:32:39.792Z | real 4:04.133992306 |
1491 | 2024-10-30T13:32:39.792Z | user 12:19.077951332 |
1492 | 2024-10-30T13:32:39.792Z | sys 2:42.859928697 |
1493 | 2024-10-30T13:32:39.792Z | trap 0.435560962 |
1494 | 2024-10-30T13:32:39.792Z | tflt 1.332968261 |
1495 | 2024-10-30T13:32:39.792Z | dflt 1.527161084 |
1496 | 2024-10-30T13:32:39.792Z | kflt 0.025165386 |
1497 | 2024-10-30T13:32:39.792Z | lock 23:37.533636649 |
1498 | 2024-10-30T13:32:39.792Z | slp 48:00.768942856 |
1499 | 2024-10-30T13:32:39.792Z | lat 44.796096941 |
1500 | 2024-10-30T13:32:39.792Z | stop 2:00.219528191 |
1501 | 2024-10-30T13:32:39.792Z | + banner hack-check |
1502 | 2024-10-30T13:32:39.792Z | |
1503 | 2024-10-30T13:32:39.792Z | # # ## #### # # #### # # ###### #### # # |
1504 | 2024-10-30T13:32:39.792Z | # # # # # # # # # # # # # # # # # |
1505 | 2024-10-30T13:32:39.792Z | ###### # # # #### ##### # ###### ##### # #### |
1506 | 2024-10-30T13:32:39.792Z | # # ###### # # # # # # # # # # |
1507 | 2024-10-30T13:32:39.792Z | # # # # # # # # # # # # # # # # # |
1508 | 2024-10-30T13:32:39.792Z | # # # # #### # # #### # # ###### #### # # |
1509 | 2024-10-30T13:32:39.793Z | |
1510 | 2024-10-30T13:32:39.793Z | + export CARGO_INCREMENTAL=0 |
1511 | 2024-10-30T13:32:39.793Z | + CARGO_INCREMENTAL=0 |
1512 | 2024-10-30T13:32:39.793Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1513 | 2024-10-30T13:32:40.296Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1514 | 2024-10-30T13:32:43.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s |
1515 | 2024-10-30T13:32:43.758Z | Running `target/debug/xtask check-features --ci` |
1516 | 2024-10-30T13:32:43.779Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1517 | 2024-10-30T13:32:43.779Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1518 | 2024-10-30T13:32:44.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1519 | 2024-10-30T13:32:44.231Z | Running `target/debug/xtask download cargo-hack` |
1520 | 2024-10-30T13:32:45.002Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1521 | 2024-10-30T13:32:45.370Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1522 | 2024-10-30T13:32:50.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s |
1523 | 2024-10-30T13:32:50.281Z | Running `target/debug/xtask-downloader cargo-hack` |
1524 | 2024-10-30T13:32:50.313Z | Oct 30 13:32:49.893 INFO Starting download, target: CargoHack |
1525 | 2024-10-30T13:32:50.318Z | Oct 30 13:32:49.894 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1526 | 2024-10-30T13:32:51.096Z | Oct 30 13:32:50.514 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1527 | 2024-10-30T13:32:51.287Z | Oct 30 13:32:50.602 INFO Download complete, target: CargoHack |
1528 | 2024-10-30T13:32:51.288Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1529 | 2024-10-30T13:32:51.288Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1530 | 2024-10-30T13:32:51.483Z | info: running `cargo check --bins` on api_identity (1/166) |
1531 | 2024-10-30T13:32:51.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1532 | 2024-10-30T13:32:51.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1533 | 2024-10-30T13:32:51.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1534 | 2024-10-30T13:32:51.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1535 | 2024-10-30T13:32:51.833Z | |
1536 | 2024-10-30T13:32:51.833Z | info: running `cargo check --bins` on bootstore (2/166) |
1537 | 2024-10-30T13:32:52.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1538 | 2024-10-30T13:32:52.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1539 | 2024-10-30T13:32:52.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1540 | 2024-10-30T13:32:52.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1541 | 2024-10-30T13:32:52.373Z | |
1542 | 2024-10-30T13:32:52.373Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/166) |
1543 | 2024-10-30T13:32:52.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1544 | 2024-10-30T13:32:52.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1545 | 2024-10-30T13:32:52.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1546 | 2024-10-30T13:32:52.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1547 | 2024-10-30T13:32:52.948Z | |
1548 | 2024-10-30T13:32:52.948Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166) |
1549 | 2024-10-30T13:32:53.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1550 | 2024-10-30T13:32:53.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1551 | 2024-10-30T13:32:53.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1552 | 2024-10-30T13:32:53.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1553 | 2024-10-30T13:32:53.528Z | |
1554 | 2024-10-30T13:32:53.528Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166) |
1555 | 2024-10-30T13:32:53.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1556 | 2024-10-30T13:32:53.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1557 | 2024-10-30T13:32:53.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1558 | 2024-10-30T13:32:53.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1559 | 2024-10-30T13:32:53.930Z | |
1560 | 2024-10-30T13:32:53.930Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166) |
1561 | 2024-10-30T13:32:54.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1562 | 2024-10-30T13:32:54.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1563 | 2024-10-30T13:32:54.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1564 | 2024-10-30T13:32:54.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1565 | 2024-10-30T13:32:54.343Z | |
1566 | 2024-10-30T13:32:54.346Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166) |
1567 | 2024-10-30T13:32:54.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1568 | 2024-10-30T13:32:54.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1569 | 2024-10-30T13:32:54.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1570 | 2024-10-30T13:32:54.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1571 | 2024-10-30T13:32:54.749Z | |
1572 | 2024-10-30T13:32:54.749Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166) |
1573 | 2024-10-30T13:32:55.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1574 | 2024-10-30T13:32:55.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1575 | 2024-10-30T13:32:55.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1576 | 2024-10-30T13:32:55.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1577 | 2024-10-30T13:32:55.156Z | |
1578 | 2024-10-30T13:32:55.156Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166) |
1579 | 2024-10-30T13:32:55.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1580 | 2024-10-30T13:32:55.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1581 | 2024-10-30T13:32:55.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1582 | 2024-10-30T13:32:55.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1583 | 2024-10-30T13:32:55.563Z | |
1584 | 2024-10-30T13:32:55.563Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166) |
1585 | 2024-10-30T13:32:55.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1586 | 2024-10-30T13:32:55.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1587 | 2024-10-30T13:32:55.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1588 | 2024-10-30T13:32:55.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1589 | 2024-10-30T13:32:55.968Z | |
1590 | 2024-10-30T13:32:55.968Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166) |
1591 | 2024-10-30T13:32:56.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1592 | 2024-10-30T13:32:56.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1593 | 2024-10-30T13:32:56.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1594 | 2024-10-30T13:32:56.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1595 | 2024-10-30T13:32:56.372Z | |
1596 | 2024-10-30T13:32:56.372Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166) |
1597 | 2024-10-30T13:32:56.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1598 | 2024-10-30T13:32:56.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1599 | 2024-10-30T13:32:56.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1600 | 2024-10-30T13:32:56.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1601 | 2024-10-30T13:32:56.781Z | |
1602 | 2024-10-30T13:32:56.781Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166) |
1603 | 2024-10-30T13:32:57.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1604 | 2024-10-30T13:32:57.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1605 | 2024-10-30T13:32:57.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1606 | 2024-10-30T13:32:57.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1607 | 2024-10-30T13:32:57.188Z | |
1608 | 2024-10-30T13:32:57.188Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166) |
1609 | 2024-10-30T13:32:57.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1610 | 2024-10-30T13:32:57.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1611 | 2024-10-30T13:32:57.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1612 | 2024-10-30T13:32:57.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1613 | 2024-10-30T13:32:57.592Z | |
1614 | 2024-10-30T13:32:57.592Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166) |
1615 | 2024-10-30T13:32:57.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1616 | 2024-10-30T13:32:57.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1617 | 2024-10-30T13:32:57.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1618 | 2024-10-30T13:32:57.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1619 | 2024-10-30T13:32:57.994Z | |
1620 | 2024-10-30T13:32:57.994Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166) |
1621 | 2024-10-30T13:32:58.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1622 | 2024-10-30T13:32:58.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1623 | 2024-10-30T13:32:58.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1624 | 2024-10-30T13:32:58.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1625 | 2024-10-30T13:32:58.394Z | |
1626 | 2024-10-30T13:32:58.394Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166) |
1627 | 2024-10-30T13:32:58.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1628 | 2024-10-30T13:32:58.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1629 | 2024-10-30T13:32:58.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1630 | 2024-10-30T13:32:58.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1631 | 2024-10-30T13:32:58.797Z | |
1632 | 2024-10-30T13:32:58.797Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166) |
1633 | 2024-10-30T13:32:59.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2024-10-30T13:32:59.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2024-10-30T13:32:59.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2024-10-30T13:32:59.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1637 | 2024-10-30T13:32:59.204Z | |
1638 | 2024-10-30T13:32:59.204Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166) |
1639 | 2024-10-30T13:32:59.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2024-10-30T13:32:59.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2024-10-30T13:32:59.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2024-10-30T13:32:59.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1643 | 2024-10-30T13:32:59.612Z | |
1644 | 2024-10-30T13:32:59.612Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166) |
1645 | 2024-10-30T13:32:59.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2024-10-30T13:32:59.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2024-10-30T13:32:59.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2024-10-30T13:32:59.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1649 | 2024-10-30T13:33:00.012Z | |
1650 | 2024-10-30T13:33:00.012Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166) |
1651 | 2024-10-30T13:33:00.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2024-10-30T13:33:00.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2024-10-30T13:33:00.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2024-10-30T13:33:00.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1655 | 2024-10-30T13:33:00.413Z | |
1656 | 2024-10-30T13:33:00.414Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166) |
1657 | 2024-10-30T13:33:00.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2024-10-30T13:33:00.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2024-10-30T13:33:00.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2024-10-30T13:33:00.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1661 | 2024-10-30T13:33:00.819Z | |
1662 | 2024-10-30T13:33:00.819Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166) |
1663 | 2024-10-30T13:33:01.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2024-10-30T13:33:01.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2024-10-30T13:33:01.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2024-10-30T13:33:01.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1667 | 2024-10-30T13:33:01.224Z | |
1668 | 2024-10-30T13:33:01.224Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166) |
1669 | 2024-10-30T13:33:01.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2024-10-30T13:33:01.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2024-10-30T13:33:01.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2024-10-30T13:33:01.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1673 | 2024-10-30T13:33:01.631Z | |
1674 | 2024-10-30T13:33:01.631Z | info: running `cargo check --bins` on sled-hardware-types (25/166) |
1675 | 2024-10-30T13:33:02.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2024-10-30T13:33:02.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2024-10-30T13:33:02.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2024-10-30T13:33:02.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1679 | 2024-10-30T13:33:02.223Z | |
1680 | 2024-10-30T13:33:02.223Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/166) |
1681 | 2024-10-30T13:33:02.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2024-10-30T13:33:02.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2024-10-30T13:33:02.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2024-10-30T13:33:02.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1685 | 2024-10-30T13:33:02.815Z | |
1686 | 2024-10-30T13:33:02.815Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166) |
1687 | 2024-10-30T13:33:03.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2024-10-30T13:33:03.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2024-10-30T13:33:03.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2024-10-30T13:33:03.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1691 | 2024-10-30T13:33:03.410Z | |
1692 | 2024-10-30T13:33:03.410Z | info: running `cargo check --bins` on oxlog (28/166) |
1693 | 2024-10-30T13:33:03.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2024-10-30T13:33:03.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2024-10-30T13:33:03.982Z | Checking cfg-if v1.0.0 |
1696 | 2024-10-30T13:33:03.985Z | Checking libc v0.2.161 |
1697 | 2024-10-30T13:33:04.085Z | Checking serde v1.0.210 |
1698 | 2024-10-30T13:33:04.087Z | Checking zeroize v1.8.1 |
1699 | 2024-10-30T13:33:04.093Z | Checking memchr v2.7.4 |
1700 | 2024-10-30T13:33:04.112Z | Checking typenum v1.17.0 |
1701 | 2024-10-30T13:33:04.120Z | Checking scopeguard v1.2.0 |
1702 | 2024-10-30T13:33:04.124Z | Checking subtle v2.6.1 |
1703 | 2024-10-30T13:33:04.151Z | Checking value-bag v1.9.0 |
1704 | 2024-10-30T13:33:04.257Z | Checking lock_api v0.4.12 |
1705 | 2024-10-30T13:33:04.347Z | Checking itoa v1.0.11 |
1706 | 2024-10-30T13:33:04.415Z | Checking const-oid v0.9.6 |
1707 | 2024-10-30T13:33:04.567Z | Checking log v0.4.22 |
1708 | 2024-10-30T13:33:04.588Z | Checking pin-project-lite v0.2.14 |
1709 | 2024-10-30T13:33:04.673Z | Checking smallvec v1.13.2 |
1710 | 2024-10-30T13:33:04.709Z | Checking byteorder v1.5.0 |
1711 | 2024-10-30T13:33:04.984Z | Checking futures-core v0.3.31 |
1712 | 2024-10-30T13:33:05.050Z | Checking once_cell v1.20.2 |
1713 | 2024-10-30T13:33:05.088Z | Checking cpufeatures v0.2.14 |
1714 | 2024-10-30T13:33:05.129Z | Checking futures-sink v0.3.31 |
1715 | 2024-10-30T13:33:05.177Z | Checking spin v0.9.8 |
1716 | 2024-10-30T13:33:05.181Z | Checking zerocopy v0.7.35 |
1717 | 2024-10-30T13:33:05.215Z | Checking getrandom v0.2.15 |
1718 | 2024-10-30T13:33:05.272Z | Checking signal-hook-registry v1.4.2 |
1719 | 2024-10-30T13:33:05.334Z | Checking parking_lot_core v0.9.10 |
1720 | 2024-10-30T13:33:05.439Z | Checking generic-array v0.14.7 |
1721 | 2024-10-30T13:33:05.441Z | Checking rand_core v0.6.4 |
1722 | 2024-10-30T13:33:05.522Z | Checking mio v1.0.2 |
1723 | 2024-10-30T13:33:05.540Z | Checking socket2 v0.5.7 |
1724 | 2024-10-30T13:33:05.668Z | Checking parking_lot v0.12.3 |
1725 | 2024-10-30T13:33:05.757Z | Checking slab v0.4.9 |
1726 | 2024-10-30T13:33:06.029Z | Checking futures-channel v0.3.31 |
1727 | 2024-10-30T13:33:06.045Z | Checking pin-utils v0.1.0 |
1728 | 2024-10-30T13:33:06.048Z | Checking foldhash v0.1.3 |
1729 | 2024-10-30T13:33:06.122Z | Checking futures-task v0.3.31 |
1730 | 2024-10-30T13:33:06.139Z | Checking allocator-api2 v0.2.18 |
1731 | 2024-10-30T13:33:06.245Z | Checking equivalent v1.0.1 |
1732 | 2024-10-30T13:33:06.248Z | Checking futures-io v0.3.31 |
1733 | 2024-10-30T13:33:06.355Z | Checking tinyvec_macros v0.1.1 |
1734 | 2024-10-30T13:33:06.371Z | Checking ryu v1.0.18 |
1735 | 2024-10-30T13:33:06.385Z | Checking unicode-bidi v0.3.17 |
1736 | 2024-10-30T13:33:06.428Z | Checking futures-util v0.3.31 |
1737 | 2024-10-30T13:33:06.443Z | Checking tinyvec v1.8.0 |
1738 | 2024-10-30T13:33:06.588Z | Checking fnv v1.0.7 |
1739 | 2024-10-30T13:33:06.607Z | Checking libm v0.2.8 |
1740 | 2024-10-30T13:33:06.658Z | Checking crypto-common v0.1.6 |
1741 | 2024-10-30T13:33:06.706Z | Checking block-buffer v0.10.4 |
1742 | 2024-10-30T13:33:06.762Z | Checking hashbrown v0.15.0 |
1743 | 2024-10-30T13:33:06.844Z | Checking block-padding v0.3.3 |
1744 | 2024-10-30T13:33:06.919Z | Checking digest v0.10.7 |
1745 | 2024-10-30T13:33:07.006Z | Checking base64ct v1.6.0 |
1746 | 2024-10-30T13:33:07.047Z | Checking inout v0.1.3 |
1747 | 2024-10-30T13:33:07.282Z | Checking cipher v0.4.4 |
1748 | 2024-10-30T13:33:07.297Z | Checking hmac v0.12.1 |
1749 | 2024-10-30T13:33:07.440Z | Checking sha2 v0.10.8 |
1750 | 2024-10-30T13:33:07.511Z | Checking pem-rfc7468 v0.7.0 |
1751 | 2024-10-30T13:33:07.513Z | Checking num-traits v0.2.19 |
1752 | 2024-10-30T13:33:07.670Z | Checking ppv-lite86 v0.2.20 |
1753 | 2024-10-30T13:33:07.770Z | Checking unicode-normalization v0.1.24 |
1754 | 2024-10-30T13:33:07.786Z | Checking flagset v0.4.6 |
1755 | 2024-10-30T13:33:07.931Z | Checking tracing-core v0.1.32 |
1756 | 2024-10-30T13:33:07.967Z | Checking der v0.7.9 |
1757 | 2024-10-30T13:33:08.014Z | Checking thiserror v1.0.64 |
1758 | 2024-10-30T13:33:08.143Z | Checking rustls-pki-types v1.9.0 |
1759 | 2024-10-30T13:33:08.441Z | Checking rand_chacha v0.3.1 |
1760 | 2024-10-30T13:33:08.652Z | Checking percent-encoding v2.3.1 |
1761 | 2024-10-30T13:33:08.702Z | Checking tracing v0.1.40 |
1762 | 2024-10-30T13:33:08.716Z | Checking salsa20 v0.10.2 |
1763 | 2024-10-30T13:33:08.832Z | Checking rand v0.8.5 |
1764 | 2024-10-30T13:33:08.870Z | Checking pbkdf2 v0.12.2 |
1765 | 2024-10-30T13:33:08.921Z | Checking httparse v1.9.5 |
1766 | 2024-10-30T13:33:09.035Z | Checking powerfmt v0.2.0 |
1767 | 2024-10-30T13:33:09.054Z | Checking untrusted v0.9.0 |
1768 | 2024-10-30T13:33:09.175Z | Checking bytes v1.7.2 |
1769 | 2024-10-30T13:33:09.282Z | Checking indexmap v2.6.0 |
1770 | 2024-10-30T13:33:09.292Z | Checking serde_json v1.0.128 |
1771 | 2024-10-30T13:33:09.294Z | Checking bitflags v2.6.0 |
1772 | 2024-10-30T13:33:09.417Z | Checking deranged v0.3.11 |
1773 | 2024-10-30T13:33:09.593Z | Checking ring v0.17.8 |
1774 | 2024-10-30T13:33:09.872Z | Checking spki v0.7.3 |
1775 | 2024-10-30T13:33:09.996Z | Checking tokio v1.40.0 |
1776 | 2024-10-30T13:33:10.161Z | Checking http v1.1.0 |
1777 | 2024-10-30T13:33:10.180Z | Checking scrypt v0.11.0 |
1778 | 2024-10-30T13:33:10.404Z | Checking aes v0.8.4 |
1779 | 2024-10-30T13:33:10.589Z | Checking cbc v0.1.2 |
1780 | 2024-10-30T13:33:10.783Z | Checking crossbeam-utils v0.8.20 |
1781 | 2024-10-30T13:33:10.970Z | Checking time-core v0.1.2 |
1782 | 2024-10-30T13:33:11.128Z | Checking num_threads v0.1.7 |
1783 | 2024-10-30T13:33:11.170Z | Checking num-conv v0.1.0 |
1784 | 2024-10-30T13:33:11.250Z | Checking atomic-waker v1.1.2 |
1785 | 2024-10-30T13:33:11.320Z | Checking pkcs5 v0.7.1 |
1786 | 2024-10-30T13:33:11.384Z | Checking form_urlencoded v1.2.1 |
1787 | 2024-10-30T13:33:11.409Z | Checking time v0.3.36 |
1788 | 2024-10-30T13:33:11.489Z | Checking try-lock v0.2.5 |
1789 | 2024-10-30T13:33:11.510Z | Checking http-body v1.0.1 |
1790 | 2024-10-30T13:33:11.543Z | Checking rustls-webpki v0.102.8 |
1791 | 2024-10-30T13:33:11.575Z | Checking httpdate v1.0.3 |
1792 | 2024-10-30T13:33:11.616Z | Checking want v0.3.1 |
1793 | 2024-10-30T13:33:11.696Z | Checking unicode-ident v1.0.13 |
1794 | 2024-10-30T13:33:11.790Z | Checking uuid v1.10.0 |
1795 | 2024-10-30T13:33:11.806Z | Checking serde_spanned v0.6.8 |
1796 | 2024-10-30T13:33:11.844Z | Checking pkcs8 v0.10.2 |
1797 | 2024-10-30T13:33:11.860Z | Checking proc-macro2 v1.0.87 |
1798 | 2024-10-30T13:33:11.881Z | Checking toml_datetime v0.6.8 |
1799 | 2024-10-30T13:33:12.002Z | Checking idna v0.5.0 |
1800 | 2024-10-30T13:33:12.153Z | Checking slog v2.7.0 |
1801 | 2024-10-30T13:33:12.169Z | Checking scroll v0.12.0 |
1802 | 2024-10-30T13:33:12.370Z | Checking base64 v0.22.1 |
1803 | 2024-10-30T13:33:12.392Z | Checking foreign-types-shared v0.1.1 |
1804 | 2024-10-30T13:33:12.491Z | Checking iana-time-zone v0.1.61 |
1805 | 2024-10-30T13:33:12.561Z | Checking match_cfg v0.1.0 |
1806 | 2024-10-30T13:33:12.641Z | Checking plain v0.2.3 |
1807 | 2024-10-30T13:33:12.641Z | Checking ucd-trie v0.1.7 |
1808 | 2024-10-30T13:33:12.669Z | Checking tower-service v0.3.3 |
1809 | 2024-10-30T13:33:12.672Z | Checking hostname v0.3.1 |
1810 | 2024-10-30T13:33:12.786Z | Checking goblin v0.8.2 |
1811 | 2024-10-30T13:33:12.803Z | Checking chrono v0.4.38 |
1812 | 2024-10-30T13:33:12.803Z | Checking quote v1.0.37 |
1813 | 2024-10-30T13:33:12.834Z | Checking foreign-types v0.3.2 |
1814 | 2024-10-30T13:33:12.848Z | Checking pest v2.7.14 |
1815 | 2024-10-30T13:33:12.871Z | Checking url v2.5.2 |
1816 | 2024-10-30T13:33:12.924Z | Checking openssl-sys v0.9.103 |
1817 | 2024-10-30T13:33:13.145Z | Checking dirs-sys-next v0.1.2 |
1818 | 2024-10-30T13:33:13.323Z | Checking errno v0.3.9 |
1819 | 2024-10-30T13:33:13.491Z | Checking aho-corasick v1.1.3 |
1820 | 2024-10-30T13:33:13.697Z | Checking regex-syntax v0.8.5 |
1821 | 2024-10-30T13:33:13.928Z | Checking siphasher v0.3.11 |
1822 | 2024-10-30T13:33:14.207Z | Checking adler2 v2.0.0 |
1823 | 2024-10-30T13:33:14.288Z | Checking pretty-hex v0.4.1 |
1824 | 2024-10-30T13:33:14.373Z | Checking data-encoding v2.6.0 |
1825 | 2024-10-30T13:33:14.459Z | Checking miniz_oxide v0.8.0 |
1826 | 2024-10-30T13:33:14.903Z | Checking openssl v0.10.66 |
1827 | 2024-10-30T13:33:15.019Z | Checking rustix v0.38.37 |
1828 | 2024-10-30T13:33:15.229Z | Checking dirs-next v2.0.0 |
1829 | 2024-10-30T13:33:15.320Z | Checking syn v2.0.79 |
1830 | 2024-10-30T13:33:15.362Z | Checking http-body-util v0.1.2 |
1831 | 2024-10-30T13:33:15.465Z | Checking dtrace-parser v0.2.0 |
1832 | 2024-10-30T13:33:15.851Z | Checking crossbeam-epoch v0.9.18 |
1833 | 2024-10-30T13:33:15.965Z | Checking sha1 v0.10.6 |
1834 | 2024-10-30T13:33:16.259Z | Checking signature v2.2.0 |
1835 | 2024-10-30T13:33:16.298Z | Checking lazy_static v1.5.0 |
1836 | 2024-10-30T13:33:16.418Z | Checking thread_local v1.1.8 |
1837 | 2024-10-30T13:33:16.466Z | Checking thread-id v4.2.2 |
1838 | 2024-10-30T13:33:16.574Z | Checking encoding_rs v0.8.34 |
1839 | 2024-10-30T13:33:16.696Z | Checking anstyle v1.0.8 |
1840 | 2024-10-30T13:33:17.021Z | Checking winnow v0.6.20 |
1841 | 2024-10-30T13:33:17.082Z | Checking regex-automata v0.4.8 |
1842 | 2024-10-30T13:33:17.306Z | Checking tokio-util v0.7.12 |
1843 | 2024-10-30T13:33:17.833Z | Checking dof v0.3.0 |
1844 | 2024-10-30T13:33:18.290Z | Checking h2 v0.4.6 |
1845 | 2024-10-30T13:33:18.421Z | Checking utf8parse v0.2.2 |
1846 | 2024-10-30T13:33:18.490Z | Checking ipnet v2.10.1 |
1847 | 2024-10-30T13:33:18.580Z | Checking gimli v0.31.1 |
1848 | 2024-10-30T13:33:18.961Z | Checking unicode-properties v0.1.3 |
1849 | 2024-10-30T13:33:18.982Z | Checking openssl-probe v0.1.5 |
1850 | 2024-10-30T13:33:19.133Z | Checking either v1.13.0 |
1851 | 2024-10-30T13:33:19.344Z | Checking mime v0.3.17 |
1852 | 2024-10-30T13:33:19.506Z | Checking stringprep v0.1.5 |
1853 | 2024-10-30T13:33:19.666Z | Checking anstyle-parse v0.2.5 |
1854 | 2024-10-30T13:33:19.803Z | Checking crossbeam-deque v0.8.5 |
1855 | 2024-10-30T13:33:19.955Z | Checking term v0.7.0 |
1856 | 2024-10-30T13:33:20.072Z | Checking toml_edit v0.22.22 |
1857 | 2024-10-30T13:33:20.118Z | Checking slog-json v2.6.1 |
1858 | 2024-10-30T13:33:20.383Z | Checking rustls v0.23.14 |
1859 | 2024-10-30T13:33:20.398Z | Checking rustls v0.22.4 |
1860 | 2024-10-30T13:33:20.543Z | Checking native-tls v0.2.12 |
1861 | 2024-10-30T13:33:20.860Z | Checking futures-executor v0.3.31 |
1862 | 2024-10-30T13:33:21.078Z | Checking serde_urlencoded v0.7.1 |
1863 | 2024-10-30T13:33:21.497Z | Checking crossbeam-channel v0.5.13 |
1864 | 2024-10-30T13:33:21.765Z | Checking num-integer v0.1.46 |
1865 | 2024-10-30T13:33:21.829Z | Checking usdt-impl v0.5.0 |
1866 | 2024-10-30T13:33:22.254Z | Checking idna v0.3.0 |
1867 | 2024-10-30T13:33:22.273Z | Checking idna v0.4.0 |
1868 | 2024-10-30T13:33:22.364Z | Checking rustls-pemfile v2.2.0 |
1869 | 2024-10-30T13:33:22.586Z | Checking md-5 v0.10.6 |
1870 | 2024-10-30T13:33:22.747Z | Checking addr2line v0.24.2 |
1871 | 2024-10-30T13:33:22.780Z | Checking ff v0.13.0 |
1872 | 2024-10-30T13:33:22.818Z | Checking is-terminal v0.4.13 |
1873 | 2024-10-30T13:33:22.946Z | Checking memmap v0.7.0 |
1874 | 2024-10-30T13:33:22.982Z | Checking hash32 v0.2.1 |
1875 | 2024-10-30T13:33:23.128Z | Checking object v0.36.5 |
1876 | 2024-10-30T13:33:23.131Z | Checking dyn-clone v1.0.17 |
1877 | 2024-10-30T13:33:23.159Z | Checking take_mut v0.2.2 |
1878 | 2024-10-30T13:33:23.239Z | Checking fallible-iterator v0.2.0 |
1879 | 2024-10-30T13:33:23.283Z | Checking colorchoice v1.0.2 |
1880 | 2024-10-30T13:33:23.297Z | Checking is_terminal_polyfill v1.70.1 |
1881 | 2024-10-30T13:33:23.300Z | Checking quick-error v1.2.3 |
1882 | 2024-10-30T13:33:23.409Z | Checking psl-types v2.0.11 |
1883 | 2024-10-30T13:33:23.426Z | Checking utf-8 v0.7.6 |
1884 | 2024-10-30T13:33:23.429Z | Checking rustc-demangle v0.1.24 |
1885 | 2024-10-30T13:33:23.596Z | Checking base16ct v0.2.0 |
1886 | 2024-10-30T13:33:23.620Z | Checking linked-hash-map v0.5.6 |
1887 | 2024-10-30T13:33:23.785Z | Checking anstyle-query v1.1.1 |
1888 | 2024-10-30T13:33:23.867Z | Checking stable_deref_trait v1.2.0 |
1889 | 2024-10-30T13:33:23.869Z | Checking postgres-protocol v0.6.7 |
1890 | 2024-10-30T13:33:23.911Z | Checking anstream v0.6.15 |
1891 | 2024-10-30T13:33:23.941Z | Checking lru-cache v0.1.2 |
1892 | 2024-10-30T13:33:23.965Z | Checking heapless v0.7.17 |
1893 | 2024-10-30T13:33:24.112Z | Checking sec1 v0.7.3 |
1894 | 2024-10-30T13:33:24.115Z | Checking tokio-rustls v0.25.0 |
1895 | 2024-10-30T13:33:24.313Z | Checking tungstenite v0.24.0 |
1896 | 2024-10-30T13:33:24.515Z | Checking publicsuffix v2.2.3 |
1897 | 2024-10-30T13:33:24.515Z | Checking resolv-conf v0.7.0 |
1898 | 2024-10-30T13:33:24.546Z | Checking schemars v0.8.21 |
1899 | 2024-10-30T13:33:24.713Z | Checking hyper v1.4.1 |
1900 | 2024-10-30T13:33:24.765Z | Checking slog-async v2.8.0 |
1901 | 2024-10-30T13:33:24.853Z | Checking usdt v0.5.0 |
1902 | 2024-10-30T13:33:25.004Z | Checking hickory-proto v0.24.1 |
1903 | 2024-10-30T13:33:25.042Z | Checking group v0.13.0 |
1904 | 2024-10-30T13:33:25.107Z | Checking slog-term v2.9.1 |
1905 | 2024-10-30T13:33:25.227Z | Checking toml v0.8.19 |
1906 | 2024-10-30T13:33:25.295Z | Checking num-iter v0.1.45 |
1907 | 2024-10-30T13:33:25.465Z | Checking tokio-rustls v0.26.0 |
1908 | 2024-10-30T13:33:25.480Z | Checking futures v0.3.31 |
1909 | 2024-10-30T13:33:25.586Z | Checking tokio-native-tls v0.3.1 |
1910 | 2024-10-30T13:33:25.589Z | Checking slog-bunyan v2.5.0 |
1911 | 2024-10-30T13:33:25.764Z | Checking rayon-core v1.12.1 |
1912 | 2024-10-30T13:33:25.842Z | Checking multer v3.1.0 |
1913 | 2024-10-30T13:33:25.858Z | Checking terminal_size v0.4.0 |
1914 | 2024-10-30T13:33:25.985Z | Checking phf_shared v0.11.2 |
1915 | 2024-10-30T13:33:26.031Z | Checking cookie v0.18.1 |
1916 | 2024-10-30T13:33:26.216Z | Checking async-stream v0.3.6 |
1917 | 2024-10-30T13:33:26.251Z | Checking waitgroup v0.1.2 |
1918 | 2024-10-30T13:33:26.276Z | Checking signal-hook v0.3.17 |
1919 | 2024-10-30T13:33:26.388Z | Checking camino v1.1.9 |
1920 | 2024-10-30T13:33:26.408Z | Checking openapiv3 v2.0.0 |
1921 | 2024-10-30T13:33:26.445Z | Checking serde_path_to_error v0.1.16 |
1922 | 2024-10-30T13:33:26.507Z | Checking webpki-roots v0.26.6 |
1923 | 2024-10-30T13:33:26.603Z | Checking hkdf v0.12.4 |
1924 | 2024-10-30T13:33:26.727Z | Checking crypto-bigint v0.5.5 |
1925 | 2024-10-30T13:33:26.825Z | Checking hostname v0.4.0 |
1926 | 2024-10-30T13:33:26.842Z | Checking hyper-util v0.1.9 |
1927 | 2024-10-30T13:33:26.968Z | Checking managed v0.8.0 |
1928 | 2024-10-30T13:33:27.003Z | Checking debug-ignore v1.0.5 |
1929 | 2024-10-30T13:33:27.054Z | Checking winnow v0.5.40 |
1930 | 2024-10-30T13:33:27.130Z | Checking strsim v0.11.1 |
1931 | 2024-10-30T13:33:27.359Z | Checking unicode-width v0.1.14 |
1932 | 2024-10-30T13:33:27.416Z | Checking clap_lex v0.7.2 |
1933 | 2024-10-30T13:33:27.677Z | Checking bitflags v1.3.2 |
1934 | 2024-10-30T13:33:27.782Z | Checking smoltcp v0.9.1 |
1935 | 2024-10-30T13:33:27.828Z | Checking console v0.15.8 |
1936 | 2024-10-30T13:33:28.411Z | Checking clap_builder v4.5.20 |
1937 | 2024-10-30T13:33:29.100Z | Checking hyper-tls v0.6.0 |
1938 | 2024-10-30T13:33:29.346Z | Checking hyper-rustls v0.27.3 |
1939 | 2024-10-30T13:33:29.381Z | Checking signal-hook-mio v0.2.4 |
1940 | 2024-10-30T13:33:29.520Z | Checking cookie_store v0.21.0 |
1941 | 2024-10-30T13:33:29.606Z | Checking elliptic-curve v0.13.8 |
1942 | 2024-10-30T13:33:29.656Z | Checking rayon v1.10.0 |
1943 | 2024-10-30T13:33:29.768Z | Checking hickory-resolver v0.24.1 |
1944 | 2024-10-30T13:33:29.953Z | Checking backtrace v0.3.74 |
1945 | 2024-10-30T13:33:29.988Z | Checking dropshot v0.12.0 |
1946 | 2024-10-30T13:33:30.104Z | Checking toml_edit v0.19.15 |
1947 | 2024-10-30T13:33:30.158Z | Checking phf v0.11.2 |
1948 | 2024-10-30T13:33:30.250Z | Checking num-bigint-dig v0.8.4 |
1949 | 2024-10-30T13:33:30.433Z | Checking tokio-tungstenite v0.24.0 |
1950 | 2024-10-30T13:33:30.514Z | Checking anyhow v1.0.89 |
1951 | 2024-10-30T13:33:30.929Z | Checking postgres-types v0.2.8 |
1952 | 2024-10-30T13:33:30.932Z | Checking regex v1.11.0 |
1953 | 2024-10-30T13:33:31.410Z | Checking bstr v1.10.0 |
1954 | 2024-10-30T13:33:31.561Z | Checking tokio-stream v0.1.16 |
1955 | 2024-10-30T13:33:31.579Z | Checking ed25519 v2.2.3 |
1956 | 2024-10-30T13:33:31.715Z | Checking phf_shared v0.10.0 |
1957 | 2024-10-30T13:33:31.886Z | Checking zerocopy v0.6.6 |
1958 | 2024-10-30T13:33:32.007Z | Checking curve25519-dalek v4.1.3 |
1959 | 2024-10-30T13:33:32.298Z | Checking pkcs1 v0.7.5 |
1960 | 2024-10-30T13:33:32.454Z | Checking hubpack v0.1.2 |
1961 | 2024-10-30T13:33:32.517Z | Checking portable-atomic v1.9.0 |
1962 | 2024-10-30T13:33:32.681Z | Checking float-cmp v0.9.0 |
1963 | 2024-10-30T13:33:32.696Z | Checking serde-big-array v0.5.1 |
1964 | 2024-10-30T13:33:32.710Z | Checking rfc6979 v0.4.0 |
1965 | 2024-10-30T13:33:32.764Z | Checking sync_wrapper v1.0.1 |
1966 | 2024-10-30T13:33:32.875Z | Checking crc32fast v1.4.2 |
1967 | 2024-10-30T13:33:32.878Z | Checking static_assertions v1.1.0 |
1968 | 2024-10-30T13:33:32.908Z | Checking minimal-lexical v0.2.1 |
1969 | 2024-10-30T13:33:32.911Z | Checking new_debug_unreachable v1.0.6 |
1970 | 2024-10-30T13:33:32.986Z | Checking predicates-core v1.0.8 |
1971 | 2024-10-30T13:33:33.000Z | Checking number_prefix v0.4.0 |
1972 | 2024-10-30T13:33:33.104Z | Checking difflib v0.4.0 |
1973 | 2024-10-30T13:33:33.172Z | Checking normalize-line-endings v0.3.0 |
1974 | 2024-10-30T13:33:33.189Z | Checking bit-vec v0.6.3 |
1975 | 2024-10-30T13:33:33.288Z | Checking whoami v1.5.2 |
1976 | 2024-10-30T13:33:33.303Z | Checking unicode-segmentation v1.12.0 |
1977 | 2024-10-30T13:33:33.436Z | Checking precomputed-hash v0.1.1 |
1978 | 2024-10-30T13:33:33.515Z | Checking fixedbitset v0.4.2 |
1979 | 2024-10-30T13:33:33.535Z | Checking bit-set v0.5.3 |
1980 | 2024-10-30T13:33:33.550Z | Checking string_cache v0.8.7 |
1981 | 2024-10-30T13:33:33.566Z | Checking indicatif v0.17.8 |
1982 | 2024-10-30T13:33:33.580Z | Checking tokio-postgres v0.7.12 |
1983 | 2024-10-30T13:33:33.778Z | Checking petgraph v0.6.5 |
1984 | 2024-10-30T13:33:33.780Z | Checking predicates v3.1.2 |
1985 | 2024-10-30T13:33:33.804Z | Checking qorb v0.1.2 |
1986 | 2024-10-30T13:33:33.836Z | Checking nom v7.1.3 |
1987 | 2024-10-30T13:33:33.872Z | Checking ed25519-dalek v2.1.1 |
1988 | 2024-10-30T13:33:33.979Z | Checking similar v2.6.0 |
1989 | 2024-10-30T13:33:34.284Z | Checking flate2 v1.0.34 |
1990 | 2024-10-30T13:33:34.354Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1991 | 2024-10-30T13:33:34.461Z | Checking reqwest v0.12.8 |
1992 | 2024-10-30T13:33:34.868Z | Checking ecdsa v0.16.9 |
1993 | 2024-10-30T13:33:34.970Z | Checking toml v0.7.8 |
1994 | 2024-10-30T13:33:35.643Z | Checking rsa v0.9.6 |
1995 | 2024-10-30T13:33:35.740Z | Checking clap v4.5.20 |
1996 | 2024-10-30T13:33:35.864Z | Checking crossterm v0.28.1 |
1997 | 2024-10-30T13:33:36.411Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1998 | 2024-10-30T13:33:36.432Z | Checking itertools v0.10.5 |
1999 | 2024-10-30T13:33:36.448Z | Checking itertools v0.12.1 |
2000 | 2024-10-30T13:33:36.751Z | Checking fs-err v2.11.0 |
2001 | 2024-10-30T13:33:36.767Z | Checking ahash v0.8.11 |
2002 | 2024-10-30T13:33:36.795Z | Checking x509-cert v0.2.5 |
2003 | 2024-10-30T13:33:37.107Z | Checking semver v1.0.23 |
2004 | 2024-10-30T13:33:37.307Z | Checking hex v0.4.3 |
2005 | 2024-10-30T13:33:37.319Z | Checking peg-runtime v0.8.3 |
2006 | 2024-10-30T13:33:37.521Z | Checking lalrpop-util v0.19.12 |
2007 | 2024-10-30T13:33:37.559Z | Checking sigpipe v0.1.3 |
2008 | 2024-10-30T13:33:39.080Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2009 | 2024-10-30T13:33:39.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.98s |
2010 | 2024-10-30T13:33:39.548Z | |
2011 | 2024-10-30T13:33:39.548Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166) |
2012 | 2024-10-30T13:33:40.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2013 | 2024-10-30T13:33:40.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2014 | 2024-10-30T13:33:40.151Z | Compiling hashbrown v0.14.5 |
2015 | 2024-10-30T13:33:40.262Z | Checking heck v0.5.0 |
2016 | 2024-10-30T13:33:40.273Z | Compiling unsafe-libyaml v0.2.11 |
2017 | 2024-10-30T13:33:40.287Z | Compiling ident_case v1.0.1 |
2018 | 2024-10-30T13:33:40.289Z | Checking progenitor-client v0.8.0 |
2019 | 2024-10-30T13:33:40.313Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2020 | 2024-10-30T13:33:40.328Z | Compiling proc-macro-crate v1.3.1 |
2021 | 2024-10-30T13:33:40.427Z | Compiling darling_core v0.20.10 |
2022 | 2024-10-30T13:33:40.447Z | Checking ipnetwork v0.20.0 |
2023 | 2024-10-30T13:33:40.615Z | Compiling structmeta-derive v0.3.0 |
2024 | 2024-10-30T13:33:40.713Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2025 | 2024-10-30T13:33:40.826Z | Compiling newtype-uuid v1.1.2 |
2026 | 2024-10-30T13:33:41.025Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2027 | 2024-10-30T13:33:41.155Z | Compiling lzma-sys v0.1.20 |
2028 | 2024-10-30T13:33:41.368Z | Compiling num_enum_derive v0.5.11 |
2029 | 2024-10-30T13:33:41.383Z | Compiling foreign-types-macros v0.2.3 |
2030 | 2024-10-30T13:33:41.397Z | Checking regress v0.10.1 |
2031 | 2024-10-30T13:33:41.918Z | Compiling serde_yaml v0.9.34+deprecated |
2032 | 2024-10-30T13:33:42.156Z | Checking foreign-types-shared v0.3.1 |
2033 | 2024-10-30T13:33:42.273Z | Checking arc-swap v1.7.1 |
2034 | 2024-10-30T13:33:42.634Z | Checking foreign-types v0.5.0 |
2035 | 2024-10-30T13:33:42.669Z | Checking slog-scope v4.4.0 |
2036 | 2024-10-30T13:33:42.788Z | Compiling proc-macro-error v1.0.4 |
2037 | 2024-10-30T13:33:43.367Z | Compiling structmeta v0.3.0 |
2038 | 2024-10-30T13:33:43.430Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2039 | 2024-10-30T13:33:43.447Z | Checking tungstenite v0.21.0 |
2040 | 2024-10-30T13:33:43.535Z | Compiling heck v0.3.3 |
2041 | 2024-10-30T13:33:43.778Z | Compiling parse-display-derive v0.10.0 |
2042 | 2024-10-30T13:33:43.797Z | Checking num_enum v0.5.11 |
2043 | 2024-10-30T13:33:43.954Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2044 | 2024-10-30T13:33:43.981Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2045 | 2024-10-30T13:33:44.399Z | Checking cstr-argument v0.1.2 |
2046 | 2024-10-30T13:33:44.598Z | Checking instant v0.1.13 |
2047 | 2024-10-30T13:33:44.713Z | Checking base64 v0.21.7 |
2048 | 2024-10-30T13:33:44.797Z | Checking pretty-hex v0.2.1 |
2049 | 2024-10-30T13:33:44.824Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2050 | 2024-10-30T13:33:44.964Z | Checking fastrand v2.1.1 |
2051 | 2024-10-30T13:33:45.032Z | Checking typify-impl v0.2.0 |
2052 | 2024-10-30T13:33:45.143Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2053 | 2024-10-30T13:33:45.173Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2054 | 2024-10-30T13:33:45.298Z | Checking tempfile v3.13.0 |
2055 | 2024-10-30T13:33:45.315Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2056 | 2024-10-30T13:33:45.465Z | Checking backoff v0.4.0 |
2057 | 2024-10-30T13:33:45.684Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2058 | 2024-10-30T13:33:45.748Z | Checking tokio-tungstenite v0.21.0 |
2059 | 2024-10-30T13:33:45.994Z | Compiling zone_cfg_derive v0.1.2 |
2060 | 2024-10-30T13:33:46.012Z | Checking strum v0.26.3 |
2061 | 2024-10-30T13:33:46.172Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2062 | 2024-10-30T13:33:46.253Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2063 | 2024-10-30T13:33:46.505Z | Checking slog-stdlog v4.1.1 |
2064 | 2024-10-30T13:33:46.684Z | Checking regress v0.9.1 |
2065 | 2024-10-30T13:33:46.829Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2066 | 2024-10-30T13:33:46.906Z | Compiling darling_macro v0.20.10 |
2067 | 2024-10-30T13:33:46.952Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2068 | 2024-10-30T13:33:46.975Z | Checking colored v2.1.0 |
2069 | 2024-10-30T13:33:47.245Z | Checking macaddr v1.0.1 |
2070 | 2024-10-30T13:33:47.266Z | Checking base64 v0.13.1 |
2071 | 2024-10-30T13:33:47.424Z | Checking zone v0.1.8 |
2072 | 2024-10-30T13:33:47.578Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2073 | 2024-10-30T13:33:47.646Z | Checking ron v0.7.1 |
2074 | 2024-10-30T13:33:47.811Z | Compiling darling v0.20.10 |
2075 | 2024-10-30T13:33:47.933Z | Compiling serde_with_macros v3.11.0 |
2076 | 2024-10-30T13:33:48.067Z | Checking xz2 v0.1.7 |
2077 | 2024-10-30T13:33:48.082Z | Checking slog-envlogger v2.2.0 |
2078 | 2024-10-30T13:33:48.141Z | Checking parse-display v0.10.0 |
2079 | 2024-10-30T13:33:48.310Z | Checking tabwriter v1.4.0 |
2080 | 2024-10-30T13:33:48.362Z | Checking xattr v1.3.1 |
2081 | 2024-10-30T13:33:48.362Z | Checking pem v3.0.4 |
2082 | 2024-10-30T13:33:48.542Z | Checking yasna v0.5.2 |
2083 | 2024-10-30T13:33:48.559Z | Checking headers-core v0.3.0 |
2084 | 2024-10-30T13:33:48.659Z | Checking smf v0.2.3 |
2085 | 2024-10-30T13:33:48.698Z | Checking filetime v0.2.25 |
2086 | 2024-10-30T13:33:48.861Z | Checking same-file v1.0.6 |
2087 | 2024-10-30T13:33:48.903Z | Checking tar v0.4.42 |
2088 | 2024-10-30T13:33:49.073Z | Checking walkdir v2.5.0 |
2089 | 2024-10-30T13:33:49.135Z | Checking headers v0.4.0 |
2090 | 2024-10-30T13:33:49.417Z | Checking camino-tempfile v1.1.1 |
2091 | 2024-10-30T13:33:49.495Z | Checking rcgen v0.12.1 |
2092 | 2024-10-30T13:33:49.715Z | Checking atomicwrites v0.4.4 |
2093 | 2024-10-30T13:33:49.734Z | Checking subprocess v0.2.9 |
2094 | 2024-10-30T13:33:50.482Z | Checking serde_with v3.11.0 |
2095 | 2024-10-30T13:33:53.647Z | Compiling typify-macro v0.2.0 |
2096 | 2024-10-30T13:33:55.527Z | Compiling typify v0.2.0 |
2097 | 2024-10-30T13:33:55.594Z | Compiling progenitor-impl v0.8.0 |
2098 | 2024-10-30T13:33:58.724Z | Compiling progenitor-macro v0.8.0 |
2099 | 2024-10-30T13:34:04.556Z | Checking progenitor v0.8.0 |
2100 | 2024-10-30T13:34:04.684Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2101 | 2024-10-30T13:34:04.687Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2102 | 2024-10-30T13:34:07.359Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2103 | 2024-10-30T13:34:07.669Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2104 | 2024-10-30T13:34:14.009Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2105 | 2024-10-30T13:34:15.582Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2106 | 2024-10-30T13:34:16.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.25s |
2107 | 2024-10-30T13:34:16.976Z | |
2108 | 2024-10-30T13:34:16.976Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166) |
2109 | 2024-10-30T13:34:17.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2110 | 2024-10-30T13:34:17.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2111 | 2024-10-30T13:34:17.577Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2112 | 2024-10-30T13:34:18.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
2113 | 2024-10-30T13:34:19.119Z | |
2114 | 2024-10-30T13:34:19.119Z | info: running `cargo check --bins` on nexus-config (31/166) |
2115 | 2024-10-30T13:34:19.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2116 | 2024-10-30T13:34:19.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2117 | 2024-10-30T13:34:19.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2118 | 2024-10-30T13:34:19.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2119 | 2024-10-30T13:34:19.692Z | |
2120 | 2024-10-30T13:34:19.692Z | info: running `cargo check --bins` on omicron-rpaths (32/166) |
2121 | 2024-10-30T13:34:20.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2122 | 2024-10-30T13:34:20.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2123 | 2024-10-30T13:34:20.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2124 | 2024-10-30T13:34:20.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
2125 | 2024-10-30T13:34:20.253Z | |
2126 | 2024-10-30T13:34:20.253Z | info: running `cargo check --bins` on omicron-certificates (33/166) |
2127 | 2024-10-30T13:34:20.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2128 | 2024-10-30T13:34:20.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2129 | 2024-10-30T13:34:20.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2130 | 2024-10-30T13:34:20.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2131 | 2024-10-30T13:34:20.833Z | |
2132 | 2024-10-30T13:34:20.833Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/166) |
2133 | 2024-10-30T13:34:21.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2134 | 2024-10-30T13:34:21.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2135 | 2024-10-30T13:34:21.433Z | Compiling heapless v0.8.0 |
2136 | 2024-10-30T13:34:21.436Z | Checking hash32 v0.3.1 |
2137 | 2024-10-30T13:34:21.536Z | Compiling smoltcp v0.11.0 |
2138 | 2024-10-30T13:34:21.545Z | Checking cobs v0.2.3 |
2139 | 2024-10-30T13:34:21.553Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2140 | 2024-10-30T13:34:21.556Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2141 | 2024-10-30T13:34:21.578Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2142 | 2024-10-30T13:34:21.581Z | Compiling crucible-workspace-hack v0.1.0 |
2143 | 2024-10-30T13:34:21.683Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2144 | 2024-10-30T13:34:21.699Z | Checking postcard v1.0.10 |
2145 | 2024-10-30T13:34:21.712Z | Checking newline-converter v0.3.0 |
2146 | 2024-10-30T13:34:21.860Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2147 | 2024-10-30T13:34:21.918Z | Compiling convert_case v0.4.0 |
2148 | 2024-10-30T13:34:22.029Z | Checking expectorate v1.1.0 |
2149 | 2024-10-30T13:34:22.121Z | Compiling zone_cfg_derive v0.3.0 |
2150 | 2024-10-30T13:34:22.195Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2151 | 2024-10-30T13:34:22.223Z | Checking itertools v0.13.0 |
2152 | 2024-10-30T13:34:22.241Z | Compiling num-derive v0.4.2 |
2153 | 2024-10-30T13:34:22.421Z | Compiling slog-dtrace v0.3.0 |
2154 | 2024-10-30T13:34:22.533Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2155 | 2024-10-30T13:34:22.803Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2156 | 2024-10-30T13:34:22.828Z | Compiling derive_more v0.99.18 |
2157 | 2024-10-30T13:34:23.540Z | Checking zone v0.3.0 |
2158 | 2024-10-30T13:34:24.022Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2159 | 2024-10-30T13:34:25.538Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2160 | 2024-10-30T13:34:26.465Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2161 | 2024-10-30T13:34:26.526Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2162 | 2024-10-30T13:34:27.543Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2163 | 2024-10-30T13:34:27.828Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2164 | 2024-10-30T13:34:29.351Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2165 | 2024-10-30T13:34:30.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.39s |
2166 | 2024-10-30T13:34:30.388Z | |
2167 | 2024-10-30T13:34:30.388Z | info: running `cargo check --bins` on clickhouse-admin-api (35/166) |
2168 | 2024-10-30T13:34:30.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2169 | 2024-10-30T13:34:30.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2170 | 2024-10-30T13:34:30.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2171 | 2024-10-30T13:34:30.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2172 | 2024-10-30T13:34:30.967Z | |
2173 | 2024-10-30T13:34:30.967Z | info: running `cargo check --bins` on clickhouse-admin-types (36/166) |
2174 | 2024-10-30T13:34:31.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2175 | 2024-10-30T13:34:31.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2176 | 2024-10-30T13:34:31.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2177 | 2024-10-30T13:34:31.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2178 | 2024-10-30T13:34:31.546Z | |
2179 | 2024-10-30T13:34:31.546Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166) |
2180 | 2024-10-30T13:34:32.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2181 | 2024-10-30T13:34:32.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2182 | 2024-10-30T13:34:32.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2183 | 2024-10-30T13:34:32.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2184 | 2024-10-30T13:34:32.222Z | |
2185 | 2024-10-30T13:34:32.222Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166) |
2186 | 2024-10-30T13:34:32.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2187 | 2024-10-30T13:34:32.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2188 | 2024-10-30T13:34:32.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2189 | 2024-10-30T13:34:32.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2190 | 2024-10-30T13:34:32.902Z | |
2191 | 2024-10-30T13:34:32.902Z | info: running `cargo check --bins` on dns-server (39/166) |
2192 | 2024-10-30T13:34:33.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2193 | 2024-10-30T13:34:33.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2194 | 2024-10-30T13:34:33.490Z | Compiling parking_lot_core v0.8.6 |
2195 | 2024-10-30T13:34:33.490Z | Checking nibble_vec v0.1.0 |
2196 | 2024-10-30T13:34:33.493Z | Checking endian-type v0.1.2 |
2197 | 2024-10-30T13:34:33.493Z | Checking fxhash v0.2.1 |
2198 | 2024-10-30T13:34:33.493Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2199 | 2024-10-30T13:34:33.493Z | Checking hickory-server v0.24.1 |
2200 | 2024-10-30T13:34:33.739Z | Checking radix_trie v0.2.1 |
2201 | 2024-10-30T13:34:34.031Z | Checking hickory-client v0.24.1 |
2202 | 2024-10-30T13:34:34.229Z | Checking parking_lot v0.11.2 |
2203 | 2024-10-30T13:34:34.304Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2204 | 2024-10-30T13:34:34.304Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2205 | 2024-10-30T13:34:34.517Z | Checking sled v0.34.7 |
2206 | 2024-10-30T13:34:36.337Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2207 | 2024-10-30T13:34:37.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
2208 | 2024-10-30T13:34:37.722Z | |
2209 | 2024-10-30T13:34:37.722Z | info: running `cargo check --bins` on dns-server-api (40/166) |
2210 | 2024-10-30T13:34:38.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2211 | 2024-10-30T13:34:38.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2212 | 2024-10-30T13:34:38.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2213 | 2024-10-30T13:34:38.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2214 | 2024-10-30T13:34:38.300Z | |
2215 | 2024-10-30T13:34:38.300Z | info: running `cargo check --bins` on internal-dns-types (41/166) |
2216 | 2024-10-30T13:34:38.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2217 | 2024-10-30T13:34:38.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2218 | 2024-10-30T13:34:38.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2219 | 2024-10-30T13:34:38.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2220 | 2024-10-30T13:34:38.880Z | |
2221 | 2024-10-30T13:34:38.880Z | info: running `cargo check --bins` on dns-service-client (42/166) |
2222 | 2024-10-30T13:34:39.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2223 | 2024-10-30T13:34:39.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2224 | 2024-10-30T13:34:39.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2225 | 2024-10-30T13:34:39.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2226 | 2024-10-30T13:34:39.461Z | |
2227 | 2024-10-30T13:34:39.461Z | info: running `cargo check --bins` on gateway-test-utils (43/166) |
2228 | 2024-10-30T13:34:40.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2229 | 2024-10-30T13:34:40.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2230 | 2024-10-30T13:34:40.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2231 | 2024-10-30T13:34:40.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2232 | 2024-10-30T13:34:40.093Z | |
2233 | 2024-10-30T13:34:40.093Z | info: running `cargo check --bins` on gateway-types (44/166) |
2234 | 2024-10-30T13:34:40.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2235 | 2024-10-30T13:34:40.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2236 | 2024-10-30T13:34:40.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2237 | 2024-10-30T13:34:40.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2238 | 2024-10-30T13:34:40.673Z | |
2239 | 2024-10-30T13:34:40.674Z | info: running `cargo check --bins` on ipcc (45/166) |
2240 | 2024-10-30T13:34:41.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2241 | 2024-10-30T13:34:41.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2242 | 2024-10-30T13:34:41.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2243 | 2024-10-30T13:34:41.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2244 | 2024-10-30T13:34:41.253Z | |
2245 | 2024-10-30T13:34:41.253Z | info: running `cargo check --bins` on omicron-gateway (46/166) |
2246 | 2024-10-30T13:34:41.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2247 | 2024-10-30T13:34:41.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2248 | 2024-10-30T13:34:41.902Z | Checking num-rational v0.4.2 |
2249 | 2024-10-30T13:34:41.902Z | Compiling progenitor-client v0.8.0 |
2250 | 2024-10-30T13:34:41.902Z | Checking num-complex v0.4.6 |
2251 | 2024-10-30T13:34:41.904Z | Compiling prettyplease v0.2.22 |
2252 | 2024-10-30T13:34:41.904Z | Compiling newtype-uuid v1.1.2 |
2253 | 2024-10-30T13:34:41.904Z | Compiling ipnetwork v0.20.0 |
2254 | 2024-10-30T13:34:41.904Z | Compiling instant v0.1.13 |
2255 | 2024-10-30T13:34:42.002Z | Checking float-ord v0.3.2 |
2256 | 2024-10-30T13:34:42.158Z | Compiling radium v0.7.0 |
2257 | 2024-10-30T13:34:42.192Z | Compiling semver v0.1.20 |
2258 | 2024-10-30T13:34:42.296Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2259 | 2024-10-30T13:34:42.321Z | Compiling progenitor v0.8.0 |
2260 | 2024-10-30T13:34:42.393Z | Compiling backoff v0.4.0 |
2261 | 2024-10-30T13:34:42.522Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2262 | 2024-10-30T13:34:42.617Z | Compiling rustc_version v0.1.7 |
2263 | 2024-10-30T13:34:42.636Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2264 | 2024-10-30T13:34:42.666Z | Compiling parse-display v0.10.0 |
2265 | 2024-10-30T13:34:42.722Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2266 | 2024-10-30T13:34:42.845Z | Compiling serde_with v3.11.0 |
2267 | 2024-10-30T13:34:42.895Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2268 | 2024-10-30T13:34:42.909Z | Checking num v0.4.3 |
2269 | 2024-10-30T13:34:42.927Z | Compiling regress v0.9.1 |
2270 | 2024-10-30T13:34:43.012Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2271 | 2024-10-30T13:34:43.312Z | Compiling macaddr v1.0.1 |
2272 | 2024-10-30T13:34:43.472Z | Compiling maybe-uninit v2.0.0 |
2273 | 2024-10-30T13:34:43.779Z | Checking tap v1.0.1 |
2274 | 2024-10-30T13:34:43.954Z | Checking wyz v0.5.1 |
2275 | 2024-10-30T13:34:43.989Z | Compiling newtype_derive v0.1.6 |
2276 | 2024-10-30T13:34:44.334Z | Checking password-hash v0.5.0 |
2277 | 2024-10-30T13:34:44.377Z | Checking blake2 v0.10.6 |
2278 | 2024-10-30T13:34:44.731Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2279 | 2024-10-30T13:34:44.754Z | Compiling owo-colors v4.1.0 |
2280 | 2024-10-30T13:34:44.866Z | Compiling cancel-safe-futures v0.1.5 |
2281 | 2024-10-30T13:34:44.981Z | Checking funty v2.0.0 |
2282 | 2024-10-30T13:34:45.052Z | Checking crc-catalog v2.4.0 |
2283 | 2024-10-30T13:34:45.193Z | Compiling packed_struct v0.10.1 |
2284 | 2024-10-30T13:34:45.260Z | Checking crc v3.2.1 |
2285 | 2024-10-30T13:34:45.719Z | Checking argon2 v0.5.3 |
2286 | 2024-10-30T13:34:45.828Z | Checking bitvec v1.0.1 |
2287 | 2024-10-30T13:34:46.389Z | Compiling packed_struct_codegen v0.10.1 |
2288 | 2024-10-30T13:34:46.413Z | Checking half v2.4.1 |
2289 | 2024-10-30T13:34:46.747Z | Compiling indexmap v1.9.3 |
2290 | 2024-10-30T13:34:46.872Z | Checking nodrop v0.1.14 |
2291 | 2024-10-30T13:34:46.903Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2292 | 2024-10-30T13:34:46.989Z | Checking ciborium-io v0.2.2 |
2293 | 2024-10-30T13:34:47.084Z | Checking array-init v0.0.4 |
2294 | 2024-10-30T13:34:47.109Z | Checking ciborium-ll v0.2.2 |
2295 | 2024-10-30T13:34:47.356Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2296 | 2024-10-30T13:34:47.424Z | Checking smallvec v0.6.14 |
2297 | 2024-10-30T13:34:47.761Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2298 | 2024-10-30T13:34:47.854Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2299 | 2024-10-30T13:34:48.600Z | Checking libsw v3.3.1 |
2300 | 2024-10-30T13:34:48.804Z | Compiling memoffset v0.9.1 |
2301 | 2024-10-30T13:34:48.862Z | Checking linear-map v1.2.0 |
2302 | 2024-10-30T13:34:48.991Z | Checking termcolor v1.4.1 |
2303 | 2024-10-30T13:34:49.132Z | Checking bitfield v0.14.0 |
2304 | 2024-10-30T13:34:49.224Z | Checking swrite v0.1.0 |
2305 | 2024-10-30T13:34:49.352Z | Checking indent_write v2.2.0 |
2306 | 2024-10-30T13:34:49.431Z | Checking highway v1.2.0 |
2307 | 2024-10-30T13:34:49.463Z | Checking hashbrown v0.12.3 |
2308 | 2024-10-30T13:34:49.569Z | Checking ron v0.8.1 |
2309 | 2024-10-30T13:34:49.752Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2310 | 2024-10-30T13:34:49.853Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2311 | 2024-10-30T13:34:49.870Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2312 | 2024-10-30T13:34:50.153Z | Checking env_logger v0.10.2 |
2313 | 2024-10-30T13:34:50.702Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2314 | 2024-10-30T13:34:50.722Z | Checking serde-hex v0.1.0 |
2315 | 2024-10-30T13:34:50.830Z | Checking steno v0.4.1 |
2316 | 2024-10-30T13:34:51.254Z | Checking ciborium v0.2.2 |
2317 | 2024-10-30T13:34:51.326Z | Checking bzip2 v0.4.4 |
2318 | 2024-10-30T13:34:51.850Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2319 | 2024-10-30T13:34:52.130Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2320 | 2024-10-30T13:34:52.275Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2321 | 2024-10-30T13:34:52.308Z | Checking hashbrown v0.13.2 |
2322 | 2024-10-30T13:34:52.480Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2323 | 2024-10-30T13:34:53.014Z | Checking crc-any v2.5.0 |
2324 | 2024-10-30T13:34:53.208Z | Checking humantime v2.1.0 |
2325 | 2024-10-30T13:34:53.372Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2326 | 2024-10-30T13:34:53.396Z | Checking object v0.30.4 |
2327 | 2024-10-30T13:34:53.433Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2328 | 2024-10-30T13:34:53.521Z | Checking zip v0.6.6 |
2329 | 2024-10-30T13:34:53.818Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2330 | 2024-10-30T13:34:53.959Z | Checking path-slash v0.1.5 |
2331 | 2024-10-30T13:34:54.129Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2332 | 2024-10-30T13:34:54.197Z | Checking nix v0.27.1 |
2333 | 2024-10-30T13:34:54.223Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2334 | 2024-10-30T13:34:54.706Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2335 | 2024-10-30T13:34:54.925Z | Checking tungstenite v0.23.0 |
2336 | 2024-10-30T13:34:54.972Z | Checking kstat-rs v0.2.4 |
2337 | 2024-10-30T13:34:55.335Z | Checking signal-hook-tokio v0.3.1 |
2338 | 2024-10-30T13:34:55.759Z | Checking tokio-tungstenite v0.23.1 |
2339 | 2024-10-30T13:34:56.455Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2340 | 2024-10-30T13:34:57.014Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2341 | 2024-10-30T13:35:01.822Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2342 | 2024-10-30T13:35:03.563Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2343 | 2024-10-30T13:35:04.030Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2344 | 2024-10-30T13:35:07.223Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2345 | 2024-10-30T13:35:07.455Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2346 | 2024-10-30T13:35:08.666Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2347 | 2024-10-30T13:35:15.177Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2348 | 2024-10-30T13:35:15.187Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2349 | 2024-10-30T13:35:18.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.52s |
2350 | 2024-10-30T13:35:18.938Z | |
2351 | 2024-10-30T13:35:18.938Z | info: running `cargo check --bins` on gateway-api (47/166) |
2352 | 2024-10-30T13:35:19.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2353 | 2024-10-30T13:35:19.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2354 | 2024-10-30T13:35:19.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2355 | 2024-10-30T13:35:19.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2356 | 2024-10-30T13:35:19.534Z | |
2357 | 2024-10-30T13:35:19.534Z | info: running `cargo check --bins` on oximeter (48/166) |
2358 | 2024-10-30T13:35:20.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2359 | 2024-10-30T13:35:20.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2360 | 2024-10-30T13:35:20.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2361 | 2024-10-30T13:35:20.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2362 | 2024-10-30T13:35:20.116Z | |
2363 | 2024-10-30T13:35:20.116Z | info: running `cargo check --bins` on oximeter-macro-impl (49/166) |
2364 | 2024-10-30T13:35:20.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2365 | 2024-10-30T13:35:20.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2366 | 2024-10-30T13:35:20.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2367 | 2024-10-30T13:35:20.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2368 | 2024-10-30T13:35:20.687Z | |
2369 | 2024-10-30T13:35:20.687Z | info: running `cargo check --bins` on oximeter-schema (50/166) |
2370 | 2024-10-30T13:35:21.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2371 | 2024-10-30T13:35:21.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2372 | 2024-10-30T13:35:21.274Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2373 | 2024-10-30T13:35:21.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
2374 | 2024-10-30T13:35:21.838Z | |
2375 | 2024-10-30T13:35:21.838Z | info: running `cargo check --bins` on oximeter-types (51/166) |
2376 | 2024-10-30T13:35:22.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2377 | 2024-10-30T13:35:22.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2378 | 2024-10-30T13:35:22.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2379 | 2024-10-30T13:35:22.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2380 | 2024-10-30T13:35:22.419Z | |
2381 | 2024-10-30T13:35:22.419Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/166) |
2382 | 2024-10-30T13:35:22.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2024-10-30T13:35:22.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2024-10-30T13:35:22.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2385 | 2024-10-30T13:35:22.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2386 | 2024-10-30T13:35:23.001Z | |
2387 | 2024-10-30T13:35:23.001Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166) |
2388 | 2024-10-30T13:35:23.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-10-30T13:35:23.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-10-30T13:35:23.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2391 | 2024-10-30T13:35:23.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2392 | 2024-10-30T13:35:23.570Z | |
2393 | 2024-10-30T13:35:23.570Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166) |
2394 | 2024-10-30T13:35:24.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-10-30T13:35:24.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-10-30T13:35:24.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2397 | 2024-10-30T13:35:24.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2398 | 2024-10-30T13:35:24.152Z | |
2399 | 2024-10-30T13:35:24.152Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166) |
2400 | 2024-10-30T13:35:24.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-10-30T13:35:24.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-10-30T13:35:24.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2403 | 2024-10-30T13:35:24.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2404 | 2024-10-30T13:35:24.738Z | |
2405 | 2024-10-30T13:35:24.738Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166) |
2406 | 2024-10-30T13:35:25.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2024-10-30T13:35:25.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2024-10-30T13:35:25.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2409 | 2024-10-30T13:35:25.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2410 | 2024-10-30T13:35:25.324Z | |
2411 | 2024-10-30T13:35:25.324Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166) |
2412 | 2024-10-30T13:35:25.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2413 | 2024-10-30T13:35:25.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2414 | 2024-10-30T13:35:25.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2415 | 2024-10-30T13:35:25.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2416 | 2024-10-30T13:35:25.908Z | |
2417 | 2024-10-30T13:35:25.908Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166) |
2418 | 2024-10-30T13:35:26.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2419 | 2024-10-30T13:35:26.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2420 | 2024-10-30T13:35:26.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2421 | 2024-10-30T13:35:26.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2422 | 2024-10-30T13:35:26.492Z | |
2423 | 2024-10-30T13:35:26.492Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166) |
2424 | 2024-10-30T13:35:27.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2425 | 2024-10-30T13:35:27.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2426 | 2024-10-30T13:35:27.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2427 | 2024-10-30T13:35:27.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2428 | 2024-10-30T13:35:27.074Z | |
2429 | 2024-10-30T13:35:27.074Z | info: running `cargo check --bins` on oximeter-producer (60/166) |
2430 | 2024-10-30T13:35:27.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2431 | 2024-10-30T13:35:27.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2432 | 2024-10-30T13:35:27.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2433 | 2024-10-30T13:35:27.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2434 | 2024-10-30T13:35:27.684Z | |
2435 | 2024-10-30T13:35:27.685Z | info: running `cargo check --bins` on internal-dns-resolver (61/166) |
2436 | 2024-10-30T13:35:28.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2437 | 2024-10-30T13:35:28.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2438 | 2024-10-30T13:35:28.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2439 | 2024-10-30T13:35:28.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2440 | 2024-10-30T13:35:28.262Z | |
2441 | 2024-10-30T13:35:28.263Z | info: running `cargo check --bins` on nexus-client (62/166) |
2442 | 2024-10-30T13:35:28.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2443 | 2024-10-30T13:35:28.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2444 | 2024-10-30T13:35:28.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2445 | 2024-10-30T13:35:28.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2446 | 2024-10-30T13:35:28.866Z | |
2447 | 2024-10-30T13:35:28.866Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/166) |
2448 | 2024-10-30T13:35:29.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2024-10-30T13:35:29.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2024-10-30T13:35:29.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2024-10-30T13:35:29.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2452 | 2024-10-30T13:35:29.455Z | |
2453 | 2024-10-30T13:35:29.455Z | info: running `cargo check --bins` on omicron-passwords (64/166) |
2454 | 2024-10-30T13:35:29.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2024-10-30T13:35:29.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2024-10-30T13:35:29.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2024-10-30T13:35:29.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2458 | 2024-10-30T13:35:30.024Z | |
2459 | 2024-10-30T13:35:30.024Z | info: running `cargo check --bins` on nexus-types (65/166) |
2460 | 2024-10-30T13:35:30.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2024-10-30T13:35:30.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2024-10-30T13:35:30.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2024-10-30T13:35:30.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2464 | 2024-10-30T13:35:30.629Z | |
2465 | 2024-10-30T13:35:30.629Z | info: running `cargo check --bins` on gateway-client (66/166) |
2466 | 2024-10-30T13:35:31.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2024-10-30T13:35:31.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2024-10-30T13:35:31.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2024-10-30T13:35:31.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2470 | 2024-10-30T13:35:31.192Z | |
2471 | 2024-10-30T13:35:31.192Z | info: running `cargo check --bins` on oxql-types (67/166) |
2472 | 2024-10-30T13:35:31.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2024-10-30T13:35:31.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2024-10-30T13:35:31.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2024-10-30T13:35:31.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2476 | 2024-10-30T13:35:31.768Z | |
2477 | 2024-10-30T13:35:31.768Z | info: running `cargo check --bins` on update-engine (68/166) |
2478 | 2024-10-30T13:35:32.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-10-30T13:35:32.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-10-30T13:35:32.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2024-10-30T13:35:32.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2482 | 2024-10-30T13:35:32.336Z | |
2483 | 2024-10-30T13:35:32.336Z | info: running `cargo check --bins` on sp-sim (69/166) |
2484 | 2024-10-30T13:35:32.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-10-30T13:35:32.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-10-30T13:35:32.915Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2487 | 2024-10-30T13:35:34.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s |
2488 | 2024-10-30T13:35:34.911Z | |
2489 | 2024-10-30T13:35:34.911Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166) |
2490 | 2024-10-30T13:35:35.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-10-30T13:35:35.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-10-30T13:35:35.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2024-10-30T13:35:35.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2494 | 2024-10-30T13:35:35.534Z | |
2495 | 2024-10-30T13:35:35.534Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166) |
2496 | 2024-10-30T13:35:36.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-10-30T13:35:36.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-10-30T13:35:36.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2024-10-30T13:35:36.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2500 | 2024-10-30T13:35:36.167Z | |
2501 | 2024-10-30T13:35:36.167Z | info: running `cargo check --bins` on db-macros (72/166) |
2502 | 2024-10-30T13:35:36.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-10-30T13:35:36.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-10-30T13:35:36.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2024-10-30T13:35:36.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2506 | 2024-10-30T13:35:36.729Z | |
2507 | 2024-10-30T13:35:36.729Z | info: running `cargo check --bins` on nexus-macros-common (73/166) |
2508 | 2024-10-30T13:35:37.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-10-30T13:35:37.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-10-30T13:35:37.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2024-10-30T13:35:37.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2512 | 2024-10-30T13:35:37.289Z | |
2513 | 2024-10-30T13:35:37.289Z | info: running `cargo check --bins` on nexus-auth (74/166) |
2514 | 2024-10-30T13:35:37.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-10-30T13:35:37.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-10-30T13:35:37.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2024-10-30T13:35:37.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2518 | 2024-10-30T13:35:37.906Z | |
2519 | 2024-10-30T13:35:37.906Z | info: running `cargo check --bins` on authz-macros (75/166) |
2520 | 2024-10-30T13:35:38.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-10-30T13:35:38.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-10-30T13:35:38.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2024-10-30T13:35:38.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2524 | 2024-10-30T13:35:38.466Z | |
2525 | 2024-10-30T13:35:38.466Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/166) |
2526 | 2024-10-30T13:35:38.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-10-30T13:35:38.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-10-30T13:35:38.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2024-10-30T13:35:39.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2530 | 2024-10-30T13:35:39.070Z | |
2531 | 2024-10-30T13:35:39.071Z | info: running `cargo check --bins` on nexus-db-model (77/166) |
2532 | 2024-10-30T13:35:39.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-10-30T13:35:39.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-10-30T13:35:39.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2024-10-30T13:35:39.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2536 | 2024-10-30T13:35:39.675Z | |
2537 | 2024-10-30T13:35:39.675Z | info: running `cargo check --bins` on nexus-defaults (78/166) |
2538 | 2024-10-30T13:35:40.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-10-30T13:35:40.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-10-30T13:35:40.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2024-10-30T13:35:40.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2542 | 2024-10-30T13:35:40.265Z | |
2543 | 2024-10-30T13:35:40.265Z | info: running `cargo check --bins` on sled-agent-client (79/166) |
2544 | 2024-10-30T13:35:40.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-10-30T13:35:40.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-10-30T13:35:40.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2024-10-30T13:35:40.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2548 | 2024-10-30T13:35:40.843Z | |
2549 | 2024-10-30T13:35:40.843Z | info: running `cargo check --bins` on nexus-inventory (80/166) |
2550 | 2024-10-30T13:35:41.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-10-30T13:35:41.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-10-30T13:35:41.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2024-10-30T13:35:41.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2554 | 2024-10-30T13:35:41.441Z | |
2555 | 2024-10-30T13:35:41.441Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166) |
2556 | 2024-10-30T13:35:41.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2024-10-30T13:35:41.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2024-10-30T13:35:41.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2024-10-30T13:35:41.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2560 | 2024-10-30T13:35:42.021Z | |
2561 | 2024-10-30T13:35:42.021Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/166) |
2562 | 2024-10-30T13:35:42.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-10-30T13:35:42.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-10-30T13:35:42.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-10-30T13:35:42.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2566 | 2024-10-30T13:35:42.600Z | |
2567 | 2024-10-30T13:35:42.600Z | info: running `cargo check --bins` on typed-rng (83/166) |
2568 | 2024-10-30T13:35:43.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2024-10-30T13:35:43.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2024-10-30T13:35:43.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2024-10-30T13:35:43.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2572 | 2024-10-30T13:35:43.160Z | |
2573 | 2024-10-30T13:35:43.160Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166) |
2574 | 2024-10-30T13:35:43.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2024-10-30T13:35:43.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2024-10-30T13:35:43.834Z | Checking keccak v0.1.5 |
2577 | 2024-10-30T13:35:43.937Z | Checking secrecy v0.8.0 |
2578 | 2024-10-30T13:35:43.939Z | Compiling unicase v2.7.0 |
2579 | 2024-10-30T13:35:43.939Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2580 | 2024-10-30T13:35:43.939Z | Compiling same-file v1.0.6 |
2581 | 2024-10-30T13:35:43.945Z | Compiling tempfile v3.13.0 |
2582 | 2024-10-30T13:35:43.975Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2583 | 2024-10-30T13:35:43.989Z | Compiling thiserror-impl-no-std v2.0.2 |
2584 | 2024-10-30T13:35:44.119Z | Checking universal-hash v0.5.1 |
2585 | 2024-10-30T13:35:44.217Z | Checking sha3 v0.10.8 |
2586 | 2024-10-30T13:35:44.252Z | Compiling walkdir v2.5.0 |
2587 | 2024-10-30T13:35:44.297Z | Compiling blake3 v1.5.4 |
2588 | 2024-10-30T13:35:44.300Z | Compiling ring v0.16.20 |
2589 | 2024-10-30T13:35:44.423Z | Checking opaque-debug v0.3.1 |
2590 | 2024-10-30T13:35:44.518Z | Checking poly1305 v0.8.0 |
2591 | 2024-10-30T13:35:44.624Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2592 | 2024-10-30T13:35:44.769Z | Checking chacha20 v0.9.1 |
2593 | 2024-10-30T13:35:44.785Z | Checking aead v0.5.2 |
2594 | 2024-10-30T13:35:44.934Z | Compiling memmap2 v0.9.5 |
2595 | 2024-10-30T13:35:44.987Z | Compiling spin v0.5.2 |
2596 | 2024-10-30T13:35:45.004Z | Compiling arrayref v0.3.9 |
2597 | 2024-10-30T13:35:45.032Z | Compiling salty v0.3.0 |
2598 | 2024-10-30T13:35:45.102Z | Compiling arrayvec v0.7.6 |
2599 | 2024-10-30T13:35:45.104Z | Compiling untrusted v0.7.1 |
2600 | 2024-10-30T13:35:45.216Z | Compiling constant_time_eq v0.3.1 |
2601 | 2024-10-30T13:35:45.296Z | Compiling home v0.5.9 |
2602 | 2024-10-30T13:35:45.354Z | Compiling libefi-sys v0.1.0 |
2603 | 2024-10-30T13:35:45.401Z | Checking chacha20poly1305 v0.10.1 |
2604 | 2024-10-30T13:35:45.471Z | Compiling toolchain_find v0.4.0 |
2605 | 2024-10-30T13:35:45.580Z | Compiling camino-tempfile v1.1.1 |
2606 | 2024-10-30T13:35:45.653Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2607 | 2024-10-30T13:35:45.780Z | Compiling bitfield-struct v0.6.2 |
2608 | 2024-10-30T13:35:45.937Z | Compiling topological-sort v0.2.2 |
2609 | 2024-10-30T13:35:46.035Z | Compiling mime_guess v2.0.5 |
2610 | 2024-10-30T13:35:46.106Z | Compiling rustfmt-wrapper v0.2.1 |
2611 | 2024-10-30T13:35:46.579Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2612 | 2024-10-30T13:35:46.686Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2613 | 2024-10-30T13:35:46.759Z | Checking primeorder v0.13.6 |
2614 | 2024-10-30T13:35:46.775Z | Checking env_filter v0.1.2 |
2615 | 2024-10-30T13:35:46.967Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2616 | 2024-10-30T13:35:47.003Z | Checking env_logger v0.11.5 |
2617 | 2024-10-30T13:35:47.031Z | Checking thiserror-no-std v2.0.2 |
2618 | 2024-10-30T13:35:47.140Z | Checking vsss-rs v3.3.4 |
2619 | 2024-10-30T13:35:47.190Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2620 | 2024-10-30T13:35:47.240Z | Checking p384 v0.13.0 |
2621 | 2024-10-30T13:35:47.309Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2622 | 2024-10-30T13:35:47.326Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2623 | 2024-10-30T13:35:47.568Z | Checking gethostname v0.5.0 |
2624 | 2024-10-30T13:35:47.608Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2625 | 2024-10-30T13:35:47.699Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2626 | 2024-10-30T13:35:47.757Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2627 | 2024-10-30T13:35:47.912Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2628 | 2024-10-30T13:35:48.046Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2629 | 2024-10-30T13:35:48.213Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2630 | 2024-10-30T13:35:48.351Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2631 | 2024-10-30T13:35:48.483Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2632 | 2024-10-30T13:35:48.635Z | Checking nanorand v0.7.0 |
2633 | 2024-10-30T13:35:48.654Z | Checking atty v0.2.14 |
2634 | 2024-10-30T13:35:48.657Z | Checking http-range v0.1.5 |
2635 | 2024-10-30T13:35:48.778Z | Checking glob v0.3.1 |
2636 | 2024-10-30T13:35:48.856Z | Checking hyper-staticfile v0.10.1 |
2637 | 2024-10-30T13:35:49.005Z | Checking flume v0.11.0 |
2638 | 2024-10-30T13:35:49.125Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2639 | 2024-10-30T13:35:49.433Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2640 | 2024-10-30T13:35:49.680Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2641 | 2024-10-30T13:35:49.700Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2642 | 2024-10-30T13:35:50.266Z | Compiling omicron-zone-package v0.11.1 |
2643 | 2024-10-30T13:35:50.425Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2644 | 2024-10-30T13:35:51.229Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2645 | 2024-10-30T13:35:51.533Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2646 | 2024-10-30T13:35:51.536Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2647 | 2024-10-30T13:35:51.642Z | Checking display-error-chain v0.2.1 |
2648 | 2024-10-30T13:35:53.234Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2649 | 2024-10-30T13:35:54.059Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2650 | 2024-10-30T13:35:55.991Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2651 | 2024-10-30T13:35:55.994Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2652 | 2024-10-30T13:36:07.229Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2653 | 2024-10-30T13:36:49.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
2654 | 2024-10-30T13:36:49.502Z | |
2655 | 2024-10-30T13:36:49.502Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166) |
2656 | 2024-10-30T13:36:50.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2024-10-30T13:36:50.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2024-10-30T13:36:50.182Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2659 | 2024-10-30T13:37:32.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.78s |
2660 | 2024-10-30T13:37:32.467Z | |
2661 | 2024-10-30T13:37:32.467Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166) |
2662 | 2024-10-30T13:37:33.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-10-30T13:37:33.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-10-30T13:37:33.136Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2665 | 2024-10-30T13:38:15.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.65s |
2666 | 2024-10-30T13:38:15.307Z | |
2667 | 2024-10-30T13:38:15.307Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166) |
2668 | 2024-10-30T13:38:15.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2024-10-30T13:38:15.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2024-10-30T13:38:15.986Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2671 | 2024-10-30T13:38:58.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.83s |
2672 | 2024-10-30T13:38:58.338Z | |
2673 | 2024-10-30T13:38:58.338Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166) |
2674 | 2024-10-30T13:38:58.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2024-10-30T13:38:58.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2024-10-30T13:38:59.021Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2677 | 2024-10-30T13:39:41.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.93s |
2678 | 2024-10-30T13:39:41.446Z | |
2679 | 2024-10-30T13:39:41.446Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166) |
2680 | 2024-10-30T13:39:42.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2024-10-30T13:39:42.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2024-10-30T13:39:42.124Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2683 | 2024-10-30T13:40:24.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.72s |
2684 | 2024-10-30T13:40:24.355Z | |
2685 | 2024-10-30T13:40:24.355Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166) |
2686 | 2024-10-30T13:40:24.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2024-10-30T13:40:24.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2024-10-30T13:40:25.036Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2689 | 2024-10-30T13:41:07.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.71s |
2690 | 2024-10-30T13:41:07.253Z | |
2691 | 2024-10-30T13:41:07.253Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166) |
2692 | 2024-10-30T13:41:07.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2024-10-30T13:41:07.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2024-10-30T13:41:07.931Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2695 | 2024-10-30T13:41:49.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.66s |
2696 | 2024-10-30T13:41:50.093Z | |
2697 | 2024-10-30T13:41:50.093Z | info: running `cargo check --bins` on bootstrap-agent-api (92/166) |
2698 | 2024-10-30T13:41:50.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2024-10-30T13:41:50.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2024-10-30T13:41:50.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2701 | 2024-10-30T13:41:50.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2702 | 2024-10-30T13:41:50.698Z | |
2703 | 2024-10-30T13:41:50.698Z | info: running `cargo check --bins` on sled-agent-types (93/166) |
2704 | 2024-10-30T13:41:51.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2024-10-30T13:41:51.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2024-10-30T13:41:51.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2707 | 2024-10-30T13:41:51.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2708 | 2024-10-30T13:41:51.304Z | |
2709 | 2024-10-30T13:41:51.304Z | info: running `cargo check --bins` on bootstrap-agent-client (94/166) |
2710 | 2024-10-30T13:41:51.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2024-10-30T13:41:51.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2024-10-30T13:41:51.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2713 | 2024-10-30T13:41:51.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2714 | 2024-10-30T13:41:51.892Z | |
2715 | 2024-10-30T13:41:51.893Z | info: running `cargo check --bins` on dpd-client (95/166) |
2716 | 2024-10-30T13:41:52.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2024-10-30T13:41:52.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2024-10-30T13:41:52.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2719 | 2024-10-30T13:41:52.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2720 | 2024-10-30T13:41:52.478Z | |
2721 | 2024-10-30T13:41:52.478Z | info: running `cargo check --bins` on installinator-common (96/166) |
2722 | 2024-10-30T13:41:53.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2024-10-30T13:41:53.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2024-10-30T13:41:53.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2024-10-30T13:41:53.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2726 | 2024-10-30T13:41:53.078Z | |
2727 | 2024-10-30T13:41:53.078Z | info: running `cargo check --bins` on key-manager (97/166) |
2728 | 2024-10-30T13:41:53.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2024-10-30T13:41:53.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2024-10-30T13:41:53.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2024-10-30T13:41:53.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2732 | 2024-10-30T13:41:53.664Z | |
2733 | 2024-10-30T13:41:53.664Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/166) |
2734 | 2024-10-30T13:41:54.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2024-10-30T13:41:54.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2024-10-30T13:41:54.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2737 | 2024-10-30T13:41:54.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2738 | 2024-10-30T13:41:54.256Z | |
2739 | 2024-10-30T13:41:54.256Z | info: running `cargo check --bins` on sled-agent-api (99/166) |
2740 | 2024-10-30T13:41:54.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2024-10-30T13:41:54.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2024-10-30T13:41:54.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2743 | 2024-10-30T13:41:54.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2744 | 2024-10-30T13:41:54.859Z | |
2745 | 2024-10-30T13:41:54.859Z | info: running `cargo check --bins` on sled-hardware (100/166) |
2746 | 2024-10-30T13:41:55.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2024-10-30T13:41:55.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2024-10-30T13:41:55.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2024-10-30T13:41:55.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2750 | 2024-10-30T13:41:55.446Z | |
2751 | 2024-10-30T13:41:55.446Z | info: running `cargo check --bins --no-default-features` on sled-storage (101/166) |
2752 | 2024-10-30T13:41:55.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2024-10-30T13:41:55.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2024-10-30T13:41:55.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2755 | 2024-10-30T13:41:55.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2756 | 2024-10-30T13:41:56.036Z | |
2757 | 2024-10-30T13:41:56.036Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166) |
2758 | 2024-10-30T13:41:56.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2024-10-30T13:41:56.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2024-10-30T13:41:56.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2761 | 2024-10-30T13:41:56.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2762 | 2024-10-30T13:41:56.630Z | |
2763 | 2024-10-30T13:41:56.630Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/166) |
2764 | 2024-10-30T13:41:57.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2024-10-30T13:41:57.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2024-10-30T13:41:57.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2767 | 2024-10-30T13:41:57.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2768 | 2024-10-30T13:41:57.242Z | |
2769 | 2024-10-30T13:41:57.242Z | info: running `cargo check --bins` on nexus-test-interface (104/166) |
2770 | 2024-10-30T13:41:57.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2024-10-30T13:41:57.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2024-10-30T13:41:57.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2773 | 2024-10-30T13:41:57.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2774 | 2024-10-30T13:41:57.844Z | |
2775 | 2024-10-30T13:41:57.844Z | info: running `cargo check --bins` on oximeter-collector (105/166) |
2776 | 2024-10-30T13:41:58.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2024-10-30T13:41:58.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2024-10-30T13:41:58.475Z | Compiling phf_generator v0.11.2 |
2779 | 2024-10-30T13:41:58.479Z | Compiling parse-zoneinfo v0.3.1 |
2780 | 2024-10-30T13:41:58.579Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2781 | 2024-10-30T13:41:58.582Z | Checking bcs v0.1.6 |
2782 | 2024-10-30T13:41:58.582Z | Compiling async-recursion v1.1.1 |
2783 | 2024-10-30T13:41:58.582Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2784 | 2024-10-30T13:41:58.582Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2785 | 2024-10-30T13:41:58.677Z | Compiling phf_codegen v0.11.2 |
2786 | 2024-10-30T13:41:59.074Z | Compiling chrono-tz-build v0.4.0 |
2787 | 2024-10-30T13:42:00.020Z | Compiling chrono-tz v0.10.0 |
2788 | 2024-10-30T13:42:07.147Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2789 | 2024-10-30T13:42:11.322Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2790 | 2024-10-30T13:42:13.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.86s |
2791 | 2024-10-30T13:42:13.875Z | |
2792 | 2024-10-30T13:42:13.875Z | info: running `cargo check --bins` on oximeter-api (106/166) |
2793 | 2024-10-30T13:42:14.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2024-10-30T13:42:14.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2024-10-30T13:42:14.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2024-10-30T13:42:14.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2797 | 2024-10-30T13:42:14.456Z | |
2798 | 2024-10-30T13:42:14.456Z | info: running `cargo check --bins` on oximeter-client (107/166) |
2799 | 2024-10-30T13:42:14.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-10-30T13:42:14.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-10-30T13:42:14.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2024-10-30T13:42:14.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2803 | 2024-10-30T13:42:15.038Z | |
2804 | 2024-10-30T13:42:15.038Z | info: running `cargo check --bins --no-default-features` on oximeter-db (108/166) |
2805 | 2024-10-30T13:42:15.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-10-30T13:42:15.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-10-30T13:42:15.632Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2808 | 2024-10-30T13:42:16.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
2809 | 2024-10-30T13:42:16.409Z | |
2810 | 2024-10-30T13:42:16.409Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (109/166) |
2811 | 2024-10-30T13:42:16.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-10-30T13:42:16.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-10-30T13:42:17.023Z | Compiling cfg_aliases v0.1.1 |
2814 | 2024-10-30T13:42:17.027Z | Compiling vte_generate_state_changes v0.1.2 |
2815 | 2024-10-30T13:42:17.027Z | Checking fd-lock v4.0.2 |
2816 | 2024-10-30T13:42:17.027Z | Checking bytecount v0.6.8 |
2817 | 2024-10-30T13:42:17.129Z | Compiling tabled_derive v0.7.0 |
2818 | 2024-10-30T13:42:17.137Z | Compiling peg-macros v0.8.4 |
2819 | 2024-10-30T13:42:17.139Z | Compiling sqlparser_derive v0.2.2 |
2820 | 2024-10-30T13:42:17.139Z | Checking home v0.5.9 |
2821 | 2024-10-30T13:42:17.200Z | Compiling nix v0.28.0 |
2822 | 2024-10-30T13:42:17.266Z | Checking papergrid v0.11.0 |
2823 | 2024-10-30T13:42:17.286Z | Checking nu-ansi-term v0.50.1 |
2824 | 2024-10-30T13:42:17.303Z | Checking unicode_categories v0.1.1 |
2825 | 2024-10-30T13:42:17.612Z | Checking sqlformat v0.2.6 |
2826 | 2024-10-30T13:42:17.719Z | Checking vte v0.11.1 |
2827 | 2024-10-30T13:42:18.209Z | Checking sqlparser v0.45.0 |
2828 | 2024-10-30T13:42:18.990Z | Checking tabled v0.15.0 |
2829 | 2024-10-30T13:42:19.121Z | Checking strip-ansi-escapes v0.2.0 |
2830 | 2024-10-30T13:42:19.275Z | Checking reedline v0.35.0 |
2831 | 2024-10-30T13:42:19.814Z | Checking peg v0.8.4 |
2832 | 2024-10-30T13:42:20.196Z | Checking rustyline v14.0.0 |
2833 | 2024-10-30T13:42:24.515Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2834 | 2024-10-30T13:42:30.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s |
2835 | 2024-10-30T13:42:31.036Z | |
2836 | 2024-10-30T13:42:31.036Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166) |
2837 | 2024-10-30T13:42:31.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2024-10-30T13:42:31.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2024-10-30T13:42:31.655Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2840 | 2024-10-30T13:42:38.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.13s |
2841 | 2024-10-30T13:42:38.327Z | |
2842 | 2024-10-30T13:42:38.327Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (111/166) |
2843 | 2024-10-30T13:42:38.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2024-10-30T13:42:38.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2024-10-30T13:42:38.927Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2846 | 2024-10-30T13:42:43.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s |
2847 | 2024-10-30T13:42:43.986Z | |
2848 | 2024-10-30T13:42:43.986Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166) |
2849 | 2024-10-30T13:42:44.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2024-10-30T13:42:44.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2024-10-30T13:42:44.592Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2852 | 2024-10-30T13:42:50.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s |
2853 | 2024-10-30T13:42:50.795Z | |
2854 | 2024-10-30T13:42:50.795Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (113/166) |
2855 | 2024-10-30T13:42:51.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2024-10-30T13:42:51.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2024-10-30T13:42:51.396Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2858 | 2024-10-30T13:42:57.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.76s |
2859 | 2024-10-30T13:42:57.722Z | |
2860 | 2024-10-30T13:42:57.722Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166) |
2861 | 2024-10-30T13:42:58.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2024-10-30T13:42:58.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2024-10-30T13:42:58.327Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2864 | 2024-10-30T13:43:03.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s |
2865 | 2024-10-30T13:43:03.604Z | |
2866 | 2024-10-30T13:43:03.604Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (115/166) |
2867 | 2024-10-30T13:43:04.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2024-10-30T13:43:04.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2024-10-30T13:43:04.215Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2870 | 2024-10-30T13:43:09.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s |
2871 | 2024-10-30T13:43:09.578Z | |
2872 | 2024-10-30T13:43:09.578Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166) |
2873 | 2024-10-30T13:43:10.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2024-10-30T13:43:10.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2024-10-30T13:43:10.181Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2876 | 2024-10-30T13:43:16.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.92s |
2877 | 2024-10-30T13:43:16.682Z | |
2878 | 2024-10-30T13:43:16.682Z | info: running `cargo check --bins` on oximeter-test-utils (117/166) |
2879 | 2024-10-30T13:43:17.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2024-10-30T13:43:17.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2024-10-30T13:43:17.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2024-10-30T13:43:17.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2883 | 2024-10-30T13:43:17.281Z | |
2884 | 2024-10-30T13:43:17.281Z | info: running `cargo check --bins` on cockroach-admin-client (118/166) |
2885 | 2024-10-30T13:43:17.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2024-10-30T13:43:17.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2024-10-30T13:43:17.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2024-10-30T13:43:17.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2889 | 2024-10-30T13:43:17.845Z | |
2890 | 2024-10-30T13:43:17.845Z | info: running `cargo check --bins` on installinator-client (119/166) |
2891 | 2024-10-30T13:43:18.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2024-10-30T13:43:18.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2024-10-30T13:43:18.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2894 | 2024-10-30T13:43:18.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2895 | 2024-10-30T13:43:18.435Z | |
2896 | 2024-10-30T13:43:18.435Z | info: running `cargo check --bins` on oxide-client (120/166) |
2897 | 2024-10-30T13:43:18.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2898 | 2024-10-30T13:43:18.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2899 | 2024-10-30T13:43:18.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2900 | 2024-10-30T13:43:18.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2901 | 2024-10-30T13:43:19.002Z | |
2902 | 2024-10-30T13:43:19.002Z | info: running `cargo check --bins` on wicketd-client (121/166) |
2903 | 2024-10-30T13:43:19.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2904 | 2024-10-30T13:43:19.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2905 | 2024-10-30T13:43:19.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2906 | 2024-10-30T13:43:19.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2907 | 2024-10-30T13:43:19.620Z | |
2908 | 2024-10-30T13:43:19.620Z | info: running `cargo check --bins` on wicket-common (122/166) |
2909 | 2024-10-30T13:43:20.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2910 | 2024-10-30T13:43:20.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2911 | 2024-10-30T13:43:20.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2912 | 2024-10-30T13:43:20.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2913 | 2024-10-30T13:43:20.218Z | |
2914 | 2024-10-30T13:43:20.218Z | info: running `cargo check --bins` on omicron-cockroach-admin (123/166) |
2915 | 2024-10-30T13:43:20.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2916 | 2024-10-30T13:43:20.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2917 | 2024-10-30T13:43:20.827Z | Checking csv-core v0.1.11 |
2918 | 2024-10-30T13:43:20.829Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2919 | 2024-10-30T13:43:21.129Z | Checking csv v1.3.0 |
2920 | 2024-10-30T13:43:21.654Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2921 | 2024-10-30T13:43:21.995Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2922 | 2024-10-30T13:43:23.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
2923 | 2024-10-30T13:43:23.352Z | |
2924 | 2024-10-30T13:43:23.352Z | info: running `cargo check --bins` on cockroach-admin-api (124/166) |
2925 | 2024-10-30T13:43:23.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2926 | 2024-10-30T13:43:23.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2927 | 2024-10-30T13:43:23.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2928 | 2024-10-30T13:43:23.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2929 | 2024-10-30T13:43:23.931Z | |
2930 | 2024-10-30T13:43:23.931Z | info: running `cargo check --bins` on cockroach-admin-types (125/166) |
2931 | 2024-10-30T13:43:24.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2932 | 2024-10-30T13:43:24.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2933 | 2024-10-30T13:43:24.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2934 | 2024-10-30T13:43:24.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2935 | 2024-10-30T13:43:24.515Z | |
2936 | 2024-10-30T13:43:24.515Z | info: running `cargo check --bins` on cert-dev (126/166) |
2937 | 2024-10-30T13:43:25.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2938 | 2024-10-30T13:43:25.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2939 | 2024-10-30T13:43:25.075Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2940 | 2024-10-30T13:43:25.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2941 | 2024-10-30T13:43:25.485Z | |
2942 | 2024-10-30T13:43:25.485Z | info: running `cargo check --bins` on ch-dev (127/166) |
2943 | 2024-10-30T13:43:26.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2944 | 2024-10-30T13:43:26.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2945 | 2024-10-30T13:43:26.089Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2946 | 2024-10-30T13:43:26.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2947 | 2024-10-30T13:43:26.952Z | |
2948 | 2024-10-30T13:43:26.952Z | info: running `cargo check --bins` on crdb-seed (128/166) |
2949 | 2024-10-30T13:43:27.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2950 | 2024-10-30T13:43:27.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2951 | 2024-10-30T13:43:27.549Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2952 | 2024-10-30T13:43:27.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2953 | 2024-10-30T13:43:28.042Z | |
2954 | 2024-10-30T13:43:28.042Z | info: running `cargo check --bins` on db-dev (129/166) |
2955 | 2024-10-30T13:43:28.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2956 | 2024-10-30T13:43:28.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2957 | 2024-10-30T13:43:28.644Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2958 | 2024-10-30T13:43:29.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2959 | 2024-10-30T13:43:29.503Z | |
2960 | 2024-10-30T13:43:29.503Z | info: running `cargo check --bins` on omicron-dev-lib (130/166) |
2961 | 2024-10-30T13:43:30.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2962 | 2024-10-30T13:43:30.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2963 | 2024-10-30T13:43:30.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2964 | 2024-10-30T13:43:30.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2965 | 2024-10-30T13:43:30.099Z | |
2966 | 2024-10-30T13:43:30.099Z | info: running `cargo check --bins` on xtask-downloader (131/166) |
2967 | 2024-10-30T13:43:30.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2968 | 2024-10-30T13:43:30.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2969 | 2024-10-30T13:43:30.661Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2970 | 2024-10-30T13:43:31.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
2971 | 2024-10-30T13:43:31.734Z | |
2972 | 2024-10-30T13:43:31.734Z | info: running `cargo check --bins` on omicron-ls-apis (132/166) |
2973 | 2024-10-30T13:43:32.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2974 | 2024-10-30T13:43:32.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2975 | 2024-10-30T13:43:32.299Z | Checking cargo-platform v0.1.8 |
2976 | 2024-10-30T13:43:32.565Z | Checking cargo_metadata v0.18.1 |
2977 | 2024-10-30T13:43:33.533Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2978 | 2024-10-30T13:43:34.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
2979 | 2024-10-30T13:43:34.422Z | |
2980 | 2024-10-30T13:43:34.422Z | info: running `cargo check --bins` on mgs-dev (133/166) |
2981 | 2024-10-30T13:43:34.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2024-10-30T13:43:34.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2024-10-30T13:43:35.084Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2984 | 2024-10-30T13:43:35.761Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2985 | 2024-10-30T13:43:36.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
2986 | 2024-10-30T13:43:36.442Z | |
2987 | 2024-10-30T13:43:36.442Z | info: running `cargo check --bins` on omicron-omdb (134/166) |
2988 | 2024-10-30T13:43:37.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2989 | 2024-10-30T13:43:37.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2990 | 2024-10-30T13:43:37.166Z | Compiling glob v0.3.1 |
2991 | 2024-10-30T13:43:37.166Z | Compiling crunchy v0.2.2 |
2992 | 2024-10-30T13:43:37.166Z | Compiling tiny-keccak v2.0.2 |
2993 | 2024-10-30T13:43:37.169Z | Compiling dsl_auto_type v0.1.2 |
2994 | 2024-10-30T13:43:37.169Z | Checking scheduled-thread-pool v0.2.7 |
2995 | 2024-10-30T13:43:37.169Z | Compiling diesel_table_macro_syntax v0.2.0 |
2996 | 2024-10-30T13:43:37.297Z | Compiling ascii-canvas v3.0.0 |
2997 | 2024-10-30T13:43:37.310Z | Compiling ena v0.14.3 |
2998 | 2024-10-30T13:43:37.515Z | Checking r2d2 v0.8.10 |
2999 | 2024-10-30T13:43:37.590Z | Compiling libloading v0.8.5 |
3000 | 2024-10-30T13:43:37.727Z | Compiling diff v0.1.13 |
3001 | 2024-10-30T13:43:37.760Z | Compiling regex-syntax v0.6.29 |
3002 | 2024-10-30T13:43:37.826Z | Compiling bindgen v0.69.5 |
3003 | 2024-10-30T13:43:37.829Z | Compiling which v4.4.2 |
3004 | 2024-10-30T13:43:37.988Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3005 | 2024-10-30T13:43:38.184Z | Compiling clang-sys v1.8.1 |
3006 | 2024-10-30T13:43:38.228Z | Compiling cexpr v0.6.0 |
3007 | 2024-10-30T13:43:38.328Z | Compiling rustc-hash v1.1.0 |
3008 | 2024-10-30T13:43:38.424Z | Compiling ref-cast v1.0.23 |
3009 | 2024-10-30T13:43:38.496Z | Compiling lazycell v1.3.0 |
3010 | 2024-10-30T13:43:38.597Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3011 | 2024-10-30T13:43:38.659Z | Compiling derive_builder_core v0.20.2 |
3012 | 2024-10-30T13:43:38.677Z | Compiling libxml v0.3.3 |
3013 | 2024-10-30T13:43:38.781Z | Compiling diesel_derives v2.2.3 |
3014 | 2024-10-30T13:43:38.903Z | Compiling ref-cast-impl v1.0.23 |
3015 | 2024-10-30T13:43:39.031Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3016 | 2024-10-30T13:43:39.126Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3017 | 2024-10-30T13:43:39.588Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3018 | 2024-10-30T13:43:39.888Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3019 | 2024-10-30T13:43:40.627Z | Compiling strum_macros v0.24.3 |
3020 | 2024-10-30T13:43:40.627Z | Compiling indoc v1.0.9 |
3021 | 2024-10-30T13:43:40.984Z | Compiling derive_builder_macro v0.20.2 |
3022 | 2024-10-30T13:43:41.193Z | Compiling lalrpop v0.19.12 |
3023 | 2024-10-30T13:43:41.863Z | Checking derive_builder v0.20.2 |
3024 | 2024-10-30T13:43:42.019Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3025 | 2024-10-30T13:43:42.190Z | Compiling oso-derive v0.27.3 |
3026 | 2024-10-30T13:43:42.312Z | Compiling impl-trait-for-tuples v0.2.2 |
3027 | 2024-10-30T13:43:42.456Z | Checking quick-xml v0.33.0 |
3028 | 2024-10-30T13:43:43.228Z | Compiling diesel-dtrace v0.3.0 |
3029 | 2024-10-30T13:43:43.499Z | Checking maplit v1.0.2 |
3030 | 2024-10-30T13:43:43.636Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3031 | 2024-10-30T13:43:43.660Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3032 | 2024-10-30T13:43:43.973Z | Checking bb8 v0.8.5 |
3033 | 2024-10-30T13:43:44.514Z | Compiling const_format_proc_macros v0.2.33 |
3034 | 2024-10-30T13:43:44.733Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3035 | 2024-10-30T13:43:45.038Z | Checking castaway v0.2.3 |
3036 | 2024-10-30T13:43:45.199Z | Checking rand_seeder v0.3.0 |
3037 | 2024-10-30T13:43:45.359Z | Checking compact_str v0.8.0 |
3038 | 2024-10-30T13:43:45.451Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3039 | 2024-10-30T13:43:45.695Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3040 | 2024-10-30T13:43:46.287Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3041 | 2024-10-30T13:43:46.617Z | Checking const_format v0.2.33 |
3042 | 2024-10-30T13:43:46.975Z | Checking unicode-truncate v1.1.0 |
3043 | 2024-10-30T13:43:47.126Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3044 | 2024-10-30T13:43:47.212Z | Checking lru v0.12.5 |
3045 | 2024-10-30T13:43:47.424Z | Compiling instability v0.3.2 |
3046 | 2024-10-30T13:43:47.524Z | Checking unicode-linebreak v0.1.5 |
3047 | 2024-10-30T13:43:47.961Z | Checking is_ci v1.2.0 |
3048 | 2024-10-30T13:43:48.108Z | Checking smawk v0.3.2 |
3049 | 2024-10-30T13:43:48.159Z | Checking cassowary v0.3.0 |
3050 | 2024-10-30T13:43:48.318Z | Checking textwrap v0.16.1 |
3051 | 2024-10-30T13:43:49.443Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3052 | 2024-10-30T13:43:49.453Z | Checking ratatui v0.28.1 |
3053 | 2024-10-30T13:43:49.453Z | Checking supports-color v3.0.1 |
3054 | 2024-10-30T13:43:49.453Z | Checking multimap v0.10.0 |
3055 | 2024-10-30T13:43:50.238Z | Checking diesel v2.2.4 |
3056 | 2024-10-30T13:44:12.354Z | Compiling samael v0.0.17 |
3057 | 2024-10-30T13:44:25.637Z | Checking async-bb8-diesel v0.2.1 |
3058 | 2024-10-30T13:44:26.899Z | Compiling polar-core v0.27.3 |
3059 | 2024-10-30T13:44:34.341Z | Checking oso v0.27.3 |
3060 | 2024-10-30T13:46:06.726Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3061 | 2024-10-30T13:46:14.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s |
3062 | 2024-10-30T13:46:14.880Z | |
3063 | 2024-10-30T13:46:14.881Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166) |
3064 | 2024-10-30T13:46:15.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-10-30T13:46:15.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-10-30T13:46:15.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3067 | 2024-10-30T13:46:15.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3068 | 2024-10-30T13:46:15.515Z | |
3069 | 2024-10-30T13:46:15.515Z | info: running `cargo check --bins` on nexus-saga-recovery (136/166) |
3070 | 2024-10-30T13:46:16.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2024-10-30T13:46:16.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2024-10-30T13:46:16.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3073 | 2024-10-30T13:46:16.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3074 | 2024-10-30T13:46:16.146Z | |
3075 | 2024-10-30T13:46:16.146Z | info: running `cargo check --bins` on nexus-test-utils-macros (137/166) |
3076 | 2024-10-30T13:46:16.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2024-10-30T13:46:16.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2024-10-30T13:46:16.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3079 | 2024-10-30T13:46:16.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3080 | 2024-10-30T13:46:16.715Z | |
3081 | 2024-10-30T13:46:16.715Z | info: running `cargo check --bins` on omicron-nexus (138/166) |
3082 | 2024-10-30T13:46:17.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2024-10-30T13:46:17.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2024-10-30T13:46:17.465Z | Compiling libz-sys v1.1.20 |
3085 | 2024-10-30T13:46:17.468Z | Checking http v0.2.12 |
3086 | 2024-10-30T13:46:17.574Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3087 | 2024-10-30T13:46:17.596Z | Compiling vergen v8.3.2 |
3088 | 2024-10-30T13:46:17.599Z | Compiling cargo-platform v0.1.8 |
3089 | 2024-10-30T13:46:17.599Z | Compiling pin-project-internal v1.1.6 |
3090 | 2024-10-30T13:46:17.637Z | Compiling libsqlite3-sys v0.30.1 |
3091 | 2024-10-30T13:46:17.640Z | Compiling snafu-derive v0.8.5 |
3092 | 2024-10-30T13:46:17.898Z | Compiling buf-list v1.0.3 |
3093 | 2024-10-30T13:46:18.152Z | Compiling cargo_metadata v0.18.1 |
3094 | 2024-10-30T13:46:18.205Z | Compiling cfg_aliases v0.2.1 |
3095 | 2024-10-30T13:46:18.316Z | Compiling rustls v0.21.12 |
3096 | 2024-10-30T13:46:18.362Z | Checking sync_wrapper v0.1.2 |
3097 | 2024-10-30T13:46:18.618Z | Compiling nix v0.29.0 |
3098 | 2024-10-30T13:46:18.652Z | Checking globset v0.4.15 |
3099 | 2024-10-30T13:46:18.672Z | Checking rustls-webpki v0.101.7 |
3100 | 2024-10-30T13:46:18.888Z | Checking h2 v0.3.26 |
3101 | 2024-10-30T13:46:19.148Z | Checking http-body v0.4.6 |
3102 | 2024-10-30T13:46:19.381Z | Checking sct v0.7.1 |
3103 | 2024-10-30T13:46:19.543Z | Checking olpc-cjson v0.1.4 |
3104 | 2024-10-30T13:46:19.561Z | Checking serde_plain v1.0.2 |
3105 | 2024-10-30T13:46:19.603Z | Checking typed-path v0.7.1 |
3106 | 2024-10-30T13:46:20.462Z | Checking pin-project v1.1.6 |
3107 | 2024-10-30T13:46:20.553Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3108 | 2024-10-30T13:46:20.583Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3109 | 2024-10-30T13:46:20.843Z | Checking hashlink v0.9.1 |
3110 | 2024-10-30T13:46:20.867Z | Checking fallible-streaming-iterator v0.1.9 |
3111 | 2024-10-30T13:46:21.109Z | Checking fallible-iterator v0.3.0 |
3112 | 2024-10-30T13:46:21.433Z | Checking parse-size v1.0.0 |
3113 | 2024-10-30T13:46:21.577Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3114 | 2024-10-30T13:46:21.666Z | Checking rustls-pemfile v1.0.4 |
3115 | 2024-10-30T13:46:21.778Z | Checking rusqlite v0.32.1 |
3116 | 2024-10-30T13:46:21.865Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3117 | 2024-10-30T13:46:22.032Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3118 | 2024-10-30T13:46:22.152Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3119 | 2024-10-30T13:46:22.270Z | Checking twox-hash v1.6.3 |
3120 | 2024-10-30T13:46:22.590Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3121 | 2024-10-30T13:46:22.889Z | Checking tokio-rustls v0.24.1 |
3122 | 2024-10-30T13:46:23.011Z | Checking snafu v0.8.5 |
3123 | 2024-10-30T13:46:23.254Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3124 | 2024-10-30T13:46:23.356Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3125 | 2024-10-30T13:46:23.498Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3126 | 2024-10-30T13:46:23.608Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3127 | 2024-10-30T13:46:23.901Z | Checking fatfs v0.3.6 |
3128 | 2024-10-30T13:46:24.502Z | Checking assert_matches v1.5.0 |
3129 | 2024-10-30T13:46:25.078Z | Checking hyper v0.14.30 |
3130 | 2024-10-30T13:46:29.232Z | Checking reqwest v0.11.27 |
3131 | 2024-10-30T13:46:29.929Z | Checking tough v0.17.1 |
3132 | 2024-10-30T13:46:30.413Z | Compiling git2 v0.19.0 |
3133 | 2024-10-30T13:46:33.076Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3134 | 2024-10-30T13:46:34.319Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3135 | 2024-10-30T13:46:35.606Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3136 | 2024-10-30T13:50:08.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 51s |
3137 | 2024-10-30T13:50:08.677Z | |
3138 | 2024-10-30T13:50:08.677Z | info: running `cargo check --bins` on nexus-external-api (139/166) |
3139 | 2024-10-30T13:50:09.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3140 | 2024-10-30T13:50:09.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3141 | 2024-10-30T13:50:09.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3142 | 2024-10-30T13:50:09.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3143 | 2024-10-30T13:50:09.329Z | |
3144 | 2024-10-30T13:50:09.329Z | info: running `cargo check --bins` on openapi-manager-types (140/166) |
3145 | 2024-10-30T13:50:09.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3146 | 2024-10-30T13:50:09.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3147 | 2024-10-30T13:50:09.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3148 | 2024-10-30T13:50:09.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3149 | 2024-10-30T13:50:09.903Z | |
3150 | 2024-10-30T13:50:09.903Z | info: running `cargo check --bins` on nexus-internal-api (141/166) |
3151 | 2024-10-30T13:50:10.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3152 | 2024-10-30T13:50:10.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3153 | 2024-10-30T13:50:10.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3154 | 2024-10-30T13:50:10.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3155 | 2024-10-30T13:50:10.510Z | |
3156 | 2024-10-30T13:50:10.510Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (142/166) |
3157 | 2024-10-30T13:50:11.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3158 | 2024-10-30T13:50:11.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3159 | 2024-10-30T13:50:11.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3160 | 2024-10-30T13:50:11.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3161 | 2024-10-30T13:50:11.143Z | |
3162 | 2024-10-30T13:50:11.143Z | info: running `cargo check --bins` on nexus-networking (143/166) |
3163 | 2024-10-30T13:50:11.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3164 | 2024-10-30T13:50:11.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3165 | 2024-10-30T13:50:11.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3166 | 2024-10-30T13:50:11.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3167 | 2024-10-30T13:50:11.768Z | |
3168 | 2024-10-30T13:50:11.768Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (144/166) |
3169 | 2024-10-30T13:50:12.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3170 | 2024-10-30T13:50:12.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3171 | 2024-10-30T13:50:12.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3172 | 2024-10-30T13:50:12.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3173 | 2024-10-30T13:50:12.388Z | |
3174 | 2024-10-30T13:50:12.388Z | info: running `cargo check --bins` on update-common (145/166) |
3175 | 2024-10-30T13:50:12.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3176 | 2024-10-30T13:50:12.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3177 | 2024-10-30T13:50:12.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3178 | 2024-10-30T13:50:12.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3179 | 2024-10-30T13:50:12.998Z | |
3180 | 2024-10-30T13:50:12.998Z | info: running `cargo check --bins` on tufaceous-lib (146/166) |
3181 | 2024-10-30T13:50:13.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2024-10-30T13:50:13.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2024-10-30T13:50:13.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3184 | 2024-10-30T13:50:13.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3185 | 2024-10-30T13:50:13.607Z | |
3186 | 2024-10-30T13:50:13.607Z | info: running `cargo check --bins` on tufaceous (147/166) |
3187 | 2024-10-30T13:50:14.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3188 | 2024-10-30T13:50:14.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3189 | 2024-10-30T13:50:14.232Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3190 | 2024-10-30T13:50:15.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
3191 | 2024-10-30T13:50:15.309Z | |
3192 | 2024-10-30T13:50:15.309Z | info: running `cargo check --bins` on omicron-dev (148/166) |
3193 | 2024-10-30T13:50:15.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2024-10-30T13:50:15.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2024-10-30T13:50:16.100Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3196 | 2024-10-30T13:50:16.102Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3197 | 2024-10-30T13:50:16.102Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3198 | 2024-10-30T13:50:18.205Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3199 | 2024-10-30T13:50:22.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s |
3200 | 2024-10-30T13:50:23.176Z | |
3201 | 2024-10-30T13:50:23.177Z | info: running `cargo check --bins` on openapi-manager (149/166) |
3202 | 2024-10-30T13:50:23.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3203 | 2024-10-30T13:50:23.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3204 | 2024-10-30T13:50:23.833Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3205 | 2024-10-30T13:50:23.836Z | Checking heck v0.4.1 |
3206 | 2024-10-30T13:50:23.836Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3207 | 2024-10-30T13:50:24.084Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3208 | 2024-10-30T13:50:25.423Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3209 | 2024-10-30T13:50:26.238Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3210 | 2024-10-30T13:50:27.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
3211 | 2024-10-30T13:50:27.404Z | |
3212 | 2024-10-30T13:50:27.405Z | info: running `cargo check --bins` on installinator-api (150/166) |
3213 | 2024-10-30T13:50:27.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3214 | 2024-10-30T13:50:27.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3215 | 2024-10-30T13:50:27.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3216 | 2024-10-30T13:50:27.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3217 | 2024-10-30T13:50:28.008Z | |
3218 | 2024-10-30T13:50:28.008Z | info: running `cargo check --bins` on wicketd-api (151/166) |
3219 | 2024-10-30T13:50:28.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3220 | 2024-10-30T13:50:28.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3221 | 2024-10-30T13:50:28.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3222 | 2024-10-30T13:50:28.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3223 | 2024-10-30T13:50:28.607Z | |
3224 | 2024-10-30T13:50:28.607Z | info: running `cargo check --bins` on reconfigurator-cli (152/166) |
3225 | 2024-10-30T13:50:29.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3226 | 2024-10-30T13:50:29.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3227 | 2024-10-30T13:50:29.234Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3228 | 2024-10-30T13:50:30.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
3229 | 2024-10-30T13:50:30.542Z | |
3230 | 2024-10-30T13:50:30.542Z | info: running `cargo check --bins` on omicron-releng (153/166) |
3231 | 2024-10-30T13:50:31.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3232 | 2024-10-30T13:50:31.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3233 | 2024-10-30T13:50:31.166Z | Checking memmap2 v0.9.5 |
3234 | 2024-10-30T13:50:31.166Z | Checking untrusted v0.7.1 |
3235 | 2024-10-30T13:50:31.169Z | Checking spin v0.5.2 |
3236 | 2024-10-30T13:50:31.169Z | Checking constant_time_eq v0.3.1 |
3237 | 2024-10-30T13:50:31.169Z | Checking arrayvec v0.7.6 |
3238 | 2024-10-30T13:50:31.169Z | Checking arrayref v0.3.9 |
3239 | 2024-10-30T13:50:31.272Z | Checking topological-sort v0.2.2 |
3240 | 2024-10-30T13:50:31.291Z | Checking shell-words v1.1.0 |
3241 | 2024-10-30T13:50:31.431Z | Checking ring v0.16.20 |
3242 | 2024-10-30T13:50:31.591Z | Checking blake3 v1.5.4 |
3243 | 2024-10-30T13:50:32.560Z | Checking omicron-zone-package v0.11.1 |
3244 | 2024-10-30T13:50:33.664Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3245 | 2024-10-30T13:50:34.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
3246 | 2024-10-30T13:50:34.719Z | |
3247 | 2024-10-30T13:50:34.719Z | info: running `cargo check --bins` on xtask (154/166) |
3248 | 2024-10-30T13:50:35.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3249 | 2024-10-30T13:50:35.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3250 | 2024-10-30T13:50:35.130Z | Checking bitflags v2.6.0 |
3251 | 2024-10-30T13:50:35.133Z | Checking serde v1.0.210 |
3252 | 2024-10-30T13:50:35.133Z | Checking thiserror v1.0.64 |
3253 | 2024-10-30T13:50:35.220Z | Checking scroll v0.12.0 |
3254 | 2024-10-30T13:50:35.222Z | Checking hashbrown v0.15.0 |
3255 | 2024-10-30T13:50:35.228Z | Checking log v0.4.22 |
3256 | 2024-10-30T13:50:35.235Z | Checking zerocopy v0.7.35 |
3257 | 2024-10-30T13:50:35.258Z | Checking syn v2.0.79 |
3258 | 2024-10-30T13:50:35.319Z | Checking pest v2.7.14 |
3259 | 2024-10-30T13:50:35.456Z | Checking rustix v0.38.37 |
3260 | 2024-10-30T13:50:35.498Z | Checking once_cell v1.20.2 |
3261 | 2024-10-30T13:50:35.672Z | Checking goblin v0.8.2 |
3262 | 2024-10-30T13:50:35.811Z | Checking fs-err v2.11.0 |
3263 | 2024-10-30T13:50:36.144Z | Checking tabled v0.15.0 |
3264 | 2024-10-30T13:50:36.214Z | Checking indexmap v2.6.0 |
3265 | 2024-10-30T13:50:36.634Z | Checking anyhow v1.0.89 |
3266 | 2024-10-30T13:50:37.512Z | Checking terminal_size v0.4.0 |
3267 | 2024-10-30T13:50:37.512Z | Checking tempfile v3.13.0 |
3268 | 2024-10-30T13:50:37.671Z | Checking clap_builder v4.5.20 |
3269 | 2024-10-30T13:50:37.942Z | Checking dtrace-parser v0.2.0 |
3270 | 2024-10-30T13:50:39.733Z | Checking serde_json v1.0.128 |
3271 | 2024-10-30T13:50:39.733Z | Checking serde_spanned v0.6.8 |
3272 | 2024-10-30T13:50:39.735Z | Checking toml_datetime v0.6.8 |
3273 | 2024-10-30T13:50:39.735Z | Checking camino v1.1.9 |
3274 | 2024-10-30T13:50:39.735Z | Checking cargo-platform v0.1.8 |
3275 | 2024-10-30T13:50:39.735Z | Checking semver v1.0.23 |
3276 | 2024-10-30T13:50:39.736Z | Checking macaddr v1.0.1 |
3277 | 2024-10-30T13:50:39.804Z | Checking clap v4.5.20 |
3278 | 2024-10-30T13:50:40.009Z | Checking toml_edit v0.22.22 |
3279 | 2024-10-30T13:50:40.206Z | Checking camino-tempfile v1.1.1 |
3280 | 2024-10-30T13:50:40.805Z | Checking dof v0.3.0 |
3281 | 2024-10-30T13:50:40.805Z | Checking cargo_metadata v0.18.1 |
3282 | 2024-10-30T13:50:41.206Z | Checking usdt-impl v0.5.0 |
3283 | 2024-10-30T13:50:41.563Z | Checking usdt v0.5.0 |
3284 | 2024-10-30T13:50:41.730Z | Checking toml v0.8.19 |
3285 | 2024-10-30T13:50:42.199Z | Checking cargo_toml v0.20.5 |
3286 | 2024-10-30T13:50:43.395Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3287 | 2024-10-30T13:50:44.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.29s |
3288 | 2024-10-30T13:50:44.118Z | |
3289 | 2024-10-30T13:50:44.118Z | info: running `cargo check --bins` on end-to-end-tests (155/166) |
3290 | 2024-10-30T13:50:44.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3291 | 2024-10-30T13:50:44.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3292 | 2024-10-30T13:50:44.824Z | Checking polyval v0.6.2 |
3293 | 2024-10-30T13:50:44.930Z | Checking ctr v0.9.2 |
3294 | 2024-10-30T13:50:44.941Z | Checking ssh-encoding v0.2.0 |
3295 | 2024-10-30T13:50:44.943Z | Checking blowfish v0.9.1 |
3296 | 2024-10-30T13:50:44.961Z | Checking password-hash v0.4.2 |
3297 | 2024-10-30T13:50:44.964Z | Checking matches v0.1.10 |
3298 | 2024-10-30T13:50:44.990Z | Checking p521 v0.13.3 |
3299 | 2024-10-30T13:50:44.992Z | Checking p256 v0.13.2 |
3300 | 2024-10-30T13:50:45.066Z | Checking idna v0.2.3 |
3301 | 2024-10-30T13:50:45.160Z | Checking bcrypt-pbkdf v0.10.0 |
3302 | 2024-10-30T13:50:45.160Z | Checking ghash v0.5.1 |
3303 | 2024-10-30T13:50:45.222Z | Compiling enum-as-inner v0.5.1 |
3304 | 2024-10-30T13:50:45.250Z | Checking russh-cryptovec v0.7.3 |
3305 | 2024-10-30T13:50:45.365Z | Checking aes-gcm v0.10.3 |
3306 | 2024-10-30T13:50:45.365Z | Checking pbkdf2 v0.11.0 |
3307 | 2024-10-30T13:50:45.440Z | Checking md5 v0.7.0 |
3308 | 2024-10-30T13:50:45.460Z | Checking num-bigint v0.4.6 |
3309 | 2024-10-30T13:50:45.460Z | Checking des v0.8.1 |
3310 | 2024-10-30T13:50:45.603Z | Checking ssh-cipher v0.2.0 |
3311 | 2024-10-30T13:50:45.648Z | Compiling dhcproto-macros v0.1.0 |
3312 | 2024-10-30T13:50:45.721Z | Checking hex-literal v0.4.1 |
3313 | 2024-10-30T13:50:45.749Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3314 | 2024-10-30T13:50:45.850Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3315 | 2024-10-30T13:50:45.893Z | Checking internet-checksum v0.2.1 |
3316 | 2024-10-30T13:50:45.912Z | Checking ssh-key v0.6.6 |
3317 | 2024-10-30T13:50:46.205Z | Checking trust-dns-proto v0.22.0 |
3318 | 2024-10-30T13:50:47.161Z | Checking russh-keys v0.45.0 |
3319 | 2024-10-30T13:50:48.068Z | Checking russh v0.45.0 |
3320 | 2024-10-30T13:50:48.747Z | Checking dhcproto v0.12.0 |
3321 | 2024-10-30T13:51:10.170Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3322 | 2024-10-30T13:51:11.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.40s |
3323 | 2024-10-30T13:51:11.720Z | |
3324 | 2024-10-30T13:51:11.720Z | info: running `cargo check --bins` on gateway-cli (156/166) |
3325 | 2024-10-30T13:51:12.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3326 | 2024-10-30T13:51:12.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3327 | 2024-10-30T13:51:12.305Z | Checking termios v0.3.3 |
3328 | 2024-10-30T13:51:12.515Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3329 | 2024-10-30T13:51:13.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
3330 | 2024-10-30T13:51:13.440Z | |
3331 | 2024-10-30T13:51:13.440Z | info: running `cargo check --bins --no-default-features` on installinator (157/166) |
3332 | 2024-10-30T13:51:13.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3333 | 2024-10-30T13:51:13.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3334 | 2024-10-30T13:51:14.085Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3335 | 2024-10-30T13:51:16.046Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3336 | 2024-10-30T13:51:18.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
3337 | 2024-10-30T13:51:18.192Z | |
3338 | 2024-10-30T13:51:18.192Z | info: running `cargo check --bins` on internal-dns-cli (158/166) |
3339 | 2024-10-30T13:51:18.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3340 | 2024-10-30T13:51:18.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3341 | 2024-10-30T13:51:18.788Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3342 | 2024-10-30T13:51:19.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3343 | 2024-10-30T13:51:19.400Z | |
3344 | 2024-10-30T13:51:19.401Z | info: running `cargo check --bins` on omicron-live-tests (159/166) |
3345 | 2024-10-30T13:51:19.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2024-10-30T13:51:19.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2024-10-30T13:51:19.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3348 | 2024-10-30T13:51:19.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3349 | 2024-10-30T13:51:19.972Z | |
3350 | 2024-10-30T13:51:19.972Z | info: running `cargo check --bins` on live-tests-macros (160/166) |
3351 | 2024-10-30T13:51:20.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2024-10-30T13:51:20.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2024-10-30T13:51:20.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3354 | 2024-10-30T13:51:20.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3355 | 2024-10-30T13:51:20.547Z | |
3356 | 2024-10-30T13:51:20.547Z | info: running `cargo check --bins` on omicron-package (161/166) |
3357 | 2024-10-30T13:51:21.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2024-10-30T13:51:21.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2024-10-30T13:51:21.170Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3360 | 2024-10-30T13:51:22.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
3361 | 2024-10-30T13:51:22.571Z | |
3362 | 2024-10-30T13:51:22.571Z | info: running `cargo check --bins` on wicket-dbg (162/166) |
3363 | 2024-10-30T13:51:23.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3364 | 2024-10-30T13:51:23.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3365 | 2024-10-30T13:51:23.226Z | Checking rtoolbox v0.0.2 |
3366 | 2024-10-30T13:51:23.229Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3367 | 2024-10-30T13:51:23.229Z | Checking tui-tree-widget v0.22.0 |
3368 | 2024-10-30T13:51:23.446Z | Checking rpassword v7.3.1 |
3369 | 2024-10-30T13:51:27.412Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3370 | 2024-10-30T13:51:30.508Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3371 | 2024-10-30T13:51:31.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s |
3372 | 2024-10-30T13:51:31.817Z | |
3373 | 2024-10-30T13:51:31.817Z | info: running `cargo check --bins` on wicket (163/166) |
3374 | 2024-10-30T13:51:32.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3375 | 2024-10-30T13:51:32.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3376 | 2024-10-30T13:51:32.467Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3377 | 2024-10-30T13:51:32.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3378 | 2024-10-30T13:51:33.032Z | |
3379 | 2024-10-30T13:51:33.032Z | info: running `cargo check --bins` on wicketd (164/166) |
3380 | 2024-10-30T13:51:33.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3381 | 2024-10-30T13:51:33.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3382 | 2024-10-30T13:51:33.703Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3383 | 2024-10-30T13:51:43.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.04s |
3384 | 2024-10-30T13:51:43.255Z | |
3385 | 2024-10-30T13:51:43.256Z | info: running `cargo check --bins` on omicron-workspace-hack (165/166) |
3386 | 2024-10-30T13:51:43.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3387 | 2024-10-30T13:51:43.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3388 | 2024-10-30T13:51:43.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3389 | 2024-10-30T13:51:43.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3390 | 2024-10-30T13:51:43.826Z | |
3391 | 2024-10-30T13:51:43.826Z | info: running `cargo check --bins` on zone-setup (166/166) |
3392 | 2024-10-30T13:51:44.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3393 | 2024-10-30T13:51:44.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3394 | 2024-10-30T13:51:44.505Z | Checking uzers v0.12.1 |
3395 | 2024-10-30T13:51:44.841Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3396 | 2024-10-30T13:51:45.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
3397 | 2024-10-30T13:51:46.092Z | |
3398 | 2024-10-30T13:51:46.094Z | real 19:06.180721277 |
3399 | 2024-10-30T13:51:46.094Z | user 31:21.708961095 |
3400 | 2024-10-30T13:51:46.095Z | sys 5:11.795572368 |
3401 | 2024-10-30T13:51:46.095Z | trap 0.541014282 |
3402 | 2024-10-30T13:51:46.095Z | tflt 2.874978350 |
3403 | 2024-10-30T13:51:46.095Z | dflt 2.621712346 |
3404 | 2024-10-30T13:51:46.095Z | kflt 0.003204151 |
3405 | 2024-10-30T13:51:46.095Z | lock 1:08:25.705527473 |
3406 | 2024-10-30T13:51:46.095Z | slp 2:50:23.067328855 |
3407 | 2024-10-30T13:51:46.095Z | lat 58.694959225 |
3408 | 2024-10-30T13:51:46.095Z | stop 2:57.573774915 |
3409 | 2024-10-30T13:51:46.095Z | process exited: duration 1390465 ms, exit code 0 |
|
3410 | 2024-10-30T13:51:46.101Z | found 0 output files |