-
Notifications
You must be signed in to change notification settings - Fork 3.3k
/
Copy pathbuild_failure.linux-aarch64.yaml
105 lines (98 loc) · 7.14 KB
/
build_failure.linux-aarch64.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
105
recipe_sha: 164abbf7c3e0bc8ad245a0a1a02165aa8d1e49c340817b6a97e60bdb6223dd48 # 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.
category: dependency issue
log: |2-
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-aarch64: {MatchSpec("bcolz")}
Encountered problems while solving:
- nothing provides requested bcolz
Could not solve for environment specs
The following package could not be installed
[31mbcolz[0m does not exist (perhaps a typo or a missing channel).
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-aarch64: {MatchSpec("bcolz")}
Encountered problems while solving:
- nothing provides requested bcolz
Could not solve for environment specs
The following package could not be installed
[31mbcolz[0m does not exist (perhaps a typo or a missing channel).
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-aarch64: {MatchSpec("bcolz")}
Encountered problems while solving:
- nothing provides requested bcolz
Could not solve for environment specs
The following package could not be installed
[31mbcolz[0m does not exist (perhaps a typo or a missing channel).
# Last 100 lines of the build log.