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

[NO MRG] Test conda-smithy fix for feedstock submodules #64

Conversation

conda-forge-admin
Copy link
Contributor

@conda-forge-admin conda-forge-admin commented Jan 5, 2024

Test conda-smithy proposed change ( conda-forge/conda-smithy#1826 )

@conda-forge-webservices
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

conda-forge-webservices[bot] and others added 2 commits January 5, 2024 00:30
…2ed4d7, and conda-forge-pinning 2024.01.04.16.29.16
@jakirkham jakirkham marked this pull request as draft January 5, 2024 00:32
@jakirkham jakirkham changed the title MNT: rerender [NO MRG] Test conda-smithy fix for feedstock submodules Jan 5, 2024
@jakirkham
Copy link
Member

Also tried the linux_64_ build locally and it seems to work without issues

% python build-locally.py
valid configs are {'win_64_', 'linux_ppc64le_', 'linux_aarch64_', 'osx_64_', 'osx_arm64_', 'linux_64_'}
config not selected, please choose from the following:

1. linux_64_
2. linux_aarch64_
3. linux_ppc64le_
4. osx_64_
5. osx_arm64_
6. win_64_

> 1
selected linux_64_
Configure Docker
+++ dirname .scripts/run_docker_build.sh
++ cd .scripts
++ pwd
+ THISDIR=/Users/jkirkham/Developer/conda-forge/feedstocks/feedstocks/ca-certificates/.scripts
++ basename /Users/jkirkham/Developer/conda-forge/feedstocks/feedstocks/ca-certificates/.scripts
+ PROVIDER_DIR=.scripts
+++ dirname .scripts/run_docker_build.sh
++ cd .scripts/..
++ pwd
+ FEEDSTOCK_ROOT=/Users/jkirkham/Developer/conda-forge/feedstocks/feedstocks/ca-certificates
+ RECIPE_ROOT=/Users/jkirkham/Developer/conda-forge/feedstocks/feedstocks/ca-certificates/recipe
+ '[' -z ']'
++ basename /Users/jkirkham/Developer/conda-forge/feedstocks/feedstocks/ca-certificates
+ export FEEDSTOCK_NAME=ca-certificates
+ FEEDSTOCK_NAME=ca-certificates
+ [[ '' == '' ]]
+ pushd /Users/jkirkham/Developer/conda-forge/feedstocks/feedstocks/ca-certificates
~/Developer/conda-forge/feedstocks/feedstocks/ca-certificates ~/Developer/conda-forge/feedstocks/feedstocks/ca-certificates
++ git rev-parse HEAD
+ sha=80da8ebf79f71d3c45344e0f2dc55904a95cc3d4
+ popd
~/Developer/conda-forge/feedstocks/feedstocks/ca-certificates
+ docker info
Client:
 Version:    24.0.6-rd
 Context:    rancher-desktop
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.11.2
    Path:     /Users/jkirkham/.docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  v2.22.0
    Path:     /Users/jkirkham/.docker/cli-plugins/docker-compose

Server:
 Containers: 28
  Running: 12
  Paused: 0
  Stopped: 16
 Images: 31
 Server Version: 23.0.6
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Cgroup Version: 1
 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 runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 0cae528dd6cb557f7201036e9f43420650207b58
 runc version: 860f061b76bb4fc671f0f9e900f7d80ff93d4eb7
 init version: 
 Security Options:
  seccomp
   Profile: builtin
 Kernel Version: 6.1.57-0-virt
 Operating System: Alpine Linux v3.18
 OSType: linux
 Architecture: aarch64
 CPUs: 2
 Total Memory: 5.785GiB
 Name: lima-rancher-desktop
 ID: eeef697c-5458-4486-a48b-cb9b2595a44e
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false

++ id -u
+ export HOST_USER_ID=502
+ HOST_USER_ID=502
+ hash docker-machine
+ ARTIFACTS=/Users/jkirkham/Developer/conda-forge/feedstocks/feedstocks/ca-certificates/build_artifacts
+ '[' -z linux_64_ ']'
+ '[' -z '' ']'
++ shyaml -h
+ SHYAML_INSTALLED='
Parses and output chosen subpart or values from YAML input.
It reads YAML in stdin and will output on stdout it'\''s return value.

Usage:

    shyaml {-h|--help}
    shyaml {-V|--version}
    shyaml [-y|--yaml] [-q|--quiet] ACTION KEY [DEFAULT]


Options:

    -y, --yaml
              Output only YAML safe value, more precisely, even
              literal values will be YAML quoted. This behavior
              is required if you want to output YAML subparts and
              further process it. If you know you have are dealing
              with safe literal value, then you don'\''t need this.
              (Default: no safe YAML output)

    -q, --quiet
              In case KEY value queried is an invalid path, quiet
              mode will prevent the writing of an error message on
              standard error.
              (Default: no quiet mode)

    -L, --line-buffer
              Force parsing stdin line by line allowing to process
              streamed YAML as it is fed instead of buffering
              input and treating several YAML streamed document
              at once. This is likely to have some small performance
              hit if you have a huge stream of YAML document, but
              then you probably don'\''t really care about the
              line-buffering.
              (Default: no line buffering)

    ACTION    Depending on the type of data you'\''ve targetted
              thanks to the KEY, ACTION can be:

              These ACTIONs applies to any YAML type:

                get-type          ## returns a short string
                get-value         ## returns YAML

              These ACTIONs applies to '\''sequence'\'' and '\''struct'\'' YAML type:

                get-values{,-0}   ## returns list of YAML
                get-length        ## returns an integer

              These ACTION applies to '\''struct'\'' YAML type:

                keys{,-0}         ## returns list of YAML
                values{,-0}       ## returns list of YAML
                key-values,{,-0}  ## returns list of YAML

              Note that any value returned is returned on stdout, and
              when returning ``list of YAML``, it'\''ll be separated by
              a newline or ``NUL`` char depending of you'\''ve used the
              ``-0`` suffixed ACTION.

    KEY       Identifier to browse and target subvalues into YAML
              structure. Use ``.`` to parse a subvalue. If you need
              to use a literal ``.`` or ``\``, use ``\`` to quote it.

              Use struct keyword to browse ``struct`` YAML data and use
              integers to browse ``sequence`` YAML data.

    DEFAULT   if not provided and given KEY do not match any value in
              the provided YAML, then DEFAULT will be returned. If no
              default is provided and the KEY do not match any value
              in the provided YAML, shyaml will fail with an error
              message.

Examples:

     ## get last grocery
     cat recipe.yaml       | shyaml get-value groceries.-1

     ## get all words of my french dictionary
     cat dictionaries.yaml | shyaml keys-0 french.dictionary

     ## get YAML config part of '\''myhost'\''
     cat hosts_config.yaml | shyaml get-value cfgs.myhost'
+ '[' '
Parses and output chosen subpart or values from YAML input.
It reads YAML in stdin and will output on stdout it'\''s return value.

Usage:

    shyaml {-h|--help}
    shyaml {-V|--version}
    shyaml [-y|--yaml] [-q|--quiet] ACTION KEY [DEFAULT]


Options:

    -y, --yaml
              Output only YAML safe value, more precisely, even
              literal values will be YAML quoted. This behavior
              is required if you want to output YAML subparts and
              further process it. If you know you have are dealing
              with safe literal value, then you don'\''t need this.
              (Default: no safe YAML output)

    -q, --quiet
              In case KEY value queried is an invalid path, quiet
              mode will prevent the writing of an error message on
              standard error.
              (Default: no quiet mode)

    -L, --line-buffer
              Force parsing stdin line by line allowing to process
              streamed YAML as it is fed instead of buffering
              input and treating several YAML streamed document
              at once. This is likely to have some small performance
              hit if you have a huge stream of YAML document, but
              then you probably don'\''t really care about the
              line-buffering.
              (Default: no line buffering)

    ACTION    Depending on the type of data you'\''ve targetted
              thanks to the KEY, ACTION can be:

              These ACTIONs applies to any YAML type:

                get-type          ## returns a short string
                get-value         ## returns YAML

              These ACTIONs applies to '\''sequence'\'' and '\''struct'\'' YAML type:

                get-values{,-0}   ## returns list of YAML
                get-length        ## returns an integer

              These ACTION applies to '\''struct'\'' YAML type:

                keys{,-0}         ## returns list of YAML
                values{,-0}       ## returns list of YAML
                key-values,{,-0}  ## returns list of YAML

              Note that any value returned is returned on stdout, and
              when returning ``list of YAML``, it'\''ll be separated by
              a newline or ``NUL`` char depending of you'\''ve used the
              ``-0`` suffixed ACTION.

    KEY       Identifier to browse and target subvalues into YAML
              structure. Use ``.`` to parse a subvalue. If you need
              to use a literal ``.`` or ``\``, use ``\`` to quote it.

              Use struct keyword to browse ``struct`` YAML data and use
              integers to browse ``sequence`` YAML data.

    DEFAULT   if not provided and given KEY do not match any value in
              the provided YAML, then DEFAULT will be returned. If no
              default is provided and the KEY do not match any value
              in the provided YAML, shyaml will fail with an error
              message.

Examples:

     ## get last grocery
     cat recipe.yaml       | shyaml get-value groceries.-1

     ## get all words of my french dictionary
     cat dictionaries.yaml | shyaml keys-0 french.dictionary

     ## get YAML config part of '\''myhost'\''
     cat hosts_config.yaml | shyaml get-value cfgs.myhost' == NO ']'
++ cat /Users/jkirkham/Developer/conda-forge/feedstocks/feedstocks/ca-certificates/.ci_support/linux_64_.yaml
++ shyaml get-value docker_image.0 quay.io/condaforge/linux-anvil-comp7
+ DOCKER_IMAGE=quay.io/condaforge/linux-anvil-cos7-x86_64
+ mkdir -p /Users/jkirkham/Developer/conda-forge/feedstocks/feedstocks/ca-certificates/build_artifacts
+ DONE_CANARY=/Users/jkirkham/Developer/conda-forge/feedstocks/feedstocks/ca-certificates/build_artifacts/conda-forge-build-done-linux_64_
+ rm -f /Users/jkirkham/Developer/conda-forge/feedstocks/feedstocks/ca-certificates/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:bf602801fecf2f1f32024c6ace7d2c76cecf4192f127e0535067ad5213e22a52
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 /Users/jkirkham/Developer/conda-forge/feedstocks/feedstocks/ca-certificates/recipe:/home/conda/recipe_root:rw,z,delegated -v /Users/jkirkham/Developer/conda-forge/feedstocks/feedstocks/ca-certificates:/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
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
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 boa conda-forge-ci-setup=4
warning  libmamba libarchive warning: 
warning  libmamba libarchive warning: 
warning  libmamba libarchive warning: 
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 boa conda-forge-ci-setup=4
+ setup_conda_rc /home/conda/feedstock_root /home/conda/recipe_root /home/conda/feedstock_root/.ci_support/linux_64_.yaml
+ 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 strict
++ [[ ! -z '' ]]
++ '[' '!' -z linux_64_ ']'
++ '[' '!' -z '' ']'
++ cat /home/conda/feedstock_root/.ci_support/linux_64_.yaml
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
curl:
- '8'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-64
++ 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
++++ shyaml get-value cdt_name.0 cos6
++++ cat /home/conda/feedstock_root/.ci_support/linux_64_.yaml
+++ 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 : 3.28.2
         python version : 3.10.13.final.0
                 solver : libmamba (default)
       virtual packages : __archspec=1=x86_64
                          __conda=23.11.0=0
                          __glibc=2.17=0
                          __linux=6.1.57=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
          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.1.57-0-virt centos/7.9.2009 glibc/2.17 solver/libmamba conda-libmamba-solver/23.12.0 libmambapy/1.5.6
                UID:GID : 502:32767
             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: strict
