Created
January 11, 2019 13:17
-
-
Save nyanloutre/e6d01b47d68ea3d5f2e1e41086184303 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
running build_ext | |
Traceback (most recent call last): | |
File "nix_run_setup", line 8, in <module> | |
exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) | |
File "setup.py", line 12, in <module> | |
package_dir={'': 'src'}, | |
File "/nix/store/r9asxjad4m81h4dmkhxlmqmk7p7xwbdf-python3.7-bootstrapped-pip-18.1/lib/python3.7/site-packages/setuptools/__init__.py", line 143, in setup | |
return distutils.core.setup(**attrs) | |
File "/nix/store/5di2wpc5h7faqidsikgb94rwdbwy2y3l-python3-3.7.2/lib/python3.7/distutils/core.py", line 148, in setup | |
dist.run_commands() | |
File "/nix/store/5di2wpc5h7faqidsikgb94rwdbwy2y3l-python3-3.7.2/lib/python3.7/distutils/dist.py", line 966, in run_commands | |
self.run_command(cmd) | |
File "/nix/store/5di2wpc5h7faqidsikgb94rwdbwy2y3l-python3-3.7.2/lib/python3.7/distutils/dist.py", line 985, in run_command | |
cmd_obj.run() | |
File "/nix/store/r9asxjad4m81h4dmkhxlmqmk7p7xwbdf-python3.7-bootstrapped-pip-18.1/lib/python3.7/site-packages/setuptools/command/test.py", line 228, in run | |
self.run_tests() | |
File "/nix/store/r9asxjad4m81h4dmkhxlmqmk7p7xwbdf-python3.7-bootstrapped-pip-18.1/lib/python3.7/site-packages/setuptools/command/test.py", line 250, in run_tests | |
exit=False, | |
File "/nix/store/5di2wpc5h7faqidsikgb94rwdbwy2y3l-python3-3.7.2/lib/python3.7/unittest/main.py", line 100, in __init__ | |
self.parseArgs(argv) | |
File "/nix/store/5di2wpc5h7faqidsikgb94rwdbwy2y3l-python3-3.7.2/lib/python3.7/unittest/main.py", line 124, in parseArgs | |
self._do_discovery(argv[2:]) | |
File "/nix/store/5di2wpc5h7faqidsikgb94rwdbwy2y3l-python3-3.7.2/lib/python3.7/unittest/main.py", line 244, in _do_discovery | |
self.createTests(from_discovery=True, Loader=Loader) | |
File "/nix/store/5di2wpc5h7faqidsikgb94rwdbwy2y3l-python3-3.7.2/lib/python3.7/unittest/main.py", line 154, in createTests | |
self.test = loader.discover(self.start, self.pattern, self.top) | |
File "/nix/store/5di2wpc5h7faqidsikgb94rwdbwy2y3l-python3-3.7.2/lib/python3.7/unittest/loader.py", line 347, in discover | |
tests = list(self._find_tests(start_dir, pattern)) | |
File "/nix/store/5di2wpc5h7faqidsikgb94rwdbwy2y3l-python3-3.7.2/lib/python3.7/unittest/loader.py", line 404, in _find_tests | |
full_path, pattern, namespace) | |
File "/nix/store/5di2wpc5h7faqidsikgb94rwdbwy2y3l-python3-3.7.2/lib/python3.7/unittest/loader.py", line 481, in _find_test_path | |
tests = self.loadTestsFromModule(package, pattern=pattern) | |
File "/nix/store/r9asxjad4m81h4dmkhxlmqmk7p7xwbdf-python3.7-bootstrapped-pip-18.1/lib/python3.7/site-packages/setuptools/command/test.py", line 54, in loadTestsFromModule | |
tests.append(self.loadTestsFromName(submodule)) | |
File "/nix/store/5di2wpc5h7faqidsikgb94rwdbwy2y3l-python3-3.7.2/lib/python3.7/unittest/loader.py", line 154, in loadTestsFromName | |
module = __import__(module_name) | |
File "/build/source/script/filter_testcase_ids.py", line 8, in <module> | |
jdata = json.load(sys.stdin) | |
File "/nix/store/5di2wpc5h7faqidsikgb94rwdbwy2y3l-python3-3.7.2/lib/python3.7/json/__init__.py", line 296, in load | |
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw) | |
File "/nix/store/5di2wpc5h7faqidsikgb94rwdbwy2y3l-python3-3.7.2/lib/python3.7/json/__init__.py", line 348, in loads | |
return _default_decoder.decode(s) | |
File "/nix/store/5di2wpc5h7faqidsikgb94rwdbwy2y3l-python3-3.7.2/lib/python3.7/json/decoder.py", line 337, in decode | |
obj, end = self.raw_decode(s, idx=_w(s, 0).end()) | |
File "/nix/store/5di2wpc5h7faqidsikgb94rwdbwy2y3l-python3-3.7.2/lib/python3.7/json/decoder.py", line 355, in raw_decode | |
raise JSONDecodeError("Expecting value", s, err.value) from None | |
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) | |
builder for '/nix/store/pga8jkqjf3ip02qrbjabyzccgb57nkpx-python3.7-pysaml2-4.6.5.drv' failed with exit code 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment