-
Notifications
You must be signed in to change notification settings - Fork 3.3k
/
Copy pathbuild_failure.linux-64.yaml
104 lines (98 loc) · 7.93 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: fbbddbc9b5477eea9891e34c0add98b8af971b311e362fdb1764571f62646076 # 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: |2-
File "/opt/conda/lib/python3.10/site-packages/conda/core/solve.py", line 222, in solve_for_diff
final_precs = self.solve_final_state(
File "/opt/conda/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 223, in solve_final_state
out_state = self._solving_loop(in_state, out_state, index)
File "/opt/conda/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 303, in _solving_loop
solved = self._solve_attempt(in_state, out_state, index, attempt=attempt)
File "/opt/conda/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 414, in _solve_attempt
new_conflicts = self._maybe_raise_for_problems(
File "/opt/conda/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 712, in _maybe_raise_for_problems
self._maybe_raise_for_conda_build(
File "/opt/conda/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 805, in _maybe_raise_for_conda_build
raise exc
conda_libmamba_solver.conda_build_exceptions.ExplainedDependencyNeedsBuildingError: Unsatisfiable dependencies for platform linux-64: {MatchSpec("perl-xml-sax-expat"), MatchSpec("perl-xml-simple==2.22=0"), MatchSpec("perl-dbi==1.641=pl526_2")}
Encountered problems while solving:
- package perl-dbi-1.641-pl526_2 is excluded by strict repo priority
- package perl-xml-simple-2.22-0 requires perl-xml-sax-expat, but none of the providers can be installed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 891, in get_install_actions
precs = _install_actions(prefix, index, specs)["LINK"]
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 1301, in install_actions
txn = solver.solve_for_transaction(prune=False, ignore_pinned=False)
File "/opt/conda/lib/python3.10/site-packages/conda/core/solve.py", line 153, in solve_for_transaction
unlink_precs, link_precs = self.solve_for_diff(
File "/opt/conda/lib/python3.10/site-packages/conda/core/solve.py", line 222, in solve_for_diff
final_precs = self.solve_final_state(
File "/opt/conda/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 223, in solve_final_state
out_state = self._solving_loop(in_state, out_state, index)
File "/opt/conda/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 303, in _solving_loop
solved = self._solve_attempt(in_state, out_state, index, attempt=attempt)
File "/opt/conda/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 414, in _solve_attempt
new_conflicts = self._maybe_raise_for_problems(
File "/opt/conda/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 712, in _maybe_raise_for_problems
self._maybe_raise_for_conda_build(
File "/opt/conda/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 805, in _maybe_raise_for_conda_build
raise exc
conda_libmamba_solver.conda_build_exceptions.ExplainedDependencyNeedsBuildingError: Unsatisfiable dependencies for platform linux-64: {MatchSpec("perl-xml-sax-expat"), MatchSpec("perl-xml-simple==2.22=0"), MatchSpec("perl-dbi==1.641=pl526_2")}
Encountered problems while solving:
- package perl-dbi-1.641-pl526_2 is excluded by strict repo priority
- package perl-xml-simple-2.22-0 requires perl-xml-sax-expat, but none of the providers can be installed
During handling of the above exception, another exception occurred:
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 590, in execute
api.build(
File "/opt/conda/lib/python3.10/site-packages/conda_build/api.py", line 250, in build
return build_tree(
File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 3638, in build_tree
packages_from_this = build(
File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 2308, in build
output_metas = expand_outputs([(m, need_source_download, need_reparse_in_env)])
File "/opt/conda/lib/python3.10/site-packages/conda_build/render.py", line 916, in expand_outputs
for output_dict, m in deepcopy(_m).get_output_metadata_set(
File "/opt/conda/lib/python3.10/site-packages/conda_build/metadata.py", line 2737, in get_output_metadata_set
conda_packages = finalize_outputs_pass(
File "/opt/conda/lib/python3.10/site-packages/conda_build/metadata.py", line 1095, in finalize_outputs_pass
fm = finalize_metadata(
File "/opt/conda/lib/python3.10/site-packages/conda_build/render.py", line 650, in finalize_metadata
build_unsat, host_unsat = add_upstream_pins(
File "/opt/conda/lib/python3.10/site-packages/conda_build/render.py", line 491, in add_upstream_pins
host_deps, host_unsat, extra_run_specs_from_host = _read_upstream_pin_files(
File "/opt/conda/lib/python3.10/site-packages/conda_build/render.py", line 444, in _read_upstream_pin_files
deps, precs, unsat = get_env_dependencies(
File "/opt/conda/lib/python3.10/site-packages/conda_build/render.py", line 156, in get_env_dependencies
precs = environ.get_package_records(
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 937, in get_install_actions
precs = get_package_records(
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 937, in get_install_actions
precs = get_package_records(
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 937, in get_install_actions
precs = get_package_records(
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 891, in get_install_actions
precs = _install_actions(prefix, index, specs)["LINK"]
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 1301, in install_actions
txn = solver.solve_for_transaction(prune=False, ignore_pinned=False)
File "/opt/conda/lib/python3.10/site-packages/conda/core/solve.py", line 153, in solve_for_transaction
unlink_precs, link_precs = self.solve_for_diff(
File "/opt/conda/lib/python3.10/site-packages/conda/core/solve.py", line 222, in solve_for_diff
final_precs = self.solve_final_state(
File "/opt/conda/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 223, in solve_final_state
out_state = self._solving_loop(in_state, out_state, index)
File "/opt/conda/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 303, in _solving_loop
solved = self._solve_attempt(in_state, out_state, index, attempt=attempt)
File "/opt/conda/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 414, in _solve_attempt
new_conflicts = self._maybe_raise_for_problems(
File "/opt/conda/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 712, in _maybe_raise_for_problems
self._maybe_raise_for_conda_build(
File "/opt/conda/lib/python3.10/site-packages/conda_libmamba_solver/solver.py", line 805, in _maybe_raise_for_conda_build
raise exc
conda_libmamba_solver.conda_build_exceptions.ExplainedDependencyNeedsBuildingError: Unsatisfiable dependencies for platform linux-64: {MatchSpec("perl-xml-sax-expat"), MatchSpec("perl-xml-simple==2.22=0"), MatchSpec("perl-dbi==1.641=pl526_2")}
Encountered problems while solving:
- package perl-dbi-1.641-pl526_2 is excluded by strict repo priority
- package perl-xml-simple-2.22-0 requires perl-xml-sax-expat, but none of the providers can be installed
# Last 100 lines of the build log.