Opened at 2019-08-02T22:46:56Z
Closed at 2019-08-09T11:11:47Z
#3233 closed defect (fixed)
Tor integration tests started failing
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | undecided |
| Component: | unknown | Version: | n/a |
| Keywords: | review-needed | Cc: | |
| Launchpad Bug: |
Description
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/tmp/tahoetFY24U/chutney/lib/chutney/TorNet.py", line 1499, in <module>
sys.exit(main())
File "/tmp/tahoetFY24U/chutney/lib/chutney/TorNet.py", line 1493, in main
result = runConfigFile(args['action'], f.read())
File "/tmp/tahoetFY24U/chutney/lib/chutney/TorNet.py", line 1474, in runConfigFile
return getattr(network, verb)()
File "/tmp/tahoetFY24U/chutney/lib/chutney/TorNet.py", line 1295, in configure
self._checkConfig()
File "/tmp/tahoetFY24U/chutney/lib/chutney/TorNet.py", line 1267, in _checkConfig
n.getBuilder().checkConfig(self)
File "/tmp/tahoetFY24U/chutney/lib/chutney/TorNet.py", line 563, in checkConfig
self._createTorrcFile(checkOnly=True)
File "/tmp/tahoetFY24U/chutney/lib/chutney/TorNet.py", line 507, in _createTorrcFile
fn_out = self._getTorrcFname()
File "/tmp/tahoetFY24U/chutney/lib/chutney/TorNet.py", line 410, in _getTorrcFname
return self.expand("${torrc_fname}")
File "/tmp/tahoetFY24U/chutney/lib/chutney/TorNet.py", line 406, in expand
return chutney.Templating.Template(pat, includePath).format(self._env)
File "/tmp/tahoetFY24U/chutney/lib/chutney/Templating.py", line 384, in format
values = PathDict(values)
File "/tmp/tahoetFY24U/chutney/lib/chutney/Templating.py", line 289, in __init__
path = os.getenv('PATH').split(":")
AttributeError: 'NoneType' object has no attribute 'split'
Change History (3)
comment:1 Changed at 2019-08-02T22:48:05Z by exarkun
comment:2 Changed at 2019-08-02T22:53:11Z by exarkun
- Keywords review-needed added
comment:3 Changed at 2019-08-09T11:11:47Z by exarkun
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Some changes were made to Chutney that introduced this behavior. See https://gitweb.torproject.org/chutney.git/commit/?id=0a83ecfaa1d406a5cfd502da6d7e367b64eaad86