[0KRunning with gitlab-ci-multi-runner 1.7.1 (f896af7)[0;m [0;m[0KUsing Shell executor... [0;mRunning on cloud-9769... [32;1mFetching changes...[0;m Removing .tox/ Removing orchestrator.egg-info/ Removing orchestrator/__init__.pyc Removing orchestrator/__pycache__/ Removing orchestrator/model/__init__.pyc Removing orchestrator/model/__pycache__/ Removing orchestrator/model/resources.pyc Removing tests/__init__.pyc Removing tests/__pycache__/ HEAD is now at 3eb7c22 build configuration for GitLab CI From https://git.ik.bme.hu/kopridar/orchestrator 3eb7c22..9b55408 master -> origin/master [32;1mChecking out 9b554083 as master...[0;m [32;1m$ printenv | sort[0;m CI_BUILD_BEFORE_SHA=9b554083205543cd242d16b683d5f0c6a1135018 CI_BUILD_ID=347 CI_BUILD_NAME=build CI_BUILD_REF=9b554083205543cd242d16b683d5f0c6a1135018 CI_BUILD_REF_NAME=master CI_BUILD_REPO=https://gitlab-ci-token:BFP24sbyBXyD3_1D3dmH@git.ik.bme.hu/kopridar/orchestrator.git CI_BUILD_STAGE=test CI_BUILD_TOKEN=BFP24sbyBXyD3_1D3dmH CI_DEBUG_TRACE=false CI_PIPELINE_ID=283 CI_PROJECT_DIR=/home/gitlab-runner/builds/a173ac1e/0/kopridar/orchestrator CI_PROJECT_ID=135 CI_PROJECT_NAME=orchestrator CI_PROJECT_NAMESPACE=kopridar CI_PROJECT_PATH=kopridar/orchestrator CI_PROJECT_URL=https://git.ik.bme.hu/kopridar/orchestrator CI_RUNNER_DESCRIPTION=cloud-9769 CI_RUNNER_ID=1 CI_RUNNER_TAGS= CI_SERVER_NAME=GitLab CI_SERVER_REVISION=580f5aa CI_SERVER_VERSION=8.10.0 CI_SERVER=yes CI=true CONFIG_FILE=/etc/gitlab-runner/config.toml CONSOLETYPE=vt CVS_RSH=ssh G_BROKEN_FILENAMES=1 GITLAB_CI=true HISTCONTROL=ignoredups HISTSIZE=1000 HOME=/home/gitlab-runner HOSTNAME=cloud-9769 LANG=en_US.UTF-8 LANGSH_SOURCED=1 LD_LIBRARY_PATH=/opt/rh/python27/root/usr/lib64 LESSOPEN=||/usr/bin/lesspipe.sh %s LOGNAME=gitlab-runner MAIL=/var/spool/mail/gitlab-runner MANPATH=/opt/rh/python27/root/usr/share/man: OLDPWD=/home/gitlab-runner PATH=/usr/lib64/qt-3.3/bin:/opt/rh/python27/root/usr/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/home/gitlab-runner/bin PKG_CONFIG_PATH=/opt/rh/python27/root/usr/lib64/pkgconfig previous=N PREVLEVEL=N PWD=/home/gitlab-runner/builds/a173ac1e/0/kopridar/orchestrator QTDIR=/usr/lib64/qt-3.3 QTINC=/usr/lib64/qt-3.3/include QTLIB=/usr/lib64/qt-3.3/lib runlevel=5 RUNLEVEL=5 SHELL=/bin/bash SHLVL=5 SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass TERM=linux UPSTART_EVENTS=runlevel UPSTART_INSTANCE= UPSTART_JOB=rc USER=gitlab-runner _=/usr/bin/printenv XDG_DATA_DIRS=/opt/rh/python27/root/usr/share [32;1m$ tox[0;m GLOB sdist-make: /home/gitlab-runner/builds/a173ac1e/0/kopridar/orchestrator/setup.py py27 create: /home/gitlab-runner/builds/a173ac1e/0/kopridar/orchestrator/.tox/py27 py27 installdeps: enum34, voluptuous, pytest, pytest-pylint, flake8 py27 inst: /home/gitlab-runner/builds/a173ac1e/0/kopridar/orchestrator/.tox/dist/orchestrator-0.0.1.zip py27 installed: astroid==1.4.8,backports.functools-lru-cache==1.3,configparser==3.5.0,enum34==1.1.6,flake8==3.2.0,isort==4.2.5,lazy-object-proxy==1.2.2,mccabe==0.5.2,orchestrator==0.0.1,py==1.4.31,pycodestyle==2.2.0,pyflakes==1.3.0,pylint==1.6.4,pytest==3.0.4,pytest-pylint==0.6.0,six==1.10.0,voluptuous==0.9.3,wrapt==1.10.8 py27 runtests: PYTHONHASHSEED='1237854223' py27 runtests: commands[0] | flake8 py27 runtests: commands[1] | py.test -s --pylint --pylint-rcfile=pylint.conf ============================= test session starts ============================== platform linux2 -- Python 2.7.5, pytest-3.0.4, py-1.4.31, pluggy-0.4.0 rootdir: /home/gitlab-runner/builds/a173ac1e/0/kopridar/orchestrator, inifile: plugins: pylint-0.6.0 collected 29 items setup.py . orchestrator/__init__.py . orchestrator/model/__init__.py . orchestrator/model/resources.py . tests/__init__.py . tests/test_resources.py ........................ ========================== 29 passed in 2.06 seconds =========================== py34 create: /home/gitlab-runner/builds/a173ac1e/0/kopridar/orchestrator/.tox/py34 py34 installdeps: enum34, voluptuous, pytest, pytest-pylint, flake8 py34 inst: /home/gitlab-runner/builds/a173ac1e/0/kopridar/orchestrator/.tox/dist/orchestrator-0.0.1.zip py34 installed: astroid==1.4.8,enum34==1.1.6,flake8==3.2.0,isort==4.2.5,lazy-object-proxy==1.2.2,mccabe==0.5.2,orchestrator==0.0.1,py==1.4.31,pycodestyle==2.2.0,pyflakes==1.3.0,pylint==1.6.4,pytest==3.0.4,pytest-pylint==0.6.0,six==1.10.0,voluptuous==0.9.3,wrapt==1.10.8 py34 runtests: PYTHONHASHSEED='1237854223' py34 runtests: commands[0] | flake8 py34 runtests: commands[1] | py.test -s --pylint --pylint-rcfile=pylint.conf ============================= test session starts ============================== platform linux -- Python 3.4.5, pytest-3.0.4, py-1.4.31, pluggy-0.4.0 rootdir: /home/gitlab-runner/builds/a173ac1e/0/kopridar/orchestrator, inifile: plugins: pylint-0.6.0 collected 29 items setup.py . orchestrator/__init__.py . orchestrator/model/__init__.py . orchestrator/model/resources.py . tests/__init__.py . tests/test_resources.py ........................ ========================== 29 passed in 2.72 seconds =========================== ___________________________________ summary ____________________________________ py27: commands succeeded py34: commands succeeded congratulations :) [32;1mBuild succeeded [0;m