community
community copied to clipboard
meta-review/: Redesign the webpage
The redesigned web-page provides a nice UI/UX design to the web-page with "search" feature.
Closes #259
Travis tests have failed
Hey @KVGarg, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.
1st Build
./.ci/build.sh
+rm db.sqlite3
rm: cannot remove ‘db.sqlite3’: No such file or directory
+true
+rm -rf private _site public
+mkdir private _site public
+META_REVIEW_DATA=meta_review.json
+EXPORTED_DATA='static/tasks.yaml static/instances.yaml static/meta_review.json'
+ISSUES_JSON=issues.json
+python manage.py fetch_deployed_data --allow-failure _site static/tasks.yaml static/instances.yaml static/meta_review.json
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+[[ -n '' ]]
+python manage.py fetch_deployed_data _site issues.json --repo-name gh-board --hoster github
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+python manage.py migrate
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
Operations to perform:
Apply all migrations: contenttypes, data, gamification, gci, gsoc, meta_review, openhub
Running migrations:
Applying contenttypes.0001_initial... OK
Applying contenttypes.0002_remove_content_type_name... OK
Applying data.0001_initial... OK
Applying data.0002_auto_20180704_1130... OK
Applying data.0003_auto_20180801_0456... OK
Applying data.0004_auto_20180809_2229... OK
Applying data.0005_contributor_location... OK
Applying data.0006_auto_20190615_1331... OK
Applying gamification.0001_initial... OK
Applying gci.0001_initial... OK
Applying gsoc.0001_initial... OK
Applying meta_review.0001_initial... OK
Applying meta_review.0002_auto_20180707_0305... OK
Applying openhub.0001_initial... OK
+python manage.py import_contributors_data
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+python manage.py create_org_cluster_map_and_activity_graph org_map
Iywidgets and ipyleaflet support disabled. You must be in a Jupyter notebook to use this feature.
Error raised:
No module named 'ipywidgets'
Check that you have enabled ipyleaflet in Jupyter with:
jupyter nbextension enable --py ipyleaflet
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+python manage.py import_issues_data
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+python manage.py import_merge_requests_data
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+python manage.py create_config_data
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+python manage.py create_participants
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+python manage.py update_participants_data
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Merge request: https://github.com/coala/coala-eclipse/pull/29 has no labels.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Merge request: https://github.com/coala/coala-atom/pull/85 has no labels.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Merge request: https://github.com/coala/documentation/pull/86 has no labels.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue: https://github.com/coala/projects/issues/508 has no labels.
Issue: https://github.com/coala/projects/issues/601 has no labels.
Issue: https://github.com/coala/coala/issues/2825 has no labels.
Issue: https://github.com/coala/gh-board/issues/10 has no labels.
Issue: https://github.com/coala/coala-quickstart/issues/54 has no labels.
Issue: https://github.com/coala/coala-bears/issues/910 has no labels.
Issue: https://github.com/coala/coala-bears/issues/1499 has no labels.
Issue: https://github.com/coala/coala-bears/issues/781 has no labels.
Issue: https://gitlab.com/coala/cobot/issues/24 has no labels.
Issue: https://gitlab.com/coala/package_manager/issues/158 has no labels.
Issue: https://gitlab.com/coala/mobans/issues/33 has no labels.
+[[ -f _site/meta_review.json ]]
+echo 'File meta_review.json exists.'
File meta_review.json exists.
+python manage.py loaddata _site/meta_review.json
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
Installed 2618 object(s) from 1 fixture(s)
+python manage.py run_meta_review_system
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+rm _site/issues.json
+python manage.py dumpdata meta_review
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+python manage.py collectstatic --noinput
21 static files copied to '/home/travis/build/coala/community/_site'.
+python manage.py distill-local public --force
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
You have requested to create a static version of
this site into the output path directory:
Source static path: _site/
Distill output path: /home/travis/build/coala/community/public
Distill output directory exists, clean up?
This will delete and recreate all files in the output dir
Recreating output directory...
Generating static site into directory: /home/travis/build/coala/community/public
Loading site URLs
Running on Travis: True, build link: https://travis-ci.org/coala/community/builds/561951814
Rendering page: index.html -> /home/travis/build/coala/community/public/index.html ["text/html; charset=utf-8", 15179 bytes] (renamed from "/")
Rendering page: gci/tasks/rss.xml -> /home/travis/build/coala/community/public/gci/tasks/rss.xml ["application/rss+xml; charset=utf-8", 278961 bytes] (renamed from "/gci/tasks/rss.xml")
Running on Travis: True, build link: https://travis-ci.org/coala/community/builds/561951814
Loaded 204 tasks
student 5302037795307520 is andrewda because of https://github.com/coala/community/issues/7
student 5178132149567488 is 9r0x because of https://github.com/coala/gci-leaders/issues/51
Unable to load gitmate/open-source repo gitmate-2-frontend: 'Please put your GL API key at .GL_API_KEY.'
Failed to load task 6317910194651136 url https://gitlab.com/gitmate/open-source/gitmate-2-frontend/issues/73: 'NoneType' object has no attribute 'assignees'
Giving up get_response(...) after 1 tries (RuntimeError: ('{"message":"API rate limit exceeded for 104.198.131.58. (But here\'s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}', 403))
Failed to load task 5350115776659456 url https://github.com/tldr-pages/tldr/issues/1607: ('{"message":"API rate limit exceeded for 104.198.131.58. (But here\'s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}', 403)
Unable to load coala repo package_manager: 'Please put your GL API key at .GL_API_KEY.'
Failed to load task 4753765758402560 url https://gitlab.com/coala/package_manager/issues/67: 'NoneType' object has no attribute 'assignees'
Unable to load coala repo package_manager: 'Please put your GL API key at .GL_API_KEY.'
Failed to load task 5907067556593664 url https://gitlab.com/coala/package_manager/issues/125: 'NoneType' object has no attribute 'assignees'
student 4552227639263232 is nalinbhardwaj because of https://github.com/coala/community/issues/25
Unable to load gitmate/open-source repo gitmate-2-frontend: 'Please put your GL API key at .GL_API_KEY.'
Failed to load task 6317910194651136 url https://gitlab.com/gitmate/open-source/gitmate-2-frontend/issues/73: 'NoneType' object has no attribute 'assignees'
student 6214590973083648 is indmind because of https://github.com/coala/gci-leaders/issues/17
student 6479102439587840 is seeeturtle because of https://github.com/coala/coala-quickstart/issues/158
Failed to load task 6425638376308736 url https://github.com/coala/gci-leaders/pull/45: 'NoneType' object has no attribute 'assignees'
student 5057457392975872 is UnimaginaryUnit because of https://github.com/coala/corobo/issues/171
Unable to load coala repo package_manager: 'Please put your GL API key at .GL_API_KEY.'
Failed to load task 6211764884602880 url https://gitlab.com/coala/package_manager/issues/138: 'NoneType' object has no attribute 'assignees'
Failed to load task 5952910829551616 url https://github.com/coala/corobo/: 'NoneType' object has no attribute 'assignees'
Giving up get_response(...) after 1 tries (RuntimeError: ('{"message":"API rate limit exceeded for 104.198.131.58. (But here\'s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}', 403))
Failed to load task 4892042859642880 url https://github.com/coala/meta/issues/106: ('{"message":"API rate limit exceeded for 104.198.131.58. (But here\'s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}', 403)
Failed to load task 6583830645309440 url https://en.gravatar.com/support/: 'NoneType' object has no attribute 'assignees'
Failed to load task 6469592090148864 url https://github.com/coala/coala/tree/master/coalib/bearlib/languages/definitions: 'NoneType' object has no attribute 'assignees'
student 5557452655296512 is margobra8 because of https://github.com/coala/coala-bears/issues/2201
Failed to load task 4602539020386304 url https://github.com/coala/community/issues: 'NoneType' object has no attribute 'assignees'
Failed to load task 4602539020386304 url https://github.com/coala/community/issues: 'NoneType' object has no attribute 'assignees'
Failed to load task 6583830645309440 url https://en.gravatar.com/support/: 'NoneType' object has no attribute 'assignees'
student 4973831292715008 is dob9601 because of https://github.com/coala/community/issues/40
Unable to load gitmate/open-source repo gitmate-2-frontend: 'Please put your GL API key at .GL_API_KEY.'
Failed to load task 4566570439278592 url https://gitlab.com/gitmate/open-source/gitmate-2-frontend/issues/63: 'NoneType' object has no attribute 'assignees'
student 6502237683580928 is biscuitsnake because of https://github.com/coala/coala/issues/4982
Giving up get_response(...) after 1 tries (RuntimeError: ('{"message":"API rate limit exceeded for 104.198.131.58. (But here\'s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}', 403))
Failed to load task 5604333859110912 url https://github.com/coala/gci-leaders/issues/23: ('{"message":"API rate limit exceeded for 104.198.131.58. (But here\'s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}', 403)
Giving up get_response(...) after 1 tries (RuntimeError: ('{"message":"API rate limit exceeded for 35.193.14.140. (But here\'s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}', 403))
Failed to load task 5754678685990912 url https://github.com/coala/community/issues/42: ('{"message":"API rate limit exceeded for 35.193.14.140. (But here\'s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}', 403)
student 5908437181399040 is Lyrenhex because of https://github.com/coala/projects/issues/354
Giving up get_response(...) after 1 tries (RuntimeError: ('{"message":"API rate limit exceeded for 104.154.113.151. (But here\'s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}', 403))
Failed to load task 5131546711293952 url https://github.com/manu-chroma/username-availability-checker/issues/37: ('{"message":"API rate limit exceeded for 104.154.113.151. (But here\'s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}', 403)
CommandError: Failed to render view: 403 {'message': "API rate limit exceeded for 104.154.113.151. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)", 'documentation_url': 'https://developer.github.com/v3/#rate-limiting'}
TravisBuddy Request Identifier: b07e0200-ac50-11e9-a8f1-bbdc807b8a3b
Travis tests have failed
Hey @KVGarg, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.
1st Build
./.ci/build.sh
+rm db.sqlite3
rm: cannot remove 'db.sqlite3': No such file or directory
+true
+rm -rf private _site public
+mkdir private _site public
+META_REVIEW_DATA=meta_review.json
+EXPORTED_DATA='static/tasks.yaml static/instances.yaml static/meta_review.json'
+ISSUES_JSON=issues.json
+python manage.py fetch_deployed_data --allow-failure _site static/tasks.yaml static/instances.yaml static/meta_review.json
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+[[ -n '' ]]
+python manage.py fetch_deployed_data _site issues.json --repo-name gh-board --hoster github
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+python manage.py migrate
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
Operations to perform:
Apply all migrations: contenttypes, data, gamification, gci, gsoc, meta_review, openhub
Running migrations:
Applying contenttypes.0001_initial... OK
Applying contenttypes.0002_remove_content_type_name... OK
Applying data.0001_initial... OK
Applying data.0002_auto_20180704_1130... OK
Applying data.0003_auto_20180801_0456... OK
Applying data.0004_auto_20180809_2229... OK
Applying data.0005_contributor_location... OK
Applying data.0006_auto_20190615_1331... OK
Applying gamification.0001_initial... OK
Applying gci.0001_initial... OK
Applying gsoc.0001_initial... OK
Applying meta_review.0001_initial... OK
Applying meta_review.0002_auto_20180707_0305... OK
Applying openhub.0001_initial... OK
+python manage.py import_contributors_data
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+python manage.py create_org_cluster_map_and_activity_graph org_map
Iywidgets and ipyleaflet support disabled. You must be in a Jupyter notebook to use this feature.
Error raised:
No module named 'ipywidgets'
Check that you have enabled ipyleaflet in Jupyter with:
jupyter nbextension enable --py ipyleaflet
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+python manage.py import_issues_data
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+python manage.py import_merge_requests_data
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+python manage.py create_config_data
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+python manage.py create_participants
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+python manage.py update_participants_data
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Merge request: https://github.com/coala/coala-eclipse/pull/29 has no labels.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Merge request: https://github.com/coala/coala-atom/pull/85 has no labels.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Merge request: https://github.com/coala/documentation/pull/86 has no labels.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue matching query does not exist.
Issue: https://github.com/coala/projects/issues/508 has no labels.
Issue: https://github.com/coala/projects/issues/601 has no labels.
Issue: https://github.com/coala/coala/issues/2825 has no labels.
Issue: https://github.com/coala/gh-board/issues/10 has no labels.
Issue: https://github.com/coala/coala-quickstart/issues/54 has no labels.
Issue: https://github.com/coala/coala-bears/issues/910 has no labels.
Issue: https://github.com/coala/coala-bears/issues/1499 has no labels.
Issue: https://github.com/coala/coala-bears/issues/781 has no labels.
Issue: https://gitlab.com/coala/cobot/issues/24 has no labels.
Issue: https://gitlab.com/coala/package_manager/issues/158 has no labels.
Issue: https://gitlab.com/coala/mobans/issues/33 has no labels.
+[[ -f _site/meta_review.json ]]
+echo 'File meta_review.json exists.'
File meta_review.json exists.
+python manage.py loaddata _site/meta_review.json
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
Installed 2618 object(s) from 1 fixture(s)
+python manage.py run_meta_review_system
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+rm _site/issues.json
+python manage.py dumpdata meta_review
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
+python manage.py collectstatic --noinput
21 static files copied to '/home/travis/build/coala/community/_site'.
+python manage.py distill-local public --force
OH_TOKEN can not be obtained: 'Please put your OH API key at .OH_API_KEY.'
You have requested to create a static version of
this site into the output path directory:
Source static path: _site/
Distill output path: /home/travis/build/coala/community/public
Distill output directory exists, clean up?
This will delete and recreate all files in the output dir
Recreating output directory...
Generating static site into directory: /home/travis/build/coala/community/public
Loading site URLs
Running on Travis: True, build link: https://travis-ci.org/coala/community/builds/565842404
Rendering page: index.html -> /home/travis/build/coala/community/public/index.html ["text/html; charset=utf-8", 15108 bytes] (renamed from "/")
Rendering page: gci/tasks/rss.xml -> /home/travis/build/coala/community/public/gci/tasks/rss.xml ["application/rss+xml; charset=utf-8", 278961 bytes] (renamed from "/gci/tasks/rss.xml")
Running on Travis: True, build link: https://travis-ci.org/coala/community/builds/565842404
Loaded 204 tasks
student 5302037795307520 is andrewda because of https://github.com/coala/community/issues/7
student 5178132149567488 is 9r0x because of https://github.com/coala/gci-leaders/issues/51
Unable to load gitmate/open-source repo gitmate-2-frontend: 'Please put your GL API key at .GL_API_KEY.'
Failed to load task 6317910194651136 url https://gitlab.com/gitmate/open-source/gitmate-2-frontend/issues/73: 'NoneType' object has no attribute 'assignees'
Unable to load coala repo package_manager: 'Please put your GL API key at .GL_API_KEY.'
Failed to load task 4753765758402560 url https://gitlab.com/coala/package_manager/issues/67: 'NoneType' object has no attribute 'assignees'
Unable to load coala repo package_manager: 'Please put your GL API key at .GL_API_KEY.'
Failed to load task 5907067556593664 url https://gitlab.com/coala/package_manager/issues/125: 'NoneType' object has no attribute 'assignees'
student 4552227639263232 is nalinbhardwaj because of https://github.com/coala/community/issues/25
Unable to load gitmate/open-source repo gitmate-2-frontend: 'Please put your GL API key at .GL_API_KEY.'
Failed to load task 6317910194651136 url https://gitlab.com/gitmate/open-source/gitmate-2-frontend/issues/73: 'NoneType' object has no attribute 'assignees'
student 6214590973083648 is indmind because of https://github.com/coala/gci-leaders/issues/17
Giving up get_response(...) after 1 tries (RuntimeError: ('{"message":"API rate limit exceeded for 35.224.112.202. (But here\'s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}', 403))
Failed to load task 4891699413254144 url https://github.com/manu-chroma/username-availability-checker/issues/66: ('{"message":"API rate limit exceeded for 35.224.112.202. (But here\'s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}', 403)
student 6479102439587840 is seeeturtle because of https://github.com/coala/coala-quickstart/issues/158
Failed to load task 6425638376308736 url https://github.com/coala/gci-leaders/pull/45: 'NoneType' object has no attribute 'assignees'
student 5057457392975872 is UnimaginaryUnit because of https://github.com/coala/corobo/issues/171
Unable to load coala repo package_manager: 'Please put your GL API key at .GL_API_KEY.'
Failed to load task 6211764884602880 url https://gitlab.com/coala/package_manager/issues/138: 'NoneType' object has no attribute 'assignees'
Failed to load task 5952910829551616 url https://github.com/coala/corobo/: 'NoneType' object has no attribute 'assignees'
Failed to load task 6583830645309440 url https://en.gravatar.com/support/: 'NoneType' object has no attribute 'assignees'
Failed to load task 6469592090148864 url https://github.com/coala/coala/tree/master/coalib/bearlib/languages/definitions: 'NoneType' object has no attribute 'assignees'
student 5557452655296512 is margobra8 because of https://github.com/coala/coala-bears/issues/2201
Failed to load task 4602539020386304 url https://github.com/coala/community/issues: 'NoneType' object has no attribute 'assignees'
Failed to load task 4602539020386304 url https://github.com/coala/community/issues: 'NoneType' object has no attribute 'assignees'
Failed to load task 6583830645309440 url https://en.gravatar.com/support/: 'NoneType' object has no attribute 'assignees'
student 4973831292715008 is dob9601 because of https://github.com/coala/community/issues/40
Unable to load gitmate/open-source repo gitmate-2-frontend: 'Please put your GL API key at .GL_API_KEY.'
Failed to load task 4566570439278592 url https://gitlab.com/gitmate/open-source/gitmate-2-frontend/issues/63: 'NoneType' object has no attribute 'assignees'
Giving up get_response(...) after 1 tries (RuntimeError: ('{"message":"API rate limit exceeded for 35.224.112.202. (But here\'s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}', 403))
Failed to load task 5692569096814592 url https://github.com/manu-chroma/username-availability-checker/issues/39: ('{"message":"API rate limit exceeded for 35.224.112.202. (But here\'s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}', 403)
Giving up get_response(...) after 1 tries (RuntimeError: ('{"message":"API rate limit exceeded for 35.224.112.202. (But here\'s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}', 403))
Failed to load task 4892042859642880 url https://github.com/coala/meta/issues/106: ('{"message":"API rate limit exceeded for 35.224.112.202. (But here\'s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}', 403)
student 6502237683580928 is biscuitsnake because of https://github.com/coala/coala/issues/4982
student 5908437181399040 is Lyrenhex because of https://github.com/coala/projects/issues/354
CommandError: Failed to render view: 403 {'message': "API rate limit exceeded for 35.224.112.202. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)", 'documentation_url': 'https://developer.github.com/v3/#rate-limiting'}
pytest
============================= test session starts ==============================
platform linux -- Python 3.6.7, pytest-3.6.4, py-1.7.0, pluggy-0.7.1
Django settings: community.settings (from ini file)
rootdir: /home/travis/build/coala/community, inifile: setup.cfg
plugins: requests-mock-1.6.0, travis-fold-1.3.0, timeout-1.3.3, reqs-0.2.0, reorder-0.1.1, profiling-1.3.0, mock-1.10.4, instafail-0.3.0, error-for-skips-1.0.0, env-0.6.2, django-3.3.3, cov-2.7.1
timeout: 35.0s
timeout method: signal
timeout func_only: False
collected 67 items / 3 skipped
requirements.txt F
______________________________ requirements-check ______________________________
../../../virtualenv/python3.6.7/lib/python3.6/site-packages/pluggy/hooks.py:258: in __call__
return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
../../../virtualenv/python3.6.7/lib/python3.6/site-packages/pluggy/manager.py:67: in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
../../../virtualenv/python3.6.7/lib/python3.6/site-packages/pluggy/manager.py:61: in <lambda>
firstresult=hook.spec_opts.get('firstresult'),
../../../virtualenv/python3.6.7/lib/python3.6/site-packages/_pytest/runner.py:109: in pytest_runtest_call
item.runtest()
../../../virtualenv/python3.6.7/lib/python3.6/site-packages/pytest_reqs.py:172: in runtest
installed_distribution.project_name,
E AttributeError: 'Distribution' object has no attribute 'project_name'
test-requirements.txt F
______________________________ requirements-check ______________________________
../../../virtualenv/python3.6.7/lib/python3.6/site-packages/pluggy/hooks.py:258: in __call__
return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
../../../virtualenv/python3.6.7/lib/python3.6/site-packages/pluggy/manager.py:67: in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
../../../virtualenv/python3.6.7/lib/python3.6/site-packages/pluggy/manager.py:61: in <lambda>
firstresult=hook.spec_opts.get('firstresult'),
../../../virtualenv/python3.6.7/lib/python3.6/site-packages/_pytest/runner.py:109: in pytest_runtest_call
item.runtest()
../../../virtualenv/python3.6.7/lib/python3.6/site-packages/pytest_reqs.py:172: in runtest
installed_distribution.project_name,
E AttributeError: 'Distribution' object has no attribute 'project_name'
community/tests/test_git.py .... [ 8%]
data/tests/test_contrib_data.py .. [ 11%]
data/tests/test_issues.py .. [ 14%]
data/tests/test_management_commands.py ... [ 18%]
data/tests/test_merge_requests.py .. [ 21%]
data/tests/test_models.py ............... [ 43%]
data/tests/test_org_cluster_map_handler.py .. [ 46%]
data/tests/test_views.py ... [ 50%]
gamification/tests/test_activity.py ... [ 55%]
gamification/tests/test_activity_points.py ... [ 59%]
gamification/tests/test_labels.py . [ 60%]
gamification/tests/test_management_commands.py ... [ 65%]
gamification/tests/test_models.py ................... [ 92%]
gamification/tests/test_points.py . [ 94%]
gamification/tests/test_views.py ... [ 98%]
meta_review/handler.py . [100%]
Profiling (from /home/travis/build/coala/community/prof/combined.prof):
Wed Jul 31 07:33:05 2019 /home/travis/build/coala/community/prof/combined.prof
479128 function calls (466276 primitive calls) in 0.714 seconds
Ordered by: cumulative time
List reduced from 1814 to 20 due to restriction <20>
ncalls tottime percall cumtime percall filename:lineno(function)
69 0.000 0.000 0.702 0.010 runner.py:105(pytest_runtest_call)
66 0.001 0.000 0.632 0.010 unittest.py:182(runtest)
62 0.001 0.000 0.631 0.010 testcases.py:188(__call__)
66 0.000 0.000 0.608 0.009 case.py:652(__call__)
66 0.003 0.000 0.608 0.009 case.py:570(run)
362 0.003 0.000 0.266 0.001 query.py:1184(_fetch_all)
6 0.000 0.000 0.252 0.042 client.py:525(get)
6 0.000 0.000 0.252 0.042 client.py:334(get)
6 0.000 0.000 0.252 0.042 client.py:390(generic)
6 0.000 0.000 0.251 0.042 client.py:457(request)
6 0.000 0.000 0.250 0.042 client.py:123(__call__)
6 0.000 0.000 0.246 0.041 base.py:73(get_response)
36/6 0.000 0.000 0.246 0.041 exception.py:31(inner)
30/6 0.000 0.000 0.246 0.041 deprecation.py:87(__call__)
6 0.000 0.000 0.244 0.041 base.py:96(_get_response)
2542 0.007 0.000 0.244 0.000 query.py:48(__iter__)
6 0.000 0.000 0.243 0.040 views.py:6(index)
6 0.000 0.000 0.235 0.039 shortcuts.py:31(render)
6 0.000 0.000 0.234 0.039 loader.py:52(render_to_string)
6 0.000 0.000 0.231 0.039 django.py:58(render)
travis_fold:start:py-4435.cov.0
----------- coverage: platform linux, python 3.6.7-final-0 -----------
Name Stmts Miss Branch BrPart Cover Missing
-------------------------------------------------------------------------------------
community/__init__.py 0 0 0 0 100%
community/config.py 3 0 0 0 100%
community/filters.py 4 0 0 0 100%
community/settings.py 24 0 0 0 100%
community/wsgi.py 4 0 0 0 100%
data/__init__.py 0 0 0 0 100%
data/apps.py 3 0 0 0 100%
data/contrib_data.py 32 0 4 0 100%
data/issues.py 50 0 8 0 100%
data/merge_requests.py 57 0 10 0 100%
data/models.py 57 0 2 0 100%
data/newcomers.py 12 0 2 0 100%
data/org_cluster_map_handler.py 69 0 28 0 100%
data/urls.py 3 0 0 0 100%
data/webservices.py 5 0 0 0 100%
gamification/__init__.py 0 0 0 0 100%
gamification/data/config.py 51 0 0 0 100%
gamification/data/points.py 3 0 0 0 100%
gamification/labels.py 17 0 19 0 100%
gamification/models.py 73 0 21 0 100%
gamification/participants.py 7 0 2 0 100%
gamification/points.py 12 0 6 0 100%
gamification/process/__init__.py 0 0 0 0 100%
gamification/process/activity.py 9 0 4 0 100%
gamification/process/activity_points.py 8 0 0 0 100%
gamification/process/update.py 55 0 13 0 100%
meta_review/__init__.py 0 0 0 0 100%
meta_review/apps.py 3 0 0 0 100%
meta_review/models.py 38 0 0 0 100%
meta_review/urls.py 3 0 0 0 100%
-------------------------------------------------------------------------------------
TOTAL 602 0 119 0 100%
travis_fold:end:py-4435.cov.0
Required test coverage of 100% reached. Total coverage: 100.00%
=========================== short test summary info ============================
FAIL requirements.txt
FAIL test-requirements.txt
SKIP [1] /home/travis/virtualenv/python3.6.7/lib/python3.6/site-packages/_pytest/doctest.py:356: unable to import module local('/home/travis/build/coala/community/gci/api_actions.py')
SKIP [1] /home/travis/virtualenv/python3.6.7/lib/python3.6/site-packages/_pytest/doctest.py:356: unable to import module local('/home/travis/build/coala/community/gci/management/commands/create_issue_tasks.py')
SKIP [1] /home/travis/virtualenv/python3.6.7/lib/python3.6/site-packages/_pytest/doctest.py:356: unable to import module local('/home/travis/build/coala/community/gci/management/commands/publish_tasks.py')
=============== 2 failed, 67 passed, 3 skipped in 18.85 seconds ================
TravisBuddy Request Identifier: 012922e0-b366-11e9-a522-656c855f12dd
Do not close GitLab issues from here as mentioned earlier.