timelesslounge / timelessis

37 stars 21 forks source link

Run React tests via Rultor. #533

Closed pablopaul closed 5 years ago

pablopaul commented 5 years ago

PR for #532

codecov[bot] commented 5 years ago

Codecov Report

Merging #533 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #533   +/-   ##
=======================================
  Coverage   90.34%   90.34%           
=======================================
  Files          55       55           
  Lines        1025     1025           
  Branches       57       57           
=======================================
  Hits          926      926           
  Misses         79       79           
  Partials       20       20

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 06fcd21...1d5225d. Read the comment docs.

0crat commented 5 years ago

@pablopaul/z this pull request is too small, just 5 lines changed (less than 10), there will be no formal code review, see §53 and §28; in the future, try to make sure your pull requests are not too small; @emilianodellacasa/z please review this and merge or reject

pablopaul commented 5 years ago

@emilianodellacasa please merge

emilianodellacasa commented 5 years ago

@pablopaul Is npm test also providing coverage? If not, please add another puzzle to provide coverage

pablopaul commented 5 years ago

@emilianodellacasa I added a puzzle to report React test coverage, please merge.

pablopaul commented 5 years ago

@emilianodellacasa TravisCI build passes now

emilianodellacasa commented 5 years ago

@rultor merge

0pdd commented 5 years ago

@pablopaul the puzzle #545 is still not solved.

rultor commented 5 years ago

@rultor merge

@emilianodellacasa OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 5 years ago

@rultor merge

@emilianodellacasa @pablopaul Oops, I failed. You can see the full log here (spent 2min)

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 8643
+ echo '1.68.2 70c246ce3'
1.68.2 70c246ce3
+ date
Fri Mar 15 11:32:07 CET 2019
+ uptime
 11:32:07 up 90 days,  2:02,  0 users,  load average: 5.97, 5.56, 5.66
+ ff=default
+ image=yegor256/rultor
+ rebase=false
+ head_branch=master
+ pull_title='Run React tests via Rultor.'
+ author=emilianodellacasa
+ directory=
+ head=git@github.com:timelesslounge/timelessis.git
+ pull_id=533
+ fork=git@github.com:timelesslounge/timelessis.git
+ fork_branch=532-rultor-react-tests
+ squash=false
+ vars=('--env=head=git@github.com:timelesslounge/timelessis.git' '--env=pull_id=533' '--env=fork=git@github.com:timelesslounge/timelessis.git' '--env=fork_branch=532-rultor-react-tests' '--env=head_branch=master' '--env=pull_title=Run React tests via Rultor.' '--env=author=emilianodellacasa' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:timelesslounge/timelessis.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=533'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:timelesslounge/timelessis.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=532-rultor-react-tests'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Run React tests via Rultor.'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=emilianodellacasa'\''\'\'''\'''\'' '\'';'\'' '\''sudo add-apt-repository -y ppa:jonathonf/python-3.6'\'' '\'';'\'' '\''sudo apt-get update'\'' '\'';'\'' '\''sudo apt-get -y install python3.6 python3.6-dev python3.6-venv nodejs npm'\'' '\'';'\'' '\''python3.6 -m venv venv'\'' '\'';'\'' '\''. venv/bin/activate'\'' '\'';'\'' '\''pip install -r requirements.txt'\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''sudo apt-get install sshpass'\'' '\'';'\'' '\''chmod +x scripts/install/install_db.sh'\'' '\'';'\'' '\''./scripts/install/install_db.sh'\'' '\'';'\'' '\''chmod +x scripts/install/installRedis.sh'\'' '\'';'\'' '\''./scripts/install/installRedis.sh'\'' '\'';'\'' '\''cd frontend && npm install && cd ..'\'' '\'';'\'' '\''python checkstyle.py'\'' '\'';'\'' '\''python check_pylint.py'\'' '\'';'\'' '\''pytest -vv'\'' '\'';'\'' '\''cd frontend && export CI=true && npm test && cd ..'\'' '\'';'\'' '\''`# @todo #533:30m Report coverage for React tests in Rultor to make changes in coverage immediately visible adding more words just to meet a not optimal pdd config, see https://github.com/timelesslounge/timelessis/issues/544`'\'' '\'';'\'' '\''pdd -f /dev/null -v'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:timelesslounge/timelessis.git'\''' ';' 'export '\''pull_id=533'\''' ';' 'export '\''fork=git@github.com:timelesslounge/timelessis.git'\''' ';' 'export '\''fork_branch=532-rultor-react-tests'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Run React tests via Rultor.'\''' ';' 'export '\''author=emilianodellacasa'\''' ';' 'sudo add-apt-repository -y ppa:jonathonf/python-3.6' ';' 'sudo apt-get update' ';' 'sudo apt-get -y install python3.6 python3.6-dev python3.6-venv nodejs npm' ';' 'python3.6 -m venv venv' ';' '. venv/bin/activate' ';' 'pip install -r requirements.txt' ';' 'sudo gem install pdd' ';' 'sudo apt-get install sshpass' ';' 'chmod +x scripts/install/install_db.sh' ';' './scripts/install/install_db.sh' ';' 'chmod +x scripts/install/installRedis.sh' ';' './scripts/install/installRedis.sh' ';' 'cd frontend && npm install && cd ..' ';' 'python checkstyle.py' ';' 'python check_pylint.py' ';' 'pytest -vv' ';' 'cd frontend && export CI=true && npm test && cd ..' ';' '`# @todo #533:30m Report coverage for React tests in Rultor to make changes in coverage immediately visible adding more words just to meet a not optimal pdd config, see https://github.com/timelesslounge/timelessis/issues/544`' ';' 'pdd -f /dev/null -v' ';')
+ container=timelesslounge_timelessis_533
+ as_root=false
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:timelesslounge/timelessis.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:timelesslounge/timelessis.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:timelesslounge/timelessis.git'\''' ';' 'export '\''pull_id=533'\''' ';' 'export '\''fork=git@github.com:timelesslounge/timelessis.git'\''' ';' 'export '\''fork_branch=532-rultor-react-tests'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Run React tests via Rultor.'\''' ';' 'export '\''author=emilianodellacasa'\''' ';' 'sudo add-apt-repository -y ppa:jonathonf/python-3.6' ';' 'sudo apt-get update' ';' 'sudo apt-get -y install python3.6 python3.6-dev python3.6-venv nodejs npm' ';' 'python3.6 -m venv venv' ';' '. venv/bin/activate' ';' 'pip install -r requirements.txt' ';' 'sudo gem install pdd' ';' 'sudo apt-get install sshpass' ';' 'chmod +x scripts/install/install_db.sh' ';' ./scripts/install/install_db.sh ';' 'chmod +x scripts/install/installRedis.sh' ';' ./scripts/install/installRedis.sh ';' 'cd frontend && npm install && cd ..' ';' 'python checkstyle.py' ';' 'python check_pylint.py' ';' 'pytest -vv' ';' 'cd frontend && export CI=true && npm test && cd ..' ';' '`# @todo #533:30m Report coverage for React tests in Rultor to make changes in coverage immediately visible adding more words just to meet a not optimal pdd config, see https://github.com/timelesslounge/timelessis/issues/544`' ';' 'pdd -f /dev/null -v' ';'
+ sensitive=()
+ gpgconf --reload gpg-agent
+ gpg --keyserver hkp://pool.sks-keyservers.net --verbose --recv-keys 9AF0FA4C
gpg: requesting key 9AF0FA4C from hkp server pool.sks-keyservers.net
gpgkeys: key 9AF0FA4C can't be retrieved
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: keyserver communications error: keyserver helper general error
gpg: keyserver communications error: unknown pubkey algorithm
gpg: keyserver receive failed: unknown pubkey algorithm
'cid' file is absent, container wasn't started correctly
emilianodellacasa commented 5 years ago

@rultor merge

rultor commented 5 years ago

@rultor merge

@emilianodellacasa OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 5 years ago

@rultor merge

@emilianodellacasa @pablopaul Oops, I failed. You can see the full log here (spent 2min)

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 772
+ echo '1.68.2 70c246ce3'
1.68.2 70c246ce3
+ date
Fri Mar 15 11:37:29 CET 2019
+ uptime
 11:37:29 up 90 days,  2:07,  0 users,  load average: 8.05, 6.61, 6.04
+ ff=default
+ image=yegor256/rultor
+ rebase=false
+ head_branch=master
+ pull_title='Run React tests via Rultor.'
+ author=emilianodellacasa
+ directory=
+ head=git@github.com:timelesslounge/timelessis.git
+ pull_id=533
+ fork=git@github.com:timelesslounge/timelessis.git
+ fork_branch=532-rultor-react-tests
+ squash=false
+ vars=('--env=head=git@github.com:timelesslounge/timelessis.git' '--env=pull_id=533' '--env=fork=git@github.com:timelesslounge/timelessis.git' '--env=fork_branch=532-rultor-react-tests' '--env=head_branch=master' '--env=pull_title=Run React tests via Rultor.' '--env=author=emilianodellacasa' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:timelesslounge/timelessis.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=533'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:timelesslounge/timelessis.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=532-rultor-react-tests'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Run React tests via Rultor.'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=emilianodellacasa'\''\'\'''\'''\'' '\'';'\'' '\''sudo add-apt-repository -y ppa:jonathonf/python-3.6'\'' '\'';'\'' '\''sudo apt-get update'\'' '\'';'\'' '\''sudo apt-get -y install python3.6 python3.6-dev python3.6-venv nodejs npm'\'' '\'';'\'' '\''python3.6 -m venv venv'\'' '\'';'\'' '\''. venv/bin/activate'\'' '\'';'\'' '\''pip install -r requirements.txt'\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''sudo apt-get install sshpass'\'' '\'';'\'' '\''chmod +x scripts/install/install_db.sh'\'' '\'';'\'' '\''./scripts/install/install_db.sh'\'' '\'';'\'' '\''chmod +x scripts/install/installRedis.sh'\'' '\'';'\'' '\''./scripts/install/installRedis.sh'\'' '\'';'\'' '\''cd frontend && npm install && cd ..'\'' '\'';'\'' '\''python checkstyle.py'\'' '\'';'\'' '\''python check_pylint.py'\'' '\'';'\'' '\''pytest -vv'\'' '\'';'\'' '\''cd frontend && export CI=true && npm test && cd ..'\'' '\'';'\'' '\''`# @todo #533:30m Report coverage for React tests in Rultor to make changes in coverage immediately visible adding more words just to meet a not optimal pdd config, see https://github.com/timelesslounge/timelessis/issues/544`'\'' '\'';'\'' '\''pdd -f /dev/null -v'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:timelesslounge/timelessis.git'\''' ';' 'export '\''pull_id=533'\''' ';' 'export '\''fork=git@github.com:timelesslounge/timelessis.git'\''' ';' 'export '\''fork_branch=532-rultor-react-tests'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Run React tests via Rultor.'\''' ';' 'export '\''author=emilianodellacasa'\''' ';' 'sudo add-apt-repository -y ppa:jonathonf/python-3.6' ';' 'sudo apt-get update' ';' 'sudo apt-get -y install python3.6 python3.6-dev python3.6-venv nodejs npm' ';' 'python3.6 -m venv venv' ';' '. venv/bin/activate' ';' 'pip install -r requirements.txt' ';' 'sudo gem install pdd' ';' 'sudo apt-get install sshpass' ';' 'chmod +x scripts/install/install_db.sh' ';' './scripts/install/install_db.sh' ';' 'chmod +x scripts/install/installRedis.sh' ';' './scripts/install/installRedis.sh' ';' 'cd frontend && npm install && cd ..' ';' 'python checkstyle.py' ';' 'python check_pylint.py' ';' 'pytest -vv' ';' 'cd frontend && export CI=true && npm test && cd ..' ';' '`# @todo #533:30m Report coverage for React tests in Rultor to make changes in coverage immediately visible adding more words just to meet a not optimal pdd config, see https://github.com/timelesslounge/timelessis/issues/544`' ';' 'pdd -f /dev/null -v' ';')
+ container=timelesslounge_timelessis_533
+ as_root=false
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:timelesslounge/timelessis.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:timelesslounge/timelessis.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:timelesslounge/timelessis.git'\''' ';' 'export '\''pull_id=533'\''' ';' 'export '\''fork=git@github.com:timelesslounge/timelessis.git'\''' ';' 'export '\''fork_branch=532-rultor-react-tests'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Run React tests via Rultor.'\''' ';' 'export '\''author=emilianodellacasa'\''' ';' 'sudo add-apt-repository -y ppa:jonathonf/python-3.6' ';' 'sudo apt-get update' ';' 'sudo apt-get -y install python3.6 python3.6-dev python3.6-venv nodejs npm' ';' 'python3.6 -m venv venv' ';' '. venv/bin/activate' ';' 'pip install -r requirements.txt' ';' 'sudo gem install pdd' ';' 'sudo apt-get install sshpass' ';' 'chmod +x scripts/install/install_db.sh' ';' ./scripts/install/install_db.sh ';' 'chmod +x scripts/install/installRedis.sh' ';' ./scripts/install/installRedis.sh ';' 'cd frontend && npm install && cd ..' ';' 'python checkstyle.py' ';' 'python check_pylint.py' ';' 'pytest -vv' ';' 'cd frontend && export CI=true && npm test && cd ..' ';' '`# @todo #533:30m Report coverage for React tests in Rultor to make changes in coverage immediately visible adding more words just to meet a not optimal pdd config, see https://github.com/timelesslounge/timelessis/issues/544`' ';' 'pdd -f /dev/null -v' ';'
+ sensitive=()
+ gpgconf --reload gpg-agent
+ gpg --keyserver hkp://pool.sks-keyservers.net --verbose --recv-keys 9AF0FA4C
gpg: requesting key 9AF0FA4C from hkp server pool.sks-keyservers.net
gpgkeys: key 9AF0FA4C can't be retrieved
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: keyserver communications error: keyserver helper general error
gpg: keyserver communications error: unknown pubkey algorithm
gpg: keyserver receive failed: unknown pubkey algorithm
'cid' file is absent, container wasn't started correctly
emilianodellacasa commented 5 years ago

@rultor merge

rultor commented 5 years ago

@rultor merge

@emilianodellacasa OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 5 years ago

@rultor merge

@emilianodellacasa @pablopaul Oops, I failed. You can see the full log here (spent 2min)

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1660
+ echo '1.68.2 70c246ce3'
1.68.2 70c246ce3
+ date
Fri Mar 15 11:42:15 CET 2019
+ uptime
 11:42:15 up 90 days,  2:12,  0 users,  load average: 4.44, 5.65, 5.81
+ ff=default
+ image=yegor256/rultor
+ rebase=false
+ head_branch=master
+ pull_title='Run React tests via Rultor.'
+ author=emilianodellacasa
+ directory=
+ head=git@github.com:timelesslounge/timelessis.git
+ pull_id=533
+ fork=git@github.com:timelesslounge/timelessis.git
+ fork_branch=532-rultor-react-tests
+ squash=false
+ vars=('--env=head=git@github.com:timelesslounge/timelessis.git' '--env=pull_id=533' '--env=fork=git@github.com:timelesslounge/timelessis.git' '--env=fork_branch=532-rultor-react-tests' '--env=head_branch=master' '--env=pull_title=Run React tests via Rultor.' '--env=author=emilianodellacasa' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:timelesslounge/timelessis.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=533'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:timelesslounge/timelessis.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=532-rultor-react-tests'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Run React tests via Rultor.'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=emilianodellacasa'\''\'\'''\'''\'' '\'';'\'' '\''sudo add-apt-repository -y ppa:jonathonf/python-3.6'\'' '\'';'\'' '\''sudo apt-get update'\'' '\'';'\'' '\''sudo apt-get -y install python3.6 python3.6-dev python3.6-venv nodejs npm'\'' '\'';'\'' '\''python3.6 -m venv venv'\'' '\'';'\'' '\''. venv/bin/activate'\'' '\'';'\'' '\''pip install -r requirements.txt'\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''sudo apt-get install sshpass'\'' '\'';'\'' '\''chmod +x scripts/install/install_db.sh'\'' '\'';'\'' '\''./scripts/install/install_db.sh'\'' '\'';'\'' '\''chmod +x scripts/install/installRedis.sh'\'' '\'';'\'' '\''./scripts/install/installRedis.sh'\'' '\'';'\'' '\''cd frontend && npm install && cd ..'\'' '\'';'\'' '\''python checkstyle.py'\'' '\'';'\'' '\''python check_pylint.py'\'' '\'';'\'' '\''pytest -vv'\'' '\'';'\'' '\''cd frontend && export CI=true && npm test && cd ..'\'' '\'';'\'' '\''`# @todo #533:30m Report coverage for React tests in Rultor to make changes in coverage immediately visible adding more words just to meet a not optimal pdd config, see https://github.com/timelesslounge/timelessis/issues/544`'\'' '\'';'\'' '\''pdd -f /dev/null -v'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:timelesslounge/timelessis.git'\''' ';' 'export '\''pull_id=533'\''' ';' 'export '\''fork=git@github.com:timelesslounge/timelessis.git'\''' ';' 'export '\''fork_branch=532-rultor-react-tests'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Run React tests via Rultor.'\''' ';' 'export '\''author=emilianodellacasa'\''' ';' 'sudo add-apt-repository -y ppa:jonathonf/python-3.6' ';' 'sudo apt-get update' ';' 'sudo apt-get -y install python3.6 python3.6-dev python3.6-venv nodejs npm' ';' 'python3.6 -m venv venv' ';' '. venv/bin/activate' ';' 'pip install -r requirements.txt' ';' 'sudo gem install pdd' ';' 'sudo apt-get install sshpass' ';' 'chmod +x scripts/install/install_db.sh' ';' './scripts/install/install_db.sh' ';' 'chmod +x scripts/install/installRedis.sh' ';' './scripts/install/installRedis.sh' ';' 'cd frontend && npm install && cd ..' ';' 'python checkstyle.py' ';' 'python check_pylint.py' ';' 'pytest -vv' ';' 'cd frontend && export CI=true && npm test && cd ..' ';' '`# @todo #533:30m Report coverage for React tests in Rultor to make changes in coverage immediately visible adding more words just to meet a not optimal pdd config, see https://github.com/timelesslounge/timelessis/issues/544`' ';' 'pdd -f /dev/null -v' ';')
+ container=timelesslounge_timelessis_533
+ as_root=false
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:timelesslounge/timelessis.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:timelesslounge/timelessis.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:timelesslounge/timelessis.git'\''' ';' 'export '\''pull_id=533'\''' ';' 'export '\''fork=git@github.com:timelesslounge/timelessis.git'\''' ';' 'export '\''fork_branch=532-rultor-react-tests'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Run React tests via Rultor.'\''' ';' 'export '\''author=emilianodellacasa'\''' ';' 'sudo add-apt-repository -y ppa:jonathonf/python-3.6' ';' 'sudo apt-get update' ';' 'sudo apt-get -y install python3.6 python3.6-dev python3.6-venv nodejs npm' ';' 'python3.6 -m venv venv' ';' '. venv/bin/activate' ';' 'pip install -r requirements.txt' ';' 'sudo gem install pdd' ';' 'sudo apt-get install sshpass' ';' 'chmod +x scripts/install/install_db.sh' ';' ./scripts/install/install_db.sh ';' 'chmod +x scripts/install/installRedis.sh' ';' ./scripts/install/installRedis.sh ';' 'cd frontend && npm install && cd ..' ';' 'python checkstyle.py' ';' 'python check_pylint.py' ';' 'pytest -vv' ';' 'cd frontend && export CI=true && npm test && cd ..' ';' '`# @todo #533:30m Report coverage for React tests in Rultor to make changes in coverage immediately visible adding more words just to meet a not optimal pdd config, see https://github.com/timelesslounge/timelessis/issues/544`' ';' 'pdd -f /dev/null -v' ';'
+ sensitive=()
+ gpgconf --reload gpg-agent
+ gpg --keyserver hkp://pool.sks-keyservers.net --verbose --recv-keys 9AF0FA4C
gpg: requesting key 9AF0FA4C from hkp server pool.sks-keyservers.net
gpgkeys: key 9AF0FA4C can't be retrieved
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: keyserver communications error: keyserver helper general error
gpg: keyserver communications error: unknown pubkey algorithm
gpg: keyserver receive failed: unknown pubkey algorithm
'cid' file is absent, container wasn't started correctly
emilianodellacasa commented 5 years ago

@rultor merge

rultor commented 5 years ago

@rultor merge

@emilianodellacasa OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 5 years ago

@rultor merge

@emilianodellacasa @pablopaul Oops, I failed. You can see the full log here (spent 2min)

+ fork_branch=532-rultor-react-tests
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=Run React tests via Rultor.'
+ pull_title='Run React tests via Rultor.'
+ export author=emilianodellacasa
+ author=emilianodellacasa
+ sudo -i add-apt-repository -y ppa:jonathonf/python-3.6
gpg: keyring `/tmp/tmphknmod25/secring.gpg' created
gpg: keyring `/tmp/tmphknmod25/pubring.gpg' created
gpg: requesting key F06FC659 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmphknmod25/trustdb.gpg: trustdb created
gpg: key F06FC659: public key "Launchpad PPA for J Fernyhough" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK
+ sudo -i apt-get update

0% [Working]

Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease

0% [Waiting for headers] [Connecting to ppa.launchpad.net (91.189.95.83)] [Conn

Get:2 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]

Get:3 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]

Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]

Get:5 http://ppa.launchpad.net/git-core/ppa/ubuntu trusty InRelease [20.8 kB]

Get:6 http://apt.postgresql.org/pub/repos/apt xenial-pgdg InRelease [51.3 kB]

0% [3 InRelease 99.6 kB/107 kB 93%] [Connecting to ppa.launchpad.net (91.189.95
0% [1 InRelease gpgv 247 kB] [3 InRelease 99.6 kB/107 kB 93%] [Connecting to pp
0% [1 InRelease gpgv 247 kB] [Connecting to ppa.launchpad.net (91.189.95.83)] [

Get:7 https://deb.nodesource.com/node_6.x xenial InRelease [4634 B]

0% [1 InRelease gpgv 247 kB] [Connecting to ppa.launchpad.net (91.189.95.83)] [
0% [Connecting to ppa.launchpad.net (91.189.95.83)] [7 InRelease 0 B/4634 B 0%]
0% [2 InRelease gpgv 109 kB] [Connecting to ppa.launchpad.net (91.189.95.83)] [
0% [Connecting to ppa.launchpad.net (91.189.95.83)] [7 InRelease 0 B/4634 B 0%]
0% [4 InRelease gpgv 109 kB] [Waiting for headers] [Connecting to ppa.launchpad

Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [1189 kB]

0% [4 InRelease gpgv 109 kB] [8 Packages 1237 B/1189 kB 0%] [Connecting to ppa.
0% [4 InRelease gpgv 109 kB] [8 Packages 86.7 kB/1189 kB 7%] [Connecting to ppa
0% [8 Packages 428 kB/1189 kB 36%] [Connecting to ppa.launchpad.net (91.189.95.
0% [5 InRelease gpgv 20.8 kB] [8 Packages 428 kB/1189 kB 36%] [Connecting to pp
0% [5 InRelease gpgv 20.8 kB] [8 Packages 701 kB/1189 kB 59%] [Waiting for head

Get:9 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [795 kB]

0% [5 InRelease gpgv 20.8 kB] [8 Packages 717 kB/1189 kB 60%] [9 Packages 2687 
0% [8 Packages 940 kB/1189 kB 79%] [9 Packages 11.4 kB/795 kB 1%] [Connecting t
0% [3 InRelease gpgv 107 kB] [8 Packages 940 kB/1189 kB 79%] [9 Packages 11.4 k
0% [3 InRelease gpgv 107 kB] [9 Packages 107 kB/795 kB 13%] [Connecting to ppa.
0% [8 Packages store 0 B] [3 InRelease gpgv 107 kB] [Waiting for headers] [9 Pa

Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [953 kB]

0% [8 Packages store 0 B] [3 InRelease gpgv 107 kB] [10 Packages 7031 B/953 kB 
0% [8 Packages store 0 B] [10 Packages 162 kB/953 kB 17%] [9 Packages 249 kB/79
0% [8 Packages store 0 B] [6 InRelease gpgv 51.3 kB] [10 Packages 162 kB/953 kB
0% [8 Packages store 1930 kB] [10 Packages 698 kB/953 kB 73%] [9 Packages 670 k
0% [10 Packages 698 kB/953 kB 73%] [9 Packages 670 kB/795 kB 84%] [Connecting t
0% [7 InRelease gpgv 4634 B] [10 Packages 698 kB/953 kB 73%] [9 Packages 670 kB
0% [7 InRelease gpgv 4634 B] [10 Packages 935 kB/953 kB 98%] [Connecting to ppa
0% [9 Packages store 0 B] [7 InRelease gpgv 4634 B] [10 Packages 935 kB/953 kB 
0% [9 Packages store 0 B] [7 InRelease gpgv 4634 B] [Waiting for headers] [Conn

Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [19.1 kB]

0% [9 Packages store 0 B] [7 InRelease gpgv 4634 B] [11 Packages 0 B/19.1 kB 0%
0% [9 Packages store 0 B] [7 InRelease gpgv 4634 B] [Waiting for headers] [Conn

Get:12 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [545 kB]

0% [9 Packages store 0 B] [7 InRelease gpgv 4634 B] [12 Packages 1239 B/545 kB 
0% [9 Packages store 0 B] [12 Packages 108 kB/545 kB 20%] [Connecting to ppa.la
0% [9 Packages store 0 B] [Connecting to ppa.launchpad.net (91.189.95.83)] [Wai

Get:13 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [6117 B]

0% [9 Packages store 0 B] [13 Packages 3533 B/6117 B 58%] [Connecting to ppa.la
0% [9 Packages store 0 B] [Connecting to ppa.launchpad.net (91.189.95.83)] [Wai

Get:14 http://apt.postgresql.org/pub/repos/apt xenial-pgdg/main amd64 Packages [200 kB]

0% [9 Packages store 0 B] [Connecting to ppa.launchpad.net (91.189.95.83)] [14 
0% [Connecting to ppa.launchpad.net (91.189.95.83)] [14 Packages 14.3 kB/200 kB
0% [10 Packages store 0 B] [Connecting to ppa.launchpad.net (91.189.95.83)] [14
0% [Connecting to ppa.launchpad.net (91.189.95.83)] [14 Packages 14.3 kB/200 kB
0% [11 Packages store 0 B] [Connecting to ppa.launchpad.net (91.189.95.83)] [14
0% [Connecting to ppa.launchpad.net (91.189.95.83)] [14 Packages 14.3 kB/200 kB
0% [12 Packages store 0 B] [Connecting to ppa.launchpad.net (91.189.95.83)] [14
0% [Connecting to ppa.launchpad.net (91.189.95.83)] [14 Packages 43.2 kB/200 kB
0% [13 Packages store 0 B] [Connecting to ppa.launchpad.net (91.189.95.83)] [14
0% [Connecting to ppa.launchpad.net (91.189.95.83)] [14 Packages 43.2 kB/200 kB

Hit:15 http://ppa.launchpad.net/webupd8team/java/ubuntu trusty InRelease

0% [14 Packages 139 kB/200 kB 69%]
0% [15 InRelease gpgv 15.5 kB] [Waiting for headers] [14 Packages 139 kB/200 kB

Ign:16 http://ppa.launchpad.net/natecarlson/maven3/ubuntu precise InRelease

0% [15 InRelease gpgv 15.5 kB] [14 Packages 139 kB/200 kB 69%]

0% [Waiting for headers] [14 Packages 139 kB/200 kB 69%]

Get:17 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease [23.8 kB]

0% [17 InRelease 2588 B/23.8 kB 11%] [14 Packages 139 kB/200 kB 69%]
0% [Connecting to ppa.launchpad.net (91.189.95.83)] [14 Packages 174 kB/200 kB 
0% [17 InRelease gpgv 23.8 kB] [Connecting to ppa.launchpad.net (91.189.95.83)]

Get:18 http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu xenial InRelease [18.0 kB]

0% [17 InRelease gpgv 23.8 kB] [18 InRelease 2588 B/18.0 kB 14%] [14 Packages 1

0% [18 InRelease 14.2 kB/18.0 kB 79%] [14 Packages 174 kB/200 kB 87%]

0% [18 InRelease 14.2 kB/18.0 kB 79%]
0% [14 Packages store 0 B] [18 InRelease 14.2 kB/18.0 kB 79%]

0% [18 InRelease 14.2 kB/18.0 kB 79%]

0% [Working]
0% [18 InRelease gpgv 18.0 kB] [Connecting to ppa.launchpad.net (91.189.95.83)]

0% [Waiting for headers]

Get:19 http://ppa.launchpad.net/ondrej/php/ubuntu xenial InRelease [23.9 kB]

0% [19 InRelease 1140 B/23.9 kB 5%]

0% [Working]
0% [19 InRelease gpgv 23.9 kB] [Connecting to ppa.launchpad.net (91.189.95.83)]

Get:20 http://ppa.launchpad.net/git-core/ppa/ubuntu trusty/main amd64 Packages [3505 B]

0% [19 InRelease gpgv 23.9 kB] [20 Packages 2556 B/3505 B 73%]

0% [19 InRelease gpgv 23.9 kB]
0% [20 Packages store 0 B] [19 InRelease gpgv 23.9 kB] [Connecting to ppa.launc
0% [19 InRelease gpgv 23.9 kB] [Connecting to ppa.launchpad.net (91.189.95.83)]

0% [Connecting to ppa.launchpad.net (91.189.95.83)]

Hit:21 http://ppa.launchpad.net/natecarlson/maven3/ubuntu precise Release

97% [Working]
97% [Release.gpg gpgv 11.9 kB] [Waiting for headers]

Get:22 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main amd64 Packages [3530 B]

97% [Release.gpg gpgv 11.9 kB] [22 Packages 3530 B/3530 B 100%]
97% [Release.gpg gpgv 11.9 kB] [Connecting to ppa.launchpad.net (91.189.95.83)]
97% [22 Packages store 0 B] [Release.gpg gpgv 11.9 kB] [Connecting to ppa.launc
97% [Release.gpg gpgv 11.9 kB] [Connecting to ppa.launchpad.net (91.189.95.83)]

98% [Waiting for headers]

Get:24 http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu xenial/main amd64 Packages [5138 B]

98% [24 Packages 1239 B/5138 B 24%]

98% [Working]
98% [24 Packages store 0 B] [Connecting to ppa.launchpad.net (91.189.95.83)]

98% [Connecting to ppa.launchpad.net (91.189.95.83)]

Get:25 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 Packages [68.9 kB]

98% [25 Packages 1237 B/68.9 kB 2%]

100% [Working]
100% [25 Packages store 0 B]

100% [Working]

Fetched 4256 kB in 1s (2221 kB/s)

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 1%

Reading package lists... 10%

Reading package lists... 10%

Reading package lists... 10%

Reading package lists... 10%

Reading package lists... 69%

Reading package lists... 69%

Reading package lists... 70%

Reading package lists... 70%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 92%

Reading package lists... 92%

Reading package lists... 93%

Reading package lists... 93%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... Done

W: http://ppa.launchpad.net/natecarlson/maven3/ubuntu/dists/precise/Release.gpg: Signature by key 1F6F5A1396D75B0DB6FECE5AB70731143DD9F856 uses weak digest algorithm (SHA1)
+ sudo -i apt-get -y install python3.6 python3.6-dev python3.6-venv nodejs npm

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 1%

Reading package lists... 10%

Reading package lists... 10%

Reading package lists... 10%

Reading package lists... 10%

Reading package lists... 69%

Reading package lists... 69%

Reading package lists... 70%

Reading package lists... 70%

Reading package lists... 77%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 92%

Reading package lists... 92%

Reading package lists... 93%

Reading package lists... 93%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... Done

Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree       

Reading state information... 0%

Reading state information... 0%

Reading state information... Done

nodejs is already the newest version (6.16.0-1nodesource1).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nodejs : Conflicts: npm
E: Unable to correct problems, you have held broken packages.
container fd2e0c1756ed566ffda1150a33a18fc5420deb8bcb91c0aaf2364c860b7e8e43 is dead
Fri Mar 15 12:04:16 CET 2019
emilianodellacasa commented 5 years ago

@rultor merge

rultor commented 5 years ago

@rultor merge

@emilianodellacasa OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 5 years ago

@rultor merge

@emilianodellacasa @pablopaul Oops, I failed. You can see the full log here (spent 2min)

+ fork_branch=532-rultor-react-tests
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=Run React tests via Rultor.'
+ pull_title='Run React tests via Rultor.'
+ export author=emilianodellacasa
+ author=emilianodellacasa
+ sudo -i add-apt-repository -y ppa:jonathonf/python-3.6
gpg: keyring `/tmp/tmp47lakktp/secring.gpg' created
gpg: keyring `/tmp/tmp47lakktp/pubring.gpg' created
gpg: requesting key F06FC659 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmp47lakktp/trustdb.gpg: trustdb created
gpg: key F06FC659: public key "Launchpad PPA for J Fernyhough" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK
+ sudo -i apt-get update

0% [Working]

Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease

0% [Waiting for headers] [Waiting for headers]

Get:2 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]

Get:3 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]

Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]

Get:5 http://ppa.launchpad.net/git-core/ppa/ubuntu trusty InRelease [20.8 kB]

Hit:6 http://ppa.launchpad.net/webupd8team/java/ubuntu trusty InRelease

Ign:7 http://ppa.launchpad.net/natecarlson/maven3/ubuntu precise InRelease

Get:8 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease [23.8 kB]

0% [8 InRelease 14.2 kB/23.8 kB 60%] [Connecting to apt.postgresql.org]

Get:9 https://deb.nodesource.com/node_6.x xenial InRelease [4634 B]

0% [1 InRelease gpgv 247 kB] [8 InRelease 14.2 kB/23.8 kB 60%] [Connecting to a

0% [1 InRelease gpgv 247 kB] [Connecting to apt.postgresql.org]

0% [Waiting for headers] [Connecting to apt.postgresql.org]

Get:10 http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu xenial InRelease [18.0 kB]

0% [10 InRelease 14.2 kB/18.0 kB 79%] [Connecting to apt.postgresql.org]
0% [2 InRelease gpgv 109 kB] [10 InRelease 14.2 kB/18.0 kB 79%] [Connecting to 

0% [2 InRelease gpgv 109 kB] [Connecting to apt.postgresql.org]

0% [Waiting for headers] [Connecting to apt.postgresql.org]

Get:11 http://ppa.launchpad.net/ondrej/php/ubuntu xenial InRelease [23.9 kB]

0% [11 InRelease 14.2 kB/23.9 kB 59%] [Connecting to apt.postgresql.org]
0% [3 InRelease gpgv 107 kB] [11 InRelease 14.2 kB/23.9 kB 59%] [Connecting to 
0% [3 InRelease gpgv 107 kB] [Waiting for headers] [Connecting to ppa.launchpad

Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [1189 kB]

0% [3 InRelease gpgv 107 kB] [12 Packages 7029 B/1189 kB 1%] [Connecting to ppa
0% [12 Packages 387 kB/1189 kB 33%] [Waiting for headers] [Connecting to apt.po

Hit:13 http://ppa.launchpad.net/natecarlson/maven3/ubuntu precise Release

0% [12 Packages 392 kB/1189 kB 33%] [Connecting to apt.postgresql.org (204.145.
0% [4 InRelease gpgv 109 kB] [12 Packages 392 kB/1189 kB 33%] [Connecting to ap

0% [12 Packages 1028 kB/1189 kB 86%] [Waiting for headers]
0% [5 InRelease gpgv 20.8 kB] [12 Packages 1046 kB/1189 kB 88%] [Waiting for he

0% [5 InRelease gpgv 20.8 kB] [Waiting for headers] [Waiting for headers]
0% [12 Packages store 0 B] [5 InRelease gpgv 20.8 kB] [Waiting for headers] [Wa

Get:14 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [795 kB]

0% [12 Packages store 0 B] [5 InRelease gpgv 20.8 kB] [Waiting for headers] [14

Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [953 kB]

0% [12 Packages store 0 B] [5 InRelease gpgv 20.8 kB] [15 Packages 1239 B/953 k
0% [12 Packages store 0 B] [15 Packages 169 kB/953 kB 18%] [14 Packages 117 kB/

Get:16 http://apt.postgresql.org/pub/repos/apt xenial-pgdg InRelease [51.3 kB]

0% [12 Packages store 0 B] [15 Packages 169 kB/953 kB 18%] [14 Packages 117 kB/
0% [12 Packages store 0 B] [6 InRelease gpgv 15.5 kB] [15 Packages 169 kB/953 k
0% [6 InRelease gpgv 15.5 kB] [15 Packages 226 kB/953 kB 24%] [14 Packages 304 
0% [15 Packages 953 kB/953 kB 100%] [14 Packages 452 kB/795 kB 57%] [Waiting fo

Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [19.1 kB]

Get:18 http://ppa.launchpad.net/git-core/ppa/ubuntu trusty/main amd64 Packages [3505 B]

0% [17 Packages 2644 B/19.1 kB 14%] [14 Packages 452 kB/795 kB 57%] [16 InRelea
0% [9 InRelease gpgv 4634 B] [17 Packages 2644 B/19.1 kB 14%] [14 Packages 452 
0% [15 Packages store 0 B] [9 InRelease gpgv 4634 B] [17 Packages 2644 B/19.1 k
0% [15 Packages store 0 B] [9 InRelease gpgv 4634 B] [14 Packages 452 kB/795 kB
0% [15 Packages store 0 B] [14 Packages 583 kB/795 kB 73%] [16 InRelease 12.8 k
0% [15 Packages store 0 B] [8 InRelease gpgv 23.8 kB] [14 Packages 583 kB/795 k
0% [15 Packages store 0 B] [8 InRelease gpgv 23.8 kB] [16 InRelease 12.8 kB/51.

Get:19 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [545 kB]

0% [15 Packages store 0 B] [8 InRelease gpgv 23.8 kB] [19 Packages 0 B/545 kB 0
0% [8 InRelease gpgv 23.8 kB] [19 Packages 108 kB/545 kB 20%] [16 InRelease 12.
0% [18 Packages store 0 B] [8 InRelease gpgv 23.8 kB] [19 Packages 108 kB/545 k
0% [8 InRelease gpgv 23.8 kB] [19 Packages 117 kB/545 kB 21%] [16 InRelease 12.
0% [17 Packages store 0 B] [8 InRelease gpgv 23.8 kB] [19 Packages 126 kB/545 k
0% [8 InRelease gpgv 23.8 kB] [19 Packages 152 kB/545 kB 28%] [16 InRelease 12.
0% [14 Packages store 0 B] [8 InRelease gpgv 23.8 kB] [19 Packages 152 kB/545 k
0% [14 Packages store 0 B] [19 Packages 314 kB/545 kB 58%] [16 InRelease 12.8 k
0% [14 Packages store 0 B] [10 InRelease gpgv 18.0 kB] [19 Packages 314 kB/545 
0% [14 Packages store 0 B] [10 InRelease gpgv 18.0 kB] [Waiting for headers] [1

Get:20 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [6117 B]

0% [14 Packages store 0 B] [10 InRelease gpgv 18.0 kB] [20 Packages 6117 B/6117
0% [14 Packages store 0 B] [10 InRelease gpgv 18.0 kB] [Waiting for headers] [1

Get:21 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main amd64 Packages [3530 B]

0% [14 Packages store 0 B] [10 InRelease gpgv 18.0 kB] [21 Packages 2688 B/3530
0% [14 Packages store 0 B] [10 InRelease gpgv 18.0 kB] [16 InRelease 12.8 kB/51

0% [14 Packages store 0 B] [16 InRelease 12.8 kB/51.3 kB 25%]
0% [14 Packages store 0 B] [11 InRelease gpgv 23.9 kB] [16 InRelease 12.8 kB/51
0% [11 InRelease gpgv 23.9 kB] [Connecting to ppa.launchpad.net (91.189.95.83)]
0% [19 Packages store 0 B] [11 InRelease gpgv 23.9 kB] [Connecting to ppa.launc

Get:22 http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu xenial/main amd64 Packages [5138 B]

0% [19 Packages store 0 B] [11 InRelease gpgv 23.9 kB] [22 Packages 4135 B/5138
0% [19 Packages store 0 B] [11 InRelease gpgv 23.9 kB] [16 InRelease 12.8 kB/51

0% [19 Packages store 878 kB] [16 InRelease 12.8 kB/51.3 kB 25%]

0% [16 InRelease 12.8 kB/51.3 kB 25%]
0% [Release.gpg gpgv 11.9 kB] [16 InRelease 12.8 kB/51.3 kB 25%]
0% [20 Packages store 0 B] [Release.gpg gpgv 11.9 kB] [Connecting to ppa.launch
0% [Release.gpg gpgv 11.9 kB] [Connecting to ppa.launchpad.net (91.189.95.83)] 
0% [21 Packages store 0 B] [Release.gpg gpgv 11.9 kB] [Connecting to ppa.launch
0% [Release.gpg gpgv 11.9 kB] [Connecting to ppa.launchpad.net (91.189.95.83)] 
0% [22 Packages store 0 B] [Release.gpg gpgv 11.9 kB] [Connecting to ppa.launch
0% [Release.gpg gpgv 11.9 kB] [Connecting to ppa.launchpad.net (91.189.95.83)] 

0% [Waiting for headers] [16 InRelease 12.8 kB/51.3 kB 25%]

Get:24 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 Packages [68.9 kB]

0% [24 Packages 8192 B/68.9 kB 12%] [16 InRelease 12.8 kB/51.3 kB 25%]

0% [16 InRelease 12.8 kB/51.3 kB 25%]
0% [24 Packages store 0 B] [16 InRelease 12.8 kB/51.3 kB 25%]

0% [16 InRelease 12.8 kB/51.3 kB 25%]

0% [Working]
0% [16 InRelease gpgv 51.3 kB]

96% [Working]

Get:25 http://apt.postgresql.org/pub/repos/apt xenial-pgdg/main amd64 Packages [200 kB]

96% [25 Packages 2669 B/200 kB 1%]
98% [25 Packages 96.8 kB/200 kB 48%]

100% [Working]
100% [25 Packages store 0 B]

100% [Working]

Fetched 4256 kB in 2s (1674 kB/s)

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 1%

Reading package lists... 10%

Reading package lists... 10%

Reading package lists... 10%

Reading package lists... 10%

Reading package lists... 69%

Reading package lists... 69%

Reading package lists... 70%

Reading package lists... 70%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 80%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 92%

Reading package lists... 92%

Reading package lists... 93%

Reading package lists... 93%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... Done

W: http://ppa.launchpad.net/natecarlson/maven3/ubuntu/dists/precise/Release.gpg: Signature by key 1F6F5A1396D75B0DB6FECE5AB70731143DD9F856 uses weak digest algorithm (SHA1)
+ sudo -i apt-get -y install python3.6 python3.6-dev python3.6-venv npm nodejs

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 1%

Reading package lists... 10%

Reading package lists... 10%

Reading package lists... 10%

Reading package lists... 10%

Reading package lists... 69%

Reading package lists... 69%

Reading package lists... 70%

Reading package lists... 70%

Reading package lists... 74%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 92%

Reading package lists... 92%

Reading package lists... 93%

Reading package lists... 93%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... Done

Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree       

Reading state information... 0%

Reading state information... 0%

Reading state information... Done

nodejs is already the newest version (6.16.0-1nodesource1).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nodejs : Conflicts: npm
E: Unable to correct problems, you have held broken packages.
container 960c17731e986d3a701a437bedd4ee2d1e95d48c6ed1182b9ee08b132c5103e5 is dead
Fri Mar 15 12:08:36 CET 2019
emilianodellacasa commented 5 years ago

@pablopaul could you please check why rultor is failing?

pablopaul commented 5 years ago

@emilianodellacasa I pushed a new commit which removes npm as os dep since it should be included in nodejs already.

emilianodellacasa commented 5 years ago

@rultor merge

rultor commented 5 years ago

@rultor merge

@emilianodellacasa OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 5 years ago

@rultor merge

@emilianodellacasa @pablopaul Oops, I failed. You can see the full log here (spent 12min)

Puzzle 311-e8daa63c 30/DEV at timeless/views.py
Puzzle 311-014faf56 30/DEV at timeless/views.py
Puzzle 221-164039ad 30/DEV at timeless/views.py
Puzzle 289-468492ec 30/DEV at timeless/views.py
Puzzle 289-687cbbee 30/DEV at timeless/views.py
Reading timeless/__init__.py...
Puzzle 204-a855cefc 30/DEV at timeless/__init__.py
Reading timeless/cache/__init__.py...
Reading .travis.yml...
Reading config.py...
Reading check_pylint.py...
Reading .pdd...
Reading requirements.txt...
Reading main.py...
Reading checkstyle.py...
Reading .rultor.yml...
Puzzle 533-c19b236d 30/DEV at .rultor.yml
Reading README.md...
Reading Dockerfile...
Reading .codeclimate.yml...
Reading manage.py...
Reading scripts/backup/pg_backup.sh...
Reading scripts/backup/cron_add.sh...
Reading scripts/backup/pg_restore.sh...
Reading scripts/backup/pg_backup.config...
Reading scripts/install/install_db.sh...
Reading scripts/install/deploy/install_db.sh...
Reading scripts/install/deploy/create_data.sh...
Reading scripts/install/deploy/timeless_pg.service...
Reading scripts/install/deploy/install_dependencies.sh...
Reading scripts/install/deploy/install_python.sh...
Reading scripts/install/deploy/redis.service...
Reading scripts/install/deploy/install_redis.sh...
Reading scripts/install/installRedis.sh...
Reading .gitignore...
Reading frontend/node_modules/jsprim/CHANGES.md...
Reading frontend/node_modules/jsprim/LICENSE...
Reading frontend/node_modules/jsprim/CONTRIBUTING.md...
Reading frontend/node_modules/jsprim/lib/jsprim.js...
Reading frontend/node_modules/jsprim/README.md...
Reading frontend/node_modules/jsprim/package.json...
Reading frontend/node_modules/json-schema/draft-zyp-json-schema-03.xml...
Reading frontend/node_modules/json-schema/draft-04/schema...
Reading frontend/node_modules/json-schema/draft-04/hyper-schema...
Reading frontend/node_modules/json-schema/draft-04/links...
Reading frontend/node_modules/json-schema/draft-01/json-ref...
Reading frontend/node_modules/json-schema/draft-01/schema...
Reading frontend/node_modules/json-schema/draft-01/hyper-schema...
Reading frontend/node_modules/json-schema/draft-01/links...
Reading frontend/node_modules/json-schema/draft-00/json-ref...
Reading frontend/node_modules/json-schema/draft-00/schema...
Reading frontend/node_modules/json-schema/draft-00/hyper-schema...
Reading frontend/node_modules/json-schema/draft-00/links...
Reading frontend/node_modules/json-schema/test/tests.js...
Reading frontend/node_modules/json-schema/lib/links.js...
\u001b[31mERROR\u001b[0m: frontend/node_modules/json-schema/lib/links.js; puzzle at line #38; TODO found, but puzzle can't be parsed, most probably because TODO is not followed by a puzzle marker, as this page explains: https://github.com/yegor256/pdd#how-to-format
If you can't understand the cause of this issue or you don't know how to fix it, please submit a GitHub issue, we will try to help you: https://github.com/yegor256/pdd/issues. This tool is still in its beta version and we will appreciate your feedback. Here is where you can find more documentation: https://github.com/yegor256/pdd/blob/master/README.md.
Exit code is 1
container 628adb58fbde43683d19b7885c85bc80ef1dcb47d0f55dba44701e730a09b96b is dead
Fri Mar 15 17:38:40 CET 2019
emilianodellacasa commented 5 years ago

@rultor merge

rultor commented 5 years ago

@rultor merge

@emilianodellacasa OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 5 years ago

@rultor merge

@emilianodellacasa Done! FYI, the full log is here (took me 12min)

0crat commented 5 years ago

Job gh:timelesslounge/timelessis#533 is not assigned, can't get performer

0crat commented 5 years ago

This job is not in scope

0pdd commented 2 years ago

@pablopaul the puzzle [#unknown]() is still not solved.