GithubHelp home page GithubHelp logo

elkarbackup-docker's People

Contributors

elacunza avatar lb1c avatar mkuurstra avatar parreitu avatar peterschen avatar xezpeleta avatar

Stargazers

 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

elkarbackup-docker's Issues

v1.3 docker image

Hello,
I just noticed that elkarbackup has reached v1.3
Should I use latest as tag? however I have noticed that latest is bound to 1.2.7
If I change the env variable EB_VERSION version to v1.3.0 it will use it?
Thank you in advance

Add more information to the docket hub for quick start

When I first run this docker-compose

version: '3'

services:
  elkarbackup:
    image: elkarbackup/elkarbackup:1.3.1-apache
    environment:
      SYMFONY__DATABASE__PASSWORD: "your-password-here"
      EB_CRON: "enabled"
    volumes:
      - backups:/app/backups
      - uploads:/app/uploads
      - sshkeys:/app/.ssh
    ports:
      - 8000:80

  db:
    image: mysql:5.7.22
    environment:
      MYSQL_ROOT_PASSWORD: "your-password-here"
    volumes:
      - db:/var/lib/mysql

  client:
    image: elkarbackup/client

volumes:
  db:
  backups:
  uploads:
  sshkeys:

I thought that SYMFONY__DATABASE__PASSWORD: and MYSQL_ROOT_PASSWORD: should to be different. It was not clear to me that elkarbackup use password from root MySQL user to create database. After I've inspected logs I found it. So maybe it's good idea to add more description like MYSQL_ROOT_PASSWORD and SYMFONY__DATABASE__PASSWORD should to be the same.

In additional I think we need to add that default username and password for new application is root/root. I found it in documentation but it's not clear if you read only description in docker hub

upgrade from 1.2.7 to 1.3.1

QUESTION
Hi, I'm running 1.2.7 and I'm thinking about upgrading to 1.3.1 docker image.
I have already mapped volumes in 1.2.7 (by hand, since there were no such option in that version)
Can I just kill the container and up 1.3.1 in the place of it?

I'm wondering about:

  • database schema changes
  • permissions problems or changes

Any Ideas?

Unable to create the cache directory

Hola,

Tengo este problema al ejecutar un Job,
Exception Unable to create the cache directory (/var/cache/elkarbackup/prod/twig/f6). running command {"command":"elkarbackup:run_job","client":"1","job":"3"}:

El directorio twig tiene permisos para www-data como debe ser:

drwxr-xr-x+ 11 www-data www-data 4096 May 30 12:17 twig

Ejecuto otros jobs del mismo cliente y todo esta en orden, solo ste Job en particular me esta dando problemas.

Saludos

Installation failing due to ACL support

Just wanted to start using elkarbackup but the container will not run how it should. entrypoint.sh fails to install elkarbackup:

