Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arrow: add version 10.0.1 #15696

Merged
merged 1 commit into from
Feb 4, 2023
Merged

Conversation

kou
Copy link
Contributor

@kou kou commented Feb 3, 2023

Specify library name and version: arrow/10.0.1


@ghost
Copy link

ghost commented Feb 3, 2023

I detected other pull requests that are modifying arrow/all recipe:

This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there.

@ghost ghost mentioned this pull request Feb 3, 2023
3 tasks
@uilianries uilianries added the Bump version PR bumping version without recipe modifications label Feb 3, 2023
Copy link
Member

@uilianries uilianries left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@conan-center-bot conan-center-bot merged commit 4b9edf2 into conan-io:master Feb 4, 2023
@conan-center-bot conan-center-bot added Failed Unexpected Error and removed Bump version PR bumping version without recipe modifications labels Feb 4, 2023
@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ❌

Failure in build 2 (05852c143804da17921806203c43212ffc7ff59f):

  • arrow/10.0.1@:
    An unexpected error happened and has been reported

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline (informative, not required for merge) ❌

Note: Conan v2 builds are informative and they are not required for the PR to be merged.

The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future.

See details:

Failure in build 1 (05852c143804da17921806203c43212ffc7ff59f):

  • arrow/10.0.1@:
    Error running command conan graph info --requires arrow/10.0.1@#ed999fc2f0c03ab8fe0a28b7afe90b84 -f json -pr:h /home/conan/w/prod-v2_cci_PR-15696/1/c5ad9e2c-cc5d-4de5-af84-feaa38119c4f/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt -pr:b /home/conan/w/prod-v2_cci_PR-15696/1/c5ad9e2c-cc5d-4de5-af84-feaa38119c4f/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt:
    -------- Input profiles --------
    Profile host:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    Profile build:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    
    -------- Computing dependency graph --------
    xsimd/9.0.1: Not found in local cache, looking in remotes...
    xsimd/9.0.1: Checking remote: conan-center-v2
    xsimd/9.0.1: Trying with 'conan-center-v2'...
    Downloading conanfile.py
    Downloading conan_export.tgz
    Downloading conanmanifest.txt
    Decompressing conan_export.tgz
    xsimd/9.0.1: Downloaded recipe revision abfe68559a5d922a67bcf90b372d69df
    re2/20220601: Not found in local cache, looking in remotes...
    re2/20220601: Checking remote: conan-center-v2
    re2/20220601: Trying with 'conan-center-v2'...
    Downloading conan_export.tgz
    Downloading conanmanifest.txt
    Downloading conanfile.py
    Decompressing conan_export.tgz
    re2/20220601: Downloaded recipe revision db3aaeba7a8f4a156b49cdb059adb663
    Graph root
        virtual
    Requirements
        arrow/10.0.1#ed999fc2f0c03ab8fe0a28b7afe90b84 - Cache
        re2/20220601#db3aaeba7a8f4a156b49cdb059adb663 - Downloaded (conan-center-v2)
        xsimd/9.0.1#abfe68559a5d922a67bcf90b372d69df - Downloaded (conan-center-v2)
    
    -------- Computing necessary packages --------
    ERROR: arrow/10.0.1: Error in package_id() method, line 545
    	self.info.options.with_gflags = self._with_gflags()
    while calling '_with_gflags', line 260
    	if required or self.options.with_gflags == "auto":
    	ConanException: 'self.options' access in 'package_id()' method is forbidden
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

@kou kou deleted the arrow-10.0.1 branch February 4, 2023 12:12
kou added a commit to apache/arrow that referenced this pull request Feb 7, 2023
… version to conan (#34022)

### Rationale for this change

This is useful to reduce release cost.

### What changes are included in this PR?

Prepare a branch automatically to open a pull request on https://github.com/conan-io/conan-center-index/ .

### Are these changes tested?

Yes.

conan-io/conan-center-index#15696 was created with this.

### Are there any user-facing changes?

No.
* Closes: #33501

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
sjperkins pushed a commit to sjperkins/arrow that referenced this pull request Feb 10, 2023
… a new version to conan (apache#34022)

### Rationale for this change

This is useful to reduce release cost.

### What changes are included in this PR?

Prepare a branch automatically to open a pull request on https://github.com/conan-io/conan-center-index/ .

### Are these changes tested?

Yes.

conan-io/conan-center-index#15696 was created with this.

### Are there any user-facing changes?

No.
* Closes: apache#33501

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
sabelka pushed a commit to sabelka/conan-center-index that referenced this pull request Feb 12, 2023
gringasalpastor pushed a commit to gringasalpastor/arrow that referenced this pull request Feb 17, 2023
… a new version to conan (apache#34022)

### Rationale for this change

This is useful to reduce release cost.

### What changes are included in this PR?

Prepare a branch automatically to open a pull request on https://github.com/conan-io/conan-center-index/ .

### Are these changes tested?

Yes.

conan-io/conan-center-index#15696 was created with this.

### Are there any user-facing changes?

No.
* Closes: apache#33501

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
fatemehp pushed a commit to fatemehp/arrow that referenced this pull request Feb 24, 2023
… a new version to conan (apache#34022)

### Rationale for this change

This is useful to reduce release cost.

### What changes are included in this PR?

Prepare a branch automatically to open a pull request on https://github.com/conan-io/conan-center-index/ .

### Are these changes tested?

Yes.

conan-io/conan-center-index#15696 was created with this.

### Are there any user-facing changes?

No.
* Closes: apache#33501

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
@raulcd raulcd mentioned this pull request May 18, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants