laravel / homestead

MIT License
3.86k stars 1.45k forks source link

Outdated MongoDB GPG key #1613

Closed lostsnow closed 3 years ago

lostsnow commented 3 years ago

Please note that the Homestead issue tracker is reserved for bug reports and enhancements. We are not always able to debug Vagrant, Provider or Operating System issues, but will do our best to help. Thank you!

Versions

Host operating system

Win 10

Homestead.yaml

---
ip: "172.22.22.10"
memory: 2048
cpus: 2
provider: virtualbox
box: laravel/homestead
version: 11.0.0

backup: true

hostname: leah
name: leah

authorize: ~/.ssh/id_rsa.pub

keys:
    - ~/.ssh/id_rsa

folders:
    - map: "f:/projects"
      to: /home/vagrant/projects
      type: nfs

databases:
    - test

features:
    - docker: true
    - golang: true
    - mongodb: true
    - mysql: true
    - python: true
    - webdriver: true

services:
    - disabled:
        - "postgresql"
        - "memcached"
        - "beanstalkd"

Vagrant destroy & up output

Provide a link to a GitHub Gist containing the complete output of vagrant destroy && vagrant up. Do NOT paste the debug output in the issue, just paste the link to the Gist.

Expected behavior

Install mongodb successfully

Actual behavior

GPG error: https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4B7C549A058F8B6B
svpernova09 commented 3 years ago

Wasn't able to reproduce.

Bringing machine 'homestead' up with 'virtualbox' provider...
==> homestead: Importing base box 'laravel/homestead'...
==> homestead: Matching MAC address for NAT networking...
==> homestead: Checking if box 'laravel/homestead' version '11.0.0' is up to date...
==> homestead: Setting the name of the VM: homestead
==> homestead: Clearing any previously set network interfaces...
==> homestead: Preparing network interfaces based on configuration...
    homestead: Adapter 1: nat
    homestead: Adapter 2: hostonly
==> homestead: Forwarding ports...
    homestead: 80 (guest) => 8000 (host) (adapter 1)
    homestead: 443 (guest) => 44300 (host) (adapter 1)
    homestead: 3306 (guest) => 33060 (host) (adapter 1)
    homestead: 4040 (guest) => 4040 (host) (adapter 1)
    homestead: 5432 (guest) => 54320 (host) (adapter 1)
    homestead: 8025 (guest) => 8025 (host) (adapter 1)
    homestead: 9600 (guest) => 9600 (host) (adapter 1)
    homestead: 27017 (guest) => 27017 (host) (adapter 1)
    homestead: 22 (guest) => 2222 (host) (adapter 1)
==> homestead: Running 'pre-boot' VM customizations...
==> homestead: Booting VM...
==> homestead: Waiting for machine to boot. This may take a few minutes...
    homestead: SSH address: 127.0.0.1:2222
    homestead: SSH username: vagrant
    homestead: SSH auth method: private key
    homestead: Warning: Connection reset. Retrying...
    homestead: Warning: Remote connection disconnect. Retrying...
    homestead:
    homestead: Vagrant insecure key detected. Vagrant will automatically replace
    homestead: this with a newly generated keypair for better security.
    homestead:
    homestead: Inserting generated public key within guest...
    homestead: Removing insecure key from the guest if it's present...
    homestead: Key inserted! Disconnecting and reconnecting using new SSH key...
==> homestead: Machine booted and ready!
==> homestead: Checking for guest additions in VM...
==> homestead: Setting hostname...
==> homestead: Configuring and enabling network interfaces...
==> homestead: Mounting shared folders...
    homestead: /vagrant => /Users/halo/Code/homestead
    homestead: /home/vagrant/laravel => /Users/halo/Code/fresh-laravel
==> homestead: Detected mount owner ID within mount options. (uid: 1000 guestpath: /home/vagrant/laravel)
==> homestead: Detected mount group ID within mount options. (gid: 1000 guestpath: /home/vagrant/laravel)
==> homestead: Running provisioner: file...
    homestead: /Users/halo/Code/homestead/aliases => /tmp/bash_aliases
==> homestead: Running provisioner: shell...
    homestead: Running: inline script
==> homestead: Running provisioner: shell...
    homestead: Running: inline script
    homestead:
    homestead: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBeub1sTnpX7Tp7f0ukLAz7dMn7CS9w6eHmc1wtJNp/iXHzyBRKZ+ov8z+voCVJOrSDyTsG0IKcby8+UxwpzR2nyqiBPw+oaSD1elIHFS48h7Wd5f41S6QeHUlhac20fa5EHTnNw9jphtxDuYPa+xiaNdbdvJKC1jZuipsqc4qlcDC1LISOtIsAzMF1fnByWEe3JBvRxvCmegruu424chIGG23elIoBHsOvY/6BI+5G2BNSBvqzHxfQ2mK6j4tEj2K2s+4M3r4FrgZIYgHxxZtADdNGwditFu5ipfaQSc1n5YFQiI87iTO5OZCBdffMY3qQWaE3ne+hAVDSdJLWFDn halo@mobile-rage-work
==> homestead: Running provisioner: shell...
    homestead: Running: inline script
==> homestead: Running provisioner: shell...
    homestead: Running: inline script
==> homestead: Running provisioner: shell...
    homestead: Running: inline script
==> homestead: Running provisioner: shell...
    homestead: Running: inline script
    homestead: Synchronizing state of mysql.service with SysV service script with /lib/systemd/systemd-sysv-install.
    homestead: Executing: /lib/systemd/systemd-sysv-install enable mysql
==> homestead: Running provisioner: shell...
    homestead: Running: inline script
==> homestead: Running provisioner: shell...
    homestead: Running: inline script
    homestead: Invalid feature: mysql
==> homestead: Running provisioner: Installing mongodb (shell)...
    homestead: Running: script: Installing mongodb
    homestead: deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse
    homestead: Warning: apt-key output should not be parsed (stdout is not a terminal)
    homestead: OK
    homestead: Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB]
    homestead: Ign:2 https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 InRelease
    homestead: Get:3 http://apt.postgresql.org/pub/repos/apt focal-pgdg InRelease [81.6 kB]
    homestead: Get:4 https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 Release [5,384 B]
    homestead: Get:5 https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 Release.gpg [801 B]
    homestead: Hit:6 http://ppa.launchpad.net/chris-lea/redis-server/ubuntu focal InRelease
    homestead: Get:8 https://deb.nodesource.com/node_14.x focal InRelease [4,583 B]
    homestead: Get:7 https://cli-assets.heroku.com/apt ./ InRelease [2,879 B]
    homestead: Ign:9 https://dl.bintray.com/rabbitmq-erlang/debian bionic InRelease
    homestead: Hit:10 http://archive.ubuntu.com/ubuntu focal InRelease
    homestead: Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [497 kB]
    homestead: Ign:12 https://dl.bintray.com/rabbitmq/debian bionic InRelease
    homestead: Get:13 http://ppa.launchpad.net/ondrej/php/ubuntu focal InRelease [23.9 kB]
    homestead: Get:14 https://dl.bintray.com/rabbitmq-erlang/debian bionic Release [32.6 kB]
    homestead: Get:15 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
    homestead: Get:16 https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4/multiverse amd64 Packages [8,483 B]
    homestead: Get:17 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [191 kB]
    homestead: Get:18 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [109 kB]
    homestead: Get:19 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [123 kB]
    homestead: Get:20 https://dl.bintray.com/rabbitmq/debian bionic Release [74.5 kB]
    homestead: Get:21 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [18.0 kB]
    homestead: Get:22 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [541 kB]
    homestead: Get:23 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [427 kB]
    homestead: Get:24 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [77.3 kB]
    homestead: Get:25 https://dl.bintray.com/rabbitmq-erlang/debian bionic Release.gpg [821 B]
    homestead: Get:26 https://dl.bintray.com/rabbitmq/debian bionic Release.gpg [821 B]
    homestead: Get:27 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
    homestead: Get:28 https://cli-assets.heroku.com/apt ./ Packages [620 B]
    homestead: Get:29 https://deb.nodesource.com/node_14.x focal/main amd64 Packages [769 B]
    homestead: Get:30 http://apt.postgresql.org/pub/repos/apt focal-pgdg/main amd64 Packages [188 kB]
    homestead: Get:31 https://dl.bintray.com/rabbitmq-erlang/debian bionic/erlang amd64 Packages [171 kB]
    homestead: Get:32 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 Packages [83.7 kB]
    homestead: Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [814 kB]
    homestead: Get:34 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main i386 Packages [28.4 kB]
    homestead: Get:35 https://dl.bintray.com/rabbitmq/debian bionic/main amd64 Packages [4,348 B]
    homestead: Get:36 https://dl.bintray.com/rabbitmq/debian bionic/main i386 Packages [4,348 B]
    homestead: Get:37 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main Translation-en [29.5 kB]
    homestead: Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [428 kB]
    homestead: Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [197 kB]
    homestead: Get:40 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [146 kB]
    homestead: Get:41 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [21.9 kB]
    homestead: Get:42 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [745 kB]
    homestead: Get:43 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [553 kB]
    homestead: Get:44 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [154 kB]
    homestead: Fetched 6,113 kB in 5s (1,231 kB/s)
    homestead: Reading package lists...
    homestead: Reading package lists...
    homestead: Building dependency tree...
    homestead:
    homestead: Reading state information...
    homestead: autoconf is already the newest version (2.69-11.1).
    homestead: autoconf set to manually installed.
    homestead: g++ is already the newest version (4:9.3.0-1ubuntu2).
    homestead: g++ set to manually installed.
    homestead: make is already the newest version (4.2.1-1.2).
    homestead: pkg-config is already the newest version (0.29.1-0ubuntu4).
    homestead: pkg-config set to manually installed.
    homestead: The following additional packages will be installed:
    homestead:   libssl1.1 mongodb-database-tools mongodb-org-database-tools-extra
    homestead:   mongodb-org-mongos mongodb-org-server mongodb-org-shell mongodb-org-tools
    homestead: Suggested packages:
    homestead:   libcurl4-doc libidn11-dev libkrb5-dev libldap2-dev librtmp-dev libssh2-1-dev
    homestead:   libssl-doc
    homestead: The following NEW packages will be installed:
    homestead:   libcurl4-openssl-dev libsasl2-dev mongodb-database-tools mongodb-org
    homestead:   mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
    homestead:   mongodb-org-shell mongodb-org-tools
    homestead: The following packages will be upgraded:
    homestead:   libssl-dev libssl1.1 openssl php-dev
    homestead: 4 upgraded, 9 newly installed, 0 to remove and 385 not upgraded.
    homestead: Need to get 107 MB of archives.
    homestead: After this operation, 203 MB of additional disk space will be used.
    homestead: Get:1 https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4/multiverse amd64 mongodb-database-tools amd64 100.3.0-1-g0536cca3 [52.8 MB]
    homestead: Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 libssl-dev amd64 1.1.1j-1+ubuntu20.04.1+deb.sury.org+3 [1,812 kB]
    homestead: Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4-openssl-dev amd64 7.68.0-1ubuntu2.4 [320 kB]
    homestead: Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2 [225 kB]
    homestead: Get:5 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 libssl1.1 amd64 1.1.1j-1+ubuntu20.04.1+deb.sury.org+3 [1,538 kB]
    homestead: Get:6 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 openssl amd64 1.1.1j-1+ubuntu20.04.1+deb.sury.org+3 [836 kB]
    homestead: Get:7 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php-dev all 2:8.0+80+ubuntu20.04.1+deb.sury.org+1 [7,212 B]
    homestead: Get:8 https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4/multiverse amd64 mongodb-org-shell amd64 4.4.4 [13.2 MB]
    homestead: Get:9 https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4/multiverse amd64 mongodb-org-server amd64 4.4.4 [20.4 MB]
    homestead: Get:10 https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4/multiverse amd64 mongodb-org-mongos amd64 4.4.4 [15.8 MB]
    homestead: Get:11 https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4/multiverse amd64 mongodb-org-database-tools-extra amd64 4.4.4 [5,628 B]
    homestead: Get:12 https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4/multiverse amd64 mongodb-org-tools amd64 4.4.4 [2,888 B]
    homestead: Get:13 https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4/multiverse amd64 mongodb-org amd64 4.4.4 [3,516 B]
    homestead: Preconfiguring packages ...
    homestead: Fetched 107 MB in 2min 25s (736 kB/s)
    homestead: Selecting previously unselected package libcurl4-openssl-dev:amd64.
    homestead: (Reading database ...
(Reading database ... 50%atabase ... 5%
    homestead: (Reading database ... 55%
    homestead: (Reading database ... 60%
    homestead: (Reading database ... 65%
    homestead: (Reading database ... 70%
    homestead: (Reading database ... 75%
    homestead: (Reading database ... 80%
    homestead: (Reading database ... 85%
    homestead: (Reading database ... 90%
    homestead: (Reading database ... 95%
(Reading database ... 179923 files and directories currently installed.)
    homestead: Preparing to unpack .../00-libcurl4-openssl-dev_7.68.0-1ubuntu2.4_amd64.deb ...
    homestead: Unpacking libcurl4-openssl-dev:amd64 (7.68.0-1ubuntu2.4) ...
    homestead: Selecting previously unselected package libsasl2-dev.
    homestead: Preparing to unpack .../01-libsasl2-dev_2.1.27+dfsg-2_amd64.deb ...
    homestead: Unpacking libsasl2-dev (2.1.27+dfsg-2) ...
    homestead: Preparing to unpack .../02-libssl-dev_1.1.1j-1+ubuntu20.04.1+deb.sury.org+3_amd64.deb ...
    homestead: Unpacking libssl-dev:amd64 (1.1.1j-1+ubuntu20.04.1+deb.sury.org+3) over (1.1.1i-1+ubuntu20.04.1+deb.sury.org+4) ...
    homestead: Preparing to unpack .../03-libssl1.1_1.1.1j-1+ubuntu20.04.1+deb.sury.org+3_amd64.deb ...
    homestead: Unpacking libssl1.1:amd64 (1.1.1j-1+ubuntu20.04.1+deb.sury.org+3) over (1.1.1i-1+ubuntu20.04.1+deb.sury.org+4) ...
    homestead: Selecting previously unselected package mongodb-database-tools.
    homestead: Preparing to unpack .../04-mongodb-database-tools_100.3.0-1-g0536cca3_amd64.deb ...
    homestead: Unpacking mongodb-database-tools (100.3.0-1-g0536cca3) ...
    homestead: Selecting previously unselected package mongodb-org-shell.
    homestead: Preparing to unpack .../05-mongodb-org-shell_4.4.4_amd64.deb ...
    homestead: Unpacking mongodb-org-shell (4.4.4) ...
    homestead: Selecting previously unselected package mongodb-org-server.
    homestead: Preparing to unpack .../06-mongodb-org-server_4.4.4_amd64.deb ...
    homestead: Unpacking mongodb-org-server (4.4.4) ...
    homestead: Selecting previously unselected package mongodb-org-mongos.
    homestead: Preparing to unpack .../07-mongodb-org-mongos_4.4.4_amd64.deb ...
    homestead: Unpacking mongodb-org-mongos (4.4.4) ...
    homestead: Selecting previously unselected package mongodb-org-database-tools-extra.
    homestead: Preparing to unpack .../08-mongodb-org-database-tools-extra_4.4.4_amd64.deb ...
    homestead: Unpacking mongodb-org-database-tools-extra (4.4.4) ...
    homestead: Selecting previously unselected package mongodb-org-tools.
    homestead: Preparing to unpack .../09-mongodb-org-tools_4.4.4_amd64.deb ...
    homestead: Unpacking mongodb-org-tools (4.4.4) ...
    homestead: Selecting previously unselected package mongodb-org.
    homestead: Preparing to unpack .../10-mongodb-org_4.4.4_amd64.deb ...
    homestead: Unpacking mongodb-org (4.4.4) ...
    homestead: Preparing to unpack .../11-openssl_1.1.1j-1+ubuntu20.04.1+deb.sury.org+3_amd64.deb ...
    homestead: Unpacking openssl (1.1.1j-1+ubuntu20.04.1+deb.sury.org+3) over (1.1.1i-1+ubuntu20.04.1+deb.sury.org+4) ...
    homestead: Preparing to unpack .../12-php-dev_2%3a8.0+80+ubuntu20.04.1+deb.sury.org+1_all.deb ...
    homestead: Unpacking php-dev (2:8.0+80+ubuntu20.04.1+deb.sury.org+1) over (2:8.0+80~exp2+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up libssl1.1:amd64 (1.1.1j-1+ubuntu20.04.1+deb.sury.org+3) ...
    homestead: Setting up mongodb-org-server (4.4.4) ...
    homestead: Adding system user `mongodb' (UID 133) ...
    homestead: Adding new user `mongodb' (UID 133) with group `nogroup' ...
    homestead: Not creating home directory `/home/mongodb'.
    homestead: Adding group `mongodb' (GID 141) ...
    homestead: Done.
    homestead: Adding user `mongodb' to group `mongodb' ...
    homestead: Adding user mongodb to group mongodb
    homestead: Done.
    homestead: Setting up php-dev (2:8.0+80+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up mongodb-org-shell (4.4.4) ...
    homestead: Setting up libsasl2-dev (2.1.27+dfsg-2) ...
    homestead: Setting up libcurl4-openssl-dev:amd64 (7.68.0-1ubuntu2.4) ...
    homestead: Setting up libssl-dev:amd64 (1.1.1j-1+ubuntu20.04.1+deb.sury.org+3) ...
    homestead: Setting up mongodb-database-tools (100.3.0-1-g0536cca3) ...
    homestead: Setting up mongodb-org-mongos (4.4.4) ...
    homestead: Setting up mongodb-org-database-tools-extra (4.4.4) ...
    homestead: Setting up openssl (1.1.1j-1+ubuntu20.04.1+deb.sury.org+3) ...
    homestead: Setting up mongodb-org-tools (4.4.4) ...
    homestead: Setting up mongodb-org (4.4.4) ...
    homestead: Processing triggers for man-db (2.9.1-1) ...
    homestead: Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
    homestead: Rules updated
    homestead: Rules updated (v6)
    homestead: Created symlink /etc/systemd/system/multi-user.target.wants/mongod.service → /lib/systemd/system/mongod.service.
    homestead: Reading package lists...
    homestead: Building dependency tree...
    homestead: Reading state information...
    homestead: The following additional packages will be installed:
    homestead:   php5.6-bcmath php5.6-bz2 php5.6-cgi php5.6-cli php5.6-common php5.6-curl
    homestead:   php5.6-dba php5.6-enchant php5.6-fpm php5.6-gd php5.6-gmp php5.6-imap
    homestead:   php5.6-intl php5.6-json php5.6-ldap php5.6-mbstring php5.6-mcrypt
    homestead:   php5.6-mysql php5.6-odbc php5.6-opcache php5.6-pgsql php5.6-phpdbg
    homestead:   php5.6-pspell php5.6-readline php5.6-recode php5.6-snmp php5.6-soap
    homestead:   php5.6-sqlite3 php5.6-sybase php5.6-tidy php5.6-xml php5.6-xmlrpc php5.6-zip
    homestead: Suggested packages:
    homestead:   dh-php
    homestead: The following packages will be upgraded:
    homestead:   php5.6-bcmath php5.6-bz2 php5.6-cgi php5.6-cli php5.6-common php5.6-curl
    homestead:   php5.6-dba php5.6-dev php5.6-enchant php5.6-fpm php5.6-gd php5.6-gmp
    homestead:   php5.6-imap php5.6-intl php5.6-json php5.6-ldap php5.6-mbstring
    homestead:   php5.6-mcrypt php5.6-mysql php5.6-odbc php5.6-opcache php5.6-pgsql
    homestead:   php5.6-phpdbg php5.6-pspell php5.6-readline php5.6-recode php5.6-snmp
    homestead:   php5.6-soap php5.6-sqlite3 php5.6-sybase php5.6-tidy php5.6-xml
    homestead:   php5.6-xmlrpc php5.6-zip
    homestead: 34 upgraded, 0 newly installed, 0 to remove and 351 not upgraded.
    homestead: Need to get 8,124 kB of archives.
    homestead: After this operation, 1,756 kB disk space will be freed.
    homestead: Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-zip amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [20.4 kB]
    homestead: Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-xmlrpc amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [13.9 kB]
    homestead: Get:3 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-xml amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [119 kB]
    homestead: Get:4 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-tidy amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [17.1 kB]
    homestead: Get:5 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-sybase amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [24.7 kB]
    homestead: Get:6 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-sqlite3 amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [25.4 kB]
    homestead: Get:7 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-soap amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [131 kB]
    homestead: Get:8 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-snmp amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [20.0 kB]
    homestead: Get:9 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-recode amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [5,768 B]
    homestead: Get:10 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-readline amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [13.2 kB]
    homestead: Get:11 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-pspell amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [8,392 B]
    homestead: Get:12 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-json amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [18.1 kB]
    homestead: Get:13 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-opcache amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [63.4 kB]
    homestead: Get:14 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-cli amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [1,296 kB]
    homestead: Get:15 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-phpdbg amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [1,309 kB]
    homestead: Get:16 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-pgsql amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [58.2 kB]
    homestead: Get:17 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-odbc amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [31.9 kB]
    homestead: Get:18 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-mysql amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [142 kB]
    homestead: Get:19 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-mcrypt amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [15.8 kB]
    homestead: Get:20 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-mbstring amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [467 kB]
    homestead: Get:21 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-ldap amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [22.8 kB]
    homestead: Get:22 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-intl amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [114 kB]
    homestead: Get:23 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-imap amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [32.5 kB]
    homestead: Get:24 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-gmp amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [21.9 kB]
    homestead: Get:25 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-gd amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [29.1 kB]
    homestead: Get:26 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-fpm amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [1,314 kB]
    homestead: Get:27 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-enchant amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [9,388 B]
    homestead: Get:28 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-dev amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [355 kB]
    homestead: Get:29 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-dba amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [23.9 kB]
    homestead: Get:30 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-curl amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [27.8 kB]
    homestead: Get:31 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-cgi amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [1,268 kB]
    homestead: Get:32 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-bz2 amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [10.7 kB]
    homestead: Get:33 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-bcmath amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [15.7 kB]
    homestead: Get:34 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php5.6-common amd64 5.6.40-45+ubuntu20.04.1+deb.sury.org+1 [1,078 kB]
    homestead: Fetched 8,124 kB in 19s (436 kB/s)
    homestead: (Reading database ...
(Reading database ... 35%atabase ... 5%
    homestead: (Reading database ... 40%
    homestead: (Reading database ... 45%
    homestead: (Reading database ... 50%
    homestead: (Reading database ... 55%
    homestead: (Reading database ... 60%
    homestead: (Reading database ... 65%
    homestead: (Reading database ... 70%
    homestead: (Reading database ... 75%
    homestead: (Reading database ... 80%
    homestead: (Reading database ... 85%
    homestead: (Reading database ... 90%
    homestead: (Reading database ... 95%
(Reading database ... 180058 files and directories currently installed.)
    homestead: Preparing to unpack .../00-php5.6-zip_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-zip (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../01-php5.6-xmlrpc_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-xmlrpc (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../02-php5.6-xml_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-xml (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../03-php5.6-tidy_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-tidy (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../04-php5.6-sybase_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-sybase (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../05-php5.6-sqlite3_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-sqlite3 (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../06-php5.6-soap_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-soap (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../07-php5.6-snmp_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-snmp (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../08-php5.6-recode_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-recode (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../09-php5.6-readline_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-readline (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../10-php5.6-pspell_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-pspell (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../11-php5.6-json_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-json (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../12-php5.6-opcache_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-opcache (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../13-php5.6-cli_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-cli (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../14-php5.6-phpdbg_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-phpdbg (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../15-php5.6-pgsql_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-pgsql (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../16-php5.6-odbc_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-odbc (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../17-php5.6-mysql_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-mysql (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../18-php5.6-mcrypt_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-mcrypt (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../19-php5.6-mbstring_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-mbstring (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../20-php5.6-ldap_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-ldap (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../21-php5.6-intl_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-intl (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../22-php5.6-imap_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-imap (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../23-php5.6-gmp_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-gmp (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../24-php5.6-gd_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-gd (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../25-php5.6-fpm_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-fpm (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../26-php5.6-enchant_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-enchant (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../27-php5.6-dev_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-dev (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../28-php5.6-dba_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-dba (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../29-php5.6-curl_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-curl (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../30-php5.6-cgi_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-cgi (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../31-php5.6-bz2_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-bz2 (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../32-php5.6-bcmath_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-bcmath (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../33-php5.6-common_5.6.40-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php5.6-common (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) over (5.6.40-39+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-common (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-tidy (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-json (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-curl (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-intl (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-bz2 (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-snmp (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-bcmath (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-xmlrpc (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-zip (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-odbc (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-pspell (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-recode (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-soap (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-mysql (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-enchant (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-sqlite3 (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-opcache (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-sybase (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-pgsql (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-mbstring (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-ldap (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-xml (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-gd (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-mcrypt (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-gmp (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-imap (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-readline (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-dba (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-cli (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: php_invoke xdebug: no action - module was disabled by maintainer for PHP 5.6 cli sapi
    homestead: Setting up php5.6-fpm (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Installing new version of config file /etc/apache2/conf-available/php5.6-fpm.conf ...
    homestead: Installing new version of config file /etc/logrotate.d/php5.6-fpm ...
    homestead: NOTICE: Not enabling PHP 5.6 FPM by default.
    homestead: NOTICE: To enable PHP 5.6 FPM in Apache2 do:
    homestead: NOTICE: a2enmod proxy_fcgi setenvif
    homestead: NOTICE: a2enconf php5.6-fpm
    homestead: NOTICE: You are seeing this message because you have apache2 package installed.
    homestead: Setting up php5.6-phpdbg (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-dev (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php5.6-cgi (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Processing triggers for man-db (2.9.1-1) ...
    homestead: Processing triggers for systemd (245.4-4ubuntu3.4) ...
    homestead: Processing triggers for php5.6-cli (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Processing triggers for php5.6-fpm (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: NOTICE: Not enabling PHP 5.6 FPM by default.
    homestead: NOTICE: To enable PHP 5.6 FPM in Apache2 do:
    homestead: NOTICE: a2enmod proxy_fcgi setenvif
    homestead: NOTICE: a2enconf php5.6-fpm
    homestead: NOTICE: You are seeing this message because you have apache2 package installed.
    homestead: Processing triggers for php5.6-phpdbg (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Processing triggers for php5.6-cgi (5.6.40-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Configuring for:
    homestead: PHP Api Version:         20131106
    homestead: Zend Module Api No:      20131226
    homestead: Zend Extension Api No:   220131226
    homestead: ./configure: line 4445: syntax error near unexpected token `-Wmissing-format-attribute,'
    homestead: ./configure: line 4445: `        AX_CHECK_COMPILE_FLAG(-Wmissing-format-attribute,       _MAINTAINER_CFLAGS="$_MAINTAINER_CFLAGS -Wmissing-format-attribute"     ,, -Werror)'
    homestead: make: *** No rule to make target 'clean'.  Stop.
    homestead: make: *** No rule to make target 'install'.  Stop.
    homestead: Reading package lists...
    homestead: Building dependency tree...
    homestead:
    homestead: Reading state information...
    homestead: The following additional packages will be installed:
    homestead:   php7.0-bcmath php7.0-bz2 php7.0-cgi php7.0-cli php7.0-common php7.0-curl
    homestead:   php7.0-dba php7.0-enchant php7.0-fpm php7.0-gd php7.0-gmp php7.0-imap
    homestead:   php7.0-intl php7.0-json php7.0-ldap php7.0-mbstring php7.0-mcrypt
    homestead:   php7.0-mysql php7.0-odbc php7.0-opcache php7.0-pgsql php7.0-phpdbg
    homestead:   php7.0-pspell php7.0-readline php7.0-recode php7.0-snmp php7.0-soap
    homestead:   php7.0-sqlite3 php7.0-sybase php7.0-tidy php7.0-xml php7.0-xmlrpc php7.0-zip
    homestead: Suggested packages:
    homestead:   dh-php
    homestead: The following packages will be upgraded:
    homestead:   php7.0-bcmath php7.0-bz2 php7.0-cgi php7.0-cli php7.0-common php7.0-curl
    homestead:   php7.0-dba php7.0-dev php7.0-enchant php7.0-fpm php7.0-gd php7.0-gmp
    homestead:   php7.0-imap php7.0-intl php7.0-json php7.0-ldap php7.0-mbstring
    homestead:   php7.0-mcrypt php7.0-mysql php7.0-odbc php7.0-opcache php7.0-pgsql
    homestead:   php7.0-phpdbg php7.0-pspell php7.0-readline php7.0-recode php7.0-snmp
    homestead:   php7.0-soap php7.0-sqlite3 php7.0-sybase php7.0-tidy php7.0-xml
    homestead:   php7.0-xmlrpc php7.0-zip
    homestead: 34 upgraded, 0 newly installed, 0 to remove and 317 not upgraded.
    homestead: Need to get 8,080 kB of archives.
    homestead: After this operation, 4,096 B disk space will be freed.
    homestead: Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-zip amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [21.1 kB]
    homestead: Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-xmlrpc amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [13.4 kB]
    homestead: Get:3 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-xml amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [117 kB]
    homestead: Get:4 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-tidy amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [17.3 kB]
    homestead: Get:5 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-sybase amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [11.3 kB]
    homestead: Get:6 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-sqlite3 amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [26.7 kB]
    homestead: Get:7 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-soap amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [118 kB]
    homestead: Get:8 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-snmp amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [19.8 kB]
    homestead: Get:9 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-recode amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [5,848 B]
    homestead: Get:10 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-readline amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [12.8 kB]
    homestead: Get:11 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-pspell amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [8,668 B]
    homestead: Get:12 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-json amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [17.4 kB]
    homestead: Get:13 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-opcache amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [79.6 kB]
    homestead: Get:14 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-cli amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [1,323 kB]
    homestead: Get:15 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-phpdbg amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [1,363 kB]
    homestead: Get:16 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-pgsql amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [57.2 kB]
    homestead: Get:17 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-odbc amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [31.9 kB]
    homestead: Get:18 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-mysql amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [128 kB]
    homestead: Get:19 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-mcrypt amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [15.2 kB]
    homestead: Get:20 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-mbstring amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [468 kB]
    homestead: Get:21 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-ldap amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [22.1 kB]
    homestead: Get:22 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-intl amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [129 kB]
    homestead: Get:23 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-imap amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [31.1 kB]
    homestead: Get:24 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-gmp amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [22.0 kB]
    homestead: Get:25 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-gd amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [28.3 kB]
    homestead: Get:26 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-fpm amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [1,331 kB]
    homestead: Get:27 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-enchant amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [9,448 B]
    homestead: Get:28 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-dev amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [380 kB]
    homestead: Get:29 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-dba amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [24.2 kB]
    homestead: Get:30 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-curl amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [27.7 kB]
    homestead: Get:31 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-cgi amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [1,284 kB]
    homestead: Get:32 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-bz2 amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [10.7 kB]
    homestead: Get:33 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-bcmath amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [16.0 kB]
    homestead: Get:34 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.0-common amd64 7.0.33-45+ubuntu20.04.1+deb.sury.org+1 [909 kB]
    homestead: Fetched 8,080 kB in 19s (432 kB/s)
    homestead: (Reading database ...
(Reading database ... 50%atabase ... 5%
    homestead: (Reading database ... 55%
    homestead: (Reading database ... 60%
    homestead: (Reading database ... 65%
    homestead: (Reading database ... 70%
    homestead: (Reading database ... 75%
    homestead: (Reading database ... 80%
    homestead: (Reading database ... 85%
    homestead: (Reading database ... 90%
    homestead: (Reading database ... 95%
(Reading database ... 180058 files and directories currently installed.)
    homestead: Preparing to unpack .../00-php7.0-zip_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-zip (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../01-php7.0-xmlrpc_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-xmlrpc (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../02-php7.0-xml_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-xml (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../03-php7.0-tidy_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-tidy (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../04-php7.0-sybase_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-sybase (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../05-php7.0-sqlite3_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-sqlite3 (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../06-php7.0-soap_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-soap (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../07-php7.0-snmp_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-snmp (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../08-php7.0-recode_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-recode (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../09-php7.0-readline_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-readline (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../10-php7.0-pspell_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-pspell (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../11-php7.0-json_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-json (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../12-php7.0-opcache_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-opcache (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../13-php7.0-cli_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-cli (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../14-php7.0-phpdbg_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-phpdbg (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../15-php7.0-pgsql_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-pgsql (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../16-php7.0-odbc_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-odbc (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../17-php7.0-mysql_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-mysql (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../18-php7.0-mcrypt_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-mcrypt (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../19-php7.0-mbstring_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-mbstring (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../20-php7.0-ldap_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-ldap (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../21-php7.0-intl_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-intl (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../22-php7.0-imap_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-imap (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../23-php7.0-gmp_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-gmp (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../24-php7.0-gd_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-gd (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../25-php7.0-fpm_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-fpm (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../26-php7.0-enchant_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-enchant (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../27-php7.0-dev_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-dev (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../28-php7.0-dba_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-dba (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../29-php7.0-curl_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-curl (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../30-php7.0-cgi_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-cgi (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../31-php7.0-bz2_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-bz2 (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../32-php7.0-bcmath_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-bcmath (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../33-php7.0-common_7.0.33-45+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.0-common (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) over (7.0.33-38+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-common (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-mbstring (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-ldap (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-sybase (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-gd (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-enchant (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-readline (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-tidy (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-sqlite3 (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-curl (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-imap (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-intl (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-json (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-mcrypt (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-zip (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-snmp (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-xmlrpc (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-odbc (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-xml (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-mysql (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-bcmath (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-recode (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-dba (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-soap (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-bz2 (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-opcache (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-pgsql (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-gmp (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-pspell (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-cli (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: php_invoke xdebug: no action - module was disabled by maintainer for PHP 7.0 cli sapi
    homestead: Setting up php7.0-cgi (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-dev (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.0-fpm (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Installing new version of config file /etc/apache2/conf-available/php7.0-fpm.conf ...
    homestead: Installing new version of config file /etc/logrotate.d/php7.0-fpm ...
    homestead: NOTICE: Not enabling PHP 7.0 FPM by default.
    homestead: NOTICE: To enable PHP 7.0 FPM in Apache2 do:
    homestead: NOTICE: a2enmod proxy_fcgi setenvif
    homestead: NOTICE: a2enconf php7.0-fpm
    homestead: NOTICE: You are seeing this message because you have apache2 package installed.
    homestead: Setting up php7.0-phpdbg (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Processing triggers for man-db (2.9.1-1) ...
    homestead: Processing triggers for systemd (245.4-4ubuntu3.4) ...
    homestead: Processing triggers for php7.0-cli (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Processing triggers for php7.0-cgi (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Processing triggers for php7.0-fpm (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: NOTICE: Not enabling PHP 7.0 FPM by default.
    homestead: NOTICE: To enable PHP 7.0 FPM in Apache2 do:
    homestead: NOTICE: a2enmod proxy_fcgi setenvif
    homestead: NOTICE: a2enconf php7.0-fpm
    homestead: NOTICE: You are seeing this message because you have apache2 package installed.
    homestead: Processing triggers for php7.0-phpdbg (7.0.33-45+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Configuring for:
    homestead: PHP Api Version:         20151012
    homestead: Zend Module Api No:      20151012
    homestead: Zend Extension Api No:   320151012
    homestead: Installing shared extensions:     /usr/lib/php/20151012/
    homestead: Reading package lists...
    homestead: Building dependency tree...
    homestead:
    homestead: Reading state information...
    homestead: The following additional packages will be installed:
    homestead:   php7.1-bcmath php7.1-bz2 php7.1-cgi php7.1-cli php7.1-common php7.1-curl
    homestead:   php7.1-dba php7.1-enchant php7.1-fpm php7.1-gd php7.1-gmp php7.1-imap
    homestead:   php7.1-intl php7.1-json php7.1-ldap php7.1-mbstring php7.1-mcrypt
    homestead:   php7.1-mysql php7.1-odbc php7.1-opcache php7.1-pgsql php7.1-phpdbg
    homestead:   php7.1-pspell php7.1-readline php7.1-recode php7.1-snmp php7.1-soap
    homestead:   php7.1-sqlite3 php7.1-sybase php7.1-tidy php7.1-xml php7.1-xmlrpc php7.1-zip
    homestead: Suggested packages:
    homestead:   dh-php
    homestead: The following packages will be upgraded:
    homestead:   php7.1-bcmath php7.1-bz2 php7.1-cgi php7.1-cli php7.1-common php7.1-curl
    homestead:   php7.1-dba php7.1-dev php7.1-enchant php7.1-fpm php7.1-gd php7.1-gmp
    homestead:   php7.1-imap php7.1-intl php7.1-json php7.1-ldap php7.1-mbstring
    homestead:   php7.1-mcrypt php7.1-mysql php7.1-odbc php7.1-opcache php7.1-pgsql
    homestead:   php7.1-phpdbg php7.1-pspell php7.1-readline php7.1-recode php7.1-snmp
    homestead:   php7.1-soap php7.1-sqlite3 php7.1-sybase php7.1-tidy php7.1-xml
    homestead:   php7.1-xmlrpc php7.1-zip
    homestead: 34 upgraded, 0 newly installed, 0 to remove and 283 not upgraded.
    homestead: Need to get 8,352 kB of archives.
    homestead: After this operation, 4,096 B disk space will be freed.
    homestead: Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-zip amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [21.1 kB]
    homestead: Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-xmlrpc amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [13.4 kB]
    homestead: Get:3 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-xml amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [117 kB]
    homestead: Get:4 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-tidy amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [17.3 kB]
    homestead: Get:5 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-sybase amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [11.3 kB]
    homestead: Get:6 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-sqlite3 amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [26.8 kB]
    homestead: Get:7 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-soap amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [118 kB]
    homestead: Get:8 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-snmp amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [19.9 kB]
    homestead: Get:9 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-recode amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [5,848 B]
    homestead: Get:10 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-readline amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [12.8 kB]
    homestead: Get:11 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-pspell amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [8,668 B]
    homestead: Get:12 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-json amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [17.6 kB]
    homestead: Get:13 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-opcache amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [148 kB]
    homestead: Get:14 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-cli amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [1,366 kB]
    homestead: Get:15 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-phpdbg amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [1,413 kB]
    homestead: Get:16 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-pgsql amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [57.7 kB]
    homestead: Get:17 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-odbc amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [31.9 kB]
    homestead: Get:18 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-mysql amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [123 kB]
    homestead: Get:19 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-mcrypt amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [15.2 kB]
    homestead: Get:20 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-mbstring amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [467 kB]
    homestead: Get:21 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-ldap amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [22.6 kB]
    homestead: Get:22 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-intl amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [131 kB]
    homestead: Get:23 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-imap amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [31.2 kB]
    homestead: Get:24 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-gmp amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [21.9 kB]
    homestead: Get:25 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-gd amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [28.2 kB]
    homestead: Get:26 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-fpm amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [1,375 kB]
    homestead: Get:27 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-enchant amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [9,440 B]
    homestead: Get:28 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-dev amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [395 kB]
    homestead: Get:29 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-dba amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [24.3 kB]
    homestead: Get:30 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-curl amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [28.8 kB]
    homestead: Get:31 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-cgi amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [1,328 kB]
    homestead: Get:32 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-bz2 amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [10.6 kB]
    homestead: Get:33 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-bcmath amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [16.0 kB]
    homestead: Get:34 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php7.1-common amd64 7.1.33-32+ubuntu20.04.1+deb.sury.org+1 [919 kB]
    homestead: Fetched 8,352 kB in 18s (456 kB/s)
    homestead: (Reading database ...
(Reading database ... 35%atabase ... 5%
(Reading database ... 50%atabase ... 40%
    homestead: (Reading database ... 55%
    homestead: (Reading database ... 60%
    homestead: (Reading database ... 65%
    homestead: (Reading database ... 70%
    homestead: (Reading database ... 75%
    homestead: (Reading database ... 80%
    homestead: (Reading database ... 85%
    homestead: (Reading database ... 90%
    homestead: (Reading database ... 95%
(Reading database ... 180058 files and directories currently installed.)
    homestead: Preparing to unpack .../00-php7.1-zip_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-zip (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../01-php7.1-xmlrpc_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-xmlrpc (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../02-php7.1-xml_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-xml (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../03-php7.1-tidy_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-tidy (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../04-php7.1-sybase_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-sybase (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../05-php7.1-sqlite3_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-sqlite3 (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../06-php7.1-soap_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-soap (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../07-php7.1-snmp_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-snmp (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../08-php7.1-recode_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-recode (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../09-php7.1-readline_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-readline (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../10-php7.1-pspell_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-pspell (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../11-php7.1-json_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-json (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../12-php7.1-opcache_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-opcache (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../13-php7.1-cli_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-cli (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../14-php7.1-phpdbg_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-phpdbg (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../15-php7.1-pgsql_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-pgsql (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../16-php7.1-odbc_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-odbc (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../17-php7.1-mysql_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-mysql (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../18-php7.1-mcrypt_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-mcrypt (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../19-php7.1-mbstring_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-mbstring (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../20-php7.1-ldap_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-ldap (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../21-php7.1-intl_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-intl (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../22-php7.1-imap_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-imap (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../23-php7.1-gmp_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-gmp (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../24-php7.1-gd_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-gd (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../25-php7.1-fpm_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-fpm (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../26-php7.1-enchant_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-enchant (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../27-php7.1-dev_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-dev (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../28-php7.1-dba_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-dba (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../29-php7.1-curl_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-curl (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../30-php7.1-cgi_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-cgi (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../31-php7.1-bz2_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-bz2 (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../32-php7.1-bcmath_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-bcmath (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Preparing to unpack .../33-php7.1-common_7.1.33-32+ubuntu20.04.1+deb.sury.org+1_amd64.deb ...
    homestead: Unpacking php7.1-common (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) over (7.1.33-25+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-common (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-opcache (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-sqlite3 (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-curl (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-odbc (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-mbstring (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-zip (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-gd (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-bz2 (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-xml (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-readline (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-intl (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-xmlrpc (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-dba (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-snmp (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-imap (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-bcmath (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-ldap (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-mysql (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-gmp (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-soap (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-recode (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-mcrypt (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-pgsql (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-pspell (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-tidy (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-sybase (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-enchant (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-json (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-cli (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: php_invoke xdebug: no action - module was disabled by maintainer for PHP 7.1 cli sapi
    homestead: Setting up php7.1-phpdbg (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-cgi (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Setting up php7.1-fpm (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Installing new version of config file /etc/logrotate.d/php7.1-fpm ...
    homestead: NOTICE: Not enabling PHP 7.1 FPM by default.
    homestead: NOTICE: To enable PHP 7.1 FPM in Apache2 do:
    homestead: NOTICE: a2enmod proxy_fcgi setenvif
    homestead: NOTICE: a2enconf php7.1-fpm
    homestead: NOTICE: You are seeing this message because you have apache2 package installed.
    homestead: Setting up php7.1-dev (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Processing triggers for man-db (2.9.1-1) ...
    homestead: Processing triggers for systemd (245.4-4ubuntu3.4) ...
    homestead: Processing triggers for php7.1-cli (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Processing triggers for php7.1-phpdbg (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Processing triggers for php7.1-cgi (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: Processing triggers for php7.1-fpm (7.1.33-32+ubuntu20.04.1+deb.sury.org+1) ...
    homestead: NOTICE: Not enabling PHP 7.1 FPM by default.
    homestead: NOTICE: To enable PHP 7.1 FPM in Apache2 do:
    homestead: NOTICE: a2enmod proxy_fcgi setenvif
    homestead: NOTICE: a2enconf php7.1-fpm
    homestead: NOTICE: You are seeing this message because you have apache2 package installed.
    homestead: Configuring for:
    homestead: PHP Api Version:         20160303
    homestead: Zend Module Api No:      20160303
    homestead: Zend Extension Api No:   320160303
    homestead: Installing shared extensions:     /usr/lib/php/20160303/
    homestead: Configuring for:
    homestead: PHP Api Version:         20170718
    homestead: Zend Module Api No:      20170718
    homestead: Zend Extension Api No:   320170718
    homestead: autoconf: warning: both `configure.ac' and `configure.in' are present.
    homestead: autoconf: warning: proceeding with `configure.ac'.
    homestead: autoheader: 'configure.ac' and 'configure.in' both present.
    homestead: autoheader: proceeding with 'configure.ac'
    homestead: Installing shared extensions:     /usr/lib/php/20170718/
    homestead: Configuring for:
    homestead: PHP Api Version:         20180731
    homestead: Zend Module Api No:      20180731
    homestead: Zend Extension Api No:   320180731
    homestead: autoconf: warning: both `configure.ac' and `configure.in' are present.
    homestead: autoconf: warning: proceeding with `configure.ac'.
    homestead: autoheader: 'configure.ac' and 'configure.in' both present.
    homestead: autoheader: proceeding with 'configure.ac'
    homestead: Installing shared extensions:     /usr/lib/php/20180731/
    homestead: Configuring for:
    homestead: PHP Api Version:         20190902
    homestead: Zend Module Api No:      20190902
    homestead: Zend Extension Api No:   320190902
    homestead: autoconf: warning: both `configure.ac' and `configure.in' are present.
    homestead: autoconf: warning: proceeding with `configure.ac'.
    homestead: autoheader: 'configure.ac' and 'configure.in' both present.
    homestead: autoheader: proceeding with 'configure.ac'
    homestead: Installing shared extensions:     /usr/lib/php/20190902/
    homestead: Configuring for:
    homestead: PHP Api Version:         20200930
    homestead: Zend Module Api No:      20200930
    homestead: Zend Extension Api No:   420200930
    homestead: autoconf: warning: both `configure.ac' and `configure.in' are present.
    homestead: autoconf: warning: proceeding with `configure.ac'.
    homestead: autoheader: 'configure.ac' and 'configure.in' both present.
    homestead: autoheader: proceeding with 'configure.ac'
    homestead: Installing shared extensions:     /usr/lib/php/20200930/
    homestead: MongoDB shell version v4.4.4
    homestead: connecting to: mongodb://127.0.0.1:27017/admin?compressors=disabled&gssapiServiceName=mongodb
    homestead: Implicit session: session { "id" : UUID("5d4a8528-1bb4-40a3-92d7-07d4891b794e") }
    homestead: MongoDB server version: 4.4.4
    homestead: Successfully added user: { "user" : "homestead", "roles" : [ "root" ] }
==> homestead: Running provisioner: shell...
    homestead: Running: /var/folders/x7/_nqmg9c124v4y2q164lwxzjh0000gn/T/vagrant-shell20210220-40761-1b2dbi3.sh
==> homestead: Running provisioner: shell...
    homestead: Running: /var/folders/x7/_nqmg9c124v4y2q164lwxzjh0000gn/T/vagrant-shell20210220-40761-1fu97if.sh
==> homestead: Running provisioner: Creating Certificate: laravel.test (shell)...
    homestead: Running: script: Creating Certificate: laravel.test
    homestead: Updating certificates in /etc/ssl/certs...
    homestead: rehash: warning: skipping duplicate certificate in ca.homestead.homestead.pem
    homestead: 1 added, 0 removed; done.
    homestead: Running hooks in /etc/ca-certificates/update.d...
    homestead: done.
==> homestead: Running provisioner: Creating Site: laravel.test (shell)...
    homestead: Running: script: Creating Site: laravel.test
==> homestead: Running provisioner: shell...
    homestead: Running: inline script
==> homestead: Running provisioner: shell...
    homestead: Running: /var/folders/x7/_nqmg9c124v4y2q164lwxzjh0000gn/T/vagrant-shell20210220-40761-15cgic3.sh
==> homestead: Running provisioner: Checking for old Schedule (shell)...
    homestead: Running: script: Checking for old Schedule
==> homestead: Running provisioner: Clear Variables (shell)...
    homestead: Running: script: Clear Variables
==> homestead: Running provisioner: Restarting Cron (shell)...
    homestead: Running: script: Restarting Cron
==> homestead: Running provisioner: Restart Webserver (shell)...
    homestead: Running: script: Restart Webserver
==> homestead: Running provisioner: Creating MySQL / MariaDB Database: homestead (shell)...
    homestead: Running: script: Creating MySQL / MariaDB Database: homestead
    homestead: We didn't find a PID for mariadb, skipping $DB creation
==> homestead: Running provisioner: Creating Mongo Database: homestead (shell)...
    homestead: Running: script: Creating Mongo Database: homestead
    homestead: MongoDB shell version v4.4.4
    homestead: connecting to: mongodb://127.0.0.1:27017/homestead?compressors=disabled&gssapiServiceName=mongodb
    homestead: Implicit session: session { "id" : UUID("8594f2e6-5bcd-426a-9921-2e3a09609c8e") }
    homestead: MongoDB server version: 4.4.4
    homestead: WriteResult({ "nInserted" : 1 })
==> homestead: Running provisioner: Update Composer (shell)...
    homestead: Running: script: Update Composer
    homestead: You are already using the latest available Composer version 2.0.9 (stable channel).
==> homestead: Running provisioner: shell...
    homestead: Running: /var/folders/x7/_nqmg9c124v4y2q164lwxzjh0000gn/T/vagrant-shell20210220-40761-ku6y8a.sh
==> homestead: Running provisioner: Update motd (shell)...
    homestead: Running: script: Update motd
==> homestead: Running provisioner: shell...
    homestead: Running: /var/folders/x7/_nqmg9c124v4y2q164lwxzjh0000gn/T/vagrant-shell20210220-40761-14uy0fd.sh
vagrant up: 17:55