Installation locale du ZDS

Difficulté à Installation locale du site ZDS

Le problème exposé dans ce sujet a été résolu.

En essayant pour la première fois une installation locale de ZDS install-linux-full sur Ubuntu 18.04 en suivant scrupuleusement je crois, les directives de[ https://docs.zestedesavoir.com/install/install-linux.html](installer sous Linux), j’ai eu le message suivant error: invalid command 'bdist_wheel' qui a ocasionné plusieurs fautes avec divers modules.

A l’activaon de l’environnemnt virtuel….

root@grelot-Aspire-5517:/home/grelot/zds-site# source zdsenv/bin/activate

La commande « nvm » n’a pas été trouvée, voulez-vous dire :
commande « nim » du deb nim
commande « lvm » du deb lvm2
…….

Malgré ceci le VE s’est tout de même activé puis

(zdsenv) root@grelot-Aspire-5517:/home/grelot/zds-site# make zmd-start
A fourni une erreur

La commande « npm » n’a pas été trouvée, mais peut être installée avec :
apt install npm

Ce que J’ai fait…

Par la suite plus d’erreurs à l’activation du VE ni au démarrage de zmarkdown, de plus le ZDS est accessible localement.
Je n’ai pas vraiment testé mais je soupçonne que certaines fonctions du site ne sont probablement
pas fonctionnelles.

Quelle serait la prochaine étape pour moi afin de m’installer une version de ZDS locale conforme.

Merci

PS: Voici le log d’installation obtenu après avoir essayé la suggestion de A-312 de répéter la commande make install-linux-full .

(zdsenv) grelot@grelot-Aspire-5517:~/zds-site$ make install-linux-full
./scripts/install_zds.sh +full
* [+packages] installing packages (this subcommand will be run as super-user)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
build-essential est déjà la version la plus récente (12.4ubuntu1).
coreutils est déjà la version la plus récente (8.28-1ubuntu1).
libffi-dev est déjà la version la plus récente (3.2.1-8).
libfreetype6 est déjà la version la plus récente (2.8.1-2ubuntu2).
libfreetype6-dev est déjà la version la plus récente (2.8.1-2ubuntu2).
libjpeg8 est déjà la version la plus récente (8c-2ubuntu8).
libjpeg8-dev est déjà la version la plus récente (8c-2ubuntu8).
libxslt1-dev est déjà la version la plus récente (1.1.29-5).
python3-setuptools est déjà la version la plus récente (39.0.1-2).
python3-sqlparse est déjà la version la plus récente (0.2.4-0.1).
zlib1g-dev est déjà la version la plus récente (1:1.2.11.dfsg-0ubuntu2).
librsvg2-bin est déjà la version la plus récente (2.40.20-2).
xzdec est déjà la version la plus récente (5.2.2-1.3).
curl est déjà la version la plus récente (7.58.0-2ubuntu3.6).
git est déjà la version la plus récente (1:2.17.1-1ubuntu0.4).
imagemagick est déjà la version la plus récente (8:6.9.7.4+dfsg-16ubuntu6.4).
libxml2-dev est déjà la version la plus récente (2.9.4+dfsg1-6.1ubuntu1.2).
python3-dev est déjà la version la plus récente (3.6.7-1~18.04).
python3-lxml est déjà la version la plus récente (4.2.1-1ubuntu0.1).
python3-pip est déjà la version la plus récente (9.0.1-2.3~ubuntu1).
python3-venv est déjà la version la plus récente (3.6.7-1~18.04).
Le paquet suivant a été installé automatiquement et n'est plus nécessaire :
  libssl-doc
Veuillez utiliser « sudo apt autoremove » pour le supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 475 non mis à jour.
* [+node] installing nvm (v0.33.11) & node (v10.8.0) & yarn
=> nvm is already installed in /home/grelot/.nvm, trying to update using git
=> => Compressing and cleaning up git repository

=> nvm source string already in /home/grelot/.bashrc
=> bash_completion source string already in /home/grelot/.bashrc
=> You currently have modules installed globally with `npm`. These will no
=> longer be linked to the active version of Node when you install a new node
=> with `nvm`; and they may (depending on how you construct your `$PATH`)
=> override the binaries of modules installed with `nvm`:

/home/grelot/.nvm/versions/node/v10.8.0/lib
├── pm2@3.3.1
└── yarn@1.13.0
=> If you wish to uninstall them at a later point (or re-install them under your
=> `nvm` Nodes), you can remove them from the system Node as follows:

     $ nvm use system
     $ npm uninstall -g a_module

=> Close and reopen your terminal to start using nvm or run the following to use it now:

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion
v10.8.0 is already installed.
Now using node v10.8.0 (npm v6.2.0)
./scripts/install_zds.sh: ligne 93: .nvmrc: Permission non accordée
Found '/home/grelot/zds-site/.nvmrc' with version <10.8.0>
Now using node v10.8.0 (npm v6.2.0)
/home/grelot/.nvm/versions/node/v10.8.0/bin/yarn -> /home/grelot/.nvm/versions/node/v10.8.0/lib/node_modules/yarn/bin/yarn.js
/home/grelot/.nvm/versions/node/v10.8.0/bin/yarnpkg -> /home/grelot/.nvm/versions/node/v10.8.0/lib/node_modules/yarn/bin/yarn.js
+ yarn@1.13.0
updated 1 package in 1.28s
* [+elastic-local] installing a local version of elasticsearch (v5.5.2)
rm : descendre dans le répertoire protégé en écriture 'elasticsearch' ? ^Z
[1]+  Arrêté                make install-linux-full
(zdsenv) grelot@grelot-Aspire-5517:~/zds-site$ SUDO SU
SUDO : commande introuvable
(zdsenv) grelot@grelot-Aspire-5517:~/zds-site$ sudo su
root@grelot-Aspire-5517:/home/grelot/zds-site#  make install-linux-full
./scripts/install_zds.sh +full
* [+packages] installing packages (this subcommand will be run as super-user)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
build-essential est déjà la version la plus récente (12.4ubuntu1).
coreutils est déjà la version la plus récente (8.28-1ubuntu1).
libffi-dev est déjà la version la plus récente (3.2.1-8).
libfreetype6 est déjà la version la plus récente (2.8.1-2ubuntu2).
libfreetype6-dev est déjà la version la plus récente (2.8.1-2ubuntu2).
libjpeg8 est déjà la version la plus récente (8c-2ubuntu8).
libjpeg8-dev est déjà la version la plus récente (8c-2ubuntu8).
libxslt1-dev est déjà la version la plus récente (1.1.29-5).
python3-setuptools est déjà la version la plus récente (39.0.1-2).
python3-sqlparse est déjà la version la plus récente (0.2.4-0.1).
zlib1g-dev est déjà la version la plus récente (1:1.2.11.dfsg-0ubuntu2).
librsvg2-bin est déjà la version la plus récente (2.40.20-2).
xzdec est déjà la version la plus récente (5.2.2-1.3).
curl est déjà la version la plus récente (7.58.0-2ubuntu3.6).
git est déjà la version la plus récente (1:2.17.1-1ubuntu0.4).
imagemagick est déjà la version la plus récente (8:6.9.7.4+dfsg-16ubuntu6.4).
libxml2-dev est déjà la version la plus récente (2.9.4+dfsg1-6.1ubuntu1.2).
python3-dev est déjà la version la plus récente (3.6.7-1~18.04).
python3-lxml est déjà la version la plus récente (4.2.1-1ubuntu0.1).
python3-pip est déjà la version la plus récente (9.0.1-2.3~ubuntu1).
python3-venv est déjà la version la plus récente (3.6.7-1~18.04).
Le paquet suivant a été installé automatiquement et n'est plus nécessaire :
  libssl-doc
Veuillez utiliser « sudo apt autoremove » pour le supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 475 non mis à jour.
* activating venv `zdsenv`
Found '/home/grelot/zds-site/.nvmrc' with version <10.8.0>
Now using node v10.8.0 (npm v6.2.0)
* [+node] installing nvm (v0.33.11) & node (v10.8.0) & yarn
=> nvm is already installed in /root/.nvm, trying to update using git
=> => Compressing and cleaning up git repository

=> nvm source string already in /root/.bashrc
=> bash_completion source string already in /root/.bashrc
=> You currently have modules installed globally with `npm`. These will no
=> longer be linked to the active version of Node when you install a new node
=> with `nvm`; and they may (depending on how you construct your `$PATH`)
=> override the binaries of modules installed with `nvm`:

/root/.nvm/versions/node/v10.8.0/lib
├── pm2@3.3.1
└── yarn@1.13.0
=> If you wish to uninstall them at a later point (or re-install them under your
=> `nvm` Nodes), you can remove them from the system Node as follows:

     $ nvm use system
     $ npm uninstall -g a_module

=> Close and reopen your terminal to start using nvm or run the following to use it now:

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion
v10.8.0 is already installed.
Now using node v10.8.0 (npm v6.2.0)
Found '/home/grelot/zds-site/.nvmrc' with version <10.8.0>
Now using node v10.8.0 (npm v6.2.0)
/root/.nvm/versions/node/v10.8.0/bin/yarn -> /root/.nvm/versions/node/v10.8.0/lib/node_modules/yarn/bin/yarn.js
/root/.nvm/versions/node/v10.8.0/bin/yarnpkg -> /root/.nvm/versions/node/v10.8.0/lib/node_modules/yarn/bin/yarn.js
+ yarn@1.13.0
updated 1 package in 2.657s
* [+elastic-local] installing a local version of elasticsearch (v5.5.2)
Archive:  elasticsearch-5.5.2.zip
   creating: elasticsearch-5.5.2/
   creating: elasticsearch-5.5.2/lib/
  inflating: elasticsearch-5.5.2/lib/elasticsearch-5.5.2.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-core-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-analyzers-common-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-backward-codecs-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-grouping-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-highlighter-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-join-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-memory-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-misc-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-queries-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-queryparser-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-sandbox-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-spatial-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-spatial-extras-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-spatial3d-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-suggest-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/securesm-1.1.jar  
  inflating: elasticsearch-5.5.2/lib/jopt-simple-5.0.2.jar  
  inflating: elasticsearch-5.5.2/lib/hppc-0.7.1.jar  
  inflating: elasticsearch-5.5.2/lib/joda-time-2.9.5.jar  
  inflating: elasticsearch-5.5.2/lib/snakeyaml-1.15.jar  
  inflating: elasticsearch-5.5.2/lib/jackson-core-2.8.6.jar  
  inflating: elasticsearch-5.5.2/lib/jackson-dataformat-smile-2.8.6.jar  
  inflating: elasticsearch-5.5.2/lib/jackson-dataformat-yaml-2.8.6.jar  
  inflating: elasticsearch-5.5.2/lib/jackson-dataformat-cbor-2.8.6.jar  
  inflating: elasticsearch-5.5.2/lib/t-digest-3.0.jar  
  inflating: elasticsearch-5.5.2/lib/HdrHistogram-2.1.9.jar  
  inflating: elasticsearch-5.5.2/lib/spatial4j-0.6.jar  
  inflating: elasticsearch-5.5.2/lib/jts-1.13.jar  
  inflating: elasticsearch-5.5.2/lib/log4j-api-2.8.2.jar  
  inflating: elasticsearch-5.5.2/lib/log4j-core-2.8.2.jar  
  inflating: elasticsearch-5.5.2/lib/log4j-1.2-api-2.8.2.jar  
  inflating: elasticsearch-5.5.2/lib/jna-4.4.0.jar  
  inflating: elasticsearch-5.5.2/lib/java-version-checker-5.5.2.jar  
  inflating: elasticsearch-5.5.2/lib/plugin-cli-5.5.2.jar  
   creating: elasticsearch-5.5.2/config/
  inflating: elasticsearch-5.5.2/config/log4j2.properties  
  inflating: elasticsearch-5.5.2/config/elasticsearch.yml  
  inflating: elasticsearch-5.5.2/config/jvm.options  
   creating: elasticsearch-5.5.2/bin/
  inflating: elasticsearch-5.5.2/bin/elasticsearch-keystore  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-systemd-pre-exec  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-plugin  
  inflating: elasticsearch-5.5.2/bin/elasticsearch  
  inflating: elasticsearch-5.5.2/bin/elasticsearch.in.sh  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-translog  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-plugin.bat  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-translog.bat  
  inflating: elasticsearch-5.5.2/bin/elasticsearch.in.bat  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-service.bat  
  inflating: elasticsearch-5.5.2/bin/elasticsearch.bat  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-keystore.bat  
  inflating: elasticsearch-5.5.2/README.textile  
  inflating: elasticsearch-5.5.2/LICENSE.txt  
  inflating: elasticsearch-5.5.2/NOTICE.txt  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-service-x86.exe  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-service-mgr.exe  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-service-x64.exe  
   creating: elasticsearch-5.5.2/modules/
   creating: elasticsearch-5.5.2/modules/ingest-common/
  inflating: elasticsearch-5.5.2/modules/ingest-common/joni-2.1.6.jar  
  inflating: elasticsearch-5.5.2/modules/ingest-common/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/ingest-common/jcodings-1.0.12.jar  
  inflating: elasticsearch-5.5.2/modules/ingest-common/ingest-common-5.5.2.jar  
   creating: elasticsearch-5.5.2/modules/percolator/
  inflating: elasticsearch-5.5.2/modules/percolator/percolator-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/percolator/plugin-descriptor.properties  
   creating: elasticsearch-5.5.2/modules/reindex/
  inflating: elasticsearch-5.5.2/modules/reindex/httpclient-4.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/commons-codec-1.10.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/httpasyncclient-4.1.2.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/commons-logging-1.1.3.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/reindex-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/reindex/httpcore-nio-4.4.5.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/httpcore-4.4.5.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/rest-5.5.2.jar  
   creating: elasticsearch-5.5.2/modules/aggs-matrix-stats/
  inflating: elasticsearch-5.5.2/modules/aggs-matrix-stats/aggs-matrix-stats-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/aggs-matrix-stats/plugin-descriptor.properties  
   creating: elasticsearch-5.5.2/modules/parent-join/
  inflating: elasticsearch-5.5.2/modules/parent-join/parent-join-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/parent-join/plugin-descriptor.properties  
   creating: elasticsearch-5.5.2/modules/lang-painless/
  inflating: elasticsearch-5.5.2/modules/lang-painless/antlr4-runtime-4.5.1-1.jar  
  inflating: elasticsearch-5.5.2/modules/lang-painless/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/lang-painless/asm-debug-all-5.1.jar  
  inflating: elasticsearch-5.5.2/modules/lang-painless/plugin-security.policy  
  inflating: elasticsearch-5.5.2/modules/lang-painless/lang-painless-5.5.2.jar  
   creating: elasticsearch-5.5.2/modules/transport-netty4/
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-codec-http-4.1.11.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/transport-netty4-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-resolver-4.1.11.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-common-4.1.11.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-codec-4.1.11.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-buffer-4.1.11.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-handler-4.1.11.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/plugin-security.policy  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-transport-4.1.11.Final.jar  
   creating: elasticsearch-5.5.2/modules/lang-groovy/
  inflating: elasticsearch-5.5.2/modules/lang-groovy/groovy-2.4.6-indy.jar  
  inflating: elasticsearch-5.5.2/modules/lang-groovy/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/lang-groovy/plugin-security.policy  
  inflating: elasticsearch-5.5.2/modules/lang-groovy/lang-groovy-5.5.2.jar  
   creating: elasticsearch-5.5.2/modules/transport-netty3/
  inflating: elasticsearch-5.5.2/modules/transport-netty3/netty-3.10.6.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty3/transport-netty3-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty3/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/transport-netty3/plugin-security.policy  
   creating: elasticsearch-5.5.2/modules/lang-mustache/
  inflating: elasticsearch-5.5.2/modules/lang-mustache/lang-mustache-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/lang-mustache/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/lang-mustache/compiler-0.9.3.jar  
  inflating: elasticsearch-5.5.2/modules/lang-mustache/plugin-security.policy  
   creating: elasticsearch-5.5.2/modules/lang-expression/
  inflating: elasticsearch-5.5.2/modules/lang-expression/asm-commons-5.0.4.jar  
  inflating: elasticsearch-5.5.2/modules/lang-expression/antlr4-runtime-4.5.1-1.jar  
  inflating: elasticsearch-5.5.2/modules/lang-expression/asm-5.0.4.jar  
  inflating: elasticsearch-5.5.2/modules/lang-expression/lucene-expressions-6.6.0.jar  
  inflating: elasticsearch-5.5.2/modules/lang-expression/lang-expression-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/lang-expression/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/lang-expression/asm-tree-5.0.4.jar  
  inflating: elasticsearch-5.5.2/modules/lang-expression/plugin-security.policy  
   creating: elasticsearch-5.5.2/plugins/
ln: impossible de créer le lien symbolique '/home/grelot/zds-site/zdsenv/bin/elasticsearch': Le fichier existe
* [+tex-local] install texlive
Clonage dans 'latex-template'...
remote: Enumerating objects: 9, done.
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 364 (delta 2), reused 1 (delta 1), pack-reused 355
Réception d'objets: 100% (364/364), 342.14 KiB | 1.31 MiB/s, fait.
Résolution des deltas: 100% (228/228), fait.
Using cached font merriweather
Using cached font source-sans-pro
Using cached font source-code-pro
Cache no need to be updated
TeX Live 2018 is frozen forever and will no
longer be updated.  This happens in preparation for a new release.

If you're interested in helping to pretest the new release (when
pretests are available), please read https://tug.org/texlive/pretest.html.
Otherwise, just wait, and the new release will be ready in due time.
tlmgr: package repository http://ctan.mirror.colo-serv.net/systems/texlive/tlnet (verified)
tlmgr install: package already present: adjustbox
tlmgr install: package already present: blindtext
tlmgr install: package already present: capt-of
tlmgr install: package already present: catoptions
tlmgr install: package already present: cm-super
tlmgr install: package already present: collectbox
tlmgr install: package already present: ctablestack
tlmgr install: package already present: datatool
tlmgr install: package already present: environ
tlmgr install: package already present: framed
tlmgr install: package already present: fvextra
tlmgr install: package already present: glossaries
tlmgr install: package already present: ifmtarg
tlmgr install: package already present: ifplatform
tlmgr install: package already present: luacode
tlmgr install: package already present: luatex85
tlmgr install: package already present: media9
tlmgr install: package already present: menukeys
tlmgr install: package already present: mfirstuc
tlmgr install: package already present: minted
tlmgr install: package already present: multirow
tlmgr install: package already present: ntheorem
tlmgr install: package already present: pagecolor
tlmgr install: package already present: relsize
tlmgr install: package already present: soul
tlmgr install: package already present: substr
tlmgr install: package already present: tabu
tlmgr install: package already present: tcolorbox
tlmgr install: package already present: tracklang
tlmgr install: package already present: trimspaces
tlmgr install: package already present: varwidth
tlmgr install: package already present: xfor
tlmgr install: package already present: xifthen
tlmgr install: package already present: xpatch
tlmgr install: package already present: xsavebox
tlmgr install: package already present: xstring
TeX Live 2018 is frozen forever and will no
longer be updated.  This happens in preparation for a new release.

If you're interested in helping to pretest the new release (when
pretests are available), please read https://tug.org/texlive/pretest.html.
Otherwise, just wait, and the new release will be ready in due time.
tlmgr: package repository http://ctan.mirror.colo-serv.net/systems/texlive/tlnet (verified)
tlmgr: saving backups to /home/grelot/zds-site/.local/texlive/tlpkg/backups
tlmgr: no self-updates for tlmgr available.
* [+latex-template] install latex-template (from https://github.com/zestedesavoir/latex-template.git)
Clonage dans 'latex-template'...
remote: Enumerating objects: 9, done.
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 364 (delta 2), reused 1 (delta 1), pack-reused 355
Réception d'objets: 100% (364/364), 342.14 KiB | 1.12 MiB/s, fait.
Résolution des deltas: 100% (228/228), fait.
* [+back] install back dependencies & migration
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
pip3 install --upgrade -r requirements-dev.txt
Requirement already up-to-date: python-social-auth==0.2.21 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 2))
Requirement already up-to-date: elasticsearch==5.5.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 3))
Requirement already up-to-date: elasticsearch-dsl==5.4.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 4))
Requirement already up-to-date: sqlparse==0.2.4 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 5))
Requirement already up-to-date: Django==1.11.15 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 8))
Requirement already up-to-date: django-crispy-forms==1.7.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 9))
Requirement already up-to-date: django-model-utils==3.1.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 10))
Requirement already up-to-date: django-munin==0.2.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 11))
Requirement already up-to-date: python-memcached==1.59 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 12))
Requirement already up-to-date: lxml==4.2.5 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 13))
Requirement already up-to-date: factory-boy==2.8.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 14))
Requirement already up-to-date: pygeoip==0.3.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 15))
Requirement already up-to-date: pillow==5.0.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 16))
Requirement already up-to-date: gitpython==2.1.9 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 17))
Requirement already up-to-date: easy-thumbnails==2.5.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 18))
Requirement already up-to-date: beautifulsoup4==4.6.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 19))
Requirement already up-to-date: django-recaptcha==1.3.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 20))
Requirement already up-to-date: google-api-python-client==1.7.4 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 21))
Requirement already up-to-date: toml==0.10.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 22))
Requirement already up-to-date: requests==2.19.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 23))
Requirement already up-to-date: djangorestframework==3.6.4 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 26))
Requirement already up-to-date: djangorestframework-xml==1.3.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 27))
Requirement already up-to-date: django-filter==1.1.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 28))
Requirement already up-to-date: django-oauth-toolkit==1.0.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 29))
Requirement already up-to-date: drf-extensions==0.3.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 30))
Requirement already up-to-date: django-rest-swagger==2.1.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 31))
Requirement already up-to-date: django-cors-middleware==1.3.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 32))
Requirement already up-to-date: dry-rest-permissions==0.1.10 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 33))
Requirement already up-to-date: oauth2client==4.1.3 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 34))
Requirement already up-to-date: watchdog==0.8.3 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 37))
Requirement already up-to-date: django-uuslug==1.0.3 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 39))
Requirement already up-to-date: python-slugify==1.1.4 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 40))
Requirement already up-to-date: coverage==4.5.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 3))
Requirement already up-to-date: PyYAML==3.12 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 4))
Requirement already up-to-date: django-debug-toolbar==1.9.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 5))
Requirement already up-to-date: flake8==3.5.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 6))
Requirement already up-to-date: flake8_quotes==0.14.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 7))
Requirement already up-to-date: autopep8==1.3.5 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 8))
Requirement already up-to-date: sphinx==1.7.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 9))
Requirement already up-to-date: selenium==3.14.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 10))
Requirement already up-to-date: sphinx_rtd_theme==0.2.4 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 11))
Requirement already up-to-date: faker==0.8.12 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 12))
Requirement already up-to-date: mock==2.0.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 13))
Requirement already up-to-date: colorlog==3.1.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 14))
Requirement already up-to-date: six>=1.10.0 in ./zdsenv/lib/python3.6/site-packages (from python-social-auth==0.2.21->-r requirements.txt (line 2))
Requirement already up-to-date: requests-oauthlib>=0.6.1 in ./zdsenv/lib/python3.6/site-packages (from python-social-auth==0.2.21->-r requirements.txt (line 2))
Requirement already up-to-date: oauthlib>=1.0.3 in ./zdsenv/lib/python3.6/site-packages (from python-social-auth==0.2.21->-r requirements.txt (line 2))
Requirement already up-to-date: PyJWT>=1.4.0 in ./zdsenv/lib/python3.6/site-packages (from python-social-auth==0.2.21->-r requirements.txt (line 2))
Requirement already up-to-date: python3-openid>=3.0.9 in ./zdsenv/lib/python3.6/site-packages (from python-social-auth==0.2.21->-r requirements.txt (line 2))
Requirement already up-to-date: urllib3<1.23,>=1.21.1 in ./zdsenv/lib/python3.6/site-packages (from elasticsearch==5.5.2->-r requirements.txt (line 3))
Requirement already up-to-date: python-dateutil in ./zdsenv/lib/python3.6/site-packages (from elasticsearch-dsl==5.4.0->-r requirements.txt (line 4))
Requirement already up-to-date: pytz in ./zdsenv/lib/python3.6/site-packages (from Django==1.11.15->-r requirements.txt (line 8))
Requirement already up-to-date: gitdb2>=2.0.0 in ./zdsenv/lib/python3.6/site-packages (from gitpython==2.1.9->-r requirements.txt (line 17))
Requirement already up-to-date: google-auth-httplib2>=0.0.3 in ./zdsenv/lib/python3.6/site-packages (from google-api-python-client==1.7.4->-r requirements.txt (line 21))
Requirement already up-to-date: google-auth>=1.4.1 in ./zdsenv/lib/python3.6/site-packages (from google-api-python-client==1.7.4->-r requirements.txt (line 21))
Requirement already up-to-date: httplib2<1dev,>=0.9.2 in ./zdsenv/lib/python3.6/site-packages (from google-api-python-client==1.7.4->-r requirements.txt (line 21))
Requirement already up-to-date: uritemplate<4dev,>=3.0.0 in ./zdsenv/lib/python3.6/site-packages (from google-api-python-client==1.7.4->-r requirements.txt (line 21))
Requirement already up-to-date: idna<2.8,>=2.5 in ./zdsenv/lib/python3.6/site-packages (from requests==2.19.1->-r requirements.txt (line 23))
Requirement already up-to-date: certifi>=2017.4.17 in ./zdsenv/lib/python3.6/site-packages (from requests==2.19.1->-r requirements.txt (line 23))
Requirement already up-to-date: chardet<3.1.0,>=3.0.2 in ./zdsenv/lib/python3.6/site-packages (from requests==2.19.1->-r requirements.txt (line 23))
Requirement already up-to-date: defusedxml>=0.3 in ./zdsenv/lib/python3.6/site-packages (from djangorestframework-xml==1.3.0->-r requirements.txt (line 27))
Requirement already up-to-date: coreapi>=2.3.0 in ./zdsenv/lib/python3.6/site-packages (from django-rest-swagger==2.1.2->-r requirements.txt (line 31))
Requirement already up-to-date: openapi-codec>=1.3.1 in ./zdsenv/lib/python3.6/site-packages (from django-rest-swagger==2.1.2->-r requirements.txt (line 31))
Requirement already up-to-date: simplejson in ./zdsenv/lib/python3.6/site-packages (from django-rest-swagger==2.1.2->-r requirements.txt (line 31))
Requirement already up-to-date: rsa>=3.1.4 in ./zdsenv/lib/python3.6/site-packages (from oauth2client==4.1.3->-r requirements.txt (line 34))
Requirement already up-to-date: pyasn1>=0.1.7 in ./zdsenv/lib/python3.6/site-packages (from oauth2client==4.1.3->-r requirements.txt (line 34))
Requirement already up-to-date: pyasn1-modules>=0.0.5 in ./zdsenv/lib/python3.6/site-packages (from oauth2client==4.1.3->-r requirements.txt (line 34))
Requirement already up-to-date: argh>=0.24.1 in ./zdsenv/lib/python3.6/site-packages (from watchdog==0.8.3->-r requirements.txt (line 37))
Requirement already up-to-date: pathtools>=0.1.1 in ./zdsenv/lib/python3.6/site-packages (from watchdog==0.8.3->-r requirements.txt (line 37))
Requirement already up-to-date: Unidecode>=0.04.16 in ./zdsenv/lib/python3.6/site-packages (from python-slugify==1.1.4->-r requirements.txt (line 40))
Requirement already up-to-date: pycodestyle<2.4.0,>=2.0.0 in ./zdsenv/lib/python3.6/site-packages (from flake8==3.5.0->-r requirements-dev.txt (line 6))
Requirement already up-to-date: mccabe<0.7.0,>=0.6.0 in ./zdsenv/lib/python3.6/site-packages (from flake8==3.5.0->-r requirements-dev.txt (line 6))
Requirement already up-to-date: pyflakes<1.7.0,>=1.5.0 in ./zdsenv/lib/python3.6/site-packages (from flake8==3.5.0->-r requirements-dev.txt (line 6))
Requirement already up-to-date: babel!=2.0,>=1.3 in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: setuptools in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: Pygments>=2.0 in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: alabaster<0.8,>=0.7 in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: docutils>=0.11 in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: sphinxcontrib-websupport in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: snowballstemmer>=1.1 in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: packaging in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: Jinja2>=2.3 in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: imagesize in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: text-unidecode in ./zdsenv/lib/python3.6/site-packages (from faker==0.8.12->-r requirements-dev.txt (line 12))
Collecting pbr>=0.11 (from mock==2.0.0->-r requirements-dev.txt (line 13))
  Downloading https://files.pythonhosted.org/packages/14/09/12fe9a14237a6b7e0ba3a8d6fcf254bf4b10ec56a0185f73d651145e9222/pbr-5.1.3-py2.py3-none-any.whl (107kB)
    100% |████████████████████████████████| 112kB 966kB/s 
Requirement already up-to-date: smmap2>=2.0.0 in ./zdsenv/lib/python3.6/site-packages (from gitdb2>=2.0.0->gitpython==2.1.9->-r requirements.txt (line 17))
Requirement already up-to-date: cachetools>=2.0.0 in ./zdsenv/lib/python3.6/site-packages (from google-auth>=1.4.1->google-api-python-client==1.7.4->-r requirements.txt (line 21))
Requirement already up-to-date: coreschema in ./zdsenv/lib/python3.6/site-packages (from coreapi>=2.3.0->django-rest-swagger==2.1.2->-r requirements.txt (line 31))
Requirement already up-to-date: itypes in ./zdsenv/lib/python3.6/site-packages (from coreapi>=2.3.0->django-rest-swagger==2.1.2->-r requirements.txt (line 31))
Requirement already up-to-date: pyparsing>=2.0.2 in ./zdsenv/lib/python3.6/site-packages (from packaging->sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: MarkupSafe>=0.23 in ./zdsenv/lib/python3.6/site-packages (from Jinja2>=2.3->sphinx==1.7.2->-r requirements-dev.txt (line 9))
Installing collected packages: pbr
  Found existing installation: pbr 5.1.2
    Uninstalling pbr-5.1.2:
      Successfully uninstalled pbr-5.1.2
Successfully installed pbr-5.1.3
make[1] : on quitte le répertoire « /home/grelot/zds-site »
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
python manage.py migrate
Operations to perform:
  Apply all migrations: admin, auth, contenttypes, easy_thumbnails, featured, forum, gallery, member, mp, notification, oauth2_provider, pages, sessions, social_auth, tutorialv2, utils
Running migrations:
  No migrations to apply.
make[1] : on quitte le répertoire « /home/grelot/zds-site »
* [+front] install front dependencies & build front
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
yarn install
yarn install v1.13.0
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 64.73s.
make[1] : on quitte le répertoire « /home/grelot/zds-site »
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
yarn run build
yarn run v1.13.0
$ gulp build
The speed mode is not enabled.
[16:11:21] Using gulpfile /home/grelot/zds-site/Gulpfile.js
[16:11:21] Starting 'prepare-zmd'...
[16:11:21] Starting 'css:sprite'...
[16:11:22] Starting 'js'...
[16:11:45] Finished 'prepare-zmd' after 23 s
[16:11:45] Finished 'js' after 23 s
[16:11:49] Finished 'css:sprite' after 28 s
[16:11:49] Starting 'css'...
[16:11:49] Starting 'images'...
DEPRECATION WARNING on line 13, column 8 of /home/grelot/zds-site/assets/scss/main.scss:
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
Use a custom importer to maintain this behaviour. Check your implementations documentation on how to create a custom importer.

DEPRECATION WARNING on line 14, column 8 of /home/grelot/zds-site/assets/scss/main.scss:
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
Use a custom importer to maintain this behaviour. Check your implementations documentation on how to create a custom importer.

DEPRECATION WARNING on line 8, column 8 of /home/grelot/zds-site/assets/scss/zmd.scss:
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
Use a custom importer to maintain this behaviour. Check your implementations documentation on how to create a custom importer.

Node#moveTo was deprecated. Use Container#append.
[16:11:58] Finished 'css' after 8.37 s
[16:12:37] gulp-imagemin: Minified 401 images (saved 373 kB - 37.5%)
[16:12:37] Finished 'images' after 48 s
[16:12:37] Starting 'build'...
[16:12:37] Finished 'build' after 183 μs
Done in 81.67s.
make[1] : on quitte le répertoire « /home/grelot/zds-site »
* [+zmd] install zmarkdown dependencies
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
cd zmd && npm -g install pm2 && npm install --production
/root/.nvm/versions/node/v10.8.0/bin/pm2 -> /root/.nvm/versions/node/v10.8.0/lib/node_modules/pm2/bin/pm2
/root/.nvm/versions/node/v10.8.0/bin/pm2-dev -> /root/.nvm/versions/node/v10.8.0/lib/node_modules/pm2/bin/pm2-dev
/root/.nvm/versions/node/v10.8.0/bin/pm2-docker -> /root/.nvm/versions/node/v10.8.0/lib/node_modules/pm2/bin/pm2-docker
/root/.nvm/versions/node/v10.8.0/bin/pm2-runtime -> /root/.nvm/versions/node/v10.8.0/lib/node_modules/pm2/bin/pm2-runtime
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/pm2/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

+ pm2@3.3.1
updated 2 packages in 20.384s
npm WARN zmd-server@1.0.0 No description
npm WARN zmd-server@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

audited 2911 packages in 18.15s
found 0 vulnerabilities

make[1] : on quitte le répertoire « /home/grelot/zds-site »
* [+data] fixtures
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
python manage.py loaddata fixtures/*.yaml
Installed 114 object(s) from 9 fixture(s)
python manage.py load_factory_data fixtures/advanced/aide_tuto_media.yaml
Rédacteur
Correcteur
Illustrateur
Repreneur
python manage.py load_fixtures --size=low --all
Nombres de membres à créer : 10
 User 10/10  
Fait en 8.301668882369995 sec
Nombres de staffs à créer : 3
 Staff 3/3  
Fait en 2.877687931060791 sec
Nombres de galéries à créer par utilisateur: 1
Nombres d'images à créer par gallerie: 3
 User 34/34     Gallery 1/1     Image 3/3  
Fait en 24.365864038467407 sec
Nombres de catégories de forum à créer : 4
Traceback (most recent call last):
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/backends/utils.py", line 64, in execute
    return self.cursor.execute(sql, params)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/backends/sqlite3/base.py", line 328, in execute
    return Database.Cursor.execute(self, query, params)
sqlite3.IntegrityError: UNIQUE constraint failed: forum_category.slug

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "manage.py", line 47, in <module>
    execute_from_command_line(sys.argv)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line
    utility.execute()
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/__init__.py", line 356, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/base.py", line 283, in run_from_argv
    self.execute(*args, **cmd_options)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/base.py", line 330, in execute
    output = self.handle(*args, **options)
  File "/home/grelot/zds-site/zds/utils/management/commands/load_fixtures.py", line 636, in handle
    zds_module.callback(self, size, fake, *zds_module.extra_args, root=default_root)
  File "/home/grelot/zds-site/zds/utils/management/commands/load_fixtures.py", line 148, in load_categories_forum
    cat = CategoryFactory(position=i + 1)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/factory/base.py", line 69, in __call__
    return cls.create(**kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/factory/base.py", line 623, in create
    return cls._generate(True, attrs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/factory/base.py", line 548, in _generate
    obj = cls._prepare(create, **attrs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/factory/base.py", line 523, in _prepare
    return cls._create(model_class, *args, **kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/factory/django.py", line 181, in _create
    return manager.create(*args, **kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/manager.py", line 85, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/query.py", line 394, in create
    obj.save(force_insert=True, using=self.db)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/base.py", line 808, in save
    force_update=force_update, update_fields=update_fields)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/base.py", line 838, in save_base
    updated = self._save_table(raw, cls, force_insert, force_update, using, update_fields)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/base.py", line 924, in _save_table
    result = self._do_insert(cls._base_manager, using, fields, update_pk, raw)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/base.py", line 963, in _do_insert
    using=using, raw=raw)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/manager.py", line 85, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/query.py", line 1076, in _insert
    return query.get_compiler(using=using).execute_sql(return_id)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 1112, in execute_sql
    cursor.execute(sql, params)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/backends/utils.py", line 79, in execute
    return super(CursorDebugWrapper, self).execute(sql, params)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/backends/utils.py", line 64, in execute
    return self.cursor.execute(sql, params)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/utils.py", line 94, in __exit__
    six.reraise(dj_exc_type, dj_exc_value, traceback)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/utils/six.py", line 685, in reraise
    raise value.with_traceback(tb)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/backends/utils.py", line 64, in execute
    return self.cursor.execute(sql, params)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/backends/sqlite3/base.py", line 328, in execute
    return Database.Cursor.execute(self, query, params)
django.db.utils.IntegrityError: UNIQUE constraint failed: forum_category.slug
Makefile:100: recipe for target 'generate-fixtures' failed
make[1]: *** [generate-fixtures] Error 1
make[1] : on quitte le répertoire « /home/grelot/zds-site »
Done. You can now run instance with `source zdsenv/bin/activate`, and then, `make zmd-start && make run-back`
root@grelot-Aspire-5517:/home/grelot/zds-site# sudo su
root@grelot-Aspire-5517:/home/grelot/zds-site# source zdsenv/bin/activate 
Found '/home/grelot/zds-site/.nvmrc' with version <10.8.0>
Now using node v10.8.0 (npm v6.2.0)
(zdsenv) root@grelot-Aspire-5517:/home/grelot/zds-site# make install-linux-full
./scripts/install_zds.sh +full
* [+packages] installing packages (this subcommand will be run as super-user)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
build-essential est déjà la version la plus récente (12.4ubuntu1).
coreutils est déjà la version la plus récente (8.28-1ubuntu1).
libffi-dev est déjà la version la plus récente (3.2.1-8).
libfreetype6 est déjà la version la plus récente (2.8.1-2ubuntu2).
libfreetype6-dev est déjà la version la plus récente (2.8.1-2ubuntu2).
libjpeg8 est déjà la version la plus récente (8c-2ubuntu8).
libjpeg8-dev est déjà la version la plus récente (8c-2ubuntu8).
libxslt1-dev est déjà la version la plus récente (1.1.29-5).
python3-setuptools est déjà la version la plus récente (39.0.1-2).
python3-sqlparse est déjà la version la plus récente (0.2.4-0.1).
zlib1g-dev est déjà la version la plus récente (1:1.2.11.dfsg-0ubuntu2).
librsvg2-bin est déjà la version la plus récente (2.40.20-2).
xzdec est déjà la version la plus récente (5.2.2-1.3).
curl est déjà la version la plus récente (7.58.0-2ubuntu3.6).
git est déjà la version la plus récente (1:2.17.1-1ubuntu0.4).
imagemagick est déjà la version la plus récente (8:6.9.7.4+dfsg-16ubuntu6.4).
libxml2-dev est déjà la version la plus récente (2.9.4+dfsg1-6.1ubuntu1.2).
python3-dev est déjà la version la plus récente (3.6.7-1~18.04).
python3-lxml est déjà la version la plus récente (4.2.1-1ubuntu0.1).
python3-pip est déjà la version la plus récente (9.0.1-2.3~ubuntu1).
python3-venv est déjà la version la plus récente (3.6.7-1~18.04).
Le paquet suivant a été installé automatiquement et n'est plus nécessaire :
  libssl-doc
Veuillez utiliser « sudo apt autoremove » pour le supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 475 non mis à jour.
* [+node] installing nvm (v0.33.11) & node (v10.8.0) & yarn
=> nvm is already installed in /root/.nvm, trying to update using git
=> => Compressing and cleaning up git repository

=> nvm source string already in /root/.bashrc
=> bash_completion source string already in /root/.bashrc
=> You currently have modules installed globally with `npm`. These will no
=> longer be linked to the active version of Node when you install a new node
=> with `nvm`; and they may (depending on how you construct your `$PATH`)
=> override the binaries of modules installed with `nvm`:

/root/.nvm/versions/node/v10.8.0/lib
├── pm2@3.3.1
└── yarn@1.13.0
=> If you wish to uninstall them at a later point (or re-install them under your
=> `nvm` Nodes), you can remove them from the system Node as follows:

     $ nvm use system
     $ npm uninstall -g a_module

=> Close and reopen your terminal to start using nvm or run the following to use it now:

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion
v10.8.0 is already installed.
Now using node v10.8.0 (npm v6.2.0)
Found '/home/grelot/zds-site/.nvmrc' with version <10.8.0>
Now using node v10.8.0 (npm v6.2.0)
/root/.nvm/versions/node/v10.8.0/bin/yarn -> /root/.nvm/versions/node/v10.8.0/lib/node_modules/yarn/bin/yarn.js
/root/.nvm/versions/node/v10.8.0/bin/yarnpkg -> /root/.nvm/versions/node/v10.8.0/lib/node_modules/yarn/bin/yarn.js
+ yarn@1.13.0
updated 1 package in 1.634s
* [+elastic-local] installing a local version of elasticsearch (v5.5.2)
Archive:  elasticsearch-5.5.2.zip
   creating: elasticsearch-5.5.2/
   creating: elasticsearch-5.5.2/lib/
  inflating: elasticsearch-5.5.2/lib/elasticsearch-5.5.2.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-core-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-analyzers-common-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-backward-codecs-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-grouping-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-highlighter-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-join-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-memory-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-misc-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-queries-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-queryparser-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-sandbox-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-spatial-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-spatial-extras-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-spatial3d-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-suggest-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/securesm-1.1.jar  
  inflating: elasticsearch-5.5.2/lib/jopt-simple-5.0.2.jar  
  inflating: elasticsearch-5.5.2/lib/hppc-0.7.1.jar  
  inflating: elasticsearch-5.5.2/lib/joda-time-2.9.5.jar  
  inflating: elasticsearch-5.5.2/lib/snakeyaml-1.15.jar  
  inflating: elasticsearch-5.5.2/lib/jackson-core-2.8.6.jar  
  inflating: elasticsearch-5.5.2/lib/jackson-dataformat-smile-2.8.6.jar  
  inflating: elasticsearch-5.5.2/lib/jackson-dataformat-yaml-2.8.6.jar  
  inflating: elasticsearch-5.5.2/lib/jackson-dataformat-cbor-2.8.6.jar  
  inflating: elasticsearch-5.5.2/lib/t-digest-3.0.jar  
  inflating: elasticsearch-5.5.2/lib/HdrHistogram-2.1.9.jar  
  inflating: elasticsearch-5.5.2/lib/spatial4j-0.6.jar  
  inflating: elasticsearch-5.5.2/lib/jts-1.13.jar  
  inflating: elasticsearch-5.5.2/lib/log4j-api-2.8.2.jar  
  inflating: elasticsearch-5.5.2/lib/log4j-core-2.8.2.jar  
  inflating: elasticsearch-5.5.2/lib/log4j-1.2-api-2.8.2.jar  
  inflating: elasticsearch-5.5.2/lib/jna-4.4.0.jar  
  inflating: elasticsearch-5.5.2/lib/java-version-checker-5.5.2.jar  
  inflating: elasticsearch-5.5.2/lib/plugin-cli-5.5.2.jar  
   creating: elasticsearch-5.5.2/config/
  inflating: elasticsearch-5.5.2/config/log4j2.properties  
  inflating: elasticsearch-5.5.2/config/elasticsearch.yml  
  inflating: elasticsearch-5.5.2/config/jvm.options  
   creating: elasticsearch-5.5.2/bin/
  inflating: elasticsearch-5.5.2/bin/elasticsearch-keystore  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-systemd-pre-exec  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-plugin  
  inflating: elasticsearch-5.5.2/bin/elasticsearch  
  inflating: elasticsearch-5.5.2/bin/elasticsearch.in.sh  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-translog  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-plugin.bat  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-translog.bat  
  inflating: elasticsearch-5.5.2/bin/elasticsearch.in.bat  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-service.bat  
  inflating: elasticsearch-5.5.2/bin/elasticsearch.bat  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-keystore.bat  
  inflating: elasticsearch-5.5.2/README.textile  
  inflating: elasticsearch-5.5.2/LICENSE.txt  
  inflating: elasticsearch-5.5.2/NOTICE.txt  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-service-x86.exe  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-service-mgr.exe  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-service-x64.exe  
   creating: elasticsearch-5.5.2/modules/
   creating: elasticsearch-5.5.2/modules/ingest-common/
  inflating: elasticsearch-5.5.2/modules/ingest-common/joni-2.1.6.jar  
  inflating: elasticsearch-5.5.2/modules/ingest-common/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/ingest-common/jcodings-1.0.12.jar  
  inflating: elasticsearch-5.5.2/modules/ingest-common/ingest-common-5.5.2.jar  
   creating: elasticsearch-5.5.2/modules/percolator/
  inflating: elasticsearch-5.5.2/modules/percolator/percolator-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/percolator/plugin-descriptor.properties  
   creating: elasticsearch-5.5.2/modules/reindex/
  inflating: elasticsearch-5.5.2/modules/reindex/httpclient-4.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/commons-codec-1.10.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/httpasyncclient-4.1.2.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/commons-logging-1.1.3.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/reindex-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/reindex/httpcore-nio-4.4.5.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/httpcore-4.4.5.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/rest-5.5.2.jar  
   creating: elasticsearch-5.5.2/modules/aggs-matrix-stats/
  inflating: elasticsearch-5.5.2/modules/aggs-matrix-stats/aggs-matrix-stats-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/aggs-matrix-stats/plugin-descriptor.properties  
   creating: elasticsearch-5.5.2/modules/parent-join/
  inflating: elasticsearch-5.5.2/modules/parent-join/parent-join-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/parent-join/plugin-descriptor.properties  
   creating: elasticsearch-5.5.2/modules/lang-painless/
  inflating: elasticsearch-5.5.2/modules/lang-painless/antlr4-runtime-4.5.1-1.jar  
  inflating: elasticsearch-5.5.2/modules/lang-painless/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/lang-painless/asm-debug-all-5.1.jar  
  inflating: elasticsearch-5.5.2/modules/lang-painless/plugin-security.policy  
  inflating: elasticsearch-5.5.2/modules/lang-painless/lang-painless-5.5.2.jar  
   creating: elasticsearch-5.5.2/modules/transport-netty4/
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-codec-http-4.1.11.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/transport-netty4-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-resolver-4.1.11.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-common-4.1.11.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-codec-4.1.11.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-buffer-4.1.11.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-handler-4.1.11.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/plugin-security.policy  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-transport-4.1.11.Final.jar  
   creating: elasticsearch-5.5.2/modules/lang-groovy/
  inflating: elasticsearch-5.5.2/modules/lang-groovy/groovy-2.4.6-indy.jar  
  inflating: elasticsearch-5.5.2/modules/lang-groovy/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/lang-groovy/plugin-security.policy  
  inflating: elasticsearch-5.5.2/modules/lang-groovy/lang-groovy-5.5.2.jar  
   creating: elasticsearch-5.5.2/modules/transport-netty3/
  inflating: elasticsearch-5.5.2/modules/transport-netty3/netty-3.10.6.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty3/transport-netty3-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty3/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/transport-netty3/plugin-security.policy  
   creating: elasticsearch-5.5.2/modules/lang-mustache/
  inflating: elasticsearch-5.5.2/modules/lang-mustache/lang-mustache-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/lang-mustache/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/lang-mustache/compiler-0.9.3.jar  
  inflating: elasticsearch-5.5.2/modules/lang-mustache/plugin-security.policy  
   creating: elasticsearch-5.5.2/modules/lang-expression/
  inflating: elasticsearch-5.5.2/modules/lang-expression/asm-commons-5.0.4.jar  
  inflating: elasticsearch-5.5.2/modules/lang-expression/antlr4-runtime-4.5.1-1.jar  
  inflating: elasticsearch-5.5.2/modules/lang-expression/asm-5.0.4.jar  
  inflating: elasticsearch-5.5.2/modules/lang-expression/lucene-expressions-6.6.0.jar  
  inflating: elasticsearch-5.5.2/modules/lang-expression/lang-expression-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/lang-expression/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/lang-expression/asm-tree-5.0.4.jar  
  inflating: elasticsearch-5.5.2/modules/lang-expression/plugin-security.policy  
   creating: elasticsearch-5.5.2/plugins/
ln: impossible de créer le lien symbolique '/home/grelot/zds-site/zdsenv/bin/elasticsearch': Le fichier existe
* [+tex-local] install texlive
Clonage dans 'latex-template'...
remote: Enumerating objects: 9, done.
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 364 (delta 2), reused 1 (delta 1), pack-reused 355
Réception d'objets: 100% (364/364), 342.14 KiB | 1.28 MiB/s, fait.
Résolution des deltas: 100% (228/228), fait.
Using cached font merriweather
Using cached font source-sans-pro
Using cached font source-code-pro
Cache no need to be updated
TeX Live 2018 is frozen forever and will no
longer be updated.  This happens in preparation for a new release.

If you're interested in helping to pretest the new release (when
pretests are available), please read https://tug.org/texlive/pretest.html.
Otherwise, just wait, and the new release will be ready in due time.
tlmgr: package repository http://ctan.mirror.colo-serv.net/systems/texlive/tlnet (verified)
tlmgr install: package already present: adjustbox
tlmgr install: package already present: blindtext
tlmgr install: package already present: capt-of
tlmgr install: package already present: catoptions
tlmgr install: package already present: cm-super
tlmgr install: package already present: collectbox
tlmgr install: package already present: ctablestack
tlmgr install: package already present: datatool
tlmgr install: package already present: environ
tlmgr install: package already present: framed
tlmgr install: package already present: fvextra
tlmgr install: package already present: glossaries
tlmgr install: package already present: ifmtarg
tlmgr install: package already present: ifplatform
tlmgr install: package already present: luacode
tlmgr install: package already present: luatex85
tlmgr install: package already present: media9
tlmgr install: package already present: menukeys
tlmgr install: package already present: mfirstuc
tlmgr install: package already present: minted
tlmgr install: package already present: multirow
tlmgr install: package already present: ntheorem
tlmgr install: package already present: pagecolor
tlmgr install: package already present: relsize
tlmgr install: package already present: soul
tlmgr install: package already present: substr
tlmgr install: package already present: tabu
tlmgr install: package already present: tcolorbox
tlmgr install: package already present: tracklang
tlmgr install: package already present: trimspaces
tlmgr install: package already present: varwidth
tlmgr install: package already present: xfor
tlmgr install: package already present: xifthen
tlmgr install: package already present: xpatch
tlmgr install: package already present: xsavebox
tlmgr install: package already present: xstring
TeX Live 2018 is frozen forever and will no
longer be updated.  This happens in preparation for a new release.

If you're interested in helping to pretest the new release (when
pretests are available), please read https://tug.org/texlive/pretest.html.
Otherwise, just wait, and the new release will be ready in due time.
tlmgr: package repository http://ctan.mirror.colo-serv.net/systems/texlive/tlnet (verified)
tlmgr: saving backups to /home/grelot/zds-site/.local/texlive/tlpkg/backups
tlmgr: no self-updates for tlmgr available.
* [+latex-template] install latex-template (from https://github.com/zestedesavoir/latex-template.git)
Clonage dans 'latex-template'...
remote: Enumerating objects: 9, done.
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 364 (delta 2), reused 1 (delta 1), pack-reused 355
Réception d'objets: 100% (364/364), 342.14 KiB | 1.23 MiB/s, fait.
Résolution des deltas: 100% (228/228), fait.
* [+back] install back dependencies & migration
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
pip3 install --upgrade -r requirements-dev.txt
Requirement already up-to-date: python-social-auth==0.2.21 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 2))
Requirement already up-to-date: elasticsearch==5.5.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 3))
Requirement already up-to-date: elasticsearch-dsl==5.4.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 4))
Requirement already up-to-date: sqlparse==0.2.4 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 5))
Requirement already up-to-date: Django==1.11.15 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 8))
Requirement already up-to-date: django-crispy-forms==1.7.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 9))
Requirement already up-to-date: django-model-utils==3.1.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 10))
Requirement already up-to-date: django-munin==0.2.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 11))
Requirement already up-to-date: python-memcached==1.59 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 12))
Requirement already up-to-date: lxml==4.2.5 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 13))
Requirement already up-to-date: factory-boy==2.8.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 14))
Requirement already up-to-date: pygeoip==0.3.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 15))
Requirement already up-to-date: pillow==5.0.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 16))
Requirement already up-to-date: gitpython==2.1.9 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 17))
Requirement already up-to-date: easy-thumbnails==2.5.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 18))
Requirement already up-to-date: beautifulsoup4==4.6.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 19))
Requirement already up-to-date: django-recaptcha==1.3.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 20))
Requirement already up-to-date: google-api-python-client==1.7.4 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 21))
Requirement already up-to-date: toml==0.10.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 22))
Requirement already up-to-date: requests==2.19.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 23))
Requirement already up-to-date: djangorestframework==3.6.4 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 26))
Requirement already up-to-date: djangorestframework-xml==1.3.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 27))
Requirement already up-to-date: django-filter==1.1.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 28))
Requirement already up-to-date: django-oauth-toolkit==1.0.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 29))
Requirement already up-to-date: drf-extensions==0.3.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 30))
Requirement already up-to-date: django-rest-swagger==2.1.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 31))
Requirement already up-to-date: django-cors-middleware==1.3.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 32))
Requirement already up-to-date: dry-rest-permissions==0.1.10 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 33))
Requirement already up-to-date: oauth2client==4.1.3 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 34))
Requirement already up-to-date: watchdog==0.8.3 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 37))
Requirement already up-to-date: django-uuslug==1.0.3 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 39))
Requirement already up-to-date: python-slugify==1.1.4 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 40))
Requirement already up-to-date: coverage==4.5.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 3))
Requirement already up-to-date: PyYAML==3.12 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 4))
Requirement already up-to-date: django-debug-toolbar==1.9.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 5))
Requirement already up-to-date: flake8==3.5.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 6))
Requirement already up-to-date: flake8_quotes==0.14.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 7))
Requirement already up-to-date: autopep8==1.3.5 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 8))
Requirement already up-to-date: sphinx==1.7.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 9))
Requirement already up-to-date: selenium==3.14.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 10))
Requirement already up-to-date: sphinx_rtd_theme==0.2.4 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 11))
Requirement already up-to-date: faker==0.8.12 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 12))
Requirement already up-to-date: mock==2.0.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 13))
Requirement already up-to-date: colorlog==3.1.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 14))
Requirement already up-to-date: python3-openid>=3.0.9 in ./zdsenv/lib/python3.6/site-packages (from python-social-auth==0.2.21->-r requirements.txt (line 2))
Requirement already up-to-date: requests-oauthlib>=0.6.1 in ./zdsenv/lib/python3.6/site-packages (from python-social-auth==0.2.21->-r requirements.txt (line 2))
Requirement already up-to-date: oauthlib>=1.0.3 in ./zdsenv/lib/python3.6/site-packages (from python-social-auth==0.2.21->-r requirements.txt (line 2))
Requirement already up-to-date: PyJWT>=1.4.0 in ./zdsenv/lib/python3.6/site-packages (from python-social-auth==0.2.21->-r requirements.txt (line 2))
Requirement already up-to-date: six>=1.10.0 in ./zdsenv/lib/python3.6/site-packages (from python-social-auth==0.2.21->-r requirements.txt (line 2))
Requirement already up-to-date: urllib3<1.23,>=1.21.1 in ./zdsenv/lib/python3.6/site-packages (from elasticsearch==5.5.2->-r requirements.txt (line 3))
Requirement already up-to-date: python-dateutil in ./zdsenv/lib/python3.6/site-packages (from elasticsearch-dsl==5.4.0->-r requirements.txt (line 4))
Requirement already up-to-date: pytz in ./zdsenv/lib/python3.6/site-packages (from Django==1.11.15->-r requirements.txt (line 8))
Requirement already up-to-date: gitdb2>=2.0.0 in ./zdsenv/lib/python3.6/site-packages (from gitpython==2.1.9->-r requirements.txt (line 17))
Requirement already up-to-date: uritemplate<4dev,>=3.0.0 in ./zdsenv/lib/python3.6/site-packages (from google-api-python-client==1.7.4->-r requirements.txt (line 21))
Requirement already up-to-date: google-auth-httplib2>=0.0.3 in ./zdsenv/lib/python3.6/site-packages (from google-api-python-client==1.7.4->-r requirements.txt (line 21))
Requirement already up-to-date: google-auth>=1.4.1 in ./zdsenv/lib/python3.6/site-packages (from google-api-python-client==1.7.4->-r requirements.txt (line 21))
Requirement already up-to-date: httplib2<1dev,>=0.9.2 in ./zdsenv/lib/python3.6/site-packages (from google-api-python-client==1.7.4->-r requirements.txt (line 21))
Requirement already up-to-date: certifi>=2017.4.17 in ./zdsenv/lib/python3.6/site-packages (from requests==2.19.1->-r requirements.txt (line 23))
Requirement already up-to-date: chardet<3.1.0,>=3.0.2 in ./zdsenv/lib/python3.6/site-packages (from requests==2.19.1->-r requirements.txt (line 23))
Requirement already up-to-date: idna<2.8,>=2.5 in ./zdsenv/lib/python3.6/site-packages (from requests==2.19.1->-r requirements.txt (line 23))
Requirement already up-to-date: defusedxml>=0.3 in ./zdsenv/lib/python3.6/site-packages (from djangorestframework-xml==1.3.0->-r requirements.txt (line 27))
Requirement already up-to-date: coreapi>=2.3.0 in ./zdsenv/lib/python3.6/site-packages (from django-rest-swagger==2.1.2->-r requirements.txt (line 31))
Requirement already up-to-date: openapi-codec>=1.3.1 in ./zdsenv/lib/python3.6/site-packages (from django-rest-swagger==2.1.2->-r requirements.txt (line 31))
Requirement already up-to-date: simplejson in ./zdsenv/lib/python3.6/site-packages (from django-rest-swagger==2.1.2->-r requirements.txt (line 31))
Requirement already up-to-date: pyasn1-modules>=0.0.5 in ./zdsenv/lib/python3.6/site-packages (from oauth2client==4.1.3->-r requirements.txt (line 34))
Requirement already up-to-date: rsa>=3.1.4 in ./zdsenv/lib/python3.6/site-packages (from oauth2client==4.1.3->-r requirements.txt (line 34))
Requirement already up-to-date: pyasn1>=0.1.7 in ./zdsenv/lib/python3.6/site-packages (from oauth2client==4.1.3->-r requirements.txt (line 34))
Requirement already up-to-date: argh>=0.24.1 in ./zdsenv/lib/python3.6/site-packages (from watchdog==0.8.3->-r requirements.txt (line 37))
Requirement already up-to-date: pathtools>=0.1.1 in ./zdsenv/lib/python3.6/site-packages (from watchdog==0.8.3->-r requirements.txt (line 37))
Requirement already up-to-date: Unidecode>=0.04.16 in ./zdsenv/lib/python3.6/site-packages (from python-slugify==1.1.4->-r requirements.txt (line 40))
Requirement already up-to-date: mccabe<0.7.0,>=0.6.0 in ./zdsenv/lib/python3.6/site-packages (from flake8==3.5.0->-r requirements-dev.txt (line 6))
Requirement already up-to-date: pycodestyle<2.4.0,>=2.0.0 in ./zdsenv/lib/python3.6/site-packages (from flake8==3.5.0->-r requirements-dev.txt (line 6))
Requirement already up-to-date: pyflakes<1.7.0,>=1.5.0 in ./zdsenv/lib/python3.6/site-packages (from flake8==3.5.0->-r requirements-dev.txt (line 6))
Requirement already up-to-date: imagesize in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: alabaster<0.8,>=0.7 in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: docutils>=0.11 in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: sphinxcontrib-websupport in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: snowballstemmer>=1.1 in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: setuptools in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: babel!=2.0,>=1.3 in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: Pygments>=2.0 in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: packaging in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: Jinja2>=2.3 in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: text-unidecode in ./zdsenv/lib/python3.6/site-packages (from faker==0.8.12->-r requirements-dev.txt (line 12))
Requirement already up-to-date: pbr>=0.11 in ./zdsenv/lib/python3.6/site-packages (from mock==2.0.0->-r requirements-dev.txt (line 13))
Requirement already up-to-date: smmap2>=2.0.0 in ./zdsenv/lib/python3.6/site-packages (from gitdb2>=2.0.0->gitpython==2.1.9->-r requirements.txt (line 17))
Requirement already up-to-date: cachetools>=2.0.0 in ./zdsenv/lib/python3.6/site-packages (from google-auth>=1.4.1->google-api-python-client==1.7.4->-r requirements.txt (line 21))
Requirement already up-to-date: itypes in ./zdsenv/lib/python3.6/site-packages (from coreapi>=2.3.0->django-rest-swagger==2.1.2->-r requirements.txt (line 31))
Requirement already up-to-date: coreschema in ./zdsenv/lib/python3.6/site-packages (from coreapi>=2.3.0->django-rest-swagger==2.1.2->-r requirements.txt (line 31))
Requirement already up-to-date: pyparsing>=2.0.2 in ./zdsenv/lib/python3.6/site-packages (from packaging->sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: MarkupSafe>=0.23 in ./zdsenv/lib/python3.6/site-packages (from Jinja2>=2.3->sphinx==1.7.2->-r requirements-dev.txt (line 9))
make[1] : on quitte le répertoire « /home/grelot/zds-site »
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
python manage.py migrate
Operations to perform:
  Apply all migrations: admin, auth, contenttypes, easy_thumbnails, featured, forum, gallery, member, mp, notification, oauth2_provider, pages, sessions, social_auth, tutorialv2, utils
Running migrations:
  No migrations to apply.
make[1] : on quitte le répertoire « /home/grelot/zds-site »
* [+front] install front dependencies & build front
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
yarn install
yarn install v1.13.0
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 23.49s.
make[1] : on quitte le répertoire « /home/grelot/zds-site »
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
yarn run build
yarn run v1.13.0
$ gulp build
The speed mode is not enabled.
[16:20:53] Using gulpfile /home/grelot/zds-site/Gulpfile.js
[16:20:53] Starting 'prepare-zmd'...
[16:20:53] Starting 'css:sprite'...
[16:20:53] Starting 'js'...
[16:21:16] Finished 'js' after 23 s
[16:21:17] Finished 'prepare-zmd' after 24 s
[16:21:21] Finished 'css:sprite' after 28 s
[16:21:21] Starting 'css'...
[16:21:21] Starting 'images'...
DEPRECATION WARNING on line 13, column 8 of /home/grelot/zds-site/assets/scss/main.scss:
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
Use a custom importer to maintain this behaviour. Check your implementations documentation on how to create a custom importer.

DEPRECATION WARNING on line 14, column 8 of /home/grelot/zds-site/assets/scss/main.scss:
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
Use a custom importer to maintain this behaviour. Check your implementations documentation on how to create a custom importer.

Node#moveTo was deprecated. Use Container#append.
DEPRECATION WARNING on line 8, column 8 of /home/grelot/zds-site/assets/scss/zmd.scss:
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
Use a custom importer to maintain this behaviour. Check your implementations documentation on how to create a custom importer.

[16:21:29] Finished 'css' after 8.61 s
[16:22:07] gulp-imagemin: Minified 401 images (saved 373 kB - 37.5%)
[16:22:08] Finished 'images' after 47 s
[16:22:08] Starting 'build'...
[16:22:08] Finished 'build' after 110 μs
Done in 80.33s.
make[1] : on quitte le répertoire « /home/grelot/zds-site »
* [+zmd] install zmarkdown dependencies
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
cd zmd && npm -g install pm2 && npm install --production
/root/.nvm/versions/node/v10.8.0/bin/pm2 -> /root/.nvm/versions/node/v10.8.0/lib/node_modules/pm2/bin/pm2
/root/.nvm/versions/node/v10.8.0/bin/pm2-dev -> /root/.nvm/versions/node/v10.8.0/lib/node_modules/pm2/bin/pm2-dev
/root/.nvm/versions/node/v10.8.0/bin/pm2-docker -> /root/.nvm/versions/node/v10.8.0/lib/node_modules/pm2/bin/pm2-docker
/root/.nvm/versions/node/v10.8.0/bin/pm2-runtime -> /root/.nvm/versions/node/v10.8.0/lib/node_modules/pm2/bin/pm2-runtime
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/pm2/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

+ pm2@3.3.1
updated 1 package in 19.122s
npm WARN zmd-server@1.0.0 No description
npm WARN zmd-server@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

audited 2911 packages in 12.206s
found 0 vulnerabilities

make[1] : on quitte le répertoire « /home/grelot/zds-site »
* [+data] fixtures
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
python manage.py loaddata fixtures/*.yaml
Installed 114 object(s) from 9 fixture(s)
python manage.py load_factory_data fixtures/advanced/aide_tuto_media.yaml
Rédacteur
Correcteur
Illustrateur
Repreneur
python manage.py load_fixtures --size=low --all
Nombres de membres à créer : 10
 User 10/10  
Fait en 8.503965139389038 sec
Nombres de staffs à créer : 3
 Staff 3/3  
Fait en 3.034325361251831 sec
Nombres de galéries à créer par utilisateur: 1
Nombres d'images à créer par gallerie: 3
 User 47/47     Gallery 1/1     Image 3/3  
Fait en 35.53285837173462 sec
Nombres de catégories de forum à créer : 4
Traceback (most recent call last):
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/backends/utils.py", line 64, in execute
    return self.cursor.execute(sql, params)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/backends/sqlite3/base.py", line 328, in execute
    return Database.Cursor.execute(self, query, params)
sqlite3.IntegrityError: UNIQUE constraint failed: forum_category.slug

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "manage.py", line 47, in <module>
    execute_from_command_line(sys.argv)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line
    utility.execute()
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/__init__.py", line 356, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/base.py", line 283, in run_from_argv
    self.execute(*args, **cmd_options)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/base.py", line 330, in execute
    output = self.handle(*args, **options)
  File "/home/grelot/zds-site/zds/utils/management/commands/load_fixtures.py", line 636, in handle
    zds_module.callback(self, size, fake, *zds_module.extra_args, root=default_root)
  File "/home/grelot/zds-site/zds/utils/management/commands/load_fixtures.py", line 148, in load_categories_forum
    cat = CategoryFactory(position=i + 1)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/factory/base.py", line 69, in __call__
    return cls.create(**kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/factory/base.py", line 623, in create
    return cls._generate(True, attrs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/factory/base.py", line 548, in _generate
    obj = cls._prepare(create, **attrs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/factory/base.py", line 523, in _prepare
    return cls._create(model_class, *args, **kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/factory/django.py", line 181, in _create
    return manager.create(*args, **kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/manager.py", line 85, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/query.py", line 394, in create
    obj.save(force_insert=True, using=self.db)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/base.py", line 808, in save
    force_update=force_update, update_fields=update_fields)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/base.py", line 838, in save_base
    updated = self._save_table(raw, cls, force_insert, force_update, using, update_fields)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/base.py", line 924, in _save_table
    result = self._do_insert(cls._base_manager, using, fields, update_pk, raw)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/base.py", line 963, in _do_insert
    using=using, raw=raw)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/manager.py", line 85, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/query.py", line 1076, in _insert
    return query.get_compiler(using=using).execute_sql(return_id)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 1112, in execute_sql
    cursor.execute(sql, params)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/backends/utils.py", line 79, in execute
    return super(CursorDebugWrapper, self).execute(sql, params)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/backends/utils.py", line 64, in execute
    return self.cursor.execute(sql, params)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/utils.py", line 94, in __exit__
    six.reraise(dj_exc_type, dj_exc_value, traceback)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/utils/six.py", line 685, in reraise
    raise value.with_traceback(tb)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/backends/utils.py", line 64, in execute
    return self.cursor.execute(sql, params)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/backends/sqlite3/base.py", line 328, in execute
    return Database.Cursor.execute(self, query, params)
django.db.utils.IntegrityError: UNIQUE constraint failed: forum_category.slug
Makefile:100: recipe for target 'generate-fixtures' failed
make[1]: *** [generate-fixtures] Error 1
make[1] : on quitte le répertoire « /home/grelot/zds-site »
Done. You can now run instance with `source zdsenv/bin/activate`, and then, `make zmd-start && make run-back`
(zdsenv) root@grelot-Aspire-5517:/home/grelot/zds-site# 
(zdsenv) root@grelot-Aspire-5517:/home/grelot/zds-site# 
(zdsenv) root@grelot-Aspire-5517:/home/grelot/zds-site# 
(zdsenv) root@grelot-Aspire-5517:/home/grelot/zds-site# 
(zdsenv) root@grelot-Aspire-5517:/home/grelot/zds-site# ^C
(zdsenv) root@grelot-Aspire-5517:/home/grelot/zds-site# 
(zdsenv) root@grelot-Aspire-5517:/home/grelot/zds-site# 
(zdsenv) root@grelot-Aspire-5517:/home/grelot/zds-site# deactivate
root@grelot-Aspire-5517:/home/grelot/zds-site# 
root@grelot-Aspire-5517:/home/grelot/zds-site# 
root@grelot-Aspire-5517:/home/grelot/zds-site# 
root@grelot-Aspire-5517:/home/grelot/zds-site# ls 
assets              CONTRIBUTING.md  errors         Gulpfile.js  media         README.md              robots.txt       update.md       zdsenv
AUTHORS             COPYING          export-assets  LICENSE      node_modules  requirements-dev.txt   scripts          watchdog-build  zmd
base.db             dist             fixtures       Makefile     package.json  requirements-prod.txt  suggestions.txt  yarn.lock
CODE_OF_CONDUCT.md  doc              geodata        manage.py    quotes.txt    requirements.txt       templates        zds
root@grelot-Aspire-5517:/home/grelot/zds-site# cd ..
root@grelot-Aspire-5517:/home/grelot# ls 
 app       arduino-1.8.8           Documents          Images               Modèles   QPy_ConsoleApp    typescript
 app1     'Bibliothèque calibre'   Dropbox            jcameron-key.asc     Musique   snap              Vidéos
 Arduino   Bureau                  examples.desktop   jcameron-key.asc.1   Public    Téléchargements   zds-site
root@grelot-Aspire-5517:/home/grelot# rm -r zds-site
root@grelot-Aspire-5517:/home/grelot# ls 
 app       arduino-1.8.8           Documents          Images               Modèles   QPy_ConsoleApp    typescript
 app1     'Bibliothèque calibre'   Dropbox            jcameron-key.asc     Musique   snap              Vidéos
 Arduino   Bureau                  examples.desktop   jcameron-key.asc.1   Public    Téléchargements
root@grelot-Aspire-5517:/home/grelot# git clone https://github.com/dubser/zds-site.git
Clonage dans 'zds-site'...
remote: Enumerating objects: 87, done.
remote: Counting objects: 100% (87/87), done.
remote: Compressing objects: 100% (60/60), done.
remote: Total 65024 (delta 52), reused 43 (delta 27), pack-reused 64937
Réception d'objets: 100% (65024/65024), 113.75 MiB | 1.24 MiB/s, fait.
Résolution des deltas: 100% (47854/47854), fait.
Extraction des fichiers: 100% (1504/1504), fait.
root@grelot-Aspire-5517:/home/grelot# cd zds-site
root@grelot-Aspire-5517:/home/grelot/zds-site# git remote add upstream https://github.com/zestedesavoir/zds-site.git
root@grelot-Aspire-5517:/home/grelot/zds-site# git fetch upstream
Depuis https://github.com/zestedesavoir/zds-site
 * [nouvelle branche]  dev                               -> upstream/dev
 * [nouvelle branche]  fix-external-css                  -> upstream/fix-external-css
 * [nouvelle branche]  gh-pages                          -> upstream/gh-pages
 * [nouvelle branche]  master                            -> upstream/master
 * [nouvelle branche]  prod                              -> upstream/prod
 * [nouvelle branche]  release-v26                       -> upstream/release-v26
 * [nouvelle branche]  release_v28                       -> upstream/release_v28
 * [nouvelle branche]  tests-charge                      -> upstream/tests-charge
 * [nouvelle branche]  update_windows_doc                -> upstream/update_windows_doc
 * [nouvelle branche]  upgrade_katex                     -> upstream/upgrade_katex
 * [nouvelle branche]  zmarkdown-notes-nouveaux-reglages -> upstream/zmarkdown-notes-nouveaux-reglages
root@grelot-Aspire-5517:/home/grelot/zds-site# make install-linux-full
./scripts/install_zds.sh +full
* [+packages] installing packages (this subcommand will be run as super-user)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
build-essential est déjà la version la plus récente (12.4ubuntu1).
coreutils est déjà la version la plus récente (8.28-1ubuntu1).
libffi-dev est déjà la version la plus récente (3.2.1-8).
libfreetype6 est déjà la version la plus récente (2.8.1-2ubuntu2).
libfreetype6-dev est déjà la version la plus récente (2.8.1-2ubuntu2).
libjpeg8 est déjà la version la plus récente (8c-2ubuntu8).
libjpeg8-dev est déjà la version la plus récente (8c-2ubuntu8).
libxslt1-dev est déjà la version la plus récente (1.1.29-5).
python3-setuptools est déjà la version la plus récente (39.0.1-2).
python3-sqlparse est déjà la version la plus récente (0.2.4-0.1).
zlib1g-dev est déjà la version la plus récente (1:1.2.11.dfsg-0ubuntu2).
librsvg2-bin est déjà la version la plus récente (2.40.20-2).
xzdec est déjà la version la plus récente (5.2.2-1.3).
curl est déjà la version la plus récente (7.58.0-2ubuntu3.6).
git est déjà la version la plus récente (1:2.17.1-1ubuntu0.4).
imagemagick est déjà la version la plus récente (8:6.9.7.4+dfsg-16ubuntu6.4).
libxml2-dev est déjà la version la plus récente (2.9.4+dfsg1-6.1ubuntu1.2).
python3-dev est déjà la version la plus récente (3.6.7-1~18.04).
python3-lxml est déjà la version la plus récente (4.2.1-1ubuntu0.1).
python3-pip est déjà la version la plus récente (9.0.1-2.3~ubuntu1).
python3-venv est déjà la version la plus récente (3.6.7-1~18.04).
Le paquet suivant a été installé automatiquement et n'est plus nécessaire :
  libssl-doc
Veuillez utiliser « sudo apt autoremove » pour le supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 475 non mis à jour.
* [+virtualenv] creating virtualenv
* activating venv `zdsenv`
* [+node] installing nvm (v0.33.11) & node (v10.8.0) & yarn
=> nvm is already installed in /root/.nvm, trying to update using git
=> => Compressing and cleaning up git repository

=> nvm source string already in /root/.bashrc
=> bash_completion source string already in /root/.bashrc
=> You currently have modules installed globally with `npm`. These will no
=> longer be linked to the active version of Node when you install a new node
=> with `nvm`; and they may (depending on how you construct your `$PATH`)
=> override the binaries of modules installed with `nvm`:

/root/.nvm/versions/node/v10.8.0/lib
├── pm2@3.3.1
└── yarn@1.13.0
=> If you wish to uninstall them at a later point (or re-install them under your
=> `nvm` Nodes), you can remove them from the system Node as follows:

     $ nvm use system
     $ npm uninstall -g a_module

=> Close and reopen your terminal to start using nvm or run the following to use it now:

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion
v10.8.0 is already installed.
Now using node v10.8.0 (npm v6.2.0)
Found '/home/grelot/zds-site/.nvmrc' with version <10.8.0>
Now using node v10.8.0 (npm v6.2.0)
/root/.nvm/versions/node/v10.8.0/bin/yarn -> /root/.nvm/versions/node/v10.8.0/lib/node_modules/yarn/bin/yarn.js
/root/.nvm/versions/node/v10.8.0/bin/yarnpkg -> /root/.nvm/versions/node/v10.8.0/lib/node_modules/yarn/bin/yarn.js
+ yarn@1.13.0
updated 1 package in 1.518s
* [+elastic-local] installing a local version of elasticsearch (v5.5.2)
Archive:  elasticsearch-5.5.2.zip
   creating: elasticsearch-5.5.2/
   creating: elasticsearch-5.5.2/lib/
  inflating: elasticsearch-5.5.2/lib/elasticsearch-5.5.2.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-core-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-analyzers-common-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-backward-codecs-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-grouping-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-highlighter-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-join-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-memory-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-misc-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-queries-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-queryparser-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-sandbox-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-spatial-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-spatial-extras-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-spatial3d-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/lucene-suggest-6.6.0.jar  
  inflating: elasticsearch-5.5.2/lib/securesm-1.1.jar  
  inflating: elasticsearch-5.5.2/lib/jopt-simple-5.0.2.jar  
  inflating: elasticsearch-5.5.2/lib/hppc-0.7.1.jar  
  inflating: elasticsearch-5.5.2/lib/joda-time-2.9.5.jar  
  inflating: elasticsearch-5.5.2/lib/snakeyaml-1.15.jar  
  inflating: elasticsearch-5.5.2/lib/jackson-core-2.8.6.jar  
  inflating: elasticsearch-5.5.2/lib/jackson-dataformat-smile-2.8.6.jar  
  inflating: elasticsearch-5.5.2/lib/jackson-dataformat-yaml-2.8.6.jar  
  inflating: elasticsearch-5.5.2/lib/jackson-dataformat-cbor-2.8.6.jar  
  inflating: elasticsearch-5.5.2/lib/t-digest-3.0.jar  
  inflating: elasticsearch-5.5.2/lib/HdrHistogram-2.1.9.jar  
  inflating: elasticsearch-5.5.2/lib/spatial4j-0.6.jar  
  inflating: elasticsearch-5.5.2/lib/jts-1.13.jar  
  inflating: elasticsearch-5.5.2/lib/log4j-api-2.8.2.jar  
  inflating: elasticsearch-5.5.2/lib/log4j-core-2.8.2.jar  
  inflating: elasticsearch-5.5.2/lib/log4j-1.2-api-2.8.2.jar  
  inflating: elasticsearch-5.5.2/lib/jna-4.4.0.jar  
  inflating: elasticsearch-5.5.2/lib/java-version-checker-5.5.2.jar  
  inflating: elasticsearch-5.5.2/lib/plugin-cli-5.5.2.jar  
   creating: elasticsearch-5.5.2/config/
  inflating: elasticsearch-5.5.2/config/log4j2.properties  
  inflating: elasticsearch-5.5.2/config/elasticsearch.yml  
  inflating: elasticsearch-5.5.2/config/jvm.options  
   creating: elasticsearch-5.5.2/bin/
  inflating: elasticsearch-5.5.2/bin/elasticsearch-keystore  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-systemd-pre-exec  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-plugin  
  inflating: elasticsearch-5.5.2/bin/elasticsearch  
  inflating: elasticsearch-5.5.2/bin/elasticsearch.in.sh  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-translog  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-plugin.bat  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-translog.bat  
  inflating: elasticsearch-5.5.2/bin/elasticsearch.in.bat  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-service.bat  
  inflating: elasticsearch-5.5.2/bin/elasticsearch.bat  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-keystore.bat  
  inflating: elasticsearch-5.5.2/README.textile  
  inflating: elasticsearch-5.5.2/LICENSE.txt  
  inflating: elasticsearch-5.5.2/NOTICE.txt  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-service-x86.exe  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-service-mgr.exe  
  inflating: elasticsearch-5.5.2/bin/elasticsearch-service-x64.exe  
   creating: elasticsearch-5.5.2/modules/
   creating: elasticsearch-5.5.2/modules/ingest-common/
  inflating: elasticsearch-5.5.2/modules/ingest-common/joni-2.1.6.jar  
  inflating: elasticsearch-5.5.2/modules/ingest-common/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/ingest-common/jcodings-1.0.12.jar  
  inflating: elasticsearch-5.5.2/modules/ingest-common/ingest-common-5.5.2.jar  
   creating: elasticsearch-5.5.2/modules/percolator/
  inflating: elasticsearch-5.5.2/modules/percolator/percolator-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/percolator/plugin-descriptor.properties  
   creating: elasticsearch-5.5.2/modules/reindex/
  inflating: elasticsearch-5.5.2/modules/reindex/httpclient-4.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/commons-codec-1.10.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/httpasyncclient-4.1.2.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/commons-logging-1.1.3.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/reindex-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/reindex/httpcore-nio-4.4.5.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/httpcore-4.4.5.jar  
  inflating: elasticsearch-5.5.2/modules/reindex/rest-5.5.2.jar  
   creating: elasticsearch-5.5.2/modules/aggs-matrix-stats/
  inflating: elasticsearch-5.5.2/modules/aggs-matrix-stats/aggs-matrix-stats-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/aggs-matrix-stats/plugin-descriptor.properties  
   creating: elasticsearch-5.5.2/modules/parent-join/
  inflating: elasticsearch-5.5.2/modules/parent-join/parent-join-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/parent-join/plugin-descriptor.properties  
   creating: elasticsearch-5.5.2/modules/lang-painless/
  inflating: elasticsearch-5.5.2/modules/lang-painless/antlr4-runtime-4.5.1-1.jar  
  inflating: elasticsearch-5.5.2/modules/lang-painless/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/lang-painless/asm-debug-all-5.1.jar  
  inflating: elasticsearch-5.5.2/modules/lang-painless/plugin-security.policy  
  inflating: elasticsearch-5.5.2/modules/lang-painless/lang-painless-5.5.2.jar  
   creating: elasticsearch-5.5.2/modules/transport-netty4/
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-codec-http-4.1.11.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/transport-netty4-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-resolver-4.1.11.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-common-4.1.11.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-codec-4.1.11.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-buffer-4.1.11.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-handler-4.1.11.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/plugin-security.policy  
  inflating: elasticsearch-5.5.2/modules/transport-netty4/netty-transport-4.1.11.Final.jar  
   creating: elasticsearch-5.5.2/modules/lang-groovy/
  inflating: elasticsearch-5.5.2/modules/lang-groovy/groovy-2.4.6-indy.jar  
  inflating: elasticsearch-5.5.2/modules/lang-groovy/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/lang-groovy/plugin-security.policy  
  inflating: elasticsearch-5.5.2/modules/lang-groovy/lang-groovy-5.5.2.jar  
   creating: elasticsearch-5.5.2/modules/transport-netty3/
  inflating: elasticsearch-5.5.2/modules/transport-netty3/netty-3.10.6.Final.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty3/transport-netty3-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/transport-netty3/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/transport-netty3/plugin-security.policy  
   creating: elasticsearch-5.5.2/modules/lang-mustache/
  inflating: elasticsearch-5.5.2/modules/lang-mustache/lang-mustache-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/lang-mustache/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/lang-mustache/compiler-0.9.3.jar  
  inflating: elasticsearch-5.5.2/modules/lang-mustache/plugin-security.policy  
   creating: elasticsearch-5.5.2/modules/lang-expression/
  inflating: elasticsearch-5.5.2/modules/lang-expression/asm-commons-5.0.4.jar  
  inflating: elasticsearch-5.5.2/modules/lang-expression/antlr4-runtime-4.5.1-1.jar  
  inflating: elasticsearch-5.5.2/modules/lang-expression/asm-5.0.4.jar  
  inflating: elasticsearch-5.5.2/modules/lang-expression/lucene-expressions-6.6.0.jar  
  inflating: elasticsearch-5.5.2/modules/lang-expression/lang-expression-5.5.2.jar  
  inflating: elasticsearch-5.5.2/modules/lang-expression/plugin-descriptor.properties  
  inflating: elasticsearch-5.5.2/modules/lang-expression/asm-tree-5.0.4.jar  
  inflating: elasticsearch-5.5.2/modules/lang-expression/plugin-security.policy  
   creating: elasticsearch-5.5.2/plugins/
* [+tex-local] install texlive
Clonage dans 'latex-template'...
remote: Enumerating objects: 9, done.
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 364 (delta 2), reused 1 (delta 1), pack-reused 355
Réception d'objets: 100% (364/364), 342.14 KiB | 1.27 MiB/s, fait.
Résolution des deltas: 100% (228/228), fait.
Using cached font merriweather
Using cached font source-sans-pro
Using cached font source-code-pro
Cache no need to be updated
Automated TeX Live installation using profile: texlive.profile
Loading http://muug.ca/mirror/ctan/systems/texlive/tlnet/tlpkg/texlive.tlpdb
Installing TeX Live 2018 from: http://muug.ca/mirror/ctan/systems/texlive/tlnet (verified)
Platform: x86_64-linux => 'GNU/Linux on x86_64'
Distribution: net  (downloading)
Using URL: http://muug.ca/mirror/ctan/systems/texlive/tlnet
Directory for temporary files: /tmp/xi0ZGFoSvH
Installing to: /home/grelot/zds-site/.local/texlive
Installing [001/243, time/total: ??:??/??:??]: ae [83k]
Installing [002/243, time/total: 00:00/00:00]: amscls [1232k]
Installing [003/243, time/total: 00:02/05:25]: amsfonts [4725k]
Installing [004/243, time/total: 00:07/04:07]: amsmath [2513k]
Installing [005/243, time/total: 00:10/04:09]: anysize [35k]
Installing [006/243, time/total: 00:10/04:08]: arabxetex [511k]
Installing [007/243, time/total: 00:11/04:18]: awesomebox [51k]
Installing [008/243, time/total: 00:12/04:40]: babel [1358k]
Installing [009/243, time/total: 00:13/04:24]: babel-basque [161k]
Installing [010/243, time/total: 00:14/04:40]: babel-czech [202k]
Installing [011/243, time/total: 00:14/04:35]: babel-danish [133k]
Installing [012/243, time/total: 00:15/04:51]: babel-dutch [161k]
Installing [013/243, time/total: 00:15/04:47]: babel-english [137k]
Installing [014/243, time/total: 00:16/05:02]: babel-finnish [145k]
Installing [015/243, time/total: 00:16/04:58]: babel-french [487k]
Installing [016/243, time/total: 00:17/05:04]: babel-german [503k]
Installing [017/243, time/total: 00:18/05:09]: babel-hungarian [55k]
Installing [018/243, time/total: 00:18/05:08]: babel-italian [459k]
Installing [019/243, time/total: 00:19/05:13]: babel-norsk [149k]
Installing [020/243, time/total: 00:19/05:10]: babel-polish [142k]
Installing [021/243, time/total: 00:20/05:22]: babel-portuges [152k]
Installing [022/243, time/total: 00:20/05:19]: babel-spanish [217k]
Installing [023/243, time/total: 00:21/05:29]: babel-swedish [137k]
Installing [024/243, time/total: 00:22/05:42]: babelbib [1239k]
Installing [025/243, time/total: 00:23/05:28]: beamer [2381k]
Installing [026/243, time/total: 00:26/05:20]: bibtex [404k]
Installing [027/243, time/total: 00:27/05:24]: bibtex.x86_64-linux [72k]
Installing [028/243, time/total: 00:27/05:23]: bidi-atbegshi [67k]
Installing [029/243, time/total: 00:27/05:22]: bidicontour [32k]
Installing [030/243, time/total: 00:28/05:33]: bidipagegrid [29k]
Installing [031/243, time/total: 00:28/05:33]: bidipresentation [102k]
Installing [032/243, time/total: 00:28/05:31]: bidishadowtext [119k]
Installing [033/243, time/total: 00:28/05:29]: booktabs [305k]
Installing [034/243, time/total: 00:29/05:35]: breqn [1155k]
Installing [035/243, time/total: 00:30/05:26]: businesscard-qrcode [532k]
Installing [036/243, time/total: 00:31/05:28]: caption [1866k]
Installing [037/243, time/total: 00:33/05:20]: carlisle [85k]
Installing [038/243, time/total: 00:34/05:28]: cite [237k]
Installing [039/243, time/total: 00:34/05:24]: cm [235k]
Installing [040/243, time/total: 00:35/05:31]: cmap [8k]
Installing [041/243, time/total: 00:35/05:30]: collection-basic [1k]
Installing [042/243, time/total: 00:35/05:30]: collection-latex [1k]
Installing [043/243, time/total: 00:35/05:30]: collection-latexrecommended [1k]
Installing [044/243, time/total: 00:36/05:40]: collection-xetex [1k]
Installing [045/243, time/total: 00:36/05:40]: colorprofiles [113k]
Installing [046/243, time/total: 00:36/05:38]: colortbl [593k]
Installing [047/243, time/total: 00:37/05:39]: cqubeamer [2455k]
Installing [048/243, time/total: 00:39/05:23]: crop [213k]
Installing [049/243, time/total: 00:40/05:29]: ctable [700k]
Installing [050/243, time/total: 00:41/05:28]: dehyph [46k]
Installing [051/243, time/total: 00:41/05:27]: dvipdfmx [3072k]
Installing [052/243, time/total: 00:44/05:15]: dvipdfmx.x86_64-linux [404k]
Installing [053/243, time/total: 00:45/05:18]: dvips [536k]
Installing [054/243, time/total: 00:45/05:12]: dvips.x86_64-linux [141k]
Installing [055/243, time/total: 00:46/05:18]: ec [281k]
Installing [056/243, time/total: 00:46/05:15]: enctex [272k]
Installing [057/243, time/total: 00:47/05:19]: eso-pic [257k]
Installing [058/243, time/total: 00:48/05:23]: etex [197k]
Installing [059/243, time/total: 00:48/05:21]: etex-pkg [7k]
Installing [060/243, time/total: 00:49/05:28]: etoolbox [238k]
Installing [061/243, time/total: 00:49/05:25]: euenc [153k]
Installing [062/243, time/total: 00:50/05:31]: euler [245k]
Installing [063/243, time/total: 00:50/05:28]: eurosym [408k]
Installing [064/243, time/total: 00:51/05:30]: extsizes [202k]
Installing [065/243, time/total: 00:51/05:28]: fancybox [279k]
Installing [066/243, time/total: 00:52/05:32]: fancyhdr [741k]
Installing [067/243, time/total: 00:53/05:31]: fancyref [124k]
Installing [068/243, time/total: 00:54/05:36]: fancyvrb [178k]
Installing [069/243, time/total: 00:54/05:34]: filehook [270k]
Installing [070/243, time/total: 00:55/05:38]: fix2col [217k]
Installing [071/243, time/total: 00:55/05:36]: fixlatvian [123k]
Installing [072/243, time/total: 00:56/05:41]: float [125k]
Installing [073/243, time/total: 00:56/05:40]: font-change-xetex [552k]
Installing [074/243, time/total: 00:57/05:40]: fontbook [1221k]
Installing [075/243, time/total: 00:59/05:41]: fontspec [1357k]
Installing [076/243, time/total: 01:00/05:34]: fontwrap [277k]
Installing [077/243, time/total: 01:01/05:37]: fp [233k]
Installing [078/243, time/total: 01:01/05:35]: geometry [477k]
Installing [079/243, time/total: 01:02/05:37]: glyphlist [25k]
Installing [080/243, time/total: 01:02/05:36]: graphics [2016k]
Installing [081/243, time/total: 01:05/05:36]: graphics-cfg [2k]
Installing [082/243, time/total: 01:05/05:35]: graphics-def [10k]
Installing [083/243, time/total: 01:05/05:35]: gsftopk [31k]
Installing [084/243, time/total: 01:05/05:35]: gsftopk.x86_64-linux [40k]
Installing [085/243, time/total: 01:06/05:40]: hyperref [3653k]
Installing [086/243, time/total: 01:09/05:27]: hyph-utf8 [534k]
Installing [087/243, time/total: 01:10/05:27]: hyphen-base [22k]
Installing [088/243, time/total: 01:11/05:32]: hyphen-basque [6k]
Installing [089/243, time/total: 01:11/05:32]: hyphen-czech [16k]
Installing [090/243, time/total: 01:11/05:32]: hyphen-danish [6k]
Installing [091/243, time/total: 01:11/05:32]: hyphen-dutch [38k]
Installing [092/243, time/total: 01:11/05:32]: hyphen-english [41k]
Installing [093/243, time/total: 01:11/05:31]: hyphen-finnish [4k]
Installing [094/243, time/total: 01:12/05:36]: hyphen-french [12k]
Installing [095/243, time/total: 01:12/05:36]: hyphen-german [107k]
Installing [096/243, time/total: 01:12/05:35]: hyphen-hungarian [455k]
Installing [097/243, time/total: 01:13/05:36]: hyphen-italian [4k]
Installing [098/243, time/total: 01:13/05:36]: hyphen-norwegian [94k]
Installing [099/243, time/total: 01:13/05:36]: hyphen-polish [13k]
Installing [100/243, time/total: 01:13/05:36]: hyphen-portuguese [4k]
Installing [101/243, time/total: 01:13/05:36]: hyphen-spanish [147k]
Installing [102/243, time/total: 01:14/05:39]: hyphen-swedish [18k]
Installing [103/243, time/total: 01:14/05:39]: ifluatex [123k]
Installing [104/243, time/total: 01:15/05:43]: iftex [32k]
Installing [105/243, time/total: 01:15/05:42]: ifxetex [166k]
Installing [106/243, time/total: 01:15/05:41]: index [179k]
Installing [107/243, time/total: 01:16/05:44]: interchar [89k]
Installing [108/243, time/total: 01:16/05:44]: jknapltx [13k]
Installing [109/243, time/total: 01:17/05:48]: knuth-lib [30k]
Installing [110/243, time/total: 01:17/05:48]: knuth-local [23k]
Installing [111/243, time/total: 01:17/05:48]: koma-script [13435k]
Installing [112/243, time/total: 01:33/05:27]: kpathsea [1149k]
Installing [113/243, time/total: 01:34/05:24]: kpathsea.x86_64-linux [47k]
Installing [114/243, time/total: 01:35/05:28]: l3experimental [3524k]
Installing [115/243, time/total: 01:39/05:23]: l3kernel [8326k]
Installing [116/243, time/total: 01:48/05:13]: l3packages [1794k]
Installing [117/243, time/total: 01:50/05:11]: latex [14013k]
Installing [118/243, time/total: 02:03/04:53]: latex-bin [21k]
Installing [119/243, time/total: 02:03/04:53]: latex-bin.x86_64-linux [1k]
Installing [120/243, time/total: 02:04/04:55]: latex-fonts [19k]
Installing [121/243, time/total: 02:04/04:55]: latexbug [196k]
Installing [122/243, time/total: 02:04/04:55]: latexconfig [5k]
Installing [123/243, time/total: 02:05/04:57]: lineno [739k]
Installing [124/243, time/total: 02:06/04:57]: listings [2494k]
Installing [125/243, time/total: 02:09/04:56]: lm [17942k]
Installing [126/243, time/total: 02:28/04:45]: ltxmisc [16k]
Installing [127/243, time/total: 02:29/04:46]: lua-alt-getopt [6k]
Installing [128/243, time/total: 02:29/04:46]: lualibs [208k]
Installing [129/243, time/total: 02:29/04:46]: luaotfload [1063k]
Installing [130/243, time/total: 02:31/04:47]: luaotfload.x86_64-linux [1k]
Installing [131/243, time/total: 02:31/04:47]: luatex [1632k]
Installing [132/243, time/total: 02:33/04:47]: luatex.x86_64-linux [7318k]
Installing [133/243, time/total: 02:43/04:47]: luatexbase [270k]
Installing [134/243, time/total: 02:44/04:48]: lwarp [2641k]
Installing [135/243, time/total: 02:47/04:47]: lwarp.x86_64-linux [1k]
Installing [136/243, time/total: 02:47/04:47]: makecmds [120k]
Installing [137/243, time/total: 02:48/04:49]: makeindex [460k]
Installing [138/243, time/total: 02:49/04:49]: makeindex.x86_64-linux [49k]
Installing [139/243, time/total: 02:49/04:49]: mathspec [179k]
Installing [140/243, time/total: 02:49/04:49]: mathtools [1042k]
Installing [141/243, time/total: 02:51/04:50]: mdwtools [1689k]
Installing [142/243, time/total: 02:54/04:51]: memoir [3344k]
Installing [143/243, time/total: 02:59/04:52]: metafont [85k]
Installing [144/243, time/total: 02:59/04:51]: metafont.x86_64-linux [188k]
Installing [145/243, time/total: 03:00/04:53]: metalogo [86k]
Installing [146/243, time/total: 03:00/04:52]: mflogo [242k]
Installing [147/243, time/total: 03:01/04:53]: mfnfss [458k]
Installing [148/243, time/total: 03:02/04:54]: mfware [103k]
Installing [149/243, time/total: 03:02/04:54]: mfware.x86_64-linux [120k]
Installing [150/243, time/total: 03:02/04:54]: microtype [1782k]
Installing [151/243, time/total: 03:04/04:53]: mptopdf [51k]
Installing [152/243, time/total: 03:04/04:53]: mptopdf.x86_64-linux [1k]
Installing [153/243, time/total: 03:05/04:54]: ms [2054k]
Installing [154/243, time/total: 03:07/04:53]: na-position [354k]
Installing [155/243, time/total: 03:08/04:54]: natbib [493k]
Installing [156/243, time/total: 03:09/04:54]: ntgclass [1050k]
Installing [157/243, time/total: 03:11/04:55]: oberdiek [14350k]
Installing [158/243, time/total: 03:25/04:47]: parskip [311k]
Installing [159/243, time/total: 03:26/04:48]: pdfpages [355k]
Installing [160/243, time/total: 03:27/04:49]: pdftex [1493k]
Installing [161/243, time/total: 03:29/04:49]: pdftex.x86_64-linux [795k]
Installing [162/243, time/total: 03:30/04:48]: pgf [10913k]
Installing [163/243, time/total: 03:43/04:46]: philokalia [172k]
Installing [164/243, time/total: 03:44/04:47]: plain [60k]
Installing [165/243, time/total: 03:44/04:47]: polyglossia [743k]
Installing [166/243, time/total: 03:45/04:47]: powerdot [1013k]
Installing [167/243, time/total: 03:47/04:48]: psfrag [86k]
Installing [168/243, time/total: 03:47/04:48]: pslatex [7k]
Installing [169/243, time/total: 03:47/04:48]: psnfss [502k]
Installing [170/243, time/total: 03:48/04:48]: pspicture [50k]
Installing [171/243, time/total: 03:49/04:49]: ptext [77k]
Installing [172/243, time/total: 03:49/04:49]: quran [1558k]
Installing [173/243, time/total: 03:51/04:49]: quran-de [726k]
Installing [174/243, time/total: 03:52/04:49]: rcs [154k]
Installing [175/243, time/total: 03:53/04:50]: realscripts [109k]
Installing [176/243, time/total: 03:53/04:50]: revtex [4141k]
Installing [177/243, time/total: 03:58/04:49]: sansmath [182k]
Installing [178/243, time/total: 03:58/04:49]: section [359k]
Installing [179/243, time/total: 03:59/04:49]: seminar [377k]
Installing [180/243, time/total: 03:59/04:49]: sepnum [349k]
Installing [181/243, time/total: 04:00/04:49]: setspace [9k]
Installing [182/243, time/total: 04:00/04:49]: simple-resume-cv [98k]
Installing [183/243, time/total: 04:00/04:49]: simple-thesis-dissertation [200k]
Installing [184/243, time/total: 04:01/04:50]: subfig [492k]
Installing [185/243, time/total: 04:02/04:51]: synctex [42k]
Installing [186/243, time/total: 04:02/04:50]: synctex.x86_64-linux [72k]
Installing [187/243, time/total: 04:02/04:50]: tetex [583k]
Installing [188/243, time/total: 04:03/04:51]: tetex.x86_64-linux [1k]
Installing [189/243, time/total: 04:03/04:51]: tetragonos [309k]
Installing [190/243, time/total: 04:04/04:51]: tex [44k]
Installing [191/243, time/total: 04:04/04:51]: tex-ini-files [5k]
Installing [192/243, time/total: 04:05/04:52]: tex.x86_64-linux [172k]
Installing [193/243, time/total: 04:05/04:52]: texlive-common [225k]
Installing [194/243, time/total: 04:05/04:52]: texlive-docindex [244k]
Installing [195/243, time/total: 04:06/04:53]: texlive-en [1559k]
Installing [196/243, time/total: 04:08/04:52]: texlive-msg-translations [114k]
Installing [197/243, time/total: 04:08/04:52]: texlive-scripts [3963k]
Installing [198/243, time/total: 04:12/04:51]: texlive-scripts.x86_64-linux [1k]
Installing [199/243, time/total: 04:12/04:51]: texlive.infra [386k]
Installing [200/243, time/total: 04:13/04:51]: texlive.infra.x86_64-linux [146k]
Installing [201/243, time/total: 04:13/04:51]: textcase [159k]
Installing [202/243, time/total: 04:14/04:52]: thumbpdf [33k]
Installing [203/243, time/total: 04:14/04:52]: thumbpdf.x86_64-linux [1k]
Installing [204/243, time/total: 04:14/04:52]: times [281k]
Installing [205/243, time/total: 04:15/04:52]: tipa [5098k]
Installing [206/243, time/total: 04:20/04:50]: tools [5296k]
Installing [207/243, time/total: 04:27/04:50]: translator [231k]
Installing [208/243, time/total: 04:28/04:51]: typehtml [175k]
Installing [209/243, time/total: 04:28/04:50]: ucharcat [160k]
Installing [210/243, time/total: 04:29/04:51]: ucharclasses [146k]
Installing [211/243, time/total: 04:29/04:51]: ulem [107k]
Installing [212/243, time/total: 04:30/04:52]: underscore [246k]
Installing [213/243, time/total: 04:30/04:52]: unicode-bidi [3k]
Installing [214/243, time/total: 04:30/04:52]: unicode-data [229k]
Installing [215/243, time/total: 04:31/04:52]: unicode-math [1780k]
Installing [216/243, time/total: 04:33/04:52]: unisugar [449k]
Installing [217/243, time/total: 04:34/04:52]: updmap-map [206k]
Installing [218/243, time/total: 04:35/04:53]: upquote [164k]
Installing [219/243, time/total: 04:35/04:53]: url [266k]
Installing [220/243, time/total: 04:36/04:54]: xcolor [747k]
Installing [221/243, time/total: 04:37/04:54]: xdvi [175k]
Installing [222/243, time/total: 04:38/04:54]: xdvi.x86_64-linux [518k]
Installing [223/243, time/total: 04:38/04:54]: xebaposter [324k]
Installing [224/243, time/total: 04:39/04:54]: xechangebar [10k]
Installing [225/243, time/total: 04:39/04:54]: xecjk [1776k]
Installing [226/243, time/total: 04:42/04:55]: xecolor [4k]
Installing [227/243, time/total: 04:42/04:55]: xecyr [302k]
Installing [228/243, time/total: 04:42/04:54]: xeindex [79k]
Installing [229/243, time/total: 04:43/04:55]: xesearch [618k]
Installing [230/243, time/total: 04:44/04:55]: xespotcolor [135k]
Installing [231/243, time/total: 04:44/04:55]: xetex [594k]
Installing [232/243, time/total: 04:45/04:55]: xetex-itrans [45k]
Installing [233/243, time/total: 04:46/04:56]: xetex-pstricks [2k]
Installing [234/243, time/total: 04:46/04:56]: xetex-tibetan [9k]
Installing [235/243, time/total: 04:46/04:56]: xetex.x86_64-linux [6831k]
Installing [236/243, time/total: 04:54/04:55]: xetexconfig [1k]
Installing [237/243, time/total: 04:54/04:55]: xetexfontinfo [3k]
Installing [238/243, time/total: 04:55/04:56]: xetexko [282k]
Installing [239/243, time/total: 04:55/04:55]: xevlna [56k]
Installing [240/243, time/total: 04:56/04:56]: xkeyval [439k]
Installing [241/243, time/total: 04:57/04:57]: xltxtra [107k]
Installing [242/243, time/total: 04:57/04:57]: xunicode [26k]
Installing [243/243, time/total: 04:57/04:57]: zapfding [46k]
Time used for installing the packages: 04:58
running mktexlsr /home/grelot/zds-site/.local/texlive/texmf-dist ...
mktexlsr: Updating /home/grelot/zds-site/.local/texlive/texmf-dist/ls-R... 
mktexlsr: Done.
writing fmtutil.cnf to /home/grelot/zds-site/.local/texlive/texmf-dist/web2c/fmtutil.cnf
writing updmap.cfg to /home/grelot/zds-site/.local/texlive/texmf-dist/web2c/updmap.cfg
writing language.dat to /home/grelot/zds-site/.local/texlive/texmf-var/tex/generic/config/language.dat
writing language.def to /home/grelot/zds-site/.local/texlive/texmf-var/tex/generic/config/language.def
writing language.dat.lua to /home/grelot/zds-site/.local/texlive/texmf-var/tex/generic/config/language.dat.lua
running mktexlsr /home/grelot/zds-site/.local/texlive/texmf-var /home/grelot/zds-site/.local/texlive/texmf-config /home/grelot/zds-site/.local/texlive/texmf-dist ...
mktexlsr: Updating /home/grelot/zds-site/.local/texlive/texmf-config/ls-R... 
mktexlsr: Updating /home/grelot/zds-site/.local/texlive/texmf-dist/ls-R... 
mktexlsr: Updating /home/grelot/zds-site/.local/texlive/texmf-var/ls-R... 
mktexlsr: Done.
running updmap-sys --nohash ...done
re-running mktexlsr /home/grelot/zds-site/.local/texlive/texmf-var /home/grelot/zds-site/.local/texlive/texmf-config ...
mktexlsr: Updating /home/grelot/zds-site/.local/texlive/texmf-config/ls-R... 
mktexlsr: Updating /home/grelot/zds-site/.local/texlive/texmf-var/ls-R... 
mktexlsr: Done.
pre-generating all format files, be patient...
running fmtutil-sys --no-error-if-no-engine=luajittex,mfluajit --no-strict --all ...done
running package-specific postactions
finished with package-specific postactions


Welcome to TeX Live!


See /home/grelot/zds-site/.local/texlive/index.html for links to
documentation.
The TeX Live web site (https://tug.org/texlive/) contains any updates and
corrections. TeX Live is a joint project of the TeX user groups around the
world; please consider supporting it by joining the group best for you. The
list of groups is available on the web at https://tug.org/usergroups.html.


Add /home/grelot/zds-site/.local/texlive/texmf-dist/doc/man to MANPATH.
Add /home/grelot/zds-site/.local/texlive/texmf-dist/doc/info to INFOPATH.
Most importantly, add /home/grelot/zds-site/.local/texlive/bin/x86_64-linux
to your PATH for current and future sessions.
Logfile: /home/grelot/zds-site/.local/texlive/install-tl.log
TeX Live 2018 is frozen forever and will no
longer be updated.  This happens in preparation for a new release.

If you're interested in helping to pretest the new release (when
pretests are available), please read https://tug.org/texlive/pretest.html.
Otherwise, just wait, and the new release will be ready in due time.
tlmgr: package repository http://muug.ca/mirror/ctan/systems/texlive/tlnet (verified)
[1/37, ??:??/??:??] install: adjustbox [770k]
[2/37, 00:01/02:05] install: blindtext [361k]
[3/37, 00:02/02:50] install: capt-of [76k]
[4/37, 00:02/02:39] install: catoptions [56k]
[5/37, 00:02/02:32] install: cm-super [63070k]
[6/37, 01:02/01:32] install: collectbox [276k]
[7/37, 01:03/01:33] install: ctablestack [152k]
[8/37, 01:04/01:35] install: datatool [2771k]
[9/37, 01:07/01:35] install: environ [161k]
[10/37, 01:07/01:35] install: framed [242k]
[11/37, 01:08/01:36] install: fvextra [860k]
[12/37, 01:09/01:36] install: glossaries.x86_64-linux [1k]
[13/37, 01:09/01:36] install: glossaries [5475k]
[14/37, 01:15/01:37] install: ifmtarg [40k]
[15/37, 01:16/01:38] install: ifplatform [156k]
[16/37, 01:17/01:39] install: luacode [414k]
[17/37, 01:18/01:40] install: luatex85 [173k]
[18/37, 01:19/01:41] install: media9 [6698k]
[19/37, 01:26/01:41] install: menukeys [573k]
[20/37, 01:27/01:41] install: mfirstuc [659k]
[21/37, 01:28/01:42] install: minted [838k]
[22/37, 01:29/01:42] install: multirow [619k]
[23/37, 01:30/01:42] install: ntheorem [466k]
[24/37, 01:31/01:43] install: pagecolor [413k]
[25/37, 01:32/01:43] install: relsize [308k]
[26/37, 01:32/01:43] install: soul [342k]
[27/37, 01:33/01:44] install: substr [20k]
[28/37, 01:33/01:44] install: tabu [1523k]
[29/37, 01:35/01:44] install: tcolorbox [5515k]
[30/37, 01:41/01:44] install: tracklang [963k]
[31/37, 01:42/01:44] install: trimspaces [149k]
[32/37, 01:43/01:45] install: varwidth [30k]
[33/37, 01:43/01:45] install: xfor [107k]
[34/37, 01:43/01:45] install: xifthen [474k]
[35/37, 01:44/01:45] install: xpatch [450k]
[36/37, 01:45/01:46] install: xsavebox [369k]
[37/37, 01:46/01:46] install: xstring [653k]
running mktexlsr ...
done running mktexlsr.
running updmap-sys ...
done running updmap-sys.
tlmgr: package log updated: /home/grelot/zds-site/.local/texlive/texmf-var/web2c/tlmgr.log
TeX Live 2018 is frozen forever and will no
longer be updated.  This happens in preparation for a new release.

If you're interested in helping to pretest the new release (when
pretests are available), please read https://tug.org/texlive/pretest.html.
Otherwise, just wait, and the new release will be ready in due time.
tlmgr: package repository http://muug.ca/mirror/ctan/systems/texlive/tlnet (verified)
tlmgr: saving backups to /home/grelot/zds-site/.local/texlive/tlpkg/backups
tlmgr: no self-updates for tlmgr available.
* [+latex-template] install latex-template (from https://github.com/zestedesavoir/latex-template.git)
Clonage dans 'latex-template'...
remote: Enumerating objects: 9, done.
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 364 (delta 2), reused 1 (delta 1), pack-reused 355
Réception d'objets: 100% (364/364), 342.14 KiB | 1.35 MiB/s, fait.
Résolution des deltas: 100% (228/228), fait.
* [+back] install back dependencies & migration
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
pip3 install --upgrade -r requirements-dev.txt
Collecting python-social-auth==0.2.21 (from -r requirements.txt (line 2))
  Using cached https://files.pythonhosted.org/packages/3f/d6/6edfc06bf88f8dc4dfd09bdf882534f0b3b8843a489812b086bd4ec6b34b/python_social_auth-0.2.21-py3-none-any.whl
Collecting elasticsearch==5.5.2 (from -r requirements.txt (line 3))
  Using cached https://files.pythonhosted.org/packages/7f/b0/c87bc0744c3193c7b7f07b0469bbeaaf7df363cb452d882783c283572345/elasticsearch-5.5.2-py2.py3-none-any.whl
Collecting elasticsearch-dsl==5.4.0 (from -r requirements.txt (line 4))
  Using cached https://files.pythonhosted.org/packages/6f/e0/51bd2b3310499bbc06ee7f43cb0e8ea1c91f8f595912bcb08bb3208c0aa0/elasticsearch_dsl-5.4.0-py2.py3-none-any.whl
Collecting sqlparse==0.2.4 (from -r requirements.txt (line 5))
  Using cached https://files.pythonhosted.org/packages/65/85/20bdd72f4537cf2c4d5d005368d502b2f464ede22982e724a82c86268eda/sqlparse-0.2.4-py2.py3-none-any.whl
Collecting Django==1.11.15 (from -r requirements.txt (line 8))
  Using cached https://files.pythonhosted.org/packages/f8/1c/31112c778b7a56ce18e3fff5e8915719fbe1cd3476c1eef557dddacfac8b/Django-1.11.15-py2.py3-none-any.whl
Collecting django-crispy-forms==1.7.2 (from -r requirements.txt (line 9))
  Using cached https://files.pythonhosted.org/packages/9a/05/6bad05742d185ec2fabfa4deab05cafde286eb3f383fba24b3674340aca2/django_crispy_forms-1.7.2-py2.py3-none-any.whl
Collecting django-model-utils==3.1.2 (from -r requirements.txt (line 10))
  Using cached https://files.pythonhosted.org/packages/d1/92/8a6b15368bb407f0a2e716bf603e73c843af782b98e68f23c19697742f8a/django_model_utils-3.1.2-py2.py3-none-any.whl
Collecting django-munin==0.2.1 (from -r requirements.txt (line 11))
  Using cached https://files.pythonhosted.org/packages/9f/7f/d84abd37a6e354017d49c0c882df120060bd86faa23d9139a6d04e705c42/django-munin-0.2.1.tar.gz
Collecting python-memcached==1.59 (from -r requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/f5/90/19d3908048f70c120ec66a39e61b92c253e834e6e895cd104ce5e46cbe53/python_memcached-1.59-py2.py3-none-any.whl
Collecting lxml==4.2.5 (from -r requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/03/a4/9eea8035fc7c7670e5eab97f34ff2ef0ddd78a491bf96df5accedb0e63f5/lxml-4.2.5-cp36-cp36m-manylinux1_x86_64.whl
Collecting factory-boy==2.8.1 (from -r requirements.txt (line 14))
  Using cached https://files.pythonhosted.org/packages/8d/0a/1466fd13883dbc4a47e16d4a316389f0e0aa23bdef27759603467f9e6ecb/factory_boy-2.8.1-py2.py3-none-any.whl
Collecting pygeoip==0.3.2 (from -r requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/f2/48/a3ce59694fa05605fee44273fe2d8b7e9df0d808cdf3914de1771b8986c4/pygeoip-0.3.2-py2.py3-none-any.whl
Collecting pillow==5.0.0 (from -r requirements.txt (line 16))
  Using cached https://files.pythonhosted.org/packages/9a/2f/86941111d108fd060190c994f15881283b98693c1c370e74885cfc470eb3/Pillow-5.0.0-cp36-cp36m-manylinux1_x86_64.whl
Collecting gitpython==2.1.9 (from -r requirements.txt (line 17))
  Using cached https://files.pythonhosted.org/packages/88/9c/b462dddb492204417f88d538b0931e87631f2a98afe89842929f4ed9ca5b/GitPython-2.1.9-py2.py3-none-any.whl
Collecting easy-thumbnails==2.5.0 (from -r requirements.txt (line 18))
  Using cached https://files.pythonhosted.org/packages/5a/50/15211bfae0096feced4b97c69e76f01758c6ceac802ee468f7d478d43c5d/easy-thumbnails-2.5.tar.gz
Collecting beautifulsoup4==4.6.0 (from -r requirements.txt (line 19))
  Using cached https://files.pythonhosted.org/packages/9e/d4/10f46e5cfac773e22707237bfcd51bbffeaf0a576b0a847ec7ab15bd7ace/beautifulsoup4-4.6.0-py3-none-any.whl
Collecting django-recaptcha==1.3.1 (from -r requirements.txt (line 20))
  Using cached https://files.pythonhosted.org/packages/27/10/beb2a0810e17fb5f8c1ef41c5c1570dd5fbf98fb8d8c7865137d200e1f26/django-recaptcha-1.3.1.tar.gz
Collecting google-api-python-client==1.7.4 (from -r requirements.txt (line 21))
  Using cached https://files.pythonhosted.org/packages/56/04/5259a17a16a779426f6e2ac62796135b0d4a59cf8033a21037fd4ba5bf81/google_api_python_client-1.7.4-py3-none-any.whl
Collecting toml==0.10.0 (from -r requirements.txt (line 22))
  Using cached https://files.pythonhosted.org/packages/a2/12/ced7105d2de62fa7c8fb5fce92cc4ce66b57c95fb875e9318dba7f8c5db0/toml-0.10.0-py2.py3-none-any.whl
Collecting requests==2.19.1 (from -r requirements.txt (line 23))
  Using cached https://files.pythonhosted.org/packages/65/47/7e02164a2a3db50ed6d8a6ab1d6d60b69c4c3fdf57a284257925dfc12bda/requests-2.19.1-py2.py3-none-any.whl
Collecting djangorestframework==3.6.4 (from -r requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/12/22/98d2ea3089384b88f1ed86fb2799d8c57b59ce430c3972ec0f18986cd449/djangorestframework-3.6.4-py2.py3-none-any.whl
Collecting djangorestframework-xml==1.3.0 (from -r requirements.txt (line 27))
  Using cached https://files.pythonhosted.org/packages/83/05/7f7f23d0e49435abcfa8fe22d9d3da50ffdb0130cdca371991286565077b/djangorestframework_xml-1.3.0-py2.py3-none-any.whl
Collecting django-filter==1.1.0 (from -r requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/ee/99/eb6f20b0ca4e2800279963599971e70c71767b9d151f44fcbcd1caa19f32/django_filter-1.1.0-py2.py3-none-any.whl
Collecting django-oauth-toolkit==1.0.0 (from -r requirements.txt (line 29))
  Using cached https://files.pythonhosted.org/packages/e2/f0/3bd6fb9f17c375ac0f3f4f8a4879d240a5a5508557b77e696a665fceeb23/django_oauth_toolkit-1.0.0-py2.py3-none-any.whl
Collecting drf-extensions==0.3.1 (from -r requirements.txt (line 30))
  Using cached https://files.pythonhosted.org/packages/54/a9/ab65fa8febdb701deaea33498673639f9f3d43c78402951524a4e3b39346/drf_extensions-0.3.1-py2.py3-none-any.whl
Collecting django-rest-swagger==2.1.2 (from -r requirements.txt (line 31))
  Using cached https://files.pythonhosted.org/packages/2c/12/28d0677756283d913f8371ad7590e16f5e6c8444044f5b1b1586f956e610/django_rest_swagger-2.1.2-py2.py3-none-any.whl
Collecting django-cors-middleware==1.3.1 (from -r requirements.txt (line 32))
  Using cached https://files.pythonhosted.org/packages/33/d8/23f4b1249021f0192a3d6f263c29b46637c1f03ab41608ed8477d992550d/django-cors-middleware-1.3.1.tar.gz
Collecting dry-rest-permissions==0.1.10 (from -r requirements.txt (line 33))
  Using cached https://files.pythonhosted.org/packages/56/69/c665e334ff7b37b3fd4c18c79aa522a879d3ff42bc05cb2ee1a92a9a0f08/dry_rest_permissions-0.1.10-py2.py3-none-any.whl
Collecting oauth2client==4.1.3 (from -r requirements.txt (line 34))
  Using cached https://files.pythonhosted.org/packages/95/a9/4f25a14d23f0786b64875b91784607c2277eff25d48f915e39ff0cff505a/oauth2client-4.1.3-py2.py3-none-any.whl
Collecting watchdog==0.8.3 (from -r requirements.txt (line 37))
  Using cached https://files.pythonhosted.org/packages/54/7d/c7c0ad1e32b9f132075967fc353a244eb2b375a3d2f5b0ce612fd96e107e/watchdog-0.8.3.tar.gz
Collecting django-uuslug==1.0.3 (from -r requirements.txt (line 39))
  Using cached https://files.pythonhosted.org/packages/5e/34/36e76cce55a24653ec33dfef4bf3b2704e1d760f391a6616cd90c803256a/django-uuslug-1.0.3.tar.gz
Collecting python-slugify==1.1.4 (from -r requirements.txt (line 40))
  Using cached https://files.pythonhosted.org/packages/2e/13/838ba9b35375ed05bc3b959c81f22ef49e7bdb426063bee888d6f2dc84f0/python-slugify-1.1.4.tar.gz
Collecting coverage==4.5.1 (from -r requirements-dev.txt (line 3))
  Using cached https://files.pythonhosted.org/packages/3d/a0/b12090c40e0b8196b973962ec71c1c541a6c04af58ba5ad85683b3de251a/coverage-4.5.1-cp36-cp36m-manylinux1_x86_64.whl
Collecting PyYAML==3.12 (from -r requirements-dev.txt (line 4))
  Using cached https://files.pythonhosted.org/packages/4a/85/db5a2df477072b2902b0eb892feb37d88ac635d36245a72a6a69b23b383a/PyYAML-3.12.tar.gz
Collecting django-debug-toolbar==1.9.1 (from -r requirements-dev.txt (line 5))
  Using cached https://files.pythonhosted.org/packages/b2/ff/eb95539d31b3f3c12803c8f18cefe7f9e6f7281b059a36dbc9ee9b52c558/django_debug_toolbar-1.9.1-py2.py3-none-any.whl
Collecting flake8==3.5.0 (from -r requirements-dev.txt (line 6))
  Using cached https://files.pythonhosted.org/packages/b9/dc/14e9d94c770b8c4ef584e906c7583e74864786a58d47de101f2767d50c0b/flake8-3.5.0-py2.py3-none-any.whl
Collecting flake8_quotes==0.14.1 (from -r requirements-dev.txt (line 7))
  Using cached https://files.pythonhosted.org/packages/1c/6e/33b5f1add3fa2e0ecdcda6267d6154bdeb51d39586a058b698002da1ccab/flake8-quotes-0.14.1.tar.gz
Collecting autopep8==1.3.5 (from -r requirements-dev.txt (line 8))
  Using cached https://files.pythonhosted.org/packages/b7/0c/20cf0a438d5273bfd2d607ada3a7a782845ab3776c1c83c1d3baca05535e/autopep8-1.3.5.tar.gz
Collecting sphinx==1.7.2 (from -r requirements-dev.txt (line 9))
  Using cached https://files.pythonhosted.org/packages/0c/39/9b723cd9d5a093174e518a7a4cb8ef8b0e067d8a9fcc00fcb445738cc300/Sphinx-1.7.2-py2.py3-none-any.whl
Collecting selenium==3.14.1 (from -r requirements-dev.txt (line 10))
  Using cached https://files.pythonhosted.org/packages/b0/c9/52390baa8d6b65c3e3b89f522c3a0fcf58f2b4faf37893ef9d97cddde699/selenium-3.14.1-py2.py3-none-any.whl
Collecting sphinx_rtd_theme==0.2.4 (from -r requirements-dev.txt (line 11))
  Using cached https://files.pythonhosted.org/packages/d7/50/849cd05961e7bafda2e0846ba80fa03f5a16a55fc5acc1d9f6bc79eb6fd9/sphinx_rtd_theme-0.2.4-py2.py3-none-any.whl
Collecting faker==0.8.12 (from -r requirements-dev.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/01/b2/64a270470c013ec8613ac8669c5e2343322972e9dbd8ebbfaf13e4de74b5/Faker-0.8.12-py2.py3-none-any.whl
Collecting mock==2.0.0 (from -r requirements-dev.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/e6/35/f187bdf23be87092bd0f1200d43d23076cee4d0dec109f195173fd3ebc79/mock-2.0.0-py2.py3-none-any.whl
Collecting colorlog==3.1.2 (from -r requirements-dev.txt (line 14))
  Using cached https://files.pythonhosted.org/packages/0a/3f/6ed9b4a33b2db6c839df760bcd4449a7a42f5bd12eac9c49ad6b3a8c6e09/colorlog-3.1.2-py2.py3-none-any.whl
Collecting six>=1.10.0 (from python-social-auth==0.2.21->-r requirements.txt (line 2))
  Using cached https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
Collecting python3-openid>=3.0.9 (from python-social-auth==0.2.21->-r requirements.txt (line 2))
  Using cached https://files.pythonhosted.org/packages/bd/de/52c5699f52dcee3037db587196dcaf63ffedf5fbeba3183afe9b21a3a89f/python3_openid-3.1.0-py3-none-any.whl
Collecting oauthlib>=1.0.3 (from python-social-auth==0.2.21->-r requirements.txt (line 2))
  Using cached https://files.pythonhosted.org/packages/16/95/699466b05b72b94a41f662dc9edf87fda4289e3602ecd42d27fcaddf7b56/oauthlib-3.0.1-py2.py3-none-any.whl
Collecting requests-oauthlib>=0.6.1 (from python-social-auth==0.2.21->-r requirements.txt (line 2))
  Using cached https://files.pythonhosted.org/packages/c2/e2/9fd03d55ffb70fe51f587f20bcf407a6927eb121de86928b34d162f0b1ac/requests_oauthlib-1.2.0-py2.py3-none-any.whl
Collecting PyJWT>=1.4.0 (from python-social-auth==0.2.21->-r requirements.txt (line 2))
  Using cached https://files.pythonhosted.org/packages/87/8b/6a9f14b5f781697e51259d81657e6048fd31a113229cf346880bb7545565/PyJWT-1.7.1-py2.py3-none-any.whl
Collecting urllib3<1.23,>=1.21.1 (from elasticsearch==5.5.2->-r requirements.txt (line 3))
  Using cached https://files.pythonhosted.org/packages/63/cb/6965947c13a94236f6d4b8223e21beb4d576dc72e8130bd7880f600839b8/urllib3-1.22-py2.py3-none-any.whl
Collecting python-dateutil (from elasticsearch-dsl==5.4.0->-r requirements.txt (line 4))
  Using cached https://files.pythonhosted.org/packages/41/17/c62faccbfbd163c7f57f3844689e3a78bae1f403648a6afb1d0866d87fbb/python_dateutil-2.8.0-py2.py3-none-any.whl
Collecting pytz (from Django==1.11.15->-r requirements.txt (line 8))
  Using cached https://files.pythonhosted.org/packages/61/28/1d3920e4d1d50b19bc5d24398a7cd85cc7b9a75a490570d5a30c57622d34/pytz-2018.9-py2.py3-none-any.whl
Collecting gitdb2>=2.0.0 (from gitpython==2.1.9->-r requirements.txt (line 17))
  Using cached https://files.pythonhosted.org/packages/da/30/a407568aa8d8f25db817cf50121a958722f3fc5f87e3a6fba1f40c0633e3/gitdb2-2.0.5-py2.py3-none-any.whl
Collecting google-auth>=1.4.1 (from google-api-python-client==1.7.4->-r requirements.txt (line 21))
  Using cached https://files.pythonhosted.org/packages/c5/9b/ed0516cc1f7609fb0217e3057ff4f0f9f3e3ce79a369c6af4a6c5ca25664/google_auth-1.6.3-py2.py3-none-any.whl
Collecting uritemplate<4dev,>=3.0.0 (from google-api-python-client==1.7.4->-r requirements.txt (line 21))
  Using cached https://files.pythonhosted.org/packages/e5/7d/9d5a640c4f8bf2c8b1afc015e9a9d8de32e13c9016dcc4b0ec03481fb396/uritemplate-3.0.0-py2.py3-none-any.whl
Collecting httplib2<1dev,>=0.9.2 (from google-api-python-client==1.7.4->-r requirements.txt (line 21))
  Using cached https://files.pythonhosted.org/packages/75/d0/f213003c9deec99fb4f46e54580b93a3b121c487d9d6d888fc12267eb2a2/httplib2-0.12.1.tar.gz
Collecting google-auth-httplib2>=0.0.3 (from google-api-python-client==1.7.4->-r requirements.txt (line 21))
  Using cached https://files.pythonhosted.org/packages/33/49/c814d6d438b823441552198f096fcd0377fd6c88714dbed34f1d3c8c4389/google_auth_httplib2-0.0.3-py2.py3-none-any.whl
Collecting idna<2.8,>=2.5 (from requests==2.19.1->-r requirements.txt (line 23))
  Using cached https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl
Collecting chardet<3.1.0,>=3.0.2 (from requests==2.19.1->-r requirements.txt (line 23))
  Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
Collecting certifi>=2017.4.17 (from requests==2.19.1->-r requirements.txt (line 23))
  Using cached https://files.pythonhosted.org/packages/9f/e0/accfc1b56b57e9750eba272e24c4dddeac86852c2bebd1236674d7887e8a/certifi-2018.11.29-py2.py3-none-any.whl
Collecting defusedxml>=0.3 (from djangorestframework-xml==1.3.0->-r requirements.txt (line 27))
  Using cached https://files.pythonhosted.org/packages/87/1c/17f3e3935a913dfe2a5ca85fa5ccbef366bfd82eb318b1f75dadbf0affca/defusedxml-0.5.0-py2.py3-none-any.whl
Collecting coreapi>=2.3.0 (from django-rest-swagger==2.1.2->-r requirements.txt (line 31))
  Using cached https://files.pythonhosted.org/packages/fc/3a/9dedaad22962770edd334222f2b3c3e7ad5e1c8cab1d6a7992c30329e2e5/coreapi-2.3.3-py2.py3-none-any.whl
Collecting openapi-codec>=1.3.1 (from django-rest-swagger==2.1.2->-r requirements.txt (line 31))
  Using cached https://files.pythonhosted.org/packages/78/e5/e0b5aba60c645dde952bc8a9df1f2b0bef27302908839b0a29284c9245d4/openapi-codec-1.3.2.tar.gz
Collecting simplejson (from django-rest-swagger==2.1.2->-r requirements.txt (line 31))
  Using cached https://files.pythonhosted.org/packages/e3/24/c35fb1c1c315fc0fffe61ea00d3f88e85469004713dab488dee4f35b0aff/simplejson-3.16.0.tar.gz
Collecting rsa>=3.1.4 (from oauth2client==4.1.3->-r requirements.txt (line 34))
  Using cached https://files.pythonhosted.org/packages/02/e5/38518af393f7c214357079ce67a317307936896e961e35450b70fad2a9cf/rsa-4.0-py2.py3-none-any.whl
Collecting pyasn1>=0.1.7 (from oauth2client==4.1.3->-r requirements.txt (line 34))
  Using cached https://files.pythonhosted.org/packages/7b/7c/c9386b82a25115cccf1903441bba3cbadcfae7b678a20167347fa8ded34c/pyasn1-0.4.5-py2.py3-none-any.whl
Collecting pyasn1-modules>=0.0.5 (from oauth2client==4.1.3->-r requirements.txt (line 34))
  Using cached https://files.pythonhosted.org/packages/da/98/8ddd9fa4d84065926832bcf2255a2b69f1d03330aa4d1c49cc7317ac888e/pyasn1_modules-0.2.4-py2.py3-none-any.whl
Collecting argh>=0.24.1 (from watchdog==0.8.3->-r requirements.txt (line 37))
  Using cached https://files.pythonhosted.org/packages/06/1c/e667a7126f0b84aaa1c56844337bf0ac12445d1beb9c8a6199a7314944bf/argh-0.26.2-py2.py3-none-any.whl
Collecting pathtools>=0.1.1 (from watchdog==0.8.3->-r requirements.txt (line 37))
  Using cached https://files.pythonhosted.org/packages/e7/7f/470d6fcdf23f9f3518f6b0b76be9df16dcc8630ad409947f8be2eb0ed13a/pathtools-0.1.2.tar.gz
Collecting Unidecode>=0.04.16 (from python-slugify==1.1.4->-r requirements.txt (line 40))
  Using cached https://files.pythonhosted.org/packages/31/39/53096f9217b057cb049fe872b7fc7ce799a1a89b76cf917d9639e7a558b5/Unidecode-1.0.23-py2.py3-none-any.whl
Collecting pycodestyle<2.4.0,>=2.0.0 (from flake8==3.5.0->-r requirements-dev.txt (line 6))
  Using cached https://files.pythonhosted.org/packages/e4/81/78fe51eb4038d1388b7217dd63770b0f428370207125047312886c923b26/pycodestyle-2.3.1-py2.py3-none-any.whl
Collecting mccabe<0.7.0,>=0.6.0 (from flake8==3.5.0->-r requirements-dev.txt (line 6))
  Using cached https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting pyflakes<1.7.0,>=1.5.0 (from flake8==3.5.0->-r requirements-dev.txt (line 6))
  Using cached https://files.pythonhosted.org/packages/d7/40/733bcc64da3161ae4122c11e88269f276358ca29335468005cb0ee538665/pyflakes-1.6.0-py2.py3-none-any.whl
Collecting alabaster<0.8,>=0.7 (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
  Using cached https://files.pythonhosted.org/packages/10/ad/00b090d23a222943eb0eda509720a404f531a439e803f6538f35136cae9e/alabaster-0.7.12-py2.py3-none-any.whl
Collecting packaging (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
  Using cached https://files.pythonhosted.org/packages/91/32/58bc30e646e55eab8b21abf89e353f59c0cc02c417e42929f4a9546e1b1d/packaging-19.0-py2.py3-none-any.whl
Collecting babel!=2.0,>=1.3 (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
  Using cached https://files.pythonhosted.org/packages/b8/ad/c6f60602d3ee3d92fbed87675b6fb6a6f9a38c223343ababdb44ba201f10/Babel-2.6.0-py2.py3-none-any.whl
Collecting imagesize (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
  Using cached https://files.pythonhosted.org/packages/fc/b6/aef66b4c52a6ad6ac18cf6ebc5731ed06d8c9ae4d3b2d9951f261150be67/imagesize-1.1.0-py2.py3-none-any.whl
Collecting setuptools (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
  Using cached https://files.pythonhosted.org/packages/d1/6a/4b2fcefd2ea0868810e92d519dacac1ddc64a2e53ba9e3422c3b62b378a6/setuptools-40.8.0-py2.py3-none-any.whl
Collecting sphinxcontrib-websupport (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
  Using cached https://files.pythonhosted.org/packages/52/69/3c2fbdc3702358c5b34ee25e387b24838597ef099761fc9a42c166796e8f/sphinxcontrib_websupport-1.1.0-py2.py3-none-any.whl
Collecting snowballstemmer>=1.1 (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
  Using cached https://files.pythonhosted.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl
Collecting docutils>=0.11 (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
  Using cached https://files.pythonhosted.org/packages/36/fa/08e9e6e0e3cbd1d362c3bbee8d01d0aedb2155c4ac112b19ef3cae8eed8d/docutils-0.14-py3-none-any.whl
Collecting Pygments>=2.0 (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
  Using cached https://files.pythonhosted.org/packages/13/e5/6d710c9cf96c31ac82657bcfb441df328b22df8564d58d0c4cd62612674c/Pygments-2.3.1-py2.py3-none-any.whl
Collecting Jinja2>=2.3 (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
  Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl
Collecting text-unidecode (from faker==0.8.12->-r requirements-dev.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/79/42/d717cc2b4520fb09e45b344b1b0b4e81aa672001dd128c180fabc655c341/text_unidecode-1.2-py2.py3-none-any.whl
Collecting pbr>=0.11 (from mock==2.0.0->-r requirements-dev.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/14/09/12fe9a14237a6b7e0ba3a8d6fcf254bf4b10ec56a0185f73d651145e9222/pbr-5.1.3-py2.py3-none-any.whl
Collecting smmap2>=2.0.0 (from gitdb2>=2.0.0->gitpython==2.1.9->-r requirements.txt (line 17))
  Using cached https://files.pythonhosted.org/packages/55/d2/866d45e3a121ee15a1dc013824d58072fd5c7799c9c34d01378eb262ca8f/smmap2-2.0.5-py2.py3-none-any.whl
Collecting cachetools>=2.0.0 (from google-auth>=1.4.1->google-api-python-client==1.7.4->-r requirements.txt (line 21))
  Using cached https://files.pythonhosted.org/packages/39/2b/d87fc2369242bd743883232c463f28205902b8579cb68dcf5b11eee1652f/cachetools-3.1.0-py2.py3-none-any.whl
Collecting itypes (from coreapi>=2.3.0->django-rest-swagger==2.1.2->-r requirements.txt (line 31))
  Using cached https://files.pythonhosted.org/packages/d3/24/5e511590f95582efe64b8ad2f6dadd85c5563c9dcf40171ea5a70adbf5a9/itypes-1.1.0.tar.gz
Collecting coreschema (from coreapi>=2.3.0->django-rest-swagger==2.1.2->-r requirements.txt (line 31))
  Using cached https://files.pythonhosted.org/packages/93/08/1d105a70104e078718421e6c555b8b293259e7fc92f7e9a04869947f198f/coreschema-0.0.4.tar.gz
Collecting pyparsing>=2.0.2 (from packaging->sphinx==1.7.2->-r requirements-dev.txt (line 9))
  Using cached https://files.pythonhosted.org/packages/de/0a/001be530836743d8be6c2d85069f46fecf84ac6c18c7f5fb8125ee11d854/pyparsing-2.3.1-py2.py3-none-any.whl
Collecting MarkupSafe>=0.23 (from Jinja2>=2.3->sphinx==1.7.2->-r requirements-dev.txt (line 9))
  Using cached https://files.pythonhosted.org/packages/b2/5f/23e0023be6bb885d00ffbefad2942bc51a620328ee910f64abe5a8d18dd1/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
Building wheels for collected packages: django-munin, easy-thumbnails, django-recaptcha, django-cors-middleware, watchdog, django-uuslug, python-slugify, PyYAML, flake8-quotes, autopep8, httplib2, openapi-codec, simplejson, pathtools, itypes, coreschema
  Running setup.py bdist_wheel for django-munin ... error
  Complete output from command /home/grelot/zds-site/zdsenv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6uik5u8v/django-munin/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpjbbf3okvpip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for django-munin
  Running setup.py clean for django-munin
  Running setup.py bdist_wheel for easy-thumbnails ... error
  Complete output from command /home/grelot/zds-site/zdsenv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6uik5u8v/easy-thumbnails/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpiqnb7_mapip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for easy-thumbnails
  Running setup.py clean for easy-thumbnails
  Running setup.py bdist_wheel for django-recaptcha ... error
  Complete output from command /home/grelot/zds-site/zdsenv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6uik5u8v/django-recaptcha/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpbxyp5x2epip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for django-recaptcha
  Running setup.py clean for django-recaptcha
  Running setup.py bdist_wheel for django-cors-middleware ... error
  Complete output from command /home/grelot/zds-site/zdsenv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6uik5u8v/django-cors-middleware/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpc__bhr9xpip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for django-cors-middleware
  Running setup.py clean for django-cors-middleware
  Running setup.py bdist_wheel for watchdog ... error
  Complete output from command /home/grelot/zds-site/zdsenv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6uik5u8v/watchdog/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpk77g2_5mpip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for watchdog
  Running setup.py clean for watchdog
  Running setup.py bdist_wheel for django-uuslug ... error
  Complete output from command /home/grelot/zds-site/zdsenv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6uik5u8v/django-uuslug/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpnv0f59_fpip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for django-uuslug
  Running setup.py clean for django-uuslug
  Running setup.py bdist_wheel for python-slugify ... error
  Complete output from command /home/grelot/zds-site/zdsenv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6uik5u8v/python-slugify/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmp0g3pnvcxpip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for python-slugify
  Running setup.py clean for python-slugify
  Running setup.py bdist_wheel for PyYAML ... error
  Complete output from command /home/grelot/zds-site/zdsenv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6uik5u8v/PyYAML/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmp6uegue5hpip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for PyYAML
  Running setup.py clean for PyYAML
  Running setup.py bdist_wheel for flake8-quotes ... error
  Complete output from command /home/grelot/zds-site/zdsenv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6uik5u8v/flake8-quotes/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpsepge_lypip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for flake8-quotes
  Running setup.py clean for flake8-quotes
  Running setup.py bdist_wheel for autopep8 ... error
  Complete output from command /home/grelot/zds-site/zdsenv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6uik5u8v/autopep8/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpe0h48q22pip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for autopep8
  Running setup.py clean for autopep8
  Running setup.py bdist_wheel for httplib2 ... error
  Complete output from command /home/grelot/zds-site/zdsenv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6uik5u8v/httplib2/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmp44mjanngpip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for httplib2
  Running setup.py clean for httplib2
  Running setup.py bdist_wheel for openapi-codec ... error
  Complete output from command /home/grelot/zds-site/zdsenv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6uik5u8v/openapi-codec/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpj_ibk5_9pip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for openapi-codec
  Running setup.py clean for openapi-codec
  Running setup.py bdist_wheel for simplejson ... error
  Complete output from command /home/grelot/zds-site/zdsenv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6uik5u8v/simplejson/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpvi_yofaupip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for simplejson
  Running setup.py clean for simplejson
  Running setup.py bdist_wheel for pathtools ... error
  Complete output from command /home/grelot/zds-site/zdsenv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6uik5u8v/pathtools/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpc62btpptpip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for pathtools
  Running setup.py clean for pathtools
  Running setup.py bdist_wheel for itypes ... error
  Complete output from command /home/grelot/zds-site/zdsenv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6uik5u8v/itypes/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpibqw8t37pip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for itypes
  Running setup.py clean for itypes
  Running setup.py bdist_wheel for coreschema ... error
  Complete output from command /home/grelot/zds-site/zdsenv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6uik5u8v/coreschema/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpyajf5yt1pip-wheel- --python-tag cp36:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for coreschema
  Running setup.py clean for coreschema
Failed to build django-munin easy-thumbnails django-recaptcha django-cors-middleware watchdog django-uuslug python-slugify PyYAML flake8-quotes autopep8 httplib2 openapi-codec simplejson pathtools itypes coreschema
Installing collected packages: six, defusedxml, python3-openid, oauthlib, idna, urllib3, chardet, certifi, requests, requests-oauthlib, PyJWT, python-social-auth, elasticsearch, python-dateutil, elasticsearch-dsl, sqlparse, pytz, Django, django-crispy-forms, django-model-utils, django-munin, python-memcached, lxml, text-unidecode, faker, factory-boy, pygeoip, pillow, smmap2, gitdb2, gitpython, easy-thumbnails, beautifulsoup4, django-recaptcha, pyasn1, rsa, pyasn1-modules, cachetools, google-auth, uritemplate, httplib2, google-auth-httplib2, google-api-python-client, toml, djangorestframework, djangorestframework-xml, django-filter, django-oauth-toolkit, drf-extensions, itypes, MarkupSafe, Jinja2, coreschema, coreapi, openapi-codec, simplejson, django-rest-swagger, django-cors-middleware, dry-rest-permissions, oauth2client, PyYAML, argh, pathtools, watchdog, Unidecode, python-slugify, django-uuslug, coverage, django-debug-toolbar, pycodestyle, mccabe, pyflakes, flake8, flake8-quotes, autopep8, alabaster, pyparsing, packaging, babel, imagesize, setuptools, sphinxcontrib-websupport, snowballstemmer, docutils, Pygments, sphinx, selenium, sphinx-rtd-theme, pbr, mock, colorlog
  Running setup.py install for django-munin ... done
  Running setup.py install for easy-thumbnails ... done
  Running setup.py install for django-recaptcha ... done
  Running setup.py install for httplib2 ... done
  Running setup.py install for itypes ... done
  Running setup.py install for coreschema ... done
  Running setup.py install for openapi-codec ... done
  Running setup.py install for simplejson ... done
  Running setup.py install for django-cors-middleware ... done
  Running setup.py install for PyYAML ... done
  Running setup.py install for pathtools ... done
  Running setup.py install for watchdog ... done
  Running setup.py install for python-slugify ... done
  Running setup.py install for django-uuslug ... done
  Running setup.py install for flake8-quotes ... done
  Running setup.py install for autopep8 ... done
  Found existing installation: setuptools 39.0.1
    Uninstalling setuptools-39.0.1:
      Successfully uninstalled setuptools-39.0.1
Successfully installed Django-1.11.15 Jinja2-2.10 MarkupSafe-1.1.1 PyJWT-1.7.1 PyYAML-3.12 Pygments-2.3.1 Unidecode-1.0.23 alabaster-0.7.12 argh-0.26.2 autopep8-1.3.5 babel-2.6.0 beautifulsoup4-4.6.0 cachetools-3.1.0 certifi-2018.11.29 chardet-3.0.4 colorlog-3.1.2 coreapi-2.3.3 coreschema-0.0.4 coverage-4.5.1 defusedxml-0.5.0 django-cors-middleware-1.3.1 django-crispy-forms-1.7.2 django-debug-toolbar-1.9.1 django-filter-1.1.0 django-model-utils-3.1.2 django-munin-0.2.1 django-oauth-toolkit-1.0.0 django-recaptcha-1.3.1 django-rest-swagger-2.1.2 django-uuslug-1.0.3 djangorestframework-3.6.4 djangorestframework-xml-1.3.0 docutils-0.14 drf-extensions-0.3.1 dry-rest-permissions-0.1.10 easy-thumbnails-2.5 elasticsearch-5.5.2 elasticsearch-dsl-5.4.0 factory-boy-2.8.1 faker-0.8.12 flake8-3.5.0 flake8-quotes-0.14.1 gitdb2-2.0.5 gitpython-2.1.9 google-api-python-client-1.7.4 google-auth-1.6.3 google-auth-httplib2-0.0.3 httplib2-0.12.1 idna-2.7 imagesize-1.1.0 itypes-1.1.0 lxml-4.2.5 mccabe-0.6.1 mock-2.0.0 oauth2client-4.1.3 oauthlib-3.0.1 openapi-codec-1.3.2 packaging-19.0 pathtools-0.1.2 pbr-5.1.3 pillow-5.0.0 pyasn1-0.4.5 pyasn1-modules-0.2.4 pycodestyle-2.3.1 pyflakes-1.6.0 pygeoip-0.3.2 pyparsing-2.3.1 python-dateutil-2.8.0 python-memcached-1.59 python-slugify-1.1.4 python-social-auth-0.2.21 python3-openid-3.1.0 pytz-2018.9 requests-2.19.1 requests-oauthlib-1.2.0 rsa-4.0 selenium-3.14.1 setuptools-40.8.0 simplejson-3.16.0 six-1.12.0 smmap2-2.0.5 snowballstemmer-1.2.1 sphinx-1.7.2 sphinx-rtd-theme-0.2.4 sphinxcontrib-websupport-1.1.0 sqlparse-0.2.4 text-unidecode-1.2 toml-0.10.0 uritemplate-3.0.0 urllib3-1.22 watchdog-0.8.3
make[1] : on quitte le répertoire « /home/grelot/zds-site »
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
python manage.py migrate
Operations to perform:
  Apply all migrations: admin, auth, contenttypes, easy_thumbnails, featured, forum, gallery, member, mp, notification, oauth2_provider, pages, sessions, social_auth, tutorialv2, utils
Running migrations:
  Applying contenttypes.0001_initial... OK
  Applying auth.0001_initial... OK
  Applying admin.0001_initial... OK
  Applying admin.0002_logentry_remove_auto_add... OK
  Applying contenttypes.0002_remove_content_type_name... OK
  Applying auth.0002_alter_permission_name_max_length... OK
  Applying auth.0003_alter_user_email_max_length... OK
  Applying auth.0004_alter_user_username_opts... OK
  Applying auth.0005_alter_user_last_login_null... OK
  Applying auth.0006_require_contenttypes_0002... OK
  Applying auth.0007_alter_validators_add_error_messages... OK
  Applying auth.0008_alter_user_username_max_length... OK
  Applying easy_thumbnails.0001_initial... OK
  Applying easy_thumbnails.0002_thumbnaildimensions... OK
  Applying member.0001_initial... OK
  Applying member.0002_auto_20150601_1144... OK
  Applying featured.0001_initial... OK
  Applying featured.0002_auto_20150622_0956... OK
  Applying featured.0003_remove_featuredresource_authors... OK
  Applying featured.0004_auto_20150622_0957... OK
  Applying featured.0005_auto_20160114_1604... OK
  Applying featured.0006_python_3... OK
  Applying utils.0001_initial... OK
  Applying forum.0001_initial... OK
  Applying forum.0002_auto_20150410_1505... OK
  Applying forum.0003_auto_20150414_2324... OK
  Applying forum.0003_auto_20151110_1145... OK
  Applying forum.0004_topic_update_index_date... OK
  Applying forum.0005_auto_20151119_2224... OK
  Applying forum.0006_auto_20160720_2259... OK
  Applying forum.0007_auto_20160827_2035... OK
  Applying forum.0008_remove_forum_image... OK
  Applying forum.0008_auto_20161101_1122... OK
  Applying forum.0009_remove_topic_key... OK
  Applying forum.0010_auto_20161112_1823... OK
  Applying forum.0011_auto_20170130_1823... OK
  Applying forum.0012_auto_20170204_2239... OK
  Applying forum.0013_auto_20170327_1349... OK
  Applying forum.0014_topic_github_issue... OK
  Applying forum.0015_python_3... OK
  Applying forum.0016_topic_solved_by... OK
  Applying gallery.0001_initial... OK
  Applying gallery.0002_auto_20150409_2122... OK
  Applying gallery.0003_auto_20150928_1249... OK
  Applying gallery.0004_python_3... OK
  Applying gallery.0005_auto_20180816_2256... OK
  Applying gallery.0006_usergallery_is_default... OK
  Applying utils.0002_comment_update_index_date... OK
  Applying utils.0003_auto_20150414_2256... OK
  Applying utils.0004_auto_20151229_1904... OK
  Applying utils.0005_commentvote... OK
  Applying utils.0006_auto_20160509_1633... OK
  Applying utils.0007_auto_20160511_2153... OK
  Applying mp.0001_initial... OK
  Applying mp.0002_auto_20150416_1750... OK
  Applying utils.0008_auto_20161112_1757... OK
  Applying utils.0009_auto_20161113_2328... OK
  Applying utils.0010_auto_20170203_2100... OK
  Applying tutorialv2.0001_initial... OK
  Applying tutorialv2.0002_auto_20150417_0445... OK
  Applying tutorialv2.0003_auto_20150423_1429... OK
  Applying tutorialv2.0004_publishablecontent_public_version... OK
  Applying tutorialv2.0005_auto_20150510_2114... OK
  Applying tutorialv2.0006_publishablecontent_must_reindex... OK
  Applying tutorialv2.0007_auto_20150803_1059... OK
  Applying tutorialv2.0008_publishedcontent_update_date... OK
  Applying tutorialv2.0009_publishedcontent_authors... OK
  Applying tutorialv2.0010_publishedcontent_sizes... OK
  Applying tutorialv2.0011_auto_20160106_2231... OK
  Applying tutorialv2.0012_publishablecontent_tags... OK
  Applying tutorialv2.0013_auto_20160320_0908... OK
  Applying tutorialv2.0014_auto_20160331_0415... OK
  Applying tutorialv2.0015_publishedcontent_nb_letter... OK
  Applying tutorialv2.0016_auto_20170201_1940... OK
  Applying tutorialv2.0017_auto_20170204_2239... OK
  Applying tutorialv2.0018_publishedcontent_is_obsolete... OK
  Applying tutorialv2.0019_auto_20170208_1347... OK
  Applying tutorialv2.0020_auto_20170401_1521... OK
  Applying utils.0011_auto_20170401_1521... OK
  Applying utils.0012_commentedit... OK
  Applying utils.0013_tags... OK
  Applying utils.0014_auto_20170905_2220... OK
  Applying member.0003_auto_20151019_2333... OK
  Applying member.0004_profile_allow_temp_visual_changes... OK
  Applying member.0005_profile_github_token... OK
  Applying member.0006_auto_20161119_1650... OK
  Applying member.0007_auto_20161119_1836... OK
  Applying member.0008_remove_profile_sdz_tutorial... OK
  Applying member.0009_profile_show_staff_badge... OK
  Applying member.0010_profile_show_markdown_help... OK
  Applying member.0011_bannedemailprovider_newemailprovider... OK
  Applying member.0012_profile_licence... OK
  Applying member.0013_auto_20170807_1930... OK
  Applying member.0014_profile_use_old_smileys... OK
  Applying member.0015_auto_20170905_2220... OK
  Applying member.0016_python_3... OK
  Applying member.0017_profile_email_for_new_mp... OK
  Applying mp.0003_privatepost_hat... OK
  Applying mp.0004_python_3... OK
  Applying notification.0001_initial... OK
  Applying notification.0002_auto_20151219_2302... OK
  Applying notification.0003_auto_20160103_0001... OK
  Applying notification.0004_auto_20160110_1221... OK
  Applying notification.0005_auto_20160111_1936... OK
  Applying notification.0006_auto_20160115_1724... OK
  Applying notification.0007_auto_20160121_2343... OK
  Applying notification.0008_auto_20160507_1504... OK
  Applying notification.0009_newtopicsubscription... OK
  Applying notification.0010_newpublicationsubscription... OK
  Applying notification.0011_notification_is_dead... OK
  Applying notification.0012_auto_20160703_2255... OK
  Applying notification.0013_clean_notifications... OK
  Applying notification.0014_pingsubscription... OK
  Applying notification.0015_python_3... OK
  Applying oauth2_provider.0001_initial... OK
  Applying oauth2_provider.0002_08_updates... OK
  Applying oauth2_provider.0003_auto_20160316_1503... OK
  Applying oauth2_provider.0004_auto_20160525_1623... OK
  Applying oauth2_provider.0005_auto_20170514_1141... OK
  Applying pages.0001_initial... OK
  Applying pages.0002_auto_20170831_1023... OK
  Applying pages.0003_python_3... OK
  Applying sessions.0001_initial... OK
  Applying social_auth.0001_initial... OK
  Applying social_auth.0002_add_related_name... OK
  Applying social_auth.0003_alter_email_max_length... OK
  Applying social_auth.0004_auto_20160423_0400... OK
  Applying social_auth.0005_auto_20160727_2333... OK
  Applying tutorialv2.0021_picklistoperation... OK
  Applying tutorialv2.0022_python_3... OK
  Applying utils.0015_hat_group... OK
  Applying utils.0016_python_3... OK
  Applying utils.0017_hat_is_staff... OK
  Applying utils.0018_auto_20171006_2126... OK
  Applying utils.0019_auto_20180102_1659... OK
  Applying utils.0020_auto_20180501_1059... OK
make[1] : on quitte le répertoire « /home/grelot/zds-site »
* [+front] install front dependencies & build front
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
yarn install
yarn install v1.13.0
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
success Saved lockfile.
Done in 24.10s.
make[1] : on quitte le répertoire « /home/grelot/zds-site »
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
yarn run build
yarn run v1.13.0
$ gulp build
The speed mode is not enabled.
[16:48:13] Using gulpfile /home/grelot/zds-site/Gulpfile.js
[16:48:13] Starting 'prepare-zmd'...
[16:48:13] Starting 'css:sprite'...
[16:48:13] Starting 'js'...
[16:48:37] Finished 'js' after 24 s
[16:48:37] Finished 'prepare-zmd' after 24 s
[16:48:42] Finished 'css:sprite' after 29 s
[16:48:42] Starting 'css'...
[16:48:42] Starting 'images'...
DEPRECATION WARNING on line 13, column 8 of /home/grelot/zds-site/assets/scss/main.scss:
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
Use a custom importer to maintain this behaviour. Check your implementations documentation on how to create a custom importer.

DEPRECATION WARNING on line 14, column 8 of /home/grelot/zds-site/assets/scss/main.scss:
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
Use a custom importer to maintain this behaviour. Check your implementations documentation on how to create a custom importer.

DEPRECATION WARNING on line 8, column 8 of /home/grelot/zds-site/assets/scss/zmd.scss:
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
Use a custom importer to maintain this behaviour. Check your implementations documentation on how to create a custom importer.

Node#moveTo was deprecated. Use Container#append.
[16:48:51] Finished 'css' after 9.59 s
[16:49:33] gulp-imagemin: Minified 401 images (saved 373 kB - 37.5%)
[16:49:33] Finished 'images' after 51 s
[16:49:33] Starting 'build'...
[16:49:33] Finished 'build' after 209 μs
Done in 85.93s.
make[1] : on quitte le répertoire « /home/grelot/zds-site »
* [+zmd] install zmarkdown dependencies
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
cd zmd && npm -g install pm2 && npm install --production
/root/.nvm/versions/node/v10.8.0/bin/pm2 -> /root/.nvm/versions/node/v10.8.0/lib/node_modules/pm2/bin/pm2
/root/.nvm/versions/node/v10.8.0/bin/pm2-dev -> /root/.nvm/versions/node/v10.8.0/lib/node_modules/pm2/bin/pm2-dev
/root/.nvm/versions/node/v10.8.0/bin/pm2-docker -> /root/.nvm/versions/node/v10.8.0/lib/node_modules/pm2/bin/pm2-docker
/root/.nvm/versions/node/v10.8.0/bin/pm2-runtime -> /root/.nvm/versions/node/v10.8.0/lib/node_modules/pm2/bin/pm2-runtime
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/pm2/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

+ pm2@3.3.1
updated 1 package in 21.228s
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN zmd-server@1.0.0 No description
npm WARN zmd-server@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 509 packages from 624 contributors and audited 2911 packages in 35.105s
found 0 vulnerabilities

make[1] : on quitte le répertoire « /home/grelot/zds-site »
* [+data] fixtures
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
python manage.py loaddata fixtures/*.yaml
Installed 114 object(s) from 9 fixture(s)
python manage.py load_factory_data fixtures/advanced/aide_tuto_media.yaml
Rédacteur
Correcteur
Illustrateur
Repreneur
python manage.py load_fixtures --size=low --all
Nombres de membres à créer : 10
 User 10/10  
Fait en 7.921751976013184 sec
Nombres de staffs à créer : 3
 Staff 3/3  
Fait en 3.289633274078369 sec
Nombres de galéries à créer par utilisateur: 1
Nombres d'images à créer par gallerie: 3
 User 21/21     Gallery 1/1     Image 3/3  
Fait en 11.60850739479065 sec
Nombres de catégories de forum à créer : 4
 Cat. 4/4  
Fait en 0.764411449432373 sec
Nombres de Forums à créer : 8
 Forum 8/8  
Fait en 1.3885483741760254 sec
Nombres de Tags de forum à créer : 30
 Tag 30/30  
Fait en 2.756115674972534 sec
Nombres de Topics à créer : 10
 Topic 10/10  
Fait en 12.572776079177856 sec
Nombres de messages à poster en moyenne dans un sujet : 20
Traceback (most recent call last):
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/urllib3/connection.py", line 141, in _new_conn
    (self.host, self.port), self.timeout, **extra_kw)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/urllib3/util/connection.py", line 83, in create_connection
    raise err
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/urllib3/util/connection.py", line 73, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 601, in urlopen
    chunked=chunked)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 357, in _make_request
    conn.request(method, url, **httplib_request_kw)
  File "/usr/lib/python3.6/http/client.py", line 1239, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib/python3.6/http/client.py", line 1285, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.6/http/client.py", line 1234, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.6/http/client.py", line 1026, in _send_output
    self.send(msg)
  File "/usr/lib/python3.6/http/client.py", line 964, in send
    self.connect()
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/urllib3/connection.py", line 166, in connect
    conn = self._new_conn()
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/urllib3/connection.py", line 150, in _new_conn
    self, "Failed to establish a new connection: %s" % e)
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fcd05599780>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/requests/adapters.py", line 445, in send
    timeout=timeout
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 639, in urlopen
    _stacktrace=sys.exc_info()[2])
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/urllib3/util/retry.py", line 388, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=27272): Max retries exceeded with url: /html (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcd05599780>: Failed to establish a new connection: [Errno 111] Connection refused',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "manage.py", line 47, in <module>
    execute_from_command_line(sys.argv)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line
    utility.execute()
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/__init__.py", line 356, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/base.py", line 283, in run_from_argv
    self.execute(*args, **cmd_options)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/base.py", line 330, in execute
    output = self.handle(*args, **options)
  File "/home/grelot/zds-site/zds/utils/management/commands/load_fixtures.py", line 636, in handle
    zds_module.callback(self, size, fake, *zds_module.extra_args, root=default_root)
  File "/home/grelot/zds-site/zds/utils/management/commands/load_fixtures.py", line 268, in load_posts
    __generate_topic_and_post(cli, fake, nb_avg_posts_in_topic, nb_topics, nb_users, topics, tps1)
  File "/home/grelot/zds-site/zds/utils/management/commands/load_fixtures.py", line 279, in __generate_topic_and_post
    post.text_html = emarkdown(post.text)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/template/defaultfilters.py", line 51, in _dec
    return func(*args, **kwargs)
  File "/home/grelot/zds-site/zds/utils/templatetags/emarkdown.py", line 139, in emarkdown
    **dict(kwargs, disable_jsfiddle=disable_jsfiddle))
  File "/home/grelot/zds-site/zds/utils/templatetags/emarkdown.py", line 92, in render_markdown
    content, metadata, messages = _render_markdown_once(md_input, **kwargs)
  File "/home/grelot/zds-site/zds/utils/templatetags/emarkdown.py", line 52, in _render_markdown_once
    }, timeout=timeout)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/requests/api.py", line 112, in post
    return request('post', url, data=data, json=json, **kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/requests/api.py", line 58, in request
    return session.request(method=method, url=url, **kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/requests/sessions.py", line 512, in request
    resp = self.send(prep, **send_kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/requests/sessions.py", line 622, in send
    r = adapter.send(request, **kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/requests/adapters.py", line 513, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=27272): Max retries exceeded with url: /html (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcd05599780>: Failed to establish a new connection: [Errno 111] Connection refused',))
Makefile:100: recipe for target 'generate-fixtures' failed
make[1]: *** [generate-fixtures] Error 1
make[1] : on quitte le répertoire « /home/grelot/zds-site »
Done. You can now run instance with `source zdsenv/bin/activate`, and then, `make zmd-start && make run-back`
root@grelot-Aspire-5517:/home/grelot/zds-site# source zdsenv/bin/activatesource zdsenv/bin/activate
bash: zdsenv/bin/activatesource: Aucun fichier ou dossier de ce type
root@grelot-Aspire-5517:/home/grelot/zds-site# ls -la
total 1892
drwxr-xr-x  20 root   root      4096 fév 28 16:51 .
drwxr-xr-x  41 grelot grelot    4096 fév 28 16:53 ..
drwxr-xr-x   7 root   root      4096 fév 28 16:33 assets
-rw-r--r--   1 root   root       197 fév 28 16:33 AUTHORS
-rw-r--r--   1 root   root   1445888 fév 28 16:51 base.db
-rw-r--r--   1 root   root      2754 fév 28 16:33 CODE_OF_CONDUCT.md
-rw-r--r--   1 root   root       155 fév 28 16:33 CONTRIBUTING.md
-rw-r--r--   1 root   root     35147 fév 28 16:33 COPYING
-rw-r--r--   1 root   root       163 fév 28 16:33 .coveragerc
drwxr-xr-x   8 root   root      4096 fév 28 16:49 dist
drwxr-xr-x   3 root   root      4096 fév 28 16:33 doc
-rw-r--r--   1 root   root       328 fév 28 16:33 .editorconfig
drwxr-xr-x   5 root   root      4096 fév 28 16:33 errors
drwxr-xr-x   4 root   root      4096 fév 28 16:33 export-assets
drwxr-xr-x   4 root   root      4096 fév 28 16:33 fixtures
-rw-r--r--   1 root   root       232 fév 28 16:33 .flake8
drwxr-xr-x   2 root   root      4096 fév 28 16:33 geodata
drwxr-xr-x   8 root   root      4096 fév 28 16:33 .git
drwxr-xr-x   2 root   root      4096 fév 28 16:33 .github
-rw-r--r--   1 root   root      1439 fév 28 16:33 .gitignore
-rw-r--r--   1 root   root      6137 fév 28 16:33 Gulpfile.js
-rw-r--r--   1 root   root       319 fév 28 16:33 .jshintrc
-rw-r--r--   1 root   root       717 fév 28 16:33 LICENSE
drwxr-xr-x   4 root   root      4096 fév 28 16:36 .local
-rw-r--r--   1 root   root      3829 fév 28 16:33 Makefile
-rwxr-xr-x   1 root   root      1536 fév 28 16:33 manage.py
drwxr-xr-x   3 root   root      4096 fév 28 16:50 media
drwxr-xr-x 754 root   root     24576 fév 28 16:48 node_modules
-rw-r--r--   1 root   root         7 fév 28 16:35 .nvmrc
-rw-r--r--   1 root   root      1402 fév 28 16:33 package.json
-rw-r--r--   1 root   root      1552 fév 28 16:33 quotes.txt
-rw-r--r--   1 root   root      3280 fév 28 16:33 README.md
-rw-r--r--   1 root   root       227 fév 28 16:33 requirements-dev.txt
-rw-r--r--   1 root   root        83 fév 28 16:33 requirements-prod.txt
-rw-r--r--   1 root   root       998 fév 28 16:33 requirements.txt
-rw-r--r--   1 root   root       948 fév 28 16:33 robots.txt
drwxr-xr-x   3 root   root      4096 fév 28 16:33 scripts
-rw-r--r--   1 root   root       285 fév 28 16:33 suggestions.txt
drwxr-xr-x  15 root   root      4096 fév 28 16:33 templates
-rw-r--r--   1 root   root      6107 fév 28 16:33 .travis.yml
-rw-r--r--   1 root   root     45743 fév 28 16:33 update.md
drwxr-xr-x   2 root   root      4096 fév 28 16:46 watchdog-build
-rw-r--r--   1 root   root    197271 fév 28 16:48 yarn.lock
drwxr-xr-x  19 root   root      4096 fév 28 16:46 zds
drwxr-xr-x   6 root   root      4096 fév 28 16:35 zdsenv
drwxr-xr-x   3 root   root      4096 fév 28 16:50 zmd
root@grelot-Aspire-5517:/home/grelot/zds-site# source zdsenv/bin/activatesource zdsenv/bin/activate
bash: zdsenv/bin/activatesource: Aucun fichier ou dossier de ce type
root@grelot-Aspire-5517:/home/grelot/zds-site# source /zdsenv/bin/activatesource zdsenv/bin/activate
bash: /zdsenv/bin/activatesource: Aucun fichier ou dossier de ce type
root@grelot-Aspire-5517:/home/grelot/zds-site# cd zdsenv
root@grelot-Aspire-5517:/home/grelot/zds-site/zdsenv# ls -la
total 28
drwxr-xr-x  6 root root 4096 fév 28 16:35 .
drwxr-xr-x 20 root root 4096 fév 28 16:51 ..
drwxr-xr-x  3 root root 4096 fév 28 16:45 bin
drwxr-xr-x  2 root root 4096 fév 28 16:35 include
drwxr-xr-x  3 root root 4096 fév 28 16:35 lib
lrwxrwxrwx  1 root root    3 fév 28 16:35 lib64 -> lib
-rw-r--r--  1 root root   69 fév 28 16:35 pyvenv.cfg
drwxr-xr-x  3 root root 4096 fév 28 16:35 share
root@grelot-Aspire-5517:/home/grelot/zds-site/zdsenv# cd ..
root@grelot-Aspire-5517:/home/grelot/zds-site# source zdsenv/bin/activate
Found '/home/grelot/zds-site/.nvmrc' with version <10.8.0>
Now using node v10.8.0 (npm v6.2.0)
(zdsenv) root@grelot-Aspire-5517:/home/grelot/zds-site# make zmd-start
cd zmd/node_modules/zmarkdown && npm run server

> zmarkdown@5.12.2 server /home/grelot/zds-site/zmd/node_modules/zmarkdown
> pm2 start -f server/index.js -i 3 --max-memory-restart 150M

[PM2] Spawning PM2 daemon with pm2_home=/root/.pm2
[PM2] PM2 Successfully daemonized
[PM2] Starting /home/grelot/zds-site/zmd/node_modules/zmarkdown/server/index.js in cluster_mode (3 instances)
[PM2] Done.
┌──────────┬────┬─────────┬─────────┬───────┬────────┬─────────┬────────┬─────┬───────────┬──────┬──────────┐
│ App name │ id │ version │ mode    │ pid   │ status │ restart │ uptime │ cpu │ mem       │ user │ watching │
├──────────┼────┼─────────┼─────────┼───────┼────────┼─────────┼────────┼─────┼───────────┼──────┼──────────┤
│ index    │ 0  │ 5.12.2  │ cluster │ 14850 │ online │ 0       │ 5s     │ 0%  │ 76.1 MB   │ root │ disabled │
│ index    │ 1  │ 5.12.2  │ cluster │ 14856 │ online │ 0       │ 5s     │ 0%  │ 70.8 MB   │ root │ disabled │
│ index    │ 2  │ 5.12.2  │ cluster │ 14870 │ online │ 0       │ 2s     │ 0%  │ 43.2 MB   │ root │ disabled │
└──────────┴────┴─────────┴─────────┴───────┴────────┴─────────┴────────┴─────┴───────────┴──────┴──────────┘
 Use `pm2 show <id|name>` to get more details about an app
(zdsenv) root@grelot-Aspire-5517:/home/grelot/zds-site# make run-back
zmd is running
python manage.py runserver
Performing system checks...

System check identified no issues (0 silenced).
February 28, 2019 - 22:57:20
Django version 1.11.15, using settings 'zds.settings.dev'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.


==========================================================================================================

Done. You can now run instance with `
source zdsenv/bin/activate
make zmd-start
make run-back
+0 -0

Coucou \o

Oui, j’ai souvent ces erreurs moi aussi. Je ne me souviens pas de error: invalid command 'bdist_wheel' par-contre.

Bref, pour nvm, je l’installe avec npm en configurant l’environnement npm (fixer NPM_PACKAGES, NODE_PATH et ajouter, NPM_PACKAGES/bin à la variable d’environnement PATH).

Pour ce qui est du log, tu peux utiliser les balises secret.

[[secret]]
| Ceci est un long texte. Oui je sais, il est court, mais faut avoir de l'imagination.

Qui donne :

Ceci est un long texte. Oui je sais, il est court, mais faut avoir de l’imagination.

Il y a un petit bouton (le i (ℹ️) puis l’icône cadenas 🔒). Tu sélectionnes le long texte à cacher. Puis tu cliques sur le cadenas et voilà.

+0 -0

Ache,

Merci mais j’ai cette erreur en collant le texte ( de 1500 lignes) dans la fenêtre du forum…

Erreur du serveur Markdown: KaTeX parse error: Expected 'EOF', got '#' at position 18: …M_DIR/nvm.sh" #̲ This loads nvm…

Et je ne trouve pas comment rendre disponible le Log.

+0 -0

@dubser: Ok, ça dit que dans ton texte, il y des symboles Markdown qui s’intèprète comme des maths (des dollars quoi)

Essaye ça :

[[secret]]
|~~~plain
| Ceci est un long texte. Oui je sais, il est court, mais faut avoir de l'imagination.
|~~~

En rajoutant les balises de code (~~~plain au début et ~~~ à la fin), ça demande de ne pas interpréter les logs, ça devrait résoudre le problème.

Ça donne ça :

Ceci est un long texte. Oui je sais, il est court, mais faut avoir de l'imagination.

1500lignes, c’est rien ^^

+1 -0

@A-312

Merci de ton temps… en réponse,

(./scripts/install_zds.sh: ligne 93) Il y a…. echo ${ZDS_NODE_VERSION} > .nvmrc

Mais ce n’est peut être plus pertinent, depuis hier mon installation a évolué. En suivant ton conseil et en essayant de réinstaller avec make install-linux plutot que make install-linux-full j’ai maintenant une installation locale partiellement fonctionelle, pour laquelle les erreurs d’installation sont maintenant dans le log ci bas…

./scripts/install_zds.sh +base
* [+packages] installing packages (this subcommand will be run as super-user)
[sudo] Mot de passe de grelot : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
build-essential est déjà la version la plus récente (12.4ubuntu1).
coreutils est déjà la version la plus récente (8.28-1ubuntu1).
libffi-dev est déjà la version la plus récente (3.2.1-8).
libfreetype6 est déjà la version la plus récente (2.8.1-2ubuntu2).
libfreetype6-dev est déjà la version la plus récente (2.8.1-2ubuntu2).
libjpeg8 est déjà la version la plus récente (8c-2ubuntu8).
libjpeg8-dev est déjà la version la plus récente (8c-2ubuntu8).
libxslt1-dev est déjà la version la plus récente (1.1.29-5).
python3-setuptools est déjà la version la plus récente (39.0.1-2).
python3-sqlparse est déjà la version la plus récente (0.2.4-0.1).
zlib1g-dev est déjà la version la plus récente (1:1.2.11.dfsg-0ubuntu2).
librsvg2-bin est déjà la version la plus récente (2.40.20-2).
xzdec est déjà la version la plus récente (5.2.2-1.3).
curl est déjà la version la plus récente (7.58.0-2ubuntu3.6).
git est déjà la version la plus récente (1:2.17.1-1ubuntu0.4).
imagemagick est déjà la version la plus récente (8:6.9.7.4+dfsg-16ubuntu6.4).
libxml2-dev est déjà la version la plus récente (2.9.4+dfsg1-6.1ubuntu1.2).
python3-dev est déjà la version la plus récente (3.6.7-1~18.04).
python3-lxml est déjà la version la plus récente (4.2.1-1ubuntu0.1).
python3-pip est déjà la version la plus récente (9.0.1-2.3~ubuntu1).
python3-venv est déjà la version la plus récente (3.6.7-1~18.04).
Le paquet suivant a été installé automatiquement et n'est plus nécessaire :
  libssl-doc
Veuillez utiliser « sudo apt autoremove » pour le supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 475 non mis à jour.
* activating venv `zdsenv`
Found '/home/grelot/zds-site/.nvmrc' with version <10.8.0>
Now using node v10.8.0 (npm v6.2.0)
* [+node] installing nvm (v0.33.11) & node (v10.8.0) & yarn
=> nvm is already installed in /home/grelot/.nvm, trying to update using git
=> => Compressing and cleaning up git repository

=> nvm source string already in /home/grelot/.bashrc
=> bash_completion source string already in /home/grelot/.bashrc
=> You currently have modules installed globally with `npm`. These will no
=> longer be linked to the active version of Node when you install a new node
=> with `nvm`; and they may (depending on how you construct your `$PATH`)
=> override the binaries of modules installed with `nvm`:

/home/grelot/.nvm/versions/node/v10.8.0/lib
├── pm2@3.3.1
└── yarn@1.13.0
=> If you wish to uninstall them at a later point (or re-install them under your
=> `nvm` Nodes), you can remove them from the system Node as follows:

     $ nvm use system
     $ npm uninstall -g a_module

=> Close and reopen your terminal to start using nvm or run the following to use it now:

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion
v10.8.0 is already installed.
Now using node v10.8.0 (npm v6.2.0)
Found '/home/grelot/zds-site/.nvmrc' with version <10.8.0>
Now using node v10.8.0 (npm v6.2.0)
/home/grelot/.nvm/versions/node/v10.8.0/bin/yarn -> /home/grelot/.nvm/versions/node/v10.8.0/lib/node_modules/yarn/bin/yarn.js
/home/grelot/.nvm/versions/node/v10.8.0/bin/yarnpkg -> /home/grelot/.nvm/versions/node/v10.8.0/lib/node_modules/yarn/bin/yarn.js
+ yarn@1.13.0
updated 1 package in 1.878s
* [+back] install back dependencies & migration
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
pip3 install --upgrade -r requirements-dev.txt
Requirement already up-to-date: python-social-auth==0.2.21 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 2))
Requirement already up-to-date: elasticsearch==5.5.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 3))
Requirement already up-to-date: elasticsearch-dsl==5.4.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 4))
Requirement already up-to-date: sqlparse==0.2.4 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 5))
Requirement already up-to-date: Django==1.11.15 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 8))
Requirement already up-to-date: django-crispy-forms==1.7.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 9))
Requirement already up-to-date: django-model-utils==3.1.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 10))
Requirement already up-to-date: django-munin==0.2.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 11))
Requirement already up-to-date: python-memcached==1.59 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 12))
Requirement already up-to-date: lxml==4.2.5 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 13))
Requirement already up-to-date: factory-boy==2.8.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 14))
Requirement already up-to-date: pygeoip==0.3.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 15))
Requirement already up-to-date: pillow==5.0.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 16))
Requirement already up-to-date: gitpython==2.1.9 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 17))
Requirement already up-to-date: easy-thumbnails==2.5.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 18))
Requirement already up-to-date: beautifulsoup4==4.6.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 19))
Requirement already up-to-date: django-recaptcha==1.3.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 20))
Requirement already up-to-date: google-api-python-client==1.7.4 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 21))
Requirement already up-to-date: toml==0.10.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 22))
Requirement already up-to-date: requests==2.19.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 23))
Requirement already up-to-date: djangorestframework==3.6.4 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 26))
Requirement already up-to-date: djangorestframework-xml==1.3.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 27))
Requirement already up-to-date: django-filter==1.1.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 28))
Requirement already up-to-date: django-oauth-toolkit==1.0.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 29))
Requirement already up-to-date: drf-extensions==0.3.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 30))
Requirement already up-to-date: django-rest-swagger==2.1.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 31))
Requirement already up-to-date: django-cors-middleware==1.3.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 32))
Requirement already up-to-date: dry-rest-permissions==0.1.10 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 33))
Requirement already up-to-date: oauth2client==4.1.3 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 34))
Requirement already up-to-date: watchdog==0.8.3 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 37))
Requirement already up-to-date: django-uuslug==1.0.3 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 39))
Requirement already up-to-date: python-slugify==1.1.4 in ./zdsenv/lib/python3.6/site-packages (from -r requirements.txt (line 40))
Requirement already up-to-date: coverage==4.5.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 3))
Requirement already up-to-date: PyYAML==3.12 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 4))
Requirement already up-to-date: django-debug-toolbar==1.9.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 5))
Requirement already up-to-date: flake8==3.5.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 6))
Requirement already up-to-date: flake8_quotes==0.14.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 7))
Requirement already up-to-date: autopep8==1.3.5 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 8))
Requirement already up-to-date: sphinx==1.7.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 9))
Requirement already up-to-date: selenium==3.14.1 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 10))
Requirement already up-to-date: sphinx_rtd_theme==0.2.4 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 11))
Requirement already up-to-date: faker==0.8.12 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 12))
Requirement already up-to-date: mock==2.0.0 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 13))
Requirement already up-to-date: colorlog==3.1.2 in ./zdsenv/lib/python3.6/site-packages (from -r requirements-dev.txt (line 14))
Requirement already up-to-date: python3-openid>=3.0.9 in ./zdsenv/lib/python3.6/site-packages (from python-social-auth==0.2.21->-r requirements.txt (line 2))
Requirement already up-to-date: PyJWT>=1.4.0 in ./zdsenv/lib/python3.6/site-packages (from python-social-auth==0.2.21->-r requirements.txt (line 2))
Requirement already up-to-date: requests-oauthlib>=0.6.1 in ./zdsenv/lib/python3.6/site-packages (from python-social-auth==0.2.21->-r requirements.txt (line 2))
Requirement already up-to-date: oauthlib>=1.0.3 in ./zdsenv/lib/python3.6/site-packages (from python-social-auth==0.2.21->-r requirements.txt (line 2))
Requirement already up-to-date: six>=1.10.0 in ./zdsenv/lib/python3.6/site-packages (from python-social-auth==0.2.21->-r requirements.txt (line 2))
Requirement already up-to-date: urllib3<1.23,>=1.21.1 in ./zdsenv/lib/python3.6/site-packages (from elasticsearch==5.5.2->-r requirements.txt (line 3))
Requirement already up-to-date: python-dateutil in ./zdsenv/lib/python3.6/site-packages (from elasticsearch-dsl==5.4.0->-r requirements.txt (line 4))
Requirement already up-to-date: pytz in ./zdsenv/lib/python3.6/site-packages (from Django==1.11.15->-r requirements.txt (line 8))
Requirement already up-to-date: gitdb2>=2.0.0 in ./zdsenv/lib/python3.6/site-packages (from gitpython==2.1.9->-r requirements.txt (line 17))
Requirement already up-to-date: uritemplate<4dev,>=3.0.0 in ./zdsenv/lib/python3.6/site-packages (from google-api-python-client==1.7.4->-r requirements.txt (line 21))
Requirement already up-to-date: google-auth>=1.4.1 in ./zdsenv/lib/python3.6/site-packages (from google-api-python-client==1.7.4->-r requirements.txt (line 21))
Requirement already up-to-date: google-auth-httplib2>=0.0.3 in ./zdsenv/lib/python3.6/site-packages (from google-api-python-client==1.7.4->-r requirements.txt (line 21))
Requirement already up-to-date: httplib2<1dev,>=0.9.2 in ./zdsenv/lib/python3.6/site-packages (from google-api-python-client==1.7.4->-r requirements.txt (line 21))
Requirement already up-to-date: chardet<3.1.0,>=3.0.2 in ./zdsenv/lib/python3.6/site-packages (from requests==2.19.1->-r requirements.txt (line 23))
Requirement already up-to-date: idna<2.8,>=2.5 in ./zdsenv/lib/python3.6/site-packages (from requests==2.19.1->-r requirements.txt (line 23))
Requirement already up-to-date: certifi>=2017.4.17 in ./zdsenv/lib/python3.6/site-packages (from requests==2.19.1->-r requirements.txt (line 23))
Requirement already up-to-date: defusedxml>=0.3 in ./zdsenv/lib/python3.6/site-packages (from djangorestframework-xml==1.3.0->-r requirements.txt (line 27))
Requirement already up-to-date: simplejson in ./zdsenv/lib/python3.6/site-packages (from django-rest-swagger==2.1.2->-r requirements.txt (line 31))
Requirement already up-to-date: openapi-codec>=1.3.1 in ./zdsenv/lib/python3.6/site-packages (from django-rest-swagger==2.1.2->-r requirements.txt (line 31))
Requirement already up-to-date: coreapi>=2.3.0 in ./zdsenv/lib/python3.6/site-packages (from django-rest-swagger==2.1.2->-r requirements.txt (line 31))
Requirement already up-to-date: rsa>=3.1.4 in ./zdsenv/lib/python3.6/site-packages (from oauth2client==4.1.3->-r requirements.txt (line 34))
Requirement already up-to-date: pyasn1>=0.1.7 in ./zdsenv/lib/python3.6/site-packages (from oauth2client==4.1.3->-r requirements.txt (line 34))
Requirement already up-to-date: pyasn1-modules>=0.0.5 in ./zdsenv/lib/python3.6/site-packages (from oauth2client==4.1.3->-r requirements.txt (line 34))
Requirement already up-to-date: argh>=0.24.1 in ./zdsenv/lib/python3.6/site-packages (from watchdog==0.8.3->-r requirements.txt (line 37))
Requirement already up-to-date: pathtools>=0.1.1 in ./zdsenv/lib/python3.6/site-packages (from watchdog==0.8.3->-r requirements.txt (line 37))
Requirement already up-to-date: Unidecode>=0.04.16 in ./zdsenv/lib/python3.6/site-packages (from python-slugify==1.1.4->-r requirements.txt (line 40))
Requirement already up-to-date: pyflakes<1.7.0,>=1.5.0 in ./zdsenv/lib/python3.6/site-packages (from flake8==3.5.0->-r requirements-dev.txt (line 6))
Requirement already up-to-date: mccabe<0.7.0,>=0.6.0 in ./zdsenv/lib/python3.6/site-packages (from flake8==3.5.0->-r requirements-dev.txt (line 6))
Requirement already up-to-date: pycodestyle<2.4.0,>=2.0.0 in ./zdsenv/lib/python3.6/site-packages (from flake8==3.5.0->-r requirements-dev.txt (line 6))
Requirement already up-to-date: Pygments>=2.0 in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: snowballstemmer>=1.1 in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: alabaster<0.8,>=0.7 in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: sphinxcontrib-websupport in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: babel!=2.0,>=1.3 in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: Jinja2>=2.3 in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: imagesize in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: packaging in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: docutils>=0.11 in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: setuptools in ./zdsenv/lib/python3.6/site-packages (from sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: text-unidecode in ./zdsenv/lib/python3.6/site-packages (from faker==0.8.12->-r requirements-dev.txt (line 12))
Requirement already up-to-date: pbr>=0.11 in ./zdsenv/lib/python3.6/site-packages (from mock==2.0.0->-r requirements-dev.txt (line 13))
Requirement already up-to-date: smmap2>=2.0.0 in ./zdsenv/lib/python3.6/site-packages (from gitdb2>=2.0.0->gitpython==2.1.9->-r requirements.txt (line 17))
Requirement already up-to-date: cachetools>=2.0.0 in ./zdsenv/lib/python3.6/site-packages (from google-auth>=1.4.1->google-api-python-client==1.7.4->-r requirements.txt (line 21))
Requirement already up-to-date: itypes in ./zdsenv/lib/python3.6/site-packages (from coreapi>=2.3.0->django-rest-swagger==2.1.2->-r requirements.txt (line 31))
Requirement already up-to-date: coreschema in ./zdsenv/lib/python3.6/site-packages (from coreapi>=2.3.0->django-rest-swagger==2.1.2->-r requirements.txt (line 31))
Requirement already up-to-date: MarkupSafe>=0.23 in ./zdsenv/lib/python3.6/site-packages (from Jinja2>=2.3->sphinx==1.7.2->-r requirements-dev.txt (line 9))
Requirement already up-to-date: pyparsing>=2.0.2 in ./zdsenv/lib/python3.6/site-packages (from packaging->sphinx==1.7.2->-r requirements-dev.txt (line 9))
make[1] : on quitte le répertoire « /home/grelot/zds-site »
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
python manage.py migrate
Operations to perform:
  Apply all migrations: admin, auth, contenttypes, easy_thumbnails, featured, forum, gallery, member, mp, notification, oauth2_provider, pages, sessions, social_auth, tutorialv2, utils
Running migrations:
  No migrations to apply.
make[1] : on quitte le répertoire « /home/grelot/zds-site »
* [+front] install front dependencies & build front
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
yarn install
yarn install v1.13.0
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
Done in 33.54s.
make[1] : on quitte le répertoire « /home/grelot/zds-site »
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
yarn run build
yarn run v1.13.0
$ gulp build
The speed mode is not enabled.
[17:01:46] Using gulpfile ~/zds-site/Gulpfile.js
[17:01:46] Starting 'prepare-zmd'...
[17:01:46] Starting 'css:sprite'...
[17:01:46] Starting 'js'...
[17:02:20] Finished 'js' after 34 s
[17:02:21] Finished 'prepare-zmd' after 34 s
[17:02:26] Finished 'css:sprite' after 40 s
[17:02:26] Starting 'css'...
[17:02:26] Starting 'images'...
DEPRECATION WARNING on line 13, column 8 of /home/grelot/zds-site/assets/scss/main.scss:
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
Use a custom importer to maintain this behaviour. Check your implementations documentation on how to create a custom importer.

DEPRECATION WARNING on line 14, column 8 of /home/grelot/zds-site/assets/scss/main.scss:
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
Use a custom importer to maintain this behaviour. Check your implementations documentation on how to create a custom importer.

Node#moveTo was deprecated. Use Container#append.
DEPRECATION WARNING on line 8, column 8 of /home/grelot/zds-site/assets/scss/zmd.scss:
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
Use a custom importer to maintain this behaviour. Check your implementations documentation on how to create a custom importer.

[17:02:39] Finished 'css' after 13 s
[17:03:45] gulp-imagemin: Minified 401 images (saved 373 kB - 37.5%)
[17:03:45] Finished 'images' after 1.3 min
[17:03:45] Starting 'build'...
[17:03:45] Finished 'build' after 128 μs
Done in 125.93s.
make[1] : on quitte le répertoire « /home/grelot/zds-site »
* [+zmd] install zmarkdown dependencies
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
cd zmd && npm -g install pm2 && npm install --production
/home/grelot/.nvm/versions/node/v10.8.0/bin/pm2 -> /home/grelot/.nvm/versions/node/v10.8.0/lib/node_modules/pm2/bin/pm2
/home/grelot/.nvm/versions/node/v10.8.0/bin/pm2-dev -> /home/grelot/.nvm/versions/node/v10.8.0/lib/node_modules/pm2/bin/pm2-dev
/home/grelot/.nvm/versions/node/v10.8.0/bin/pm2-docker -> /home/grelot/.nvm/versions/node/v10.8.0/lib/node_modules/pm2/bin/pm2-docker
/home/grelot/.nvm/versions/node/v10.8.0/bin/pm2-runtime -> /home/grelot/.nvm/versions/node/v10.8.0/lib/node_modules/pm2/bin/pm2-runtime
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/pm2/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

+ pm2@3.3.1
updated 1 package in 27.515s
npm WARN zmd-server@1.0.0 No description
npm WARN zmd-server@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

audited 2911 packages in 18.011s
found 0 vulnerabilities

make[1] : on quitte le répertoire « /home/grelot/zds-site »
* [+data] fixtures
make[1] : on entre dans le répertoire « /home/grelot/zds-site »
python manage.py loaddata fixtures/*.yaml
Installed 114 object(s) from 9 fixture(s)
python manage.py load_factory_data fixtures/advanced/aide_tuto_media.yaml
Rédacteur
Correcteur
Illustrateur
Repreneur
python manage.py load_fixtures --size=low --all
Nombres de membres à créer : 10
 User 10/10  
Fait en 9.853130578994751 sec
Nombres de staffs à créer : 3
 Staff 3/3  
Fait en 3.3671422004699707 sec
Nombres de galéries à créer par utilisateur: 1
Nombres d'images à créer par gallerie: 3
 User 47/47     Gallery 1/1     Image 3/3  
Fait en 37.10087060928345 sec
Nombres de catégories de forum à créer : 4
Traceback (most recent call last):
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/backends/utils.py", line 64, in execute
    return self.cursor.execute(sql, params)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/backends/sqlite3/base.py", line 328, in execute
    return Database.Cursor.execute(self, query, params)
sqlite3.IntegrityError: UNIQUE constraint failed: forum_category.slug

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "manage.py", line 47, in <module>
    execute_from_command_line(sys.argv)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line
    utility.execute()
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/__init__.py", line 356, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/base.py", line 283, in run_from_argv
    self.execute(*args, **cmd_options)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/base.py", line 330, in execute
    output = self.handle(*args, **options)
  File "/home/grelot/zds-site/zds/utils/management/commands/load_fixtures.py", line 636, in handle
    zds_module.callback(self, size, fake, *zds_module.extra_args, root=default_root)
  File "/home/grelot/zds-site/zds/utils/management/commands/load_fixtures.py", line 148, in load_categories_forum
    cat = CategoryFactory(position=i + 1)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/factory/base.py", line 69, in __call__
    return cls.create(**kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/factory/base.py", line 623, in create
    return cls._generate(True, attrs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/factory/base.py", line 548, in _generate
    obj = cls._prepare(create, **attrs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/factory/base.py", line 523, in _prepare
    return cls._create(model_class, *args, **kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/factory/django.py", line 181, in _create
    return manager.create(*args, **kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/manager.py", line 85, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/query.py", line 394, in create
    obj.save(force_insert=True, using=self.db)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/base.py", line 808, in save
    force_update=force_update, update_fields=update_fields)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/base.py", line 838, in save_base
    updated = self._save_table(raw, cls, force_insert, force_update, using, update_fields)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/base.py", line 924, in _save_table
    result = self._do_insert(cls._base_manager, using, fields, update_pk, raw)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/base.py", line 963, in _do_insert
    using=using, raw=raw)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/manager.py", line 85, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/query.py", line 1076, in _insert
    return query.get_compiler(using=using).execute_sql(return_id)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 1112, in execute_sql
    cursor.execute(sql, params)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/backends/utils.py", line 79, in execute
    return super(CursorDebugWrapper, self).execute(sql, params)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/backends/utils.py", line 64, in execute
    return self.cursor.execute(sql, params)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/utils.py", line 94, in __exit__
    six.reraise(dj_exc_type, dj_exc_value, traceback)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/utils/six.py", line 685, in reraise
    raise value.with_traceback(tb)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/backends/utils.py", line 64, in execute
    return self.cursor.execute(sql, params)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/db/backends/sqlite3/base.py", line 328, in execute
    return Database.Cursor.execute(self, query, params)
django.db.utils.IntegrityError: UNIQUE constraint failed: forum_category.slug
Makefile:100: recipe for target 'generate-fixtures' failed
make[1]: *** [generate-fixtures] Error 1
make[1] : on quitte le répertoire « /home/grelot/zds-site »
Done. You can now run instance with `source zdsenv/bin/activate`, and then, `make zmd-start && make run-back`

Les erreurs semblent liées à l’intégration des données de test à la BD (sqlite3) et effectivement en fonctionnement plusieurs rubriques du site semblent vides.
As tu une idée ou chercher ?

Tu parles de sqlite3.IntegrityError: UNIQUE constraint failed: forum_category.slug ?

Ce n’est pas vraiment une erreur. Le script essaye d’ajouter les catégories au forum (initialement vide). Le schémas de la base de donnée impose que ces catégories soit unique (pas 2 fois le même nom) or le script a déjà été lancé donc les catégories sont déjà présentes.

Bref, ce n’est pas un problème. Si tu penses que c’est bloquant, tu peux toujours vider la base de donnée et relancer.

+0 -0

Effectivement en faisant:

make wipe-db
make migrate-db
make generate-fixtures

J’ai régénéré les données de test de la base de données pour toutes les rubriques sans aucune erreur. C’est un peu long sur ma trottinette, environ 20 minutes mais ça fonctionne.

Merci Ache et A-312

J’ai régénéré les données de test de la base de données pour toutes les rubriques sans aucune erreur. C’est un peu long sur ma trottinette, environ 20 minutes mais ça fonctionne.

Bizarre, ça me prend une poignée de minutes sur mon portable à 1Ghz.

Si je peux te donner un conseil, achète un SSD si tu peux bien-sûr. Les prix sont bas en ce moment (premier prix à ~ 40€ pour un gain de performance très correct).

Sur ce, de rien ^^

+0 -0
Nombres de Topics à créer : 10
 Topic 10/10  
Fait en 12.572776079177856 sec
Nombres de messages à poster en moyenne dans un sujet : 20
Traceback (most recent call last):
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/urllib3/connection.py", line 141, in _new_conn
    (self.host, self.port), self.timeout, **extra_kw)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/urllib3/util/connection.py", line 83, in create_connection
    raise err
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/urllib3/util/connection.py", line 73, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 601, in urlopen
    chunked=chunked)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 357, in _make_request
    conn.request(method, url, **httplib_request_kw)
  File "/usr/lib/python3.6/http/client.py", line 1239, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib/python3.6/http/client.py", line 1285, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.6/http/client.py", line 1234, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.6/http/client.py", line 1026, in _send_output
    self.send(msg)
  File "/usr/lib/python3.6/http/client.py", line 964, in send
    self.connect()
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/urllib3/connection.py", line 166, in connect
    conn = self._new_conn()
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/urllib3/connection.py", line 150, in _new_conn
    self, "Failed to establish a new connection: %s" % e)
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fcd05599780>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/requests/adapters.py", line 445, in send
    timeout=timeout
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 639, in urlopen
    _stacktrace=sys.exc_info()[2])
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/urllib3/util/retry.py", line 388, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=27272): Max retries exceeded with url: /html (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcd05599780>: Failed to establish a new connection: [Errno 111] Connection refused',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "manage.py", line 47, in <module>
    execute_from_command_line(sys.argv)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line
    utility.execute()
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/__init__.py", line 356, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/base.py", line 283, in run_from_argv
    self.execute(*args, **cmd_options)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/core/management/base.py", line 330, in execute
    output = self.handle(*args, **options)
  File "/home/grelot/zds-site/zds/utils/management/commands/load_fixtures.py", line 636, in handle
    zds_module.callback(self, size, fake, *zds_module.extra_args, root=default_root)
  File "/home/grelot/zds-site/zds/utils/management/commands/load_fixtures.py", line 268, in load_posts
    __generate_topic_and_post(cli, fake, nb_avg_posts_in_topic, nb_topics, nb_users, topics, tps1)
  File "/home/grelot/zds-site/zds/utils/management/commands/load_fixtures.py", line 279, in __generate_topic_and_post
    post.text_html = emarkdown(post.text)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/django/template/defaultfilters.py", line 51, in _dec
    return func(*args, **kwargs)
  File "/home/grelot/zds-site/zds/utils/templatetags/emarkdown.py", line 139, in emarkdown
    **dict(kwargs, disable_jsfiddle=disable_jsfiddle))
  File "/home/grelot/zds-site/zds/utils/templatetags/emarkdown.py", line 92, in render_markdown
    content, metadata, messages = _render_markdown_once(md_input, **kwargs)
  File "/home/grelot/zds-site/zds/utils/templatetags/emarkdown.py", line 52, in _render_markdown_once
    }, timeout=timeout)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/requests/api.py", line 112, in post
    return request('post', url, data=data, json=json, **kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/requests/api.py", line 58, in request
    return session.request(method=method, url=url, **kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/requests/sessions.py", line 512, in request
    resp = self.send(prep, **send_kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/requests/sessions.py", line 622, in send
    r = adapter.send(request, **kwargs)
  File "/home/grelot/zds-site/zdsenv/lib/python3.6/site-packages/requests/adapters.py", line 513, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=27272): Max retries exceeded with url: /html (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcd05599780>: Failed to establish a new connection: [Errno 111] Connection refused',))
Makefile:100: recipe for target 'generate-fixtures' failed

On a effectivement un problème avec les fixtures. J’obtiens la même erreur avec la nouvelle version du script Travis de test/contrôle du code : https://travis-ci.org/zestedesavoir/zds-site/jobs/504435301#L1854

Il faut faire un fix pour corriger le problème à la source.

EDIT : C’est le serveur zmd qui en est la cause lorsqu’il n’est pas allumé.

+0 -0
Connectez-vous pour pouvoir poster un message.
Connexion

Pas encore membre ?

Créez un compte en une minute pour profiter pleinement de toutes les fonctionnalités de Zeste de Savoir. Ici, tout est gratuit et sans publicité.
Créer un compte