|
|
|
1 | 2024-10-15T21:04:29.688Z | job assigned to worker 01JA8ZWVBRY7FBRFP1K5Y4ZPV6 (queued for 20 m 39 s) |
|
2 | 2024-10-15T21:04:38.353Z | starting task 0: "setup" |
3 | 2024-10-15T21:04:38.359Z | ++ uname -s |
4 | 2024-10-15T21:04:38.362Z | + kern=SunOS |
5 | 2024-10-15T21:04:38.362Z | + case "$kern" in |
6 | 2024-10-15T21:04:38.362Z | + groupadd -g 12345 build |
7 | 2024-10-15T21:04:38.365Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-15T21:04:40.376Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-15T21:04:40.538Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-15T21:04:40.542Z | + home_fs=zfs |
11 | 2024-10-15T21:04:40.542Z | + [[ zfs == autofs ]] |
12 | 2024-10-15T21:04:40.542Z | + mkdir -p /home/build |
13 | 2024-10-15T21:04:40.546Z | + chown build:build /home/build /work |
14 | 2024-10-15T21:04:41.545Z | + chmod 0700 /home/build /work |
15 | 2024-10-15T21:04:41.548Z | process exited: duration 3197 ms, exit code 0 |
|
16 | 2024-10-15T21:04:41.553Z | starting task 1: "rust-toolchain" |
17 | 2024-10-15T21:04:41.559Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-15T21:04:41.561Z | ' 1.80.1 |
19 | 2024-10-15T21:04:41.561Z | * toolchain channel = "1.80.1" |
20 | 2024-10-15T21:04:41.561Z | * toolchain profile = "default" |
21 | 2024-10-15T21:04:41.562Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-15T21:04:41.562Z | ' default |
23 | 2024-10-15T21:04:41.562Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-15T21:04:41.562Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-15T21:04:41.678Z | info: downloading installer |
26 | 2024-10-15T21:04:43.370Z | info: profile set to 'default' |
27 | 2024-10-15T21:04:43.370Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-15T21:04:43.372Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-15T21:04:43.514Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-15T21:04:43.514Z | info: downloading component 'cargo' |
31 | 2024-10-15T21:04:44.318Z | info: downloading component 'clippy' |
32 | 2024-10-15T21:04:44.604Z | info: downloading component 'rust-docs' |
33 | 2024-10-15T21:04:45.736Z | info: downloading component 'rust-std' |
34 | 2024-10-15T21:04:47.320Z | info: downloading component 'rustc' |
35 | 2024-10-15T21:04:51.698Z | info: downloading component 'rustfmt' |
36 | 2024-10-15T21:04:51.934Z | info: installing component 'cargo' |
37 | 2024-10-15T21:04:52.792Z | info: installing component 'clippy' |
38 | 2024-10-15T21:04:53.176Z | info: installing component 'rust-docs' |
39 | 2024-10-15T21:04:54.820Z | info: installing component 'rust-std' |
40 | 2024-10-15T21:04:56.549Z | info: installing component 'rustc' |
41 | 2024-10-15T21:05:01.041Z | info: installing component 'rustfmt' |
42 | 2024-10-15T21:05:01.440Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-15T21:05:01.441Z | |
44 | 2024-10-15T21:05:01.719Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-15T21:05:01.719Z | |
46 | 2024-10-15T21:05:01.722Z | |
47 | 2024-10-15T21:05:01.722Z | Rust is installed now. Great! |
48 | 2024-10-15T21:05:01.722Z | |
49 | 2024-10-15T21:05:01.722Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-15T21:05:01.722Z | environment variable. This has not been done automatically. |
51 | 2024-10-15T21:05:01.722Z | |
52 | 2024-10-15T21:05:01.722Z | To configure your current shell, you need to source |
53 | 2024-10-15T21:05:01.722Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-15T21:05:01.722Z | |
55 | 2024-10-15T21:05:01.722Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-15T21:05:01.722Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-15T21:05:01.722Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-15T21:05:01.773Z | + rustc --version |
59 | 2024-10-15T21:05:01.836Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-15T21:05:01.840Z | process exited: duration 20281 ms, exit code 0 |
|
61 | 2024-10-15T21:05:01.845Z | starting task 2: "authentication" |
62 | 2024-10-15T21:05:01.865Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-15T21:05:01.870Z | starting task 3: "clone repository" |
64 | 2024-10-15T21:05:01.875Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-15T21:05:01.878Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-15T21:05:02.153Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-15T21:05:10.061Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-15T21:05:10.061Z | + git fetch origin ded7d759b7a7d21ff3ab98f18ca6a3d07431262a |
69 | 2024-10-15T21:05:10.405Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-15T21:05:10.405Z | * branch ded7d759b7a7d21ff3ab98f18ca6a3d07431262a -> FETCH_HEAD |
71 | 2024-10-15T21:05:10.416Z | + [[ -n init-on-acquire ]] |
72 | 2024-10-15T21:05:10.419Z | ++ git branch --show-current |
73 | 2024-10-15T21:05:10.421Z | + current=main |
74 | 2024-10-15T21:05:10.421Z | + [[ main != init-on-acquire ]] |
75 | 2024-10-15T21:05:10.421Z | + git branch -f init-on-acquire ded7d759b7a7d21ff3ab98f18ca6a3d07431262a |
76 | 2024-10-15T21:05:10.424Z | + git checkout -f init-on-acquire |
77 | 2024-10-15T21:05:10.594Z | Switched to branch 'init-on-acquire' |
78 | 2024-10-15T21:05:10.599Z | + git reset --hard ded7d759b7a7d21ff3ab98f18ca6a3d07431262a |
79 | 2024-10-15T21:05:10.633Z | HEAD is now at ded7d759b Initialize timeseries database on qorb acquire |
80 | 2024-10-15T21:05:10.635Z | process exited: duration 8761 ms, exit code 0 |
|
81 | 2024-10-15T21:05:10.642Z | starting task 4: "build" |
82 | 2024-10-15T21:05:10.645Z | + cargo --version |
83 | 2024-10-15T21:05:10.700Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-10-15T21:05:10.702Z | + rustc --version |
85 | 2024-10-15T21:05:10.763Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-10-15T21:05:10.765Z | + source ./env.sh |
87 | 2024-10-15T21:05:10.765Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-10-15T21:05:10.765Z | ++ set -o xtrace |
89 | 2024-10-15T21:05:10.767Z | ++++ dirname ./env.sh |
90 | 2024-10-15T21:05:10.770Z | +++ readlink -f . |
91 | 2024-10-15T21:05:10.789Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-10-15T21:05:10.792Z | ++ 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-10-15T21:05:10.792Z | ++ 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-10-15T21:05:10.792Z | ++ 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-10-15T21:05:10.792Z | ++ 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-10-15T21:05:10.792Z | ++ 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-10-15T21:05:10.792Z | ++ 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-10-15T21:05:10.792Z | ++ 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-10-15T21:05:10.792Z | ++ 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-10-15T21:05:10.792Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-10-15T21:05:10.792Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-10-15T21:05:10.793Z | + 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-10-15T21:05:10.793Z | + 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-10-15T21:05:10.793Z | + banner prerequisites |
105 | 2024-10-15T21:05:10.814Z | |
106 | 2024-10-15T21:05:10.814Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-10-15T21:05:10.814Z | # # # # # # # # # # # # # # # |
108 | 2024-10-15T21:05:10.814Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-10-15T21:05:10.814Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-10-15T21:05:10.814Z | # # # # # # # # # # # # # # # |
111 | 2024-10-15T21:05:10.814Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-10-15T21:05:10.814Z | |
113 | 2024-10-15T21:05:10.816Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-10-15T21:05:25.923Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-10-15T21:05:29.304Z | Startup: Caching catalogs ... Done |
116 | 2024-10-15T21:05:35.089Z | Planning: Solver setup ... Done (4.951s) |
117 | 2024-10-15T21:05:35.165Z | Planning: Running solver ... Done (0.075s) |
118 | 2024-10-15T21:05:35.347Z | Planning: Finding local manifests ... Done (0.112s) |
119 | 2024-10-15T21:05:35.390Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-10-15T21:05:35.627Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-10-15T21:05:35.974Z | Planning: Package planning ... Done (0.347s) |
122 | 2024-10-15T21:05:36.030Z | Planning: Merging actions ... Done (0.055s) |
123 | 2024-10-15T21:05:37.190Z | Planning: Checking for conflicting actions ... Done (1.158s) |
124 | 2024-10-15T21:05:48.546Z | Planning: Consolidating action changes ... Done (11.354s) |
125 | 2024-10-15T21:05:48.969Z | Planning: Evaluating mediators ... Done (0.423s) |
126 | 2024-10-15T21:05:49.136Z | Planning: Planning completed in 19.75 seconds |
127 | 2024-10-15T21:05:50.292Z | Packages to install: 4 |
128 | 2024-10-15T21:05:50.292Z | Packages to update: 1 |
129 | 2024-10-15T21:05:50.295Z | Mediators to change: 2 |
130 | 2024-10-15T21:05:50.295Z | Services to change: 1 |
131 | 2024-10-15T21:05:50.295Z | Estimated space available: 155.71 GB |
132 | 2024-10-15T21:05:50.295Z | Estimated space to be consumed: 1.57 GB |
133 | 2024-10-15T21:05:50.295Z | Create boot environment: No |
134 | 2024-10-15T21:05:50.295Z | Create backup boot environment: Yes |
135 | 2024-10-15T21:05:50.295Z | Rebuild boot archive: No |
136 | 2024-10-15T21:05:50.296Z | |
137 | 2024-10-15T21:05:50.296Z | Changed mediators: |
138 | 2024-10-15T21:05:50.296Z | mediator clang: |
139 | 2024-10-15T21:05:50.296Z | version: None -> 15 (system default) |
140 | 2024-10-15T21:05:50.296Z | |
141 | 2024-10-15T21:05:50.296Z | mediator llvm: |
142 | 2024-10-15T21:05:50.296Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-10-15T21:05:50.296Z | |
144 | 2024-10-15T21:05:50.296Z | Changed packages: |
145 | 2024-10-15T21:05:50.296Z | helios-dev |
146 | 2024-10-15T21:05:50.296Z | developer/build-essential |
147 | 2024-10-15T21:05:50.296Z | None -> 11-2.0 |
148 | 2024-10-15T21:05:50.296Z | library/libxmlsec1 |
149 | 2024-10-15T21:05:50.296Z | None -> 1.2.35-2.0 |
150 | 2024-10-15T21:05:50.296Z | ooce/developer/clang-15 |
151 | 2024-10-15T21:05:50.296Z | None -> 15.0.7-2.0 |
152 | 2024-10-15T21:05:50.296Z | ooce/developer/llvm-15 |
153 | 2024-10-15T21:05:50.296Z | None -> 15.0.7-2.0 |
154 | 2024-10-15T21:05:50.296Z | package/pkg |
155 | 2024-10-15T21:05:50.296Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-10-15T21:05:50.296Z | |
157 | 2024-10-15T21:05:50.296Z | Services: |
158 | 2024-10-15T21:05:50.296Z | restart_fmri: |
159 | 2024-10-15T21:05:50.296Z | svc:/system/update-man-index:default |
160 | 2024-10-15T21:05:50.297Z | |
161 | 2024-10-15T21:05:50.297Z | Editable files to change: |
162 | 2024-10-15T21:05:50.297Z | Update: |
163 | 2024-10-15T21:05:50.297Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-10-15T21:05:50.886Z | |
165 | 2024-10-15T21:05:50.886Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-10-15T21:05:55.892Z | Download: 1170/4281 items 46.2/220.6MB 20% complete (9.6M/s) |
167 | 2024-10-15T21:06:00.899Z | Download: 1872/4281 items 118.3/220.6MB 53% complete (12.1M/s) |
168 | 2024-10-15T21:06:06.306Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (10.1M/s) |
169 | 2024-10-15T21:06:11.312Z | Download: 2863/4281 items 121.1/220.6MB 54% complete (279k/s) |
170 | 2024-10-15T21:06:16.617Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.7M/s) |
171 | 2024-10-15T21:06:21.618Z | Download: 3859/4281 items 217.7/220.6MB 98% complete (9.7M/s) |
172 | 2024-10-15T21:06:32.369Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (5.6M/s) |
173 | 2024-10-15T21:06:32.477Z | Download: Completed 220.60 MB in 41.58 seconds (5.3M/s) |
174 | 2024-10-15T21:06:33.656Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-10-15T21:06:33.673Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-10-15T21:06:38.823Z | Actions: 4078/5063 actions (Installing new actions) |
177 | 2024-10-15T21:06:40.051Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-10-15T21:06:40.498Z | Actions: Completed 5063 actions in 6.84 seconds. |
179 | 2024-10-15T21:06:40.844Z | Done (0.338s) |
180 | 2024-10-15T21:06:40.846Z | Done (0.000s) |
181 | 2024-10-15T21:06:41.316Z | Done (0.470s) |
182 | 2024-10-15T21:06:49.108Z | Done (7.589s) |
183 | 2024-10-15T21:06:49.676Z | Done (0.491s) |
184 | 2024-10-15T21:06:49.696Z | Done (0.000s) |
185 | 2024-10-15T21:06:49.939Z | Done (0.000s) |
186 | 2024-10-15T21:06:51.247Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-10-15T21:06:51.328Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-10-15T21:06:51.329Z | Planning: Consolidating action changes ... Done |
189 | 2024-10-15T21:06:51.329Z | Planning: Evaluating mediators ... Done |
190 | 2024-10-15T21:06:51.329Z | Planning: Planning completed in 0.44 seconds |
191 | 2024-10-15T21:06:51.329Z | Mediators to change: 2 |
192 | 2024-10-15T21:06:51.329Z | Create boot environment: No |
193 | 2024-10-15T21:06:51.329Z | Create backup boot environment: No |
194 | 2024-10-15T21:06:51.329Z | Done |
195 | 2024-10-15T21:06:51.329Z | Done |
196 | 2024-10-15T21:06:51.426Z | Done |
197 | 2024-10-15T21:06:55.018Z | Done |
198 | 2024-10-15T21:06:55.109Z | Done |
199 | 2024-10-15T21:06:55.113Z | Done |
200 | 2024-10-15T21:06:55.274Z | Done |
201 | 2024-10-15T21:06:55.895Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-10-15T21:06:55.898Z | Planning: Merging actions ... Done |
203 | 2024-10-15T21:06:56.091Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-10-15T21:06:56.101Z | Planning: Consolidating action changes ... Done |
205 | 2024-10-15T21:06:56.353Z | Planning: Evaluating mediators ... Done |
206 | 2024-10-15T21:06:56.403Z | Planning: Planning completed in 0.76 seconds |
207 | 2024-10-15T21:06:56.444Z | Packages to change: 1 |
208 | 2024-10-15T21:06:56.444Z | Mediators to change: 1 |
209 | 2024-10-15T21:06:56.444Z | Services to change: 1 |
210 | 2024-10-15T21:06:56.447Z | Create boot environment: No |
211 | 2024-10-15T21:06:56.448Z | Create backup boot environment: Yes |
212 | 2024-10-15T21:06:58.631Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-10-15T21:06:58.761Z | Actions: Completed 6 actions in 0.13 seconds. |
214 | 2024-10-15T21:06:58.766Z | Done |
215 | 2024-10-15T21:06:58.766Z | Done |
216 | 2024-10-15T21:06:58.859Z | Done |
217 | 2024-10-15T21:07:02.397Z | Done |
218 | 2024-10-15T21:07:02.488Z | Done |
219 | 2024-10-15T21:07:02.491Z | Done |
220 | 2024-10-15T21:07:02.650Z | Done |
221 | 2024-10-15T21:07:03.082Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-10-15T21:07:03.082Z | clang system 15 system |
223 | 2024-10-15T21:07:03.082Z | csh system system illumos |
224 | 2024-10-15T21:07:03.082Z | ctags system system illumos |
225 | 2024-10-15T21:07:03.082Z | gcc vendor 12 vendor |
226 | 2024-10-15T21:07:03.082Z | gcc system 10 system |
227 | 2024-10-15T21:07:03.082Z | gcc system 7 system |
228 | 2024-10-15T21:07:03.082Z | go system 1.20 system |
229 | 2024-10-15T21:07:03.082Z | go system 1.19 system |
230 | 2024-10-15T21:07:03.082Z | llvm system 15 system |
231 | 2024-10-15T21:07:03.082Z | llvm system 14 system |
232 | 2024-10-15T21:07:03.082Z | mariadb system 10.6 system |
233 | 2024-10-15T21:07:03.083Z | mta vendor vendor dma |
234 | 2024-10-15T21:07:03.083Z | openjdk system 17 system |
235 | 2024-10-15T21:07:03.083Z | openjdk system 11 system |
236 | 2024-10-15T21:07:03.083Z | openjdk system 1.8 system |
237 | 2024-10-15T21:07:03.083Z | openssl vendor 3 vendor |
238 | 2024-10-15T21:07:03.083Z | perl system 5.36 system |
239 | 2024-10-15T21:07:03.083Z | postgresql system 15 system |
240 | 2024-10-15T21:07:03.083Z | postgresql system 13 system |
241 | 2024-10-15T21:07:03.083Z | python vendor 3 vendor |
242 | 2024-10-15T21:07:03.083Z | python system 2 system |
243 | 2024-10-15T21:07:03.083Z | python3 system 3.11 system |
244 | 2024-10-15T21:07:03.083Z | ruby system 3.0 system |
245 | 2024-10-15T21:07:03.083Z | words vendor vendor american-english |
246 | 2024-10-15T21:07:03.083Z | words system system australian-english |
247 | 2024-10-15T21:07:03.083Z | words system system british-english |
248 | 2024-10-15T21:07:03.083Z | words system system canadian-english |
249 | 2024-10-15T21:07:03.083Z | words system system french |
250 | 2024-10-15T21:07:03.083Z | words system system italian |
251 | 2024-10-15T21:07:03.084Z | words system system ngerman |
252 | 2024-10-15T21:07:03.084Z | words system system ogerman |
253 | 2024-10-15T21:07:03.084Z | words system system spanish |
254 | 2024-10-15T21:07:03.437Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-10-15T21:07:03.437Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-10-15T21:07:05.557Z | FMRI IFO |
257 | 2024-10-15T21:07:05.557Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-10-15T21:07:05.557Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-10-15T21:07:05.557Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-10-15T21:07:05.557Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-10-15T21:07:05.557Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-10-15T21:07:05.557Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-10-15T21:07:05.557Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-10-15T21:07:05.557Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-10-15T21:07:05.557Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-10-15T21:07:05.557Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-10-15T21:07:05.557Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-10-15T21:07:05.557Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-10-15T21:07:05.557Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-10-15T21:07:06.228Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-10-15T21:07:06.498Z | Updating crates.io index |
272 | 2024-10-15T21:07:06.501Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-10-15T21:07:07.403Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-10-15T21:07:07.674Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-10-15T21:07:07.929Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-10-15T21:07:08.190Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-10-15T21:07:09.064Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-10-15T21:07:11.258Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-10-15T21:07:12.351Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-10-15T21:07:13.028Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-10-15T21:07:13.309Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-10-15T21:07:13.565Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-10-15T21:07:14.148Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-10-15T21:07:14.430Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
285 | 2024-10-15T21:07:14.789Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
286 | 2024-10-15T21:07:15.153Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
287 | 2024-10-15T21:07:15.472Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2024-10-15T21:07:15.756Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2024-10-15T21:07:16.030Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2024-10-15T21:07:16.281Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2024-10-15T21:07:16.573Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-10-15T21:07:16.893Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-10-15T21:07:17.213Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-10-15T21:07:17.521Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-10-15T21:07:17.825Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-10-15T21:07:18.278Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-10-15T21:07:18.628Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2024-10-15T21:07:19.046Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-10-15T21:07:19.543Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-10-15T21:07:19.791Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-10-15T21:07:20.074Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-10-15T21:07:21.429Z | Downloading crates ... |
303 | 2024-10-15T21:07:21.530Z | Downloaded anstyle v1.0.8 |
304 | 2024-10-15T21:07:21.532Z | Downloaded anstyle-parse v0.2.4 |
305 | 2024-10-15T21:07:21.537Z | Downloaded block-buffer v0.10.4 |
306 | 2024-10-15T21:07:21.540Z | Downloaded anstream v0.6.14 |
307 | 2024-10-15T21:07:21.560Z | Downloaded colorchoice v1.0.1 |
308 | 2024-10-15T21:07:21.569Z | Downloaded swrite v0.1.0 |
309 | 2024-10-15T21:07:21.571Z | Downloaded bytecount v0.6.8 |
310 | 2024-10-15T21:07:21.573Z | Downloaded macaddr v1.0.1 |
311 | 2024-10-15T21:07:21.573Z | Downloaded autocfg v1.3.0 |
312 | 2024-10-15T21:07:21.575Z | Downloaded bitflags v2.6.0 |
313 | 2024-10-15T21:07:21.578Z | Downloaded anstyle-query v1.0.3 |
314 | 2024-10-15T21:07:21.580Z | Downloaded fnv v1.0.7 |
315 | 2024-10-15T21:07:21.580Z | Downloaded usdt v0.5.0 |
316 | 2024-10-15T21:07:21.582Z | Downloaded thiserror-impl v1.0.64 |
317 | 2024-10-15T21:07:21.582Z | Downloaded serde_spanned v0.6.7 |
318 | 2024-10-15T21:07:21.585Z | Downloaded memmap v0.7.0 |
319 | 2024-10-15T21:07:21.587Z | Downloaded scroll v0.12.0 |
320 | 2024-10-15T21:07:21.595Z | Downloaded smawk v0.3.2 |
321 | 2024-10-15T21:07:21.597Z | Downloaded is_terminal_polyfill v1.70.0 |
322 | 2024-10-15T21:07:21.599Z | Downloaded utf8parse v0.2.1 |
323 | 2024-10-15T21:07:21.602Z | Downloaded cargo-platform v0.1.8 |
324 | 2024-10-15T21:07:21.602Z | Downloaded anyhow v1.0.89 |
325 | 2024-10-15T21:07:21.605Z | Downloaded unicode-linebreak v0.1.5 |
326 | 2024-10-15T21:07:21.607Z | Downloaded dof v0.3.0 |
327 | 2024-10-15T21:07:21.609Z | Downloaded pretty-hex v0.4.1 |
328 | 2024-10-15T21:07:21.609Z | Downloaded generic-array v0.14.7 |
329 | 2024-10-15T21:07:21.611Z | Downloaded crypto-common v0.1.6 |
330 | 2024-10-15T21:07:21.611Z | Downloaded errno v0.3.9 |
331 | 2024-10-15T21:07:21.616Z | Downloaded sha2 v0.10.8 |
332 | 2024-10-15T21:07:21.619Z | Downloaded proc-macro-error v1.0.4 |
333 | 2024-10-15T21:07:21.622Z | Downloaded semver v1.0.23 |
334 | 2024-10-15T21:07:21.624Z | Downloaded clap_derive v4.5.18 |
335 | 2024-10-15T21:07:21.626Z | Downloaded camino v1.1.9 |
336 | 2024-10-15T21:07:21.628Z | Downloaded serde_tokenstream v0.2.2 |
337 | 2024-10-15T21:07:21.631Z | Downloaded pest_derive v2.7.10 |
338 | 2024-10-15T21:07:21.631Z | Downloaded heck v0.5.0 |
339 | 2024-10-15T21:07:21.634Z | Downloaded tempfile v3.10.1 |
340 | 2024-10-15T21:07:21.636Z | Downloaded dtrace-parser v0.2.0 |
341 | 2024-10-15T21:07:21.646Z | Downloaded scroll_derive v0.12.0 |
342 | 2024-10-15T21:07:21.649Z | Downloaded equivalent v1.0.1 |
343 | 2024-10-15T21:07:21.651Z | Downloaded cpufeatures v0.2.12 |
344 | 2024-10-15T21:07:21.651Z | Downloaded usdt-macro v0.5.0 |
345 | 2024-10-15T21:07:21.659Z | Downloaded zerocopy-derive v0.7.34 |
346 | 2024-10-15T21:07:21.662Z | Downloaded usdt-attr-macro v0.5.0 |
347 | 2024-10-15T21:07:21.664Z | Downloaded cargo_toml v0.20.5 |
348 | 2024-10-15T21:07:21.667Z | Downloaded usdt-impl v0.5.0 |
349 | 2024-10-15T21:07:21.670Z | Downloaded ryu v1.0.18 |
350 | 2024-10-15T21:07:21.672Z | Downloaded ucd-trie v0.1.6 |
351 | 2024-10-15T21:07:21.672Z | Downloaded toml v0.8.19 |
352 | 2024-10-15T21:07:21.675Z | Downloaded textwrap v0.16.1 |
353 | 2024-10-15T21:07:21.677Z | Downloaded clap v4.5.18 |
354 | 2024-10-15T21:07:21.704Z | Downloaded pest_meta v2.7.10 |
355 | 2024-10-15T21:07:21.708Z | Downloaded proc-macro-error-attr v1.0.4 |
356 | 2024-10-15T21:07:21.708Z | Downloaded fs-err v2.11.0 |
357 | 2024-10-15T21:07:21.708Z | Downloaded clap_lex v0.7.0 |
358 | 2024-10-15T21:07:21.708Z | Downloaded terminal_size v0.3.0 |
359 | 2024-10-15T21:07:21.708Z | Downloaded pest_generator v2.7.10 |
360 | 2024-10-15T21:07:21.708Z | Downloaded itoa v1.0.11 |
361 | 2024-10-15T21:07:21.708Z | Downloaded fastrand v2.1.0 |
362 | 2024-10-15T21:07:21.708Z | Downloaded digest v0.10.7 |
363 | 2024-10-15T21:07:21.708Z | Downloaded cargo_metadata v0.18.1 |
364 | 2024-10-15T21:07:21.708Z | Downloaded byteorder v1.5.0 |
365 | 2024-10-15T21:07:21.708Z | Downloaded strsim v0.11.1 |
366 | 2024-10-15T21:07:21.708Z | Downloaded toml_datetime v0.6.8 |
367 | 2024-10-15T21:07:21.709Z | Downloaded thread-id v4.2.1 |
368 | 2024-10-15T21:07:21.709Z | Downloaded thiserror v1.0.64 |
369 | 2024-10-15T21:07:21.709Z | Downloaded tabled_derive v0.7.0 |
370 | 2024-10-15T21:07:21.712Z | Downloaded typenum v1.17.0 |
371 | 2024-10-15T21:07:21.712Z | Downloaded serde_derive v1.0.210 |
372 | 2024-10-15T21:07:21.716Z | Downloaded papergrid v0.11.0 |
373 | 2024-10-15T21:07:21.718Z | Downloaded proc-macro2 v1.0.86 |
374 | 2024-10-15T21:07:21.721Z | Downloaded plain v0.2.3 |
375 | 2024-10-15T21:07:21.721Z | Downloaded heck v0.4.1 |
376 | 2024-10-15T21:07:21.721Z | Downloaded once_cell v1.19.0 |
377 | 2024-10-15T21:07:21.724Z | Downloaded cfg-if v1.0.0 |
378 | 2024-10-15T21:07:21.724Z | Downloaded camino-tempfile v1.1.1 |
379 | 2024-10-15T21:07:21.727Z | Downloaded quote v1.0.37 |
380 | 2024-10-15T21:07:21.729Z | Downloaded version_check v0.9.5 |
381 | 2024-10-15T21:07:21.739Z | Downloaded log v0.4.22 |
382 | 2024-10-15T21:07:21.766Z | Downloaded unicode-ident v1.0.13 |
383 | 2024-10-15T21:07:21.779Z | Downloaded toml_edit v0.22.22 |
384 | 2024-10-15T21:07:21.799Z | Downloaded serde v1.0.210 |
385 | 2024-10-15T21:07:21.801Z | Downloaded memchr v2.7.2 |
386 | 2024-10-15T21:07:21.806Z | Downloaded indexmap v2.5.0 |
387 | 2024-10-15T21:07:21.822Z | Downloaded hashbrown v0.14.5 |
388 | 2024-10-15T21:07:21.832Z | Downloaded pest v2.7.10 |
389 | 2024-10-15T21:07:21.850Z | Downloaded winnow v0.6.18 |
390 | 2024-10-15T21:07:21.860Z | Downloaded serde_json v1.0.128 |
391 | 2024-10-15T21:07:21.866Z | Downloaded zerocopy v0.7.34 |
392 | 2024-10-15T21:07:21.881Z | Downloaded tabled v0.15.0 |
393 | 2024-10-15T21:07:21.896Z | Downloaded goblin v0.8.2 |
394 | 2024-10-15T21:07:21.902Z | Downloaded clap_builder v4.5.18 |
395 | 2024-10-15T21:07:21.908Z | Downloaded syn v1.0.109 |
396 | 2024-10-15T21:07:21.918Z | Downloaded syn v2.0.79 |
397 | 2024-10-15T21:07:21.928Z | Downloaded rustix v0.38.34 |
398 | 2024-10-15T21:07:21.959Z | Downloaded unicode-width v0.1.13 |
399 | 2024-10-15T21:07:21.971Z | Downloaded libc v0.2.159 |
400 | 2024-10-15T21:07:22.279Z | Compiling proc-macro2 v1.0.86 |
401 | 2024-10-15T21:07:22.281Z | Compiling unicode-ident v1.0.13 |
402 | 2024-10-15T21:07:22.281Z | Compiling serde v1.0.210 |
403 | 2024-10-15T21:07:22.281Z | Compiling version_check v0.9.5 |
404 | 2024-10-15T21:07:22.281Z | Compiling thiserror v1.0.64 |
405 | 2024-10-15T21:07:22.314Z | Compiling memchr v2.7.2 |
406 | 2024-10-15T21:07:22.316Z | Compiling libc v0.2.159 |
407 | 2024-10-15T21:07:22.316Z | Compiling ucd-trie v0.1.6 |
408 | 2024-10-15T21:07:22.511Z | Compiling ryu v1.0.18 |
409 | 2024-10-15T21:07:22.881Z | Compiling itoa v1.0.11 |
410 | 2024-10-15T21:07:23.018Z | Compiling once_cell v1.19.0 |
411 | 2024-10-15T21:07:23.188Z | Compiling byteorder v1.5.0 |
412 | 2024-10-15T21:07:23.535Z | Compiling serde_json v1.0.128 |
413 | 2024-10-15T21:07:23.757Z | Compiling rustix v0.38.34 |
414 | 2024-10-15T21:07:24.494Z | Compiling bitflags v2.6.0 |
415 | 2024-10-15T21:07:24.596Z | Compiling usdt-impl v0.5.0 |
416 | 2024-10-15T21:07:24.660Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-10-15T21:07:24.705Z | Compiling syn v1.0.109 |
418 | 2024-10-15T21:07:24.903Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-10-15T21:07:24.903Z | Compiling equivalent v1.0.1 |
420 | 2024-10-15T21:07:25.022Z | Compiling camino v1.1.9 |
421 | 2024-10-15T21:07:25.047Z | Compiling log v0.4.22 |
422 | 2024-10-15T21:07:25.081Z | Compiling plain v0.2.3 |
423 | 2024-10-15T21:07:25.180Z | Compiling utf8parse v0.2.1 |
424 | 2024-10-15T21:07:25.233Z | Compiling hashbrown v0.14.5 |
425 | 2024-10-15T21:07:25.323Z | Compiling thread-id v4.2.1 |
426 | 2024-10-15T21:07:25.372Z | Compiling quote v1.0.37 |
427 | 2024-10-15T21:07:25.422Z | Compiling anstyle-parse v0.2.4 |
428 | 2024-10-15T21:07:25.600Z | Compiling autocfg v1.3.0 |
429 | 2024-10-15T21:07:25.726Z | Compiling syn v2.0.79 |
430 | 2024-10-15T21:07:25.807Z | Compiling colorchoice v1.0.1 |
431 | 2024-10-15T21:07:25.969Z | Compiling errno v0.3.9 |
432 | 2024-10-15T21:07:26.052Z | Compiling anstyle v1.0.8 |
433 | 2024-10-15T21:07:26.189Z | Compiling is_terminal_polyfill v1.70.0 |
434 | 2024-10-15T21:07:26.313Z | Compiling pretty-hex v0.4.1 |
435 | 2024-10-15T21:07:26.501Z | Compiling indexmap v2.5.0 |
436 | 2024-10-15T21:07:26.533Z | Compiling semver v1.0.23 |
437 | 2024-10-15T21:07:26.537Z | Compiling winnow v0.6.18 |
438 | 2024-10-15T21:07:26.588Z | Compiling anstyle-query v1.0.3 |
439 | 2024-10-15T21:07:26.734Z | Compiling unicode-width v0.1.13 |
440 | 2024-10-15T21:07:26.964Z | Compiling anstream v0.6.14 |
441 | 2024-10-15T21:07:27.165Z | Compiling fs-err v2.11.0 |
442 | 2024-10-15T21:07:27.656Z | Compiling fastrand v2.1.0 |
443 | 2024-10-15T21:07:27.755Z | Compiling strsim v0.11.1 |
444 | 2024-10-15T21:07:27.779Z | Compiling clap_lex v0.7.0 |
445 | 2024-10-15T21:07:27.866Z | Compiling heck v0.5.0 |
446 | 2024-10-15T21:07:28.194Z | Compiling terminal_size v0.3.0 |
447 | 2024-10-15T21:07:28.303Z | Compiling bytecount v0.6.8 |
448 | 2024-10-15T21:07:28.380Z | Compiling heck v0.4.1 |
449 | 2024-10-15T21:07:28.413Z | Compiling cfg-if v1.0.0 |
450 | 2024-10-15T21:07:28.529Z | Compiling fnv v1.0.7 |
451 | 2024-10-15T21:07:28.662Z | Compiling anyhow v1.0.89 |
452 | 2024-10-15T21:07:28.708Z | Compiling papergrid v0.11.0 |
453 | 2024-10-15T21:07:28.847Z | Compiling tempfile v3.10.1 |
454 | 2024-10-15T21:07:28.871Z | Compiling clap_builder v4.5.18 |
455 | 2024-10-15T21:07:29.342Z | Compiling memmap v0.7.0 |
456 | 2024-10-15T21:07:29.448Z | Compiling smawk v0.3.2 |
457 | 2024-10-15T21:07:29.660Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-10-15T21:07:30.133Z | Compiling textwrap v0.16.1 |
459 | 2024-10-15T21:07:30.261Z | Compiling swrite v0.1.0 |
460 | 2024-10-15T21:07:31.302Z | Compiling tabled_derive v0.7.0 |
461 | 2024-10-15T21:07:32.847Z | Compiling tabled v0.15.0 |
462 | 2024-10-15T21:07:34.432Z | Compiling serde_derive v1.0.210 |
463 | 2024-10-15T21:07:34.437Z | Compiling thiserror-impl v1.0.64 |
464 | 2024-10-15T21:07:34.437Z | Compiling zerocopy-derive v0.7.34 |
465 | 2024-10-15T21:07:34.437Z | Compiling scroll_derive v0.12.0 |
466 | 2024-10-15T21:07:34.437Z | Compiling clap_derive v4.5.18 |
467 | 2024-10-15T21:07:35.735Z | Compiling scroll v0.12.0 |
468 | 2024-10-15T21:07:36.104Z | Compiling zerocopy v0.7.34 |
469 | 2024-10-15T21:07:36.295Z | Compiling goblin v0.8.2 |
470 | 2024-10-15T21:07:37.012Z | Compiling pest v2.7.10 |
471 | 2024-10-15T21:07:38.597Z | Compiling clap v4.5.18 |
472 | 2024-10-15T21:07:39.160Z | Compiling pest_meta v2.7.10 |
473 | 2024-10-15T21:07:39.993Z | Compiling pest_generator v2.7.10 |
474 | 2024-10-15T21:07:41.823Z | Compiling pest_derive v2.7.10 |
475 | 2024-10-15T21:07:42.571Z | Compiling dtrace-parser v0.2.0 |
476 | 2024-10-15T21:07:44.182Z | Compiling toml_datetime v0.6.8 |
477 | 2024-10-15T21:07:44.182Z | Compiling serde_spanned v0.6.7 |
478 | 2024-10-15T21:07:44.184Z | Compiling cargo-platform v0.1.8 |
479 | 2024-10-15T21:07:44.539Z | Compiling serde_tokenstream v0.2.2 |
480 | 2024-10-15T21:07:44.771Z | Compiling toml_edit v0.22.22 |
481 | 2024-10-15T21:07:44.797Z | Compiling macaddr v1.0.1 |
482 | 2024-10-15T21:07:44.924Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-10-15T21:07:45.573Z | Compiling dof v0.3.0 |
484 | 2024-10-15T21:07:45.573Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-10-15T21:07:47.551Z | Compiling toml v0.8.19 |
486 | 2024-10-15T21:07:47.585Z | Compiling usdt-macro v0.5.0 |
487 | 2024-10-15T21:07:47.587Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-10-15T21:07:48.395Z | Compiling cargo_toml v0.20.5 |
489 | 2024-10-15T21:07:48.890Z | Compiling usdt v0.5.0 |
490 | 2024-10-15T21:07:52.212Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-10-15T21:07:56.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.43s |
492 | 2024-10-15T21:07:56.699Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-10-15T21:07:56.894Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
494 | 2024-10-15T21:07:57.270Z | Downloading crates ... |
495 | 2024-10-15T21:07:57.404Z | Downloaded adler v1.0.2 |
496 | 2024-10-15T21:07:57.412Z | Downloaded cfg_aliases v0.1.1 |
497 | 2024-10-15T21:07:57.421Z | Downloaded async-stream-impl v0.3.5 |
498 | 2024-10-15T21:07:57.423Z | Downloaded adler2 v2.0.0 |
499 | 2024-10-15T21:07:57.426Z | Downloaded ident_case v1.0.1 |
500 | 2024-10-15T21:07:57.428Z | Downloaded aead v0.5.2 |
501 | 2024-10-15T21:07:57.431Z | Downloaded hubpack_derive v0.1.1 |
502 | 2024-10-15T21:07:57.433Z | Downloaded darling_macro v0.20.9 |
503 | 2024-10-15T21:07:57.436Z | Downloaded debug-ignore v1.0.5 |
504 | 2024-10-15T21:07:57.439Z | Downloaded http-range v0.1.5 |
505 | 2024-10-15T21:07:57.439Z | Downloaded http-body v1.0.0 |
506 | 2024-10-15T21:07:57.442Z | Downloaded is_ci v1.2.0 |
507 | 2024-10-15T21:07:57.444Z | Downloaded atomicwrites v0.4.4 |
508 | 2024-10-15T21:07:57.444Z | Downloaded async-recursion v1.1.1 |
509 | 2024-10-15T21:07:57.448Z | Downloaded newline-converter v0.3.0 |
510 | 2024-10-15T21:07:57.451Z | Downloaded matches v0.1.10 |
511 | 2024-10-15T21:07:57.451Z | Downloaded bit-vec v0.6.3 |
512 | 2024-10-15T21:07:57.454Z | Downloaded bcrypt-pbkdf v0.10.0 |
513 | 2024-10-15T21:07:57.454Z | Downloaded assert_matches v1.5.0 |
514 | 2024-10-15T21:07:57.458Z | Downloaded newtype_derive v0.1.6 |
515 | 2024-10-15T21:07:57.458Z | Downloaded new_debug_unreachable v1.0.6 |
516 | 2024-10-15T21:07:57.458Z | Downloaded httpdate v1.0.3 |
517 | 2024-10-15T21:07:57.460Z | Downloaded http-body v0.4.6 |
518 | 2024-10-15T21:07:57.460Z | Downloaded hostname v0.4.0 |
519 | 2024-10-15T21:07:57.462Z | Downloaded ciborium-ll v0.2.2 |
520 | 2024-10-15T21:07:57.462Z | Downloaded ipnetwork v0.20.0 |
521 | 2024-10-15T21:07:57.465Z | Downloaded crossbeam-deque v0.8.5 |
522 | 2024-10-15T21:07:57.467Z | Downloaded nodrop v0.1.14 |
523 | 2024-10-15T21:07:57.467Z | Downloaded internet-checksum v0.2.1 |
524 | 2024-10-15T21:07:57.470Z | Downloaded array-init v0.0.4 |
525 | 2024-10-15T21:07:57.472Z | Downloaded nanorand v0.7.0 |
526 | 2024-10-15T21:07:57.474Z | Downloaded maplit v1.0.2 |
527 | 2024-10-15T21:07:57.474Z | Downloaded keccak v0.1.5 |
528 | 2024-10-15T21:07:57.477Z | Downloaded home v0.5.9 |
529 | 2024-10-15T21:07:57.477Z | Downloaded impl-trait-for-tuples v0.2.2 |
530 | 2024-10-15T21:07:57.479Z | Downloaded convert_case v0.4.0 |
531 | 2024-10-15T21:07:57.482Z | Downloaded lalrpop-util v0.19.12 |
532 | 2024-10-15T21:07:57.484Z | Downloaded lru-cache v0.1.2 |
533 | 2024-10-15T21:07:57.484Z | Downloaded colored v2.1.0 |
534 | 2024-10-15T21:07:57.487Z | Downloaded block-padding v0.3.3 |
535 | 2024-10-15T21:07:57.487Z | Downloaded mockall v0.13.0 |
536 | 2024-10-15T21:07:57.491Z | Downloaded md-5 v0.10.6 |
537 | 2024-10-15T21:07:57.493Z | Downloaded cancel-safe-futures v0.1.5 |
538 | 2024-10-15T21:07:57.496Z | Downloaded bitfield-struct v0.6.1 |
539 | 2024-10-15T21:07:57.496Z | Downloaded bzip2 v0.4.4 |
540 | 2024-10-15T21:07:57.499Z | Downloaded linear-map v1.2.0 |
541 | 2024-10-15T21:07:57.501Z | Downloaded constant_time_eq v0.3.0 |
542 | 2024-10-15T21:07:57.503Z | Downloaded arrayvec v0.7.4 |
543 | 2024-10-15T21:07:57.505Z | Downloaded mime v0.3.17 |
544 | 2024-10-15T21:07:57.505Z | Downloaded hyper-staticfile v0.10.1 |
545 | 2024-10-15T21:07:57.508Z | Downloaded instant v0.1.12 |
546 | 2024-10-15T21:07:57.511Z | Downloaded cfg_aliases v0.2.1 |
547 | 2024-10-15T21:07:57.513Z | Downloaded darling v0.20.9 |
548 | 2024-10-15T21:07:57.515Z | Downloaded is-terminal v0.4.12 |
549 | 2024-10-15T21:07:57.517Z | Downloaded md5 v0.7.0 |
550 | 2024-10-15T21:07:57.517Z | Downloaded ciborium-io v0.2.2 |
551 | 2024-10-15T21:07:57.520Z | Downloaded atty v0.2.14 |
552 | 2024-10-15T21:07:57.520Z | Downloaded backoff v0.4.0 |
553 | 2024-10-15T21:07:57.523Z | Downloaded addr2line v0.21.0 |
554 | 2024-10-15T21:07:57.525Z | Downloaded crunchy v0.2.2 |
555 | 2024-10-15T21:07:57.525Z | Downloaded crucible-workspace-hack v0.1.0 |
556 | 2024-10-15T21:07:57.527Z | Downloaded base64ct v1.6.0 |
557 | 2024-10-15T21:07:57.530Z | Downloaded async-trait v0.1.83 |
558 | 2024-10-15T21:07:57.535Z | Downloaded lock_api v0.4.12 |
559 | 2024-10-15T21:07:57.538Z | Downloaded multer v3.1.0 |
560 | 2024-10-15T21:07:57.541Z | Downloaded kstat-rs v0.2.4 |
561 | 2024-10-15T21:07:57.543Z | Downloaded ctr v0.9.2 |
562 | 2024-10-15T21:07:57.546Z | Downloaded clang-sys v1.7.0 |
563 | 2024-10-15T21:07:57.549Z | Downloaded crc32fast v1.4.0 |
564 | 2024-10-15T21:07:57.552Z | Downloaded cookie_store v0.21.0 |
565 | 2024-10-15T21:07:57.555Z | Downloaded memmap2 v0.9.4 |
566 | 2024-10-15T21:07:57.557Z | Downloaded indexmap v1.9.3 |
567 | 2024-10-15T21:07:57.562Z | Downloaded highway v1.2.0 |
568 | 2024-10-15T21:07:57.565Z | Downloaded inout v0.1.3 |
569 | 2024-10-15T21:07:57.567Z | Downloaded indent_write v2.2.0 |
570 | 2024-10-15T21:07:57.569Z | Downloaded async-stream v0.3.5 |
571 | 2024-10-15T21:07:57.571Z | Downloaded rustc-hash v2.0.0 |
572 | 2024-10-15T21:07:57.574Z | Downloaded memoffset v0.9.1 |
573 | 2024-10-15T21:07:57.574Z | Downloaded lazy_static v1.5.0 |
574 | 2024-10-15T21:07:57.576Z | Downloaded libsw v3.3.1 |
575 | 2024-10-15T21:07:57.578Z | Downloaded match_cfg v0.1.0 |
576 | 2024-10-15T21:07:57.580Z | Downloaded bitfield v0.14.0 |
577 | 2024-10-15T21:07:57.582Z | Downloaded newtype-uuid v1.1.0 |
578 | 2024-10-15T21:07:57.582Z | Downloaded castaway v0.2.3 |
579 | 2024-10-15T21:07:57.585Z | Downloaded resolv-conf v0.7.0 |
580 | 2024-10-15T21:07:57.587Z | Downloaded cobs v0.2.3 |
581 | 2024-10-15T21:07:57.589Z | Downloaded multimap v0.10.0 |
582 | 2024-10-15T21:07:57.589Z | Downloaded managed v0.8.0 |
583 | 2024-10-15T21:07:57.592Z | Downloaded vte_generate_state_changes v0.1.1 |
584 | 2024-10-15T21:07:57.592Z | Downloaded crc-catalog v2.4.0 |
585 | 2024-10-15T21:07:57.594Z | Downloaded chacha20poly1305 v0.10.1 |
586 | 2024-10-15T21:07:57.596Z | Downloaded indicatif v0.17.8 |
587 | 2024-10-15T21:07:57.599Z | Downloaded maybe-uninit v2.0.0 |
588 | 2024-10-15T21:07:57.601Z | Downloaded curve25519-dalek-derive v0.1.1 |
589 | 2024-10-15T21:07:57.604Z | Downloaded lru v0.12.3 |
590 | 2024-10-15T21:07:57.604Z | Downloaded libefi-sys v0.1.0 |
591 | 2024-10-15T21:07:57.607Z | Downloaded salsa20 v0.10.2 |
592 | 2024-10-15T21:07:57.607Z | Downloaded crossbeam-utils v0.8.19 |
593 | 2024-10-15T21:07:57.610Z | Downloaded cipher v0.4.4 |
594 | 2024-10-15T21:07:57.613Z | Downloaded static_assertions v1.1.0 |
595 | 2024-10-15T21:07:57.613Z | Downloaded stable_deref_trait v1.2.0 |
596 | 2024-10-15T21:07:57.615Z | Downloaded shell-words v1.1.0 |
597 | 2024-10-15T21:07:57.615Z | Downloaded cbc v0.1.2 |
598 | 2024-10-15T21:07:57.617Z | Downloaded diesel_table_macro_syntax v0.2.0 |
599 | 2024-10-15T21:07:57.620Z | Downloaded tokio-native-tls v0.3.1 |
600 | 2024-10-15T21:07:57.622Z | Downloaded serde_path_to_error v0.1.16 |
601 | 2024-10-15T21:07:57.624Z | Downloaded twox-hash v1.6.3 |
602 | 2024-10-15T21:07:57.627Z | Downloaded slab v0.4.9 |
603 | 2024-10-15T21:07:57.629Z | Downloaded iana-time-zone v0.1.60 |
604 | 2024-10-15T21:07:57.631Z | Downloaded fxhash v0.2.1 |
605 | 2024-10-15T21:07:57.633Z | Downloaded ipnet v2.10.0 |
606 | 2024-10-15T21:07:57.636Z | Downloaded hyper-rustls v0.27.3 |
607 | 2024-10-15T21:07:57.638Z | Downloaded httparse v1.8.0 |
608 | 2024-10-15T21:07:57.640Z | Downloaded native-tls v0.2.11 |
609 | 2024-10-15T21:07:57.642Z | Downloaded num-conv v0.1.0 |
610 | 2024-10-15T21:07:57.644Z | Downloaded termcolor v1.4.1 |
611 | 2024-10-15T21:07:57.644Z | Downloaded mime_guess v2.0.4 |
612 | 2024-10-15T21:07:57.647Z | Downloaded cexpr v0.6.0 |
613 | 2024-10-15T21:07:57.650Z | Downloaded bcs v0.1.6 |
614 | 2024-10-15T21:07:57.652Z | Downloaded nibble_vec v0.1.0 |
615 | 2024-10-15T21:07:57.652Z | Downloaded xz2 v0.1.7 |
616 | 2024-10-15T21:07:57.655Z | Downloaded bitflags v1.3.2 |
617 | 2024-10-15T21:07:57.658Z | Downloaded async-bb8-diesel v0.2.1 |
618 | 2024-10-15T21:07:57.660Z | Downloaded hickory-server v0.24.1 |
619 | 2024-10-15T21:07:57.667Z | Downloaded mockall_derive v0.13.0 |
620 | 2024-10-15T21:07:57.670Z | Downloaded number_prefix v0.4.0 |
621 | 2024-10-15T21:07:57.672Z | Downloaded embedded-io v0.4.0 |
622 | 2024-10-15T21:07:57.672Z | Downloaded supports-color v3.0.1 |
623 | 2024-10-15T21:07:57.675Z | Downloaded pretty-hex v0.2.1 |
624 | 2024-10-15T21:07:57.678Z | Downloaded data-encoding v2.6.0 |
625 | 2024-10-15T21:07:57.678Z | Downloaded const_format_proc_macros v0.2.33 |
626 | 2024-10-15T21:07:57.680Z | Downloaded russh-cryptovec v0.7.2 |
627 | 2024-10-15T21:07:57.681Z | Downloaded csv-core v0.1.11 |
628 | 2024-10-15T21:07:57.683Z | Downloaded filetime v0.2.25 |
629 | 2024-10-15T21:07:57.686Z | Downloaded hyper-util v0.1.9 |
630 | 2024-10-15T21:07:57.689Z | Downloaded gethostname v0.5.0 |
631 | 2024-10-15T21:07:57.691Z | Downloaded tokio-rustls v0.24.1 |
632 | 2024-10-15T21:07:57.694Z | Downloaded jobserver v0.1.32 |
633 | 2024-10-15T21:07:57.697Z | Downloaded signal-hook-tokio v0.3.1 |
634 | 2024-10-15T21:07:57.699Z | Downloaded ff v0.13.0 |
635 | 2024-10-15T21:07:57.701Z | Downloaded env_filter v0.1.2 |
636 | 2024-10-15T21:07:57.704Z | Downloaded enum-as-inner v0.6.0 |
637 | 2024-10-15T21:07:57.706Z | Downloaded predicates-core v1.0.6 |
638 | 2024-10-15T21:07:57.706Z | Downloaded hex v0.4.3 |
639 | 2024-10-15T21:07:57.708Z | Downloaded heck v0.3.3 |
640 | 2024-10-15T21:07:57.710Z | Downloaded futures-core v0.3.30 |
641 | 2024-10-15T21:07:57.710Z | Downloaded crc v3.2.1 |
642 | 2024-10-15T21:07:57.714Z | Downloaded yasna v0.5.2 |
643 | 2024-10-15T21:07:57.717Z | Downloaded dropshot_endpoint v0.10.1 |
644 | 2024-10-15T21:07:57.719Z | Downloaded cassowary v0.3.0 |
645 | 2024-10-15T21:07:57.721Z | Downloaded blake2 v0.10.6 |
646 | 2024-10-15T21:07:57.723Z | Downloaded cc v1.0.97 |
647 | 2024-10-15T21:07:57.727Z | Downloaded const-oid v0.9.6 |
648 | 2024-10-15T21:07:57.729Z | Downloaded pbkdf2 v0.12.2 |
649 | 2024-10-15T21:07:57.732Z | Downloaded tinyvec_macros v0.1.1 |
650 | 2024-10-15T21:07:57.734Z | Downloaded vte v0.11.1 |
651 | 2024-10-15T21:07:57.737Z | Downloaded vsss-rs v3.3.4 |
652 | 2024-10-15T21:07:57.740Z | Downloaded proc-macro-crate v1.3.1 |
653 | 2024-10-15T21:07:57.740Z | Downloaded polyval v0.6.2 |
654 | 2024-10-15T21:07:57.743Z | Downloaded crossbeam-epoch v0.9.18 |
655 | 2024-10-15T21:07:57.745Z | Downloaded const_format v0.2.33 |
656 | 2024-10-15T21:07:57.751Z | Downloaded try-lock v0.2.5 |
657 | 2024-10-15T21:07:57.754Z | Downloaded slog-dtrace v0.3.0 |
658 | 2024-10-15T21:07:57.754Z | Downloaded slog-bunyan v2.5.0 |
659 | 2024-10-15T21:07:57.757Z | Downloaded slog-async v2.8.0 |
660 | 2024-10-15T21:07:57.767Z | Downloaded scrypt v0.11.0 |
661 | 2024-10-15T21:07:57.769Z | Downloaded num_threads v0.1.7 |
662 | 2024-10-15T21:07:57.772Z | Downloaded signature v2.2.0 |
663 | 2024-10-15T21:07:57.775Z | Downloaded sha1 v0.10.6 |
664 | 2024-10-15T21:07:57.777Z | Downloaded mio v0.8.11 |
665 | 2024-10-15T21:07:57.781Z | Downloaded num-derive v0.4.2 |
666 | 2024-10-15T21:07:57.784Z | Downloaded uuid v1.10.0 |
667 | 2024-10-15T21:07:57.787Z | Downloaded psl-types v2.0.11 |
668 | 2024-10-15T21:07:57.790Z | Downloaded zerocopy v0.6.6 |
669 | 2024-10-15T21:07:57.792Z | Downloaded unicase v2.7.0 |
670 | 2024-10-15T21:07:57.795Z | Downloaded defmt-macros v0.3.9 |
671 | 2024-10-15T21:07:57.798Z | Downloaded either v1.13.0 |
672 | 2024-10-15T21:07:57.798Z | Downloaded defmt-parser v0.3.4 |
673 | 2024-10-15T21:07:57.801Z | Downloaded pin-project-internal v1.1.5 |
674 | 2024-10-15T21:07:57.803Z | Downloaded snafu v0.8.2 |
675 | 2024-10-15T21:07:57.809Z | Downloaded primeorder v0.13.6 |
676 | 2024-10-15T21:07:57.811Z | Downloaded fd-lock v4.0.2 |
677 | 2024-10-15T21:07:57.814Z | Downloaded predicates-tree v1.0.9 |
678 | 2024-10-15T21:07:57.816Z | Downloaded der_derive v0.7.2 |
679 | 2024-10-15T21:07:57.819Z | Downloaded group v0.13.0 |
680 | 2024-10-15T21:07:57.819Z | Downloaded tiny-keccak v2.0.2 |
681 | 2024-10-15T21:07:57.822Z | Downloaded zone v0.1.8 |
682 | 2024-10-15T21:07:57.824Z | Downloaded utf-8 v0.7.6 |
683 | 2024-10-15T21:07:57.824Z | Downloaded ed25519 v2.2.3 |
684 | 2024-10-15T21:07:57.827Z | Downloaded dirs-sys-next v0.1.2 |
685 | 2024-10-15T21:07:57.829Z | Downloaded dirs-next v2.0.0 |
686 | 2024-10-15T21:07:57.829Z | Downloaded take_mut v0.2.2 |
687 | 2024-10-15T21:07:57.832Z | Downloaded structmeta-derive v0.2.0 |
688 | 2024-10-15T21:07:57.832Z | Downloaded unicode-xid v0.2.4 |
689 | 2024-10-15T21:07:57.835Z | Downloaded aes v0.8.4 |
690 | 2024-10-15T21:07:57.837Z | Downloaded peg v0.8.4 |
691 | 2024-10-15T21:07:57.845Z | Downloaded foreign-types v0.5.0 |
692 | 2024-10-15T21:07:57.847Z | Downloaded minimal-lexical v0.2.1 |
693 | 2024-10-15T21:07:57.854Z | Downloaded base64 v0.13.1 |
694 | 2024-10-15T21:07:57.857Z | Downloaded openssl-probe v0.1.5 |
695 | 2024-10-15T21:07:57.857Z | Downloaded serde-big-array v0.5.1 |
696 | 2024-10-15T21:07:57.857Z | Downloaded rustls-pemfile v1.0.4 |
697 | 2024-10-15T21:07:57.859Z | Downloaded tungstenite v0.21.0 |
698 | 2024-10-15T21:07:57.862Z | Downloaded uzers v0.11.3 |
699 | 2024-10-15T21:07:57.865Z | Downloaded num_enum_derive v0.5.11 |
700 | 2024-10-15T21:07:57.867Z | Downloaded phf_shared v0.11.2 |
701 | 2024-10-15T21:07:57.869Z | Downloaded difflib v0.4.0 |
702 | 2024-10-15T21:07:57.869Z | Downloaded normalize-line-endings v0.3.0 |
703 | 2024-10-15T21:07:57.873Z | Downloaded poly1305 v0.8.0 |
704 | 2024-10-15T21:07:57.876Z | Downloaded darling_core v0.20.9 |
705 | 2024-10-15T21:07:57.879Z | Downloaded serde_repr v0.1.19 |
706 | 2024-10-15T21:07:57.882Z | Downloaded tui-tree-widget v0.22.0 |
707 | 2024-10-15T21:07:57.884Z | Downloaded futures-channel v0.3.30 |
708 | 2024-10-15T21:07:57.886Z | Downloaded unicode_categories v0.1.1 |
709 | 2024-10-15T21:07:57.889Z | Downloaded test-strategy v0.3.1 |
710 | 2024-10-15T21:07:57.893Z | Downloaded slog v2.7.0 |
711 | 2024-10-15T21:07:57.896Z | Downloaded phf_shared v0.10.0 |
712 | 2024-10-15T21:07:57.898Z | Downloaded strum_macros v0.24.3 |
713 | 2024-10-15T21:07:57.901Z | Downloaded which v4.4.2 |
714 | 2024-10-15T21:07:57.903Z | Downloaded termtree v0.4.1 |
715 | 2024-10-15T21:07:57.903Z | Downloaded termios v0.3.3 |
716 | 2024-10-15T21:07:57.906Z | Downloaded value-bag v1.9.0 |
717 | 2024-10-15T21:07:57.909Z | Downloaded subprocess v0.2.9 |
718 | 2024-10-15T21:07:57.912Z | Downloaded tabwriter v1.4.0 |
719 | 2024-10-15T21:07:57.914Z | Downloaded base64 v0.22.1 |
720 | 2024-10-15T21:07:57.918Z | Downloaded want v0.3.1 |
721 | 2024-10-15T21:07:57.920Z | Downloaded derive_builder_macro v0.20.0 |
722 | 2024-10-15T21:07:57.923Z | Downloaded p256 v0.13.2 |
723 | 2024-10-15T21:07:57.925Z | Downloaded futures-task v0.3.30 |
724 | 2024-10-15T21:07:57.927Z | Downloaded parking_lot_core v0.8.6 |
725 | 2024-10-15T21:07:57.930Z | Downloaded zeroize v1.8.1 |
726 | 2024-10-15T21:07:57.932Z | Downloaded derive-where v1.2.7 |
727 | 2024-10-15T21:07:57.935Z | Downloaded opaque-debug v0.3.1 |
728 | 2024-10-15T21:07:57.938Z | Downloaded rustc_version v0.4.0 |
729 | 2024-10-15T21:07:57.940Z | Downloaded prettyplease v0.2.22 |
730 | 2024-10-15T21:07:57.942Z | Downloaded toolchain_find v0.4.0 |
731 | 2024-10-15T21:07:57.945Z | Downloaded serde_urlencoded v0.7.1 |
732 | 2024-10-15T21:07:57.945Z | Downloaded enum-as-inner v0.5.1 |
733 | 2024-10-15T21:07:57.948Z | Downloaded futures-macro v0.3.30 |
734 | 2024-10-15T21:07:57.950Z | Downloaded futures-io v0.3.30 |
735 | 2024-10-15T21:07:57.952Z | Downloaded float-cmp v0.9.0 |
736 | 2024-10-15T21:07:57.952Z | Downloaded secrecy v0.8.0 |
737 | 2024-10-15T21:07:57.954Z | Downloaded snafu-derive v0.8.2 |
738 | 2024-10-15T21:07:57.956Z | Downloaded smf v0.2.3 |
739 | 2024-10-15T21:07:57.957Z | Downloaded stringprep v0.1.4 |
740 | 2024-10-15T21:07:57.959Z | Downloaded hkdf v0.12.4 |
741 | 2024-10-15T21:07:57.961Z | Downloaded foreign-types-shared v0.3.1 |
742 | 2024-10-15T21:07:57.963Z | Downloaded foreign-types-macros v0.2.3 |
743 | 2024-10-15T21:07:57.965Z | Downloaded foreign-types v0.3.2 |
744 | 2024-10-15T21:07:57.965Z | Downloaded universal-hash v0.5.1 |
745 | 2024-10-15T21:07:57.968Z | Downloaded topological-sort v0.2.2 |
746 | 2024-10-15T21:07:57.968Z | Downloaded thiserror-impl-no-std v2.0.2 |
747 | 2024-10-15T21:07:57.971Z | Downloaded pem-rfc7468 v0.7.0 |
748 | 2024-10-15T21:07:57.973Z | Downloaded foreign-types-shared v0.1.1 |
749 | 2024-10-15T21:07:57.973Z | Downloaded percent-encoding v2.3.1 |
750 | 2024-10-15T21:07:57.976Z | Downloaded pem v3.0.4 |
751 | 2024-10-15T21:07:57.976Z | Downloaded rand_core v0.6.4 |
752 | 2024-10-15T21:07:57.979Z | Downloaded term v0.7.0 |
753 | 2024-10-15T21:07:57.982Z | Downloaded tracing-attributes v0.1.27 |
754 | 2024-10-15T21:07:57.984Z | Downloaded pin-project-lite v0.2.14 |
755 | 2024-10-15T21:07:57.989Z | Downloaded fatfs v0.3.6 |
756 | 2024-10-15T21:07:57.993Z | Downloaded dhcproto-macros v0.1.0 |
757 | 2024-10-15T21:07:57.995Z | Downloaded rustc-hash v1.1.0 |
758 | 2024-10-15T21:07:57.995Z | Downloaded num-traits v0.2.19 |
759 | 2024-10-15T21:07:57.998Z | Downloaded untrusted v0.7.1 |
760 | 2024-10-15T21:07:58.001Z | Downloaded itertools v0.13.0 |
761 | 2024-10-15T21:07:58.008Z | Downloaded crossterm v0.28.1 |
762 | 2024-10-15T21:07:58.016Z | Downloaded peg-runtime v0.8.3 |
763 | 2024-10-15T21:07:58.018Z | Downloaded sync_wrapper v0.1.2 |
764 | 2024-10-15T21:07:58.018Z | Downloaded string_cache v0.8.7 |
765 | 2024-10-15T21:07:58.020Z | Downloaded postcard v1.0.8 |
766 | 2024-10-15T21:07:58.023Z | Downloaded hyper v1.4.1 |
767 | 2024-10-15T21:07:58.031Z | Downloaded structmeta v0.3.0 |
768 | 2024-10-15T21:07:58.033Z | Downloaded unarray v0.1.4 |
769 | 2024-10-15T21:07:58.036Z | Downloaded zeroize_derive v1.4.2 |
770 | 2024-10-15T21:07:58.036Z | Downloaded path-slash v0.1.5 |
771 | 2024-10-15T21:07:58.036Z | Downloaded ssh-key v0.6.6 |
772 | 2024-10-15T21:07:58.047Z | Downloaded hickory-client v0.24.1 |
773 | 2024-10-15T21:07:58.049Z | Downloaded parse-size v1.0.0 |
774 | 2024-10-15T21:07:58.051Z | Downloaded pkcs8 v0.10.2 |
775 | 2024-10-15T21:07:58.053Z | Downloaded zone_cfg_derive v0.1.2 |
776 | 2024-10-15T21:07:58.053Z | Downloaded fragile v2.0.0 |
777 | 2024-10-15T21:07:58.056Z | Downloaded untrusted v0.9.0 |
778 | 2024-10-15T21:07:58.058Z | Downloaded rustc_version v0.1.7 |
779 | 2024-10-15T21:07:58.060Z | Downloaded strum v0.26.3 |
780 | 2024-10-15T21:07:58.060Z | Downloaded http v0.2.12 |
781 | 2024-10-15T21:07:58.064Z | Downloaded crossterm v0.27.0 |
782 | 2024-10-15T21:07:58.071Z | Downloaded waitgroup v0.1.2 |
783 | 2024-10-15T21:07:58.074Z | Downloaded rustls-pki-types v1.7.0 |
784 | 2024-10-15T21:07:58.076Z | Downloaded ref-cast-impl v1.0.23 |
785 | 2024-10-15T21:07:58.080Z | Downloaded quick-error v1.2.3 |
786 | 2024-10-15T21:07:58.080Z | Downloaded rustversion v1.0.17 |
787 | 2024-10-15T21:07:58.091Z | Downloaded rand_xorshift v0.3.0 |
788 | 2024-10-15T21:07:58.091Z | Downloaded zone v0.3.0 |
789 | 2024-10-15T21:07:58.091Z | Downloaded tokio-macros v2.4.0 |
790 | 2024-10-15T21:07:58.098Z | Downloaded tls_codec_derive v0.4.1 |
791 | 2024-10-15T21:07:58.098Z | Downloaded rand_seeder v0.3.0 |
792 | 2024-10-15T21:07:58.098Z | Downloaded hyper v0.14.30 |
793 | 2024-10-15T21:07:58.100Z | Downloaded serde_with_macros v3.9.0 |
794 | 2024-10-15T21:07:58.102Z | Downloaded tls_codec v0.4.1 |
795 | 2024-10-15T21:07:58.104Z | Downloaded paste v1.0.15 |
796 | 2024-10-15T21:07:58.106Z | Downloaded hex-literal v0.4.1 |
797 | 2024-10-15T21:07:58.109Z | Downloaded ghash v0.5.1 |
798 | 2024-10-15T21:07:58.112Z | Downloaded des v0.8.1 |
799 | 2024-10-15T21:07:58.112Z | Downloaded tar v0.4.42 |
800 | 2024-10-15T21:07:58.115Z | Downloaded derive_builder_core v0.20.0 |
801 | 2024-10-15T21:07:58.118Z | Downloaded hashbrown v0.12.3 |
802 | 2024-10-15T21:07:58.123Z | Downloaded progenitor-client v0.8.0 |
803 | 2024-10-15T21:07:58.126Z | Downloaded rusty-fork v0.3.0 |
804 | 2024-10-15T21:07:58.129Z | Downloaded hickory-resolver v0.24.1 |
805 | 2024-10-15T21:07:58.132Z | Downloaded hashbrown v0.13.2 |
806 | 2024-10-15T21:07:58.137Z | Downloaded headers-core v0.3.0 |
807 | 2024-10-15T21:07:58.140Z | Downloaded futures-executor v0.3.30 |
808 | 2024-10-15T21:07:58.140Z | Downloaded sync_wrapper v1.0.1 |
809 | 2024-10-15T21:07:58.149Z | Downloaded publicsuffix v2.2.3 |
810 | 2024-10-15T21:07:58.153Z | Downloaded strum_macros v0.25.3 |
811 | 2024-10-15T21:07:58.153Z | Downloaded zone_cfg_derive v0.3.0 |
812 | 2024-10-15T21:07:58.153Z | Downloaded tokio-stream v0.1.16 |
813 | 2024-10-15T21:07:58.155Z | Downloaded structmeta-derive v0.3.0 |
814 | 2024-10-15T21:07:58.156Z | Downloaded derive_more v0.99.18 |
815 | 2024-10-15T21:07:58.159Z | Downloaded same-file v1.0.6 |
816 | 2024-10-15T21:07:58.162Z | Downloaded rand v0.8.5 |
817 | 2024-10-15T21:07:58.165Z | Downloaded slog-envlogger v2.2.0 |
818 | 2024-10-15T21:07:58.168Z | Downloaded slog-json v2.6.1 |
819 | 2024-10-15T21:07:58.170Z | Downloaded precomputed-hash v0.1.1 |
820 | 2024-10-15T21:07:58.173Z | Downloaded password-hash v0.5.0 |
821 | 2024-10-15T21:07:58.173Z | Downloaded vergen v8.3.2 |
822 | 2024-10-15T21:07:58.176Z | Downloaded quinn-udp v0.5.5 |
823 | 2024-10-15T21:07:58.178Z | Downloaded dyn-clone v1.0.17 |
824 | 2024-10-15T21:07:58.180Z | Downloaded ed25519-dalek v2.1.1 |
825 | 2024-10-15T21:07:58.184Z | Downloaded wait-timeout v0.2.0 |
826 | 2024-10-15T21:07:58.186Z | Downloaded tracing-core v0.1.32 |
827 | 2024-10-15T21:07:58.189Z | Downloaded tracing v0.1.40 |
828 | 2024-10-15T21:07:58.193Z | Downloaded parse-display v0.10.0 |
829 | 2024-10-15T21:07:58.196Z | Downloaded progenitor-macro v0.8.0 |
830 | 2024-10-15T21:07:58.198Z | Downloaded tough v0.17.1 |
831 | 2024-10-15T21:07:58.206Z | Downloaded unicode-truncate v1.0.0 |
832 | 2024-10-15T21:07:58.208Z | Downloaded time-core v0.1.2 |
833 | 2024-10-15T21:07:58.210Z | Downloaded r2d2 v0.8.10 |
834 | 2024-10-15T21:07:58.210Z | Downloaded oso-derive v0.27.3 |
835 | 2024-10-15T21:07:58.213Z | Downloaded endian-type v0.1.2 |
836 | 2024-10-15T21:07:58.213Z | Downloaded schemars v0.8.21 |
837 | 2024-10-15T21:07:58.225Z | Downloaded glob v0.3.1 |
838 | 2024-10-15T21:07:58.227Z | Downloaded spin v0.5.2 |
839 | 2024-10-15T21:07:58.229Z | Downloaded sqlparser_derive v0.2.2 |
840 | 2024-10-15T21:07:58.229Z | Downloaded typify v0.2.0 |
841 | 2024-10-15T21:07:58.232Z | Downloaded tokio-tungstenite v0.23.1 |
842 | 2024-10-15T21:07:58.235Z | Downloaded socket2 v0.5.7 |
843 | 2024-10-15T21:07:58.238Z | Downloaded float-ord v0.3.2 |
844 | 2024-10-15T21:07:58.240Z | Downloaded parking_lot v0.12.2 |
845 | 2024-10-15T21:07:58.243Z | Downloaded peg-macros v0.8.4 |
846 | 2024-10-15T21:07:58.246Z | Downloaded ppv-lite86 v0.2.17 |
847 | 2024-10-15T21:07:58.248Z | Downloaded powerfmt v0.2.0 |
848 | 2024-10-15T21:07:58.248Z | Downloaded hash32 v0.3.1 |
849 | 2024-10-15T21:07:58.250Z | Downloaded aes-gcm v0.10.3 |
850 | 2024-10-15T21:07:58.253Z | Downloaded signal-hook-registry v1.4.2 |
851 | 2024-10-15T21:07:58.255Z | Downloaded rpassword v7.3.1 |
852 | 2024-10-15T21:07:58.258Z | Downloaded password-hash v0.4.2 |
853 | 2024-10-15T21:07:58.258Z | Downloaded signal-hook-mio v0.2.4 |
854 | 2024-10-15T21:07:58.261Z | Downloaded dhcproto v0.12.0 |
855 | 2024-10-15T21:07:58.263Z | Downloaded fallible-iterator v0.3.0 |
856 | 2024-10-15T21:07:58.266Z | Downloaded elliptic-curve v0.13.8 |
857 | 2024-10-15T21:07:58.269Z | Downloaded fallible-iterator v0.2.0 |
858 | 2024-10-15T21:07:58.271Z | Downloaded radium v0.7.0 |
859 | 2024-10-15T21:07:58.271Z | Downloaded spin v0.9.8 |
860 | 2024-10-15T21:07:58.274Z | Downloaded ssh-encoding v0.2.0 |
861 | 2024-10-15T21:07:58.276Z | Downloaded salty v0.3.0 |
862 | 2024-10-15T21:07:58.284Z | Downloaded rustls-webpki v0.101.7 |
863 | 2024-10-15T21:07:58.300Z | Downloaded slog-stdlog v4.1.1 |
864 | 2024-10-15T21:07:58.302Z | Downloaded postgres-types v0.2.8 |
865 | 2024-10-15T21:07:58.306Z | Downloaded tokio-tungstenite v0.21.0 |
866 | 2024-10-15T21:07:58.308Z | Downloaded typify-macro v0.2.0 |
867 | 2024-10-15T21:07:58.308Z | Downloaded oso v0.27.3 |
868 | 2024-10-15T21:07:58.311Z | Downloaded url v2.5.2 |
869 | 2024-10-15T21:07:58.315Z | Downloaded parking_lot v0.11.2 |
870 | 2024-10-15T21:07:58.318Z | Downloaded hashlink v0.9.1 |
871 | 2024-10-15T21:07:58.320Z | Downloaded slog-scope v4.4.0 |
872 | 2024-10-15T21:07:58.322Z | Downloaded blake3 v1.5.1 |
873 | 2024-10-15T21:07:58.330Z | Downloaded num-complex v0.4.6 |
874 | 2024-10-15T21:07:58.332Z | Downloaded wyz v0.5.1 |
875 | 2024-10-15T21:07:58.334Z | Downloaded whoami v1.5.2 |
876 | 2024-10-15T21:07:58.336Z | Downloaded slog-term v2.9.1 |
877 | 2024-10-15T21:07:58.339Z | Downloaded zip v0.6.6 |
878 | 2024-10-15T21:07:58.343Z | Downloaded lalrpop v0.19.12 |
879 | 2024-10-15T21:07:58.355Z | Downloaded diesel_derives v2.2.2 |
880 | 2024-10-15T21:07:58.360Z | Downloaded predicates v3.1.2 |
881 | 2024-10-15T21:07:58.363Z | Downloaded toml_edit v0.19.15 |
882 | 2024-10-15T21:07:58.382Z | Downloaded time-macros v0.2.18 |
883 | 2024-10-15T21:07:58.384Z | Downloaded flate2 v1.0.34 |
884 | 2024-10-15T21:07:58.389Z | Downloaded bitvec v1.0.1 |
885 | 2024-10-15T21:07:58.406Z | Downloaded env_logger v0.11.5 |
886 | 2024-10-15T21:07:58.409Z | Downloaded sqlformat v0.2.6 |
887 | 2024-10-15T21:07:58.411Z | Downloaded half v2.4.1 |
888 | 2024-10-15T21:07:58.414Z | Downloaded ron v0.7.1 |
889 | 2024-10-15T21:07:58.418Z | Downloaded quinn v0.11.5 |
890 | 2024-10-15T21:07:58.422Z | Downloaded unicode-bidi v0.3.15 |
891 | 2024-10-15T21:07:58.426Z | Downloaded heapless v0.8.0 |
892 | 2024-10-15T21:07:58.430Z | Downloaded rsa v0.9.6 |
893 | 2024-10-15T21:07:58.435Z | Downloaded headers v0.4.0 |
894 | 2024-10-15T21:07:58.441Z | Downloaded portable-atomic v1.6.0 |
895 | 2024-10-15T21:07:58.448Z | Downloaded typed-path v0.7.1 |
896 | 2024-10-15T21:07:58.454Z | Downloaded serde_with v3.9.0 |
897 | 2024-10-15T21:07:58.464Z | Downloaded openssl-sys v0.9.103 |
898 | 2024-10-15T21:07:58.469Z | Downloaded idna v0.4.0 |
899 | 2024-10-15T21:07:58.477Z | Downloaded futures-util v0.3.30 |
900 | 2024-10-15T21:07:58.490Z | Downloaded x509-cert v0.2.5 |
901 | 2024-10-15T21:07:58.497Z | Downloaded num-bigint v0.4.5 |
902 | 2024-10-15T21:07:58.503Z | Downloaded rayon v1.10.0 |
903 | 2024-10-15T21:07:58.513Z | Downloaded reedline v0.33.0 |
904 | 2024-10-15T21:07:58.521Z | Downloaded nix v0.27.1 |
905 | 2024-10-15T21:07:58.533Z | Downloaded unicode-segmentation v1.11.0 |
906 | 2024-10-15T21:07:58.536Z | Downloaded sqlparser v0.45.0 |
907 | 2024-10-15T21:07:58.542Z | Downloaded nix v0.28.0 |
908 | 2024-10-15T21:07:58.555Z | Downloaded num-bigint-dig v0.8.4 |
909 | 2024-10-15T21:07:58.561Z | Downloaded expectorate v1.1.0 |
910 | 2024-10-15T21:07:58.563Z | Downloaded time v0.3.36 |
911 | 2024-10-15T21:07:58.571Z | Downloaded tokio-util v0.7.12 |
912 | 2024-10-15T21:07:58.578Z | Downloaded p384 v0.13.0 |
913 | 2024-10-15T21:07:58.585Z | Downloaded h2 v0.3.26 |
914 | 2024-10-15T21:07:58.593Z | Downloaded quick-xml v0.33.0 |
915 | 2024-10-15T21:07:58.599Z | Downloaded idna v0.3.0 |
916 | 2024-10-15T21:07:58.607Z | Downloaded vcpkg v0.2.15 |
917 | 2024-10-15T21:07:58.647Z | Downloaded unicode-normalization v0.1.23 |
918 | 2024-10-15T21:07:58.650Z | Downloaded h2 v0.4.6 |
919 | 2024-10-15T21:07:58.658Z | Downloaded object v0.32.2 |
920 | 2024-10-15T21:07:58.670Z | Downloaded reqwest v0.11.27 |
921 | 2024-10-15T21:07:58.678Z | Downloaded smoltcp v0.9.1 |
922 | 2024-10-15T21:07:58.691Z | Downloaded rustls v0.21.12 |
923 | 2024-10-15T21:07:58.704Z | Downloaded winnow v0.5.40 |
924 | 2024-10-15T21:07:58.714Z | Downloaded reqwest v0.12.7 |
925 | 2024-10-15T21:07:58.723Z | Downloaded quinn-proto v0.11.8 |
926 | 2024-10-15T21:07:58.730Z | Downloaded git2 v0.19.0 |
927 | 2024-10-15T21:07:58.740Z | Downloaded regex v1.10.6 |
928 | 2024-10-15T21:07:58.755Z | Downloaded bstr v1.9.1 |
929 | 2024-10-15T21:07:58.767Z | Downloaded trust-dns-proto v0.22.0 |
930 | 2024-10-15T21:07:58.781Z | Downloaded radix_trie v0.2.1 |
931 | 2024-10-15T21:07:58.789Z | Downloaded gimli v0.28.1 |
932 | 2024-10-15T21:07:58.797Z | Downloaded polar-core v0.27.3 |
933 | 2024-10-15T21:07:58.808Z | Downloaded regex-syntax v0.6.29 |
934 | 2024-10-15T21:07:58.817Z | Downloaded regress v0.9.1 |
935 | 2024-10-15T21:07:58.827Z | Downloaded rustls v0.22.4 |
936 | 2024-10-15T21:07:58.844Z | Downloaded webpki-roots v0.26.3 |
937 | 2024-10-15T21:07:58.847Z | Downloaded dropshot v0.10.1 |
938 | 2024-10-15T21:07:58.856Z | Downloaded hickory-proto v0.24.1 |
939 | 2024-10-15T21:07:58.874Z | Downloaded openapiv3 v2.0.0 |
940 | 2024-10-15T21:07:58.887Z | Downloaded diesel v2.2.4 |
941 | 2024-10-15T21:07:58.908Z | Downloaded dropshot v0.12.0 |
942 | 2024-10-15T21:07:58.929Z | Downloaded regress v0.10.1 |
943 | 2024-10-15T21:07:58.940Z | Downloaded typify-impl v0.2.0 |
944 | 2024-10-15T21:07:58.956Z | Downloaded sled v0.34.7 |
945 | 2024-10-15T21:07:58.966Z | Downloaded ratatui v0.28.0 |
946 | 2024-10-15T21:07:58.987Z | Downloaded rustls v0.23.10 |
947 | 2024-10-15T21:07:59.004Z | Downloaded zerocopy-derive v0.6.6 |
948 | 2024-10-15T21:07:59.014Z | Downloaded finl_unicode v1.2.0 |
949 | 2024-10-15T21:07:59.030Z | Downloaded lzma-sys v0.1.20 |
950 | 2024-10-15T21:07:59.061Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
951 | 2024-10-15T21:07:59.074Z | Downloaded regex-syntax v0.8.4 |
952 | 2024-10-15T21:07:59.083Z | Downloaded regex-automata v0.4.6 |
953 | 2024-10-15T21:07:59.102Z | Downloaded petgraph v0.6.5 |
954 | 2024-10-15T21:07:59.120Z | Downloaded sha3 v0.10.8 |
955 | 2024-10-15T21:07:59.125Z | Downloaded csv v1.3.0 |
956 | 2024-10-15T21:07:59.146Z | Downloaded smoltcp v0.11.0 |
957 | 2024-10-15T21:07:59.164Z | Downloaded tokio v1.39.3 |
958 | 2024-10-15T21:07:59.198Z | Downloaded nix v0.29.0 |
959 | 2024-10-15T21:07:59.210Z | Downloaded proptest v1.5.0 |
960 | 2024-10-15T21:07:59.220Z | Downloaded curve25519-dalek v4.1.3 |
961 | 2024-10-15T21:07:59.230Z | Downloaded rustls-webpki v0.102.4 |
962 | 2024-10-15T21:07:59.248Z | Downloaded openssl v0.10.66 |
963 | 2024-10-15T21:07:59.258Z | Downloaded object v0.30.4 |
964 | 2024-10-15T21:07:59.268Z | Downloaded rustyline v14.0.0 |
965 | 2024-10-15T21:07:59.274Z | Downloaded encoding_rs v0.8.34 |
966 | 2024-10-15T21:07:59.296Z | Downloaded idna v0.5.0 |
967 | 2024-10-15T21:07:59.303Z | Downloaded idna v0.2.3 |
968 | 2024-10-15T21:07:59.311Z | Downloaded chrono v0.4.38 |
969 | 2024-10-15T21:07:59.318Z | Downloaded serde_yaml v0.9.34+deprecated |
970 | 2024-10-15T21:07:59.323Z | Downloaded rusqlite v0.32.1 |
971 | 2024-10-15T21:07:59.329Z | Downloaded bindgen v0.69.4 |
972 | 2024-10-15T21:07:59.337Z | Downloaded signal-hook v0.3.17 |
973 | 2024-10-15T21:07:59.340Z | Downloaded flume v0.11.0 |
974 | 2024-10-15T21:07:59.344Z | Downloaded steno v0.4.1 |
975 | 2024-10-15T21:07:59.348Z | Downloaded progenitor-impl v0.8.0 |
976 | 2024-10-15T21:07:59.351Z | Downloaded socket2 v0.4.10 |
977 | 2024-10-15T21:07:59.353Z | Downloaded heapless v0.7.17 |
978 | 2024-10-15T21:07:59.357Z | Downloaded dsl_auto_type v0.1.2 |
979 | 2024-10-15T21:07:59.359Z | Downloaded toml v0.7.8 |
980 | 2024-10-15T21:07:59.364Z | Downloaded defmt v0.3.8 |
981 | 2024-10-15T21:07:59.366Z | Downloaded ssh-cipher v0.2.0 |
982 | 2024-10-15T21:07:59.366Z | Downloaded progenitor v0.8.0 |
983 | 2024-10-15T21:07:59.368Z | Downloaded flagset v0.4.5 |
984 | 2024-10-15T21:07:59.370Z | Downloaded fixedbitset v0.4.2 |
985 | 2024-10-15T21:07:59.370Z | Downloaded pkcs5 v0.7.1 |
986 | 2024-10-15T21:07:59.374Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
987 | 2024-10-15T21:07:59.435Z | Downloaded unsafe-libyaml v0.2.11 |
988 | 2024-10-15T21:07:59.437Z | Downloaded p521 v0.13.3 |
989 | 2024-10-15T21:07:59.440Z | Downloaded aho-corasick v1.1.3 |
990 | 2024-10-15T21:07:59.447Z | Downloaded walkdir v2.5.0 |
991 | 2024-10-15T21:07:59.449Z | Downloaded getrandom v0.2.14 |
992 | 2024-10-15T21:07:59.452Z | Downloaded globset v0.4.14 |
993 | 2024-10-15T21:07:59.454Z | Downloaded rustfmt-wrapper v0.2.1 |
994 | 2024-10-15T21:07:59.456Z | Downloaded russh v0.45.0 |
995 | 2024-10-15T21:07:59.462Z | Downloaded num-integer v0.1.46 |
996 | 2024-10-15T21:07:59.465Z | Downloaded fallible-streaming-iterator v0.1.9 |
997 | 2024-10-15T21:07:59.465Z | Downloaded parse-display-derive v0.10.0 |
998 | 2024-10-15T21:07:59.465Z | Downloaded spki v0.7.3 |
999 | 2024-10-15T21:07:59.468Z | Downloaded omicron-zone-package v0.11.1 |
1000 | 2024-10-15T21:07:59.472Z | Downloaded der v0.7.9 |
1001 | 2024-10-15T21:07:59.475Z | Downloaded derive_builder v0.20.0 |
1002 | 2024-10-15T21:07:59.480Z | Downloaded num-rational v0.4.2 |
1003 | 2024-10-15T21:07:59.482Z | Downloaded ecdsa v0.16.9 |
1004 | 2024-10-15T21:07:59.485Z | Downloaded xattr v1.3.1 |
1005 | 2024-10-15T21:07:59.488Z | Downloaded scheduled-thread-pool v0.2.7 |
1006 | 2024-10-15T21:07:59.488Z | Downloaded pkg-config v0.3.30 |
1007 | 2024-10-15T21:07:59.492Z | Downloaded packed_struct v0.10.1 |
1008 | 2024-10-15T21:07:59.492Z | Downloaded num v0.4.3 |
1009 | 2024-10-15T21:07:59.492Z | Downloaded itertools v0.12.1 |
1010 | 2024-10-15T21:07:59.498Z | Downloaded pin-utils v0.1.0 |
1011 | 2024-10-15T21:07:59.501Z | Downloaded olpc-cjson v0.1.3 |
1012 | 2024-10-15T21:07:59.501Z | Downloaded smallvec v1.13.2 |
1013 | 2024-10-15T21:07:59.503Z | Downloaded structmeta v0.2.0 |
1014 | 2024-10-15T21:07:59.506Z | Downloaded num-iter v0.1.45 |
1015 | 2024-10-15T21:07:59.506Z | Downloaded ena v0.14.3 |
1016 | 2024-10-15T21:07:59.508Z | Downloaded rayon-core v1.12.1 |
1017 | 2024-10-15T21:07:59.510Z | Downloaded schemars_derive v0.8.21 |
1018 | 2024-10-15T21:07:59.513Z | Downloaded env_logger v0.10.2 |
1019 | 2024-10-15T21:07:59.515Z | Downloaded packed_struct_codegen v0.10.1 |
1020 | 2024-10-15T21:07:59.517Z | Downloaded tower-service v0.3.2 |
1021 | 2024-10-15T21:07:59.517Z | Downloaded pkcs1 v0.7.5 |
1022 | 2024-10-15T21:07:59.520Z | Downloaded libm v0.2.8 |
1023 | 2024-10-15T21:07:59.528Z | Downloaded itertools v0.10.5 |
1024 | 2024-10-15T21:07:59.535Z | Downloaded rfc6979 v0.4.0 |
1025 | 2024-10-15T21:07:59.537Z | Downloaded ring v0.17.8 |
1026 | 2024-10-15T21:07:59.608Z | Downloaded futures v0.3.30 |
1027 | 2024-10-15T21:07:59.613Z | Downloaded libxml v0.3.3 |
1028 | 2024-10-15T21:07:59.619Z | Downloaded crossbeam-channel v0.5.12 |
1029 | 2024-10-15T21:07:59.623Z | Downloaded nu-ansi-term v0.50.0 |
1030 | 2024-10-15T21:07:59.625Z | Downloaded downcast v0.11.0 |
1031 | 2024-10-15T21:07:59.628Z | Downloaded semver v0.1.20 |
1032 | 2024-10-15T21:07:59.628Z | Downloaded rcgen v0.12.1 |
1033 | 2024-10-15T21:07:59.630Z | Downloaded rustls-pemfile v2.1.3 |
1034 | 2024-10-15T21:07:59.633Z | Downloaded samael v0.0.17 |
1035 | 2024-10-15T21:07:59.638Z | Downloaded tinyvec v1.6.0 |
1036 | 2024-10-15T21:07:59.641Z | Downloaded pin-project v1.1.5 |
1037 | 2024-10-15T21:07:59.659Z | Downloaded futures-sink v0.3.30 |
1038 | 2024-10-15T21:07:59.662Z | Downloaded rustc-demangle v0.1.24 |
1039 | 2024-10-15T21:07:59.663Z | Downloaded backtrace v0.3.71 |
1040 | 2024-10-15T21:07:59.663Z | Downloaded display-error-chain v0.2.1 |
1041 | 2024-10-15T21:07:59.663Z | Downloaded postgres-protocol v0.6.7 |
1042 | 2024-10-15T21:07:59.663Z | Downloaded nom v7.1.3 |
1043 | 2024-10-15T21:07:59.667Z | Downloaded tap v1.0.1 |
1044 | 2024-10-15T21:07:59.669Z | Downloaded smallvec v0.6.14 |
1045 | 2024-10-15T21:07:59.669Z | Downloaded phf v0.11.2 |
1046 | 2024-10-15T21:07:59.672Z | Downloaded parking_lot_core v0.9.10 |
1047 | 2024-10-15T21:07:59.674Z | Downloaded tokio-postgres v0.7.12 |
1048 | 2024-10-15T21:07:59.677Z | Downloaded mio v1.0.2 |
1049 | 2024-10-15T21:07:59.683Z | Downloaded similar v2.6.0 |
1050 | 2024-10-15T21:07:59.688Z | Downloaded russh-keys v0.45.0 |
1051 | 2024-10-15T21:07:59.694Z | Downloaded strip-ansi-escapes v0.2.0 |
1052 | 2024-10-15T21:07:59.696Z | Downloaded serde_plain v1.0.2 |
1053 | 2024-10-15T21:07:59.696Z | Downloaded serde-hex v0.1.0 |
1054 | 2024-10-15T21:07:59.696Z | Downloaded num_enum v0.5.11 |
1055 | 2024-10-15T21:07:59.699Z | Downloaded owo-colors v4.1.0 |
1056 | 2024-10-15T21:07:59.701Z | Downloaded tungstenite v0.23.0 |
1057 | 2024-10-15T21:07:59.705Z | Downloaded rand_chacha v0.3.1 |
1058 | 2024-10-15T21:07:59.707Z | Downloaded openssl-macros v0.1.1 |
1059 | 2024-10-15T21:07:59.707Z | Downloaded funty v2.0.0 |
1060 | 2024-10-15T21:07:59.710Z | Downloaded strum_macros v0.26.4 |
1061 | 2024-10-15T21:07:59.710Z | Downloaded dropshot_endpoint v0.12.0 |
1062 | 2024-10-15T21:07:59.712Z | Downloaded diff v0.1.13 |
1063 | 2024-10-15T21:07:59.716Z | Downloaded crypto-bigint v0.5.5 |
1064 | 2024-10-15T21:07:59.723Z | Downloaded cookie v0.18.1 |
1065 | 2024-10-15T21:07:59.726Z | Downloaded compact_str v0.8.0 |
1066 | 2024-10-15T21:07:59.729Z | Downloaded ron v0.8.1 |
1067 | 2024-10-15T21:07:59.734Z | Downloaded http v1.1.0 |
1068 | 2024-10-15T21:07:59.738Z | Downloaded bytes v1.7.2 |
1069 | 2024-10-15T21:07:59.742Z | Downloaded allocator-api2 v0.2.18 |
1070 | 2024-10-15T21:07:59.745Z | Downloaded ahash v0.8.11 |
1071 | 2024-10-15T21:07:59.749Z | Downloaded scopeguard v1.2.0 |
1072 | 2024-10-15T21:07:59.753Z | Downloaded rtoolbox v0.0.2 |
1073 | 2024-10-15T21:07:59.753Z | Downloaded tokio-rustls v0.25.0 |
1074 | 2024-10-15T21:07:59.754Z | Downloaded miniz_oxide v0.7.2 |
1075 | 2024-10-15T21:07:59.756Z | Downloaded base64 v0.21.7 |
1076 | 2024-10-15T21:07:59.760Z | Downloaded sec1 v0.7.3 |
1077 | 2024-10-15T21:07:59.763Z | Downloaded hash32 v0.2.1 |
1078 | 2024-10-15T21:07:59.765Z | Downloaded sigpipe v0.1.3 |
1079 | 2024-10-15T21:07:59.765Z | Downloaded pbkdf2 v0.11.0 |
1080 | 2024-10-15T21:07:59.768Z | Downloaded sct v0.7.1 |
1081 | 2024-10-15T21:07:59.771Z | Downloaded subtle v2.5.0 |
1082 | 2024-10-15T21:07:59.774Z | Downloaded serde_derive_internals v0.29.1 |
1083 | 2024-10-15T21:07:59.774Z | Downloaded miniz_oxide v0.8.0 |
1084 | 2024-10-15T21:07:59.776Z | Downloaded form_urlencoded v1.2.1 |
1085 | 2024-10-15T21:07:59.776Z | Downloaded deranged v0.3.11 |
1086 | 2024-10-15T21:07:59.778Z | Downloaded tokio-rustls v0.26.0 |
1087 | 2024-10-15T21:07:59.781Z | Downloaded hmac v0.12.1 |
1088 | 2024-10-15T21:07:59.783Z | Downloaded shlex v1.3.0 |
1089 | 2024-10-15T21:07:59.783Z | Downloaded crc-any v2.5.0 |
1090 | 2024-10-15T21:07:59.786Z | Downloaded argon2 v0.5.3 |
1091 | 2024-10-15T21:07:59.788Z | Downloaded arc-swap v1.7.1 |
1092 | 2024-10-15T21:07:59.790Z | Downloaded cstr-argument v0.1.2 |
1093 | 2024-10-15T21:07:59.792Z | Downloaded siphasher v0.3.11 |
1094 | 2024-10-15T21:07:59.793Z | Downloaded ref-cast v1.0.23 |
1095 | 2024-10-15T21:07:59.796Z | Downloaded thread_local v1.1.8 |
1096 | 2024-10-15T21:07:59.799Z | Downloaded thiserror-no-std v2.0.2 |
1097 | 2024-10-15T21:07:59.801Z | Downloaded chacha20 v0.9.1 |
1098 | 2024-10-15T21:07:59.803Z | Downloaded blowfish v0.9.1 |
1099 | 2024-10-15T21:07:59.803Z | Downloaded linked-hash-map v0.5.6 |
1100 | 2024-10-15T21:07:59.806Z | Downloaded atomic-waker v1.1.2 |
1101 | 2024-10-15T21:07:59.806Z | Downloaded bit-set v0.5.3 |
1102 | 2024-10-15T21:07:59.810Z | Downloaded bb8 v0.8.5 |
1103 | 2024-10-15T21:07:59.810Z | Downloaded ascii-canvas v3.0.0 |
1104 | 2024-10-15T21:07:59.810Z | Downloaded arrayref v0.3.7 |
1105 | 2024-10-15T21:07:59.813Z | Downloaded hyper-tls v0.6.0 |
1106 | 2024-10-15T21:07:59.813Z | Downloaded humantime v2.1.0 |
1107 | 2024-10-15T21:07:59.814Z | Downloaded hubpack v0.1.2 |
1108 | 2024-10-15T21:07:59.814Z | Downloaded hostname v0.3.1 |
1109 | 2024-10-15T21:07:59.817Z | Downloaded http-body-util v0.1.2 |
1110 | 2024-10-15T21:07:59.817Z | Downloaded console v0.15.8 |
1111 | 2024-10-15T21:07:59.819Z | Downloaded ciborium v0.2.2 |
1112 | 2024-10-15T21:07:59.822Z | Downloaded buf-list v1.0.3 |
1113 | 2024-10-15T21:07:59.824Z | Downloaded libloading v0.8.3 |
1114 | 2024-10-15T21:07:59.826Z | Downloaded lazycell v1.3.0 |
1115 | 2024-10-15T21:07:59.826Z | Downloaded base16ct v0.2.0 |
1116 | 2024-10-15T21:07:59.829Z | Downloaded instability v0.3.2 |
1117 | 2024-10-15T21:07:59.829Z | Downloaded indoc v1.0.9 |
1118 | 2024-10-15T21:07:59.895Z | Downloaded libz-sys v1.1.16 |
1119 | 2024-10-15T21:08:00.095Z | Downloaded libsqlite3-sys v0.30.1 |
1120 | 2024-10-15T21:08:00.175Z | Downloaded ring v0.16.20 |
1121 | 2024-10-15T21:08:00.360Z | Compiling serde v1.0.210 |
1122 | 2024-10-15T21:08:00.363Z | Compiling lock_api v0.4.12 |
1123 | 2024-10-15T21:08:00.363Z | Compiling typenum v1.17.0 |
1124 | 2024-10-15T21:08:00.363Z | Compiling generic-array v0.14.7 |
1125 | 2024-10-15T21:08:00.363Z | Compiling scopeguard v1.2.0 |
1126 | 2024-10-15T21:08:00.363Z | Compiling value-bag v1.9.0 |
1127 | 2024-10-15T21:08:00.518Z | Compiling syn v2.0.79 |
1128 | 2024-10-15T21:08:00.526Z | Compiling getrandom v0.2.14 |
1129 | 2024-10-15T21:08:00.647Z | Compiling subtle v2.5.0 |
1130 | 2024-10-15T21:08:00.855Z | Compiling rand_core v0.6.4 |
1131 | 2024-10-15T21:08:01.051Z | Compiling log v0.4.22 |
1132 | 2024-10-15T21:08:01.068Z | Compiling const-oid v0.9.6 |
1133 | 2024-10-15T21:08:01.097Z | Compiling pin-project-lite v0.2.14 |
1134 | 2024-10-15T21:08:01.156Z | Compiling jobserver v0.1.32 |
1135 | 2024-10-15T21:08:01.239Z | Compiling smallvec v1.13.2 |
1136 | 2024-10-15T21:08:01.345Z | Compiling parking_lot_core v0.9.10 |
1137 | 2024-10-15T21:08:01.365Z | Compiling futures-core v0.3.30 |
1138 | 2024-10-15T21:08:01.625Z | Compiling cc v1.0.97 |
1139 | 2024-10-15T21:08:01.651Z | Compiling signal-hook-registry v1.4.2 |
1140 | 2024-10-15T21:08:01.913Z | Compiling mio v1.0.2 |
1141 | 2024-10-15T21:08:02.023Z | Compiling futures-sink v0.3.30 |
1142 | 2024-10-15T21:08:02.175Z | Compiling parking_lot v0.12.2 |
1143 | 2024-10-15T21:08:02.454Z | Compiling socket2 v0.5.7 |
1144 | 2024-10-15T21:08:02.472Z | Compiling slab v0.4.9 |
1145 | 2024-10-15T21:08:02.890Z | Compiling cpufeatures v0.2.12 |
1146 | 2024-10-15T21:08:03.117Z | Compiling ahash v0.8.11 |
1147 | 2024-10-15T21:08:03.237Z | Compiling spin v0.9.8 |
1148 | 2024-10-15T21:08:03.258Z | Compiling futures-channel v0.3.30 |
1149 | 2024-10-15T21:08:03.258Z | Compiling futures-io v0.3.30 |
1150 | 2024-10-15T21:08:03.420Z | Compiling futures-task v0.3.30 |
1151 | 2024-10-15T21:08:03.566Z | Compiling allocator-api2 v0.2.18 |
1152 | 2024-10-15T21:08:03.589Z | Compiling pin-utils v0.1.0 |
1153 | 2024-10-15T21:08:03.604Z | Compiling serde_json v1.0.128 |
1154 | 2024-10-15T21:08:03.668Z | Compiling tinyvec_macros v0.1.1 |
1155 | 2024-10-15T21:08:03.686Z | Compiling libm v0.2.8 |
1156 | 2024-10-15T21:08:03.707Z | Compiling num-traits v0.2.19 |
1157 | 2024-10-15T21:08:03.728Z | Compiling unicode-bidi v0.3.15 |
1158 | 2024-10-15T21:08:03.759Z | Compiling tinyvec v1.6.0 |
1159 | 2024-10-15T21:08:03.966Z | Compiling tracing-core v0.1.32 |
1160 | 2024-10-15T21:08:04.234Z | Compiling base64ct v1.6.0 |
1161 | 2024-10-15T21:08:04.405Z | Compiling httparse v1.8.0 |
1162 | 2024-10-15T21:08:04.891Z | Compiling pem-rfc7468 v0.7.0 |
1163 | 2024-10-15T21:08:04.913Z | Compiling ppv-lite86 v0.2.17 |
1164 | 2024-10-15T21:08:05.284Z | Compiling unicode-normalization v0.1.23 |
1165 | 2024-10-15T21:08:05.479Z | Compiling flagset v0.4.5 |
1166 | 2024-10-15T21:08:05.634Z | Compiling percent-encoding v2.3.1 |
1167 | 2024-10-15T21:08:05.713Z | Compiling rand_chacha v0.3.1 |
1168 | 2024-10-15T21:08:05.733Z | Compiling crossbeam-utils v0.8.19 |
1169 | 2024-10-15T21:08:05.931Z | Compiling ring v0.17.8 |
1170 | 2024-10-15T21:08:05.999Z | Compiling rustls-pki-types v1.7.0 |
1171 | 2024-10-15T21:08:06.302Z | Compiling rand v0.8.5 |
1172 | 2024-10-15T21:08:06.385Z | Compiling time-core v0.1.2 |
1173 | 2024-10-15T21:08:06.402Z | Compiling vcpkg v0.2.15 |
1174 | 2024-10-15T21:08:06.561Z | Compiling pkg-config v0.3.30 |
1175 | 2024-10-15T21:08:06.808Z | Compiling untrusted v0.9.0 |
1176 | 2024-10-15T21:08:06.978Z | Compiling powerfmt v0.2.0 |
1177 | 2024-10-15T21:08:07.267Z | Compiling num-conv v0.1.0 |
1178 | 2024-10-15T21:08:07.382Z | Compiling deranged v0.3.11 |
1179 | 2024-10-15T21:08:07.636Z | Compiling time-macros v0.2.18 |
1180 | 2024-10-15T21:08:08.166Z | Compiling atomic-waker v1.1.2 |
1181 | 2024-10-15T21:08:08.273Z | Compiling num_threads v0.1.7 |
1182 | 2024-10-15T21:08:08.346Z | Compiling try-lock v0.2.5 |
1183 | 2024-10-15T21:08:08.405Z | Compiling form_urlencoded v1.2.1 |
1184 | 2024-10-15T21:08:08.473Z | Compiling want v0.3.1 |
1185 | 2024-10-15T21:08:08.542Z | Compiling openssl-sys v0.9.103 |
1186 | 2024-10-15T21:08:08.699Z | Compiling httpdate v1.0.3 |
1187 | 2024-10-15T21:08:08.749Z | Compiling slog v2.7.0 |
1188 | 2024-10-15T21:08:09.158Z | Compiling base64 v0.22.1 |
1189 | 2024-10-15T21:08:09.200Z | Compiling tower-service v0.3.2 |
1190 | 2024-10-15T21:08:09.219Z | Compiling rustix v0.38.34 |
1191 | 2024-10-15T21:08:09.318Z | Compiling idna v0.5.0 |
1192 | 2024-10-15T21:08:09.793Z | Compiling match_cfg v0.1.0 |
1193 | 2024-10-15T21:08:09.883Z | Compiling openssl v0.10.66 |
1194 | 2024-10-15T21:08:10.025Z | Compiling foreign-types-shared v0.1.1 |
1195 | 2024-10-15T21:08:10.044Z | Compiling iana-time-zone v0.1.60 |
1196 | 2024-10-15T21:08:10.119Z | Compiling rustversion v1.0.17 |
1197 | 2024-10-15T21:08:10.290Z | Compiling foreign-types v0.3.2 |
1198 | 2024-10-15T21:08:10.370Z | Compiling url v2.5.2 |
1199 | 2024-10-15T21:08:10.440Z | Compiling hostname v0.3.1 |
1200 | 2024-10-15T21:08:10.590Z | Compiling dirs-sys-next v0.1.2 |
1201 | 2024-10-15T21:08:10.661Z | Compiling aho-corasick v1.1.3 |
1202 | 2024-10-15T21:08:10.695Z | Compiling time v0.3.36 |
1203 | 2024-10-15T21:08:10.817Z | Compiling rustls v0.23.10 |
1204 | 2024-10-15T21:08:11.046Z | Compiling native-tls v0.2.11 |
1205 | 2024-10-15T21:08:11.184Z | Compiling syn v1.0.109 |
1206 | 2024-10-15T21:08:11.321Z | Compiling siphasher v0.3.11 |
1207 | 2024-10-15T21:08:11.630Z | Compiling rustls v0.22.4 |
1208 | 2024-10-15T21:08:11.783Z | Compiling data-encoding v2.6.0 |
1209 | 2024-10-15T21:08:11.847Z | Compiling regex-syntax v0.8.4 |
1210 | 2024-10-15T21:08:13.457Z | Compiling dirs-next v2.0.0 |
1211 | 2024-10-15T21:08:13.662Z | Compiling crossbeam-epoch v0.9.18 |
1212 | 2024-10-15T21:08:14.005Z | Compiling serde_derive_internals v0.29.1 |
1213 | 2024-10-15T21:08:14.270Z | Compiling serde_derive v1.0.210 |
1214 | 2024-10-15T21:08:14.347Z | Compiling zeroize_derive v1.4.2 |
1215 | 2024-10-15T21:08:14.393Z | Compiling zerocopy-derive v0.7.34 |
1216 | 2024-10-15T21:08:15.229Z | Compiling tokio-macros v2.4.0 |
1217 | 2024-10-15T21:08:15.464Z | Compiling futures-macro v0.3.30 |
1218 | 2024-10-15T21:08:15.847Z | Compiling zeroize v1.8.1 |
1219 | 2024-10-15T21:08:16.492Z | Compiling thiserror-impl v1.0.64 |
1220 | 2024-10-15T21:08:16.540Z | Compiling zerocopy v0.7.34 |
1221 | 2024-10-15T21:08:16.806Z | Compiling tracing-attributes v0.1.27 |
1222 | 2024-10-15T21:08:17.396Z | Compiling futures-util v0.3.30 |
1223 | 2024-10-15T21:08:17.678Z | Compiling crypto-common v0.1.6 |
1224 | 2024-10-15T21:08:17.800Z | Compiling block-buffer v0.10.4 |
1225 | 2024-10-15T21:08:17.908Z | Compiling block-padding v0.3.3 |
1226 | 2024-10-15T21:08:18.060Z | Compiling digest v0.10.7 |
1227 | 2024-10-15T21:08:18.143Z | Compiling inout v0.1.3 |
1228 | 2024-10-15T21:08:18.413Z | Compiling cipher v0.4.4 |
1229 | 2024-10-15T21:08:18.511Z | Compiling hmac v0.12.1 |
1230 | 2024-10-15T21:08:18.685Z | Compiling hashbrown v0.14.5 |
1231 | 2024-10-15T21:08:18.740Z | Compiling sha2 v0.10.8 |
1232 | 2024-10-15T21:08:18.880Z | Compiling der_derive v0.7.2 |
1233 | 2024-10-15T21:08:19.626Z | Compiling thiserror v1.0.64 |
1234 | 2024-10-15T21:08:19.761Z | Compiling salsa20 v0.10.2 |
1235 | 2024-10-15T21:08:19.936Z | Compiling pbkdf2 v0.12.2 |
1236 | 2024-10-15T21:08:19.979Z | Compiling aes v0.8.4 |
1237 | 2024-10-15T21:08:20.109Z | Compiling scrypt v0.11.0 |
1238 | 2024-10-15T21:08:20.529Z | Compiling tracing v0.1.40 |
1239 | 2024-10-15T21:08:20.637Z | Compiling cbc v0.1.2 |
1240 | 2024-10-15T21:08:20.856Z | Compiling pest v2.7.10 |
1241 | 2024-10-15T21:08:20.986Z | Compiling scroll_derive v0.12.0 |
1242 | 2024-10-15T21:08:21.179Z | Compiling der v0.7.9 |
1243 | 2024-10-15T21:08:21.893Z | Compiling async-trait v0.1.83 |
1244 | 2024-10-15T21:08:22.390Z | Compiling scroll v0.12.0 |
1245 | 2024-10-15T21:08:22.694Z | Compiling openssl-macros v0.1.1 |
1246 | 2024-10-15T21:08:22.970Z | Compiling goblin v0.8.2 |
1247 | 2024-10-15T21:08:23.307Z | Compiling spki v0.7.3 |
1248 | 2024-10-15T21:08:23.431Z | Compiling pest_meta v2.7.10 |
1249 | 2024-10-15T21:08:23.596Z | Compiling pkcs5 v0.7.1 |
1250 | 2024-10-15T21:08:23.669Z | Compiling sha1 v0.10.6 |
1251 | 2024-10-15T21:08:24.095Z | Compiling signature v2.2.0 |
1252 | 2024-10-15T21:08:24.340Z | Compiling pkcs8 v0.10.2 |
1253 | 2024-10-15T21:08:24.357Z | Compiling regex-automata v0.4.6 |
1254 | 2024-10-15T21:08:24.634Z | Compiling pest_generator v2.7.10 |
1255 | 2024-10-15T21:08:24.767Z | Compiling backtrace v0.3.71 |
1256 | 2024-10-15T21:08:25.056Z | Compiling lazy_static v1.5.0 |
1257 | 2024-10-15T21:08:25.173Z | Compiling thread_local v1.1.8 |
1258 | 2024-10-15T21:08:25.266Z | Compiling encoding_rs v0.8.34 |
1259 | 2024-10-15T21:08:25.675Z | Compiling multer v3.1.0 |
1260 | 2024-10-15T21:08:26.087Z | Compiling cookie v0.18.1 |
1261 | 2024-10-15T21:08:26.281Z | Compiling either v1.13.0 |
1262 | 2024-10-15T21:08:26.632Z | Compiling rustls-webpki v0.102.4 |
1263 | 2024-10-15T21:08:26.707Z | Compiling mime v0.3.17 |
1264 | 2024-10-15T21:08:27.304Z | Compiling ipnet v2.10.0 |
1265 | 2024-10-15T21:08:28.129Z | Compiling bytes v1.7.2 |
1266 | 2024-10-15T21:08:28.242Z | Compiling indexmap v2.5.0 |
1267 | 2024-10-15T21:08:28.533Z | Compiling bitflags v2.6.0 |
1268 | 2024-10-15T21:08:28.781Z | Compiling semver v1.0.23 |
1269 | 2024-10-15T21:08:28.966Z | Compiling serde_spanned v0.6.7 |
1270 | 2024-10-15T21:08:29.187Z | Compiling tokio v1.39.3 |
1271 | 2024-10-15T21:08:29.384Z | Compiling http v1.1.0 |
1272 | 2024-10-15T21:08:29.519Z | Compiling rustc_version v0.4.0 |
1273 | 2024-10-15T21:08:29.699Z | Compiling toml_datetime v0.6.8 |
1274 | 2024-10-15T21:08:29.753Z | Compiling serde_tokenstream v0.2.2 |
1275 | 2024-10-15T21:08:30.229Z | Compiling uuid v1.10.0 |
1276 | 2024-10-15T21:08:30.258Z | Compiling http v0.2.12 |
1277 | 2024-10-15T21:08:31.656Z | Compiling http-body v1.0.0 |
1278 | 2024-10-15T21:08:31.677Z | Compiling pest_derive v2.7.10 |
1279 | 2024-10-15T21:08:31.894Z | Compiling chrono v0.4.38 |
1280 | 2024-10-15T21:08:31.921Z | Compiling dof v0.3.0 |
1281 | 2024-10-15T21:08:32.495Z | Compiling dtrace-parser v0.2.0 |
1282 | 2024-10-15T21:08:32.845Z | Compiling heapless v0.7.17 |
1283 | 2024-10-15T21:08:33.287Z | Compiling paste v1.0.15 |
1284 | 2024-10-15T21:08:33.822Z | Compiling rayon-core v1.12.1 |
1285 | 2024-10-15T21:08:34.094Z | Compiling openssl-probe v0.1.5 |
1286 | 2024-10-15T21:08:34.115Z | Compiling schemars v0.8.21 |
1287 | 2024-10-15T21:08:34.453Z | Compiling gimli v0.28.1 |
1288 | 2024-10-15T21:08:34.490Z | Compiling adler v1.0.2 |
1289 | 2024-10-15T21:08:34.633Z | Compiling slog-async v2.8.0 |
1290 | 2024-10-15T21:08:34.711Z | Compiling finl_unicode v1.2.0 |
1291 | 2024-10-15T21:08:35.241Z | Compiling miniz_oxide v0.7.2 |
1292 | 2024-10-15T21:08:35.311Z | Compiling stringprep v0.1.4 |
1293 | 2024-10-15T21:08:35.659Z | Compiling toml_edit v0.22.22 |
1294 | 2024-10-15T21:08:35.841Z | Compiling usdt-impl v0.5.0 |
1295 | 2024-10-15T21:08:36.058Z | Compiling http-body v0.4.6 |
1296 | 2024-10-15T21:08:36.471Z | Compiling slog-json v2.6.1 |
1297 | 2024-10-15T21:08:36.514Z | Compiling curve25519-dalek v4.1.3 |
1298 | 2024-10-15T21:08:36.863Z | Compiling serde_urlencoded v0.7.1 |
1299 | 2024-10-15T21:08:37.152Z | Compiling tokio-util v0.7.12 |
1300 | 2024-10-15T21:08:37.612Z | Compiling futures-executor v0.3.30 |
1301 | 2024-10-15T21:08:42.198Z | Compiling h2 v0.4.6 |
1302 | 2024-10-15T21:08:42.328Z | Compiling h2 v0.3.26 |
1303 | 2024-10-15T21:08:42.328Z | Compiling addr2line v0.21.0 |
1304 | 2024-10-15T21:08:42.328Z | Compiling md-5 v0.10.6 |
1305 | 2024-10-15T21:08:42.328Z | Compiling schemars_derive v0.8.21 |
1306 | 2024-10-15T21:08:42.328Z | Compiling async-stream-impl v0.3.5 |
1307 | 2024-10-15T21:08:43.148Z | Compiling enum-as-inner v0.6.0 |
1308 | 2024-10-15T21:08:44.066Z | Compiling crossbeam-deque v0.8.5 |
1309 | 2024-10-15T21:08:44.143Z | Compiling term v0.7.0 |
1310 | 2024-10-15T21:08:44.330Z | Compiling rustls-pemfile v2.1.3 |
1311 | 2024-10-15T21:08:44.397Z | Compiling crossbeam-channel v0.5.12 |
1312 | 2024-10-15T21:08:44.753Z | Compiling num-integer v0.1.46 |
1313 | 2024-10-15T21:08:45.440Z | Compiling hyper v1.4.1 |
1314 | 2024-10-15T21:08:45.498Z | Compiling idna v0.4.0 |
1315 | 2024-10-15T21:08:45.549Z | Compiling idna v0.3.0 |
1316 | 2024-10-15T21:08:47.053Z | Compiling ff v0.13.0 |
1317 | 2024-10-15T21:08:47.180Z | Compiling hash32 v0.2.1 |
1318 | 2024-10-15T21:08:47.286Z | Compiling socket2 v0.4.10 |
1319 | 2024-10-15T21:08:47.562Z | Compiling is-terminal v0.4.12 |
1320 | 2024-10-15T21:08:47.678Z | Compiling object v0.32.2 |
1321 | 2024-10-15T21:08:47.701Z | Compiling dropshot v0.10.1 |
1322 | 2024-10-15T21:08:48.012Z | Compiling hyper-util v0.1.9 |
1323 | 2024-10-15T21:08:48.245Z | Compiling take_mut v0.2.2 |
1324 | 2024-10-15T21:08:48.413Z | Compiling crc32fast v1.4.0 |
1325 | 2024-10-15T21:08:48.752Z | Compiling smoltcp v0.9.1 |
1326 | 2024-10-15T21:08:48.958Z | Compiling psl-types v2.0.11 |
1327 | 2024-10-15T21:08:49.088Z | Compiling num-bigint-dig v0.8.4 |
1328 | 2024-10-15T21:08:49.142Z | Compiling portable-atomic v1.6.0 |
1329 | 2024-10-15T21:08:49.400Z | Compiling signal-hook v0.3.17 |
1330 | 2024-10-15T21:08:49.504Z | Compiling rustc-demangle v0.1.24 |
1331 | 2024-10-15T21:08:49.683Z | Compiling utf-8 v0.7.6 |
1332 | 2024-10-15T21:08:49.703Z | Compiling fallible-iterator v0.2.0 |
1333 | 2024-10-15T21:08:50.009Z | Compiling base16ct v0.2.0 |
1334 | 2024-10-15T21:08:50.190Z | Compiling quick-error v1.2.3 |
1335 | 2024-10-15T21:08:50.326Z | Compiling linked-hash-map v0.5.6 |
1336 | 2024-10-15T21:08:50.342Z | Compiling stable_deref_trait v1.2.0 |
1337 | 2024-10-15T21:08:50.396Z | Compiling anyhow v1.0.89 |
1338 | 2024-10-15T21:08:50.440Z | Compiling dyn-clone v1.0.17 |
1339 | 2024-10-15T21:08:50.657Z | Compiling lru-cache v0.1.2 |
1340 | 2024-10-15T21:08:50.845Z | Compiling postgres-protocol v0.6.7 |
1341 | 2024-10-15T21:08:50.949Z | Compiling resolv-conf v0.7.0 |
1342 | 2024-10-15T21:08:51.064Z | Compiling sec1 v0.7.3 |
1343 | 2024-10-15T21:08:51.241Z | Compiling tungstenite v0.23.0 |
1344 | 2024-10-15T21:08:51.727Z | Compiling publicsuffix v2.2.3 |
1345 | 2024-10-15T21:08:51.879Z | Compiling hyper v0.14.30 |
1346 | 2024-10-15T21:08:51.990Z | Compiling slog-term v2.9.1 |
1347 | 2024-10-15T21:08:52.151Z | Compiling group v0.13.0 |
1348 | 2024-10-15T21:08:52.471Z | Compiling hickory-proto v0.24.1 |
1349 | 2024-10-15T21:08:52.989Z | Compiling num-iter v0.1.45 |
1350 | 2024-10-15T21:08:53.235Z | Compiling async-stream v0.3.5 |
1351 | 2024-10-15T21:08:53.545Z | Compiling tokio-rustls v0.26.0 |
1352 | 2024-10-15T21:08:53.649Z | Compiling tokio-rustls v0.25.0 |
1353 | 2024-10-15T21:08:53.971Z | Compiling tokio-native-tls v0.3.1 |
1354 | 2024-10-15T21:08:54.067Z | Compiling toml v0.8.19 |
1355 | 2024-10-15T21:08:54.411Z | Compiling futures v0.3.30 |
1356 | 2024-10-15T21:08:55.008Z | Compiling slog-bunyan v2.5.0 |
1357 | 2024-10-15T21:08:55.628Z | Compiling camino v1.1.9 |
1358 | 2024-10-15T21:08:55.826Z | Compiling terminal_size v0.3.0 |
1359 | 2024-10-15T21:08:55.923Z | Compiling http-body-util v0.1.2 |
1360 | 2024-10-15T21:08:56.031Z | Compiling openapiv3 v2.0.0 |
1361 | 2024-10-15T21:08:56.425Z | Compiling dropshot_endpoint v0.10.1 |
1362 | 2024-10-15T21:08:56.455Z | Compiling serde_path_to_error v0.1.16 |
1363 | 2024-10-15T21:08:56.554Z | Compiling hkdf v0.12.4 |
1364 | 2024-10-15T21:08:56.806Z | Compiling crypto-bigint v0.5.5 |
1365 | 2024-10-15T21:08:57.279Z | Compiling zerocopy-derive v0.6.6 |
1366 | 2024-10-15T21:08:57.780Z | Compiling curve25519-dalek-derive v0.1.1 |
1367 | 2024-10-15T21:08:58.284Z | Compiling hubpack_derive v0.1.1 |
1368 | 2024-10-15T21:08:58.654Z | Compiling phf_shared v0.11.2 |
1369 | 2024-10-15T21:08:59.018Z | Compiling waitgroup v0.1.2 |
1370 | 2024-10-15T21:08:59.194Z | Compiling webpki-roots v0.26.3 |
1371 | 2024-10-15T21:08:59.249Z | Compiling hostname v0.4.0 |
1372 | 2024-10-15T21:08:59.341Z | Compiling fs-err v2.11.0 |
1373 | 2024-10-15T21:08:59.387Z | Compiling bitflags v1.3.2 |
1374 | 2024-10-15T21:08:59.465Z | Compiling debug-ignore v1.0.5 |
1375 | 2024-10-15T21:08:59.489Z | Compiling winnow v0.5.40 |
1376 | 2024-10-15T21:08:59.514Z | Compiling adler2 v2.0.0 |
1377 | 2024-10-15T21:08:59.610Z | Compiling managed v0.8.0 |
1378 | 2024-10-15T21:08:59.716Z | Compiling miniz_oxide v0.8.0 |
1379 | 2024-10-15T21:08:59.774Z | Compiling elliptic-curve v0.13.8 |
1380 | 2024-10-15T21:09:00.646Z | Compiling clap_builder v4.5.18 |
1381 | 2024-10-15T21:09:01.270Z | Compiling console v0.15.8 |
1382 | 2024-10-15T21:09:01.885Z | Compiling zerocopy v0.6.6 |
1383 | 2024-10-15T21:09:02.163Z | Compiling hyper-rustls v0.27.3 |
1384 | 2024-10-15T21:09:02.765Z | Compiling hubpack v0.1.2 |
1385 | 2024-10-15T21:09:02.778Z | Compiling phf v0.11.2 |
1386 | 2024-10-15T21:09:02.847Z | Compiling hickory-resolver v0.24.1 |
1387 | 2024-10-15T21:09:02.866Z | Compiling hyper-tls v0.6.0 |
1388 | 2024-10-15T21:09:03.057Z | Compiling toml_edit v0.19.15 |
1389 | 2024-10-15T21:09:03.198Z | Compiling cookie_store v0.21.0 |
1390 | 2024-10-15T21:09:03.415Z | Compiling rayon v1.10.0 |
1391 | 2024-10-15T21:09:04.748Z | Compiling tokio-tungstenite v0.23.1 |
1392 | 2024-10-15T21:09:06.609Z | Compiling postgres-types v0.2.8 |
1393 | 2024-10-15T21:09:08.231Z | Compiling tokio-stream v0.1.16 |
1394 | 2024-10-15T21:09:08.924Z | Compiling usdt-attr-macro v0.5.0 |
1395 | 2024-10-15T21:09:09.264Z | Compiling usdt-macro v0.5.0 |
1396 | 2024-10-15T21:09:09.565Z | Compiling clap_derive v4.5.18 |
1397 | 2024-10-15T21:09:09.572Z | Compiling bstr v1.9.1 |
1398 | 2024-10-15T21:09:09.851Z | Compiling regex v1.10.6 |
1399 | 2024-10-15T21:09:10.596Z | Compiling serde-big-array v0.5.1 |
1400 | 2024-10-15T21:09:10.685Z | Compiling pkcs1 v0.7.5 |
1401 | 2024-10-15T21:09:10.810Z | Compiling ed25519 v2.2.3 |
1402 | 2024-10-15T21:09:10.834Z | Compiling rfc6979 v0.4.0 |
1403 | 2024-10-15T21:09:10.926Z | Compiling strum_macros v0.25.3 |
1404 | 2024-10-15T21:09:10.965Z | Compiling serde_repr v0.1.19 |
1405 | 2024-10-15T21:09:11.042Z | Compiling derive-where v1.2.7 |
1406 | 2024-10-15T21:09:11.358Z | Compiling phf_shared v0.10.0 |
1407 | 2024-10-15T21:09:11.674Z | Compiling float-cmp v0.9.0 |
1408 | 2024-10-15T21:09:11.760Z | Compiling mio v0.8.11 |
1409 | 2024-10-15T21:09:11.887Z | Compiling sync_wrapper v1.0.1 |
1410 | 2024-10-15T21:09:12.043Z | Compiling new_debug_unreachable v1.0.6 |
1411 | 2024-10-15T21:09:12.141Z | Compiling fixedbitset v0.4.2 |
1412 | 2024-10-15T21:09:12.170Z | Compiling static_assertions v1.1.0 |
1413 | 2024-10-15T21:09:12.275Z | Compiling number_prefix v0.4.0 |
1414 | 2024-10-15T21:09:12.506Z | Compiling normalize-line-endings v0.3.0 |
1415 | 2024-10-15T21:09:12.609Z | Compiling difflib v0.4.0 |
1416 | 2024-10-15T21:09:12.690Z | Compiling minimal-lexical v0.2.1 |
1417 | 2024-10-15T21:09:12.825Z | Compiling whoami v1.5.2 |
1418 | 2024-10-15T21:09:13.079Z | Compiling precomputed-hash v0.1.1 |
1419 | 2024-10-15T21:09:13.308Z | Compiling bit-vec v0.6.3 |
1420 | 2024-10-15T21:09:13.430Z | Compiling unicode-segmentation v1.11.0 |
1421 | 2024-10-15T21:09:13.603Z | Compiling predicates-core v1.0.6 |
1422 | 2024-10-15T21:09:13.694Z | Compiling predicates v3.1.2 |
1423 | 2024-10-15T21:09:13.830Z | Compiling bit-set v0.5.3 |
1424 | 2024-10-15T21:09:14.066Z | Compiling similar v2.6.0 |
1425 | 2024-10-15T21:09:14.120Z | Compiling string_cache v0.8.7 |
1426 | 2024-10-15T21:09:14.199Z | Compiling tokio-postgres v0.7.12 |
1427 | 2024-10-15T21:09:14.570Z | Compiling nom v7.1.3 |
1428 | 2024-10-15T21:09:14.637Z | Compiling clap v4.5.18 |
1429 | 2024-10-15T21:09:14.653Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
1430 | 2024-10-15T21:09:14.754Z | Compiling indicatif v0.17.8 |
1431 | 2024-10-15T21:09:15.037Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1432 | 2024-10-15T21:09:15.362Z | Compiling petgraph v0.6.5 |
1433 | 2024-10-15T21:09:16.489Z | Compiling signal-hook-mio v0.2.4 |
1434 | 2024-10-15T21:09:16.656Z | Compiling usdt v0.5.0 |
1435 | 2024-10-15T21:09:16.929Z | Compiling reqwest v0.12.7 |
1436 | 2024-10-15T21:09:17.156Z | Compiling rsa v0.9.6 |
1437 | 2024-10-15T21:09:18.251Z | Compiling ed25519-dalek v2.1.1 |
1438 | 2024-10-15T21:09:18.846Z | Compiling ecdsa v0.16.9 |
1439 | 2024-10-15T21:09:19.340Z | Compiling toml v0.7.8 |
1440 | 2024-10-15T21:09:19.580Z | Compiling flate2 v1.0.34 |
1441 | 2024-10-15T21:09:19.977Z | Compiling hex v0.4.3 |
1442 | 2024-10-15T21:09:20.515Z | Compiling itertools v0.10.5 |
1443 | 2024-10-15T21:09:20.545Z | Compiling itertools v0.12.1 |
1444 | 2024-10-15T21:09:20.576Z | Compiling x509-cert v0.2.5 |
1445 | 2024-10-15T21:09:20.768Z | Compiling lalrpop-util v0.19.12 |
1446 | 2024-10-15T21:09:21.163Z | Compiling unicode-xid v0.2.4 |
1447 | 2024-10-15T21:09:21.355Z | Compiling peg-runtime v0.8.3 |
1448 | 2024-10-15T21:09:21.355Z | Compiling strum_macros v0.26.4 |
1449 | 2024-10-15T21:09:21.814Z | Compiling xattr v1.3.1 |
1450 | 2024-10-15T21:09:21.882Z | Compiling filetime v0.2.25 |
1451 | 2024-10-15T21:09:22.081Z | Compiling tar v0.4.42 |
1452 | 2024-10-15T21:09:25.036Z | Compiling strum v0.26.3 |
1453 | 2024-10-15T21:09:25.728Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1454 | 2024-10-15T21:09:25.979Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1455 | 2024-10-15T21:09:31.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
1456 | 2024-10-15T21:09:31.537Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1457 | 2024-10-15T21:09:31.584Z | Oct 15 21:09:31.004 INFO Starting download, target: Console |
1458 | 2024-10-15T21:09:31.584Z | Oct 15 21:09:31.004 INFO Starting download, target: Cockroach |
1459 | 2024-10-15T21:09:31.584Z | Oct 15 21:09:31.004 INFO Starting download, target: Clickhouse |
1460 | 2024-10-15T21:09:31.586Z | Oct 15 21:09:31.004 INFO Starting download, target: DendriteOpenapi |
1461 | 2024-10-15T21:09:31.586Z | Oct 15 21:09:31.004 INFO Starting download, target: DendriteStub |
1462 | 2024-10-15T21:09:31.586Z | Oct 15 21:09:31.004 INFO Starting download, target: MaghemiteMgd |
1463 | 2024-10-15T21:09:31.586Z | Oct 15 21:09:31.004 INFO Starting download, target: TransceiverControl |
1464 | 2024-10-15T21:09:31.586Z | Oct 15 21:09:31.004 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1465 | 2024-10-15T21:09:31.586Z | Oct 15 21:09:31.005 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi |
1466 | 2024-10-15T21:09:31.586Z | Oct 15 21:09:31.005 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1467 | 2024-10-15T21:09:31.586Z | Oct 15 21:09:31.005 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1468 | 2024-10-15T21:09:31.586Z | Oct 15 21:09:31.005 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1469 | 2024-10-15T21:09:31.586Z | Oct 15 21:09:31.005 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1470 | 2024-10-15T21:09:31.586Z | Oct 15 21:09:31.005 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1471 | 2024-10-15T21:09:31.787Z | Oct 15 21:09:31.206 INFO Download complete, target: DendriteOpenapi |
1472 | 2024-10-15T21:09:32.028Z | Oct 15 21:09:31.431 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1473 | 2024-10-15T21:09:32.102Z | Oct 15 21:09:31.512 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1474 | 2024-10-15T21:09:32.470Z | Oct 15 21:09:31.887 INFO Download complete, target: Console |
1475 | 2024-10-15T21:09:32.579Z | Oct 15 21:09:31.999 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1476 | 2024-10-15T21:09:32.634Z | Oct 15 21:09:32.040 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1477 | 2024-10-15T21:09:32.791Z | Oct 15 21:09:32.179 INFO Download complete, target: TransceiverControl |
1478 | 2024-10-15T21:09:33.216Z | Oct 15 21:09:32.633 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1479 | 2024-10-15T21:09:33.216Z | Oct 15 21:09:32.633 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1480 | 2024-10-15T21:09:33.780Z | Oct 15 21:09:33.197 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1481 | 2024-10-15T21:09:35.575Z | Oct 15 21:09:34.994 INFO Download complete, target: DendriteStub |
1482 | 2024-10-15T21:09:35.865Z | Oct 15 21:09:35.284 INFO Download complete, target: MaghemiteMgd |
1483 | 2024-10-15T21:09:41.282Z | Oct 15 21:09:40.700 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1484 | 2024-10-15T21:09:41.588Z | Oct 15 21:09:41.006 INFO Checking that binary works, target: Cockroach |
1485 | 2024-10-15T21:09:41.753Z | Oct 15 21:09:41.171 INFO Download complete, target: Cockroach |
1486 | 2024-10-15T21:09:47.397Z | Oct 15 21:09:46.814 INFO Checking that binary works, target: Clickhouse |
1487 | 2024-10-15T21:09:48.584Z | Oct 15 21:09:47.998 INFO Download complete, target: Clickhouse |
1488 | 2024-10-15T21:09:48.769Z | All builder prerequisites installed successfully, and PATH looks valid |
1489 | 2024-10-15T21:09:48.794Z | |
1490 | 2024-10-15T21:09:48.795Z | real 4:37.880850943 |
1491 | 2024-10-15T21:09:48.795Z | user 12:47.577979648 |
1492 | 2024-10-15T21:09:48.795Z | sys 2:42.451080281 |
1493 | 2024-10-15T21:09:48.795Z | trap 0.442602946 |
1494 | 2024-10-15T21:09:48.795Z | tflt 9.901009984 |
1495 | 2024-10-15T21:09:48.795Z | dflt 7.019929339 |
1496 | 2024-10-15T21:09:48.795Z | kflt 0.231140157 |
1497 | 2024-10-15T21:09:48.795Z | lock 25:22.375752307 |
1498 | 2024-10-15T21:09:48.795Z | slp 52:07.955914542 |
1499 | 2024-10-15T21:09:48.795Z | lat 42.700045681 |
1500 | 2024-10-15T21:09:48.795Z | stop 1:59.323920612 |
1501 | 2024-10-15T21:09:48.795Z | + banner hack-check |
1502 | 2024-10-15T21:09:48.795Z | |
1503 | 2024-10-15T21:09:48.795Z | # # ## #### # # #### # # ###### #### # # |
1504 | 2024-10-15T21:09:48.795Z | # # # # # # # # # # # # # # # # # |
1505 | 2024-10-15T21:09:48.795Z | ###### # # # #### ##### # ###### ##### # #### |
1506 | 2024-10-15T21:09:48.795Z | # # ###### # # # # # # # # # # |
1507 | 2024-10-15T21:09:48.795Z | # # # # # # # # # # # # # # # # # |
1508 | 2024-10-15T21:09:48.795Z | # # # # #### # # #### # # ###### #### # # |
1509 | 2024-10-15T21:09:48.795Z | |
1510 | 2024-10-15T21:09:48.795Z | + export CARGO_INCREMENTAL=0 |
1511 | 2024-10-15T21:09:48.796Z | + CARGO_INCREMENTAL=0 |
1512 | 2024-10-15T21:09:48.796Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1513 | 2024-10-15T21:09:48.964Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1514 | 2024-10-15T21:09:49.325Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1515 | 2024-10-15T21:09:53.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
1516 | 2024-10-15T21:09:53.845Z | Running `target/debug/xtask check-features --ci` |
1517 | 2024-10-15T21:09:53.845Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1518 | 2024-10-15T21:09:53.845Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1519 | 2024-10-15T21:09:53.869Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1520 | 2024-10-15T21:09:53.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1521 | 2024-10-15T21:09:53.901Z | Running `target/debug/xtask download cargo-hack` |
1522 | 2024-10-15T21:09:54.070Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1523 | 2024-10-15T21:09:54.771Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1524 | 2024-10-15T21:09:55.148Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1525 | 2024-10-15T21:09:59.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.97s |
1526 | 2024-10-15T21:10:00.051Z | Running `target/debug/xtask-downloader cargo-hack` |
1527 | 2024-10-15T21:10:00.085Z | Oct 15 21:09:59.499 INFO Starting download, target: CargoHack |
1528 | 2024-10-15T21:10:00.087Z | Oct 15 21:09:59.500 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1529 | 2024-10-15T21:10:01.195Z | Oct 15 21:10:00.130 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1530 | 2024-10-15T21:10:01.218Z | Oct 15 21:10:00.227 INFO Download complete, target: CargoHack |
1531 | 2024-10-15T21:10:01.219Z | 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" |
1532 | 2024-10-15T21:10:01.219Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1533 | 2024-10-15T21:10:01.219Z | info: running `cargo check --bins` on api_identity (1/163) |
1534 | 2024-10-15T21:10:01.219Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1535 | 2024-10-15T21:10:01.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1536 | 2024-10-15T21:10:01.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1537 | 2024-10-15T21:10:01.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1538 | 2024-10-15T21:10:01.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1539 | 2024-10-15T21:10:01.625Z | |
1540 | 2024-10-15T21:10:01.625Z | info: running `cargo check --bins` on bootstore (2/163) |
1541 | 2024-10-15T21:10:01.759Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1542 | 2024-10-15T21:10:02.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1543 | 2024-10-15T21:10:02.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1544 | 2024-10-15T21:10:02.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1545 | 2024-10-15T21:10:02.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1546 | 2024-10-15T21:10:02.283Z | |
1547 | 2024-10-15T21:10:02.283Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/163) |
1548 | 2024-10-15T21:10:02.415Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1549 | 2024-10-15T21:10:02.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1550 | 2024-10-15T21:10:02.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1551 | 2024-10-15T21:10:02.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1552 | 2024-10-15T21:10:02.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1553 | 2024-10-15T21:10:02.926Z | |
1554 | 2024-10-15T21:10:02.926Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/163) |
1555 | 2024-10-15T21:10:03.064Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1556 | 2024-10-15T21:10:03.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1557 | 2024-10-15T21:10:03.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1558 | 2024-10-15T21:10:03.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1559 | 2024-10-15T21:10:03.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1560 | 2024-10-15T21:10:03.578Z | |
1561 | 2024-10-15T21:10:03.578Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/163) |
1562 | 2024-10-15T21:10:03.711Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1563 | 2024-10-15T21:10:04.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1564 | 2024-10-15T21:10:04.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1565 | 2024-10-15T21:10:04.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1566 | 2024-10-15T21:10:04.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1567 | 2024-10-15T21:10:04.044Z | |
1568 | 2024-10-15T21:10:04.044Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/163) |
1569 | 2024-10-15T21:10:04.177Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1570 | 2024-10-15T21:10:04.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1571 | 2024-10-15T21:10:04.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1572 | 2024-10-15T21:10:04.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1573 | 2024-10-15T21:10:04.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1574 | 2024-10-15T21:10:04.510Z | |
1575 | 2024-10-15T21:10:04.510Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/163) |
1576 | 2024-10-15T21:10:04.643Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1577 | 2024-10-15T21:10:04.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1578 | 2024-10-15T21:10:04.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1579 | 2024-10-15T21:10:04.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1580 | 2024-10-15T21:10:04.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1581 | 2024-10-15T21:10:04.971Z | |
1582 | 2024-10-15T21:10:04.971Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/163) |
1583 | 2024-10-15T21:10:05.103Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1584 | 2024-10-15T21:10:05.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1585 | 2024-10-15T21:10:05.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1586 | 2024-10-15T21:10:05.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1587 | 2024-10-15T21:10:05.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1588 | 2024-10-15T21:10:05.450Z | |
1589 | 2024-10-15T21:10:05.450Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/163) |
1590 | 2024-10-15T21:10:05.587Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1591 | 2024-10-15T21:10:05.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1592 | 2024-10-15T21:10:05.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1593 | 2024-10-15T21:10:05.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1594 | 2024-10-15T21:10:05.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1595 | 2024-10-15T21:10:05.922Z | |
1596 | 2024-10-15T21:10:05.922Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/163) |
1597 | 2024-10-15T21:10:06.057Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1598 | 2024-10-15T21:10:06.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1599 | 2024-10-15T21:10:06.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1600 | 2024-10-15T21:10:06.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1601 | 2024-10-15T21:10:06.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1602 | 2024-10-15T21:10:06.401Z | |
1603 | 2024-10-15T21:10:06.401Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/163) |
1604 | 2024-10-15T21:10:06.534Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1605 | 2024-10-15T21:10:06.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1606 | 2024-10-15T21:10:06.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1607 | 2024-10-15T21:10:06.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1608 | 2024-10-15T21:10:06.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1609 | 2024-10-15T21:10:06.880Z | |
1610 | 2024-10-15T21:10:06.880Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/163) |
1611 | 2024-10-15T21:10:07.018Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1612 | 2024-10-15T21:10:07.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1613 | 2024-10-15T21:10:07.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1614 | 2024-10-15T21:10:07.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1615 | 2024-10-15T21:10:07.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1616 | 2024-10-15T21:10:07.361Z | |
1617 | 2024-10-15T21:10:07.361Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/163) |
1618 | 2024-10-15T21:10:07.497Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1619 | 2024-10-15T21:10:07.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1620 | 2024-10-15T21:10:07.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1621 | 2024-10-15T21:10:07.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1622 | 2024-10-15T21:10:07.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1623 | 2024-10-15T21:10:07.844Z | |
1624 | 2024-10-15T21:10:07.844Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/163) |
1625 | 2024-10-15T21:10:07.977Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1626 | 2024-10-15T21:10:08.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1627 | 2024-10-15T21:10:08.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1628 | 2024-10-15T21:10:08.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1629 | 2024-10-15T21:10:08.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1630 | 2024-10-15T21:10:08.321Z | |
1631 | 2024-10-15T21:10:08.321Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/163) |
1632 | 2024-10-15T21:10:08.455Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1633 | 2024-10-15T21:10:08.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2024-10-15T21:10:08.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2024-10-15T21:10:08.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2024-10-15T21:10:08.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1637 | 2024-10-15T21:10:08.789Z | |
1638 | 2024-10-15T21:10:08.789Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/163) |
1639 | 2024-10-15T21:10:08.925Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1640 | 2024-10-15T21:10:09.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1641 | 2024-10-15T21:10:09.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1642 | 2024-10-15T21:10:09.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1643 | 2024-10-15T21:10:09.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1644 | 2024-10-15T21:10:09.267Z | |
1645 | 2024-10-15T21:10:09.267Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/163) |
1646 | 2024-10-15T21:10:09.399Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1647 | 2024-10-15T21:10:09.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1648 | 2024-10-15T21:10:09.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1649 | 2024-10-15T21:10:09.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1650 | 2024-10-15T21:10:09.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1651 | 2024-10-15T21:10:09.740Z | |
1652 | 2024-10-15T21:10:09.740Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/163) |
1653 | 2024-10-15T21:10:09.875Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1654 | 2024-10-15T21:10:10.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2024-10-15T21:10:10.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2024-10-15T21:10:10.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2024-10-15T21:10:10.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1658 | 2024-10-15T21:10:10.220Z | |
1659 | 2024-10-15T21:10:10.220Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/163) |
1660 | 2024-10-15T21:10:10.355Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1661 | 2024-10-15T21:10:10.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2024-10-15T21:10:10.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2024-10-15T21:10:10.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2024-10-15T21:10:10.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1665 | 2024-10-15T21:10:10.701Z | |
1666 | 2024-10-15T21:10:10.701Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/163) |
1667 | 2024-10-15T21:10:10.836Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1668 | 2024-10-15T21:10:11.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1669 | 2024-10-15T21:10:11.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1670 | 2024-10-15T21:10:11.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1671 | 2024-10-15T21:10:11.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1672 | 2024-10-15T21:10:11.178Z | |
1673 | 2024-10-15T21:10:11.178Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/163) |
1674 | 2024-10-15T21:10:11.312Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1675 | 2024-10-15T21:10:11.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2024-10-15T21:10:11.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2024-10-15T21:10:11.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2024-10-15T21:10:11.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1679 | 2024-10-15T21:10:11.650Z | |
1680 | 2024-10-15T21:10:11.650Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/163) |
1681 | 2024-10-15T21:10:11.784Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1682 | 2024-10-15T21:10:12.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1683 | 2024-10-15T21:10:12.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1684 | 2024-10-15T21:10:12.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1685 | 2024-10-15T21:10:12.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1686 | 2024-10-15T21:10:12.132Z | |
1687 | 2024-10-15T21:10:12.132Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/163) |
1688 | 2024-10-15T21:10:12.270Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1689 | 2024-10-15T21:10:12.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2024-10-15T21:10:12.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2024-10-15T21:10:12.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2024-10-15T21:10:12.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1693 | 2024-10-15T21:10:12.616Z | |
1694 | 2024-10-15T21:10:12.616Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/163) |
1695 | 2024-10-15T21:10:12.753Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1696 | 2024-10-15T21:10:13.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2024-10-15T21:10:13.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2024-10-15T21:10:13.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2024-10-15T21:10:13.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1700 | 2024-10-15T21:10:13.092Z | |
1701 | 2024-10-15T21:10:13.092Z | info: running `cargo check --bins` on sled-hardware-types (25/163) |
1702 | 2024-10-15T21:10:13.228Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1703 | 2024-10-15T21:10:13.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2024-10-15T21:10:13.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2024-10-15T21:10:13.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2024-10-15T21:10:13.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1707 | 2024-10-15T21:10:13.759Z | |
1708 | 2024-10-15T21:10:13.759Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/163) |
1709 | 2024-10-15T21:10:13.898Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1710 | 2024-10-15T21:10:14.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1711 | 2024-10-15T21:10:14.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1712 | 2024-10-15T21:10:14.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1713 | 2024-10-15T21:10:14.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1714 | 2024-10-15T21:10:14.431Z | |
1715 | 2024-10-15T21:10:14.431Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/163) |
1716 | 2024-10-15T21:10:14.570Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1717 | 2024-10-15T21:10:15.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2024-10-15T21:10:15.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2024-10-15T21:10:15.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2024-10-15T21:10:15.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1721 | 2024-10-15T21:10:15.120Z | |
1722 | 2024-10-15T21:10:15.120Z | info: running `cargo check --bins` on oxlog (28/163) |
1723 | 2024-10-15T21:10:15.262Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
1724 | 2024-10-15T21:10:15.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1725 | 2024-10-15T21:10:15.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1726 | 2024-10-15T21:10:15.798Z | Checking cfg-if v1.0.0 |
1727 | 2024-10-15T21:10:15.800Z | Checking libc v0.2.159 |
1728 | 2024-10-15T21:10:15.897Z | Checking serde v1.0.210 |
1729 | 2024-10-15T21:10:15.900Z | Checking zeroize v1.8.1 |
1730 | 2024-10-15T21:10:15.910Z | Checking memchr v2.7.2 |
1731 | 2024-10-15T21:10:15.918Z | Checking scopeguard v1.2.0 |
1732 | 2024-10-15T21:10:15.921Z | Checking typenum v1.17.0 |
1733 | 2024-10-15T21:10:15.921Z | Checking subtle v2.5.0 |
1734 | 2024-10-15T21:10:15.953Z | Checking value-bag v1.9.0 |
1735 | 2024-10-15T21:10:16.043Z | Checking lock_api v0.4.12 |
1736 | 2024-10-15T21:10:16.133Z | Checking byteorder v1.5.0 |
1737 | 2024-10-15T21:10:16.179Z | Checking itoa v1.0.11 |
1738 | 2024-10-15T21:10:16.352Z | Checking log v0.4.22 |
1739 | 2024-10-15T21:10:16.397Z | Checking once_cell v1.19.0 |
1740 | 2024-10-15T21:10:16.462Z | Checking const-oid v0.9.6 |
1741 | 2024-10-15T21:10:16.503Z | Checking pin-project-lite v0.2.14 |
1742 | 2024-10-15T21:10:16.623Z | Checking smallvec v1.13.2 |
1743 | 2024-10-15T21:10:16.723Z | Checking futures-core v0.3.30 |
1744 | 2024-10-15T21:10:16.763Z | Checking zerocopy v0.7.34 |
1745 | 2024-10-15T21:10:16.860Z | Checking futures-sink v0.3.30 |
1746 | 2024-10-15T21:10:16.893Z | Checking cpufeatures v0.2.12 |
1747 | 2024-10-15T21:10:16.959Z | Checking spin v0.9.8 |
1748 | 2024-10-15T21:10:16.977Z | Checking slab v0.4.9 |
1749 | 2024-10-15T21:10:16.993Z | Checking getrandom v0.2.14 |
1750 | 2024-10-15T21:10:16.993Z | Checking signal-hook-registry v1.4.2 |
1751 | 2024-10-15T21:10:17.194Z | Checking generic-array v0.14.7 |
1752 | 2024-10-15T21:10:17.225Z | Checking parking_lot_core v0.9.10 |
1753 | 2024-10-15T21:10:17.240Z | Checking mio v1.0.2 |
1754 | 2024-10-15T21:10:17.250Z | Checking rand_core v0.6.4 |
1755 | 2024-10-15T21:10:17.288Z | Checking socket2 v0.5.7 |
1756 | 2024-10-15T21:10:17.535Z | Checking futures-channel v0.3.30 |
1757 | 2024-10-15T21:10:17.555Z | Checking parking_lot v0.12.2 |
1758 | 2024-10-15T21:10:17.742Z | Checking futures-task v0.3.30 |
1759 | 2024-10-15T21:10:17.840Z | Checking pin-utils v0.1.0 |
1760 | 2024-10-15T21:10:17.880Z | Checking fnv v1.0.7 |
1761 | 2024-10-15T21:10:17.894Z | Checking futures-io v0.3.30 |
1762 | 2024-10-15T21:10:17.920Z | Checking allocator-api2 v0.2.18 |
1763 | 2024-10-15T21:10:17.955Z | Checking equivalent v1.0.1 |
1764 | 2024-10-15T21:10:17.993Z | Checking tinyvec_macros v0.1.1 |
1765 | 2024-10-15T21:10:18.058Z | Checking ryu v1.0.18 |
1766 | 2024-10-15T21:10:18.074Z | Checking futures-util v0.3.30 |
1767 | 2024-10-15T21:10:18.086Z | Checking tinyvec v1.6.0 |
1768 | 2024-10-15T21:10:18.165Z | Checking ahash v0.8.11 |
1769 | 2024-10-15T21:10:18.274Z | Checking unicode-bidi v0.3.15 |
1770 | 2024-10-15T21:10:18.289Z | Checking tracing-core v0.1.32 |
1771 | 2024-10-15T21:10:18.316Z | Checking crypto-common v0.1.6 |
1772 | 2024-10-15T21:10:18.500Z | Checking block-buffer v0.10.4 |
1773 | 2024-10-15T21:10:18.530Z | Checking block-padding v0.3.3 |
1774 | 2024-10-15T21:10:18.700Z | Checking hashbrown v0.14.5 |
1775 | 2024-10-15T21:10:18.722Z | Checking digest v0.10.7 |
1776 | 2024-10-15T21:10:18.738Z | Checking inout v0.1.3 |
1777 | 2024-10-15T21:10:18.881Z | Checking libm v0.2.8 |
1778 | 2024-10-15T21:10:18.910Z | Checking base64ct v1.6.0 |
1779 | 2024-10-15T21:10:18.953Z | Checking cipher v0.4.4 |
1780 | 2024-10-15T21:10:19.069Z | Checking hmac v0.12.1 |
1781 | 2024-10-15T21:10:19.269Z | Checking sha2 v0.10.8 |
1782 | 2024-10-15T21:10:19.338Z | Checking unicode-normalization v0.1.23 |
1783 | 2024-10-15T21:10:19.345Z | Checking pem-rfc7468 v0.7.0 |
1784 | 2024-10-15T21:10:19.348Z | Checking tracing v0.1.40 |
1785 | 2024-10-15T21:10:19.604Z | Checking ppv-lite86 v0.2.17 |
1786 | 2024-10-15T21:10:19.698Z | Checking flagset v0.4.5 |
1787 | 2024-10-15T21:10:19.791Z | Checking num-traits v0.2.19 |
1788 | 2024-10-15T21:10:19.806Z | Checking httparse v1.8.0 |
1789 | 2024-10-15T21:10:19.865Z | Checking percent-encoding v2.3.1 |
1790 | 2024-10-15T21:10:19.886Z | Checking der v0.7.9 |
1791 | 2024-10-15T21:10:20.067Z | Checking rustls-pki-types v1.7.0 |
1792 | 2024-10-15T21:10:20.209Z | Checking salsa20 v0.10.2 |
1793 | 2024-10-15T21:10:20.229Z | Checking rand_chacha v0.3.1 |
1794 | 2024-10-15T21:10:20.254Z | Checking pbkdf2 v0.12.2 |
1795 | 2024-10-15T21:10:20.413Z | Checking thiserror v1.0.64 |
1796 | 2024-10-15T21:10:20.450Z | Checking powerfmt v0.2.0 |
1797 | 2024-10-15T21:10:20.507Z | Checking untrusted v0.9.0 |
1798 | 2024-10-15T21:10:20.547Z | Checking scrypt v0.11.0 |
1799 | 2024-10-15T21:10:20.628Z | Checking rand v0.8.5 |
1800 | 2024-10-15T21:10:20.667Z | Checking ring v0.17.8 |
1801 | 2024-10-15T21:10:20.700Z | Checking deranged v0.3.11 |
1802 | 2024-10-15T21:10:20.769Z | Checking aes v0.8.4 |
1803 | 2024-10-15T21:10:20.811Z | Checking bytes v1.7.2 |
1804 | 2024-10-15T21:10:21.489Z | Checking indexmap v2.5.0 |
1805 | 2024-10-15T21:10:21.616Z | Checking tokio v1.39.3 |
1806 | 2024-10-15T21:10:21.652Z | Checking http v1.1.0 |
1807 | 2024-10-15T21:10:21.694Z | Checking serde_json v1.0.128 |
1808 | 2024-10-15T21:10:21.893Z | Checking spki v0.7.3 |
1809 | 2024-10-15T21:10:22.173Z | Checking bitflags v2.6.0 |
1810 | 2024-10-15T21:10:22.452Z | Checking cbc v0.1.2 |
1811 | 2024-10-15T21:10:22.470Z | Checking crossbeam-utils v0.8.19 |
1812 | 2024-10-15T21:10:22.485Z | Checking time-core v0.1.2 |
1813 | 2024-10-15T21:10:22.623Z | Checking num_threads v0.1.7 |
1814 | 2024-10-15T21:10:22.643Z | Checking try-lock v0.2.5 |
1815 | 2024-10-15T21:10:22.732Z | Checking num-conv v0.1.0 |
1816 | 2024-10-15T21:10:22.748Z | Checking atomic-waker v1.1.2 |
1817 | 2024-10-15T21:10:22.773Z | Checking want v0.3.1 |
1818 | 2024-10-15T21:10:22.863Z | Checking pkcs5 v0.7.1 |
1819 | 2024-10-15T21:10:22.942Z | Checking rustls-webpki v0.102.4 |
1820 | 2024-10-15T21:10:22.969Z | Checking form_urlencoded v1.2.1 |
1821 | 2024-10-15T21:10:22.983Z | Checking time v0.3.36 |
1822 | 2024-10-15T21:10:23.000Z | Checking httpdate v1.0.3 |
1823 | 2024-10-15T21:10:23.150Z | Checking tower-service v0.3.2 |
1824 | 2024-10-15T21:10:23.167Z | Checking base64 v0.22.1 |
1825 | 2024-10-15T21:10:23.221Z | Checking http-body v1.0.0 |
1826 | 2024-10-15T21:10:23.266Z | Checking serde_spanned v0.6.7 |
1827 | 2024-10-15T21:10:23.338Z | Checking pkcs8 v0.10.2 |
1828 | 2024-10-15T21:10:23.354Z | Checking uuid v1.10.0 |
1829 | 2024-10-15T21:10:23.428Z | Checking toml_datetime v0.6.8 |
1830 | 2024-10-15T21:10:23.442Z | Checking idna v0.5.0 |
1831 | 2024-10-15T21:10:23.624Z | Checking slog v2.7.0 |
1832 | 2024-10-15T21:10:23.647Z | Checking iana-time-zone v0.1.60 |
1833 | 2024-10-15T21:10:23.674Z | Checking foreign-types-shared v0.1.1 |
1834 | 2024-10-15T21:10:23.688Z | Checking match_cfg v0.1.0 |
1835 | 2024-10-15T21:10:23.770Z | Checking hostname v0.3.1 |
1836 | 2024-10-15T21:10:23.772Z | Checking foreign-types v0.3.2 |
1837 | 2024-10-15T21:10:23.799Z | Checking chrono v0.4.38 |
1838 | 2024-10-15T21:10:23.870Z | Checking http v0.2.12 |
1839 | 2024-10-15T21:10:23.898Z | Checking openssl-sys v0.9.103 |
1840 | 2024-10-15T21:10:23.939Z | Checking dirs-sys-next v0.1.2 |
1841 | 2024-10-15T21:10:24.090Z | Checking aho-corasick v1.1.3 |
1842 | 2024-10-15T21:10:24.121Z | Checking unicode-ident v1.0.13 |
1843 | 2024-10-15T21:10:24.283Z | Checking data-encoding v2.6.0 |
1844 | 2024-10-15T21:10:24.297Z | Checking url v2.5.2 |
1845 | 2024-10-15T21:10:24.969Z | Checking regex-syntax v0.8.4 |
1846 | 2024-10-15T21:10:25.096Z | Checking siphasher v0.3.11 |
1847 | 2024-10-15T21:10:25.191Z | Checking openssl v0.10.66 |
1848 | 2024-10-15T21:10:25.251Z | Checking proc-macro2 v1.0.86 |
1849 | 2024-10-15T21:10:25.414Z | Checking dirs-next v2.0.0 |
1850 | 2024-10-15T21:10:25.474Z | Checking crossbeam-epoch v0.9.18 |
1851 | 2024-10-15T21:10:25.547Z | Checking signature v2.2.0 |
1852 | 2024-10-15T21:10:25.672Z | Checking sha1 v0.10.6 |
1853 | 2024-10-15T21:10:25.738Z | Checking scroll v0.12.0 |
1854 | 2024-10-15T21:10:25.799Z | Checking lazy_static v1.5.0 |
1855 | 2024-10-15T21:10:25.896Z | Checking errno v0.3.9 |
1856 | 2024-10-15T21:10:25.912Z | Checking thread_local v1.1.8 |
1857 | 2024-10-15T21:10:25.912Z | Checking encoding_rs v0.8.34 |
1858 | 2024-10-15T21:10:25.945Z | Checking mime v0.3.17 |
1859 | 2024-10-15T21:10:26.067Z | Checking either v1.13.0 |
1860 | 2024-10-15T21:10:26.180Z | Checking finl_unicode v1.2.0 |
1861 | 2024-10-15T21:10:26.199Z | Checking gimli v0.28.1 |
1862 | 2024-10-15T21:10:26.263Z | Checking anstyle v1.0.8 |
1863 | 2024-10-15T21:10:26.422Z | Checking plain v0.2.3 |
1864 | 2024-10-15T21:10:26.562Z | Checking utf8parse v0.2.1 |
1865 | 2024-10-15T21:10:26.588Z | Checking adler v1.0.2 |
1866 | 2024-10-15T21:10:26.708Z | Checking ucd-trie v0.1.6 |
1867 | 2024-10-15T21:10:26.725Z | Checking openssl-probe v0.1.5 |
1868 | 2024-10-15T21:10:26.753Z | Checking ipnet v2.10.0 |
1869 | 2024-10-15T21:10:26.863Z | Checking winnow v0.6.18 |
1870 | 2024-10-15T21:10:26.907Z | Checking pest v2.7.10 |
1871 | 2024-10-15T21:10:27.189Z | Checking stringprep v0.1.4 |
1872 | 2024-10-15T21:10:27.478Z | Checking miniz_oxide v0.7.2 |
1873 | 2024-10-15T21:10:27.916Z | Checking anstyle-parse v0.2.4 |
1874 | 2024-10-15T21:10:28.126Z | Checking regex-automata v0.4.6 |
1875 | 2024-10-15T21:10:28.158Z | Checking goblin v0.8.2 |
1876 | 2024-10-15T21:10:28.211Z | Checking rustix v0.38.34 |
1877 | 2024-10-15T21:10:28.628Z | Checking tokio-util v0.7.12 |
1878 | 2024-10-15T21:10:29.334Z | Checking quote v1.0.37 |
1879 | 2024-10-15T21:10:29.547Z | Checking h2 v0.4.6 |
1880 | 2024-10-15T21:10:29.698Z | Checking h2 v0.3.26 |
1881 | 2024-10-15T21:10:29.760Z | Checking toml_edit v0.22.22 |
1882 | 2024-10-15T21:10:29.935Z | Checking addr2line v0.21.0 |
1883 | 2024-10-15T21:10:30.474Z | Checking crossbeam-deque v0.8.5 |
1884 | 2024-10-15T21:10:30.672Z | Checking native-tls v0.2.11 |
1885 | 2024-10-15T21:10:30.793Z | Checking term v0.7.0 |
1886 | 2024-10-15T21:10:30.956Z | Checking slog-json v2.6.1 |
1887 | 2024-10-15T21:10:31.186Z | Checking http-body v0.4.6 |
1888 | 2024-10-15T21:10:31.235Z | Checking rustls v0.23.10 |
1889 | 2024-10-15T21:10:31.580Z | Checking rustls v0.22.4 |
1890 | 2024-10-15T21:10:31.683Z | Checking rustls-pemfile v2.1.3 |
1891 | 2024-10-15T21:10:31.925Z | Checking serde_urlencoded v0.7.1 |
1892 | 2024-10-15T21:10:32.353Z | Checking crossbeam-channel v0.5.12 |
1893 | 2024-10-15T21:10:32.367Z | Checking futures-executor v0.3.30 |
1894 | 2024-10-15T21:10:32.586Z | Checking num-integer v0.1.46 |
1895 | 2024-10-15T21:10:32.627Z | Checking idna v0.4.0 |
1896 | 2024-10-15T21:10:33.044Z | Checking idna v0.3.0 |
1897 | 2024-10-15T21:10:33.089Z | Checking md-5 v0.10.6 |
1898 | 2024-10-15T21:10:33.207Z | Checking ff v0.13.0 |
1899 | 2024-10-15T21:10:33.305Z | Checking is-terminal v0.4.12 |
1900 | 2024-10-15T21:10:33.424Z | Checking socket2 v0.4.10 |
1901 | 2024-10-15T21:10:33.436Z | Checking object v0.32.2 |
1902 | 2024-10-15T21:10:33.498Z | Checking hash32 v0.2.1 |
1903 | 2024-10-15T21:10:33.792Z | Checking base16ct v0.2.0 |
1904 | 2024-10-15T21:10:33.824Z | Checking psl-types v2.0.11 |
1905 | 2024-10-15T21:10:33.884Z | Checking linked-hash-map v0.5.6 |
1906 | 2024-10-15T21:10:33.984Z | Checking rustc-demangle v0.1.24 |
1907 | 2024-10-15T21:10:33.999Z | Checking dyn-clone v1.0.17 |
1908 | 2024-10-15T21:10:34.128Z | Checking fallible-iterator v0.2.0 |
1909 | 2024-10-15T21:10:34.211Z | Checking utf-8 v0.7.6 |
1910 | 2024-10-15T21:10:34.391Z | Checking is_terminal_polyfill v1.70.0 |
1911 | 2024-10-15T21:10:34.414Z | Checking anstyle-query v1.0.3 |
1912 | 2024-10-15T21:10:34.514Z | Checking pretty-hex v0.4.1 |
1913 | 2024-10-15T21:10:34.538Z | Checking colorchoice v1.0.1 |
1914 | 2024-10-15T21:10:34.665Z | Checking quick-error v1.2.3 |
1915 | 2024-10-15T21:10:34.681Z | Checking take_mut v0.2.2 |
1916 | 2024-10-15T21:10:34.722Z | Checking stable_deref_trait v1.2.0 |
1917 | 2024-10-15T21:10:34.799Z | Checking resolv-conf v0.7.0 |
1918 | 2024-10-15T21:10:34.823Z | Checking slog-async v2.8.0 |
1919 | 2024-10-15T21:10:34.826Z | Checking heapless v0.7.17 |
1920 | 2024-10-15T21:10:35.097Z | Checking postgres-protocol v0.6.7 |
1921 | 2024-10-15T21:10:35.097Z | Checking tokio-rustls v0.25.0 |
1922 | 2024-10-15T21:10:35.124Z | Checking dof v0.3.0 |
1923 | 2024-10-15T21:10:35.464Z | Checking anstream v0.6.14 |
1924 | 2024-10-15T21:10:35.648Z | Checking hyper v1.4.1 |
1925 | 2024-10-15T21:10:35.681Z | Checking hyper v0.14.30 |
1926 | 2024-10-15T21:10:35.724Z | Checking tungstenite v0.23.0 |
1927 | 2024-10-15T21:10:35.752Z | Checking lru-cache v0.1.2 |
1928 | 2024-10-15T21:10:35.822Z | Checking schemars v0.8.21 |
1929 | 2024-10-15T21:10:35.861Z | Checking publicsuffix v2.2.3 |
1930 | 2024-10-15T21:10:35.922Z | Checking sec1 v0.7.3 |
1931 | 2024-10-15T21:10:36.031Z | Checking tokio-rustls v0.26.0 |
1932 | 2024-10-15T21:10:36.094Z | Checking hickory-proto v0.24.1 |
1933 | 2024-10-15T21:10:36.290Z | Checking slog-term v2.9.1 |
1934 | 2024-10-15T21:10:36.410Z | Checking group v0.13.0 |
1935 | 2024-10-15T21:10:36.612Z | Checking num-iter v0.1.45 |
1936 | 2024-10-15T21:10:36.672Z | Checking futures v0.3.30 |
1937 | 2024-10-15T21:10:36.783Z | Checking toml v0.8.19 |
1938 | 2024-10-15T21:10:36.797Z | Checking terminal_size v0.3.0 |
1939 | 2024-10-15T21:10:36.800Z | Checking slog-bunyan v2.5.0 |
1940 | 2024-10-15T21:10:36.956Z | Checking tokio-native-tls v0.3.1 |
1941 | 2024-10-15T21:10:36.976Z | Checking rayon-core v1.12.1 |
1942 | 2024-10-15T21:10:37.203Z | Checking syn v2.0.79 |
1943 | 2024-10-15T21:10:37.419Z | Checking dtrace-parser v0.2.0 |
1944 | 2024-10-15T21:10:37.488Z | Checking multer v3.1.0 |
1945 | 2024-10-15T21:10:37.638Z | Checking cookie v0.18.1 |
1946 | 2024-10-15T21:10:37.653Z | Checking hyper-util v0.1.9 |
1947 | 2024-10-15T21:10:37.859Z | Checking phf_shared v0.11.2 |
1948 | 2024-10-15T21:10:37.879Z | Checking http-body-util v0.1.2 |
1949 | 2024-10-15T21:10:38.078Z | Checking openapiv3 v2.0.0 |
1950 | 2024-10-15T21:10:38.146Z | Checking async-stream v0.3.5 |
1951 | 2024-10-15T21:10:38.315Z | Checking waitgroup v0.1.2 |
1952 | 2024-10-15T21:10:38.332Z | Checking camino v1.1.9 |
1953 | 2024-10-15T21:10:38.450Z | Checking serde_path_to_error v0.1.16 |
1954 | 2024-10-15T21:10:38.920Z | Checking webpki-roots v0.26.3 |
1955 | 2024-10-15T21:10:39.066Z | Checking hkdf v0.12.4 |
1956 | 2024-10-15T21:10:39.121Z | Checking crypto-bigint v0.5.5 |
1957 | 2024-10-15T21:10:39.260Z | Checking hostname v0.4.0 |
1958 | 2024-10-15T21:10:39.292Z | Checking backtrace v0.3.71 |
1959 | 2024-10-15T21:10:39.392Z | Checking thread-id v4.2.1 |
1960 | 2024-10-15T21:10:39.501Z | Checking strsim v0.11.1 |
1961 | 2024-10-15T21:10:39.684Z | Checking adler2 v2.0.0 |
1962 | 2024-10-15T21:10:39.789Z | Checking winnow v0.5.40 |
1963 | 2024-10-15T21:10:39.843Z | Checking unicode-width v0.1.13 |
1964 | 2024-10-15T21:10:39.867Z | Checking clap_lex v0.7.0 |
1965 | 2024-10-15T21:10:40.033Z | Checking debug-ignore v1.0.5 |
1966 | 2024-10-15T21:10:40.115Z | Checking bitflags v1.3.2 |
1967 | 2024-10-15T21:10:40.173Z | Checking managed v0.8.0 |
1968 | 2024-10-15T21:10:40.218Z | Checking clap_builder v4.5.18 |
1969 | 2024-10-15T21:10:40.575Z | Checking smoltcp v0.9.1 |
1970 | 2024-10-15T21:10:40.766Z | Checking hickory-resolver v0.24.1 |
1971 | 2024-10-15T21:10:41.542Z | Checking console v0.15.8 |
1972 | 2024-10-15T21:10:41.659Z | Checking dropshot v0.10.1 |
1973 | 2024-10-15T21:10:41.933Z | Checking elliptic-curve v0.13.8 |
1974 | 2024-10-15T21:10:42.031Z | Checking anyhow v1.0.89 |
1975 | 2024-10-15T21:10:42.086Z | Checking miniz_oxide v0.8.0 |
1976 | 2024-10-15T21:10:42.287Z | Checking hyper-rustls v0.27.3 |
1977 | 2024-10-15T21:10:42.404Z | Checking hyper-tls v0.6.0 |
1978 | 2024-10-15T21:10:42.580Z | Checking phf v0.11.2 |
1979 | 2024-10-15T21:10:42.621Z | Checking cookie_store v0.21.0 |
1980 | 2024-10-15T21:10:42.687Z | Checking rayon v1.10.0 |
1981 | 2024-10-15T21:10:42.702Z | Checking toml_edit v0.19.15 |
1982 | 2024-10-15T21:10:42.815Z | Checking num-bigint-dig v0.8.4 |
1983 | 2024-10-15T21:10:42.843Z | Checking tokio-tungstenite v0.23.1 |
1984 | 2024-10-15T21:10:43.217Z | Checking postgres-types v0.2.8 |
1985 | 2024-10-15T21:10:43.233Z | Checking bstr v1.9.1 |
1986 | 2024-10-15T21:10:43.278Z | Checking regex v1.10.6 |
1987 | 2024-10-15T21:10:43.502Z | Checking usdt-impl v0.5.0 |
1988 | 2024-10-15T21:10:43.881Z | Checking tokio-stream v0.1.16 |
1989 | 2024-10-15T21:10:43.948Z | Checking ed25519 v2.2.3 |
1990 | 2024-10-15T21:10:44.037Z | Checking phf_shared v0.10.0 |
1991 | 2024-10-15T21:10:44.185Z | Checking zerocopy v0.6.6 |
1992 | 2024-10-15T21:10:44.250Z | Checking curve25519-dalek v4.1.3 |
1993 | 2024-10-15T21:10:44.312Z | Checking pkcs1 v0.7.5 |
1994 | 2024-10-15T21:10:44.685Z | Checking hubpack v0.1.2 |
1995 | 2024-10-15T21:10:44.726Z | Checking portable-atomic v1.6.0 |
1996 | 2024-10-15T21:10:44.860Z | Checking signal-hook v0.3.17 |
1997 | 2024-10-15T21:10:44.926Z | Checking crc32fast v1.4.0 |
1998 | 2024-10-15T21:10:44.973Z | Checking float-cmp v0.9.0 |
1999 | 2024-10-15T21:10:45.102Z | Checking serde-big-array v0.5.1 |
2000 | 2024-10-15T21:10:45.149Z | Checking rfc6979 v0.4.0 |
2001 | 2024-10-15T21:10:45.161Z | Checking mio v0.8.11 |
2002 | 2024-10-15T21:10:45.178Z | Checking memmap v0.7.0 |
2003 | 2024-10-15T21:10:45.192Z | Checking sync_wrapper v1.0.1 |
2004 | 2024-10-15T21:10:45.311Z | Checking minimal-lexical v0.2.1 |
2005 | 2024-10-15T21:10:45.327Z | Checking precomputed-hash v0.1.1 |
2006 | 2024-10-15T21:10:45.331Z | Checking bit-vec v0.6.3 |
2007 | 2024-10-15T21:10:45.376Z | Checking normalize-line-endings v0.3.0 |
2008 | 2024-10-15T21:10:45.441Z | Checking static_assertions v1.1.0 |
2009 | 2024-10-15T21:10:45.500Z | Checking new_debug_unreachable v1.0.6 |
2010 | 2024-10-15T21:10:45.534Z | Checking predicates-core v1.0.6 |
2011 | 2024-10-15T21:10:45.588Z | Checking difflib v0.4.0 |
2012 | 2024-10-15T21:10:45.667Z | Checking whoami v1.5.2 |
2013 | 2024-10-15T21:10:45.693Z | Checking fixedbitset v0.4.2 |
2014 | 2024-10-15T21:10:45.708Z | Checking unicode-segmentation v1.11.0 |
2015 | 2024-10-15T21:10:45.721Z | Checking number_prefix v0.4.0 |
2016 | 2024-10-15T21:10:45.781Z | Checking signal-hook-mio v0.2.4 |
2017 | 2024-10-15T21:10:45.889Z | Checking predicates v3.1.2 |
2018 | 2024-10-15T21:10:45.904Z | Checking nom v7.1.3 |
2019 | 2024-10-15T21:10:45.922Z | Checking bit-set v0.5.3 |
2020 | 2024-10-15T21:10:45.947Z | Checking petgraph v0.6.5 |
2021 | 2024-10-15T21:10:45.961Z | Checking tokio-postgres v0.7.12 |
2022 | 2024-10-15T21:10:46.116Z | Checking ed25519-dalek v2.1.1 |
2023 | 2024-10-15T21:10:46.154Z | Checking string_cache v0.8.7 |
2024 | 2024-10-15T21:10:46.328Z | Checking similar v2.6.0 |
2025 | 2024-10-15T21:10:46.423Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2026 | 2024-10-15T21:10:46.464Z | Checking indicatif v0.17.8 |
2027 | 2024-10-15T21:10:46.521Z | Checking usdt v0.5.0 |
2028 | 2024-10-15T21:10:46.536Z | Checking reqwest v0.12.7 |
2029 | 2024-10-15T21:10:46.780Z | Checking ecdsa v0.16.9 |
2030 | 2024-10-15T21:10:47.164Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2031 | 2024-10-15T21:10:47.214Z | Checking flate2 v1.0.34 |
2032 | 2024-10-15T21:10:47.523Z | Checking toml v0.7.8 |
2033 | 2024-10-15T21:10:47.828Z | Checking rsa v0.9.6 |
2034 | 2024-10-15T21:10:48.321Z | Checking clap v4.5.18 |
2035 | 2024-10-15T21:10:48.419Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2036 | 2024-10-15T21:10:48.419Z | Checking fs-err v2.11.0 |
2037 | 2024-10-15T21:10:48.516Z | Checking itertools v0.10.5 |
2038 | 2024-10-15T21:10:48.723Z | Checking itertools v0.12.1 |
2039 | 2024-10-15T21:10:48.863Z | Checking x509-cert v0.2.5 |
2040 | 2024-10-15T21:10:48.886Z | Checking semver v1.0.23 |
2041 | 2024-10-15T21:10:48.943Z | Checking hex v0.4.3 |
2042 | 2024-10-15T21:10:49.267Z | Checking lalrpop-util v0.19.12 |
2043 | 2024-10-15T21:10:49.288Z | Checking peg-runtime v0.8.3 |
2044 | 2024-10-15T21:10:49.346Z | Checking sigpipe v0.1.3 |
2045 | 2024-10-15T21:10:50.954Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2046 | 2024-10-15T21:10:51.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.13s |
2047 | 2024-10-15T21:10:51.407Z | |
2048 | 2024-10-15T21:10:51.407Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/163) |
2049 | 2024-10-15T21:10:51.544Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2050 | 2024-10-15T21:10:52.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2051 | 2024-10-15T21:10:52.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2052 | 2024-10-15T21:10:52.099Z | Compiling regress v0.10.1 |
2053 | 2024-10-15T21:10:52.201Z | Checking heck v0.5.0 |
2054 | 2024-10-15T21:10:52.221Z | Compiling unsafe-libyaml v0.2.11 |
2055 | 2024-10-15T21:10:52.233Z | Compiling ident_case v1.0.1 |
2056 | 2024-10-15T21:10:52.245Z | Checking progenitor-client v0.8.0 |
2057 | 2024-10-15T21:10:52.259Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2058 | 2024-10-15T21:10:52.274Z | Compiling proc-macro-crate v1.3.1 |
2059 | 2024-10-15T21:10:52.358Z | Compiling darling_core v0.20.9 |
2060 | 2024-10-15T21:10:52.391Z | Checking ipnetwork v0.20.0 |
2061 | 2024-10-15T21:10:52.543Z | Compiling structmeta-derive v0.3.0 |
2062 | 2024-10-15T21:10:52.618Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2063 | 2024-10-15T21:10:52.748Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2064 | 2024-10-15T21:10:52.961Z | Compiling lzma-sys v0.1.20 |
2065 | 2024-10-15T21:10:53.082Z | Compiling foreign-types-macros v0.2.3 |
2066 | 2024-10-15T21:10:53.339Z | Compiling num_enum_derive v0.5.11 |
2067 | 2024-10-15T21:10:53.730Z | Compiling serde_yaml v0.9.34+deprecated |
2068 | 2024-10-15T21:10:54.135Z | Compiling dropshot v0.12.0 |
2069 | 2024-10-15T21:10:54.417Z | Checking arc-swap v1.7.1 |
2070 | 2024-10-15T21:10:54.439Z | Checking foreign-types-shared v0.3.1 |
2071 | 2024-10-15T21:10:54.552Z | Checking foreign-types v0.5.0 |
2072 | 2024-10-15T21:10:54.759Z | Compiling proc-macro-error v1.0.4 |
2073 | 2024-10-15T21:10:54.838Z | Checking slog-scope v4.4.0 |
2074 | 2024-10-15T21:10:55.354Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2075 | 2024-10-15T21:10:55.464Z | Checking tungstenite v0.21.0 |
2076 | 2024-10-15T21:10:55.479Z | Compiling heck v0.3.3 |
2077 | 2024-10-15T21:10:55.561Z | Compiling structmeta v0.3.0 |
2078 | 2024-10-15T21:10:55.657Z | Checking typify-impl v0.2.0 |
2079 | 2024-10-15T21:10:55.944Z | Checking num_enum v0.5.11 |
2080 | 2024-10-15T21:10:55.992Z | Compiling parse-display-derive v0.10.0 |
2081 | 2024-10-15T21:10:56.086Z | Checking newtype-uuid v1.1.0 |
2082 | 2024-10-15T21:10:56.327Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2083 | 2024-10-15T21:10:56.332Z | Compiling dropshot_endpoint v0.12.0 |
2084 | 2024-10-15T21:10:57.186Z | Checking cstr-argument v0.1.2 |
2085 | 2024-10-15T21:10:57.203Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2086 | 2024-10-15T21:10:57.364Z | Checking instant v0.1.12 |
2087 | 2024-10-15T21:10:57.478Z | Checking base64 v0.21.7 |
2088 | 2024-10-15T21:10:57.832Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2089 | 2024-10-15T21:10:57.954Z | Checking fastrand v2.1.0 |
2090 | 2024-10-15T21:10:57.970Z | Checking pretty-hex v0.2.1 |
2091 | 2024-10-15T21:10:58.055Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2092 | 2024-10-15T21:10:58.124Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2093 | 2024-10-15T21:10:58.148Z | Checking backoff v0.4.0 |
2094 | 2024-10-15T21:10:58.189Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2095 | 2024-10-15T21:10:58.280Z | Checking tempfile v3.10.1 |
2096 | 2024-10-15T21:10:58.388Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2097 | 2024-10-15T21:10:58.439Z | Checking tokio-tungstenite v0.21.0 |
2098 | 2024-10-15T21:10:58.502Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2099 | 2024-10-15T21:10:58.537Z | Checking strum v0.26.3 |
2100 | 2024-10-15T21:10:58.647Z | Compiling zone_cfg_derive v0.1.2 |
2101 | 2024-10-15T21:10:58.692Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2102 | 2024-10-15T21:10:58.720Z | Checking slog-stdlog v4.1.1 |
2103 | 2024-10-15T21:10:58.905Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2104 | 2024-10-15T21:10:59.052Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2105 | 2024-10-15T21:10:59.067Z | Checking colored v2.1.0 |
2106 | 2024-10-15T21:10:59.304Z | Compiling darling_macro v0.20.9 |
2107 | 2024-10-15T21:10:59.326Z | Checking regress v0.9.1 |
2108 | 2024-10-15T21:10:59.358Z | Checking macaddr v1.0.1 |
2109 | 2024-10-15T21:10:59.467Z | Checking base64 v0.13.1 |
2110 | 2024-10-15T21:10:59.839Z | Checking ron v0.7.1 |
2111 | 2024-10-15T21:11:00.131Z | Checking zone v0.1.8 |
2112 | 2024-10-15T21:11:00.266Z | Compiling darling v0.20.9 |
2113 | 2024-10-15T21:11:00.431Z | Compiling serde_with_macros v3.9.0 |
2114 | 2024-10-15T21:11:00.617Z | Checking parse-display v0.10.0 |
2115 | 2024-10-15T21:11:00.840Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2116 | 2024-10-15T21:11:00.856Z | Checking xz2 v0.1.7 |
2117 | 2024-10-15T21:11:01.040Z | Checking slog-envlogger v2.2.0 |
2118 | 2024-10-15T21:11:01.148Z | Checking tabwriter v1.4.0 |
2119 | 2024-10-15T21:11:01.252Z | Checking xattr v1.3.1 |
2120 | 2024-10-15T21:11:01.330Z | Checking pem v3.0.4 |
2121 | 2024-10-15T21:11:01.395Z | Checking yasna v0.5.2 |
2122 | 2024-10-15T21:11:01.440Z | Checking headers-core v0.3.0 |
2123 | 2024-10-15T21:11:01.583Z | Checking smf v0.2.3 |
2124 | 2024-10-15T21:11:01.600Z | Checking filetime v0.2.25 |
2125 | 2024-10-15T21:11:01.646Z | Checking same-file v1.0.6 |
2126 | 2024-10-15T21:11:01.798Z | Checking tar v0.4.42 |
2127 | 2024-10-15T21:11:01.825Z | Checking walkdir v2.5.0 |
2128 | 2024-10-15T21:11:02.030Z | Checking headers v0.4.0 |
2129 | 2024-10-15T21:11:02.086Z | Checking camino-tempfile v1.1.1 |
2130 | 2024-10-15T21:11:02.298Z | Checking rcgen v0.12.1 |
2131 | 2024-10-15T21:11:02.370Z | Checking atomicwrites v0.4.4 |
2132 | 2024-10-15T21:11:02.565Z | Checking subprocess v0.2.9 |
2133 | 2024-10-15T21:11:03.288Z | Checking serde_with v3.9.0 |
2134 | 2024-10-15T21:11:06.161Z | Compiling typify-macro v0.2.0 |
2135 | 2024-10-15T21:11:08.070Z | Compiling typify v0.2.0 |
2136 | 2024-10-15T21:11:08.137Z | Compiling progenitor-impl v0.8.0 |
2137 | 2024-10-15T21:11:11.334Z | Compiling progenitor-macro v0.8.0 |
2138 | 2024-10-15T21:11:17.127Z | Checking progenitor v0.8.0 |
2139 | 2024-10-15T21:11:17.259Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2140 | 2024-10-15T21:11:17.259Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2141 | 2024-10-15T21:11:19.882Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2142 | 2024-10-15T21:11:20.139Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2143 | 2024-10-15T21:11:26.355Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2144 | 2024-10-15T21:11:27.908Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2145 | 2024-10-15T21:11:29.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.65s |
2146 | 2024-10-15T21:11:29.244Z | |
2147 | 2024-10-15T21:11:29.244Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/163) |
2148 | 2024-10-15T21:11:29.383Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2149 | 2024-10-15T21:11:29.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2150 | 2024-10-15T21:11:29.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2151 | 2024-10-15T21:11:29.946Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2152 | 2024-10-15T21:11:31.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
2153 | 2024-10-15T21:11:31.426Z | |
2154 | 2024-10-15T21:11:31.426Z | info: running `cargo check --bins` on nexus-config (31/163) |
2155 | 2024-10-15T21:11:31.563Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2156 | 2024-10-15T21:11:32.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2157 | 2024-10-15T21:11:32.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2158 | 2024-10-15T21:11:32.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2159 | 2024-10-15T21:11:32.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2160 | 2024-10-15T21:11:32.086Z | |
2161 | 2024-10-15T21:11:32.086Z | info: running `cargo check --bins` on omicron-rpaths (32/163) |
2162 | 2024-10-15T21:11:32.218Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2163 | 2024-10-15T21:11:32.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2164 | 2024-10-15T21:11:32.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2165 | 2024-10-15T21:11:32.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2166 | 2024-10-15T21:11:32.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2167 | 2024-10-15T21:11:32.731Z | |
2168 | 2024-10-15T21:11:32.731Z | info: running `cargo check --bins` on omicron-certificates (33/163) |
2169 | 2024-10-15T21:11:32.865Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2170 | 2024-10-15T21:11:33.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2171 | 2024-10-15T21:11:33.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2172 | 2024-10-15T21:11:33.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2173 | 2024-10-15T21:11:33.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2174 | 2024-10-15T21:11:33.386Z | |
2175 | 2024-10-15T21:11:33.386Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/163) |
2176 | 2024-10-15T21:11:33.521Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2177 | 2024-10-15T21:11:33.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2178 | 2024-10-15T21:11:33.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2179 | 2024-10-15T21:11:34.072Z | Compiling heapless v0.8.0 |
2180 | 2024-10-15T21:11:34.166Z | Checking hash32 v0.3.1 |
2181 | 2024-10-15T21:11:34.177Z | Compiling smoltcp v0.11.0 |
2182 | 2024-10-15T21:11:34.188Z | Checking cobs v0.2.3 |
2183 | 2024-10-15T21:11:34.191Z | Checking embedded-io v0.4.0 |
2184 | 2024-10-15T21:11:34.208Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2185 | 2024-10-15T21:11:34.211Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2186 | 2024-10-15T21:11:34.233Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2187 | 2024-10-15T21:11:34.320Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2188 | 2024-10-15T21:11:34.345Z | Compiling crucible-workspace-hack v0.1.0 |
2189 | 2024-10-15T21:11:34.358Z | Checking newline-converter v0.3.0 |
2190 | 2024-10-15T21:11:34.374Z | Checking postcard v1.0.8 |
2191 | 2024-10-15T21:11:34.496Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2192 | 2024-10-15T21:11:34.574Z | Compiling convert_case v0.4.0 |
2193 | 2024-10-15T21:11:34.716Z | Checking expectorate v1.1.0 |
2194 | 2024-10-15T21:11:34.761Z | Compiling zone_cfg_derive v0.3.0 |
2195 | 2024-10-15T21:11:34.870Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2196 | 2024-10-15T21:11:34.910Z | Checking itertools v0.13.0 |
2197 | 2024-10-15T21:11:35.027Z | Compiling num-derive v0.4.2 |
2198 | 2024-10-15T21:11:35.082Z | Compiling slog-dtrace v0.3.0 |
2199 | 2024-10-15T21:11:35.230Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2200 | 2024-10-15T21:11:35.470Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2201 | 2024-10-15T21:11:35.539Z | Compiling derive_more v0.99.18 |
2202 | 2024-10-15T21:11:36.237Z | Checking zone v0.3.0 |
2203 | 2024-10-15T21:11:36.813Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2204 | 2024-10-15T21:11:38.194Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2205 | 2024-10-15T21:11:39.169Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2206 | 2024-10-15T21:11:39.457Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2207 | 2024-10-15T21:11:40.237Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2208 | 2024-10-15T21:11:40.644Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2209 | 2024-10-15T21:11:42.016Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2210 | 2024-10-15T21:11:42.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.42s |
2211 | 2024-10-15T21:11:42.980Z | |
2212 | 2024-10-15T21:11:42.980Z | info: running `cargo check --bins` on clickhouse-admin-api (35/163) |
2213 | 2024-10-15T21:11:43.117Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2214 | 2024-10-15T21:11:43.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2215 | 2024-10-15T21:11:43.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2216 | 2024-10-15T21:11:43.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2217 | 2024-10-15T21:11:43.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2218 | 2024-10-15T21:11:43.643Z | |
2219 | 2024-10-15T21:11:43.643Z | info: running `cargo check --bins` on clickhouse-admin-types (36/163) |
2220 | 2024-10-15T21:11:43.782Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2221 | 2024-10-15T21:11:44.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2222 | 2024-10-15T21:11:44.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2223 | 2024-10-15T21:11:44.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2224 | 2024-10-15T21:11:44.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2225 | 2024-10-15T21:11:44.311Z | |
2226 | 2024-10-15T21:11:44.311Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/163) |
2227 | 2024-10-15T21:11:44.446Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2228 | 2024-10-15T21:11:44.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2229 | 2024-10-15T21:11:45.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2230 | 2024-10-15T21:11:45.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2231 | 2024-10-15T21:11:45.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2232 | 2024-10-15T21:11:45.089Z | |
2233 | 2024-10-15T21:11:45.089Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/163) |
2234 | 2024-10-15T21:11:45.213Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2235 | 2024-10-15T21:11:45.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2236 | 2024-10-15T21:11:45.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2237 | 2024-10-15T21:11:45.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2238 | 2024-10-15T21:11:45.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2239 | 2024-10-15T21:11:45.837Z | |
2240 | 2024-10-15T21:11:45.837Z | info: running `cargo check --bins` on dns-server (39/163) |
2241 | 2024-10-15T21:11:45.972Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2242 | 2024-10-15T21:11:46.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2243 | 2024-10-15T21:11:46.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2244 | 2024-10-15T21:11:46.498Z | Compiling parking_lot_core v0.8.6 |
2245 | 2024-10-15T21:11:46.994Z | Checking nibble_vec v0.1.0 |
2246 | 2024-10-15T21:11:46.994Z | Checking endian-type v0.1.2 |
2247 | 2024-10-15T21:11:46.998Z | Checking fxhash v0.2.1 |
2248 | 2024-10-15T21:11:46.998Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2249 | 2024-10-15T21:11:46.998Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2250 | 2024-10-15T21:11:46.998Z | Checking hickory-server v0.24.1 |
2251 | 2024-10-15T21:11:46.998Z | Checking radix_trie v0.2.1 |
2252 | 2024-10-15T21:11:47.097Z | Checking hickory-client v0.24.1 |
2253 | 2024-10-15T21:11:47.262Z | Checking parking_lot v0.11.2 |
2254 | 2024-10-15T21:11:47.488Z | Checking sled v0.34.7 |
2255 | 2024-10-15T21:11:49.189Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2256 | 2024-10-15T21:11:50.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
2257 | 2024-10-15T21:11:50.427Z | |
2258 | 2024-10-15T21:11:50.427Z | info: running `cargo check --bins` on dns-server-api (40/163) |
2259 | 2024-10-15T21:11:50.561Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2260 | 2024-10-15T21:11:51.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2261 | 2024-10-15T21:11:51.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2262 | 2024-10-15T21:11:51.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2263 | 2024-10-15T21:11:51.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2264 | 2024-10-15T21:11:51.077Z | |
2265 | 2024-10-15T21:11:51.077Z | info: running `cargo check --bins` on dns-service-client (41/163) |
2266 | 2024-10-15T21:11:51.214Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2267 | 2024-10-15T21:11:51.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2268 | 2024-10-15T21:11:51.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2269 | 2024-10-15T21:11:51.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2270 | 2024-10-15T21:11:51.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2271 | 2024-10-15T21:11:51.728Z | |
2272 | 2024-10-15T21:11:51.728Z | info: running `cargo check --bins` on gateway-test-utils (42/163) |
2273 | 2024-10-15T21:11:51.864Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2274 | 2024-10-15T21:11:52.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2275 | 2024-10-15T21:11:52.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2276 | 2024-10-15T21:11:52.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2277 | 2024-10-15T21:11:52.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2278 | 2024-10-15T21:11:52.450Z | |
2279 | 2024-10-15T21:11:52.450Z | info: running `cargo check --bins` on gateway-types (43/163) |
2280 | 2024-10-15T21:11:52.586Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2281 | 2024-10-15T21:11:53.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2282 | 2024-10-15T21:11:53.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2283 | 2024-10-15T21:11:53.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2284 | 2024-10-15T21:11:53.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2285 | 2024-10-15T21:11:53.111Z | |
2286 | 2024-10-15T21:11:53.111Z | info: running `cargo check --bins` on ipcc (44/163) |
2287 | 2024-10-15T21:11:53.259Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2288 | 2024-10-15T21:11:53.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2289 | 2024-10-15T21:11:53.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2290 | 2024-10-15T21:11:53.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2291 | 2024-10-15T21:11:53.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2292 | 2024-10-15T21:11:53.796Z | |
2293 | 2024-10-15T21:11:53.796Z | info: running `cargo check --bins` on omicron-gateway (45/163) |
2294 | 2024-10-15T21:11:53.918Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2295 | 2024-10-15T21:11:54.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2296 | 2024-10-15T21:11:54.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2297 | 2024-10-15T21:11:54.518Z | Checking num-rational v0.4.2 |
2298 | 2024-10-15T21:11:54.518Z | Compiling progenitor-client v0.8.0 |
2299 | 2024-10-15T21:11:54.521Z | Checking num-complex v0.4.6 |
2300 | 2024-10-15T21:11:54.521Z | Compiling prettyplease v0.2.22 |
2301 | 2024-10-15T21:11:54.521Z | Compiling ipnetwork v0.20.0 |
2302 | 2024-10-15T21:11:54.645Z | Compiling newtype-uuid v1.1.0 |
2303 | 2024-10-15T21:11:54.649Z | Compiling instant v0.1.12 |
2304 | 2024-10-15T21:11:54.650Z | Checking float-ord v0.3.2 |
2305 | 2024-10-15T21:11:54.767Z | Compiling radium v0.7.0 |
2306 | 2024-10-15T21:11:54.822Z | Compiling semver v0.1.20 |
2307 | 2024-10-15T21:11:55.278Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2308 | 2024-10-15T21:11:55.288Z | Compiling progenitor v0.8.0 |
2309 | 2024-10-15T21:11:55.288Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2310 | 2024-10-15T21:11:55.289Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2311 | 2024-10-15T21:11:55.289Z | Compiling rustc_version v0.1.7 |
2312 | 2024-10-15T21:11:55.289Z | Compiling backoff v0.4.0 |
2313 | 2024-10-15T21:11:55.289Z | Compiling dropshot v0.12.0 |
2314 | 2024-10-15T21:11:55.434Z | Compiling parse-display v0.10.0 |
2315 | 2024-10-15T21:11:55.481Z | Checking num v0.4.3 |
2316 | 2024-10-15T21:11:55.546Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2317 | 2024-10-15T21:11:55.579Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2318 | 2024-10-15T21:11:55.596Z | Compiling serde_with v3.9.0 |
2319 | 2024-10-15T21:11:55.723Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2320 | 2024-10-15T21:11:55.875Z | Compiling regress v0.9.1 |
2321 | 2024-10-15T21:11:56.117Z | Compiling macaddr v1.0.1 |
2322 | 2024-10-15T21:11:56.571Z | Checking tap v1.0.1 |
2323 | 2024-10-15T21:11:56.731Z | Compiling maybe-uninit v2.0.0 |
2324 | 2024-10-15T21:11:56.799Z | Checking wyz v0.5.1 |
2325 | 2024-10-15T21:11:57.326Z | Compiling newtype_derive v0.1.6 |
2326 | 2024-10-15T21:11:57.496Z | Checking password-hash v0.5.0 |
2327 | 2024-10-15T21:11:57.642Z | Checking blake2 v0.10.6 |
2328 | 2024-10-15T21:11:57.749Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2329 | 2024-10-15T21:11:57.921Z | Compiling owo-colors v4.1.0 |
2330 | 2024-10-15T21:11:58.405Z | Checking crc-catalog v2.4.0 |
2331 | 2024-10-15T21:11:58.423Z | Compiling packed_struct v0.10.1 |
2332 | 2024-10-15T21:11:58.423Z | Checking funty v2.0.0 |
2333 | 2024-10-15T21:11:58.423Z | Compiling cancel-safe-futures v0.1.5 |
2334 | 2024-10-15T21:11:58.755Z | Checking crc v3.2.1 |
2335 | 2024-10-15T21:11:58.859Z | Checking argon2 v0.5.3 |
2336 | 2024-10-15T21:11:59.193Z | Checking bitvec v1.0.1 |
2337 | 2024-10-15T21:11:59.403Z | Compiling packed_struct_codegen v0.10.1 |
2338 | 2024-10-15T21:11:59.535Z | Checking half v2.4.1 |
2339 | 2024-10-15T21:11:59.990Z | Compiling indexmap v1.9.3 |
2340 | 2024-10-15T21:12:00.220Z | Checking ciborium-io v0.2.2 |
2341 | 2024-10-15T21:12:00.289Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2342 | 2024-10-15T21:12:00.388Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2343 | 2024-10-15T21:12:00.691Z | Checking nodrop v0.1.14 |
2344 | 2024-10-15T21:12:00.803Z | Checking array-init v0.0.4 |
2345 | 2024-10-15T21:12:00.910Z | Checking ciborium-ll v0.2.2 |
2346 | 2024-10-15T21:12:01.422Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2347 | 2024-10-15T21:12:01.869Z | Checking smallvec v0.6.14 |
2348 | 2024-10-15T21:12:01.897Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2349 | 2024-10-15T21:12:02.603Z | Checking libsw v3.3.1 |
2350 | 2024-10-15T21:12:02.640Z | Compiling memoffset v0.9.1 |
2351 | 2024-10-15T21:12:02.882Z | Checking indent_write v2.2.0 |
2352 | 2024-10-15T21:12:02.980Z | Checking highway v1.2.0 |
2353 | 2024-10-15T21:12:02.989Z | Checking termcolor v1.4.1 |
2354 | 2024-10-15T21:12:03.039Z | Checking swrite v0.1.0 |
2355 | 2024-10-15T21:12:03.166Z | Checking linear-map v1.2.0 |
2356 | 2024-10-15T21:12:03.377Z | Checking bitfield v0.14.0 |
2357 | 2024-10-15T21:12:03.393Z | Checking hashbrown v0.12.3 |
2358 | 2024-10-15T21:12:03.459Z | Checking ron v0.8.1 |
2359 | 2024-10-15T21:12:03.500Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2360 | 2024-10-15T21:12:03.654Z | Checking env_logger v0.10.2 |
2361 | 2024-10-15T21:12:03.891Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2362 | 2024-10-15T21:12:04.070Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2363 | 2024-10-15T21:12:04.376Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2364 | 2024-10-15T21:12:04.478Z | Checking serde-hex v0.1.0 |
2365 | 2024-10-15T21:12:04.674Z | Checking steno v0.4.1 |
2366 | 2024-10-15T21:12:05.085Z | Checking bzip2 v0.4.4 |
2367 | 2024-10-15T21:12:05.398Z | Checking ciborium v0.2.2 |
2368 | 2024-10-15T21:12:05.766Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2369 | 2024-10-15T21:12:05.805Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2370 | 2024-10-15T21:12:05.952Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2371 | 2024-10-15T21:12:06.021Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2372 | 2024-10-15T21:12:06.396Z | Checking hashbrown v0.13.2 |
2373 | 2024-10-15T21:12:06.803Z | Checking humantime v2.1.0 |
2374 | 2024-10-15T21:12:06.995Z | Checking crc-any v2.5.0 |
2375 | 2024-10-15T21:12:07.067Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2376 | 2024-10-15T21:12:07.181Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2377 | 2024-10-15T21:12:07.372Z | Checking zip v0.6.6 |
2378 | 2024-10-15T21:12:07.405Z | Checking object v0.30.4 |
2379 | 2024-10-15T21:12:07.558Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2380 | 2024-10-15T21:12:07.655Z | Checking path-slash v0.1.5 |
2381 | 2024-10-15T21:12:07.817Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2382 | 2024-10-15T21:12:08.003Z | Checking nix v0.27.1 |
2383 | 2024-10-15T21:12:08.078Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2384 | 2024-10-15T21:12:08.491Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2385 | 2024-10-15T21:12:08.750Z | Checking kstat-rs v0.2.4 |
2386 | 2024-10-15T21:12:08.895Z | Checking signal-hook-tokio v0.3.1 |
2387 | 2024-10-15T21:12:09.951Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2388 | 2024-10-15T21:12:10.311Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2389 | 2024-10-15T21:12:15.625Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2390 | 2024-10-15T21:12:19.546Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2391 | 2024-10-15T21:12:19.751Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2392 | 2024-10-15T21:12:19.849Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2393 | 2024-10-15T21:12:20.085Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2394 | 2024-10-15T21:12:21.457Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2395 | 2024-10-15T21:12:26.714Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2396 | 2024-10-15T21:12:27.347Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2397 | 2024-10-15T21:12:32.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.26s |
2398 | 2024-10-15T21:12:32.345Z | |
2399 | 2024-10-15T21:12:32.345Z | info: running `cargo check --bins` on gateway-api (46/163) |
2400 | 2024-10-15T21:12:32.345Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2401 | 2024-10-15T21:12:32.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-10-15T21:12:32.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-10-15T21:12:32.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2404 | 2024-10-15T21:12:32.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2405 | 2024-10-15T21:12:32.345Z | |
2406 | 2024-10-15T21:12:32.345Z | info: running `cargo check --bins` on oximeter (47/163) |
2407 | 2024-10-15T21:12:32.345Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2408 | 2024-10-15T21:12:32.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2024-10-15T21:12:32.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2024-10-15T21:12:32.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2411 | 2024-10-15T21:12:32.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2412 | 2024-10-15T21:12:32.346Z | |
2413 | 2024-10-15T21:12:32.346Z | info: running `cargo check --bins` on oximeter-macro-impl (48/163) |
2414 | 2024-10-15T21:12:32.346Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2415 | 2024-10-15T21:12:32.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-10-15T21:12:32.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-10-15T21:12:32.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2418 | 2024-10-15T21:12:32.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2419 | 2024-10-15T21:12:32.346Z | |
2420 | 2024-10-15T21:12:32.346Z | info: running `cargo check --bins` on oximeter-schema (49/163) |
2421 | 2024-10-15T21:12:32.397Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2422 | 2024-10-15T21:12:32.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2423 | 2024-10-15T21:12:32.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2424 | 2024-10-15T21:12:32.881Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2425 | 2024-10-15T21:12:33.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
2426 | 2024-10-15T21:12:33.454Z | |
2427 | 2024-10-15T21:12:33.454Z | info: running `cargo check --bins` on oximeter-types (50/163) |
2428 | 2024-10-15T21:12:33.584Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2429 | 2024-10-15T21:12:34.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2024-10-15T21:12:34.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2024-10-15T21:12:34.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2432 | 2024-10-15T21:12:34.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2433 | 2024-10-15T21:12:34.116Z | |
2434 | 2024-10-15T21:12:34.116Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/163) |
2435 | 2024-10-15T21:12:34.249Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2436 | 2024-10-15T21:12:34.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2437 | 2024-10-15T21:12:34.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2438 | 2024-10-15T21:12:34.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2439 | 2024-10-15T21:12:34.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2440 | 2024-10-15T21:12:34.783Z | |
2441 | 2024-10-15T21:12:34.783Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/163) |
2442 | 2024-10-15T21:12:34.947Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2443 | 2024-10-15T21:12:35.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2024-10-15T21:12:35.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2024-10-15T21:12:35.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2446 | 2024-10-15T21:12:35.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2447 | 2024-10-15T21:12:35.433Z | |
2448 | 2024-10-15T21:12:35.433Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/163) |
2449 | 2024-10-15T21:12:35.565Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2450 | 2024-10-15T21:12:36.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2024-10-15T21:12:36.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2024-10-15T21:12:36.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2453 | 2024-10-15T21:12:36.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2454 | 2024-10-15T21:12:36.091Z | |
2455 | 2024-10-15T21:12:36.091Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/163) |
2456 | 2024-10-15T21:12:36.226Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2457 | 2024-10-15T21:12:36.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-10-15T21:12:36.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-10-15T21:12:36.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-10-15T21:12:36.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2461 | 2024-10-15T21:12:36.757Z | |
2462 | 2024-10-15T21:12:36.757Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/163) |
2463 | 2024-10-15T21:12:36.892Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2464 | 2024-10-15T21:12:37.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2024-10-15T21:12:37.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2024-10-15T21:12:37.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2467 | 2024-10-15T21:12:37.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2468 | 2024-10-15T21:12:37.425Z | |
2469 | 2024-10-15T21:12:37.425Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/163) |
2470 | 2024-10-15T21:12:37.558Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2471 | 2024-10-15T21:12:38.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2472 | 2024-10-15T21:12:38.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2473 | 2024-10-15T21:12:38.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2474 | 2024-10-15T21:12:38.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2475 | 2024-10-15T21:12:38.086Z | |
2476 | 2024-10-15T21:12:38.086Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/163) |
2477 | 2024-10-15T21:12:38.222Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2478 | 2024-10-15T21:12:38.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-10-15T21:12:38.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-10-15T21:12:38.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2024-10-15T21:12:38.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2482 | 2024-10-15T21:12:38.753Z | |
2483 | 2024-10-15T21:12:38.753Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/163) |
2484 | 2024-10-15T21:12:38.887Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2485 | 2024-10-15T21:12:39.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2024-10-15T21:12:39.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2024-10-15T21:12:39.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2488 | 2024-10-15T21:12:39.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2489 | 2024-10-15T21:12:39.419Z | |
2490 | 2024-10-15T21:12:39.419Z | info: running `cargo check --bins` on oximeter-producer (59/163) |
2491 | 2024-10-15T21:12:39.555Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2492 | 2024-10-15T21:12:40.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2493 | 2024-10-15T21:12:40.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2494 | 2024-10-15T21:12:40.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2495 | 2024-10-15T21:12:40.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2496 | 2024-10-15T21:12:40.108Z | |
2497 | 2024-10-15T21:12:40.108Z | info: running `cargo check --bins` on internal-dns (60/163) |
2498 | 2024-10-15T21:12:40.242Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2499 | 2024-10-15T21:12:40.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-10-15T21:12:40.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-10-15T21:12:40.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-10-15T21:12:40.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2503 | 2024-10-15T21:12:40.778Z | |
2504 | 2024-10-15T21:12:40.779Z | info: running `cargo check --bins` on nexus-client (61/163) |
2505 | 2024-10-15T21:12:40.915Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2506 | 2024-10-15T21:12:41.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2024-10-15T21:12:41.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2024-10-15T21:12:41.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2509 | 2024-10-15T21:12:41.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2510 | 2024-10-15T21:12:41.465Z | |
2511 | 2024-10-15T21:12:41.465Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/163) |
2512 | 2024-10-15T21:12:41.601Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2513 | 2024-10-15T21:12:42.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2514 | 2024-10-15T21:12:42.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2515 | 2024-10-15T21:12:42.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2516 | 2024-10-15T21:12:42.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2517 | 2024-10-15T21:12:42.136Z | |
2518 | 2024-10-15T21:12:42.136Z | info: running `cargo check --bins` on omicron-passwords (63/163) |
2519 | 2024-10-15T21:12:42.270Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2520 | 2024-10-15T21:12:42.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-10-15T21:12:42.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-10-15T21:12:42.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2024-10-15T21:12:42.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2524 | 2024-10-15T21:12:42.779Z | |
2525 | 2024-10-15T21:12:42.779Z | info: running `cargo check --bins` on nexus-types (64/163) |
2526 | 2024-10-15T21:12:42.915Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2527 | 2024-10-15T21:12:43.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2024-10-15T21:12:43.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2024-10-15T21:12:43.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2530 | 2024-10-15T21:12:43.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2531 | 2024-10-15T21:12:43.478Z | |
2532 | 2024-10-15T21:12:43.478Z | info: running `cargo check --bins` on gateway-client (65/163) |
2533 | 2024-10-15T21:12:43.616Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2534 | 2024-10-15T21:12:44.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2535 | 2024-10-15T21:12:44.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2536 | 2024-10-15T21:12:44.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2537 | 2024-10-15T21:12:44.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2538 | 2024-10-15T21:12:44.128Z | |
2539 | 2024-10-15T21:12:44.128Z | info: running `cargo check --bins` on oxql-types (66/163) |
2540 | 2024-10-15T21:12:44.264Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2541 | 2024-10-15T21:12:44.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-10-15T21:12:44.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-10-15T21:12:44.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-10-15T21:12:44.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2545 | 2024-10-15T21:12:44.800Z | |
2546 | 2024-10-15T21:12:44.800Z | info: running `cargo check --bins` on update-engine (67/163) |
2547 | 2024-10-15T21:12:44.935Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2548 | 2024-10-15T21:12:45.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2024-10-15T21:12:45.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2024-10-15T21:12:45.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2024-10-15T21:12:45.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2552 | 2024-10-15T21:12:45.449Z | |
2553 | 2024-10-15T21:12:45.449Z | info: running `cargo check --bins` on sp-sim (68/163) |
2554 | 2024-10-15T21:12:45.585Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2555 | 2024-10-15T21:12:46.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2024-10-15T21:12:46.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2024-10-15T21:12:46.121Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2558 | 2024-10-15T21:12:47.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s |
2559 | 2024-10-15T21:12:48.009Z | |
2560 | 2024-10-15T21:12:48.009Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (69/163) |
2561 | 2024-10-15T21:12:48.149Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2562 | 2024-10-15T21:12:48.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-10-15T21:12:48.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-10-15T21:12:48.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-10-15T21:12:48.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2566 | 2024-10-15T21:12:48.722Z | |
2567 | 2024-10-15T21:12:48.722Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/163) |
2568 | 2024-10-15T21:12:48.860Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2569 | 2024-10-15T21:12:49.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2024-10-15T21:12:49.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2024-10-15T21:12:49.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2024-10-15T21:12:49.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2573 | 2024-10-15T21:12:49.439Z | |
2574 | 2024-10-15T21:12:49.439Z | info: running `cargo check --bins` on db-macros (71/163) |
2575 | 2024-10-15T21:12:49.578Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2576 | 2024-10-15T21:12:50.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2024-10-15T21:12:50.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2024-10-15T21:12:50.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2579 | 2024-10-15T21:12:50.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2580 | 2024-10-15T21:12:50.094Z | |
2581 | 2024-10-15T21:12:50.094Z | info: running `cargo check --bins` on nexus-macros-common (72/163) |
2582 | 2024-10-15T21:12:50.233Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2583 | 2024-10-15T21:12:50.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-10-15T21:12:50.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-10-15T21:12:50.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2024-10-15T21:12:50.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2587 | 2024-10-15T21:12:50.744Z | |
2588 | 2024-10-15T21:12:50.744Z | info: running `cargo check --bins` on nexus-auth (73/163) |
2589 | 2024-10-15T21:12:50.885Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2590 | 2024-10-15T21:12:51.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2024-10-15T21:12:51.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2024-10-15T21:12:51.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2024-10-15T21:12:51.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2594 | 2024-10-15T21:12:51.452Z | |
2595 | 2024-10-15T21:12:51.452Z | info: running `cargo check --bins` on authz-macros (74/163) |
2596 | 2024-10-15T21:12:51.589Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2597 | 2024-10-15T21:12:52.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2024-10-15T21:12:52.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2024-10-15T21:12:52.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2600 | 2024-10-15T21:12:52.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2601 | 2024-10-15T21:12:52.096Z | |
2602 | 2024-10-15T21:12:52.096Z | info: running `cargo check --bins` on nexus-db-fixed-data (75/163) |
2603 | 2024-10-15T21:12:52.237Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2604 | 2024-10-15T21:12:52.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2024-10-15T21:12:52.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2024-10-15T21:12:52.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2024-10-15T21:12:52.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2608 | 2024-10-15T21:12:52.787Z | |
2609 | 2024-10-15T21:12:52.787Z | info: running `cargo check --bins` on nexus-db-model (76/163) |
2610 | 2024-10-15T21:12:52.925Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2611 | 2024-10-15T21:12:53.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2024-10-15T21:12:53.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2024-10-15T21:12:53.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2614 | 2024-10-15T21:12:53.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2615 | 2024-10-15T21:12:53.483Z | |
2616 | 2024-10-15T21:12:53.483Z | info: running `cargo check --bins` on nexus-defaults (77/163) |
2617 | 2024-10-15T21:12:53.622Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2618 | 2024-10-15T21:12:54.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2024-10-15T21:12:54.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2024-10-15T21:12:54.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2621 | 2024-10-15T21:12:54.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2622 | 2024-10-15T21:12:54.146Z | |
2623 | 2024-10-15T21:12:54.146Z | info: running `cargo check --bins` on sled-agent-client (78/163) |
2624 | 2024-10-15T21:12:54.282Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2625 | 2024-10-15T21:12:54.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-10-15T21:12:54.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-10-15T21:12:54.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-10-15T21:12:54.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2629 | 2024-10-15T21:12:54.826Z | |
2630 | 2024-10-15T21:12:54.826Z | info: running `cargo check --bins` on nexus-inventory (79/163) |
2631 | 2024-10-15T21:12:54.966Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2632 | 2024-10-15T21:12:55.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2024-10-15T21:12:55.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2024-10-15T21:12:55.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2024-10-15T21:12:55.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2636 | 2024-10-15T21:12:55.520Z | |
2637 | 2024-10-15T21:12:55.520Z | info: running `cargo check --bins` on typed-rng (80/163) |
2638 | 2024-10-15T21:12:55.656Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2639 | 2024-10-15T21:12:56.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2024-10-15T21:12:56.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2024-10-15T21:12:56.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2642 | 2024-10-15T21:12:56.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2643 | 2024-10-15T21:12:56.177Z | |
2644 | 2024-10-15T21:12:56.177Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/163) |
2645 | 2024-10-15T21:12:56.316Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2646 | 2024-10-15T21:12:56.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2024-10-15T21:12:56.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2024-10-15T21:12:56.954Z | Checking keccak v0.1.5 |
2649 | 2024-10-15T21:12:57.058Z | Checking secrecy v0.8.0 |
2650 | 2024-10-15T21:12:57.060Z | Compiling unicase v2.7.0 |
2651 | 2024-10-15T21:12:57.060Z | Compiling same-file v1.0.6 |
2652 | 2024-10-15T21:12:57.060Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2653 | 2024-10-15T21:12:57.060Z | Compiling tempfile v3.10.1 |
2654 | 2024-10-15T21:12:57.083Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2655 | 2024-10-15T21:12:57.103Z | Compiling thiserror-impl-no-std v2.0.2 |
2656 | 2024-10-15T21:12:57.237Z | Compiling walkdir v2.5.0 |
2657 | 2024-10-15T21:12:57.327Z | Checking sha3 v0.10.8 |
2658 | 2024-10-15T21:12:57.345Z | Checking universal-hash v0.5.1 |
2659 | 2024-10-15T21:12:57.431Z | Compiling ring v0.16.20 |
2660 | 2024-10-15T21:12:57.559Z | Compiling blake3 v1.5.1 |
2661 | 2024-10-15T21:12:57.579Z | Checking opaque-debug v0.3.1 |
2662 | 2024-10-15T21:12:57.664Z | Checking poly1305 v0.8.0 |
2663 | 2024-10-15T21:12:57.723Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2664 | 2024-10-15T21:12:57.873Z | Checking chacha20 v0.9.1 |
2665 | 2024-10-15T21:12:57.961Z | Checking aead v0.5.2 |
2666 | 2024-10-15T21:12:58.019Z | Compiling memmap2 v0.9.4 |
2667 | 2024-10-15T21:12:58.109Z | Compiling arrayvec v0.7.4 |
2668 | 2024-10-15T21:12:58.166Z | Compiling constant_time_eq v0.3.0 |
2669 | 2024-10-15T21:12:58.183Z | Compiling spin v0.5.2 |
2670 | 2024-10-15T21:12:58.332Z | Compiling arrayref v0.3.7 |
2671 | 2024-10-15T21:12:58.412Z | Compiling untrusted v0.7.1 |
2672 | 2024-10-15T21:12:58.428Z | Compiling home v0.5.9 |
2673 | 2024-10-15T21:12:58.431Z | Compiling libefi-sys v0.1.0 |
2674 | 2024-10-15T21:12:58.457Z | Compiling salty v0.3.0 |
2675 | 2024-10-15T21:12:58.569Z | Compiling toolchain_find v0.4.0 |
2676 | 2024-10-15T21:12:58.658Z | Checking chacha20poly1305 v0.10.1 |
2677 | 2024-10-15T21:12:58.815Z | Compiling camino-tempfile v1.1.1 |
2678 | 2024-10-15T21:12:58.841Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2679 | 2024-10-15T21:12:58.895Z | Compiling bitfield-struct v0.6.1 |
2680 | 2024-10-15T21:12:59.128Z | Compiling topological-sort v0.2.2 |
2681 | 2024-10-15T21:12:59.204Z | Compiling mime_guess v2.0.4 |
2682 | 2024-10-15T21:12:59.345Z | Compiling rustfmt-wrapper v0.2.1 |
2683 | 2024-10-15T21:12:59.801Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2684 | 2024-10-15T21:12:59.884Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2685 | 2024-10-15T21:12:59.938Z | Checking primeorder v0.13.6 |
2686 | 2024-10-15T21:12:59.955Z | Checking env_filter v0.1.2 |
2687 | 2024-10-15T21:13:00.165Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2688 | 2024-10-15T21:13:00.193Z | Checking thiserror-no-std v2.0.2 |
2689 | 2024-10-15T21:13:00.271Z | Checking env_logger v0.11.5 |
2690 | 2024-10-15T21:13:00.311Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2691 | 2024-10-15T21:13:00.311Z | Checking vsss-rs v3.3.4 |
2692 | 2024-10-15T21:13:00.416Z | Checking p384 v0.13.0 |
2693 | 2024-10-15T21:13:00.416Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2694 | 2024-10-15T21:13:00.572Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2695 | 2024-10-15T21:13:00.644Z | Checking gethostname v0.5.0 |
2696 | 2024-10-15T21:13:00.776Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2697 | 2024-10-15T21:13:00.862Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2698 | 2024-10-15T21:13:00.883Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2699 | 2024-10-15T21:13:01.149Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2700 | 2024-10-15T21:13:01.191Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2701 | 2024-10-15T21:13:01.334Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2702 | 2024-10-15T21:13:01.523Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2703 | 2024-10-15T21:13:01.684Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2704 | 2024-10-15T21:13:01.762Z | Checking nanorand v0.7.0 |
2705 | 2024-10-15T21:13:01.778Z | Checking atty v0.2.14 |
2706 | 2024-10-15T21:13:01.810Z | Checking http-range v0.1.5 |
2707 | 2024-10-15T21:13:01.906Z | Checking glob v0.3.1 |
2708 | 2024-10-15T21:13:01.994Z | Checking hyper-staticfile v0.10.1 |
2709 | 2024-10-15T21:13:02.143Z | Checking flume v0.11.0 |
2710 | 2024-10-15T21:13:02.230Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2711 | 2024-10-15T21:13:02.624Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2712 | 2024-10-15T21:13:02.640Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2713 | 2024-10-15T21:13:02.861Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2714 | 2024-10-15T21:13:03.181Z | Compiling omicron-zone-package v0.11.1 |
2715 | 2024-10-15T21:13:03.558Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2716 | 2024-10-15T21:13:04.249Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2717 | 2024-10-15T21:13:04.406Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2718 | 2024-10-15T21:13:04.658Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2719 | 2024-10-15T21:13:04.752Z | Checking display-error-chain v0.2.1 |
2720 | 2024-10-15T21:13:06.041Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2721 | 2024-10-15T21:13:07.410Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2722 | 2024-10-15T21:13:08.612Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2723 | 2024-10-15T21:13:08.615Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2724 | 2024-10-15T21:13:19.178Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2725 | 2024-10-15T21:13:30.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.71s |
2726 | 2024-10-15T21:13:31.086Z | |
2727 | 2024-10-15T21:13:31.086Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/163) |
2728 | 2024-10-15T21:13:31.223Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2729 | 2024-10-15T21:13:31.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2730 | 2024-10-15T21:13:31.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2731 | 2024-10-15T21:13:31.863Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2732 | 2024-10-15T21:13:43.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.65s |
2733 | 2024-10-15T21:13:43.919Z | |
2734 | 2024-10-15T21:13:43.919Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/163) |
2735 | 2024-10-15T21:13:44.055Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2736 | 2024-10-15T21:13:44.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2024-10-15T21:13:44.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2024-10-15T21:13:44.689Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2739 | 2024-10-15T21:13:56.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.55s |
2740 | 2024-10-15T21:13:56.649Z | |
2741 | 2024-10-15T21:13:56.649Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/163) |
2742 | 2024-10-15T21:13:56.786Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2743 | 2024-10-15T21:13:57.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2744 | 2024-10-15T21:13:57.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2745 | 2024-10-15T21:13:57.408Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2746 | 2024-10-15T21:14:09.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.45s |
2747 | 2024-10-15T21:14:09.291Z | |
2748 | 2024-10-15T21:14:09.291Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/163) |
2749 | 2024-10-15T21:14:09.427Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2750 | 2024-10-15T21:14:09.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2024-10-15T21:14:09.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2024-10-15T21:14:10.066Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2753 | 2024-10-15T21:14:22.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.78s |
2754 | 2024-10-15T21:14:22.252Z | |
2755 | 2024-10-15T21:14:22.252Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/163) |
2756 | 2024-10-15T21:14:22.386Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2757 | 2024-10-15T21:14:22.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2758 | 2024-10-15T21:14:22.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2759 | 2024-10-15T21:14:23.010Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2760 | 2024-10-15T21:14:34.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.63s |
2761 | 2024-10-15T21:14:35.086Z | |
2762 | 2024-10-15T21:14:35.086Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/163) |
2763 | 2024-10-15T21:14:35.223Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2764 | 2024-10-15T21:14:35.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2024-10-15T21:14:35.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2024-10-15T21:14:35.856Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2767 | 2024-10-15T21:14:47.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.54s |
2768 | 2024-10-15T21:14:47.818Z | |
2769 | 2024-10-15T21:14:47.818Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/163) |
2770 | 2024-10-15T21:14:47.955Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2771 | 2024-10-15T21:14:48.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2024-10-15T21:14:48.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2024-10-15T21:14:48.589Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2774 | 2024-10-15T21:15:00.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.46s |
2775 | 2024-10-15T21:15:00.465Z | |
2776 | 2024-10-15T21:15:00.465Z | info: running `cargo check --bins` on bootstrap-agent-api (89/163) |
2777 | 2024-10-15T21:15:00.605Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2778 | 2024-10-15T21:15:01.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2024-10-15T21:15:01.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2024-10-15T21:15:01.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2024-10-15T21:15:01.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2782 | 2024-10-15T21:15:01.156Z | |
2783 | 2024-10-15T21:15:01.156Z | info: running `cargo check --bins` on sled-agent-types (90/163) |
2784 | 2024-10-15T21:15:01.293Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2785 | 2024-10-15T21:15:01.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2024-10-15T21:15:01.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2024-10-15T21:15:01.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2024-10-15T21:15:01.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2789 | 2024-10-15T21:15:01.841Z | |
2790 | 2024-10-15T21:15:01.841Z | info: running `cargo check --bins` on bootstrap-agent-client (91/163) |
2791 | 2024-10-15T21:15:01.976Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2792 | 2024-10-15T21:15:02.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-10-15T21:15:02.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-10-15T21:15:02.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-10-15T21:15:02.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2796 | 2024-10-15T21:15:02.515Z | |
2797 | 2024-10-15T21:15:02.515Z | info: running `cargo check --bins` on dpd-client (92/163) |
2798 | 2024-10-15T21:15:02.650Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2799 | 2024-10-15T21:15:03.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-10-15T21:15:03.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-10-15T21:15:03.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2024-10-15T21:15:03.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2803 | 2024-10-15T21:15:03.171Z | |
2804 | 2024-10-15T21:15:03.171Z | info: running `cargo check --bins` on installinator-common (93/163) |
2805 | 2024-10-15T21:15:03.308Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2806 | 2024-10-15T21:15:03.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2024-10-15T21:15:03.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2024-10-15T21:15:03.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2024-10-15T21:15:03.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2810 | 2024-10-15T21:15:03.854Z | |
2811 | 2024-10-15T21:15:03.854Z | info: running `cargo check --bins` on key-manager (94/163) |
2812 | 2024-10-15T21:15:03.986Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2813 | 2024-10-15T21:15:04.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2024-10-15T21:15:04.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2024-10-15T21:15:04.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2816 | 2024-10-15T21:15:04.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2817 | 2024-10-15T21:15:04.509Z | |
2818 | 2024-10-15T21:15:04.509Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/163) |
2819 | 2024-10-15T21:15:04.643Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2820 | 2024-10-15T21:15:05.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2821 | 2024-10-15T21:15:05.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2822 | 2024-10-15T21:15:05.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2823 | 2024-10-15T21:15:05.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2824 | 2024-10-15T21:15:05.190Z | |
2825 | 2024-10-15T21:15:05.190Z | info: running `cargo check --bins` on sled-agent-api (96/163) |
2826 | 2024-10-15T21:15:05.328Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2827 | 2024-10-15T21:15:05.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2024-10-15T21:15:05.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2024-10-15T21:15:05.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2024-10-15T21:15:05.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2831 | 2024-10-15T21:15:05.885Z | |
2832 | 2024-10-15T21:15:05.885Z | info: running `cargo check --bins` on sled-hardware (97/163) |
2833 | 2024-10-15T21:15:06.022Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2834 | 2024-10-15T21:15:06.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-10-15T21:15:06.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-10-15T21:15:06.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2024-10-15T21:15:06.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2838 | 2024-10-15T21:15:06.555Z | |
2839 | 2024-10-15T21:15:06.555Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/163) |
2840 | 2024-10-15T21:15:06.692Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2841 | 2024-10-15T21:15:07.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-10-15T21:15:07.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-10-15T21:15:07.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2024-10-15T21:15:07.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2845 | 2024-10-15T21:15:07.236Z | |
2846 | 2024-10-15T21:15:07.236Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/163) |
2847 | 2024-10-15T21:15:07.370Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2848 | 2024-10-15T21:15:07.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2849 | 2024-10-15T21:15:07.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2850 | 2024-10-15T21:15:07.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2851 | 2024-10-15T21:15:07.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2852 | 2024-10-15T21:15:07.920Z | |
2853 | 2024-10-15T21:15:07.920Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/163) |
2854 | 2024-10-15T21:15:08.058Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2855 | 2024-10-15T21:15:08.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2024-10-15T21:15:08.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2024-10-15T21:15:08.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2024-10-15T21:15:08.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2859 | 2024-10-15T21:15:08.631Z | |
2860 | 2024-10-15T21:15:08.632Z | info: running `cargo check --bins` on nexus-test-interface (101/163) |
2861 | 2024-10-15T21:15:08.743Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2862 | 2024-10-15T21:15:09.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-10-15T21:15:09.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-10-15T21:15:09.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2024-10-15T21:15:09.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2866 | 2024-10-15T21:15:09.298Z | |
2867 | 2024-10-15T21:15:09.298Z | info: running `cargo check --bins` on oximeter-collector (102/163) |
2868 | 2024-10-15T21:15:09.435Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2869 | 2024-10-15T21:15:09.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2024-10-15T21:15:09.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2024-10-15T21:15:10.010Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2872 | 2024-10-15T21:15:10.010Z | Checking bcs v0.1.6 |
2873 | 2024-10-15T21:15:10.012Z | Compiling async-recursion v1.1.1 |
2874 | 2024-10-15T21:15:10.012Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2875 | 2024-10-15T21:15:10.012Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2876 | 2024-10-15T21:15:11.094Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2877 | 2024-10-15T21:15:14.836Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2878 | 2024-10-15T21:15:16.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.34s |
2879 | 2024-10-15T21:15:16.807Z | |
2880 | 2024-10-15T21:15:16.807Z | info: running `cargo check --bins` on oximeter-api (103/163) |
2881 | 2024-10-15T21:15:16.944Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2882 | 2024-10-15T21:15:17.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2024-10-15T21:15:17.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2024-10-15T21:15:17.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2024-10-15T21:15:17.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2886 | 2024-10-15T21:15:17.469Z | |
2887 | 2024-10-15T21:15:17.469Z | info: running `cargo check --bins` on oximeter-client (104/163) |
2888 | 2024-10-15T21:15:17.602Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2889 | 2024-10-15T21:15:18.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2024-10-15T21:15:18.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2024-10-15T21:15:18.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2892 | 2024-10-15T21:15:18.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2893 | 2024-10-15T21:15:18.133Z | |
2894 | 2024-10-15T21:15:18.133Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/163) |
2895 | 2024-10-15T21:15:18.268Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2896 | 2024-10-15T21:15:18.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2897 | 2024-10-15T21:15:18.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2898 | 2024-10-15T21:15:18.808Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2899 | 2024-10-15T21:15:19.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2900 | 2024-10-15T21:15:19.582Z | |
2901 | 2024-10-15T21:15:19.582Z | info: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (106/163) |
2902 | 2024-10-15T21:15:19.717Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2903 | 2024-10-15T21:15:20.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2904 | 2024-10-15T21:15:20.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2905 | 2024-10-15T21:15:20.299Z | Compiling cfg_aliases v0.1.1 |
2906 | 2024-10-15T21:15:20.299Z | Compiling vte_generate_state_changes v0.1.1 |
2907 | 2024-10-15T21:15:20.302Z | Checking fd-lock v4.0.2 |
2908 | 2024-10-15T21:15:20.302Z | Checking bytecount v0.6.8 |
2909 | 2024-10-15T21:15:20.302Z | Compiling tabled_derive v0.7.0 |
2910 | 2024-10-15T21:15:20.406Z | Checking crossterm v0.27.0 |
2911 | 2024-10-15T21:15:20.417Z | Compiling peg-macros v0.8.4 |
2912 | 2024-10-15T21:15:20.426Z | Compiling sqlparser_derive v0.2.2 |
2913 | 2024-10-15T21:15:20.478Z | Compiling nix v0.28.0 |
2914 | 2024-10-15T21:15:20.542Z | Checking papergrid v0.11.0 |
2915 | 2024-10-15T21:15:20.569Z | Checking nu-ansi-term v0.50.0 |
2916 | 2024-10-15T21:15:20.949Z | Checking home v0.5.9 |
2917 | 2024-10-15T21:15:21.026Z | Checking vte v0.11.1 |
2918 | 2024-10-15T21:15:21.086Z | Checking unicode_categories v0.1.1 |
2919 | 2024-10-15T21:15:21.370Z | Checking sqlformat v0.2.6 |
2920 | 2024-10-15T21:15:21.570Z | Checking sqlparser v0.45.0 |
2921 | 2024-10-15T21:15:21.980Z | Checking crossterm v0.28.1 |
2922 | 2024-10-15T21:15:22.356Z | Checking strip-ansi-escapes v0.2.0 |
2923 | 2024-10-15T21:15:22.513Z | Checking reedline v0.33.0 |
2924 | 2024-10-15T21:15:22.989Z | Checking tabled v0.15.0 |
2925 | 2024-10-15T21:15:23.501Z | Checking peg v0.8.4 |
2926 | 2024-10-15T21:15:23.610Z | Checking rustyline v14.0.0 |
2927 | 2024-10-15T21:15:27.951Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2928 | 2024-10-15T21:15:34.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s |
2929 | 2024-10-15T21:15:34.305Z | |
2930 | 2024-10-15T21:15:34.305Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/163) |
2931 | 2024-10-15T21:15:34.444Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2932 | 2024-10-15T21:15:35.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2933 | 2024-10-15T21:15:35.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2934 | 2024-10-15T21:15:35.042Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2935 | 2024-10-15T21:15:41.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.06s |
2936 | 2024-10-15T21:15:41.535Z | |
2937 | 2024-10-15T21:15:41.536Z | info: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (108/163) |
2938 | 2024-10-15T21:15:41.671Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2939 | 2024-10-15T21:15:42.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2940 | 2024-10-15T21:15:42.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2941 | 2024-10-15T21:15:42.230Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2942 | 2024-10-15T21:15:47.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
2943 | 2024-10-15T21:15:47.237Z | |
2944 | 2024-10-15T21:15:47.237Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (109/163) |
2945 | 2024-10-15T21:15:47.374Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2946 | 2024-10-15T21:15:47.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2947 | 2024-10-15T21:15:47.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2948 | 2024-10-15T21:15:47.928Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2949 | 2024-10-15T21:15:53.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s |
2950 | 2024-10-15T21:15:53.656Z | |
2951 | 2024-10-15T21:15:53.656Z | info: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (110/163) |
2952 | 2024-10-15T21:15:53.794Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2953 | 2024-10-15T21:15:54.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2954 | 2024-10-15T21:15:54.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2955 | 2024-10-15T21:15:54.358Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2956 | 2024-10-15T21:16:00.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.70s |
2957 | 2024-10-15T21:16:00.529Z | |
2958 | 2024-10-15T21:16:00.529Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/163) |
2959 | 2024-10-15T21:16:00.665Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2960 | 2024-10-15T21:16:01.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2961 | 2024-10-15T21:16:01.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2962 | 2024-10-15T21:16:01.214Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2963 | 2024-10-15T21:16:05.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s |
2964 | 2024-10-15T21:16:06.010Z | |
2965 | 2024-10-15T21:16:06.010Z | info: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (112/163) |
2966 | 2024-10-15T21:16:06.146Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2967 | 2024-10-15T21:16:06.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2968 | 2024-10-15T21:16:06.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2969 | 2024-10-15T21:16:06.710Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2970 | 2024-10-15T21:16:11.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s |
2971 | 2024-10-15T21:16:12.010Z | |
2972 | 2024-10-15T21:16:12.010Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (113/163) |
2973 | 2024-10-15T21:16:12.143Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2974 | 2024-10-15T21:16:12.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2024-10-15T21:16:12.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2024-10-15T21:16:12.715Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2977 | 2024-10-15T21:16:18.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.48s |
2978 | 2024-10-15T21:16:18.665Z | |
2979 | 2024-10-15T21:16:18.665Z | info: running `cargo check --bins` on oximeter-test-utils (114/163) |
2980 | 2024-10-15T21:16:18.799Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2981 | 2024-10-15T21:16:19.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2024-10-15T21:16:19.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2024-10-15T21:16:19.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2984 | 2024-10-15T21:16:19.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2985 | 2024-10-15T21:16:19.354Z | |
2986 | 2024-10-15T21:16:19.354Z | info: running `cargo check --bins` on cockroach-admin-client (115/163) |
2987 | 2024-10-15T21:16:19.488Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2988 | 2024-10-15T21:16:19.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2989 | 2024-10-15T21:16:19.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2990 | 2024-10-15T21:16:19.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2991 | 2024-10-15T21:16:19.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2992 | 2024-10-15T21:16:20.002Z | |
2993 | 2024-10-15T21:16:20.002Z | info: running `cargo check --bins` on installinator-client (116/163) |
2994 | 2024-10-15T21:16:20.138Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
2995 | 2024-10-15T21:16:20.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2024-10-15T21:16:20.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2024-10-15T21:16:20.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2998 | 2024-10-15T21:16:20.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2999 | 2024-10-15T21:16:20.676Z | |
3000 | 2024-10-15T21:16:20.676Z | info: running `cargo check --bins` on oxide-client (117/163) |
3001 | 2024-10-15T21:16:21.207Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3002 | 2024-10-15T21:16:21.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3003 | 2024-10-15T21:16:21.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3004 | 2024-10-15T21:16:21.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3005 | 2024-10-15T21:16:21.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3006 | 2024-10-15T21:16:21.333Z | |
3007 | 2024-10-15T21:16:21.333Z | info: running `cargo check --bins` on wicketd-client (118/163) |
3008 | 2024-10-15T21:16:21.467Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3009 | 2024-10-15T21:16:21.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2024-10-15T21:16:21.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2024-10-15T21:16:21.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3012 | 2024-10-15T21:16:21.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3013 | 2024-10-15T21:16:22.042Z | |
3014 | 2024-10-15T21:16:22.042Z | info: running `cargo check --bins` on wicket-common (119/163) |
3015 | 2024-10-15T21:16:22.178Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3016 | 2024-10-15T21:16:22.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2024-10-15T21:16:22.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2024-10-15T21:16:22.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3019 | 2024-10-15T21:16:22.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3020 | 2024-10-15T21:16:22.731Z | |
3021 | 2024-10-15T21:16:22.731Z | info: running `cargo check --bins` on omicron-cockroach-admin (120/163) |
3022 | 2024-10-15T21:16:22.871Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3023 | 2024-10-15T21:16:23.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2024-10-15T21:16:23.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2024-10-15T21:16:23.430Z | Checking csv-core v0.1.11 |
3026 | 2024-10-15T21:16:23.433Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3027 | 2024-10-15T21:16:23.728Z | Checking csv v1.3.0 |
3028 | 2024-10-15T21:16:24.244Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3029 | 2024-10-15T21:16:24.597Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3030 | 2024-10-15T21:16:25.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s |
3031 | 2024-10-15T21:16:25.947Z | |
3032 | 2024-10-15T21:16:25.947Z | info: running `cargo check --bins` on cockroach-admin-api (121/163) |
3033 | 2024-10-15T21:16:26.085Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3034 | 2024-10-15T21:16:26.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2024-10-15T21:16:26.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2024-10-15T21:16:26.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3037 | 2024-10-15T21:16:26.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3038 | 2024-10-15T21:16:26.627Z | |
3039 | 2024-10-15T21:16:26.627Z | info: running `cargo check --bins` on cockroach-admin-types (122/163) |
3040 | 2024-10-15T21:16:26.762Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3041 | 2024-10-15T21:16:27.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2024-10-15T21:16:27.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2024-10-15T21:16:27.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2024-10-15T21:16:27.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3045 | 2024-10-15T21:16:27.292Z | |
3046 | 2024-10-15T21:16:27.292Z | info: running `cargo check --bins` on cert-dev (123/163) |
3047 | 2024-10-15T21:16:27.435Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3048 | 2024-10-15T21:16:27.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3049 | 2024-10-15T21:16:27.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3050 | 2024-10-15T21:16:27.946Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3051 | 2024-10-15T21:16:28.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3052 | 2024-10-15T21:16:28.354Z | |
3053 | 2024-10-15T21:16:28.354Z | info: running `cargo check --bins` on ch-dev (124/163) |
3054 | 2024-10-15T21:16:28.489Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3055 | 2024-10-15T21:16:28.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2024-10-15T21:16:28.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2024-10-15T21:16:29.048Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3058 | 2024-10-15T21:16:29.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3059 | 2024-10-15T21:16:29.901Z | |
3060 | 2024-10-15T21:16:29.901Z | info: running `cargo check --bins` on crdb-seed (125/163) |
3061 | 2024-10-15T21:16:30.037Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3062 | 2024-10-15T21:16:30.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3063 | 2024-10-15T21:16:30.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3064 | 2024-10-15T21:16:30.603Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3065 | 2024-10-15T21:16:30.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3066 | 2024-10-15T21:16:31.094Z | |
3067 | 2024-10-15T21:16:31.094Z | info: running `cargo check --bins` on db-dev (126/163) |
3068 | 2024-10-15T21:16:31.230Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3069 | 2024-10-15T21:16:31.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2024-10-15T21:16:31.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2024-10-15T21:16:32.054Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3072 | 2024-10-15T21:16:32.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
3073 | 2024-10-15T21:16:32.659Z | |
3074 | 2024-10-15T21:16:32.659Z | info: running `cargo check --bins` on omicron-dev-lib (127/163) |
3075 | 2024-10-15T21:16:32.796Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3076 | 2024-10-15T21:16:33.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2024-10-15T21:16:33.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2024-10-15T21:16:33.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3079 | 2024-10-15T21:16:33.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3080 | 2024-10-15T21:16:33.349Z | |
3081 | 2024-10-15T21:16:33.349Z | info: running `cargo check --bins` on xtask-downloader (128/163) |
3082 | 2024-10-15T21:16:33.485Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3083 | 2024-10-15T21:16:33.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2024-10-15T21:16:33.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2024-10-15T21:16:34.006Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3086 | 2024-10-15T21:16:34.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
3087 | 2024-10-15T21:16:34.994Z | |
3088 | 2024-10-15T21:16:34.994Z | info: running `cargo check --bins` on omicron-ls-apis (129/163) |
3089 | 2024-10-15T21:16:35.129Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3090 | 2024-10-15T21:16:35.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2024-10-15T21:16:35.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2024-10-15T21:16:35.654Z | Checking cargo-platform v0.1.8 |
3093 | 2024-10-15T21:16:35.917Z | Checking cargo_metadata v0.18.1 |
3094 | 2024-10-15T21:16:36.890Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3095 | 2024-10-15T21:16:37.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
3096 | 2024-10-15T21:16:37.772Z | |
3097 | 2024-10-15T21:16:37.772Z | info: running `cargo check --bins` on mgs-dev (130/163) |
3098 | 2024-10-15T21:16:37.908Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3099 | 2024-10-15T21:16:38.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2024-10-15T21:16:38.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2024-10-15T21:16:38.523Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3102 | 2024-10-15T21:16:39.167Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3103 | 2024-10-15T21:16:39.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
3104 | 2024-10-15T21:16:39.840Z | |
3105 | 2024-10-15T21:16:39.840Z | info: running `cargo check --bins` on omicron-omdb (131/163) |
3106 | 2024-10-15T21:16:39.979Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3107 | 2024-10-15T21:16:40.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2024-10-15T21:16:40.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2024-10-15T21:16:40.664Z | Compiling crunchy v0.2.2 |
3110 | 2024-10-15T21:16:40.665Z | Compiling glob v0.3.1 |
3111 | 2024-10-15T21:16:40.667Z | Compiling tiny-keccak v2.0.2 |
3112 | 2024-10-15T21:16:40.667Z | Compiling dsl_auto_type v0.1.2 |
3113 | 2024-10-15T21:16:40.667Z | Checking scheduled-thread-pool v0.2.7 |
3114 | 2024-10-15T21:16:40.787Z | Compiling diesel_table_macro_syntax v0.2.0 |
3115 | 2024-10-15T21:16:40.812Z | Compiling ascii-canvas v3.0.0 |
3116 | 2024-10-15T21:16:40.815Z | Compiling ena v0.14.3 |
3117 | 2024-10-15T21:16:40.974Z | Checking r2d2 v0.8.10 |
3118 | 2024-10-15T21:16:41.112Z | Compiling libloading v0.8.3 |
3119 | 2024-10-15T21:16:41.201Z | Compiling regex-syntax v0.6.29 |
3120 | 2024-10-15T21:16:41.220Z | Compiling diff v0.1.13 |
3121 | 2024-10-15T21:16:41.282Z | Compiling bindgen v0.69.4 |
3122 | 2024-10-15T21:16:41.334Z | Compiling which v4.4.2 |
3123 | 2024-10-15T21:16:41.509Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3124 | 2024-10-15T21:16:41.720Z | Compiling clang-sys v1.7.0 |
3125 | 2024-10-15T21:16:41.745Z | Compiling cexpr v0.6.0 |
3126 | 2024-10-15T21:16:41.866Z | Compiling shlex v1.3.0 |
3127 | 2024-10-15T21:16:41.925Z | Compiling ref-cast v1.0.23 |
3128 | 2024-10-15T21:16:42.076Z | Compiling rustc-hash v1.1.0 |
3129 | 2024-10-15T21:16:42.093Z | Compiling lazycell v1.3.0 |
3130 | 2024-10-15T21:16:42.242Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3131 | 2024-10-15T21:16:42.268Z | Compiling derive_builder_core v0.20.0 |
3132 | 2024-10-15T21:16:42.289Z | Compiling libxml v0.3.3 |
3133 | 2024-10-15T21:16:42.422Z | Compiling diesel_derives v2.2.2 |
3134 | 2024-10-15T21:16:42.540Z | Compiling ref-cast-impl v1.0.23 |
3135 | 2024-10-15T21:16:42.565Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3136 | 2024-10-15T21:16:42.713Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3137 | 2024-10-15T21:16:43.053Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3138 | 2024-10-15T21:16:43.363Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3139 | 2024-10-15T21:16:43.503Z | Compiling strum_macros v0.24.3 |
3140 | 2024-10-15T21:16:43.781Z | Compiling indoc v1.0.9 |
3141 | 2024-10-15T21:16:44.646Z | Compiling lalrpop v0.19.12 |
3142 | 2024-10-15T21:16:44.796Z | Compiling derive_builder_macro v0.20.0 |
3143 | 2024-10-15T21:16:45.719Z | Checking derive_builder v0.20.0 |
3144 | 2024-10-15T21:16:45.729Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3145 | 2024-10-15T21:16:45.896Z | Compiling oso-derive v0.27.3 |
3146 | 2024-10-15T21:16:46.075Z | Compiling impl-trait-for-tuples v0.2.2 |
3147 | 2024-10-15T21:16:46.940Z | Checking quick-xml v0.33.0 |
3148 | 2024-10-15T21:16:47.090Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
3149 | 2024-10-15T21:16:47.163Z | Checking maplit v1.0.2 |
3150 | 2024-10-15T21:16:47.309Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3151 | 2024-10-15T21:16:47.472Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3152 | 2024-10-15T21:16:47.779Z | Checking bb8 v0.8.5 |
3153 | 2024-10-15T21:16:48.287Z | Compiling const_format_proc_macros v0.2.33 |
3154 | 2024-10-15T21:16:49.051Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3155 | 2024-10-15T21:16:49.076Z | Checking castaway v0.2.3 |
3156 | 2024-10-15T21:16:49.255Z | Checking compact_str v0.8.0 |
3157 | 2024-10-15T21:16:49.379Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3158 | 2024-10-15T21:16:49.689Z | Checking unicode-truncate v1.0.0 |
3159 | 2024-10-15T21:16:49.922Z | Checking lru v0.12.3 |
3160 | 2024-10-15T21:16:50.111Z | Compiling instability v0.3.2 |
3161 | 2024-10-15T21:16:50.218Z | Checking unicode-linebreak v0.1.5 |
3162 | 2024-10-15T21:16:50.468Z | Checking const_format v0.2.33 |
3163 | 2024-10-15T21:16:50.652Z | Checking cassowary v0.3.0 |
3164 | 2024-10-15T21:16:50.936Z | Checking is_ci v1.2.0 |
3165 | 2024-10-15T21:16:51.091Z | Checking smawk v0.3.2 |
3166 | 2024-10-15T21:16:51.109Z | Checking supports-color v3.0.1 |
3167 | 2024-10-15T21:16:51.251Z | Checking ratatui v0.28.0 |
3168 | 2024-10-15T21:16:51.310Z | Checking textwrap v0.16.1 |
3169 | 2024-10-15T21:16:51.333Z | Checking multimap v0.10.0 |
3170 | 2024-10-15T21:16:53.985Z | Checking diesel v2.2.4 |
3171 | 2024-10-15T21:17:13.626Z | Compiling samael v0.0.17 |
3172 | 2024-10-15T21:17:29.172Z | Compiling polar-core v0.27.3 |
3173 | 2024-10-15T21:17:29.334Z | Checking async-bb8-diesel v0.2.1 |
3174 | 2024-10-15T21:17:36.133Z | Checking oso v0.27.3 |
3175 | 2024-10-15T21:18:36.995Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3176 | 2024-10-15T21:18:42.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s |
3177 | 2024-10-15T21:18:42.608Z | |
3178 | 2024-10-15T21:18:42.608Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (132/163) |
3179 | 2024-10-15T21:18:42.749Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3180 | 2024-10-15T21:18:43.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3181 | 2024-10-15T21:18:43.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3182 | 2024-10-15T21:18:43.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3183 | 2024-10-15T21:18:43.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3184 | 2024-10-15T21:18:43.688Z | |
3185 | 2024-10-15T21:18:43.688Z | info: running `cargo check --bins` on nexus-saga-recovery (133/163) |
3186 | 2024-10-15T21:18:43.688Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3187 | 2024-10-15T21:18:43.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3188 | 2024-10-15T21:18:43.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3189 | 2024-10-15T21:18:43.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3190 | 2024-10-15T21:18:43.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3191 | 2024-10-15T21:18:44.044Z | |
3192 | 2024-10-15T21:18:44.044Z | info: running `cargo check --bins` on nexus-test-utils-macros (134/163) |
3193 | 2024-10-15T21:18:44.181Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3194 | 2024-10-15T21:18:44.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3195 | 2024-10-15T21:18:44.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3196 | 2024-10-15T21:18:44.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3197 | 2024-10-15T21:18:44.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3198 | 2024-10-15T21:18:44.691Z | |
3199 | 2024-10-15T21:18:44.691Z | info: running `cargo check --bins` on omicron-nexus (135/163) |
3200 | 2024-10-15T21:18:44.827Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3201 | 2024-10-15T21:18:45.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3202 | 2024-10-15T21:18:45.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3203 | 2024-10-15T21:18:45.515Z | Compiling libz-sys v1.1.16 |
3204 | 2024-10-15T21:18:45.620Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3205 | 2024-10-15T21:18:45.633Z | Compiling vergen v8.3.2 |
3206 | 2024-10-15T21:18:45.636Z | Compiling cargo-platform v0.1.8 |
3207 | 2024-10-15T21:18:45.636Z | Compiling pin-project-internal v1.1.5 |
3208 | 2024-10-15T21:18:45.666Z | Compiling snafu-derive v0.8.2 |
3209 | 2024-10-15T21:18:45.666Z | Compiling libsqlite3-sys v0.30.1 |
3210 | 2024-10-15T21:18:45.669Z | Compiling rustls v0.21.12 |
3211 | 2024-10-15T21:18:45.937Z | Compiling cargo_metadata v0.18.1 |
3212 | 2024-10-15T21:18:45.963Z | Compiling buf-list v1.0.3 |
3213 | 2024-10-15T21:18:46.165Z | Checking sync_wrapper v0.1.2 |
3214 | 2024-10-15T21:18:46.199Z | Compiling cfg_aliases v0.2.1 |
3215 | 2024-10-15T21:18:46.282Z | Checking reqwest v0.11.27 |
3216 | 2024-10-15T21:18:46.328Z | Compiling nix v0.29.0 |
3217 | 2024-10-15T21:18:46.594Z | Checking globset v0.4.14 |
3218 | 2024-10-15T21:18:46.689Z | Checking sct v0.7.1 |
3219 | 2024-10-15T21:18:46.888Z | Checking rustls-webpki v0.101.7 |
3220 | 2024-10-15T21:18:47.080Z | Checking olpc-cjson v0.1.3 |
3221 | 2024-10-15T21:18:47.235Z | Checking rand_seeder v0.3.0 |
3222 | 2024-10-15T21:18:47.294Z | Checking serde_plain v1.0.2 |
3223 | 2024-10-15T21:18:47.310Z | Checking typed-path v0.7.1 |
3224 | 2024-10-15T21:18:47.478Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3225 | 2024-10-15T21:18:47.867Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3226 | 2024-10-15T21:18:48.050Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3227 | 2024-10-15T21:18:48.164Z | Checking hashlink v0.9.1 |
3228 | 2024-10-15T21:18:48.344Z | Checking fallible-iterator v0.3.0 |
3229 | 2024-10-15T21:18:48.752Z | Checking pin-project v1.1.5 |
3230 | 2024-10-15T21:18:48.806Z | Checking fallible-streaming-iterator v0.1.9 |
3231 | 2024-10-15T21:18:48.878Z | Checking parse-size v1.0.0 |
3232 | 2024-10-15T21:18:48.983Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3233 | 2024-10-15T21:18:49.007Z | Checking rusqlite v0.32.1 |
3234 | 2024-10-15T21:18:49.075Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3235 | 2024-10-15T21:18:49.539Z | Checking rustls-pemfile v1.0.4 |
3236 | 2024-10-15T21:18:49.571Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3237 | 2024-10-15T21:18:49.737Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3238 | 2024-10-15T21:18:49.852Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3239 | 2024-10-15T21:18:49.887Z | Checking twox-hash v1.6.3 |
3240 | 2024-10-15T21:18:49.976Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3241 | 2024-10-15T21:18:50.143Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3242 | 2024-10-15T21:18:50.563Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3243 | 2024-10-15T21:18:50.608Z | Checking tokio-rustls v0.24.1 |
3244 | 2024-10-15T21:18:50.963Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3245 | 2024-10-15T21:18:51.071Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3246 | 2024-10-15T21:18:51.118Z | Checking snafu v0.8.2 |
3247 | 2024-10-15T21:18:51.250Z | Checking fatfs v0.3.6 |
3248 | 2024-10-15T21:18:51.570Z | Checking tough v0.17.1 |
3249 | 2024-10-15T21:18:51.616Z | Checking assert_matches v1.5.0 |
3250 | 2024-10-15T21:18:55.671Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3251 | 2024-10-15T21:18:57.006Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3252 | 2024-10-15T21:18:57.792Z | Compiling git2 v0.19.0 |
3253 | 2024-10-15T21:19:02.506Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3254 | 2024-10-15T21:19:53.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3255 | 2024-10-15T21:19:53.521Z | |
3256 | 2024-10-15T21:19:53.521Z | info: running `cargo check --bins` on nexus-external-api (136/163) |
3257 | 2024-10-15T21:19:53.664Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3258 | 2024-10-15T21:19:54.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3259 | 2024-10-15T21:19:54.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3260 | 2024-10-15T21:19:54.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3261 | 2024-10-15T21:19:54.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3262 | 2024-10-15T21:19:54.231Z | |
3263 | 2024-10-15T21:19:54.231Z | info: running `cargo check --bins` on openapi-manager-types (137/163) |
3264 | 2024-10-15T21:19:54.368Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3265 | 2024-10-15T21:19:54.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3266 | 2024-10-15T21:19:54.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3267 | 2024-10-15T21:19:54.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3268 | 2024-10-15T21:19:54.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3269 | 2024-10-15T21:19:54.866Z | |
3270 | 2024-10-15T21:19:54.866Z | info: running `cargo check --bins` on nexus-internal-api (138/163) |
3271 | 2024-10-15T21:19:55.003Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3272 | 2024-10-15T21:19:55.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3273 | 2024-10-15T21:19:55.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3274 | 2024-10-15T21:19:55.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3275 | 2024-10-15T21:19:55.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3276 | 2024-10-15T21:19:55.572Z | |
3277 | 2024-10-15T21:19:55.572Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (139/163) |
3278 | 2024-10-15T21:19:55.717Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3279 | 2024-10-15T21:19:56.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3280 | 2024-10-15T21:19:56.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3281 | 2024-10-15T21:19:56.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3282 | 2024-10-15T21:19:56.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3283 | 2024-10-15T21:19:56.278Z | |
3284 | 2024-10-15T21:19:56.278Z | info: running `cargo check --bins` on nexus-networking (140/163) |
3285 | 2024-10-15T21:19:56.432Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3286 | 2024-10-15T21:19:56.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3287 | 2024-10-15T21:19:56.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3288 | 2024-10-15T21:19:56.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3289 | 2024-10-15T21:19:56.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3290 | 2024-10-15T21:19:56.999Z | |
3291 | 2024-10-15T21:19:56.999Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (141/163) |
3292 | 2024-10-15T21:19:57.134Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3293 | 2024-10-15T21:19:57.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3294 | 2024-10-15T21:19:57.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3295 | 2024-10-15T21:19:57.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3296 | 2024-10-15T21:19:57.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3297 | 2024-10-15T21:19:57.705Z | |
3298 | 2024-10-15T21:19:57.705Z | info: running `cargo check --bins` on update-common (142/163) |
3299 | 2024-10-15T21:19:57.843Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3300 | 2024-10-15T21:19:58.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3301 | 2024-10-15T21:19:58.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3302 | 2024-10-15T21:19:58.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3303 | 2024-10-15T21:19:58.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3304 | 2024-10-15T21:19:58.395Z | |
3305 | 2024-10-15T21:19:58.395Z | info: running `cargo check --bins` on tufaceous-lib (143/163) |
3306 | 2024-10-15T21:19:58.530Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3307 | 2024-10-15T21:19:59.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3308 | 2024-10-15T21:19:59.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3309 | 2024-10-15T21:19:59.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3310 | 2024-10-15T21:19:59.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3311 | 2024-10-15T21:19:59.091Z | |
3312 | 2024-10-15T21:19:59.091Z | info: running `cargo check --bins` on tufaceous (144/163) |
3313 | 2024-10-15T21:19:59.226Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3314 | 2024-10-15T21:19:59.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3315 | 2024-10-15T21:19:59.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3316 | 2024-10-15T21:19:59.796Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3317 | 2024-10-15T21:20:00.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3318 | 2024-10-15T21:20:00.881Z | |
3319 | 2024-10-15T21:20:00.881Z | info: running `cargo check --bins` on omicron-dev (145/163) |
3320 | 2024-10-15T21:20:01.017Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3321 | 2024-10-15T21:20:01.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3322 | 2024-10-15T21:20:01.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3323 | 2024-10-15T21:20:01.764Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3324 | 2024-10-15T21:20:01.764Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3325 | 2024-10-15T21:20:01.768Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3326 | 2024-10-15T21:20:03.248Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3327 | 2024-10-15T21:20:05.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
3328 | 2024-10-15T21:20:05.895Z | |
3329 | 2024-10-15T21:20:05.895Z | info: running `cargo check --bins` on openapi-manager (146/163) |
3330 | 2024-10-15T21:20:06.033Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3331 | 2024-10-15T21:20:06.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2024-10-15T21:20:06.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2024-10-15T21:20:06.628Z | Checking heck v0.4.1 |
3334 | 2024-10-15T21:20:06.628Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3335 | 2024-10-15T21:20:06.633Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3336 | 2024-10-15T21:20:06.860Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3337 | 2024-10-15T21:20:08.222Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3338 | 2024-10-15T21:20:09.045Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3339 | 2024-10-15T21:20:10.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
3340 | 2024-10-15T21:20:10.199Z | |
3341 | 2024-10-15T21:20:10.199Z | info: running `cargo check --bins` on installinator-api (147/163) |
3342 | 2024-10-15T21:20:10.337Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3343 | 2024-10-15T21:20:10.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2024-10-15T21:20:10.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2024-10-15T21:20:10.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3346 | 2024-10-15T21:20:10.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3347 | 2024-10-15T21:20:10.885Z | |
3348 | 2024-10-15T21:20:10.885Z | info: running `cargo check --bins` on wicketd-api (148/163) |
3349 | 2024-10-15T21:20:11.023Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3350 | 2024-10-15T21:20:11.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3351 | 2024-10-15T21:20:11.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3352 | 2024-10-15T21:20:11.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3353 | 2024-10-15T21:20:11.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3354 | 2024-10-15T21:20:11.581Z | |
3355 | 2024-10-15T21:20:11.581Z | info: running `cargo check --bins` on reconfigurator-cli (149/163) |
3356 | 2024-10-15T21:20:11.717Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3357 | 2024-10-15T21:20:12.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2024-10-15T21:20:12.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2024-10-15T21:20:12.345Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3360 | 2024-10-15T21:20:13.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
3361 | 2024-10-15T21:20:13.766Z | |
3362 | 2024-10-15T21:20:13.766Z | info: running `cargo check --bins` on omicron-releng (150/163) |
3363 | 2024-10-15T21:20:13.902Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3364 | 2024-10-15T21:20:14.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3365 | 2024-10-15T21:20:14.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3366 | 2024-10-15T21:20:14.493Z | Checking memmap2 v0.9.4 |
3367 | 2024-10-15T21:20:14.493Z | Checking arrayref v0.3.7 |
3368 | 2024-10-15T21:20:14.496Z | Checking constant_time_eq v0.3.0 |
3369 | 2024-10-15T21:20:14.496Z | Checking untrusted v0.7.1 |
3370 | 2024-10-15T21:20:14.496Z | Checking arrayvec v0.7.4 |
3371 | 2024-10-15T21:20:14.496Z | Checking spin v0.5.2 |
3372 | 2024-10-15T21:20:14.496Z | Checking topological-sort v0.2.2 |
3373 | 2024-10-15T21:20:14.602Z | Checking shell-words v1.1.0 |
3374 | 2024-10-15T21:20:14.802Z | Checking ring v0.16.20 |
3375 | 2024-10-15T21:20:14.864Z | Checking blake3 v1.5.1 |
3376 | 2024-10-15T21:20:15.914Z | Checking omicron-zone-package v0.11.1 |
3377 | 2024-10-15T21:20:16.974Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3378 | 2024-10-15T21:20:17.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
3379 | 2024-10-15T21:20:17.978Z | |
3380 | 2024-10-15T21:20:17.978Z | info: running `cargo check --bins` on xtask (151/163) |
3381 | 2024-10-15T21:20:18.120Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3382 | 2024-10-15T21:20:18.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3383 | 2024-10-15T21:20:18.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3384 | 2024-10-15T21:20:18.477Z | Checking bitflags v2.6.0 |
3385 | 2024-10-15T21:20:18.480Z | Checking serde v1.0.210 |
3386 | 2024-10-15T21:20:18.480Z | Checking thiserror v1.0.64 |
3387 | 2024-10-15T21:20:18.566Z | Checking scroll v0.12.0 |
3388 | 2024-10-15T21:20:18.571Z | Checking hashbrown v0.14.5 |
3389 | 2024-10-15T21:20:18.574Z | Checking log v0.4.22 |
3390 | 2024-10-15T21:20:18.580Z | Checking zerocopy v0.7.34 |
3391 | 2024-10-15T21:20:18.599Z | Checking syn v2.0.79 |
3392 | 2024-10-15T21:20:18.659Z | Checking pest v2.7.10 |
3393 | 2024-10-15T21:20:18.795Z | Checking rustix v0.38.34 |
3394 | 2024-10-15T21:20:18.838Z | Checking fs-err v2.11.0 |
3395 | 2024-10-15T21:20:18.996Z | Checking goblin v0.8.2 |
3396 | 2024-10-15T21:20:19.131Z | Checking anyhow v1.0.89 |
3397 | 2024-10-15T21:20:19.493Z | Checking tabled v0.15.0 |
3398 | 2024-10-15T21:20:19.665Z | Checking indexmap v2.5.0 |
3399 | 2024-10-15T21:20:20.507Z | Checking terminal_size v0.3.0 |
3400 | 2024-10-15T21:20:20.507Z | Checking tempfile v3.10.1 |
3401 | 2024-10-15T21:20:20.682Z | Checking clap_builder v4.5.18 |
3402 | 2024-10-15T21:20:21.082Z | Checking dtrace-parser v0.2.0 |
3403 | 2024-10-15T21:20:22.541Z | Checking serde_json v1.0.128 |
3404 | 2024-10-15T21:20:22.541Z | Checking serde_spanned v0.6.7 |
3405 | 2024-10-15T21:20:22.544Z | Checking toml_datetime v0.6.8 |
3406 | 2024-10-15T21:20:22.544Z | Checking camino v1.1.9 |
3407 | 2024-10-15T21:20:22.544Z | Checking semver v1.0.23 |
3408 | 2024-10-15T21:20:23.021Z | Checking cargo-platform v0.1.8 |
3409 | 2024-10-15T21:20:23.036Z | Checking toml_edit v0.22.22 |
3410 | 2024-10-15T21:20:23.036Z | Checking macaddr v1.0.1 |
3411 | 2024-10-15T21:20:23.040Z | Checking clap v4.5.18 |
3412 | 2024-10-15T21:20:23.070Z | Checking camino-tempfile v1.1.1 |
3413 | 2024-10-15T21:20:23.697Z | Checking dof v0.3.0 |
3414 | 2024-10-15T21:20:23.697Z | Checking cargo_metadata v0.18.1 |
3415 | 2024-10-15T21:20:24.097Z | Checking usdt-impl v0.5.0 |
3416 | 2024-10-15T21:20:24.447Z | Checking usdt v0.5.0 |
3417 | 2024-10-15T21:20:24.670Z | Checking toml v0.8.19 |
3418 | 2024-10-15T21:20:25.121Z | Checking cargo_toml v0.20.5 |
3419 | 2024-10-15T21:20:26.305Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3420 | 2024-10-15T21:20:26.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.92s |
3421 | 2024-10-15T21:20:27.007Z | |
3422 | 2024-10-15T21:20:27.007Z | info: running `cargo check --bins` on end-to-end-tests (152/163) |
3423 | 2024-10-15T21:20:27.147Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3424 | 2024-10-15T21:20:27.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3425 | 2024-10-15T21:20:27.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3426 | 2024-10-15T21:20:27.797Z | Checking polyval v0.6.2 |
3427 | 2024-10-15T21:20:27.910Z | Checking ctr v0.9.2 |
3428 | 2024-10-15T21:20:27.938Z | Checking ssh-encoding v0.2.0 |
3429 | 2024-10-15T21:20:27.938Z | Checking blowfish v0.9.1 |
3430 | 2024-10-15T21:20:27.948Z | Checking password-hash v0.4.2 |
3431 | 2024-10-15T21:20:27.948Z | Checking matches v0.1.10 |
3432 | 2024-10-15T21:20:27.975Z | Checking p521 v0.13.3 |
3433 | 2024-10-15T21:20:28.004Z | Checking p256 v0.13.2 |
3434 | 2024-10-15T21:20:28.039Z | Checking idna v0.2.3 |
3435 | 2024-10-15T21:20:28.112Z | Checking ghash v0.5.1 |
3436 | 2024-10-15T21:20:28.130Z | Checking bcrypt-pbkdf v0.10.0 |
3437 | 2024-10-15T21:20:28.149Z | Compiling enum-as-inner v0.5.1 |
3438 | 2024-10-15T21:20:28.222Z | Checking russh-cryptovec v0.7.2 |
3439 | 2024-10-15T21:20:28.270Z | Checking aes-gcm v0.10.3 |
3440 | 2024-10-15T21:20:28.345Z | Checking pbkdf2 v0.11.0 |
3441 | 2024-10-15T21:20:28.373Z | Checking md5 v0.7.0 |
3442 | 2024-10-15T21:20:28.429Z | Checking num-bigint v0.4.5 |
3443 | 2024-10-15T21:20:28.461Z | Checking des v0.8.1 |
3444 | 2024-10-15T21:20:28.501Z | Checking ssh-cipher v0.2.0 |
3445 | 2024-10-15T21:20:28.607Z | Checking hex-literal v0.4.1 |
3446 | 2024-10-15T21:20:28.641Z | Compiling dhcproto-macros v0.1.0 |
3447 | 2024-10-15T21:20:28.719Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3448 | 2024-10-15T21:20:28.735Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3449 | 2024-10-15T21:20:28.784Z | Checking ssh-key v0.6.6 |
3450 | 2024-10-15T21:20:28.855Z | Checking internet-checksum v0.2.1 |
3451 | 2024-10-15T21:20:29.155Z | Checking trust-dns-proto v0.22.0 |
3452 | 2024-10-15T21:20:30.042Z | Checking russh-keys v0.45.0 |
3453 | 2024-10-15T21:20:30.992Z | Checking russh v0.45.0 |
3454 | 2024-10-15T21:20:31.624Z | Checking dhcproto v0.12.0 |
3455 | 2024-10-15T21:20:47.845Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3456 | 2024-10-15T21:20:49.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.11s |
3457 | 2024-10-15T21:20:49.317Z | |
3458 | 2024-10-15T21:20:49.317Z | info: running `cargo check --bins` on gateway-cli (153/163) |
3459 | 2024-10-15T21:20:49.453Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3460 | 2024-10-15T21:20:49.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3461 | 2024-10-15T21:20:49.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3462 | 2024-10-15T21:20:49.995Z | Checking termios v0.3.3 |
3463 | 2024-10-15T21:20:50.203Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3464 | 2024-10-15T21:20:50.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3465 | 2024-10-15T21:20:51.127Z | |
3466 | 2024-10-15T21:20:51.127Z | info: running `cargo check --bins --no-default-features` on installinator (154/163) |
3467 | 2024-10-15T21:20:51.262Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3468 | 2024-10-15T21:20:51.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3469 | 2024-10-15T21:20:51.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3470 | 2024-10-15T21:20:51.870Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3471 | 2024-10-15T21:20:57.617Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3472 | 2024-10-15T21:20:57.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
3473 | 2024-10-15T21:20:57.700Z | |
3474 | 2024-10-15T21:20:57.700Z | info: running `cargo check --bins` on internal-dns-cli (155/163) |
3475 | 2024-10-15T21:20:57.700Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3476 | 2024-10-15T21:20:57.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3477 | 2024-10-15T21:20:57.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3478 | 2024-10-15T21:20:57.700Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3479 | 2024-10-15T21:20:57.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3480 | 2024-10-15T21:20:57.700Z | |
3481 | 2024-10-15T21:20:57.700Z | info: running `cargo check --bins` on omicron-live-tests (156/163) |
3482 | 2024-10-15T21:20:57.700Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3483 | 2024-10-15T21:20:57.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3484 | 2024-10-15T21:20:57.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3485 | 2024-10-15T21:20:57.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3486 | 2024-10-15T21:20:57.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3487 | 2024-10-15T21:20:57.721Z | |
3488 | 2024-10-15T21:20:57.721Z | info: running `cargo check --bins` on live-tests-macros (157/163) |
3489 | 2024-10-15T21:20:57.814Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3490 | 2024-10-15T21:20:58.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3491 | 2024-10-15T21:20:58.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3492 | 2024-10-15T21:20:58.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3493 | 2024-10-15T21:20:58.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3494 | 2024-10-15T21:20:58.332Z | |
3495 | 2024-10-15T21:20:58.332Z | info: running `cargo check --bins` on omicron-package (158/163) |
3496 | 2024-10-15T21:20:58.473Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3497 | 2024-10-15T21:20:58.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3498 | 2024-10-15T21:20:58.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3499 | 2024-10-15T21:20:59.047Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3500 | 2024-10-15T21:21:00.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s |
3501 | 2024-10-15T21:21:00.426Z | |
3502 | 2024-10-15T21:21:00.426Z | info: running `cargo check --bins` on wicket-dbg (159/163) |
3503 | 2024-10-15T21:21:00.563Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3504 | 2024-10-15T21:21:01.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3505 | 2024-10-15T21:21:01.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3506 | 2024-10-15T21:21:01.161Z | Checking rtoolbox v0.0.2 |
3507 | 2024-10-15T21:21:01.161Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3508 | 2024-10-15T21:21:01.279Z | Checking tui-tree-widget v0.22.0 |
3509 | 2024-10-15T21:21:01.386Z | Checking rpassword v7.3.1 |
3510 | 2024-10-15T21:21:05.265Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3511 | 2024-10-15T21:21:08.175Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3512 | 2024-10-15T21:21:09.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.86s |
3513 | 2024-10-15T21:21:09.475Z | |
3514 | 2024-10-15T21:21:09.475Z | info: running `cargo check --bins` on wicket (160/163) |
3515 | 2024-10-15T21:21:09.614Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3516 | 2024-10-15T21:21:10.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2024-10-15T21:21:10.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2024-10-15T21:21:10.402Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3519 | 2024-10-15T21:21:10.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3520 | 2024-10-15T21:21:10.789Z | |
3521 | 2024-10-15T21:21:10.790Z | info: running `cargo check --bins` on wicketd (161/163) |
3522 | 2024-10-15T21:21:10.925Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3523 | 2024-10-15T21:21:11.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3524 | 2024-10-15T21:21:11.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3525 | 2024-10-15T21:21:11.535Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3526 | 2024-10-15T21:21:15.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
3527 | 2024-10-15T21:21:15.497Z | |
3528 | 2024-10-15T21:21:15.497Z | info: running `cargo check --bins` on omicron-workspace-hack (162/163) |
3529 | 2024-10-15T21:21:15.634Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3530 | 2024-10-15T21:21:16.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3531 | 2024-10-15T21:21:16.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3532 | 2024-10-15T21:21:16.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3533 | 2024-10-15T21:21:16.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3534 | 2024-10-15T21:21:16.135Z | |
3535 | 2024-10-15T21:21:16.135Z | info: running `cargo check --bins` on zone-setup (163/163) |
3536 | 2024-10-15T21:21:16.271Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
3537 | 2024-10-15T21:21:16.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3538 | 2024-10-15T21:21:16.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3539 | 2024-10-15T21:21:16.900Z | Checking uzers v0.11.3 |
3540 | 2024-10-15T21:21:17.198Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3541 | 2024-10-15T21:21:18.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
3542 | 2024-10-15T21:21:18.439Z | |
3543 | 2024-10-15T21:21:18.439Z | real 11:29.537495063 |
3544 | 2024-10-15T21:21:18.439Z | user 23:47.600123251 |
3545 | 2024-10-15T21:21:18.439Z | sys 5:09.693222800 |
3546 | 2024-10-15T21:21:18.439Z | trap 0.484362714 |
3547 | 2024-10-15T21:21:18.439Z | tflt 3.349949576 |
3548 | 2024-10-15T21:21:18.439Z | dflt 2.233844609 |
3549 | 2024-10-15T21:21:18.442Z | kflt 0.002987587 |
3550 | 2024-10-15T21:21:18.442Z | lock 41:55.536674054 |
3551 | 2024-10-15T21:21:18.442Z | slp 1:56:52.028821034 |
3552 | 2024-10-15T21:21:18.442Z | lat 59.246811040 |
3553 | 2024-10-15T21:21:18.442Z | stop 2:57.516349651 |
3554 | 2024-10-15T21:21:18.443Z | process exited: duration 967602 ms, exit code 0 |
|
3555 | 2024-10-15T21:21:18.448Z | found 0 output files |