Abacn commented on PR #24911: URL: https://github.com/apache/beam/pull/24911#issuecomment-1428128649
It breaks Python PostCommits `hdfsIntegrationTest` task, error message is (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 | ``` see #25443 for details -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
