Giter VIP home page Giter VIP logo

semarthris's Introduction

SemartHris

SemartHris adalah Enterprise Grade Human Resources Information System (HRIS) yang dapat digunakan untuk membantu memudahkan tugas HRD Perusahaan.

Tahap Pengembangan

SemartHris belum dapat digunakan untuk produksi dan sedang dalam proses pengembangan.

Minimum Requirement

  • PHP versi 7.1.7 dan extension yang diperlukan selama instalasi menggunakan composer
  • PostgreSQL Database minimal versi 9.6
  • Web Server (Apache, Nginx atau IIS)
  • APCu extension (untuk Production)

NOTE:

  • Sistem ini dikembangkan menggunakan lingkungan pengembangan Linux, pengembang tidak menjamin jika sistem ini dapat berjalan dengan baik pada sistem operasi lain.
  • Walaupun dapat berjalan pada DB Engine lain seperti MySQL, namun sistem ini hanya mensupport untuk database PostgreSQL.

Fitur

  • Manajemen Perusahaan
  • Support Multi Perusahaan
  • Manajemen Jabatan
  • Manajemen Karyawan
  • Support Multi Alamat
  • Support Penempatan Karyawan
  • Manajemen Kontrak Kerja
  • Manajemen Kontrak Perusahaan dengan Rekanan/Klien
  • Karir History
  • Promosi, Mutasi, dan Demosi
  • Manajemen Shift Kerja
  • Manajemen Jadwal Kerja
  • Manajemen Absensi dengan fitur rules
  • Manajemen Hari Libur
  • Manajemen dan Perhitungan Lembur sesuai dengan peraturan yang berlaku
  • Manajemen BPJS Kesehatan
  • Manajemen dan Perhitungan BPJS Ketenagakerjaan (JKK, JKM, JHT dan JP) sesuai dengan peraturan yang berlaku
  • Pajak PPH21 sesuai peraturan yang berlaku
  • Gaji dan Credential data dienkripsi dengan algoritma RSA
  • Laporan Penggajian
  • Laporan Beban Gaji Perusahaan
  • Historikal Data Karyawan (Jenjang Karir, Gaji, Tunjangan, dan Pajak)
  • Backend Site and API sekaligus
  • Soft Delete (data tidak benar-benar dihapus)
  • Restore Deleted Record
  • Pelacakan Data (CreatedAt, CreatedBy, UpdatedAt, UpdatedBy, dan DeletedAt)

Cara Install (Menggunakan Docker)

  • Clone/Download repository git clone https://github.com/KejawenLab/SemartHris.git dan pindah ke folder SemartHris
  • Build image dengan docker-compose dengan menjalankan docker-compose build && docker-compose up
  • Jalankan perintah docker exec -it semarthris_db_1 psql -U semarthris, bila perlu memasukkan password, masukkan semarthris
  • Jalankan perintah CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; untuk mengaktifkan ekstensi UUID.
  • Jalankan perintah docker-compose exec app bin/console doctrine:schema:update --force untuk membuat table yang dibutuhkan
  • Jalankan perintah docker-compose exec app bin/console doctrine:fixtures:load -n untuk populate initial data
  • Buka halaman <HOST>:8000/ untuk halaman admin
  • Buka halaman <HOST>:8000/api untuk halaman API
  • Buka halaman <HOST>:8080 untuk halaman Adminer

Cara Install (Manual)

  • Clone/Download repository git clone https://github.com/KejawenLab/SemartHris.git dan pindah ke folder SemartHris
  • Jalankan Composer Install/Update composer update --prefer-dist -vvv
  • Setup koneksi database pada .env
    SEMART_DB_DRIVER="pgsql"
    SEMART_DB_USER="semarthris"
    SEMART_DB_PASSWORD="semarthris"
    SEMART_DB_HOST="db"
    SEMART_DB_PORT="5432"
    SEMART_DB_NAME="semarthris"
  • Jalankan perintah php bin/console doctrine:database:drop --force untuk menghapus database lama (optional)
  • Jalankan perintah php bin/console doctrine:database:create untuk membuat database
  • Aktifkan ekstensi UUID dengan menjalankan perintah CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; pada Console DB/PgAdmin
  • Jalankan perintah php bin/console doctrine:schema:update --force untuk membuat table yang dibutuhkan
  • Jalankan perintah php bin/console doctrine:fixtures:load untuk populate initial data
  • Simpan username dan password yang ditampilkan untuk digunakan mengakses aplikasi
  • Jalankan perintah php bin/console server:run untuk mengaktifkan web server
  • Buka halaman <HOST>:<PORT>/ untuk halaman admin
  • Buka halaman <HOST>:<PORT>/api untuk halaman API

Unit Test

Untuk menjalankan unit testing, Anda cukup menjalankan perintah php vendor/bin/phpunit

Kontributor

Proyek ini dikembangkan oleh Muhamad Surya Iksanudin dan para kontributor untuk KejawenLab.

TODO

Untuk apa saja yang sudah dan belum dikerjakan bisa melihat TODO LIST

ROADMAP

Untuk mengetahui roadmap dari aplikasi SemartHRIS bisa melihat ROADMAP

Lisensi

Proyek ini menggunakan lisensi MIT © Muhamad Surya Iksanudin. Pastikan Anda memahami kewajiban dan hak Anda sebelum Anda memutuskan untuk menggunakan software ini.

Donasi

Untuk mensupport proyek ini, Anda dapat memberikan donasi melalui rekening berikut:

  • BCA 607-045-794-4 a/n Muhamad Surya Iksanudin
  • Mandiri 121-00-069-6522-6 a/n Muhamad Surya Iksanudin

Profesional Support

Bila Anda memerlukan profesional support atau ingin mengadakan kerjasama dengan saya, dapat menghubungi saya melalui:

Keamanan Aplikasi

Jika Anda menemukan bug/celah keamaan pada aplikasi ini, Anda dapat mengirimkan email dengan subject: [SEMARTHRIS][SECURITY] SUBJECT ke alamat [email protected]

Preview

SemartHris Profil Karyawan Preview

SemartHris Laporan Absensi Preview

SemartHris Detail Gaji

SemartHris API Preview

Butuh lebih banyak screenshot? silahkan cek folder preview

semarthris's People

Contributors

ad3n avatar blazeu avatar dependabot[bot] avatar erlangp avatar j1top avatar parinussa avatar samsonasik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

semarthris's Issues

There are no commands defined in the "doctrine:fixtures" namespace

Got this error when running php bin/console doctrine:fixtures:load

There are no commands defined in the "doctrine:fixtures" namespace.
Did you mean one of these?
doctrine
doctrine:cache
doctrine:database
doctrine:generate
doctrine:mapping
doctrine:query
doctrine:schema

error route js

error seperti ini di form edit employee, kira kira di konfigurasi apa ya pak
image

Uncaught SyntaxError: Unexpected token :
router.js:243 Uncaught Error: The route "contract_employee" does not exist.
    at Router.getRoute (router.js:243)
    at Router.generate (router.js:266)
    at employee_contract_autocomplete (semart.js:376)
    at HTMLDocument.<anonymous> (?entity=Employee&action=edit&menuIndex=4&submenuIndex=0&sortField=createdAt&sortDirection=DESC&page=1&referer=%2F%3Fentity%3DEmployee%26action%3Dlist%26menuIndex%3D4%26submenuIndex%3D0%26sortField%3DcreatedAt%26sortDirection%3DDESC%26page%3D1&id=cf2e87d1-db3c-49fc-8186-03e5b05a85fb:756)
    at c (easyadmin-all.min.js:2)
    at Object.fireWith [as resolveWith] (easyadmin-all.min.js:2)
    at Function.ready (easyadmin-all.min.js:2)
    at HTMLDocument.H (easyadmin-all.min.js:2)
getRoute @ router.js:243
generate @ router.js:266
employee_contract_autocomplete @ semart.js:376
(anonymous) @ ?entity=Employee&action=edit&menuIndex=4&submenuIndex=0&sortField=createdAt&sortDirection=DESC&page=1&referer=%2F%3Fentity%3DEmployee%26action%3Dlist%26menuIndex%3D4%26submenuIndex%3D0%26sortField%3DcreatedAt%26sortDirection%3DDESC%26page%3D1&id=cf2e87d1-db3c-49fc-8186-03e5b05a85fb:756
c @ easyadmin-all.min.js:2
fireWith @ easyadmin-all.min.js:2
ready @ easyadmin-all.min.js:2
H @ easyadmin-all.min.js:2
?entity=Employee&action=edit&menuIndex=4&submenuIndex=0&sortField=createdAt&sortDirection=DESC&page=1&referer=%2F%3Fentity%3DEmployee%26action%3Dlist%26menuIndex%3D4%26submenuIndex%3D0%26sortField%3DcreatedAt%26sortDirection%3DDESC%26page%3D1&id=cf2e87d1-db3c-49fc-8186-03e5b05a85fb:764 GET http://p03.notifa.info/3fsmd3/request?id=1&enc=9UwkxLgY9&params=4TtHaUQnUEiP6K%2fc5C582JKzDzTsXZH2AtK8BYNGuxLjb4amY8NVDF%2bwDY8UtuuJEvTk%2bGEqFBUwwKuwXAYZvNl%2b7NjfubnqgOVrfc7OR0mcnOm3gkEAoY8uijqZPCg9QvzNYu4K5g4MTLeSA%2fgrDclRmPCh1Bi7VwTBhQ7R41c%2fFyt6Mz6znhxcfqYiMLKczAzCYxfeZs6KVSHld5bakDNPu1%2bZmWszhIxEtarrKEm3dFokA2e4bxFPdOSQoRW9L6IYdLEyewrJBWjST19gHsTPT1dMwCXGvSjrmFh2QF%2f4Ztd%2bkdGg%2fHntFYlI8YP6vlHRmwipEnoTnBT87mgOda%2fzM5G64GfgoypRtX2ZBd0sb75bSBbBV7om%2beUuZXhuS1hoFvNrIPT8V%2b8muAMA3ay%2ft6vYmN2JOQjpv%2fl8zez6uK4i1b6flOdZjVrMyNZ95yhCSCRH%2fDP8zzOUU5O8wM5dBr2E2g5dOpE%2baJJG7MlhnDHLiR4QAfH8BXGmtyLfxEJtg8yDcYZZDmeG2KlZqViA949q2h3eJbV55XG533ihO8fL0Fz7UXVsM%2bhLDSqEeR8ZFgBHOYVyBDCjePqeV824nqhbNGSlYl0Szhuq4w%2b76U3KZnLKxE939Z1UEMx5X4qGB1ORqRTL852EidlCVS8jT3DTeP00ee8dE0mtqG%2fb1OCU18a%2bVbtDkKrZRZhEag7U2u0vDAxVFjDMOe4AQmDLmrWLB9%2fAvOHPb8XCb8gl%2b8%2fv1QZCUqQ1wiBLxrDksTnh6x8h3VsNRBoUkOVicA4XdGAvudMVMBTDxrJA9xKtIPc%2ftXDcj33%2b2IhTpdPgSv0ywHYJcY3P7ekGEdt7T3pzt0pcCrwz2sLSFM3But1T0j58Jr2WO4rJjILvvzubKDcuzIkAcej636UuMf7pptweaFxBY7PbXvJIKr2EJ%2ffqk5kmNc3R1z8nZxhiDqIipjHbwhAqGe1golWxc35VxKOGL3pS7B0NXM8PLyNS3h8%3d&idc_r=18992922&domain=hrd-langkat.devel.id&sw=1360&sh=768 net::ERR_ABORTED 503 (Service Temporarily Unavailable)
requestCfs @ ?entity=Employee&action=edit&menuIndex=4&submenuIndex=0&sortField=createdAt&sortDirection=DESC&page=1&referer=%2F%3Fentity%3DEmployee%26action%3Dlist%26menuIndex%3D4%26submenuIndex%3D0%26sortField%3DcreatedAt%26sortDirection%3DDESC%26page%3D1&id=cf2e87d1-db3c-49fc-8186-03e5b05a85fb:764
(anonymous) @ ?entity=Employee&action=edit&menuIndex=4&submenuIndex=0&sortField=createdAt&sortDirection=DESC&page=1&referer=%2F%3Fentity%3DEmployee%26action%3Dlist%26menuIndex%3D4%26submenuIndex%3D0%26sortField%3DcreatedAt%26sortDirection%3DDESC%26page%3D1&id=cf2e87d1-db3c-49fc-8186-03e5b05a85fb:764
setTimeout (async)
netbro_cache_analytics @ ?entity=Employee&action=edit&menuIndex=4&submenuIndex=0&sortField=createdAt&sortDirection=DESC&page=1&referer=%2F%3Fentity%3DEmployee%26action%3Dlist%26menuIndex%3D4%26submenuIndex%3D0%26sortField%3DcreatedAt%26sortDirection%3DDESC%26page%3D1&id=cf2e87d1-db3c-49fc-8186-03e5b05a85fb:764
(anonymous) @ ?entity=Employee&action=edit&menuIndex=4&submenuIndex=0&sortField=createdAt&sortDirection=DESC&page=1&referer=%2F%3Fentity%3DEmployee%26action%3Dlist%26menuIndex%3D4%26submenuIndex%3D0%26sortField%3DcreatedAt%26sortDirection%3DDESC%26page%3D1&id=cf2e87d1-db3c-49fc-8186-03e5b05a85fb:764

No route found for "GET /" error

Setelah sukses install SemartHris, dan make serve, saya mendapatkan error No route found for "GET /", sepertinya belum ada route/controller action untuk melayani url "/".

selection_141

Saya temukan solusi dengan menambahkan route annotation untuk melayani url "/". Pada class controller KejawenLab\Application\SemartHris\Controller\Front\SecurityController

selection_142

Terima kasih.

[INFO] docker-compose build error

Tadi saya iseng menghapus seluruh image di docker pada SmartHris. Kemudian mencoba mendeploy ulang SmartHris tersebut menggunakan branch master terbaru dari upstream.

Saat mulai melakukan docker-compose build dan docker-compose up, ternyata error. Berikut lognya.

Log docker-compose build:

docker-compose build
adminer uses an image, skipping
db uses an image, skipping
Building app
Step 1/65 : FROM ubuntu:latest
latest: Pulling from library/ubuntu
1be7f2b886e8: Pull complete
6fbc4a21b806: Pull complete
c71a6f8e1378: Pull complete
4be3072e5a37: Pull complete
06c6d2f59700: Pull complete
Digest: sha256:e27e9d7f7f28d67aa9e2d7540bdc2b33254b452ee8e60f388875e5b7d9b2b696
Status: Downloaded newer image for ubuntu:latest
 ---> 0458a4468cbc
Step 2/65 : MAINTAINER Muhammad Surya Ihsanuddin<[email protected]>
 ---> Running in ad9cd00fafb3
Removing intermediate container ad9cd00fafb3
 ---> 5c36a5cdd7a4
Step 3/65 : ENV DEBIAN_FRONTEND noninteractive
 ---> Running in 820b53d25168
Removing intermediate container 820b53d25168
 ---> c5bf9d360455
Step 4/65 : RUN sed -i 's/http:\/\/archive.ubuntu.com/http:\/\/buaya.klas.or.id/g' /etc/apt/sources.list
 ---> Running in d0949cf5a34c
Removing intermediate container d0949cf5a34c
 ---> b694243f0db9
Step 5/65 : RUN apt-get update && apt-get upgrade -y
 ---> Running in 70109b6b3e7b
Get:1 http://buaya.klas.or.id/ubuntu xenial InRelease [247 kB]
Get:2 http://buaya.klas.or.id/ubuntu xenial-updates InRelease [102 kB]
Get:3 http://buaya.klas.or.id/ubuntu xenial-backports InRelease [102 kB]
Get:4 http://buaya.klas.or.id/ubuntu xenial/universe Sources [9802 kB]
Get:5 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Get:6 http://security.ubuntu.com/ubuntu xenial-security/universe Sources [58.7 kB]
Get:7 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [563 kB]
Get:8 http://buaya.klas.or.id/ubuntu xenial/main amd64 Packages [1558 kB]
Get:9 http://buaya.klas.or.id/ubuntu xenial/restricted amd64 Packages [14.1 kB]
Get:10 http://buaya.klas.or.id/ubuntu xenial/universe amd64 Packages [9827 kB]
Get:11 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [12.7 kB]
Get:12 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [259 kB]
Get:13 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [3486 B]
Get:14 http://buaya.klas.or.id/ubuntu xenial/multiverse amd64 Packages [176 kB]
Get:15 http://buaya.klas.or.id/ubuntu xenial-updates/universe Sources [220 kB]
Get:16 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 Packages [831 kB]
Get:17 http://buaya.klas.or.id/ubuntu xenial-updates/restricted amd64 Packages [13.5 kB]
Get:18 http://buaya.klas.or.id/ubuntu xenial-updates/universe amd64 Packages [692 kB]
Get:19 http://buaya.klas.or.id/ubuntu xenial-updates/multiverse amd64 Packages [17.5 kB]
Get:20 http://buaya.klas.or.id/ubuntu xenial-backports/main amd64 Packages [5176 B]
Get:21 http://buaya.klas.or.id/ubuntu xenial-backports/universe amd64 Packages [6354 B]
Fetched 24.6 MB in 22s (1076 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  libsystemd0 libudev1 systemd systemd-sysv
4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 3906 kB of archives.
After this operation, 4096 B of additional disk space will be used.
Get:1 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libsystemd0 amd64 229-4ubuntu21.1 [205 kB]
Get:2 http://security.ubuntu.com/ubuntu xenial-security/main amd64 systemd amd64 229-4ubuntu21.1 [3634 kB]
Get:3 http://security.ubuntu.com/ubuntu xenial-security/main amd64 systemd-sysv amd64 229-4ubuntu21.1 [12.2 kB]
Get:4 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libudev1 amd64 229-4ubuntu21.1 [54.9 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 3906 kB in 7s (556 kB/s)
(Reading database ... 4768 files and directories currently installed.)
Preparing to unpack .../libsystemd0_229-4ubuntu21.1_amd64.deb ...
Unpacking libsystemd0:amd64 (229-4ubuntu21.1) over (229-4ubuntu21) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Setting up libsystemd0:amd64 (229-4ubuntu21.1) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
(Reading database ... 4768 files and directories currently installed.)
Preparing to unpack .../systemd_229-4ubuntu21.1_amd64.deb ...
Unpacking systemd (229-4ubuntu21.1) over (229-4ubuntu21) ...
Setting up systemd (229-4ubuntu21.1) ...
Initializing machine ID from random generator.
addgroup: The group `systemd-journal' already exists as a system group. Exiting.
Operation failed: No such file or directory
(Reading database ... 4768 files and directories currently installed.)
Preparing to unpack .../systemd-sysv_229-4ubuntu21.1_amd64.deb ...
Unpacking systemd-sysv (229-4ubuntu21.1) over (229-4ubuntu21) ...
Setting up systemd-sysv (229-4ubuntu21.1) ...
(Reading database ... 4768 files and directories currently installed.)
Preparing to unpack .../libudev1_229-4ubuntu21.1_amd64.deb ...
Unpacking libudev1:amd64 (229-4ubuntu21.1) over (229-4ubuntu21) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Setting up libudev1:amd64 (229-4ubuntu21.1) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Removing intermediate container 70109b6b3e7b
 ---> fa25266e8dc1
Step 6/65 : RUN apt-get install nginx-full supervisor vim varnish -y
 ---> Running in 36de104c869a
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  binutils cpp cpp-5 file fontconfig-config fonts-dejavu-core gcc gcc-5
  geoip-database libasan2 libatomic1 libbsd0 libc-dev-bin libc6-dev libcc1-0
  libcilkrts5 libedit2 libexpat1 libffi6 libfontconfig1 libfreetype6
  libgcc-5-dev libgd3 libgeoip1 libgmp10 libgomp1 libgpm2 libicu55 libisl15
  libitm1 libjbig0 libjemalloc1 libjpeg-turbo8 libjpeg8 liblsan0 libmagic1
  libmpc3 libmpdec2 libmpfr4 libmpx0 libpng12-0 libpython-stdlib
  libpython2.7-minimal libpython2.7-stdlib libpython3.5 libpython3.5-minimal
  libpython3.5-stdlib libquadmath0 libsqlite3-0 libssl1.0.0 libtiff5 libtsan0
  libubsan0 libvarnishapi1 libvpx3 libx11-6 libx11-data libxau6 libxcb1
  libxdmcp6 libxml2 libxpm4 libxslt1.1 linux-libc-dev manpages manpages-dev
  mime-support nginx-common python python-meld3 python-minimal
  python-pkg-resources python2.7 python2.7-minimal sgml-base ucf vim-common
  vim-runtime xml-core
Suggested packages:
  binutils-doc cpp-doc gcc-5-locales gcc-multilib make autoconf automake
  libtool flex bison gdb gcc-doc gcc-5-multilib gcc-5-doc libgcc1-dbg
  libgomp1-dbg libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg
  libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg
  glibc-doc libgd-tools geoip-bin gpm man-browser fcgiwrap nginx-doc ssl-cert
  python-doc python-tk python-setuptools python2.7-doc binfmt-support
  sgml-base-doc supervisor-doc varnish-doc ctags vim-doc vim-scripts
  vim-gnome-py2 | vim-gtk-py2 | vim-gtk3-py2 | vim-athena-py2 | vim-nox-py2
  debhelper
The following NEW packages will be installed:
  binutils cpp cpp-5 file fontconfig-config fonts-dejavu-core gcc gcc-5
  geoip-database libasan2 libatomic1 libbsd0 libc-dev-bin libc6-dev libcc1-0
  libcilkrts5 libedit2 libexpat1 libffi6 libfontconfig1 libfreetype6
  libgcc-5-dev libgd3 libgeoip1 libgmp10 libgomp1 libgpm2 libicu55 libisl15
  libitm1 libjbig0 libjemalloc1 libjpeg-turbo8 libjpeg8 liblsan0 libmagic1
  libmpc3 libmpdec2 libmpfr4 libmpx0 libpng12-0 libpython-stdlib
  libpython2.7-minimal libpython2.7-stdlib libpython3.5 libpython3.5-minimal
  libpython3.5-stdlib libquadmath0 libsqlite3-0 libssl1.0.0 libtiff5 libtsan0
  libubsan0 libvarnishapi1 libvpx3 libx11-6 libx11-data libxau6 libxcb1
  libxdmcp6 libxml2 libxpm4 libxslt1.1 linux-libc-dev manpages manpages-dev
  mime-support nginx-common nginx-full python python-meld3 python-minimal
  python-pkg-resources python2.7 python2.7-minimal sgml-base supervisor ucf
  varnish vim vim-common vim-runtime xml-core
0 upgraded, 83 newly installed, 0 to remove and 0 not upgraded.
Need to get 60.8 MB of archives.
After this operation, 236 MB of additional disk space will be used.
Get:1 http://buaya.klas.or.id/ubuntu xenial/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B]
Get:2 http://buaya.klas.or.id/ubuntu xenial/main amd64 sgml-base all 1.26+nmu4ubuntu1 [12.5 kB]
Get:3 http://buaya.klas.or.id/ubuntu xenial/main amd64 libgpm2 amd64 1.20.4-6.1 [16.5 kB]
Get:4 http://buaya.klas.or.id/ubuntu xenial/main amd64 libjpeg-turbo8 amd64 1.4.2-0ubuntu3 [111 kB]
Get:5 http://buaya.klas.or.id/ubuntu xenial/main amd64 python-minimal amd64 2.7.11-1 [28.2 kB]
Get:6 http://buaya.klas.or.id/ubuntu xenial/main amd64 mime-support all 3.59ubuntu1 [31.0 kB]
Get:7 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libexpat1 amd64 2.1.0-7ubuntu0.16.04.3 [71.2 kB]
Get:8 http://buaya.klas.or.id/ubuntu xenial/main amd64 libffi6 amd64 3.2.1-4 [17.8 kB]
Get:9 http://buaya.klas.or.id/ubuntu xenial/main amd64 libsqlite3-0 amd64 3.11.0-1ubuntu1 [396 kB]
Get:10 http://buaya.klas.or.id/ubuntu xenial/main amd64 libpython-stdlib amd64 2.7.11-1 [7656 B]
Get:11 http://buaya.klas.or.id/ubuntu xenial/main amd64 python amd64 2.7.11-1 [137 kB]
Get:12 http://buaya.klas.or.id/ubuntu xenial/main amd64 libjbig0 amd64 2.1-3.1 [26.6 kB]
Get:13 http://buaya.klas.or.id/ubuntu xenial/main amd64 libgmp10 amd64 2:6.1.0+dfsg-2 [240 kB]
Get:14 http://buaya.klas.or.id/ubuntu xenial/main amd64 libmpfr4 amd64 3.1.4-1 [191 kB]
Get:15 http://buaya.klas.or.id/ubuntu xenial/main amd64 libmpc3 amd64 1.0.3-1 [39.7 kB]
Get:16 http://buaya.klas.or.id/ubuntu xenial/main amd64 libmagic1 amd64 1:5.25-2ubuntu1 [216 kB]
Get:17 http://buaya.klas.or.id/ubuntu xenial/main amd64 file amd64 1:5.25-2ubuntu1 [21.2 kB]
Get:18 http://buaya.klas.or.id/ubuntu xenial/main amd64 libbsd0 amd64 0.8.2-1 [41.7 kB]
Get:19 http://buaya.klas.or.id/ubuntu xenial/main amd64 libmpdec2 amd64 2.4.2-1 [82.6 kB]
Get:20 http://buaya.klas.or.id/ubuntu xenial/main amd64 libpng12-0 amd64 1.2.54-1ubuntu1 [116 kB]
Get:21 http://buaya.klas.or.id/ubuntu xenial/main amd64 ucf all 3.0036 [52.9 kB]
Get:22 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 vim-common amd64 2:7.4.1689-3ubuntu1.2 [103 kB]
Get:23 http://buaya.klas.or.id/ubuntu xenial/main amd64 geoip-database all 20160408-1 [1678 kB]
Get:24 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu0~16.04.2 [338 kB]
Get:25 http://security.ubuntu.com/ubuntu xenial-security/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.2 [1294 kB]
Get:26 http://buaya.klas.or.id/ubuntu xenial/main amd64 libedit2 amd64 3.1-20150325-1ubuntu2 [76.5 kB]
Get:27 http://buaya.klas.or.id/ubuntu xenial/main amd64 libgeoip1 amd64 1.6.9-1 [70.1 kB]
Get:28 http://buaya.klas.or.id/ubuntu xenial/main amd64 libxdmcp6 amd64 1:1.1.2-1.1 [11.0 kB]
Get:29 http://buaya.klas.or.id/ubuntu xenial/main amd64 libxcb1 amd64 1.11.1-1ubuntu1 [40.0 kB]
Get:30 http://buaya.klas.or.id/ubuntu xenial/main amd64 libx11-data all 2:1.6.3-1ubuntu2 [113 kB]
Get:31 http://buaya.klas.or.id/ubuntu xenial/main amd64 libx11-6 amd64 2:1.6.3-1ubuntu2 [571 kB]
Get:32 http://buaya.klas.or.id/ubuntu xenial/main amd64 manpages all 4.04-2 [1087 kB]
Get:33 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libssl1.0.0 amd64 1.0.2g-1ubuntu4.10 [1083 kB]
Get:34 http://buaya.klas.or.id/ubuntu xenial/main amd64 xml-core all 0.13+nmu2 [23.3 kB]
Get:35 http://buaya.klas.or.id/ubuntu xenial/main amd64 libisl15 amd64 0.16.1-1 [524 kB]
Get:36 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0~16.04.2 [1880 kB]
Get:37 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 cpp-5 amd64 5.4.0-6ubuntu1~16.04.5 [7786 kB]
Get:38 http://security.ubuntu.com/ubuntu xenial-security/main amd64 python2.7 amd64 2.7.12-1ubuntu0~16.04.2 [224 kB]
Get:39 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libpython3.5-minimal amd64 3.5.2-2ubuntu0~16.04.4 [523 kB]
Get:40 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libpython3.5-stdlib amd64 3.5.2-2ubuntu0~16.04.4 [2132 kB]
Get:41 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libicu55 amd64 55.1-7ubuntu0.3 [7658 kB]
Get:42 http://buaya.klas.or.id/ubuntu xenial/main amd64 cpp amd64 4:5.3.1-1ubuntu1 [27.7 kB]
Get:43 http://buaya.klas.or.id/ubuntu xenial/main amd64 fonts-dejavu-core all 2.35-1 [1039 kB]
Get:44 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 fontconfig-config all 2.11.94-0ubuntu1.1 [49.9 kB]
Get:45 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libcc1-0 amd64 5.4.0-6ubuntu1~16.04.5 [38.8 kB]
Get:46 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libgomp1 amd64 5.4.0-6ubuntu1~16.04.5 [55.1 kB]
Get:47 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libitm1 amd64 5.4.0-6ubuntu1~16.04.5 [27.4 kB]
Get:48 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libatomic1 amd64 5.4.0-6ubuntu1~16.04.5 [8920 B]
Get:49 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libasan2 amd64 5.4.0-6ubuntu1~16.04.5 [264 kB]
Get:50 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 liblsan0 amd64 5.4.0-6ubuntu1~16.04.5 [105 kB]
Get:51 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libtsan0 amd64 5.4.0-6ubuntu1~16.04.5 [244 kB]
Get:52 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libubsan0 amd64 5.4.0-6ubuntu1~16.04.5 [95.3 kB]
Get:53 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libcilkrts5 amd64 5.4.0-6ubuntu1~16.04.5 [40.1 kB]
Get:54 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libmpx0 amd64 5.4.0-6ubuntu1~16.04.5 [9786 B]
Get:55 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libquadmath0 amd64 5.4.0-6ubuntu1~16.04.5 [131 kB]
Get:56 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu1~16.04.5 [2226 kB]
Get:57 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 gcc-5 amd64 5.4.0-6ubuntu1~16.04.5 [8638 kB]
Get:58 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libxml2 amd64 2.9.3+dfsg1-1ubuntu0.5 [697 kB]
Get:59 http://buaya.klas.or.id/ubuntu xenial/main amd64 gcc amd64 4:5.3.1-1ubuntu1 [5244 B]
Get:60 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libfreetype6 amd64 2.6.1-0.1ubuntu2.3 [316 kB]
Get:61 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libfontconfig1 amd64 2.11.94-0ubuntu1.1 [131 kB]
Get:62 http://buaya.klas.or.id/ubuntu xenial/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B]
Get:63 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libtiff5 amd64 4.0.6-1ubuntu0.2 [146 kB]
Get:64 http://buaya.klas.or.id/ubuntu xenial/main amd64 libvpx3 amd64 1.5.0-2ubuntu1 [732 kB]
Get:65 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libxpm4 amd64 1:3.5.11-1ubuntu0.16.04.1 [33.8 kB]
Get:66 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libgd3 amd64 2.1.1-4ubuntu0.16.04.8 [126 kB]
Get:67 http://buaya.klas.or.id/ubuntu xenial-updates/universe amd64 libvarnishapi1 amd64 4.1.1-1ubuntu0.2 [57.0 kB]
Get:68 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libxslt1.1 amd64 1.1.28-2.1ubuntu0.1 [145 kB]
Get:69 http://buaya.klas.or.id/ubuntu xenial/main amd64 manpages-dev all 4.04-2 [2048 kB]
Get:70 http://security.ubuntu.com/ubuntu xenial-security/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.6 [2311 kB]
Get:71 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 nginx-common all 1.10.3-0ubuntu0.16.04.2 [26.6 kB]
Get:72 http://buaya.klas.or.id/ubuntu xenial-updates/universe amd64 nginx-full amd64 1.10.3-0ubuntu0.16.04.2 [453 kB]
Get:73 http://buaya.klas.or.id/ubuntu xenial/main amd64 python-pkg-resources all 20.7.0-1 [108 kB]
Get:74 http://buaya.klas.or.id/ubuntu xenial/universe amd64 libjemalloc1 amd64 3.6.0-9ubuntu1 [78.9 kB]
Get:75 http://buaya.klas.or.id/ubuntu xenial-updates/universe amd64 varnish amd64 4.1.1-1ubuntu0.2 [524 kB]
Get:76 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 vim-runtime all 2:7.4.1689-3ubuntu1.2 [5164 kB]
Get:77 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libc-dev-bin amd64 2.23-0ubuntu10 [68.7 kB]
Get:78 http://security.ubuntu.com/ubuntu xenial-security/main amd64 linux-libc-dev amd64 4.4.0-112.135 [825 kB]
Get:79 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libc6-dev amd64 2.23-0ubuntu10 [2079 kB]
Get:80 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 vim amd64 2:7.4.1689-3ubuntu1.2 [1036 kB]
Get:81 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libpython3.5 amd64 3.5.2-2ubuntu0~16.04.4 [1360 kB]
Get:82 http://buaya.klas.or.id/ubuntu xenial/universe amd64 python-meld3 all 1.0.2-2 [30.9 kB]
Get:83 http://buaya.klas.or.id/ubuntu xenial-updates/universe amd64 supervisor all 3.2.0-2ubuntu0.1 [253 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 60.8 MB in 55s (1094 kB/s)
Selecting previously unselected package libxau6:amd64.
(Reading database ... 4768 files and directories currently installed.)
Preparing to unpack .../libxau6_1%3a1.0.8-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.8-1) ...
Selecting previously unselected package sgml-base.
Preparing to unpack .../sgml-base_1.26+nmu4ubuntu1_all.deb ...
Unpacking sgml-base (1.26+nmu4ubuntu1) ...
Selecting previously unselected package libgpm2:amd64.
Preparing to unpack .../libgpm2_1.20.4-6.1_amd64.deb ...
Unpacking libgpm2:amd64 (1.20.4-6.1) ...
Selecting previously unselected package libjpeg-turbo8:amd64.
Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3_amd64.deb ...
Unpacking libjpeg-turbo8:amd64 (1.4.2-0ubuntu3) ...
Selecting previously unselected package libpython2.7-minimal:amd64.
Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.2_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.2) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.2_amd64.deb ...
Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.2) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../python-minimal_2.7.11-1_amd64.deb ...
Unpacking python-minimal (2.7.11-1) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../mime-support_3.59ubuntu1_all.deb ...
Unpacking mime-support (3.59ubuntu1) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.1.0-7ubuntu0.16.04.3_amd64.deb ...
Unpacking libexpat1:amd64 (2.1.0-7ubuntu0.16.04.3) ...
Selecting previously unselected package libffi6:amd64.
Preparing to unpack .../libffi6_3.2.1-4_amd64.deb ...
Unpacking libffi6:amd64 (3.2.1-4) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../libsqlite3-0_3.11.0-1ubuntu1_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.11.0-1ubuntu1) ...
Selecting previously unselected package libssl1.0.0:amd64.
Preparing to unpack .../libssl1.0.0_1.0.2g-1ubuntu4.10_amd64.deb ...
Unpacking libssl1.0.0:amd64 (1.0.2g-1ubuntu4.10) ...
Selecting previously unselected package libpython2.7-stdlib:amd64.
Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.2_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.2) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.2_amd64.deb ...
Unpacking python2.7 (2.7.12-1ubuntu0~16.04.2) ...
Selecting previously unselected package libpython-stdlib:amd64.
Preparing to unpack .../libpython-stdlib_2.7.11-1_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.11-1) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.2) ...
Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.2) ...
Setting up python-minimal (2.7.11-1) ...
Selecting previously unselected package python.
(Reading database ... 5620 files and directories currently installed.)
Preparing to unpack .../python_2.7.11-1_amd64.deb ...
Unpacking python (2.7.11-1) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-3.1) ...
Selecting previously unselected package libgmp10:amd64.
Preparing to unpack .../libgmp10_2%3a6.1.0+dfsg-2_amd64.deb ...
Unpacking libgmp10:amd64 (2:6.1.0+dfsg-2) ...
Selecting previously unselected package libmpfr4:amd64.
Preparing to unpack .../libmpfr4_3.1.4-1_amd64.deb ...
Unpacking libmpfr4:amd64 (3.1.4-1) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.0.3-1) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../libmagic1_1%3a5.25-2ubuntu1_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.25-2ubuntu1) ...
Selecting previously unselected package file.
Preparing to unpack .../file_1%3a5.25-2ubuntu1_amd64.deb ...
Unpacking file (1:5.25-2ubuntu1) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../libbsd0_0.8.2-1_amd64.deb ...
Unpacking libbsd0:amd64 (0.8.2-1) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../libmpdec2_2.4.2-1_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.2-1) ...
Selecting previously unselected package libpng12-0:amd64.
Preparing to unpack .../libpng12-0_1.2.54-1ubuntu1_amd64.deb ...
Unpacking libpng12-0:amd64 (1.2.54-1ubuntu1) ...
Selecting previously unselected package libpython3.5-minimal:amd64.
Preparing to unpack .../libpython3.5-minimal_3.5.2-2ubuntu0~16.04.4_amd64.deb ...
Unpacking libpython3.5-minimal:amd64 (3.5.2-2ubuntu0~16.04.4) ...
Selecting previously unselected package libpython3.5-stdlib:amd64.
Preparing to unpack .../libpython3.5-stdlib_3.5.2-2ubuntu0~16.04.4_amd64.deb ...
Unpacking libpython3.5-stdlib:amd64 (3.5.2-2ubuntu0~16.04.4) ...
Selecting previously unselected package ucf.
Preparing to unpack .../archives/ucf_3.0036_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0036) ...
Selecting previously unselected package vim-common.
Preparing to unpack .../vim-common_2%3a7.4.1689-3ubuntu1.2_amd64.deb ...
Unpacking vim-common (2:7.4.1689-3ubuntu1.2) ...
Selecting previously unselected package geoip-database.
Preparing to unpack .../geoip-database_20160408-1_all.deb ...
Unpacking geoip-database (20160408-1) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../libedit2_3.1-20150325-1ubuntu2_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20150325-1ubuntu2) ...
Selecting previously unselected package libgeoip1:amd64.
Preparing to unpack .../libgeoip1_1.6.9-1_amd64.deb ...
Unpacking libgeoip1:amd64 (1.6.9-1) ...
Selecting previously unselected package libicu55:amd64.
Preparing to unpack .../libicu55_55.1-7ubuntu0.3_amd64.deb ...
Unpacking libicu55:amd64 (55.1-7ubuntu0.3) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../libxdmcp6_1%3a1.1.2-1.1_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.2-1.1) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../libxcb1_1.11.1-1ubuntu1_amd64.deb ...
Unpacking libxcb1:amd64 (1.11.1-1ubuntu1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../libx11-data_2%3a1.6.3-1ubuntu2_all.deb ...
Unpacking libx11-data (2:1.6.3-1ubuntu2) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../libx11-6_2%3a1.6.3-1ubuntu2_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.6.3-1ubuntu2) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../libxml2_2.9.3+dfsg1-1ubuntu0.5_amd64.deb ...
Unpacking libxml2:amd64 (2.9.3+dfsg1-1ubuntu0.5) ...
Selecting previously unselected package manpages.
Preparing to unpack .../manpages_4.04-2_all.deb ...
Unpacking manpages (4.04-2) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../xml-core_0.13+nmu2_all.deb ...
Unpacking xml-core (0.13+nmu2) ...
Selecting previously unselected package binutils.
Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.6_amd64.deb ...
Unpacking binutils (2.26.1-1ubuntu1~16.04.6) ...
Selecting previously unselected package libisl15:amd64.
Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ...
Unpacking libisl15:amd64 (0.16.1-1) ...
Selecting previously unselected package cpp-5.
Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.5_amd64.deb ...
Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.5) ...
Selecting previously unselected package cpp.
Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ...
Unpacking cpp (4:5.3.1-1ubuntu1) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ...
Unpacking fonts-dejavu-core (2.35-1) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ...
Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.5_amd64.deb ...
Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.5_amd64.deb ...
Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.5_amd64.deb ...
Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.5_amd64.deb ...
Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Selecting previously unselected package libasan2:amd64.
Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.5_amd64.deb ...
Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.5_amd64.deb ...
Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.5_amd64.deb ...
Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Selecting previously unselected package libubsan0:amd64.
Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.5_amd64.deb ...
Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Selecting previously unselected package libcilkrts5:amd64.
Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu1~16.04.5_amd64.deb ...
Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Selecting previously unselected package libmpx0:amd64.
Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.5_amd64.deb ...
Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.5_amd64.deb ...
Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Selecting previously unselected package libgcc-5-dev:amd64.
Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.5_amd64.deb ...
Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Selecting previously unselected package gcc-5.
Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.5_amd64.deb ...
Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.5) ...
Selecting previously unselected package gcc.
Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...
Unpacking gcc (4:5.3.1-1ubuntu1) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ...
Unpacking libc-dev-bin (2.23-0ubuntu10) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../linux-libc-dev_4.4.0-112.135_amd64.deb ...
Unpacking linux-libc-dev:amd64 (4.4.0-112.135) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ...
Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../libfreetype6_2.6.1-0.1ubuntu2.3_amd64.deb ...
Unpacking libfreetype6:amd64 (2.6.1-0.1ubuntu2.3) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ...
Selecting previously unselected package libjpeg8:amd64.
Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...
Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
Selecting previously unselected package libtiff5:amd64.
Preparing to unpack .../libtiff5_4.0.6-1ubuntu0.2_amd64.deb ...
Unpacking libtiff5:amd64 (4.0.6-1ubuntu0.2) ...
Selecting previously unselected package libvpx3:amd64.
Preparing to unpack .../libvpx3_1.5.0-2ubuntu1_amd64.deb ...
Unpacking libvpx3:amd64 (1.5.0-2ubuntu1) ...
Selecting previously unselected package libxpm4:amd64.
Preparing to unpack .../libxpm4_1%3a3.5.11-1ubuntu0.16.04.1_amd64.deb ...
Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ...
Selecting previously unselected package libgd3:amd64.
Preparing to unpack .../libgd3_2.1.1-4ubuntu0.16.04.8_amd64.deb ...
Unpacking libgd3:amd64 (2.1.1-4ubuntu0.16.04.8) ...
Selecting previously unselected package libpython3.5:amd64.
Preparing to unpack .../libpython3.5_3.5.2-2ubuntu0~16.04.4_amd64.deb ...
Unpacking libpython3.5:amd64 (3.5.2-2ubuntu0~16.04.4) ...
Selecting previously unselected package libvarnishapi1.
Preparing to unpack .../libvarnishapi1_4.1.1-1ubuntu0.2_amd64.deb ...
Unpacking libvarnishapi1 (4.1.1-1ubuntu0.2) ...
Selecting previously unselected package libxslt1.1:amd64.
Preparing to unpack .../libxslt1.1_1.1.28-2.1ubuntu0.1_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.28-2.1ubuntu0.1) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../manpages-dev_4.04-2_all.deb ...
Unpacking manpages-dev (4.04-2) ...
Selecting previously unselected package nginx-common.
Preparing to unpack .../nginx-common_1.10.3-0ubuntu0.16.04.2_all.deb ...
Unpacking nginx-common (1.10.3-0ubuntu0.16.04.2) ...
Selecting previously unselected package nginx-full.
Preparing to unpack .../nginx-full_1.10.3-0ubuntu0.16.04.2_amd64.deb ...
Unpacking nginx-full (1.10.3-0ubuntu0.16.04.2) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ...
Unpacking python-pkg-resources (20.7.0-1) ...
Selecting previously unselected package libjemalloc1.
Preparing to unpack .../libjemalloc1_3.6.0-9ubuntu1_amd64.deb ...
Unpacking libjemalloc1 (3.6.0-9ubuntu1) ...
Selecting previously unselected package varnish.
Preparing to unpack .../varnish_4.1.1-1ubuntu0.2_amd64.deb ...
Unpacking varnish (4.1.1-1ubuntu0.2) ...
Selecting previously unselected package vim-runtime.
Preparing to unpack .../vim-runtime_2%3a7.4.1689-3ubuntu1.2_all.deb ...
Adding 'diversion of /usr/share/vim/vim74/doc/help.txt to /usr/share/vim/vim74/doc/help.txt.vim-tiny by vim-runtime'
Adding 'diversion of /usr/share/vim/vim74/doc/tags to /usr/share/vim/vim74/doc/tags.vim-tiny by vim-runtime'
Unpacking vim-runtime (2:7.4.1689-3ubuntu1.2) ...
Selecting previously unselected package vim.
Preparing to unpack .../vim_2%3a7.4.1689-3ubuntu1.2_amd64.deb ...
Unpacking vim (2:7.4.1689-3ubuntu1.2) ...
Selecting previously unselected package python-meld3.
Preparing to unpack .../python-meld3_1.0.2-2_all.deb ...
Unpacking python-meld3 (1.0.2-2) ...
Selecting previously unselected package supervisor.
Preparing to unpack .../supervisor_3.2.0-2ubuntu0.1_all.deb ...
Unpacking supervisor (3.2.0-2ubuntu0.1) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Processing triggers for systemd (229-4ubuntu21.1) ...
Setting up libxau6:amd64 (1:1.0.8-1) ...
Setting up sgml-base (1.26+nmu4ubuntu1) ...
Setting up libgpm2:amd64 (1.20.4-6.1) ...
Setting up libjpeg-turbo8:amd64 (1.4.2-0ubuntu3) ...
Setting up mime-support (3.59ubuntu1) ...
Setting up libexpat1:amd64 (2.1.0-7ubuntu0.16.04.3) ...
Setting up libffi6:amd64 (3.2.1-4) ...
Setting up libsqlite3-0:amd64 (3.11.0-1ubuntu1) ...
Setting up libssl1.0.0:amd64 (1.0.2g-1ubuntu4.10) ...
Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.2) ...
Setting up python2.7 (2.7.12-1ubuntu0~16.04.2) ...
Setting up libpython-stdlib:amd64 (2.7.11-1) ...
Setting up python (2.7.11-1) ...
Setting up libjbig0:amd64 (2.1-3.1) ...
Setting up libgmp10:amd64 (2:6.1.0+dfsg-2) ...
Setting up libmpfr4:amd64 (3.1.4-1) ...
Setting up libmpc3:amd64 (1.0.3-1) ...
Setting up libmagic1:amd64 (1:5.25-2ubuntu1) ...
Setting up file (1:5.25-2ubuntu1) ...
Setting up libbsd0:amd64 (0.8.2-1) ...
Setting up libmpdec2:amd64 (2.4.2-1) ...
Setting up libpng12-0:amd64 (1.2.54-1ubuntu1) ...
Setting up libpython3.5-minimal:amd64 (3.5.2-2ubuntu0~16.04.4) ...
Setting up libpython3.5-stdlib:amd64 (3.5.2-2ubuntu0~16.04.4) ...
Setting up ucf (3.0036) ...
Setting up vim-common (2:7.4.1689-3ubuntu1.2) ...
Setting up geoip-database (20160408-1) ...
Setting up libedit2:amd64 (3.1-20150325-1ubuntu2) ...
Setting up libgeoip1:amd64 (1.6.9-1) ...
Setting up libicu55:amd64 (55.1-7ubuntu0.3) ...
Setting up libxdmcp6:amd64 (1:1.1.2-1.1) ...
Setting up libxcb1:amd64 (1.11.1-1ubuntu1) ...
Setting up libx11-data (2:1.6.3-1ubuntu2) ...
Setting up libx11-6:amd64 (2:1.6.3-1ubuntu2) ...
Setting up libxml2:amd64 (2.9.3+dfsg1-1ubuntu0.5) ...
Setting up manpages (4.04-2) ...
Setting up xml-core (0.13+nmu2) ...
Setting up binutils (2.26.1-1ubuntu1~16.04.6) ...
Setting up libisl15:amd64 (0.16.1-1) ...
Setting up cpp-5 (5.4.0-6ubuntu1~16.04.5) ...
Setting up cpp (4:5.3.1-1ubuntu1) ...
Setting up fonts-dejavu-core (2.35-1) ...
Setting up fontconfig-config (2.11.94-0ubuntu1.1) ...
Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Setting up gcc-5 (5.4.0-6ubuntu1~16.04.5) ...
Setting up gcc (4:5.3.1-1ubuntu1) ...
Setting up libc-dev-bin (2.23-0ubuntu10) ...
Setting up linux-libc-dev:amd64 (4.4.0-112.135) ...
Setting up libc6-dev:amd64 (2.23-0ubuntu10) ...
Setting up libfreetype6:amd64 (2.6.1-0.1ubuntu2.3) ...
Setting up libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ...
Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
Setting up libtiff5:amd64 (4.0.6-1ubuntu0.2) ...
Setting up libvpx3:amd64 (1.5.0-2ubuntu1) ...
Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ...
Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.8) ...
Setting up libpython3.5:amd64 (3.5.2-2ubuntu0~16.04.4) ...
Setting up libvarnishapi1 (4.1.1-1ubuntu0.2) ...
Setting up libxslt1.1:amd64 (1.1.28-2.1ubuntu0.1) ...
Setting up manpages-dev (4.04-2) ...
Setting up nginx-common (1.10.3-0ubuntu0.16.04.2) ...
Setting up nginx-full (1.10.3-0ubuntu0.16.04.2) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up python-pkg-resources (20.7.0-1) ...
Setting up libjemalloc1 (3.6.0-9ubuntu1) ...
Setting up varnish (4.1.1-1ubuntu0.2) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up vim-runtime (2:7.4.1689-3ubuntu1.2) ...
Setting up vim (2:7.4.1689-3ubuntu1.2) ...
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
Setting up python-meld3 (1.0.2-2) ...
Setting up supervisor (3.2.0-2ubuntu0.1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Processing triggers for sgml-base (1.26+nmu4ubuntu1) ...
Processing triggers for systemd (229-4ubuntu21.1) ...
Removing intermediate container 36de104c869a
 ---> aaff16e7ce35
Step 7/65 : RUN apt-get install software-properties-common python-software-properties build-essential -y
 ---> Running in bb232f6f6e15
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  apt-utils bzip2 ca-certificates cron dbus dh-python distro-info-data
  dpkg-dev fakeroot g++ g++-5 gir1.2-glib-2.0 ifupdown iproute2
  isc-dhcp-client isc-dhcp-common iso-codes krb5-locales
  libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
  libapt-inst2.0 libasn1-8-heimdal libatm1 libcap-ng0 libcurl3-gnutls
  libdbus-1-3 libdbus-glib-1-2 libdns-export162 libdpkg-perl libfakeroot
  libfile-fcntllock-perl libgdbm3 libgirepository-1.0-1 libglib2.0-0
  libglib2.0-data libgnutls30 libgssapi-krb5-2 libgssapi3-heimdal
  libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhogweed4
  libhx509-5-heimdal libidn11 libisc-export160 libk5crypto3 libkeyutils1
  libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 libmnl0
  libnettle6 libp11-kit0 libperl5.22 libpython3-stdlib libroken18-heimdal
  librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libstdc++-5-dev
  libtasn1-6 libwind0-heimdal libxtables11 lsb-release make netbase openssl
  patch perl perl-modules-5.22 python-apt python-apt-common python-pycurl
  python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
  python3-software-properties python3.5 python3.5-minimal rename
  shared-mime-info unattended-upgrades xdg-user-dirs xz-utils
Suggested packages:
  bzip2-doc anacron logrotate checksecurity exim4 | postfix
  | mail-transport-agent dbus-user-session | dbus-x11 debian-keyring
  g++-multilib g++-5-multilib gcc-5-doc libstdc++6-5-dbg ppp rdnssd
  iproute2-doc resolvconf avahi-autoipd isc-dhcp-client-ddns apparmor isoquery
  gnutls-bin krb5-doc krb5-user libsasl2-modules-otp libsasl2-modules-ldap
  libsasl2-modules-sql libsasl2-modules-gssapi-mit
  | libsasl2-modules-gssapi-heimdal libstdc++-5-doc lsb make-doc ed
  diffutils-doc perl-doc libterm-readline-gnu-perl
  | libterm-readline-perl-perl python-apt-dbg python-apt-doc
  libcurl4-gnutls-dev python-pycurl-dbg python-pycurl-doc python3-doc
  python3-tk python3-venv python3-apt-dbg python-dbus-doc python3-dbus-dbg
  python3-pycurl-dbg python3.5-venv python3.5-doc binfmt-support bsd-mailx
  mail-transport-agent
The following NEW packages will be installed:
  apt-utils build-essential bzip2 ca-certificates cron dbus dh-python
  distro-info-data dpkg-dev fakeroot g++ g++-5 gir1.2-glib-2.0 ifupdown
  iproute2 isc-dhcp-client isc-dhcp-common iso-codes krb5-locales
  libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
  libapt-inst2.0 libasn1-8-heimdal libatm1 libcap-ng0 libcurl3-gnutls
  libdbus-1-3 libdbus-glib-1-2 libdns-export162 libdpkg-perl libfakeroot
  libfile-fcntllock-perl libgdbm3 libgirepository-1.0-1 libglib2.0-0
  libglib2.0-data libgnutls30 libgssapi-krb5-2 libgssapi3-heimdal
  libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhogweed4
  libhx509-5-heimdal libidn11 libisc-export160 libk5crypto3 libkeyutils1
  libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 libmnl0
  libnettle6 libp11-kit0 libperl5.22 libpython3-stdlib libroken18-heimdal
  librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libstdc++-5-dev
  libtasn1-6 libwind0-heimdal libxtables11 lsb-release make netbase openssl
  patch perl perl-modules-5.22 python-apt python-apt-common python-pycurl
  python-software-properties python3 python3-apt python3-dbus python3-gi
  python3-minimal python3-pycurl python3-software-properties python3.5
  python3.5-minimal rename shared-mime-info software-properties-common
  unattended-upgrades xdg-user-dirs xz-utils
0 upgraded, 93 newly installed, 0 to remove and 0 not upgraded.
Need to get 30.3 MB of archives.
After this operation, 143 MB of additional disk space will be used.
Get:1 http://buaya.klas.or.id/ubuntu xenial/main amd64 cron amd64 3.0pl1-128ubuntu2 [68.4 kB]
Get:2 http://buaya.klas.or.id/ubuntu xenial/main amd64 libatm1 amd64 1:2.5.1-1.5 [24.2 kB]
Get:3 http://buaya.klas.or.id/ubuntu xenial/main amd64 libmnl0 amd64 1.0.3-5 [12.0 kB]
Get:4 http://buaya.klas.or.id/ubuntu xenial/main amd64 python3-minimal amd64 3.5.1-3 [23.3 kB]
Get:5 http://buaya.klas.or.id/ubuntu xenial/main amd64 libpython3-stdlib amd64 3.5.1-3 [6818 B]
Get:6 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 dh-python all 2.20151103ubuntu1.1 [74.1 kB]
Get:7 http://buaya.klas.or.id/ubuntu xenial/main amd64 python3 amd64 3.5.1-3 [8710 B]
Get:8 http://buaya.klas.or.id/ubuntu xenial/main amd64 libgdbm3 amd64 1.8.3-13.1 [16.9 kB]
Get:9 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libapt-inst2.0 amd64 1.2.24 [55.4 kB]
Get:10 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 apt-utils amd64 1.2.24 [197 kB]
Get:11 http://buaya.klas.or.id/ubuntu xenial/main amd64 bzip2 amd64 1.0.6-8 [32.7 kB]
Get:12 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 distro-info-data all 0.28ubuntu0.3 [4048 B]
Get:13 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 iproute2 amd64 4.3.0-1ubuntu3.16.04.1 [522 kB]
Get:14 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 ifupdown amd64 0.8.10ubuntu1.2 [54.9 kB]
Get:15 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 isc-dhcp-client amd64 4.3.3-5ubuntu12.7 [223 kB]
Get:16 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 isc-dhcp-common amd64 4.3.3-5ubuntu12.7 [105 kB]
Get:17 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libnettle6 amd64 3.2-1ubuntu0.16.04.1 [93.5 kB]
Get:18 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libhogweed4 amd64 3.2-1ubuntu0.16.04.1 [136 kB]
Get:19 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libidn11 amd64 1.32-3ubuntu1.2 [46.5 kB]
Get:20 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libp11-kit0 amd64 0.23.2-5~ubuntu16.04.1 [105 kB]
Get:21 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libgnutls30 amd64 3.4.10-4ubuntu1.3 [548 kB]
Get:22 http://security.ubuntu.com/ubuntu xenial-security/main amd64 python3.5-minimal amd64 3.5.2-2ubuntu0~16.04.4 [1597 kB]
Get:23 http://buaya.klas.or.id/ubuntu xenial/main amd64 libxtables11 amd64 1.6.0-2ubuntu3 [27.2 kB]
Get:24 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 lsb-release all 9.20160110ubuntu0.2 [11.8 kB]
Get:25 http://buaya.klas.or.id/ubuntu xenial/main amd64 netbase all 5.3 [12.9 kB]
Get:26 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 ca-certificates all 20170717~16.04.1 [168 kB]
Get:27 http://buaya.klas.or.id/ubuntu xenial/main amd64 libcap-ng0 amd64 0.7.7-1 [10.9 kB]
Get:28 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libdbus-1-3 amd64 1.10.6-1ubuntu3.3 [161 kB]
Get:29 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 dbus amd64 1.10.6-1ubuntu3.3 [142 kB]
Get:30 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libglib2.0-0 amd64 2.48.2-0ubuntu1 [1119 kB]
Get:31 http://buaya.klas.or.id/ubuntu xenial/main amd64 libgirepository-1.0-1 amd64 1.46.0-3ubuntu1 [88.3 kB]
Get:32 http://security.ubuntu.com/ubuntu xenial-security/main amd64 python3.5 amd64 3.5.2-2ubuntu0~16.04.4 [165 kB]
Get:33 http://buaya.klas.or.id/ubuntu xenial/main amd64 gir1.2-glib-2.0 amd64 1.46.0-3ubuntu1 [127 kB]
Get:34 http://buaya.klas.or.id/ubuntu xenial/main amd64 iso-codes all 3.65-1 [2268 kB]
Get:35 http://security.ubuntu.com/ubuntu xenial-security/main amd64 perl-modules-5.22 all 5.22.1-9ubuntu0.2 [2661 kB]
Get:36 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 krb5-locales all 1.13.2+dfsg-5ubuntu2 [13.2 kB]
Get:37 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libroken18-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [41.4 kB]
Get:38 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libasn1-8-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [174 kB]
Get:39 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libkrb5support0 amd64 1.13.2+dfsg-5ubuntu2 [30.8 kB]
Get:40 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libk5crypto3 amd64 1.13.2+dfsg-5ubuntu2 [81.2 kB]
Get:41 http://buaya.klas.or.id/ubuntu xenial/main amd64 libkeyutils1 amd64 1.5.9-8ubuntu1 [9904 B]
Get:42 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libkrb5-3 amd64 1.13.2+dfsg-5ubuntu2 [273 kB]
Get:43 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libgssapi-krb5-2 amd64 1.13.2+dfsg-5ubuntu2 [120 kB]
Get:44 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libperl5.22 amd64 5.22.1-9ubuntu0.2 [3391 kB]
Get:45 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libhcrypto4-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [85.0 kB]
Get:46 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libheimbase1-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [29.3 kB]
Get:47 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libwind0-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [47.8 kB]
Get:48 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libhx509-5-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [107 kB]
Get:49 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libkrb5-26-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [202 kB]
Get:50 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libheimntlm0-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [15.1 kB]
Get:51 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libgssapi3-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [96.1 kB]
Get:52 http://buaya.klas.or.id/ubuntu xenial/main amd64 libsasl2-modules-db amd64 2.1.26.dfsg1-14build1 [14.5 kB]
Get:53 http://buaya.klas.or.id/ubuntu xenial/main amd64 libsasl2-2 amd64 2.1.26.dfsg1-14build1 [48.7 kB]
Get:54 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libldap-2.4-2 amd64 2.4.42+dfsg-2ubuntu3.2 [160 kB]
Get:55 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d-1ubuntu0.1 [54.4 kB]
Get:56 http://buaya.klas.or.id/ubuntu xenial/main amd64 libdbus-glib-1-2 amd64 0.106-1 [67.1 kB]
Get:57 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libglib2.0-data all 2.48.2-0ubuntu1 [132 kB]
Get:58 http://buaya.klas.or.id/ubuntu xenial/main amd64 libsasl2-modules amd64 2.1.26.dfsg1-14build1 [47.5 kB]
Get:59 http://buaya.klas.or.id/ubuntu xenial/main amd64 python-apt-common all 1.1.0~beta1build1 [17.3 kB]
Get:60 http://buaya.klas.or.id/ubuntu xenial/main amd64 python3-apt amd64 1.1.0~beta1build1 [137 kB]
Get:61 http://buaya.klas.or.id/ubuntu xenial/main amd64 python3-dbus amd64 1.2.0-3 [83.1 kB]
Get:62 http://buaya.klas.or.id/ubuntu xenial/main amd64 python3-gi amd64 3.20.0-0ubuntu1 [153 kB]
Get:63 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 shared-mime-info amd64 1.5-2ubuntu0.1 [405 kB]
Get:64 http://security.ubuntu.com/ubuntu xenial-security/main amd64 perl amd64 5.22.1-9ubuntu0.2 [237 kB]
Get:65 http://buaya.klas.or.id/ubuntu xenial/main amd64 xdg-user-dirs amd64 0.15-2ubuntu6 [61.7 kB]
Get:66 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu1~16.04.5 [1430 kB]
Get:67 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libisc-export160 amd64 1:9.10.3.dfsg.P4-8ubuntu1.10 [153 kB]
Get:68 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 g++-5 amd64 5.4.0-6ubuntu1~16.04.5 [8435 kB]
Get:69 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libdns-export162 amd64 1:9.10.3.dfsg.P4-8ubuntu1.10 [666 kB]
Get:70 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libtasn1-6 amd64 4.7-3ubuntu0.16.04.3 [43.5 kB]
Get:71 http://security.ubuntu.com/ubuntu xenial-security/main amd64 openssl amd64 1.0.2g-1ubuntu4.10 [492 kB]
Get:72 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libcurl3-gnutls amd64 7.47.0-1ubuntu2.6 [184 kB]
Get:73 http://buaya.klas.or.id/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1504 B]
Get:74 http://buaya.klas.or.id/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
Get:75 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libdpkg-perl all 1.18.4ubuntu1.2 [195 kB]
Get:76 http://buaya.klas.or.id/ubuntu xenial/main amd64 xz-utils amd64 5.1.1alpha+20120614-2ubuntu2 [78.8 kB]
Get:77 http://buaya.klas.or.id/ubuntu xenial/main amd64 patch amd64 2.7.5-1 [90.4 kB]
Get:78 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 dpkg-dev all 1.18.4ubuntu1.2 [584 kB]
Get:79 http://buaya.klas.or.id/ubuntu xenial/main amd64 build-essential amd64 12.1ubuntu2 [4758 B]
Get:80 http://buaya.klas.or.id/ubuntu xenial/main amd64 libfakeroot amd64 1.20.2-1ubuntu1 [25.5 kB]
Get:81 http://buaya.klas.or.id/ubuntu xenial/main amd64 fakeroot amd64 1.20.2-1ubuntu1 [61.8 kB]
Get:82 http://buaya.klas.or.id/ubuntu xenial/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
Get:83 http://buaya.klas.or.id/ubuntu xenial/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4build1 [11.0 kB]
Get:84 http://buaya.klas.or.id/ubuntu xenial/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
Get:85 http://buaya.klas.or.id/ubuntu xenial/main amd64 libfile-fcntllock-perl amd64 0.22-3 [32.0 kB]
Get:86 http://buaya.klas.or.id/ubuntu xenial/main amd64 python-apt amd64 1.1.0~beta1build1 [139 kB]
Get:87 http://buaya.klas.or.id/ubuntu xenial/main amd64 python-pycurl amd64 7.43.0-1ubuntu1 [43.3 kB]
Get:88 http://buaya.klas.or.id/ubuntu xenial-updates/universe amd64 python-software-properties all 0.96.20.7 [20.7 kB]
Get:89 http://buaya.klas.or.id/ubuntu xenial/main amd64 python3-pycurl amd64 7.43.0-1ubuntu1 [42.3 kB]
Get:90 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 python3-software-properties all 0.96.20.7 [20.3 kB]
Get:91 http://buaya.klas.or.id/ubuntu xenial/main amd64 rename all 0.20-4 [12.0 kB]
Get:92 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 software-properties-common all 0.96.20.7 [9452 B]
Get:93 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 unattended-upgrades all 0.90ubuntu0.8 [32.4 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 30.3 MB in 27s (1081 kB/s)
Selecting previously unselected package cron.
(Reading database ... 13306 files and directories currently installed.)
Preparing to unpack .../cron_3.0pl1-128ubuntu2_amd64.deb ...
Unpacking cron (3.0pl1-128ubuntu2) ...
Selecting previously unselected package libatm1:amd64.
Preparing to unpack .../libatm1_1%3a2.5.1-1.5_amd64.deb ...
Unpacking libatm1:amd64 (1:2.5.1-1.5) ...
Selecting previously unselected package libmnl0:amd64.
Preparing to unpack .../libmnl0_1.0.3-5_amd64.deb ...
Unpacking libmnl0:amd64 (1.0.3-5) ...
Selecting previously unselected package python3.5-minimal.
Preparing to unpack .../python3.5-minimal_3.5.2-2ubuntu0~16.04.4_amd64.deb ...
Unpacking python3.5-minimal (3.5.2-2ubuntu0~16.04.4) ...
Selecting previously unselected package python3-minimal.
Preparing to unpack .../python3-minimal_3.5.1-3_amd64.deb ...
Unpacking python3-minimal (3.5.1-3) ...
Selecting previously unselected package python3.5.
Preparing to unpack .../python3.5_3.5.2-2ubuntu0~16.04.4_amd64.deb ...
Unpacking python3.5 (3.5.2-2ubuntu0~16.04.4) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../libpython3-stdlib_3.5.1-3_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.5.1-3) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../dh-python_2.20151103ubuntu1.1_all.deb ...
Unpacking dh-python (2.20151103ubuntu1.1) ...
Processing triggers for systemd (229-4ubuntu21.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Setting up python3.5-minimal (3.5.2-2ubuntu0~16.04.4) ...
Setting up python3-minimal (3.5.1-3) ...
Selecting previously unselected package python3.
(Reading database ... 13457 files and directories currently installed.)
Preparing to unpack .../python3_3.5.1-3_amd64.deb ...
Unpacking python3 (3.5.1-3) ...
Selecting previously unselected package libgdbm3:amd64.
Preparing to unpack .../libgdbm3_1.8.3-13.1_amd64.deb ...
Unpacking libgdbm3:amd64 (1.8.3-13.1) ...
Selecting previously unselected package perl-modules-5.22.
Preparing to unpack .../perl-modules-5.22_5.22.1-9ubuntu0.2_all.deb ...
Unpacking perl-modules-5.22 (5.22.1-9ubuntu0.2) ...
Selecting previously unselected package libperl5.22:amd64.
Preparing to unpack .../libperl5.22_5.22.1-9ubuntu0.2_amd64.deb ...
Unpacking libperl5.22:amd64 (5.22.1-9ubuntu0.2) ...
Selecting previously unselected package perl.
Preparing to unpack .../perl_5.22.1-9ubuntu0.2_amd64.deb ...
Unpacking perl (5.22.1-9ubuntu0.2) ...
Selecting previously unselected package libapt-inst2.0:amd64.
Preparing to unpack .../libapt-inst2.0_1.2.24_amd64.deb ...
Unpacking libapt-inst2.0:amd64 (1.2.24) ...
Selecting previously unselected package apt-utils.
Preparing to unpack .../apt-utils_1.2.24_amd64.deb ...
Unpacking apt-utils (1.2.24) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../bzip2_1.0.6-8_amd64.deb ...
Unpacking bzip2 (1.0.6-8) ...
Selecting previously unselected package distro-info-data.
Preparing to unpack .../distro-info-data_0.28ubuntu0.3_all.deb ...
Unpacking distro-info-data (0.28ubuntu0.3) ...
Selecting previously unselected package iproute2.
Preparing to unpack .../iproute2_4.3.0-1ubuntu3.16.04.1_amd64.deb ...
Unpacking iproute2 (4.3.0-1ubuntu3.16.04.1) ...
Selecting previously unselected package ifupdown.
Preparing to unpack .../ifupdown_0.8.10ubuntu1.2_amd64.deb ...
Unpacking ifupdown (0.8.10ubuntu1.2) ...
Selecting previously unselected package libisc-export160.
Preparing to unpack .../libisc-export160_1%3a9.10.3.dfsg.P4-8ubuntu1.10_amd64.deb ...
Unpacking libisc-export160 (1:9.10.3.dfsg.P4-8ubuntu1.10) ...
Selecting previously unselected package libdns-export162.
Preparing to unpack .../libdns-export162_1%3a9.10.3.dfsg.P4-8ubuntu1.10_amd64.deb ...
Unpacking libdns-export162 (1:9.10.3.dfsg.P4-8ubuntu1.10) ...
Selecting previously unselected package isc-dhcp-client.
Preparing to unpack .../isc-dhcp-client_4.3.3-5ubuntu12.7_amd64.deb ...
Unpacking isc-dhcp-client (4.3.3-5ubuntu12.7) ...
Selecting previously unselected package isc-dhcp-common.
Preparing to unpack .../isc-dhcp-common_4.3.3-5ubuntu12.7_amd64.deb ...
Unpacking isc-dhcp-common (4.3.3-5ubuntu12.7) ...
Selecting previously unselected package libnettle6:amd64.
Preparing to unpack .../libnettle6_3.2-1ubuntu0.16.04.1_amd64.deb ...
Unpacking libnettle6:amd64 (3.2-1ubuntu0.16.04.1) ...
Selecting previously unselected package libhogweed4:amd64.
Preparing to unpack .../libhogweed4_3.2-1ubuntu0.16.04.1_amd64.deb ...
Unpacking libhogweed4:amd64 (3.2-1ubuntu0.16.04.1) ...
Selecting previously unselected package libidn11:amd64.
Preparing to unpack .../libidn11_1.32-3ubuntu1.2_amd64.deb ...
Unpacking libidn11:amd64 (1.32-3ubuntu1.2) ...
Selecting previously unselected package libp11-kit0:amd64.
Preparing to unpack .../libp11-kit0_0.23.2-5~ubuntu16.04.1_amd64.deb ...
Unpacking libp11-kit0:amd64 (0.23.2-5~ubuntu16.04.1) ...
Selecting previously unselected package libtasn1-6:amd64.
Preparing to unpack .../libtasn1-6_4.7-3ubuntu0.16.04.3_amd64.deb ...
Unpacking libtasn1-6:amd64 (4.7-3ubuntu0.16.04.3) ...
Selecting previously unselected package libgnutls30:amd64.
Preparing to unpack .../libgnutls30_3.4.10-4ubuntu1.3_amd64.deb ...
Unpacking libgnutls30:amd64 (3.4.10-4ubuntu1.3) ...
Selecting previously unselected package libxtables11:amd64.
Preparing to unpack .../libxtables11_1.6.0-2ubuntu3_amd64.deb ...
Unpacking libxtables11:amd64 (1.6.0-2ubuntu3) ...
Selecting previously unselected package lsb-release.
Preparing to unpack .../lsb-release_9.20160110ubuntu0.2_all.deb ...
Unpacking lsb-release (9.20160110ubuntu0.2) ...
Selecting previously unselected package netbase.
Preparing to unpack .../archives/netbase_5.3_all.deb ...
Unpacking netbase (5.3) ...
Selecting previously unselected package openssl.
Preparing to unpack .../openssl_1.0.2g-1ubuntu4.10_amd64.deb ...
Unpacking openssl (1.0.2g-1ubuntu4.10) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../ca-certificates_20170717~16.04.1_all.deb ...
Unpacking ca-certificates (20170717~16.04.1) ...
Selecting previously unselected package libcap-ng0:amd64.
Preparing to unpack .../libcap-ng0_0.7.7-1_amd64.deb ...
Unpacking libcap-ng0:amd64 (0.7.7-1) ...
Selecting previously unselected package libdbus-1-3:amd64.
Preparing to unpack .../libdbus-1-3_1.10.6-1ubuntu3.3_amd64.deb ...
Unpacking libdbus-1-3:amd64 (1.10.6-1ubuntu3.3) ...
Selecting previously unselected package dbus.
Preparing to unpack .../dbus_1.10.6-1ubuntu3.3_amd64.deb ...
Unpacking dbus (1.10.6-1ubuntu3.3) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../libglib2.0-0_2.48.2-0ubuntu1_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.48.2-0ubuntu1) ...
Selecting previously unselected package libgirepository-1.0-1:amd64.
Preparing to unpack .../libgirepository-1.0-1_1.46.0-3ubuntu1_amd64.deb ...
Unpacking libgirepository-1.0-1:amd64 (1.46.0-3ubuntu1) ...
Selecting previously unselected package gir1.2-glib-2.0:amd64.
Preparing to unpack .../gir1.2-glib-2.0_1.46.0-3ubuntu1_amd64.deb ...
Unpacking gir1.2-glib-2.0:amd64 (1.46.0-3ubuntu1) ...
Selecting previously unselected package iso-codes.
Preparing to unpack .../iso-codes_3.65-1_all.deb ...
Unpacking iso-codes (3.65-1) ...
Selecting previously unselected package krb5-locales.
Preparing to unpack .../krb5-locales_1.13.2+dfsg-5ubuntu2_all.deb ...
Unpacking krb5-locales (1.13.2+dfsg-5ubuntu2) ...
Selecting previously unselected package libroken18-heimdal:amd64.
Preparing to unpack .../libroken18-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libroken18-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libasn1-8-heimdal:amd64.
Preparing to unpack .../libasn1-8-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libasn1-8-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../libkrb5support0_1.13.2+dfsg-5ubuntu2_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.13.2+dfsg-5ubuntu2) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../libk5crypto3_1.13.2+dfsg-5ubuntu2_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.13.2+dfsg-5ubuntu2) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../libkeyutils1_1.5.9-8ubuntu1_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.9-8ubuntu1) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../libkrb5-3_1.13.2+dfsg-5ubuntu2_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.13.2+dfsg-5ubuntu2) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../libgssapi-krb5-2_1.13.2+dfsg-5ubuntu2_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.13.2+dfsg-5ubuntu2) ...
Selecting previously unselected package libhcrypto4-heimdal:amd64.
Preparing to unpack .../libhcrypto4-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libhcrypto4-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libheimbase1-heimdal:amd64.
Preparing to unpack .../libheimbase1-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libheimbase1-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libwind0-heimdal:amd64.
Preparing to unpack .../libwind0-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libwind0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libhx509-5-heimdal:amd64.
Preparing to unpack .../libhx509-5-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libhx509-5-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libkrb5-26-heimdal:amd64.
Preparing to unpack .../libkrb5-26-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libkrb5-26-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libheimntlm0-heimdal:amd64.
Preparing to unpack .../libheimntlm0-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libheimntlm0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libgssapi3-heimdal:amd64.
Preparing to unpack .../libgssapi3-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libgssapi3-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../libsasl2-modules-db_2.1.26.dfsg1-14build1_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.26.dfsg1-14build1) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../libsasl2-2_2.1.26.dfsg1-14build1_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.26.dfsg1-14build1) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../libldap-2.4-2_2.4.42+dfsg-2ubuntu3.2_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.2) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../librtmp1_2.4+20151223.gitfa8646d-1ubuntu0.1_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d-1ubuntu0.1) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../libcurl3-gnutls_7.47.0-1ubuntu2.6_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.6) ...
Selecting previously unselected package libdbus-glib-1-2:amd64.
Preparing to unpack .../libdbus-glib-1-2_0.106-1_amd64.deb ...
Unpacking libdbus-glib-1-2:amd64 (0.106-1) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../libglib2.0-data_2.48.2-0ubuntu1_all.deb ...
Unpacking libglib2.0-data (2.48.2-0ubuntu1) ...
Selecting previously unselected package libsasl2-modules:amd64.
Preparing to unpack .../libsasl2-modules_2.1.26.dfsg1-14build1_amd64.deb ...
Unpacking libsasl2-modules:amd64 (2.1.26.dfsg1-14build1) ...
Selecting previously unselected package python-apt-common.
Preparing to unpack .../python-apt-common_1.1.0~beta1build1_all.deb ...
Unpacking python-apt-common (1.1.0~beta1build1) ...
Selecting previously unselected package python3-apt.
Preparing to unpack .../python3-apt_1.1.0~beta1build1_amd64.deb ...
Unpacking python3-apt (1.1.0~beta1build1) ...
Selecting previously unselected package python3-dbus.
Preparing to unpack .../python3-dbus_1.2.0-3_amd64.deb ...
Unpacking python3-dbus (1.2.0-3) ...
Selecting previously unselected package python3-gi.
Preparing to unpack .../python3-gi_3.20.0-0ubuntu1_amd64.deb ...
Unpacking python3-gi (3.20.0-0ubuntu1) ...
Selecting previously unselected package shared-mime-info.
Preparing to unpack .../shared-mime-info_1.5-2ubuntu0.1_amd64.deb ...
Unpacking shared-mime-info (1.5-2ubuntu0.1) ...
Selecting previously unselected package xdg-user-dirs.
Preparing to unpack .../xdg-user-dirs_0.15-2ubuntu6_amd64.deb ...
Unpacking xdg-user-dirs (0.15-2ubuntu6) ...
Selecting previously unselected package libstdc++-5-dev:amd64.
Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.5_amd64.deb ...
Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Selecting previously unselected package g++-5.
Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.5_amd64.deb ...
Unpacking g++-5 (5.4.0-6ubuntu1~16.04.5) ...
 Selecting previously unselected package g++.
Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ...
Unpacking g++ (4:5.3.1-1ubuntu1) ...
Selecting previously unselected package make.
Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
Unpacking make (4.1-6) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.2_all.deb ...
Unpacking libdpkg-perl (1.18.4ubuntu1.2) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../xz-utils_5.1.1alpha+20120614-2ubuntu2_amd64.deb ...
Unpacking xz-utils (5.1.1alpha+20120614-2ubuntu2) ...
Selecting previously unselected package patch.
Preparing to unpack .../patch_2.7.5-1_amd64.deb ...
Unpacking patch (2.7.5-1) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.2_all.deb ...
Unpacking dpkg-dev (1.18.4ubuntu1.2) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ...
Unpacking build-essential (12.1ubuntu2) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ...
Unpacking fakeroot (1.20.2-1ubuntu1) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ...
Unpacking libalgorithm-diff-perl (1.19.03-1) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-3) ...
Selecting previously unselected package libfile-fcntllock-perl.
Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ...
Unpacking libfile-fcntllock-perl (0.22-3) ...
Selecting previously unselected package python-apt.
Preparing to unpack .../python-apt_1.1.0~beta1build1_amd64.deb ...
Unpacking python-apt (1.1.0~beta1build1) ...
Selecting previously unselected package python-pycurl.
Preparing to unpack .../python-pycurl_7.43.0-1ubuntu1_amd64.deb ...
Unpacking python-pycurl (7.43.0-1ubuntu1) ...
Selecting previously unselected package python-software-properties.
Preparing to unpack .../python-software-properties_0.96.20.7_all.deb ...
Unpacking python-software-properties (0.96.20.7) ...
Selecting previously unselected package python3-pycurl.
Preparing to unpack .../python3-pycurl_7.43.0-1ubuntu1_amd64.deb ...
Unpacking python3-pycurl (7.43.0-1ubuntu1) ...
Selecting previously unselected package python3-software-properties.
Preparing to unpack .../python3-software-properties_0.96.20.7_all.deb ...
Unpacking python3-software-properties (0.96.20.7) ...
Selecting previously unselected package rename.
Preparing to unpack .../archives/rename_0.20-4_all.deb ...
Unpacking rename (0.20-4) ...
Selecting previously unselected package software-properties-common.
Preparing to unpack .../software-properties-common_0.96.20.7_all.deb ...
Unpacking software-properties-common (0.96.20.7) ...
Selecting previously unselected package unattended-upgrades.
Preparing to unpack .../unattended-upgrades_0.90ubuntu0.8_all.deb ...
Unpacking unattended-upgrades (0.90ubuntu0.8) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Processing triggers for systemd (229-4ubuntu21.1) ...
Setting up cron (3.0pl1-128ubuntu2) ...
Adding group `crontab' (GID 107) ...
Done.
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
update-rc.d: warning: stop runlevel arguments (1) do not match cron Default-Stop values (none)
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libatm1:amd64 (1:2.5.1-1.5) ...
Setting up libmnl0:amd64 (1.0.3-5) ...
Setting up python3.5 (3.5.2-2ubuntu0~16.04.4) ...
Setting up libpython3-stdlib:amd64 (3.5.1-3) ...
Setting up libgdbm3:amd64 (1.8.3-13.1) ...
Setting up perl-modules-5.22 (5.22.1-9ubuntu0.2) ...
Setting up libperl5.22:amd64 (5.22.1-9ubuntu0.2) ...
Setting up perl (5.22.1-9ubuntu0.2) ...
update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode
Setting up libapt-inst2.0:amd64 (1.2.24) ...
Setting up apt-utils (1.2.24) ...
Setting up bzip2 (1.0.6-8) ...
Setting up distro-info-data (0.28ubuntu0.3) ...
Setting up iproute2 (4.3.0-1ubuntu3.16.04.1) ...
Setting up ifupdown (0.8.10ubuntu1.2) ...
Creating /etc/network/interfaces.
Setting up libisc-export160 (1:9.10.3.dfsg.P4-8ubuntu1.10) ...
Setting up libdns-export162 (1:9.10.3.dfsg.P4-8ubuntu1.10) ...
Setting up isc-dhcp-client (4.3.3-5ubuntu12.7) ...
Setting up isc-dhcp-common (4.3.3-5ubuntu12.7) ...
Setting up libnettle6:amd64 (3.2-1ubuntu0.16.04.1) ...
Setting up libhogweed4:amd64 (3.2-1ubuntu0.16.04.1) ...
Setting up libidn11:amd64 (1.32-3ubuntu1.2) ...
Setting up libp11-kit0:amd64 (0.23.2-5~ubuntu16.04.1) ...
Setting up libtasn1-6:amd64 (4.7-3ubuntu0.16.04.3) ...
Setting up libgnutls30:amd64 (3.4.10-4ubuntu1.3) ...
Setting up libxtables11:amd64 (1.6.0-2ubuntu3) ...
Setting up netbase (5.3) ...
Setting up openssl (1.0.2g-1ubuntu4.10) ...
Setting up ca-certificates (20170717~16.04.1) ...
Setting up libcap-ng0:amd64 (0.7.7-1) ...
Setting up libdbus-1-3:amd64 (1.10.6-1ubuntu3.3) ...
Setting up dbus (1.10.6-1ubuntu3.3) ...
Setting up libglib2.0-0:amd64 (2.48.2-0ubuntu1) ...
No schema files found: doing nothing.
Setting up libgirepository-1.0-1:amd64 (1.46.0-3ubuntu1) ...
Setting up gir1.2-glib-2.0:amd64 (1.46.0-3ubuntu1) ...
Setting up iso-codes (3.65-1) ...
Setting up krb5-locales (1.13.2+dfsg-5ubuntu2) ...
Setting up libroken18-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libasn1-8-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libkrb5support0:amd64 (1.13.2+dfsg-5ubuntu2) ...
Setting up libk5crypto3:amd64 (1.13.2+dfsg-5ubuntu2) ...
Setting up libkeyutils1:amd64 (1.5.9-8ubuntu1) ...
Setting up libkrb5-3:amd64 (1.13.2+dfsg-5ubuntu2) ...
Setting up libgssapi-krb5-2:amd64 (1.13.2+dfsg-5ubuntu2) ...
Setting up libhcrypto4-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libheimbase1-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libwind0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libhx509-5-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libkrb5-26-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libheimntlm0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libgssapi3-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libsasl2-modules-db:amd64 (2.1.26.dfsg1-14build1) ...
Setting up libsasl2-2:amd64 (2.1.26.dfsg1-14build1) ...
Setting up libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.2) ...
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d-1ubuntu0.1) ...
Setting up libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.6) ...
Setting up libdbus-glib-1-2:amd64 (0.106-1) ...
Setting up libglib2.0-data (2.48.2-0ubuntu1) ...
Setting up libsasl2-modules:amd64 (2.1.26.dfsg1-14build1) ...
Setting up python-apt-common (1.1.0~beta1build1) ...
Setting up shared-mime-info (1.5-2ubuntu0.1) ...
Setting up xdg-user-dirs (0.15-2ubuntu6) ...
Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.5) ...
Setting up g++-5 (5.4.0-6ubuntu1~16.04.5) ...
Setting up g++ (4:5.3.1-1ubuntu1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up make (4.1-6) ...
Setting up libdpkg-perl (1.18.4ubuntu1.2) ...
Setting up xz-utils (5.1.1alpha+20120614-2ubuntu2) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
Setting up patch (2.7.5-1) ...
Setting up dpkg-dev (1.18.4ubuntu1.2) ...
Setting up build-essential (12.1ubuntu2) ...
Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ...
Setting up fakeroot (1.20.2-1ubuntu1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libalgorithm-diff-perl (1.19.03-1) ...
Setting up libalgorithm-diff-xs-perl (0.04-4build1) ...
Setting up libalgorithm-merge-perl (0.08-3) ...
Setting up libfile-fcntllock-perl (0.22-3) ...
Setting up python-apt (1.1.0~beta1build1) ...
Setting up python-pycurl (7.43.0-1ubuntu1) ...
Setting up rename (0.20-4) ...
update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
Setting up python3 (3.5.1-3) ...
Setting up lsb-release (9.20160110ubuntu0.2) ...
Setting up python3-apt (1.1.0~beta1build1) ...
Setting up python3-dbus (1.2.0-3) ...
Setting up python3-gi (3.20.0-0ubuntu1) ...
Setting up python-software-properties (0.96.20.7) ...
Setting up python3-pycurl (7.43.0-1ubuntu1) ...
Setting up python3-software-properties (0.96.20.7) ...
Setting up software-properties-common (0.96.20.7) ...
Setting up unattended-upgrades (0.90ubuntu0.8) ...

Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version

Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up dh-python (2.20151103ubuntu1.1) ...
Processing triggers for systemd (229-4ubuntu21.1) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Processing triggers for ca-certificates (20170717~16.04.1) ...
Updating certificates in /etc/ssl/certs...
148 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Processing triggers for dbus (1.10.6-1ubuntu3.3) ...
Removing intermediate container bb232f6f6e15
 ---> d29002775fbe
Step 8/65 : RUN apt-get install curl ca-certificates -y
 ---> Running in 4a2d53890b21
Reading package lists...
Building dependency tree...
Reading state information...
ca-certificates is already the newest version (20170717~16.04.1).
ca-certificates set to manually installed.
The following NEW packages will be installed:
  curl
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 138 kB of archives.
After this operation, 339 kB of additional disk space will be used.
Get:1 http://security.ubuntu.com/ubuntu xenial-security/main amd64 curl amd64 7.47.0-1ubuntu2.6 [138 kB]
Fetched 138 kB in 0s (176 kB/s)
Selecting previously unselected package curl.
(Reading database ... 18477 files and directories currently installed.)
Preparing to unpack .../curl_7.47.0-1ubuntu2.6_amd64.deb ...
Unpacking curl (7.47.0-1ubuntu2.6) ...
Setting up curl (7.47.0-1ubuntu2.6) ...
Removing intermediate container 4a2d53890b21
 ---> 5e3d07992c03
Step 9/65 : RUN touch /etc/apt/sources.list.d/ondrej-php.list
 ---> Running in d5e86a773920
Removing intermediate container d5e86a773920
 ---> 1b19ef4032d7
Step 10/65 : RUN echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu xenial main" >> /etc/apt/sources.list.d/ondrej-php.list
 ---> Running in c9bcf94812d3
Removing intermediate container c9bcf94812d3
 ---> 8b86169f5bed
Step 11/65 : RUN echo "deb-src http://ppa.launchpad.net/ondrej/php/ubuntu xenial main" >> /etc/apt/sources.list.d/ondrej-php.list
 ---> Running in 2033b1160896
Removing intermediate container 2033b1160896
 ---> 50b6ca0a891b
Step 12/65 : RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 4F4EA0AAE5267A6C
 ---> Running in a96dc222df7b
Executing: /tmp/tmp.osBelcbtV3/gpg.1.sh --keyserver
hkp://keyserver.ubuntu.com:80
--recv-keys
4F4EA0AAE5267A6C
gpg: requesting key E5267A6C from hkp server keyserver.ubuntu.com
gpg: key E5267A6C: public key "Launchpad PPA for Ond\xc5\x99ej Sur�" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
Removing intermediate container a96dc222df7b
 ---> 0d07928fd9de
Step 13/65 : RUN apt-get update
 ---> Running in 7978900d24bc
Hit:1 http://buaya.klas.or.id/ubuntu xenial InRelease
Hit:2 http://buaya.klas.or.id/ubuntu xenial-updates InRelease
Hit:3 http://buaya.klas.or.id/ubuntu xenial-backports InRelease
Get:4 http://ppa.launchpad.net/ondrej/php/ubuntu xenial InRelease [23.9 kB]
Hit:5 http://security.ubuntu.com/ubuntu xenial-security InRelease
Get:6 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main Sources [31.0 kB]
Get:7 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 Packages [59.0 kB]
Fetched 114 kB in 2s (39.0 kB/s)
Reading package lists...
Removing intermediate container 7978900d24bc
 ---> cd39150b5125
Step 14/65 : RUN apt-get install php7.2 php7.2-cli php7.2-curl php7.2-intl php7.2-mbstring php7.2-xml php7.2-zip     php7.2-bcmath php7.2-cli php7.2-fpm php7.2-imap php7.2-json php7.2-opcache php7.2-apcu php7.2-xmlrpc     php7.2-bz2 php7.2-common php7.2-gd php7.2-ldap php7.2-pgsql php7.2-readline php7.2-soap php7.2-tidy php7.2-xsl php-apcu -y
 ---> Running in 26debf5beba2
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libargon2-0 libc-client2007e libcurl3 libpcre3 libpq5 libsodium23 libssl1.1
  libtidy5 libxmlrpc-epi0 libzip5 mlock php-apcu-bc php-common psmisc tzdata
Suggested packages:
  uw-mailutils php-pear
The following NEW packages will be installed:
  libargon2-0 libc-client2007e libcurl3 libpq5 libsodium23 libssl1.1 libtidy5
  libxmlrpc-epi0 libzip5 mlock php-apcu php-apcu-bc php-common php7.2
  php7.2-bcmath php7.2-bz2 php7.2-cli php7.2-common php7.2-curl php7.2-fpm
  php7.2-gd php7.2-imap php7.2-intl php7.2-json php7.2-ldap php7.2-mbstring
  php7.2-opcache php7.2-pgsql php7.2-readline php7.2-soap php7.2-tidy
  php7.2-xml php7.2-xmlrpc php7.2-xsl php7.2-zip psmisc tzdata
The following packages will be upgraded:
  libpcre3
1 upgraded, 37 newly installed, 0 to remove and 4 not upgraded.
Need to get 8171 kB of archives.
After this operation, 32.5 MB of additional disk space will be used.
Get:1 http://buaya.klas.or.id/ubuntu xenial/main amd64 psmisc amd64 22.21-2.1build1 [48.0 kB]
Get:2 http://buaya.klas.or.id/ubuntu xenial/universe amd64 mlock amd64 8:2007f~dfsg-4 [12.0 kB]
Get:3 http://buaya.klas.or.id/ubuntu xenial/universe amd64 libc-client2007e amd64 8:2007f~dfsg-4 [577 kB]
Get:4 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 libpcre3 amd64 2:8.41-4+ubuntu16.04.1+deb.sury.org+1 [235 kB]
Get:5 http://security.ubuntu.com/ubuntu xenial-security/main amd64 tzdata all 2017c-0ubuntu0.16.04 [166 kB]
Get:6 http://buaya.klas.or.id/ubuntu xenial-updates/main amd64 libxmlrpc-epi0 amd64 0.54.2-1.1ubuntu0.1 [30.4 kB]
Get:7 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 libssl1.1 amd64 1.1.0g-2.1+ubuntu16.04.1+deb.sury.org+1 [1334 kB]
Get:8 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libcurl3 amd64 7.47.0-1ubuntu2.6 [187 kB]
Get:9 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libpq5 amd64 9.5.11-0ubuntu0.16.04 [78.9 kB]
Get:10 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 libargon2-0 amd64 0~20161029-1+ubuntu16.04.1+deb.sury.org+1 [19.7 kB]
Get:11 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 libsodium23 amd64 1.0.16-2+ubuntu16.04.1+deb.sury.org+3 [143 kB]
Get:12 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 libtidy5 amd64 1:5.4.0-1+ubuntu16.04.1+deb.sury.org+1 [176 kB]
Get:13 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 libzip5 amd64 1.3.2-1+ubuntu16.04.1+deb.sury.org+1 [53.1 kB]
Get:14 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php-common all 1:60+ubuntu16.04.1+deb.sury.org+1 [14.7 kB]
Get:15 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-common amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [903 kB]
Get:16 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-json amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [18.4 kB]
Get:17 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-opcache amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [161 kB]
Get:18 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-readline amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [12.5 kB]
Get:19 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-cli amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [1384 kB]
Get:20 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-fpm amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [1390 kB]
Get:21 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php-apcu amd64 5.1.9+4.0.11-1+ubuntu16.04.1+deb.sury.org+1 [87.8 kB]
Get:22 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php-apcu-bc amd64 1.0.3-5+ubuntu16.04.1+deb.sury.org+3 [9656 B]
Get:23 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2 all 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [39.7 kB]
Get:24 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-bcmath amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [15.1 kB]
Get:25 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-bz2 amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [9850 B]
Get:26 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-curl amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [28.3 kB]
Get:27 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-gd amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [26.6 kB]
Get:28 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-imap amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [28.0 kB]
Get:29 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-intl amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [123 kB]
Get:30 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-ldap amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [23.1 kB]
Get:31 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-mbstring amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [478 kB]
Get:32 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-pgsql amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [54.5 kB]
Get:33 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-soap amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [111 kB]
Get:34 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-tidy amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [16.1 kB]
Get:35 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-xml amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [105 kB]
Get:36 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-xmlrpc amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [12.3 kB]
Get:37 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-xsl all 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [39.3 kB]
Get:38 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 php7.2-zip amd64 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 [20.3 kB]
Extracting templates from packages: 100%
Preconfiguring packages ...
Fetched 8171 kB in 32s (255 kB/s)
(Reading database ... 18484 files and directories currently installed.)
Preparing to unpack .../libpcre3_2%3a8.41-4+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libpcre3:amd64 (2:8.41-4+ubuntu16.04.1+deb.sury.org+1) over (2:8.38-3.1) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Setting up libpcre3:amd64 (2:8.41-4+ubuntu16.04.1+deb.sury.org+1) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Selecting previously unselected package tzdata.
(Reading database ... 18484 files and directories currently installed.)
Preparing to unpack .../tzdata_2017c-0ubuntu0.16.04_all.deb ...
Unpacking tzdata (2017c-0ubuntu0.16.04) ...
Selecting previously unselected package libssl1.1:amd64.
Preparing to unpack .../libssl1.1_1.1.0g-2.1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.0g-2.1+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package psmisc.
Preparing to unpack .../psmisc_22.21-2.1build1_amd64.deb ...
Unpacking psmisc (22.21-2.1build1) ...
Selecting previously unselected package libargon2-0:amd64.
Preparing to unpack .../libargon2-0_0~20161029-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libargon2-0:amd64 (0~20161029-1+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package mlock.
Preparing to unpack .../mlock_8%3a2007f~dfsg-4_amd64.deb ...
Unpacking mlock (8:2007f~dfsg-4) ...
Selecting previously unselected package libc-client2007e.
Preparing to unpack .../libc-client2007e_8%3a2007f~dfsg-4_amd64.deb ...
Unpacking libc-client2007e (8:2007f~dfsg-4) ...
Selecting previously unselected package libcurl3:amd64.
Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.6_amd64.deb ...
Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.6) ...
Selecting previously unselected package libpq5:amd64.
Preparing to unpack .../libpq5_9.5.11-0ubuntu0.16.04_amd64.deb ...
Unpacking libpq5:amd64 (9.5.11-0ubuntu0.16.04) ...
Selecting previously unselected package libsodium23:amd64.
Preparing to unpack .../libsodium23_1.0.16-2+ubuntu16.04.1+deb.sury.org+3_amd64.deb ...
Unpacking libsodium23:amd64 (1.0.16-2+ubuntu16.04.1+deb.sury.org+3) ...
Selecting previously unselected package libtidy5.
Preparing to unpack .../libtidy5_1%3a5.4.0-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libtidy5 (1:5.4.0-1+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package libzip5:amd64.
Preparing to unpack .../libzip5_1.3.2-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libzip5:amd64 (1.3.2-1+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php-common.
Preparing to unpack .../php-common_1%3a60+ubuntu16.04.1+deb.sury.org+1_all.deb ...
Unpacking php-common (1:60+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-common.
Preparing to unpack .../php7.2-common_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-common (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-json.
Preparing to unpack .../php7.2-json_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-json (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-opcache.
Preparing to unpack .../php7.2-opcache_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-opcache (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-readline.
Preparing to unpack .../php7.2-readline_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-readline (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-cli.
Preparing to unpack .../php7.2-cli_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-cli (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-fpm.
Preparing to unpack .../php7.2-fpm_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-fpm (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php-apcu.
Preparing to unpack .../php-apcu_5.1.9+4.0.11-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php-apcu (5.1.9+4.0.11-1+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php-apcu-bc.
Preparing to unpack .../php-apcu-bc_1.0.3-5+ubuntu16.04.1+deb.sury.org+3_amd64.deb ...
Unpacking php-apcu-bc (1.0.3-5+ubuntu16.04.1+deb.sury.org+3) ...
Selecting previously unselected package php7.2.
Preparing to unpack .../php7.2_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_all.deb ...
Unpacking php7.2 (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-bcmath.
Preparing to unpack .../php7.2-bcmath_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-bcmath (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-bz2.
Preparing to unpack .../php7.2-bz2_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-bz2 (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-curl.
Preparing to unpack .../php7.2-curl_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-curl (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-gd.
Preparing to unpack .../php7.2-gd_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-gd (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-imap.
Preparing to unpack .../php7.2-imap_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-imap (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-intl.
Preparing to unpack .../php7.2-intl_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-intl (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-ldap.
Preparing to unpack .../php7.2-ldap_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-ldap (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-mbstring.
Preparing to unpack .../php7.2-mbstring_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-mbstring (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-pgsql.
Preparing to unpack .../php7.2-pgsql_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-pgsql (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-soap.
Preparing to unpack .../php7.2-soap_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-soap (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-tidy.
Preparing to unpack .../php7.2-tidy_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-tidy (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-xml.
Preparing to unpack .../php7.2-xml_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-xml (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package libxmlrpc-epi0:amd64.
Preparing to unpack .../libxmlrpc-epi0_0.54.2-1.1ubuntu0.1_amd64.deb ...
Unpacking libxmlrpc-epi0:amd64 (0.54.2-1.1ubuntu0.1) ...
Selecting previously unselected package php7.2-xmlrpc.
Preparing to unpack .../php7.2-xmlrpc_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-xmlrpc (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-xsl.
Preparing to unpack .../php7.2-xsl_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_all.deb ...
Unpacking php7.2-xsl (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-zip.
Preparing to unpack .../php7.2-zip_7.2.2-3+ubuntu16.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-zip (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Processing triggers for systemd (229-4ubuntu21.1) ...
Setting up tzdata (2017c-0ubuntu0.16.04) ...

Current default time zone: 'Etc/UTC'
Local time is now:      Fri Feb 16 01:30:17 UTC 2018.
Universal Time is now:  Fri Feb 16 01:30:17 UTC 2018.
Run 'dpkg-reconfigure tzdata' if you wish to change it.

Setting up libssl1.1:amd64 (1.1.0g-2.1+ubuntu16.04.1+deb.sury.org+1) ...
Setting up psmisc (22.21-2.1build1) ...
Setting up libargon2-0:amd64 (0~20161029-1+ubuntu16.04.1+deb.sury.org+1) ...
Setting up mlock (8:2007f~dfsg-4) ...
Setting up libc-client2007e (8:2007f~dfsg-4) ...
Setting up libcurl3:amd64 (7.47.0-1ubuntu2.6) ...
Setting up libpq5:amd64 (9.5.11-0ubuntu0.16.04) ...
Setting up libsodium23:amd64 (1.0.16-2+ubuntu16.04.1+deb.sury.org+3) ...
Setting up libtidy5 (1:5.4.0-1+ubuntu16.04.1+deb.sury.org+1) ...
Setting up libzip5:amd64 (1.3.2-1+ubuntu16.04.1+deb.sury.org+1) ...
Setting up php-common (1:60+ubuntu16.04.1+deb.sury.org+1) ...
Setting up php7.2-common (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/calendar.ini with new version

Creating config file /etc/php/7.2/mods-available/ctype.ini with new version

Creating config file /etc/php/7.2/mods-available/exif.ini with new version

Creating config file /etc/php/7.2/mods-available/fileinfo.ini with new version

Creating config file /etc/php/7.2/mods-available/ftp.ini with new version

Creating config file /etc/php/7.2/mods-available/gettext.ini with new version

Creating config file /etc/php/7.2/mods-available/iconv.ini with new version

Creating config file /etc/php/7.2/mods-available/pdo.ini with new version

Creating config file /etc/php/7.2/mods-available/phar.ini with new version

Creating config file /etc/php/7.2/mods-available/posix.ini with new version

Creating config file /etc/php/7.2/mods-available/shmop.ini with new version

Creating config file /etc/php/7.2/mods-available/sockets.ini with new version

Creating config file /etc/php/7.2/mods-available/sysvmsg.ini with new version

Creating config file /etc/php/7.2/mods-available/sysvsem.ini with new version

Creating config file /etc/php/7.2/mods-available/sysvshm.ini with new version

Creating config file /etc/php/7.2/mods-available/tokenizer.ini with new version
Setting up php7.2-json (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/json.ini with new version
Setting up php7.2-opcache (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/opcache.ini with new version
Setting up php7.2-readline (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/readline.ini with new version
Setting up php7.2-cli (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
update-alternatives: using /usr/bin/php7.2 to provide /usr/bin/php (php) in auto mode
update-alternatives: using /usr/bin/phar7.2 to provide /usr/bin/phar (phar) in auto mode
update-alternatives: using /usr/bin/phar.phar7.2 to provide /usr/bin/phar.phar (phar.phar) in auto mode

Creating config file /etc/php/7.2/cli/php.ini with new version
Setting up php7.2-fpm (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/fpm/php.ini with new version
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up php-apcu (5.1.9+4.0.11-1+ubuntu16.04.1+deb.sury.org+1) ...
Setting up php-apcu-bc (1.0.3-5+ubuntu16.04.1+deb.sury.org+3) ...
Setting up php7.2 (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Setting up php7.2-bcmath (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/bcmath.ini with new version
Setting up php7.2-bz2 (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/bz2.ini with new version
Setting up php7.2-curl (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/curl.ini with new version
Setting up php7.2-gd (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/gd.ini with new version
Setting up php7.2-imap (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/imap.ini with new version
Setting up php7.2-intl (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/intl.ini with new version
Setting up php7.2-ldap (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/ldap.ini with new version
Setting up php7.2-mbstring (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/mbstring.ini with new version
Setting up php7.2-pgsql (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/pgsql.ini with new version

Creating config file /etc/php/7.2/mods-available/pdo_pgsql.ini with new version
Setting up php7.2-soap (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/soap.ini with new version
Setting up php7.2-tidy (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/tidy.ini with new version
Setting up php7.2-xml (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/dom.ini with new version

Creating config file /etc/php/7.2/mods-available/simplexml.ini with new version

Creating config file /etc/php/7.2/mods-available/wddx.ini with new version

Creating config file /etc/php/7.2/mods-available/xml.ini with new version

Creating config file /etc/php/7.2/mods-available/xmlreader.ini with new version

Creating config file /etc/php/7.2/mods-available/xmlwriter.ini with new version

Creating config file /etc/php/7.2/mods-available/xsl.ini with new version
Setting up libxmlrpc-epi0:amd64 (0.54.2-1.1ubuntu0.1) ...
Setting up php7.2-xmlrpc (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/xmlrpc.ini with new version
Setting up php7.2-xsl (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
Setting up php7.2-zip (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/zip.ini with new version
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Processing triggers for systemd (229-4ubuntu21.1) ...
Processing triggers for php7.2-fpm (7.2.2-3+ubuntu16.04.1+deb.sury.org+1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
Removing intermediate container 26debf5beba2
 ---> f28dfec36507
Step 15/65 : RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
 ---> Running in 73cdca864991
All settings correct for using Composer
Downloading...

Composer (version 1.6.3) successfully installed to: /usr/local/bin/composer
Use it: php /usr/local/bin/composer

Removing intermediate container 73cdca864991
 ---> af9ee4e8c393
Step 16/65 : RUN apt-get remove --purge -y software-properties-common python-software-properties &&     apt-get autoremove -y &&     apt-get clean &&     apt-get autoclean
 ---> Running in 966fca9128f6
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  cron dh-python distro-info-data gir1.2-glib-2.0 iso-codes libdbus-glib-1-2
  libgirepository-1.0-1 libglib2.0-0 libglib2.0-data libpython3-stdlib
  lsb-release python-apt python-apt-common python-pycurl python3 python3-apt
  python3-dbus python3-gi python3-minimal python3-pycurl
  python3-software-properties python3.5 python3.5-minimal shared-mime-info
  unattended-upgrades xdg-user-dirs
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
  python-software-properties* software-properties-common*
0 upgraded, 0 newly installed, 2 to remove and 4 not upgraded.
After this operation, 314 kB disk space will be freed.
(Reading database ... 20877 files and directories currently installed.)
Removing python-software-properties (0.96.20.7) ...
Removing software-properties-common (0.96.20.7) ...
Purging configuration files for software-properties-common (0.96.20.7) ...
Processing triggers for dbus (1.10.6-1ubuntu3.3) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be REMOVED:
  cron dh-python distro-info-data gir1.2-glib-2.0 iso-codes libdbus-glib-1-2
  libgirepository-1.0-1 libglib2.0-0 libglib2.0-data libpython3-stdlib
  lsb-release python-apt python-apt-common python-pycurl python3 python3-apt
  python3-dbus python3-gi python3-minimal python3-pycurl
  python3-software-properties python3.5 python3.5-minimal shared-mime-info
  unattended-upgrades xdg-user-dirs
0 upgraded, 0 newly installed, 26 to remove and 4 not upgraded.
After this operation, 38.1 MB disk space will be freed.
(Reading database ... 20846 files and directories currently installed.)
Removing cron (3.0pl1-128ubuntu2) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of stop.
Removing unattended-upgrades (0.90ubuntu0.8) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of stop.
Removing python3-software-properties (0.96.20.7) ...
Removing lsb-release (9.20160110ubuntu0.2) ...
Removing python3-pycurl (7.43.0-1ubuntu1) ...
Removing distro-info-data (0.28ubuntu0.3) ...
Removing python3-gi (3.20.0-0ubuntu1) ...
Removing gir1.2-glib-2.0:amd64 (1.46.0-3ubuntu1) ...
Removing iso-codes (3.65-1) ...
Removing python3-dbus (1.2.0-3) ...
Removing libdbus-glib-1-2:amd64 (0.106-1) ...
Removing libgirepository-1.0-1:amd64 (1.46.0-3ubuntu1) ...
Removing shared-mime-info (1.5-2ubuntu0.1) ...
Removing libglib2.0-0:amd64 (2.48.2-0ubuntu1) ...
Removing libglib2.0-data (2.48.2-0ubuntu1) ...
Removing python-apt (1.1.0~beta1build1) ...
Removing python3-apt (1.1.0~beta1build1) ...
Removing python-apt-common (1.1.0~beta1build1) ...
Removing python-pycurl (7.43.0-1ubuntu1) ...
Removing xdg-user-dirs (0.15-2ubuntu6) ...
Removing dh-python (2.20151103ubuntu1.1) ...
Removing python3 (3.5.1-3) ...
Removing libpython3-stdlib:amd64 (3.5.1-3) ...
Removing python3-minimal (3.5.1-3) ...
Removing python3.5 (3.5.2-2ubuntu0~16.04.4) ...
Removing python3.5-minimal (3.5.2-2ubuntu0~16.04.4) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Reading package lists...
Building dependency tree...
Reading state information...
Removing intermediate container 966fca9128f6
 ---> ec4a6ed8f88d
Step 17/65 : RUN rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer
 ---> Running in ee4e870b8f26
Removing intermediate container ee4e870b8f26
 ---> bdb5a181ee13
Step 18/65 : ENV NGINX_WEBROOT   /semarthris/public
 ---> Running in c5a0da06cd38
Removing intermediate container c5a0da06cd38
 ---> 4c26aa3c6722
Step 19/65 : ENV SYMFONY_ENV     dev
 ---> Running in 2fb502b0cf91
Removing intermediate container 2fb502b0cf91
 ---> 592dd6cfeb3e
Step 20/65 : ENV VARNISH_CONFIG  /etc/varnish/default.vcl
 ---> Running in 50a2c0327fb0
Removing intermediate container 50a2c0327fb0
 ---> 6c2bd66749a2
Step 21/65 : ENV CACHE_SIZE      512m
 ---> Running in d0a131220371
Removing intermediate container d0a131220371
 ---> c2c4bb706f66
Step 22/65 : ENV VARNISHD_PARAMS -p default_ttl=3600 -p default_grace=3600
 ---> Running in 1770ec0a9c23
Removing intermediate container 1770ec0a9c23
 ---> 33b4e96159f3
Step 23/65 : ENV VARNISH_PORT    80
 ---> Running in b7d54d35abf7
Removing intermediate container b7d54d35abf7
 ---> c6423a0b93b9
Step 24/65 : ENV BACKEND_HOST    localhost
 ---> Running in 5aef78eb0fa5
Removing intermediate container 5aef78eb0fa5
 ---> 716ade693a28
Step 25/65 : ENV BACKEND_PORT    8080
 ---> Running in b2ec4dd0a58c
Removing intermediate container b2ec4dd0a58c
 ---> 0a612b742bdb
Step 26/65 : ADD docker/supervisor/supervisor.conf /etc/supervisord.conf
 ---> eb64f16bdfed
Step 27/65 : ADD docker/nginx/sites-enabled/site.conf /etc/nginx/conf.d/default.conf
 ---> c5744eed53b1
Step 28/65 : ADD docker/nginx/sites-enabled/php-fpm.conf /etc/nginx/conf.d/php-fpm.conf
 ---> 38e30dfde1b4
Step 29/65 : ADD docker/nginx/nginx.conf /etc/nginx/nginx.conf
 ---> 03ad1257a50f
Step 30/65 : ADD docker/nginx/fastcgi_cache /etc/nginx/fastcgi_cache
 ---> f67fbc2cef43
Step 31/65 : ADD docker/nginx/static_files.conf /etc/nginx/static_files.conf
 ---> 79d75512b439
Step 32/65 : ADD docker/nginx/logs/site.access.log /var/log/nginx/site.access.log
 ---> 034758a2e313
Step 33/65 : ADD docker/nginx/logs/site.error.log /var/log/nginx/site.error.log
 ---> 31ceb7df82c7
Step 34/65 : ADD docker/nginx/etc/sysctl.conf /etc/sysctl.conf
 ---> 222daac50de8
Step 35/65 : ADD docker/nginx/etc/security/limits.conf /etc/security/limits.conf
 ---> 204c0760b5b7
Step 36/65 : RUN mkdir -p /tmp/nginx/cache
 ---> Running in 0b84e33f1385
Removing intermediate container 0b84e33f1385
 ---> 8e5a5b83efed
Step 37/65 : RUN chmod 777 -R /tmp/nginx
 ---> Running in b7da32dda731
Removing intermediate container b7da32dda731
 ---> 54092bca917e
Step 38/65 : RUN chmod 777 /var/log/nginx/site.access.log
 ---> Running in 35a0174a5066
Removing intermediate container 35a0174a5066
 ---> f73cd90aa95d
Step 39/65 : RUN chmod 777 /var/log/nginx/site.error.log
 ---> Running in a973b2f1524b
Removing intermediate container a973b2f1524b
 ---> 315d4fab4adb
Step 40/65 : ADD docker/php/php.ini /etc/php/7.2/fpm/php.ini
 ---> fbe7bfb0c1d4
Step 41/65 : ADD docker/php/php.ini /etc/php/7.2/cli/php.ini
 ---> 6dd678ff1d89
Step 42/65 : ADD docker/php/php-fpm.conf /etc/php/7.2/fpm/php-fpm.conf
 ---> 7e6e4f77f293
Step 43/65 : RUN mkdir /run/php
 ---> Running in b1bce46f77e2
Removing intermediate container b1bce46f77e2
 ---> 34223ac547cc
Step 44/65 : RUN touch /run/php/php7.2-fpm.sock
 ---> Running in 1e39e6280884
Removing intermediate container 1e39e6280884
 ---> a027e5d08af6
Step 45/65 : RUN chmod 777 /run/php/php7.2-fpm.sock
 ---> Running in 40869585ec69
Removing intermediate container 40869585ec69
 ---> 4265ff2e35ff
Step 46/65 : ADD docker/varnish/default.vcl /etc/varnish/default.vcl
 ---> 7c06dcaa808b
Step 47/65 : ENV COMPOSER_ALLOW_SUPERUSER 1
 ---> Running in 1e2d636c0dfa
Removing intermediate container 1e2d636c0dfa
 ---> 967a91cf3154
Step 48/65 : RUN composer global require "hirak/prestissimo:~0.3" --prefer-dist --no-progress --no-suggest --optimize-autoloader --classmap-authoritative -vvv && composer clear-cache
 ---> Running in cea9f5c11b23
Changed current directory to /root/.composer
Failed to initialize global composer: Composer could not find the config file: /root/.composer/composer.json
To initialize a project, please create a composer.json file as described in the https://getcomposer.org/ "Getting Started" section
Running 1.6.3 (2018-01-31 16:28:17) with PHP 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 on Linux / 4.4.0-112-generic
Reading ./composer.json
Loading config file ./composer.json
Checked CA file /etc/ssl/certs/ca-certificates.crt: valid
Executing command (/root/.composer): git branch --no-color --no-abbrev -v
Executing command (/root/.composer): git describe --exact-match --tags
Executing command (/root/.composer): git log --pretty="%H" -n1 HEAD
Executing command (/root/.composer): hg branch
Executing command (/root/.composer): fossil branch list
Executing command (/root/.composer): fossil tag list
Executing command (/root/.composer): svn info --xml
Downloading https://packagist.org/packages.json
Writing /root/.composer/cache/repo/https---packagist.org/packages.json into cache
Downloading http://packagist.org/p/provider-2013%245157056ccbe245082e3ca09cfe944de3ccbf7aca26ede6f7b4cbaa458293149b.json
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2013.json into cache
Downloading http://packagist.org/p/provider-2014%24cf32fa09ae3f9cc5e3745b7392b603ea08be52848500de4ea5221ddcda755ca1.json
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2014.json into cache
Downloading http://packagist.org/p/provider-2015%247c318adf3fda402a417b12c6903f4ef75bb4779ab173432ae948bc1be2e25ee0.json
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2015.json into cache
Downloading http://packagist.org/p/provider-2016%24fceb9c38508ca4555998db86695ecbcbd462169385c6d158289bd7a8018c125b.json
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2016.json into cache
Downloading http://packagist.org/p/provider-2017%24b059f55466c69733f32ca2c1ce0e01f21ddde88d5c266b1278f2822e8f0d5a23.json
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2017.json into cache
Downloading http://packagist.org/p/provider-2017-04%2420a0403a3108649cc60cb365e92067eb57ed72fe418bcb22577cf0e02b2473d9.json
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2017-04.json into cache
Downloading http://packagist.org/p/provider-2017-07%24dbc95614809f16829889e40ba61fe94760b8e0d0ac4677a58e270f814e03c803.json
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2017-07.json into cache
Downloading http://packagist.org/p/provider-2017-10%24fa2efa328b0708e959dbd2e7d65476f87f179e6231b4ffa552f4b154e05636a9.json
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2017-10.json into cache
Downloading http://packagist.org/p/provider-2018-01%24249ef32c0771704dc998969a647b431cfd2c1052e1d6e88db5ab02d0ba4902f3.json
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2018-01.json into cache
Downloading http://packagist.org/p/provider-archived%248e85305b7445a890347994cac4989d584c24a1dbd6b6497897ddae5caa06bc08.json
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-archived.json into cache
Downloading http://packagist.org/p/provider-latest%2498cbe40ba8936952ec4e2abdd9f0ca5c88c87bec42c95db4ae1a2e4715991c23.json
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-latest.json into cache
Downloading http://packagist.org/p/hirak/prestissimo%24a0774fedc3a22c1a446fa75dc161577a432a51fa9bbb563ac4e0017018502745.json
Writing /root/.composer/cache/repo/https---packagist.org/provider-hirak$prestissimo.json into cache
./composer.json has been created
Reading ./composer.json
Loading config file ./composer.json
Executing command (/root/.composer): git branch --no-color --no-abbrev -v
Executing command (/root/.composer): git describe --exact-match --tags
Executing command (/root/.composer): git log --pretty="%H" -n1 HEAD
Executing command (/root/.composer): hg branch
Executing command (/root/.composer): fossil branch list
Executing command (/root/.composer): fossil tag list
Executing command (/root/.composer): svn info --xml
Loading composer repositories with package information
Downloading https://packagist.org/packages.json
Writing /root/.composer/cache/repo/https---packagist.org/packages.json into cache
Updating dependencies (including require-dev)
Reading /root/.composer/cache/repo/https---packagist.org/p-provider-2013.json from cache
Reading /root/.composer/cache/repo/https---packagist.org/p-provider-2014.json from cache
Reading /root/.composer/cache/repo/https---packagist.org/p-provider-2015.json from cache
Reading /root/.composer/cache/repo/https---packagist.org/p-provider-2016.json from cache
Reading /root/.composer/cache/repo/https---packagist.org/p-provider-2017.json from cache
Reading /root/.composer/cache/repo/https---packagist.org/p-provider-2017-04.json from cache
Reading /root/.composer/cache/repo/https---packagist.org/p-provider-2017-07.json from cache
Reading /root/.composer/cache/repo/https---packagist.org/p-provider-2017-10.json from cache
Reading /root/.composer/cache/repo/https---packagist.org/p-provider-2018-01.json from cache
Reading /root/.composer/cache/repo/https---packagist.org/p-provider-archived.json from cache
Downloading http://packagist.org/p/provider-latest%24e6ab14ed392f3fa524ca2a7cbb44e8a888ce86dd1e5b45a7452e80d733f6f9a6.json
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-latest.json into cache
Reading /root/.composer/cache/repo/https---packagist.org/provider-hirak$prestissimo.json from cache
Resolving dependencies through SAT
Dependency resolution completed in 0.001 seconds
Analyzed 97 packages to resolve dependencies
Analyzed 119 rules to resolve dependencies
Package operations: 1 install, 0 updates, 0 removals
Installs: hirak/prestissimo:0.3.7
  - Installing hirak/prestissimo (0.3.7): DownloadingDownloading https://api.github.com/repos/hirak/prestissimo/zipball/45fcc8a65fb06b29cc5cdd1b0bae7a690aa09496

Following redirect (2) https://codeload.github.com/hirak/prestissimo/legacy.zip/45fcc8a65fb06b29cc5cdd1b0bae7a690aa09496
Downloading https://codeload.github.com/hirak/prestissimo/legacy.zip/45fcc8a65fb06b29cc5cdd1b0bae7a690aa09496
 (100%)Writing /root/.composer/cache/files/hirak/prestissimo/25204b925e2f352dfa54054e664462d33891adc3.zip into cache from /root/.composer/vendor/hirak/prestissimo/c471de6ec2f800f14d51a9d04f0f5ff1

 Extracting archiveLoading plugin Hirak\Prestissimo\Plugin
Downloading https://packagist.org/packages.json
Writing /root/.composer/cache/repo/https---packagist.org/packages.json into cache
    REASON: Required by the root package: Install command rule (install hirak/prestissimo 0.3.0|install hirak/prestissimo 0.3.1|install hirak/prestissimo 0.3.2|install hirak/prestissimo 0.3.3|install hirak/prestissimo 0.3.4|install hirak/prestissimo 0.3.5|install hirak/prestissimo 0.3.6|install hirak/prestissimo 0.3.7)

Reading /root/.composer/vendor/composer/installed.json
Writing lock file
Generating optimized autoload files
Cache directory does not exist (cache-vcs-dir): 
Clearing cache (cache-repo-dir): /root/.composer/cache/repo
Clearing cache (cache-files-dir): /root/.composer/cache/files
Clearing cache (cache-dir): /root/.composer/cache
All caches cleared.
Removing intermediate container cea9f5c11b23
 ---> 89575cafabcc
Step 49/65 : WORKDIR /semarthris
Removing intermediate container d6b53ef8dd23
 ---> 956592ec748d
Step 50/65 : COPY composer.json ./
 ---> afc0411266db
Step 51/65 : COPY composer.lock ./
 ---> 53b3e25c15f7
Step 52/65 : RUN mkdir -p         var/cache         var/logs         var/sessions     && chmod 777 -R var/     && composer update --prefer-dist --no-autoloader --no-scripts --no-progress --no-suggest -vvv     && composer clear-cache
 ---> Running in cd22c5562988
Reading ./composer.json
Loading config file ./composer.json
Checked CA file /etc/ssl/certs/ca-certificates.crt: valid
Executing command (/semarthris): git branch --no-color --no-abbrev -v
Executing command (/semarthris): git describe --exact-match --tags
Executing command (/semarthris): git log --pretty="%H" -n1 HEAD
Executing command (/semarthris): hg branch
Executing command (/semarthris): fossil branch list
Executing command (/semarthris): fossil tag list
Executing command (/semarthris): svn info --xml
Reading /root/.composer/composer.json
Loading config file /root/.composer/composer.json
Reading /root/.composer/vendor/composer/installed.json
Loading plugin Hirak\Prestissimo\Plugin
Downloading https://packagist.org/packages.json
Writing /root/.composer/cache/repo/https---packagist.org/packages.json into cache
    1/11:	http://packagist.org/p/provider-archived$8e85305b7445a890347994cac4989d584c24a1dbd6b6497897ddae5caa06bc08.json
    2/11:	http://packagist.org/p/provider-2017$b059f55466c69733f32ca2c1ce0e01f21ddde88d5c266b1278f2822e8f0d5a23.json
    4/11:	http://packagist.org/p/provider-latest$e6ab14ed392f3fa524ca2a7cbb44e8a888ce86dd1e5b45a7452e80d733f6f9a6.json
    4/11:	http://packagist.org/p/provider-2013$5157056ccbe245082e3ca09cfe944de3ccbf7aca26ede6f7b4cbaa458293149b.json
    5/11:	http://packagist.org/p/provider-2017-04$20a0403a3108649cc60cb365e92067eb57ed72fe418bcb22577cf0e02b2473d9.json
    6/11:	http://packagist.org/p/provider-2014$cf32fa09ae3f9cc5e3745b7392b603ea08be52848500de4ea5221ddcda755ca1.json
    7/11:	http://packagist.org/p/provider-2018-01$249ef32c0771704dc998969a647b431cfd2c1052e1d6e88db5ab02d0ba4902f3.json
    8/11:	http://packagist.org/p/provider-2017-07$dbc95614809f16829889e40ba61fe94760b8e0d0ac4677a58e270f814e03c803.json
    9/11:	http://packagist.org/p/provider-2017-10$fa2efa328b0708e959dbd2e7d65476f87f179e6231b4ffa552f4b154e05636a9.json
    10/11:	http://packagist.org/p/provider-2015$7c318adf3fda402a417b12c6903f4ef75bb4779ab173432ae948bc1be2e25ee0.json
    11/11:	http://packagist.org/p/provider-2016$fceb9c38508ca4555998db86695ecbcbd462169385c6d158289bd7a8018c125b.json
    Finished: success: 11, skipped: 0, failure: 0, total: 11
Running 1.6.3 (2018-01-31 16:28:17) with PHP 7.2.2-3+ubuntu16.04.1+deb.sury.org+1 on Linux / 4.4.0-112-generic
Loading composer repositories with package information
Writing /root/.composer/cache/repo/https---packagist.org/packages.json into cache
Updating dependencies (including require-dev)
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2013.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2014.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2015.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2016.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2017.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2017-04.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2017-07.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2017-10.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-2018-01.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-archived.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/p-provider-latest.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-kejawenlab$semart-hris.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-api-platform$api-pack.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-api-platform$core.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-doctrine$annotations.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-doctrine$orm.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-doctrine$doctrine-bundle.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-nelmio$cors-bundle.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-phpdocumentor$reflection-docblock.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$asset.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$expression-language.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$security-bundle.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$twig-bundle.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$validator.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-doctrine$inflector.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-psr$cache.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-psr$container.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$http-foundation.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$http-kernel.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$property-access.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$property-info.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$serializer.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-willdurand$negotiation.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-doctrine$lexer.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-doctrine$collections.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-doctrine$dbal.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$console.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-doctrine$instantiator.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-doctrine$common.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-doctrine$cache.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$framework-bundle.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-jdorn$sql-formatter.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$doctrine-bridge.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-doctrine$doctrine-cache-bundle.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$dependency-injection.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-phpdocumentor$reflection-common.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-phpdocumentor$type-resolver.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-webmozart$assert.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$cache.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-php70.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$security.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$twig-bridge.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-twig$twig.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$config.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$translation.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-mbstring.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-psr$log.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$debug.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$event-dispatcher.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$inflector.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$class-loader.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$filesystem.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$finder.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$routing.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$security-acl.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-psr$simple-cache.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-apcu.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-paragonie$random-compat.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-php55.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-php56.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-util.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-php54.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$security-core.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-ircmaxell$password-compat.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-friendsofsymfony$jsrouting-bundle.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-willdurand$jsonp-callback-validator.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-javiereguiluz$easyadmin-bundle.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-pagerfanta$pagerfanta.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-sensio$framework-extra-bundle.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$form.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-twig$extensions.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$intl.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$options-resolver.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$security-csrf.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$icu.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-intl-icu.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-kejawenlab$petruk-username.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-league$csv.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-stof$doctrine-extensions-bundle.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-gedmo$doctrine-extensions.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-behat$transliterator.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$dotenv.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$profiler-pack.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$web-profiler-bundle.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$var-dumper.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-php72.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$stopwatch.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$proxy-manager-bridge.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-ocramius$proxy-manager.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-zendframework$zend-code.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-ocramius$package-versions.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-zendframework$zend-eventmanager.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-squizlabs$php-codesniffer.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-zendframework$zend-stdlib.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-athletic$athletic.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-zendframework$zend-hydrator.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$web-server-bundle.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$process.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$yaml.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-vich$uploader-bundle.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-jms$metadata.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$templating.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-doctrine$doctrine-fixtures-bundle.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-doctrine$data-fixtures.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-phpstan$phpstan.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-nette$bootstrap.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-nette$di.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-nette$robot-loader.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-nette$utils.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-nikic$php-parser.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-jean85$pretty-package-versions.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-phpstan$phpdoc-parser.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-nette$neon.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-nette$php-generator.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-nette$finder.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-phpunit$dbunit.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-phpunit$phpunit.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-myclabs$deep-copy.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-phar-io$manifest.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-phar-io$version.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-phpspec$prophecy.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-phpunit$php-code-coverage.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-phpunit$php-file-iterator.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-phpunit$php-text-template.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-phpunit$php-timer.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-phpunit$phpunit-mock-objects.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-sebastian$comparator.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-sebastian$diff.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-sebastian$environment.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-sebastian$exporter.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-sebastian$global-state.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-sebastian$object-enumerator.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-sebastian$resource-operations.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-sebastian$version.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-sebastian$recursion-context.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-phpunit$php-token-stream.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-sebastian$code-unit-reverse-lookup.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-theseer$tokenizer.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-sebastian$object-reflector.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-dflydev$markdown.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-phpunit$php-invoker.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$flex.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$phpunit-bridge.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$workflow.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$security-guard.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-symfony$security-http.json into cache
Writing /root/.composer/cache/repo/https---packagist.org/provider-nette$nette.json into cache
Resolving dependencies through SAT
Dependency resolution completed in 2.624 seconds
    1/124:	https://codeload.github.com/phar-io/version/legacy.zip/a70c0ced4be299a63d32fa96d9281d03e94041df
    2/124:	https://codeload.github.com/sebastianbergmann/php-invoker/legacy.zip/86074bf0fc2caf02ec8819a93f65a37cd0b44c8e
    3/124:	https://codeload.github.com/sebastianbergmann/php-token-stream/legacy.zip/791198a2c6254db10131eecfe8c06670700904db
    4/124:	https://codeload.github.com/sebastianbergmann/code-unit-reverse-lookup/legacy.zip/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18
    5/124:	https://codeload.github.com/phpspec/prophecy/legacy.zip/9f901e29c93dae4aa77c0bb161df4276f9c9a1be
    6/124:	https://codeload.github.com/phar-io/manifest/legacy.zip/2df402786ab5368a0169091f61a7c1e0eb6852d0
    7/124:	https://codeload.github.com/myclabs/DeepCopy/legacy.zip/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e
    8/124:	https://codeload.github.com/symfony/phpunit-bridge/legacy.zip/6a65b09b666f975dd70ec2bb9e9b1a87dbb02aca
    9/124:	https://codeload.github.com/symfony/flex/legacy.zip/0241b2acbb58df29e633b03fb56eb349a207613f
    10/124:	https://codeload.github.com/theseer/tokenizer/legacy.zip/cb2f008f3f05af2893a87208fe6a6c4985483f8b
    11/124:	https://codeload.github.com/sebastianbergmann/php-file-iterator/legacy.zip/730b01bc3e867237eaac355e06a36b85dd93a8b4
    12/124:	https://codeload.github.com/sebastianbergmann/php-timer/legacy.zip/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f
    13/124:	https://codeload.github.com/sebastianbergmann/dbunit/legacy.zip/0fa4329e490480ab957fe7b1185ea0996ca11f44
    14/124:	https://codeload.github.com/sebastianbergmann/php-text-template/legacy.zip/31f8b717e51d9a2afca6c9f046f5d69fc27c8686
    15/124:	https://codeload.github.com/sebastianbergmann/comparator/legacy.zip/34369daee48eafb2651bea869b4b15d75ccc35f9
    16/124:	https://codeload.github.com/sebastianbergmann/php-code-coverage/legacy.zip/661f34d0bd3f1a7225ef491a70a020ad23a057a1
    17/124:	https://codeload.github.com/sebastianbergmann/environment/legacy.zip/cd0871b3975fb7fc44d11314fd1ee20925fce4f5
    18/124:	https://codeload.github.com/sebastianbergmann/diff/legacy.zip/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd
    19/124:	https://codeload.github.com/sebastianbergmann/exporter/legacy.zip/234199f4528de6d12aaa58b612e98f7d36adb937
    20/124:	https://codeload.github.com/sebastianbergmann/global-state/legacy.zip/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4
    21/124:	https://codeload.github.com/sebastianbergmann/phpunit-mock-objects/legacy.zip/33fd41a76e746b8fa96d00b49a23dadfa8334cdf
    22/124:	https://codeload.github.com/sebastianbergmann/recursion-context/legacy.zip/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8
    23/124:	https://codeload.github.com/sebastianbergmann/object-reflector/legacy.zip/773f97c67f28de00d397be301821b06708fca0be
    24/124:	https://codeload.github.com/sebastianbergmann/resource-operations/legacy.zip/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52
    25/124:	https://codeload.github.com/sebastianbergmann/phpunit/legacy.zip/3330ef26ade05359d006041316ed0fa9e8e3cefe
    26/124:	https://codeload.github.com/sebastianbergmann/object-enumerator/legacy.zip/7cfd9e65d11ffb5af41198476395774d4c8a84c5
    27/124:	https://codeload.github.com/sebastianbergmann/version/legacy.zip/99732be0ddb3361e16ad77b68ba41efc8e979019
    28/124:	https://codeload.github.com/nette/neon/legacy.zip/9eacd50553b26b53a3977bfb2fea2166d4331622
    29/124:	https://codeload.github.com/nette/bootstrap/legacy.zip/804925787764d708a7782ea0d9382a310bb21968
    30/124:	https://codeload.github.com/nette/finder/legacy.zip/4d43a66d072c57d585bf08a3ef68d3587f7e9547
    31/124:	https://codeload.github.com/nette/robot-loader/legacy.zip/92d4b40b49d5e2d9e37fc736bbcebe6da55fa44a
    32/124:	https://codeload.github.com/nette/di/legacy.zip/a4b3be935b755f23aebea1ce33d7e3c832cdff98
    33/124:	https://codeload.github.com/nette/php-generator/legacy.zip/1652635d312a8db4291b16f3ebf87cb1a15a6257
    34/124:	https://codeload.github.com/nette/utils/legacy.zip/1e08eb4c9d26ae5aedced8260e8b4ed951ee4aa6
    35/124:	https://codeload.github.com/symfony/yaml/legacy.zip/ffc60bda1d4a00ec0b32eeabf39dc017bf480028
    36/124:	https://codeload.github.com/Jean85/pretty-package-versions/legacy.zip/d457344b6a035ef99236bdda4729ad7eeb233f54
    37/124:	https://codeload.github.com/phpstan/phpdoc-parser/legacy.zip/02f909f134fe06f0cd4790d8627ee24efbe84d6a
    38/124:	https://codeload.github.com/doctrine/DoctrineFixturesBundle/legacy.zip/74b8cc70a4a25b774628ee59f4cdf3623a146273
    39/124:	https://codeload.github.com/doctrine/data-fixtures/legacy.zip/7b76ccc8e648c4502aad7f61347326c8a072bd3b
    40/124:	https://codeload.github.com/dustin10/VichUploaderBundle/legacy.zip/a6c44e282d79649655ae1398d4ec48c0bd8f70c3
    41/124:	https://codeload.github.com/schmittjoh/metadata/legacy.zip/6a06970a10e0a532fb52d3959547123b84a3b3ab
    42/124:	https://codeload.github.com/symfony/templating/legacy.zip/1b30ab3884d860f59811960db670273893edddae
    43/124:	https://codeload.github.com/symfony/web-server-bundle/legacy.zip/20ad52df8164d2eae029e6bb24356956c52380be
    44/124:	https://codeload.github.com/symfony/process/legacy.zip/e1712002d81de6f39f854bc5bbd9e9f4bb6345b4
    45/124:	https://codeload.github.com/symfony/proxy-manager-bridge/legacy.zip/1d9c0a3ff02182148388aa4795df065d075b8b30
    46/124:	https://codeload.github.com/zendframework/zend-code/legacy.zip/6b1059db5b368db769e4392c6cb6cc139e56640d
    47/124:	https://codeload.github.com/zendframework/zend-eventmanager/legacy.zip/9d72db10ceb6e42fb92350c0cb54460da61bd79c
    48/124:	https://codeload.github.com/Ocramius/ProxyManager/legacy.zip/81d53b2878f1d1c40ad27270e64b51798485dfc5
    49/124:	https://codeload.github.com/Ocramius/PackageVersions/legacy.zip/4489d5002c49d55576fa0ba786f42dbb009be46f
    50/124:	https://codeload.github.com/symfony/profiler-pack/legacy.zip/fa2e2dad522a3bef322196abad28ffce6d0fdbc5
    51/124:	https://codeload.github.com/symfony/stopwatch/legacy.zip/d52321f0e2b596bd03b5d1dd6eebe71caa925704
    52/124:	https://codeload.github.com/nikic/PHP-Parser/legacy.zip/e57b3a09784f846411aa7ed664eedb73e3399078
    53/124:	https://codeload.github.com/symfony/var-dumper/legacy.zip/6d63cc74f3e2d4961411ccb77389a00332653104
    54/124:	https://codeload.github.com/symfony/polyfill-php72/legacy.zip/8eca20c8a369e069d4f4c2ac9895144112867422
    55/124:	https://codeload.github.com/phpstan/phpstan/legacy.zip/e59541bcc7cac9b35ca54db6365bf377baf4a488
    56/124:	https://codeload.github.com/symfony/dotenv/legacy.zip/66265f80c0f585cd6aec3fbdfc4ffdf7a0d75992
    57/124:	https://codeload.github.com/stof/StofDoctrineExtensionsBundle/legacy.zip/46db71ec7ffee9122eca3cdddd4ef8d84bae269c
    58/124:	https://codeload.github.com/symfony/web-profiler-bundle/legacy.zip/2074348dba4b49ea86d7ee7eaf1b4fcacc887120
    59/124:	https://codeload.github.com/thephpleague/csv/legacy.zip/90bedd96fa3e3d2a988be985b9b1ee29cdb38301
    60/124:	https://codeload.github.com/sensiolabs/SensioFrameworkExtraBundle/legacy.zip/bf4940572e43af679aaa13be98f3446a1c237bd8
    61/124:	https://codeload.github.com/whiteoctober/Pagerfanta/legacy.zip/29aade64addfdfb12c05aabf160f09d1aea6b143
    62/124:	https://codeload.github.com/symfony/polyfill-intl-icu/legacy.zip/254919c03761d46c29291616576ed003f10e91c1
    63/124:	https://codeload.github.com/Behat/Transliterator/legacy.zip/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c
    64/124:	https://codeload.github.com/symfony/options-resolver/legacy.zip/371532a2cfe932f7a3766dd4c45364566def1dd0
    65/124:	https://codeload.github.com/twigphp/Twig-extensions/legacy.zip/d188c76168b853481cc75879ea045bf93d718e9c
    66/124:	https://codeload.github.com/willdurand/JsonpCallbackValidator/legacy.zip/1a7d388bb521959e612ef50c5c7b1691b097e909
    67/124:	https://codeload.github.com/FriendsOfSymfony/FOSJsRoutingBundle/legacy.zip/0f74f4f9d73580bd039cee54c4744b546a6a7990
    68/124:	https://codeload.github.com/api-platform/api-pack/legacy.zip/33ade8a1dc23868828788fe1bf3e54291ce54843
    69/124:	https://codeload.github.com/symfony/property-info/legacy.zip/d8c4f5ef14bee33b80336a48d2932e2161252afd
    70/124:	https://codeload.github.com/Atlantic18/DoctrineExtensions/legacy.zip/d5fdc573b6a2ecfa29c070ecb3db8397ac55ed78
    71/124:	https://codeload.github.com/doctrine/instantiator/legacy.zip/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda
    72/124:	https://codeload.github.com/symfony/console/legacy.zip/36d5b41e7d4e1ccf0370f6babe966c08ef0a1488
    73/124:	https://codeload.github.com/doctrine/doctrine2/legacy.zip/374e7ace49d864dad8cddbc55346447c8a6a2083
    74/124:	https://codeload.github.com/jdorn/sql-formatter/legacy.zip/64990d96e0959dff8e059dfcdc1af130728d92bc
    75/124:	https://codeload.github.com/doctrine/DoctrineCacheBundle/legacy.zip/9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1
    76/124:	https://codeload.github.com/willdurand/Negotiation/legacy.zip/03436ededa67c6e83b9b12defac15384cb399dc9
    77/124:	https://codeload.github.com/doctrine/DoctrineBundle/legacy.zip/eb6e4fb904a459be28872765ab6e2d246aac7c87
    78/124:	https://codeload.github.com/doctrine/annotations/legacy.zip/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5
    79/124:	https://codeload.github.com/doctrine/collections/legacy.zip/a01ee38fcd999f34d9bfbcee59dbda5105449cbf
    80/124:	https://codeload.github.com/symfony/serializer/legacy.zip/18abe8e278181fce0ad55b9cbdd04f40f4bcf553
    81/124:	https://codeload.github.com/symfony/doctrine-bridge/legacy.zip/85d54596a1fe1089536ce03979a1992bf71b7e04
    82/124:	https://codeload.github.com/doctrine/lexer/legacy.zip/83893c552fd2045dd78aef794c31e694c37c0b8c
    83/124:	https://codeload.github.com/doctrine/cache/legacy.zip/b3217d58609e9c8e661cd41357a54d926c4a2a1a
    84/124:	https://codeload.github.com/nelmio/NelmioCorsBundle/legacy.zip/548dc8ebd3984acd2f6d8787ab1dac2e9aa14254
    85/124:	https://codeload.github.com/symfony/finder/legacy.zip/8b08180f2b7ccb41062366b9ad91fbc4f1af8601
    86/124:	https://codeload.github.com/doctrine/inflector/legacy.zip/5527a48b7313d15261292c149e55e26eae771b0a
    87/124:	https://codeload.github.com/symfony/intl/legacy.zip/e67537d88dd27c7ae9ca1ff05c51ebb8eb59c391
    88/124:	https://codeload.github.com/phpDocumentor/TypeResolver/legacy.zip/9c977708995954784726e25d0cd1dddf4e65b0f7
    89/124:	https://codeload.github.com/doctrine/common/legacy.zip/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66
    90/124:	https://codeload.github.com/phpDocumentor/ReflectionDocBlock/legacy.zip/94fd0001232e47129dd3504189fa1c7225010d08
    91/124:	https://codeload.github.com/webmozart/assert/legacy.zip/0df1908962e7a3071564e857d86874dad1ef204a
    92/124:	https://codeload.github.com/phpDocumentor/ReflectionCommon/legacy.zip/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6
    93/124:	https://codeload.github.com/symfony/routing/legacy.zip/a69bd948700b672e036147762f46749bcae33796
    94/124:	https://codeload.github.com/symfony/asset/legacy.zip/db6063ab6e71c0d4910328a4d10eba197e1d6b40
    95/124:	https://codeload.github.com/symfony/class-loader/legacy.zip/e63c12699822bb3b667e7216ba07fbcc3a3e203e
    96/124:	https://codeload.github.com/doctrine/dbal/legacy.zip/e3eed9b1facbb0ced3a0995244843a189e7d1b13
    97/124:	https://codeload.github.com/symfony/expression-language/legacy.zip/b826c255f22333eccd3365734d2c4e150c284843
    98/124:	https://codeload.github.com/symfony/cache/legacy.zip/e901ff335ef5e8ef57ee9b8e098bd54a1d39a857
    99/124:	https://codeload.github.com/php-fig/cache/legacy.zip/d11b50ad223250cf17b86e38383413f5a6764bf8
    100/124:	https://codeload.github.com/php-fig/simple-cache/legacy.zip/753fa598e8f3b9966c886fe13f370baa45ef0e24
    101/124:	https://codeload.github.com/php-fig/container/legacy.zip/b7ce3b176482dbbc1245ebf52b181af44c2cf55f
    102/124:	https://codeload.github.com/symfony/framework-bundle/legacy.zip/fc9e348327603fbc1158fc2b731666e6fe1b4266
    103/124:	https://codeload.github.com/symfony/property-access/legacy.zip/e0fef10eb7e11cae9421d8d89024dfeae0acffb7
    104/124:	https://codeload.github.com/symfony/inflector/legacy.zip/da634a9968162f7c5c94f8d6949a4ede86085304
    105/124:	https://codeload.github.com/symfony/security-bundle/legacy.zip/2d65eb4f72e89cf9ee710a64be14922e81229d7b
    106/124:	https://codeload.github.com/symfony/config/legacy.zip/ecd917899167922086ddb3247aa43eb1c418fcb2
    107/124:	https://codeload.github.com/symfony/security/legacy.zip/08ab1dee6c1f9b9be78ff32d80829a3f6cd43d79
    108/124:	https://codeload.github.com/symfony/filesystem/legacy.zip/760e47a4ee64b4c48f4b30017011e09d4c0f05ed
    109/124:	https://codeload.github.com/php-fig/log/legacy.zip/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d
    110/124:	https://codeload.github.com/symfony/debug/legacy.zip/c77bb31d0f6310a2ac11e657475d396a92e5dc54
    111/124:	https://codeload.github.com/symfony/event-dispatcher/legacy.zip/74d33aac36208c4d6757807d9f598f0133a3a4eb
    112/124:	https://codeload.github.com/api-platform/core/legacy.zip/f613054f1971298980c875031c49d857ce3a2e0a
    113/124:	https://codeload.github.com/symfony/dependency-injection/legacy.zip/f78ca49c6360c710ca8e316511e71a23b10e3bf2
    114/124:	https://codeload.github.com/symfony/twig-bridge/legacy.zip/81260f5539bdd7a4b5c39c55e197dae6daecc33f
    115/124:	https://codeload.github.com/symfony/twig-bundle/legacy.zip/854b3ae1e761cf9443241119675c64e263ff21a7
    116/124:	https://codeload.github.com/symfony/polyfill-mbstring/legacy.zip/78be803ce01e55d3491c1397cf1c64beb9c1b63b
    117/124:	https://codeload.github.com/KejawenLab/PetrukUsername/legacy.zip/a602cf9976415c94c2346a22b5df87fd53069b99
    118/124:	https://codeload.github.com/symfony/http-foundation/legacy.zip/82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4
    119/124:	https://codeload.github.com/symfony/translation/legacy.zip/a9c4e4cc56f7eff0960c4f6c157da8f6b13211fc
    120/124:	https://codeload.github.com/symfony/http-kernel/legacy.zip/194bd224ec27952eac6d4fea6264b22990834eca
    121/124:	https://codeload.github.com/symfony/form/legacy.zip/46ff2f07ea787a500a9a7000389744c1445fb40e
    122/124:	https://codeload.github.com/symfony/validator/legacy.zip/f1a020d3ea3ec23cfb666ee3169700b3fae14505
    123/124:	https://codeload.github.com/twigphp/Twig/legacy.zip/eddb97148ad779f27e670e1e3f19fb323aedafeb
    124/124:	https://codeload.github.com/javiereguiluz/EasyAdminBundle/legacy.zip/828308c3bb8c564c51419318e64ce9b290e45aca
    Finished: success: 124, skipped: 0, failure: 0, total: 124
Analyzed 12212 packages to resolve dependencies
Analyzed 906873 rules to resolve dependencies
Resolving dependencies through SAT
Dependency resolution completed in 0.002 seconds
Package operations: 124 installs, 0 updates, 0 removals
Installs: ocramius/package-versions:1.3.0, symfony/flex:v1.0.68, kejawenlab/petruk-username:2.0, symfony/polyfill-mbstring:v1.7.0, symfony/translation:v4.0.4, symfony/validator:v4.0.4, twig/twig:v2.4.4, symfony/twig-bridge:v4.0.4, symfony/http-foundation:v4.0.4, symfony/event-dispatcher:v4.0.4, psr/log:1.0.2, symfony/debug:v4.0.4, symfony/http-kernel:v4.0.4, symfony/filesystem:v4.0.4, symfony/config:v4.0.4, symfony/twig-bundle:v4.0.4, symfony/inflector:v4.0.4, symfony/property-access:v4.0.4, symfony/security:v4.0.4, psr/container:1.0.0, symfony/dependency-injection:v4.0.4, symfony/security-bundle:v4.0.4, psr/simple-cache:1.0.0, psr/cache:1.0.1, symfony/cache:v4.0.4, symfony/expression-language:v4.0.4, symfony/asset:v4.0.4, webmozart/assert:1.3.0, phpdocumentor/reflection-common:1.0.1, phpdocumentor/type-resolver:0.4.0, phpdocumentor/reflection-docblock:4.3.0, symfony/routing:v4.0.4, symfony/finder:v4.0.4, symfony/class-loader:v3.4.4, symfony/framework-bundle:v3.4.4, nelmio/cors-bundle:1.5.4, doctrine/cache:v1.7.1, doctrine/inflector:v1.3.0, doctrine/lexer:v1.0.1, doctrine/collections:v1.5.0, doctrine/annotations:v1.6.0, doctrine/common:v2.8.1, symfony/doctrine-bridge:v4.0.4, doctrine/doctrine-cache-bundle:1.3.2, jdorn/sql-formatter:v1.2.17, doctrine/dbal:v2.6.3, symfony/console:v4.0.4, doctrine/doctrine-bundle:1.8.1, doctrine/instantiator:1.1.0, doctrine/orm:v2.6.0, willdurand/negotiation:v2.3.1, symfony/serializer:v4.0.4, symfony/property-info:v4.0.4, api-platform/core:v2.1.6, api-platform/api-pack:1.1.0, willdurand/jsonp-callback-validator:v1.1.0, friendsofsymfony/jsrouting-bundle:2.2.0, twig/extensions:v1.5.1, symfony/options-resolver:v4.0.4, symfony/intl:v4.0.4, symfony/polyfill-intl-icu:v1.7.0, symfony/form:v4.0.4, sensio/framework-extra-bundle:v5.1.6, pagerfanta/pagerfanta:v1.0.5, javiereguiluz/easyadmin-bundle:v1.17.11, league/csv:9.1.2, behat/transliterator:v1.2.0, gedmo/doctrine-extensions:v2.4.33, stof/doctrine-extensions-bundle:v1.3.0, symfony/dotenv:v3.4.4, symfony/polyfill-php72:v1.7.0, symfony/var-dumper:v4.0.4, symfony/web-profiler-bundle:v4.0.4, symfony/stopwatch:v4.0.4, symfony/profiler-pack:v1.0.3, zendframework/zend-eventmanager:3.2.0, zendframework/zend-code:3.3.0, ocramius/proxy-manager:2.2.0, symfony/proxy-manager-bridge:v4.0.4, symfony/process:v4.0.4, symfony/web-server-bundle:v4.0.4, symfony/templating:v4.0.4, jms/metadata:1.6.0, vich/uploader-bundle:1.8.1, doctrine/data-fixtures:v1.3.0, doctrine/doctrine-fixtures-bundle:v2.4.1, phpstan/phpdoc-parser:0.2, jean85/pretty-package-versions:1.1, nikic/php-parser:v3.1.4, nette/utils:v2.4.9, nette/finder:v2.4.1, nette/robot-loader:v3.0.3, nette/php-generator:v3.0.2, nette/neon:v2.4.2, nette/di:v2.4.10, nette/bootstrap:v2.4.5, phpstan/phpstan:0.9.2, symfony/yaml:v4.0.4, sebastian/version:2.0.1, sebastian/resource-operations:1.0.0, sebastian/recursion-context:3.0.0, sebastian/object-reflector:1.1.1, sebastian/object-enumerator:3.0.3, sebastian/global-state:2.0.0, sebastian/exporter:3.1.0, sebastian/environment:3.1.0, sebastian/diff:2.0.1, sebastian/comparator:2.1.3, phpunit/php-text-template:1.2.1, phpunit/phpunit-mock-objects:5.0.6, phpunit/php-timer:1.0.9, phpunit/php-file-iterator:1.4.5, theseer/tokenizer:1.1.0, sebastian/code-unit-reverse-lookup:1.0.1, phpunit/php-token-stream:2.0.2, phpunit/php-code-coverage:5.3.0, phpspec/prophecy:1.7.4, phar-io/version:1.0.1, phar-io/manifest:1.0.1, myclabs/deep-copy:1.7.0, phpunit/phpunit:6.5.6, phpunit/dbunit:3.0.3, phpunit/php-invoker:1.1.4, symfony/phpunit-bridge:v3.4.4
  - Installing ocramius/package-versions (1.3.0): Reading /root/.composer/cache/files/ocramius/package-versions/554e90a2e72e90046f1a8affb15cf303f994535c.zip from cache
Loading from cache
 Extracting archiveLoading plugin PackageVersions\Installer
    REASON: ocramius/proxy-manager 2.2.0 requires ocramius/package-versions ^1.1.3 -> satisfiable by ocramius/package-versions[1.1.3, 1.2.0, 1.3.0].

  - Installing symfony/flex (v1.0.68): Reading /root/.composer/cache/files/symfony/flex/5da9314119e33618b27c368059fba84b31997414.zip from cache
Loading from cache
 Extracting archiveLoading plugin Symfony\Flex\Flex
Composer >=1.7 not found, downloads will happen in sequence
    REASON: Required by the root package: Install command rule (install symfony/flex v1.0.0|install symfony/flex v1.0.1|install symfony/flex v1.0.10|install symfony/flex v1.0.11|install symfony/flex v1.0.12|install symfony/flex v1.0.13|install symfony/flex v1.0.14|install symfony/flex v1.0.15|install symfony/flex v1.0.16|install symfony/flex v1.0.17|install symfony/flex v1.0.18|install symfony/flex v1.0.19|install symfony/flex v1.0.2|install symfony/flex v1.0.20|install symfony/flex v1.0.21|install symfony/flex v1.0.22|install symfony/flex v1.0.23|install symfony/flex v1.0.24|install symfony/flex v1.0.25|install symfony/flex v1.0.26|install symfony/flex v1.0.27|install symfony/flex v1.0.28|install symfony/flex v1.0.29|install symfony/flex v1.0.3|install symfony/flex v1.0.30|install symfony/flex v1.0.31|install symfony/flex v1.0.32|install symfony/flex v1.0.33|install symfony/flex v1.0.34|install symfony/flex v1.0.35|install symfony/flex v1.0.36|install symfony/flex v1.0.37|install symfony/flex v1.0.38|install symfony/flex v1.0.39|install symfony/flex v1.0.4|install symfony/flex v1.0.40|install symfony/flex v1.0.41|install symfony/flex v1.0.42|install symfony/flex v1.0.43|install symfony/flex v1.0.44|install symfony/flex v1.0.45|install symfony/flex v1.0.46|install symfony/flex v1.0.47|install symfony/flex v1.0.48|install symfony/flex v1.0.49|install symfony/flex v1.0.5|install symfony/flex v1.0.50|install symfony/flex v1.0.51|install symfony/flex v1.0.52|install symfony/flex v1.0.53|install symfony/flex v1.0.54|install symfony/flex v1.0.55|install symfony/flex v1.0.56|install symfony/flex v1.0.57|install symfony/flex v1.0.58|install symfony/flex v1.0.59|install symfony/flex v1.0.6|install symfony/flex v1.0.60|install symfony/flex v1.0.61|install symfony/flex v1.0.62|install symfony/flex v1.0.63|install symfony/flex v1.0.64|install symfony/flex v1.0.65|install symfony/flex v1.0.66|install symfony/flex v1.0.67|install symfony/flex v1.0.68|install symfony/flex v1.0.7|install symfony/flex v1.0.8|install symfony/flex v1.0.9)

  - Installing kejawenlab/petruk-username (2.0): Reading /root/.composer/cache/files/kejawenlab/petruk-username/c9f59ca22247f450e126644aba220e899a831bf5.zip from cache
Loading from cache
 Extracting archive    REASON: Required by the root package: Install command rule (install kejawenlab/petruk-username 2.0)

  - Installing symfony/polyfill-mbstring (v1.7.0): Reading /root/.composer/cache/files/symfony/polyfill-mbstring/fba0e1e5bbbe86cce4b329f9c3c55f8a9d7d8097.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/validator v4.0.4 requires symfony/polyfill-mbstring ~1.0 -> satisfiable by symfony/polyfill-mbstring[v1.0.0, v1.0.1, v1.1.0, v1.1.1, v1.2.0, v1.3.0, v1.3.1, v1.4.0, v1.5.0, v1.6.0, v1.7.0].

  - Installing symfony/translation (v4.0.4): Reading /root/.composer/cache/files/symfony/translation/b9591e90a5db62fc64e6078010e7015ab9fe8e81.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/validator v4.0.4 requires symfony/translation ~3.4|~4.0 -> satisfiable by symfony/translation[v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/validator (v4.0.4): Reading /root/.composer/cache/files/symfony/validator/deea7b3755d0758e71eb519adc4b2dfe4e2a1bba.zip from cache
Loading from cache
 Extracting archive    REASON: api-platform/api-pack 1.1.0 requires symfony/validator ^3.0 || ^4.0 -> satisfiable by symfony/validator[v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing twig/twig (v2.4.4): Reading /root/.composer/cache/files/twig/twig/be14e64843e0661ff7bc26754606620d9f770038.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/twig-bundle v4.0.4 requires twig/twig ~1.34|~2.4 -> satisfiable by twig/twig[v1.34.0, v1.34.1, v1.34.2, v1.34.3, v1.34.4, v1.35.0, v2.4.0, v2.4.1, v2.4.2, v2.4.3, v2.4.4].

  - Installing symfony/twig-bridge (v4.0.4): Reading /root/.composer/cache/files/symfony/twig-bridge/2c4728eff9b9d0bbfdfa953fc395a071eb6f5f67.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/twig-bundle v4.0.4 requires symfony/twig-bridge ^3.4.3|^4.0.3 -> satisfiable by symfony/twig-bridge[v3.4.3, v3.4.4, v4.0.3, v4.0.4].

  - Installing symfony/http-foundation (v4.0.4): Reading /root/.composer/cache/files/symfony/http-foundation/f502160c36e6820dc3e63ce5c4578d1b81a8f541.zip from cache
Loading from cache
 Extracting archive    REASON: api-platform/core v2.1.6 requires symfony/http-foundation ^3.1 || ^4.0 -> satisfiable by symfony/http-foundation[v3.1.0, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/event-dispatcher (v4.0.4): Reading /root/.composer/cache/files/symfony/event-dispatcher/6798dd3746fe3a3a1cf53e7e653e03e4e9c21c7b.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/http-kernel v4.0.4 requires symfony/event-dispatcher ~3.4|~4.0 -> satisfiable by symfony/event-dispatcher[v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing psr/log (1.0.2): Reading /root/.composer/cache/files/psr/log/216fe71da49480fa51edd2c2fe0f7f93d5e2714a.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/http-kernel v4.0.4 requires psr/log ~1.0 -> satisfiable by psr/log[1.0.0, 1.0.1, 1.0.2].

  - Installing symfony/debug (v4.0.4): Reading /root/.composer/cache/files/symfony/debug/cab8aca12deb24d78115b1cc5ef32d4f8487b717.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/http-kernel v4.0.4 requires symfony/debug ~3.4|~4.0 -> satisfiable by symfony/debug[v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/http-kernel (v4.0.4): Reading /root/.composer/cache/files/symfony/http-kernel/8f68e08f577b38f546b233080f3ed6e4826d9875.zip from cache
Loading from cache
 Extracting archive    REASON: api-platform/core v2.1.6 requires symfony/http-kernel ^2.7 || ^3.0 || ^4.0 -> satisfiable by symfony/http-kernel[v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.4, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9, v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/filesystem (v4.0.4): Reading /root/.composer/cache/files/symfony/filesystem/203045f5df014cced1616fa3542a788b096d13b0.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/framework-bundle v3.4.4 requires symfony/filesystem ~2.8|~3.0|~4.0 -> satisfiable by symfony/filesystem[v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.4, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9, v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/config (v4.0.4): Reading /root/.composer/cache/files/symfony/config/f589a6c7e3943792a97a33e0eb3b6cfdfbdffff7.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/twig-bundle v4.0.4 requires symfony/config ~3.4|~4.0 -> satisfiable by symfony/config[v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/twig-bundle (v4.0.4): Reading /root/.composer/cache/files/symfony/twig-bundle/b04365f92242875ebd97de78d80d1f129c156c97.zip from cache
Loading from cache
 Extracting archive    REASON: api-platform/api-pack 1.1.0 requires symfony/twig-bundle ^3.0 || ^4.0 -> satisfiable by symfony/twig-bundle[v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/inflector (v4.0.4): Reading /root/.composer/cache/files/symfony/inflector/b1f96d464b7c71b10715260956a693f901ed48e2.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/property-access v4.0.4 requires symfony/inflector ~3.4|~4.0 -> satisfiable by symfony/inflector[v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/property-access (v4.0.4): Reading /root/.composer/cache/files/symfony/property-access/76450fb5c4e55489d2669bb940238ff98867b4f8.zip from cache
Loading from cache
 Extracting archive    REASON: api-platform/core v2.1.6 requires symfony/property-access ^2.7 || ^3.0 || ^4.0 -> satisfiable by symfony/property-access[v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.4, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9, v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/security (v4.0.4): Reading /root/.composer/cache/files/symfony/security/92d369bf6e6fad0cbec128ba6fb0f2dd5267ef26.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/security-bundle v4.0.4 requires symfony/security ~3.4|~4.0 -> satisfiable by symfony/security[v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing psr/container (1.0.0): Reading /root/.composer/cache/files/psr/container/9bd0b358d39e22d7d8d7a342efcb207f3ae9a84d.zip from cache
Loading from cache
 Extracting archive    REASON: api-platform/core v2.1.6 requires psr/container ^1.0 -> satisfiable by psr/container[1.0.0].

  - Installing symfony/dependency-injection (v4.0.4): Reading /root/.composer/cache/files/symfony/dependency-injection/a92a5444e1a17d4e55b9dde2a1769b2f090d4a70.zip from cache
Loading from cache
 Extracting archive    REASON: doctrine/doctrine-bundle 1.8.1 requires symfony/dependency-injection ~2.7|~3.0|~4.0 -> satisfiable by symfony/dependency-injection[v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.4, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9, v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/security-bundle (v4.0.4): Reading /root/.composer/cache/files/symfony/security-bundle/cb7d3ed7b95840e50b6dd0501bd70620c5843fae.zip from cache
Loading from cache
 Extracting archive    REASON: api-platform/api-pack 1.1.0 requires symfony/security-bundle ^3.0 || ^4.0 -> satisfiable by symfony/security-bundle[v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing psr/simple-cache (1.0.0): Reading /root/.composer/cache/files/psr/simple-cache/9f335208d3fdf2de80c126956b689c45cb83610d.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/cache v4.0.4 requires psr/simple-cache ^1.0 -> satisfiable by psr/simple-cache[1.0.0].

  - Installing psr/cache (1.0.1): Reading /root/.composer/cache/files/psr/cache/db0acef2d2023a676945c844eded3b911c3089c2.zip from cache
Loading from cache
 Extracting archive    REASON: api-platform/core v2.1.6 requires psr/cache ^1.0 -> satisfiable by psr/cache[1.0.0, 1.0.1].

  - Installing symfony/cache (v4.0.4): Reading /root/.composer/cache/files/symfony/cache/36be119746b9460fbac2b10f3622e2a89c92c1c9.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/expression-language v4.0.4 requires symfony/cache ~3.4|~4.0 -> satisfiable by symfony/cache[v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/expression-language (v4.0.4): Reading /root/.composer/cache/files/symfony/expression-language/78d5fff5952921c21cf4c2d1c9713d91932d24f3.zip from cache
Loading from cache
 Extracting archive    REASON: api-platform/api-pack 1.1.0 requires symfony/expression-language ^3.0 || ^4.0 -> satisfiable by symfony/expression-language[v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/asset (v4.0.4): Reading /root/.composer/cache/files/symfony/asset/a7e88ee17fc00cd49c5e59f7f07409181d4d695e.zip from cache
Loading from cache
 Extracting archive    REASON: api-platform/api-pack 1.1.0 requires symfony/asset ^3.0 || ^4.0 -> satisfiable by symfony/asset[v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing webmozart/assert (1.3.0): Reading /root/.composer/cache/files/webmozart/assert/8507b28d5f8d9ea2e3e6161b863d663330f3d3d0.zip from cache
Loading from cache
 Extracting archive    REASON: phpdocumentor/reflection-docblock 4.3.0 requires webmozart/assert ^1.0 -> satisfiable by webmozart/assert[1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.2.0, 1.3.0].

  - Installing phpdocumentor/reflection-common (1.0.1): Reading /root/.composer/cache/files/phpdocumentor/reflection-common/617a9a6749116e3cba6717bafaf7404703584886.zip from cache
Loading from cache
 Extracting archive    REASON: phpdocumentor/reflection-docblock 4.3.0 requires phpdocumentor/reflection-common ^1.0.0 -> satisfiable by phpdocumentor/reflection-common[1.0, 1.0.1].

  - Installing phpdocumentor/type-resolver (0.4.0): Reading /root/.composer/cache/files/phpdocumentor/type-resolver/8184d7a2d156b38452eee69bc58369f3456afcca.zip from cache
Loading from cache
 Extracting archive    REASON: phpdocumentor/reflection-docblock 4.3.0 requires phpdocumentor/type-resolver ^0.4.0 -> satisfiable by phpdocumentor/type-resolver[0.4.0].

  - Installing phpdocumentor/reflection-docblock (4.3.0): Reading /root/.composer/cache/files/phpdocumentor/reflection-docblock/a572ea00dfffef4660fda139253e916b8cafa972.zip from cache
Loading from cache
 Extracting archive    REASON: api-platform/api-pack 1.1.0 requires phpdocumentor/reflection-docblock ^3.0 || ^4.0 -> satisfiable by phpdocumentor/reflection-docblock[3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.1.0, 3.1.1, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 3.3.0, 3.3.2, 4.0.0, 4.0.1, 4.1.0, 4.1.1, 4.2.0, 4.3.0].

  - Installing symfony/routing (v4.0.4): Reading /root/.composer/cache/files/symfony/routing/9e64e25c7aa72274ba1733cf412308fdb6c879d5.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/framework-bundle v3.4.4 requires symfony/routing ~3.4|~4.0 -> satisfiable by symfony/routing[v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/finder (v4.0.4): Reading /root/.composer/cache/files/symfony/finder/973528ad8843a715a71f5e83e74b820120f7dda5.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/framework-bundle v3.4.4 requires symfony/finder ~2.8|~3.0|~4.0 -> satisfiable by symfony/finder[v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.4, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9, v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/class-loader (v3.4.4): Reading /root/.composer/cache/files/symfony/class-loader/e735ff3b5c58ebf6548e7239d76a8bb50ccefe12.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/framework-bundle v3.4.4 requires symfony/class-loader ~3.2 -> satisfiable by symfony/class-loader[v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4].

  - Installing symfony/framework-bundle (v3.4.4): Reading /root/.composer/cache/files/symfony/framework-bundle/50cb9a14c32e5c87a38e5353946c2e74d968db3f.zip from cache
Loading from cache
 Extracting archive    REASON: Required by the root package: Install command rule (install symfony/framework-bundle v3.4.0|install symfony/framework-bundle v3.4.1|install symfony/framework-bundle v3.4.2|install symfony/framework-bundle v3.4.3|install symfony/framework-bundle v3.4.4)

  - Installing nelmio/cors-bundle (1.5.4): Reading /root/.composer/cache/files/nelmio/cors-bundle/b6760f2da994d854bad207ccb7af388ddf00262e.zip from cache
Loading from cache
 Extracting archive    REASON: api-platform/api-pack 1.1.0 requires nelmio/cors-bundle ^1.5 -> satisfiable by nelmio/cors-bundle[1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4].

  - Installing doctrine/cache (v1.7.1): Reading /root/.composer/cache/files/doctrine/cache/c47e91825203c4563554336290e57a5a0f561094.zip from cache
Loading from cache
 Extracting archive    REASON: doctrine/orm v2.6.0 requires doctrine/cache ~1.6 -> satisfiable by doctrine/cache[v1.6.0, v1.6.1, v1.6.2, v1.7.0, v1.7.1].

  - Installing doctrine/inflector (v1.3.0): Reading /root/.composer/cache/files/doctrine/inflector/96f70d98c54c3c090f209a296e93039e2ac01a39.zip from cache
Loading from cache
 Extracting archive    REASON: api-platform/core v2.1.6 requires doctrine/inflector ^1.0 -> satisfiable by doctrine/inflector[v1.0, v1.0.1, v1.1.0, v1.2.0, v1.3.0].

  - Installing doctrine/lexer (v1.0.1): Reading /root/.composer/cache/files/doctrine/lexer/7729c21de67e5610f228d5bf8d14b3d474690743.zip from cache
Loading from cache
 Extracting archive    REASON: doctrine/annotations v1.6.0 requires doctrine/lexer 1.* -> satisfiable by doctrine/lexer[v1.0, v1.0.1].

  - Installing doctrine/collections (v1.5.0): Reading /root/.composer/cache/files/doctrine/collections/bf763739f87df0db0fb18f9bc5af545e52d77106.zip from cache
Loading from cache
 Extracting archive    REASON: doctrine/orm v2.6.0 requires doctrine/collections ^1.4 -> satisfiable by doctrine/collections[v1.4.0, v1.5.0].

  - Installing doctrine/annotations (v1.6.0): Reading /root/.composer/cache/files/doctrine/annotations/3da430fa29a6f8acc12f9aa7ae3103c147fff703.zip from cache
Loading from cache
 Extracting archive    REASON: vich/uploader-bundle 1.8.1 requires doctrine/annotations ^1.6 -> satisfiable by doctrine/annotations[v1.6.0].

  - Installing doctrine/common (v2.8.1): Reading /root/.composer/cache/files/doctrine/common/50124583af491f584c5aeaf0bf49c50f0e5cf9c1.zip from cache
Loading from cache
 Extracting archive    REASON: doctrine/orm v2.6.0 requires doctrine/common ^2.7.1 -> satisfiable by doctrine/common[v2.7.1, v2.7.2, v2.7.3, v2.8.0, v2.8.1].

  - Installing symfony/doctrine-bridge (v4.0.4): Reading /root/.composer/cache/files/symfony/doctrine-bridge/deabedcb0c24b1518ff6f35a16397f3679b862bc.zip from cache
Loading from cache
 Extracting archive    REASON: doctrine/doctrine-bundle 1.8.1 requires symfony/doctrine-bridge ~2.7|~3.0|~4.0 -> satisfiable by symfony/doctrine-bridge[v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.4, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9, v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing doctrine/doctrine-cache-bundle (1.3.2): Reading /root/.composer/cache/files/doctrine/doctrine-cache-bundle/e973bb89e4599e1234a6de4cdf32cdbb81ec1b6d.zip from cache
Loading from cache
 Extracting archive    REASON: doctrine/doctrine-bundle 1.8.1 requires doctrine/doctrine-cache-bundle ~1.2 -> satisfiable by doctrine/doctrine-cache-bundle[1.2.0, 1.2.1, 1.2.2, 1.3.0, 1.3.1, 1.3.2].

  - Installing jdorn/sql-formatter (v1.2.17): Reading /root/.composer/cache/files/jdorn/sql-formatter/c58d407cfd5a9f38b19854087d4ff221aad35113.zip from cache
Loading from cache
 Extracting archive    REASON: doctrine/doctrine-bundle 1.8.1 requires jdorn/sql-formatter ^1.2.16 -> satisfiable by jdorn/sql-formatter[v1.2.16, v1.2.17].

  - Installing doctrine/dbal (v2.6.3): Reading /root/.composer/cache/files/doctrine/dbal/3f47a4fea6c131fafdd444b1a494679772ce1bab.zip from cache
Loading from cache
 Extracting archive    REASON: doctrine/orm v2.6.0 requires doctrine/dbal ^2.6 -> satisfiable by doctrine/dbal[v2.6.0, v2.6.1, v2.6.2, v2.6.3].

  - Installing symfony/console (v4.0.4): Reading /root/.composer/cache/files/symfony/console/8e555a4c18af7b21f605d5fd76db32bd8e045417.zip from cache
Loading from cache
 Extracting archive    REASON: doctrine/orm v2.6.0 requires symfony/console ~3.0|~4.0 -> satisfiable by symfony/console[v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing doctrine/doctrine-bundle (1.8.1): Reading /root/.composer/cache/files/doctrine/doctrine-bundle/4ada84e1a7d810ce9c5225baf63c327296135233.zip from cache
Loading from cache
 Extracting archive    REASON: api-platform/api-pack 1.1.0 requires doctrine/doctrine-bundle ^1.6 -> satisfiable by doctrine/doctrine-bundle[1.6.0, 1.6.1, 1.6.10, 1.6.11, 1.6.12, 1.6.13, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.6, 1.6.7, 1.6.8, 1.6.9, 1.7.0, 1.7.1, 1.7.2, 1.8.0, 1.8.1].

  - Installing doctrine/instantiator (1.1.0): Reading /root/.composer/cache/files/doctrine/instantiator/d59cea2bf8928ef533c9e8039c62728e4cf96b1f.zip from cache
Loading from cache
 Extracting archive    REASON: doctrine/orm v2.6.0 requires doctrine/instantiator ~1.1 -> satisfiable by doctrine/instantiator[1.1.0].

  - Installing doctrine/orm (v2.6.0): Reading /root/.composer/cache/files/doctrine/orm/e9b9bdb0295cb3f9b702fb6a4a60b90211f82d4f.zip from cache
Loading from cache
 Extracting archive    REASON: api-platform/api-pack 1.1.0 requires doctrine/orm ^2.4.5 -> satisfiable by doctrine/orm[v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.13, v2.5.14, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0].

  - Installing willdurand/negotiation (v2.3.1): Reading /root/.composer/cache/files/willdurand/negotiation/c9600fe4c5386a8f4fb801126f54f02b0e10b852.zip from cache
Loading from cache
 Extracting archive    REASON: api-platform/core v2.1.6 requires willdurand/negotiation ^2.0.3 -> satisfiable by willdurand/negotiation[v2.0.3, v2.1.0, v2.2.0, v2.2.1, v2.3.0, v2.3.1].

  - Installing symfony/serializer (v4.0.4): Reading /root/.composer/cache/files/symfony/serializer/86766fca3cf7f70556fbb9ef4a15d7a326af50aa.zip from cache
Loading from cache
 Extracting archive    REASON: api-platform/core v2.1.6 requires symfony/serializer ^3.1 || ^4.0 -> satisfiable by symfony/serializer[v3.1.0, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/property-info (v4.0.4): Reading /root/.composer/cache/files/symfony/property-info/a43286ddb280f7065983549cee0746400d6a416b.zip from cache
Loading from cache
 Extracting archive    REASON: api-platform/core v2.1.6 requires symfony/property-info ^3.1 || ^4.0 -> satisfiable by symfony/property-info[v3.1.0, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing api-platform/core (v2.1.6): Reading /root/.composer/cache/files/api-platform/core/53a36b78b95aab188f5930d0f05c02dfda4deab9.zip from cache
Loading from cache
 Extracting archive    REASON: api-platform/api-pack 1.1.0 requires api-platform/core ^2.1 -> satisfiable by api-platform/core[v2.1.0, v2.1.1, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6].

  - Installing api-platform/api-pack (1.1.0): Reading /root/.composer/cache/files/api-platform/api-pack/26785a12e8fd1dc25479ad709e1d927d8b9f8e74.zip from cache
Loading from cache
 Extracting archive    REASON: Required by the root package: Install command rule (install api-platform/api-pack 1.1.0|install api-platform/api-pack v1.0.0|install api-platform/api-pack v1.0.1)

  - Installing willdurand/jsonp-callback-validator (v1.1.0): Reading /root/.composer/cache/files/willdurand/jsonp-callback-validator/b5b5891804c64c9afc4adcda6806121c0c4c3532.zip from cache
Loading from cache
 Extracting archive    REASON: friendsofsymfony/jsrouting-bundle 2.2.0 requires willdurand/jsonp-callback-validator ~1.0 -> satisfiable by willdurand/jsonp-callback-validator[v1.0.0, v1.1.0].

  - Installing friendsofsymfony/jsrouting-bundle (2.2.0): Reading /root/.composer/cache/files/friendsofsymfony/jsrouting-bundle/c58b8956ee9086b7debe252bfb0af92ef1482a6a.zip from cache
Loading from cache
 Extracting archive    REASON: Required by the root package: Install command rule (install friendsofsymfony/jsrouting-bundle 2.0.0|install friendsofsymfony/jsrouting-bundle 2.1.0|install friendsofsymfony/jsrouting-bundle 2.1.1|install friendsofsymfony/jsrouting-bundle 2.2.0)

  - Installing twig/extensions (v1.5.1): Reading /root/.composer/cache/files/twig/extensions/a0e2891151af2e92ed0faa20576bd4fd97b91a31.zip from cache
Loading from cache
 Extracting archive    REASON: javiereguiluz/easyadmin-bundle v1.17.11 requires twig/extensions ~1.0 -> satisfiable by twig/extensions[v1.0.0, v1.0.1, v1.1.0, v1.2.0, v1.3.0, v1.4.0, v1.4.1, v1.5.0, v1.5.1].

  - Installing symfony/options-resolver (v4.0.4): Reading /root/.composer/cache/files/symfony/options-resolver/3cf37cf93f3619d75bec13ea9730b5478b8aa82e.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/form v4.0.4 requires symfony/options-resolver ~3.4|~4.0 -> satisfiable by symfony/options-resolver[v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/intl (v4.0.4): Reading /root/.composer/cache/files/symfony/intl/e1affe908c4e7423df748f5938a87be487c34511.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/form v4.0.4 requires symfony/intl ~3.4|~4.0 -> satisfiable by symfony/intl[v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/polyfill-intl-icu (v1.7.0): Reading /root/.composer/cache/files/symfony/polyfill-intl-icu/b0922f16ae402a12213abfcfddb28b2a38b21cfb.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/intl v4.0.4 requires symfony/polyfill-intl-icu ~1.0 -> satisfiable by symfony/polyfill-intl-icu[v1.0.0, v1.0.1, v1.1.0, v1.1.1, v1.2.0, v1.3.0, v1.3.1, v1.4.0, v1.5.0, v1.6.0, v1.7.0].

  - Installing symfony/form (v4.0.4): Reading /root/.composer/cache/files/symfony/form/0f3f970a994a7d00e6913d5aab30dd602f9bcf8b.zip from cache
Loading from cache
 Extracting archive    REASON: javiereguiluz/easyadmin-bundle v1.17.11 requires symfony/form ~2.3|~3.0|^4.0 -> satisfiable by symfony/form[v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.4, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9, v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing sensio/framework-extra-bundle (v5.1.6): Reading /root/.composer/cache/files/sensio/framework-extra-bundle/0e230145b5e283280da8ae8c43b6d0b5e852e9c5.zip from cache
Loading from cache
 Extracting archive    REASON: javiereguiluz/easyadmin-bundle v1.17.11 requires sensio/framework-extra-bundle ~2.3|~3.0,>=3.0.2|4.0.x|~5.0 -> satisfiable by sensio/framework-extra-bundle[v2.3.0, v2.3.1, v2.3.2, v2.3.3, v2.3.4, v3.0.10, v3.0.11, v3.0.12, v3.0.13, v3.0.14, v3.0.15, v3.0.16, v3.0.17, v3.0.18, v3.0.19, v3.0.2, v3.0.20, v3.0.21, v3.0.22, v3.0.23, v3.0.24, v3.0.25, v3.0.26, v3.0.27, v3.0.28, v3.0.29, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v4.0.0, v5.0.0, v5.0.1, v5.1.0, v5.1.1, v5.1.2, v5.1.3, v5.1.4, v5.1.5, v5.1.6].

  - Installing pagerfanta/pagerfanta (v1.0.5): Reading /root/.composer/cache/files/pagerfanta/pagerfanta/0766b716ab7198078a69c2a84dbaa4077f8ce88a.zip from cache
Loading from cache
 Extracting archive    REASON: javiereguiluz/easyadmin-bundle v1.17.11 requires pagerfanta/pagerfanta ~1.0,>=1.0.1 -> satisfiable by pagerfanta/pagerfanta[v1.0.1, v1.0.2, v1.0.3, v1.0.4, v1.0.5].

  - Installing javiereguiluz/easyadmin-bundle (v1.17.11): Reading /root/.composer/cache/files/javiereguiluz/easyadmin-bundle/0c24c40e64bfd3b1d42c77337241ce0412ff8784.zip from cache
Loading from cache
 Extracting archive    REASON: Required by the root package: Install command rule (install javiereguiluz/easyadmin-bundle v1.17.0|install javiereguiluz/easyadmin-bundle v1.17.1|install javiereguiluz/easyadmin-bundle v1.17.10|install javiereguiluz/easyadmin-bundle v1.17.11|install javiereguiluz/easyadmin-bundle v1.17.2|install javiereguiluz/easyadmin-bundle v1.17.3|install javiereguiluz/easyadmin-bundle v1.17.4|install javiereguiluz/easyadmin-bundle v1.17.5|install javiereguiluz/easyadmin-bundle v1.17.6|install javiereguiluz/easyadmin-bundle v1.17.7|install javiereguiluz/easyadmin-bundle v1.17.8|install javiereguiluz/easyadmin-bundle v1.17.9)

  - Installing league/csv (9.1.2): Reading /root/.composer/cache/files/league/csv/d19acede3a863a6bca1bf310d53c8d1f3bf9a686.zip from cache
Loading from cache
 Extracting archive    REASON: Required by the root package: Install command rule (install league/csv 9.1.0|install league/csv 9.1.1|install league/csv 9.1.2)

  - Installing behat/transliterator (v1.2.0): Reading /root/.composer/cache/files/behat/transliterator/afe7cd78c30c0d336b84196ae243e0ef036e29fb.zip from cache
Loading from cache
 Extracting archive    REASON: vich/uploader-bundle 1.8.1 requires behat/transliterator ^1.2 -> satisfiable by behat/transliterator[v1.2.0].

  - Installing gedmo/doctrine-extensions (v2.4.33): Reading /root/.composer/cache/files/gedmo/doctrine-extensions/62d3c251396fdb5176d2ae6225f3cb259bbd517a.zip from cache
Loading from cache
 Extracting archive    REASON: stof/doctrine-extensions-bundle v1.3.0 requires gedmo/doctrine-extensions ^2.3.4 -> satisfiable by gedmo/doctrine-extensions[v2.3.10, v2.3.11, v2.3.12, v2.3.4, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.1, v2.4.10, v2.4.11, v2.4.12, v2.4.13, v2.4.14, v2.4.15, v2.4.16, v2.4.17, v2.4.18, v2.4.19, v2.4.2, v2.4.20, v2.4.21, v2.4.22, v2.4.23, v2.4.24, v2.4.25, v2.4.26, v2.4.27, v2.4.28, v2.4.29, v2.4.3, v2.4.30, v2.4.31, v2.4.32, v2.4.33, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9].

  - Installing stof/doctrine-extensions-bundle (v1.3.0): Reading /root/.composer/cache/files/stof/doctrine-extensions-bundle/3e23eac378bb53aa11d9d4e728a1186cc3852290.zip from cache
Loading from cache
 Extracting archive    REASON: Required by the root package: Install command rule (install stof/doctrine-extensions-bundle v1.2.0|install stof/doctrine-extensions-bundle v1.2.1|install stof/doctrine-extensions-bundle v1.2.2|install stof/doctrine-extensions-bundle v1.3.0)

  - Installing symfony/dotenv (v3.4.4): Reading /root/.composer/cache/files/symfony/dotenv/0f25f888680370faf91d74197626f5eb7395bcf5.zip from cache
Loading from cache
 Extracting archive    REASON: Required by the root package: Install command rule (install symfony/dotenv v3.4.0|install symfony/dotenv v3.4.1|install symfony/dotenv v3.4.2|install symfony/dotenv v3.4.3|install symfony/dotenv v3.4.4)

  - Installing symfony/polyfill-php72 (v1.7.0): Reading /root/.composer/cache/files/symfony/polyfill-php72/2746f4577089002d520b31c73f0d76a35d8c6c08.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/var-dumper v4.0.4 requires symfony/polyfill-php72 ~1.5 -> satisfiable by symfony/polyfill-php72[v1.5.0, v1.6.0, v1.7.0].

  - Installing symfony/var-dumper (v4.0.4): Reading /root/.composer/cache/files/symfony/var-dumper/8a3c01b49b199f1ed30843ad1a27ba0bb4377cdc.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/web-profiler-bundle v4.0.4 requires symfony/var-dumper ~3.4|~4.0 -> satisfiable by symfony/var-dumper[v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/web-profiler-bundle (v4.0.4): Reading /root/.composer/cache/files/symfony/web-profiler-bundle/8b813c51df1db99d29065c8d3aceb18bb10550f2.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/profiler-pack v1.0.3 requires symfony/web-profiler-bundle ^3.3|^4.0 -> satisfiable by symfony/web-profiler-bundle[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/stopwatch (v4.0.4): Reading /root/.composer/cache/files/symfony/stopwatch/3df2f6b7ec163be557d3bc7e1faba410995f2b6c.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/profiler-pack v1.0.3 requires symfony/stopwatch ^3.3|^4.0 -> satisfiable by symfony/stopwatch[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/profiler-pack (v1.0.3): Reading /root/.composer/cache/files/symfony/profiler-pack/60a998e26fb18dc16fae522cb4cfb5291c7a76ce.zip from cache
Loading from cache
 Extracting archive    REASON: Required by the root package: Install command rule (install symfony/profiler-pack v1.0.0|install symfony/profiler-pack v1.0.1|install symfony/profiler-pack v1.0.2|install symfony/profiler-pack v1.0.3)

  - Installing zendframework/zend-eventmanager (3.2.0): Reading /root/.composer/cache/files/zendframework/zend-eventmanager/8591602445ea3d5befaac72c112bfb0adafe2c36.zip from cache
Loading from cache
 Extracting archive    REASON: zendframework/zend-code 3.3.0 requires zendframework/zend-eventmanager ^2.6 || ^3.0 -> satisfiable by zendframework/zend-eventmanager[2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 3.0.0, 3.0.1, 3.1.0, 3.2.0].

  - Installing zendframework/zend-code (3.3.0): Reading /root/.composer/cache/files/zendframework/zend-code/67d84f8928127c037edf5917c67d625c8ddb8ad3.zip from cache
Loading from cache
 Extracting archive    REASON: ocramius/proxy-manager 2.2.0 requires zendframework/zend-code ^3.3.0 -> satisfiable by zendframework/zend-code[3.3.0].

  - Installing ocramius/proxy-manager (2.2.0): Reading /root/.composer/cache/files/ocramius/proxy-manager/e08fa7dfea995b81f016041b65a7b3fe2f68df9c.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/proxy-manager-bridge v4.0.4 requires ocramius/proxy-manager ~0.4|~1.0|~2.0 -> satisfiable by ocramius/proxy-manager[0.4.0, 0.4.1, 0.5.0, 0.5.1, 0.5.2, 1.0.0, 1.0.1, 1.0.2, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 2.1.1, 2.2.0].

  - Installing symfony/proxy-manager-bridge (v4.0.4): Reading /root/.composer/cache/files/symfony/proxy-manager-bridge/c2000c8cd1d6849808dc50571fdc2b10ab6fbfcb.zip from cache
Loading from cache
 Extracting archive    REASON: Required by the root package: Install command rule (install symfony/proxy-manager-bridge v4.0.0|install symfony/proxy-manager-bridge v4.0.1|install symfony/proxy-manager-bridge v4.0.2|install symfony/proxy-manager-bridge v4.0.3|install symfony/proxy-manager-bridge v4.0.4)

  - Installing symfony/process (v4.0.4): Reading /root/.composer/cache/files/symfony/process/765f4a41c6f942e65690b2c69b3abd94aef333ed.zip from cache
Loading from cache
 Extracting archive    REASON: symfony/web-server-bundle v4.0.4 requires symfony/process ^3.4.2|^4.0.2 -> satisfiable by symfony/process[v3.4.2, v3.4.3, v3.4.4, v4.0.2, v4.0.3, v4.0.4].

  - Installing symfony/web-server-bundle (v4.0.4): Reading /root/.composer/cache/files/symfony/web-server-bundle/ae318194aa3c7415ac938db6e7cb952b58ebbb5a.zip from cache
Loading from cache
 Extracting archive    REASON: Required by the root package: Install command rule (install symfony/web-server-bundle v4.0.0|install symfony/web-server-bundle v4.0.1|install symfony/web-server-bundle v4.0.2|install symfony/web-server-bundle v4.0.3|install symfony/web-server-bundle v4.0.4)

  - Installing symfony/templating (v4.0.4): Reading /root/.composer/cache/files/symfony/templating/382299f7e06219fbc3f4d18dd6037089d088b2de.zip from cache
Loading from cache
 Extracting archive    REASON: vich/uploader-bundle 1.8.1 requires symfony/templating ^3.4|^4.0 -> satisfiable by symfony/templating[v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v4.0.0, v4.0.1, v4.0.2, v4.0.3, v4.0.4].

  - Installing jms/metadata (1.6.0): Reading /root/.composer/cache/files/jms/metadata/4266ede45d12dc3824f8541644e7a9480fc0e1cc.zip from cache
Loading from cache
 Extracting archive    REASON: vich/uploader-bundle 1.8.1 requires jms/metadata ^1.6 -> satisfiable by jms/metadata[1.6.0].

  - Installing vich/uploader-bundle (1.8.1): Reading /root/.composer/cache/files/vich/uploader-bundle/5c9bbe39d5e70e87665e9413a43e2b28d149dc26.zip from cache
Loading from cache
 Extracting archive    REASON: Required by the root package: Install command rule (install vich/uploader-bundle 1.6.0|install vich/uploader-bundle 1.6.1|install vich/uploader-bundle 1.6.2|install vich/uploader-bundle 1.7.0|install vich/uploader-bundle 1.7.1|install vich/uploader-bundle 1.8.0|install vich/uploader-bundle 1.8.1)

  - Installing doctrine/data-fixtures (v1.3.0): Reading /root/.composer/cache/files/doctrine/data-fixtures/c2bb59731bc372e273807125958912ce614d26fc.zip from cache
Loading from cache
 Extracting archive    REASON: doctrine/doctrine-fixtures-bundle v2.4.1 requires doctrine/data-fixtures ~1.0 -> satisfiable by doctrine/data-fixtures[v1.0.0, v1.0.1, v1.0.2, v1.1.0, v1.1.1, v1.2.0, v1.2.1, v1.2.2, v1.3.0].

  - Installing doctrine/doctrine-fixtures-bundle (v2.4.1): Reading /root/.composer/cache/files/doctrine/doctrine-fixtures-bundle/5d6c5157a1f0ba5a8818cb0cc0e32f5a12c01219.zip from cache
Loading from cache
 Extracting archive    REASON: Required by the root package: Install command rule (install doctrine/doctrine-fixtures-bundle v2.4.0|install doctrine/doctrine-fixtures-bundle v2.4.1)

  - Installing phpstan/phpdoc-parser (0.2): Reading /root/.composer/cache/files/phpstan/phpdoc-parser/e6dbfdea4e1e22ee4dae0d119c8dce80b88f4979.zip from cache
Loading from cache
 Extracting archive    REASON: phpstan/phpstan 0.9.2 requires phpstan/phpdoc-parser ^0.2 -> satisfiable by phpstan/phpdoc-parser[0.2].

  - Installing jean85/pretty-package-versions (1.1): Reading /root/.composer/cache/files/jean85/pretty-package-versions/9bbbeb08af629d15296dfb4e11ac62df4b9a6fb6.zip from cache
Loading from cache
 Extracting archive    REASON: phpstan/phpstan 0.9.2 requires jean85/pretty-package-versions ^1.0.3 -> satisfiable by jean85/pretty-package-versions[1.0.3, 1.1].

  - Installing nikic/php-parser (v3.1.4): Reading /root/.composer/cache/files/nikic/php-parser/2c0687c5fc14f86b7c5bd344c5ab762fe1b59739.zip from cache
Loading from cache
 Extracting archive    REASON: phpstan/phpstan 0.9.2 requires nikic/php-parser ^3.1 -> satisfiable by nikic/php-parser[v3.1.0, v3.1.1, v3.1.2, v3.1.3, v3.1.4].

  - Installing nette/utils (v2.4.9): Reading /root/.composer/cache/files/nette/utils/7d597a92690067692220acff0e1af047d7990100.zip from cache
Loading from cache
 Extracting archive    REASON: phpstan/phpstan 0.9.2 requires nette/utils ^2.4.5 || ^3.0 -> satisfiable by nette/utils[v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9].

  - Installing nette/finder (v2.4.1): Reading /root/.composer/cache/files/nette/finder/755ee8c02be79de8f48615354d6d013c2e9d2547.zip from cache
Loading from cache
 Extracting archive    REASON: nette/robot-loader v3.0.3 requires nette/finder ^2.3 || ^3.0 -> satisfiable by nette/finder[v2.3.0, v2.3.1, v2.3.2, v2.4.0, v2.4.1].

  - Installing nette/robot-loader (v3.0.3): Reading /root/.composer/cache/files/nette/robot-loader/857110550bb637e082de51a07e26527eca1152f6.zip from cache
Loading from cache
 Extracting archive    REASON: phpstan/phpstan 0.9.2 requires nette/robot-loader ^3.0.1 -> satisfiable by nette/robot-loader[v3.0.1, v3.0.2, v3.0.3].

  - Installing nette/php-generator (v3.0.2): Reading /root/.composer/cache/files/nette/php-generator/5427d6667587b0d09bdcb7ff525d4b2c7c842140.zip from cache
Loading from cache
 Extracting archive    REASON: nette/di v2.4.10 requires nette/php-generator ^2.6.1 || ~3.0.0 -> satisfiable by nette/php-generator[v2.6.1, v2.6.2, v2.6.3, v3.0.0, v3.0.1, v3.0.2].

  - Installing nette/neon (v2.4.2): Reading /root/.composer/cache/files/nette/neon/4edf3cafcb70e11ad626ccb4604b55ed3837d704.zip from cache
Loading from cache
 Extracting archive    REASON: nette/di v2.4.10 requires nette/neon ^2.3.3 || ~3.0.0 -> satisfiable by nette/neon[v2.3.3, v2.3.4, v2.3.5, v2.4.0, v2.4.1, v2.4.2].

  - Installing nette/di (v2.4.10): Reading /root/.composer/cache/files/nette/di/452d39d2dbb35aaa4bcbc60700e0289fc6ed04ef.zip from cache
Loading from cache
 Extracting archive    REASON: phpstan/phpstan 0.9.2 requires nette/di ^2.4.7 || ^3.0 -> satisfiable by nette/di[v2.4.10, v2.4.7, v2.4.8, v2.4.9].

  - Installing nette/bootstrap (v2.4.5): Reading /root/.composer/cache/files/nette/bootstrap/fff59f78926aa9c073eeddebe2f74e4a2c7568a8.zip from cache
Loading from cache
 Extracting archive    REASON: phpstan/phpstan 0.9.2 requires nette/bootstrap ^2.4 || ^3.0 -> satisfiable by nette/bootstrap[v2.4.0, v2.4.1, v2.4.2, v2.4.3, v2.4.4, v2.4.5].

  - Installing phpstan/phpstan (0.9.2): Reading /root/.composer/cache/files/phpstan/phpstan/9bd535ac3b152221e3ec968730845e8e8f71e73b.zip from cache
Loading from cache
 Extracting archive    REASON: Required by the root package: Install command rule (install phpstan/phpstan 0.9.1|install phpstan/phpstan 0.9.2)

  - Installing symfony/yaml (v4.0.4): Reading /root/.composer/cache/files/symfony/yaml/e05f504347f0dbd63b968e7016c56b5c6a4d5407.zip from cache
Loading from cache
 Extracting archive    REASON: Required by the root package: Install command rule (install symfony/yaml v4.0.0|install symfony/yaml v4.0.1|install symfony/yaml v4.0.2|install symfony/yaml v4.0.3|install symfony/yaml v4.0.4)

  - Installing sebastian/version (2.0.1): Reading /root/.composer/cache/files/sebastian/version/c315a200d32565a6d8ebb3495cb5ae34c5ced3c8.zip from cache
Loading from cache
 Extracting archive    REASON: phpunit/phpunit 6.5.6 requires sebastian/version ^2.0.1 -> satisfiable by sebastian/version[2.0.1].

  - Installing sebastian/resource-operations (1.0.0): Reading /root/.composer/cache/files/sebastian/resource-operations/fd2c0f591ee5fee7aa3eb70f20a1d64c1dc26e8d.zip from cache
Loading from cache
 Extracting archive    REASON: phpunit/phpunit 6.5.6 requires sebastian/resource-operations ^1.0 -> satisfiable by sebastian/resource-operations[1.0.0].

  - Installing sebastian/recursion-context (3.0.0): Reading /root/.composer/cache/files/sebastian/recursion-context/f8c1c1968fbcf5ae9af5ec6ceb30aab26fa949b2.zip from cache
Loading from cache
 Extracting archive    REASON: sebastian/object-enumerator 3.0.3 requires sebastian/recursion-context ^3.0 -> satisfiable by sebastian/recursion-context[3.0.0].

  - Installing sebastian/object-reflector (1.1.1): Reading /root/.composer/cache/files/sebastian/object-reflector/5c43ed184bdc32c1be2cebdc45c53727b61c366e.zip from cache
Loading from cache
 Extracting archive    REASON: sebastian/object-enumerator 3.0.3 requires sebastian/object-reflector ^1.1.1 -> satisfiable by sebastian/object-reflector[1.1.1].

  - Installing sebastian/object-enumerator (3.0.3): Reading /root/.composer/cache/files/sebastian/object-enumerator/38cda1088c4ea6478e144eed041619e5c731b8ba.zip from cache
Loading from cache
 Extracting archive    REASON: phpunit/phpunit 6.5.6 requires sebastian/object-enumerator ^3.0.3 -> satisfiable by sebastian/object-enumerator[3.0.3].

  - Installing sebastian/global-state (2.0.0): Reading /root/.composer/cache/files/sebastian/global-state/0fa1a2fc2cd3ebf97a5c00a348b8536a78db7597.zip from cache
Loading from cache
 Extracting archive    REASON: phpunit/phpunit 6.5.6 requires sebastian/global-state ^2.0 -> satisfiable by sebastian/global-state[2.0.0].

  - Installing sebastian/exporter (3.1.0): Reading /root/.composer/cache/files/sebastian/exporter/cff3de3aedd33274ba407c0248a3164b451c5a17.zip from cache
Loading from cache
 Extracting archive    REASON: phpunit/phpunit 6.5.6 requires sebastian/exporter ^3.1 -> satisfiable by sebastian/exporter[3.1.0].

  - Installing sebastian/environment (3.1.0): Reading /root/.composer/cache/files/sebastian/environment/f3624bb9bd302b755a54d92ecf5ff32abe704ae8.zip from cache
Loading from cache
 Extracting archive    REASON: phpunit/phpunit 6.5.6 requires sebastian/environment ^3.1 -> satisfiable by sebastian/environment[3.1.0].

  - Installing sebastian/diff (2.0.1): Reading /root/.composer/cache/files/sebastian/diff/8ddf4c25ae7f9c2a7c91c23f896537408659def4.zip from cache
Loading from cache
 Extracting archive    REASON: phpunit/phpunit 6.5.6 requires sebastian/diff ^2.0 -> satisfiable by sebastian/diff[2.0.1].

  - Installing sebastian/comparator (2.1.3): Reading /root/.composer/cache/files/sebastian/comparator/82ca1ce8075436332fe3399178a438c2e1bb225a.zip from cache
Loading from cache
 Extracting archive    REASON: phpunit/phpunit 6.5.6 requires sebastian/comparator ^2.1 -> satisfiable by sebastian/comparator[2.1.0, 2.1.1, 2.1.2, 2.1.3].

  - Installing phpunit/php-text-template (1.2.1): Reading /root/.composer/cache/files/phpunit/php-text-template/2e483bd8277c3ff3905be9160b0938b306ac1069.zip from cache
Loading from cache
 Extracting archive    REASON: phpunit/phpunit 6.5.6 requires phpunit/php-text-template ^1.2.1 -> satisfiable by phpunit/php-text-template[1.2.1].

  - Installing phpunit/phpunit-mock-objects (5.0.6): Reading /root/.composer/cache/files/phpunit/phpunit-mock-objects/22bf84147081ce0e4b245170b40d100aa699d73d.zip from cache
Loading from cache
 Extracting archive    REASON: phpunit/phpunit 6.5.6 requires phpunit/phpunit-mock-objects ^5.0.5 -> satisfiable by phpunit/phpunit-mock-objects[5.0.5, 5.0.6].

  - Installing phpunit/php-timer (1.0.9): Reading /root/.composer/cache/files/phpunit/php-timer/61188251883d8889298c2c47f0508e05c8b05791.zip from cache
Loading from cache
 Extracting archive    REASON: phpunit/phpunit 6.5.6 requires phpunit/php-timer ^1.0.9 -> satisfiable by phpunit/php-timer[1.0.9].

  - Installing phpunit/php-file-iterator (1.4.5): Reading /root/.composer/cache/files/phpunit/php-file-iterator/c72081fb1b0355ba61fcbc82b0407120d560a4b0.zip from cache
Loading from cache
 Extracting archive    REASON: phpunit/phpunit 6.5.6 requires phpunit/php-file-iterator ^1.4.3 -> satisfiable by phpunit/php-file-iterator[1.4.3, 1.4.4, 1.4.5].

  - Installing theseer/tokenizer (1.1.0): Reading /root/.composer/cache/files/theseer/tokenizer/6f3f90d2c0cda89b79779dc8831a8658976f5c45.zip from cache
Loading from cache
 Extracting archive    REASON: phpunit/php-code-coverage 5.3.0 requires theseer/tokenizer ^1.1 -> satisfiable by theseer/tokenizer[1.1.0].

  - Installing sebastian/code-unit-reverse-lookup (1.0.1): Reading /root/.composer/cache/files/sebastian/code-unit-reverse-lookup/9fdb38e356a0265a2dd6b64495413906b9366038.zip from cache
Loading from cache
 Extracting archive    REASON: phpunit/php-code-coverage 5.3.0 requires sebastian/code-unit-reverse-lookup ^1.0.1 -> satisfiable by sebastian/code-unit-reverse-lookup[1.0.1].

  - Installing phpunit/php-token-stream (2.0.2): Reading /root/.composer/cache/files/phpunit/php-token-stream/847779f97e481ab7202d42799695898cb3dd0230.zip from cache
Loading from cache
 Extracting archive    REASON: phpunit/php-code-coverage 5.3.0 requires phpunit/php-token-stream ^2.0.1 -> satisfiable by phpunit/php-token-stream[2.0.1, 2.0.2].

  - Installing phpunit/php-code-coverage (5.3.0): Reading /root/.composer/cache/files/phpunit/php-code-coverage/271b1039d3d4f051908b394a565467069899501b.zip from cache
Loading from cache
 Extracting archive    REASON: phpunit/phpunit 6.5.6 requires phpunit/php-code-coverage ^5.3 -> satisfiable by phpunit/php-code-coverage[5.3.0].

  - Installing phpspec/prophecy (1.7.4): Reading /root/.composer/cache/files/phpspec/prophecy/63ef8bb2971673c796aa20e0f1bf8d052bebc981.zip from cache
Loading from cache
 Extracting archive    REASON: phpunit/phpunit 6.5.6 requires phpspec/prophecy ^1.7 -> satisfiable by phpspec/prophecy[1.7.3, 1.7.4, v1.7.0, v1.7.1, v1.7.2].

  - Installing phar-io/version (1.0.1): Reading /root/.composer/cache/files/phar-io/version/afc39f8787e936b9bc65362c1f1d7897af08ebaf.zip from cache
Loading from cache
 Extracting archive    REASON: phar-io/manifest 1.0.1 requires phar-io/version ^1.0.1 -> satisfiable by phar-io/version[1.0.1].

  - Installing phar-io/manifest (1.0.1): Reading /root/.composer/cache/files/phar-io/manifest/710e4d0b4d51c0f69313a1d4a27f6de7b0ec8711.zip from cache
Loading from cache
 Extracting archive    REASON: phpunit/phpunit 6.5.6 requires phar-io/manifest ^1.0.1 -> satisfiable by phar-io/manifest[1.0.1].

  - Installing myclabs/deep-copy (1.7.0): Reading /root/.composer/cache/files/myclabs/deep-copy/a7213d44408c9fe613035be98cc3c20a264abc33.zip from cache
Loading from cache
 Extracting archive    REASON: phpunit/phpunit 6.5.6 requires myclabs/deep-copy ^1.6.1 -> satisfiable by myclabs/deep-copy[1.6.1, 1.7.0].

  - Installing phpunit/phpunit (6.5.6): Reading /root/.composer/cache/files/phpunit/phpunit/3f39099be8e3f65ba6b74f4b0663ac5fc3faa870.zip from cache
Loading from cache
 Extracting archive    REASON: Required by the root package: Install command rule (install phpunit/phpunit 6.4.0|install phpunit/phpunit 6.4.1|install phpunit/phpunit 6.4.2|install phpunit/phpunit 6.4.3|install phpunit/phpunit 6.4.4|install phpunit/phpunit 6.5.0|install phpunit/phpunit 6.5.1|install phpunit/phpunit 6.5.2|install phpunit/phpunit 6.5.3|install phpunit/phpunit 6.5.4|install phpunit/phpunit 6.5.5|install phpunit/phpunit 6.5.6)

  - Installing phpunit/dbunit (3.0.3): Reading /root/.composer/cache/files/phpunit/dbunit/a6e9baa8525982bf32c68a7f4557403e5c1dfc39.zip from cache
Loading from cache
 Extracting archive    REASON: Required by the root package: Install command rule (install phpunit/dbunit 3.0.0|install phpunit/dbunit 3.0.1|install phpunit/dbunit 3.0.2|install phpunit/dbunit 3.0.3)

  - Installing phpunit/php-invoker (1.1.4): Reading /root/.composer/cache/files/phpunit/php-invoker/0382bac6fb676fbb38481ae4ccb2c1e4e7cb71ab.zip from cache
Loading from cache
 Extracting archive    REASON: Required by the root package: Install command rule (install phpunit/php-invoker 1.1.1|install phpunit/php-invoker 1.1.2|install phpunit/php-invoker 1.1.3|install phpunit/php-invoker 1.1.4)

  - Installing symfony/phpunit-bridge (v3.4.4): Reading /root/.composer/cache/files/symfony/phpunit-bridge/727bac0f47cbb4e52e2f834e64a0b704eba529ca.zip from cache
Loading from cache
 Extracting archive    REASON: Required by the root package: Install command rule (install symfony/phpunit-bridge v3.4.0|install symfony/phpunit-bridge v3.4.1|install symfony/phpunit-bridge v3.4.2|install symfony/phpunit-bridge v3.4.3|install symfony/phpunit-bridge v3.4.4)

Reading /semarthris/vendor/composer/installed.json
Reading ./composer.lock
Writing lock file
Cache directory does not exist (cache-vcs-dir): 
Clearing cache (cache-repo-dir): /root/.composer/cache/repo
Clearing cache (cache-files-dir): /root/.composer/cache/files
Clearing cache (cache-dir): /root/.composer/cache
All caches cleared.
Removing intermediate container cd22c5562988
 ---> e715e037bc68
Step 53/65 : COPY bin bin/
 ---> 8ba3e08bd161
Step 54/65 : COPY config config/
 ---> 98420c1d684d
Step 55/65 : COPY data data/
 ---> 39f1642b9f2d
Step 56/65 : COPY public public/
 ---> e5e543b53eef
Step 57/65 : COPY src src/
 ---> 313bcf2a2368
Step 58/65 : COPY templates templates/
 ---> 2dbd3476495d
Step 59/65 : COPY Makefile ./Makefile
ERROR: Service 'app' failed to build: COPY failed: stat /var/lib/docker/tmp/docker-builder578019939/Makefile: no such file or directory

Untuk log docker-compose up :

docker-compose up
Creating network "semarthris_default" with the default driver
Pulling adminer (adminer:latest)...
latest: Pulling from library/adminer
605ce1bd3f31: Pull complete
2f5aa494661d: Pull complete
7963c90c835a: Pull complete
a3f2a1640434: Pull complete
58859a8ecd85: Pull complete
ec83a6fd6267: Pull complete
5113a036d9cf: Pull complete
1bcac4c4995b: Pull complete
46d90f0d675f: Pull complete
de1aba47fd7f: Pull complete
922ae178d7b7: Pull complete
a6a4045c883c: Pull complete
dccfcc19759a: Pull complete
87c2583e8b38: Pull complete
Digest: sha256:5e8228d22fa4d6feb908264990f3e45d1584c24cbc68e716d3d732d086be85fd
Status: Downloaded newer image for adminer:latest
Pulling db (postgres:alpine)...
alpine: Pulling from library/postgres
605ce1bd3f31: Already exists
8d2abe692710: Pull complete
a18eca080102: Pull complete
5012d3573a06: Pull complete
6967a2c841c0: Pull complete
988ec767ccf5: Pull complete
8eb3cd02e337: Pull complete
2c94ba38a64e: Pull complete
301c265d4e62: Pull complete
Digest: sha256:d199960073cc840db4b1b07a679311eff3e548df70e5c362ee9a1a7068c97ec9
Status: Downloaded newer image for postgres:alpine
Building app
Step 1/65 : FROM ubuntu:latest
 ---> 0458a4468cbc
Step 2/65 : MAINTAINER Muhammad Surya Ihsanuddin<[email protected]>
 ---> Using cache
 ---> 5c36a5cdd7a4
Step 3/65 : ENV DEBIAN_FRONTEND noninteractive
 ---> Using cache
 ---> c5bf9d360455
Step 4/65 : RUN sed -i 's/http:\/\/archive.ubuntu.com/http:\/\/buaya.klas.or.id/g' /etc/apt/sources.list
 ---> Using cache
 ---> b694243f0db9
Step 5/65 : RUN apt-get update && apt-get upgrade -y
 ---> Using cache
 ---> fa25266e8dc1
Step 6/65 : RUN apt-get install nginx-full supervisor vim varnish -y
 ---> Using cache
 ---> aaff16e7ce35
Step 7/65 : RUN apt-get install software-properties-common python-software-properties build-essential -y
 ---> Using cache
 ---> d29002775fbe
Step 8/65 : RUN apt-get install curl ca-certificates -y
 ---> Using cache
 ---> 5e3d07992c03
Step 9/65 : RUN touch /etc/apt/sources.list.d/ondrej-php.list
 ---> Using cache
 ---> 1b19ef4032d7
Step 10/65 : RUN echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu xenial main" >> /etc/apt/sources.list.d/ondrej-php.list
 ---> Using cache
 ---> 8b86169f5bed
Step 11/65 : RUN echo "deb-src http://ppa.launchpad.net/ondrej/php/ubuntu xenial main" >> /etc/apt/sources.list.d/ondrej-php.list
 ---> Using cache
 ---> 50b6ca0a891b
Step 12/65 : RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 4F4EA0AAE5267A6C
 ---> Using cache
 ---> 0d07928fd9de
Step 13/65 : RUN apt-get update
 ---> Using cache
 ---> cd39150b5125
Step 14/65 : RUN apt-get install php7.2 php7.2-cli php7.2-curl php7.2-intl php7.2-mbstring php7.2-xml php7.2-zip     php7.2-bcmath php7.2-cli php7.2-fpm php7.2-imap php7.2-json php7.2-opcache php7.2-apcu php7.2-xmlrpc     php7.2-bz2 php7.2-common php7.2-gd php7.2-ldap php7.2-pgsql php7.2-readline php7.2-soap php7.2-tidy php7.2-xsl php-apcu -y
 ---> Using cache
 ---> f28dfec36507
Step 15/65 : RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
 ---> Using cache
 ---> af9ee4e8c393
Step 16/65 : RUN apt-get remove --purge -y software-properties-common python-software-properties &&     apt-get autoremove -y &&     apt-get clean &&     apt-get autoclean
 ---> Using cache
 ---> ec4a6ed8f88d
Step 17/65 : RUN rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* ~/.composer
 ---> Using cache
 ---> bdb5a181ee13
Step 18/65 : ENV NGINX_WEBROOT   /semarthris/public
 ---> Using cache
 ---> 4c26aa3c6722
Step 19/65 : ENV SYMFONY_ENV     dev
 ---> Using cache
 ---> 592dd6cfeb3e
Step 20/65 : ENV VARNISH_CONFIG  /etc/varnish/default.vcl
 ---> Using cache
 ---> 6c2bd66749a2
Step 21/65 : ENV CACHE_SIZE      512m
 ---> Using cache
 ---> c2c4bb706f66
Step 22/65 : ENV VARNISHD_PARAMS -p default_ttl=3600 -p default_grace=3600
 ---> Using cache
 ---> 33b4e96159f3
Step 23/65 : ENV VARNISH_PORT    80
 ---> Using cache
 ---> c6423a0b93b9
Step 24/65 : ENV BACKEND_HOST    localhost
 ---> Using cache
 ---> 716ade693a28
Step 25/65 : ENV BACKEND_PORT    8080
 ---> Using cache
 ---> 0a612b742bdb
Step 26/65 : ADD docker/supervisor/supervisor.conf /etc/supervisord.conf
 ---> Using cache
 ---> eb64f16bdfed
Step 27/65 : ADD docker/nginx/sites-enabled/site.conf /etc/nginx/conf.d/default.conf
 ---> Using cache
 ---> c5744eed53b1
Step 28/65 : ADD docker/nginx/sites-enabled/php-fpm.conf /etc/nginx/conf.d/php-fpm.conf
 ---> Using cache
 ---> 38e30dfde1b4
Step 29/65 : ADD docker/nginx/nginx.conf /etc/nginx/nginx.conf
 ---> Using cache
 ---> 03ad1257a50f
Step 30/65 : ADD docker/nginx/fastcgi_cache /etc/nginx/fastcgi_cache
 ---> Using cache
 ---> f67fbc2cef43
Step 31/65 : ADD docker/nginx/static_files.conf /etc/nginx/static_files.conf
 ---> Using cache
 ---> 79d75512b439
Step 32/65 : ADD docker/nginx/logs/site.access.log /var/log/nginx/site.access.log
 ---> Using cache
 ---> 034758a2e313
Step 33/65 : ADD docker/nginx/logs/site.error.log /var/log/nginx/site.error.log
 ---> Using cache
 ---> 31ceb7df82c7
Step 34/65 : ADD docker/nginx/etc/sysctl.conf /etc/sysctl.conf
 ---> Using cache
 ---> 222daac50de8
Step 35/65 : ADD docker/nginx/etc/security/limits.conf /etc/security/limits.conf
 ---> Using cache
 ---> 204c0760b5b7
Step 36/65 : RUN mkdir -p /tmp/nginx/cache
 ---> Using cache
 ---> 8e5a5b83efed
Step 37/65 : RUN chmod 777 -R /tmp/nginx
 ---> Using cache
 ---> 54092bca917e
Step 38/65 : RUN chmod 777 /var/log/nginx/site.access.log
 ---> Using cache
 ---> f73cd90aa95d
Step 39/65 : RUN chmod 777 /var/log/nginx/site.error.log
 ---> Using cache
 ---> 315d4fab4adb
Step 40/65 : ADD docker/php/php.ini /etc/php/7.2/fpm/php.ini
 ---> Using cache
 ---> fbe7bfb0c1d4
Step 41/65 : ADD docker/php/php.ini /etc/php/7.2/cli/php.ini
 ---> Using cache
 ---> 6dd678ff1d89
Step 42/65 : ADD docker/php/php-fpm.conf /etc/php/7.2/fpm/php-fpm.conf
 ---> Using cache
 ---> 7e6e4f77f293
Step 43/65 : RUN mkdir /run/php
 ---> Using cache
 ---> 34223ac547cc
Step 44/65 : RUN touch /run/php/php7.2-fpm.sock
 ---> Using cache
 ---> a027e5d08af6
Step 45/65 : RUN chmod 777 /run/php/php7.2-fpm.sock
 ---> Using cache
 ---> 4265ff2e35ff
Step 46/65 : ADD docker/varnish/default.vcl /etc/varnish/default.vcl
 ---> Using cache
 ---> 7c06dcaa808b
Step 47/65 : ENV COMPOSER_ALLOW_SUPERUSER 1
 ---> Using cache
 ---> 967a91cf3154
Step 48/65 : RUN composer global require "hirak/prestissimo:~0.3" --prefer-dist --no-progress --no-suggest --optimize-autoloader --classmap-authoritative -vvv && composer clear-cache
 ---> Using cache
 ---> 89575cafabcc
Step 49/65 : WORKDIR /semarthris
 ---> Using cache
 ---> 956592ec748d
Step 50/65 : COPY composer.json ./
 ---> Using cache
 ---> afc0411266db
Step 51/65 : COPY composer.lock ./
 ---> Using cache
 ---> 53b3e25c15f7
Step 52/65 : RUN mkdir -p         var/cache         var/logs         var/sessions     && chmod 777 -R var/     && composer update --prefer-dist --no-autoloader --no-scripts --no-progress --no-suggest -vvv     && composer clear-cache
 ---> Using cache
 ---> e715e037bc68
Step 53/65 : COPY bin bin/
 ---> Using cache
 ---> 8ba3e08bd161
Step 54/65 : COPY config config/
 ---> Using cache
 ---> 98420c1d684d
Step 55/65 : COPY data data/
 ---> Using cache
 ---> 39f1642b9f2d
Step 56/65 : COPY public public/
 ---> Using cache
 ---> e5e543b53eef
Step 57/65 : COPY src src/
 ---> Using cache
 ---> 313bcf2a2368
Step 58/65 : COPY templates templates/
 ---> Using cache
 ---> 2dbd3476495d
Step 59/65 : COPY Makefile ./Makefile
ERROR: Service 'app' failed to build: COPY failed: stat /var/lib/docker/tmp/docker-builder158794388/Makefile: no such file or directory

install by composer terjadi kegagalan terus

Run composer recipes at any time to see the status of your Symfony recipes.

Executing script cache:clear [KO]
[KO]
Script cache:clear returned with error code 255
!! PHP Fatal error: Could not check compatibility between Symfony\Bridge\ProxyManager\LazyProxy\PhpDumper\LazyLoadingValueHolderGenerator::generate(ReflectionClass $originalClass, Zend\Code\Generator\ClassGenerator $classGenerator) and ProxyManager\ProxyGenerator\LazyLoadingValueHolderGenerator::generate(ReflectionClass $originalClass, Laminas\Code\Generator\ClassGenerator $classGenerator), because class Zend\Code\Generator\ClassGenerator is not available in /home/SemartHris/vendor/symfony/proxy-manager-bridge/LazyProxy/PhpDumper/LazyLoadingValueHolderGenerator.php on line 33
!!
!! In LazyLoadingValueHolderGenerator.php line 33:
!!
!! Compile Error: Could not check compatibility between Symfony\Bridge\ProxyMa
!! nager\LazyProxy\PhpDumper\LazyLoadingValueHolderGenerator::generate(Reflect
!! ionClass $originalClass, Zend\Code\Generator\ClassGenerator $classGenerator
!! ) and ProxyManager\ProxyGenerator\LazyLoadingValueHolderGenerator::generate
!! (ReflectionClass $originalClass, Laminas\Code\Generator\ClassGenerator $cla
!! ssGenerator), because class Zend\Code\Generator\ClassGenerator is not avail
!! able
!!
!!
!!
Script @auto-scripts was called via post-update-cmd

An exception occurred in driver: SQLSTATE[08006] [7]

saya coba instalasi manual, di perintah ini php bin/console doctrine:database:drop --force saya mendapatkan error berikut

Could not drop database "semarthris" for connection named default An exception occurred in driver: SQLSTATE[08006] [7] could not translate host name "db" to address: Name or service not known

docker build error

docker error:
python-software-properties tidak bisa di install, karna sudah digantikan dengan software-properties-common, setelah coba saya hapus

eror:

Step 14/63 : RUN apt-get install php7.2 php7.2-cli php7.2-curl php7.2-intl php7.2-mbstring php7.2-xml php7.2-zip     php7.2-bcmath php7.2-cli php7.2-fpm php7.2-imap php7.2-json php7.2-opcache php7.2-apcu php7.2-xmlrpc     php7.2-bz2 php7.2-common php7.2-gd php7.2-ldap php7.2-pgsql php7.2-readline php7.2-soap php7.2-tidy php7.2-xsl php-apcu -y
 ---> Running in 9b8f244d4c29
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 php7.2-curl : Depends: libcurl3 (>= 7.44.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
ERROR: Service 'app' failed to build: The command '/bin/sh -c apt-get install php7.2 php7.2-cli php7.2-curl php7.2-intl php7.2-mbstring php7.2-xml php7.2-zip     php7.2-bcmath php7.2-cli php7.2-fpm php7.2-imap php7.2-json php7.2-opcache php7.2-apcu php7.2-xmlrpc     php7.2-bz2 php7.2-common php7.2-gd php7.2-ldap php7.2-pgsql php7.2-readline php7.2-soap php7.2-tidy php7.2-xsl php-apcu -y' returned a non-zero code: 100

Fatal error: Allowed memory size of

Error ini Kenapa ya gan @ad3n
Ubuntu 18.04
Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) in phar:///usr/local/bin/composer/src/Composer/DependencyResolver/Solver.php on l ine 223 Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors.ERROR: Service 'app' failed to build: The command '/bin/sh -c mkdir -p var/cache var/logs var/sessions && chmod 777 -R var/ && composer update --prefer-dist --no-autoloader --no-script s --no-progress --no-suggest -vvv && composer clear-cache' returned a non-zero code: 255

Docker compose build error

Ada error ketika menjalankan docker-compose build:

W: The repository 'http://buaya.klas.or.id/ubuntu xenial Release' does not have a Release file.
W: The repository 'http://buaya.klas.or.id/ubuntu xenial-updates Release' does not have a Release file.
W: The repository 'http://buaya.klas.or.id/ubuntu xenial-backports Release' does not have a Release file.
E: Failed to fetch http://buaya.klas.or.id/ubuntu/dists/xenial/main/binary-amd64/Packages  Unable to connect to buaya.klas.or.id:http:
E: Failed to fetch http://buaya.klas.or.id/ubuntu/dists/xenial-updates/main/binary-amd64/Packages  Unable to connect to buaya.klas.or.id:http:
E: Failed to fetch http://buaya.klas.or.id/ubuntu/dists/xenial-backports/main/binary-amd64/Packages  Unable to connect to buaya.klas.or.id:http:
E: Some index files failed to download. They have been ignored, or old ones used instead.
ERROR: Service 'app' failed to build: The command '/bin/sh -c apt-get update && apt-get upgrade -y' returned a non-zero code: 100

update-alternatives error

i got this error when use docker-compose build
Setting up xz-utils (5.2.2-1.3) ... update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist

[BUGS] Konfigurasi

sebelumnya bisa, tapi setelah beberapa commit jd ada bugs di edit nama konfigurasi

screenshot from 2017-11-19 21-38-56

screenshot from 2017-11-19 21-39-14

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.