Giter Club home page Giter Club logo

libignition-rendering4-feedstock's Introduction

About libignition-rendering6-feedstock

Feedstock license: BSD-3-Clause

Home: https://github.com/ignitionrobotics/ign-rendering

Package license: Apache-2.0

Summary: Ignition Rendering

Current build status

Azure
VariantStatus
linux_64 variant
linux_aarch64 variant
osx_64 variant
osx_arm64 variant
win_64 variant

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing libignition-rendering6

Installing libignition-rendering6 from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, libignition-rendering6 can be installed with conda:

conda install libignition-rendering6

or with mamba:

mamba install libignition-rendering6

It is possible to list all of the versions of libignition-rendering6 available on your platform with conda:

conda search libignition-rendering6 --channel conda-forge

or with mamba:

mamba search libignition-rendering6 --channel conda-forge

Alternatively, mamba repoquery may provide more information:

# Search all versions available on your platform:
mamba repoquery search libignition-rendering6 --channel conda-forge

# List packages depending on `libignition-rendering6`:
mamba repoquery whoneeds libignition-rendering6 --channel conda-forge

# List dependencies of `libignition-rendering6`:
mamba repoquery depends libignition-rendering6 --channel conda-forge

About conda-forge

Powered by NumFOCUS

conda-forge is a community-led conda channel of installable packages. In order to provide high-quality builds, the process has been automated into the conda-forge GitHub organization. The conda-forge organization contains one repository for each of the installable packages. Such a repository is known as a feedstock.

A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by Azure, GitHub, CircleCI, AppVeyor, Drone, and TravisCI it is possible to build and upload installable packages to the conda-forge Anaconda-Cloud channel for Linux, Windows and OSX respectively.

To manage the continuous integration and simplify feedstock maintenance conda-smithy has been developed. Using the conda-forge.yml within this repository, it is possible to re-render all of this feedstock's supporting files (e.g. the CI configuration files) with conda smithy rerender.

For more information please check the conda-forge documentation.

Terminology

feedstock - the conda recipe (raw material), supporting scripts and CI configuration.

conda-smithy - the tool which helps orchestrate the feedstock. Its primary use is in the construction of the CI .yml files and simplify the management of many feedstocks.

conda-forge - the place where the feedstock and smithy live and work to produce the finished article (built conda distributions)

Updating libignition-rendering6-feedstock

If you would like to improve the libignition-rendering6 recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the conda-forge channel, whereupon the built conda packages will be available for everybody to install and use from the conda-forge channel. Note that all branches in the conda-forge/libignition-rendering6-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks and branches in the main repository should only be used to build distinct package versions.

In order to produce a uniquely identifiable distribution:

  • If the version of a package is not being increased, please add or increase the build/number.
  • If the version of a package is being increased, please remember to return the build/number back to 0.

Feedstock Maintainers

libignition-rendering4-feedstock's People

Contributors

cf-blacksmithy avatar conda-forge-admin avatar conda-forge-curator[bot] avatar github-actions[bot] avatar regro-cf-autotick-bot avatar tobias-fischer avatar traversaro avatar wolfv avatar xhochy avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

libignition-rendering4-feedstock's Issues

Some embedded paths are not relocated on Windows

I am debugging some test failure on ign-sensors6, and they are failing with:

test 21
    Start 21: INTEGRATION_rgbd_camera

21: Test command: C:\src\ign-sensors\build\bin\INTEGRATION_rgbd_camera.exe "--gtest_output=xml:C:/src/ign-sensors/build/test_results/INTEGRATION_rgbd_camera.xml"
21: Test timeout computed to be: 240
21: [==========] Running 1 test from 1 test case.
21: [----------] Global test environment set-up.
21: [----------] 1 test from RgbdCameraSensor/RgbdCameraSensorTest
21: [ RUN      ] RgbdCameraSensor/RgbdCameraSensorTest.ImagesWithBuiltinSDF/ogre
21: [Msg] Loading plugin [ignition-rendering-ogre]
21: [Err] [D:\bld\libignition-rendering6_1633681302936\work\ogre\src\OgreRTShaderSystem.cc:527] Unable to find shader lib. Shader generating will fail.
21: [Err] [D:\bld\libignition-rendering6_1633681302936\work\ogre\src\OgreRTShaderSystem.cc:112] Cannot find OGRE rtshaderlib. Shadows will be disabled.
21: [Dbg] [C:\src\ign-sensors\src\RgbdCameraSensor.cc:222] RGB images for [camera1] advertised on [/test/integration/RgbdCameraPlugin_imagesWithBuiltinSDF/image]
21: [Dbg] [C:\src\ign-sensors\src\RgbdCameraSensor.cc:236] Depth images for [camera1] advertised on [/test/integration/RgbdCameraPlugin_imagesWithBuiltinSDF/depth_image]
21: [Dbg] [C:\src\ign-sensors\src\RgbdCameraSensor.cc:250] Points for [camera1] advertised on [/test/integration/RgbdCameraPlugin_imagesWithBuiltinSDF/points]
21: [Dbg] [C:\src\ign-sensors\src\CameraSensor.cc:524] Camera info for [camera1] advertised on [/test/integration/RgbdCameraPlugin_imagesWithBuiltinSDF/camera_info]
21: [Err] [D:\bld\libignition-rendering6_1633681302936\work\ogre\src\OgreMaterial.cc:433] Vertex shader path does not exist: D:\bld\libignition-rendering6_1633681302936\_h_env\Library\share\ignition\ignition-rendering6\ogre\media\materials\programs\depth_points_vs.glsl
21: [Err] [D:\bld\libignition-rendering6_1633681302936\work\ogre\src\OgreMaterial.cc:482] Fragment shader path does not exist: D:\bld\libignition-rendering6_1633681302936\_h_env\Library\share\ignition\ignition-rendering6\ogre\media\materials\programs\depth_points_fs.glsl
21: unknown file: error: SEH exception with code 0xc0000005 thrown in the test body.
21: [  FAILED  ] RgbdCameraSensor/RgbdCameraSensorTest.ImagesWithBuiltinSDF/ogre, where GetParam() = "ogre" (408 ms)
21: [----------] 1 test from RgbdCameraSensor/RgbdCameraSensorTest (408 ms total)
21:
21: [----------] Global test environment tear-down
21: [==========] 1 test from 1 test case ran. (408 ms total)
21: [  PASSED  ] 0 tests.
21: [  FAILED  ] 1 test, listed below:
21: [  FAILED  ] RgbdCameraSensor/RgbdCameraSensorTest.ImagesWithBuiltinSDF/ogre, where GetParam() = "ogre"
21:
21:  1 FAILED TEST
1/2 Test #21: INTEGRATION_rgbd_camera ..........***Failed    0.67 sec

Build in `osx_arm64` fails if build_with_mambabuild in conda-forge.yml is true

In #29 I noticed some failures in osx_arm64, I then realized that they were due to mambabuild as setting build_with_mambabuild to false fixed them.

I then opened #30 to reproduce the problem, and I collected the following errors:

If mambabuild is used, osx_arm64 builds are failing with:

