Skip to content

unable to provision using several providers on Arm64/Apple Silicon M3 chip #2727

@columbian-chris

Description

@columbian-chris

What was The Command Used To Provision

Using only an out of the box clone from this VVV GitHub repository with no customizations and using default config.

What Kind of VVV Provision Was This

This was a fresh install

Logs/What Broke

Trying to install with Docker via vagrant up --provision --provider="docker" resulted in this:

Bringing machine 'default' up with 'docker' provider...
==> default: Creating and configuring docker networks...
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/driver.rb:352:in `block in network_defined?': undefined method `size' for nil:NilClass (NoMethodError)

          if (config.size > 0 &&
                    ^^^^^
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/driver.rb:350:in `each'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/driver.rb:350:in `network_defined?'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_networks.rb:140:in `process_private_network'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_networks.rb:343:in `block (3 levels) in call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_networks.rb:333:in `each'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_networks.rb:333:in `each_with_index'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_networks.rb:333:in `block (2 levels) in call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/environment.rb:649:in `lock'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_networks.rb:331:in `block in call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_networks.rb:330:in `synchronize'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_networks.rb:330:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_nfs_settings.rb:18:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/synced_folders.rb:90:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/delayed.rb:22:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/synced_folder_cleanup.rb:31:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/synced_folders/nfs/action_cleanup.rb:28:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/prepare_nfs_valid_ids.rb:17:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/host_machine_sync_folders.rb:26:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/host_machine_build_dir.rb:22:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/init_state.rb:18:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builder.rb:183:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `block in run'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/busy.rb:22:in `busy'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `run'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/call.rb:56:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/provision.rb:83:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builder.rb:183:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `block in run'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/busy.rb:22:in `busy'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `run'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/call.rb:56:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builder.rb:183:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `block in run'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/busy.rb:22:in `busy'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `run'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/call.rb:56:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/destroy_build_image.rb:46:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/handle_box.rb:28:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builder.rb:183:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `block in run'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/busy.rb:22:in `busy'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `run'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/call.rb:56:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/action/host_machine.rb:21:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/config_validate.rb:28:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/handle_box.rb:28:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builder.rb:183:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `block in run'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/busy.rb:22:in `busy'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `run'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/call.rb:56:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/delayed.rb:22:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builder.rb:183:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `block in run'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/busy.rb:22:in `busy'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `run'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/machine.rb:247:in `action_raw'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/machine.rb:216:in `block in action'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/environment.rb:649:in `lock'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/machine.rb:202:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/machine.rb:202:in `action'
	from /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/batch_action.rb:89:in `block (2 levels) in run'

Trying to provision with Parallels via vagrant up --provision --provider="parallels" resulted in this:

...no errors up to this point...
    default: Get:156 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libxpm4 arm64 1:3.5.12-1ubuntu0.20.04.2 [32.2 kB]
    default: Get:157 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgif7 arm64 5.1.9-1ubuntu0.1 [32.1 kB]
    default: Get:158 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet1 arm64 1.1.6+dfsg-3.1build1 [43.3 kB]
    default: Ign:159 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssl-dev arm64 1.1.1f-1ubuntu2.23
    default: Err:160 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtool all 2.4.6-14
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Ign:161 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwebpdemux2 arm64 0.6.1-2ubuntu0.20.04.3
    default: Ign:162 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libxslt1.1 arm64 1.1.34-4ubuntu0.20.04.1
    default: Err:163 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1ubuntu1
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:164 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 ngrep arm64 1.47+ds1-2
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Ign:165 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 ntpdate arm64 1:4.2.8p12+dfsg-3ubuntu4.20.04.1
    default: Err:166 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pkg-config arm64 0.29.1-0ubuntu4
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:167 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 shtool all 2.0.8-10
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:168 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 ssl-cert all 1.0.39
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Ign:169 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 postfix arm64 3.4.13-0ubuntu1.4
    default: Ign:170 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 python-pip-whl all 20.0.2-5ubuntu1.10
    default: Ign:171 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 python3-wheel all 0.34.2-1ubuntu0.1
    default: Ign:172 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 python3-pip all 20.0.2-5ubuntu1.10
    default: Ign:173 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 subversion arm64 1.13.0-3ubuntu0.2
    default: Err:174 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 unattended-upgrades all 2.3ubuntu0.3
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:175 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 unzip arm64 6.0-25ubuntu1.2
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:176 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 zip arm64 3.0-11build1
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:177 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 dos2unix arm64 7.4.0-2
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Ign:178 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwebp-dev arm64 0.6.1-2ubuntu0.20.04.3
    default: Ign:179 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 webp arm64 0.6.1-2ubuntu0.20.04.3
    default: Err:159 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssl-dev arm64 1.1.1f-1ubuntu2.23
    default:   Could not connect to ports.ubuntu.com:80 (185.125.190.39). - connect (111: Connection refused) [IP: 185.125.190.39 80]
    default: Err:161 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwebpdemux2 arm64 0.6.1-2ubuntu0.20.04.3
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:162 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libxslt1.1 arm64 1.1.34-4ubuntu0.20.04.1
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:165 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 ntpdate arm64 1:4.2.8p12+dfsg-3ubuntu4.20.04.1
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:169 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 postfix arm64 3.4.13-0ubuntu1.4
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:170 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 python-pip-whl all 20.0.2-5ubuntu1.10
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:171 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 python3-wheel all 0.34.2-1ubuntu0.1
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:172 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 python3-pip all 20.0.2-5ubuntu1.10
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:173 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 subversion arm64 1.13.0-3ubuntu0.2
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:178 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwebp-dev arm64 0.6.1-2ubuntu0.20.04.3
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Err:179 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 webp arm64 0.6.1-2ubuntu0.20.04.3
    default:   Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: Fetched 95.1 MB in 39s (2,466 kB/s)
    default: Unable to correct missing packages.
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/o/openssl/libssl-dev_1.1.1f-1ubuntu2.23_arm64.deb  Could not connect to ports.ubuntu.com:80 (185.125.190.39). - connect (111: Connection refused) [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/libt/libtool/libtool_2.4.6-14_all.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/libw/libwebp/libwebpdemux2_0.6.1-2ubuntu0.20.04.3_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/libx/libxslt/libxslt1.1_1.1.34-4ubuntu0.20.04.1_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/n/net-tools/net-tools_1.60+git20180626.aebd88e-1ubuntu1_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/universe/n/ngrep/ngrep_1.47+ds1-2_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/universe/n/ntp/ntpdate_4.2.8p12+dfsg-3ubuntu4.20.04.1_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/p/pkg-config/pkg-config_0.29.1-0ubuntu4_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/s/shtool/shtool_2.0.8-10_all.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/s/ssl-cert/ssl-cert_1.0.39_all.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/p/postfix/postfix_3.4.13-0ubuntu1.4_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/universe/p/python-pip/python-pip-whl_20.0.2-5ubuntu1.10_all.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/universe/w/wheel/python3-wheel_0.34.2-1ubuntu0.1_all.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/universe/p/python-pip/python3-pip_20.0.2-5ubuntu1.10_all.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/universe/s/subversion/subversion_1.13.0-3ubuntu0.2_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/u/unattended-upgrades/unattended-upgrades_2.3ubuntu0.3_all.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/u/unzip/unzip_6.0-25ubuntu1.2_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/z/zip/zip_3.0-11build1_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/universe/d/dos2unix/dos2unix_7.4.0-2_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/libw/libwebp/libwebp-dev_0.6.1-2ubuntu0.20.04.3_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/universe/libw/libwebp/webp_0.6.1-2ubuntu0.20.04.3_arm64.deb  Unable to connect to ports.ubuntu.com:http: [IP: 185.125.190.39 80]
    default: E: Aborting install.
    default:  * Installing apt-get packages returned a failure code, cleaning up apt caches then exiting
    default:  ! Main packages check and install failed, halting provision
    default:  ! The 'main' provisioner ran into problems, the full log is available at '/var/log/provisioners/2024.08.19_18-40-47/provisioner-main.log'. It completed in 133 seconds.
    default:  * Restoring the default PHP CLI version ( 8.2 )
    default: update-alternatives: error: no alternatives for php
    default: update-alternatives: error: no alternatives for phar
    default: update-alternatives: error: no alternatives for phar.phar
    default: update-alternatives: error: no alternatives for phpize
    default: update-alternatives: error: no alternatives for php-config
    default:  * Restoration complete
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

And then finally attempting to provision with VMWare via vagrant up --provision --provider="vmware_desktop" resulted with this:

...no errors up trough this point...
    default: Processing triggers for rsyslog (8.2001.0-1ubuntu1.3) ...
    default: Processing triggers for ufw (0.36-6ubuntu1.1) ...
    default: Processing triggers for systemd (245.4-4ubuntu3.23) ...
    default: Processing triggers for man-db (2.9.1-1) ...
    default: Processing triggers for dbus (1.12.16-2ubuntu2.3) ...
    default: Processing triggers for install-info (6.7.0.dfsg.2-5) ...
    default: Processing triggers for php8.2-cli (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ...
    default: Processing triggers for php8.2-fpm (8.2.22-1+ubuntu20.04.1+deb.sury.org+1) ...
    default: Errors were encountered while processing:
    default:  nginx
    default: E: Sub-process /usr/bin/dpkg returned an error code (1)
    default:  * Installing apt-get packages returned a failure code, cleaning up apt caches then exiting
    default:  ! Main packages check and install failed, halting provision
    default:  ! The 'main' provisioner ran into problems, the full log is available at '/var/log/provisioners/2024.08.19_23-48-37/provisioner-main.log'. It completed in 185 seconds.
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

I thought at least one of these would work now that I'm on an Apple Silicon machine and no longer am able to use virtualbox.

Your Environment

VVV: v3.14
Ruby: 3.1.4
git develop branch, commit 8f4eaaa
Platform: darwin shell:/bin/zsh shared_db_folder_disabled
Vagrant: v2.4.1
Parallels: v19.4.1
VMWare: Fusion Professional Version 13.5.2 (23775688)
Docker Desktop: v4.33.0 (160616), Engine: 27.1.1
MacBook with Apple M3 Max chip
MacOS Sonoma 14.6.1 (23G93)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions