|
|
|
1 | 2024-09-06T22:54:18.741Z | job assigned to worker 01J74RPJ8AVXWRXRRDS5E10ZQH (queued for 25 s) |
|
2 | 2024-09-06T22:54:19.179Z | starting task 0: "setup" |
3 | 2024-09-06T22:54:19.203Z | ++ uname -s |
4 | 2024-09-06T22:54:19.203Z | + kern=SunOS |
5 | 2024-09-06T22:54:19.203Z | + case "$kern" in |
6 | 2024-09-06T22:54:19.203Z | + groupadd -g 12345 build |
7 | 2024-09-06T22:54:19.203Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-06T22:54:21.207Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-06T22:54:21.247Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-06T22:54:21.271Z | + home_fs=zfs |
11 | 2024-09-06T22:54:21.271Z | + [[ zfs == autofs ]] |
12 | 2024-09-06T22:54:21.271Z | + mkdir -p /home/build |
13 | 2024-09-06T22:54:21.271Z | + chown build:build /home/build /work |
14 | 2024-09-06T22:54:23.257Z | + chmod 0700 /home/build /work |
15 | 2024-09-06T22:54:23.282Z | process exited: duration 4085 ms, exit code 0 |
|
16 | 2024-09-06T22:54:23.332Z | starting task 1: "rust-toolchain" |
17 | 2024-09-06T22:54:23.358Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-06T22:54:23.358Z | ' 1.80.1 |
19 | 2024-09-06T22:54:23.358Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-06T22:54:23.358Z | * toolchain channel = "1.80.1" |
21 | 2024-09-06T22:54:23.358Z | * toolchain profile = "default" |
22 | 2024-09-06T22:54:23.358Z | ' default |
23 | 2024-09-06T22:54:23.358Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-06T22:54:23.358Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-06T22:54:23.491Z | info: downloading installer |
26 | 2024-09-06T22:54:24.164Z | info: profile set to 'default' |
27 | 2024-09-06T22:54:24.164Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-06T22:54:24.212Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-06T22:54:24.269Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-06T22:54:24.269Z | info: downloading component 'cargo' |
31 | 2024-09-06T22:54:24.467Z | info: downloading component 'clippy' |
32 | 2024-09-06T22:54:24.541Z | info: downloading component 'rust-docs' |
33 | 2024-09-06T22:54:24.791Z | info: downloading component 'rust-std' |
34 | 2024-09-06T22:54:25.188Z | info: downloading component 'rustc' |
35 | 2024-09-06T22:54:26.306Z | info: downloading component 'rustfmt' |
36 | 2024-09-06T22:54:26.381Z | info: installing component 'cargo' |
37 | 2024-09-06T22:54:27.488Z | info: installing component 'clippy' |
38 | 2024-09-06T22:54:27.924Z | info: installing component 'rust-docs' |
39 | 2024-09-06T22:54:30.791Z | info: installing component 'rust-std' |
40 | 2024-09-06T22:54:32.781Z | info: installing component 'rustc' |
41 | 2024-09-06T22:54:38.163Z | info: installing component 'rustfmt' |
42 | 2024-09-06T22:54:38.578Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-06T22:54:38.578Z | |
44 | 2024-09-06T22:54:38.758Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-06T22:54:38.758Z | |
46 | 2024-09-06T22:54:38.758Z | |
47 | 2024-09-06T22:54:38.758Z | Rust is installed now. Great! |
48 | 2024-09-06T22:54:38.758Z | |
49 | 2024-09-06T22:54:38.758Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-06T22:54:38.758Z | environment variable. This has not been done automatically. |
51 | 2024-09-06T22:54:38.758Z | |
52 | 2024-09-06T22:54:38.758Z | To configure your current shell, you need to source |
53 | 2024-09-06T22:54:38.758Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-06T22:54:38.758Z | |
55 | 2024-09-06T22:54:38.758Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-06T22:54:38.758Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-06T22:54:38.758Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-06T22:54:38.834Z | + rustc --version |
59 | 2024-09-06T22:54:38.933Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-06T22:54:38.957Z | process exited: duration 15606 ms, exit code 0 |
|
61 | 2024-09-06T22:54:39.005Z | starting task 2: "authentication" |
62 | 2024-09-06T22:54:39.055Z | process exited: duration 49 ms, exit code 0 |
|
63 | 2024-09-06T22:54:39.102Z | starting task 3: "clone repository" |
64 | 2024-09-06T22:54:39.126Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-06T22:54:39.126Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-06T22:54:39.150Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-06T22:54:44.600Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-06T22:54:44.600Z | + git fetch origin 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc |
69 | 2024-09-06T22:54:44.965Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-06T22:54:44.966Z | * branch 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc -> FETCH_HEAD |
71 | 2024-09-06T22:54:44.990Z | + [[ -n sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution ]] |
72 | 2024-09-06T22:54:44.990Z | ++ git branch --show-current |
73 | 2024-09-06T22:54:44.990Z | + current=main |
74 | 2024-09-06T22:54:44.990Z | + [[ main != sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution ]] |
75 | 2024-09-06T22:54:44.990Z | + git branch -f sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc |
76 | 2024-09-06T22:54:45.014Z | + git checkout -f sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution |
77 | 2024-09-06T22:54:45.172Z | Switched to branch 'sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution' |
78 | 2024-09-06T22:54:45.196Z | + git reset --hard 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc |
79 | 2024-09-06T22:54:45.219Z | HEAD is now at 931a6ef80 unused |
80 | 2024-09-06T22:54:45.219Z | process exited: duration 6095 ms, exit code 0 |
|
81 | 2024-09-06T22:54:45.267Z | starting task 4: "build" |
82 | 2024-09-06T22:54:45.291Z | + cargo --version |
83 | 2024-09-06T22:54:45.345Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-06T22:54:45.369Z | + rustc --version |
85 | 2024-09-06T22:54:45.418Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-06T22:54:45.442Z | + source ./env.sh |
87 | 2024-09-06T22:54:45.442Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-09-06T22:54:45.442Z | ++ set -o xtrace |
89 | 2024-09-06T22:54:45.442Z | ++++ dirname ./env.sh |
90 | 2024-09-06T22:54:45.442Z | +++ readlink -f . |
91 | 2024-09-06T22:54:45.442Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-09-06T22:54:45.442Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-09-06T22:54:45.442Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-09-06T22:54:45.442Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-09-06T22:54:45.442Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-09-06T22:54:45.442Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-09-06T22:54:45.442Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-09-06T22:54:45.442Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-09-06T22:54:45.442Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-09-06T22:54:45.442Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-09-06T22:54:45.442Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-09-06T22:54:45.442Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
103 | 2024-09-06T22:54:45.442Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
104 | 2024-09-06T22:54:45.442Z | + banner prerequisites |
105 | 2024-09-06T22:54:45.442Z | |
106 | 2024-09-06T22:54:45.442Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-09-06T22:54:45.442Z | # # # # # # # # # # # # # # # |
108 | 2024-09-06T22:54:45.442Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-09-06T22:54:45.442Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-09-06T22:54:45.442Z | # # # # # # # # # # # # # # # |
111 | 2024-09-06T22:54:45.442Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-09-06T22:54:45.442Z | |
113 | 2024-09-06T22:54:45.442Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-09-06T22:54:51.189Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-09-06T22:54:54.139Z | Startup: Caching catalogs ... Done |
116 | 2024-09-06T22:54:57.064Z | Planning: Solver setup ... Done (2.173s) |
117 | 2024-09-06T22:54:57.097Z | Planning: Running solver ... Done (0.036s) |
118 | 2024-09-06T22:54:57.132Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-09-06T22:54:57.212Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-09-06T22:54:57.667Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-09-06T22:54:57.794Z | Planning: Package planning ... Done (0.127s) |
122 | 2024-09-06T22:54:57.861Z | Planning: Merging actions ... Done (0.068s) |
123 | 2024-09-06T22:54:58.289Z | Planning: Checking for conflicting actions ... Done (0.428s) |
124 | 2024-09-06T22:54:59.427Z | Planning: Consolidating action changes ... Done (1.136s) |
125 | 2024-09-06T22:54:59.854Z | Planning: Evaluating mediators ... Done (0.427s) |
126 | 2024-09-06T22:54:59.954Z | Planning: Planning completed in 5.75 seconds |
127 | 2024-09-06T22:54:59.978Z | Packages to install: 4 |
128 | 2024-09-06T22:54:59.978Z | Packages to update: 1 |
129 | 2024-09-06T22:54:59.978Z | Mediators to change: 2 |
130 | 2024-09-06T22:54:59.978Z | Services to change: 1 |
131 | 2024-09-06T22:54:59.978Z | Estimated space available: 148.82 GB |
132 | 2024-09-06T22:54:59.978Z | Estimated space to be consumed: 1.53 GB |
133 | 2024-09-06T22:54:59.978Z | Create boot environment: No |
134 | 2024-09-06T22:54:59.978Z | Create backup boot environment: Yes |
135 | 2024-09-06T22:54:59.978Z | Rebuild boot archive: No |
136 | 2024-09-06T22:54:59.978Z | |
137 | 2024-09-06T22:54:59.978Z | Changed mediators: |
138 | 2024-09-06T22:54:59.978Z | mediator clang: |
139 | 2024-09-06T22:54:59.979Z | version: None -> 15 (system default) |
140 | 2024-09-06T22:54:59.979Z | |
141 | 2024-09-06T22:54:59.979Z | mediator llvm: |
142 | 2024-09-06T22:54:59.979Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-09-06T22:54:59.979Z | |
144 | 2024-09-06T22:54:59.979Z | Changed packages: |
145 | 2024-09-06T22:54:59.979Z | helios-dev |
146 | 2024-09-06T22:54:59.979Z | developer/build-essential |
147 | 2024-09-06T22:54:59.979Z | None -> 11-2.0 |
148 | 2024-09-06T22:54:59.979Z | library/libxmlsec1 |
149 | 2024-09-06T22:54:59.979Z | None -> 1.2.35-2.0 |
150 | 2024-09-06T22:54:59.979Z | ooce/developer/clang-15 |
151 | 2024-09-06T22:54:59.979Z | None -> 15.0.7-2.0 |
152 | 2024-09-06T22:54:59.979Z | ooce/developer/llvm-15 |
153 | 2024-09-06T22:54:59.979Z | None -> 15.0.7-2.0 |
154 | 2024-09-06T22:54:59.979Z | package/pkg |
155 | 2024-09-06T22:54:59.979Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-09-06T22:54:59.979Z | |
157 | 2024-09-06T22:54:59.979Z | Services: |
158 | 2024-09-06T22:54:59.979Z | restart_fmri: |
159 | 2024-09-06T22:54:59.979Z | svc:/system/update-man-index:default |
160 | 2024-09-06T22:54:59.979Z | |
161 | 2024-09-06T22:54:59.979Z | Editable files to change: |
162 | 2024-09-06T22:54:59.979Z | Update: |
163 | 2024-09-06T22:54:59.979Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-09-06T22:55:00.051Z | |
165 | 2024-09-06T22:55:00.051Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-09-06T22:55:05.064Z | Download: 1012/4281 items 19.5/220.6MB 8% complete (4.0M/s) |
167 | 2024-09-06T22:55:10.064Z | Download: 1261/4281 items 95.9/220.6MB 43% complete (9.5M/s) |
168 | 2024-09-06T22:55:15.090Z | Download: 2313/4281 items 119.9/220.6MB 54% complete (10.1M/s) |
169 | 2024-09-06T22:55:20.097Z | Download: 3060/4281 items 121.4/220.6MB 55% complete (2.9M/s) |
170 | 2024-09-06T22:55:25.100Z | Download: 3263/4281 items 207.3/220.6MB 93% complete (8.6M/s) |
171 | 2024-09-06T22:55:30.110Z | Download: 3575/4281 items 215.8/220.6MB 97% complete (9.4M/s) |
172 | 2024-09-06T22:55:34.967Z | Download: Completed 220.60 MB in 34.91 seconds (6.3M/s) |
173 | 2024-09-06T22:55:36.490Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-09-06T22:55:36.514Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-09-06T22:55:41.503Z | Actions: 3011/5063 actions (Installing new actions) |
176 | 2024-09-06T22:55:42.253Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-09-06T22:55:42.633Z | Actions: Completed 5063 actions in 6.14 seconds. |
178 | 2024-09-06T22:55:43.055Z | Done (0.409s) |
179 | 2024-09-06T22:55:43.081Z | Done (0.000s) |
180 | 2024-09-06T22:55:43.530Z | Done (0.477s) |
181 | 2024-09-06T22:55:48.714Z | Done (5.045s) |
182 | 2024-09-06T22:55:48.819Z | Done (0.019s) |
183 | 2024-09-06T22:55:48.843Z | Done (0.000s) |
184 | 2024-09-06T22:55:49.022Z | Done (0.000s) |
185 | 2024-09-06T22:55:49.783Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-09-06T22:55:50.056Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-09-06T22:55:50.080Z | Planning: Consolidating action changes ... Done |
188 | 2024-09-06T22:55:50.412Z | Planning: Evaluating mediators ... Done |
189 | 2024-09-06T22:55:50.436Z | Planning: Planning completed in 0.63 seconds |
190 | 2024-09-06T22:55:50.459Z | Mediators to change: 2 |
191 | 2024-09-06T22:55:50.459Z | Create boot environment: No |
192 | 2024-09-06T22:55:50.459Z | Create backup boot environment: No |
193 | 2024-09-06T22:55:50.517Z | Done |
194 | 2024-09-06T22:55:50.517Z | Done |
195 | 2024-09-06T22:55:50.855Z | Done |
196 | 2024-09-06T22:55:55.376Z | Done |
197 | 2024-09-06T22:55:55.477Z | Done |
198 | 2024-09-06T22:55:55.501Z | Done |
199 | 2024-09-06T22:55:55.546Z | Done |
200 | 2024-09-06T22:55:56.339Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-09-06T22:55:56.363Z | Planning: Merging actions ... Done |
202 | 2024-09-06T22:55:56.630Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-09-06T22:55:56.654Z | Planning: Consolidating action changes ... Done |
204 | 2024-09-06T22:55:56.954Z | Planning: Evaluating mediators ... Done |
205 | 2024-09-06T22:55:57.020Z | Planning: Planning completed in 0.99 seconds |
206 | 2024-09-06T22:55:57.066Z | Packages to change: 1 |
207 | 2024-09-06T22:55:57.066Z | Mediators to change: 1 |
208 | 2024-09-06T22:55:57.066Z | Services to change: 1 |
209 | 2024-09-06T22:55:57.066Z | Create boot environment: No |
210 | 2024-09-06T22:55:57.066Z | Create backup boot environment: Yes |
211 | 2024-09-06T22:55:58.633Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-09-06T22:55:58.657Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-09-06T22:55:58.657Z | Done |
214 | 2024-09-06T22:55:58.657Z | Done |
215 | 2024-09-06T22:55:58.730Z | Done |
216 | 2024-09-06T22:56:03.217Z | Done |
217 | 2024-09-06T22:56:03.313Z | Done |
218 | 2024-09-06T22:56:03.337Z | Done |
219 | 2024-09-06T22:56:03.403Z | Done |
220 | 2024-09-06T22:56:03.939Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-09-06T22:56:03.939Z | clang system 15 system |
222 | 2024-09-06T22:56:03.940Z | csh system system illumos |
223 | 2024-09-06T22:56:03.940Z | ctags system system illumos |
224 | 2024-09-06T22:56:03.940Z | gcc vendor 12 vendor |
225 | 2024-09-06T22:56:03.940Z | gcc system 10 system |
226 | 2024-09-06T22:56:03.940Z | gcc system 7 system |
227 | 2024-09-06T22:56:03.940Z | go system 1.20 system |
228 | 2024-09-06T22:56:03.940Z | go system 1.19 system |
229 | 2024-09-06T22:56:03.940Z | llvm system 15 system |
230 | 2024-09-06T22:56:03.940Z | llvm system 14 system |
231 | 2024-09-06T22:56:03.940Z | mariadb system 10.6 system |
232 | 2024-09-06T22:56:03.940Z | mta vendor vendor dma |
233 | 2024-09-06T22:56:03.940Z | openjdk system 17 system |
234 | 2024-09-06T22:56:03.940Z | openjdk system 11 system |
235 | 2024-09-06T22:56:03.940Z | openjdk system 1.8 system |
236 | 2024-09-06T22:56:03.940Z | openssl vendor 3 vendor |
237 | 2024-09-06T22:56:03.940Z | perl system 5.36 system |
238 | 2024-09-06T22:56:03.940Z | postgresql system 15 system |
239 | 2024-09-06T22:56:03.940Z | postgresql system 13 system |
240 | 2024-09-06T22:56:03.940Z | python vendor 3 vendor |
241 | 2024-09-06T22:56:03.940Z | python system 2 system |
242 | 2024-09-06T22:56:03.940Z | python3 system 3.11 system |
243 | 2024-09-06T22:56:03.940Z | ruby system 3.0 system |
244 | 2024-09-06T22:56:03.940Z | words vendor vendor american-english |
245 | 2024-09-06T22:56:03.940Z | words system system australian-english |
246 | 2024-09-06T22:56:03.940Z | words system system british-english |
247 | 2024-09-06T22:56:03.940Z | words system system canadian-english |
248 | 2024-09-06T22:56:03.940Z | words system system french |
249 | 2024-09-06T22:56:03.940Z | words system system italian |
250 | 2024-09-06T22:56:03.940Z | words system system ngerman |
251 | 2024-09-06T22:56:03.940Z | words system system ogerman |
252 | 2024-09-06T22:56:03.940Z | words system system spanish |
253 | 2024-09-06T22:56:04.337Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-09-06T22:56:04.337Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-09-06T22:56:06.575Z | FMRI IFO |
256 | 2024-09-06T22:56:06.575Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-09-06T22:56:06.575Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-09-06T22:56:06.575Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-09-06T22:56:06.575Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-09-06T22:56:06.575Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-09-06T22:56:06.575Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-09-06T22:56:06.575Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-09-06T22:56:06.575Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-09-06T22:56:06.575Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-09-06T22:56:06.575Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-09-06T22:56:06.575Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-09-06T22:56:06.575Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
268 | 2024-09-06T22:56:06.575Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
269 | 2024-09-06T22:56:07.303Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
270 | 2024-09-06T22:56:07.690Z | Updating crates.io index |
271 | 2024-09-06T22:56:07.753Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
272 | 2024-09-06T22:56:08.622Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-09-06T22:56:09.509Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-09-06T22:56:09.855Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
275 | 2024-09-06T22:56:11.568Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-09-06T22:56:11.866Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-09-06T22:56:12.181Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-09-06T22:56:13.428Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-09-06T22:56:15.607Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-09-06T22:56:16.688Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-09-06T22:56:17.418Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-09-06T22:56:17.787Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-09-06T22:56:18.403Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-09-06T22:56:18.944Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
285 | 2024-09-06T22:56:19.337Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
286 | 2024-09-06T22:56:19.822Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
287 | 2024-09-06T22:56:20.419Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2024-09-06T22:56:20.774Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2024-09-06T22:56:21.125Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2024-09-06T22:56:21.438Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2024-09-06T22:56:21.804Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
292 | 2024-09-06T22:56:22.280Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-09-06T22:56:22.667Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-09-06T22:56:23.064Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-09-06T22:56:23.389Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-09-06T22:56:23.956Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-09-06T22:56:24.559Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-09-06T22:56:25.223Z | Updating git repository `https://github.com/oxidecomputer/typify` |
299 | 2024-09-06T22:56:27.697Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-09-06T22:56:28.044Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-09-06T22:56:28.432Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-09-06T22:56:28.900Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
303 | 2024-09-06T22:56:30.291Z | Downloading crates ... |
304 | 2024-09-06T22:56:30.354Z | Downloaded autocfg v1.3.0 |
305 | 2024-09-06T22:56:30.378Z | Downloaded utf8parse v0.2.1 |
306 | 2024-09-06T22:56:30.403Z | Downloaded version_check v0.9.5 |
307 | 2024-09-06T22:56:30.403Z | Downloaded zerocopy-derive v0.7.34 |
308 | 2024-09-06T22:56:30.403Z | Downloaded unicode-ident v1.0.12 |
309 | 2024-09-06T22:56:30.427Z | Downloaded zerocopy v0.7.34 |
310 | 2024-09-06T22:56:30.451Z | Downloaded tabled v0.15.0 |
311 | 2024-09-06T22:56:30.475Z | Downloaded unicode-width v0.1.13 |
312 | 2024-09-06T22:56:30.475Z | Downloaded rustix v0.38.34 |
313 | 2024-09-06T22:56:30.499Z | Downloaded libc v0.2.158 |
314 | 2024-09-06T22:56:30.522Z | Downloaded syn v2.0.74 |
315 | 2024-09-06T22:56:30.546Z | Downloaded syn v1.0.109 |
316 | 2024-09-06T22:56:30.546Z | Downloaded serde_json v1.0.125 |
317 | 2024-09-06T22:56:30.570Z | Downloaded hashbrown v0.14.5 |
318 | 2024-09-06T22:56:30.570Z | Downloaded goblin v0.8.2 |
319 | 2024-09-06T22:56:30.570Z | Downloaded winnow v0.6.18 |
320 | 2024-09-06T22:56:30.594Z | Downloaded serde v1.0.208 |
321 | 2024-09-06T22:56:30.594Z | Downloaded ryu v1.0.18 |
322 | 2024-09-06T22:56:30.594Z | Downloaded pest v2.7.10 |
323 | 2024-09-06T22:56:30.594Z | Downloaded papergrid v0.11.0 |
324 | 2024-09-06T22:56:30.594Z | Downloaded memchr v2.7.2 |
325 | 2024-09-06T22:56:30.618Z | Downloaded clap_builder v4.5.15 |
326 | 2024-09-06T22:56:30.619Z | Downloaded typenum v1.17.0 |
327 | 2024-09-06T22:56:30.619Z | Downloaded toml_edit v0.22.20 |
328 | 2024-09-06T22:56:30.642Z | Downloaded toml_datetime v0.6.8 |
329 | 2024-09-06T22:56:30.642Z | Downloaded thread-id v4.2.1 |
330 | 2024-09-06T22:56:30.642Z | Downloaded thiserror v1.0.63 |
331 | 2024-09-06T22:56:30.642Z | Downloaded textwrap v0.16.1 |
332 | 2024-09-06T22:56:30.642Z | Downloaded terminal_size v0.3.0 |
333 | 2024-09-06T22:56:30.666Z | Downloaded tabled_derive v0.7.0 |
334 | 2024-09-06T22:56:30.666Z | Downloaded smawk v0.3.2 |
335 | 2024-09-06T22:56:30.666Z | Downloaded serde_tokenstream v0.2.2 |
336 | 2024-09-06T22:56:30.666Z | Downloaded serde_derive v1.0.208 |
337 | 2024-09-06T22:56:30.666Z | Downloaded scroll_derive v0.12.0 |
338 | 2024-09-06T22:56:30.666Z | Downloaded quote v1.0.36 |
339 | 2024-09-06T22:56:30.666Z | Downloaded pest_meta v2.7.10 |
340 | 2024-09-06T22:56:30.666Z | Downloaded pest_derive v2.7.10 |
341 | 2024-09-06T22:56:30.666Z | Downloaded log v0.4.21 |
342 | 2024-09-06T22:56:30.666Z | Downloaded indexmap v2.4.0 |
343 | 2024-09-06T22:56:30.666Z | Downloaded errno v0.3.9 |
344 | 2024-09-06T22:56:30.666Z | Downloaded digest v0.10.7 |
345 | 2024-09-06T22:56:30.691Z | Downloaded serde_spanned v0.6.7 |
346 | 2024-09-06T22:56:30.691Z | Downloaded proc-macro-error-attr v1.0.4 |
347 | 2024-09-06T22:56:30.691Z | Downloaded proc-macro-error v1.0.4 |
348 | 2024-09-06T22:56:30.691Z | Downloaded pretty-hex v0.4.1 |
349 | 2024-09-06T22:56:30.691Z | Downloaded plain v0.2.3 |
350 | 2024-09-06T22:56:30.691Z | Downloaded pest_generator v2.7.10 |
351 | 2024-09-06T22:56:30.691Z | Downloaded usdt-macro v0.5.0 |
352 | 2024-09-06T22:56:30.691Z | Downloaded usdt-impl v0.5.0 |
353 | 2024-09-06T22:56:30.691Z | Downloaded usdt-attr-macro v0.5.0 |
354 | 2024-09-06T22:56:30.691Z | Downloaded usdt v0.5.0 |
355 | 2024-09-06T22:56:30.691Z | Downloaded unicode-linebreak v0.1.5 |
356 | 2024-09-06T22:56:30.691Z | Downloaded ucd-trie v0.1.6 |
357 | 2024-09-06T22:56:30.691Z | Downloaded toml v0.8.19 |
358 | 2024-09-06T22:56:30.691Z | Downloaded thiserror-impl v1.0.63 |
359 | 2024-09-06T22:56:30.691Z | Downloaded tempfile v3.10.1 |
360 | 2024-09-06T22:56:30.715Z | Downloaded swrite v0.1.0 |
361 | 2024-09-06T22:56:30.715Z | Downloaded strsim v0.11.1 |
362 | 2024-09-06T22:56:30.715Z | Downloaded sha2 v0.10.8 |
363 | 2024-09-06T22:56:30.715Z | Downloaded semver v1.0.23 |
364 | 2024-09-06T22:56:30.715Z | Downloaded scroll v0.12.0 |
365 | 2024-09-06T22:56:30.715Z | Downloaded proc-macro2 v1.0.86 |
366 | 2024-09-06T22:56:30.715Z | Downloaded once_cell v1.19.0 |
367 | 2024-09-06T22:56:30.716Z | Downloaded memmap v0.7.0 |
368 | 2024-09-06T22:56:30.716Z | Downloaded macaddr v1.0.1 |
369 | 2024-09-06T22:56:30.716Z | Downloaded is_terminal_polyfill v1.70.0 |
370 | 2024-09-06T22:56:30.716Z | Downloaded heck v0.5.0 |
371 | 2024-09-06T22:56:30.716Z | Downloaded heck v0.4.1 |
372 | 2024-09-06T22:56:30.716Z | Downloaded generic-array v0.14.7 |
373 | 2024-09-06T22:56:30.716Z | Downloaded fs-err v2.11.0 |
374 | 2024-09-06T22:56:30.716Z | Downloaded fnv v1.0.7 |
375 | 2024-09-06T22:56:30.740Z | Downloaded fastrand v2.1.0 |
376 | 2024-09-06T22:56:30.740Z | Downloaded equivalent v1.0.1 |
377 | 2024-09-06T22:56:30.740Z | Downloaded dtrace-parser v0.2.0 |
378 | 2024-09-06T22:56:30.740Z | Downloaded dof v0.3.0 |
379 | 2024-09-06T22:56:30.740Z | Downloaded crypto-common v0.1.6 |
380 | 2024-09-06T22:56:30.740Z | Downloaded cpufeatures v0.2.12 |
381 | 2024-09-06T22:56:30.740Z | Downloaded colorchoice v1.0.1 |
382 | 2024-09-06T22:56:30.740Z | Downloaded clap_lex v0.7.0 |
383 | 2024-09-06T22:56:30.740Z | Downloaded clap_derive v4.5.13 |
384 | 2024-09-06T22:56:30.740Z | Downloaded clap v4.5.16 |
385 | 2024-09-06T22:56:30.740Z | Downloaded cfg-if v1.0.0 |
386 | 2024-09-06T22:56:30.740Z | Downloaded cargo_toml v0.20.4 |
387 | 2024-09-06T22:56:30.740Z | Downloaded cargo_metadata v0.18.1 |
388 | 2024-09-06T22:56:30.764Z | Downloaded cargo-platform v0.1.8 |
389 | 2024-09-06T22:56:30.764Z | Downloaded camino-tempfile v1.1.1 |
390 | 2024-09-06T22:56:30.764Z | Downloaded camino v1.1.9 |
391 | 2024-09-06T22:56:30.764Z | Downloaded byteorder v1.5.0 |
392 | 2024-09-06T22:56:30.764Z | Downloaded bytecount v0.6.8 |
393 | 2024-09-06T22:56:30.764Z | Downloaded block-buffer v0.10.4 |
394 | 2024-09-06T22:56:30.764Z | Downloaded bitflags v2.6.0 |
395 | 2024-09-06T22:56:30.764Z | Downloaded anyhow v1.0.86 |
396 | 2024-09-06T22:56:30.764Z | Downloaded anstyle-query v1.0.3 |
397 | 2024-09-06T22:56:30.764Z | Downloaded anstyle-parse v0.2.4 |
398 | 2024-09-06T22:56:30.764Z | Downloaded anstyle v1.0.8 |
399 | 2024-09-06T22:56:30.788Z | Downloaded anstream v0.6.14 |
400 | 2024-09-06T22:56:30.788Z | Downloaded itoa v1.0.11 |
401 | 2024-09-06T22:56:30.898Z | Compiling proc-macro2 v1.0.86 |
402 | 2024-09-06T22:56:30.898Z | Compiling unicode-ident v1.0.12 |
403 | 2024-09-06T22:56:30.898Z | Compiling version_check v0.9.5 |
404 | 2024-09-06T22:56:30.922Z | Compiling serde v1.0.208 |
405 | 2024-09-06T22:56:30.922Z | Compiling memchr v2.7.2 |
406 | 2024-09-06T22:56:30.922Z | Compiling thiserror v1.0.63 |
407 | 2024-09-06T22:56:30.922Z | Compiling libc v0.2.158 |
408 | 2024-09-06T22:56:30.922Z | Compiling itoa v1.0.11 |
409 | 2024-09-06T22:56:31.161Z | Compiling ryu v1.0.18 |
410 | 2024-09-06T22:56:31.185Z | Compiling ucd-trie v0.1.6 |
411 | 2024-09-06T22:56:31.637Z | Compiling once_cell v1.19.0 |
412 | 2024-09-06T22:56:31.707Z | Compiling byteorder v1.5.0 |
413 | 2024-09-06T22:56:31.756Z | Compiling rustix v0.38.34 |
414 | 2024-09-06T22:56:32.043Z | Compiling serde_json v1.0.125 |
415 | 2024-09-06T22:56:32.067Z | Compiling bitflags v2.6.0 |
416 | 2024-09-06T22:56:32.372Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-09-06T22:56:32.482Z | Compiling usdt-impl v0.5.0 |
418 | 2024-09-06T22:56:32.506Z | Compiling syn v1.0.109 |
419 | 2024-09-06T22:56:32.569Z | Compiling quote v1.0.36 |
420 | 2024-09-06T22:56:32.671Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-09-06T22:56:32.714Z | Compiling equivalent v1.0.1 |
422 | 2024-09-06T22:56:32.786Z | Compiling errno v0.3.9 |
423 | 2024-09-06T22:56:32.939Z | Compiling syn v2.0.74 |
424 | 2024-09-06T22:56:33.008Z | Compiling hashbrown v0.14.5 |
425 | 2024-09-06T22:56:33.037Z | Compiling camino v1.1.9 |
426 | 2024-09-06T22:56:33.154Z | Compiling utf8parse v0.2.1 |
427 | 2024-09-06T22:56:33.178Z | Compiling plain v0.2.3 |
428 | 2024-09-06T22:56:33.256Z | Compiling thread-id v4.2.1 |
429 | 2024-09-06T22:56:33.307Z | Compiling log v0.4.21 |
430 | 2024-09-06T22:56:33.335Z | Compiling anstyle-parse v0.2.4 |
431 | 2024-09-06T22:56:33.788Z | Compiling is_terminal_polyfill v1.70.0 |
432 | 2024-09-06T22:56:33.878Z | Compiling pretty-hex v0.4.1 |
433 | 2024-09-06T22:56:33.913Z | Compiling unicode-width v0.1.13 |
434 | 2024-09-06T22:56:34.098Z | Compiling winnow v0.6.18 |
435 | 2024-09-06T22:56:34.123Z | Compiling anstyle v1.0.8 |
436 | 2024-09-06T22:56:34.200Z | Compiling semver v1.0.23 |
437 | 2024-09-06T22:56:34.229Z | Compiling indexmap v2.4.0 |
438 | 2024-09-06T22:56:34.296Z | Compiling autocfg v1.3.0 |
439 | 2024-09-06T22:56:34.580Z | Compiling anstyle-query v1.0.3 |
440 | 2024-09-06T22:56:34.725Z | Compiling colorchoice v1.0.1 |
441 | 2024-09-06T22:56:34.947Z | Compiling anstream v0.6.14 |
442 | 2024-09-06T22:56:35.023Z | Compiling terminal_size v0.3.0 |
443 | 2024-09-06T22:56:35.227Z | Compiling fs-err v2.11.0 |
444 | 2024-09-06T22:56:35.387Z | Compiling fnv v1.0.7 |
445 | 2024-09-06T22:56:35.527Z | Compiling cfg-if v1.0.0 |
446 | 2024-09-06T22:56:35.553Z | Compiling heck v0.5.0 |
447 | 2024-09-06T22:56:35.583Z | Compiling bytecount v0.6.8 |
448 | 2024-09-06T22:56:35.644Z | Compiling fastrand v2.1.0 |
449 | 2024-09-06T22:56:35.683Z | Compiling clap_lex v0.7.0 |
450 | 2024-09-06T22:56:35.706Z | Compiling strsim v0.11.1 |
451 | 2024-09-06T22:56:35.808Z | Compiling heck v0.4.1 |
452 | 2024-09-06T22:56:36.162Z | Compiling anyhow v1.0.86 |
453 | 2024-09-06T22:56:36.189Z | Compiling clap_builder v4.5.15 |
454 | 2024-09-06T22:56:36.273Z | Compiling tempfile v3.10.1 |
455 | 2024-09-06T22:56:36.575Z | Compiling papergrid v0.11.0 |
456 | 2024-09-06T22:56:36.855Z | Compiling memmap v0.7.0 |
457 | 2024-09-06T22:56:36.921Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-09-06T22:56:37.043Z | Compiling smawk v0.3.2 |
459 | 2024-09-06T22:56:37.250Z | Compiling textwrap v0.16.1 |
460 | 2024-09-06T22:56:37.372Z | Compiling swrite v0.1.0 |
461 | 2024-09-06T22:56:38.550Z | Compiling tabled_derive v0.7.0 |
462 | 2024-09-06T22:56:40.142Z | Compiling tabled v0.15.0 |
463 | 2024-09-06T22:56:41.143Z | Compiling serde_derive v1.0.208 |
464 | 2024-09-06T22:56:41.196Z | Compiling thiserror-impl v1.0.63 |
465 | 2024-09-06T22:56:41.196Z | Compiling zerocopy-derive v0.7.34 |
466 | 2024-09-06T22:56:41.236Z | Compiling scroll_derive v0.12.0 |
467 | 2024-09-06T22:56:41.336Z | Compiling clap_derive v4.5.13 |
468 | 2024-09-06T22:56:42.374Z | Compiling scroll v0.12.0 |
469 | 2024-09-06T22:56:42.839Z | Compiling goblin v0.8.2 |
470 | 2024-09-06T22:56:42.994Z | Compiling zerocopy v0.7.34 |
471 | 2024-09-06T22:56:43.583Z | Compiling pest v2.7.10 |
472 | 2024-09-06T22:56:44.452Z | Compiling clap v4.5.16 |
473 | 2024-09-06T22:56:45.660Z | Compiling pest_meta v2.7.10 |
474 | 2024-09-06T22:56:46.703Z | Compiling pest_generator v2.7.10 |
475 | 2024-09-06T22:56:48.437Z | Compiling pest_derive v2.7.10 |
476 | 2024-09-06T22:56:49.049Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-09-06T22:56:50.829Z | Compiling toml_datetime v0.6.8 |
478 | 2024-09-06T22:56:50.829Z | Compiling serde_spanned v0.6.7 |
479 | 2024-09-06T22:56:50.852Z | Compiling cargo-platform v0.1.8 |
480 | 2024-09-06T22:56:51.232Z | Compiling serde_tokenstream v0.2.2 |
481 | 2024-09-06T22:56:51.265Z | Compiling toml_edit v0.22.20 |
482 | 2024-09-06T22:56:51.425Z | Compiling macaddr v1.0.1 |
483 | 2024-09-06T22:56:51.465Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-09-06T22:56:52.259Z | Compiling dof v0.3.0 |
485 | 2024-09-06T22:56:52.259Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-09-06T22:56:54.043Z | Compiling toml v0.8.19 |
487 | 2024-09-06T22:56:54.273Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-09-06T22:56:54.297Z | Compiling usdt-macro v0.5.0 |
489 | 2024-09-06T22:56:54.816Z | Compiling cargo_toml v0.20.4 |
490 | 2024-09-06T22:56:55.503Z | Compiling usdt v0.5.0 |
491 | 2024-09-06T22:56:59.145Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-09-06T22:57:04.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.26s |
493 | 2024-09-06T22:57:04.474Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-09-06T22:57:05.286Z | Downloading crates ... |
495 | 2024-09-06T22:57:05.428Z | Downloaded async-stream-impl v0.3.5 |
496 | 2024-09-06T22:57:05.463Z | Downloaded colored v2.1.0 |
497 | 2024-09-06T22:57:05.463Z | Downloaded is_ci v1.2.0 |
498 | 2024-09-06T22:57:05.495Z | Downloaded http-range v0.1.5 |
499 | 2024-09-06T22:57:05.495Z | Downloaded nodrop v0.1.14 |
500 | 2024-09-06T22:57:05.495Z | Downloaded normalize-line-endings v0.3.0 |
501 | 2024-09-06T22:57:05.495Z | Downloaded num v0.4.3 |
502 | 2024-09-06T22:57:05.495Z | Downloaded nibble_vec v0.1.0 |
503 | 2024-09-06T22:57:05.495Z | Downloaded mime_guess v2.0.4 |
504 | 2024-09-06T22:57:05.496Z | Downloaded miniz_oxide v0.7.2 |
505 | 2024-09-06T22:57:05.521Z | Downloaded rpassword v7.3.1 |
506 | 2024-09-06T22:57:05.521Z | Downloaded sqlparser_derive v0.2.2 |
507 | 2024-09-06T22:57:05.521Z | Downloaded downcast v0.11.0 |
508 | 2024-09-06T22:57:05.522Z | Downloaded fxhash v0.2.1 |
509 | 2024-09-06T22:57:05.522Z | Downloaded peg-runtime v0.8.3 |
510 | 2024-09-06T22:57:05.522Z | Downloaded unicode-xid v0.2.4 |
511 | 2024-09-06T22:57:05.548Z | Downloaded phf_shared v0.10.0 |
512 | 2024-09-06T22:57:05.548Z | Downloaded peg-macros v0.8.4 |
513 | 2024-09-06T22:57:05.548Z | Downloaded tower-service v0.3.2 |
514 | 2024-09-06T22:57:05.549Z | Downloaded try-lock v0.2.5 |
515 | 2024-09-06T22:57:05.549Z | Downloaded smallvec v0.6.14 |
516 | 2024-09-06T22:57:05.577Z | Downloaded slab v0.4.9 |
517 | 2024-09-06T22:57:05.608Z | Downloaded want v0.3.1 |
518 | 2024-09-06T22:57:05.608Z | Downloaded slog-async v2.8.0 |
519 | 2024-09-06T22:57:05.608Z | Downloaded parking_lot_core v0.8.6 |
520 | 2024-09-06T22:57:05.608Z | Downloaded sigpipe v0.1.3 |
521 | 2024-09-06T22:57:05.636Z | Downloaded take_mut v0.2.2 |
522 | 2024-09-06T22:57:05.637Z | Downloaded subtle v2.5.0 |
523 | 2024-09-06T22:57:05.637Z | Downloaded same-file v1.0.6 |
524 | 2024-09-06T22:57:05.637Z | Downloaded openssl-probe v0.1.5 |
525 | 2024-09-06T22:57:05.637Z | Downloaded oso-derive v0.27.3 |
526 | 2024-09-06T22:57:05.637Z | Downloaded tinyvec_macros v0.1.1 |
527 | 2024-09-06T22:57:05.676Z | Downloaded endian-type v0.1.2 |
528 | 2024-09-06T22:57:05.676Z | Downloaded foreign-types-shared v0.1.1 |
529 | 2024-09-06T22:57:05.676Z | Downloaded embedded-io v0.4.0 |
530 | 2024-09-06T22:57:05.676Z | Downloaded number_prefix v0.4.0 |
531 | 2024-09-06T22:57:05.676Z | Downloaded num_threads v0.1.7 |
532 | 2024-09-06T22:57:05.676Z | Downloaded time-core v0.1.2 |
533 | 2024-09-06T22:57:05.676Z | Downloaded pretty-hex v0.2.1 |
534 | 2024-09-06T22:57:05.676Z | Downloaded fallible-streaming-iterator v0.1.9 |
535 | 2024-09-06T22:57:05.676Z | Downloaded num-complex v0.4.6 |
536 | 2024-09-06T22:57:05.677Z | Downloaded thread_local v1.1.8 |
537 | 2024-09-06T22:57:05.677Z | Downloaded ref-cast-impl v1.0.23 |
538 | 2024-09-06T22:57:05.677Z | Downloaded postcard v1.0.8 |
539 | 2024-09-06T22:57:05.705Z | Downloaded rustls-pemfile v1.0.4 |
540 | 2024-09-06T22:57:05.705Z | Downloaded rustls-pki-types v1.7.0 |
541 | 2024-09-06T22:57:05.705Z | Downloaded rtoolbox v0.0.2 |
542 | 2024-09-06T22:57:05.705Z | Downloaded typed-path v0.7.1 |
543 | 2024-09-06T22:57:05.733Z | Downloaded num-traits v0.2.19 |
544 | 2024-09-06T22:57:05.733Z | Downloaded num-bigint-dig v0.8.4 |
545 | 2024-09-06T22:57:05.734Z | Downloaded rcgen v0.12.1 |
546 | 2024-09-06T22:57:05.734Z | Downloaded reedline v0.33.0 |
547 | 2024-09-06T22:57:05.761Z | Downloaded rustls-webpki v0.102.4 |
548 | 2024-09-06T22:57:05.787Z | Downloaded rusqlite v0.31.0 |
549 | 2024-09-06T22:57:05.815Z | Downloaded regex-syntax v0.6.29 |
550 | 2024-09-06T22:57:05.815Z | Downloaded polar-core v0.27.3 |
551 | 2024-09-06T22:57:05.844Z | Downloaded rustls v0.21.12 |
552 | 2024-09-06T22:57:05.844Z | Downloaded rustls v0.22.4 |
553 | 2024-09-06T22:57:05.869Z | Downloaded petgraph v0.6.5 |
554 | 2024-09-06T22:57:05.894Z | Downloaded diesel v2.2.3 |
555 | 2024-09-06T22:57:05.918Z | Downloaded ratatui v0.28.0 |
556 | 2024-09-06T22:57:05.945Z | Downloaded regex-automata v0.4.6 |
557 | 2024-09-06T22:57:05.971Z | Downloaded encoding_rs v0.8.34 |
558 | 2024-09-06T22:57:05.995Z | Downloaded tokio v1.39.3 |
559 | 2024-09-06T22:57:06.040Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
560 | 2024-09-06T22:57:06.116Z | Downloaded sha3 v0.10.8 |
561 | 2024-09-06T22:57:06.140Z | Downloaded smoltcp v0.11.0 |
562 | 2024-09-06T22:57:06.167Z | Downloaded nix v0.29.0 |
563 | 2024-09-06T22:57:06.167Z | Downloaded finl_unicode v1.2.0 |
564 | 2024-09-06T22:57:06.190Z | Downloaded webpki-roots v0.25.4 |
565 | 2024-09-06T22:57:06.190Z | Downloaded smoltcp v0.9.1 |
566 | 2024-09-06T22:57:06.215Z | Downloaded nix v0.28.0 |
567 | 2024-09-06T22:57:06.240Z | Downloaded nix v0.27.1 |
568 | 2024-09-06T22:57:06.265Z | Downloaded ring v0.17.8 |
569 | 2024-09-06T22:57:06.359Z | Downloaded rayon v1.10.0 |
570 | 2024-09-06T22:57:06.384Z | Downloaded proptest v1.5.0 |
571 | 2024-09-06T22:57:06.408Z | Downloaded libz-sys v1.1.16 |
572 | 2024-09-06T22:57:06.471Z | Downloaded zerocopy-derive v0.6.6 |
573 | 2024-09-06T22:57:06.494Z | Downloaded dropshot v0.10.1 |
574 | 2024-09-06T22:57:06.521Z | Downloaded ring v0.16.20 |
575 | 2024-09-06T22:57:06.599Z | Downloaded idna v0.5.0 |
576 | 2024-09-06T22:57:06.623Z | Downloaded idna v0.3.0 |
577 | 2024-09-06T22:57:06.623Z | Downloaded csv v1.3.0 |
578 | 2024-09-06T22:57:06.649Z | Downloaded libsqlite3-sys v0.28.0 |
579 | 2024-09-06T22:57:06.740Z | Downloaded regress v0.9.1 |
580 | 2024-09-06T22:57:06.763Z | Downloaded regex-syntax v0.8.4 |
581 | 2024-09-06T22:57:06.763Z | Downloaded regex v1.10.6 |
582 | 2024-09-06T22:57:06.787Z | Downloaded p384 v0.13.0 |
583 | 2024-09-06T22:57:06.787Z | Downloaded openssl v0.10.66 |
584 | 2024-09-06T22:57:06.811Z | Downloaded openapiv3 v2.0.0 |
585 | 2024-09-06T22:57:06.835Z | Downloaded winnow v0.5.40 |
586 | 2024-09-06T22:57:06.835Z | Downloaded sled v0.34.7 |
587 | 2024-09-06T22:57:06.859Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
588 | 2024-09-06T22:57:06.859Z | Downloaded rustls-webpki v0.101.7 |
589 | 2024-09-06T22:57:06.883Z | Downloaded reqwest v0.11.27 |
590 | 2024-09-06T22:57:06.907Z | Downloaded object v0.32.2 |
591 | 2024-09-06T22:57:06.907Z | Downloaded portable-atomic v1.6.0 |
592 | 2024-09-06T22:57:06.907Z | Downloaded serde_with v3.9.0 |
593 | 2024-09-06T22:57:06.931Z | Downloaded idna v0.4.0 |
594 | 2024-09-06T22:57:06.931Z | Downloaded idna v0.2.3 |
595 | 2024-09-06T22:57:06.954Z | Downloaded prettyplease v0.2.20 |
596 | 2024-09-06T22:57:06.955Z | Downloaded heapless v0.8.0 |
597 | 2024-09-06T22:57:06.955Z | Downloaded object v0.30.4 |
598 | 2024-09-06T22:57:06.978Z | Downloaded h2 v0.3.26 |
599 | 2024-09-06T22:57:06.978Z | Downloaded rayon-core v1.12.1 |
600 | 2024-09-06T22:57:06.978Z | Downloaded time v0.3.36 |
601 | 2024-09-06T22:57:06.978Z | Downloaded tokio-util v0.7.11 |
602 | 2024-09-06T22:57:07.002Z | Downloaded fatfs v0.3.6 |
603 | 2024-09-06T22:57:07.002Z | Downloaded der v0.7.9 |
604 | 2024-09-06T22:57:07.002Z | Downloaded libxml v0.3.3 |
605 | 2024-09-06T22:57:07.027Z | Downloaded lalrpop v0.19.12 |
606 | 2024-09-06T22:57:07.027Z | Downloaded itertools v0.13.0 |
607 | 2024-09-06T22:57:07.027Z | Downloaded num-rational v0.4.2 |
608 | 2024-09-06T22:57:07.052Z | Downloaded p256 v0.13.2 |
609 | 2024-09-06T22:57:07.052Z | Downloaded oso v0.27.3 |
610 | 2024-09-06T22:57:07.052Z | Downloaded tar v0.4.41 |
611 | 2024-09-06T22:57:07.052Z | Downloaded trust-dns-proto v0.22.0 |
612 | 2024-09-06T22:57:07.076Z | Downloaded tokio-postgres v0.7.11 |
613 | 2024-09-06T22:57:07.076Z | Downloaded elliptic-curve v0.13.8 |
614 | 2024-09-06T22:57:07.076Z | Downloaded powerfmt v0.2.0 |
615 | 2024-09-06T22:57:07.076Z | Downloaded postgres-types v0.2.7 |
616 | 2024-09-06T22:57:07.076Z | Downloaded postgres-protocol v0.6.7 |
617 | 2024-09-06T22:57:07.076Z | Downloaded hickory-client v0.24.1 |
618 | 2024-09-06T22:57:07.100Z | Downloaded test-strategy v0.3.1 |
619 | 2024-09-06T22:57:07.100Z | Downloaded signal-hook v0.3.17 |
620 | 2024-09-06T22:57:07.100Z | Downloaded vcpkg v0.2.15 |
621 | 2024-09-06T22:57:07.137Z | Downloaded hickory-proto v0.24.1 |
622 | 2024-09-06T22:57:07.161Z | Downloaded rustls-pemfile v2.1.3 |
623 | 2024-09-06T22:57:07.161Z | Downloaded psl-types v2.0.11 |
624 | 2024-09-06T22:57:07.161Z | Downloaded proc-macro-crate v1.3.1 |
625 | 2024-09-06T22:57:07.185Z | Downloaded primeorder v0.13.6 |
626 | 2024-09-06T22:57:07.185Z | Downloaded ppv-lite86 v0.2.17 |
627 | 2024-09-06T22:57:07.185Z | Downloaded tungstenite v0.23.0 |
628 | 2024-09-06T22:57:07.185Z | Downloaded fallible-iterator v0.3.0 |
629 | 2024-09-06T22:57:07.185Z | Downloaded tls_codec v0.4.1 |
630 | 2024-09-06T22:57:07.185Z | Downloaded predicates v3.1.2 |
631 | 2024-09-06T22:57:07.185Z | Downloaded expectorate v1.1.0 |
632 | 2024-09-06T22:57:07.186Z | Downloaded owo-colors v4.0.0 |
633 | 2024-09-06T22:57:07.186Z | Downloaded rustyline v14.0.0 |
634 | 2024-09-06T22:57:07.209Z | Downloaded ed25519-dalek v2.1.1 |
635 | 2024-09-06T22:57:07.209Z | Downloaded ref-cast v1.0.23 |
636 | 2024-09-06T22:57:07.209Z | Downloaded time-macros v0.2.18 |
637 | 2024-09-06T22:57:07.209Z | Downloaded num_enum_derive v0.5.11 |
638 | 2024-09-06T22:57:07.209Z | Downloaded num-iter v0.1.45 |
639 | 2024-09-06T22:57:07.209Z | Downloaded num-integer v0.1.46 |
640 | 2024-09-06T22:57:07.209Z | Downloaded num-derive v0.4.2 |
641 | 2024-09-06T22:57:07.209Z | Downloaded toml v0.7.8 |
642 | 2024-09-06T22:57:07.210Z | Downloaded flume v0.11.0 |
643 | 2024-09-06T22:57:07.233Z | Downloaded heapless v0.7.17 |
644 | 2024-09-06T22:57:07.233Z | Downloaded gimli v0.28.1 |
645 | 2024-09-06T22:57:07.233Z | Downloaded thiserror-no-std v2.0.2 |
646 | 2024-09-06T22:57:07.233Z | Downloaded thiserror-impl-no-std v2.0.2 |
647 | 2024-09-06T22:57:07.257Z | Downloaded tokio-tungstenite v0.21.0 |
648 | 2024-09-06T22:57:07.257Z | Downloaded heck v0.3.3 |
649 | 2024-09-06T22:57:07.257Z | Downloaded tls_codec_derive v0.4.1 |
650 | 2024-09-06T22:57:07.257Z | Downloaded termcolor v1.4.1 |
651 | 2024-09-06T22:57:07.257Z | Downloaded term v0.7.0 |
652 | 2024-09-06T22:57:07.257Z | Downloaded x509-cert v0.2.5 |
653 | 2024-09-06T22:57:07.257Z | Downloaded radix_trie v0.2.1 |
654 | 2024-09-06T22:57:07.281Z | Downloaded twox-hash v1.6.3 |
655 | 2024-09-06T22:57:07.282Z | Downloaded tokio-tungstenite v0.23.1 |
656 | 2024-09-06T22:57:07.282Z | Downloaded tokio-tungstenite v0.20.1 |
657 | 2024-09-06T22:57:07.282Z | Downloaded tokio-stream v0.1.15 |
658 | 2024-09-06T22:57:07.282Z | Downloaded funty v2.0.0 |
659 | 2024-09-06T22:57:07.282Z | Downloaded fragile v2.0.0 |
660 | 2024-09-06T22:57:07.282Z | Downloaded form_urlencoded v1.2.1 |
661 | 2024-09-06T22:57:07.282Z | Downloaded fd-lock v4.0.2 |
662 | 2024-09-06T22:57:07.282Z | Downloaded diesel_derives v2.2.2 |
663 | 2024-09-06T22:57:07.306Z | Downloaded ena v0.14.3 |
664 | 2024-09-06T22:57:07.306Z | Downloaded der_derive v0.7.2 |
665 | 2024-09-06T22:57:07.306Z | Downloaded predicates-tree v1.0.9 |
666 | 2024-09-06T22:57:07.306Z | Downloaded predicates-core v1.0.6 |
667 | 2024-09-06T22:57:07.306Z | Downloaded precomputed-hash v0.1.1 |
668 | 2024-09-06T22:57:07.306Z | Downloaded num_enum v0.5.11 |
669 | 2024-09-06T22:57:07.306Z | Downloaded tokio-rustls v0.25.0 |
670 | 2024-09-06T22:57:07.306Z | Downloaded tokio-rustls v0.24.1 |
671 | 2024-09-06T22:57:07.306Z | Downloaded subprocess v0.2.9 |
672 | 2024-09-06T22:57:07.306Z | Downloaded p521 v0.13.3 |
673 | 2024-09-06T22:57:07.330Z | Downloaded hyper v0.14.30 |
674 | 2024-09-06T22:57:07.330Z | Downloaded num-conv v0.1.0 |
675 | 2024-09-06T22:57:07.330Z | Downloaded hex-literal v0.4.1 |
676 | 2024-09-06T22:57:07.330Z | Downloaded hex v0.4.3 |
677 | 2024-09-06T22:57:07.330Z | Downloaded termios v0.3.3 |
678 | 2024-09-06T22:57:07.330Z | Downloaded shell-words v1.1.0 |
679 | 2024-09-06T22:57:07.330Z | Downloaded erased-serde v0.3.31 |
680 | 2024-09-06T22:57:07.330Z | Downloaded env_logger v0.10.2 |
681 | 2024-09-06T22:57:07.354Z | Downloaded env_logger v0.9.3 |
682 | 2024-09-06T22:57:07.354Z | Downloaded tinyvec v1.6.0 |
683 | 2024-09-06T22:57:07.354Z | Downloaded openssl-sys v0.9.103 |
684 | 2024-09-06T22:57:07.354Z | Downloaded schemars v0.8.21 |
685 | 2024-09-06T22:57:07.378Z | Downloaded samael v0.0.15 |
686 | 2024-09-06T22:57:07.378Z | Downloaded headers v0.3.9 |
687 | 2024-09-06T22:57:07.378Z | Downloaded nom v7.1.3 |
688 | 2024-09-06T22:57:07.402Z | Downloaded itertools v0.10.5 |
689 | 2024-09-06T22:57:07.402Z | Downloaded unarray v0.1.4 |
690 | 2024-09-06T22:57:07.402Z | Downloaded tokio-native-tls v0.3.1 |
691 | 2024-09-06T22:57:07.402Z | Downloaded tokio-macros v2.4.0 |
692 | 2024-09-06T22:57:07.402Z | Downloaded foreign-types-shared v0.3.1 |
693 | 2024-09-06T22:57:07.402Z | Downloaded omicron-zone-package v0.11.0 |
694 | 2024-09-06T22:57:07.402Z | Downloaded tap v1.0.1 |
695 | 2024-09-06T22:57:07.402Z | Downloaded serde_yaml v0.9.34+deprecated |
696 | 2024-09-06T22:57:07.402Z | Downloaded either v1.13.0 |
697 | 2024-09-06T22:57:07.426Z | Downloaded curve25519-dalek v4.1.3 |
698 | 2024-09-06T22:57:07.426Z | Downloaded fallible-iterator v0.2.0 |
699 | 2024-09-06T22:57:07.426Z | Downloaded enum-as-inner v0.6.0 |
700 | 2024-09-06T22:57:07.426Z | Downloaded enum-as-inner v0.5.1 |
701 | 2024-09-06T22:57:07.426Z | Downloaded shlex v1.3.0 |
702 | 2024-09-06T22:57:07.426Z | Downloaded deranged v0.3.11 |
703 | 2024-09-06T22:57:07.426Z | Downloaded defmt-parser v0.3.4 |
704 | 2024-09-06T22:57:07.426Z | Downloaded darling_core v0.20.9 |
705 | 2024-09-06T22:57:07.450Z | Downloaded zip v0.6.6 |
706 | 2024-09-06T22:57:07.450Z | Downloaded tungstenite v0.21.0 |
707 | 2024-09-06T22:57:07.450Z | Downloaded tungstenite v0.20.1 |
708 | 2024-09-06T22:57:07.450Z | Downloaded tiny-keccak v2.0.2 |
709 | 2024-09-06T22:57:07.450Z | Downloaded scheduled-thread-pool v0.2.7 |
710 | 2024-09-06T22:57:07.451Z | Downloaded rusty-fork v0.3.0 |
711 | 2024-09-06T22:57:07.451Z | Downloaded zerocopy v0.6.6 |
712 | 2024-09-06T22:57:07.451Z | Downloaded polyval v0.6.2 |
713 | 2024-09-06T22:57:07.475Z | Downloaded poly1305 v0.8.0 |
714 | 2024-09-06T22:57:07.475Z | Downloaded socket2 v0.5.7 |
715 | 2024-09-06T22:57:07.475Z | Downloaded minimal-lexical v0.2.1 |
716 | 2024-09-06T22:57:07.475Z | Downloaded termtree v0.4.1 |
717 | 2024-09-06T22:57:07.475Z | Downloaded sha1 v0.10.6 |
718 | 2024-09-06T22:57:07.475Z | Downloaded defmt-macros v0.3.9 |
719 | 2024-09-06T22:57:07.475Z | Downloaded defmt v0.3.8 |
720 | 2024-09-06T22:57:07.475Z | Downloaded snafu v0.8.2 |
721 | 2024-09-06T22:57:07.499Z | Downloaded git2 v0.19.0 |
722 | 2024-09-06T22:57:07.499Z | Downloaded opaque-debug v0.3.1 |
723 | 2024-09-06T22:57:07.499Z | Downloaded olpc-cjson v0.1.3 |
724 | 2024-09-06T22:57:07.499Z | Downloaded salsa20 v0.10.2 |
725 | 2024-09-06T22:57:07.499Z | Downloaded yasna v0.5.2 |
726 | 2024-09-06T22:57:07.499Z | Downloaded flate2 v1.0.33 |
727 | 2024-09-06T22:57:07.523Z | Downloaded russh v0.45.0 |
728 | 2024-09-06T22:57:07.523Z | Downloaded hashbrown v0.12.3 |
729 | 2024-09-06T22:57:07.523Z | Downloaded bstr v1.9.1 |
730 | 2024-09-06T22:57:07.549Z | Downloaded openssl-macros v0.1.1 |
731 | 2024-09-06T22:57:07.549Z | Downloaded rustversion v1.0.17 |
732 | 2024-09-06T22:57:07.549Z | Downloaded zone v0.3.0 |
733 | 2024-09-06T22:57:07.549Z | Downloaded zone v0.1.8 |
734 | 2024-09-06T22:57:07.549Z | Downloaded zeroize v1.7.0 |
735 | 2024-09-06T22:57:07.549Z | Downloaded xattr v1.3.1 |
736 | 2024-09-06T22:57:07.549Z | Downloaded tabwriter v1.4.0 |
737 | 2024-09-06T22:57:07.549Z | Downloaded supports-color v3.0.0 |
738 | 2024-09-06T22:57:07.549Z | Downloaded hashbrown v0.13.2 |
739 | 2024-09-06T22:57:07.549Z | Downloaded dhcproto v0.12.0 |
740 | 2024-09-06T22:57:07.573Z | Downloaded quick-xml v0.31.0 |
741 | 2024-09-06T22:57:07.573Z | Downloaded url v2.5.2 |
742 | 2024-09-06T22:57:07.573Z | Downloaded debug-ignore v1.0.5 |
743 | 2024-09-06T22:57:07.573Z | Downloaded data-encoding v2.6.0 |
744 | 2024-09-06T22:57:07.573Z | Downloaded darling_macro v0.20.9 |
745 | 2024-09-06T22:57:07.573Z | Downloaded zone_cfg_derive v0.3.0 |
746 | 2024-09-06T22:57:07.573Z | Downloaded zone_cfg_derive v0.1.2 |
747 | 2024-09-06T22:57:07.573Z | Downloaded zeroize_derive v1.4.2 |
748 | 2024-09-06T22:57:07.574Z | Downloaded wyz v0.5.1 |
749 | 2024-09-06T22:57:07.574Z | Downloaded pin-project v1.1.5 |
750 | 2024-09-06T22:57:07.597Z | Downloaded float-ord v0.3.2 |
751 | 2024-09-06T22:57:07.597Z | Downloaded whoami v1.5.1 |
752 | 2024-09-06T22:57:07.597Z | Downloaded strum_macros v0.26.4 |
753 | 2024-09-06T22:57:07.598Z | Downloaded strum_macros v0.25.3 |
754 | 2024-09-06T22:57:07.598Z | Downloaded spin v0.9.8 |
755 | 2024-09-06T22:57:07.598Z | Downloaded socket2 v0.4.10 |
756 | 2024-09-06T22:57:07.598Z | Downloaded rustc-demangle v0.1.24 |
757 | 2024-09-06T22:57:07.621Z | Downloaded hashlink v0.9.1 |
758 | 2024-09-06T22:57:07.621Z | Downloaded tough v0.17.1 |
759 | 2024-09-06T22:57:07.621Z | Downloaded hickory-server v0.24.1 |
760 | 2024-09-06T22:57:07.621Z | Downloaded signal-hook-registry v1.4.2 |
761 | 2024-09-06T22:57:07.621Z | Downloaded pkcs5 v0.7.1 |
762 | 2024-09-06T22:57:07.645Z | Downloaded flagset v0.4.5 |
763 | 2024-09-06T22:57:07.645Z | Downloaded which v4.4.2 |
764 | 2024-09-06T22:57:07.646Z | Downloaded des v0.8.1 |
765 | 2024-09-06T22:57:07.646Z | Downloaded toml_edit v0.19.15 |
766 | 2024-09-06T22:57:07.669Z | Downloaded futures-util v0.3.30 |
767 | 2024-09-06T22:57:07.669Z | Downloaded sqlparser v0.45.0 |
768 | 2024-09-06T22:57:07.693Z | Downloaded hkdf v0.12.4 |
769 | 2024-09-06T22:57:07.693Z | Downloaded sync_wrapper v0.1.2 |
770 | 2024-09-06T22:57:07.693Z | Downloaded signature v2.2.0 |
771 | 2024-09-06T22:57:07.694Z | Downloaded signal-hook-tokio v0.3.1 |
772 | 2024-09-06T22:57:07.694Z | Downloaded signal-hook-mio v0.2.4 |
773 | 2024-09-06T22:57:07.694Z | Downloaded portpicker v0.1.1 |
774 | 2024-09-06T22:57:07.694Z | Downloaded pkcs8 v0.10.2 |
775 | 2024-09-06T22:57:07.694Z | Downloaded pkcs1 v0.7.5 |
776 | 2024-09-06T22:57:07.694Z | Downloaded pin-utils v0.1.0 |
777 | 2024-09-06T22:57:07.694Z | Downloaded pin-project-lite v0.2.14 |
778 | 2024-09-06T22:57:07.718Z | Downloaded pin-project-internal v1.1.5 |
779 | 2024-09-06T22:57:07.718Z | Downloaded float-cmp v0.9.0 |
780 | 2024-09-06T22:57:07.718Z | Downloaded fixedbitset v0.4.2 |
781 | 2024-09-06T22:57:07.718Z | Downloaded filetime v0.2.25 |
782 | 2024-09-06T22:57:07.718Z | Downloaded ff v0.13.0 |
783 | 2024-09-06T22:57:07.718Z | Downloaded walkdir v2.5.0 |
784 | 2024-09-06T22:57:07.718Z | Downloaded vte_generate_state_changes v0.1.1 |
785 | 2024-09-06T22:57:07.718Z | Downloaded vte v0.11.1 |
786 | 2024-09-06T22:57:07.718Z | Downloaded vsss-rs v3.3.4 |
787 | 2024-09-06T22:57:07.718Z | Downloaded vergen v8.3.2 |
788 | 2024-09-06T22:57:07.718Z | Downloaded spki v0.7.3 |
789 | 2024-09-06T22:57:07.742Z | Downloaded spin v0.5.2 |
790 | 2024-09-06T22:57:07.742Z | Downloaded slog v2.7.0 |
791 | 2024-09-06T22:57:07.742Z | Downloaded similar v2.6.0 |
792 | 2024-09-06T22:57:07.742Z | Downloaded russh-keys v0.45.0 |
793 | 2024-09-06T22:57:07.742Z | Downloaded tracing v0.1.40 |
794 | 2024-09-06T22:57:07.742Z | Downloaded diff v0.1.13 |
795 | 2024-09-06T22:57:07.742Z | Downloaded pkg-config v0.3.30 |
796 | 2024-09-06T22:57:07.766Z | Downloaded peg v0.8.4 |
797 | 2024-09-06T22:57:07.766Z | Downloaded packed_struct v0.10.1 |
798 | 2024-09-06T22:57:07.766Z | Downloaded foreign-types-macros v0.2.3 |
799 | 2024-09-06T22:57:07.766Z | Downloaded foreign-types v0.5.0 |
800 | 2024-09-06T22:57:07.766Z | Downloaded foreign-types v0.3.2 |
801 | 2024-09-06T22:57:07.766Z | Downloaded wait-timeout v0.2.0 |
802 | 2024-09-06T22:57:07.766Z | Downloaded siphasher v0.3.11 |
803 | 2024-09-06T22:57:07.766Z | Downloaded rustfmt-wrapper v0.2.1 |
804 | 2024-09-06T22:57:07.766Z | Downloaded rustc_version v0.1.7 |
805 | 2024-09-06T22:57:07.766Z | Downloaded rustc-hash v1.1.0 |
806 | 2024-09-06T22:57:07.766Z | Downloaded pbkdf2 v0.12.2 |
807 | 2024-09-06T22:57:07.766Z | Downloaded futures v0.3.30 |
808 | 2024-09-06T22:57:07.792Z | Downloaded tracing-core v0.1.32 |
809 | 2024-09-06T22:57:07.792Z | Downloaded half v2.4.1 |
810 | 2024-09-06T22:57:07.792Z | Downloaded uuid v1.10.0 |
811 | 2024-09-06T22:57:07.792Z | Downloaded iana-time-zone v0.1.60 |
812 | 2024-09-06T22:57:07.792Z | Downloaded chrono v0.4.38 |
813 | 2024-09-06T22:57:07.792Z | Downloaded parking_lot v0.12.2 |
814 | 2024-09-06T22:57:07.816Z | Downloaded parking_lot v0.11.2 |
815 | 2024-09-06T22:57:07.816Z | Downloaded snafu-derive v0.8.2 |
816 | 2024-09-06T22:57:07.816Z | Downloaded serde_with_macros v3.9.0 |
817 | 2024-09-06T22:57:07.816Z | Downloaded pbkdf2 v0.11.0 |
818 | 2024-09-06T22:57:07.816Z | Downloaded password-hash v0.5.0 |
819 | 2024-09-06T22:57:07.816Z | Downloaded password-hash v0.4.2 |
820 | 2024-09-06T22:57:07.816Z | Downloaded parking_lot_core v0.9.10 |
821 | 2024-09-06T22:57:07.816Z | Downloaded packed_struct_codegen v0.10.1 |
822 | 2024-09-06T22:57:07.816Z | Downloaded derive_more v0.99.18 |
823 | 2024-09-06T22:57:07.816Z | Downloaded derive-where v1.2.7 |
824 | 2024-09-06T22:57:07.840Z | Downloaded unsafe-libyaml v0.2.11 |
825 | 2024-09-06T22:57:07.840Z | Downloaded unicode_categories v0.1.1 |
826 | 2024-09-06T22:57:07.840Z | Downloaded unicode-normalization v0.1.23 |
827 | 2024-09-06T22:57:07.840Z | Downloaded num-bigint v0.4.5 |
828 | 2024-09-06T22:57:07.840Z | Downloaded libm v0.2.8 |
829 | 2024-09-06T22:57:07.864Z | Downloaded itertools v0.12.1 |
830 | 2024-09-06T22:57:07.864Z | Downloaded waitgroup v0.1.2 |
831 | 2024-09-06T22:57:07.864Z | Downloaded rustc_version v0.4.0 |
832 | 2024-09-06T22:57:07.864Z | Downloaded russh-cryptovec v0.7.2 |
833 | 2024-09-06T22:57:07.864Z | Downloaded headers-core v0.2.0 |
834 | 2024-09-06T22:57:07.864Z | Downloaded dhcproto-macros v0.1.0 |
835 | 2024-09-06T22:57:07.864Z | Downloaded tui-tree-widget v0.22.0 |
836 | 2024-09-06T22:57:07.864Z | Downloaded rand v0.8.5 |
837 | 2024-09-06T22:57:07.864Z | Downloaded phf v0.11.2 |
838 | 2024-09-06T22:57:07.864Z | Downloaded ecdsa v0.16.9 |
839 | 2024-09-06T22:57:07.889Z | Downloaded unicode-segmentation v1.11.0 |
840 | 2024-09-06T22:57:07.889Z | Downloaded steno v0.4.1 |
841 | 2024-09-06T22:57:07.889Z | Downloaded ssh-key v0.6.6 |
842 | 2024-09-06T22:57:07.889Z | Downloaded ron v0.7.1 |
843 | 2024-09-06T22:57:07.915Z | Downloaded nu-ansi-term v0.50.0 |
844 | 2024-09-06T22:57:07.915Z | Downloaded mockall v0.13.0 |
845 | 2024-09-06T22:57:07.915Z | Downloaded memmap2 v0.9.4 |
846 | 2024-09-06T22:57:07.915Z | Downloaded indicatif v0.17.8 |
847 | 2024-09-06T22:57:07.915Z | Downloaded http v0.2.12 |
848 | 2024-09-06T22:57:07.915Z | Downloaded crossterm v0.28.1 |
849 | 2024-09-06T22:57:07.915Z | Downloaded path-slash v0.1.5 |
850 | 2024-09-06T22:57:07.941Z | Downloaded paste v1.0.15 |
851 | 2024-09-06T22:57:07.941Z | Downloaded parse-size v1.0.0 |
852 | 2024-09-06T22:57:07.941Z | Downloaded parse-display-derive v0.10.0 |
853 | 2024-09-06T22:57:07.941Z | Downloaded parse-display v0.10.0 |
854 | 2024-09-06T22:57:07.941Z | Downloaded futures-io v0.3.30 |
855 | 2024-09-06T22:57:07.941Z | Downloaded futures-executor v0.3.30 |
856 | 2024-09-06T22:57:07.941Z | Downloaded futures-core v0.3.30 |
857 | 2024-09-06T22:57:07.941Z | Downloaded futures-channel v0.3.30 |
858 | 2024-09-06T22:57:07.941Z | Downloaded derive_builder_macro v0.20.0 |
859 | 2024-09-06T22:57:07.941Z | Downloaded derive_builder_core v0.20.0 |
860 | 2024-09-06T22:57:07.941Z | Downloaded derive_builder v0.20.0 |
861 | 2024-09-06T22:57:07.941Z | Downloaded tracing-attributes v0.1.27 |
862 | 2024-09-06T22:57:07.941Z | Downloaded topological-sort v0.2.2 |
863 | 2024-09-06T22:57:07.976Z | Downloaded smallvec v1.13.2 |
864 | 2024-09-06T22:57:07.976Z | Downloaded slog-term v2.9.1 |
865 | 2024-09-06T22:57:07.976Z | Downloaded slog-envlogger v2.2.0 |
866 | 2024-09-06T22:57:07.977Z | Downloaded rand_xorshift v0.3.0 |
867 | 2024-09-06T22:57:07.977Z | Downloaded rand_seeder v0.3.0 |
868 | 2024-09-06T22:57:07.977Z | Downloaded rand_core v0.6.4 |
869 | 2024-09-06T22:57:07.977Z | Downloaded publicsuffix v2.2.3 |
870 | 2024-09-06T22:57:07.977Z | Downloaded phf_shared v0.11.2 |
871 | 2024-09-06T22:57:07.977Z | Downloaded percent-encoding v2.3.1 |
872 | 2024-09-06T22:57:07.977Z | Downloaded hash32 v0.2.1 |
873 | 2024-09-06T22:57:07.977Z | Downloaded globset v0.4.14 |
874 | 2024-09-06T22:57:07.977Z | Downloaded multer v3.1.0 |
875 | 2024-09-06T22:57:07.977Z | Downloaded miniz_oxide v0.8.0 |
876 | 2024-09-06T22:57:07.978Z | Downloaded slog-stdlog v4.1.1 |
877 | 2024-09-06T22:57:07.978Z | Downloaded slog-scope v4.4.0 |
878 | 2024-09-06T22:57:07.978Z | Downloaded slog-json v2.6.1 |
879 | 2024-09-06T22:57:07.978Z | Downloaded group v0.13.0 |
880 | 2024-09-06T22:57:07.978Z | Downloaded ed25519 v2.2.3 |
881 | 2024-09-06T22:57:07.978Z | Downloaded dyn-clone v1.0.17 |
882 | 2024-09-06T22:57:08.004Z | Downloaded dropshot_endpoint v0.10.1 |
883 | 2024-09-06T22:57:08.004Z | Downloaded mio v0.8.11 |
884 | 2024-09-06T22:57:08.004Z | Downloaded maplit v1.0.2 |
885 | 2024-09-06T22:57:08.004Z | Downloaded lock_api v0.4.12 |
886 | 2024-09-06T22:57:08.004Z | Downloaded toolchain_find v0.4.0 |
887 | 2024-09-06T22:57:08.004Z | Downloaded smf v0.2.3 |
888 | 2024-09-06T22:57:08.004Z | Downloaded slog-dtrace v0.3.0 |
889 | 2024-09-06T22:57:08.004Z | Downloaded rand_chacha v0.3.1 |
890 | 2024-09-06T22:57:08.004Z | Downloaded radium v0.7.0 |
891 | 2024-09-06T22:57:08.030Z | Downloaded r2d2 v0.8.10 |
892 | 2024-09-06T22:57:08.030Z | Downloaded quick-error v1.2.3 |
893 | 2024-09-06T22:57:08.030Z | Downloaded pem v3.0.4 |
894 | 2024-09-06T22:57:08.030Z | Downloaded dsl_auto_type v0.1.2 |
895 | 2024-09-06T22:57:08.030Z | Downloaded display-error-chain v0.2.1 |
896 | 2024-09-06T22:57:08.030Z | Downloaded dirs-next v2.0.0 |
897 | 2024-09-06T22:57:08.030Z | Downloaded untrusted v0.7.1 |
898 | 2024-09-06T22:57:08.030Z | Downloaded libloading v0.8.3 |
899 | 2024-09-06T22:57:08.030Z | Downloaded bitvec v1.0.1 |
900 | 2024-09-06T22:57:08.057Z | Downloaded bindgen v0.69.4 |
901 | 2024-09-06T22:57:08.057Z | Downloaded slog-bunyan v2.5.0 |
902 | 2024-09-06T22:57:08.057Z | Downloaded serde_urlencoded v0.7.1 |
903 | 2024-09-06T22:57:08.057Z | Downloaded serde_repr v0.1.19 |
904 | 2024-09-06T22:57:08.081Z | Downloaded pem-rfc7468 v0.7.0 |
905 | 2024-09-06T22:57:08.081Z | Downloaded getrandom v0.2.14 |
906 | 2024-09-06T22:57:08.081Z | Downloaded dirs-sys-next v0.1.2 |
907 | 2024-09-06T22:57:08.081Z | Downloaded unicode-bidi v0.3.15 |
908 | 2024-09-06T22:57:08.081Z | Downloaded serde_plain v1.0.2 |
909 | 2024-09-06T22:57:08.081Z | Downloaded nanorand v0.7.0 |
910 | 2024-09-06T22:57:08.081Z | Downloaded mio v1.0.2 |
911 | 2024-09-06T22:57:08.106Z | Downloaded lazycell v1.3.0 |
912 | 2024-09-06T22:57:08.106Z | Downloaded glob v0.3.1 |
913 | 2024-09-06T22:57:08.106Z | Downloaded ghash v0.5.1 |
914 | 2024-09-06T22:57:08.106Z | Downloaded gethostname v0.5.0 |
915 | 2024-09-06T22:57:08.106Z | Downloaded uzers v0.11.3 |
916 | 2024-09-06T22:57:08.106Z | Downloaded universal-hash v0.5.1 |
917 | 2024-09-06T22:57:08.106Z | Downloaded structmeta v0.3.0 |
918 | 2024-09-06T22:57:08.106Z | Downloaded stringprep v0.1.4 |
919 | 2024-09-06T22:57:08.106Z | Downloaded rsa v0.9.6 |
920 | 2024-09-06T22:57:08.106Z | Downloaded ron v0.8.1 |
921 | 2024-09-06T22:57:08.132Z | Downloaded newtype_derive v0.1.6 |
922 | 2024-09-06T22:57:08.132Z | Downloaded lalrpop-util v0.19.12 |
923 | 2024-09-06T22:57:08.132Z | Downloaded jobserver v0.1.32 |
924 | 2024-09-06T22:57:08.133Z | Downloaded hash32 v0.3.1 |
925 | 2024-09-06T22:57:08.133Z | Downloaded getopts v0.2.21 |
926 | 2024-09-06T22:57:08.133Z | Downloaded futures-task v0.3.30 |
927 | 2024-09-06T22:57:08.133Z | Downloaded futures-macro v0.3.30 |
928 | 2024-09-06T22:57:08.133Z | Downloaded diesel_table_macro_syntax v0.2.0 |
929 | 2024-09-06T22:57:08.133Z | Downloaded utf-8 v0.7.6 |
930 | 2024-09-06T22:57:08.133Z | Downloaded untrusted v0.9.0 |
931 | 2024-09-06T22:57:08.133Z | Downloaded unicode-truncate v1.0.0 |
932 | 2024-09-06T22:57:08.133Z | Downloaded structmeta-derive v0.2.0 |
933 | 2024-09-06T22:57:08.133Z | Downloaded sqlformat v0.2.4 |
934 | 2024-09-06T22:57:08.133Z | Downloaded hmac v0.12.1 |
935 | 2024-09-06T22:57:08.133Z | Downloaded chacha20 v0.9.1 |
936 | 2024-09-06T22:57:08.157Z | Downloaded unicase v2.7.0 |
937 | 2024-09-06T22:57:08.157Z | Downloaded strum_macros v0.24.3 |
938 | 2024-09-06T22:57:08.157Z | Downloaded string_cache v0.8.7 |
939 | 2024-09-06T22:57:08.157Z | Downloaded mime v0.3.17 |
940 | 2024-09-06T22:57:08.157Z | Downloaded lru-cache v0.1.2 |
941 | 2024-09-06T22:57:08.157Z | Downloaded linear-map v1.2.0 |
942 | 2024-09-06T22:57:08.157Z | Downloaded http v1.1.0 |
943 | 2024-09-06T22:57:08.157Z | Downloaded strum v0.26.3 |
944 | 2024-09-06T22:57:08.157Z | Downloaded structmeta-derive v0.3.0 |
945 | 2024-09-06T22:57:08.157Z | Downloaded structmeta v0.2.0 |
946 | 2024-09-06T22:57:08.157Z | Downloaded strip-ansi-escapes v0.2.0 |
947 | 2024-09-06T22:57:08.157Z | Downloaded static_assertions v1.1.0 |
948 | 2024-09-06T22:57:08.157Z | Downloaded stable_deref_trait v1.2.0 |
949 | 2024-09-06T22:57:08.157Z | Downloaded ssh-encoding v0.2.0 |
950 | 2024-09-06T22:57:08.157Z | Downloaded ssh-cipher v0.2.0 |
951 | 2024-09-06T22:57:08.157Z | Downloaded serde-hex v0.1.0 |
952 | 2024-09-06T22:57:08.181Z | Downloaded semver v0.1.20 |
953 | 2024-09-06T22:57:08.182Z | Downloaded ipnet v2.9.0 |
954 | 2024-09-06T22:57:08.182Z | Downloaded cookie_store v0.20.0 |
955 | 2024-09-06T22:57:08.182Z | Downloaded aho-corasick v1.1.3 |
956 | 2024-09-06T22:57:08.182Z | Downloaded futures-sink v0.3.30 |
957 | 2024-09-06T22:57:08.182Z | Downloaded serde_derive_internals v0.29.1 |
958 | 2024-09-06T22:57:08.182Z | Downloaded sct v0.7.1 |
959 | 2024-09-06T22:57:08.182Z | Downloaded md-5 v0.10.6 |
960 | 2024-09-06T22:57:08.182Z | Downloaded kstat-rs v0.2.4 |
961 | 2024-09-06T22:57:08.206Z | Downloaded indent_write v2.2.0 |
962 | 2024-09-06T22:57:08.207Z | Downloaded hyper-rustls v0.24.2 |
963 | 2024-09-06T22:57:08.207Z | Downloaded blake3 v1.5.1 |
964 | 2024-09-06T22:57:08.207Z | Downloaded backtrace v0.3.71 |
965 | 2024-09-06T22:57:08.207Z | Downloaded aes-gcm v0.10.3 |
966 | 2024-09-06T22:57:08.233Z | Downloaded difflib v0.4.0 |
967 | 2024-09-06T22:57:08.233Z | Downloaded sec1 v0.7.3 |
968 | 2024-09-06T22:57:08.233Z | Downloaded scrypt v0.11.0 |
969 | 2024-09-06T22:57:08.233Z | Downloaded scopeguard v1.2.0 |
970 | 2024-09-06T22:57:08.233Z | Downloaded schemars_derive v0.8.21 |
971 | 2024-09-06T22:57:08.234Z | Downloaded new_debug_unreachable v1.0.6 |
972 | 2024-09-06T22:57:08.234Z | Downloaded mockall_derive v0.13.0 |
973 | 2024-09-06T22:57:08.234Z | Downloaded matches v0.1.10 |
974 | 2024-09-06T22:57:08.234Z | Downloaded httparse v1.8.0 |
975 | 2024-09-06T22:57:08.234Z | Downloaded base64 v0.13.1 |
976 | 2024-09-06T22:57:08.234Z | Downloaded serde_path_to_error v0.1.16 |
977 | 2024-09-06T22:57:08.234Z | Downloaded serde_arrays v0.1.0 |
978 | 2024-09-06T22:57:08.234Z | Downloaded serde-big-array v0.5.1 |
979 | 2024-09-06T22:57:08.234Z | Downloaded secrecy v0.8.0 |
980 | 2024-09-06T22:57:08.260Z | Downloaded resolv-conf v0.7.0 |
981 | 2024-09-06T22:57:08.260Z | Downloaded hyper-tls v0.5.0 |
982 | 2024-09-06T22:57:08.260Z | Downloaded hickory-resolver v0.24.1 |
983 | 2024-09-06T22:57:08.260Z | Downloaded crc-any v2.5.0 |
984 | 2024-09-06T22:57:08.260Z | Downloaded cookie v0.18.1 |
985 | 2024-09-06T22:57:08.260Z | Downloaded compact_str v0.8.0 |
986 | 2024-09-06T22:57:08.260Z | Downloaded chacha20poly1305 v0.10.1 |
987 | 2024-09-06T22:57:08.260Z | Downloaded base64 v0.22.1 |
988 | 2024-09-06T22:57:08.260Z | Downloaded rfc6979 v0.4.0 |
989 | 2024-09-06T22:57:08.261Z | Downloaded native-tls v0.2.11 |
990 | 2024-09-06T22:57:08.285Z | Downloaded inout v0.1.3 |
991 | 2024-09-06T22:57:08.285Z | Downloaded humantime v2.1.0 |
992 | 2024-09-06T22:57:08.286Z | Downloaded hubpack v0.1.2 |
993 | 2024-09-06T22:57:08.286Z | Downloaded ctr v0.9.2 |
994 | 2024-09-06T22:57:08.286Z | Downloaded csv-core v0.1.11 |
995 | 2024-09-06T22:57:08.286Z | Downloaded crossterm v0.27.0 |
996 | 2024-09-06T22:57:08.286Z | Downloaded crossbeam-utils v0.8.19 |
997 | 2024-09-06T22:57:08.286Z | Downloaded crossbeam-deque v0.8.5 |
998 | 2024-09-06T22:57:08.286Z | Downloaded crc32fast v1.4.0 |
999 | 2024-09-06T22:57:08.312Z | Downloaded blake2 v0.10.6 |
1000 | 2024-09-06T22:57:08.312Z | Downloaded bcs v0.1.6 |
1001 | 2024-09-06T22:57:08.312Z | Downloaded http-body v0.4.6 |
1002 | 2024-09-06T22:57:08.312Z | Downloaded highway v1.2.0 |
1003 | 2024-09-06T22:57:08.312Z | Downloaded buf-list v1.0.3 |
1004 | 2024-09-06T22:57:08.312Z | Downloaded blowfish v0.9.1 |
1005 | 2024-09-06T22:57:08.312Z | Downloaded is-terminal v0.4.12 |
1006 | 2024-09-06T22:57:08.312Z | Downloaded instant v0.1.12 |
1007 | 2024-09-06T22:57:08.312Z | Downloaded ident_case v1.0.1 |
1008 | 2024-09-06T22:57:08.312Z | Downloaded cstr-argument v0.1.2 |
1009 | 2024-09-06T22:57:08.312Z | Downloaded crunchy v0.2.2 |
1010 | 2024-09-06T22:57:08.312Z | Downloaded const_format_proc_macros v0.2.32 |
1011 | 2024-09-06T22:57:08.313Z | Downloaded const-oid v0.9.6 |
1012 | 2024-09-06T22:57:08.313Z | Downloaded cobs v0.2.3 |
1013 | 2024-09-06T22:57:08.343Z | Downloaded bitfield-struct v0.6.1 |
1014 | 2024-09-06T22:57:08.343Z | Downloaded bit-set v0.5.3 |
1015 | 2024-09-06T22:57:08.343Z | Downloaded aes v0.8.4 |
1016 | 2024-09-06T22:57:08.343Z | Downloaded multimap v0.10.0 |
1017 | 2024-09-06T22:57:08.343Z | Downloaded managed v0.8.0 |
1018 | 2024-09-06T22:57:08.343Z | Downloaded libefi-sys v0.1.0 |
1019 | 2024-09-06T22:57:08.343Z | Downloaded darling v0.20.9 |
1020 | 2024-09-06T22:57:08.343Z | Downloaded crossbeam-channel v0.5.12 |
1021 | 2024-09-06T22:57:08.343Z | Downloaded cexpr v0.6.0 |
1022 | 2024-09-06T22:57:08.344Z | Downloaded cancel-safe-futures v0.1.5 |
1023 | 2024-09-06T22:57:08.344Z | Downloaded bzip2 v0.4.4 |
1024 | 2024-09-06T22:57:08.344Z | Downloaded newtype-uuid v1.1.0 |
1025 | 2024-09-06T22:57:08.344Z | Downloaded keccak v0.1.5 |
1026 | 2024-09-06T22:57:08.369Z | Downloaded ipnetwork v0.20.0 |
1027 | 2024-09-06T22:57:08.369Z | Downloaded indoc v1.0.9 |
1028 | 2024-09-06T22:57:08.369Z | Downloaded hostname v0.3.1 |
1029 | 2024-09-06T22:57:08.369Z | Downloaded crypto-bigint v0.5.5 |
1030 | 2024-09-06T22:57:08.421Z | Downloaded convert_case v0.4.0 |
1031 | 2024-09-06T22:57:08.447Z | Downloaded const_format v0.2.32 |
1032 | 2024-09-06T22:57:08.447Z | Downloaded cipher v0.4.4 |
1033 | 2024-09-06T22:57:08.447Z | Downloaded cfg_aliases v0.2.1 |
1034 | 2024-09-06T22:57:08.447Z | Downloaded cc v1.0.97 |
1035 | 2024-09-06T22:57:08.447Z | Downloaded castaway v0.2.3 |
1036 | 2024-09-06T22:57:08.447Z | Downloaded bytes v1.7.1 |
1037 | 2024-09-06T22:57:08.471Z | Downloaded bitstruct_derive v0.1.0 |
1038 | 2024-09-06T22:57:08.471Z | Downloaded bitfield v0.14.0 |
1039 | 2024-09-06T22:57:08.471Z | Downloaded bb8 v0.8.5 |
1040 | 2024-09-06T22:57:08.471Z | Downloaded base64 v0.21.7 |
1041 | 2024-09-06T22:57:08.471Z | Downloaded memoffset v0.9.1 |
1042 | 2024-09-06T22:57:08.471Z | Downloaded maybe-uninit v2.0.0 |
1043 | 2024-09-06T22:57:08.471Z | Downloaded lru v0.12.3 |
1044 | 2024-09-06T22:57:08.471Z | Downloaded linked-hash-map v0.5.6 |
1045 | 2024-09-06T22:57:08.496Z | Downloaded libsw v3.3.1 |
1046 | 2024-09-06T22:57:08.496Z | Downloaded lazy_static v1.5.0 |
1047 | 2024-09-06T22:57:08.496Z | Downloaded internet-checksum v0.2.1 |
1048 | 2024-09-06T22:57:08.496Z | Downloaded instability v0.3.2 |
1049 | 2024-09-06T22:57:08.496Z | Downloaded indexmap v1.9.3 |
1050 | 2024-09-06T22:57:08.496Z | Downloaded impl-trait-for-tuples v0.2.2 |
1051 | 2024-09-06T22:57:08.496Z | Downloaded hyper-staticfile v0.9.5 |
1052 | 2024-09-06T22:57:08.496Z | Downloaded httpdate v1.0.3 |
1053 | 2024-09-06T22:57:08.496Z | Downloaded newline-converter v0.3.0 |
1054 | 2024-09-06T22:57:08.496Z | Downloaded md5 v0.7.0 |
1055 | 2024-09-06T22:57:08.524Z | Downloaded match_cfg v0.1.0 |
1056 | 2024-09-06T22:57:08.524Z | Downloaded hubpack_derive v0.1.1 |
1057 | 2024-09-06T22:57:08.524Z | Downloaded hostname v0.4.0 |
1058 | 2024-09-06T22:57:08.524Z | Downloaded home v0.5.9 |
1059 | 2024-09-06T22:57:08.524Z | Downloaded crossbeam-epoch v0.9.18 |
1060 | 2024-09-06T22:57:08.524Z | Downloaded clang-sys v1.7.0 |
1061 | 2024-09-06T22:57:08.524Z | Downloaded bitflags v1.3.2 |
1062 | 2024-09-06T22:57:08.524Z | Downloaded atty v0.2.14 |
1063 | 2024-09-06T22:57:08.524Z | Downloaded atomic-waker v1.1.2 |
1064 | 2024-09-06T22:57:08.524Z | Downloaded async-bb8-diesel v0.2.1 |
1065 | 2024-09-06T22:57:08.524Z | Downloaded arc-swap v1.7.1 |
1066 | 2024-09-06T22:57:08.549Z | Downloaded allocator-api2 v0.2.18 |
1067 | 2024-09-06T22:57:08.549Z | Downloaded curve25519-dalek-derive v0.1.1 |
1068 | 2024-09-06T22:57:08.549Z | Downloaded crc-catalog v2.4.0 |
1069 | 2024-09-06T22:57:08.549Z | Downloaded console v0.15.8 |
1070 | 2024-09-06T22:57:08.549Z | Downloaded bit-vec v0.6.3 |
1071 | 2024-09-06T22:57:08.549Z | Downloaded bcrypt-pbkdf v0.10.0 |
1072 | 2024-09-06T22:57:08.549Z | Downloaded base64ct v1.6.0 |
1073 | 2024-09-06T22:57:08.549Z | Downloaded base16ct v0.2.0 |
1074 | 2024-09-06T22:57:08.549Z | Downloaded backoff v0.4.0 |
1075 | 2024-09-06T22:57:08.573Z | Downloaded async-trait v0.1.81 |
1076 | 2024-09-06T22:57:08.573Z | Downloaded async-stream v0.3.5 |
1077 | 2024-09-06T22:57:08.573Z | Downloaded ascii-canvas v3.0.0 |
1078 | 2024-09-06T22:57:08.573Z | Downloaded arrayvec v0.7.4 |
1079 | 2024-09-06T22:57:08.573Z | Downloaded argon2 v0.5.3 |
1080 | 2024-09-06T22:57:08.573Z | Downloaded ahash v0.8.11 |
1081 | 2024-09-06T22:57:08.573Z | Downloaded aead v0.5.2 |
1082 | 2024-09-06T22:57:08.573Z | Downloaded adler v1.0.2 |
1083 | 2024-09-06T22:57:08.573Z | Downloaded addr2line v0.21.0 |
1084 | 2024-09-06T22:57:08.573Z | Downloaded crucible-workspace-hack v0.1.0 |
1085 | 2024-09-06T22:57:08.573Z | Downloaded crc v3.2.1 |
1086 | 2024-09-06T22:57:08.598Z | Downloaded cookie v0.17.0 |
1087 | 2024-09-06T22:57:08.598Z | Downloaded constant_time_eq v0.3.0 |
1088 | 2024-09-06T22:57:08.598Z | Downloaded ciborium-ll v0.2.2 |
1089 | 2024-09-06T22:57:08.598Z | Downloaded ciborium-io v0.2.2 |
1090 | 2024-09-06T22:57:08.598Z | Downloaded ciborium v0.2.2 |
1091 | 2024-09-06T22:57:08.598Z | Downloaded cfg_aliases v0.1.1 |
1092 | 2024-09-06T22:57:08.598Z | Downloaded cbc v0.1.2 |
1093 | 2024-09-06T22:57:08.598Z | Downloaded cassowary v0.3.0 |
1094 | 2024-09-06T22:57:08.598Z | Downloaded block-padding v0.3.3 |
1095 | 2024-09-06T22:57:08.598Z | Downloaded bitstruct v0.1.1 |
1096 | 2024-09-06T22:57:08.598Z | Downloaded atomicwrites v0.4.3 |
1097 | 2024-09-06T22:57:08.598Z | Downloaded async-recursion v1.1.1 |
1098 | 2024-09-06T22:57:08.622Z | Downloaded assert_matches v1.5.0 |
1099 | 2024-09-06T22:57:08.622Z | Downloaded ascii v1.1.0 |
1100 | 2024-09-06T22:57:08.622Z | Downloaded arrayref v0.3.7 |
1101 | 2024-09-06T22:57:08.622Z | Downloaded array-init v0.0.4 |
1102 | 2024-09-06T22:57:08.622Z | Downloaded adler2 v2.0.0 |
1103 | 2024-09-06T22:57:08.856Z | Compiling serde v1.0.208 |
1104 | 2024-09-06T22:57:08.880Z | Compiling typenum v1.17.0 |
1105 | 2024-09-06T22:57:08.880Z | Compiling generic-array v0.14.7 |
1106 | 2024-09-06T22:57:08.880Z | Compiling lock_api v0.4.12 |
1107 | 2024-09-06T22:57:08.880Z | Compiling scopeguard v1.2.0 |
1108 | 2024-09-06T22:57:08.880Z | Compiling log v0.4.21 |
1109 | 2024-09-06T22:57:08.904Z | Compiling syn v2.0.74 |
1110 | 2024-09-06T22:57:08.904Z | Compiling getrandom v0.2.14 |
1111 | 2024-09-06T22:57:09.050Z | Compiling jobserver v0.1.32 |
1112 | 2024-09-06T22:57:09.238Z | Compiling rand_core v0.6.4 |
1113 | 2024-09-06T22:57:09.442Z | Compiling cc v1.0.97 |
1114 | 2024-09-06T22:57:09.466Z | Compiling subtle v2.5.0 |
1115 | 2024-09-06T22:57:09.752Z | Compiling const-oid v0.9.6 |
1116 | 2024-09-06T22:57:09.809Z | Compiling smallvec v1.13.2 |
1117 | 2024-09-06T22:57:09.921Z | Compiling pin-project-lite v0.2.14 |
1118 | 2024-09-06T22:57:09.948Z | Compiling parking_lot_core v0.9.10 |
1119 | 2024-09-06T22:57:09.972Z | Compiling signal-hook-registry v1.4.2 |
1120 | 2024-09-06T22:57:10.046Z | Compiling spin v0.9.8 |
1121 | 2024-09-06T22:57:10.183Z | Compiling mio v1.0.2 |
1122 | 2024-09-06T22:57:10.431Z | Compiling ahash v0.8.11 |
1123 | 2024-09-06T22:57:10.733Z | Compiling tinyvec_macros v0.1.1 |
1124 | 2024-09-06T22:57:10.791Z | Compiling parking_lot v0.12.2 |
1125 | 2024-09-06T22:57:10.829Z | Compiling tinyvec v1.6.0 |
1126 | 2024-09-06T22:57:11.090Z | Compiling socket2 v0.5.7 |
1127 | 2024-09-06T22:57:11.256Z | Compiling serde_json v1.0.125 |
1128 | 2024-09-06T22:57:11.330Z | Compiling futures-core v0.3.30 |
1129 | 2024-09-06T22:57:11.367Z | Compiling cpufeatures v0.2.12 |
1130 | 2024-09-06T22:57:11.482Z | Compiling futures-sink v0.3.30 |
1131 | 2024-09-06T22:57:11.607Z | Compiling libm v0.2.8 |
1132 | 2024-09-06T22:57:11.647Z | Compiling slab v0.4.9 |
1133 | 2024-09-06T22:57:11.691Z | Compiling num-traits v0.2.19 |
1134 | 2024-09-06T22:57:11.718Z | Compiling allocator-api2 v0.2.18 |
1135 | 2024-09-06T22:57:11.953Z | Compiling unicode-bidi v0.3.15 |
1136 | 2024-09-06T22:57:12.211Z | Compiling unicode-normalization v0.1.23 |
1137 | 2024-09-06T22:57:12.252Z | Compiling futures-channel v0.3.30 |
1138 | 2024-09-06T22:57:12.455Z | Compiling vcpkg v0.2.15 |
1139 | 2024-09-06T22:57:12.502Z | Compiling futures-task v0.3.30 |
1140 | 2024-09-06T22:57:12.644Z | Compiling pkg-config v0.3.30 |
1141 | 2024-09-06T22:57:12.783Z | Compiling pin-utils v0.1.0 |
1142 | 2024-09-06T22:57:13.094Z | Compiling futures-io v0.3.30 |
1143 | 2024-09-06T22:57:13.140Z | Compiling ring v0.17.8 |
1144 | 2024-09-06T22:57:13.229Z | Compiling base64ct v1.6.0 |
1145 | 2024-09-06T22:57:13.282Z | Compiling flagset v0.4.5 |
1146 | 2024-09-06T22:57:13.436Z | Compiling percent-encoding v2.3.1 |
1147 | 2024-09-06T22:57:13.533Z | Compiling ppv-lite86 v0.2.17 |
1148 | 2024-09-06T22:57:13.766Z | Compiling pem-rfc7468 v0.7.0 |
1149 | 2024-09-06T22:57:13.822Z | Compiling tracing-core v0.1.32 |
1150 | 2024-09-06T22:57:14.073Z | Compiling untrusted v0.9.0 |
1151 | 2024-09-06T22:57:14.214Z | Compiling rand_chacha v0.3.1 |
1152 | 2024-09-06T22:57:14.244Z | Compiling rustix v0.38.34 |
1153 | 2024-09-06T22:57:14.464Z | Compiling openssl-sys v0.9.103 |
1154 | 2024-09-06T22:57:14.488Z | Compiling foreign-types-shared v0.1.1 |
1155 | 2024-09-06T22:57:14.596Z | Compiling powerfmt v0.2.0 |
1156 | 2024-09-06T22:57:14.662Z | Compiling rand v0.8.5 |
1157 | 2024-09-06T22:57:14.972Z | Compiling httparse v1.8.0 |
1158 | 2024-09-06T22:57:15.083Z | Compiling openssl v0.10.66 |
1159 | 2024-09-06T22:57:15.108Z | Compiling num-conv v0.1.0 |
1160 | 2024-09-06T22:57:15.375Z | Compiling rustversion v1.0.17 |
1161 | 2024-09-06T22:57:15.400Z | Compiling time-core v0.1.2 |
1162 | 2024-09-06T22:57:15.498Z | Compiling deranged v0.3.11 |
1163 | 2024-09-06T22:57:15.574Z | Compiling time-macros v0.2.18 |
1164 | 2024-09-06T22:57:16.068Z | Compiling foreign-types v0.3.2 |
1165 | 2024-09-06T22:57:16.111Z | Compiling form_urlencoded v1.2.1 |
1166 | 2024-09-06T22:57:16.166Z | Compiling aho-corasick v1.1.3 |
1167 | 2024-09-06T22:57:16.384Z | Compiling crossbeam-utils v0.8.19 |
1168 | 2024-09-06T22:57:16.433Z | Compiling regex-syntax v0.8.4 |
1169 | 2024-09-06T22:57:16.739Z | Compiling try-lock v0.2.5 |
1170 | 2024-09-06T22:57:16.868Z | Compiling rustls v0.21.12 |
1171 | 2024-09-06T22:57:16.942Z | Compiling native-tls v0.2.11 |
1172 | 2024-09-06T22:57:17.099Z | Compiling siphasher v0.3.11 |
1173 | 2024-09-06T22:57:17.145Z | Compiling num_threads v0.1.7 |
1174 | 2024-09-06T22:57:17.242Z | Compiling syn v1.0.109 |
1175 | 2024-09-06T22:57:17.335Z | Compiling want v0.3.1 |
1176 | 2024-09-06T22:57:17.879Z | Compiling idna v0.5.0 |
1177 | 2024-09-06T22:57:18.214Z | Compiling cookie v0.17.0 |
1178 | 2024-09-06T22:57:18.318Z | Compiling time v0.3.36 |
1179 | 2024-09-06T22:57:18.524Z | Compiling httpdate v1.0.3 |
1180 | 2024-09-06T22:57:18.713Z | Compiling finl_unicode v1.2.0 |
1181 | 2024-09-06T22:57:18.931Z | Compiling tower-service v0.3.2 |
1182 | 2024-09-06T22:57:19.049Z | Compiling openssl-probe v0.1.5 |
1183 | 2024-09-06T22:57:19.199Z | Compiling iana-time-zone v0.1.60 |
1184 | 2024-09-06T22:57:19.223Z | Compiling slog v2.7.0 |
1185 | 2024-09-06T22:57:19.364Z | Compiling regex-automata v0.4.6 |
1186 | 2024-09-06T22:57:19.616Z | Compiling stringprep v0.1.4 |
1187 | 2024-09-06T22:57:19.738Z | Compiling url v2.5.2 |
1188 | 2024-09-06T22:57:21.286Z | Compiling serde_derive v1.0.208 |
1189 | 2024-09-06T22:57:21.363Z | Compiling zeroize_derive v1.4.2 |
1190 | 2024-09-06T22:57:21.960Z | Compiling zerocopy-derive v0.7.34 |
1191 | 2024-09-06T22:57:21.994Z | Compiling tokio-macros v2.4.0 |
1192 | 2024-09-06T22:57:22.689Z | Compiling zeroize v1.7.0 |
1193 | 2024-09-06T22:57:22.762Z | Compiling thiserror-impl v1.0.63 |
1194 | 2024-09-06T22:57:22.817Z | Compiling futures-macro v0.3.30 |
1195 | 2024-09-06T22:57:23.319Z | Compiling der_derive v0.7.2 |
1196 | 2024-09-06T22:57:23.845Z | Compiling zerocopy v0.7.34 |
1197 | 2024-09-06T22:57:24.280Z | Compiling crypto-common v0.1.6 |
1198 | 2024-09-06T22:57:24.476Z | Compiling block-buffer v0.10.4 |
1199 | 2024-09-06T22:57:24.501Z | Compiling block-padding v0.3.3 |
1200 | 2024-09-06T22:57:24.711Z | Compiling digest v0.10.7 |
1201 | 2024-09-06T22:57:24.735Z | Compiling inout v0.1.3 |
1202 | 2024-09-06T22:57:24.982Z | Compiling cipher v0.4.4 |
1203 | 2024-09-06T22:57:25.152Z | Compiling hmac v0.12.1 |
1204 | 2024-09-06T22:57:25.373Z | Compiling sha2 v0.10.8 |
1205 | 2024-09-06T22:57:25.396Z | Compiling futures-util v0.3.30 |
1206 | 2024-09-06T22:57:25.430Z | Compiling salsa20 v0.10.2 |
1207 | 2024-09-06T22:57:25.501Z | Compiling thiserror v1.0.63 |
1208 | 2024-09-06T22:57:25.634Z | Compiling hashbrown v0.14.5 |
1209 | 2024-09-06T22:57:25.658Z | Compiling pest v2.7.10 |
1210 | 2024-09-06T22:57:25.716Z | Compiling der v0.7.9 |
1211 | 2024-09-06T22:57:26.941Z | Compiling pbkdf2 v0.12.2 |
1212 | 2024-09-06T22:57:27.113Z | Compiling scroll_derive v0.12.0 |
1213 | 2024-09-06T22:57:27.963Z | Compiling pest_meta v2.7.10 |
1214 | 2024-09-06T22:57:28.450Z | Compiling tracing-attributes v0.1.27 |
1215 | 2024-09-06T22:57:28.483Z | Compiling scroll v0.12.0 |
1216 | 2024-09-06T22:57:28.754Z | Compiling spki v0.7.3 |
1217 | 2024-09-06T22:57:29.002Z | Compiling scrypt v0.11.0 |
1218 | 2024-09-06T22:57:29.084Z | Compiling aes v0.8.4 |
1219 | 2024-09-06T22:57:29.494Z | Compiling pest_generator v2.7.10 |
1220 | 2024-09-06T22:57:30.090Z | Compiling cbc v0.1.2 |
1221 | 2024-09-06T22:57:30.302Z | Compiling pkcs5 v0.7.1 |
1222 | 2024-09-06T22:57:30.599Z | Compiling goblin v0.8.2 |
1223 | 2024-09-06T22:57:31.098Z | Compiling openssl-macros v0.1.1 |
1224 | 2024-09-06T22:57:31.209Z | Compiling pkcs8 v0.10.2 |
1225 | 2024-09-06T22:57:31.341Z | Compiling sct v0.7.1 |
1226 | 2024-09-06T22:57:31.655Z | Compiling rustls-webpki v0.101.7 |
1227 | 2024-09-06T22:57:31.704Z | Compiling tracing v0.1.40 |
1228 | 2024-09-06T22:57:31.820Z | Compiling md-5 v0.10.6 |
1229 | 2024-09-06T22:57:31.921Z | Compiling num-integer v0.1.46 |
1230 | 2024-09-06T22:57:32.050Z | Compiling backtrace v0.3.71 |
1231 | 2024-09-06T22:57:32.151Z | Compiling idna v0.3.0 |
1232 | 2024-09-06T22:57:32.331Z | Compiling pest_derive v2.7.10 |
1233 | 2024-09-06T22:57:32.587Z | Compiling lazy_static v1.5.0 |
1234 | 2024-09-06T22:57:32.709Z | Compiling hash32 v0.2.1 |
1235 | 2024-09-06T22:57:32.810Z | Compiling adler v1.0.2 |
1236 | 2024-09-06T22:57:33.016Z | Compiling dtrace-parser v0.2.0 |
1237 | 2024-09-06T22:57:33.045Z | Compiling crc32fast v1.4.0 |
1238 | 2024-09-06T22:57:33.069Z | Compiling fallible-iterator v0.2.0 |
1239 | 2024-09-06T22:57:33.314Z | Compiling bytes v1.7.1 |
1240 | 2024-09-06T22:57:33.497Z | Compiling bitflags v2.6.0 |
1241 | 2024-09-06T22:57:33.606Z | Compiling indexmap v2.4.0 |
1242 | 2024-09-06T22:57:33.737Z | Compiling semver v1.0.23 |
1243 | 2024-09-06T22:57:34.428Z | Compiling tokio v1.39.3 |
1244 | 2024-09-06T22:57:34.531Z | Compiling http v0.2.12 |
1245 | 2024-09-06T22:57:34.809Z | Compiling rustc_version v0.4.0 |
1246 | 2024-09-06T22:57:35.512Z | Compiling heapless v0.7.17 |
1247 | 2024-09-06T22:57:35.888Z | Compiling http-body v0.4.6 |
1248 | 2024-09-06T22:57:36.220Z | Compiling dof v0.3.0 |
1249 | 2024-09-06T22:57:36.303Z | Compiling uuid v1.10.0 |
1250 | 2024-09-06T22:57:36.528Z | Compiling toml_datetime v0.6.8 |
1251 | 2024-09-06T22:57:36.770Z | Compiling chrono v0.4.38 |
1252 | 2024-09-06T22:57:37.000Z | Compiling usdt-impl v0.5.0 |
1253 | 2024-09-06T22:57:37.511Z | Compiling serde_spanned v0.6.7 |
1254 | 2024-09-06T22:57:37.742Z | Compiling serde_tokenstream v0.2.2 |
1255 | 2024-09-06T22:57:38.047Z | Compiling num-bigint-dig v0.8.4 |
1256 | 2024-09-06T22:57:38.310Z | Compiling base64 v0.22.1 |
1257 | 2024-09-06T22:57:38.335Z | Compiling smoltcp v0.9.1 |
1258 | 2024-09-06T22:57:38.335Z | Compiling psl-types v2.0.11 |
1259 | 2024-09-06T22:57:38.529Z | Compiling stable_deref_trait v1.2.0 |
1260 | 2024-09-06T22:57:38.626Z | Compiling gimli v0.28.1 |
1261 | 2024-09-06T22:57:38.992Z | Compiling signal-hook v0.3.17 |
1262 | 2024-09-06T22:57:39.042Z | Compiling postgres-protocol v0.6.7 |
1263 | 2024-09-06T22:57:39.498Z | Compiling publicsuffix v2.2.3 |
1264 | 2024-09-06T22:57:39.758Z | Compiling terminal_size v0.3.0 |
1265 | 2024-09-06T22:57:40.107Z | Compiling miniz_oxide v0.7.2 |
1266 | 2024-09-06T22:57:40.131Z | Compiling hubpack_derive v0.1.1 |
1267 | 2024-09-06T22:57:40.217Z | Compiling num-iter v0.1.45 |
1268 | 2024-09-06T22:57:40.285Z | Compiling async-trait v0.1.81 |
1269 | 2024-09-06T22:57:40.385Z | Compiling zerocopy-derive v0.6.6 |
1270 | 2024-09-06T22:57:40.915Z | Compiling phf_shared v0.11.2 |
1271 | 2024-09-06T22:57:41.268Z | Compiling serde_derive_internals v0.29.1 |
1272 | 2024-09-06T22:57:41.544Z | Compiling tokio-util v0.7.11 |
1273 | 2024-09-06T22:57:41.567Z | Compiling tokio-rustls v0.24.1 |
1274 | 2024-09-06T22:57:41.924Z | Compiling tokio-native-tls v0.3.1 |
1275 | 2024-09-06T22:57:42.152Z | Compiling addr2line v0.21.0 |
1276 | 2024-09-06T22:57:42.176Z | Compiling ff v0.13.0 |
1277 | 2024-09-06T22:57:42.226Z | Compiling object v0.32.2 |
1278 | 2024-09-06T22:57:42.389Z | Compiling h2 v0.3.26 |
1279 | 2024-09-06T22:57:42.708Z | Compiling fs-err v2.11.0 |
1280 | 2024-09-06T22:57:42.735Z | Compiling winnow v0.5.40 |
1281 | 2024-09-06T22:57:42.766Z | Compiling adler2 v2.0.0 |
1282 | 2024-09-06T22:57:42.766Z | Compiling anyhow v1.0.86 |
1283 | 2024-09-06T22:57:43.024Z | Compiling base16ct v0.2.0 |
1284 | 2024-09-06T22:57:43.048Z | Compiling base64 v0.21.7 |
1285 | 2024-09-06T22:57:43.315Z | Compiling bitflags v1.3.2 |
1286 | 2024-09-06T22:57:43.381Z | Compiling schemars v0.8.21 |
1287 | 2024-09-06T22:57:43.469Z | Compiling ipnet v2.9.0 |
1288 | 2024-09-06T22:57:43.709Z | Compiling rustc-demangle v0.1.24 |
1289 | 2024-09-06T22:57:43.733Z | Compiling either v1.13.0 |
1290 | 2024-09-06T22:57:43.757Z | Compiling managed v0.8.0 |
1291 | 2024-09-06T22:57:44.164Z | Compiling schemars_derive v0.8.21 |
1292 | 2024-09-06T22:57:44.488Z | Compiling rustls-pemfile v1.0.4 |
1293 | 2024-09-06T22:57:44.556Z | Compiling clap_builder v4.5.15 |
1294 | 2024-09-06T22:57:45.046Z | Compiling sec1 v0.7.3 |
1295 | 2024-09-06T22:57:45.692Z | Compiling toml_edit v0.19.15 |
1296 | 2024-09-06T22:57:45.865Z | Compiling miniz_oxide v0.8.0 |
1297 | 2024-09-06T22:57:45.996Z | Compiling group v0.13.0 |
1298 | 2024-09-06T22:57:46.277Z | Compiling zerocopy v0.6.6 |
1299 | 2024-09-06T22:57:46.925Z | Compiling phf v0.11.2 |
1300 | 2024-09-06T22:57:47.015Z | Compiling hubpack v0.1.2 |
1301 | 2024-09-06T22:57:47.185Z | Compiling cookie_store v0.20.0 |
1302 | 2024-09-06T22:57:47.632Z | Compiling postgres-types v0.2.7 |
1303 | 2024-09-06T22:57:47.717Z | Compiling usdt-attr-macro v0.5.0 |
1304 | 2024-09-06T22:57:48.444Z | Compiling hyper v0.14.30 |
1305 | 2024-09-06T22:57:48.912Z | Compiling usdt-macro v0.5.0 |
1306 | 2024-09-06T22:57:49.925Z | Compiling serde_urlencoded v0.7.1 |
1307 | 2024-09-06T22:57:50.129Z | Compiling pkcs1 v0.7.5 |
1308 | 2024-09-06T22:57:50.374Z | Compiling futures-executor v0.3.30 |
1309 | 2024-09-06T22:57:50.872Z | Compiling hkdf v0.12.4 |
1310 | 2024-09-06T22:57:50.961Z | Compiling signature v2.2.0 |
1311 | 2024-09-06T22:57:51.104Z | Compiling crypto-bigint v0.5.5 |
1312 | 2024-09-06T22:57:51.188Z | Compiling regex v1.10.6 |
1313 | 2024-09-06T22:57:51.238Z | Compiling bstr v1.9.1 |
1314 | 2024-09-06T22:57:51.551Z | Compiling enum-as-inner v0.6.0 |
1315 | 2024-09-06T22:57:52.160Z | Compiling serde_repr v0.1.19 |
1316 | 2024-09-06T22:57:52.448Z | Compiling strum_macros v0.25.3 |
1317 | 2024-09-06T22:57:52.491Z | Compiling clap_derive v4.5.13 |
1318 | 2024-09-06T22:57:52.537Z | Compiling phf_shared v0.10.0 |
1319 | 2024-09-06T22:57:52.794Z | Compiling float-cmp v0.9.0 |
1320 | 2024-09-06T22:57:52.885Z | Compiling idna v0.4.0 |
1321 | 2024-09-06T22:57:53.004Z | Compiling mio v0.8.11 |
1322 | 2024-09-06T22:57:53.162Z | Compiling encoding_rs v0.8.34 |
1323 | 2024-09-06T22:57:54.165Z | Compiling dyn-clone v1.0.17 |
1324 | 2024-09-06T22:57:54.223Z | Compiling fixedbitset v0.4.2 |
1325 | 2024-09-06T22:57:54.376Z | Compiling hyper-tls v0.5.0 |
1326 | 2024-09-06T22:57:54.639Z | Compiling hyper-rustls v0.24.2 |
1327 | 2024-09-06T22:57:54.691Z | Compiling static_assertions v1.1.0 |
1328 | 2024-09-06T22:57:54.790Z | Compiling bit-vec v0.6.3 |
1329 | 2024-09-06T22:57:54.957Z | Compiling unicode-segmentation v1.11.0 |
1330 | 2024-09-06T22:57:55.205Z | Compiling sync_wrapper v0.1.2 |
1331 | 2024-09-06T22:57:55.331Z | Compiling mime v0.3.17 |
1332 | 2024-09-06T22:57:55.677Z | Compiling difflib v0.4.0 |
1333 | 2024-09-06T22:57:55.879Z | Compiling minimal-lexical v0.2.1 |
1334 | 2024-09-06T22:57:55.906Z | Compiling data-encoding v2.6.0 |
1335 | 2024-09-06T22:57:56.135Z | Compiling precomputed-hash v0.1.1 |
1336 | 2024-09-06T22:57:56.261Z | Compiling new_debug_unreachable v1.0.6 |
1337 | 2024-09-06T22:57:56.373Z | Compiling predicates-core v1.0.6 |
1338 | 2024-09-06T22:57:56.399Z | Compiling normalize-line-endings v0.3.0 |
1339 | 2024-09-06T22:57:56.520Z | Compiling whoami v1.5.1 |
1340 | 2024-09-06T22:57:56.574Z | Compiling webpki-roots v0.25.4 |
1341 | 2024-09-06T22:57:56.716Z | Compiling reqwest v0.11.27 |
1342 | 2024-09-06T22:57:56.740Z | Compiling clap v4.5.16 |
1343 | 2024-09-06T22:57:56.866Z | Compiling tokio-postgres v0.7.11 |
1344 | 2024-09-06T22:57:56.890Z | Compiling predicates v3.1.2 |
1345 | 2024-09-06T22:57:56.914Z | Compiling console v0.15.8 |
1346 | 2024-09-06T22:57:57.081Z | Compiling hickory-proto v0.24.1 |
1347 | 2024-09-06T22:57:57.119Z | Compiling string_cache v0.8.7 |
1348 | 2024-09-06T22:57:57.541Z | Compiling nom v7.1.3 |
1349 | 2024-09-06T22:57:57.901Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1350 | 2024-09-06T22:57:58.244Z | Compiling toml_edit v0.22.20 |
1351 | 2024-09-06T22:57:58.375Z | Compiling similar v2.6.0 |
1352 | 2024-09-06T22:57:59.200Z | Compiling bit-set v0.5.3 |
1353 | 2024-09-06T22:57:59.459Z | Compiling petgraph v0.6.5 |
1354 | 2024-09-06T22:58:00.532Z | Compiling elliptic-curve v0.13.8 |
1355 | 2024-09-06T22:58:01.294Z | Compiling signal-hook-mio v0.2.4 |
1356 | 2024-09-06T22:58:01.461Z | Compiling usdt v0.5.0 |
1357 | 2024-09-06T22:58:01.488Z | Compiling rsa v0.9.6 |
1358 | 2024-09-06T22:58:01.914Z | Compiling futures v0.3.30 |
1359 | 2024-09-06T22:58:02.778Z | Compiling toml v0.7.8 |
1360 | 2024-09-06T22:58:02.849Z | Compiling flate2 v1.0.33 |
1361 | 2024-09-06T22:58:03.580Z | Compiling itertools v0.12.1 |
1362 | 2024-09-06T22:58:03.686Z | Compiling itertools v0.10.5 |
1363 | 2024-09-06T22:58:03.832Z | Compiling tokio-stream v0.1.15 |
1364 | 2024-09-06T22:58:04.217Z | Compiling openapiv3 v2.0.0 |
1365 | 2024-09-06T22:58:04.648Z | Compiling hex v0.4.3 |
1366 | 2024-09-06T22:58:05.150Z | Compiling sha1 v0.10.6 |
1367 | 2024-09-06T22:58:05.256Z | Compiling crossbeam-epoch v0.9.18 |
1368 | 2024-09-06T22:58:05.503Z | Compiling dirs-sys-next v0.1.2 |
1369 | 2024-09-06T22:58:05.609Z | Compiling peg-runtime v0.8.3 |
1370 | 2024-09-06T22:58:05.931Z | Compiling unicode-xid v0.2.4 |
1371 | 2024-09-06T22:58:06.040Z | Compiling lalrpop-util v0.19.12 |
1372 | 2024-09-06T22:58:06.094Z | Compiling dirs-next v2.0.0 |
1373 | 2024-09-06T22:58:06.118Z | Compiling thread_local v1.1.8 |
1374 | 2024-09-06T22:58:06.172Z | Compiling slog-async v2.8.0 |
1375 | 2024-09-06T22:58:06.220Z | Compiling xattr v1.3.1 |
1376 | 2024-09-06T22:58:06.299Z | Compiling term v0.7.0 |
1377 | 2024-09-06T22:58:06.400Z | Compiling crossbeam-channel v0.5.12 |
1378 | 2024-09-06T22:58:06.507Z | Compiling strum_macros v0.26.4 |
1379 | 2024-09-06T22:58:06.629Z | Compiling is-terminal v0.4.12 |
1380 | 2024-09-06T22:58:06.737Z | Compiling filetime v0.2.25 |
1381 | 2024-09-06T22:58:06.761Z | Compiling take_mut v0.2.2 |
1382 | 2024-09-06T22:58:06.911Z | Compiling slog-term v2.9.1 |
1383 | 2024-09-06T22:58:07.027Z | Compiling tar v0.4.41 |
1384 | 2024-09-06T22:58:07.624Z | Compiling camino v1.1.9 |
1385 | 2024-09-06T22:58:08.724Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1386 | 2024-09-06T22:58:09.675Z | Compiling strum v0.26.3 |
1387 | 2024-09-06T22:58:09.789Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1388 | 2024-09-06T22:58:16.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
1389 | 2024-09-06T22:58:16.718Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1390 | 2024-09-06T22:58:16.788Z | Sep 06 22:58:15.943 INFO Starting download, target: Clickhouse |
1391 | 2024-09-06T22:58:16.788Z | Sep 06 22:58:15.943 INFO Starting download, target: Cockroach |
1392 | 2024-09-06T22:58:16.789Z | Sep 06 22:58:15.943 INFO Starting download, target: Console |
1393 | 2024-09-06T22:58:16.789Z | Sep 06 22:58:15.944 INFO Starting download, target: DendriteOpenapi |
1394 | 2024-09-06T22:58:16.789Z | Sep 06 22:58:15.944 INFO Starting download, target: DendriteStub |
1395 | 2024-09-06T22:58:16.789Z | Sep 06 22:58:15.944 INFO Starting download, target: MaghemiteMgd |
1396 | 2024-09-06T22:58:16.789Z | Sep 06 22:58:15.944 INFO Starting download, target: TransceiverControl |
1397 | 2024-09-06T22:58:16.813Z | Sep 06 22:58:15.945 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1398 | 2024-09-06T22:58:16.813Z | Sep 06 22:58:15.945 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1399 | 2024-09-06T22:58:16.813Z | Sep 06 22:58:15.946 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1400 | 2024-09-06T22:58:16.813Z | Sep 06 22:58:15.946 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1401 | 2024-09-06T22:58:16.813Z | Sep 06 22:58:15.946 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1402 | 2024-09-06T22:58:16.813Z | Sep 06 22:58:15.946 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1403 | 2024-09-06T22:58:16.813Z | Sep 06 22:58:15.946 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1404 | 2024-09-06T22:58:17.134Z | Sep 06 22:58:16.287 INFO Download complete, target: DendriteOpenapi |
1405 | 2024-09-06T22:58:17.487Z | Sep 06 22:58:16.642 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1406 | 2024-09-06T22:58:17.714Z | Sep 06 22:58:16.869 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1407 | 2024-09-06T22:58:18.037Z | Sep 06 22:58:17.192 INFO Download complete, target: Console |
1408 | 2024-09-06T22:58:18.149Z | Sep 06 22:58:17.304 INFO Download complete, target: TransceiverControl |
1409 | 2024-09-06T22:58:19.357Z | Sep 06 22:58:18.512 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1410 | 2024-09-06T22:58:19.438Z | Sep 06 22:58:18.593 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1411 | 2024-09-06T22:58:22.370Z | Sep 06 22:58:21.525 INFO Download complete, target: DendriteStub |
1412 | 2024-09-06T22:58:22.762Z | Sep 06 22:58:21.916 INFO Download complete, target: MaghemiteMgd |
1413 | 2024-09-06T22:58:29.742Z | Sep 06 22:58:28.897 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1414 | 2024-09-06T22:58:29.742Z | Sep 06 22:58:28.897 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1415 | 2024-09-06T22:58:34.456Z | Sep 06 22:58:33.607 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1416 | 2024-09-06T22:58:38.432Z | Sep 06 22:58:37.583 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1417 | 2024-09-06T22:58:38.831Z | Sep 06 22:58:37.982 INFO Checking that binary works, target: Cockroach |
1418 | 2024-09-06T22:58:39.096Z | Sep 06 22:58:38.251 INFO Download complete, target: Cockroach |
1419 | 2024-09-06T22:58:49.374Z | Sep 06 22:58:48.527 INFO Checking that binary works, target: Clickhouse |
1420 | 2024-09-06T22:58:53.276Z | Sep 06 22:58:48.767 INFO Download complete, target: Clickhouse |
1421 | 2024-09-06T22:58:53.338Z | All builder prerequisites installed successfully, and PATH looks valid |
1422 | 2024-09-06T22:58:53.338Z | |
1423 | 2024-09-06T22:58:53.338Z | real 4:04.204500246 |
1424 | 2024-09-06T22:58:53.338Z | user 10:14.320530026 |
1425 | 2024-09-06T22:58:53.338Z | sys 2:26.344198878 |
1426 | 2024-09-06T22:58:53.338Z | trap 0.317798568 |
1427 | 2024-09-06T22:58:53.338Z | tflt 0.685057685 |
1428 | 2024-09-06T22:58:53.338Z | dflt 1.669501898 |
1429 | 2024-09-06T22:58:53.338Z | kflt 0.011304832 |
1430 | 2024-09-06T22:58:53.338Z | lock 24:46.825195549 |
1431 | 2024-09-06T22:58:53.338Z | slp 38:59.125750888 |
1432 | 2024-09-06T22:58:53.338Z | lat 44.290612294 |
1433 | 2024-09-06T22:58:53.338Z | stop 1:44.748009598 |
1434 | 2024-09-06T22:58:53.338Z | + banner hack-check |
1435 | 2024-09-06T22:58:53.338Z | |
1436 | 2024-09-06T22:58:53.338Z | # # ## #### # # #### # # ###### #### # # |
1437 | 2024-09-06T22:58:53.338Z | # # # # # # # # # # # # # # # # # |
1438 | 2024-09-06T22:58:53.338Z | ###### # # # #### ##### # ###### ##### # #### |
1439 | 2024-09-06T22:58:53.338Z | # # ###### # # # # # # # # # # |
1440 | 2024-09-06T22:58:53.338Z | # # # # # # # # # # # # # # # # # |
1441 | 2024-09-06T22:58:53.338Z | # # # # #### # # #### # # ###### #### # # |
1442 | 2024-09-06T22:58:53.338Z | |
1443 | 2024-09-06T22:58:53.338Z | + export CARGO_INCREMENTAL=0 |
1444 | 2024-09-06T22:58:53.338Z | + CARGO_INCREMENTAL=0 |
1445 | 2024-09-06T22:58:53.338Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1446 | 2024-09-06T22:58:53.339Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1447 | 2024-09-06T22:58:55.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s |
1448 | 2024-09-06T22:58:55.379Z | Running `target/debug/xtask check-features --ci` |
1449 | 2024-09-06T22:58:55.405Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1450 | 2024-09-06T22:58:55.405Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1451 | 2024-09-06T22:58:56.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1452 | 2024-09-06T22:58:56.251Z | Running `target/debug/xtask download cargo-hack` |
1453 | 2024-09-06T22:58:57.535Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1454 | 2024-09-06T22:58:57.911Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1455 | 2024-09-06T22:59:04.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.04s |
1456 | 2024-09-06T22:59:04.441Z | Running `target/debug/xtask-downloader cargo-hack` |
1457 | 2024-09-06T22:59:04.490Z | Sep 06 22:59:03.646 INFO Starting download, target: CargoHack |
1458 | 2024-09-06T22:59:04.514Z | Sep 06 22:59:03.647 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1459 | 2024-09-06T22:59:05.083Z | Sep 06 22:59:04.238 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1460 | 2024-09-06T22:59:05.200Z | Sep 06 22:59:04.354 INFO Download complete, target: CargoHack |
1461 | 2024-09-06T22:59:05.224Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1462 | 2024-09-06T22:59:05.247Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1463 | 2024-09-06T22:59:05.437Z | info: running `cargo check --bins` on api_identity (1/158) |
1464 | 2024-09-06T22:59:06.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1465 | 2024-09-06T22:59:06.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1466 | 2024-09-06T22:59:06.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1467 | 2024-09-06T22:59:06.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1468 | 2024-09-06T22:59:06.270Z | |
1469 | 2024-09-06T22:59:06.270Z | info: running `cargo check --bins` on bootstore (2/158) |
1470 | 2024-09-06T22:59:07.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1471 | 2024-09-06T22:59:07.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1472 | 2024-09-06T22:59:07.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1473 | 2024-09-06T22:59:07.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1474 | 2024-09-06T22:59:07.119Z | |
1475 | 2024-09-06T22:59:07.120Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/158) |
1476 | 2024-09-06T22:59:07.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1477 | 2024-09-06T22:59:07.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1478 | 2024-09-06T22:59:07.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1479 | 2024-09-06T22:59:07.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1480 | 2024-09-06T22:59:07.967Z | |
1481 | 2024-09-06T22:59:07.967Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158) |
1482 | 2024-09-06T22:59:08.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1483 | 2024-09-06T22:59:08.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1484 | 2024-09-06T22:59:08.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1485 | 2024-09-06T22:59:08.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1486 | 2024-09-06T22:59:08.849Z | |
1487 | 2024-09-06T22:59:08.849Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158) |
1488 | 2024-09-06T22:59:09.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1489 | 2024-09-06T22:59:09.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1490 | 2024-09-06T22:59:09.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1491 | 2024-09-06T22:59:09.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1492 | 2024-09-06T22:59:09.517Z | |
1493 | 2024-09-06T22:59:09.517Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158) |
1494 | 2024-09-06T22:59:10.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1495 | 2024-09-06T22:59:10.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1496 | 2024-09-06T22:59:10.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1497 | 2024-09-06T22:59:10.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1498 | 2024-09-06T22:59:10.162Z | |
1499 | 2024-09-06T22:59:10.162Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158) |
1500 | 2024-09-06T22:59:10.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1501 | 2024-09-06T22:59:10.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1502 | 2024-09-06T22:59:10.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1503 | 2024-09-06T22:59:10.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1504 | 2024-09-06T22:59:10.805Z | |
1505 | 2024-09-06T22:59:10.805Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158) |
1506 | 2024-09-06T22:59:11.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1507 | 2024-09-06T22:59:11.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1508 | 2024-09-06T22:59:11.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1509 | 2024-09-06T22:59:11.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1510 | 2024-09-06T22:59:11.497Z | |
1511 | 2024-09-06T22:59:11.497Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158) |
1512 | 2024-09-06T22:59:12.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1513 | 2024-09-06T22:59:12.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1514 | 2024-09-06T22:59:12.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1515 | 2024-09-06T22:59:12.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1516 | 2024-09-06T22:59:12.124Z | |
1517 | 2024-09-06T22:59:12.124Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158) |
1518 | 2024-09-06T22:59:12.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1519 | 2024-09-06T22:59:12.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1520 | 2024-09-06T22:59:12.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1521 | 2024-09-06T22:59:12.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1522 | 2024-09-06T22:59:12.792Z | |
1523 | 2024-09-06T22:59:12.792Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158) |
1524 | 2024-09-06T22:59:13.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1525 | 2024-09-06T22:59:13.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1526 | 2024-09-06T22:59:13.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1527 | 2024-09-06T22:59:13.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1528 | 2024-09-06T22:59:13.439Z | |
1529 | 2024-09-06T22:59:13.439Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158) |
1530 | 2024-09-06T22:59:14.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1531 | 2024-09-06T22:59:14.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1532 | 2024-09-06T22:59:14.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1533 | 2024-09-06T22:59:14.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1534 | 2024-09-06T22:59:14.063Z | |
1535 | 2024-09-06T22:59:14.063Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158) |
1536 | 2024-09-06T22:59:14.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1537 | 2024-09-06T22:59:14.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1538 | 2024-09-06T22:59:14.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1539 | 2024-09-06T22:59:14.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1540 | 2024-09-06T22:59:14.712Z | |
1541 | 2024-09-06T22:59:14.712Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158) |
1542 | 2024-09-06T22:59:15.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1543 | 2024-09-06T22:59:15.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1544 | 2024-09-06T22:59:15.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1545 | 2024-09-06T22:59:15.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1546 | 2024-09-06T22:59:15.347Z | |
1547 | 2024-09-06T22:59:15.347Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158) |
1548 | 2024-09-06T22:59:15.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1549 | 2024-09-06T22:59:15.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1550 | 2024-09-06T22:59:15.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1551 | 2024-09-06T22:59:15.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1552 | 2024-09-06T22:59:15.996Z | |
1553 | 2024-09-06T22:59:15.996Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158) |
1554 | 2024-09-06T22:59:16.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1555 | 2024-09-06T22:59:16.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1556 | 2024-09-06T22:59:16.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1557 | 2024-09-06T22:59:16.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1558 | 2024-09-06T22:59:16.671Z | |
1559 | 2024-09-06T22:59:16.671Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158) |
1560 | 2024-09-06T22:59:17.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1561 | 2024-09-06T22:59:17.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1562 | 2024-09-06T22:59:17.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1563 | 2024-09-06T22:59:17.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1564 | 2024-09-06T22:59:17.329Z | |
1565 | 2024-09-06T22:59:17.329Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158) |
1566 | 2024-09-06T22:59:17.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1567 | 2024-09-06T22:59:17.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1568 | 2024-09-06T22:59:17.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1569 | 2024-09-06T22:59:17.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1570 | 2024-09-06T22:59:17.987Z | |
1571 | 2024-09-06T22:59:17.987Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158) |
1572 | 2024-09-06T22:59:18.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1573 | 2024-09-06T22:59:18.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1574 | 2024-09-06T22:59:18.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1575 | 2024-09-06T22:59:18.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1576 | 2024-09-06T22:59:18.655Z | |
1577 | 2024-09-06T22:59:18.655Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158) |
1578 | 2024-09-06T22:59:19.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1579 | 2024-09-06T22:59:19.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1580 | 2024-09-06T22:59:19.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1581 | 2024-09-06T22:59:19.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1582 | 2024-09-06T22:59:19.301Z | |
1583 | 2024-09-06T22:59:19.301Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158) |
1584 | 2024-09-06T22:59:19.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1585 | 2024-09-06T22:59:19.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1586 | 2024-09-06T22:59:19.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1587 | 2024-09-06T22:59:19.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1588 | 2024-09-06T22:59:19.964Z | |
1589 | 2024-09-06T22:59:19.964Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158) |
1590 | 2024-09-06T22:59:20.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1591 | 2024-09-06T22:59:20.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1592 | 2024-09-06T22:59:20.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1593 | 2024-09-06T22:59:20.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1594 | 2024-09-06T22:59:20.627Z | |
1595 | 2024-09-06T22:59:20.627Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158) |
1596 | 2024-09-06T22:59:21.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1597 | 2024-09-06T22:59:21.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1598 | 2024-09-06T22:59:21.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1599 | 2024-09-06T22:59:21.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1600 | 2024-09-06T22:59:21.305Z | |
1601 | 2024-09-06T22:59:21.305Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158) |
1602 | 2024-09-06T22:59:21.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1603 | 2024-09-06T22:59:21.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1604 | 2024-09-06T22:59:21.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1605 | 2024-09-06T22:59:21.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1606 | 2024-09-06T22:59:21.969Z | |
1607 | 2024-09-06T22:59:21.969Z | info: running `cargo check --bins` on sled-hardware-types (25/158) |
1608 | 2024-09-06T22:59:22.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1609 | 2024-09-06T22:59:22.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1610 | 2024-09-06T22:59:22.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1611 | 2024-09-06T22:59:22.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1612 | 2024-09-06T22:59:22.849Z | |
1613 | 2024-09-06T22:59:22.849Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/158) |
1614 | 2024-09-06T22:59:23.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1615 | 2024-09-06T22:59:23.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1616 | 2024-09-06T22:59:23.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1617 | 2024-09-06T22:59:23.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1618 | 2024-09-06T22:59:23.718Z | |
1619 | 2024-09-06T22:59:23.718Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158) |
1620 | 2024-09-06T22:59:24.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1621 | 2024-09-06T22:59:24.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1622 | 2024-09-06T22:59:24.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1623 | 2024-09-06T22:59:24.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1624 | 2024-09-06T22:59:24.626Z | |
1625 | 2024-09-06T22:59:24.626Z | info: running `cargo check --bins` on oxlog (28/158) |
1626 | 2024-09-06T22:59:25.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1627 | 2024-09-06T22:59:25.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1628 | 2024-09-06T22:59:25.460Z | Checking cfg-if v1.0.0 |
1629 | 2024-09-06T22:59:25.485Z | Checking libc v0.2.158 |
1630 | 2024-09-06T22:59:25.485Z | Checking memchr v2.7.2 |
1631 | 2024-09-06T22:59:25.508Z | Checking serde v1.0.208 |
1632 | 2024-09-06T22:59:25.508Z | Checking zeroize v1.7.0 |
1633 | 2024-09-06T22:59:25.547Z | Checking typenum v1.17.0 |
1634 | 2024-09-06T22:59:25.571Z | Checking scopeguard v1.2.0 |
1635 | 2024-09-06T22:59:25.571Z | Checking byteorder v1.5.0 |
1636 | 2024-09-06T22:59:25.595Z | Checking log v0.4.21 |
1637 | 2024-09-06T22:59:25.706Z | Checking lock_api v0.4.12 |
1638 | 2024-09-06T22:59:25.772Z | Checking subtle v2.5.0 |
1639 | 2024-09-06T22:59:25.863Z | Checking once_cell v1.19.0 |
1640 | 2024-09-06T22:59:25.918Z | Checking const-oid v0.9.6 |
1641 | 2024-09-06T22:59:26.003Z | Checking itoa v1.0.11 |
1642 | 2024-09-06T22:59:26.081Z | Checking pin-project-lite v0.2.14 |
1643 | 2024-09-06T22:59:26.138Z | Checking smallvec v1.13.2 |
1644 | 2024-09-06T22:59:26.203Z | Checking zerocopy v0.7.34 |
1645 | 2024-09-06T22:59:26.228Z | Checking spin v0.9.8 |
1646 | 2024-09-06T22:59:26.274Z | Checking tinyvec_macros v0.1.1 |
1647 | 2024-09-06T22:59:26.358Z | Checking tinyvec v1.6.0 |
1648 | 2024-09-06T22:59:26.473Z | Checking cpufeatures v0.2.12 |
1649 | 2024-09-06T22:59:26.497Z | Checking getrandom v0.2.14 |
1650 | 2024-09-06T22:59:26.547Z | Checking generic-array v0.14.7 |
1651 | 2024-09-06T22:59:26.570Z | Checking parking_lot_core v0.9.10 |
1652 | 2024-09-06T22:59:26.594Z | Checking signal-hook-registry v1.4.2 |
1653 | 2024-09-06T22:59:26.718Z | Checking rand_core v0.6.4 |
1654 | 2024-09-06T22:59:26.789Z | Checking mio v1.0.2 |
1655 | 2024-09-06T22:59:26.842Z | Checking parking_lot v0.12.2 |
1656 | 2024-09-06T22:59:26.982Z | Checking socket2 v0.5.7 |
1657 | 2024-09-06T22:59:27.138Z | Checking futures-core v0.3.30 |
1658 | 2024-09-06T22:59:27.294Z | Checking futures-sink v0.3.30 |
1659 | 2024-09-06T22:59:27.318Z | Checking allocator-api2 v0.2.18 |
1660 | 2024-09-06T22:59:27.342Z | Checking unicode-bidi v0.3.15 |
1661 | 2024-09-06T22:59:27.365Z | Checking ahash v0.8.11 |
1662 | 2024-09-06T22:59:27.394Z | Checking libm v0.2.8 |
1663 | 2024-09-06T22:59:27.432Z | Checking unicode-normalization v0.1.23 |
1664 | 2024-09-06T22:59:27.456Z | Checking ryu v1.0.18 |
1665 | 2024-09-06T22:59:27.492Z | Checking crypto-common v0.1.6 |
1666 | 2024-09-06T22:59:27.648Z | Checking block-buffer v0.10.4 |
1667 | 2024-09-06T22:59:27.672Z | Checking block-padding v0.3.3 |
1668 | 2024-09-06T22:59:27.792Z | Checking equivalent v1.0.1 |
1669 | 2024-09-06T22:59:27.842Z | Checking digest v0.10.7 |
1670 | 2024-09-06T22:59:27.865Z | Checking inout v0.1.3 |
1671 | 2024-09-06T22:59:27.889Z | Checking hashbrown v0.14.5 |
1672 | 2024-09-06T22:59:27.889Z | Checking futures-channel v0.3.30 |
1673 | 2024-09-06T22:59:27.913Z | Checking slab v0.4.9 |
1674 | 2024-09-06T22:59:28.060Z | Checking cipher v0.4.4 |
1675 | 2024-09-06T22:59:28.139Z | Checking futures-task v0.3.30 |
1676 | 2024-09-06T22:59:28.175Z | Checking num-traits v0.2.19 |
1677 | 2024-09-06T22:59:28.175Z | Checking futures-io v0.3.30 |
1678 | 2024-09-06T22:59:28.199Z | Checking hmac v0.12.1 |
1679 | 2024-09-06T22:59:28.223Z | Checking sha2 v0.10.8 |
1680 | 2024-09-06T22:59:28.342Z | Checking pin-utils v0.1.0 |
1681 | 2024-09-06T22:59:28.382Z | Checking base64ct v1.6.0 |
1682 | 2024-09-06T22:59:28.431Z | Checking percent-encoding v2.3.1 |
1683 | 2024-09-06T22:59:28.454Z | Checking flagset v0.4.5 |
1684 | 2024-09-06T22:59:28.609Z | Checking ppv-lite86 v0.2.17 |
1685 | 2024-09-06T22:59:28.633Z | Checking salsa20 v0.10.2 |
1686 | 2024-09-06T22:59:28.675Z | Checking pbkdf2 v0.12.2 |
1687 | 2024-09-06T22:59:28.764Z | Checking pem-rfc7468 v0.7.0 |
1688 | 2024-09-06T22:59:28.814Z | Checking tracing-core v0.1.32 |
1689 | 2024-09-06T22:59:28.838Z | Checking fnv v1.0.7 |
1690 | 2024-09-06T22:59:28.906Z | Checking untrusted v0.9.0 |
1691 | 2024-09-06T22:59:28.950Z | Checking scrypt v0.11.0 |
1692 | 2024-09-06T22:59:28.994Z | Checking der v0.7.9 |
1693 | 2024-09-06T22:59:29.047Z | Checking ring v0.17.8 |
1694 | 2024-09-06T22:59:29.137Z | Checking aes v0.8.4 |
1695 | 2024-09-06T22:59:29.198Z | Checking rand_chacha v0.3.1 |
1696 | 2024-09-06T22:59:29.392Z | Checking tracing v0.1.40 |
1697 | 2024-09-06T22:59:29.505Z | Checking futures-util v0.3.30 |
1698 | 2024-09-06T22:59:29.529Z | Checking rand v0.8.5 |
1699 | 2024-09-06T22:59:29.552Z | Checking cbc v0.1.2 |
1700 | 2024-09-06T22:59:29.703Z | Checking thiserror v1.0.63 |
1701 | 2024-09-06T22:59:29.726Z | Checking foreign-types-shared v0.1.1 |
1702 | 2024-09-06T22:59:29.760Z | Checking bytes v1.7.1 |
1703 | 2024-09-06T22:59:29.817Z | Checking bitflags v2.6.0 |
1704 | 2024-09-06T22:59:29.841Z | Checking indexmap v2.4.0 |
1705 | 2024-09-06T22:59:29.870Z | Checking serde_json v1.0.125 |
1706 | 2024-09-06T22:59:30.063Z | Checking foreign-types v0.3.2 |
1707 | 2024-09-06T22:59:30.145Z | Checking form_urlencoded v1.2.1 |
1708 | 2024-09-06T22:59:30.309Z | Checking openssl-sys v0.9.103 |
1709 | 2024-09-06T22:59:30.444Z | Checking tokio v1.39.3 |
1710 | 2024-09-06T22:59:30.570Z | Checking http v0.2.12 |
1711 | 2024-09-06T22:59:30.595Z | Checking spki v0.7.3 |
1712 | 2024-09-06T22:59:30.621Z | Checking aho-corasick v1.1.3 |
1713 | 2024-09-06T22:59:30.833Z | Checking pkcs5 v0.7.1 |
1714 | 2024-09-06T22:59:30.907Z | Checking unicode-ident v1.0.12 |
1715 | 2024-09-06T22:59:31.046Z | Checking siphasher v0.3.11 |
1716 | 2024-09-06T22:59:31.268Z | Checking powerfmt v0.2.0 |
1717 | 2024-09-06T22:59:31.313Z | Checking regex-syntax v0.8.4 |
1718 | 2024-09-06T22:59:31.337Z | Checking try-lock v0.2.5 |
1719 | 2024-09-06T22:59:31.374Z | Checking openssl v0.10.66 |
1720 | 2024-09-06T22:59:31.444Z | Checking want v0.3.1 |
1721 | 2024-09-06T22:59:31.514Z | Checking deranged v0.3.11 |
1722 | 2024-09-06T22:59:31.598Z | Checking pkcs8 v0.10.2 |
1723 | 2024-09-06T22:59:31.707Z | Checking http-body v0.4.6 |
1724 | 2024-09-06T22:59:31.870Z | Checking proc-macro2 v1.0.86 |
1725 | 2024-09-06T22:59:31.994Z | Checking sct v0.7.1 |
1726 | 2024-09-06T22:59:32.041Z | Checking rustls-webpki v0.101.7 |
1727 | 2024-09-06T22:59:32.156Z | Checking uuid v1.10.0 |
1728 | 2024-09-06T22:59:32.437Z | Checking idna v0.5.0 |
1729 | 2024-09-06T22:59:32.658Z | Checking httparse v1.8.0 |
1730 | 2024-09-06T22:59:32.682Z | Checking errno v0.3.9 |
1731 | 2024-09-06T22:59:32.823Z | Checking scroll v0.12.0 |
1732 | 2024-09-06T22:59:32.945Z | Checking openssl-probe v0.1.5 |
1733 | 2024-09-06T22:59:33.004Z | Checking finl_unicode v1.2.0 |
1734 | 2024-09-06T22:59:33.058Z | Checking time-core v0.1.2 |
1735 | 2024-09-06T22:59:33.082Z | Checking tower-service v0.3.2 |
1736 | 2024-09-06T22:59:33.183Z | Checking num-conv v0.1.0 |
1737 | 2024-09-06T22:59:33.211Z | Checking num_threads v0.1.7 |
1738 | 2024-09-06T22:59:33.240Z | Checking ucd-trie v0.1.6 |
1739 | 2024-09-06T22:59:33.301Z | Checking httpdate v1.0.3 |
1740 | 2024-09-06T22:59:33.435Z | Checking anstyle v1.0.8 |
1741 | 2024-09-06T22:59:33.460Z | Checking plain v0.2.3 |
1742 | 2024-09-06T22:59:33.493Z | Checking iana-time-zone v0.1.60 |
1743 | 2024-09-06T22:59:33.517Z | Checking utf8parse v0.2.1 |
1744 | 2024-09-06T22:59:33.582Z | Checking goblin v0.8.2 |
1745 | 2024-09-06T22:59:33.624Z | Checking chrono v0.4.38 |
1746 | 2024-09-06T22:59:33.648Z | Checking anstyle-parse v0.2.4 |
1747 | 2024-09-06T22:59:33.748Z | Checking stringprep v0.1.4 |
1748 | 2024-09-06T22:59:33.859Z | Checking pest v2.7.10 |
1749 | 2024-09-06T22:59:33.883Z | Checking time v0.3.36 |
1750 | 2024-09-06T22:59:33.906Z | Checking regex-automata v0.4.6 |
1751 | 2024-09-06T22:59:33.987Z | Checking url v2.5.2 |
1752 | 2024-09-06T22:59:34.636Z | Checking rustix v0.38.34 |
1753 | 2024-09-06T22:59:35.331Z | Checking rustls v0.21.12 |
1754 | 2024-09-06T22:59:35.778Z | Checking native-tls v0.2.11 |
1755 | 2024-09-06T22:59:35.895Z | Checking quote v1.0.36 |
1756 | 2024-09-06T22:59:35.919Z | Checking serde_spanned v0.6.7 |
1757 | 2024-09-06T22:59:36.046Z | Checking toml_datetime v0.6.8 |
1758 | 2024-09-06T22:59:36.075Z | Checking num-integer v0.1.46 |
1759 | 2024-09-06T22:59:36.209Z | Checking md-5 v0.10.6 |
1760 | 2024-09-06T22:59:36.262Z | Checking idna v0.3.0 |
1761 | 2024-09-06T22:59:36.301Z | Checking lazy_static v1.5.0 |
1762 | 2024-09-06T22:59:36.407Z | Checking hash32 v0.2.1 |
1763 | 2024-09-06T22:59:36.433Z | Checking adler v1.0.2 |
1764 | 2024-09-06T22:59:36.486Z | Checking tokio-util v0.7.11 |
1765 | 2024-09-06T22:59:36.513Z | Checking colorchoice v1.0.1 |
1766 | 2024-09-06T22:59:36.569Z | Checking gimli v0.28.1 |
1767 | 2024-09-06T22:59:36.624Z | Checking base64 v0.22.1 |
1768 | 2024-09-06T22:59:36.677Z | Checking fallible-iterator v0.2.0 |
1769 | 2024-09-06T22:59:36.898Z | Checking is_terminal_polyfill v1.70.0 |
1770 | 2024-09-06T22:59:36.998Z | Checking stable_deref_trait v1.2.0 |
1771 | 2024-09-06T22:59:37.025Z | Checking psl-types v2.0.11 |
1772 | 2024-09-06T22:59:37.088Z | Checking anstyle-query v1.0.3 |
1773 | 2024-09-06T22:59:37.186Z | Checking pretty-hex v0.4.1 |
1774 | 2024-09-06T22:59:37.210Z | Checking publicsuffix v2.2.3 |
1775 | 2024-09-06T22:59:37.233Z | Checking anstream v0.6.14 |
1776 | 2024-09-06T22:59:37.257Z | Checking h2 v0.3.26 |
1777 | 2024-09-06T22:59:37.348Z | Checking postgres-protocol v0.6.7 |
1778 | 2024-09-06T22:59:37.411Z | Checking heapless v0.7.17 |
1779 | 2024-09-06T22:59:37.537Z | Checking miniz_oxide v0.7.2 |
1780 | 2024-09-06T22:59:37.725Z | Checking dof v0.3.0 |
1781 | 2024-09-06T22:59:37.791Z | Checking num-iter v0.1.45 |
1782 | 2024-09-06T22:59:37.899Z | Checking tokio-native-tls v0.3.1 |
1783 | 2024-09-06T22:59:37.923Z | Checking terminal_size v0.3.0 |
1784 | 2024-09-06T22:59:37.946Z | Checking syn v2.0.74 |
1785 | 2024-09-06T22:59:38.036Z | Checking tokio-rustls v0.24.1 |
1786 | 2024-09-06T22:59:38.069Z | Checking cookie v0.17.0 |
1787 | 2024-09-06T22:59:38.127Z | Checking dtrace-parser v0.2.0 |
1788 | 2024-09-06T22:59:38.250Z | Checking phf_shared v0.11.2 |
1789 | 2024-09-06T22:59:38.314Z | Checking ff v0.13.0 |
1790 | 2024-09-06T22:59:38.338Z | Checking thread-id v4.2.1 |
1791 | 2024-09-06T22:59:38.455Z | Checking object v0.32.2 |
1792 | 2024-09-06T22:59:38.479Z | Checking base64 v0.21.7 |
1793 | 2024-09-06T22:59:38.512Z | Checking rustc-demangle v0.1.24 |
1794 | 2024-09-06T22:59:38.536Z | Checking adler2 v2.0.0 |
1795 | 2024-09-06T22:59:38.567Z | Checking base16ct v0.2.0 |
1796 | 2024-09-06T22:59:38.659Z | Checking either v1.13.0 |
1797 | 2024-09-06T22:59:38.743Z | Checking strsim v0.11.1 |
1798 | 2024-09-06T22:59:38.869Z | Checking ipnet v2.9.0 |
1799 | 2024-09-06T22:59:38.894Z | Checking winnow v0.5.40 |
1800 | 2024-09-06T22:59:38.985Z | Checking managed v0.8.0 |
1801 | 2024-09-06T22:59:39.009Z | Checking clap_lex v0.7.0 |
1802 | 2024-09-06T22:59:39.202Z | Checking bitflags v1.3.2 |
1803 | 2024-09-06T22:59:39.255Z | Checking clap_builder v4.5.15 |
1804 | 2024-09-06T22:59:39.290Z | Checking rustls-pemfile v1.0.4 |
1805 | 2024-09-06T22:59:39.315Z | Checking smoltcp v0.9.1 |
1806 | 2024-09-06T22:59:39.454Z | Checking sec1 v0.7.3 |
1807 | 2024-09-06T22:59:39.761Z | Checking addr2line v0.21.0 |
1808 | 2024-09-06T22:59:39.787Z | Checking miniz_oxide v0.8.0 |
1809 | 2024-09-06T22:59:40.189Z | Checking phf v0.11.2 |
1810 | 2024-09-06T22:59:40.369Z | Checking group v0.13.0 |
1811 | 2024-09-06T22:59:40.418Z | Checking cookie_store v0.20.0 |
1812 | 2024-09-06T22:59:40.528Z | Checking num-bigint-dig v0.8.4 |
1813 | 2024-09-06T22:59:40.581Z | Checking postgres-types v0.2.7 |
1814 | 2024-09-06T22:59:40.934Z | Checking bstr v1.9.1 |
1815 | 2024-09-06T22:59:41.180Z | Checking regex v1.10.6 |
1816 | 2024-09-06T22:59:41.417Z | Checking toml_edit v0.19.15 |
1817 | 2024-09-06T22:59:41.711Z | Checking futures-executor v0.3.30 |
1818 | 2024-09-06T22:59:41.747Z | Checking pkcs1 v0.7.5 |
1819 | 2024-09-06T22:59:41.834Z | Checking phf_shared v0.10.0 |
1820 | 2024-09-06T22:59:41.909Z | Checking serde_urlencoded v0.7.1 |
1821 | 2024-09-06T22:59:42.075Z | Checking hubpack v0.1.2 |
1822 | 2024-09-06T22:59:42.099Z | Checking zerocopy v0.6.6 |
1823 | 2024-09-06T22:59:42.283Z | Checking float-cmp v0.9.0 |
1824 | 2024-09-06T22:59:42.307Z | Checking crc32fast v1.4.0 |
1825 | 2024-09-06T22:59:42.332Z | Checking hyper v0.14.30 |
1826 | 2024-09-06T22:59:42.385Z | Checking signal-hook v0.3.17 |
1827 | 2024-09-06T22:59:42.446Z | Checking crossbeam-utils v0.8.19 |
1828 | 2024-09-06T22:59:42.517Z | Checking hkdf v0.12.4 |
1829 | 2024-09-06T22:59:42.690Z | Checking signature v2.2.0 |
1830 | 2024-09-06T22:59:42.714Z | Checking idna v0.4.0 |
1831 | 2024-09-06T22:59:42.747Z | Checking crypto-bigint v0.5.5 |
1832 | 2024-09-06T22:59:42.865Z | Checking memmap v0.7.0 |
1833 | 2024-09-06T22:59:43.025Z | Checking mio v0.8.11 |
1834 | 2024-09-06T22:59:43.050Z | Checking encoding_rs v0.8.34 |
1835 | 2024-09-06T22:59:43.141Z | Checking usdt-impl v0.5.0 |
1836 | 2024-09-06T22:59:43.336Z | Checking bit-vec v0.6.3 |
1837 | 2024-09-06T22:59:43.398Z | Checking backtrace v0.3.71 |
1838 | 2024-09-06T22:59:43.538Z | Checking static_assertions v1.1.0 |
1839 | 2024-09-06T22:59:43.589Z | Checking sync_wrapper v0.1.2 |
1840 | 2024-09-06T22:59:43.613Z | Checking fixedbitset v0.4.2 |
1841 | 2024-09-06T22:59:43.638Z | Checking winnow v0.6.18 |
1842 | 2024-09-06T22:59:43.667Z | Checking webpki-roots v0.25.4 |
1843 | 2024-09-06T22:59:43.705Z | Checking whoami v1.5.1 |
1844 | 2024-09-06T22:59:43.785Z | Checking difflib v0.4.0 |
1845 | 2024-09-06T22:59:43.837Z | Checking minimal-lexical v0.2.1 |
1846 | 2024-09-06T22:59:43.893Z | Checking data-encoding v2.6.0 |
1847 | 2024-09-06T22:59:43.976Z | Checking new_debug_unreachable v1.0.6 |
1848 | 2024-09-06T22:59:44.060Z | Checking normalize-line-endings v0.3.0 |
1849 | 2024-09-06T22:59:44.084Z | Checking unicode-width v0.1.13 |
1850 | 2024-09-06T22:59:44.170Z | Checking mime v0.3.17 |
1851 | 2024-09-06T22:59:44.224Z | Checking precomputed-hash v0.1.1 |
1852 | 2024-09-06T22:59:44.251Z | Checking predicates-core v1.0.6 |
1853 | 2024-09-06T22:59:44.292Z | Checking unicode-segmentation v1.11.0 |
1854 | 2024-09-06T22:59:44.422Z | Checking dyn-clone v1.0.17 |
1855 | 2024-09-06T22:59:44.447Z | Checking hickory-proto v0.24.1 |
1856 | 2024-09-06T22:59:44.471Z | Checking predicates v3.1.2 |
1857 | 2024-09-06T22:59:44.548Z | Checking schemars v0.8.21 |
1858 | 2024-09-06T22:59:44.823Z | Checking similar v2.6.0 |
1859 | 2024-09-06T22:59:44.907Z | Checking string_cache v0.8.7 |
1860 | 2024-09-06T22:59:45.012Z | Checking console v0.15.8 |
1861 | 2024-09-06T22:59:45.143Z | Checking nom v7.1.3 |
1862 | 2024-09-06T22:59:45.188Z | Checking elliptic-curve v0.13.8 |
1863 | 2024-09-06T22:59:45.486Z | Checking tokio-postgres v0.7.11 |
1864 | 2024-09-06T22:59:45.538Z | Checking anyhow v1.0.86 |
1865 | 2024-09-06T22:59:45.729Z | Checking petgraph v0.6.5 |
1866 | 2024-09-06T22:59:45.844Z | Checking bit-set v0.5.3 |
1867 | 2024-09-06T22:59:45.868Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1868 | 2024-09-06T22:59:46.052Z | Checking toml_edit v0.22.20 |
1869 | 2024-09-06T22:59:46.077Z | Checking usdt v0.5.0 |
1870 | 2024-09-06T22:59:46.309Z | Checking signal-hook-mio v0.2.4 |
1871 | 2024-09-06T22:59:46.444Z | Checking toml v0.7.8 |
1872 | 2024-09-06T22:59:47.061Z | Checking crossbeam-epoch v0.9.18 |
1873 | 2024-09-06T22:59:47.433Z | Checking rsa v0.9.6 |
1874 | 2024-09-06T22:59:47.533Z | Checking flate2 v1.0.33 |
1875 | 2024-09-06T22:59:47.575Z | Checking hyper-rustls v0.24.2 |
1876 | 2024-09-06T22:59:47.833Z | Checking hyper-tls v0.5.0 |
1877 | 2024-09-06T22:59:47.892Z | Checking futures v0.3.30 |
1878 | 2024-09-06T22:59:47.994Z | Checking clap v4.5.16 |
1879 | 2024-09-06T22:59:48.071Z | Checking reqwest v0.11.27 |
1880 | 2024-09-06T22:59:48.103Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1881 | 2024-09-06T22:59:48.130Z | Checking itertools v0.12.1 |
1882 | 2024-09-06T22:59:48.130Z | Checking itertools v0.10.5 |
1883 | 2024-09-06T22:59:48.256Z | Checking tokio-stream v0.1.15 |
1884 | 2024-09-06T22:59:48.328Z | Checking fs-err v2.11.0 |
1885 | 2024-09-06T22:59:48.393Z | Checking slog v2.7.0 |
1886 | 2024-09-06T22:59:48.542Z | Checking openapiv3 v2.0.0 |
1887 | 2024-09-06T22:59:48.778Z | Checking semver v1.0.23 |
1888 | 2024-09-06T22:59:48.817Z | Checking hex v0.4.3 |
1889 | 2024-09-06T22:59:48.973Z | Checking sha1 v0.10.6 |
1890 | 2024-09-06T22:59:49.137Z | Checking peg-runtime v0.8.3 |
1891 | 2024-09-06T22:59:49.201Z | Checking lalrpop-util v0.19.12 |
1892 | 2024-09-06T22:59:49.260Z | Checking camino v1.1.9 |
1893 | 2024-09-06T22:59:49.340Z | Checking sigpipe v0.1.3 |
1894 | 2024-09-06T22:59:51.294Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1895 | 2024-09-06T22:59:51.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.07s |
1896 | 2024-09-06T22:59:51.839Z | |
1897 | 2024-09-06T22:59:51.839Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158) |
1898 | 2024-09-06T22:59:52.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1899 | 2024-09-06T22:59:52.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1900 | 2024-09-06T22:59:52.798Z | Compiling regress v0.9.1 |
1901 | 2024-09-06T22:59:52.829Z | Checking strum v0.26.3 |
1902 | 2024-09-06T22:59:52.858Z | Checking heck v0.5.0 |
1903 | 2024-09-06T22:59:52.884Z | Compiling getopts v0.2.21 |
1904 | 2024-09-06T22:59:52.884Z | Checking dirs-sys-next v0.1.2 |
1905 | 2024-09-06T22:59:52.884Z | Compiling unsafe-libyaml v0.2.11 |
1906 | 2024-09-06T22:59:52.974Z | Checking http v1.1.0 |
1907 | 2024-09-06T22:59:53.062Z | Checking thread_local v1.1.8 |
1908 | 2024-09-06T22:59:53.086Z | Checking dirs-next v2.0.0 |
1909 | 2024-09-06T22:59:53.193Z | Checking rustls-pki-types v1.7.0 |
1910 | 2024-09-06T22:59:53.233Z | Compiling ident_case v1.0.1 |
1911 | 2024-09-06T22:59:53.318Z | Checking term v0.7.0 |
1912 | 2024-09-06T22:59:53.416Z | Compiling darling_core v0.20.9 |
1913 | 2024-09-06T22:59:53.576Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1914 | 2024-09-06T22:59:53.707Z | Checking crossbeam-channel v0.5.12 |
1915 | 2024-09-06T22:59:53.736Z | Checking atty v0.2.14 |
1916 | 2024-09-06T22:59:53.848Z | Checking is-terminal v0.4.12 |
1917 | 2024-09-06T22:59:53.872Z | Checking termcolor v1.4.1 |
1918 | 2024-09-06T22:59:53.961Z | Compiling paste v1.0.15 |
1919 | 2024-09-06T22:59:54.135Z | Compiling serde_yaml v0.9.34+deprecated |
1920 | 2024-09-06T22:59:54.251Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1921 | 2024-09-06T22:59:54.331Z | Checking utf-8 v0.7.6 |
1922 | 2024-09-06T22:59:54.416Z | Checking humantime v2.1.0 |
1923 | 2024-09-06T22:59:54.514Z | Compiling rustls v0.22.4 |
1924 | 2024-09-06T22:59:54.540Z | Checking take_mut v0.2.2 |
1925 | 2024-09-06T22:59:54.641Z | Checking slog-term v2.9.1 |
1926 | 2024-09-06T22:59:54.668Z | Checking env_logger v0.9.3 |
1927 | 2024-09-06T22:59:54.693Z | Checking slog-async v2.8.0 |
1928 | 2024-09-06T22:59:54.766Z | Checking rustls-webpki v0.102.4 |
1929 | 2024-09-06T22:59:54.931Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1930 | 2024-09-06T22:59:55.054Z | Compiling proc-macro-crate v1.3.1 |
1931 | 2024-09-06T22:59:55.140Z | Compiling bitstruct_derive v0.1.0 |
1932 | 2024-09-06T22:59:55.217Z | Compiling structmeta-derive v0.3.0 |
1933 | 2024-09-06T22:59:55.413Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1934 | 2024-09-06T22:59:55.532Z | Compiling multer v3.1.0 |
1935 | 2024-09-06T22:59:55.612Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1936 | 2024-09-06T22:59:55.969Z | Checking match_cfg v0.1.0 |
1937 | 2024-09-06T22:59:56.067Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1938 | 2024-09-06T22:59:56.235Z | Checking ascii v1.1.0 |
1939 | 2024-09-06T22:59:56.358Z | Checking bitstruct v0.1.1 |
1940 | 2024-09-06T22:59:56.468Z | Checking hostname v0.3.1 |
1941 | 2024-09-06T22:59:56.591Z | Compiling num_enum_derive v0.5.11 |
1942 | 2024-09-06T22:59:56.624Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1943 | 2024-09-06T22:59:57.077Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1944 | 2024-09-06T22:59:57.381Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1945 | 2024-09-06T22:59:57.610Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1946 | 2024-09-06T22:59:57.728Z | Checking slog-json v2.6.1 |
1947 | 2024-09-06T22:59:57.780Z | Compiling structmeta v0.3.0 |
1948 | 2024-09-06T22:59:57.877Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1949 | 2024-09-06T22:59:57.965Z | Checking erased-serde v0.3.31 |
1950 | 2024-09-06T22:59:58.104Z | Checking serde_arrays v0.1.0 |
1951 | 2024-09-06T22:59:58.162Z | Compiling async-stream-impl v0.3.5 |
1952 | 2024-09-06T22:59:58.233Z | Compiling foreign-types-macros v0.2.3 |
1953 | 2024-09-06T22:59:58.686Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1954 | 2024-09-06T22:59:58.815Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1955 | 2024-09-06T22:59:58.903Z | Checking arc-swap v1.7.1 |
1956 | 2024-09-06T22:59:58.948Z | Checking atomic-waker v1.1.2 |
1957 | 2024-09-06T22:59:59.069Z | Checking foreign-types-shared v0.3.1 |
1958 | 2024-09-06T22:59:59.110Z | Checking waitgroup v0.1.2 |
1959 | 2024-09-06T22:59:59.230Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1960 | 2024-09-06T22:59:59.253Z | Checking num_enum v0.5.11 |
1961 | 2024-09-06T22:59:59.290Z | Checking slog-scope v4.4.0 |
1962 | 2024-09-06T22:59:59.366Z | Checking foreign-types v0.5.0 |
1963 | 2024-09-06T22:59:59.391Z | Checking async-stream v0.3.5 |
1964 | 2024-09-06T22:59:59.415Z | Compiling parse-display-derive v0.10.0 |
1965 | 2024-09-06T22:59:59.415Z | Compiling darling_macro v0.20.9 |
1966 | 2024-09-06T22:59:59.468Z | Checking slog-bunyan v2.5.0 |
1967 | 2024-09-06T22:59:59.492Z | Compiling proc-macro-error v1.0.4 |
1968 | 2024-09-06T22:59:59.750Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1969 | 2024-09-06T22:59:59.845Z | Checking toml v0.8.19 |
1970 | 2024-09-06T23:00:00.033Z | Checking tungstenite v0.20.1 |
1971 | 2024-09-06T23:00:00.091Z | Checking rustls-pemfile v2.1.3 |
1972 | 2024-09-06T23:00:00.233Z | Compiling darling v0.20.9 |
1973 | 2024-09-06T23:00:00.300Z | Compiling heck v0.3.3 |
1974 | 2024-09-06T23:00:00.336Z | Checking tokio-rustls v0.25.0 |
1975 | 2024-09-06T23:00:00.359Z | Compiling serde_with_macros v3.9.0 |
1976 | 2024-09-06T23:00:00.493Z | Checking newtype-uuid v1.1.0 |
1977 | 2024-09-06T23:00:00.653Z | Checking ipnetwork v0.20.0 |
1978 | 2024-09-06T23:00:00.692Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1979 | 2024-09-06T23:00:00.716Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1980 | 2024-09-06T23:00:00.790Z | Checking serde_path_to_error v0.1.16 |
1981 | 2024-09-06T23:00:00.962Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1982 | 2024-09-06T23:00:01.325Z | Checking hostname v0.4.0 |
1983 | 2024-09-06T23:00:01.440Z | Checking cstr-argument v0.1.2 |
1984 | 2024-09-06T23:00:01.478Z | Checking instant v0.1.12 |
1985 | 2024-09-06T23:00:01.568Z | Checking pretty-hex v0.2.1 |
1986 | 2024-09-06T23:00:01.596Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1987 | 2024-09-06T23:00:01.633Z | Checking debug-ignore v1.0.5 |
1988 | 2024-09-06T23:00:01.716Z | Checking fastrand v2.1.0 |
1989 | 2024-09-06T23:00:01.758Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1990 | 2024-09-06T23:00:01.872Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1991 | 2024-09-06T23:00:02.002Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1992 | 2024-09-06T23:00:02.028Z | Checking backoff v0.4.0 |
1993 | 2024-09-06T23:00:02.028Z | Checking tempfile v3.10.1 |
1994 | 2024-09-06T23:00:02.258Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1995 | 2024-09-06T23:00:02.324Z | Checking tokio-tungstenite v0.20.1 |
1996 | 2024-09-06T23:00:02.396Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1997 | 2024-09-06T23:00:02.586Z | Compiling zone_cfg_derive v0.1.2 |
1998 | 2024-09-06T23:00:02.611Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1999 | 2024-09-06T23:00:02.720Z | Checking slog-stdlog v4.1.1 |
2000 | 2024-09-06T23:00:02.887Z | Checking serde_with v3.9.0 |
2001 | 2024-09-06T23:00:02.914Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2002 | 2024-09-06T23:00:03.036Z | Checking tungstenite v0.21.0 |
2003 | 2024-09-06T23:00:03.355Z | Checking colored v2.1.0 |
2004 | 2024-09-06T23:00:03.648Z | Checking parse-display v0.10.0 |
2005 | 2024-09-06T23:00:03.702Z | Checking macaddr v1.0.1 |
2006 | 2024-09-06T23:00:03.863Z | Checking socket2 v0.4.10 |
2007 | 2024-09-06T23:00:03.945Z | Checking base64 v0.13.1 |
2008 | 2024-09-06T23:00:04.021Z | Checking tokio-tungstenite v0.21.0 |
2009 | 2024-09-06T23:00:04.056Z | Checking zone v0.1.8 |
2010 | 2024-09-06T23:00:04.328Z | Checking ron v0.7.1 |
2011 | 2024-09-06T23:00:04.454Z | Checking slog-envlogger v2.2.0 |
2012 | 2024-09-06T23:00:04.648Z | Checking pem v3.0.4 |
2013 | 2024-09-06T23:00:04.673Z | Checking tabwriter v1.4.0 |
2014 | 2024-09-06T23:00:04.868Z | Checking xattr v1.3.1 |
2015 | 2024-09-06T23:00:04.892Z | Checking portpicker v0.1.1 |
2016 | 2024-09-06T23:00:05.009Z | Checking yasna v0.5.2 |
2017 | 2024-09-06T23:00:05.044Z | Checking headers-core v0.2.0 |
2018 | 2024-09-06T23:00:05.171Z | Checking smf v0.2.3 |
2019 | 2024-09-06T23:00:05.283Z | Checking filetime v0.2.25 |
2020 | 2024-09-06T23:00:05.472Z | Checking same-file v1.0.6 |
2021 | 2024-09-06T23:00:05.568Z | Checking tar v0.4.41 |
2022 | 2024-09-06T23:00:05.628Z | Checking walkdir v2.5.0 |
2023 | 2024-09-06T23:00:05.703Z | Checking headers v0.3.9 |
2024 | 2024-09-06T23:00:05.740Z | Checking rcgen v0.12.1 |
2025 | 2024-09-06T23:00:05.764Z | Checking camino-tempfile v1.1.1 |
2026 | 2024-09-06T23:00:05.865Z | Checking atomicwrites v0.4.3 |
2027 | 2024-09-06T23:00:05.992Z | Checking subprocess v0.2.9 |
2028 | 2024-09-06T23:00:06.843Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2029 | 2024-09-06T23:00:07.096Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2030 | 2024-09-06T23:00:08.735Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2031 | 2024-09-06T23:00:11.149Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2032 | 2024-09-06T23:00:11.260Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2033 | 2024-09-06T23:00:16.562Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2034 | 2024-09-06T23:00:24.035Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2035 | 2024-09-06T23:00:24.206Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2036 | 2024-09-06T23:00:24.206Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2037 | 2024-09-06T23:00:27.576Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2038 | 2024-09-06T23:00:27.979Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2039 | 2024-09-06T23:00:35.744Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2040 | 2024-09-06T23:00:37.714Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2041 | 2024-09-06T23:00:39.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.33s |
2042 | 2024-09-06T23:00:39.328Z | |
2043 | 2024-09-06T23:00:39.328Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158) |
2044 | 2024-09-06T23:00:40.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2045 | 2024-09-06T23:00:40.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2046 | 2024-09-06T23:00:40.285Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2047 | 2024-09-06T23:00:41.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
2048 | 2024-09-06T23:00:41.942Z | |
2049 | 2024-09-06T23:00:41.942Z | info: running `cargo check --bins` on nexus-config (31/158) |
2050 | 2024-09-06T23:00:42.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2051 | 2024-09-06T23:00:42.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2052 | 2024-09-06T23:00:42.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2053 | 2024-09-06T23:00:42.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2054 | 2024-09-06T23:00:42.812Z | |
2055 | 2024-09-06T23:00:42.812Z | info: running `cargo check --bins` on omicron-rpaths (32/158) |
2056 | 2024-09-06T23:00:43.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2057 | 2024-09-06T23:00:43.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2058 | 2024-09-06T23:00:43.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2059 | 2024-09-06T23:00:43.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2060 | 2024-09-06T23:00:43.666Z | |
2061 | 2024-09-06T23:00:43.666Z | info: running `cargo check --bins` on omicron-certificates (33/158) |
2062 | 2024-09-06T23:00:44.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2063 | 2024-09-06T23:00:44.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2064 | 2024-09-06T23:00:44.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2065 | 2024-09-06T23:00:44.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2066 | 2024-09-06T23:00:44.536Z | |
2067 | 2024-09-06T23:00:44.536Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/158) |
2068 | 2024-09-06T23:00:45.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2069 | 2024-09-06T23:00:45.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2070 | 2024-09-06T23:00:45.421Z | Compiling heapless v0.8.0 |
2071 | 2024-09-06T23:00:45.444Z | Checking hash32 v0.3.1 |
2072 | 2024-09-06T23:00:45.471Z | Compiling smoltcp v0.11.0 |
2073 | 2024-09-06T23:00:45.502Z | Checking embedded-io v0.4.0 |
2074 | 2024-09-06T23:00:45.502Z | Checking cobs v0.2.3 |
2075 | 2024-09-06T23:00:45.526Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2076 | 2024-09-06T23:00:45.526Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2077 | 2024-09-06T23:00:45.570Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2078 | 2024-09-06T23:00:45.628Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2079 | 2024-09-06T23:00:45.667Z | Compiling crucible-workspace-hack v0.1.0 |
2080 | 2024-09-06T23:00:45.694Z | Checking postcard v1.0.8 |
2081 | 2024-09-06T23:00:45.694Z | Checking newline-converter v0.3.0 |
2082 | 2024-09-06T23:00:45.832Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2083 | 2024-09-06T23:00:45.868Z | Compiling convert_case v0.4.0 |
2084 | 2024-09-06T23:00:46.038Z | Checking expectorate v1.1.0 |
2085 | 2024-09-06T23:00:46.063Z | Compiling zone_cfg_derive v0.3.0 |
2086 | 2024-09-06T23:00:46.152Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2087 | 2024-09-06T23:00:46.195Z | Compiling num-derive v0.4.2 |
2088 | 2024-09-06T23:00:46.322Z | Compiling slog-dtrace v0.3.0 |
2089 | 2024-09-06T23:00:46.371Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2090 | 2024-09-06T23:00:46.482Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2091 | 2024-09-06T23:00:46.750Z | Compiling derive_more v0.99.18 |
2092 | 2024-09-06T23:00:47.258Z | Checking zone v0.3.0 |
2093 | 2024-09-06T23:00:47.789Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2094 | 2024-09-06T23:00:49.481Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2095 | 2024-09-06T23:00:50.579Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2096 | 2024-09-06T23:00:51.319Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2097 | 2024-09-06T23:00:51.959Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2098 | 2024-09-06T23:00:52.404Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2099 | 2024-09-06T23:00:54.259Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2100 | 2024-09-06T23:00:55.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.59s |
2101 | 2024-09-06T23:00:55.280Z | |
2102 | 2024-09-06T23:00:55.281Z | info: running `cargo check --bins` on clickhouse-admin-api (35/158) |
2103 | 2024-09-06T23:00:56.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2104 | 2024-09-06T23:00:56.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2105 | 2024-09-06T23:00:56.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2106 | 2024-09-06T23:00:56.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2107 | 2024-09-06T23:00:56.161Z | |
2108 | 2024-09-06T23:00:56.161Z | info: running `cargo check --bins` on clickhouse-admin-types (36/158) |
2109 | 2024-09-06T23:00:56.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2110 | 2024-09-06T23:00:56.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2111 | 2024-09-06T23:00:56.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2112 | 2024-09-06T23:00:56.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2113 | 2024-09-06T23:00:57.050Z | |
2114 | 2024-09-06T23:00:57.050Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158) |
2115 | 2024-09-06T23:00:58.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2116 | 2024-09-06T23:00:58.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2117 | 2024-09-06T23:00:58.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2118 | 2024-09-06T23:00:58.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
2119 | 2024-09-06T23:00:58.113Z | |
2120 | 2024-09-06T23:00:58.113Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158) |
2121 | 2024-09-06T23:00:59.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2122 | 2024-09-06T23:00:59.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2123 | 2024-09-06T23:00:59.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2124 | 2024-09-06T23:00:59.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2125 | 2024-09-06T23:00:59.132Z | |
2126 | 2024-09-06T23:00:59.132Z | info: running `cargo check --bins` on dns-server (39/158) |
2127 | 2024-09-06T23:00:59.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2128 | 2024-09-06T23:00:59.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2129 | 2024-09-06T23:01:00.028Z | Compiling parking_lot_core v0.8.6 |
2130 | 2024-09-06T23:01:00.052Z | Checking nibble_vec v0.1.0 |
2131 | 2024-09-06T23:01:00.052Z | Checking endian-type v0.1.2 |
2132 | 2024-09-06T23:01:00.052Z | Checking linked-hash-map v0.5.6 |
2133 | 2024-09-06T23:01:00.052Z | Checking quick-error v1.2.3 |
2134 | 2024-09-06T23:01:00.076Z | Checking fxhash v0.2.1 |
2135 | 2024-09-06T23:01:00.076Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2136 | 2024-09-06T23:01:00.102Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2137 | 2024-09-06T23:01:00.244Z | Checking hickory-server v0.24.1 |
2138 | 2024-09-06T23:01:00.279Z | Checking radix_trie v0.2.1 |
2139 | 2024-09-06T23:01:00.279Z | Checking resolv-conf v0.7.0 |
2140 | 2024-09-06T23:01:00.381Z | Checking lru-cache v0.1.2 |
2141 | 2024-09-06T23:01:00.588Z | Checking hickory-resolver v0.24.1 |
2142 | 2024-09-06T23:01:00.635Z | Checking hickory-client v0.24.1 |
2143 | 2024-09-06T23:01:00.772Z | Checking parking_lot v0.11.2 |
2144 | 2024-09-06T23:01:01.062Z | Checking sled v0.34.7 |
2145 | 2024-09-06T23:01:03.298Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2146 | 2024-09-06T23:01:04.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
2147 | 2024-09-06T23:01:04.837Z | |
2148 | 2024-09-06T23:01:04.837Z | info: running `cargo check --bins` on dns-server-api (40/158) |
2149 | 2024-09-06T23:01:05.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2150 | 2024-09-06T23:01:05.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2151 | 2024-09-06T23:01:05.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2152 | 2024-09-06T23:01:05.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2153 | 2024-09-06T23:01:05.669Z | |
2154 | 2024-09-06T23:01:05.669Z | info: running `cargo check --bins` on dns-service-client (41/158) |
2155 | 2024-09-06T23:01:06.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2156 | 2024-09-06T23:01:06.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2157 | 2024-09-06T23:01:06.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2158 | 2024-09-06T23:01:06.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2159 | 2024-09-06T23:01:06.531Z | |
2160 | 2024-09-06T23:01:06.531Z | info: running `cargo check --bins` on gateway-test-utils (42/158) |
2161 | 2024-09-06T23:01:07.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2162 | 2024-09-06T23:01:07.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2163 | 2024-09-06T23:01:07.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2164 | 2024-09-06T23:01:07.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2165 | 2024-09-06T23:01:07.500Z | |
2166 | 2024-09-06T23:01:07.500Z | info: running `cargo check --bins` on gateway-types (43/158) |
2167 | 2024-09-06T23:01:08.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2168 | 2024-09-06T23:01:08.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2169 | 2024-09-06T23:01:08.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2170 | 2024-09-06T23:01:08.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2171 | 2024-09-06T23:01:08.377Z | |
2172 | 2024-09-06T23:01:08.377Z | info: running `cargo check --bins` on ipcc (44/158) |
2173 | 2024-09-06T23:01:09.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2174 | 2024-09-06T23:01:09.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2175 | 2024-09-06T23:01:09.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2176 | 2024-09-06T23:01:09.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2177 | 2024-09-06T23:01:09.267Z | |
2178 | 2024-09-06T23:01:09.267Z | info: running `cargo check --bins` on omicron-gateway (45/158) |
2179 | 2024-09-06T23:01:10.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2180 | 2024-09-06T23:01:10.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2181 | 2024-09-06T23:01:10.233Z | Compiling rustls-pki-types v1.7.0 |
2182 | 2024-09-06T23:01:10.257Z | Compiling match_cfg v0.1.0 |
2183 | 2024-09-06T23:01:10.257Z | Checking num-rational v0.4.2 |
2184 | 2024-09-06T23:01:10.257Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2185 | 2024-09-06T23:01:10.281Z | Compiling slog-json v2.6.1 |
2186 | 2024-09-06T23:01:10.281Z | Compiling http v1.1.0 |
2187 | 2024-09-06T23:01:10.281Z | Checking num-complex v0.4.6 |
2188 | 2024-09-06T23:01:10.305Z | Compiling prettyplease v0.2.20 |
2189 | 2024-09-06T23:01:10.379Z | Compiling hostname v0.3.1 |
2190 | 2024-09-06T23:01:10.604Z | Compiling atomic-waker v1.1.2 |
2191 | 2024-09-06T23:01:10.641Z | Compiling rustls-webpki v0.102.4 |
2192 | 2024-09-06T23:01:10.668Z | Compiling rustls-pemfile v2.1.3 |
2193 | 2024-09-06T23:01:10.699Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2194 | 2024-09-06T23:01:10.778Z | Compiling waitgroup v0.1.2 |
2195 | 2024-09-06T23:01:10.865Z | Compiling slog-bunyan v2.5.0 |
2196 | 2024-09-06T23:01:10.889Z | Compiling async-stream v0.3.5 |
2197 | 2024-09-06T23:01:10.980Z | Compiling toml v0.8.19 |
2198 | 2024-09-06T23:01:11.004Z | Compiling ipnetwork v0.20.0 |
2199 | 2024-09-06T23:01:11.065Z | Compiling newtype-uuid v1.1.0 |
2200 | 2024-09-06T23:01:11.088Z | Compiling serde_path_to_error v0.1.16 |
2201 | 2024-09-06T23:01:11.123Z | Checking num v0.4.3 |
2202 | 2024-09-06T23:01:11.183Z | Compiling hostname v0.4.0 |
2203 | 2024-09-06T23:01:11.242Z | Compiling instant v0.1.12 |
2204 | 2024-09-06T23:01:11.346Z | Compiling semver v0.1.20 |
2205 | 2024-09-06T23:01:11.380Z | Compiling rustls v0.22.4 |
2206 | 2024-09-06T23:01:11.456Z | Checking float-ord v0.3.2 |
2207 | 2024-09-06T23:01:11.583Z | Compiling debug-ignore v1.0.5 |
2208 | 2024-09-06T23:01:11.717Z | Compiling multer v3.1.0 |
2209 | 2024-09-06T23:01:11.808Z | Compiling radium v0.7.0 |
2210 | 2024-09-06T23:01:11.836Z | Compiling rustc_version v0.1.7 |
2211 | 2024-09-06T23:01:11.917Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2212 | 2024-09-06T23:01:12.235Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2213 | 2024-09-06T23:01:12.276Z | Compiling backoff v0.4.0 |
2214 | 2024-09-06T23:01:12.452Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2215 | 2024-09-06T23:01:12.475Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2216 | 2024-09-06T23:01:12.568Z | Compiling parse-display v0.10.0 |
2217 | 2024-09-06T23:01:12.592Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2218 | 2024-09-06T23:01:12.672Z | Compiling serde_with v3.9.0 |
2219 | 2024-09-06T23:01:12.752Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2220 | 2024-09-06T23:01:12.907Z | Compiling macaddr v1.0.1 |
2221 | 2024-09-06T23:01:13.184Z | Compiling maybe-uninit v2.0.0 |
2222 | 2024-09-06T23:01:13.305Z | Checking tap v1.0.1 |
2223 | 2024-09-06T23:01:13.458Z | Checking wyz v0.5.1 |
2224 | 2024-09-06T23:01:13.807Z | Compiling newtype_derive v0.1.6 |
2225 | 2024-09-06T23:01:13.848Z | Checking password-hash v0.5.0 |
2226 | 2024-09-06T23:01:14.071Z | Checking blake2 v0.10.6 |
2227 | 2024-09-06T23:01:14.155Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2228 | 2024-09-06T23:01:14.253Z | Checking funty v2.0.0 |
2229 | 2024-09-06T23:01:14.426Z | Compiling packed_struct v0.10.1 |
2230 | 2024-09-06T23:01:14.461Z | Compiling cancel-safe-futures v0.1.5 |
2231 | 2024-09-06T23:01:14.570Z | Checking crc-catalog v2.4.0 |
2232 | 2024-09-06T23:01:14.701Z | Checking crc v3.2.1 |
2233 | 2024-09-06T23:01:14.786Z | Checking argon2 v0.5.3 |
2234 | 2024-09-06T23:01:15.021Z | Compiling tokio-rustls v0.25.0 |
2235 | 2024-09-06T23:01:15.047Z | Checking bitvec v1.0.1 |
2236 | 2024-09-06T23:01:15.389Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2237 | 2024-09-06T23:01:15.413Z | Compiling packed_struct_codegen v0.10.1 |
2238 | 2024-09-06T23:01:15.875Z | Compiling indexmap v1.9.3 |
2239 | 2024-09-06T23:01:16.143Z | Checking half v2.4.1 |
2240 | 2024-09-06T23:01:16.188Z | Compiling cookie v0.18.1 |
2241 | 2024-09-06T23:01:16.447Z | Checking ciborium-io v0.2.2 |
2242 | 2024-09-06T23:01:16.553Z | Checking nodrop v0.1.14 |
2243 | 2024-09-06T23:01:16.576Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2244 | 2024-09-06T23:01:16.666Z | Checking array-init v0.0.4 |
2245 | 2024-09-06T23:01:16.853Z | Checking ciborium-ll v0.2.2 |
2246 | 2024-09-06T23:01:17.310Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2247 | 2024-09-06T23:01:17.538Z | Checking smallvec v0.6.14 |
2248 | 2024-09-06T23:01:17.601Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2249 | 2024-09-06T23:01:17.893Z | Checking libsw v3.3.1 |
2250 | 2024-09-06T23:01:18.039Z | Compiling derive-where v1.2.7 |
2251 | 2024-09-06T23:01:18.128Z | Compiling memoffset v0.9.1 |
2252 | 2024-09-06T23:01:18.175Z | Checking bitfield v0.14.0 |
2253 | 2024-09-06T23:01:18.445Z | Checking owo-colors v4.0.0 |
2254 | 2024-09-06T23:01:18.469Z | Checking swrite v0.1.0 |
2255 | 2024-09-06T23:01:18.581Z | Checking linear-map v1.2.0 |
2256 | 2024-09-06T23:01:18.681Z | Checking hashbrown v0.12.3 |
2257 | 2024-09-06T23:01:18.866Z | Checking indent_write v2.2.0 |
2258 | 2024-09-06T23:01:19.020Z | Checking highway v1.2.0 |
2259 | 2024-09-06T23:01:19.046Z | Checking env_logger v0.10.2 |
2260 | 2024-09-06T23:01:19.394Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2261 | 2024-09-06T23:01:19.418Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2262 | 2024-09-06T23:01:19.871Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2263 | 2024-09-06T23:01:20.033Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2264 | 2024-09-06T23:01:20.134Z | Checking serde-hex v0.1.0 |
2265 | 2024-09-06T23:01:20.525Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2266 | 2024-09-06T23:01:20.591Z | Checking steno v0.4.1 |
2267 | 2024-09-06T23:01:20.737Z | Checking bzip2 v0.4.4 |
2268 | 2024-09-06T23:01:21.060Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2269 | 2024-09-06T23:01:21.310Z | Checking ciborium v0.2.2 |
2270 | 2024-09-06T23:01:21.574Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2271 | 2024-09-06T23:01:21.799Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2272 | 2024-09-06T23:01:22.148Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2273 | 2024-09-06T23:01:22.548Z | Checking ron v0.8.1 |
2274 | 2024-09-06T23:01:22.953Z | Checking x509-cert v0.2.5 |
2275 | 2024-09-06T23:01:23.118Z | Checking hashbrown v0.13.2 |
2276 | 2024-09-06T23:01:23.380Z | Checking crc-any v2.5.0 |
2277 | 2024-09-06T23:01:23.597Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2278 | 2024-09-06T23:01:23.624Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2279 | 2024-09-06T23:01:23.706Z | Checking zip v0.6.6 |
2280 | 2024-09-06T23:01:23.930Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2281 | 2024-09-06T23:01:24.002Z | Checking object v0.30.4 |
2282 | 2024-09-06T23:01:24.244Z | Checking path-slash v0.1.5 |
2283 | 2024-09-06T23:01:24.268Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2284 | 2024-09-06T23:01:24.294Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2285 | 2024-09-06T23:01:24.317Z | Checking nix v0.27.1 |
2286 | 2024-09-06T23:01:24.341Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2287 | 2024-09-06T23:01:24.554Z | Checking kstat-rs v0.2.4 |
2288 | 2024-09-06T23:01:24.861Z | Checking serde-big-array v0.5.1 |
2289 | 2024-09-06T23:01:24.964Z | Checking signal-hook-tokio v0.3.1 |
2290 | 2024-09-06T23:01:25.461Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2291 | 2024-09-06T23:01:26.645Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2292 | 2024-09-06T23:01:29.574Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2293 | 2024-09-06T23:01:31.277Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2294 | 2024-09-06T23:01:34.282Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2295 | 2024-09-06T23:01:37.228Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2296 | 2024-09-06T23:01:38.014Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2297 | 2024-09-06T23:01:38.320Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2298 | 2024-09-06T23:01:44.066Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2299 | 2024-09-06T23:01:44.860Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2300 | 2024-09-06T23:01:48.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.94s |
2301 | 2024-09-06T23:01:48.372Z | |
2302 | 2024-09-06T23:01:48.372Z | info: running `cargo check --bins` on gateway-api (46/158) |
2303 | 2024-09-06T23:01:49.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2304 | 2024-09-06T23:01:49.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2305 | 2024-09-06T23:01:49.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2306 | 2024-09-06T23:01:49.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2307 | 2024-09-06T23:01:49.255Z | |
2308 | 2024-09-06T23:01:49.255Z | info: running `cargo check --bins` on oximeter (47/158) |
2309 | 2024-09-06T23:01:50.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2310 | 2024-09-06T23:01:50.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2311 | 2024-09-06T23:01:50.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2312 | 2024-09-06T23:01:50.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2313 | 2024-09-06T23:01:50.137Z | |
2314 | 2024-09-06T23:01:50.137Z | info: running `cargo check --bins` on oximeter-macro-impl (48/158) |
2315 | 2024-09-06T23:01:50.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2316 | 2024-09-06T23:01:50.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2317 | 2024-09-06T23:01:50.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2318 | 2024-09-06T23:01:50.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2319 | 2024-09-06T23:01:50.967Z | |
2320 | 2024-09-06T23:01:50.967Z | info: running `cargo check --bins` on oximeter-schema (49/158) |
2321 | 2024-09-06T23:01:51.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2322 | 2024-09-06T23:01:51.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2323 | 2024-09-06T23:01:51.865Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2324 | 2024-09-06T23:01:52.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
2325 | 2024-09-06T23:01:52.441Z | |
2326 | 2024-09-06T23:01:52.441Z | info: running `cargo check --bins` on oximeter-types (50/158) |
2327 | 2024-09-06T23:01:53.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2328 | 2024-09-06T23:01:53.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2329 | 2024-09-06T23:01:53.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2330 | 2024-09-06T23:01:53.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2331 | 2024-09-06T23:01:53.334Z | |
2332 | 2024-09-06T23:01:53.334Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/158) |
2333 | 2024-09-06T23:01:54.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2334 | 2024-09-06T23:01:54.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2335 | 2024-09-06T23:01:54.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2336 | 2024-09-06T23:01:54.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2337 | 2024-09-06T23:01:54.236Z | |
2338 | 2024-09-06T23:01:54.236Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158) |
2339 | 2024-09-06T23:01:55.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2340 | 2024-09-06T23:01:55.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2341 | 2024-09-06T23:01:55.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2342 | 2024-09-06T23:01:55.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2343 | 2024-09-06T23:01:55.095Z | |
2344 | 2024-09-06T23:01:55.095Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158) |
2345 | 2024-09-06T23:01:55.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2346 | 2024-09-06T23:01:55.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2347 | 2024-09-06T23:01:55.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2348 | 2024-09-06T23:01:55.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2349 | 2024-09-06T23:01:55.970Z | |
2350 | 2024-09-06T23:01:55.970Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158) |
2351 | 2024-09-06T23:01:56.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2352 | 2024-09-06T23:01:56.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2353 | 2024-09-06T23:01:56.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2354 | 2024-09-06T23:01:56.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2355 | 2024-09-06T23:01:56.866Z | |
2356 | 2024-09-06T23:01:56.866Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158) |
2357 | 2024-09-06T23:01:57.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2358 | 2024-09-06T23:01:57.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2359 | 2024-09-06T23:01:57.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2360 | 2024-09-06T23:01:57.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2361 | 2024-09-06T23:01:57.734Z | |
2362 | 2024-09-06T23:01:57.734Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158) |
2363 | 2024-09-06T23:01:58.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2364 | 2024-09-06T23:01:58.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2365 | 2024-09-06T23:01:58.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2366 | 2024-09-06T23:01:58.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2367 | 2024-09-06T23:01:58.575Z | |
2368 | 2024-09-06T23:01:58.575Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158) |
2369 | 2024-09-06T23:01:59.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2370 | 2024-09-06T23:01:59.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2371 | 2024-09-06T23:01:59.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2372 | 2024-09-06T23:01:59.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2373 | 2024-09-06T23:01:59.447Z | |
2374 | 2024-09-06T23:01:59.447Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158) |
2375 | 2024-09-06T23:02:00.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2376 | 2024-09-06T23:02:00.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2377 | 2024-09-06T23:02:00.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2378 | 2024-09-06T23:02:00.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2379 | 2024-09-06T23:02:00.315Z | |
2380 | 2024-09-06T23:02:00.315Z | info: running `cargo check --bins` on oximeter-producer (59/158) |
2381 | 2024-09-06T23:02:01.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2382 | 2024-09-06T23:02:01.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2383 | 2024-09-06T23:02:01.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2384 | 2024-09-06T23:02:01.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2385 | 2024-09-06T23:02:01.240Z | |
2386 | 2024-09-06T23:02:01.241Z | info: running `cargo check --bins` on internal-dns (60/158) |
2387 | 2024-09-06T23:02:02.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2024-09-06T23:02:02.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2024-09-06T23:02:02.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2390 | 2024-09-06T23:02:02.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2391 | 2024-09-06T23:02:02.120Z | |
2392 | 2024-09-06T23:02:02.120Z | info: running `cargo check --bins` on nexus-client (61/158) |
2393 | 2024-09-06T23:02:02.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2024-09-06T23:02:02.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2024-09-06T23:02:02.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2396 | 2024-09-06T23:02:02.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2397 | 2024-09-06T23:02:03.019Z | |
2398 | 2024-09-06T23:02:03.019Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/158) |
2399 | 2024-09-06T23:02:03.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2024-09-06T23:02:03.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2024-09-06T23:02:03.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2402 | 2024-09-06T23:02:03.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2403 | 2024-09-06T23:02:03.916Z | |
2404 | 2024-09-06T23:02:03.916Z | info: running `cargo check --bins` on omicron-passwords (63/158) |
2405 | 2024-09-06T23:02:04.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2024-09-06T23:02:04.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2024-09-06T23:02:04.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2408 | 2024-09-06T23:02:04.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2409 | 2024-09-06T23:02:04.757Z | |
2410 | 2024-09-06T23:02:04.757Z | info: running `cargo check --bins` on nexus-types (64/158) |
2411 | 2024-09-06T23:02:05.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2024-09-06T23:02:05.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2024-09-06T23:02:05.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2414 | 2024-09-06T23:02:05.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2415 | 2024-09-06T23:02:05.681Z | |
2416 | 2024-09-06T23:02:05.681Z | info: running `cargo check --bins` on gateway-client (65/158) |
2417 | 2024-09-06T23:02:06.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2024-09-06T23:02:06.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2024-09-06T23:02:06.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2420 | 2024-09-06T23:02:06.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2421 | 2024-09-06T23:02:06.541Z | |
2422 | 2024-09-06T23:02:06.541Z | info: running `cargo check --bins` on oxql-types (66/158) |
2423 | 2024-09-06T23:02:07.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2024-09-06T23:02:07.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2024-09-06T23:02:07.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2426 | 2024-09-06T23:02:07.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2427 | 2024-09-06T23:02:07.430Z | |
2428 | 2024-09-06T23:02:07.430Z | info: running `cargo check --bins` on update-engine (67/158) |
2429 | 2024-09-06T23:02:08.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2024-09-06T23:02:08.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2024-09-06T23:02:08.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2432 | 2024-09-06T23:02:08.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2433 | 2024-09-06T23:02:08.250Z | |
2434 | 2024-09-06T23:02:08.250Z | info: running `cargo check --bins` on sp-sim (68/158) |
2435 | 2024-09-06T23:02:09.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2024-09-06T23:02:09.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2024-09-06T23:02:09.114Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2438 | 2024-09-06T23:02:11.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s |
2439 | 2024-09-06T23:02:11.420Z | |
2440 | 2024-09-06T23:02:11.420Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (69/158) |
2441 | 2024-09-06T23:02:12.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2024-09-06T23:02:12.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2024-09-06T23:02:12.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2024-09-06T23:02:12.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2445 | 2024-09-06T23:02:12.377Z | |
2446 | 2024-09-06T23:02:12.377Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/158) |
2447 | 2024-09-06T23:02:13.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2024-09-06T23:02:13.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2024-09-06T23:02:13.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2450 | 2024-09-06T23:02:13.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2451 | 2024-09-06T23:02:13.357Z | |
2452 | 2024-09-06T23:02:13.357Z | info: running `cargo check --bins` on db-macros (71/158) |
2453 | 2024-09-06T23:02:14.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2024-09-06T23:02:14.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2024-09-06T23:02:14.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2456 | 2024-09-06T23:02:14.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2457 | 2024-09-06T23:02:14.203Z | |
2458 | 2024-09-06T23:02:14.203Z | info: running `cargo check --bins` on nexus-macros-common (72/158) |
2459 | 2024-09-06T23:02:14.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2460 | 2024-09-06T23:02:14.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2461 | 2024-09-06T23:02:14.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2462 | 2024-09-06T23:02:14.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2463 | 2024-09-06T23:02:15.068Z | |
2464 | 2024-09-06T23:02:15.068Z | info: running `cargo check --bins` on nexus-auth (73/158) |
2465 | 2024-09-06T23:02:15.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2466 | 2024-09-06T23:02:15.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2467 | 2024-09-06T23:02:15.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2468 | 2024-09-06T23:02:15.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2469 | 2024-09-06T23:02:16.016Z | |
2470 | 2024-09-06T23:02:16.016Z | info: running `cargo check --bins` on authz-macros (74/158) |
2471 | 2024-09-06T23:02:16.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2472 | 2024-09-06T23:02:16.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2473 | 2024-09-06T23:02:16.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2474 | 2024-09-06T23:02:16.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2475 | 2024-09-06T23:02:16.886Z | |
2476 | 2024-09-06T23:02:16.886Z | info: running `cargo check --bins` on nexus-db-fixed-data (75/158) |
2477 | 2024-09-06T23:02:17.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2478 | 2024-09-06T23:02:17.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2479 | 2024-09-06T23:02:17.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2480 | 2024-09-06T23:02:17.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2481 | 2024-09-06T23:02:17.813Z | |
2482 | 2024-09-06T23:02:17.813Z | info: running `cargo check --bins` on nexus-db-model (76/158) |
2483 | 2024-09-06T23:02:18.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2484 | 2024-09-06T23:02:18.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2485 | 2024-09-06T23:02:18.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2486 | 2024-09-06T23:02:18.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2487 | 2024-09-06T23:02:18.757Z | |
2488 | 2024-09-06T23:02:18.757Z | info: running `cargo check --bins` on nexus-defaults (77/158) |
2489 | 2024-09-06T23:02:19.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2490 | 2024-09-06T23:02:19.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2491 | 2024-09-06T23:02:19.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2492 | 2024-09-06T23:02:19.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2493 | 2024-09-06T23:02:19.642Z | |
2494 | 2024-09-06T23:02:19.642Z | info: running `cargo check --bins` on sled-agent-client (78/158) |
2495 | 2024-09-06T23:02:20.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2496 | 2024-09-06T23:02:20.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2497 | 2024-09-06T23:02:20.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2498 | 2024-09-06T23:02:20.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2499 | 2024-09-06T23:02:20.540Z | |
2500 | 2024-09-06T23:02:20.540Z | info: running `cargo check --bins` on nexus-inventory (79/158) |
2501 | 2024-09-06T23:02:21.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2024-09-06T23:02:21.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2024-09-06T23:02:21.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2504 | 2024-09-06T23:02:21.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2505 | 2024-09-06T23:02:21.504Z | |
2506 | 2024-09-06T23:02:21.504Z | info: running `cargo check --bins` on typed-rng (80/158) |
2507 | 2024-09-06T23:02:22.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2508 | 2024-09-06T23:02:22.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2509 | 2024-09-06T23:02:22.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2510 | 2024-09-06T23:02:22.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2511 | 2024-09-06T23:02:22.356Z | |
2512 | 2024-09-06T23:02:22.356Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/158) |
2513 | 2024-09-06T23:02:23.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2514 | 2024-09-06T23:02:23.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2515 | 2024-09-06T23:02:23.352Z | Compiling rayon-core v1.12.1 |
2516 | 2024-09-06T23:02:23.376Z | Compiling crossbeam-deque v0.8.5 |
2517 | 2024-09-06T23:02:23.376Z | Compiling curve25519-dalek v4.1.3 |
2518 | 2024-09-06T23:02:23.376Z | Compiling unicase v2.7.0 |
2519 | 2024-09-06T23:02:23.376Z | Checking keccak v0.1.5 |
2520 | 2024-09-06T23:02:23.376Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2521 | 2024-09-06T23:02:23.376Z | Compiling same-file v1.0.6 |
2522 | 2024-09-06T23:02:23.400Z | Compiling tempfile v3.10.1 |
2523 | 2024-09-06T23:02:23.657Z | Compiling walkdir v2.5.0 |
2524 | 2024-09-06T23:02:23.700Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2525 | 2024-09-06T23:02:23.784Z | Checking sha3 v0.10.8 |
2526 | 2024-09-06T23:02:23.884Z | Compiling thiserror-impl-no-std v2.0.2 |
2527 | 2024-09-06T23:02:23.993Z | Checking universal-hash v0.5.1 |
2528 | 2024-09-06T23:02:24.123Z | Checking secrecy v0.8.0 |
2529 | 2024-09-06T23:02:24.150Z | Compiling ring v0.16.20 |
2530 | 2024-09-06T23:02:24.197Z | Compiling blake3 v1.5.1 |
2531 | 2024-09-06T23:02:24.221Z | Compiling curve25519-dalek-derive v0.1.1 |
2532 | 2024-09-06T23:02:24.244Z | Checking opaque-debug v0.3.1 |
2533 | 2024-09-06T23:02:24.311Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2534 | 2024-09-06T23:02:24.339Z | Checking chacha20 v0.9.1 |
2535 | 2024-09-06T23:02:24.364Z | Checking poly1305 v0.8.0 |
2536 | 2024-09-06T23:02:24.584Z | Compiling rayon v1.10.0 |
2537 | 2024-09-06T23:02:24.655Z | Checking aead v0.5.2 |
2538 | 2024-09-06T23:02:24.795Z | Compiling memmap2 v0.9.4 |
2539 | 2024-09-06T23:02:24.855Z | Compiling home v0.5.9 |
2540 | 2024-09-06T23:02:25.107Z | Compiling arrayref v0.3.7 |
2541 | 2024-09-06T23:02:25.205Z | Compiling untrusted v0.7.1 |
2542 | 2024-09-06T23:02:25.229Z | Compiling constant_time_eq v0.3.0 |
2543 | 2024-09-06T23:02:25.342Z | Compiling arrayvec v0.7.4 |
2544 | 2024-09-06T23:02:25.365Z | Compiling libefi-sys v0.1.0 |
2545 | 2024-09-06T23:02:25.389Z | Compiling spin v0.5.2 |
2546 | 2024-09-06T23:02:25.413Z | Compiling toolchain_find v0.4.0 |
2547 | 2024-09-06T23:02:25.611Z | Checking chacha20poly1305 v0.10.1 |
2548 | 2024-09-06T23:02:25.779Z | Compiling camino-tempfile v1.1.1 |
2549 | 2024-09-06T23:02:25.893Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2550 | 2024-09-06T23:02:25.984Z | Compiling bitfield-struct v0.6.1 |
2551 | 2024-09-06T23:02:26.051Z | Compiling topological-sort v0.2.2 |
2552 | 2024-09-06T23:02:26.176Z | Compiling mime_guess v2.0.4 |
2553 | 2024-09-06T23:02:26.367Z | Compiling rustfmt-wrapper v0.2.1 |
2554 | 2024-09-06T23:02:26.631Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2555 | 2024-09-06T23:02:26.655Z | Checking thiserror-no-std v2.0.2 |
2556 | 2024-09-06T23:02:26.750Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2557 | 2024-09-06T23:02:26.887Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2558 | 2024-09-06T23:02:27.000Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2559 | 2024-09-06T23:02:27.105Z | Checking vsss-rs v3.3.4 |
2560 | 2024-09-06T23:02:27.239Z | Checking gethostname v0.5.0 |
2561 | 2024-09-06T23:02:27.262Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2562 | 2024-09-06T23:02:27.358Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2563 | 2024-09-06T23:02:27.382Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2564 | 2024-09-06T23:02:27.753Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2565 | 2024-09-06T23:02:27.871Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2566 | 2024-09-06T23:02:27.994Z | Checking nanorand v0.7.0 |
2567 | 2024-09-06T23:02:28.107Z | Checking glob v0.3.1 |
2568 | 2024-09-06T23:02:28.328Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2569 | 2024-09-06T23:02:28.381Z | Checking http-range v0.1.5 |
2570 | 2024-09-06T23:02:28.440Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2571 | 2024-09-06T23:02:28.593Z | Checking hyper-staticfile v0.9.5 |
2572 | 2024-09-06T23:02:28.628Z | Checking flume v0.11.0 |
2573 | 2024-09-06T23:02:28.953Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2574 | 2024-09-06T23:02:29.027Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2575 | 2024-09-06T23:02:29.051Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2576 | 2024-09-06T23:02:29.256Z | Compiling omicron-zone-package v0.11.0 |
2577 | 2024-09-06T23:02:29.536Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2578 | 2024-09-06T23:02:30.020Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2579 | 2024-09-06T23:02:30.159Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2580 | 2024-09-06T23:02:30.629Z | Checking itertools v0.13.0 |
2581 | 2024-09-06T23:02:31.032Z | Checking display-error-chain v0.2.1 |
2582 | 2024-09-06T23:02:31.962Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2583 | 2024-09-06T23:02:33.099Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2584 | 2024-09-06T23:02:34.879Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2585 | 2024-09-06T23:02:34.903Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2586 | 2024-09-06T23:02:47.487Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2587 | 2024-09-06T23:03:02.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.12s |
2588 | 2024-09-06T23:03:02.647Z | |
2589 | 2024-09-06T23:03:02.647Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/158) |
2590 | 2024-09-06T23:03:03.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2024-09-06T23:03:03.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2024-09-06T23:03:03.637Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2593 | 2024-09-06T23:03:18.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.68s |
2594 | 2024-09-06T23:03:18.491Z | |
2595 | 2024-09-06T23:03:18.491Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/158) |
2596 | 2024-09-06T23:03:19.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2024-09-06T23:03:19.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2024-09-06T23:03:19.471Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2599 | 2024-09-06T23:03:34.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.61s |
2600 | 2024-09-06T23:03:34.271Z | |
2601 | 2024-09-06T23:03:34.271Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/158) |
2602 | 2024-09-06T23:03:35.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2024-09-06T23:03:35.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2024-09-06T23:03:35.257Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2605 | 2024-09-06T23:03:49.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.44s |
2606 | 2024-09-06T23:03:49.877Z | |
2607 | 2024-09-06T23:03:49.877Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/158) |
2608 | 2024-09-06T23:03:50.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2024-09-06T23:03:50.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2024-09-06T23:03:50.863Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2611 | 2024-09-06T23:04:05.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.43s |
2612 | 2024-09-06T23:04:05.476Z | |
2613 | 2024-09-06T23:04:05.477Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/158) |
2614 | 2024-09-06T23:04:06.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2024-09-06T23:04:06.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2024-09-06T23:04:06.470Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2617 | 2024-09-06T23:04:21.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.55s |
2618 | 2024-09-06T23:04:21.196Z | |
2619 | 2024-09-06T23:04:21.196Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/158) |
2620 | 2024-09-06T23:04:22.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2024-09-06T23:04:22.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2024-09-06T23:04:22.144Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2623 | 2024-09-06T23:04:36.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.39s |
2624 | 2024-09-06T23:04:36.757Z | |
2625 | 2024-09-06T23:04:36.757Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/158) |
2626 | 2024-09-06T23:04:37.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2024-09-06T23:04:37.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2024-09-06T23:04:37.740Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2629 | 2024-09-06T23:04:52.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.64s |
2630 | 2024-09-06T23:04:52.564Z | |
2631 | 2024-09-06T23:04:52.564Z | info: running `cargo check --bins` on bootstrap-agent-api (89/158) |
2632 | 2024-09-06T23:04:53.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2024-09-06T23:04:53.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2024-09-06T23:04:53.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2024-09-06T23:04:53.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2636 | 2024-09-06T23:04:53.483Z | |
2637 | 2024-09-06T23:04:53.483Z | info: running `cargo check --bins` on sled-agent-types (90/158) |
2638 | 2024-09-06T23:04:54.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2024-09-06T23:04:54.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2024-09-06T23:04:54.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2024-09-06T23:04:54.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2642 | 2024-09-06T23:04:54.379Z | |
2643 | 2024-09-06T23:04:54.379Z | info: running `cargo check --bins` on bootstrap-agent-client (91/158) |
2644 | 2024-09-06T23:04:55.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2024-09-06T23:04:55.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2024-09-06T23:04:55.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2024-09-06T23:04:55.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2648 | 2024-09-06T23:04:55.285Z | |
2649 | 2024-09-06T23:04:55.285Z | info: running `cargo check --bins` on dpd-client (92/158) |
2650 | 2024-09-06T23:04:56.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2024-09-06T23:04:56.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2024-09-06T23:04:56.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2024-09-06T23:04:56.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2654 | 2024-09-06T23:04:56.162Z | |
2655 | 2024-09-06T23:04:56.162Z | info: running `cargo check --bins` on installinator-common (93/158) |
2656 | 2024-09-06T23:04:56.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2024-09-06T23:04:56.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2024-09-06T23:04:56.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2024-09-06T23:04:56.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2660 | 2024-09-06T23:04:57.038Z | |
2661 | 2024-09-06T23:04:57.038Z | info: running `cargo check --bins` on key-manager (94/158) |
2662 | 2024-09-06T23:04:57.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-09-06T23:04:57.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-09-06T23:04:57.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2665 | 2024-09-06T23:04:57.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2666 | 2024-09-06T23:04:57.910Z | |
2667 | 2024-09-06T23:04:57.910Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/158) |
2668 | 2024-09-06T23:04:58.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2024-09-06T23:04:58.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2024-09-06T23:04:58.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2024-09-06T23:04:58.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2672 | 2024-09-06T23:04:58.790Z | |
2673 | 2024-09-06T23:04:58.790Z | info: running `cargo check --bins` on sled-agent-api (96/158) |
2674 | 2024-09-06T23:04:59.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2024-09-06T23:04:59.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2024-09-06T23:04:59.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2024-09-06T23:04:59.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2678 | 2024-09-06T23:04:59.686Z | |
2679 | 2024-09-06T23:04:59.686Z | info: running `cargo check --bins` on sled-hardware (97/158) |
2680 | 2024-09-06T23:05:00.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2024-09-06T23:05:00.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2024-09-06T23:05:00.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2024-09-06T23:05:00.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2684 | 2024-09-06T23:05:00.560Z | |
2685 | 2024-09-06T23:05:00.560Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/158) |
2686 | 2024-09-06T23:05:01.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2024-09-06T23:05:01.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2024-09-06T23:05:01.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2689 | 2024-09-06T23:05:01.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2690 | 2024-09-06T23:05:01.425Z | |
2691 | 2024-09-06T23:05:01.425Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158) |
2692 | 2024-09-06T23:05:02.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2024-09-06T23:05:02.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2024-09-06T23:05:02.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2695 | 2024-09-06T23:05:02.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2696 | 2024-09-06T23:05:02.298Z | |
2697 | 2024-09-06T23:05:02.298Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/158) |
2698 | 2024-09-06T23:05:03.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2024-09-06T23:05:03.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2024-09-06T23:05:03.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2701 | 2024-09-06T23:05:03.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2702 | 2024-09-06T23:05:03.230Z | |
2703 | 2024-09-06T23:05:03.230Z | info: running `cargo check --bins` on nexus-test-interface (101/158) |
2704 | 2024-09-06T23:05:04.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2024-09-06T23:05:04.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2024-09-06T23:05:04.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2707 | 2024-09-06T23:05:04.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2708 | 2024-09-06T23:05:04.146Z | |
2709 | 2024-09-06T23:05:04.146Z | info: running `cargo check --bins` on oximeter-collector (102/158) |
2710 | 2024-09-06T23:05:04.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2024-09-06T23:05:04.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2024-09-06T23:05:05.093Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2713 | 2024-09-06T23:05:05.093Z | Checking bcs v0.1.6 |
2714 | 2024-09-06T23:05:05.093Z | Compiling async-recursion v1.1.1 |
2715 | 2024-09-06T23:05:05.117Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2716 | 2024-09-06T23:05:05.117Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2717 | 2024-09-06T23:05:06.263Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2718 | 2024-09-06T23:05:10.220Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2719 | 2024-09-06T23:05:12.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.13s |
2720 | 2024-09-06T23:05:12.439Z | |
2721 | 2024-09-06T23:05:12.439Z | info: running `cargo check --bins` on oximeter-api (103/158) |
2722 | 2024-09-06T23:05:13.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2024-09-06T23:05:13.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2024-09-06T23:05:13.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2024-09-06T23:05:13.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2726 | 2024-09-06T23:05:13.368Z | |
2727 | 2024-09-06T23:05:13.368Z | info: running `cargo check --bins` on oximeter-client (104/158) |
2728 | 2024-09-06T23:05:14.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2024-09-06T23:05:14.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2024-09-06T23:05:14.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2024-09-06T23:05:14.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2732 | 2024-09-06T23:05:14.267Z | |
2733 | 2024-09-06T23:05:14.267Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/158) |
2734 | 2024-09-06T23:05:15.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2024-09-06T23:05:15.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2024-09-06T23:05:15.173Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2737 | 2024-09-06T23:05:15.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
2738 | 2024-09-06T23:05:15.955Z | |
2739 | 2024-09-06T23:05:15.955Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158) |
2740 | 2024-09-06T23:05:16.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2024-09-06T23:05:16.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2024-09-06T23:05:16.857Z | Compiling cfg_aliases v0.1.1 |
2743 | 2024-09-06T23:05:16.857Z | Compiling vte_generate_state_changes v0.1.1 |
2744 | 2024-09-06T23:05:16.882Z | Checking fd-lock v4.0.2 |
2745 | 2024-09-06T23:05:16.882Z | Checking bytecount v0.6.8 |
2746 | 2024-09-06T23:05:16.882Z | Compiling tabled_derive v0.7.0 |
2747 | 2024-09-06T23:05:16.882Z | Checking crossterm v0.27.0 |
2748 | 2024-09-06T23:05:16.905Z | Compiling peg-macros v0.8.4 |
2749 | 2024-09-06T23:05:16.905Z | Compiling sqlparser_derive v0.2.2 |
2750 | 2024-09-06T23:05:16.993Z | Compiling nix v0.28.0 |
2751 | 2024-09-06T23:05:17.044Z | Checking papergrid v0.11.0 |
2752 | 2024-09-06T23:05:17.078Z | Checking home v0.5.9 |
2753 | 2024-09-06T23:05:17.209Z | Checking nu-ansi-term v0.50.0 |
2754 | 2024-09-06T23:05:17.473Z | Checking vte v0.11.1 |
2755 | 2024-09-06T23:05:17.550Z | Checking unicode_categories v0.1.1 |
2756 | 2024-09-06T23:05:17.819Z | Checking sqlformat v0.2.4 |
2757 | 2024-09-06T23:05:17.900Z | Checking sqlparser v0.45.0 |
2758 | 2024-09-06T23:05:18.398Z | Checking crossterm v0.28.1 |
2759 | 2024-09-06T23:05:18.578Z | Checking strip-ansi-escapes v0.2.0 |
2760 | 2024-09-06T23:05:18.713Z | Checking reedline v0.33.0 |
2761 | 2024-09-06T23:05:19.061Z | Checking tabled v0.15.0 |
2762 | 2024-09-06T23:05:19.688Z | Checking peg v0.8.4 |
2763 | 2024-09-06T23:05:19.880Z | Checking rustyline v14.0.0 |
2764 | 2024-09-06T23:05:25.048Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2765 | 2024-09-06T23:05:31.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.43s |
2766 | 2024-09-06T23:05:31.553Z | |
2767 | 2024-09-06T23:05:31.553Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158) |
2768 | 2024-09-06T23:05:32.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-09-06T23:05:32.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-09-06T23:05:32.433Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2771 | 2024-09-06T23:05:38.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.16s |
2772 | 2024-09-06T23:05:38.874Z | |
2773 | 2024-09-06T23:05:38.875Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158) |
2774 | 2024-09-06T23:05:39.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-09-06T23:05:39.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-09-06T23:05:39.770Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2777 | 2024-09-06T23:05:45.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.00s |
2778 | 2024-09-06T23:05:46.038Z | |
2779 | 2024-09-06T23:05:46.038Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158) |
2780 | 2024-09-06T23:05:46.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2024-09-06T23:05:46.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2024-09-06T23:05:46.923Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2783 | 2024-09-06T23:05:52.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.07s |
2784 | 2024-09-06T23:05:52.261Z | |
2785 | 2024-09-06T23:05:52.261Z | info: running `cargo check --bins` on oximeter-test-utils (110/158) |
2786 | 2024-09-06T23:05:53.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2024-09-06T23:05:53.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2024-09-06T23:05:53.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2024-09-06T23:05:53.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2790 | 2024-09-06T23:05:53.119Z | |
2791 | 2024-09-06T23:05:53.119Z | info: running `cargo check --bins` on cockroach-admin-client (111/158) |
2792 | 2024-09-06T23:05:53.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-09-06T23:05:53.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-09-06T23:05:53.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-09-06T23:05:53.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2796 | 2024-09-06T23:05:53.968Z | |
2797 | 2024-09-06T23:05:53.968Z | info: running `cargo check --bins` on installinator-client (112/158) |
2798 | 2024-09-06T23:05:54.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-09-06T23:05:54.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-09-06T23:05:54.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-09-06T23:05:54.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2802 | 2024-09-06T23:05:54.833Z | |
2803 | 2024-09-06T23:05:54.833Z | info: running `cargo check --bins` on oxide-client (113/158) |
2804 | 2024-09-06T23:05:55.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-09-06T23:05:55.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-09-06T23:05:55.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2024-09-06T23:05:55.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2808 | 2024-09-06T23:05:55.681Z | |
2809 | 2024-09-06T23:05:55.681Z | info: running `cargo check --bins` on wicketd-client (114/158) |
2810 | 2024-09-06T23:05:56.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-09-06T23:05:56.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-09-06T23:05:56.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2024-09-06T23:05:56.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2814 | 2024-09-06T23:05:56.585Z | |
2815 | 2024-09-06T23:05:56.585Z | info: running `cargo check --bins` on wicket-common (115/158) |
2816 | 2024-09-06T23:05:57.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-09-06T23:05:57.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-09-06T23:05:57.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2024-09-06T23:05:57.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2820 | 2024-09-06T23:05:57.471Z | |
2821 | 2024-09-06T23:05:57.471Z | info: running `cargo check --bins` on omicron-cockroach-admin (116/158) |
2822 | 2024-09-06T23:05:58.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2024-09-06T23:05:58.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2024-09-06T23:05:58.411Z | Checking csv-core v0.1.11 |
2825 | 2024-09-06T23:05:58.435Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2826 | 2024-09-06T23:05:58.712Z | Checking csv v1.3.0 |
2827 | 2024-09-06T23:05:59.388Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2828 | 2024-09-06T23:05:59.830Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2829 | 2024-09-06T23:06:01.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s |
2830 | 2024-09-06T23:06:01.484Z | |
2831 | 2024-09-06T23:06:01.484Z | info: running `cargo check --bins` on cockroach-admin-api (117/158) |
2832 | 2024-09-06T23:06:02.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-09-06T23:06:02.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-09-06T23:06:02.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2835 | 2024-09-06T23:06:02.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2836 | 2024-09-06T23:06:02.388Z | |
2837 | 2024-09-06T23:06:02.388Z | info: running `cargo check --bins` on cockroach-admin-types (118/158) |
2838 | 2024-09-06T23:06:03.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-09-06T23:06:03.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-09-06T23:06:03.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2024-09-06T23:06:03.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2842 | 2024-09-06T23:06:03.294Z | |
2843 | 2024-09-06T23:06:03.294Z | info: running `cargo check --bins` on cert-dev (119/158) |
2844 | 2024-09-06T23:06:04.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-09-06T23:06:04.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-09-06T23:06:04.125Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2847 | 2024-09-06T23:06:04.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
2848 | 2024-09-06T23:06:04.502Z | |
2849 | 2024-09-06T23:06:04.502Z | info: running `cargo check --bins` on ch-dev (120/158) |
2850 | 2024-09-06T23:06:05.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-09-06T23:06:05.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-09-06T23:06:05.434Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2853 | 2024-09-06T23:06:06.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
2854 | 2024-09-06T23:06:06.359Z | |
2855 | 2024-09-06T23:06:06.359Z | info: running `cargo check --bins` on crdb-seed (121/158) |
2856 | 2024-09-06T23:06:07.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2024-09-06T23:06:07.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2024-09-06T23:06:07.272Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2859 | 2024-09-06T23:06:07.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
2860 | 2024-09-06T23:06:07.765Z | |
2861 | 2024-09-06T23:06:07.765Z | info: running `cargo check --bins` on db-dev (122/158) |
2862 | 2024-09-06T23:06:08.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-09-06T23:06:08.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-09-06T23:06:08.698Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2865 | 2024-09-06T23:06:09.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
2866 | 2024-09-06T23:06:09.634Z | |
2867 | 2024-09-06T23:06:09.634Z | info: running `cargo check --bins` on omicron-dev-lib (123/158) |
2868 | 2024-09-06T23:06:10.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-09-06T23:06:10.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-09-06T23:06:10.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2024-09-06T23:06:10.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2872 | 2024-09-06T23:06:10.551Z | |
2873 | 2024-09-06T23:06:10.551Z | info: running `cargo check --bins` on xtask-downloader (124/158) |
2874 | 2024-09-06T23:06:11.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-09-06T23:06:11.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-09-06T23:06:11.389Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2877 | 2024-09-06T23:06:12.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
2878 | 2024-09-06T23:06:12.544Z | |
2879 | 2024-09-06T23:06:12.544Z | info: running `cargo check --bins` on mgs-dev (125/158) |
2880 | 2024-09-06T23:06:13.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2024-09-06T23:06:13.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2024-09-06T23:06:13.627Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2883 | 2024-09-06T23:06:14.318Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2884 | 2024-09-06T23:06:14.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s |
2885 | 2024-09-06T23:06:15.087Z | |
2886 | 2024-09-06T23:06:15.087Z | info: running `cargo check --bins` on omicron-omdb (126/158) |
2887 | 2024-09-06T23:06:15.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2024-09-06T23:06:15.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2024-09-06T23:06:16.188Z | Compiling glob v0.3.1 |
2890 | 2024-09-06T23:06:16.188Z | Compiling crunchy v0.2.2 |
2891 | 2024-09-06T23:06:16.212Z | Compiling tiny-keccak v2.0.2 |
2892 | 2024-09-06T23:06:16.212Z | Compiling dsl_auto_type v0.1.2 |
2893 | 2024-09-06T23:06:16.212Z | Checking scheduled-thread-pool v0.2.7 |
2894 | 2024-09-06T23:06:16.212Z | Compiling diesel_table_macro_syntax v0.2.0 |
2895 | 2024-09-06T23:06:16.235Z | Compiling ascii-canvas v3.0.0 |
2896 | 2024-09-06T23:06:16.259Z | Compiling ena v0.14.3 |
2897 | 2024-09-06T23:06:16.488Z | Checking r2d2 v0.8.10 |
2898 | 2024-09-06T23:06:16.623Z | Compiling libloading v0.8.3 |
2899 | 2024-09-06T23:06:16.646Z | Compiling diff v0.1.13 |
2900 | 2024-09-06T23:06:16.672Z | Compiling regex-syntax v0.6.29 |
2901 | 2024-09-06T23:06:16.778Z | Compiling bindgen v0.69.4 |
2902 | 2024-09-06T23:06:16.801Z | Compiling which v4.4.2 |
2903 | 2024-09-06T23:06:17.004Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2904 | 2024-09-06T23:06:17.056Z | Compiling clang-sys v1.7.0 |
2905 | 2024-09-06T23:06:17.210Z | Compiling cexpr v0.6.0 |
2906 | 2024-09-06T23:06:17.251Z | Compiling ref-cast v1.0.23 |
2907 | 2024-09-06T23:06:17.342Z | Compiling shlex v1.3.0 |
2908 | 2024-09-06T23:06:17.404Z | Compiling lazycell v1.3.0 |
2909 | 2024-09-06T23:06:17.460Z | Compiling rustc-hash v1.1.0 |
2910 | 2024-09-06T23:06:17.570Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2911 | 2024-09-06T23:06:17.610Z | Compiling derive_builder_core v0.20.0 |
2912 | 2024-09-06T23:06:17.668Z | Compiling diesel_derives v2.2.2 |
2913 | 2024-09-06T23:06:17.787Z | Compiling libxml v0.3.3 |
2914 | 2024-09-06T23:06:17.810Z | Compiling ref-cast-impl v1.0.23 |
2915 | 2024-09-06T23:06:17.843Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2916 | 2024-09-06T23:06:18.182Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2917 | 2024-09-06T23:06:18.279Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2918 | 2024-09-06T23:06:18.562Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2919 | 2024-09-06T23:06:18.752Z | Compiling strum_macros v0.24.3 |
2920 | 2024-09-06T23:06:18.886Z | Compiling dropshot v0.10.1 |
2921 | 2024-09-06T23:06:18.939Z | Compiling indoc v1.0.9 |
2922 | 2024-09-06T23:06:19.626Z | Compiling lalrpop v0.19.12 |
2923 | 2024-09-06T23:06:19.786Z | Compiling derive_builder_macro v0.20.0 |
2924 | 2024-09-06T23:06:20.522Z | Checking derive_builder v0.20.0 |
2925 | 2024-09-06T23:06:20.665Z | Checking tungstenite v0.23.0 |
2926 | 2024-09-06T23:06:20.926Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2927 | 2024-09-06T23:06:21.170Z | Compiling dropshot_endpoint v0.10.1 |
2928 | 2024-09-06T23:06:21.399Z | Compiling impl-trait-for-tuples v0.2.2 |
2929 | 2024-09-06T23:06:21.601Z | Compiling oso-derive v0.27.3 |
2930 | 2024-09-06T23:06:21.726Z | Checking quick-xml v0.31.0 |
2931 | 2024-09-06T23:06:22.485Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2932 | 2024-09-06T23:06:22.807Z | Checking maplit v1.0.2 |
2933 | 2024-09-06T23:06:23.026Z | Checking tokio-tungstenite v0.23.1 |
2934 | 2024-09-06T23:06:23.522Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2935 | 2024-09-06T23:06:23.563Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2936 | 2024-09-06T23:06:23.845Z | Compiling const_format_proc_macros v0.2.32 |
2937 | 2024-09-06T23:06:24.975Z | Checking bb8 v0.8.5 |
2938 | 2024-09-06T23:06:25.421Z | Checking crossbeam-deque v0.8.5 |
2939 | 2024-09-06T23:06:25.669Z | Checking const_format v0.2.32 |
2940 | 2024-09-06T23:06:25.695Z | Compiling portable-atomic v1.6.0 |
2941 | 2024-09-06T23:06:26.090Z | Checking rayon-core v1.12.1 |
2942 | 2024-09-06T23:06:26.119Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2943 | 2024-09-06T23:06:26.609Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2944 | 2024-09-06T23:06:26.670Z | Checking castaway v0.2.3 |
2945 | 2024-09-06T23:06:26.821Z | Checking compact_str v0.8.0 |
2946 | 2024-09-06T23:06:26.895Z | Checking rayon v1.10.0 |
2947 | 2024-09-06T23:06:27.386Z | Checking diesel v2.2.3 |
2948 | 2024-09-06T23:06:27.887Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2949 | 2024-09-06T23:06:28.135Z | Checking unicode-truncate v1.0.0 |
2950 | 2024-09-06T23:06:28.159Z | Checking lru v0.12.3 |
2951 | 2024-09-06T23:06:28.324Z | Compiling instability v0.3.2 |
2952 | 2024-09-06T23:06:28.347Z | Checking smawk v0.3.2 |
2953 | 2024-09-06T23:06:28.444Z | Checking cassowary v0.3.0 |
2954 | 2024-09-06T23:06:28.552Z | Checking unicode-linebreak v0.1.5 |
2955 | 2024-09-06T23:06:28.581Z | Checking number_prefix v0.4.0 |
2956 | 2024-09-06T23:06:28.779Z | Checking multimap v0.10.0 |
2957 | 2024-09-06T23:06:28.899Z | Checking textwrap v0.16.1 |
2958 | 2024-09-06T23:06:29.230Z | Checking ratatui v0.28.0 |
2959 | 2024-09-06T23:06:30.084Z | Checking indicatif v0.17.8 |
2960 | 2024-09-06T23:06:46.350Z | Compiling samael v0.0.15 |
2961 | 2024-09-06T23:06:56.999Z | Checking async-bb8-diesel v0.2.1 |
2962 | 2024-09-06T23:06:59.273Z | Compiling polar-core v0.27.3 |
2963 | 2024-09-06T23:07:07.669Z | Checking oso v0.27.3 |
2964 | 2024-09-06T23:08:19.929Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2965 | 2024-09-06T23:08:26.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s |
2966 | 2024-09-06T23:08:27.085Z | |
2967 | 2024-09-06T23:08:27.085Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158) |
2968 | 2024-09-06T23:08:27.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2024-09-06T23:08:27.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2024-09-06T23:08:27.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2971 | 2024-09-06T23:08:27.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2972 | 2024-09-06T23:08:28.030Z | |
2973 | 2024-09-06T23:08:28.030Z | info: running `cargo check --bins` on nexus-saga-recovery (128/158) |
2974 | 2024-09-06T23:08:28.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2024-09-06T23:08:28.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2024-09-06T23:08:28.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2977 | 2024-09-06T23:08:28.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2978 | 2024-09-06T23:08:28.980Z | |
2979 | 2024-09-06T23:08:28.980Z | info: running `cargo check --bins` on nexus-test-utils-macros (129/158) |
2980 | 2024-09-06T23:08:29.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2024-09-06T23:08:29.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2024-09-06T23:08:29.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2983 | 2024-09-06T23:08:29.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2984 | 2024-09-06T23:08:29.853Z | |
2985 | 2024-09-06T23:08:29.853Z | info: running `cargo check --bins` on omicron-nexus (130/158) |
2986 | 2024-09-06T23:08:30.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2024-09-06T23:08:30.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2024-09-06T23:08:31.009Z | Compiling libz-sys v1.1.16 |
2989 | 2024-09-06T23:08:31.036Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2990 | 2024-09-06T23:08:31.060Z | Compiling vergen v8.3.2 |
2991 | 2024-09-06T23:08:31.060Z | Compiling cargo-platform v0.1.8 |
2992 | 2024-09-06T23:08:31.060Z | Compiling pin-project-internal v1.1.5 |
2993 | 2024-09-06T23:08:31.108Z | Compiling snafu-derive v0.8.2 |
2994 | 2024-09-06T23:08:31.132Z | Compiling libsqlite3-sys v0.28.0 |
2995 | 2024-09-06T23:08:31.132Z | Compiling cfg_aliases v0.2.1 |
2996 | 2024-09-06T23:08:31.245Z | Compiling buf-list v1.0.3 |
2997 | 2024-09-06T23:08:31.347Z | Compiling cargo_metadata v0.18.1 |
2998 | 2024-09-06T23:08:31.595Z | Compiling nix v0.29.0 |
2999 | 2024-09-06T23:08:31.629Z | Checking globset v0.4.14 |
3000 | 2024-09-06T23:08:31.886Z | Checking olpc-cjson v0.1.3 |
3001 | 2024-09-06T23:08:31.910Z | Checking rand_seeder v0.3.0 |
3002 | 2024-09-06T23:08:32.051Z | Checking serde_plain v1.0.2 |
3003 | 2024-09-06T23:08:32.081Z | Checking typed-path v0.7.1 |
3004 | 2024-09-06T23:08:32.105Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3005 | 2024-09-06T23:08:32.423Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3006 | 2024-09-06T23:08:32.532Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3007 | 2024-09-06T23:08:32.662Z | Checking hashlink v0.9.1 |
3008 | 2024-09-06T23:08:32.694Z | Checking fallible-iterator v0.3.0 |
3009 | 2024-09-06T23:08:32.807Z | Checking fallible-streaming-iterator v0.1.9 |
3010 | 2024-09-06T23:08:33.025Z | Checking parse-size v1.0.0 |
3011 | 2024-09-06T23:08:33.253Z | Checking rusqlite v0.31.0 |
3012 | 2024-09-06T23:08:33.280Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3013 | 2024-09-06T23:08:33.689Z | Checking pin-project v1.1.5 |
3014 | 2024-09-06T23:08:33.713Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3015 | 2024-09-06T23:08:33.764Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3016 | 2024-09-06T23:08:33.811Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3017 | 2024-09-06T23:08:34.023Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3018 | 2024-09-06T23:08:34.095Z | Checking twox-hash v1.6.3 |
3019 | 2024-09-06T23:08:34.164Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3020 | 2024-09-06T23:08:34.509Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3021 | 2024-09-06T23:08:34.596Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3022 | 2024-09-06T23:08:34.620Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3023 | 2024-09-06T23:08:35.032Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
3024 | 2024-09-06T23:08:35.376Z | Checking fatfs v0.3.6 |
3025 | 2024-09-06T23:08:35.652Z | Checking assert_matches v1.5.0 |
3026 | 2024-09-06T23:08:35.794Z | Checking snafu v0.8.2 |
3027 | 2024-09-06T23:08:36.213Z | Checking tough v0.17.1 |
3028 | 2024-09-06T23:08:40.024Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3029 | 2024-09-06T23:08:41.497Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3030 | 2024-09-06T23:08:42.101Z | Compiling git2 v0.19.0 |
3031 | 2024-09-06T23:08:48.108Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
3032 | 2024-09-06T23:09:49.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
3033 | 2024-09-06T23:09:49.526Z | |
3034 | 2024-09-06T23:09:49.526Z | info: running `cargo check --bins` on nexus-external-api (131/158) |
3035 | 2024-09-06T23:09:50.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2024-09-06T23:09:50.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2024-09-06T23:09:50.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2024-09-06T23:09:50.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3039 | 2024-09-06T23:09:50.481Z | |
3040 | 2024-09-06T23:09:50.481Z | info: running `cargo check --bins` on openapi-manager-types (132/158) |
3041 | 2024-09-06T23:09:51.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2024-09-06T23:09:51.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2024-09-06T23:09:51.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2024-09-06T23:09:51.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3045 | 2024-09-06T23:09:51.332Z | |
3046 | 2024-09-06T23:09:51.332Z | info: running `cargo check --bins` on nexus-internal-api (133/158) |
3047 | 2024-09-06T23:09:52.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2024-09-06T23:09:52.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2024-09-06T23:09:52.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2024-09-06T23:09:52.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3051 | 2024-09-06T23:09:52.242Z | |
3052 | 2024-09-06T23:09:52.242Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (134/158) |
3053 | 2024-09-06T23:09:53.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2024-09-06T23:09:53.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2024-09-06T23:09:53.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2024-09-06T23:09:53.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3057 | 2024-09-06T23:09:53.234Z | |
3058 | 2024-09-06T23:09:53.234Z | info: running `cargo check --bins` on nexus-networking (135/158) |
3059 | 2024-09-06T23:09:54.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2024-09-06T23:09:54.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2024-09-06T23:09:54.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2024-09-06T23:09:54.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3063 | 2024-09-06T23:09:54.213Z | |
3064 | 2024-09-06T23:09:54.213Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (136/158) |
3065 | 2024-09-06T23:09:55.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2024-09-06T23:09:55.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2024-09-06T23:09:55.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2024-09-06T23:09:55.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3069 | 2024-09-06T23:09:55.151Z | |
3070 | 2024-09-06T23:09:55.151Z | info: running `cargo check --bins` on update-common (137/158) |
3071 | 2024-09-06T23:09:55.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2024-09-06T23:09:56.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2024-09-06T23:09:56.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2024-09-06T23:09:56.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3075 | 2024-09-06T23:09:56.078Z | |
3076 | 2024-09-06T23:09:56.078Z | info: running `cargo check --bins` on tufaceous-lib (138/158) |
3077 | 2024-09-06T23:09:56.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2024-09-06T23:09:56.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2024-09-06T23:09:56.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3080 | 2024-09-06T23:09:56.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3081 | 2024-09-06T23:09:57.002Z | |
3082 | 2024-09-06T23:09:57.002Z | info: running `cargo check --bins` on tufaceous (139/158) |
3083 | 2024-09-06T23:09:57.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2024-09-06T23:09:57.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2024-09-06T23:09:57.969Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3086 | 2024-09-06T23:09:58.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
3087 | 2024-09-06T23:09:59.136Z | |
3088 | 2024-09-06T23:09:59.136Z | info: running `cargo check --bins` on omicron-dev (140/158) |
3089 | 2024-09-06T23:10:00.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2024-09-06T23:10:00.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2024-09-06T23:10:00.297Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3092 | 2024-09-06T23:10:00.297Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3093 | 2024-09-06T23:10:00.322Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3094 | 2024-09-06T23:10:01.916Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3095 | 2024-09-06T23:10:04.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s |
3096 | 2024-09-06T23:10:05.100Z | |
3097 | 2024-09-06T23:10:05.100Z | info: running `cargo check --bins` on openapi-manager (141/158) |
3098 | 2024-09-06T23:10:05.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3099 | 2024-09-06T23:10:05.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3100 | 2024-09-06T23:10:06.082Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3101 | 2024-09-06T23:10:06.082Z | Checking heck v0.4.1 |
3102 | 2024-09-06T23:10:06.082Z | Checking is_ci v1.2.0 |
3103 | 2024-09-06T23:10:06.107Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3104 | 2024-09-06T23:10:06.287Z | Checking supports-color v3.0.0 |
3105 | 2024-09-06T23:10:06.312Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3106 | 2024-09-06T23:10:08.025Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3107 | 2024-09-06T23:10:09.018Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3108 | 2024-09-06T23:10:10.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s |
3109 | 2024-09-06T23:10:10.407Z | |
3110 | 2024-09-06T23:10:10.407Z | info: running `cargo check --bins` on installinator-api (142/158) |
3111 | 2024-09-06T23:10:11.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3112 | 2024-09-06T23:10:11.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3113 | 2024-09-06T23:10:11.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3114 | 2024-09-06T23:10:11.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3115 | 2024-09-06T23:10:11.311Z | |
3116 | 2024-09-06T23:10:11.311Z | info: running `cargo check --bins` on wicketd-api (143/158) |
3117 | 2024-09-06T23:10:12.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3118 | 2024-09-06T23:10:12.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3119 | 2024-09-06T23:10:12.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3120 | 2024-09-06T23:10:12.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3121 | 2024-09-06T23:10:12.233Z | |
3122 | 2024-09-06T23:10:12.233Z | info: running `cargo check --bins` on reconfigurator-cli (144/158) |
3123 | 2024-09-06T23:10:13.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3124 | 2024-09-06T23:10:13.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3125 | 2024-09-06T23:10:13.351Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3126 | 2024-09-06T23:10:14.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
3127 | 2024-09-06T23:10:14.913Z | |
3128 | 2024-09-06T23:10:14.913Z | info: running `cargo check --bins` on omicron-releng (145/158) |
3129 | 2024-09-06T23:10:15.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3130 | 2024-09-06T23:10:15.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3131 | 2024-09-06T23:10:15.863Z | Checking memmap2 v0.9.4 |
3132 | 2024-09-06T23:10:15.863Z | Checking arrayref v0.3.7 |
3133 | 2024-09-06T23:10:15.863Z | Checking arrayvec v0.7.4 |
3134 | 2024-09-06T23:10:15.863Z | Checking untrusted v0.7.1 |
3135 | 2024-09-06T23:10:15.888Z | Checking constant_time_eq v0.3.0 |
3136 | 2024-09-06T23:10:15.888Z | Checking spin v0.5.2 |
3137 | 2024-09-06T23:10:15.888Z | Checking cargo-platform v0.1.8 |
3138 | 2024-09-06T23:10:15.888Z | Checking topological-sort v0.2.2 |
3139 | 2024-09-06T23:10:15.987Z | Checking shell-words v1.1.0 |
3140 | 2024-09-06T23:10:16.124Z | Checking ring v0.16.20 |
3141 | 2024-09-06T23:10:16.214Z | Checking cargo_metadata v0.18.1 |
3142 | 2024-09-06T23:10:16.239Z | Checking blake3 v1.5.1 |
3143 | 2024-09-06T23:10:17.567Z | Checking omicron-zone-package v0.11.0 |
3144 | 2024-09-06T23:10:18.946Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3145 | 2024-09-06T23:10:20.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s |
3146 | 2024-09-06T23:10:20.220Z | |
3147 | 2024-09-06T23:10:20.220Z | info: running `cargo check --bins` on xtask (146/158) |
3148 | 2024-09-06T23:10:20.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2024-09-06T23:10:20.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2024-09-06T23:10:20.919Z | Checking bitflags v2.6.0 |
3151 | 2024-09-06T23:10:20.919Z | Checking serde v1.0.208 |
3152 | 2024-09-06T23:10:20.919Z | Checking thiserror v1.0.63 |
3153 | 2024-09-06T23:10:20.947Z | Checking scroll v0.12.0 |
3154 | 2024-09-06T23:10:20.978Z | Checking log v0.4.21 |
3155 | 2024-09-06T23:10:20.978Z | Checking hashbrown v0.14.5 |
3156 | 2024-09-06T23:10:20.978Z | Checking zerocopy v0.7.34 |
3157 | 2024-09-06T23:10:21.003Z | Checking syn v2.0.74 |
3158 | 2024-09-06T23:10:21.050Z | Checking pest v2.7.10 |
3159 | 2024-09-06T23:10:21.150Z | Checking rustix v0.38.34 |
3160 | 2024-09-06T23:10:21.204Z | Checking fs-err v2.11.0 |
3161 | 2024-09-06T23:10:21.379Z | Checking goblin v0.8.2 |
3162 | 2024-09-06T23:10:21.475Z | Checking anyhow v1.0.86 |
3163 | 2024-09-06T23:10:21.799Z | Checking tabled v0.15.0 |
3164 | 2024-09-06T23:10:21.924Z | Checking indexmap v2.4.0 |
3165 | 2024-09-06T23:10:22.733Z | Checking terminal_size v0.3.0 |
3166 | 2024-09-06T23:10:22.733Z | Checking tempfile v3.10.1 |
3167 | 2024-09-06T23:10:22.894Z | Checking clap_builder v4.5.15 |
3168 | 2024-09-06T23:10:23.203Z | Checking dtrace-parser v0.2.0 |
3169 | 2024-09-06T23:10:25.044Z | Checking serde_json v1.0.125 |
3170 | 2024-09-06T23:10:25.044Z | Checking toml_datetime v0.6.8 |
3171 | 2024-09-06T23:10:25.069Z | Checking serde_spanned v0.6.7 |
3172 | 2024-09-06T23:10:25.069Z | Checking camino v1.1.9 |
3173 | 2024-09-06T23:10:25.069Z | Checking semver v1.0.23 |
3174 | 2024-09-06T23:10:25.111Z | Checking cargo-platform v0.1.8 |
3175 | 2024-09-06T23:10:25.271Z | Checking macaddr v1.0.1 |
3176 | 2024-09-06T23:10:25.346Z | Checking toml_edit v0.22.20 |
3177 | 2024-09-06T23:10:25.395Z | Checking clap v4.5.16 |
3178 | 2024-09-06T23:10:25.543Z | Checking camino-tempfile v1.1.1 |
3179 | 2024-09-06T23:10:26.290Z | Checking dof v0.3.0 |
3180 | 2024-09-06T23:10:26.290Z | Checking cargo_metadata v0.18.1 |
3181 | 2024-09-06T23:10:26.816Z | Checking usdt-impl v0.5.0 |
3182 | 2024-09-06T23:10:27.274Z | Checking usdt v0.5.0 |
3183 | 2024-09-06T23:10:27.420Z | Checking toml v0.8.19 |
3184 | 2024-09-06T23:10:27.997Z | Checking cargo_toml v0.20.4 |
3185 | 2024-09-06T23:10:29.468Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3186 | 2024-09-06T23:10:30.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.00s |
3187 | 2024-09-06T23:10:30.340Z | |
3188 | 2024-09-06T23:10:30.340Z | info: running `cargo check --bins` on end-to-end-tests (147/158) |
3189 | 2024-09-06T23:10:31.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3190 | 2024-09-06T23:10:31.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3191 | 2024-09-06T23:10:31.449Z | Checking polyval v0.6.2 |
3192 | 2024-09-06T23:10:31.449Z | Checking rfc6979 v0.4.0 |
3193 | 2024-09-06T23:10:31.473Z | Checking primeorder v0.13.6 |
3194 | 2024-09-06T23:10:31.474Z | Checking ctr v0.9.2 |
3195 | 2024-09-06T23:10:31.531Z | Checking ed25519 v2.2.3 |
3196 | 2024-09-06T23:10:31.555Z | Checking ssh-encoding v0.2.0 |
3197 | 2024-09-06T23:10:31.555Z | Checking blowfish v0.9.1 |
3198 | 2024-09-06T23:10:31.584Z | Checking password-hash v0.4.2 |
3199 | 2024-09-06T23:10:31.631Z | Checking ecdsa v0.16.9 |
3200 | 2024-09-06T23:10:31.721Z | Checking ghash v0.5.1 |
3201 | 2024-09-06T23:10:31.761Z | Checking matches v0.1.10 |
3202 | 2024-09-06T23:10:31.785Z | Checking bcrypt-pbkdf v0.10.0 |
3203 | 2024-09-06T23:10:31.813Z | Checking ed25519-dalek v2.1.1 |
3204 | 2024-09-06T23:10:31.853Z | Compiling enum-as-inner v0.5.1 |
3205 | 2024-09-06T23:10:31.878Z | Checking idna v0.2.3 |
3206 | 2024-09-06T23:10:31.878Z | Checking aes-gcm v0.10.3 |
3207 | 2024-09-06T23:10:31.932Z | Checking russh-cryptovec v0.7.2 |
3208 | 2024-09-06T23:10:31.963Z | Checking pbkdf2 v0.11.0 |
3209 | 2024-09-06T23:10:32.014Z | Checking md5 v0.7.0 |
3210 | 2024-09-06T23:10:32.109Z | Checking ssh-cipher v0.2.0 |
3211 | 2024-09-06T23:10:32.134Z | Checking num-bigint v0.4.5 |
3212 | 2024-09-06T23:10:32.158Z | Checking des v0.8.1 |
3213 | 2024-09-06T23:10:32.208Z | Compiling dhcproto-macros v0.1.0 |
3214 | 2024-09-06T23:10:32.252Z | Checking p521 v0.13.3 |
3215 | 2024-09-06T23:10:32.277Z | Checking p256 v0.13.2 |
3216 | 2024-09-06T23:10:32.393Z | Checking ssh-key v0.6.6 |
3217 | 2024-09-06T23:10:32.418Z | Checking p384 v0.13.0 |
3218 | 2024-09-06T23:10:32.565Z | Checking hex-literal v0.4.1 |
3219 | 2024-09-06T23:10:32.686Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3220 | 2024-09-06T23:10:32.710Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3221 | 2024-09-06T23:10:32.747Z | Checking trust-dns-proto v0.22.0 |
3222 | 2024-09-06T23:10:33.043Z | Checking internet-checksum v0.2.1 |
3223 | 2024-09-06T23:10:33.757Z | Checking russh-keys v0.45.0 |
3224 | 2024-09-06T23:10:34.851Z | Checking russh v0.45.0 |
3225 | 2024-09-06T23:10:35.690Z | Checking dhcproto v0.12.0 |
3226 | 2024-09-06T23:10:56.356Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3227 | 2024-09-06T23:10:58.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.66s |
3228 | 2024-09-06T23:10:58.183Z | |
3229 | 2024-09-06T23:10:58.183Z | info: running `cargo check --bins` on gateway-cli (148/158) |
3230 | 2024-09-06T23:10:58.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3231 | 2024-09-06T23:10:58.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3232 | 2024-09-06T23:10:59.058Z | Checking termios v0.3.3 |
3233 | 2024-09-06T23:10:59.234Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3234 | 2024-09-06T23:11:00.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3235 | 2024-09-06T23:11:00.325Z | |
3236 | 2024-09-06T23:11:00.325Z | info: running `cargo check --bins --no-default-features` on installinator (149/158) |
3237 | 2024-09-06T23:11:01.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3238 | 2024-09-06T23:11:01.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3239 | 2024-09-06T23:11:01.261Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3240 | 2024-09-06T23:11:03.625Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3241 | 2024-09-06T23:11:05.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s |
3242 | 2024-09-06T23:11:05.948Z | |
3243 | 2024-09-06T23:11:05.948Z | info: running `cargo check --bins` on internal-dns-cli (150/158) |
3244 | 2024-09-06T23:11:06.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3245 | 2024-09-06T23:11:06.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3246 | 2024-09-06T23:11:06.813Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3247 | 2024-09-06T23:11:07.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
3248 | 2024-09-06T23:11:07.434Z | |
3249 | 2024-09-06T23:11:07.434Z | info: running `cargo check --bins` on omicron-live-tests (151/158) |
3250 | 2024-09-06T23:11:08.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3251 | 2024-09-06T23:11:08.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3252 | 2024-09-06T23:11:08.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3253 | 2024-09-06T23:11:08.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3254 | 2024-09-06T23:11:08.304Z | |
3255 | 2024-09-06T23:11:08.304Z | info: running `cargo check --bins` on live-tests-macros (152/158) |
3256 | 2024-09-06T23:11:09.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3257 | 2024-09-06T23:11:09.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3258 | 2024-09-06T23:11:09.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3259 | 2024-09-06T23:11:09.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3260 | 2024-09-06T23:11:09.157Z | |
3261 | 2024-09-06T23:11:09.157Z | info: running `cargo check --bins` on omicron-package (153/158) |
3262 | 2024-09-06T23:11:09.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2024-09-06T23:11:09.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2024-09-06T23:11:10.063Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3265 | 2024-09-06T23:11:11.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s |
3266 | 2024-09-06T23:11:11.654Z | |
3267 | 2024-09-06T23:11:11.654Z | info: running `cargo check --bins` on wicket-dbg (154/158) |
3268 | 2024-09-06T23:11:12.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3269 | 2024-09-06T23:11:12.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3270 | 2024-09-06T23:11:12.655Z | Checking rtoolbox v0.0.2 |
3271 | 2024-09-06T23:11:12.655Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3272 | 2024-09-06T23:11:12.679Z | Checking tui-tree-widget v0.22.0 |
3273 | 2024-09-06T23:11:12.839Z | Checking rpassword v7.3.1 |
3274 | 2024-09-06T23:11:17.677Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3275 | 2024-09-06T23:11:21.307Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3276 | 2024-09-06T23:11:22.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.06s |
3277 | 2024-09-06T23:11:22.882Z | |
3278 | 2024-09-06T23:11:22.882Z | info: running `cargo check --bins` on wicket (155/158) |
3279 | 2024-09-06T23:11:23.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3280 | 2024-09-06T23:11:23.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3281 | 2024-09-06T23:11:23.852Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3282 | 2024-09-06T23:11:24.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
3283 | 2024-09-06T23:11:24.400Z | |
3284 | 2024-09-06T23:11:24.400Z | info: running `cargo check --bins` on wicketd (156/158) |
3285 | 2024-09-06T23:11:25.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3286 | 2024-09-06T23:11:25.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3287 | 2024-09-06T23:11:25.344Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3288 | 2024-09-06T23:11:29.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s |
3289 | 2024-09-06T23:11:29.995Z | |
3290 | 2024-09-06T23:11:29.995Z | info: running `cargo check --bins` on omicron-workspace-hack (157/158) |
3291 | 2024-09-06T23:11:30.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3292 | 2024-09-06T23:11:30.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3293 | 2024-09-06T23:11:30.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3294 | 2024-09-06T23:11:30.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3295 | 2024-09-06T23:11:30.828Z | |
3296 | 2024-09-06T23:11:30.828Z | info: running `cargo check --bins` on zone-setup (158/158) |
3297 | 2024-09-06T23:11:31.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2024-09-06T23:11:31.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2024-09-06T23:11:31.812Z | Checking uzers v0.11.3 |
3300 | 2024-09-06T23:11:32.096Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3301 | 2024-09-06T23:11:33.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
3302 | 2024-09-06T23:11:33.538Z | |
3303 | 2024-09-06T23:11:33.538Z | real 12:43.898423844 |
3304 | 2024-09-06T23:11:33.538Z | user 23:02.918045715 |
3305 | 2024-09-06T23:11:33.538Z | sys 5:33.469389507 |
3306 | 2024-09-06T23:11:33.538Z | trap 0.534136668 |
3307 | 2024-09-06T23:11:33.562Z | tflt 1.709911077 |
3308 | 2024-09-06T23:11:33.562Z | dflt 2.687191183 |
3309 | 2024-09-06T23:11:33.562Z | kflt 0.001079028 |
3310 | 2024-09-06T23:11:33.562Z | lock 42:21.525157827 |
3311 | 2024-09-06T23:11:33.562Z | slp 2:00:54.965829190 |
3312 | 2024-09-06T23:11:33.562Z | lat 1:00.854812208 |
3313 | 2024-09-06T23:11:33.562Z | stop 2:48.926270133 |
3314 | 2024-09-06T23:11:33.562Z | process exited: duration 1008281 ms, exit code 0 |
|
3315 | 2024-09-06T23:11:33.611Z | found 0 output files |