Skip to content

Instantly share code, notes, and snippets.

@johnkerl
Created February 29, 2024 22:28
Show Gist options
  • Save johnkerl/7aadef919c83844ee48728787e791e6d to your computer and use it in GitHub Desktop.
Save johnkerl/7aadef919c83844ee48728787e791e6d to your computer and use it in GitHub Desktop.
================================================================
ubuntu@anzo[prod][kerl/rerender2][tiledbsoma-feedstock]$ git diff
diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index 256a0f6..b2b7afb 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -45,7 +45,7 @@ outputs:
- tiledb >=2.19.1,<2.20
- spdlog
- fmt
- - libgoogle-cloud 2.12.*
+ - libgoogle-cloud 2.21.*
about:
home: http://tiledb.com
license: MIT
@@ -91,7 +91,7 @@ outputs:
- pyarrow <13.0 # [osx]
- pyarrow # [not osx]
- pyarrow-hotfix
- - libgoogle-cloud 2.12.*
+ - libgoogle-cloud 2.21.*
run:
- {{ pin_compatible('numpy', lower_bound='1.16', upper_bound='1.24') }}
- {{ pin_subpackage('libtiledbsoma', exact=True) }}
================================================================
ubuntu@anzo[prod][kerl/rerender2][tiledbsoma-feedstock]$ ./build-locally.py
valid configs are {'osx_arm64_', 'osx_64_', 'linux_64_'}
config not selected, please choose from the following:
1. linux_64_
2. osx_64_
3. osx_arm64_
> 1
selected linux_64_
Configure Docker
+++ dirname .scripts/run_docker_build.sh
++ cd .scripts
++ pwd
+ THISDIR=/home/ubuntu/git/TileDB-Inc/tiledbsoma-feedstock/.scripts
++ basename /home/ubuntu/git/TileDB-Inc/tiledbsoma-feedstock/.scripts
+ PROVIDER_DIR=.scripts
+++ dirname .scripts/run_docker_build.sh
++ cd .scripts/..
++ pwd
+ FEEDSTOCK_ROOT=/home/ubuntu/git/TileDB-Inc/tiledbsoma-feedstock
+ RECIPE_ROOT=/home/ubuntu/git/TileDB-Inc/tiledbsoma-feedstock/recipe
+ '[' -z ']'
++ basename /home/ubuntu/git/TileDB-Inc/tiledbsoma-feedstock
+ export FEEDSTOCK_NAME=tiledbsoma-feedstock
+ FEEDSTOCK_NAME=tiledbsoma-feedstock
+ [[ '' == '' ]]
+ pushd /home/ubuntu/git/TileDB-Inc/tiledbsoma-feedstock
~/git/TileDB-Inc/tiledbsoma-feedstock ~/git/TileDB-Inc/tiledbsoma-feedstock
++ git rev-parse HEAD
+ sha=de067fb800d7129064b1afb0f055cee4db0ad0bd
+ popd
~/git/TileDB-Inc/tiledbsoma-feedstock
+ docker info
Client:
Context: default
Debug Mode: false
Plugins:
buildx: Docker Buildx (Docker Inc., v0.10.4)
compose: Docker Compose (Docker Inc., v2.17.2)
Server:
Containers: 15
Running: 0
Paused: 0
Stopped: 15
Images: 47
Server Version: 20.10.24
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Native Overlay Diff: true
userxattr: false
Logging Driver: json-file
Cgroup Driver: systemd
Cgroup Version: 2
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 2806fc1057397dbaeefbea0e4e17bddfbd388f38
runc version:
init version: de40ad0
Security Options:
apparmor
seccomp
Profile: default
cgroupns
Kernel Version: 6.2.0-1018-aws
Operating System: Ubuntu Core 22
OSType: linux
Architecture: x86_64
CPUs: 16
Total Memory: 62.01GiB
Name: ip-172-31-24-31
ID: YK6U:KSVT:LGFU:VWRX:SGM7:LTKD:NGF7:5SSN:FMJL:77RR:YC3V:FFIO
Docker Root Dir: /var/snap/docker/common/var-lib-docker
Debug Mode: false
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
++ id -u
+ export HOST_USER_ID=1000
+ HOST_USER_ID=1000
+ hash docker-machine
+ ARTIFACTS=/home/ubuntu/git/TileDB-Inc/tiledbsoma-feedstock/build_artifacts
+ '[' -z linux_64_ ']'
+ '[' -z '' ']'
++ shyaml -h
.scripts/run_docker_build.sh: line 56: shyaml: command not found
++ echo NO
+ SHYAML_INSTALLED=NO
+ '[' NO == NO ']'
+ echo 'WARNING: DOCKER_IMAGE variable not set and shyaml not installed. Trying to parse with coreutils'
WARNING: DOCKER_IMAGE variable not set and shyaml not installed. Trying to parse with coreutils
++ cat .ci_support/linux_64_.yaml
++ grep '^docker_image:$' -A 1
++ tail -n 1
++ cut -b 3-
+ DOCKER_IMAGE=quay.io/condaforge/linux-anvil-cos7-x86_64
+ '[' quay.io/condaforge/linux-anvil-cos7-x86_64 = '' ']'
+ mkdir -p /home/ubuntu/git/TileDB-Inc/tiledbsoma-feedstock/build_artifacts
+ DONE_CANARY=/home/ubuntu/git/TileDB-Inc/tiledbsoma-feedstock/build_artifacts/conda-forge-build-done-linux_64_
+ rm -f /home/ubuntu/git/TileDB-Inc/tiledbsoma-feedstock/build_artifacts/conda-forge-build-done-linux_64_
+ DOCKER_RUN_ARGS=
+ '[' -z '' ']'
+ DOCKER_RUN_ARGS='-it '
Start Docker
+ export UPLOAD_PACKAGES=False
+ UPLOAD_PACKAGES=False
+ export IS_PR_BUILD=True
+ IS_PR_BUILD=True
+ docker pull quay.io/condaforge/linux-anvil-cos7-x86_64
Using default tag: latest
latest: Pulling from condaforge/linux-anvil-cos7-x86_64
Digest: sha256:f5e675ca540ee59eda62f998088fa040f7d4326ab4203d1f7ff3df36c3f031ae
Status: Image is up to date for quay.io/condaforge/linux-anvil-cos7-x86_64:latest
quay.io/condaforge/linux-anvil-cos7-x86_64:latest
+ docker run -it -v /home/ubuntu/git/TileDB-Inc/tiledbsoma-feedstock/recipe:/home/conda/recipe_root:rw,z,delegated -v /home/ubuntu/git/TileDB-Inc/tiledbsoma-feedstock:/home/conda/feedstock_root:rw,z,delegated -e CONFIG -e HOST_USER_ID -e UPLOAD_PACKAGES -e IS_PR_BUILD -e GIT_BRANCH -e UPLOAD_ON_BRANCH -e CI -e FEEDSTOCK_NAME -e CPU_COUNT -e BUILD_WITH_CONDA_DEBUG -e BUILD_OUTPUT_ID -e flow_run_id -e remote_url -e sha -e BINSTAR_TOKEN -e FEEDSTOCK_TOKEN -e STAGING_BINSTAR_TOKEN quay.io/condaforge/linux-anvil-cos7-x86_64 bash /home/conda/feedstock_root/.scripts/build_steps.sh
useradd: warning: the home directory already exists.
Not copying any file from skel directory into it.
+ export FEEDSTOCK_ROOT=/home/conda/feedstock_root
+ FEEDSTOCK_ROOT=/home/conda/feedstock_root
+ source /home/conda/feedstock_root/.scripts/logging_utils.sh
Configuring conda
+ export PYTHONUNBUFFERED=1
+ PYTHONUNBUFFERED=1
+ export RECIPE_ROOT=/home/conda/recipe_root
+ RECIPE_ROOT=/home/conda/recipe_root
+ export CI_SUPPORT=/home/conda/feedstock_root/.ci_support
+ CI_SUPPORT=/home/conda/feedstock_root/.ci_support
+ export CONFIG_FILE=/home/conda/feedstock_root/.ci_support/linux_64_.yaml
+ CONFIG_FILE=/home/conda/feedstock_root/.ci_support/linux_64_.yaml
+ cat
+ export CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1
+ CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1
+ mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority pip mamba conda-build conda-forge-ci-setup=4 'conda-build>=24.1'
warning libmamba Cache file "/home/conda/feedstock_root/build_artifacts/pkg_cache/cache/497deca9.json" was modified by another program
warning libmamba Cache file "/home/conda/feedstock_root/build_artifacts/pkg_cache/cache/09cdf8bf.json" was modified by another program
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
+ mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority pip mamba conda-build conda-forge-ci-setup=4 'conda-build>=24.1'
+ setup_conda_rc /home/conda/feedstock_root /home/conda/recipe_root /home/conda/feedstock_root/.ci_support/linux_64_.yaml
/opt/conda/lib/python3.10/site-packages/binstar_client/utils/config.py:190: RuntimeWarning: conda and anaconda-client have conflicting token paths:
conda: /home/conda/.local/share/binstar
anaconda-client: /home/conda/.continuum/anaconda-client/tokens
to ensure consistent behavior, the conda path will be used.
warnings.warn(
+ source run_conda_forge_build_setup
++ export PYTHONUNBUFFERED=1
++ PYTHONUNBUFFERED=1
++ conda config --env --set show_channel_urls true
++ conda config --env --set auto_update_conda false
++ conda config --env --set add_pip_as_python_dependency false
++ conda config --env --append aggressive_update_packages ca-certificates
++ conda config --env --remove-key aggressive_update_packages
++ conda config --env --append aggressive_update_packages ca-certificates
++ conda config --env --append aggressive_update_packages certifi
++ export CONDA_BLD_PATH=/home/conda/feedstock_root/build_artifacts
++ CONDA_BLD_PATH=/home/conda/feedstock_root/build_artifacts
++ set +u
++ [[ '' == \d\r\o\n\e ]]
++ [[ '' == \g\i\t\h\u\b\_\a\c\t\i\o\n\s ]]
++ export CPU_COUNT=2
++ CPU_COUNT=2
+++ cat /home/conda/feedstock_root/conda-forge.yml
+++ shyaml get-value channel_priority strict
++ conda config --env --set channel_priority flexible
++ [[ ! -z '' ]]
++ '[' '!' -z linux_64_ ']'
++ '[' '!' -z '' ']'
++ cat /home/conda/feedstock_root/.ci_support/linux_64_.yaml
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge,tiledb
channel_targets:
- tiledb main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
fmt:
- '9'
numpy:
- '1.22'
- '1.23'
- '1.22'
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
r-base:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
r_base:
- '4.2'
- '4.3'
spdlog:
- '1.11'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - fmt
- spdlog
- - python
- numpy
++ set -u
++ mkdir -p /opt/conda/etc/conda/activate.d
++ echo 'export CONDA_BLD_PATH='\''/home/conda/feedstock_root/build_artifacts'\'''
++ '[' -n 2 ']'
++ echo 'export CPU_COUNT='\''2'\'''
++ echo 'export PYTHONUNBUFFERED='\''1'\'''
+++ cat /home/conda/feedstock_root/.ci_support/linux_64_.yaml
+++ shyaml get-value cuda_compiler_version.0 None
++ CUDA_VERSION=None
++ [[ None != \N\o\n\e ]]
++++ dirname /opt/conda/bin/run_conda_forge_build_setup
+++ cd /opt/conda/bin
+++ pwd
++ SCRIPT_DIR=/opt/conda/bin
++ source /opt/conda/bin/cross_compile_support.sh
++++ conda info --json
++++ jq -r .platform
+++ BUILD_PLATFORM=linux-64
+++ '[' -f /home/conda/feedstock_root/.ci_support/linux_64_.yaml ']'
++++ cat /home/conda/feedstock_root/.ci_support/linux_64_.yaml
++++ shyaml get-value target_platform.0 linux-64
+++ HOST_PLATFORM=linux-64
++++ cat /home/conda/feedstock_root/.ci_support/linux_64_.yaml
++++ shyaml get-value cuda_compiler_version.0 None
+++ CUDA_COMPILER_VERSION=None
++++ cat /home/conda/feedstock_root/.ci_support/linux_64_.yaml
++++ shyaml get-value cdt_name.0 cos6
+++ CDT_NAME=cos6
+++ HOST_PLATFORM=linux-64
+++ CUDA_COMPILER_VERSION=None
+++ CDT_NAME=cos6
+++ [[ linux-64 != \l\i\n\u\x\-\6\4 ]]
++ '[' -f /home/conda/feedstock_root/.ci_support/linux_64_.yaml ']'
+++ cat /home/conda/feedstock_root/.ci_support/linux_64_.yaml
+++ shyaml get-value MACOSX_DEPLOYMENT_TARGET.0 0
++ need_osx_sdk=0
++ [[ 0 != \0 ]]
++ conda info
active environment : base
active env location : /opt/conda
shell level : 1
user config file : /home/conda/.condarc
populated config files : /opt/conda/.condarc
/home/conda/.condarc
conda version : 23.11.0
conda-build version : 24.1.2
python version : 3.10.13.final.0
solver : libmamba (default)
virtual packages : __archspec=1=skylake_avx512
__conda=23.11.0=0
__glibc=2.17=0
__linux=6.2.0=0
__unix=0=0
base environment : /opt/conda (writable)
conda av data dir : /opt/conda/etc/conda
conda av metadata url : None
channel URLs : https://conda.anaconda.org/conda-forge/linux-64
https://conda.anaconda.org/conda-forge/noarch
https://conda.anaconda.org/tiledb/linux-64
https://conda.anaconda.org/tiledb/noarch
package cache : /home/conda/feedstock_root/build_artifacts/pkg_cache
/opt/conda/pkgs
envs directories : /opt/conda/envs
/home/conda/.conda/envs
platform : linux-64
user-agent : conda/23.11.0 requests/2.31.0 CPython/3.10.13 Linux/6.2.0-1018-aws centos/7.9.2009 glibc/2.17 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.6
UID:GID : 1000:1000
netrc file : None
offline mode : False
++ conda config --env --show-sources
==> /opt/conda/.condarc <==
add_pip_as_python_dependency: False
auto_update_conda: False
aggressive_update_packages:
- ca-certificates
- certifi
channel_priority: flexible
channels:
- conda-forge
- tiledb
show_channel_urls: True
conda_build:
pkg_format: 2
zstd_compression_level: 19
==> /home/conda/.condarc <==
pkgs_dirs:
- /home/conda/feedstock_root/build_artifacts/pkg_cache
- /opt/conda/pkgs
solver: libmamba
conda-build:
root-dir: /home/conda/feedstock_root/build_artifacts
==> envvars <==
bld_path: /home/conda/feedstock_root/build_artifacts
++ conda list --show-channel-urls
# packages in environment at /opt/conda:
#
# Name Version Build Channel
_libgcc_mutex 0.1 conda_forge conda-forge
_openmp_mutex 4.5 2_gnu conda-forge
anaconda-client 1.12.3 pyhd8ed1ab_0 conda-forge
anaconda-project 0.11.1 pyhd8ed1ab_0 conda-forge
archspec 0.2.3 pyhd8ed1ab_0 conda-forge
attrs 23.2.0 pyh71513ae_0 conda-forge
beautifulsoup4 4.12.3 pyha770c72_0 conda-forge
boltons 23.1.1 pyhd8ed1ab_0 conda-forge
brotli-python 1.1.0 py310hc6cd4ac_1 conda-forge
bzip2 1.0.8 hd590300_5 conda-forge
c-ares 1.27.0 hd590300_0 conda-forge
ca-certificates 2024.2.2 hbcca054_0 conda-forge
certifi 2024.2.2 pyhd8ed1ab_0 conda-forge
cffi 1.16.0 py310h2fee648_0 conda-forge
chardet 5.2.0 py310hff52083_1 conda-forge
charset-normalizer 3.3.2 pyhd8ed1ab_0 conda-forge
click 8.1.7 unix_pyh707e725_0 conda-forge
colorama 0.4.6 pyhd8ed1ab_0 conda-forge
conda 23.11.0 py310hff52083_1 conda-forge
conda-build 24.1.2 py310hff52083_0 conda-forge
conda-env 2.6.0 1 conda-forge
conda-forge-ci-setup 4.3.2 py310h7a2d8a0_100 conda-forge
conda-forge-metadata 0.6.2 pyhd8ed1ab_0 conda-forge
conda-index 0.4.0 pyhd8ed1ab_0 conda-forge
conda-libmamba-solver 24.1.0 pyhd8ed1ab_0 conda-forge
conda-oci-mirror 0.1.0 pyhd8ed1ab_0 conda-forge
conda-pack 0.7.1 pyhd8ed1ab_0 conda-forge
conda-package-handling 2.2.0 pyh38be061_0 conda-forge
conda-package-streaming 0.9.0 pyhd8ed1ab_0 conda-forge
cryptography 42.0.5 py310h75e40e8_0 conda-forge
curl 8.5.0 hca28451_0 conda-forge
defusedxml 0.7.1 pyhd8ed1ab_0 conda-forge
distro 1.9.0 pyhd8ed1ab_0 conda-forge
filelock 3.13.1 pyhd8ed1ab_0 conda-forge
fmt 10.2.1 h00ab1b0_0 conda-forge
freetype 2.12.1 h267a509_2 conda-forge
gettext 0.21.1 h27087fc_0 conda-forge
git 2.44.0 pl5321h709897a_0 conda-forge
icu 73.2 h59595ed_0 conda-forge
idna 3.6 pyhd8ed1ab_0 conda-forge
importlib_resources 6.1.2 pyhd8ed1ab_0 conda-forge
jinja2 3.1.3 pyhd8ed1ab_0 conda-forge
jq 1.7.1 hd590300_0 conda-forge
jsonpatch 1.33 pyhd8ed1ab_0 conda-forge
jsonpointer 2.4 py310hff52083_3 conda-forge
jsonschema 4.21.1 pyhd8ed1ab_0 conda-forge
jsonschema-specifications 2023.12.1 pyhd8ed1ab_0 conda-forge
jupyter_core 5.7.1 py310hff52083_0 conda-forge
keyutils 1.6.1 h166bdaf_0 conda-forge
krb5 1.21.2 h659d440_0 conda-forge
lcms2 2.16 hb7c19ff_0 conda-forge
ld_impl_linux-64 2.40 h41732ed_0 conda-forge
lerc 4.0.0 h27087fc_0 conda-forge
libarchive 3.7.2 h2aa1ff5_1 conda-forge
libcurl 8.5.0 hca28451_0 conda-forge
libdeflate 1.19 hd590300_0 conda-forge
libedit 3.1.20191231 he28a2e2_2 conda-forge
libev 4.33 hd590300_2 conda-forge
libexpat 2.5.0 hcb278e6_1 conda-forge
libffi 3.4.2 h7f98852_5 conda-forge
libgcc-ng 13.2.0 h807b86a_5 conda-forge
libgomp 13.2.0 h807b86a_5 conda-forge
libiconv 1.17 hd590300_2 conda-forge
libjpeg-turbo 3.0.0 hd590300_1 conda-forge
liblief 0.12.3 h27087fc_0 conda-forge
libmamba 1.5.6 had39da4_0 conda-forge
libmambapy 1.5.6 py310h39ff949_0 conda-forge
libnghttp2 1.58.0 h47da74e_1 conda-forge
libnsl 2.0.1 hd590300_0 conda-forge
libpng 1.6.43 h2797004_0 conda-forge
libsolv 0.7.28 hfc55251_0 conda-forge
libsqlite 3.45.1 h2797004_0 conda-forge
libssh2 1.11.0 h0841786_0 conda-forge
libstdcxx-ng 13.2.0 h7e041cc_5 conda-forge
libtiff 4.6.0 ha9c0a0a_2 conda-forge
libuuid 2.38.1 h0b41bf4_0 conda-forge
libwebp-base 1.3.2 hd590300_0 conda-forge
libxcb 1.15 h0b41bf4_0 conda-forge
libxcrypt 4.4.36 hd590300_1 conda-forge
libxml2 2.12.5 h232c23b_0 conda-forge
libzlib 1.2.13 hd590300_5 conda-forge
lz4-c 1.9.4 hcb278e6_0 conda-forge
lzo 2.10 h516909a_1000 conda-forge
mamba 1.5.6 py310h51d5547_0 conda-forge
markupsafe 2.1.5 py310h2372a71_0 conda-forge
menuinst 2.0.2 py310hff52083_0 conda-forge
more-itertools 10.2.0 pyhd8ed1ab_0 conda-forge
nbformat 5.9.2 pyhd8ed1ab_0 conda-forge
ncurses 6.4 h59595ed_2 conda-forge
oniguruma 6.9.9 hd590300_0 conda-forge
openjpeg 2.5.1 h488ebb8_0 conda-forge
openssl 3.2.1 hd590300_0 conda-forge
oras-py 0.1.14 pyhd8ed1ab_0 conda-forge
packaging 23.2 pyhd8ed1ab_0 conda-forge
patch 2.7.6 h7f98852_1002 conda-forge
patchelf 0.17.2 h58526e2_0 conda-forge
pcre2 10.43 hcad00b1_0 conda-forge
perl 5.32.1 7_hd590300_perl5 conda-forge
pillow 10.2.0 py310h01dd4db_0 conda-forge
pip 24.0 pyhd8ed1ab_0 conda-forge
pkginfo 1.9.6 pyhd8ed1ab_0 conda-forge
pkgutil-resolve-name 1.3.10 pyhd8ed1ab_1 conda-forge
platformdirs 4.2.0 pyhd8ed1ab_0 conda-forge
pluggy 1.4.0 pyhd8ed1ab_0 conda-forge
psutil 5.9.8 py310h2372a71_0 conda-forge
pthread-stubs 0.4 h36c2ea0_1001 conda-forge
py-lief 0.12.3 py310hd8f1fbe_0 conda-forge
pybind11-abi 4 hd8ed1ab_3 conda-forge
pycosat 0.6.6 py310h2372a71_0 conda-forge
pycparser 2.21 pyhd8ed1ab_0 conda-forge
pyopenssl 24.0.0 pyhd8ed1ab_0 conda-forge
pysocks 1.7.1 pyha2e5f31_6 conda-forge
python 3.10.13 hd12c33a_1_cpython conda-forge
python-dateutil 2.8.2 pyhd8ed1ab_0 conda-forge
python-fastjsonschema 2.19.1 pyhd8ed1ab_0 conda-forge
python-libarchive-c 5.0 py310hff52083_2 conda-forge
python_abi 3.10 4_cp310 conda-forge
pytz 2024.1 pyhd8ed1ab_0 conda-forge
pyyaml 6.0.1 py310h2372a71_1 conda-forge
readline 8.2 h8228510_1 conda-forge
referencing 0.33.0 pyhd8ed1ab_0 conda-forge
reproc 14.2.4.post0 hd590300_1 conda-forge
reproc-cpp 14.2.4.post0 h59595ed_1 conda-forge
requests 2.31.0 pyhd8ed1ab_0 conda-forge
requests-toolbelt 1.0.0 pyhd8ed1ab_0 conda-forge
ripgrep 14.1.0 he8a937b_0 conda-forge
rpds-py 0.18.0 py310hcb5633a_0 conda-forge
ruamel.yaml 0.18.6 py310h2372a71_0 conda-forge
ruamel.yaml.clib 0.2.8 py310h2372a71_0 conda-forge
ruamel_yaml 0.15.80 py310h2372a71_1009 conda-forge
setuptools 69.1.1 pyhd8ed1ab_0 conda-forge
shyaml 0.6.2 pyhd3deb0d_0 conda-forge
six 1.16.0 pyh6c4a22f_0 conda-forge
soupsieve 2.5 pyhd8ed1ab_1 conda-forge
su-exec 0.2 h166bdaf_1003 conda-forge
tini 0.19.0 h166bdaf_1 conda-forge
tk 8.6.13 noxft_h4845f30_101 conda-forge
tomli 2.0.1 pyhd8ed1ab_0 conda-forge
toolz 0.12.1 pyhd8ed1ab_0 conda-forge
tornado 6.4 py310h2372a71_0 conda-forge
tqdm 4.66.2 pyhd8ed1ab_0 conda-forge
traitlets 5.14.1 pyhd8ed1ab_0 conda-forge
truststore 0.8.0 pyhd8ed1ab_0 conda-forge
typing-extensions 4.10.0 hd8ed1ab_0 conda-forge
typing_extensions 4.10.0 pyha770c72_0 conda-forge
tzdata 2024a h0c530f3_0 conda-forge
urllib3 2.2.1 pyhd8ed1ab_0 conda-forge
wheel 0.42.0 pyhd8ed1ab_0 conda-forge
xorg-libxau 1.0.11 hd590300_0 conda-forge
xorg-libxdmcp 1.1.3 h7f98852_0 conda-forge
xz 5.2.6 h166bdaf_0 conda-forge
yaml 0.2.5 h7f98852_2 conda-forge
yaml-cpp 0.8.0 h59595ed_0 conda-forge
zipp 3.17.0 pyhd8ed1ab_0 conda-forge
zstandard 0.22.0 py310h1275a96_0 conda-forge
zstd 1.5.5 hfc55251_0 conda-forge
+ make_build_number /home/conda/feedstock_root /home/conda/recipe_root /home/conda/feedstock_root/.ci_support/linux_64_.yaml
/opt/conda/lib/python3.10/site-packages/binstar_client/utils/config.py:190: RuntimeWarning: conda and anaconda-client have conflicting token paths:
conda: /home/conda/.local/share/binstar
anaconda-client: /home/conda/.continuum/anaconda-client/tokens
to ensure consistent behavior, the conda path will be used.
warnings.warn(
+ [[ linux-64 != \l\i\n\u\x\-\6\4 ]]
+ [[ -f /home/conda/feedstock_root/LICENSE.txt ]]
+ cp /home/conda/feedstock_root/LICENSE.txt /home/conda/recipe_root/recipe-scripts-license.txt
+ [[ 0 == 1 ]]
+ conda build /home/conda/recipe_root -m /home/conda/feedstock_root/.ci_support/linux_64_.yaml --suppress-variables --clobber-file /home/conda/feedstock_root/.ci_support/clobber_linux_64_.yaml --extra-meta flow_run_id= remote_url= sha=
WARNING: No numpy version specified in conda_build_config.yaml. Falling back to default numpy value of 1.22
Adding in variants from internal_defaults
Adding in variants from /home/conda/recipe_root/conda_build_config.yaml
Adding in variants from /home/conda/feedstock_root/.ci_support/linux_64_.yaml
Attempting to finalize metadata for libtiledbsoma
Reloading output folder (local): ...working... done
Getting pinned dependencies: ...working... failed
WARNING: failed to get install actions, retrying. exception was: Unsatisfiable dependencies for platform linux-64: {MatchSpec("tiledb==2.19.1=hc0b898c_0"), MatchSpec("libcurl[version='>=7.87.0,<8.0a0']")}
Encountered problems while solving:
- package tiledb-2.19.1-hc0b898c_0 requires libcurl >=7.87.0,<8.0a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ libgoogle-cloud 2.21.* is installable and it requires
│ └─ libcurl >=8.5.0,<9.0a0 , which can be installed;
└─ tiledb >=2.19.1,<2.20 is not installable because there are no viable options
├─ tiledb 2.19.1 would require
│ └─ libgoogle-cloud >=2.12.0,<2.13.0a0 , which conflicts with any installable versions previously reported;
├─ tiledb 2.19.1 would require
│ └─ libcurl >=7.88.1,<8.0a0 , which conflicts with any installable versions previously reported;
└─ tiledb 2.19.1 would require
└─ libcurl >=7.87.0,<8.0a0 , which conflicts with any installable versions previously reported.
Reloading output folder (local): ...working... done
Getting pinned dependencies: ...working... failed
Reloading output folder (local): ...working... done
Getting pinned dependencies: ...working... failed
Reloading output folder (local): ...working... done
Getting pinned dependencies: ...working... failed
ERROR: Failed to get install actions, max retries exceeded.
Leaving build/test directories:
Work:
/home/conda/feedstock_root/build_artifacts/work
Test:
/home/conda/feedstock_root/build_artifacts/test_tmp
Leaving build/test environments:
Test:
source activate /home/conda/feedstock_root/build_artifacts/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_
Build:
source activate /home/conda/feedstock_root/build_artifacts/_build_env
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
Traceback (most recent call last):
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 926, in get_package_records
actions = _install_actions(prefix, index, specs)
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 1375, 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 138, 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 199, 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("tiledb==2.19.1=hc0b898c_0"), MatchSpec("libcurl[version='>=7.87.0,<8.0a0']")}
Encountered problems while solving:
- package tiledb-2.19.1-hc0b898c_0 requires libcurl >=7.87.0,<8.0a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ libgoogle-cloud 2.21.* is installable and it requires
│ └─ libcurl >=8.5.0,<9.0a0 , which can be installed;
└─ tiledb >=2.19.1,<2.20 is not installable because there are no viable options
├─ tiledb 2.19.1 would require
│ └─ libgoogle-cloud >=2.12.0,<2.13.0a0 , which conflicts with any installable versions previously reported;
├─ tiledb 2.19.1 would require
│ └─ libcurl >=7.88.1,<8.0a0 , which conflicts with any installable versions previously reported;
└─ tiledb 2.19.1 would require
└─ libcurl >=7.87.0,<8.0a0 , 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/lib/python3.10/site-packages/conda_build/environ.py", line 926, in get_package_records
actions = _install_actions(prefix, index, specs)
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 1375, 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 138, 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 199, 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("tiledb==2.19.1=hc0b898c_0"), MatchSpec("libcurl[version='>=7.87.0,<8.0a0']")}
Encountered problems while solving:
- package tiledb-2.19.1-hc0b898c_0 requires libcurl >=7.87.0,<8.0a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ libgoogle-cloud 2.21.* is installable and it requires
│ └─ libcurl >=8.5.0,<9.0a0 , which can be installed;
└─ tiledb >=2.19.1,<2.20 is not installable because there are no viable options
├─ tiledb 2.19.1 would require
│ └─ libgoogle-cloud >=2.12.0,<2.13.0a0 , which conflicts with any installable versions previously reported;
├─ tiledb 2.19.1 would require
│ └─ libcurl >=7.88.1,<8.0a0 , which conflicts with any installable versions previously reported;
└─ tiledb 2.19.1 would require
└─ libcurl >=7.87.0,<8.0a0 , 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/lib/python3.10/site-packages/conda_build/environ.py", line 926, in get_package_records
actions = _install_actions(prefix, index, specs)
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 1375, 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 138, 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 199, 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("tiledb==2.19.1=hc0b898c_0"), MatchSpec("libcurl[version='>=7.87.0,<8.0a0']")}
Encountered problems while solving:
- package tiledb-2.19.1-hc0b898c_0 requires libcurl >=7.87.0,<8.0a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ libgoogle-cloud 2.21.* is installable and it requires
│ └─ libcurl >=8.5.0,<9.0a0 , which can be installed;
└─ tiledb >=2.19.1,<2.20 is not installable because there are no viable options
├─ tiledb 2.19.1 would require
│ └─ libgoogle-cloud >=2.12.0,<2.13.0a0 , which conflicts with any installable versions previously reported;
├─ tiledb 2.19.1 would require
│ └─ libcurl >=7.88.1,<8.0a0 , which conflicts with any installable versions previously reported;
└─ tiledb 2.19.1 would require
└─ libcurl >=7.87.0,<8.0a0 , 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/lib/python3.10/site-packages/conda/exception_handler.py", line 17, in __call__
return func(*args, **kwargs)
File "/opt/conda/lib/python3.10/site-packages/conda/cli/main.py", line 83, in main_subshell
exit_code = do_call(args, parser)
File "/opt/conda/lib/python3.10/site-packages/conda/cli/conda_argparse.py", line 170, in do_call
result = plugin_subcommand.action(getattr(args, "_args", args))
File "/opt/conda/lib/python3.10/site-packages/conda_build/plugin.py", line 14, in build
return execute(args)
File "/opt/conda/lib/python3.10/site-packages/conda_build/cli/main_build.py", line 581, in execute
api.build(
File "/opt/conda/lib/python3.10/site-packages/conda_build/api.py", line 255, in build
return build_tree(
File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 3782, in build_tree
packages_from_this = build(
File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 2456, 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 940, 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 2607, in get_output_metadata_set
conda_packages = finalize_outputs_pass(
File "/opt/conda/lib/python3.10/site-packages/conda_build/metadata.py", line 945, in finalize_outputs_pass
fm = finalize_metadata(
File "/opt/conda/lib/python3.10/site-packages/conda_build/render.py", line 661, in finalize_metadata
m = parent_metadata.get_output_metadata(m.get_rendered_output(m.name()))
File "/opt/conda/lib/python3.10/site-packages/conda_build/metadata.py", line 2698, in get_rendered_output
for output_ in self.get_rendered_outputs_section(
File "/opt/conda/lib/python3.10/site-packages/conda_build/metadata.py", line 2680, in get_rendered_outputs_section
self._get_contents(
File "/opt/conda/lib/python3.10/site-packages/conda_build/metadata.py", line 1952, in _get_contents
rendered = template.render(environment=env)
File "/opt/conda/lib/python3.10/site-packages/jinja2/environment.py", line 1301, in render
self.environment.handle_exception()
File "/opt/conda/lib/python3.10/site-packages/jinja2/environment.py", line 936, in handle_exception
raise rewrite_traceback_stack(source=source)
File "<template>", line 54, in top-level template code
File "/opt/conda/lib/python3.10/site-packages/conda_build/jinja_context.py", line 326, in pin_compatible
pins, _, _ = get_env_dependencies(m, "host", m.config.variant)
File "/opt/conda/lib/python3.10/site-packages/conda_build/render.py", line 161, in get_env_dependencies
actions = environ.get_install_actions(
File "/opt/conda/lib/python3.10/site-packages/conda_build/deprecations.py", line 71, in inner
return func(*args, **kwargs)
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 1026, in get_install_actions
precs = get_package_records(
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 972, in get_package_records
actions = get_install_actions(
File "/opt/conda/lib/python3.10/site-packages/conda_build/deprecations.py", line 71, in inner
return func(*args, **kwargs)
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 1026, in get_install_actions
precs = get_package_records(
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 972, in get_package_records
actions = get_install_actions(
File "/opt/conda/lib/python3.10/site-packages/conda_build/deprecations.py", line 71, in inner
return func(*args, **kwargs)
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 1026, in get_install_actions
precs = get_package_records(
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 972, in get_package_records
actions = get_install_actions(
File "/opt/conda/lib/python3.10/site-packages/conda_build/deprecations.py", line 71, in inner
return func(*args, **kwargs)
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 1026, in get_install_actions
precs = get_package_records(
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 926, in get_package_records
actions = _install_actions(prefix, index, specs)
File "/opt/conda/lib/python3.10/site-packages/conda_build/environ.py", line 1375, 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 138, 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 199, 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("tiledb==2.19.1=hc0b898c_0"), MatchSpec("libcurl[version='>=7.87.0,<8.0a0']")}
Encountered problems while solving:
- package tiledb-2.19.1-hc0b898c_0 requires libcurl >=7.87.0,<8.0a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ libgoogle-cloud 2.21.* is installable and it requires
│ └─ libcurl >=8.5.0,<9.0a0 , which can be installed;
└─ tiledb >=2.19.1,<2.20 is not installable because there are no viable options
├─ tiledb 2.19.1 would require
│ └─ libgoogle-cloud >=2.12.0,<2.13.0a0 , which conflicts with any installable versions previously reported;
├─ tiledb 2.19.1 would require
│ └─ libcurl >=7.88.1,<8.0a0 , which conflicts with any installable versions previously reported;
└─ tiledb 2.19.1 would require
└─ libcurl >=7.87.0,<8.0a0 , which conflicts with any installable versions previously reported.
`$ /opt/conda/bin/conda build /home/conda/recipe_root -m /home/conda/feedstock_root/.ci_support/linux_64_.yaml --suppress-variables --clobber-file /home/conda/feedstock_root/.ci_support/clobber_linux_64_.yaml --extra-meta flow_run_id= remote_url= sha=`
environment variables:
CIO_TEST=<not set>
CONDA_ALLOW_SOFTLINKS=false
CONDA_BLD_PATH=/home/conda/feedstock_root/build_artifacts
CONDA_DEFAULT_ENV=base
CONDA_EXE=/opt/conda/bin/conda
CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1
CONDA_PREFIX=/opt/conda
CONDA_PROMPT_MODIFIER=(base)
CONDA_PYTHON_EXE=/opt/conda/bin/python
CONDA_ROOT=/opt/conda
CONDA_SHLVL=1
CURL_CA_BUNDLE=<not set>
LD_PRELOAD=<not set>
PATH=/opt/conda/bin:/opt/conda/condabin:/usr/local/sbin:/usr/local/bin:/usr
/sbin:/usr/bin:/sbin:/bin:/home/conda/bin
PYTHONUNBUFFERED=1
REQUESTS_CA_BUNDLE=<not set>
SSL_CERT_FILE=<not set>
active environment : base
active env location : /opt/conda
shell level : 1
user config file : /home/conda/.condarc
populated config files : /opt/conda/.condarc
/home/conda/.condarc
conda version : 23.11.0
conda-build version : 24.1.2
python version : 3.10.13.final.0
solver : libmamba (default)
virtual packages : __archspec=1=skylake_avx512
__conda=23.11.0=0
__glibc=2.17=0
__linux=6.2.0=0
__unix=0=0
base environment : /opt/conda (writable)
conda av data dir : /opt/conda/etc/conda
conda av metadata url : None
channel URLs : https://conda.anaconda.org/conda-forge/linux-64
https://conda.anaconda.org/conda-forge/noarch
https://conda.anaconda.org/tiledb/linux-64
https://conda.anaconda.org/tiledb/noarch
package cache : /home/conda/feedstock_root/build_artifacts/pkg_cache
/opt/conda/pkgs
envs directories : /opt/conda/envs
/home/conda/.conda/envs
platform : linux-64
user-agent : conda/23.11.0 requests/2.31.0 CPython/3.10.13 Linux/6.2.0-1018-aws centos/7.9.2009 glibc/2.17 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.6
UID:GID : 1000:1000
netrc file : None
offline mode : False
An unexpected error has occurred. Conda has prepared the above report.
If you suspect this error is being caused by a malfunctioning plugin,
consider using the --no-plugins option to turn off plugins.
Example: conda --no-plugins install <package>
Alternatively, you can set the CONDA_NO_PLUGINS environment variable on
the command line to run the command without plugins enabled.
Example: CONDA_NO_PLUGINS=true conda install <package>
If submitted, this report will be used by core maintainers to improve
future releases of conda.
Would you like conda to send this report to the core maintainers? [y/N]: n
No report sent. To permanently opt-out, use
$ conda config --set report_errors false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment