Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Tor Tor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 343
    • Issues 343
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The Tor Project
  • Core
  • TorTor
  • Issues
  • #40077

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 an admin enable hashed storage. More information
Assignee
Assign to
Time tracking