Robert Metzger created FLINK-19534:
--------------------------------------

             Summary: build_wheels: linux failed with "ValueError: Incompatible 
component merge"
                 Key: FLINK-19534
                 URL: https://issues.apache.org/jira/browse/FLINK-19534
             Project: Flink
          Issue Type: Bug
          Components: API / Python
    Affects Versions: 1.12.0
            Reporter: Robert Metzger


https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=7276&view=logs&j=fe7ebddc-3e2f-5c50-79ee-226c8653f218&t=b2830442-93c7-50ff-36f4-5b3e2dca8c83

{code}
2020-10-07T21:26:02.2736541Z + export PATH
2020-10-07T21:26:02.2737242Z + 
/home/vsts/work/1/s/flink-python/dev/.conda/bin/conda install -c conda-forge 
patchelf=0.11 -y
2020-10-07T21:26:08.7666087Z Collecting package metadata 
(current_repodata.json): ...working... failed
2020-10-07T21:26:08.7767051Z 
2020-10-07T21:26:08.7767792Z # >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT 
<<<<<<<<<<<<<<<<<<<<<<
2020-10-07T21:26:08.7768252Z 
2020-10-07T21:26:08.7768724Z     Traceback (most recent call last):
2020-10-07T21:26:08.7770155Z       File 
"/home/vsts/work/1/s/flink-python/dev/.conda/lib/python3.7/site-packages/conda/exceptions.py",
 line 1062, in __call__
2020-10-07T21:26:08.7770935Z         return func(*args, **kwargs)
2020-10-07T21:26:08.7771943Z       File 
"/home/vsts/work/1/s/flink-python/dev/.conda/lib/python3.7/site-packages/conda/cli/main.py",
 line 84, in _main
2020-10-07T21:26:08.7772700Z         exit_code = do_call(args, p)
2020-10-07T21:26:08.7773701Z       File 
"/home/vsts/work/1/s/flink-python/dev/.conda/lib/python3.7/site-packages/conda/cli/conda_argparse.py",
 line 82, in do_call
2020-10-07T21:26:08.7774481Z         exit_code = getattr(module, 
func_name)(args, parser)
2020-10-07T21:26:08.7775977Z       File 
"/home/vsts/work/1/s/flink-python/dev/.conda/lib/python3.7/site-packages/conda/cli/main_install.py",
 line 20, in execute
2020-10-07T21:26:08.7777067Z         install(args, parser, 'install')
2020-10-07T21:26:08.7778141Z       File 
"/home/vsts/work/1/s/flink-python/dev/.conda/lib/python3.7/site-packages/conda/cli/install.py",
 line 256, in install
2020-10-07T21:26:08.7778910Z         force_reinstall=context.force_reinstall or 
context.force,
2020-10-07T21:26:08.7780010Z       File 
"/home/vsts/work/1/s/flink-python/dev/.conda/lib/python3.7/site-packages/conda/core/solve.py",
 line 112, in solve_for_transaction
2020-10-07T21:26:08.7780853Z         force_remove, force_reinstall)
2020-10-07T21:26:08.7781835Z       File 
"/home/vsts/work/1/s/flink-python/dev/.conda/lib/python3.7/site-packages/conda/core/solve.py",
 line 150, in solve_for_diff
2020-10-07T21:26:08.7782503Z         force_remove)
2020-10-07T21:26:08.7783604Z       File 
"/home/vsts/work/1/s/flink-python/dev/.conda/lib/python3.7/site-packages/conda/core/solve.py",
 line 249, in solve_final_state
2020-10-07T21:26:08.7784374Z         ssc = self._collect_all_metadata(ssc)
2020-10-07T21:26:08.7785369Z       File 
"/home/vsts/work/1/s/flink-python/dev/.conda/lib/python3.7/site-packages/conda/common/io.py",
 line 88, in decorated
2020-10-07T21:26:08.7798322Z         return f(*args, **kwds)
2020-10-07T21:26:08.7799259Z       File 
"/home/vsts/work/1/s/flink-python/dev/.conda/lib/python3.7/site-packages/conda/core/solve.py",
 line 389, in _collect_all_metadata
2020-10-07T21:26:08.7799750Z         index, r = self._prepare(prepared_specs)
2020-10-07T21:26:08.7800610Z       File 
"/home/vsts/work/1/s/flink-python/dev/.conda/lib/python3.7/site-packages/conda/core/solve.py",
 line 974, in _prepare
2020-10-07T21:26:08.7801063Z         self.subdirs, prepared_specs, 
self._repodata_fn)
2020-10-07T21:26:08.7801942Z       File 
"/home/vsts/work/1/s/flink-python/dev/.conda/lib/python3.7/site-packages/conda/core/index.py",
 line 216, in get_reduced_index
2020-10-07T21:26:08.7802388Z         push_record(record)
2020-10-07T21:26:08.7803182Z       File 
"/home/vsts/work/1/s/flink-python/dev/.conda/lib/python3.7/site-packages/conda/core/index.py",
 line 190, in push_record
2020-10-07T21:26:08.7803624Z         combined_depends = record.combined_depends
2020-10-07T21:26:08.7804456Z       File 
"/home/vsts/work/1/s/flink-python/dev/.conda/lib/python3.7/site-packages/conda/models/records.py",
 line 326, in combined_depends
2020-10-07T21:26:08.7804901Z         MatchSpec(spec, optional=True) for spec in 
self.constrains or ()
2020-10-07T21:26:08.7805615Z       File 
"/home/vsts/work/1/s/flink-python/dev/.conda/lib/python3.7/site-packages/conda/models/match_spec.py",
 line 467, in merge
2020-10-07T21:26:08.7806420Z         reduce(lambda x, y: x._merge(y, union), 
group) if len(group) > 1 else group[0]
2020-10-07T21:26:08.7807381Z       File 
"/home/vsts/work/1/s/flink-python/dev/.conda/lib/python3.7/site-packages/conda/models/match_spec.py",
 line 467, in <lambda>
2020-10-07T21:26:08.7807924Z         reduce(lambda x, y: x._merge(y, union), 
group) if len(group) > 1 else group[0]
2020-10-07T21:26:08.7808730Z       File 
"/home/vsts/work/1/s/flink-python/dev/.conda/lib/python3.7/site-packages/conda/models/match_spec.py",
 line 498, in _merge
2020-10-07T21:26:08.7809176Z         final = 
this_component.merge(that_component)
2020-10-07T21:26:08.7810134Z       File 
"/home/vsts/work/1/s/flink-python/dev/.conda/lib/python3.7/site-packages/conda/models/match_spec.py",
 line 751, in merge
