macports / macports-webapp

Web application to display information about ports, build history and installation statistics
https://ports.macports.org/
BSD 2-Clause "Simplified" License
56 stars 27 forks source link

GitHub actions #284

Closed arjunsalyan closed 3 years ago

arjunsalyan commented 3 years ago

This will:

mojca commented 3 years ago

I see that the job actually had troubles, but the pipeline passed?

../opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/rest_framework/pagination.py:200: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'buildhistory.models.BuildHistory'> QuerySet.
  paginator = self.django_paginator_class(queryset, page_size)
........../opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/rest_framework/pagination.py:200: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'category.models.Category'> QuerySet.
  paginator = self.django_paginator_class(queryset, page_size)
....Failed to query Solr using 'active:(true)': Failed to connect to server at http://127.0.0.1:8983/solr/tester/select/?q=active%3A%28true%29&fl=%2A+score&df=text&sort=name_lower+asc&start=0&rows=20&facet=on&facet.field=maintainers_exact&facet.field=categories_exact&facet.field=variants_exact&fq=django_ct%3A%28port.port%29&fq=categories_exact%3A%22categoryA%22&wt=json: HTTPConnectionPool(host='127.0.0.1', port=8983): Max retries exceeded with url: /solr/tester/select/?q=active%3A%28true%29&fl=%2A+score&df=text&sort=name_lower+asc&start=0&rows=20&facet=on&facet.field=maintainers_exact&facet.field=categories_exact&facet.field=variants_exact&fq=django_ct%3A%28port.port%29&fq=categories_exact%3A%22categoryA%22&wt=json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6da1dc6110>: Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/urllib3/connection.py", line 160, in _new_conn
    (self._dns_host, self.port), self.timeout, **extra_kw
  File "/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@1035fdf). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #284   +/-   ##
=======================================
  Coverage        ?   81.32%           
=======================================
  Files           ?      107           
  Lines           ?     2726           
  Branches        ?      214           
=======================================
  Hits            ?     2217           
  Misses          ?      463           
  Partials        ?       46           

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 1035fdf...a087f5f. Read the comment docs.