Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
T
Tor
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,073
    • Issues 1,073
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 39
    • Merge Requests 39
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • The Tor Project
  • Core
  • Tor
  • Issues
  • #40077

Closed
Open
Opened Jul 31, 2020 by George Kadianakis@asnOwner

CI broken in 035/042/043/044 because of stem failure

FAIL: test_get_listeners
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/torproject/tor/stem/test/require.py", line 75, in wrapped
    return func(self, *args, **kwargs)
  File "/home/travis/build/torproject/tor/stem/stem/util/test_tools.py", line 701, in wrapper
    result = loop.run_until_complete(func(*args, **kwargs))
  File "/usr/lib/python3.6/asyncio/base_events.py", line 484, in run_until_complete
    return future.result()
  File "/home/travis/build/torproject/tor/stem/test/integ/control/controller.py", line 976, in test_get_listeners
    self.assertEqual([('0.0.0.0', test.runner.ORPORT), ('::', test.runner.ORPORT)], await controller.get_listeners(Listener.OR))
AssertionError: Lists differ: [('0.0.0.0', 1113), ('::', 1113)] != [('0.0.0.0', 1113)]
First list contains 1 additional elements.
First extra element 1:
('::', 1113)
- [('0.0.0.0', 1113), ('::', 1113)]
+ [('0.0.0.0', 1113)]

Looking at https://travis-ci.org/github/torproject/tor/builds it seems like 035/042/043/044 builds have been broken for a while. Seems like https://travis-ci.org/github/torproject/tor/builds/711107611 has been the last 043 build that succeeded, and https://travis-ci.org/github/torproject/tor/builds/711107611 is the one that failed after it.

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: tpo/core/tor#40077