-
Notifications
You must be signed in to change notification settings - Fork 3.3k
/
Copy pathbuild_failure.linux-64.yaml
104 lines (102 loc) · 9.06 KB
/
build_failure.linux-64.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
recipe_sha: 986dabf2583e232d99c51761eadadbb19ecba80d93aaf533987b7c64743a0ae4 # The hash of the recipe's meta.yaml at which this recipe failed to build.
skiplist: true # Set to true to skiplist this recipe so that it will be ignored as long as its latest commit is the one given above.
log: |-
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp: In member function 'virtual void tlx::CmdlineParser::ArgumentBytes64::print_value(std::ostream&) const':
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:364:60: error: 'dest_' was not declared in this scope; did you mean 'desc_'?
364 | void print_value(std::ostream& os) const final { os << dest_; }
| ^~~~~
| desc_
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp: At global scope:
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:577:59: error: 'uint32_t' has not been declared
577 | const std::string& keytype, uint32_t& dest,
| ^~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:585:59: error: 'uint64_t' has not been declared
585 | const std::string& keytype, uint64_t& dest,
| ^~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:584:6: error: redefinition of 'void tlx::CmdlineParser::add_bytes(char, const std::string&, const std::string&, int&, const std::string&)'
584 | void CmdlineParser::add_bytes(char key, const std::string& longkey,
| ^~~~~~~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:576:6: note: 'void tlx::CmdlineParser::add_bytes(char, const std::string&, const std::string&, int&, const std::string&)' previously defined here
576 | void CmdlineParser::add_bytes(char key, const std::string& longkey,
| ^~~~~~~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:653:31: error: 'uint32_t' has not been declared
653 | uint32_t& dest, const std::string& desc) {
| ^~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:658:31: error: 'uint64_t' has not been declared
658 | uint64_t& dest, const std::string& desc) {
| ^~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:657:6: error: redefinition of 'void tlx::CmdlineParser::add_bytes(char, const std::string&, int&, const std::string&)'
657 | void CmdlineParser::add_bytes(char key, const std::string& longkey,
| ^~~~~~~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:652:6: note: 'void tlx::CmdlineParser::add_bytes(char, const std::string&, int&, const std::string&)' previously defined here
652 | void CmdlineParser::add_bytes(char key, const std::string& longkey,
| ^~~~~~~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:716:31: error: 'uint32_t' has not been declared
716 | uint32_t& dest, const std::string& desc) {
| ^~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:721:31: error: 'uint64_t' has not been declared
721 | uint64_t& dest, const std::string& desc) {
| ^~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:720:6: error: redefinition of 'void tlx::CmdlineParser::add_bytes(const std::string&, int&, const std::string&)'
720 | void CmdlineParser::add_bytes(const std::string& longkey,
| ^~~~~~~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:715:6: note: 'void tlx::CmdlineParser::add_bytes(const std::string&, int&, const std::string&)' previously defined here
715 | void CmdlineParser::add_bytes(const std::string& longkey,
| ^~~~~~~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:775:30: error: 'uint32_t' has not been declared
775 | const std::string& name, uint32_t& dest, const std::string& desc) {
| ^~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:782:30: error: 'uint64_t' has not been declared
782 | const std::string& name, uint64_t& dest, const std::string& desc) {
| ^~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:781:6: error: redefinition of 'void tlx::CmdlineParser::add_param_bytes(const std::string&, int&, const std::string&)'
781 | void CmdlineParser::add_param_bytes(
| ^~~~~~~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:774:6: note: 'void tlx::CmdlineParser::add_param_bytes(const std::string&, int&, const std::string&)' previously defined here
774 | void CmdlineParser::add_param_bytes(
| ^~~~~~~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:842:30: error: 'uint32_t' has not been declared
842 | const std::string& name, uint32_t& dest, const std::string& desc) {
| ^~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:849:30: error: 'uint64_t' has not been declared
849 | const std::string& name, uint64_t& dest, const std::string& desc) {
| ^~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:848:6: error: redefinition of 'void tlx::CmdlineParser::add_opt_param_bytes(const std::string&, int&, const std::string&)'
848 | void CmdlineParser::add_opt_param_bytes(
| ^~~~~~~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:841:6: note: 'void tlx::CmdlineParser::add_opt_param_bytes(const std::string&, int&, const std::string&)' previously defined here
841 | void CmdlineParser::add_opt_param_bytes(
| ^~~~~~~~~~~~~
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp: In member function 'virtual bool tlx::CmdlineParser::ArgumentBytes64::process(int&, const char* const*&)':
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:362:5: warning: control reaches end of non-void function [-Wreturn-type]
362 | }
| ^
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp: In member function 'virtual bool tlx::CmdlineParser::ArgumentBytes32::process(int&, const char* const*&)':
/opt/conda/conda-bld/cobs_1734020599368/work/extlib/tlx/tlx/cmdline_parser.cpp:330:5: warning: control reaches end of non-void function [-Wreturn-type]
330 | }
| ^
make[2]: *** [extlib/tlx/tlx/CMakeFiles/tlx.dir/build.make:107: extlib/tlx/tlx/CMakeFiles/tlx.dir/cmdline_parser.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:477: extlib/tlx/tlx/CMakeFiles/tlx.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
Traceback (most recent call last):
File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 2558, in build
utils.check_call_env(
File "/opt/conda/lib/python3.10/site-packages/conda_build/utils.py", line 404, in check_call_env
return _func_defaulting_env_to_os_environ("call", *popenargs, **kwargs)
File "/opt/conda/lib/python3.10/site-packages/conda_build/utils.py", line 380, in _func_defaulting_env_to_os_environ
raise subprocess.CalledProcessError(proc.returncode, _args)
subprocess.CalledProcessError: Command '['/bin/bash', '-o', 'errexit', '/opt/conda/conda-bld/cobs_1734020599368/work/conda_build.sh']' returned non-zero exit status 2.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/conda/bin/conda-build", line 11, in <module>
sys.exit(execute())
File "/opt/conda/lib/python3.10/site-packages/conda_build/cli/main_build.py", line 589, in execute
api.build(
File "/opt/conda/lib/python3.10/site-packages/conda_build/api.py", line 209, in build
return build_tree(
File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 3712, in build_tree
packages_from_this = build(
File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 2566, in build
raise BuildScriptException(str(exc), caused_by=exc) from exc
conda_build.exceptions.BuildScriptException: Command '['/bin/bash', '-o', 'errexit', '/opt/conda/conda-bld/cobs_1734020599368/work/conda_build.sh']' returned non-zero exit status 2.
# Last 100 lines of the build log.