2020-10-07T21:26:08.7810566Z         % (self.raw_value, other.raw_value))
2020-10-07T21:26:08.7810852Z     ValueError: Incompatible component merge:
2020-10-07T21:26:08.7811276Z       - '*_cp39'
2020-10-07T21:26:08.7811645Z       - '*_None'
2020-10-07T21:26:08.7811779Z 
2020-10-07T21:26:08.7812419Z `$ 
/home/vsts/work/1/s/flink-python/dev/.conda/bin/conda install -c conda-forge 
patchelf=0.11 -y`
2020-10-07T21:26:08.7812691Z 
2020-10-07T21:26:08.7812890Z   environment variables:
2020-10-07T21:26:08.7813248Z BUILD_REPOSITORY_LOCALPATH=/home/vsts/work/1/s
2020-10-07T21:26:08.7813528Z                  CIO_TEST=<not set>
2020-10-07T21:26:08.7813790Z                     CONDA=/usr/share/miniconda
2020-10-07T21:26:08.7814056Z         CONDA_DEFAULT_ENV=base
2020-10-07T21:26:08.7814651Z                 
CONDA_EXE=/home/vsts/work/1/s/flink-python/dev/.conda/bin/conda
2020-10-07T21:26:08.7815474Z              
CONDA_PREFIX=/home/vsts/work/1/s/flink-python/dev/.conda
2020-10-07T21:26:08.7815796Z     CONDA_PROMPT_MODIFIER=(base)
2020-10-07T21:26:08.7816349Z          
CONDA_PYTHON_EXE=/home/vsts/work/1/s/flink-python/dev/.conda/bin/python
2020-10-07T21:26:08.7817077Z                
CONDA_ROOT=/home/vsts/work/1/s/flink-python/dev/.conda
2020-10-07T21:26:08.7817407Z               CONDA_SHLVL=1
2020-10-07T21:26:08.7817904Z                      
PATH=/home/vsts/work/1/s/flink-
2020-10-07T21:26:08.7818479Z                           
python/dev/.conda/bin:/home/vsts/work/1/s/flink-
2020-10-07T21:26:08.7819164Z                           
python/dev/.conda/bin:/home/vsts/work/1/s/flink-python/dev/.conda/cond
2020-10-07T21:26:08.7819666Z                           
abin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/u
2020-10-07T21:26:08.7820368Z                           
sr/share/rust/.cargo/bin:/home/runner/.config/composer/vendor/bin:/hom
2020-10-07T21:26:08.7820877Z                           
e/runner/.dotnet/tools:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/s
2020-10-07T21:26:08.7821311Z                           
bin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2020-10-07T21:26:08.7821630Z        REQUESTS_CA_BUNDLE=<not set>
2020-10-07T21:26:08.7822183Z         
SELENIUM_JAR_PATH=/usr/share/java/selenium-server-standalone.jar
2020-10-07T21:26:08.7822642Z             SSL_CERT_FILE=<not set>
2020-10-07T21:26:08.7823168Z                SWIFT_PATH=/usr/share/swift/usr/bin
2020-10-07T21:26:08.7823504Z 
2020-10-07T21:26:08.7823709Z      active environment : base
2020-10-07T21:26:08.7824289Z     active env location : 
/home/vsts/work/1/s/flink-python/dev/.conda
2020-10-07T21:26:08.7824627Z             shell level : 1
2020-10-07T21:26:08.7824930Z        user config file : /home/vsts/.condarc
2020-10-07T21:26:08.7825225Z  populated config files : 
2020-10-07T21:26:08.7825483Z           conda version : 4.7.10
2020-10-07T21:26:08.7825983Z     conda-build version : not installed
2020-10-07T21:26:08.7826526Z          python version : 3.7.3.final.0
2020-10-07T21:26:08.7826904Z        virtual packages : 
2020-10-07T21:26:08.7827610Z        base environment : 
/home/vsts/work/1/s/flink-python/dev/.conda  (writable)
2020-10-07T21:26:08.7828275Z            channel URLs : 
https://conda.anaconda.org/conda-forge/linux-64
2020-10-07T21:26:08.7828905Z                           
https://conda.anaconda.org/conda-forge/noarch
2020-10-07T21:26:08.7829688Z                           
https://repo.anaconda.com/pkgs/main/linux-64
2020-10-07T21:26:08.7830094Z                           
https://repo.anaconda.com/pkgs/main/noarch
2020-10-07T21:26:08.7831072Z                           
https://repo.anaconda.com/pkgs/r/linux-64
2020-10-07T21:26:08.7831479Z                           
https://repo.anaconda.com/pkgs/r/noarch
2020-10-07T21:26:08.7832074Z           package cache : 
/home/vsts/work/1/s/flink-python/dev/.conda/pkgs
2020-10-07T21:26:08.7832440Z                           /home/vsts/.conda/pkgs
2020-10-07T21:26:08.7833007Z        envs directories : 
/home/vsts/work/1/s/flink-python/dev/.conda/envs
2020-10-07T21:26:08.7833353Z                           /home/vsts/.conda/envs
2020-10-07T21:26:08.7833820Z                platform : linux-64
2020-10-07T21:26:08.7834861Z              user-agent : conda/4.7.10 
requests/2.22.0 CPython/3.7.3 Linux/4.15.0-1095-azure ubuntu/16.04.7 glibc/2.23
2020-10-07T21:26:08.7835314Z                 UID:GID : 1001:118
2020-10-07T21:26:08.7835601Z              netrc file : None
2020-10-07T21:26:08.7835879Z            offline mode : False
2020-10-07T21:26:08.7836052Z 
2020-10-07T21:26:08.7836162Z 
2020-10-07T21:26:08.7836427Z An unexpected error has occurred. Conda has 
prepared the above report.
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to