name: pep8 run_id: commands[0] env HOME: /home/zuul-worker env LANG: en_US.UTF-8 env PATH: /home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8/bin:/home/zuul-worker/.local/bin:/home/zuul-worker/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin env PIP_DISABLE_PIP_VERSION_CHECK: 1 env PYTHONHASHSEED: 2374410147 env PYTHONIOENCODING: utf-8 env TOX_ENV_DIR: /home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8 env TOX_ENV_NAME: pep8 env TOX_WORK_DIR: /home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox env VIRTUAL_ENV: /home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8 metadata pid: 27098 cwd: /home/zuul-worker/src/github.com/os-net-config/os-net-config allow: /home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8/bin/*:stestr cmd: flake8 exit_code: 1 standard error: multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/usr/lib64/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8/lib/python3.9/site-packages/flake8/checker.py", line 666, in _run_checks return checker.run_checks() File "/home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8/lib/python3.9/site-packages/flake8/checker.py", line 597, in run_checks self.process_tokens() File "/home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8/lib/python3.9/site-packages/flake8/checker.py", line 587, in process_tokens self.handle_newline(token_type) File "/home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8/lib/python3.9/site-packages/flake8/checker.py", line 614, in handle_newline self.run_logical_checks() File "/home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8/lib/python3.9/site-packages/flake8/checker.py", line 522, in run_logical_checks for offset, text in results: File "/home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8/lib/python3.9/site-packages/hacking/checks/except_checks.py", line 183, in hacking_assert_equal checker.visit(ast.parse(logical_line)) File "/usr/lib64/python3.9/ast.py", line 50, in parse return compile(source, filename, mode, flags, File "", line 1 } self.assertTrue(v.is_valid(data)) def test_linux_bond_with_ovs_extra_string(self): """xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx""" schema = validator.get_schema_for_defined_type("xxxxxxxxxx") v = jsonschema.Draft4Validator(schema) data = { ^ SyntaxError: unmatched '}' """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8/bin/flake8", line 6, in sys.exit(main()) File "/home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8/lib/python3.9/site-packages/flake8/main/cli.py", line 18, in main app.run(argv) File "/home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8/lib/python3.9/site-packages/flake8/main/application.py", line 393, in run self._run(argv) File "/home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8/lib/python3.9/site-packages/flake8/main/application.py", line 381, in _run self.run_checks() File "/home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8/lib/python3.9/site-packages/flake8/main/application.py", line 300, in run_checks self.file_checker_manager.run() File "/home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8/lib/python3.9/site-packages/flake8/checker.py", line 329, in run self.run_parallel() File "/home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/pep8/lib/python3.9/site-packages/flake8/checker.py", line 293, in run_parallel for ret in pool_map: File "/usr/lib64/python3.9/multiprocessing/pool.py", line 870, in next raise value File "", line 1 } self.assertTrue(v.is_valid(data)) def test_linux_bond_with_ovs_extra_string(self): """xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx""" schema = validator.get_schema_for_defined_type("xxxxxxxxxx") v = jsonschema.Draft4Validator(schema) data = { ^ SyntaxError: unmatched '}'