-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[Failing Test]: Python PostCommit hdfsIntegrationTest failing due to tox error #25443
Copy link
Copy link
Closed
Closed
Copy link
Description
What happened?
After #24911 all python postcommit tests permared due to error of hdfsIntegrationTest task. Example error message (taken from https://ci-beam.apache.org/view/PostCommit/job/beam_PostCommit_Python310/470/consoleFull):
04:11:40 test_1 | Traceback (most recent call last):
04:11:40 test_1 | File "/usr/local/bin/tox", line 8, in <module>
04:11:40 test_1 | sys.exit(cmdline())
04:11:40 test_1 | File "/usr/local/lib/python3.10/site-packages/tox/session/__init__.py", line 42, in cmdline
04:11:40 test_1 | main(args)
04:11:40 test_1 | File "/usr/local/lib/python3.10/site-packages/tox/session/__init__.py", line 62, in main
04:11:40 test_1 | config = load_config(args)
04:11:40 test_1 | File "/usr/local/lib/python3.10/site-packages/tox/session/__init__.py", line 78, in load_config
04:11:40 test_1 | config = parseconfig(args)
04:11:40 test_1 | File "/usr/local/lib/python3.10/site-packages/tox/config/__init__.py", line 262, in parseconfig
04:11:40 test_1 | ParseIni(config, config_file, content)
04:11:40 test_1 | File "/usr/local/lib/python3.10/site-packages/tox/config/__init__.py", line 1126, in __init__
04:11:40 test_1 | raise tox.exception.ConfigError(
04:11:40 test_1 | tox.exception.ConfigError: ConfigError: py{38}-onnx-{113} failed with ConfigError: substitution key '38' not found at Traceback (most recent call last):
04:11:40 test_1 | File "/usr/local/lib/python3.10/site-packages/tox/config/__init__.py", line 1102, in run
04:11:40 test_1 | results[name] = cur_self.make_envconfig(name, section, subs, config)
04:11:40 test_1 | File "/usr/local/lib/python3.10/site-packages/tox/config/__init__.py", line 1226, in make_envconfig
04:11:40 test_1 | res = meth(env_attr.name, env_attr.default, replace=replace)
04:11:40 test_1 | File "/usr/local/lib/python3.10/site-packages/tox/config/__init__.py", line 1407, in getpath
04:11:40 test_1 | path = self.getstring(name, defaultpath, replace=replace)
04:11:40 test_1 | File "/usr/local/lib/python3.10/site-packages/tox/config/__init__.py", line 1486, in getstring
04:11:40 test_1 | x = self._replace_if_needed(x, name, replace, crossonly)
04:11:40 test_1 | File "/usr/local/lib/python3.10/site-packages/tox/config/__init__.py", line 1491, in _replace_if_needed
04:11:40 test_1 | x = self._replace(x, name=name, crossonly=crossonly)
04:11:40 test_1 | File "/usr/local/lib/python3.10/site-packages/tox/config/__init__.py", line 1517, in _replace
04:11:40 test_1 | replaced = Replacer(self, crossonly=crossonly).do_replace(value)
04:11:40 test_1 | File "/usr/local/lib/python3.10/site-packages/tox/config/__init__.py", line 1557, in do_replace
04:11:40 test_1 | expanded = substitute_once(value)
04:11:40 test_1 | File "/usr/local/lib/python3.10/site-packages/tox/config/__init__.py", line 1551, in substitute_once
04:11:40 test_1 | return self.RE_ITEM_REF.sub(self._replace_match, x)
04:11:40 test_1 | File "/usr/local/lib/python3.10/site-packages/tox/config/__init__.py", line 1598, in _replace_match
04:11:40 test_1 | return self._replace_substitution(match)
04:11:40 test_1 | File "/usr/local/lib/python3.10/site-packages/tox/config/__init__.py", line 1633, in _replace_substitution
04:11:40 test_1 | val = self._substitute_from_other_section(sub_key)
04:11:40 test_1 | File "/usr/local/lib/python3.10/site-packages/tox/config/__init__.py", line 1627, in _substitute_from_other_section
04:11:40 test_1 | raise tox.exception.ConfigError("substitution key {!r} not found".format(key))
04:11:40 test_1 | tox.exception.ConfigError: ConfigError: substitution key '38' not found
04:11:40 test_1 |
Likely a misconfiguration of build script.
Issue Failure
Failure: Test is continually failing
Issue Priority
Priority: 1 (unhealthy code / failing or flaky postcommit so we cannot be sure the product is healthy)
Issue Components
- Component: Python SDK
- Component: Java SDK
- Component: Go SDK
- Component: Typescript SDK
- Component: IO connector
- Component: Beam examples
- Component: Beam playground
- Component: Beam katas
- Component: Website
- Component: Spark Runner
- Component: Flink Runner
- Component: Samza Runner
- Component: Twister2 Runner
- Component: Hazelcast Jet Runner
- Component: Google Cloud Dataflow Runner
Reactions are currently unavailable