I got the errors below when running 'fdroid build ....'

I got the errors as follows when trying to build fdroid server.
Anyone can help me?

gordon@gordon-P9D-V-Series:~/code/fdroiddata$ fdroid build --server org.fdroid.fdroid
2021-08-14 13:32:58,208 INFO: Using /home/gordon/Android/Sdk/build-tools/31.0.0/apksigner
2021-08-14 13:32:58,208 INFO: Creating log directory
2021-08-14 13:32:58,208 INFO: Creating output directory
2021-08-14 13:33:04,278 INFO: Using git version 2.25.1
2021-08-14 13:33:04,279 INFO: Building version 0.17 (8) of org.fdroid.fdroid
2021-08-14 13:33:17,248 INFO: buildserver path does not exists, creating builder
2021-08-14 13:33:17,255 INFO: destroying buildserver before build
2021-08-14 13:33:17,255 INFO: destroying vm ‘builder_default’
==> default: VM not created. Moving on…
id name provider state directory

12e7d65 default virtualbox poweroff /home/gordon/code/fdroidserver/buildserver

The above shows information about all known Vagrant environments
on this machine. This data is cached and may not be completely
up-to-date (use “vagrant global-status --prune” to prune invalid
entries). To interact with any of the machines, you can go to that
directory and run Vagrant, or you can use the ID directly with
Vagrant commands from any directory. For example:
“vagrant destroy 1a2b3c4d”
2021-08-14 13:33:20,357 INFO: starting buildserver
Bringing machine ‘default’ up with ‘virtualbox’ provider…
==> default: Importing base box ‘buildserver’…
==> default: Matching MAC address for NAT networking…
==> default: Setting the name of the VM: builder_default_1628915701620_13382
==> default: Clearing any previously set network interfaces…
==> default: Preparing network interfaces based on configuration…
default: Adapter 1: nat
==> default: Forwarding ports…
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM…
==> default: Waiting for machine to boot. This may take a few minutes…
The guest machine entered an invalid state while waiting for it
to boot. Valid states are ‘starting, running’. The machine is in the
‘gurumeditation’ state. Please verify everything is configured
properly and try again.

If the provider you’re using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you’re using VirtualBox, run vagrant up while the
VirtualBox GUI is open.

The primary issue for this error is that the provider you’re using
is not properly configured. This is very rarely a Vagrant issue.
2021-08-14 13:35:05,455 ERROR: Could not build app org.fdroid.fdroid: could not bring up vm ‘builder_default’
==== detail begin ====
Command ‘[’/usr/bin/vagrant’, ‘up’, ‘–provision’, ‘–provider=virtualbox’]’ returned non-zero exit status 1.
VM status: name=default, state=gurumeditation, provider=virtualbox
==== detail end ====
2021-08-14 13:35:06,361 INFO: Using git version 2.25.1
2021-08-14 13:35:06,361 INFO: Building version 0.18 (9) of org.fdroid.fdroid
2021-08-14 13:35:11,893 INFO: destroying buildserver before build
2021-08-14 13:35:11,893 INFO: destroying vm ‘builder_default’
==> default: Forcing shutdown of VM…
==> default: Destroying VM and associated drives…
id name provider state directory

12e7d65 default virtualbox poweroff /home/gordon/code/fdroidserver/buildserver

Anyone can help me?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.