The following NEW packages will be installed:
  elkarbackup libssh2-1 php-ssh2 sudo
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 8771 kB of archives.
After this operation, 1974 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 sudo amd64 1.8.16-0ubuntu1.3 [390 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libssh2-1 amd64 1.5.0-2ubuntu0.1 [70.2 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial/universe amd64 php-ssh2 amd64 0.12-39-g3dfe336+0.12-1build1 [26.9 kB]
Get:4 http://elkarbackup.org/apt/ubuntu xenial/main amd64 elkarbackup all 1.2.5-php7 [8284 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 8771 kB in 2s (3957 kB/s)
Selecting previously unselected package sudo.
(Reading database ... 10959 files and directories currently installed.)
Preparing to unpack .../sudo_1.8.16-0ubuntu1.3_amd64.deb ...
Unpacking sudo (1.8.16-0ubuntu1.3) ...
Selecting previously unselected package libssh2-1:amd64.
Preparing to unpack .../libssh2-1_1.5.0-2ubuntu0.1_amd64.deb ...
Unpacking libssh2-1:amd64 (1.5.0-2ubuntu0.1) ...
Selecting previously unselected package php-ssh2.
Preparing to unpack .../php-ssh2_0.12-39-g3dfe336+0.12-1build1_amd64.deb ...
Unpacking php-ssh2 (0.12-39-g3dfe336+0.12-1build1) ...
Selecting previously unselected package elkarbackup.
Preparing to unpack .../elkarbackup_1.2.5-php7_all.deb ...
Unpacking elkarbackup (1.2.5-php7) ...
Processing triggers for libc-bin (2.23-0ubuntu7) ...
Processing triggers for systemd (229-4ubuntu16) ...
Setting up sudo (1.8.16-0ubuntu1.3) ...
Setting up libssh2-1:amd64 (1.5.0-2ubuntu0.1) ...
Setting up php-ssh2 (0.12-39-g3dfe336+0.12-1build1) ...
Setting up elkarbackup (1.2.5-php7) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Attempting to create DB elkarbackup and user elkarbackup in db
Create database
mysql: [Warning] Using a password on the command line interface can be insecure.
Create user
mysql: [Warning] Using a password on the command line interface can be insecure.
Configure parameters
Adding missing parameters as required
Delete cache content
Update DB
Create root user
Clean cache
Dump assests
Invalidate sessions
Warning: The home dir /var/lib/elkarbackup you specified already exists.
Adding system user `elkarbackup' (UID 105) ...
Adding new group `elkarbackup' (GID 110) ...
Adding new user `elkarbackup' (UID 105) with group `elkarbackup' ...
The home directory `/var/lib/elkarbackup' already exists.  Not copying from `/etc/skel'.
adduser: Warning: The home directory `/var/lib/elkarbackup' does not belong to the user you are currently creating.
Generating public/private rsa key pair.
Your identification has been saved in /var/lib/elkarbackup/.ssh/id_rsa.
Your public key has been saved in /var/lib/elkarbackup/.ssh/id_rsa.pub.
The key fingerprint is:
SHA256:5n8K5eTfDhNzoDSrmi6/KGwIzw2NpzD+vd4KKBmQW5g Automatically generated key for elkarbackup.
The key's randomart image is:
+---[RSA 2048]----+
|                 |
| +               |
|E .       o .    |
|.o       . + .   |
|o  o    S = o .  |
|+o+ o  o *   +   |
|=O *    + o o    |
|o.B =..o o ..+   |
| ..ooOOo  oo..o  |
+----[SHA256]-----+
ACLs not supported. Remount with ACL and reconfigure with 'dpkg --configure --pending'
dpkg: error processing package elkarbackup (--configure):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for libc-bin (2.23-0ubuntu7) ...
Processing triggers for systemd (229-4ubuntu16) ...
Errors were encountered while processing:
 elkarbackup
E: Sub-process /usr/bin/dpkg returned an error code (1)

Seems to be that ACL support is needed, I found the workaround in the link below but it seems like that would affect all my containers and I don't think that's a good solution.
https://stackoverflow.com/questions/22714885/how-to-use-setfacl-within-a-docker-container

My docker-compose.yml:

version: '2'

networks:
  proxy:
    external:
      name: proxyNet

services:
  db:
    image: mysql
    environment:
      - MYSQL_ROOT_PASSWORD=password
    volumes:
      - /srv/docker/volumes/elkarBackup/mysql:/var/lib/mysql

  elkarbackup:
    build: ./elkarBackup
    container_name: backup
    links:
      - db
    depends_on:
      - db
    volumes:
      - /srv/docker/volumes/elkarBackup/elkarbackup/config:/etc/elkarbackup
      - /srv/docker/volumes/elkarBackup/elkarbackup/data:/var/spool/elkarbackup
    environment:
      - EB_DB_PASSWORD=password
      - VIRTUAL_HOST=backup.domain.com
      - VIRTUAL_PORT=80
      - LETSENCRYPT_HOST=backup.domain.com
      - [email protected]
    networks:
      - default
      - proxy

My Dockerfile (I needed port 80 exposed for my reversed proxy to detect it):

FROM elkarbackup/elkarbackup:latest

EXPOSE 80

Is it possible to fix this or am I doing something wrong?

Mysql connection error

Elkarbackup container cannot connect to MySQL container:

Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/mysql/lib/plugin/caching_sha2_password.so, 2): image not found

Impossible to backup attached volumes

I need to backup the attached docker volumes (/etc/elkarbackup && /var/lib/elkarbackup/.ssh && /var/spool/elkarbackup) but I have an error (truncated :/). Currently I have excluded this path from my backup with elkarbackup :)

Err : rsync incremental error..

Job en RUNNING todo el tiempo

Tengo dos jobs de un backup a un servidor que se quedan en estado de "RUNNING" todo el tiempo, reviso procesos y durante un tiempo rsync si esta en la lista, tiempo después ya no aparece y no hay ningún error de fallo o el status de FAIL.

Revisé y la config sigue en /tmp, es como si tronara el proceso y el sistema aún pensara que se esta ejecutando.

Igual revise en el servidor remoto y veo que el rsync no esta en la lista de procesos pero si estuvo un tiempo. Igual logs de autenticación marcan exitosa el login del usuario con llave publica.

Alguna manera de debug los procesos, algún log que arroje el stderr o stdout del proceso, no se, maybe poder poner en ssh args la option -vvv y esta se guarde en un archivo.

Quedo en espera, gracias!

PD Pongo todo aquí porque trabajo sobre la versión docker

EB_CRON = disabled => will kill Container

Hi,

EB_CRON is disabled by default and with this setting the container will not start because nothing in the entrypoint.sh will be executet in Foreground when the Parameter is not set to "enabled"

I cost me about an hour to figure this out - therfore I have still no glue for what the parameter stands

Regards Frank

Add volumes

We should add volume in Dockerfile:

VOLUME /var/spool/elkarbackup
VOLUME /etc/elkarbackup

No Mail sendet after Backup Job

Hello,
i am using the latest apache Image
I set the following environments in my docker-compose file:

      SYMFONY__MAILER__TRANSPORT: "gmail"
      SYMFONY__MAILER__HOST: "smtp.gmail.com"
      SYMFONY__MAILER__USER: "my gmail username without @gmail.com"
      SYMFONY__MAILER__PASSWORD: "!secret password with exclamation marks on beginning/end!"
      SYMFONY__MAILER__FROM: "some Mail Adress"

But I didn't receive any mails after any Backup Job.

Is there a way i can test the mail sending? I've used the same settings in 1.2.7 Docker Image, there it was possible to set the values on the webui. But now there isn't such a page anymore.
Kind Regards
Sven

Errors on Docker-compose up : missing config files

docker-file.yml

version: '2'

services:

  db:
    image: mysql:5.7.22
    environment:
      MYSQL_ROOT_PASSWORD: example
    volumes:
      - ./mysql:/var/lib/mysql

  elkarbackup:
    image: elkarbackup/elkarbackup
    ports:
      - 80:80
      - 443:443
    links:
      - db
    depends_on:
      - db
    volumes:
        - ./elkarbackup/config:/etc/elkarbackup
        - ./elkarbackup/data:/var/spool/elkarbackup
    environment:
      EB_DB_PASSWORD: example

I am getting below error when bringing up the docker containers

elkarbackup_1  | Attempting to create DB elkarbackup and user elkarbackup in db
elkarbackup_1  | Create database
elkarbackup_1  | mysql: [Warning] Using a password on the command line interface can be insecure.
elkarbackup_1  | Create user
elkarbackup_1  | mysql: [Warning] Using a password on the command line interface can be insecure.
elkarbackup_1  | sed: can't read /etc/elkarbackup/config.yml: No such file or directory
elkarbackup_1  | Configure parameters
elkarbackup_1  | sed: can't read /etc/elkarbackup/parameters.yml: No such file or directory
elkarbackup_1  | sed: can't read /etc/elkarbackup/parameters.yml: No such file or directory
elkarbackup_1  | sed: can't read /etc/elkarbackup/parameters.yml: No such file or directory
elkarbackup_1  | sed: can't read /etc/elkarbackup/parameters.yml: No such file or directory
elkarbackup_1  | Delete cache content
elkarbackup_1  | Update DB
elkarbackup_1  | 
elkarbackup_1  |                                                                                 
elkarbackup_1  |   [InvalidArgumentException]                                                    
elkarbackup_1  |   The file "/usr/share/elkarbackup/app/config/config_prod.yml" does not exist.  
elkarbackup_1  |                                                                                 
elkarbackup_1  | 
elkarbackup_1  | Create root user
elkarbackup_1  | 
elkarbackup_1  |                                                                                 
elkarbackup_1  |   [InvalidArgumentException]                                                    
elkarbackup_1  |   The file "/usr/share/elkarbackup/app/config/config_prod.yml" does not exist.  
elkarbackup_1  |                                                                                 
elkarbackup_1  | 
elkarbackup_1  | Clean cache
elkarbackup_1  | 
elkarbackup_1  |                                                                                 
elkarbackup_1  |   [InvalidArgumentException]                                                    
elkarbackup_1  |   The file "/usr/share/elkarbackup/app/config/config_prod.yml" does not exist.  
elkarbackup_1  |                                                                                 
elkarbackup_1  | 
elkarbackup_1  | Dump assets
elkarbackup_1  | 
elkarbackup_1  |                                                                                 
elkarbackup_1  |   [InvalidArgumentException]                                                    
elkarbackup_1  |   The file "/usr/share/elkarbackup/app/config/config_prod.yml" does not exist.  
elkarbackup_1  |                                                                                 
elkarbackup_1  | 
elkarbackup_1  | Invalidate sessions
elkarbackup_1  | Changing file permissions
elkarbackup_1  | chown: cannot access '/etc/elkarbackup/parameters.yml': No such file or directory
elkarbackup_1  | chown: cannot access '/var/spool/elkarbackup/uploads': No such file or directory
elkarbackup_1  | cat: /etc/elkarbackup/parameters.yml: No such file or directory
elkarbackup_1  | mv: cannot remove '/dev/shm': Device or resource busy
elkarbackup_1  | mv: cannot remove '/dev/mqueue': Device or resource busy
elkarbackup_1  | mv: cannot remove '/dev/pts/ptmx': Operation not permitted
elkarbackup_1  | mv: cannot remove '/etc/hosts': Device or resource busy
elkarbackup_1  | mv: cannot remove '/etc/hostname': Device or resource busy
elkarbackup_1  | mv: cannot remove '/etc/resolv.conf': Device or resource busy
elkarbackup_1  | mv: cannot remove '/etc/elkarbackup': Device or resource busy
elkarbackup_1  | mv: error reading '/proc/1/attr/exec': Invalid argument
elkarbackup_1  | mv: error reading '/proc/1/attr/prev': Invalid argument
elkarbackup_1  | mv: error reading '/proc/1/attr/fscreate': Invalid argument
elkarbackup_1  | mv: error reading '/proc/1/attr/keycreate': Invalid argument
elkarbackup_1  | mv: error reading '/proc/1/attr/sockcreate': Invalid argument
elkarbackup_1  | mv: error reading '/proc/1/attr/selinux/current': Invalid argument
elkarbackup_1  | mv: error reading '/proc/1/attr/selinux/prev': Invalid argument
elkarbackup_1  | mv: error reading '/proc/1/attr/selinux/exec': Invalid argument
elkarbackup_1  | mv: error reading '/proc/1/attr/selinux/fscreate': Invalid argument
elkarbackup_1  | mv: error reading '/proc/1/attr/selinux/keycreate': Invalid argument
elkarbackup_1  | mv: error reading '/proc/1/attr/selinux/sockcreate': Invalid argument
elkarbackup_1  | mv: error reading '/proc/1/attr/smack/current': Invalid argument
elkarbackup_1  | mv: error reading '/proc/1/attr/apparmor/prev': Invalid argument
elkarbackup_1  | mv: error reading '/proc/1/attr/apparmor/exec': Invalid argument
elkarbackup_1  | mv: error reading '/proc/1/task/1/personality': Operation not permitted
elkarbackup_1  | mv: error reading '/proc/1/task/1/syscall': Operation not permitted
elkarbackup_1  | mv: cannot open '/proc/1/task/1/mem' for reading: Permission denied
elkarbackup_1  | mv: error reading '/proc/1/task/1/clear_refs': Invalid argument
^CGracefully stopping... (press Ctrl+C again to force)
Stopping elakar_elkarbackup_1 ... done
Stopping elakar_db_1      

Elkarbackup docker 1.3.3 - apache doesn't listen on SSL port - (with workaround)

Docker port-forwarding is ok.

Problem is as follows:

# docker run \
> --name=elkarbackup  \
> --network=bkpnet \
> -p 4444:443  \
> -p 80:80 \
> --ip 192.168.41.20 \
> --restart=unless-stopped \
> --detach=true \
> --env="EB_CRON=enabled" \
> --env="PHP_TZ=America/Sao_Paulo" \
> --env="TZ=America/Sao_Paulo" \
> --env="SYMFONY__DATABASE__HOST=192.168.41.10" \
> --env="SYMFONY__DATABASE__PORT=3306" \
> --env="SYMFONY__DATABASE__NAME=prod_elkarbackup" \
> --env="SYMFONY__DATABASE__USER=root" \
> --env="SYMFONY__DATABASE__PASSWORD=xxxxxxxxxxx" \
> --env="SYMFONY__MAILER__HOST=xxxxxxxxx" \
> --env="SYMFONY__MAILER__USER=xxxxxxxxxx" \
> --env="SYMFONY__MAILER__PASSWORD=xxxxxxxxx" \
> --env="SYMFONY__MAILER__FROM=xxxxxxxx" \
> --env="SYMFONY__EB__SECRET=xxxxxxxxxxxxxx" \
> --env="SYMFONY__EB__PUBLIC__KEY=/app/.ssh/id_rsa.pub" \
> --volume="/srv/elkarbackup/bkps:/app/backups" \
> --volume="/srv/elkarbackup/uploads:/app/uploads" \
> --volume="/srv/elkarbackup/.ssh:/app/.ssh" \
> -t elkarbackup/elkarbackup:1.3.3

6397d4f4cec1b8f7a7e65bb10146caf743b4172eed6117408345e1d808a70d6d
# docker logs elkarbackup -f
Could not create database `prod_elkarbackup` for connection named default
An exception occurred while executing 'CREATE DATABASE `prod_elkarbackup`':

SQLSTATE[HY000]: General error: 1007 Can't create database 'prod_elkarbackup'; database exists

                    Application Migrations


No migrations to execute.
Admin user exists and reset was not requested. Nothing to do.

 // Clearing the cache for the prod environment with debug false


 [OK] Cache for the "prod" environment (debug=false) was successfully cleared.


Dumping all prod assets.
Debug mode is off.

11:11:29 [file+] /app/elkarbackup/app/../web/js/50d2dad.js
11:11:29 [file+] /app/elkarbackup/app/../web/js/fbef3cc.js
11:11:29 [file+] /app/elkarbackup/app/../web/css/92f5b2c.css
11:11:29 [file+] /app/elkarbackup/app/../web/js/02c4d9e.js
11:11:29 [file+] /app/elkarbackup/app/../web/js/4acda04.js
11:11:29 [file+] /app/elkarbackup/app/../web/js/2c3c294.js
11:11:29 [file+] /app/elkarbackup/app/../web/js/28b0684.js
11:11:29 [file+] /app/elkarbackup/app/../web/js/ae16382.js
11:11:29 [file+] /app/elkarbackup/app/../web/js/dc67ef4.js
11:11:29 [file+] /app/elkarbackup/app/../web/js/8e8eb4d.js
11:11:29 [file+] /app/elkarbackup/app/../web/js/6f75296.js
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.41.20. Set the 'ServerName' directive globally to suppress this message
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.41.20. Set the 'ServerName' directive globally to suppress this message
[Mon Oct 12 11:11:29.627563 2020] [mpm_prefork:notice] [pid 24] AH00163: Apache/2.4.38 (Debian) PHP/7.1.33 configured -- resuming normal operations
[Mon Oct 12 11:11:29.627624 2020] [core:notice] [pid 24] AH00094: Command line: 'apache2 -D FOREGROUND'


EB_CRON is enabled. Running tick command every minute...
^C
# docker exec -it elkarbackup bash
root@6397d4f4cec1:/var/www/html# apt-get update
[..]
root@6397d4f4cec1:/var/www/html# apt-get install -y net-tools
[..]
root@6397d4f4cec1:/var/www/html# netstat -an
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.11:36369        0.0.0.0:*               LISTEN
tcp        0      0 192.168.41.20:50814     192.168.41.10:3306      TIME_WAIT
udp        0      0 127.0.0.11:40355        0.0.0.0:*

as you can see from netstat above, there is no Listen in 443/tcp, and no errors are reported.

And this is the workaround.

1. Need to map volume to /etc/ssl to find certificate and key for apache
see line below (--volume="/srv/elkarbackup/ssl:/etc/ssl")

/srv/elkarbackup/ssl/certs:
-rw-r--r--. 1 root elkarwww 1013 Oct 12 10:53 ssl-cert-snakeoil.pem
/srv/elkarbackup/ssl/private:
-rw-r-----. 1 root elkarwww 1708 Oct 12 10:54 ssl-cert-snakeoil.key
# docker run \
> --name=elkarbackup  \
> --network=bkpnet \
> -p 4444:443  \
> -p 80:80 \
> --ip 192.168.41.20 \
> --restart=unless-stopped \
> --detach=true \
> --env="EB_CRON=enabled" \
> --env="PHP_TZ=America/Sao_Paulo" \
> --env="TZ=America/Sao_Paulo" \
> --env="SYMFONY__DATABASE__HOST=192.168.41.10" \
> --env="SYMFONY__DATABASE__PORT=3306" \
> --env="SYMFONY__DATABASE__NAME=prod_elkarbackup" \
> --env="SYMFONY__DATABASE__USER=root" \
> --env="SYMFONY__DATABASE__PASSWORD=xxxxxxxxxxx" \
> --env="SYMFONY__MAILER__HOST=xxxxxxxxx" \
> --env="SYMFONY__MAILER__USER=xxxxxxxxxx" \
> --env="SYMFONY__MAILER__PASSWORD=xxxxxxxxx" \
> --env="SYMFONY__MAILER__FROM=xxxxxxxx" \
> --env="SYMFONY__EB__SECRET=xxxxxxxxxxxxxx" \
> --env="SYMFONY__EB__PUBLIC__KEY=/app/.ssh/id_rsa.pub" \
> --volume="/srv/elkarbackup/bkps:/app/backups" \
> --volume="/srv/elkarbackup/uploads:/app/uploads" \
> --volume="/srv/elkarbackup/.ssh:/app/.ssh" \
> --volume="/srv/elkarbackup/ssl:/etc/ssl" \
> -t elkarbackup/elkarbackup:1.3.3
46e1d89434108979a9fecd94a3651908f57589ccf71a2ebf0ec327c03926d20c
# docker logs elkarbackup -f
Could not create database `prod_elkarbackup` for connection named default
An exception occurred while executing 'CREATE DATABASE `prod_elkarbackup`':

SQLSTATE[HY000]: General error: 1007 Can't create database 'prod_elkarbackup'; database exists

                    Application Migrations


No migrations to execute.
Admin user exists and reset was not requested. Nothing to do.

 // Clearing the cache for the prod environment with debug false


 [OK] Cache for the "prod" environment (debug=false) was successfully cleared.


Dumping all prod assets.
Debug mode is off.

11:14:59 [file+] /app/elkarbackup/app/../web/js/50d2dad.js
11:14:59 [file+] /app/elkarbackup/app/../web/js/fbef3cc.js
11:14:59 [file+] /app/elkarbackup/app/../web/css/92f5b2c.css
11:14:59 [file+] /app/elkarbackup/app/../web/js/02c4d9e.js
11:14:59 [file+] /app/elkarbackup/app/../web/js/4acda04.js
11:14:59 [file+] /app/elkarbackup/app/../web/js/2c3c294.js
11:14:59 [file+] /app/elkarbackup/app/../web/js/28b0684.js
11:14:59 [file+] /app/elkarbackup/app/../web/js/ae16382.js
11:14:59 [file+] /app/elkarbackup/app/../web/js/dc67ef4.js
11:14:59 [file+] /app/elkarbackup/app/../web/js/8e8eb4d.js
11:14:59 [file+] /app/elkarbackup/app/../web/js/6f75296.js
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.41.20. Set the 'ServerName' directive globally to suppress this message
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.41.20. Set the 'ServerName' directive globally to suppress this message
[Mon Oct 12 11:15:00.183710 2020] [mpm_prefork:notice] [pid 25] AH00163: Apache/2.4.38 (Debian) PHP/7.1.33 configured -- resuming normal operations
[Mon Oct 12 11:15:00.183774 2020] [core:notice] [pid 25] AH00094: Command line: 'apache2 -D FOREGROUND'


EB_CRON is enabled. Running tick command every minute...
^C

2. Need to enable module ssl on apache and restart

# docker exec -it elkarbackup bash
root@46e1d8943410:/var/www/html# apt-get update
[..]
root@46e1d8943410:/var/www/html# apt-get install -y net-tools
[..]
root@46e1d8943410:/var/www/html# a2enmod ssl
Considering dependency setenvif for ssl:
Module setenvif already enabled
Considering dependency mime for ssl:
Module mime already enabled
Considering dependency socache_shmcb for ssl:
Enabling module socache_shmcb.
Enabling module ssl.
See /usr/share/doc/apache2/README.Debian.gz on how to configure SSL and create self-signed certificates.
To activate the new configuration, you need to run:

root@46e1d8943410:/var/www/html# service apache2 restart
[....] Restarting Apache httpd web server: apache2Terminated
root@46e1d8943410:/var/www/html# service apache2 restart
[....] Restarting Apache httpd web server: apache2AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.41.20. Set the 'ServerName' directive globally to suppress this message
[Mon Oct 12 11:17:07.341474 2020] [ssl:warn] [pid 383] AH01909: elkarbackup.local:443:0 server certificate does NOT include an ID which matches the server name
. ok
root@46e1d8943410:/var/www/html# netstat -an
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.11:34149        0.0.0.0:*               LISTEN
tcp        0      0 192.168.41.20:50846     192.168.41.10:3306      TIME_WAIT
tcp        0      0 192.168.41.20:50848     192.168.41.10:3306      TIME_WAIT
udp        0      0 127.0.0.11:54821        0.0.0.0:*
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags       Type       State         I-Node   Path

Problem with workaround is that if container is removed, it's necessary to redo all steps.

DB configuration parameters missing

The name of the database and the username of the user for operations are not configurable in this image although they are configurable by the elkarbackup package.

Missing symphony_mailer_port env exposition

Hello,
I think that the env variables are missing the symfony_mailer_port and the symfony_mailer_encription.
Those are needed in case the mail service is using other ports or encriptions.
It would be great to have them also mapped.

dpkg: error processing package elkarbackup (--configure)

Error with volumes enabled (elkarbackup config):

elkarbackup_1  | Setting up elkarbackup (1.2.4-php7) ...
elkarbackup_1  | 
elkarbackup_1  | Configuration file '/etc/elkarbackup/parameters.yml'
elkarbackup_1  |  ==> File on system created by you or by a script.
elkarbackup_1  |  ==> File also in package provided by package maintainer.
elkarbackup_1  |    What would you like to do about it ?  Your options are:
elkarbackup_1  |     Y or I  : install the package maintainer's version
elkarbackup_1  |     N or O  : keep your currently-installed version
elkarbackup_1  |       D     : show the differences between the versions
elkarbackup_1  |       Z     : start a shell to examine the situation
elkarbackup_1  |  The default action is to keep your current version.
elkarbackup_1  | *** parameters.yml (Y/I/N/O/D/Z) [default=N] ? dpkg: error processing package elkarbackup (--configure):
elkarbackup_1  |  end of file on stdin at conffile prompt
elkarbackup_1  | Processing triggers for libc-bin (2.23-0ubuntu3) ...
elkarbackup_1  | Errors were encountered while processing:
elkarbackup_1  |  elkarbackup
elkarbackup_1  | E: Sub-process /usr/bin/dpkg returned an error code (1)

Run command for docker not working

Hi,

I'm testing the docker image and I'm not aible to get the container working, if I run the command that's documented on the Dockerhub site:

$ docker run --name my-elkarbackup --link some-mysql:mysql -d elkarbackup/elkarbackup:latest

I get: docker: Error response from daemon: Could not get container for some-mysql.

So I've changed the start command with the config below:

docker run -d \
--name elkarbackup \
-p 8001:80 \
-p 8101:443 \
-e MYSQL_ROOT_PASSWORD="redacted" \
-e EB_DB_PASSWORD="redacted" \
-e EB_DB_USER="redacted-user" \
-e EB_DB_USERPASSWORD="redacted" \
-v /data/elkarbackup/config:/etc/elkarbackup \
elkarbackup/elkarbackup:latest

But I keep getting a error: MySQL is unavailable - sleeping

How can I fix this?

URL path "null"

It only happens with Docker, as envvar cannot be empty and must be configured to "null" instead

Incorrect path/object in Logs. Only when running backup jobs, so probably is caused by some code in TickCommand?

image

Backup job executed multiple times

Elkarbackup Debian/Ubuntu installation comes with a default CRON configuration which executes tick command every minute.

However, current docker image is executing the tick command every 10 seconds, which can causes the job to run 10 times in some situations.

Docker develpment wrong logic if bind volume

If the development version is used with a mount volume of ./src:/user/local/elkarbackup as the folder already exist (the docker mount systems needs the folder to exist) the installation of the elkarbackup is not done on the apache server.
The cause of this is the line 18 on the Entrypoint.sh where the installer is ONLY call if the folder EB_PATH doesn't exist. But that folder exist if it has being bound through docker_compose, so the entire install is not called. The problem is that the install also configures the apache server to work.
I think this is wrong, I would solve it, but I don't have the knowledge (yet) of docker to create my own docker container fork and also I don't know elkarbackup system to be sure that all is working properly.

Setup error

Hi,

I get a error during the installation inside the container (development version):

  [Doctrine\DBAL\Exception\ConnectionException]                                                                                   
  An exception occured in driver: SQLSTATE[HY000] [1045] Access denied for user 'elkarbackup'@'172.19.0.3' (using password: YES)  
                                                         
  [Doctrine\DBAL\Driver\PDOException]                                                             
  SQLSTATE[HY000] [1045] Access denied for user 'elkarbackup'@'172.19.0.3' (using password: YES)  
                                                                        
  [PDOException]                                                                                  
  SQLSTATE[HY000] [1045] Access denied for user 'elkarbackup'@'172.19.0.3' (using password: YES)  

I'm using the below docker-compose file:

version: '2'

services:

  db:
    image: mysql
    container_name: db
    environment:
      MYSQL_ROOT_PASSWORD: rootpassword
    stop_grace_period: 60s

  elkarbackup:
    image: elkarbackup/elkarbackup:dev
    container_name: elkarbackup
    ports:
      - 8080:80
      - 8443:443
    links:
      - db
    depends_on:
      - db
    environment:
      EB_DB_PASSWORD: rootpassword
      EB_PATH: /usr/local/elkarbackup
      EB_VERSION: https://github.com/xezpeleta/elkarbackup.git
    volumes:
      - /data/elkarbackup:/usr/local/elkarbackup
    stop_grace_period: 60s

I've also tried the default :latest image but no luck either:

ACLs not supported. Remount with ACL and reconfigure with 'dpkg --configure --pending'
dpkg: error processing package elkarbackup (--configure):
subprocess installed post-installation script returned error exit status 1

This look exacly the same as: Issue 12, I've tried to enable acl trough fstab, but no luck.

I'm on Ubuntu 17.04 server

Docker:

Client:
 Version:      17.06.0-ce
 API version:  1.30
 Go version:   go1.8.3
 Git commit:   02c1d87
 Built:        Fri Jun 23 21:18:10 2017
 OS/Arch:      linux/amd64

Server:
 Version:      17.06.0-ce
 API version:  1.30 (minimum version 1.12)
 Go version:   go1.8.3
 Git commit:   02c1d87
 Built:        Fri Jun 23 21:17:03 2017
 OS/Arch:      linux/amd64
 Experimental: false

Expose ports in Dockerfile

Ports 80 and 443 should be exposed in the Dockerfile to allow for inter-container communication. For instance this is needed when you want to run a reversed proxy in front of elkarbackup because of multiple virtual hosts.

docker-compose.yml incorrect format of volume section

Here is wrong example of docker-compose.yml

Instead of:

version: '3'

services:
  elkarbackup:
    image: elkarbackup/elkarbackup:1.3.1-apache
    environment:
      SYMFONY__DATABASE__PASSWORD: "your-password-here"
      EB_CRON: "enabled"
      volumes:
      - backups:/app/backups
      - uploads:/app/uploads
      - sshkeys:/app/.ssh
    ports:
      - 8000:80

  db:
    image: mysql:5.7.22
    environment:
      MYSQL_ROOT_PASSWORD: "your-password-here"
    volumes:
      - db:/var/lib/mysql

  client:
    image: elkarbackup/client

volumes:
  db:
  backups:
  uploads:
  sshkeys:

Should be:

version: '3'

services:
  elkarbackup:
    image: elkarbackup/elkarbackup:1.3.1-apache
    environment:
      SYMFONY__DATABASE__PASSWORD: "your-password-here"
      EB_CRON: "enabled"
    volumes:
      - backups:/app/backups
      - uploads:/app/uploads
      - sshkeys:/app/.ssh
    ports:
      - 8000:80

  db:
    image: mysql:5.7.22
    environment:
      MYSQL_ROOT_PASSWORD: "your-password-here"
    volumes:
      - db:/var/lib/mysql

  client:
    image: elkarbackup/client

volumes:
  db:
  backups:
  uploads:
  sshkeys:

We need to move volumes section upper.

Guess automatically MySQL connection data

More info: https://github.com/docker-library/wordpress/blob/7d40c4237f01892bb6dbc67d1a82f5b15f807ca1/php5.6/apache/docker-entrypoint.sh

Example:

: "${WORDPRESS_DB_HOST:=mysql}"
# if we're linked to MySQL and thus have credentials already, let's use them
: ${WORDPRESS_DB_USER:=${MYSQL_ENV_MYSQL_USER:-root}}
if [ "$WORDPRESS_DB_USER" = 'root' ]; then
    : ${WORDPRESS_DB_PASSWORD:=$MYSQL_ENV_MYSQL_ROOT_PASSWORD}
fi
: ${WORDPRESS_DB_PASSWORD:=$MYSQL_ENV_MYSQL_PASSWORD}
: ${WORDPRESS_DB_NAME:=${MYSQL_ENV_MYSQL_DATABASE:-wordpress}}

if [ -z "$WORDPRESS_DB_PASSWORD" ]; then
    echo >&2 'error: missing required WORDPRESS_DB_PASSWORD environment variable'
    echo >&2 '  Did you forget to -e WORDPRESS_DB_PASSWORD=... ?'
    echo >&2
    echo >&2 '  (Also of interest might be WORDPRESS_DB_USER and WORDPRESS_DB_NAME.)'
    exit 1
fi

Sudo is missing

Sudo is missing in the 1.3.0-apache docker image. In consequence, it cannot run scripts:

image

Container does not start with SQLite

entrypoint.sh only waits for the MySQL database to ping. The script should not attempt a ping if SYMFONY__DATABASE__DRIVER is set to pdo_sqlite

$ docker-compose logs -f
Attaching to elkarbackup_elkarbackup_1, elkarbackup_client_1
elkarbackup_1  | MySQL is unavailable - sleeping
elkarbackup_1  | MySQL is unavailable - sleeping

Smaller Image / Alpine

I think it would make more sense to have an alpine image, possible with fpm or nginx.

I think also that the installation through a Debian package is too distro specific, maybe you could pull a tar.gz with a REV from your GitHub repro and unpack it.

Have a look at the images of Nextcloud, it is a pretty good starting point for containerizing web applications that rely on web servers like Apache or Nginx and PHP.

Also things like reinstalling the dpkg every time a container starts or pulling an install script from GitHub is not a good solution, at least don't pull it from master, use an SHA REV to make sure the file content is what you expect it to be.

Unable to create the cache directory using elkarbackup-1.3.1 on Ubuntu 18.10

Fatal error: Uncaught RuntimeException: Unable to create the cache directory (/app/elkarbackup/app/cache/prod) in /app/elkarbackup/app/bootstrap.php.cache:2763 Stack trace: #0 /app/elkarbackup/app/bootstrap.php.cache(2724): Symfony\Component\HttpKernel\Kernel->buildContainer() #1 /app/elkarbackup/app/bootstrap.php.cache(2503): Symfony\Component\HttpKernel\Kernel->initializeContainer() #2 /app/elkarbackup/app/bootstrap.php.cache(2534): Symfony\Component\HttpKernel\Kernel->boot() #3 /app/elkarbackup/web/app.php(32): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request)) #4 {main} thrown in /app/elkarbackup/app/bootstrap.php.cache on line 2763

Using the default Docker-compose configuration and navigating to the port that Elkarbackup is exposed on gives me this error. I'm running Ubuntu 18.10 on the Docker host.

Here are the container's logs:

MySQL is unavailable - sleeping,
MySQL is unavailable - sleeping,
Could not create database `elkarbackup` for connection named default,
An exception occured in driver: SQLSTATE[HY000] [1045] Access denied for user 'root'@'172.29.0.3' (using password: YES),
                                                              ,
                    Application Migrations                    ,
                                                              ,
,
,
                                                                                                                           ,
  [Doctrine\DBAL\Exception\ConnectionException]                                                                            ,
  An exception occured in driver: SQLSTATE[HY000] [1045] Access denied for user 'root'@'172.29.0.3' (using password: YES)  ,
                                                                                                                           ,
,
                                                                                           ,
  [Doctrine\DBAL\Driver\PDOException]                                                      ,
  SQLSTATE[HY000] [1045] Access denied for user 'root'@'172.29.0.3' (using password: YES)  ,
                                                                                           ,
,
                                                                                           ,
  [PDOException]                                                                           ,
  SQLSTATE[HY000] [1045] Access denied for user 'root'@'172.29.0.3' (using password: YES)  ,
                                                                                           ,
,
doctrine:migrations:migrate [--write-sql] [--dry-run] [--query-time] [--allow-no-migration] [--configuration [CONFIGURATION]] [--db-configuration [DB-CONFIGURATION]] [--db DB] [--em EM] [--shard SHARD] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command> [<version>],
,
,
                                                                                                                           ,
  [Doctrine\DBAL\Exception\ConnectionException]                                                                            ,
  An exception occured in driver: SQLSTATE[HY000] [1045] Access denied for user 'root'@'172.29.0.3' (using password: YES)  ,
                                                                                                                           ,
,
                                                                                           ,
  [Doctrine\DBAL\Driver\PDOException]                                                      ,
  SQLSTATE[HY000] [1045] Access denied for user 'root'@'172.29.0.3' (using password: YES)  ,
                                                                                           ,
,
                                                                                           ,
  [PDOException]                                                                           ,
  SQLSTATE[HY000] [1045] Access denied for user 'root'@'172.29.0.3' (using password: YES)  ,
                                                                                           ,
,
elkarbackup:create_admin [--reset] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command>,
,
setfacl: app/cache: Operation not supported,
setfacl: app/cache/prod: Operation not supported,
setfacl: app/cache/prod/classes.map: Operation not supported,
setfacl: app/cache/prod/appProdProjectContainer.php: Operation not supported,
setfacl: app/cache/prod/annotations: Operation not supported,
setfacl: app/cache/prod/annotations/7d: Operation not supported,
setfacl: app/cache/prod/annotations/7d/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722373617665506f6c696379416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/7d/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c54656d706c617465436f6e74726f6c6c6572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/44: Operation not supported,
setfacl: app/cache/prod/annotations/44/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4c6f675265636f7264246c6576656c4e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/cc: Operation not supported,
setfacl: app/cache/prod/annotations/cc/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e7424706f737453637269707473405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/cc/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e7423616464507265536372697074405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/c2: Operation not supported,
setfacl: app/cache/prod/annotations/c2/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074237365744465736372697074696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/c2/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722372756e526573746f72654a6f624261636b7570416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/56: Operation not supported,
setfacl: app/cache/prod/annotations/56/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223616464466c617368405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/56/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e742464617461405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/56/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e742475726c405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/b1: Operation not supported,
setfacl: app/cache/prod/annotations/b1/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722364656e79416363657373556e6c6573734772616e746564405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/b1/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223656e71756575654a6f62416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/af: Operation not supported,
setfacl: app/cache/prod/annotations/af/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722367657455736572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/af/5b53796d666f6e795c436f6d706f6e656e745c446570656e64656e6379496e6a656374696f6e5c436f6e7461696e6572417761726523736574436f6e7461696e6572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/af/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c53637269707423616464506f73744a6f62405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/af/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e742372656d6f76654a6f62405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/e2: Operation not supported,
setfacl: app/cache/prod/annotations/e2/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f6223676574496e636c756465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/e2/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572237761726e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/cf: Operation not supported,
setfacl: app/cache/prod/annotations/cf/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c53637269707423676574507265436c69656e7473405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/cf/5b446f637472696e655c4f524d5c456e746974795265706f7369746f7279245f656d405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/48: Operation not supported,
setfacl: app/cache/prod/annotations/48/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62246465736372697074696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/48/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62237365744c6f67456e747279405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/7c: Operation not supported,
setfacl: app/cache/prod/annotations/7c/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722373686f77537461747573416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/7c/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722364656c6574654a6f62416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/b5: Operation not supported,
setfacl: app/cache/prod/annotations/b5/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74247273796e634c6f6e6741726773405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/e4: Operation not supported,
setfacl: app/cache/prod/annotations/e4/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074246964405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/98: Operation not supported,
setfacl: app/cache/prod/annotations/98/5b42696e6f766f5c456c6b61725461686f6542756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722373686f774a6f625461686f654261636b7570416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/22: Operation not supported,
setfacl: app/cache/prod/annotations/22/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62236765744578636c756465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/41: Operation not supported,
setfacl: app/cache/prod/annotations/41/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722373686f7753637269707473416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/dd: Operation not supported,
setfacl: app/cache/prod/annotations/dd/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74246465736372697074696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ed: Operation not supported,
setfacl: app/cache/prod/annotations/ed/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722364656c657465536372697074416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ed/5b53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c507265766965774572726f72436f6e74726f6c6c6572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ed/5b53796d666f6e795c436f6d706f6e656e745c446570656e64656e6379496e6a656374696f6e5c436f6e7461696e6572417761726524636f6e7461696e6572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ae: Operation not supported,
setfacl: app/cache/prod/annotations/ae/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74237365744973416374697665405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ae/5b42696e6f766f5c456c6b61725461686f6542756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572237461686f65436f6e666967416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ae/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722364656c6574654261636b75704c6f636174696f6e416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/a7: Operation not supported,
setfacl: app/cache/prod/annotations/a7/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f622367657455726c405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/b7: Operation not supported,
setfacl: app/cache/prod/annotations/b7/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e742367657450726553637269707473405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/b7/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722367656e657261746555736572526f757465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/b7/5b446f637472696e655c4f524d5c456e746974795265706f7369746f7279245f636c617373405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/7a: Operation not supported,
setfacl: app/cache/prod/annotations/7a/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4c6f675265636f726424757365724e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/0a: Operation not supported,
setfacl: app/cache/prod/annotations/0a/5b446f637472696e655c42756e646c655c446f637472696e6542756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c6572236578706c61696e53514c536572766572506c6174666f726d405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/0a/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4c6f675265636f7264405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ac: Operation not supported,
setfacl: app/cache/prod/annotations/ac/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62237365745573654c6f63616c5065726d697373696f6e73405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ac/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722367656e6572617465546f6b656e416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ac/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074246973436c69656e74506f7374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/0c: Operation not supported,
setfacl: app/cache/prod/annotations/0c/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74247374617465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/1b: Operation not supported,
setfacl: app/cache/prod/annotations/1b/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c5265646972656374436f6e74726f6c6c6572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/1e: Operation not supported,
setfacl: app/cache/prod/annotations/1e/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c55736572246e657750617373776f7264405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/df: Operation not supported,
setfacl: app/cache/prod/annotations/df/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4c6f675265636f7264246d657373616765405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/df/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74246e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/bc: Operation not supported,
setfacl: app/cache/prod/annotations/bc/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c69637924796561726c79446179734f665765656b405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/65: Operation not supported,
setfacl: app/cache/prod/annotations/65/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223736176654a6f62416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/65/5b53796d666f6e795c42756e646c655c4173736574696342756e646c655c436f6e74726f6c6c65725c41737365746963436f6e74726f6c6c65722366696e6441737365744c656166405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/57: Operation not supported,
setfacl: app/cache/prod/annotations/57/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74236765744c6f67456e747279405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/57/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379246461696c79486f757273405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/57/5b446f637472696e655c4f524d5c456e746974795265706f7369746f7279235f5f63616c6c405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/57/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379246d6f6e74686c79486f757273405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/8f: Operation not supported,
setfacl: app/cache/prod/annotations/8f/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5573657224726f6c6573405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/8f/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f6223676574546f6b656e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/8f/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4261636b75704c6f636174696f6e237365744d6178506172616c6c656c4a6f6273405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/8f/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223686f6d65416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/c4: Operation not supported,
setfacl: app/cache/prod/annotations/c4/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c5265646972656374436f6e74726f6c6c6572237265646972656374416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/69: Operation not supported,
setfacl: app/cache/prod/annotations/69/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572237361766555736572416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/30: Operation not supported,
setfacl: app/cache/prod/annotations/30/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f6224706f6c696379405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/08: Operation not supported,
setfacl: app/cache/prod/annotations/08/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74236765744973416374697665405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/08/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74246964405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/08/5b53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c507265766965774572726f72436f6e74726f6c6c6572235f5f636f6e737472756374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/63: Operation not supported,
setfacl: app/cache/prod/annotations/63/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379246964405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/53: Operation not supported,
setfacl: app/cache/prod/annotations/53/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074246465736372697074696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/54: Operation not supported,
setfacl: app/cache/prod/annotations/54/5b53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c65722373686f77416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/fe: Operation not supported,
setfacl: app/cache/prod/annotations/fe/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4c6f675265636f7264246c696e6b405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/8b: Operation not supported,
setfacl: app/cache/prod/annotations/8b/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c6963792473796e634669727374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/8b/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/8b/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74236765744a6f6273405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/8b/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722373617665436c69656e74416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/a9: Operation not supported,
setfacl: app/cache/prod/annotations/a9/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5363726970742373657453637269707446696c65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/a9/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379247765656b6c79446179734f665765656b405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/e5: Operation not supported,
setfacl: app/cache/prod/annotations/e5/5b53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c6572235f5f636f6e737472756374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/99: Operation not supported,
setfacl: app/cache/prod/annotations/99/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722364656c657465436c69656e74416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/99/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62237365744973416374697665405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/99/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223637265617465466f726d405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/99/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62246e6f74696669636174696f6e73546f405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/99/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722373686f775573657273416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/8d: Operation not supported,
setfacl: app/cache/prod/annotations/8d/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5363726970742367657453637269707450617468405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/8d/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572236d616e616765506172616d6574657273416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/8d/5b53796d666f6e795c42756e646c655c4173736574696342756e646c655c436f6e74726f6c6c65725c41737365746963436f6e74726f6c6c6572235f5f636f6e737472756374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/8d/5b53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c6572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/89: Operation not supported,
setfacl: app/cache/prod/annotations/89/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62246578636c756465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/4b: Operation not supported,
setfacl: app/cache/prod/annotations/4b/5b446f637472696e655c4f524d5c456e746974795265706f7369746f7279235f5f636f6e737472756374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/4b/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74236765744465736372697074696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/4b/5b53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c65722366696e6454656d706c617465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/d4: Operation not supported,
setfacl: app/cache/prod/annotations/d4/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c51756575652461626f72746564405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/d4/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572237472616e73405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ab: Operation not supported,
setfacl: app/cache/prod/annotations/ab/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223636c6f6e65436c69656e74416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ab/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c69637924616c6c52657461696e73405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/14: Operation not supported,
setfacl: app/cache/prod/annotations/14/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c51756575652464617465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/21: Operation not supported,
setfacl: app/cache/prod/annotations/21/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c53637269707423616464507265436c69656e74405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/21/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f622372656d6f7665506f7374536372697074405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/72: Operation not supported,
setfacl: app/cache/prod/annotations/72/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e7423676574506f737453637269707473405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/72/5b53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c657223676574416e64436c65616e4f7574707574427566666572696e67405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/72/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4261636b75704c6f636174696f6e237365744e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,��,
 app/cache/prod/annotations/72/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223656469744261636b75704c6f636174696f6e416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/f9: Operation not supported,
setfacl: app/cache/prod/annotations/f9/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722364656c65746555736572416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/0d: Operation not supported,
setfacl: app/cache/prod/annotations/0d/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722367656e657261746555726c405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/07: Operation not supported,
setfacl: app/cache/prod/annotations/07/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074247072654a6f6273405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/07/5b446f637472696e655c4f524d5c456e746974795265706f7369746f727923636c656172405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/07/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4d657373616765246461746554696d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/59: Operation not supported,
setfacl: app/cache/prod/annotations/59/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074237365744c61737455706461746564405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/59/5b446f637472696e655c4f524d5c456e746974795265706f7369746f72792366696e644f6e654279405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/88: Operation not supported,
setfacl: app/cache/prod/annotations/88/5b53796d666f6e795c42756e646c655c4173736574696342756e646c655c436f6e74726f6c6c65725c41737365746963436f6e74726f6c6c65722470726f66696c6572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/88/5b446f637472696e655c4f524d5c456e746974795265706f7369746f72792366696e64416c6c405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/88/5b446f637472696e655c4f524d5c456e746974795265706f7369746f727923676574436c6173734d65746164617461405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/88/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f6223676574436c69656e74405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ca: Operation not supported,
setfacl: app/cache/prod/annotations/ca/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5363726970742372656d6f7665506f7374436c69656e74405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/70: Operation not supported,
setfacl: app/cache/prod/annotations/70/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379246461696c79446179734f665765656b405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/d0: Operation not supported,
setfacl: app/cache/prod/annotations/d0/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62237365744c617374526573756c74405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/d0/5b446f637472696e655c4f524d5c456e746974795265706f7369746f72792366696e64405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/d0/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c55736572246973416374697665405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/d0/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f6223676574536e617073686f74526f6f74405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/c9: Operation not supported,
setfacl: app/cache/prod/annotations/c9/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722373686f774c6f6773416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/c9/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223636f6e6669677572655265706f7369746f72794261636b7570536372697074416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/c9/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c53637269707423676574506f7374436c69656e7473405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/c9/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c53637269707423676574506f73744a6f6273405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ce: Operation not supported,
setfacl: app/cache/prod/annotations/ce/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ce/5b446f637472696e655c4f524d5c456e746974795265706f7369746f7279236372656174654e61746976654e616d65645175657279405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/a4: Operation not supported,
setfacl: app/cache/prod/annotations/a4/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379246578636c756465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/a4/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5363726970742466696c6573546f52656d6f7665405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/f0: Operation not supported,
setfacl: app/cache/prod/annotations/f0/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f622367657450617468405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/f0/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074236765745363726970744e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/1a: Operation not supported,
setfacl: app/cache/prod/annotations/1a/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4261636b75704c6f636174696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/1a/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074235f5f636f6e737472756374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/93: Operation not supported,
setfacl: app/cache/prod/annotations/93/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5363726970742367657449734a6f62507265405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/93/5b53796d666f6e795c42756e646c655c4173736574696342756e646c655c436f6e74726f6c6c65725c41737365746963436f6e74726f6c6c657224616d405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/96: Operation not supported,
setfacl: app/cache/prod/annotations/96/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c557365722470617373776f7264405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/7e: Operation not supported,
setfacl: app/cache/prod/annotations/7e/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074246973436c69656e74507265405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/7e/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f6223676574506f737453637269707473405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/29: Operation not supported,
setfacl: app/cache/prod/annotations/29/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572236c6f67696e416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/b6: Operation not supported,
setfacl: app/cache/prod/annotations/b6/5b53796d666f6e795c42756e646c655c4173736574696342756e646c655c436f6e74726f6c6c65725c41737365746963436f6e74726f6c6c6572246361636865405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/b6/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722367656e6572617465506f6c696379526f757465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/2f: Operation not supported,
setfacl: app/cache/prod/annotations/2f/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074236765744c61737455706461746564405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/92: Operation not supported,
setfacl: app/cache/prod/annotations/92/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5363726970742367657453637269707446696c65457869737473405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/66: Operation not supported,
setfacl: app/cache/prod/annotations/66/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5175657565247072696f72697479405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/11: Operation not supported,
setfacl: app/cache/prod/annotations/11/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f6223736574546f6b656e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/11/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62237365744261636b75704c6f636174696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/11/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f6224706f737453637269707473405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/11/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722365646974506f6c696379416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/b4: Operation not supported,
setfacl: app/cache/prod/annotations/b4/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5363726970742372656d6f7665507265436c69656e74405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/5c: Operation not supported,
setfacl: app/cache/prod/annotations/5c/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722361626f7574416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/5c/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4c6f675265636f7264246964405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/1c: Operation not supported,
setfacl: app/cache/prod/annotations/1c/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74237365744d6178506172616c6c656c4a6f6273405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/1c/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74246c6f67456e747279405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/cd: Operation not supported,
setfacl: app/cache/prod/annotations/cd/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574446f637472696e65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/35: Operation not supported,
setfacl: app/cache/prod/annotations/35/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c51756575652472756e6e696e6753696e6365405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/eb: Operation not supported,
setfacl: app/cache/prod/annotations/eb/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572237265646972656374546f526f757465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/eb/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5363726970742372656d6f7665506f73744a6f62405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/eb/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223666f7277617264405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ea: Operation not supported,
setfacl: app/cache/prod/annotations/ea/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4261636b75704c6f636174696f6e247461686f65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ea/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4261636b75704c6f636174696f6e23676574486f7374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/d1: Operation not supported,
setfacl: app/cache/prod/annotations/d1/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62237365745072696f72697479405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/36: Operation not supported,
setfacl: app/cache/prod/annotations/36/5b446f637472696e655c4f524d5c456e746974795265706f7369746f727923676574456e746974794e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/36/5b53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c507265766965774572726f72436f6e74726f6c6c657224636f6e74726f6c6c6572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/36/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223736574506172616d65746572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/36/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074236765745363726970744469726563746f7279405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/b8: Operation not supported,
setfacl: app/cache/prod/annotations/b8/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074236765744973436c69656e74506f7374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/b8/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62236765744964405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/b8/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5363726970742367657449734a6f62506f7374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/61: Operation not supported,
setfacl: app/cache/prod/annotations/61/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62236765745573654c6f63616c5065726d697373696f6e73405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/61/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722367657455736572507265666572656e6365405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/13: Operation not supported,
setfacl: app/cache/prod/annotations/13/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722367656e6572617465436c69656e74526f757465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/13/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c69637924686f75726c79446179734f665765656b405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/d9: Operation not supported,
setfacl: app/cache/prod/annotations/d9/5b446f637472696e655c4f524d5c456e746974795265706f7369746f7279236d61746368696e67405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/49: Operation not supported,
setfacl: app/cache/prod/annotations/49/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62236765745072696f72697479405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/49/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722367656e65726174654261636b75704c6f636174696f6e526f757465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/49/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62237365744469736b5573616765405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/24: Operation not supported,
setfacl: app/cache/prod/annotations/24/5b446f637472696e655c4f524d5c456e746974795265706f7369746f72792366696e644279405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/24/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4261636b75704c6f636174696f6e236765745461686f65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/3a: Operation not supported,
setfacl: app/cache/prod/annotations/3a/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722373617665536372697074416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/3a/5b53796d666f6e795c42756e646c655c4173736574696342756e646c655c436f6e74726f6c6c65725c41737365746963436f6e74726f6c6c65722472657175657374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/3a/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572236564697455736572416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/3a/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4d657373616765246964405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/f8: Operation not supported,
setfacl: app/cache/prod/annotations/f8/5b53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c65722474776967405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/9f: Operation not supported,
setfacl: app/cache/prod/annotations/9f/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223697343737266546f6b656e56616c6964405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/8e: Operation not supported,
setfacl: app/cache/prod/annotations/8e/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074246c61737455706461746564405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/8e/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c53637269707424706f7374436c69656e7473405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/0f: Operation not supported,
setfacl: app/cache/prod/annotations/0f/5b446f637472696e655c4f524d5c456e746974795265706f7369746f72792363726561746551756572794275696c646572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/f6: Operation not supported,
setfacl: app/cache/prod/annotations/f6/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074236765744973436c69656e74507265405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/06: Operation not supported,
setfacl: app/cache/prod/annotations/06/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4261636b75704c6f636174696f6e237365745461686f65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/06/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574506172616d65746572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/06/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f6223736574436c69656e74405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/fb: Operation not supported,
setfacl: app/cache/prod/annotations/fb/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e742367657444617461405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/fb/5b53796d666f6e795c42756e646c655c4173736574696342756e646c655c436f6e74726f6c6c65725c41737365746963436f6e74726f6c6c6572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/10: Operation not supported,
setfacl: app/cache/prod/annotations/10/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f622470726553637269707473405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/10/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572237265646972656374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/10/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722373686f77506f6c6963696573416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/37: Operation not supported,
setfacl: app/cache/prod/annotations/37/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722373686f774a6f62436f6e666967416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/37/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e742470726553637269707473405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/b3: Operation not supported,
setfacl: app/cache/prod/annotations/b3/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379246e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/b3/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379246d6f6e74686c79436f756e74405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/b3/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e742372656d6f7665506f7374536372697074405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/2a: Operation not supported,
setfacl: app/cache/prod/annotations/2a/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f6224696e636c756465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/2a/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4d6573736167652466726f6d405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/2a/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074237365744973436c69656e74507265405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/2a/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62246261636b75704c6f636174696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/2a/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c69637924686f75726c79436f756e74405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/cb: Operation not supported,
setfacl: app/cache/prod/annotations/cb/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74236765745273796e6353686f727441726773405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/bf: Operation not supported,
setfacl: app/cache/prod/annotations/bf/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f6223676574506f6c696379405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/bf/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e742471756f7461405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/bf/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c69637924696e636c756465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/20: Operation not supported,
setfacl: app/cache/prod/annotations/20/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62236765744261636b75704c6f636174696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/85: Operation not supported,
setfacl: app/cache/prod/annotations/85/5b446f637472696e655c4f524d5c456e746974795265706f7369746f727923676574436c6173734e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/85/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722367656e65726174654a6f62526f757465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/85/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62246d696e4e6f74696669636174696f6e4c6576656c405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/e0: Operation not supported,
setfacl: app/cache/prod/annotations/e0/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74236861734261636b757073405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ba: Operation not supported,
setfacl: app/cache/prod/annotations/ba/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e742373657451756f7461405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ba/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c55736572246c696e657370657270616765405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ba/5b446f637472696e655c4f524d5c456e746974795265706f7369746f7279245f656e746974794e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ba/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c54656d706c617465436f6e74726f6c6c65722374656d706c617465416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/e1: Operation not supported,
setfacl: app/cache/prod/annotations/e1/5b446f637472696e655c4f524d5c456e746974795265706f7369746f727923676574456e746974794d616e61676572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ec: Operation not supported,
setfacl: app/cache/prod/annotations/ec/5b53796d666f6e795c42756e646c655c4173736574696342756e646c655c436f6e74726f6c6c65725c41737365746963436f6e74726f6c6c657223637265617465526573706f6e7365405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ec/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379247765656b6c79436f756e74405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ec/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f6223616464507265536372697074405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ec/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62246e6f74696669636174696f6e73456d61696c405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/83: Operation not supported,
setfacl: app/cache/prod/annotations/83/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74237365745273796e6353686f727441726773405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/83/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5363726970742373657449734a6f62506f7374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/83/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62236765744d696e4e6f74696669636174696f6e4c6576656c405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/83/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379246461696c794d6f6e746873405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/51: Operation not supported,
setfacl: app/cache/prod/annotations/51/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572236d616e616765507265666572656e636573416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/c5: Operation not supported,
setfacl: app/cache/prod/annotations/c5/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74236164644a6f62405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/c5/5b446f637472696e655c4f524d5c456e746974795265706f7369746f727923637265617465526573756c745365744d617070696e674275696c646572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/c5/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379246461696c79436f756e74405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/fd: Operation not supported,
setfacl: app/cache/prod/annotations/fd/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4261636b75704c6f636174696f6e236765744d6178506172616c6c656c4a6f6273405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/fd/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722373686f774a6f624261636b7570416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/fd/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722369734175746f4673417661696c61626c65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/1d: Operation not supported,
setfacl: app/cache/prod/annotations/1d/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223636c6561724361636865405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/1d/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722372756e41626f7274416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/87: Operation not supported,
setfacl: app/cache/prod/annotations/87/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74237365744465736372697074696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/87/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4261636b75704c6f636174696f6e246469726563746f7279405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/87/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c55736572246c616e6775616765405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/da: Operation not supported,
setfacl: app/cache/prod/annotations/da/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f6224746f6b656e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/bb: Operation not supported,
setfacl: app/cache/prod/annotations/bb/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379247765656b6c794d6f6e746873405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/5a: Operation not supported,
setfacl: app/cache/prod/annotations/5a/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5363726970742464656c65746553637269707446696c65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/2c: Operation not supported,
setfacl: app/cache/prod/annotations/2c/5b53796d666f6e795c436f6d706f6e656e745c446570656e64656e6379496e6a656374696f6e5c436f6e7461696e65724177617265496e7465726661636523736574436f6e7461696e6572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/2c/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5363726970742367657453637269707446696c65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/2c/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c6572236372656174654e6f74466f756e64457863657074696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,��,
 app/cache/prod/annotations/2c/5b53796d666f6e795c42756e646c655c4173736574696342756e646c655c436f6e74726f6c6c65725c41737365746963436f6e74726f6c6c657223636f6e666967757265417373657456616c756573405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/d2: Operation not supported,
setfacl: app/cache/prod/annotations/d2/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74247273796e6353686f727441726773405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/d2/5b42696e6f766f5c456c6b61725461686f6542756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/12: Operation not supported,
setfacl: app/cache/prod/annotations/12/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4c6f675265636f7264246c6576656c405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/a0: Operation not supported,
setfacl: app/cache/prod/annotations/a0/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4d65737361676524746f405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/04: Operation not supported,
setfacl: app/cache/prod/annotations/04/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5363726970742469734a6f62506f7374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/03: Operation not supported,
setfacl: app/cache/prod/annotations/03/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f622372656d6f7665507265536372697074405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/03/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c53637269707423616464506f7374436c69656e74405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/03/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572236d616e6167654261636b75704c6f636174696f6e73416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/03/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722365646974536372697074416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/64: Operation not supported,
setfacl: app/cache/prod/annotations/64/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74237365745374617465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/64/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4d657373616765246d657373616765405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/64/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e742373657453736841726773405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/a3: Operation not supported,
setfacl: app/cache/prod/annotations/a3/5b446f637472696e655c42756e646c655c446f637472696e6542756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c6572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/a3/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4261636b75704c6f636174696f6e24686f7374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/97: Operation not supported,
setfacl: app/cache/prod/annotations/97/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74246f776e6572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/97/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e742473736841726773405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/3d: Operation not supported,
setfacl: app/cache/prod/annotations/3d/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74235f5f636f6e737472756374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/c6: Operation not supported,
setfacl: app/cache/prod/annotations/c6/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e742367657453736841726773405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/c6/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722373747265616d405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/71: Operation not supported,
setfacl: app/cache/prod/annotations/71/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c55736572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/17: Operation not supported,
setfacl: app/cache/prod/annotations/17/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62236765744469736b5573616765405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/17/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62236765744e6f74696669636174696f6e73546f405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/17/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e742367657455726c405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/9e: Operation not supported,
setfacl: app/cache/prod/annotations/9e/5b53796d666f6e795c42756e646c655c4173736574696342756e646c655c436f6e74726f6c6c65725c41737365746963436f6e74726f6c6c657223636163686966794173736574405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/c8: Operation not supported,
setfacl: app/cache/prod/annotations/c8/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74236765744469736b5573616765405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/c8/5b53796d666f6e795c42756e646c655c4173736574696342756e646c655c436f6e74726f6c6c65725c41737365746963436f6e74726f6c6c65722372656e646572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/c8/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62236765744e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/47: Operation not supported,
setfacl: app/cache/prod/annotations/47/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656e64657256696577405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/47/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c53637269707424707265436c69656e7473405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/47/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4261636b75704c6f636174696f6e246964405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/47/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c69637924796561726c794d6f6e746873405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/f1: Operation not supported,
setfacl: app/cache/prod/annotations/f1/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62246c617374526573756c74405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/f5: Operation not supported,
setfacl: app/cache/prod/annotations/f5/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074236765744964405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/f5/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4c6f675265636f7264246461746554696d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/68: Operation not supported,
setfacl: app/cache/prod/annotations/68/5b42696e6f766f5c456c6b61725461686f6542756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572235f757064617465436f6465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/68/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c53637269707423697355736564405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/68/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74237365744f776e6572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/58: Operation not supported,
setfacl: app/cache/prod/annotations/58/5b53796d666f6e795c436f6d706f6e656e745c446570656e64656e6379496e6a656374696f6e5c436f6e7461696e65724177617265405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/95: Operation not supported,
setfacl: app/cache/prod/annotations/95/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223726561644b657946696c654173436f6d6d656e74416e6452657374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/dc: Operation not supported,
setfacl: app/cache/prod/annotations/dc/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e742372656d6f7665507265536372697074405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/dc/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223637265617465466f726d4275696c646572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/dc/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62246c6f67456e747279405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/81: Operation not supported,
setfacl: app/cache/prod/annotations/81/5b53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c507265766965774572726f72436f6e74726f6c6c657223707265766965774572726f7250616765416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/32: Operation not supported,
setfacl: app/cache/prod/annotations/32/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223646f776e6c6f6164536372697074416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/32/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e742367657451756f7461405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/32/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/32/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c69637924686f75726c794d6f6e746873405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/91: Operation not supported,
setfacl: app/cache/prod/annotations/91/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379246d6f6e74686c79446179734f665765656b405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/19: Operation not supported,
setfacl: app/cache/prod/annotations/19/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74236765745374617465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/19/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379246461696c79446179734f664d6f6e7468405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/19/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62235f5f636f6e737472756374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/52: Operation not supported,
setfacl: app/cache/prod/annotations/52/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722366696e644261636b757073405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/b9: Operation not supported,
setfacl: app/cache/prod/annotations/b9/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5175657565246964405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/b9/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223636865636b5065726d697373696f6e73405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/15: Operation not supported,
setfacl: app/cache/prod/annotations/15/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5363726970742373657449734a6f62507265405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/fc: Operation not supported,
setfacl: app/cache/prod/annotations/fc/5b53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c6572246465627567405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/9d: Operation not supported,
setfacl: app/cache/prod/annotations/9d/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c55736572246964405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/9d/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62246469736b5573616765405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/60: Operation not supported,
setfacl: app/cache/prod/annotations/60/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4261636b75704c6f636174696f6e236765744964405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/60/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074236765744465736372697074696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/60/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722367656e65726174655075626c69634b6579416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/8c: Operation not supported,
setfacl: app/cache/prod/annotations/8c/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c51756575652464617461405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/8c/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4261636b75704c6f636174696f6e23676574456666656374697665446972405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/8c/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223646f776e6c6f61644c6f67416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/8c/5b53796d666f6e795c42756e646c655c4173736574696342756e646c655c436f6e74726f6c6c65725c41737365746963436f6e74726f6c6c65722373657456616c7565537570706c696572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/18: Operation not supported,
setfacl: app/cache/prod/annotations/18/5b446f637472696e655c4f524d5c456e746974795265706f7369746f7279236372656174654e616d65645175657279405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/84: Operation not supported,
setfacl: app/cache/prod/annotations/84/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5363726970742473637269707446696c65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/d3: Operation not supported,
setfacl: app/cache/prod/annotations/d3/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62237365744578636c756465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/d3/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572237365744c616e6775616765405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/d3/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379246d6f6e74686c794d6f6e746873405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/d3/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74246973416374697665405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/d3/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722363726561746541636365737344656e696564457863657074696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/be: Operation not supported,
setfacl: app/cache/prod/annotations/be/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722373686f77436c69656e7473416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/be/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/be/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62237365744e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/be/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/46: Operation not supported,
setfacl: app/cache/prod/annotations/46/5b53796d666f6e795c436f6d706f6e656e745c446570656e64656e6379496e6a656374696f6e5c436f6e7461696e65724177617265496e74657266616365405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/46/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223696e666f405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/6d: Operation not supported,
setfacl: app/cache/prod/annotations/6d/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62236765744c617374526573756c74405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/6d/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074236164645072654a6f62405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/e6: Operation not supported,
setfacl: app/cache/prod/annotations/e6/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4261636b75704c6f636174696f6e236765744469726563746f7279405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/e6/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223696e646578416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/42: Operation not supported,
setfacl: app/cache/prod/annotations/42/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62246973416374697665405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/42/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f622367657450726553637269707473405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/fa: Operation not supported,
setfacl: app/cache/prod/annotations/fa/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c69637924796561726c79446179734f664d6f6e7468405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/fa/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62236765744c6f67456e747279405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/fa/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f622373657450617468405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/fa/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74237365744e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/fa/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223676574467355736564405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ef: Operation not supported,
setfacl: app/cache/prod/annotations/ef/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c69637924686f75726c79446179734f664d6f6e7468405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ef/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f6224636c69656e74405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ad: Operation not supported,
setfacl: app/cache/prod/annotations/ad/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4261636b75704c6f636174696f6e246e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ad/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074237365744973436c69656e74506f7374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/6a: Operation not supported,
setfacl: app/cache/prod/annotations/6a/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5175657565246a6f62405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/6a/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4c6f675265636f726424736f75726365405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/28: Operation not supported,
setfacl: app/cache/prod/annotations/28/5b446f637472696e655c42756e646c655c446f637472696e6542756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c6572236578706c61696e416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/28/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62247072696f72697479405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/39: Operation not supported,
setfacl: app/cache/prod/annotations/39/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4c6f675265636f7264246368616e6e656c405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/39/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74246d6178506172616c6c656c4a6f6273405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/39/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c69637924796561726c79486f757273405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/1f: Operation not supported,
setfacl: app/cache/prod/annotations/1f/5b446f637472696e655c4f524d5c456e746974795265706f7369746f7279405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/1f/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572236765744c6173744c6f67466f724c696e6b405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/1f/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f6223616464506f7374536372697074405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/1f/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074246e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/bd: Operation not supported,
setfacl: app/cache/prod/annotations/bd/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62237365744e6f74696669636174696f6e73546f405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/bd/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4261636b75704c6f636174696f6e236765744e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/25: Operation not supported,
setfacl: app/cache/prod/annotations/25/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e7423616464506f7374536372697074405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/33: Operation not supported,
setfacl: app/cache/prod/annotations/33/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f6223736574496e636c756465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/33/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74236765744d6178506172616c6c656c4a6f6273405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/33/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4d657373616765405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/82: Operation not supported,
setfacl: app/cache/prod/annotations/82/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e742373657444617461405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/82/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572236765745265706f7369746f72794261636b7570536372697074416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/82/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223657272405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/82/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722367657452657175657374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/d8: Operation not supported,
setfacl: app/cache/prod/annotations/d8/5b53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c457863657074696f6e436f6e74726f6c6c65722374656d706c617465457869737473405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/77: Operation not supported,
setfacl: app/cache/prod/annotations/77/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722369734772616e746564405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/5b: Operation not supported,
setfacl: app/cache/prod/annotations/5b/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4261636b75704c6f636174696f6e23736574486f7374405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/5b/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223736f72744a6f6273416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/6b: Operation not supported,
setfacl: app/cache/prod/annotations/6b/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223686173405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ff: Operation not supported,��,
 app/cache/prod/annotations/ff/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c5265646972656374436f6e74726f6c6c65722375726c5265646972656374416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ff/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722367656e6572617465536372697074526f757465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ff/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5363726970742375706c6f6164405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/e3: Operation not supported,
setfacl: app/cache/prod/annotations/e3/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74237365744c6f67456e747279405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/a8: Operation not supported,
setfacl: app/cache/prod/annotations/a8/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62237365744465736372697074696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/c3: Operation not supported,
setfacl: app/cache/prod/annotations/c3/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5363726970742372656d6f76655072654a6f62405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,��,
 app/cache/prod/annotations/c3/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223736176654261636b75704c6f636174696f6e416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/c3/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074237365744e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/3b: Operation not supported,
setfacl: app/cache/prod/annotations/3b/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62237365744e6f74696669636174696f6e73456d61696c405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/3b/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379247765656b6c79486f757273405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/9a: Operation not supported,
setfacl: app/cache/prod/annotations/9a/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c53637269707424706f73744a6f6273405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/00: Operation not supported,
setfacl: app/cache/prod/annotations/00/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074236765745072654a6f6273405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/43: Operation not supported,
setfacl: app/cache/prod/annotations/43/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5175657565247374617465405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/8a: Operation not supported,
setfacl: app/cache/prod/annotations/8a/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074237072657061726552656d6f766555706c6f6164405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/90: Operation not supported,
setfacl: app/cache/prod/annotations/90/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074236765744e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/90/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f6223736574506f6c696379405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/5d: Operation not supported,
setfacl: app/cache/prod/annotations/5d/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379246465736372697074696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/5d/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5175657565405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/50: Operation not supported,
setfacl: app/cache/prod/annotations/50/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5573657224757365726e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/50/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62247573654c6f63616c5065726d697373696f6e73405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/50/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4261636b75704c6f636174696f6e237365744469726563746f7279405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/73: Operation not supported,
setfacl: app/cache/prod/annotations/73/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5363726970742372656d6f766555706c6f6164405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/73/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223656469744a6f62416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/73/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62246e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/73/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62236765744973416374697665405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/6e: Operation not supported,
setfacl: app/cache/prod/annotations/6e/5b53796d666f6e795c42756e646c655c5477696742756e646c655c436f6e74726f6c6c65725c507265766965774572726f72436f6e74726f6c6c6572246b65726e656c405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/4e: Operation not supported,
setfacl: app/cache/prod/annotations/4e/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722365646974436c69656e74416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/34: Operation not supported,
setfacl: app/cache/prod/annotations/34/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5573657224656d61696c405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/34/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74236765744964405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/4f: Operation not supported,
setfacl: app/cache/prod/annotations/4f/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74236765745273796e634c6f6e6741726773405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/3f: Operation not supported,
setfacl: app/cache/prod/annotations/3f/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223646f776e6c6f61645075626c69634b6579416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/27: Operation not supported,
setfacl: app/cache/prod/annotations/27/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62246964405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/27/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379247765656b6c79446179734f664d6f6e7468405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/0b: Operation not supported,
setfacl: app/cache/prod/annotations/0b/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c657223676574405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/0b/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c69637924686f75726c79486f757273405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/6f: Operation not supported,
setfacl: app/cache/prod/annotations/6f/5b53796d666f6e795c42756e646c655c4672616d65776f726b42756e646c655c436f6e74726f6c6c65725c436f6e74726f6c6c65722372656e646572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/6f/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c557365722473616c74405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/7b: Operation not supported,
setfacl: app/cache/prod/annotations/7b/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74246a6f6273405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/7b/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4c6f675265636f726424757365724964405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/7b/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c65722364656c657465506f6c696379416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/62: Operation not supported,
setfacl: app/cache/prod/annotations/62/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62236765744e6f74696669636174696f6e73456d61696c405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/31: Operation not supported,
setfacl: app/cache/prod/annotations/31/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e742373657455726c405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/b2: Operation not supported,
setfacl: app/cache/prod/annotations/b2/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f622470617468405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/b2/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4261636b75704c6f636174696f6e246d6178506172616c6c656c4a6f6273405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ee: Operation not supported,
setfacl: app/cache/prod/annotations/ee/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74237365745273796e634c6f6e6741726773405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ee/5b53796d666f6e795c42756e646c655c4173736574696342756e646c655c436f6e74726f6c6c65725c41737365746963436f6e74726f6c6c657224656e61626c6550726f66696c6572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ee/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c6572236368616e676550617373776f7264416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ee/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62236765744465736372697074696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/ee/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4a6f62237365744d696e4e6f74696669636174696f6e4c6576656c405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/a1: Operation not supported,
setfacl: app/cache/prod/annotations/a1/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c696379246d6f6e74686c79446179734f664d6f6e7468405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/a1/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c5363726970742469734a6f62507265405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/7f: Operation not supported,
setfacl: app/cache/prod/annotations/7f/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c506f6c69637924796561726c79436f756e74405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/7f/5b446f637472696e655c42756e646c655c446f637472696e6542756e646c655c436f6e74726f6c6c65725c50726f66696c6572436f6e74726f6c6c6572236578706c61696e4f74686572506c6174666f726d405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/2b: Operation not supported,
setfacl: app/cache/prod/annotations/2b/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74236765744f776e6572405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/2b/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c536372697074405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/2e: Operation not supported,
setfacl: app/cache/prod/annotations/2e/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223676574467353697a65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/2e/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c4c6f675265636f7264246c6f6746696c65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/2e/5b42696e6f766f5c456c6b61724261636b757042756e646c655c456e746974795c436c69656e74236765744e616d65405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/annotations/d5: Operation not supported,
setfacl: app/cache/prod/annotations/d5/5b42696e6f766f5c456c6b61724261636b757042756e646c655c436f6e74726f6c6c65725c44656661756c74436f6e74726f6c6c657223726573746f72654a6f624261636b7570416374696f6e405b416e6e6f745d5d5b315d.doctrinecache.data: Operation not supported,
setfacl: app/cache/prod/appProdProjectContainer.php.meta: Operation not supported,
setfacl: app/cache/prod/jms_aop: Operation not supported,
setfacl: app/cache/prod/jms_diextra: Operation not supported,
setfacl: app/cache/prod/jms_diextra/metadata: Operation not supported,
setfacl: app/cache/prod/jms_diextra/metadata/Symfony-Bundle-FrameworkBundle-Controller-TemplateController.cache.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/metadata/Symfony-Bundle-AsseticBundle-Controller-AsseticController.cache.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/metadata/Symfony-Bundle-FrameworkBundle-Controller-RedirectController.cache.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/metadata/Doctrine-Bundle-DoctrineBundle-Controller-ProfilerController.cache.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/metadata/Symfony-Bundle-FrameworkBundle-Controller-Controller.cache.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/metadata/Binovo-ElkarTahoeBundle-Controller-DefaultController.cache.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/metadata/Symfony-Bundle-TwigBundle-Controller-ExceptionController.cache.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/metadata/Doctrine-ORM-EntityRepository.cache.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/metadata/Binovo-ElkarBackupBundle-Controller-DefaultController.cache.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/metadata/Symfony-Bundle-TwigBundle-Controller-PreviewErrorController.cache.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/metadata/Symfony-Component-DependencyInjection-ContainerAware.cache.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/doctrine: Operation not supported,
setfacl: app/cache/prod/jms_diextra/doctrine/EntityManager_5cfc1860180bc.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/controller_injectors: Operation not supported,
setfacl: app/cache/prod/jms_diextra/controller_injectors/DoctrineBundleDoctrineBundleControllerProfilerController.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/controller_injectors/SymfonyBundleTwigBundleControllerExceptionController.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/controller_injectors/BinovoElkarTahoeBundleControllerDefaultController.php.meta: Operation not supported,
setfacl: app/cache/prod/jms_diextra/controller_injectors/BinovoElkarBackupBundleControllerDefaultController.php.meta: Operation not supported,
setfacl: app/cache/prod/jms_diextra/controller_injectors/SymfonyBundleAsseticBundleControllerAsseticController.php.meta: Operation not supported,
setfacl: app/cache/prod/jms_diextra/controller_injectors/DoctrineBundleDoctrineBundleControllerProfilerController.php.meta: Operation not supported,
setfacl: app/cache/prod/jms_diextra/controller_injectors/SymfonyBundleFrameworkBundleControllerRedirectController.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/controller_injectors/SymfonyBundleFrameworkBundleControllerTemplateController.php.meta: Operation not supported,
setfacl: app/cache/prod/jms_diextra/controller_injectors/BinovoElkarBackupBundleControllerDefaultController.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/controller_injectors/SymfonyBundleFrameworkBundleControllerTemplateController.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/controller_injectors/SymfonyBundleTwigBundleControllerPreviewErrorController.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/controller_injectors/SymfonyBundleTwigBundleControllerPreviewErrorController.php.meta: Operation not supported,
setfacl: app/cache/prod/jms_diextra/controller_injectors/SymfonyBundleAsseticBundleControllerAsseticController.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/controller_injectors/BinovoElkarTahoeBundleControllerDefaultController.php: Operation not supported,
setfacl: app/cache/prod/jms_diextra/controller_injectors/SymfonyBundleFrameworkBundleControllerRedirectController.php.meta: Operation not supported,
setfacl: app/cache/prod/jms_diextra/controller_injectors/SymfonyBundleTwigBundleControllerExceptionController.php.meta: Operation not supported,
setfacl: app/cache/prod/jms_security: Operation not supported,
setfacl: app/cache/prod/jms_security/expressions: Operation not supported,
setfacl: app/cache/prod/doctrine: Operation not supported,
setfacl: app/cache/prod/doctrine/orm: Operation not supported,
setfacl: app/cache/prod/doctrine/orm/Proxies: Operation not supported,
setfacl: app/cache/prod/doctrine/orm/Proxies/__CG__BinovoElkarBackupBundleEntityUser.php: Operation not supported,
setfacl: app/cache/prod/doctrine/orm/Proxies/__CG__BinovoElkarBackupBundleEntityBackupLocation.php: Operation not supported,
setfacl: app/cache/prod/doctrine/orm/Proxies/__CG__BinovoElkarBackupBundleEntityPolicy.php: Operation not supported,
setfacl: app/cache/prod/doctrine/orm/Proxies/__CG__BinovoElkarBackupBundleEntityScript.php: Operation not supported,
setfacl: app/cache/prod/doctrine/orm/Proxies/__CG__BinovoElkarBackupBundleEntityJob.php: Operation not supported,
setfacl: app/cache/prod/doctrine/orm/Proxies/__CG__BinovoElkarBackupBundleEntityQueue.php: Operation not supported,
setfacl: app/cache/prod/doctrine/orm/Proxies/__CG__BinovoElkarBackupBundleEntityLogRecord.php: Operation not supported,
setfacl: app/cache/prod/doctrine/orm/Proxies/__CG__BinovoElkarBackupBundleEntityClient.php: Operation not supported,
setfacl: app/cache/prod/doctrine/orm/Proxies/__CG__BinovoElkarBackupBundleEntityMessage.php: Operation not supported,
setfacl: app/sessions: Operation not supported,
setfacl: app/logs: Operation not supported,
setfacl: app/cache: Operation not supported,
setfacl: app/cache/prod: Operation not supported,
setfacl: app/cache/prod/annotations: Operation not supported,
setfacl: app/cache/prod/annotations/7d: Operation not supported,
setfacl: app/cache/prod/annotations/44: Operation not supported,
setfacl: app/cache/prod/annotations/cc: Operation not supported,
setfacl: app/cache/prod/annotations/c2: Operation not supported,
setfacl: app/cache/prod/annotations/56: Operation not supported,
setfacl: app/cache/prod/annotations/b1: Operation not supported,
setfacl: app/cache/prod/annotations/af: Operation not supported,
setfacl: app/cache/prod/annotations/e2: Operation not supported,
setfacl: app/cache/prod/annotations/cf: Operation not supported,
setfacl: app/cache/prod/annotations/48: Operation not supported,
setfacl: app/cache/prod/annotations/7c: Operation not supported,
setfacl: app/cache/prod/annotations/b5: Operation not supported,
setfacl: app/cache/prod/annotations/e4: Operation not supported,
setfacl: app/cache/prod/annotations/98: Operation not supported,
setfacl: app/cache/prod/annotations/22: Operation not supported,
setfacl: app/cache/prod/annotations/41: Operation not supported,
setfacl: app/cache/prod/annotations/dd: Operation not supported,
setfacl: app/cache/prod/annotations/ed: Operation not supported,
setfacl: app/cache/prod/annotations/ae: Operation not supported,
setfacl: app/cache/prod/annotations/a7: Operation not supported,
setfacl: app/cache/prod/annotations/b7: Operation not supported,
setfacl: app/cache/prod/annotations/7a: Operation not supported,
setfacl: app/cache/prod/annotations/0a: Operation not supported,
setfacl: app/cache/prod/annotations/ac: Operation not supported,
setfacl: app/cache/prod/annotations/0c: Operation not supported,
setfacl: app/cache/prod/annotations/1b: Operation not supported,
setfacl: app/cache/prod/annotations/1e: Operation not supported,
setfacl: app/cache/prod/annotations/df: Operation not supported,
setfacl: app/cache/prod/annotations/bc: Operation not supported,
setfacl: app/cache/prod/annotations/65: Operation not supported,
setfacl: app/cache/prod/annotations/57: Operation not supported,
setfacl: app/cache/prod/annotations/8f: Operation not supported,
setfacl: app/cache/prod/annotations/c4: Operation not supported,
setfacl: app/cache/prod/annotations/69: Operation not supported,
setfacl: app/cache/prod/annotations/30: Operation not supported,
setfacl: app/cache/prod/annotations/08: Operation not supported,
setfacl: app/cache/prod/annotations/63: Operation not supported,
setfacl: app/cache/prod/annotations/53: Operation not supported,
setfacl: app/cache/prod/annotations/54: Operation not supported,
setfacl: app/cache/prod/annotations/fe: Operation not supported,
setfacl: app/cache/prod/annotations/8b: Operation not supported,
setfacl: app/cache/prod/annotations/a9: Operation not supported,
setfacl: app/cache/prod/annotations/e5: Operation not supported,
setfacl: app/cache/prod/annotations/99: Operation not supported,
setfacl: app/cache/prod/annotations/8d: Operation not supported,
setfacl: app/cache/prod/annotations/89: Operation not supported,
setfacl: app/cache/prod/annotations/4b: Operation not supported,
setfacl: app/cache/prod/annotations/d4: Operation not supported,
setfacl: app/cache/prod/annotations/ab: Operation not supported,
setfacl: app/cache/prod/annotations/14: Operation not supported,
setfacl: app/cache/prod/annotations/21: Operation not supported,
setfacl: app/cache/prod/annotations/72: Operation not supported,
setfacl: app/cache/prod/annotations/f9: Operation not supported,
setfacl: app/cache/prod/annotations/0d: Operation not supported,
setfacl: app/cache/prod/annotations/07: Operation not supported,
setfacl: app/cache/prod/annotations/59: Operation not supported,
setfacl: app/cache/prod/annotations/88: Operation not supported,
setfacl: app/cache/prod/annotations/ca: Operation not supported,
setfacl: app/cache/prod/annotations/70: Operation not supported,
setfacl: app/cache/prod/annotations/d0: Operation not supported,
setfacl: app/cache/prod/annotations/c9: Operation not supported,
setfacl: app/cache/prod/annotations/ce: Operation not supported,
setfacl: app/cache/prod/annotations/a4: Operation not supported,
setfacl: app/cache/prod/annotations/f0: Operation not supported,
setfacl: app/cache/prod/annotations/1a: Operation not supported,
setfacl: app/cache/prod/annotations/93: Operation not supported,
setfacl: app/cache/prod/annotations/96: Operation not supported,
setfacl: app/cache/prod/annotations/7e: Operation not supported,
setfacl: app/cache/prod/annotations/29: Operation not supported,
setfacl: app/cache/prod/annotations/b6: Operation not supported,
setfacl: app/cache/prod/annotations/2f: Operation not supported,
setfacl: app/cache/prod/annotations/92: Operation not supported,
setfacl: app/cache/prod/annotations/66: Operation not supported,
setfacl: app/cache/prod/annotations/11: Operation not supported,
setfacl: app/cache/prod/annotations/b4: Operation not supported,
setfacl: app/cache/prod/annotations/5c: Operation not supported,
setfacl: app/cache/prod/annotations/1c: Operation not supported,
setfacl: app/cache/prod/annotations/cd: Operation not supported,
setfacl: app/cache/prod/annotations/35: Operation not supported,
setfacl: app/cache/prod/annotations/eb: Operation not supported,
setfacl: app/cache/prod/annotations/ea: Operation not supported,
setfacl: app/cache/prod/annotations/d1: Operation not supported,
setfacl: app/cache/prod/annotations/36: Operation not supported,
setfacl: app/cache/prod/annotations/b8: Operation not supported,
setfacl: app/cache/prod/annotations/61: Operation not supported,
setfacl: app/cache/prod/annotations/13: Operation not supported,
setfacl: app/cache/prod/annotations/d9: Operation not supported,
setfacl: app/cache/prod/annotations/49: Operation not supported,
setfacl: app/cache/prod/annotations/24: Operation not supported,
setfacl: app/cache/prod/annotations/3a: Operation not supported,
setfacl: app/cache/prod/annotations/f8: Operation not supported,
setfacl: app/cache/prod/annotations/9f: Operation not supported,
setfacl: app/cache/prod/annotations/8e: Operation not supported,
setfacl: app/cache/prod/annotations/0f: Operation not supported,
setfacl: app/cache/prod/annotations/f6: Operation not supported,
setfacl: app/cache/prod/annotations/06: Operation not supported,
setfacl: app/cache/prod/annotations/fb: Operation not supported,
setfacl: app/cache/prod/annotations/10: Operation not supported,
setfacl: app/cache/prod/annotations/37: Operation not supported,
setfacl: app/cache/prod/annotations/b3: Operation not supported,
setfacl: app/cache/prod/annotations/2a: Operation not supported,
setfacl: app/cache/prod/annotations/cb: Operation not supported,
setfacl: app/cache/prod/annotations/bf: Operation not supported,
setfacl: app/cache/prod/annotations/20: Operation not supported,
setfacl: app/cache/prod/annotations/85: Operation not supported,
setfacl: app/cache/prod/annotations/e0: Operation not supported,
setfacl: app/cache/prod/annotations/ba: Operation not supported,
setfacl: app/cache/prod/annotations/e1: Operation not supported,
setfacl: app/cache/prod/annotations/ec: Operation not supported,
setfacl: app/cache/prod/annotations/83: Operation not supported,
setfacl: app/cache/prod/annotations/51: Operation not supported,
setfacl: app/cache/prod/annotations/c5: Operation not supported,
setfacl: app/cache/prod/annotations/fd: Operation not supported,
setfacl: app/cache/prod/annotations/1d: Operation not supported,
setfacl: app/cache/prod/annotations/87: Operation not supported,
setfacl: app/cache/prod/annotations/da: Operation not supported,
setfacl: app/cache/prod/annotations/bb: Operation not supported,
setfacl: app/cache/prod/annotations/5a: Operation not supported,
setfacl: app/cache/prod/annotations/2c: Operation not supported,
setfacl: app/cache/prod/annotations/d2: Operation not supported,
setfacl: app/cache/prod/annotations/12: Operation not supported,
setfacl: app/cache/prod/annotations/a0: Operation not supported,
setfacl: app/cache/prod/annotations/04: Operation not supported,
setfacl: app/cache/prod/annotations/03: Operation not supported,
setfacl: app/cache/prod/annotations/64: Operation not supported,
setfacl: app/cache/prod/annotations/a3: Operation not supported,
setfacl: app/cache/prod/annotations/97: Operation not supported,
setfacl: app/cache/prod/annotations/3d: Operation not supported,
setfacl: app/cache/prod/annotations/c6: Operation not supported,
setfacl: app/cache/prod/annotations/71: Operation not supported,
setfacl: app/cache/prod/annotations/17: Operation not supported,
setfacl: app/cache/prod/annotations/9e: Operation not supported,
setfacl: app/cache/prod/annotations/c8: Operation not supported,
setfacl: app/cache/prod/annotations/47: Operation not supported,
setfacl: app/cache/prod/annotations/f1: Operation not supported,
setfacl: app/cache/prod/annotations/f5: Operation not supported,
setfacl: app/cache/prod/annotations/68: Operation not supported,
setfacl: app/cache/prod/annotations/58: Operation not supported,
setfacl: app/cache/prod/annotations/95: Operation not supported,
setfacl: app/cache/prod/annotations/dc: Operation not supported,
setfacl: app/cache/prod/annotations/81: Operation not supported,
setfacl: app/cache/prod/annotations/32: Operation not supported,
setfacl: app/cache/prod/annotations/91: Operation not supported,
setfacl: app/cache/prod/annotations/19: Operation not supported,
setfacl: app/cache/prod/annotations/52: Operation not supported,
setfacl: app/cache/prod/annotations/b9: Operation not supported,
setfacl: app/cache/prod/annotations/15: Operation not supported,
setfacl: app/cache/prod/annotations/fc: Operation not supported,
setfacl: app/cache/prod/annotations/9d: Operation not supported,
setfacl: app/cache/prod/annotations/60: Operation not supported,
setfacl: app/cache/prod/annotations/8c: Operation not supported,
setfacl: app/cache/prod/annotations/18: Operation not supported,
setfacl: app/cache/prod/annotations/84: Operation not supported,
setfacl: app/cache/prod/annotations/d3: Operation not supported,
setfacl: app/cache/prod/annotations/be: Operation not supported,
setfacl: app/cache/prod/annotations/46: Operation not supported,
setfacl: app/cache/prod/annotations/6d: Operation not supported,
setfacl: app/cache/prod/annotations/e6: Operation not supported,
setfacl: app/cache/prod/annotations/42: Operation not supported,
setfacl: app/cache/prod/annotations/fa: Operation not supported,
setfacl: app/cache/prod/annotations/ef: Operation not supported,
setfacl: app/cache/prod/annotations/ad: Operation not supported,
setfacl: app/cache/prod/annotations/6a: Operation not supported,
setfacl: app/cache/prod/annotations/28: Operation not supported,
setfacl: app/cache/prod/annotations/39: Operation not supported,
setfacl: app/cache/prod/annotations/1f: Operation not supported,
setfacl: app/cache/prod/annotations/bd: Operation not supported,
setfacl: app/cache/prod/annotations/25: Operation not supported,
setfacl: app/cache/prod/annotations/33: Operation not supported,
setfacl: app/cache/prod/annotations/82: Operation not supported,
setfacl: app/cache/prod/annotations/d8: Operation not supported,
setfacl: app/cache/prod/annotations/77: Operation not supported,
setfacl: app/cache/prod/annotations/5b: Operation not supported,
setfacl: app/cache/prod/annotations/6b: Operation not supported,
setfacl: app/cache/prod/annotations/ff: Operation not supported,
setfacl: app/cache/prod/annotations/e3: Operation not supported,
setfacl: app/cache/prod/annotations/a8: Operation not supported,
setfacl: app/cache/prod/annotations/c3: Operation not supported,
setfacl: app/cache/prod/annotations/3b: Operation not supported,
setfacl: app/cache/prod/annotations/9a: Operation not supported,
setfacl: app/cache/prod/annotations/00: Operation not supported,
setfacl: app/cache/prod/annotations/43: Operation not supported,
setfacl: app/cache/prod/annotations/8a: Operation not supported,
setfacl: app/cache/prod/annotations/90: Operation not supported,
setfacl: app/cache/prod/annotations/5d: Operation not supported,
setfacl: app/cache/prod/annotations/50: Operation not supported,
setfacl: app/cache/prod/annotations/73: Operation not supported,
setfacl: app/cache/prod/annotations/6e: Operation not supported,
setfacl: app/cache/prod/annotations/4e: Operation not supported,
setfacl: app/cache/prod/annotations/34: Operation not supported,
setfacl: app/cache/prod/annotations/4f: Operation not supported,
setfacl: app/cache/prod/annotations/3f: Operation not supported,
setfacl: app/cache/prod/annotations/27: Operation not supported,
setfacl: app/cache/prod/annotations/0b: Operation not supported,
setfacl: app/cache/prod/annotations/6f: Operation not supported,
setfacl: app/cache/prod/annotations/7b: Operation not supported,
setfacl: app/cache/prod/annotations/62: Operation not supported,
setfacl: app/cache/prod/annotations/31: Operation not supported,
setfacl: app/cache/prod/annotations/b2: Operation not supported,
setfacl: app/cache/prod/annotations/ee: Operation not supported,
setfacl: app/cache/prod/annotations/a1: Operation not supported,
setfacl: app/cache/prod/annotations/7f: Operation not supported,
setfacl: app/cache/prod/annotations/2b: Operation not supported,
setfacl: app/cache/prod/annotations/2e: Operation not supported,
setfacl: app/cache/prod/annotations/d5: Operation not supported,
setfacl: app/cache/prod/jms_aop: Operation not supported,
setfacl: app/cache/prod/jms_diextra: Operation not supported,
setfacl: app/cache/prod/jms_diextra/metadata: Operation not supported,
setfacl: app/cache/prod/jms_diextra/doctrine: Operation not supported,
setfacl: app/cache/prod/jms_diextra/controller_injectors: Operation not supported,
setfacl: app/cache/prod/jms_security: Operation not supported,
setfacl: app/cache/prod/jms_security/expressions: Operation not supported,
setfacl: app/cache/prod/doctrine: Operation not supported,
setfacl: app/cache/prod/doctrine/orm: Operation not supported,
setfacl: app/cache/prod/doctrine/orm/Proxies: Operation not supported,
setfacl: app/sessions: Operation not supported,
setfacl: app/logs: Operation not supported,
,
 // Clearing the cache for the prod environment with debug false                                                        ,
,
 [OK] Cache for the "prod" environment (debug=false) was successfully cleared.                                          ,
,
Dumping all prod assets.,
Debug mode is off.,
,
22:19:49 [file+] /app/elkarbackup/app/../web/js/6f75296.js,
22:19:49 [file+] /app/elkarbackup/app/../web/js/2c3c294.js,
22:19:49 [file+] /app/elkarbackup/app/../web/js/50d2dad.js,
22:19:49 [file+] /app/elkarbackup/app/../web/js/fbef3cc.js,
22:19:49 [file+] /app/elkarbackup/app/../web/js/28b0684.js,
22:19:49 [file+] /app/elkarbackup/app/../web/js/ae16382.js,
22:19:49 [file+] /app/elkarbackup/app/../web/css/92f5b2c.css,
22:19:49 [file+] /app/elkarbackup/app/../web/js/02c4d9e.js,
22:19:49 [file+] /app/elkarbackup/app/../web/js/8e8eb4d.js,
22:19:49 [file+] /app/elkarbackup/app/../web/js/4acda04.js,
22:19:49 [file+] /app/elkarbackup/app/../web/js/dc67ef4.js,
/entrypoint.sh: line 68: /var/log/output.log: Permission denied,
setfacl: app/cache: Operation not supported,
setfacl: app/sessions: Operation not supported,
setfacl: app/logs: Operation not supported,
setfacl: app/cache: Operation not supported,
setfacl: app/sessions: Operation not supported,
setfacl: app/logs: Operation not supported,
,
,
EB_CRON is enabled. Running tick command every minute...,
/entrypoint.sh: line 76: /var/log/output.log: Permission denied,
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.29.0.3. Set the 'ServerName' directive globally to suppress this message,
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.29.0.3. Set the 'ServerName' directive globally to suppress this message,
[Sat Jun 08 22:19:50.339968 2019] [mpm_prefork:notice] [pid 46] AH00163: Apache/2.4.25 (Debian) PHP/7.1.23 configured -- resuming normal operations,
[Sat Jun 08 22:19:50.340025 2019] [core:notice] [pid 46] AH00094: Command line: 'apache2 -D FOREGROUND',
/entrypoint.sh: line 76: /var/log/output.log: Permission denied,
elkarbackup.local:80 192.168.1.9 - - [08/Jun/2019:22:20:58 +0200] "GET / HTTP/1.1" 200 604 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36",
/entrypoint.sh: line 76: /var/log/output.log: Permission denied,

Manage Parameters Menu disabled in docker image

Using the docker image, just found out that the Manage Parameters of the Config Menu is disabled by this commit: 7cb223b
What is the reason for that ?
Wanted to use the Get SSH Public key as per the documentation and spent time just trying to understand why the menu was missing in our docker based install.
Thanks.

How to backup or mirror elkar db?

Looking at the backup script to copy the repository, it connects to the elkar server using ssh, then does a mysqldump. How would you do this with docker? There is no ssh open on the docker containers, the client has ssh installed, but no mysql cmds, the db does not have ssh and the main container has mysql and rsync, but no ssh. Just looking for a suggestion on how you would do this. Thanks

timezone problem

Hi, I'm running elkarbackup-docker 1.2.7.
My host is set to GMT-3
Some operations displays the correct time on logs (those initiated by me, in the web browser), but some are displaying GMT time, like scheduled jobs (they always start 3 hours earlier).
Here it is a image of the logs:
screenshot - 17_08_2018 10_18_19

I am setting TZ and PHP_TZ on docker env variables. My docker run:

docker run \
--name=elkarbackup  \
--env="EB_DB_HOST=172.17.0.4" \
--env="MYSQL_ROOT_PASSWORD=my-great-password" \
--env="EB_VERSION=1.2.7" \
--volume="/xxx/xxx/elkarbackup/var-spool:/var/spool/elkarbackup" \
--volume="/xxx/xxx/elkarbackup/etc-elkarbackup:/etc/elkarbackup" \
--volume="/xxx/xxx/elkarbackup/var-lib-elkarbackup-.ssh:/var/lib/elkarbackup/.ssh" \
--network=bridge -p 4443:443 \
--link mysql-eb:mysql \
--restart=unless-stopped \
--detach=true \
--env="PHP_TZ=America/Sao_Paulo" \
--env="TZ=America/Sao_Paulo" \
-t elkarbackup/elkarbackup:latest

other commands:

# date
Fri Aug 17 10:58:11 BRT 2018
# docker exec -it elkarbackup php -i | grep -i -e "tz\|time\|zone"
...
date/time support => enabled
timelib version => 2016.02
"Olson" Timezone Database Version => 0.system
Timezone Database => internal
Default timezone => America/Sao_Paulo
date.timezone => no value => no value
MYSQL_ENV_TZ => America/Sao_Paulo
TZ => America/Sao_Paulo
PHP_TZ => America/Sao_Paulo
$_SERVER['MYSQL_ENV_TZ'] => America/Sao_Paulo
$_SERVER['TZ'] => America/Sao_Paulo
$_SERVER['PHP_TZ'] => America/Sao_Paulo

php script shows correct time of GMT-3:

# docker exec -it elkarbackup /bin/bash
# php -a
Interactive mode enabled

php > echo date('m/d/y h:m:s');
08/17/18 11:08:42

mysql access denied with bind mounts

First of all I must say great project, I hope it keeps getting maintained. However, I have not been able to put it into production because of the following issue:

I setup elkarbackup with bind mounts to folders instead of volume mounts. Except of that, I'm using the exact same docker-compose.yml as in the example. When bringing up the containers with docker compose, the logs show the following issue:

elkarbackup_1  | 16:50:26 CRITICAL  [console] Error thrown while running command "elkarbackup:tick --env=prod". Message: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'root'@'172.20.0.3' (using password: YES)" ["exception" => Doctrine\DBAL\Exception\ConnectionException { …},"command" => "elkarbackup:tick --env=prod","message" => "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'root'@'172.20.0.3' (using password: YES)"] ["user" => null,"user_email" => "","user_id" => "","user_name" => ""]
elkarbackup_1  | 
elkarbackup_1  | In AbstractMySQLDriver.php line 112:
elkarbackup_1  |                                                                                
elkarbackup_1  |   An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for u  
elkarbackup_1  |   ser 'root'@'172.20.0.3' (using password: YES)                                
elkarbackup_1  |                                                                                
elkarbackup_1  | 
elkarbackup_1  | In Exception.php line 18:
elkarbackup_1  |                                                                                
elkarbackup_1  |   SQLSTATE[HY000] [1045] Access denied for user 'root'@'172.20.0.3' (using pa  
elkarbackup_1  |   ssword: YES)                                                                 
elkarbackup_1  |                                                                                
elkarbackup_1  | 
elkarbackup_1  | In PDOConnection.php line 38:
elkarbackup_1  |                                                                                
elkarbackup_1  |   SQLSTATE[HY000] [1045] Access denied for user 'root'@'172.20.0.3' (using pa  
elkarbackup_1  |   ssword: YES)                                                                 
elkarbackup_1  |                                                                                
elkarbackup_1  | 
elkarbackup_1  | elkarbackup:tick [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command> [<time>]
elkarbackup_1  | 

I check the database, the root user can be accessed from everywhere (¨% root¨). If I try to connect from the docker host to the database with the root user and the password, I run into an access denied error as well. I also tried with a mariadb database instead of the mysql, but I'm seeing the exact same issue.
What's the issue? And why does it behave differently with volume mounts and bind mounts.

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.