2021-10-23T10:17:14.2506240Z Mamba failed to solve:
2021-10-23T10:17:14.2510330Z  - ogre 1.12.*
2021-10-23T10:17:14.2511810Z  - xorg-libx11
2021-10-23T10:17:14.2513200Z  - xorg-libxext
2021-10-23T10:17:14.2514140Z  - libignition-math6 >=6.6
2021-10-23T10:17:14.2515320Z  - libignition-plugin1
2021-10-23T10:17:14.2516790Z  - libignition-utils1
2021-10-23T10:17:14.2518960Z  - libignition-common4
2021-10-23T10:17:14.2519690Z 
2021-10-23T10:17:14.2521030Z with channels:
2021-10-23T10:17:14.2521890Z 
2021-10-23T10:17:14.2522730Z The reported errors are:
2021-10-23T10:17:14.2523780Z    Encountered problems while solving:
2021-10-23T10:17:14.2525520Z      - package libignition-common4-4.0.0-h2f5f0ec_0 requires libglib >=2.68.1,<3.0a0, but none of the providers can be installed
2021-10-23T10:17:14.2531260Z    
2021-10-23T10:17:14.2725830Z Traceback (most recent call last):
2021-10-23T10:17:14.2728060Z   File "/Users/runner/miniforge3/bin/conda-mambabuild", line 10, in <module>
2021-10-23T10:17:14.2739630Z     sys.exit(main())
2021-10-23T10:17:14.2741340Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/boa/cli/mambabuild.py", line 164, in main
2021-10-23T10:17:14.2742840Z     call_conda_build(action, config)
2021-10-23T10:17:14.2747560Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/boa/cli/mambabuild.py", line 137, in call_conda_build
2021-10-23T10:17:14.2748710Z     result = api.build(
2021-10-23T10:17:14.2754890Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/api.py", line 186, in build
2021-10-23T10:17:14.2755920Z     return build_tree(
2021-10-23T10:17:14.2759340Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/build.py", line 3068, in build_tree
2021-10-23T10:17:14.2760600Z     packages_from_this = build(metadata, stats,
2021-10-23T10:17:14.2763490Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/build.py", line 2031, in build
2021-10-23T10:17:14.2764730Z     output_metas = expand_outputs([(m, need_source_download, need_reparse_in_env)])
2021-10-23T10:17:14.2766430Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/render.py", line 789, in expand_outputs
2021-10-23T10:17:14.2767780Z     for (output_dict, m) in deepcopy(_m).get_output_metadata_set(permit_unsatisfiable_variants=False):
2021-10-23T10:17:14.2770870Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/metadata.py", line 2115, in get_output_metadata_set
2021-10-23T10:17:14.2786830Z     conda_packages = finalize_outputs_pass(ref_metadata, conda_packages, pass_no=0,
2021-10-23T10:17:14.2889450Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/metadata.py", line 771, in finalize_outputs_pass
2021-10-23T10:17:14.2991230Z     parent_metadata.parse_until_resolved()
2021-10-23T10:17:14.3093920Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/metadata.py", line 1079, in parse_until_resolved
2021-10-23T10:17:14.3196630Z     self.parse_again(permit_undefined_jinja=False,
2021-10-23T10:17:14.3213290Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/metadata.py", line 1001, in parse_again
2021-10-23T10:17:14.3214940Z     self.meta = parse(self._get_contents(permit_undefined_jinja,
2021-10-23T10:17:14.3216670Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/metadata.py", line 1596, in _get_contents
2021-10-23T10:17:14.3217900Z     rendered = template.render(environment=env)
2021-10-23T10:17:14.3219460Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/jinja2/environment.py", line 1304, in render
2021-10-23T10:17:14.3220580Z     self.environment.handle_exception()
2021-10-23T10:17:14.3222130Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/jinja2/environment.py", line 925, in handle_exception
2021-10-23T10:17:14.3223260Z     raise rewrite_traceback_stack(source=source)
2021-10-23T10:17:14.3224770Z   File "/Users/runner/work/1/s/recipe/meta.yaml", line 44, in top-level template code
2021-10-23T10:17:14.3226370Z     - xorg-libxext                       # [unix]
2021-10-23T10:17:14.3227950Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/jinja_context.py", line 230, in pin_compatible
2021-10-23T10:17:14.3229570Z     pins, _, _ = get_env_dependencies(m, 'host', m.config.variant)
2021-10-23T10:17:14.3231210Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/render.py", line 139, in get_env_dependencies
2021-10-23T10:17:14.3232410Z     actions = environ.get_install_actions(tmpdir, tuple(dependencies), env,
2021-10-23T10:17:14.3234120Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/boa/cli/mambabuild.py", line 83, in mamba_get_install_actions
2021-10-23T10:17:14.3235310Z     solution = solver.solve_for_action(_specs, prefix)
2021-10-23T10:17:14.3236880Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/boa/core/solver.py", line 233, in solve_for_action
2021-10-23T10:17:14.3237990Z     t = self.solve(specs)
2021-10-23T10:17:14.3239470Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/boa/core/solver.py", line 215, in solve
2021-10-23T10:17:14.3240600Z     raise RuntimeError("Solver could not find solution.")
2021-10-23T10:17:14.3242210Z RuntimeError: Solver could not find solution.
2021-10-23T10:17:14.4406850Z ##[error]Bash exited with code '1'.

While using reguard conda build everything works fine.

Full log:

2021-10-23T10:14:08.1752050Z ##[section]Starting: Run OSX build
2021-10-23T10:14:08.1760710Z ==============================================================================
2021-10-23T10:14:08.1761300Z Task         : Command line
2021-10-23T10:14:08.1761840Z Description  : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
2021-10-23T10:14:08.1762340Z Version      : 2.182.0
2021-10-23T10:14:08.1762750Z Author       : Microsoft Corporation
2021-10-23T10:14:08.1763260Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line
2021-10-23T10:14:08.1763810Z ==============================================================================
2021-10-23T10:14:09.6493420Z Generating script.
2021-10-23T10:14:09.6509320Z ========================== Starting Command Output ===========================
2021-10-23T10:14:09.6554450Z [command]/bin/bash --noprofile --norc /Users/runner/work/_temp/560eae5b-6031-4612-a81b-8da6ed05ccc5.sh
2021-10-23T10:14:09.8013010Z + MINIFORGE_HOME=/Users/runner/miniforge3
2021-10-23T10:14:09.8020400Z + MINIFORGE_URL=https://github.com/conda-forge/miniforge/releases/latest/download
2021-10-23T10:14:09.8021770Z ##[group]Installing a fresh version of Miniforge
2021-10-23T10:14:09.8023480Z ++ uname -m
2021-10-23T10:14:09.8067760Z + MINIFORGE_FILE=Miniforge3-MacOSX-x86_64.sh
2021-10-23T10:14:09.8070050Z + curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-x86_64.sh
2021-10-23T10:14:10.0883610Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2021-10-23T10:14:10.0888090Z                                  Dload  Upload   Total   Spent    Left  Speed
2021-10-23T10:14:10.0889830Z 
2021-10-23T10:14:10.4238150Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2021-10-23T10:14:10.5884740Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2021-10-23T10:14:10.5888360Z 100   161  100   161    0     0    318      0 --:--:-- --:--:-- --:--:--   321
2021-10-23T10:14:10.7465280Z 
2021-10-23T10:14:10.7473760Z 100   635  100   635    0     0    955      0 --:--:-- --:--:-- --:--:--   955
2021-10-23T10:14:11.3855370Z 
2021-10-23T10:14:11.4932210Z  79 41.5M   79 32.9M    0     0  25.4M      0  0:00:01  0:00:01 --:--:-- 25.4M
2021-10-23T10:14:11.5060880Z 100 41.5M  100 41.5M    0     0  29.4M      0  0:00:01  0:00:01 --:--:-- 74.3M
2021-10-23T10:14:11.5096990Z + rm -rf /Users/runner/miniforge3
2021-10-23T10:14:11.5126150Z + bash Miniforge3-MacOSX-x86_64.sh -b -p /Users/runner/miniforge3
2021-10-23T10:14:11.6014160Z PREFIX=/Users/runner/miniforge3
2021-10-23T10:14:11.9906410Z Unpacking payload ...
2021-10-23T10:14:12.6780940Z Extracting "pycparser-2.20-pyh9f0ad1d_2.tar.bz2"
2021-10-23T10:14:12.7612440Z Extracting "python_abi-3.9-2_cp39.tar.bz2"
2021-10-23T10:14:12.7670350Z Extracting "six-1.16.0-pyh6c4a22f_0.tar.bz2"
2021-10-23T10:14:12.7789130Z Extracting "brotlipy-0.7.0-py39h89e85a6_1001.tar.bz2"
2021-10-23T10:14:12.8294880Z Extracting "pyopenssl-21.0.0-pyhd8ed1ab_0.tar.bz2"
2021-10-23T10:14:12.8503690Z Extracting "cryptography-3.4.8-py39ha2c9959_0.tar.bz2"
2021-10-23T10:14:13.2799630Z Extracting "pysocks-1.7.1-py39h6e9494a_3.tar.bz2"
2021-10-23T10:14:13.2896710Z Extracting "wheel-0.37.0-pyhd8ed1ab_1.tar.bz2"
2021-10-23T10:14:13.3041940Z Extracting "urllib3-1.26.7-pyhd8ed1ab_0.tar.bz2"
2021-10-23T10:14:13.3400070Z Extracting "ruamel_yaml-0.15.80-py39h89e85a6_1004.tar.bz2"
2021-10-23T10:14:13.4047740Z Extracting "colorama-0.4.4-pyh9f0ad1d_0.tar.bz2"
2021-10-23T10:14:13.4163190Z Extracting "sqlite-3.36.0-h23a322b_2.tar.bz2"
2021-10-23T10:14:13.6824650Z Extracting "setuptools-58.2.0-py39h6e9494a_0.tar.bz2"
2021-10-23T10:14:14.0650510Z Extracting "tk-8.6.11-h5dbffcc_1.tar.bz2"
2021-10-23T10:14:15.1384000Z Extracting "yaml-0.2.5-haf1e3a3_0.tar.bz2"
2021-10-23T10:14:15.1588050Z Extracting "pycosat-0.6.3-py39h89e85a6_1006.tar.bz2"
2021-10-23T10:14:15.1892110Z Extracting "xz-5.2.5-haf1e3a3_1.tar.bz2"
2021-10-23T10:14:15.2586240Z Extracting "zlib-1.2.11-h9173be1_1013.tar.bz2"
2021-10-23T10:14:15.2775900Z Extracting "tqdm-4.62.3-pyhd8ed1ab_0.tar.bz2"
2021-10-23T10:14:15.3177600Z Extracting "ca-certificates-2021.10.8-h033912b_0.tar.bz2"
2021-10-23T10:14:15.3375310Z Extracting "openssl-1.1.1l-h0d85af4_0.tar.bz2"
2021-10-23T10:14:15.6593090Z Extracting "idna-3.1-pyhd3deb0d_0.tar.bz2"
2021-10-23T10:14:15.6793670Z Extracting "ncurses-6.2-h2e338ed_4.tar.bz2"
2021-10-23T10:14:17.1324640Z Extracting "libcxx-12.0.1-habf9029_0.tar.bz2"
2021-10-23T10:14:17.5952550Z Extracting "requests-2.26.0-pyhd8ed1ab_0.tar.bz2"
2021-10-23T10:14:17.6502980Z Extracting "pip-21.3-pyhd8ed1ab_0.tar.bz2"
2021-10-23T10:14:18.2267800Z Extracting "libzlib-1.2.11-h9173be1_1013.tar.bz2"
2021-10-23T10:14:18.2425070Z Extracting "libffi-3.4.2-he49afe7_4.tar.bz2"
2021-10-23T10:14:18.2910800Z Extracting "charset-normalizer-2.0.0-pyhd8ed1ab_0.tar.bz2"
2021-10-23T10:14:18.3219730Z Extracting "cffi-1.14.6-py39he338e87_1.tar.bz2"
2021-10-23T10:14:18.4516300Z Extracting "chardet-4.0.0-py39h6e9494a_1.tar.bz2"
2021-10-23T10:14:18.6060300Z Extracting "conda-package-handling-1.7.3-py39h89e85a6_0.tar.bz2"
2021-10-23T10:14:18.9640200Z Extracting "python-3.9.7-h1248fe1_3_cpython.tar.bz2"
2021-10-23T10:14:23.2192820Z Extracting "conda-4.10.3-py39h6e9494a_2.tar.bz2"
2021-10-23T10:14:24.0215460Z Extracting "certifi-2021.10.8-py39h6e9494a_0.tar.bz2"
2021-10-23T10:14:24.0462280Z Extracting "readline-8.1-h05e3726_0.tar.bz2"
2021-10-23T10:14:24.1054450Z Extracting "tzdata-2021c-he74cb21_0.tar.bz2"
2021-10-23T10:14:24.3921690Z 
2021-10-23T10:14:24.3940070Z                                            __
2021-10-23T10:14:24.3942470Z           __  ______ ___  ____ _____ ___  / /_  ____ _
2021-10-23T10:14:24.3998650Z          / / / / __ `__ \/ __ `/ __ `__ \/ __ \/ __ `/
2021-10-23T10:14:24.4001430Z         / /_/ / / / / / / /_/ / / / / / / /_/ / /_/ /
2021-10-23T10:14:24.4002200Z        / .___/_/ /_/ /_/\__,_/_/ /_/ /_/_.___/\__,_/
2021-10-23T10:14:24.4002820Z       /_/
2021-10-23T10:14:24.4003220Z 
2021-10-23T10:14:24.4954440Z 
2021-10-23T10:14:24.5056230Z Transaction
2021-10-23T10:14:24.5158780Z 
2021-10-23T10:14:24.5261660Z   Prefix: /Users/runner/miniforge3
2021-10-23T10:14:24.5362750Z 
2021-10-23T10:14:24.5464960Z   Updating specs:
2021-10-23T10:14:24.5568030Z 
2021-10-23T10:14:24.5669670Z    - python==3.9.7=h1248fe1_3_cpython
2021-10-23T10:14:24.5770720Z    - ca-certificates==2021.10.8=h033912b_0
2021-10-23T10:14:24.5873210Z    - libcxx==12.0.1=habf9029_0
2021-10-23T10:14:24.5973880Z    - libzlib==1.2.11=h9173be1_1013
2021-10-23T10:14:24.6075960Z    - ncurses==6.2=h2e338ed_4
2021-10-23T10:14:24.6177050Z    - tzdata==2021c=he74cb21_0
2021-10-23T10:14:24.6262160Z    - xz==5.2.5=haf1e3a3_1
2021-10-23T10:14:24.6265910Z    - yaml==0.2.5=haf1e3a3_0
2021-10-23T10:14:24.6280370Z    - libffi==3.4.2=he49afe7_4
2021-10-23T10:14:24.6291980Z    - openssl==1.1.1l=h0d85af4_0
2021-10-23T10:14:24.6300620Z    - readline==8.1=h05e3726_0
2021-10-23T10:14:24.6302240Z    - zlib==1.2.11=h9173be1_1013
2021-10-23T10:14:24.6303890Z    - sqlite==3.36.0=h23a322b_2
2021-10-23T10:14:24.6305470Z    - tk==8.6.11=h5dbffcc_1
2021-10-23T10:14:24.6307110Z    - charset-normalizer==2.0.0=pyhd8ed1ab_0
2021-10-23T10:14:24.6308650Z    - colorama==0.4.4=pyh9f0ad1d_0
2021-10-23T10:14:24.6310210Z    - idna==3.1=pyhd3deb0d_0
2021-10-23T10:14:24.6312040Z    - pycparser==2.20=pyh9f0ad1d_2
2021-10-23T10:14:24.6314480Z    - python_abi==3.9=2_cp39
2021-10-23T10:14:24.6316110Z    - six==1.16.0=pyh6c4a22f_0
2021-10-23T10:14:24.6317840Z    - wheel==0.37.0=pyhd8ed1ab_1
2021-10-23T10:14:24.6321840Z    - certifi==2021.10.8=py39h6e9494a_0
2021-10-23T10:14:24.6324240Z    - cffi==1.14.6=py39he338e87_1
2021-10-23T10:14:24.6325900Z    - chardet==4.0.0=py39h6e9494a_1
2021-10-23T10:14:24.6327580Z    - pycosat==0.6.3=py39h89e85a6_1006
2021-10-23T10:14:24.6329870Z    - pysocks==1.7.1=py39h6e9494a_3
2021-10-23T10:14:24.6331820Z    - ruamel_yaml==0.15.80=py39h89e85a6_1004
2021-10-23T10:14:24.6333310Z    - setuptools==58.2.0=py39h6e9494a_0
2021-10-23T10:14:24.6335160Z    - tqdm==4.62.3=pyhd8ed1ab_0
2021-10-23T10:14:24.6337470Z    - brotlipy==0.7.0=py39h89e85a6_1001
2021-10-23T10:14:24.6340000Z    - conda-package-handling==1.7.3=py39h89e85a6_0
2021-10-23T10:14:24.6342690Z    - cryptography==3.4.8=py39ha2c9959_0
2021-10-23T10:14:24.6344360Z    - pip==21.3=pyhd8ed1ab_0
2021-10-23T10:14:24.6346110Z    - pyopenssl==21.0.0=pyhd8ed1ab_0
2021-10-23T10:14:24.6348630Z    - urllib3==1.26.7=pyhd8ed1ab_0
2021-10-23T10:14:24.6351490Z    - requests==2.26.0=pyhd8ed1ab_0
2021-10-23T10:14:24.6353740Z    - conda==4.10.3=py39h6e9494a_2
2021-10-23T10:14:24.6356330Z 
2021-10-23T10:14:24.6357270Z 
2021-10-23T10:14:24.6358900Z   Package                     Version  Build               Channel                                                                      Size
2021-10-23T10:14:24.6361130Z ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2021-10-23T10:14:24.6362850Z   Install:
2021-10-23T10:14:24.6365720Z ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2021-10-23T10:14:24.6367580Z 
2021-10-23T10:14:24.6369410Z   + brotlipy                    0.7.0  py39h89e85a6_1001   conda-forge/osx-64/brotlipy-0.7.0-py39h89e85a6_1001.tar.bz2                Cached
2021-10-23T10:14:24.6372280Z   + ca-certificates         2021.10.8  h033912b_0          conda-forge/osx-64/ca-certificates-2021.10.8-h033912b_0.tar.bz2            Cached
2021-10-23T10:14:24.6375560Z   + certifi                 2021.10.8  py39h6e9494a_0      conda-forge/osx-64/certifi-2021.10.8-py39h6e9494a_0.tar.bz2                Cached
2021-10-23T10:14:24.6378580Z   + cffi                       1.14.6  py39he338e87_1      conda-forge/osx-64/cffi-1.14.6-py39he338e87_1.tar.bz2                      Cached
2021-10-23T10:14:24.6381330Z   + chardet                     4.0.0  py39h6e9494a_1      conda-forge/osx-64/chardet-4.0.0-py39h6e9494a_1.tar.bz2                    Cached
2021-10-23T10:14:24.6383960Z   + charset-normalizer          2.0.0  pyhd8ed1ab_0        conda-forge/noarch/charset-normalizer-2.0.0-pyhd8ed1ab_0.tar.bz2           Cached
2021-10-23T10:14:24.6386440Z   + colorama                    0.4.4  pyh9f0ad1d_0        conda-forge/noarch/colorama-0.4.4-pyh9f0ad1d_0.tar.bz2                     Cached
2021-10-23T10:14:24.6389400Z   + conda                      4.10.3  py39h6e9494a_2      conda-forge/osx-64/conda-4.10.3-py39h6e9494a_2.tar.bz2                     Cached
2021-10-23T10:14:24.6392730Z   + conda-package-handling      1.7.3  py39h89e85a6_0      conda-forge/osx-64/conda-package-handling-1.7.3-py39h89e85a6_0.tar.bz2     Cached
2021-10-23T10:14:24.6394730Z   + cryptography                3.4.8  py39ha2c9959_0      conda-forge/osx-64/cryptography-3.4.8-py39ha2c9959_0.tar.bz2               Cached
2021-10-23T10:14:24.6397880Z   + idna                          3.1  pyhd3deb0d_0        conda-forge/noarch/idna-3.1-pyhd3deb0d_0.tar.bz2                           Cached
2021-10-23T10:14:24.6400720Z   + libcxx                     12.0.1  habf9029_0          conda-forge/osx-64/libcxx-12.0.1-habf9029_0.tar.bz2                        Cached
2021-10-23T10:14:24.6402950Z   + libffi                      3.4.2  he49afe7_4          conda-forge/osx-64/libffi-3.4.2-he49afe7_4.tar.bz2                         Cached
2021-10-23T10:14:24.6405870Z   + libzlib                    1.2.11  h9173be1_1013       conda-forge/osx-64/libzlib-1.2.11-h9173be1_1013.tar.bz2                    Cached
2021-10-23T10:14:24.6408460Z   + ncurses                       6.2  h2e338ed_4          conda-forge/osx-64/ncurses-6.2-h2e338ed_4.tar.bz2                          Cached
2021-10-23T10:14:24.6411950Z   + openssl                    1.1.1l  h0d85af4_0          conda-forge/osx-64/openssl-1.1.1l-h0d85af4_0.tar.bz2                       Cached
2021-10-23T10:14:24.6414000Z   + pip                          21.3  pyhd8ed1ab_0        conda-forge/noarch/pip-21.3-pyhd8ed1ab_0.tar.bz2                           Cached
2021-10-23T10:14:24.6416010Z   + pycosat                     0.6.3  py39h89e85a6_1006   conda-forge/osx-64/pycosat-0.6.3-py39h89e85a6_1006.tar.bz2                 Cached
2021-10-23T10:14:24.6419280Z   + pycparser                    2.20  pyh9f0ad1d_2        conda-forge/noarch/pycparser-2.20-pyh9f0ad1d_2.tar.bz2                     Cached
2021-10-23T10:14:24.6421220Z   + pyopenssl                  21.0.0  pyhd8ed1ab_0        conda-forge/noarch/pyopenssl-21.0.0-pyhd8ed1ab_0.tar.bz2                   Cached
2021-10-23T10:14:24.6423090Z   + pysocks                     1.7.1  py39h6e9494a_3      conda-forge/osx-64/pysocks-1.7.1-py39h6e9494a_3.tar.bz2                    Cached
2021-10-23T10:14:24.6426080Z   + python                      3.9.7  h1248fe1_3_cpython  conda-forge/osx-64/python-3.9.7-h1248fe1_3_cpython.tar.bz2                 Cached
2021-10-23T10:14:24.6428730Z   + python_abi                    3.9  2_cp39              conda-forge/osx-64/python_abi-3.9-2_cp39.tar.bz2                           Cached
2021-10-23T10:14:24.6430670Z   + readline                      8.1  h05e3726_0          conda-forge/osx-64/readline-8.1-h05e3726_0.tar.bz2                         Cached
2021-10-23T10:14:24.6432670Z   + requests                   2.26.0  pyhd8ed1ab_0        conda-forge/noarch/requests-2.26.0-pyhd8ed1ab_0.tar.bz2                    Cached
2021-10-23T10:14:24.6436630Z   + ruamel_yaml               0.15.80  py39h89e85a6_1004   conda-forge/osx-64/ruamel_yaml-0.15.80-py39h89e85a6_1004.tar.bz2           Cached
2021-10-23T10:14:24.6438630Z   + setuptools                 58.2.0  py39h6e9494a_0      conda-forge/osx-64/setuptools-58.2.0-py39h6e9494a_0.tar.bz2                Cached
2021-10-23T10:14:24.6441010Z   + six                        1.16.0  pyh6c4a22f_0        conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2                         Cached
2021-10-23T10:14:24.6443850Z   + sqlite                     3.36.0  h23a322b_2          conda-forge/osx-64/sqlite-3.36.0-h23a322b_2.tar.bz2                        Cached
2021-10-23T10:14:24.6446000Z   + tk                         8.6.11  h5dbffcc_1          conda-forge/osx-64/tk-8.6.11-h5dbffcc_1.tar.bz2                            Cached
2021-10-23T10:14:24.6447930Z   + tqdm                       4.62.3  pyhd8ed1ab_0        conda-forge/noarch/tqdm-4.62.3-pyhd8ed1ab_0.tar.bz2                        Cached
2021-10-23T10:14:24.6451010Z   + tzdata                      2021c  he74cb21_0          conda-forge/noarch/tzdata-2021c-he74cb21_0.tar.bz2                         Cached
2021-10-23T10:14:24.6452890Z   + urllib3                    1.26.7  pyhd8ed1ab_0        conda-forge/noarch/urllib3-1.26.7-pyhd8ed1ab_0.tar.bz2                     Cached
2021-10-23T10:14:24.6455570Z   + wheel                      0.37.0  pyhd8ed1ab_1        conda-forge/noarch/wheel-0.37.0-pyhd8ed1ab_1.tar.bz2                       Cached
2021-10-23T10:14:24.6457710Z   + xz                          5.2.5  haf1e3a3_1          conda-forge/osx-64/xz-5.2.5-haf1e3a3_1.tar.bz2                             Cached
2021-10-23T10:14:24.6460200Z   + yaml                        0.2.5  haf1e3a3_0          conda-forge/osx-64/yaml-0.2.5-haf1e3a3_0.tar.bz2                           Cached
2021-10-23T10:14:24.6462340Z   + zlib                       1.2.11  h9173be1_1013       conda-forge/osx-64/zlib-1.2.11-h9173be1_1013.tar.bz2                       Cached
2021-10-23T10:14:24.6463280Z 
2021-10-23T10:14:24.6464240Z   Summary:
2021-10-23T10:14:24.6465200Z 
2021-10-23T10:14:24.6466180Z   Install: 37 packages
2021-10-23T10:14:24.6467640Z 
2021-10-23T10:14:24.6468600Z   Total download: 0  B
2021-10-23T10:14:24.6469450Z 
2021-10-23T10:14:24.6471360Z ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2021-10-23T10:14:24.6472470Z 
2021-10-23T10:14:24.6474680Z 
2021-10-23T10:14:24.6475510Z 
2021-10-23T10:14:24.6476460Z Transaction starting
2021-10-23T10:14:24.6479250Z Linking ca-certificates-2021.10.8-h033912b_0
2021-10-23T10:14:24.6482000Z Linking libcxx-12.0.1-habf9029_0
2021-10-23T10:14:24.6707040Z Linking libzlib-1.2.11-h9173be1_1013
2021-10-23T10:14:24.6722190Z Linking ncurses-6.2-h2e338ed_4
2021-10-23T10:14:25.9294560Z Linking tzdata-2021c-he74cb21_0
2021-10-23T10:14:26.2586720Z Linking xz-5.2.5-haf1e3a3_1
2021-10-23T10:14:26.2915070Z Linking yaml-0.2.5-haf1e3a3_0
2021-10-23T10:14:26.3046180Z Linking openssl-1.1.1l-h0d85af4_0
2021-10-23T10:14:26.4314390Z Linking libffi-3.4.2-he49afe7_4
2021-10-23T10:14:26.4944490Z Linking zlib-1.2.11-h9173be1_1013
2021-10-23T10:14:26.5027580Z Linking readline-8.1-h05e3726_0
2021-10-23T10:14:26.5508900Z Linking tk-8.6.11-h5dbffcc_1
2021-10-23T10:14:26.9272460Z Linking sqlite-3.36.0-h23a322b_2
2021-10-23T10:14:26.9520780Z Linking python-3.9.7-h1248fe1_3_cpython
2021-10-23T10:14:28.1868380Z Linking wheel-0.37.0-pyhd8ed1ab_1
2021-10-23T10:14:29.0728610Z Linking python_abi-3.9-2_cp39
2021-10-23T10:14:29.0828870Z Linking setuptools-58.2.0-py39h6e9494a_0
2021-10-23T10:14:29.2033990Z Linking pip-21.3-pyhd8ed1ab_0
2021-10-23T10:14:31.0414670Z Linking ruamel_yaml-0.15.80-py39h89e85a6_1004
2021-10-23T10:14:31.0768650Z Linking pysocks-1.7.1-py39h6e9494a_3
2021-10-23T10:14:31.0823360Z Linking pycosat-0.6.3-py39h89e85a6_1006
2021-10-23T10:14:31.0898300Z Linking chardet-4.0.0-py39h6e9494a_1
2021-10-23T10:14:31.1341100Z Linking certifi-2021.10.8-py39h6e9494a_0
2021-10-23T10:14:31.1426860Z Linking six-1.16.0-pyh6c4a22f_0
2021-10-23T10:14:31.2691990Z Linking pycparser-2.20-pyh9f0ad1d_2
2021-10-23T10:14:31.6354700Z Linking idna-3.1-pyhd3deb0d_0
2021-10-23T10:14:31.8893740Z Linking colorama-0.4.4-pyh9f0ad1d_0
2021-10-23T10:14:32.0238320Z Linking charset-normalizer-2.0.0-pyhd8ed1ab_0
2021-10-23T10:14:32.1775120Z Linking cffi-1.14.6-py39he338e87_1
2021-10-23T10:14:32.2006130Z Linking tqdm-4.62.3-pyhd8ed1ab_0
2021-10-23T10:14:32.3972050Z Linking cryptography-3.4.8-py39ha2c9959_0
2021-10-23T10:14:32.5592260Z Linking brotlipy-0.7.0-py39h89e85a6_1001
2021-10-23T10:14:32.5746320Z Linking conda-package-handling-1.7.3-py39h89e85a6_0
2021-10-23T10:14:32.6135460Z Linking pyopenssl-21.0.0-pyhd8ed1ab_0
2021-10-23T10:14:32.7639720Z Linking urllib3-1.26.7-pyhd8ed1ab_0
2021-10-23T10:14:32.9953820Z Linking requests-2.26.0-pyhd8ed1ab_0
2021-10-23T10:14:33.1673490Z Linking conda-4.10.3-py39h6e9494a_2
2021-10-23T10:14:33.3745490Z Transaction finished
2021-10-23T10:14:33.5303940Z installation finished.
2021-10-23T10:14:33.5320240Z ##[endgroup]
2021-10-23T10:14:33.5330570Z ##[group]Configuring conda
2021-10-23T10:14:33.5334660Z + GET_BOA=boa
2021-10-23T10:14:33.5336530Z + BUILD_CMD=mambabuild
2021-10-23T10:14:33.5337260Z + source /Users/runner/miniforge3/etc/profile.d/conda.sh
2021-10-23T10:14:33.5338830Z ++ export CONDA_EXE=/Users/runner/miniforge3/bin/conda
2021-10-23T10:14:33.5339610Z ++ CONDA_EXE=/Users/runner/miniforge3/bin/conda
2021-10-23T10:14:33.5340460Z ++ export _CE_M=
2021-10-23T10:14:33.5341100Z ++ _CE_M=
2021-10-23T10:14:33.5341490Z ++ export _CE_CONDA=
2021-10-23T10:14:33.5342480Z ++ _CE_CONDA=
2021-10-23T10:14:33.5343560Z ++ export CONDA_PYTHON_EXE=/Users/runner/miniforge3/bin/python
2021-10-23T10:14:33.5344340Z ++ CONDA_PYTHON_EXE=/Users/runner/miniforge3/bin/python
2021-10-23T10:14:33.5346400Z ++ '[' -z '' ']'
2021-10-23T10:14:33.5347110Z ++ export CONDA_SHLVL=0
2021-10-23T10:14:33.5347970Z ++ CONDA_SHLVL=0
2021-10-23T10:14:33.5349320Z ++ '[' -n '' ']'
2021-10-23T10:14:33.5355200Z ++++ dirname /Users/runner/miniforge3/bin/conda
2021-10-23T10:14:33.5383250Z +++ dirname /Users/runner/miniforge3/bin
2021-10-23T10:14:33.5415100Z ++ PATH=/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:14:33.5417860Z ++ export PATH
2021-10-23T10:14:33.5418960Z ++ '[' -z '' ']'
2021-10-23T10:14:33.5419450Z ++ PS1=
2021-10-23T10:14:33.5419830Z + conda activate base
2021-10-23T10:14:33.5420320Z + local cmd=activate
2021-10-23T10:14:33.5420880Z + case "$cmd" in
2021-10-23T10:14:33.5421380Z + __conda_activate activate base
2021-10-23T10:14:33.5422210Z + '[' -n '' ']'
2021-10-23T10:14:33.5422740Z + local ask_conda
2021-10-23T10:14:33.5426200Z ++ PS1=
2021-10-23T10:14:33.5427720Z ++ __conda_exe shell.posix activate base
2021-10-23T10:14:33.5432570Z ++ __add_sys_prefix_to_path
2021-10-23T10:14:33.5434810Z ++ '[' -n '' ']'
2021-10-23T10:14:33.5440970Z +++ dirname /Users/runner/miniforge3/bin/conda
2021-10-23T10:14:33.5470460Z ++ SYSP=/Users/runner/miniforge3/bin
2021-10-23T10:14:33.5476520Z +++ dirname /Users/runner/miniforge3/bin
2021-10-23T10:14:33.5500330Z ++ SYSP=/Users/runner/miniforge3
2021-10-23T10:14:33.5502610Z ++ '[' -n '' ']'
2021-10-23T10:14:33.5505130Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:14:33.5506870Z ++ export PATH
2021-10-23T10:14:33.5507530Z ++ /Users/runner/miniforge3/bin/conda shell.posix activate base
2021-10-23T10:14:34.2733390Z + ask_conda='PS1='\''(base) '\''
2021-10-23T10:14:34.2838010Z export PATH='\''/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64'\''
2021-10-23T10:14:34.2942100Z export CONDA_PREFIX='\''/Users/runner/miniforge3'\''
2021-10-23T10:14:34.3044740Z export CONDA_SHLVL='\''1'\''
2021-10-23T10:14:34.3147570Z export CONDA_DEFAULT_ENV='\''base'\''
2021-10-23T10:14:34.3192080Z export CONDA_PROMPT_MODIFIER='\''(base) '\''
2021-10-23T10:14:34.3224310Z export CONDA_EXE='\''/Users/runner/miniforge3/bin/conda'\''
2021-10-23T10:14:34.3257480Z export _CE_M='\'''\''
2021-10-23T10:14:34.3312140Z export _CE_CONDA='\'''\''
2021-10-23T10:14:34.3355270Z export CONDA_PYTHON_EXE='\''/Users/runner/miniforge3/bin/python'\'''
2021-10-23T10:14:34.3422110Z + eval 'PS1='\''(base) '\''
2021-10-23T10:14:34.3526250Z export PATH='\''/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64'\''
2021-10-23T10:14:34.3600470Z export CONDA_PREFIX='\''/Users/runner/miniforge3'\''
2021-10-23T10:14:34.3667400Z export CONDA_SHLVL='\''1'\''
2021-10-23T10:14:34.3731560Z export CONDA_DEFAULT_ENV='\''base'\''
2021-10-23T10:14:34.3732870Z export CONDA_PROMPT_MODIFIER='\''(base) '\''
2021-10-23T10:14:34.3777480Z export CONDA_EXE='\''/Users/runner/miniforge3/bin/conda'\''
2021-10-23T10:14:34.3820390Z export _CE_M='\'''\''
2021-10-23T10:14:34.3871360Z export _CE_CONDA='\'''\''
2021-10-23T10:14:34.3927500Z export CONDA_PYTHON_EXE='\''/Users/runner/miniforge3/bin/python'\'''
2021-10-23T10:14:34.3999830Z ++ PS1='(base) '
2021-10-23T10:14:34.4046990Z ++ export PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:14:34.4121170Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:14:34.4225180Z ++ export CONDA_PREFIX=/Users/runner/miniforge3
2021-10-23T10:14:34.4327020Z ++ CONDA_PREFIX=/Users/runner/miniforge3
2021-10-23T10:14:34.4428610Z ++ export CONDA_SHLVL=1
2021-10-23T10:14:34.4529910Z ++ CONDA_SHLVL=1
2021-10-23T10:14:34.4630800Z ++ export CONDA_DEFAULT_ENV=base
2021-10-23T10:14:34.4734030Z ++ CONDA_DEFAULT_ENV=base
2021-10-23T10:14:34.4851600Z ++ export 'CONDA_PROMPT_MODIFIER=(base) '
2021-10-23T10:14:34.4956080Z ++ CONDA_PROMPT_MODIFIER='(base) '
2021-10-23T10:14:34.5056220Z ++ export CONDA_EXE=/Users/runner/miniforge3/bin/conda
2021-10-23T10:14:34.5158460Z ++ CONDA_EXE=/Users/runner/miniforge3/bin/conda
2021-10-23T10:14:34.5258370Z ++ export _CE_M=
2021-10-23T10:14:34.5390900Z ++ _CE_M=
2021-10-23T10:14:34.5492800Z ++ export _CE_CONDA=
2021-10-23T10:14:34.5591180Z ++ _CE_CONDA=
2021-10-23T10:14:34.5650090Z ++ export CONDA_PYTHON_EXE=/Users/runner/miniforge3/bin/python
2021-10-23T10:14:34.5751890Z ++ CONDA_PYTHON_EXE=/Users/runner/miniforge3/bin/python
2021-10-23T10:14:34.5852980Z + __conda_hashr
2021-10-23T10:14:34.5954530Z + '[' -n '' ']'
2021-10-23T10:14:34.6055560Z + '[' -n '' ']'
2021-10-23T10:14:34.6156410Z + hash -r
2021-10-23T10:14:34.6259380Z + echo -e '\n\nInstalling conda-forge-ci-setup=3 and conda-build.'
2021-10-23T10:14:34.6353930Z 
2021-10-23T10:14:34.6411810Z 
2021-10-23T10:14:34.6452580Z Installing conda-forge-ci-setup=3 and conda-build.
2021-10-23T10:14:34.6510900Z + conda install -n base --quiet --yes conda-forge-ci-setup=3 conda-build pip boa
2021-10-23T10:14:34.6546060Z + local cmd=install
2021-10-23T10:14:34.6628370Z + case "$cmd" in
2021-10-23T10:14:34.6659260Z + __conda_exe install -n base --quiet --yes conda-forge-ci-setup=3 conda-build pip boa
2021-10-23T10:14:34.6682570Z + __add_sys_prefix_to_path
2021-10-23T10:14:34.6697370Z + '[' -n '' ']'
2021-10-23T10:14:34.6742410Z ++ dirname /Users/runner/miniforge3/bin/conda
2021-10-23T10:14:34.6784770Z + SYSP=/Users/runner/miniforge3/bin
2021-10-23T10:14:34.6786140Z ++ dirname /Users/runner/miniforge3/bin
2021-10-23T10:14:34.6814110Z + SYSP=/Users/runner/miniforge3
2021-10-23T10:14:34.6843210Z + '[' -n '' ']'
2021-10-23T10:14:34.6875960Z + PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:14:34.6913660Z + export PATH
2021-10-23T10:14:34.7017710Z + /Users/runner/miniforge3/bin/conda install -n base --quiet --yes conda-forge-ci-setup=3 conda-build pip boa
2021-10-23T10:14:46.1261660Z Collecting package metadata (current_repodata.json): ...working... done
2021-10-23T10:14:49.9370310Z Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
2021-10-23T10:14:54.0237010Z Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source.
2021-10-23T10:15:36.5684010Z Collecting package metadata (repodata.json): ...working... done
2021-10-23T10:15:51.4810390Z Solving environment: ...working... done
2021-10-23T10:15:51.6984440Z 
2021-10-23T10:15:51.6985730Z ## Package Plan ##
2021-10-23T10:15:51.6986190Z 
2021-10-23T10:15:51.6986680Z   environment location: /Users/runner/miniforge3
2021-10-23T10:15:51.6987030Z 
2021-10-23T10:15:51.6987440Z   added / updated specs:
2021-10-23T10:15:51.6989800Z     - boa
2021-10-23T10:15:51.6990600Z     - conda-build
2021-10-23T10:15:51.6991570Z     - conda-forge-ci-setup=3
2021-10-23T10:15:51.6992330Z     - pip
2021-10-23T10:15:51.6992640Z 
2021-10-23T10:15:51.6992810Z 
2021-10-23T10:15:51.6993220Z The following packages will be downloaded:
2021-10-23T10:15:51.6993550Z 
2021-10-23T10:15:51.6993940Z     package                    |            build
2021-10-23T10:15:51.6995220Z     ---------------------------|-----------------
2021-10-23T10:15:51.6996220Z     anaconda-client-1.8.0      |     pyhd8ed1ab_0          71 KB  conda-forge
2021-10-23T10:15:51.6998110Z     attrs-21.2.0               |     pyhd8ed1ab_0          44 KB  conda-forge
2021-10-23T10:15:51.6999190Z     backports-1.0              |             py_2           4 KB  conda-forge
2021-10-23T10:15:51.7000260Z     backports.functools_lru_cache-1.6.4|     pyhd8ed1ab_0           9 KB  conda-forge
2021-10-23T10:15:51.7033100Z     beautifulsoup4-4.10.0      |     pyha770c72_0          77 KB  conda-forge
2021-10-23T10:15:51.7035700Z     boa-0.7.0                  |     pyha770c72_0          47 KB  conda-forge
2021-10-23T10:15:51.7038440Z     bzip2-1.0.8                |       h0d85af4_4         155 KB  conda-forge
2021-10-23T10:15:51.7039860Z     c-ares-1.17.2              |       h0d85af4_0          96 KB  conda-forge
2021-10-23T10:15:51.7041530Z     cctools-949.0.1            |      hd9211c8_23          16 KB  conda-forge
2021-10-23T10:15:51.7042770Z     cctools_osx-64-949.0.1     |      h6407bdd_23         1.8 MB  conda-forge
2021-10-23T10:15:51.7043870Z     click-8.0.3                |   py39h6e9494a_0         146 KB  conda-forge
2021-10-23T10:15:51.7045100Z     clyent-1.2.2               |             py_1           9 KB  conda-forge
2021-10-23T10:15:51.7046260Z     commonmark-0.9.1           |             py_0          46 KB  conda-forge
2021-10-23T10:15:51.7047890Z     conda-build-3.21.4         |   py39h6e9494a_0         555 KB  conda-forge
2021-10-23T10:15:51.7049490Z     conda-env-2.6.0            |                1           2 KB  conda-forge
2021-10-23T10:15:51.7050850Z     conda-forge-ci-setup-3.15.0|   py39hb0a6171_0          41 KB  conda-forge
2021-10-23T10:15:51.7052450Z     curl-7.79.1                |       hf45b732_1         141 KB  conda-forge
2021-10-23T10:15:51.7054050Z     dataclasses-0.8            |     pyhc8e2a94_3          10 KB  conda-forge
2021-10-23T10:15:51.7055820Z     expat-2.4.1                |       he49afe7_0         143 KB  conda-forge
2021-10-23T10:15:51.7057640Z     filelock-3.3.1             |     pyhd8ed1ab_0          12 KB  conda-forge
2021-10-23T10:15:51.7059280Z     future-0.18.2              |   py39h6e9494a_3         713 KB  conda-forge
2021-10-23T10:15:51.7060920Z     gettext-0.19.8.1           |    hd1a6beb_1008         3.3 MB  conda-forge
2021-10-23T10:15:51.7071750Z     git-2.33.1                 | pl5321h9a53687_0        13.4 MB  conda-forge
2021-10-23T10:15:51.7073060Z     glob2-0.7                  |             py_0          11 KB  conda-forge
2021-10-23T10:15:51.7074750Z     icu-68.1                   |       h74dc148_0        12.7 MB  conda-forge
2021-10-23T10:15:51.7075980Z     importlib-metadata-4.8.1   |   py39h6e9494a_0          32 KB  conda-forge
2021-10-23T10:15:51.7077130Z     ipython_genutils-0.2.0     |             py_1          21 KB  conda-forge
2021-10-23T10:15:51.7078560Z     jinja2-3.0.2               |     pyhd8ed1ab_0          99 KB  conda-forge
2021-10-23T10:15:51.7079680Z     joblib-1.1.0               |     pyhd8ed1ab_0         210 KB  conda-forge
2021-10-23T10:15:51.7081270Z     jq-1.6                     |    hc929b4f_1000         368 KB  conda-forge
2021-10-23T10:15:51.7082820Z     json5-0.9.5                |     pyh9f0ad1d_0          20 KB  conda-forge
2021-10-23T10:15:51.7084020Z     jsonschema-4.1.2           |     pyhd8ed1ab_0          54 KB  conda-forge
2021-10-23T10:15:51.7085590Z     jupyter_core-4.8.1         |   py39h6e9494a_0          79 KB  conda-forge
2021-10-23T10:15:51.7086730Z     krb5-1.19.2                |       hcfbf3a7_2         1.3 MB  conda-forge
2021-10-23T10:15:51.7087890Z     ld64-530                   |      hd2e7500_23          14 KB  conda-forge
2021-10-23T10:15:51.7089130Z     ld64_osx-64-530            |      he8994da_23         1.3 MB  conda-forge
2021-10-23T10:15:51.7090560Z     ldid-2.1.2                 |       h6a69015_3          55 KB  conda-forge
2021-10-23T10:15:51.7092180Z     libarchive-3.5.2           |       h2b60450_1         1.6 MB  conda-forge
2021-10-23T10:15:51.7093340Z     libcurl-7.79.1             |       hf45b732_1         317 KB  conda-forge
2021-10-23T10:15:51.7095430Z     libedit-3.1.20191231       |       h0678c8f_2         103 KB  conda-forge
2021-10-23T10:15:51.7097110Z     libev-4.33                 |       haf1e3a3_1          99 KB  conda-forge
2021-10-23T10:15:51.7098530Z     libiconv-1.16              |       haf1e3a3_0         1.3 MB  conda-forge
2021-10-23T10:15:51.7099680Z     liblief-0.11.5             |       he49afe7_0         1.9 MB  conda-forge
2021-10-23T10:15:51.7100750Z     libllvm12-12.0.1           |       hd011deb_2        24.1 MB  conda-forge
2021-10-23T10:15:51.7102360Z     libnghttp2-1.43.0          |       h6f36284_1         867 KB  conda-forge
2021-10-23T10:15:51.7104000Z     libsolv-0.7.19             |       hcf210ce_5         405 KB  conda-forge
2021-10-23T10:15:51.7105440Z     libssh2-1.10.0             |       h52ee1ee_2         221 KB  conda-forge
2021-10-23T10:15:51.7107110Z     libxml2-2.9.12             |       h93ec3fd_0         685 KB  conda-forge
2021-10-23T10:15:51.7108480Z     lz4-c-1.9.3                |       he49afe7_1         155 KB  conda-forge
2021-10-23T10:15:51.7109880Z     lzo-2.10                   |    haf1e3a3_1000         190 KB  conda-forge
2021-10-23T10:15:51.7111040Z     mamba-0.17.0               |   py39hb671511_0         785 KB  conda-forge
2021-10-23T10:15:51.7112520Z     markupsafe-2.0.1           |   py39h89e85a6_0          21 KB  conda-forge
2021-10-23T10:15:51.7113600Z     nbformat-5.1.3             |     pyhd8ed1ab_0          47 KB  conda-forge
2021-10-23T10:15:51.7114720Z     oniguruma-6.9.7.1          |       h0d85af4_0         371 KB  conda-forge
2021-10-23T10:15:51.7116580Z     pcre2-10.37                |       ha16e1b2_0         1.1 MB  conda-forge
2021-10-23T10:15:51.7117690Z     perl-5.32.1                | 1_h0d85af4_perl5        13.3 MB  conda-forge
2021-10-23T10:15:51.7119950Z     pip-21.3.1                 |     pyhd8ed1ab_0         1.2 MB  conda-forge
2021-10-23T10:15:51.7123200Z     pkginfo-1.7.1              |     pyhd8ed1ab_0          22 KB  conda-forge
2021-10-23T10:15:51.7125150Z     prompt-toolkit-3.0.21      |     pyha770c72_0         248 KB  conda-forge
2021-10-23T10:15:51.7126930Z     prompt_toolkit-3.0.21      |       hd8ed1ab_0           5 KB  conda-forge
2021-10-23T10:15:51.7128740Z     psutil-5.8.0               |   py39h89e85a6_1         350 KB  conda-forge
2021-10-23T10:15:51.7131330Z     py-lief-0.11.5             |   py39h9fcab8e_0         1.3 MB  conda-forge
2021-10-23T10:15:51.7132670Z     pygments-2.10.0            |     pyhd8ed1ab_0         760 KB  conda-forge
2021-10-23T10:15:51.7134190Z     pyrsistent-0.17.3          |   py39h89e85a6_2          87 KB  conda-forge
2021-10-23T10:15:51.7135370Z     python-dateutil-2.8.2      |     pyhd8ed1ab_0         240 KB  conda-forge
2021-10-23T10:15:51.7136760Z     python-libarchive-c-3.1    |   py39h6e9494a_0          56 KB  conda-forge
2021-10-23T10:15:51.7137840Z     pytz-2021.3                |     pyhd8ed1ab_0         242 KB  conda-forge
2021-10-23T10:15:51.7139210Z     pyyaml-6.0                 |   py39h89e85a6_0         172 KB  conda-forge
2021-10-23T10:15:51.7140410Z     reproc-14.2.3              |       h0d85af4_0          26 KB  conda-forge
2021-10-23T10:15:51.7141790Z     reproc-cpp-14.2.3          |       he49afe7_0          18 KB  conda-forge
2021-10-23T10:15:51.7143020Z     rich-10.12.0               |   py39h6e9494a_0         350 KB  conda-forge
2021-10-23T10:15:51.7144150Z     ripgrep-13.0.0             |       h80d2146_1         1.6 MB  conda-forge
2021-10-23T10:15:51.7145370Z     ruamel.yaml-0.17.16        |   py39h89e85a6_0         171 KB  conda-forge
2021-10-23T10:15:51.7147150Z     ruamel.yaml.clib-0.2.2     |   py39hcbf5805_2         146 KB  conda-forge
2021-10-23T10:15:51.7149040Z     shyaml-0.6.2               |     pyhd3deb0d_0          21 KB  conda-forge
2021-10-23T10:15:51.7151080Z     soupsieve-2.0.1            |             py_1          30 KB  conda-forge
2021-10-23T10:15:51.7152600Z     tapi-1100.0.11             |       h9ce4665_0         196 KB  conda-forge
2021-10-23T10:15:51.7154630Z     traitlets-5.1.0            |     pyhd8ed1ab_0          82 KB  conda-forge
2021-10-23T10:15:51.7156490Z     typing_extensions-3.10.0.2 |     pyha770c72_0          28 KB  conda-forge
2021-10-23T10:15:51.7157930Z     watchgod-0.7               |     pyhd8ed1ab_0          14 KB  conda-forge
2021-10-23T10:15:51.7159150Z     wcwidth-0.2.5              |     pyh9f0ad1d_2          33 KB  conda-forge
2021-10-23T10:15:51.7160260Z     zipp-3.6.0                 |     pyhd8ed1ab_0          12 KB  conda-forge
2021-10-23T10:15:51.7161580Z     zstd-1.5.0                 |       h582d3a0_0         583 KB  conda-forge
2021-10-23T10:15:51.7162730Z     ------------------------------------------------------------
2021-10-23T10:15:51.7163980Z                                            Total:        92.5 MB
2021-10-23T10:15:51.7164530Z 
2021-10-23T10:15:51.7165510Z The following NEW packages will be INSTALLED:
2021-10-23T10:15:51.7165860Z 
2021-10-23T10:15:51.7167690Z   anaconda-client    conda-forge/noarch::anaconda-client-1.8.0-pyhd8ed1ab_0
2021-10-23T10:15:51.7169190Z   attrs              conda-forge/noarch::attrs-21.2.0-pyhd8ed1ab_0
2021-10-23T10:15:51.7170810Z   backports          conda-forge/noarch::backports-1.0-py_2
2021-10-23T10:15:51.7172650Z   backports.functoo~ conda-forge/noarch::backports.functools_lru_cache-1.6.4-pyhd8ed1ab_0
2021-10-23T10:15:51.7174440Z   beautifulsoup4     conda-forge/noarch::beautifulsoup4-4.10.0-pyha770c72_0
2021-10-23T10:15:51.7176040Z   boa                conda-forge/noarch::boa-0.7.0-pyha770c72_0
2021-10-23T10:15:51.7177260Z   bzip2              conda-forge/osx-64::bzip2-1.0.8-h0d85af4_4
2021-10-23T10:15:51.7179010Z   c-ares             conda-forge/osx-64::c-ares-1.17.2-h0d85af4_0
2021-10-23T10:15:51.7180350Z   cctools            conda-forge/osx-64::cctools-949.0.1-hd9211c8_23
2021-10-23T10:15:51.7181950Z   cctools_osx-64     conda-forge/osx-64::cctools_osx-64-949.0.1-h6407bdd_23
2021-10-23T10:15:51.7183140Z   click              conda-forge/osx-64::click-8.0.3-py39h6e9494a_0
2021-10-23T10:15:51.7184690Z   clyent             conda-forge/noarch::clyent-1.2.2-py_1
2021-10-23T10:15:51.7185920Z   commonmark         conda-forge/noarch::commonmark-0.9.1-py_0
2021-10-23T10:15:51.7187470Z   conda-build        conda-forge/osx-64::conda-build-3.21.4-py39h6e9494a_0
2021-10-23T10:15:51.7189170Z   conda-env          conda-forge/noarch::conda-env-2.6.0-1
2021-10-23T10:15:51.7190310Z   conda-forge-ci-se~ conda-forge/osx-64::conda-forge-ci-setup-3.15.0-py39hb0a6171_0
2021-10-23T10:15:51.7191930Z   curl               conda-forge/osx-64::curl-7.79.1-hf45b732_1
2021-10-23T10:15:51.7193360Z   dataclasses        conda-forge/noarch::dataclasses-0.8-pyhc8e2a94_3
2021-10-23T10:15:51.7195020Z   expat              conda-forge/osx-64::expat-2.4.1-he49afe7_0
2021-10-23T10:15:51.7196690Z   filelock           conda-forge/noarch::filelock-3.3.1-pyhd8ed1ab_0
2021-10-23T10:15:51.7198320Z   future             conda-forge/osx-64::future-0.18.2-py39h6e9494a_3
2021-10-23T10:15:51.7199610Z   gettext            conda-forge/osx-64::gettext-0.19.8.1-hd1a6beb_1008
2021-10-23T10:15:51.7200800Z   git                conda-forge/osx-64::git-2.33.1-pl5321h9a53687_0
2021-10-23T10:15:51.7201860Z   glob2              conda-forge/noarch::glob2-0.7-py_0
2021-10-23T10:15:51.7203700Z   icu                conda-forge/osx-64::icu-68.1-h74dc148_0
2021-10-23T10:15:51.7206100Z   importlib-metadata conda-forge/osx-64::importlib-metadata-4.8.1-py39h6e9494a_0
2021-10-23T10:15:51.7208180Z   ipython_genutils   conda-forge/noarch::ipython_genutils-0.2.0-py_1
2021-10-23T10:15:51.7209500Z   jinja2             conda-forge/noarch::jinja2-3.0.2-pyhd8ed1ab_0
2021-10-23T10:15:51.7210520Z   joblib             conda-forge/noarch::joblib-1.1.0-pyhd8ed1ab_0
2021-10-23T10:15:51.7211550Z   jq                 conda-forge/osx-64::jq-1.6-hc929b4f_1000
2021-10-23T10:15:51.7212560Z   json5              conda-forge/noarch::json5-0.9.5-pyh9f0ad1d_0
2021-10-23T10:15:51.7213540Z   jsonschema         conda-forge/noarch::jsonschema-4.1.2-pyhd8ed1ab_0
2021-10-23T10:15:51.7215320Z   jupyter_core       conda-forge/osx-64::jupyter_core-4.8.1-py39h6e9494a_0
2021-10-23T10:15:51.7216710Z   krb5               conda-forge/osx-64::krb5-1.19.2-hcfbf3a7_2
2021-10-23T10:15:51.7218100Z   ld64               conda-forge/osx-64::ld64-530-hd2e7500_23
2021-10-23T10:15:51.7219130Z   ld64_osx-64        conda-forge/osx-64::ld64_osx-64-530-he8994da_23
2021-10-23T10:15:51.7220140Z   ldid               conda-forge/osx-64::ldid-2.1.2-h6a69015_3
2021-10-23T10:15:51.7221130Z   libarchive         conda-forge/osx-64::libarchive-3.5.2-h2b60450_1
2021-10-23T10:15:51.7222100Z   libcurl            conda-forge/osx-64::libcurl-7.79.1-hf45b732_1
2021-10-23T10:15:51.7223110Z   libedit            conda-forge/osx-64::libedit-3.1.20191231-h0678c8f_2
2021-10-23T10:15:51.7224090Z   libev              conda-forge/osx-64::libev-4.33-haf1e3a3_1
2021-10-23T10:15:51.7225630Z   libiconv           conda-forge/osx-64::libiconv-1.16-haf1e3a3_0
2021-10-23T10:15:51.7227040Z   liblief            conda-forge/osx-64::liblief-0.11.5-he49afe7_0
2021-10-23T10:15:51.7228320Z   libllvm12          conda-forge/osx-64::libllvm12-12.0.1-hd011deb_2
2021-10-23T10:15:51.7230140Z   libnghttp2         conda-forge/osx-64::libnghttp2-1.43.0-h6f36284_1
2021-10-23T10:15:51.7231350Z   libsolv            conda-forge/osx-64::libsolv-0.7.19-hcf210ce_5
2021-10-23T10:15:51.7232470Z   libssh2            conda-forge/osx-64::libssh2-1.10.0-h52ee1ee_2
2021-10-23T10:15:51.7233550Z   libxml2            conda-forge/osx-64::libxml2-2.9.12-h93ec3fd_0
2021-10-23T10:15:51.7235060Z   lz4-c              conda-forge/osx-64::lz4-c-1.9.3-he49afe7_1
2021-10-23T10:15:51.7236330Z   lzo                conda-forge/osx-64::lzo-2.10-haf1e3a3_1000
2021-10-23T10:15:51.7237390Z   mamba              conda-forge/osx-64::mamba-0.17.0-py39hb671511_0
2021-10-23T10:15:51.7238630Z   markupsafe         conda-forge/osx-64::markupsafe-2.0.1-py39h89e85a6_0
2021-10-23T10:15:51.7240150Z   nbformat           conda-forge/noarch::nbformat-5.1.3-pyhd8ed1ab_0
2021-10-23T10:15:51.7241280Z   oniguruma          conda-forge/osx-64::oniguruma-6.9.7.1-h0d85af4_0
2021-10-23T10:15:51.7242370Z   pcre2              conda-forge/osx-64::pcre2-10.37-ha16e1b2_0
2021-10-23T10:15:51.7244880Z   perl               conda-forge/osx-64::perl-5.32.1-1_h0d85af4_perl5
2021-10-23T10:15:51.7246930Z   pkginfo            conda-forge/noarch::pkginfo-1.7.1-pyhd8ed1ab_0
2021-10-23T10:15:51.7250090Z   prompt-toolkit     conda-forge/noarch::prompt-toolkit-3.0.21-pyha770c72_0
2021-10-23T10:15:51.7251270Z   prompt_toolkit     conda-forge/noarch::prompt_toolkit-3.0.21-hd8ed1ab_0
2021-10-23T10:15:51.7252620Z   psutil             conda-forge/osx-64::psutil-5.8.0-py39h89e85a6_1
2021-10-23T10:15:51.7253740Z   py-lief            conda-forge/osx-64::py-lief-0.11.5-py39h9fcab8e_0
2021-10-23T10:15:51.7255090Z   pygments           conda-forge/noarch::pygments-2.10.0-pyhd8ed1ab_0
2021-10-23T10:15:51.7257050Z   pyrsistent         conda-forge/osx-64::pyrsistent-0.17.3-py39h89e85a6_2
2021-10-23T10:15:51.7258350Z   python-dateutil    conda-forge/noarch::python-dateutil-2.8.2-pyhd8ed1ab_0
2021-10-23T10:15:51.7259520Z   python-libarchive~ conda-forge/osx-64::python-libarchive-c-3.1-py39h6e9494a_0
2021-10-23T10:15:51.7260680Z   pytz               conda-forge/noarch::pytz-2021.3-pyhd8ed1ab_0
2021-10-23T10:15:51.7261910Z   pyyaml             conda-forge/osx-64::pyyaml-6.0-py39h89e85a6_0
2021-10-23T10:15:51.7263010Z   reproc             conda-forge/osx-64::reproc-14.2.3-h0d85af4_0
2021-10-23T10:15:51.7264030Z   reproc-cpp         conda-forge/osx-64::reproc-cpp-14.2.3-he49afe7_0
2021-10-23T10:15:51.7265690Z   rich               conda-forge/osx-64::rich-10.12.0-py39h6e9494a_0
2021-10-23T10:15:51.7268540Z   ripgrep            conda-forge/osx-64::ripgrep-13.0.0-h80d2146_1
2021-10-23T10:15:51.7270680Z   ruamel.yaml        conda-forge/osx-64::ruamel.yaml-0.17.16-py39h89e85a6_0
2021-10-23T10:15:51.7272110Z   ruamel.yaml.clib   conda-forge/osx-64::ruamel.yaml.clib-0.2.2-py39hcbf5805_2
2021-10-23T10:15:51.7274590Z   shyaml             conda-forge/noarch::shyaml-0.6.2-pyhd3deb0d_0
2021-10-23T10:15:51.7281450Z   soupsieve          conda-forge/noarch::soupsieve-2.0.1-py_1
2021-10-23T10:15:51.7288870Z   tapi               conda-forge/osx-64::tapi-1100.0.11-h9ce4665_0
2021-10-23T10:15:51.7292900Z   traitlets          conda-forge/noarch::traitlets-5.1.0-pyhd8ed1ab_0
2021-10-23T10:15:51.7293990Z   typing_extensions  conda-forge/noarch::typing_extensions-3.10.0.2-pyha770c72_0
2021-10-23T10:15:51.7295030Z   watchgod           conda-forge/noarch::watchgod-0.7-pyhd8ed1ab_0
2021-10-23T10:15:51.7296020Z   wcwidth            conda-forge/noarch::wcwidth-0.2.5-pyh9f0ad1d_2
2021-10-23T10:15:51.7297030Z   zipp               conda-forge/noarch::zipp-3.6.0-pyhd8ed1ab_0
2021-10-23T10:15:51.7297990Z   zstd               conda-forge/osx-64::zstd-1.5.0-h582d3a0_0
2021-10-23T10:15:51.7298350Z 
2021-10-23T10:15:51.7298760Z The following packages will be UPDATED:
2021-10-23T10:15:51.7299020Z 
2021-10-23T10:15:51.7300700Z   pip                                     21.3-pyhd8ed1ab_0 --> 21.3.1-pyhd8ed1ab_0
2021-10-23T10:15:51.7301110Z 
2021-10-23T10:16:17.3688840Z 
2021-10-23T10:16:18.0991740Z Preparing transaction: ...working... done
2021-10-23T10:16:21.7189130Z Verifying transaction: ...working... done
2021-10-23T10:16:31.0932400Z Executing transaction: ...working... done
2021-10-23T10:16:34.9339870Z + __conda_reactivate
2021-10-23T10:16:34.9442420Z + local ask_conda
2021-10-23T10:16:34.9538160Z ++ PS1='(base) '
2021-10-23T10:16:34.9543580Z ++ __conda_exe shell.posix reactivate
2021-10-23T10:16:34.9586910Z ++ __add_sys_prefix_to_path
2021-10-23T10:16:34.9589050Z ++ '[' -n '' ']'
2021-10-23T10:16:34.9590100Z +++ dirname /Users/runner/miniforge3/bin/conda
2021-10-23T10:16:34.9591130Z ++ SYSP=/Users/runner/miniforge3/bin
2021-10-23T10:16:34.9592110Z +++ dirname /Users/runner/miniforge3/bin
2021-10-23T10:16:34.9593090Z ++ SYSP=/Users/runner/miniforge3
2021-10-23T10:16:34.9594510Z ++ '[' -n '' ']'
2021-10-23T10:16:34.9597470Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:16:34.9601220Z ++ export PATH
2021-10-23T10:16:34.9604340Z ++ /Users/runner/miniforge3/bin/conda shell.posix reactivate
2021-10-23T10:16:35.1848980Z + ask_conda='PS1='\''(base) '\''
2021-10-23T10:16:35.1858840Z export PATH='\''/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64'\''
2021-10-23T10:16:35.1861770Z export CONDA_SHLVL='\''1'\''
2021-10-23T10:16:35.1863470Z export CONDA_PROMPT_MODIFIER='\''(base) '\'''
2021-10-23T10:16:35.1865100Z + eval 'PS1='\''(base) '\''
2021-10-23T10:16:35.1868240Z export PATH='\''/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64'\''
2021-10-23T10:16:35.1871570Z export CONDA_SHLVL='\''1'\''
2021-10-23T10:16:35.1873210Z export CONDA_PROMPT_MODIFIER='\''(base) '\'''
2021-10-23T10:16:35.1878600Z ++ PS1='(base) '
2021-10-23T10:16:35.1882720Z ++ export PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:16:35.1887000Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:16:35.1889330Z ++ export CONDA_SHLVL=1
2021-10-23T10:16:35.1890550Z ++ CONDA_SHLVL=1
2021-10-23T10:16:35.1892370Z ++ export 'CONDA_PROMPT_MODIFIER=(base) '
2021-10-23T10:16:35.1893930Z ++ CONDA_PROMPT_MODIFIER='(base) '
2021-10-23T10:16:35.1894990Z + __conda_hashr
2021-10-23T10:16:35.1896440Z + '[' -n '' ']'
2021-10-23T10:16:35.1897900Z + '[' -n '' ']'
2021-10-23T10:16:35.1899360Z + hash -r
2021-10-23T10:16:35.1900930Z + echo -e '\n\nSetting up the condarc and mangling the compiler.'
2021-10-23T10:16:35.1902150Z + setup_conda_rc ./ ./recipe ./.ci_support/osx_arm64_ogre1.12.yaml
2021-10-23T10:16:35.1903050Z 
2021-10-23T10:16:35.1903910Z 
2021-10-23T10:16:35.1905030Z Setting up the condarc and mangling the compiler.
2021-10-23T10:16:37.4997550Z 
2021-10-23T10:16:37.5000420Z CondaKeyError: 'channels': 'defaults' is not in the 'channels' key of the config file
2021-10-23T10:16:37.5001510Z 
2021-10-23T10:16:37.7376090Z Warning: 'conda-forge' already in 'channels' list, moving to the top
2021-10-23T10:16:38.0886510Z + [[ azure != '' ]]
2021-10-23T10:16:38.0986340Z + mangle_compiler ./ ./recipe .ci_support/osx_arm64_ogre1.12.yaml
2021-10-23T10:16:39.2266640Z + [[ azure != '' ]]
2021-10-23T10:16:39.2267940Z + echo -e '\n\nMangling homebrew in the CI to avoid conflicts.'
2021-10-23T10:16:39.2268590Z + /usr/bin/sudo mangle_homebrew
2021-10-23T10:16:39.2268930Z 
2021-10-23T10:16:39.2269230Z 
2021-10-23T10:16:39.2269730Z Mangling homebrew in the CI to avoid conflicts.
2021-10-23T10:16:39.3500800Z MOVED /usr/local/man -> /usr/local/conda_mangled/man
2021-10-23T10:16:39.3503470Z MOVED /usr/local/bin -> /usr/local/conda_mangled/bin
2021-10-23T10:16:39.3511210Z MOVED /usr/local/.com.apple.installer.keep -> /usr/local/conda_mangled/.com.apple.installer.keep
2021-10-23T10:16:39.3519440Z MOVED /usr/local/microsoft -> /usr/local/conda_mangled/microsoft
2021-10-23T10:16:39.3526320Z MOVED /usr/local/include -> /usr/local/conda_mangled/include
2021-10-23T10:16:39.3528630Z MOVED /usr/local/sbin -> /usr/local/conda_mangled/sbin
2021-10-23T10:16:39.3530550Z MOVED /usr/local/etc -> /usr/local/conda_mangled/etc
2021-10-23T10:16:39.3532700Z MOVED /usr/local/Homebrew -> /usr/local/conda_mangled/Homebrew
2021-10-23T10:16:39.3538230Z MOVED /usr/local/var -> /usr/local/conda_mangled/var
2021-10-23T10:16:39.3540920Z MOVED /usr/local/Caskroom -> /usr/local/conda_mangled/Caskroom
2021-10-23T10:16:39.3553290Z MOVED /usr/local/aws-cli -> /usr/local/conda_mangled/aws-cli
2021-10-23T10:16:39.3557260Z MOVED /usr/local/lib -> /usr/local/conda_mangled/lib
2021-10-23T10:16:39.3559660Z MOVED /usr/local/opt -> /usr/local/conda_mangled/opt
2021-10-23T10:16:39.3561820Z MOVED /usr/local/Frameworks -> /usr/local/conda_mangled/Frameworks
2021-10-23T10:16:39.3570300Z MOVED /usr/local/Cellar -> /usr/local/conda_mangled/Cellar
2021-10-23T10:16:39.3573400Z MOVED /usr/local/share -> /usr/local/conda_mangled/share
2021-10-23T10:16:39.3658050Z + /usr/bin/sudo -k
2021-10-23T10:16:39.3758170Z + echo -e '\n\nRunning the build setup script.'
2021-10-23T10:16:39.3759710Z 
2021-10-23T10:16:39.3760140Z 
2021-10-23T10:16:39.3760630Z Running the build setup script.
2021-10-23T10:16:39.3761480Z + source run_conda_forge_build_setup
2021-10-23T10:16:39.3761970Z ++ export CPU_COUNT=2
2021-10-23T10:16:39.3762400Z ++ CPU_COUNT=2
2021-10-23T10:16:39.3762910Z ++ export PYTHONUNBUFFERED=1
2021-10-23T10:16:39.3763420Z ++ PYTHONUNBUFFERED=1
2021-10-23T10:16:39.3764490Z ++ conda config --set show_channel_urls true
2021-10-23T10:16:39.3765140Z ++ local cmd=config
2021-10-23T10:16:39.3765650Z ++ case "$cmd" in
2021-10-23T10:16:39.3766500Z ++ __conda_exe config --set show_channel_urls true
2021-10-23T10:16:39.3767620Z ++ __add_sys_prefix_to_path
2021-10-23T10:16:39.3769060Z ++ '[' -n '' ']'
2021-10-23T10:16:39.3776680Z +++ dirname /Users/runner/miniforge3/bin/conda
2021-10-23T10:16:39.3804780Z ++ SYSP=/Users/runner/miniforge3/bin
2021-10-23T10:16:39.3810170Z +++ dirname /Users/runner/miniforge3/bin
2021-10-23T10:16:39.3833860Z ++ SYSP=/Users/runner/miniforge3
2021-10-23T10:16:39.3835830Z ++ '[' -n '' ']'
2021-10-23T10:16:39.3838320Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:16:39.3840750Z ++ export PATH
2021-10-23T10:16:39.3841800Z ++ /Users/runner/miniforge3/bin/conda config --set show_channel_urls true
2021-10-23T10:16:39.6666790Z ++ conda config --set auto_update_conda false
2021-10-23T10:16:39.6667630Z ++ local cmd=config
2021-10-23T10:16:39.6668150Z ++ case "$cmd" in
2021-10-23T10:16:39.6669040Z ++ __conda_exe config --set auto_update_conda false
2021-10-23T10:16:39.6672790Z ++ __add_sys_prefix_to_path
2021-10-23T10:16:39.6674460Z ++ '[' -n '' ']'
2021-10-23T10:16:39.6682110Z +++ dirname /Users/runner/miniforge3/bin/conda
2021-10-23T10:16:39.6707110Z ++ SYSP=/Users/runner/miniforge3/bin
2021-10-23T10:16:39.6712900Z +++ dirname /Users/runner/miniforge3/bin
2021-10-23T10:16:39.6735600Z ++ SYSP=/Users/runner/miniforge3
2021-10-23T10:16:39.6737430Z ++ '[' -n '' ']'
2021-10-23T10:16:39.6739960Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:16:39.6741720Z ++ export PATH
2021-10-23T10:16:39.6742740Z ++ /Users/runner/miniforge3/bin/conda config --set auto_update_conda false
2021-10-23T10:16:39.9521420Z ++ conda config --set add_pip_as_python_dependency false
2021-10-23T10:16:39.9621290Z ++ local cmd=config
2021-10-23T10:16:39.9724510Z ++ case "$cmd" in
2021-10-23T10:16:39.9880730Z ++ __conda_exe config --set add_pip_as_python_dependency false
2021-10-23T10:16:39.9982330Z ++ __add_sys_prefix_to_path
2021-10-23T10:16:40.0084610Z ++ '[' -n '' ']'
2021-10-23T10:16:40.0184140Z +++ dirname /Users/runner/miniforge3/bin/conda
2021-10-23T10:16:40.0284350Z ++ SYSP=/Users/runner/miniforge3/bin
2021-10-23T10:16:40.0386460Z +++ dirname /Users/runner/miniforge3/bin
2021-10-23T10:16:40.0488210Z ++ SYSP=/Users/runner/miniforge3
2021-10-23T10:16:40.0588890Z ++ '[' -n '' ']'
2021-10-23T10:16:40.0607470Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:16:40.0610220Z ++ export PATH
2021-10-23T10:16:40.0611880Z ++ /Users/runner/miniforge3/bin/conda config --set add_pip_as_python_dependency false
2021-10-23T10:16:40.2007110Z ++ conda config --show aggressive_update_packages
2021-10-23T10:16:40.2008140Z ++ local cmd=config
2021-10-23T10:16:40.2008580Z ++ case "$cmd" in
2021-10-23T10:16:40.2009450Z ++ __conda_exe config --show aggressive_update_packages
2021-10-23T10:16:40.2014400Z ++ __add_sys_prefix_to_path
2021-10-23T10:16:40.2016080Z ++ '[' -n '' ']'
2021-10-23T10:16:40.2023480Z +++ dirname /Users/runner/miniforge3/bin/conda
2021-10-23T10:16:40.2047620Z ++ SYSP=/Users/runner/miniforge3/bin
2021-10-23T10:16:40.2053500Z +++ dirname /Users/runner/miniforge3/bin
2021-10-23T10:16:40.2075300Z ++ SYSP=/Users/runner/miniforge3
2021-10-23T10:16:40.2077070Z ++ '[' -n '' ']'
2021-10-23T10:16:40.2079600Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:16:40.2081950Z ++ export PATH
2021-10-23T10:16:40.2082990Z ++ /Users/runner/miniforge3/bin/conda config --show aggressive_update_packages
2021-10-23T10:16:40.4273500Z ++ conda config --remove aggressive_update_packages openssl
2021-10-23T10:16:40.4275450Z ++ local cmd=config
2021-10-23T10:16:40.4276540Z ++ case "$cmd" in
2021-10-23T10:16:40.4279520Z ++ __conda_exe config --remove aggressive_update_packages openssl
2021-10-23T10:16:40.4280290Z ++ __add_sys_prefix_to_path
2021-10-23T10:16:40.4282030Z ++ '[' -n '' ']'
2021-10-23T10:16:40.4287720Z +++ dirname /Users/runner/miniforge3/bin/conda
2021-10-23T10:16:40.4313810Z ++ SYSP=/Users/runner/miniforge3/bin
2021-10-23T10:16:40.4319290Z +++ dirname /Users/runner/miniforge3/bin
2021-10-23T10:16:40.4343610Z ++ SYSP=/Users/runner/miniforge3
2021-10-23T10:16:40.4345610Z ++ '[' -n '' ']'
2021-10-23T10:16:40.4348150Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:16:40.4350370Z ++ export PATH
2021-10-23T10:16:40.4351390Z ++ /Users/runner/miniforge3/bin/conda config --remove aggressive_update_packages openssl
2021-10-23T10:16:40.7039440Z +++ cat ./conda-forge.yml
2021-10-23T10:16:40.7140670Z +++ shyaml get-value channel_priority strict
2021-10-23T10:16:40.8099570Z ++ conda config --set channel_priority strict
2021-10-23T10:16:40.8100400Z ++ local cmd=config
2021-10-23T10:16:40.8102110Z ++ case "$cmd" in
2021-10-23T10:16:40.8103060Z ++ __conda_exe config --set channel_priority strict
2021-10-23T10:16:40.8105890Z ++ __add_sys_prefix_to_path
2021-10-23T10:16:40.8107500Z ++ '[' -n '' ']'
2021-10-23T10:16:40.8113540Z +++ dirname /Users/runner/miniforge3/bin/conda
2021-10-23T10:16:40.8138600Z ++ SYSP=/Users/runner/miniforge3/bin
2021-10-23T10:16:40.8145250Z +++ dirname /Users/runner/miniforge3/bin
2021-10-23T10:16:40.8168400Z ++ SYSP=/Users/runner/miniforge3
2021-10-23T10:16:40.8170730Z ++ '[' -n '' ']'
2021-10-23T10:16:40.8173270Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:16:40.8175250Z ++ export PATH
2021-10-23T10:16:40.8176590Z ++ /Users/runner/miniforge3/bin/conda config --set channel_priority strict
2021-10-23T10:16:41.0462130Z ++ export CONDA_PREFIX=/Users/runner/miniforge3
2021-10-23T10:16:41.0463020Z ++ CONDA_PREFIX=/Users/runner/miniforge3
2021-10-23T10:16:41.0464530Z ++ mkdir -p /Users/runner/miniforge3/etc/conda/activate.d
2021-10-23T10:16:41.0491610Z ++ echo 'export CPU_COUNT='\''2'\'''
2021-10-23T10:16:41.0495910Z ++ echo 'export PYTHONUNBUFFERED='\''1'\'''
2021-10-23T10:16:41.0499210Z ++ [[ '' == '' ]]
2021-10-23T10:16:41.0506220Z +++ xcode-select -p
2021-10-23T10:16:41.0566430Z ++ OSX_SDK_DIR=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
2021-10-23T10:16:41.0567290Z ++ USING_SYSTEM_SDK_DIR=1
2021-10-23T10:16:41.0579460Z ++++ dirname /Users/runner/miniforge3/bin/run_conda_forge_build_setup
2021-10-23T10:16:41.0613420Z +++ cd /Users/runner/miniforge3/bin
2021-10-23T10:16:41.0614160Z +++ pwd
2021-10-23T10:16:41.0615140Z ++ SCRIPT_DIR=/Users/runner/miniforge3/bin
2021-10-23T10:16:41.0616150Z ++ CI_SUPPORT=/Users/runner/work/1/s/.ci_support
2021-10-23T10:16:41.0616840Z ++ source /Users/runner/miniforge3/bin/cross_compile_support.sh
2021-10-23T10:16:41.0639840Z ++++ conda info --json
2021-10-23T10:16:41.0642350Z ++++ local cmd=info
2021-10-23T10:16:41.0643060Z ++++ case "$cmd" in
2021-10-23T10:16:41.0644660Z ++++ __conda_exe info --json
2021-10-23T10:16:41.0647840Z ++++ jq -r .platform
2021-10-23T10:16:41.0648490Z ++++ __add_sys_prefix_to_path
2021-10-23T10:16:41.0649930Z ++++ '[' -n '' ']'
2021-10-23T10:16:41.0654380Z +++++ dirname /Users/runner/miniforge3/bin/conda
2021-10-23T10:16:41.0681730Z ++++ SYSP=/Users/runner/miniforge3/bin
2021-10-23T10:16:41.0686900Z +++++ dirname /Users/runner/miniforge3/bin
2021-10-23T10:16:41.0713250Z ++++ SYSP=/Users/runner/miniforge3
2021-10-23T10:16:41.0716080Z ++++ '[' -n '' ']'
2021-10-23T10:16:41.0718930Z ++++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:16:41.0721380Z ++++ export PATH
2021-10-23T10:16:41.0722810Z ++++ /Users/runner/miniforge3/bin/conda info --json
2021-10-23T10:16:41.5796030Z +++ BUILD_PLATFORM=osx-64
2021-10-23T10:16:41.5797320Z +++ '[' -f /Users/runner/work/1/s/.ci_support/osx_arm64_ogre1.12.yaml ']'
2021-10-23T10:16:41.5808470Z ++++ cat /Users/runner/work/1/s/.ci_support/osx_arm64_ogre1.12.yaml
2021-10-23T10:16:41.5811660Z ++++ shyaml get-value target_platform.0 osx-64
2021-10-23T10:16:41.6541520Z +++ HOST_PLATFORM=osx-arm64
2021-10-23T10:16:41.6545880Z +++ HOST_PLATFORM=osx-arm64
2021-10-23T10:16:41.6548620Z +++ [[ osx-arm64 != \o\s\x\-\6\4 ]]
2021-10-23T10:16:41.6550910Z +++ echo 'export CONDA_BUILD_CROSS_COMPILATION=1'
2021-10-23T10:16:41.6551520Z +++ export CONDA_BUILD_CROSS_COMPILATION=1
2021-10-23T10:16:41.6551990Z +++ CONDA_BUILD_CROSS_COMPILATION=1
2021-10-23T10:16:41.6552920Z +++ '[' -f /Users/runner/work/1/s/.ci_support/osx_arm64_ogre1.12.yaml ']'
2021-10-23T10:16:41.6553470Z +++ echo build_platform:
2021-10-23T10:16:41.6555700Z +++ echo '- osx-64'
2021-10-23T10:16:41.6557290Z +++ [[ osx-64 == \l\i\n\u\x\-\6\4 ]]
2021-10-23T10:16:41.6558410Z ++ source /Users/runner/miniforge3/bin/download_osx_sdk.sh
2021-10-23T10:16:41.6560010Z +++ '[' -f /Users/runner/work/1/s/.ci_support/osx_arm64_ogre1.12.yaml ']'
2021-10-23T10:16:41.6572400Z ++++ cat /Users/runner/work/1/s/.ci_support/osx_arm64_ogre1.12.yaml
2021-10-23T10:16:41.6593400Z ++++ shyaml get-value MACOSX_DEPLOYMENT_TARGET.0 10.9
2021-10-23T10:16:41.7296320Z +++ export MACOSX_DEPLOYMENT_TARGET=11.0
2021-10-23T10:16:41.7297900Z +++ MACOSX_DEPLOYMENT_TARGET=11.0
2021-10-23T10:16:41.7299230Z +++ export MACOSX_DEPLOYMENT_TARGET=11.0
2021-10-23T10:16:41.7300400Z +++ MACOSX_DEPLOYMENT_TARGET=11.0
2021-10-23T10:16:41.7302350Z +++ '[' -f /Users/runner/work/1/s/.ci_support/osx_arm64_ogre1.12.yaml ']'
2021-10-23T10:16:41.7312600Z ++++ cat /Users/runner/work/1/s/.ci_support/osx_arm64_ogre1.12.yaml
2021-10-23T10:16:41.7332640Z ++++ shyaml get-value MACOSX_SDK_VERSION.0 0
2021-10-23T10:16:41.8024220Z +++ export MACOSX_SDK_VERSION=0
2021-10-23T10:16:41.8025190Z +++ MACOSX_SDK_VERSION=0
2021-10-23T10:16:41.8040870Z ++++ cat /Users/runner/work/1/s/.ci_support/osx_arm64_ogre1.12.yaml
2021-10-23T10:16:41.8062660Z ++++ shyaml get-value WITH_LATEST_OSX_SDK.0 0
2021-10-23T10:16:41.8771030Z +++ export WITH_LATEST_OSX_SDK=0
2021-10-23T10:16:41.8772340Z +++ WITH_LATEST_OSX_SDK=0
2021-10-23T10:16:41.8772930Z +++ [[ 0 != \0 ]]
2021-10-23T10:16:41.8773360Z +++ [[ 0 == \0 ]]
2021-10-23T10:16:41.8774170Z +++ export MACOSX_SDK_VERSION=11.0
2021-10-23T10:16:41.8775440Z +++ MACOSX_SDK_VERSION=11.0
2021-10-23T10:16:41.8777080Z +++ export CONDA_BUILD_SYSROOT=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
2021-10-23T10:16:41.8778480Z +++ CONDA_BUILD_SYSROOT=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
2021-10-23T10:16:41.8781210Z +++ [[ ! -d /Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk ]]
2021-10-23T10:16:41.8784440Z +++ echo 'Downloading 11.0 sdk'
2021-10-23T10:16:41.8785390Z Downloading 11.0 sdk
2021-10-23T10:16:41.8788130Z +++ curl -L -O https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.0.sdk.tar.xz
2021-10-23T10:16:42.2398040Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2021-10-23T10:16:42.2498980Z                                  Dload  Upload   Total   Spent    Left  Speed
2021-10-23T10:16:42.2600160Z 
2021-10-23T10:16:42.3229640Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2021-10-23T10:16:42.3231390Z 100   627  100   627    0     0   7489      0 --:--:-- --:--:-- --:--:--  7554
2021-10-23T10:16:42.4837770Z 
2021-10-23T10:16:43.1061470Z  10 51.2M   10 5556k    0     0  22.2M      0  0:00:02 --:--:--  0:00:02 22.2M
2021-10-23T10:16:43.1162560Z 100 51.2M  100 51.2M    0     0  59.1M      0 --:--:-- --:--:-- --:--:-- 73.6M
2021-10-23T10:16:43.1264620Z ++++ dirname /Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
2021-10-23T10:16:43.1365880Z +++ mkdir -p /Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
2021-10-23T10:16:43.1466900Z ++++ dirname /Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
2021-10-23T10:16:43.1568910Z +++ tar -xf MacOSX11.0.sdk.tar.xz -C /Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
2021-10-23T10:17:03.9688660Z +++ '[' '!' -z osx_arm64_ogre1.12 ']'
2021-10-23T10:17:03.9788780Z +++ echo ''
2021-10-23T10:17:03.9802710Z +++ echo CONDA_BUILD_SYSROOT:
2021-10-23T10:17:03.9826040Z +++ echo '- /Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk'
2021-10-23T10:17:03.9855960Z +++ echo ''
2021-10-23T10:17:03.9860680Z +++ echo 'export CONDA_BUILD_SYSROOT='\''/Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk'\'''
2021-10-23T10:17:03.9875700Z +++ echo 'export MACOSX_DEPLOYMENT_TARGET='\''11.0'\'''
2021-10-23T10:17:03.9882530Z +++ [[ -d /Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk ]]
2021-10-23T10:17:03.9891080Z +++ echo 'Found CONDA_BUILD_SYSROOT: /Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk'
2021-10-23T10:17:03.9895170Z Found CONDA_BUILD_SYSROOT: /Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
2021-10-23T10:17:03.9896380Z ++ [[ 11.0 == 10.* ]]
2021-10-23T10:17:03.9897890Z ++ '[' '!' -z osx_arm64_ogre1.12 ']'
2021-10-23T10:17:03.9899340Z ++ '[' '!' -z azure ']'
2021-10-23T10:17:03.9900300Z ++ echo CI:
2021-10-23T10:17:03.9901610Z ++ echo '- azure'
2021-10-23T10:17:03.9904600Z ++ echo ''
2021-10-23T10:17:03.9906970Z ++ cat /Users/runner/work/1/s/.ci_support/osx_arm64_ogre1.12.yaml
2021-10-23T10:17:03.9908130Z MACOSX_DEPLOYMENT_TARGET:
2021-10-23T10:17:03.9909410Z - '11.0'
2021-10-23T10:17:03.9910350Z c_compiler:
2021-10-23T10:17:03.9911610Z - clang
2021-10-23T10:17:03.9912520Z c_compiler_version:
2021-10-23T10:17:03.9914560Z - '11'
2021-10-23T10:17:03.9915540Z channel_sources:
2021-10-23T10:17:03.9917240Z - conda-forge
2021-10-23T10:17:03.9919850Z channel_targets:
2021-10-23T10:17:03.9922050Z - conda-forge main
2021-10-23T10:17:03.9925240Z cxx_compiler:
2021-10-23T10:17:03.9929950Z - clangxx
2021-10-23T10:17:03.9952290Z cxx_compiler_version:
2021-10-23T10:17:03.9962240Z - '11'
2021-10-23T10:17:03.9967760Z macos_machine:
2021-10-23T10:17:03.9973010Z - arm64-apple-darwin20.0.0
2021-10-23T10:17:03.9994540Z ogre:
2021-10-23T10:17:03.9999800Z - '1.12'
2021-10-23T10:17:04.0019890Z target_platform:
2021-10-23T10:17:04.0122970Z - osx-arm64
2021-10-23T10:17:04.0224670Z zip_keys:
2021-10-23T10:17:04.0327040Z - - c_compiler_version
2021-10-23T10:17:04.0391170Z   - cxx_compiler_version
2021-10-23T10:17:04.0492720Z build_platform:
2021-10-23T10:17:04.0514440Z - osx-64
2021-10-23T10:17:04.0515290Z 
2021-10-23T10:17:04.0516340Z CONDA_BUILD_SYSROOT:
2021-10-23T10:17:04.0518000Z - /Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
2021-10-23T10:17:04.0518780Z 
2021-10-23T10:17:04.0519590Z CI:
2021-10-23T10:17:04.0520840Z - azure
2021-10-23T10:17:04.0521510Z 
2021-10-23T10:17:04.0522400Z ++ conda info
2021-10-23T10:17:04.0523300Z ++ local cmd=info
2021-10-23T10:17:04.0524190Z ++ case "$cmd" in
2021-10-23T10:17:04.0525100Z ++ __conda_exe info
2021-10-23T10:17:04.0527550Z ++ __add_sys_prefix_to_path
2021-10-23T10:17:04.0528920Z ++ '[' -n '' ']'
2021-10-23T10:17:04.0530290Z +++ dirname /Users/runner/miniforge3/bin/conda
2021-10-23T10:17:04.0531280Z ++ SYSP=/Users/runner/miniforge3/bin
2021-10-23T10:17:04.0532250Z +++ dirname /Users/runner/miniforge3/bin
2021-10-23T10:17:04.0533200Z ++ SYSP=/Users/runner/miniforge3
2021-10-23T10:17:04.0534590Z ++ '[' -n '' ']'
2021-10-23T10:17:04.0537520Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:04.0539680Z ++ export PATH
2021-10-23T10:17:04.0540650Z ++ /Users/runner/miniforge3/bin/conda info
2021-10-23T10:17:04.3900210Z 
2021-10-23T10:17:04.3901760Z      active environment : base
2021-10-23T10:17:04.3902900Z     active env location : /Users/runner/miniforge3
2021-10-23T10:17:04.3903990Z             shell level : 1
2021-10-23T10:17:04.3905000Z        user config file : /Users/runner/.condarc
2021-10-23T10:17:04.3906100Z  populated config files : /Users/runner/miniforge3/.condarc
2021-10-23T10:17:04.3907180Z                           /Users/runner/.condarc
2021-10-23T10:17:04.3908180Z           conda version : 4.10.3
2021-10-23T10:17:04.3909930Z     conda-build version : 3.21.4
2021-10-23T10:17:04.3910950Z          python version : 3.9.7.final.0
2021-10-23T10:17:04.3911970Z        virtual packages : __osx=10.15.7=0
2021-10-23T10:17:04.3912980Z                           __unix=0=0
2021-10-23T10:17:04.3913950Z                           __archspec=1=x86_64
2021-10-23T10:17:04.3914990Z        base environment : /Users/runner/miniforge3  (writable)
2021-10-23T10:17:04.3916100Z       conda av data dir : /Users/runner/miniforge3/etc/conda
2021-10-23T10:17:04.3917110Z   conda av metadata url : None
2021-10-23T10:17:04.3937090Z            channel URLs : https://conda.anaconda.org/conda-forge/osx-64
2021-10-23T10:17:04.3942080Z                           https://conda.anaconda.org/conda-forge/noarch
2021-10-23T10:17:04.3943660Z           package cache : /Users/runner/miniforge3/pkgs
2021-10-23T10:17:04.3944750Z                           /Users/runner/.conda/pkgs
2021-10-23T10:17:04.3945860Z        envs directories : /Users/runner/miniforge3/envs
2021-10-23T10:17:04.3946900Z                           /Users/runner/.conda/envs
2021-10-23T10:17:04.3948480Z                platform : osx-64
2021-10-23T10:17:04.3950140Z              user-agent : conda/4.10.3 requests/2.26.0 CPython/3.9.7 Darwin/19.6.0 OSX/10.15.7
2021-10-23T10:17:04.3951330Z                 UID:GID : 501:20
2021-10-23T10:17:04.3952330Z              netrc file : None
2021-10-23T10:17:04.3953380Z            offline mode : False
2021-10-23T10:17:04.3954190Z 
2021-10-23T10:17:04.4346350Z ++ conda config --show-sources
2021-10-23T10:17:04.4355060Z ++ local cmd=config
2021-10-23T10:17:04.4364270Z ++ case "$cmd" in
2021-10-23T10:17:04.4368490Z ++ __conda_exe config --show-sources
2021-10-23T10:17:04.4369220Z ++ __add_sys_prefix_to_path
2021-10-23T10:17:04.4391940Z ++ '[' -n '' ']'
2021-10-23T10:17:04.4398950Z +++ dirname /Users/runner/miniforge3/bin/conda
2021-10-23T10:17:04.4400810Z ++ SYSP=/Users/runner/miniforge3/bin
2021-10-23T10:17:04.4405220Z +++ dirname /Users/runner/miniforge3/bin
2021-10-23T10:17:04.4428770Z ++ SYSP=/Users/runner/miniforge3
2021-10-23T10:17:04.4433980Z ++ '[' -n '' ']'
2021-10-23T10:17:04.4438370Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:04.4440610Z ++ export PATH
2021-10-23T10:17:04.4441930Z ++ /Users/runner/miniforge3/bin/conda config --show-sources
2021-10-23T10:17:04.6529710Z ==> /Users/runner/miniforge3/.condarc <==
2021-10-23T10:17:04.6626160Z channels:
2021-10-23T10:17:04.6715830Z   - conda-forge
2021-10-23T10:17:04.6717340Z 
2021-10-23T10:17:04.6718380Z ==> /Users/runner/.condarc <==
2021-10-23T10:17:04.6719490Z add_pip_as_python_dependency: False
2021-10-23T10:17:04.6720690Z auto_update_conda: False
2021-10-23T10:17:04.6721770Z aggressive_update_packages:
2021-10-23T10:17:04.6723400Z   - ca-certificates
2021-10-23T10:17:04.6724800Z   - certifi
2021-10-23T10:17:04.6725870Z channel_priority: strict
2021-10-23T10:17:04.6726890Z channels:
2021-10-23T10:17:04.6728230Z   - conda-forge
2021-10-23T10:17:04.6729300Z show_channel_urls: True
2021-10-23T10:17:04.6730100Z 
2021-10-23T10:17:04.6755830Z ++ conda list --show-channel-urls
2021-10-23T10:17:04.6757100Z ++ local cmd=list
2021-10-23T10:17:04.6758160Z ++ case "$cmd" in
2021-10-23T10:17:04.6759590Z ++ __conda_exe list --show-channel-urls
2021-10-23T10:17:04.6763890Z ++ __add_sys_prefix_to_path
2021-10-23T10:17:04.6764890Z ++ '[' -n '' ']'
2021-10-23T10:17:04.6771060Z +++ dirname /Users/runner/miniforge3/bin/conda
2021-10-23T10:17:04.6796920Z ++ SYSP=/Users/runner/miniforge3/bin
2021-10-23T10:17:04.6808990Z +++ dirname /Users/runner/miniforge3/bin
2021-10-23T10:17:04.6840610Z ++ SYSP=/Users/runner/miniforge3
2021-10-23T10:17:04.6842360Z ++ '[' -n '' ']'
2021-10-23T10:17:04.6846160Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:04.6848370Z ++ export PATH
2021-10-23T10:17:04.6850030Z ++ /Users/runner/miniforge3/bin/conda list --show-channel-urls
2021-10-23T10:17:05.6728130Z # packages in environment at /Users/runner/miniforge3:
2021-10-23T10:17:05.6829920Z #
2021-10-23T10:17:05.7058270Z # Name                    Version                   Build  Channel
2021-10-23T10:17:05.7159640Z anaconda-client           1.8.0              pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:05.7261670Z attrs                     21.2.0             pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:05.7364320Z backports                 1.0                        py_2    conda-forge
2021-10-23T10:17:05.7466900Z backports.functools_lru_cache 1.6.4              pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:05.7569410Z beautifulsoup4            4.10.0             pyha770c72_0    conda-forge
2021-10-23T10:17:05.7647550Z boa                       0.7.0              pyha770c72_0    conda-forge
2021-10-23T10:17:05.7721850Z brotlipy                  0.7.0           py39h89e85a6_1001    conda-forge
2021-10-23T10:17:05.7774820Z bzip2                     1.0.8                h0d85af4_4    conda-forge
2021-10-23T10:17:05.7823370Z c-ares                    1.17.2               h0d85af4_0    conda-forge
2021-10-23T10:17:05.7882560Z ca-certificates           2021.10.8            h033912b_0    conda-forge
2021-10-23T10:17:05.7918260Z cctools                   949.0.1             hd9211c8_23    conda-forge
2021-10-23T10:17:05.7958380Z cctools_osx-64            949.0.1             h6407bdd_23    conda-forge
2021-10-23T10:17:05.7993560Z certifi                   2021.10.8        py39h6e9494a_0    conda-forge
2021-10-23T10:17:05.8029220Z cffi                      1.14.6           py39he338e87_1    conda-forge
2021-10-23T10:17:05.8060480Z chardet                   4.0.0            py39h6e9494a_1    conda-forge
2021-10-23T10:17:05.8091730Z charset-normalizer        2.0.0              pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:05.8166660Z click                     8.0.3            py39h6e9494a_0    conda-forge
2021-10-23T10:17:05.8269550Z clyent                    1.2.2                      py_1    conda-forge
2021-10-23T10:17:05.8372450Z colorama                  0.4.4              pyh9f0ad1d_0    conda-forge
2021-10-23T10:17:05.8474950Z commonmark                0.9.1                      py_0    conda-forge
2021-10-23T10:17:05.8598090Z conda                     4.10.3           py39h6e9494a_2    conda-forge
2021-10-23T10:17:05.8701300Z conda-build               3.21.4           py39h6e9494a_0    conda-forge
2021-10-23T10:17:05.8772720Z conda-env                 2.6.0                         1    conda-forge
2021-10-23T10:17:05.8831940Z conda-forge-ci-setup      3.15.0           py39hb0a6171_0    conda-forge
2021-10-23T10:17:05.8884490Z conda-package-handling    1.7.3            py39h89e85a6_0    conda-forge
2021-10-23T10:17:05.8938630Z cryptography              3.4.8            py39ha2c9959_0    conda-forge
2021-10-23T10:17:05.8994910Z curl                      7.79.1               hf45b732_1    conda-forge
2021-10-23T10:17:05.9050150Z dataclasses               0.8                pyhc8e2a94_3    conda-forge
2021-10-23T10:17:05.9117290Z expat                     2.4.1                he49afe7_0    conda-forge
2021-10-23T10:17:05.9186250Z filelock                  3.3.1              pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:05.9272450Z future                    0.18.2           py39h6e9494a_3    conda-forge
2021-10-23T10:17:05.9316220Z gettext                   0.19.8.1          hd1a6beb_1008    conda-forge
2021-10-23T10:17:05.9419000Z git                       2.33.1          pl5321h9a53687_0    conda-forge
2021-10-23T10:17:05.9523050Z glob2                     0.7                        py_0    conda-forge
2021-10-23T10:17:05.9623580Z icu                       68.1                 h74dc148_0    conda-forge
2021-10-23T10:17:05.9709290Z idna                      3.1                pyhd3deb0d_0    conda-forge
2021-10-23T10:17:05.9812170Z importlib-metadata        4.8.1            py39h6e9494a_0    conda-forge
2021-10-23T10:17:05.9914820Z ipython_genutils          0.2.0                      py_1    conda-forge
2021-10-23T10:17:06.0015040Z jinja2                    3.0.2              pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:06.0117770Z joblib                    1.1.0              pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:06.0181330Z jq                        1.6               hc929b4f_1000    conda-forge
2021-10-23T10:17:06.0248630Z json5                     0.9.5              pyh9f0ad1d_0    conda-forge
2021-10-23T10:17:06.0312420Z jsonschema                4.1.2              pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:06.0342870Z jupyter_core              4.8.1            py39h6e9494a_0    conda-forge
2021-10-23T10:17:06.0403230Z krb5                      1.19.2               hcfbf3a7_2    conda-forge
2021-10-23T10:17:06.0455060Z ld64                      530                 hd2e7500_23    conda-forge
2021-10-23T10:17:06.0549170Z ld64_osx-64               530                 he8994da_23    conda-forge
2021-10-23T10:17:06.0651800Z ldid                      2.1.2                h6a69015_3    conda-forge
2021-10-23T10:17:06.0754560Z libarchive                3.5.2                h2b60450_1    conda-forge
2021-10-23T10:17:06.0856980Z libcurl                   7.79.1               hf45b732_1    conda-forge
2021-10-23T10:17:06.0954850Z libcxx                    12.0.1               habf9029_0    conda-forge
2021-10-23T10:17:06.0985810Z libedit                   3.1.20191231         h0678c8f_2    conda-forge
2021-10-23T10:17:06.1088710Z libev                     4.33                 haf1e3a3_1    conda-forge
2021-10-23T10:17:06.1189860Z libffi                    3.4.2                he49afe7_4    conda-forge
2021-10-23T10:17:06.1292610Z libiconv                  1.16                 haf1e3a3_0    conda-forge
2021-10-23T10:17:06.1334040Z liblief                   0.11.5               he49afe7_0    conda-forge
2021-10-23T10:17:06.1404780Z libllvm12                 12.0.1               hd011deb_2    conda-forge
2021-10-23T10:17:06.1431270Z libnghttp2                1.43.0               h6f36284_1    conda-forge
2021-10-23T10:17:06.1452540Z libsolv                   0.7.19               hcf210ce_5    conda-forge
2021-10-23T10:17:06.1456600Z libssh2                   1.10.0               h52ee1ee_2    conda-forge
2021-10-23T10:17:06.1471560Z libxml2                   2.9.12               h93ec3fd_0    conda-forge
2021-10-23T10:17:06.1489100Z libzlib                   1.2.11            h9173be1_1013    conda-forge
2021-10-23T10:17:06.1491320Z lz4-c                     1.9.3                he49afe7_1    conda-forge
2021-10-23T10:17:06.1549480Z lzo                       2.10              haf1e3a3_1000    conda-forge
2021-10-23T10:17:06.1567850Z mamba                     0.17.0           py39hb671511_0    conda-forge
2021-10-23T10:17:06.1589320Z markupsafe                2.0.1            py39h89e85a6_0    conda-forge
2021-10-23T10:17:06.1591560Z nbformat                  5.1.3              pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:06.1593350Z ncurses                   6.2                  h2e338ed_4    conda-forge
2021-10-23T10:17:06.1596550Z oniguruma                 6.9.7.1              h0d85af4_0    conda-forge
2021-10-23T10:17:06.1598850Z openssl                   1.1.1l               h0d85af4_0    conda-forge
2021-10-23T10:17:06.1601680Z pcre2                     10.37                ha16e1b2_0    conda-forge
2021-10-23T10:17:06.1603390Z perl                      5.32.1          1_h0d85af4_perl5    conda-forge
2021-10-23T10:17:06.1605180Z pip                       21.3.1             pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:06.1607190Z pkginfo                   1.7.1              pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:06.1608930Z prompt-toolkit            3.0.21             pyha770c72_0    conda-forge
2021-10-23T10:17:06.1610630Z prompt_toolkit            3.0.21               hd8ed1ab_0    conda-forge
2021-10-23T10:17:06.1612680Z psutil                    5.8.0            py39h89e85a6_1    conda-forge
2021-10-23T10:17:06.1614460Z py-lief                   0.11.5           py39h9fcab8e_0    conda-forge
2021-10-23T10:17:06.1616160Z pycosat                   0.6.3           py39h89e85a6_1006    conda-forge
2021-10-23T10:17:06.1617970Z pycparser                 2.20               pyh9f0ad1d_2    conda-forge
2021-10-23T10:17:06.1619650Z pygments                  2.10.0             pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:06.1621090Z pyopenssl                 21.0.0             pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:06.1623710Z pyrsistent                0.17.3           py39h89e85a6_2    conda-forge
2021-10-23T10:17:06.1653210Z pysocks                   1.7.1            py39h6e9494a_3    conda-forge
2021-10-23T10:17:06.1669810Z python                    3.9.7           h1248fe1_3_cpython    conda-forge
2021-10-23T10:17:06.1673590Z python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:06.1679430Z python-libarchive-c       3.1              py39h6e9494a_0    conda-forge
2021-10-23T10:17:06.1682770Z python_abi                3.9                      2_cp39    conda-forge
2021-10-23T10:17:06.1688120Z pytz                      2021.3             pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:06.1691710Z pyyaml                    6.0              py39h89e85a6_0    conda-forge
2021-10-23T10:17:06.1696620Z readline                  8.1                  h05e3726_0    conda-forge
2021-10-23T10:17:06.1700410Z reproc                    14.2.3               h0d85af4_0    conda-forge
2021-10-23T10:17:06.1709230Z reproc-cpp                14.2.3               he49afe7_0    conda-forge
2021-10-23T10:17:06.1713340Z requests                  2.26.0             pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:06.1718510Z rich                      10.12.0          py39h6e9494a_0    conda-forge
2021-10-23T10:17:06.1722230Z ripgrep                   13.0.0               h80d2146_1    conda-forge
2021-10-23T10:17:06.1727680Z ruamel.yaml               0.17.16          py39h89e85a6_0    conda-forge
2021-10-23T10:17:06.1731730Z ruamel.yaml.clib          0.2.2            py39hcbf5805_2    conda-forge
2021-10-23T10:17:06.1758930Z ruamel_yaml               0.15.80         py39h89e85a6_1004    conda-forge
2021-10-23T10:17:06.1781310Z setuptools                58.2.0           py39h6e9494a_0    conda-forge
2021-10-23T10:17:06.1785150Z shyaml                    0.6.2              pyhd3deb0d_0    conda-forge
2021-10-23T10:17:06.1795350Z six                       1.16.0             pyh6c4a22f_0    conda-forge
2021-10-23T10:17:06.1799330Z soupsieve                 2.0.1                      py_1    conda-forge
2021-10-23T10:17:06.1807330Z sqlite                    3.36.0               h23a322b_2    conda-forge
2021-10-23T10:17:06.1811160Z tapi                      1100.0.11            h9ce4665_0    conda-forge
2021-10-23T10:17:06.1819140Z tk                        8.6.11               h5dbffcc_1    conda-forge
2021-10-23T10:17:06.1823180Z tqdm                      4.62.3             pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:06.1831900Z traitlets                 5.1.0              pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:06.1835450Z typing_extensions         3.10.0.2           pyha770c72_0    conda-forge
2021-10-23T10:17:06.1845700Z tzdata                    2021c                he74cb21_0    conda-forge
2021-10-23T10:17:06.1849570Z urllib3                   1.26.7             pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:06.1857190Z watchgod                  0.7                pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:06.1867870Z wcwidth                   0.2.5              pyh9f0ad1d_2    conda-forge
2021-10-23T10:17:06.1878210Z wheel                     0.37.0             pyhd8ed1ab_1    conda-forge
2021-10-23T10:17:06.1887630Z xz                        5.2.5                haf1e3a3_1    conda-forge
2021-10-23T10:17:06.1892700Z yaml                      0.2.5                haf1e3a3_0    conda-forge
2021-10-23T10:17:06.1901220Z zipp                      3.6.0              pyhd8ed1ab_0    conda-forge
2021-10-23T10:17:06.1902880Z zlib                      1.2.11            h9173be1_1013    conda-forge
2021-10-23T10:17:06.1904600Z zstd                      1.5.0                h582d3a0_0    conda-forge
2021-10-23T10:17:06.1905690Z ++ [[ azure == \a\z\u\r\e ]]
2021-10-23T10:17:06.1908600Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1910750Z +++ sed s#/Users/runner/.yarn/bin:##g
2021-10-23T10:17:06.1913590Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1917890Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1920020Z +++ sed s#/Users/runner/Library/Android/sdk/tools:##g
2021-10-23T10:17:06.1922810Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1926670Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/Library/Android/sdk/platform-tools:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1929200Z +++ sed s#/Users/runner/Library/Android/sdk/platform-tools:##g
2021-10-23T10:17:06.1932020Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1936150Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1938590Z +++ sed s#/Users/runner/Library/Android/sdk/ndk-bundle:##g
2021-10-23T10:17:06.1940520Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1943120Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/2.7.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1944950Z +++ sed s#/usr/local/lib/ruby/gems/2.7.0/bin:##g
2021-10-23T10:17:06.1947230Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1949700Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/opt/[email protected]/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1951440Z +++ sed s#/usr/local/opt/[email protected]/bin:##g
2021-10-23T10:17:06.1953090Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1955420Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1957080Z +++ sed s#/Users/runner/.cargo/bin:##g
2021-10-23T10:17:06.1958600Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/opt/pipx_bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1960780Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/opt/pipx_bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1962730Z +++ sed s#/usr/local/opt/curl/bin:##g
2021-10-23T10:17:06.1964830Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/opt/pipx_bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1967020Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/opt/pipx_bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1968810Z +++ sed s#/usr/local/opt/pipx_bin##g
2021-10-23T10:17:06.1970300Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin::/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1972540Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin::/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1974500Z +++ sed s#/Users/runner/.dotnet/tools:##g
2021-10-23T10:17:06.1975980Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin::/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1977870Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin::/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.ghcup/bin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1979270Z +++ sed s#/Users/runner/.ghcup/bin:##g
2021-10-23T10:17:06.1980590Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin::/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1982350Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin::/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1983950Z +++ sed s#/Users/runner/hostedtoolcache/stack/2.7.3/x64:##g
2021-10-23T10:17:06.1985440Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin::/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:06.1986790Z ++ export PATH
2021-10-23T10:17:06.1987660Z ##[endgroup]
2021-10-23T10:17:06.1989110Z + echo -e '\n\nMaking the build clobber file'
2021-10-23T10:17:06.1989890Z 
2021-10-23T10:17:06.1990700Z 
2021-10-23T10:17:06.1991670Z Making the build clobber file
2021-10-23T10:17:06.1992860Z + make_build_number ./ ./recipe ./.ci_support/osx_arm64_ogre1.12.yaml
2021-10-23T10:17:07.2982190Z + [[ osx-arm64 != \o\s\x\-\6\4 ]]
2021-10-23T10:17:07.3001400Z + EXTRA_CB_OPTIONS=' --no-test'
2021-10-23T10:17:07.3019520Z + conda mambabuild ./recipe -m ./.ci_support/osx_arm64_ogre1.12.yaml --suppress-variables --clobber-file ./.ci_support/clobber_osx_arm64_ogre1.12.yaml --no-test
2021-10-23T10:17:07.3024820Z + local cmd=mambabuild
2021-10-23T10:17:07.3111530Z + case "$cmd" in
2021-10-23T10:17:07.3119770Z + __conda_exe mambabuild ./recipe -m ./.ci_support/osx_arm64_ogre1.12.yaml --suppress-variables --clobber-file ./.ci_support/clobber_osx_arm64_ogre1.12.yaml --no-test
2021-10-23T10:17:07.3140540Z + __add_sys_prefix_to_path
2021-10-23T10:17:07.3173030Z + '[' -n '' ']'
2021-10-23T10:17:07.3219980Z ++ dirname /Users/runner/miniforge3/bin/conda
2021-10-23T10:17:07.3250430Z + SYSP=/Users/runner/miniforge3/bin
2021-10-23T10:17:07.3290110Z ++ dirname /Users/runner/miniforge3/bin
2021-10-23T10:17:07.3324650Z + SYSP=/Users/runner/miniforge3
2021-10-23T10:17:07.3329090Z + '[' -n '' ']'
2021-10-23T10:17:07.3349490Z + PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin::/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/hostedtoolcache/stack/2.7.3/x64
2021-10-23T10:17:07.3356040Z + export PATH
2021-10-23T10:17:07.3361500Z + /Users/runner/miniforge3/bin/conda mambabuild ./recipe -m ./.ci_support/osx_arm64_ogre1.12.yaml --suppress-variables --clobber-file ./.ci_support/clobber_osx_arm64_ogre1.12.yaml --no-test
2021-10-23T10:17:08.8172650Z Updating build index: /Users/runner/miniforge3/conda-bld
2021-10-23T10:17:08.8174030Z 
2021-10-23T10:17:08.9387290Z No numpy version specified in conda_build_config.yaml.  Falling back to default numpy value of 1.16
2021-10-23T10:17:08.9388420Z WARNING:conda_build.metadata:No numpy version specified in conda_build_config.yaml.  Falling back to default numpy value of 1.16
2021-10-23T10:17:08.9829360Z Adding in variants from internal_defaults
2021-10-23T10:17:08.9830850Z INFO:conda_build.variants:Adding in variants from internal_defaults
2021-10-23T10:17:08.9832310Z INFO:conda_build.variants:Adding in variants from /Users/runner/work/1/s/recipe/conda_build_config.yaml
2021-10-23T10:17:08.9833550Z Adding in variants from /Users/runner/work/1/s/recipe/conda_build_config.yaml
2021-10-23T10:17:08.9834770Z Adding in variants from /Users/runner/work/1/s/.ci_support/osx_arm64_ogre1.12.yaml
2021-10-23T10:17:08.9835990Z INFO:conda_build.variants:Adding in variants from /Users/runner/work/1/s/.ci_support/osx_arm64_ogre1.12.yaml
2021-10-23T10:17:09.0908020Z Attempting to finalize metadata for libignition-rendering6
2021-10-23T10:17:09.0910470Z INFO:conda_build.metadata:Attempting to finalize metadata for libignition-rendering6
2021-10-23T10:17:09.5936510Z conda-forge/osx-arm64     
2021-10-23T10:17:11.0242650Z conda-forge/noarch        
2021-10-23T10:17:14.2134940Z Reloading output folder: /Users/runner/miniforge3/conda-bld
2021-10-23T10:17:14.2234280Z Users/runner/miniforge3/  
2021-10-23T10:17:14.2276020Z Users/runner/miniforge3/  
2021-10-23T10:17:14.2506240Z Mamba failed to solve:
2021-10-23T10:17:14.2510330Z  - ogre 1.12.*
2021-10-23T10:17:14.2511810Z  - xorg-libx11
2021-10-23T10:17:14.2513200Z  - xorg-libxext
2021-10-23T10:17:14.2514140Z  - libignition-math6 >=6.6
2021-10-23T10:17:14.2515320Z  - libignition-plugin1
2021-10-23T10:17:14.2516790Z  - libignition-utils1
2021-10-23T10:17:14.2518960Z  - libignition-common4
2021-10-23T10:17:14.2519690Z 
2021-10-23T10:17:14.2521030Z with channels:
2021-10-23T10:17:14.2521890Z 
2021-10-23T10:17:14.2522730Z The reported errors are:
2021-10-23T10:17:14.2523780Z    Encountered problems while solving:
2021-10-23T10:17:14.2525520Z      - package libignition-common4-4.0.0-h2f5f0ec_0 requires libglib >=2.68.1,<3.0a0, but none of the providers can be installed
2021-10-23T10:17:14.2531260Z    
2021-10-23T10:17:14.2725830Z Traceback (most recent call last):
2021-10-23T10:17:14.2728060Z   File "/Users/runner/miniforge3/bin/conda-mambabuild", line 10, in <module>
2021-10-23T10:17:14.2739630Z     sys.exit(main())
2021-10-23T10:17:14.2741340Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/boa/cli/mambabuild.py", line 164, in main
2021-10-23T10:17:14.2742840Z     call_conda_build(action, config)
2021-10-23T10:17:14.2747560Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/boa/cli/mambabuild.py", line 137, in call_conda_build
2021-10-23T10:17:14.2748710Z     result = api.build(
2021-10-23T10:17:14.2754890Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/api.py", line 186, in build
2021-10-23T10:17:14.2755920Z     return build_tree(
2021-10-23T10:17:14.2759340Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/build.py", line 3068, in build_tree
2021-10-23T10:17:14.2760600Z     packages_from_this = build(metadata, stats,
2021-10-23T10:17:14.2763490Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/build.py", line 2031, in build
2021-10-23T10:17:14.2764730Z     output_metas = expand_outputs([(m, need_source_download, need_reparse_in_env)])
2021-10-23T10:17:14.2766430Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/render.py", line 789, in expand_outputs
2021-10-23T10:17:14.2767780Z     for (output_dict, m) in deepcopy(_m).get_output_metadata_set(permit_unsatisfiable_variants=False):
2021-10-23T10:17:14.2770870Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/metadata.py", line 2115, in get_output_metadata_set
2021-10-23T10:17:14.2786830Z     conda_packages = finalize_outputs_pass(ref_metadata, conda_packages, pass_no=0,
2021-10-23T10:17:14.2889450Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/metadata.py", line 771, in finalize_outputs_pass
2021-10-23T10:17:14.2991230Z     parent_metadata.parse_until_resolved()
2021-10-23T10:17:14.3093920Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/metadata.py", line 1079, in parse_until_resolved
2021-10-23T10:17:14.3196630Z     self.parse_again(permit_undefined_jinja=False,
2021-10-23T10:17:14.3213290Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/metadata.py", line 1001, in parse_again
2021-10-23T10:17:14.3214940Z     self.meta = parse(self._get_contents(permit_undefined_jinja,
2021-10-23T10:17:14.3216670Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/metadata.py", line 1596, in _get_contents
2021-10-23T10:17:14.3217900Z     rendered = template.render(environment=env)
2021-10-23T10:17:14.3219460Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/jinja2/environment.py", line 1304, in render
2021-10-23T10:17:14.3220580Z     self.environment.handle_exception()
2021-10-23T10:17:14.3222130Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/jinja2/environment.py", line 925, in handle_exception
2021-10-23T10:17:14.3223260Z     raise rewrite_traceback_stack(source=source)
2021-10-23T10:17:14.3224770Z   File "/Users/runner/work/1/s/recipe/meta.yaml", line 44, in top-level template code
2021-10-23T10:17:14.3226370Z     - xorg-libxext                       # [unix]
2021-10-23T10:17:14.3227950Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/jinja_context.py", line 230, in pin_compatible
2021-10-23T10:17:14.3229570Z     pins, _, _ = get_env_dependencies(m, 'host', m.config.variant)
2021-10-23T10:17:14.3231210Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/conda_build/render.py", line 139, in get_env_dependencies
2021-10-23T10:17:14.3232410Z     actions = environ.get_install_actions(tmpdir, tuple(dependencies), env,
2021-10-23T10:17:14.3234120Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/boa/cli/mambabuild.py", line 83, in mamba_get_install_actions
2021-10-23T10:17:14.3235310Z     solution = solver.solve_for_action(_specs, prefix)
2021-10-23T10:17:14.3236880Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/boa/core/solver.py", line 233, in solve_for_action
2021-10-23T10:17:14.3237990Z     t = self.solve(specs)
2021-10-23T10:17:14.3239470Z   File "/Users/runner/miniforge3/lib/python3.9/site-packages/boa/core/solver.py", line 215, in solve
2021-10-23T10:17:14.3240600Z     raise RuntimeError("Solver could not find solution.")
2021-10-23T10:17:14.3242210Z RuntimeError: Solver could not find solution.
2021-10-23T10:17:14.4406850Z ##[error]Bash exited with code '1'.
2021-10-23T10:17:14.4446390Z ##[section]Finishing: Run OSX build

simple_demo from ign-rendering does not work

To start debugging #10, I first tried to compile and run the simple_demo from https://github.com/ignitionrobotics/ign-rendering/tree/ign-rendering5/examples/simple_demo .

git clone -b ign-rendering4 https://github.com/ignitionrobotics/ign-rendering
cd ign-rendering/examples/simple_demo
mkdir build
cd build
cmake ..
make 
./simple_demo

Unfortunatly, it does not seem to work, for an issue similar to apparently:

(ignrend) Silvios-iMac:build traversaro$ ./simple_demo 
[Msg] Loading plugin [ignition-rendering-ogre]
Error while loading the library [/Users/traversaro/miniforge3/envs/ignrend/lib/ignition-rendering-ogre]: dlopen(/Users/traversaro/miniforge3/envs/ignrend/lib, 5): no suitable image found.  Did find:
	/Users/traversaro/miniforge3/envs/ignrend/lib: not a file
	/Users/traversaro/miniforge3/envs/ignrend/lib: not a file
[Err] [RenderEngineManager.cc:470] Failed to load plugin [ignition-rendering-ogre] : couldn't load library on path [/Users/traversaro/miniforge3/envs/ignrend/lib].
Engine 'ogre' is not supported
[Msg] Loading plugin [optix]
Error while loading the library [/Users/traversaro/miniforge3/envs/ignrend/lib/optix]: dlopen(/Users/traversaro/miniforge3/envs/ignrend/lib, 5): no suitable image found.  Did find:
	/Users/traversaro/miniforge3/envs/ignrend/lib: not a file
	/Users/traversaro/miniforge3/envs/ignrend/lib: not a file
[Err] [RenderEngineManager.cc:470] Failed to load plugin [optix] : couldn't load library on path [/Users/traversaro/miniforge3/envs/ignrend/lib].
Engine 'optix' is not supported

Issue:


Environment (conda list):
$ conda list
(ignrend) Silvios-iMac:build traversaro$ conda list
# packages in environment at /Users/traversaro/miniforge3/envs/ignrend:
#
# Name                    Version                   Build  Channel
bzip2                     1.0.8                hc929b4f_4    conda-forge
eigen                     3.3.9                h926bf3e_1    conda-forge
ffmpeg                    4.3.1                hb787a4c_2    conda-forge
freeimage                 3.18.0               h7d96ac2_7    conda-forge
freetype                  2.10.4               h4cff582_1    conda-forge
gettext                   0.19.8.1          h7937167_1005    conda-forge
gmp                       6.2.1                h2e338ed_0    conda-forge
gnutls                    3.6.13               h756fd2b_1    conda-forge
gts                       0.7.6                hccb3bdf_2    conda-forge
ilmbase                   2.5.5                hfab91a5_0    conda-forge
jpeg                      9d                   hbcb3906_0    conda-forge
jxrlib                    1.1                  h35c211d_2    conda-forge
lame                      3.100             h35c211d_1001    conda-forge
lcms2                     2.12                 h577c468_0    conda-forge
libcxx                    11.1.0               habf9029_0    conda-forge
libffi                    3.3                  h046ec9c_2    conda-forge
libglib                   2.68.1               hd556434_0    conda-forge
libiconv                  1.16                 haf1e3a3_0    conda-forge
libignition-cmake2        2.7.0                he49afe7_1    conda-forge
libignition-common3       3.11.1               hca1d88e_0    conda-forge
libignition-math6         6.8.0                he49afe7_0    conda-forge
libignition-plugin1       1.2.0                he49afe7_0    conda-forge
libignition-rendering4    4.7.0                hdd72079_1    conda-forge
libpng                    1.6.37               h7cec526_2    conda-forge
libraw                    0.20.2               hefd3b78_1    conda-forge
libtiff                   4.2.0                h355d032_0    conda-forge
libwebp-base              1.2.0                h0d85af4_2    conda-forge
libxcb                    1.13              h35c211d_1003    conda-forge
lz4-c                     1.9.3                h046ec9c_0    conda-forge
nettle                    3.6                  hedd7734_0    conda-forge
ogre                      1.10.12              ha2b6a94_7    conda-forge
openexr                   2.5.5                h7fa7ffa_0    conda-forge
openh264                  2.1.1                hfd3ada9_0    conda-forge
openjpeg                  2.4.0                h6cbf5cd_0    conda-forge
pcre                      8.44                 hb1e8313_0    conda-forge
pthread-stubs             0.4               hc929b4f_1001    conda-forge
pugixml                   1.11.4               he49afe7_0    conda-forge
sdl2                      2.0.12               he49afe7_1    conda-forge
swig                      4.0.2                hce5123c_2    conda-forge
tinyxml2                  8.0.0                h1c7c35f_1    conda-forge
x264                      1!161.3030           h35c211d_0    conda-forge
xorg-kbproto              1.0.7             h35c211d_1002    conda-forge
xorg-libice               1.0.10               h0d85af4_0    conda-forge
xorg-libsm                1.2.3             h0d85af4_1000    conda-forge
xorg-libx11               1.6.12               haf1e3a3_0    conda-forge
xorg-libxau               1.0.9                h35c211d_0    conda-forge
xorg-libxaw               1.0.14               h0d85af4_0    conda-forge
xorg-libxdmcp             1.1.3                h35c211d_0    conda-forge
xorg-libxext              1.3.4                h01d97ff_0    conda-forge
xorg-libxmu               1.1.3                h0b31af3_0    conda-forge
xorg-libxpm               3.5.13               h0b31af3_0    conda-forge
xorg-libxt                1.1.5             h01d97ff_1003    conda-forge
xorg-xextproto            7.3.0             h35c211d_1002    conda-forge
xorg-xproto               7.0.31            h35c211d_1007    conda-forge
xz                        5.2.5                haf1e3a3_1    conda-forge
zlib                      1.2.11            h7795811_1010    conda-forge
zstd                      1.4.9                h582d3a0_0    conda-forge
zziplib                   0.13.69              h5dbffcc_1    conda-forge

Details about conda and system ( conda info ):
$ conda info
(ignrend) Silvios-iMac:build traversaro$ conda info

     active environment : ignrend
    active env location : /Users/traversaro/miniforge3/envs/ignrend
            shell level : 1
       user config file : /Users/traversaro/.condarc
 populated config files : /Users/traversaro/miniforge3/.condarc
                          /Users/traversaro/.condarc
          conda version : 4.10.1
    conda-build version : not installed
         python version : 3.8.8.final.0
       virtual packages : __osx=10.15.6=0
                          __unix=0=0
                          __archspec=1=x86_64
       base environment : /Users/traversaro/miniforge3  (writable)
      conda av data dir : /Users/traversaro/miniforge3/etc/conda
  conda av metadata url : https://repo.anaconda.com/pkgs/main
           channel URLs : https://conda.anaconda.org/conda-forge/osx-64
                          https://conda.anaconda.org/conda-forge/noarch
          package cache : /Users/traversaro/miniforge3/pkgs
                          /Users/traversaro/.conda/pkgs
       envs directories : /Users/traversaro/miniforge3/envs
                          /Users/traversaro/.conda/envs
               platform : osx-64
             user-agent : conda/4.10.1 requests/2.25.1 CPython/3.8.8 Darwin/19.6.0 OSX/10.15.6
                UID:GID : 501:20
             netrc file : None
           offline mode : False

Solve problem in activation scripts

PR #27 added some activation scripts to solve problems described in #25 . There are some problems in this activation scripts:

  • Major version of library is hardcoded
  • Only sh (for Linux/macOS) and command prompt (for Windows) is supported

I plan to solve this issue, but before the idea is to improve a bit https://github.com/mamba-org/multisheller to provide the tools to easily implement this improvements.

Unit test failures on Windows?

For some reason half the tests currently fail on Windows (all tests that start with check_... while the corresponding tests without check_ seem to be fine. (https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=268364&view=logs&jobId=a70f640f-cc53-5cd3-6cdc-236a1aa90802&j=a70f640f-cc53-5cd3-6cdc-236a1aa90802&t=f5d15007-a01c-5ad8-c9ce-4d519d3b275f)

Any ideas @JShep1 ?

I am unsure what's different here vs. staged recipes. We need to solve this issue to get a successful upload of the win-64 package (osx and linux are available now: https://anaconda.org/conda-forge/libignition-rendering4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.