channels:
  - conda-forge
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.1             pyhd8ed1ab_1    conda-forge
anaconda-project          0.11.1             pyhd8ed1ab_0    conda-forge
anyio                     3.7.1              pyhd8ed1ab_0    conda-forge
archspec                  0.2.2              pyhd8ed1ab_0    conda-forge
attrs                     23.1.0             pyh71513ae_1    conda-forge
beautifulsoup4            4.12.2             pyha770c72_0    conda-forge
boa                       0.16.0             pyhd8ed1ab_1    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.24.0               hd590300_0    conda-forge
ca-certificates           2023.11.17           hbcca054_0    conda-forge
certifi                   2023.11.17         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
clyent                    1.2.2              pyhd8ed1ab_2    conda-forge
colorama                  0.4.6              pyhd8ed1ab_0    conda-forge
conda                     23.11.0         py310hff52083_1    conda-forge
conda-build               3.28.2          py310hff52083_0    conda-forge
conda-env                 2.6.0                         1    conda-forge
conda-forge-ci-setup      4.3.1           py310h7a2d8a0_100    conda-forge
conda-forge-metadata      0.6.1              pyhd8ed1ab_0    conda-forge
conda-index               0.3.0              pyhd8ed1ab_1    conda-forge
conda-libmamba-solver     23.12.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              41.0.7          py310hb8475ec_1    conda-forge
curl                      8.5.0                hca28451_0    conda-forge
defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
distro                    1.8.0              pyhd8ed1ab_0    conda-forge
exceptiongroup            1.2.0              pyhd8ed1ab_0    conda-forge
filelock                  3.13.1             pyhd8ed1ab_0    conda-forge
fmt                       10.1.1               h00ab1b0_1    conda-forge
freetype                  2.12.1               h267a509_2    conda-forge
gettext                   0.21.1               h27087fc_0    conda-forge
git                       2.43.0          pl5321h7bc287a_0    conda-forge
icu                       73.2                 h59595ed_0    conda-forge
idna                      3.6                pyhd8ed1ab_0    conda-forge
importlib_resources       6.1.1              pyhd8ed1ab_0    conda-forge
jinja2                    3.1.2              pyhd8ed1ab_1    conda-forge
joblib                    1.3.2              pyhd8ed1ab_0    conda-forge
jq                        1.7.1                hd590300_0    conda-forge
json5                     0.9.14             pyhd8ed1ab_0    conda-forge
jsonpatch                 1.33               pyhd8ed1ab_0    conda-forge
jsonpointer               2.4             py310hff52083_3    conda-forge
jsonschema                4.20.0             pyhd8ed1ab_0    conda-forge
jsonschema-specifications 2023.12.1          pyhd8ed1ab_0    conda-forge
jupyter_core              5.6.0           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_3    conda-forge
libgomp                   13.2.0               h807b86a_3    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.39               h753d276_0    conda-forge
libsolv                   0.7.27               hfc55251_0    conda-forge
libsqlite                 3.44.2               h2797004_0    conda-forge
libssh2                   1.11.0               h0841786_0    conda-forge
libstdcxx-ng              13.2.0               h7e041cc_3    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.3               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
markdown-it-py            3.0.0              pyhd8ed1ab_0    conda-forge
markupsafe                2.1.3           py310h2372a71_1    conda-forge
mdurl                     0.1.2              pyhd8ed1ab_0    conda-forge
menuinst                  2.0.1           py310hff52083_0    conda-forge
more-itertools            10.1.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.0                h488ebb8_3    conda-forge
openssl                   3.2.0                hd590300_1    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.42                hcad00b1_0    conda-forge
perl                      5.32.1          7_hd590300_perl5    conda-forge
pillow                    10.1.0          py310h01dd4db_0    conda-forge
pip                       23.3.2             pyhd8ed1ab_0    conda-forge
pkginfo                   1.9.6              pyhd8ed1ab_0    conda-forge
pkgutil-resolve-name      1.3.10             pyhd8ed1ab_1    conda-forge
platformdirs              4.1.0              pyhd8ed1ab_0    conda-forge
pluggy                    1.3.0              pyhd8ed1ab_0    conda-forge
prompt-toolkit            3.0.42             pyha770c72_0    conda-forge
prompt_toolkit            3.0.42               hd8ed1ab_0    conda-forge
psutil                    5.9.7           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
pygments                  2.17.2             pyhd8ed1ab_0    conda-forge
pyopenssl                 23.3.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                      2023.3.post1       pyhd8ed1ab_0    conda-forge
pyyaml                    6.0.1           py310h2372a71_1    conda-forge
readline                  8.2                  h8228510_1    conda-forge
referencing               0.32.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
rich                      13.7.0             pyhd8ed1ab_0    conda-forge
ripgrep                   14.0.3               he8a937b_1    conda-forge
rpds-py                   0.16.2          py310hcb5633a_0    conda-forge
ruamel.yaml               0.18.5          py310h2372a71_0    conda-forge
ruamel.yaml.clib          0.2.7           py310h2372a71_2    conda-forge
ruamel_yaml               0.15.80         py310h2372a71_1009    conda-forge
setuptools                68.2.2             pyhd8ed1ab_0    conda-forge
shyaml                    0.6.2              pyhd3deb0d_0    conda-forge
six                       1.16.0             pyh6c4a22f_0    conda-forge
sniffio                   1.3.0              pyhd8ed1ab_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.0             pyhd8ed1ab_0    conda-forge
tornado                   6.3.3           py310h2372a71_1    conda-forge
tqdm                      4.66.1             pyhd8ed1ab_0    conda-forge
traitlets                 5.14.0             pyhd8ed1ab_0    conda-forge
truststore                0.8.0              pyhd8ed1ab_0    conda-forge
typing-extensions         4.9.0                hd8ed1ab_0    conda-forge
typing_extensions         4.9.0              pyha770c72_0    conda-forge
tzdata                    2023d                h0c530f3_0    conda-forge
urllib3                   2.1.0              pyhd8ed1ab_0    conda-forge
watchgod                  0.8.2              pyhd8ed1ab_0    conda-forge
wcwidth                   0.2.12             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
+ [[ 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 mambabuild /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=
Updating build index: /home/conda/feedstock_root/build_artifacts

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/feedstock_root/.ci_support/linux_64_.yaml
Attempting to finalize metadata for ca-certificates
conda-forge/linux-64                                        Using cache
conda-forge/noarch                                          Using cache
Reloading output folder: /home/conda/feedstock_root/build_artifacts
file:///home/conda/feedstock_root/build_artifact.. Checked  0.0s
file:///home/conda/feedstock_root/build_artifact.. Checked  0.0s
file:///home/conda/feedstock_root/build_artifact..  ??.?MB @  ??.?MB/s 0 failed  0.0s
file:///home/conda/feedstock_root/build_artifact.. 127.0 B @  33.7kB/s  0.0s
Reloading output folder: /home/conda/feedstock_root/build_artifacts
file:///home/conda/feedstock_root/build_artifact.. Checked  0.0s
file:///home/conda/feedstock_root/build_artifact.. Checked  0.0s
file:///home/conda/feedstock_root/build_artifact..  ??.?MB @  ??.?MB/s 0 failed  0.0s
file:///home/conda/feedstock_root/build_artifact.. 127.0 B @  80.8kB/s  0.0s
BUILD START: ['ca-certificates-2023.11.17-hbcca054_0.conda']
Reloading output folder: /home/conda/feedstock_root/build_artifacts
file:///home/conda/feedstock_root/build_artifact.. Checked  0.0s
file:///home/conda/feedstock_root/build_artifact.. Checked  0.0s
file:///home/conda/feedstock_root/build_artifact..  ??.?MB @  ??.?MB/s 0 failed  0.0s
file:///home/conda/feedstock_root/build_artifact.. 127.0 B @  46.9kB/s  0.0s
Reloading output folder: /home/conda/feedstock_root/build_artifacts
file:///home/conda/feedstock_root/build_artifact.. Checked  0.0s
file:///home/conda/feedstock_root/build_artifact.. Checked  0.0s
file:///home/conda/feedstock_root/build_artifact..  ??.?MB @  ??.?MB/s 0 failed  0.0s
file:///home/conda/feedstock_root/build_artifact.. 127.0 B @  75.2kB/s  0.0s

## Package Plan ##

  environment location: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place


Source cache directory is: /home/conda/feedstock_root/build_artifacts/src_cache
Downloading source to cache: certifi-2023.11.17_9b469f3a90.tar.gz
Downloading https://pypi.io/packages/source/c/certifi/certifi-2023.11.17.tar.gz
Success
Extracting download
source tree in: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/work
export PREFIX=/home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place
export SRC_DIR=/home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/work

Resource usage statistics from building ca-certificates:
   Process count: 4
   CPU time: Sys=0:00:00.0, User=0:00:00.6
   Memory: 86.6M
   Disk usage: 2.1K
   Time elapsed: 0:00:04.3


Packaging ca-certificates
Packaging ca-certificates-2023.11.17-hbcca054_0
number of files: 2
Making absolute symlink relative (ssl/cert.pem -> /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place/ssl/cacert.pem :-> cacert.pem)
Fixing permissions
Adding the following extra-meta data to about.json: {'flow_run_id': '', 'remote_url': '', 'sha': ''}
Packaged license file/s.
INFO :: Time taken to mark (prefix)
        0 replacements in 0 files was 0.13 seconds
WARNING: Importing conda-verify failed.  Please be sure to test your packages.  conda install conda-verify to make this message go away.
TEST START: /home/conda/feedstock_root/build_artifacts/linux-64/ca-certificates-2023.11.17-hbcca054_0.conda
Renaming work directory '/home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/work' to '/home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/work_moved_ca-certificates-2023.11.17-hbcca054_0_linux-64'
shutil.move(work)=/home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/work, dest=/home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/work_moved_ca-certificates-2023.11.17-hbcca054_0_linux-64)
Reloading output folder: /home/conda/feedstock_root/build_artifacts
file:///home/conda/feedstock_root/build_artifact.. Checked  0.0s
file:///home/conda/feedstock_root/build_artifact.. Checked  0.0s
file:///home/conda/feedstock_root/build_artifact.. 437.0 B @ 213.8kB/s  0.0s
file:///home/conda/feedstock_root/build_artifact..  96.0 B @  34.6kB/s  0.0s

## Package Plan ##

  environment location: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_


The following NEW packages will be INSTALLED:

    _libgcc_mutex:   0.1-conda_forge         conda-forge
    _openmp_mutex:   4.5-2_gnu               conda-forge
    c-ares:          1.24.0-hd590300_0       conda-forge
    ca-certificates: 2023.11.17-hbcca054_0   local      
    curl:            8.5.0-hca28451_0        conda-forge
    keyutils:        1.6.1-h166bdaf_0        conda-forge
    krb5:            1.21.2-h659d440_0       conda-forge
    libcurl:         8.5.0-hca28451_0        conda-forge
    libedit:         3.1.20191231-he28a2e2_2 conda-forge
    libev:           4.33-hd590300_2         conda-forge
    libgcc-ng:       13.2.0-h807b86a_3       conda-forge
    libgomp:         13.2.0-h807b86a_3       conda-forge
    libnghttp2:      1.58.0-h47da74e_1       conda-forge
    libssh2:         1.11.0-h0841786_0       conda-forge
    libstdcxx-ng:    13.2.0-h7e041cc_3       conda-forge
    libzlib:         1.2.13-hd590300_5       conda-forge
    ncurses:         6.4-h59595ed_2          conda-forge
    openssl:         3.2.0-hd590300_1        conda-forge
    zstd:            1.5.5-hfc55251_0        conda-forge

Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... 
ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/2/2621a
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/2/2621a




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/e/eterm
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/e/eterm




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/e/eterm-color
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/e/eterm-color




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/h/hp2621a
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/h/hp2621a




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/h/hp70092a
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/h/hp70092a




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/l/lft-pc850
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/l/lft-pc850




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/n/ncr260vt300wpp
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/n/ncr260vt300wpp




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/n/ncrvt100wpp
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/n/ncrvt100wpp




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/p/p12
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/p/p12




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/p/p12-m
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/p/p12-m




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/p/p12-m-w
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/p/p12-m-w




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/p/p12-w
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/p/p12-w




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/p/p14
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/p/p14




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/p/p14-m
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/p/p14-m




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/p/p14-m-w
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/p/p14-m-w




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/p/p14-w
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/p/p14-w




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/p/p4
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/p/p4




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/p/p5
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/p/p5




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/p/p7
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/p/p7




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/p/p8
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/p/p8




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/p/p8-w
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/p/p8-w




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/p/p9
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/p/p9




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/p/p9-8
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/p/p9-8




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/p/p9-8-w
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/p/p9-8-w




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.4-h59595ed_2/share/terminfo/p/p9-w
  target path: /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/share/terminfo/p/p9-w



done
export PREFIX=/home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_
export SRC_DIR=/home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/test_tmp
+ test -f /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/ssl/cacert.pem
+ test -f /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/ssl/cert.pem
+ curl --cacert /home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/ssl/cacert.pem https://www.google.com
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0<!doctype html><html itemscope="" itemtype="http://schema.org/WebPage" lang="en"><head><meta content="Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for." name="description"><meta content="noodp" name="robots"><meta content="text/html; charset=UTF-8" http-equiv="Content-Type"><meta content="/images/branding/googleg/1x/googleg_standard_color_128dp.png" itemprop="image"><title>Google</title><script nonce="UZtcVtZDwc1XmgqNIRqnbw">(function(){var _g={kEI:'y1KXZaGgMcvPkPIPoqqgmA0',kEXPI:'0,798226,3,567238,207,4804,1132070,870537,327209,648,380097,16114,28684,23792,12317,4748,12834,4998,17075,3600,32133,2711,2872,2891,3926,8434,50059,8227,2404,6397,8927,781,1244,1,16916,2652,4,59617,2980,24043,6651,7596,1,42154,2,16395,342,23024,5679,1021,31122,4568,6255,23421,1252,33064,2,2,1,26632,8155,23351,8702,11803,8,1922,22194,30044,20199,20136,14,82,16514,3801,2412,30219,3030,15816,1804,7734,13277,1826,2995,21250,1632,8842,869,3784,37564,5303,5210139,2,296,1032,258,5992170,1209,2798624,4590,3452,7475460,5,20556677,43886,3,1603,3,262,3,234,3,2121276,2585,23029351,8163,4636,8408,8028,2728,3944,1966,9834,3188,940,3487,10577,5878,14606,10078,421,2,5671,1,213,2583,3989,2638,2,1291,2,6,2052,27,6,5,15,265,1390,4145,662,210,439,663,1644,126,1238,162,1068,2709,1480,241,761,6,1034,1,1994,230,50,884,7273,2422,2,484,3139,531,429,149,2383,664,561,1602,1,6,2313,503,552,271,9,2,3300,1545,2237,218,3,311,1748,47,3,40,166,40,271,2271,210,1129,3372,5,149,1,1284,724,2227,17,320,405,4,2385,205,1058,50,1,401,1837,3,4,2,2,2,29,251,548,927,33,723,452,544,86,250,591,283,247,1540,193,2690,2731,310,146,813,795,1,82,105,1169,242,252,419,29,83,470,184,11,80,102,4,2074,231,1,1,105,489,282,75,1,360,708,585,213,498,1,1,1,68,2,329,33,306,1575,358,972,54,137,531,2064,563,83,104,89,270,2,2,4,421,4,14,199,62,2951,1,259,1,87,58,528,1001,16,4,1385,865,917,1,3,1948,3,950,2490,1,1,1,21306992,57419,363609,728,218,1470,154,3,2378,5,274,737',kBL:'FdKG',kOPI:89978449};(function(){var a;(null==(a=window.google)?0:a.stvsc)?google.kEI=_g.kEI:window.google=_g;}).call(this);})();(function(){google.sn='webhp';google.kHL='en';})();(function(){
var h=this||self;function l(){return void 0!==window.google&&void 0!==window.google.kOPI&&0!==window.google.kOPI?window.google.kOPI:null};var m,n=[];function p(a){for(var b;a&&(!a.getAttribute||!(b=a.getAttribute("eid")));)a=a.parentNode;return b||m}function q(a){for(var b=null;a&&(!a.getAttribute||!(b=a.getAttribute("leid")));)a=a.parentNode;return b}function r(a){/^http:/i.test(a)&&"https:"===window.location.protocol&&(google.ml&&google.ml(Error("a"),!1,{src:a,glmm:1}),a="");return a}
function t(a,b,c,d,k){var e="";-1===b.search("&ei=")&&(e="&ei="+p(d),-1===b.search("&lei=")&&(d=q(d))&&(e+="&lei="+d));d="";var g=-1===b.search("&cshid=")&&"slh"!==a,f=[];f.push(["zx",Date.now().toString()]);h._cshid&&g&&f.push(["cshid",h._cshid]);c=c();null!=c&&f.push(["opi",c.toString()]);for(c=0;c<f.length;c++){if(0===c||0<c)d+="&";d+=f[c][0]+"="+f[c][1]}return"/"+(k||"gen_204")+"?atyp=i&ct="+String(a)+"&cad="+(b+e+d)};m=google.kEI;google.getEI=p;google.getLEI=q;google.ml=function(){return null};google.log=function(a,b,c,d,k,e){e=void 0===e?l:e;c||(c=t(a,b,e,d,k));if(c=r(c)){a=new Image;var g=n.length;n[g]=a;a.onerror=a.onload=a.onabort=function(){delete n[g]};a.src=c}};google.logUrl=function(a,b){b=void 0===b?l:b;return t("",a,b)};}).call(this);(function(){google.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};google.bx=!1;google.lx=function(){};var d=[];google.fce=function(a,b,c,e){d.push([a,b,c,e])};google.qce=d;}).call(this);google.f={};(function(){
document.documentElement.addEventListener("submit",function(b){var a;if(a=b.target){var c=a.getAttribute("data-submitfalse");a="1"===c||"q"===c&&!a.elements.q.value?!0:!1}else a=!1;a&&(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener("click",function(b){var a;a:{for(a=b.target;a&&a!==document.documentElement;a=a.parentElement)if("A"===a.tagName){a="1"===a.getAttribute("data-nohref");break a}a=!1}a&&b.preventDefault()},!0);}).call(this);</script><style>#gbar,#guser{font-size:13px;padding-top:1px !important;}#gbar{height:22px}#guser{padding-bottom:7px !important;text-align:right}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}@media all{.gb1{height:22px;margin-right:.5em;vertical-align:top}#gbar{float:left}}a.gb1,a.gb4{text-decoration:underline !important}a.gb1,a.gb4{color:#00c !important}.gbi .gb4{color:#dd8e27 !important}.gbf .gb4{color:#900 !important}
</style><style>body,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#1967d2}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#681da8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1967d2}a:visited{color:#681da8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;color:#000;border:none;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.lst:focus{outline:none}</style><script nonce="UZtcVtZDwc1XmgqNIRqnbw">(function(){window.google.erd={jsr:1,bv:1919,de:true};
var h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,e){e=void 0===e?2:e;b&&(r=a&&a.message);void 0===d&&(d={});d.cad="ple_"+google.ple+".aple_"+google.aple;if(google.dl)return google.dl(a,e,d),null;if(0>v){window.console&&console.error(a,d);if(-2===v)throw a;b=!1}else b=!a||!a.message||"Error loading script"===a.message||q>=l&&!m?!1:!0;if(!b)return null;q++;d=d||{};b=encodeURIComponent;var c="/gen_204?atyp=i&ei="+b(google.kEI);google.kEXPI&&(c+="&jexpid="+b(google.kEXPI));c+="&srcpg="+b(google.sn)+"&jsr="+b(t.jsr)+"&bver="+
b(t.bv);var f=a.lineNumber;void 0!==f&&(c+="&line="+f);var g=a.fileName;g&&(0<g.indexOf("-extension:/")&&(e=3),c+="&script="+b(g),f&&g===window.location.href&&(f=document.documentElement.outerHTML.split("\n")[f],c+="&cad="+b(f?f.substring(0,300):"No script found.")));google.ple&&1===google.ple&&(e=2);c+="&jsel="+e;for(var u in d)c+="&",c+=b(u),c+="=",c+=b(d[u]);c=c+"&emsg="+b(a.name+": "+a.message);c=c+"&jsst="+b(a.stack||"N/A");12288<=c.length&&(c=c.substr(0,12288));a=c;m||google.log(0,"",a);return a};window.onerror=function(a,b,d,m,e){r!==a&&(a=e instanceof Error?e:Error(a),void 0===d||"lineNumber"in a||(a.lineNumber=d),void 0===b||"fileName"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,"SyntaxError"===a.name||"SyntaxError"===a.message.substring(0,11)||-1!==a.message.indexOf("Script error")?3:0));r=null;p&&q>=l&&(window.onerror=null)};})();</script></head><body bgcolor="#fff"><script nonce="UZtcVtZDwc1XmgqNIRqnbw">(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n && window.n();if (document.images){new Image().src=src;}
if (!iesg){document.f&&document.f.q.focus();document.gbqf&&document.gbqf.q.focus();}
}
})();</script><div id="mngb"><div id=gbar><nobr><b class=gb1>Search</b> <a class=gb1 href="https://www.google.com/imghp?hl=en&tab=wi">Images</a> <a class=gb1 href="https://maps.google.com/maps?hl=en&tab=wl">Maps</a> <a class=gb1 href="https://play.google.com/?hl=en&tab=w8">Play</a> <a class=gb1 href="https://www.youtube.com/?tab=w1">YouTube</a> <a class=gb1 href="https://news.google.com/?tab=wn">News</a> <a class=gb1 href="https://mail.google.com/mail/?tab=wm">Gmail</a> <a class=gb1 href="https://drive.google.com/?tab=wo">Drive</a> <a class=gb1 style="text-decoration:none" href="https://www.google.com/intl/en/about/products?tab=wh"><u>More</u> &raquo;</a></nobr></div><div id=guser width=100%><nobr><span id=gbn class=gbi></span><span id=gbf class=gbf></span><span id=gbe></span><a href="http://www.google.com/history/optout?hl=en" class=gb4>Web History</a> | <a  href="/preferences?hl=en" class=gb4>Settings</a> | <a target=_top id=gb_70 href="https://accounts.google.com/ServiceLogin?hl=en&passive=true&continue=https://www.google.com/&ec=GAZAAQ" class=gb4>Sign in</a></nobr></div><div class=gbh style=left:0></div><div class=gbh style=right:0></div></div><center><br clear="all" id="lgpd"><div id="lga"><img alt="Google" height="92" src="/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png" style="padding:28px 0 14px" width="272" id="hplogo"><br><br></div><form action="/search" name="f"><table cellpadding="0" cellspacing="0"><tr valign="top"><td width="25%">&nbsp;</td><td align="center" nowrap=""><input name="ie" value="ISO-8859-1" type="hidden"><input value="en" name="hl" type="hidden"><input name="source" type="hidden" value="hp"><input name="biw" type="hidden"><input name="bih" type="hidden"><div class="ds" style="height:32px;margin:4px 0"><input class="lst" style="margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000" autocomplete="off" value="" title="Google Search" maxlength="2048" name="q" size="57"></div><br style="line-height:0"><span class="ds"><span class="lsbb"><input class="lsb" value="Google Search" name="btnG" type="submit"></span></span><span class="ds"><span class="lsbb"><input class="lsb" id="tsuid_1" value="I'm Feeling Lucky" name="btnI" type="submit"><script nonce="UZtcVtZDwc1XmgqNIRqnbw">(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}
else top.location='/doodles/';};})();</script><input value="AO6bgOgAAAAAZZdg22b0nTauMTrjN6ZlXOJcknQFSxw6" name="iflsig" type="hidden"></span></span></td><td class="fl sblc" align="left" nowrap="" width="25%"><a href="/advanced_search?hl=en&amp;authuser=0">Advanced search</a></td></tr></table><input id="gbv" name="gbv" type="hidden" value="1"><script nonce="UZtcVtZDwc1XmgqNIRqnbw">(function(){var a,b="1";if(document&&document.getElementById)if("undefined"!=typeof XMLHttpRequest)b="2";else if("undefined"!=typeof ActiveXObject){var c,d,e=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b="2"}catch(h){}}a=b;if("2"==a&&-1==location.search.indexOf("&gbv=2")){var f=google.gbvu,g=document.getElementById("gbv");g&&(g.value=a);f&&window.setTimeout(function(){location.href=f},0)};}).call(this);</script></form><div id="gac_scont"></div><div style="font-size:83%;min-height:3.5em"><br></div><span id="footer"><div style="font-size:10pt"><div style="margin:19px auto;text-align:center" id="WqQANb"><a href="/intl/en/ads/">Advertising</a><a href="/services/">Business Solutions</a><a href="/intl/en/about.html">About Google</a></div></div><p style="font-size:8pt;color:#70757a">&copy; 2024 - <a href="/intl/en/policies/privacy/">Privacy</a> - <a href="/intl/en/policies/terms/">Terms</a></p></span></center><script nonce="UZtcVtZDwc1XmgqNIRqnbw">(function(){window.google.cdo={height:757,width:1440};(function(){var a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d="CSS1Compat"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}
if(a&&b&&(a!=google.cdo.width||b!=google.cdo.height)){var e=google,f=e.log,g="/client_204?&atyp=i&biw="+a+"&bih="+b+"&ei="+google.kEI,h="",k=[],l=void 0!==window.google&&void 0!==window.google.kOPI&&0!==window.google.kOPI?window.google.kOPI:null;null!=l&&k.push(["opi",l.toString()]);for(var m=0;m<k.length;m++){if(0===m||0<m)h+="&";h+=k[m][0]+"="+k[m][1]}f.call(e,"","",g+h)};}).call(this);})();</script> <script nonce="UZtcVtZDwc1XmgqNIRqnbw">(function(){google.xjs={ck:'xjs.hp.WxzFigac95U.L.X.O',combam:'AAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAA4AAACEAAAAAAAAAAAgABAdAQAwAIAXA',cs:'ACT90oEb7T2-ibKEw1yfbaFE4ARnEbz2_g',cssam:'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACEAAAAAAAAAAAgABA',cssopt:false,csss:'ACT90oE1ELKT2MAkt-pRU4h2AmQxsBvWPA',excm:[],sepam:false,sepcss:false};})();</script>     <script nonce="UZtcVtZDwc1XmgqNIRqnbw">(function(){var u='/xjs/_/js/k\x3dxjs.hp.en.hCWQqqO3lB8.O/am\x3dAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAA4AAACEAAAAAAAAAAAgABAdAQAwAIAXA/d\x3d1/ed\x3d1/rs\x3dACT90oGkacyCJWZ5aVfZTe-KrUp2-BHdAQ/m\x3dsb_he,d,cEt90b,SNUn3,qddgKe,sTsDMc,dtl0hd,eHDfl';var amd=0;
var e=this||self,f=function(a){return a};var g;var h=function(a){this.g=a};h.prototype.toString=function(){return this.g+""};var k={};var l=function(){var a=document;var b="SCRIPT";"application/xhtml+xml"===a.contentType&&(b=b.toLowerCase());return a.createElement(b)};
function m(a,b){a.src=b instanceof h&&b.constructor===h?b.g:"type_error:TrustedResourceUrl";var c,d;(c=(b=null==(d=(c=(a.ownerDocument&&a.ownerDocument.defaultView||window).document).querySelector)?void 0:d.call(c,"script[nonce]"))?b.nonce||b.getAttribute("nonce")||"":"")&&a.setAttribute("nonce",c)};function n(a){a=null===a?"null":void 0===a?"undefined":a;if(void 0===g){var b=null;var c=e.trustedTypes;if(c&&c.createPolicy){try{b=c.createPolicy("goog#html",{createHTML:f,createScript:f,createScriptURL:f})}catch(d){e.console&&e.console.error(d.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;return new h(a,k)};void 0===google.ps&&(google.ps=[]);function p(){var a=u,b=function(){};google.lx=google.stvsc?b:function(){q(a);google.lx=b};google.bx||google.lx()}function r(a,b){b&&m(a,n(b));var c=a.onload;a.onload=function(d){c&&c(d);google.ps=google.ps.filter(function(t){return a!==t})};google.ps.push(a);document.body.appendChild(a)}google.as=r;function q(a){google.timers&&google.timers.load&&google.tick&&google.tick("load","xjsls");var b=l();b.onerror=function(){google.ple=1};b.onload=function(){google.ple=0};google.xjsus=void 0;r(b,a);google.aple=-1;google.psa=!0};google.xjsu=u;e._F_jsUrl=u;setTimeout(function(){0<amd?google.caft(function(){return p()},amd):p()},0);})();window._ = window._ || {};window._DumpException = _._DumpException = function(e){throw e;};window._s = window._s || {};_s._DumpException = _._DumpException;window._qs = window._qs || {};_qs._DumpException = _._DumpException;(function(){var t=[1,0,0,0,0,8192,0,8388654,134217744,33554432,786432,72976,469762752,1];window._F_toggles = window._xjs_toggles = t;})();function _F_installCss(c){}
(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ico:false,ikb:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls:'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\x22d\x22:{},\x22sb_he\x22:{\x22agen\x22:false,\x22cgen\x22:false,\x22client\x22:\x22heirloom-hp\x22,\x22dh\x22:true,\x22ds\x22:\x22\x22,\x22fl\x22:true,\x22host\x22:\x22google.com\x22,\x22jsonp\x22:true,\x22msgs\x22:{\x22cibl\x22:\x22Clear Search\x22,\x22dym\x22:\x22Did you mean:\x22,\x22lcky\x22:\x22I\\u0026#39;m Feeling Lucky\x22,\x22lml\x22:\x22Learn more\x22,\x22psrc\x22:\x22This search was removed from your \\u003Ca href\x3d\\\x22/history\\\x22\\u003EWeb History\\u003C/a\\u003E\x22,\x22psrl\x22:\x22Remove\x22,\x22sbit\x22:\x22Search by image\x22,\x22srch\x22:\x22Google Search\x22},\x22ovr\x22:{},\x22pq\x22:\x22\x22,\x22rfs\x22:[],\x22sbas\x22:\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\x22,\x22stok\x22:\x22vSE-Rfl3YTh50YDWx_6eYWFaHZA\x22}}';google.pmc=JSON.parse(pmc);})();(function(){var b=function(a){var c=0;return function(){return c<a.length?{done:!1,value:a[c++]}:{done:!0}}};
100 18311    0 18311    0     0  12726      0 --:--:--  0:00:01 --:--:-- 12769
var e=this||self;var g,h;a:{for(var k=["CLOSURE_FLAGS"],l=e,n=0;n<k.length;n++)if(l=l[k[n]],null==l){h=null;break a}h=l}var p=h&&h[610401301];g=null!=p?p:!1;var q,r=e.navigator;q=r?r.userAgentData||null:null;function t(a){return g?q?q.brands.some(function(c){return(c=c.brand)&&-1!=c.indexOf(a)}):!1:!1}function u(a){var c;a:{if(c=e.navigator)if(c=c.userAgent)break a;c=""}return-1!=c.indexOf(a)};function v(){return g?!!q&&0<q.brands.length:!1}function w(){return u("Safari")&&!(x()||(v()?0:u("Coast"))||(v()?0:u("Opera"))||(v()?0:u("Edge"))||(v()?t("Microsoft Edge"):u("Edg/"))||(v()?t("Opera"):u("OPR"))||u("Firefox")||u("FxiOS")||u("Silk")||u("Android"))}function x(){return v()?t("Chromium"):(u("Chrome")||u("CriOS"))&&!(v()?0:u("Edge"))||u("Silk")}function y(){return u("Android")&&!(x()||u("Firefox")||u("FxiOS")||(v()?0:u("Opera"))||u("Silk"))};var z=v()?!1:u("Trident")||u("MSIE");y();x();w();Object.freeze(new function(){});Object.freeze(new function(){});var A=!z&&!w(),D=function(a){if(/-[a-z]/.test("ved"))return null;if(A&&a.dataset){if(y()&&!("ved"in a.dataset))return null;a=a.dataset.ved;return void 0===a?null:a}return a.getAttribute("data-"+"ved".replace(/([A-Z])/g,"-$1").toLowerCase())};var E=[],F=null;function G(a){a=a.target;var c=performance.now(),f=[],H=f.concat,d=E;if(!(d instanceof Array)){var m="undefined"!=typeof Symbol&&Symbol.iterator&&d[Symbol.iterator];if(m)d=m.call(d);else if("number"==typeof d.length)d={next:b(d)};else throw Error("a`"+String(d));for(var B=[];!(m=d.next()).done;)B.push(m.value);d=B}E=H.call(f,d,[c]);if(a&&a instanceof HTMLElement)if(a===F){if(c=4<=E.length)c=5>(E[E.length-1]-E[E.length-4])/1E3;if(c){c=google.getEI(a);a.hasAttribute("data-ved")?f=a?D(a)||"":"":f=(f=
+ exit 0

Resource usage statistics from testing ca-certificates:
   Process count: 4
   CPU time: Sys=0:00:00.0, User=0:00:00.9
   Memory: 99.3M
   Disk usage: 20B
   Time elapsed: 0:00:04.2


TEST END: /home/conda/feedstock_root/build_artifacts/linux-64/ca-certificates-2023.11.17-hbcca054_0.conda
Renaming work directory '/home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/work' to '/home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/work_moved_ca-certificates-2023.11.17-hbcca054_0_linux-64_main_build_loop'
shutil.move(work)=/home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/work, dest=/home/conda/feedstock_root/build_artifacts/ca-certificates_1704415211150/work_moved_ca-certificates-2023.11.17-hbcca054_0_linux-64_main_build_loop)
# Automatic uploading is disabled
# If you want to upload package(s) to anaconda.org later, type:


# To have conda build upload to anaconda.org automatically, use
# conda config --set anaconda_upload yes
anaconda upload \
    /home/conda/feedstock_root/build_artifacts/linux-64/ca-certificates-2023.11.17-hbcca054_0.conda
anaconda_upload is not set.  Not uploading wheels: []

INFO :: The inputs making up the hashes for the built packages are as follows:
{
  "ca-certificates-2023.11.17-hbcca054_0.conda": {
    "recipe": {
      "channel_targets": "conda-forge main",
      "curl": "8",
      "target_platform": "linux-64"
    }
  }
}


####################################################################################
Resource usage summary:

Total time: 0:12:21.9
CPU usage: sys=0:00:00.1, user=0:00:01.5
Maximum memory usage observed: 99.3M
Total disk usage observed (not including envs): 2.1K
Validating outputs
+ validate_recipe_outputs ca-certificates
validation results:
{
  "linux-64/ca-certificates-2023.11.17-hbcca054_0.conda": true
}
NOTE: Any outputs marked as False are not allowed for this feedstock.
Uploading packages
+ [[ False != \F\a\l\s\e ]]
Final checks
+ touch /home/conda/feedstock_root/build_artifacts/conda-forge-build-done-linux_64_
+ test -f /Users/jkirkham/Developer/conda-forge/feedstocks/feedstocks/ca-certificates/build_artifacts/conda-forge-build-done-linux_64_

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants