-
Notifications
You must be signed in to change notification settings - Fork 3.3k
/
Copy pathbuild_failure.linux-64.yaml
105 lines (102 loc) · 7.81 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
105
recipe_sha: 25f4f0770f51650bc526f22676f81e1b8c3bac4792877b28af96c180776ca247 # 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-
[32mbioconductor-summarizedexperiment >=1.36.0,<1.37.0 [0m is installable and it requires
[32mbioconductor-delayedarray >=0.32.0,<0.33.0 [0m, which requires
[32mbioconductor-sparsearray >=1.6.0,<1.7.0 [0m, which requires
[32mr-base >=4.4,<4.5.0a0 [0m, which can be installed;
[31mr-xgboost[0m is not installable because there are no viable options
[31mr-xgboost 0.80[0m would require
[31mmro-base >=3.5.0,<3.5.1.0a0 [0m, which does not exist (perhaps a missing channel);
[31mr-xgboost [0.80|0.81|0.82|0.90|1.0.2][0m would require
[31mr-base [>=3.5,<3.6.0a0 |>=3.5.1,<3.5.2.0a0 ][0m, which conflicts with any installable versions previously reported;
[31mr-xgboost [0.82|0.90|...|1.4.0][0m would require
[31mr-base >=3.6,<3.7.0a0 [0m, which conflicts with any installable versions previously reported;
[31mr-xgboost [1.0.2|1.1.1|...|1.6.2][0m would require
[31mr-base >=4.0,<4.1.0a0 [0m, which conflicts with any installable versions previously reported;
[31mr-xgboost [1.4.0|1.4.1|...|1.7.4][0m would require
[31mr-base >=4.1,<4.2.0a0 [0m, which conflicts with any installable versions previously reported;
[31mr-xgboost [1.5.1|1.6.1|...|2.1.3][0m would require
[31m__cuda[0m, which is missing on the system;
[31mr-xgboost [1.6.2|1.7.0|...|2.0.3][0m would require
[31mr-base >=4.2,<4.3.0a0 [0m, which conflicts with any installable versions previously reported;
[31mr-xgboost [1.7.4|1.7.6|...|2.1.3][0m would require
[31mr-base >=4.3,<4.4.0a0 [0m, which conflicts with any installable versions previously reported.
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 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 2338, 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 2658, in get_output_metadata_set
conda_packages = finalize_outputs_pass(
File "/opt/conda/lib/python3.10/site-packages/conda_build/metadata.py", line 1025, 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 938, in get_install_actions
precs = get_package_records(
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 938, in get_install_actions
precs = get_package_records(
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 938, 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
_actions = _install_actions(prefix, index, specs, subdir=subdir)
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 1307, 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 152, 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 221, 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("r-xgboost==0.80=mro350h255eb88_1"), MatchSpec(">=3.5.0,<3.5.1.0a0")}
Encountered problems while solving:
- nothing provides mro-base >=3.5.0,<3.5.1.0a0 needed by r-xgboost-0.80-mro350h255eb88_1
Could not solve for environment specs
The following packages are incompatible
[32mbioconductor-summarizedexperiment >=1.36.0,<1.37.0 [0m is installable and it requires
[32mbioconductor-delayedarray >=0.32.0,<0.33.0 [0m, which requires
[32mbioconductor-sparsearray >=1.6.0,<1.7.0 [0m, which requires
[32mr-base >=4.4,<4.5.0a0 [0m, which can be installed;
[31mr-xgboost[0m is not installable because there are no viable options
[31mr-xgboost 0.80[0m would require
[31mmro-base >=3.5.0,<3.5.1.0a0 [0m, which does not exist (perhaps a missing channel);
[31mr-xgboost [0.80|0.81|0.82|0.90|1.0.2][0m would require
[31mr-base [>=3.5,<3.6.0a0 |>=3.5.1,<3.5.2.0a0 ][0m, which conflicts with any installable versions previously reported;
[31mr-xgboost [0.82|0.90|...|1.4.0][0m would require
[31mr-base >=3.6,<3.7.0a0 [0m, which conflicts with any installable versions previously reported;
[31mr-xgboost [1.0.2|1.1.1|...|1.6.2][0m would require
[31mr-base >=4.0,<4.1.0a0 [0m, which conflicts with any installable versions previously reported;
[31mr-xgboost [1.4.0|1.4.1|...|1.7.4][0m would require
[31mr-base >=4.1,<4.2.0a0 [0m, which conflicts with any installable versions previously reported;
[31mr-xgboost [1.5.1|1.6.1|...|2.1.3][0m would require
[31m__cuda[0m, which is missing on the system;
[31mr-xgboost [1.6.2|1.7.0|...|2.0.3][0m would require
[31mr-base >=4.2,<4.3.0a0 [0m, which conflicts with any installable versions previously reported;
[31mr-xgboost [1.7.4|1.7.6|...|2.1.3][0m would require
[31mr-base >=4.3,<4.4.0a0 [0m, which conflicts with any installable versions previously reported.
# Last 100 lines of the build log.
reason: waiting for r-xgboost R 4.4 migration on conda-forge https://github.com/conda-forge/xgboost-feedstock/pull/196