conda-forge / lhapdf-feedstock

A conda-smithy repository for lhapdf.
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Is cython upper bound required? #21

Closed matthewfeickert closed 1 week ago

matthewfeickert commented 1 month ago

Comment:

In PR https://github.com/conda-forge/lhapdf-feedstock/pull/18 an upper bound on cython v3 was added for both the build and host requirements

https://github.com/conda-forge/lhapdf-feedstock/blob/5cd40801ba1be899220dcb85d3259ed779ae7bd6/recipe/meta.yaml#L20-L23

https://github.com/conda-forge/lhapdf-feedstock/blob/5cd40801ba1be899220dcb85d3259ed779ae7bd6/recipe/meta.yaml#L30-L32

It wasn't super clear from the PR why this was necessary. Is this still required?

Upper bounds on library dependencies can lead to breakage or installation problems in the future, so more curious if this can get changed to a lower bound to avoid breakage, or if there is a fundamental incompatibility with the lhapdf source code with cython v3 that would require a change in the project code itself.

scarlehoff commented 1 month ago

iirc, at the time when I was testing this package either there was no cython 3 for python 3.12 in conda-forge or it wasn't working. I was planning to revisit this at some point but completely forgot about it. Let me lift the restriction and see what does the CI say.

(there were no problems in linux so probably host should also have the cross-compilation qualifier)

scarlehoff commented 1 month ago

So, it is still broken (https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=999872&view=logs&j=1b8be447-c2bd-5772-b66a-a1146441bf88&t=0da7bde9-21e8-5d19-f418-738876121ca7&l=1970) but maybe the problem can be patched away.

matthewfeickert commented 1 month ago

Thanks @scarlehoff. If you post the full error log as a text file I can try to debug later this upcoming week.

scarlehoff commented 1 month ago

Is the log from the CI not public?

I can just merge or close that PR and you can open one remvoing the <3.

In any case, I can leave it here (also in pastebin)

log ``` 2024-08-11T07:28:58.2583860Z ##[section]Starting: Run OSX build 2024-08-11T07:28:58.2590100Z ============================================================================== 2024-08-11T07:28:58.2590580Z Task : Command line 2024-08-11T07:28:58.2590770Z Description : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows 2024-08-11T07:28:58.2590980Z Version : 2.243.1 2024-08-11T07:28:58.2591120Z Author : Microsoft Corporation 2024-08-11T07:28:58.2591260Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line 2024-08-11T07:28:58.2591870Z ============================================================================== 2024-08-11T07:28:58.6681250Z Generating script. 2024-08-11T07:28:58.6694130Z ========================== Starting Command Output =========================== 2024-08-11T07:28:58.6712170Z [command]/bin/bash --noprofile --norc /Users/runner/work/_temp/e9a712cf-501d-4593-9b0b-8475281bc103.sh 2024-08-11T07:28:58.6887760Z + MINIFORGE_HOME=/Users/runner/miniforge3 2024-08-11T07:28:58.6896350Z ##[group]Installing a fresh version of Miniforge 2024-08-11T07:28:58.6898980Z + MINIFORGE_URL=https://github.com/conda-forge/miniforge/releases/latest/download 2024-08-11T07:28:58.6909540Z ++ uname -m 2024-08-11T07:28:58.6930340Z + MINIFORGE_FILE=Miniforge3-MacOSX-x86_64.sh 2024-08-11T07:28:58.6931360Z + curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-x86_64.sh 2024-08-11T07:28:58.7690530Z % Total % Received % Xferd Average Speed Time Time Time Current 2024-08-11T07:28:58.7692580Z Dload Upload Total Spent Left Speed 2024-08-11T07:28:58.7693020Z 2024-08-11T07:28:58.8401710Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-08-11T07:28:58.8403880Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-08-11T07:28:58.8622800Z 2024-08-11T07:28:58.8625630Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-08-11T07:28:59.6866130Z 2024-08-11T07:29:00.3884340Z 18 58.0M 18 10.6M 0 0 17.1M 0 0:00:03 --:--:-- 0:00:03 17.1M 2024-08-11T07:29:00.4778670Z 90 58.0M 90 52.3M 0 0 32.2M 0 0:00:01 0:00:01 --:--:-- 41.7M 2024-08-11T07:29:00.4780370Z 100 58.0M 100 58.0M 0 0 33.9M 0 0:00:01 0:00:01 --:--:-- 43.4M 2024-08-11T07:29:00.4838050Z + rm -rf /Users/runner/miniforge3 2024-08-11T07:29:00.4866970Z + bash Miniforge3-MacOSX-x86_64.sh -b -p /Users/runner/miniforge3 2024-08-11T07:29:00.5082300Z PREFIX=/Users/runner/miniforge3 2024-08-11T07:29:00.8087670Z Unpacking payload ... 2024-08-11T07:29:01.3594920Z Extracting bzip2-1.0.8-h10d778d_5.conda 2024-08-11T07:29:01.3954090Z Extracting c-ares-1.28.1-h10d778d_0.conda 2024-08-11T07:29:01.4380720Z Extracting ca-certificates-2024.2.2-h8857fd0_0.conda 2024-08-11T07:29:01.4426760Z Extracting icu-73.2-hf5e326d_0.conda 2024-08-11T07:29:01.8024250Z Extracting libcxx-16.0.6-hd57cbcb_0.conda 2024-08-11T07:29:02.2933430Z Extracting libev-4.33-h10d778d_2.conda 2024-08-11T07:29:02.2989330Z Extracting libffi-3.4.2-h0d85af4_5.tar.bz2 2024-08-11T07:29:02.3122220Z Extracting libiconv-1.17-hd75f5a5_2.conda 2024-08-11T07:29:02.3238920Z Extracting libzlib-1.2.13-h8a1eda9_5.conda 2024-08-11T07:29:02.3294470Z Extracting lzo-2.10-haf1e3a3_1000.tar.bz2 2024-08-11T07:29:02.3686700Z Extracting ncurses-6.4.20240210-h73e2aa4_0.conda 2024-08-11T07:29:03.2133510Z Extracting pybind11-abi-4-hd8ed1ab_3.tar.bz2 2024-08-11T07:29:03.2215910Z Extracting python_abi-3.10-4_cp310.conda 2024-08-11T07:29:03.2251780Z Extracting reproc-14.2.4.post0-h10d778d_1.conda 2024-08-11T07:29:03.2378690Z Extracting tzdata-2024a-h0c530f3_0.conda 2024-08-11T07:29:03.4732830Z Extracting xz-5.2.6-h775f41a_0.tar.bz2 2024-08-11T07:29:03.5420260Z Extracting fmt-10.2.1-h7728843_0.conda 2024-08-11T07:29:03.5827660Z Extracting libedit-3.1.20191231-h0678c8f_2.tar.bz2 2024-08-11T07:29:03.6192900Z Extracting libsolv-0.7.28-h2d185b6_2.conda 2024-08-11T07:29:03.6603110Z Extracting libsqlite-3.45.2-h92b6c6a_0.conda 2024-08-11T07:29:03.6702700Z Extracting libxml2-2.12.6-hc0ae0f7_1.conda 2024-08-11T07:29:03.6927680Z Extracting lz4-c-1.9.4-hf0c8a7f_0.conda 2024-08-11T07:29:03.7027660Z Extracting openssl-3.2.1-hd75f5a5_1.conda 2024-08-11T07:29:03.7591980Z Extracting readline-8.2-h9e318b2_1.conda 2024-08-11T07:29:03.7703740Z Extracting reproc-cpp-14.2.4.post0-h93d8f39_1.conda 2024-08-11T07:29:03.7799200Z Extracting tk-8.6.13-h1abcd95_1.conda 2024-08-11T07:29:03.9859700Z Extracting yaml-cpp-0.8.0-he965462_0.conda 2024-08-11T07:29:04.0043610Z Extracting zstd-1.5.5-h829000d_0.conda 2024-08-11T07:29:04.0181850Z Extracting krb5-1.21.2-hb884880_0.conda 2024-08-11T07:29:04.0680550Z Extracting libarchive-3.7.2-hd35d340_1.conda 2024-08-11T07:29:04.0960370Z Extracting libnghttp2-1.58.0-h64cf6d3_1.conda 2024-08-11T07:29:04.1426140Z Extracting libssh2-1.11.0-hd019ec5_0.conda 2024-08-11T07:29:04.2953910Z Extracting python-3.10.14-h00d2728_0_cpython.conda 2024-08-11T07:29:05.1999800Z Extracting libcurl-8.7.1-h726d00d_0.conda 2024-08-11T07:29:05.2116020Z Extracting menuinst-2.0.2-py310h2ec42d9_0.conda 2024-08-11T07:29:05.2349580Z Extracting archspec-0.2.3-pyhd8ed1ab_0.conda 2024-08-11T07:29:05.2576710Z Extracting boltons-24.0.0-pyhd8ed1ab_0.conda 2024-08-11T07:29:05.3350040Z Extracting brotli-python-1.1.0-py310h9e9d8ca_1.conda 2024-08-11T07:29:05.3435260Z Extracting certifi-2024.2.2-pyhd8ed1ab_0.conda 2024-08-11T07:29:05.3499600Z Extracting charset-normalizer-3.3.2-pyhd8ed1ab_0.conda 2024-08-11T07:29:05.3603530Z Extracting colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 2024-08-11T07:29:05.3707210Z Extracting distro-1.9.0-pyhd8ed1ab_0.conda 2024-08-11T07:29:05.4186120Z Extracting idna-3.6-pyhd8ed1ab_0.conda 2024-08-11T07:29:05.4250730Z Extracting jsonpointer-2.4-py310h2ec42d9_3.conda 2024-08-11T07:29:05.4331480Z Extracting libmamba-1.5.8-ha449628_0.conda 2024-08-11T07:29:05.4664620Z Extracting packaging-24.0-pyhd8ed1ab_0.conda 2024-08-11T07:29:05.4758020Z Extracting platformdirs-4.2.0-pyhd8ed1ab_0.conda 2024-08-11T07:29:05.4822590Z Extracting pluggy-1.4.0-pyhd8ed1ab_0.conda 2024-08-11T07:29:05.4908640Z Extracting pycosat-0.6.6-py310h6729b98_0.conda 2024-08-11T07:29:05.4999930Z Extracting pycparser-2.22-pyhd8ed1ab_0.conda 2024-08-11T07:29:05.5393650Z Extracting pysocks-1.7.1-pyha2e5f31_6.tar.bz2 2024-08-11T07:29:05.5469090Z Extracting ruamel.yaml.clib-0.2.8-py310hb372a2b_0.conda 2024-08-11T07:29:05.5530170Z Extracting setuptools-69.5.1-pyhd8ed1ab_0.conda 2024-08-11T07:29:05.6225460Z Extracting truststore-0.8.0-pyhd8ed1ab_0.conda 2024-08-11T07:29:05.6295570Z Extracting wheel-0.43.0-pyhd8ed1ab_1.conda 2024-08-11T07:29:05.6446340Z Extracting cffi-1.16.0-py310hdca579f_0.conda 2024-08-11T07:29:05.6686930Z Extracting jsonpatch-1.33-pyhd8ed1ab_0.conda 2024-08-11T07:29:05.6773940Z Extracting libmambapy-1.5.8-py310hd168405_0.conda 2024-08-11T07:29:05.6898520Z Extracting pip-24.0-pyhd8ed1ab_0.conda 2024-08-11T07:29:05.9109990Z Extracting ruamel.yaml-0.18.6-py310hb372a2b_0.conda 2024-08-11T07:29:05.9323860Z Extracting tqdm-4.66.2-pyhd8ed1ab_0.conda 2024-08-11T07:29:05.9509300Z Extracting urllib3-2.2.1-pyhd8ed1ab_0.conda 2024-08-11T07:29:05.9651920Z Extracting requests-2.31.0-pyhd8ed1ab_0.conda 2024-08-11T07:29:05.9746350Z Extracting zstandard-0.22.0-py310hd88f66e_0.conda 2024-08-11T07:29:05.9852140Z Extracting conda-package-streaming-0.9.0-pyhd8ed1ab_0.conda 2024-08-11T07:29:05.9952340Z Extracting conda-package-handling-2.2.0-pyh38be061_0.conda 2024-08-11T07:29:06.0098320Z Extracting conda-libmamba-solver-24.1.0-pyhd8ed1ab_0.conda 2024-08-11T07:29:06.0191250Z Extracting conda-24.3.0-py310h2ec42d9_0.conda 2024-08-11T07:29:06.1495960Z Extracting mamba-1.5.8-py310h6bde348_0.conda 2024-08-11T07:29:06.1725180Z 2024-08-11T07:29:06.1728750Z Installing base environment... 2024-08-11T07:29:06.1737450Z 2024-08-11T07:29:06.5371380Z Transaction 2024-08-11T07:29:06.5374430Z 2024-08-11T07:29:06.5376540Z Prefix: /Users/runner/miniforge3 2024-08-11T07:29:06.5377560Z 2024-08-11T07:29:06.5379240Z Updating specs: 2024-08-11T07:29:06.5383350Z 2024-08-11T07:29:06.5385530Z - conda-forge/osx-64::bzip2==1.0.8=h10d778d_5[md5=6097a6ca9ada32699b5fc4312dd6ef18] 2024-08-11T07:29:06.5391750Z - conda-forge/osx-64::c-ares==1.28.1=h10d778d_0[md5=d5eb7992227254c0e9a0ce71151f0079] 2024-08-11T07:29:06.5393900Z - conda-forge/osx-64::ca-certificates==2024.2.2=h8857fd0_0[md5=f2eacee8c33c43692f1ccfd33d0f50b1] 2024-08-11T07:29:06.5395960Z - conda-forge/osx-64::icu==73.2=hf5e326d_0[md5=5cc301d759ec03f28328428e28f65591] 2024-08-11T07:29:06.5398090Z - conda-forge/osx-64::libcxx==16.0.6=hd57cbcb_0[md5=7d6972792161077908b62971802f289a] 2024-08-11T07:29:06.5400040Z - conda-forge/osx-64::libev==4.33=h10d778d_2[md5=899db79329439820b7e8f8de41bca902] 2024-08-11T07:29:06.5402230Z - conda-forge/osx-64::libffi==3.4.2=h0d85af4_5[md5=ccb34fb14960ad8b125962d3d79b31a9] 2024-08-11T07:29:06.5403930Z - conda-forge/osx-64::libiconv==1.17=hd75f5a5_2[md5=6c3628d047e151efba7cf08c5e54d1ca] 2024-08-11T07:29:06.5405940Z - conda-forge/osx-64::libzlib==1.2.13=h8a1eda9_5[md5=4a3ad23f6e16f99c04e166767193d700] 2024-08-11T07:29:06.5408060Z - conda-forge/osx-64::lzo==2.10=haf1e3a3_1000[md5=0b6bca372a95d6c602c7a922e928ce79] 2024-08-11T07:29:06.5409740Z - conda-forge/osx-64::ncurses==6.4.20240210=h73e2aa4_0[md5=50f28c512e9ad78589e3eab34833f762] 2024-08-11T07:29:06.5410420Z - conda-forge/noarch::pybind11-abi==4=hd8ed1ab_3[md5=878f923dd6acc8aeb47a75da6c4098be] 2024-08-11T07:29:06.5411110Z - conda-forge/osx-64::python_abi==3.10=4_cp310[md5=b15c816c5a86abcc4d1458dd63aa4c65] 2024-08-11T07:29:06.5412290Z - conda-forge/osx-64::reproc==14.2.4.post0=h10d778d_1[md5=d7c3258e871481be5bbaf28b4729e29f] 2024-08-11T07:29:06.5414290Z - conda-forge/noarch::tzdata==2024a=h0c530f3_0[md5=161081fc7cec0bfda0d86d7cb595f8d8] 2024-08-11T07:29:06.5415530Z - conda-forge/osx-64::xz==5.2.6=h775f41a_0[md5=a72f9d4ea13d55d745ff1ed594747f10] 2024-08-11T07:29:06.5416940Z - conda-forge/osx-64::fmt==10.2.1=h7728843_0[md5=ab205d53bda43d03f5c5b993ccb406b3] 2024-08-11T07:29:06.5418160Z - conda-forge/osx-64::libedit==3.1.20191231=h0678c8f_2[md5=6016a8a1d0e63cac3de2c352cd40208b] 2024-08-11T07:29:06.5419820Z - conda-forge/osx-64::libsolv==0.7.28=h2d185b6_2[md5=bb6893e88ce3fdd5dca9a50890cfaf63] 2024-08-11T07:29:06.5421320Z - conda-forge/osx-64::libsqlite==3.45.2=h92b6c6a_0[md5=086f56e13a96a6cfb1bf640505ae6b70] 2024-08-11T07:29:06.5422830Z - conda-forge/osx-64::libxml2==2.12.6=hc0ae0f7_1[md5=bd85e0ca9e1ffaadc3b56079fd956035] 2024-08-11T07:29:06.5424510Z - conda-forge/osx-64::lz4-c==1.9.4=hf0c8a7f_0[md5=aa04f7143228308662696ac24023f991] 2024-08-11T07:29:06.5425770Z - conda-forge/osx-64::openssl==3.2.1=hd75f5a5_1[md5=570a6f04802df580be529f3a72d2bbf7] 2024-08-11T07:29:06.5427070Z - conda-forge/osx-64::readline==8.2=h9e318b2_1[md5=f17f77f2acf4d344734bda76829ce14e] 2024-08-11T07:29:06.5428590Z - conda-forge/osx-64::reproc-cpp==14.2.4.post0=h93d8f39_1[md5=a32e95ada0ee860c91e87266700970c3] 2024-08-11T07:29:06.5430340Z - conda-forge/osx-64::tk==8.6.13=h1abcd95_1[md5=bf830ba5afc507c6232d4ef0fb1a882d] 2024-08-11T07:29:06.5431790Z - conda-forge/osx-64::yaml-cpp==0.8.0=he965462_0[md5=1bb3addc859ed1338370da6e2996ef47] 2024-08-11T07:29:06.5433330Z - conda-forge/osx-64::zstd==1.5.5=h829000d_0[md5=80abc41d0c48b82fe0f04e7f42f5cb7e] 2024-08-11T07:29:06.5434450Z - conda-forge/osx-64::krb5==1.21.2=hb884880_0[md5=80505a68783f01dc8d7308c075261b2f] 2024-08-11T07:29:06.5435920Z - conda-forge/osx-64::libarchive==3.7.2=hd35d340_1[md5=8c7b79b20a67287a87b39df8a8c8dcc4] 2024-08-11T07:29:06.5437260Z - conda-forge/osx-64::libnghttp2==1.58.0=h64cf6d3_1[md5=faecc55c2a8155d9ff1c0ff9a0fef64f] 2024-08-11T07:29:06.5438580Z - conda-forge/osx-64::libssh2==1.11.0=hd019ec5_0[md5=ca3a72efba692c59a90d4b9fc0dfe774] 2024-08-11T07:29:06.5440040Z - conda-forge/osx-64::python==3.10.14=h00d2728_0_cpython[md5=0a1cddc4382c5c171e791c70740546dd] 2024-08-11T07:29:06.5441310Z - conda-forge/osx-64::libcurl==8.7.1=h726d00d_0[md5=fa58e5eaa12006bc3289a71357bef167] 2024-08-11T07:29:06.5443000Z - conda-forge/osx-64::menuinst==2.0.2=py310h2ec42d9_0[md5=695a6f4401b25418956a90fe6301f50d] 2024-08-11T07:29:06.5444850Z - conda-forge/noarch::archspec==0.2.3=pyhd8ed1ab_0[md5=192278292e20704f663b9c766909d67b] 2024-08-11T07:29:06.5446350Z - conda-forge/noarch::boltons==24.0.0=pyhd8ed1ab_0[md5=61de176bd62041f9cd5bd4fcd09eb0ff] 2024-08-11T07:29:06.5447820Z - conda-forge/osx-64::brotli-python==1.1.0=py310h9e9d8ca_1[md5=2362e323293e7699cf1e621d502f86d6] 2024-08-11T07:29:06.5449360Z - conda-forge/noarch::certifi==2024.2.2=pyhd8ed1ab_0[md5=0876280e409658fc6f9e75d035960333] 2024-08-11T07:29:06.5451820Z - conda-forge/noarch::charset-normalizer==3.3.2=pyhd8ed1ab_0[md5=7f4a9e3fcff3f6356ae99244a014da6a] 2024-08-11T07:29:06.5452400Z - conda-forge/noarch::colorama==0.4.6=pyhd8ed1ab_0[md5=3faab06a954c2a04039983f2c4a50d99] 2024-08-11T07:29:06.5454140Z - conda-forge/noarch::distro==1.9.0=pyhd8ed1ab_0[md5=bbdb409974cd6cb30071b1d978302726] 2024-08-11T07:29:06.5455570Z - conda-forge/noarch::idna==3.6=pyhd8ed1ab_0[md5=1a76f09108576397c41c0b0c5bd84134] 2024-08-11T07:29:06.5456940Z - conda-forge/osx-64::jsonpointer==2.4=py310h2ec42d9_3[md5=ca02450dbc1c346a06fc454b36ddab32] 2024-08-11T07:29:06.5458200Z - conda-forge/osx-64::libmamba==1.5.8=ha449628_0[md5=f4eafddd38618657afefb7540d4c1a20] 2024-08-11T07:29:06.5459450Z - conda-forge/noarch::packaging==24.0=pyhd8ed1ab_0[md5=248f521b64ce055e7feae3105e7abeb8] 2024-08-11T07:29:06.5460920Z - conda-forge/noarch::platformdirs==4.2.0=pyhd8ed1ab_0[md5=a0bc3eec34b0fab84be6b2da94e98e20] 2024-08-11T07:29:06.5462650Z - conda-forge/noarch::pluggy==1.4.0=pyhd8ed1ab_0[md5=139e9feb65187e916162917bb2484976] 2024-08-11T07:29:06.5464060Z - conda-forge/osx-64::pycosat==0.6.6=py310h6729b98_0[md5=89b601f80d076bf8053eea906293353c] 2024-08-11T07:29:06.5465620Z - conda-forge/noarch::pycparser==2.22=pyhd8ed1ab_0[md5=844d9eb3b43095b031874477f7d70088] 2024-08-11T07:29:06.5467050Z - conda-forge/noarch::pysocks==1.7.1=pyha2e5f31_6[md5=2a7de29fb590ca14b5243c4c812c8025] 2024-08-11T07:29:06.5468660Z - conda-forge/osx-64::ruamel.yaml.clib==0.2.8=py310hb372a2b_0[md5=a6254db88b5bf45d4870c3a63dc39e8d] 2024-08-11T07:29:06.5470100Z - conda-forge/noarch::setuptools==69.5.1=pyhd8ed1ab_0[md5=7462280d81f639363e6e63c81276bd9e] 2024-08-11T07:29:06.5471490Z - conda-forge/noarch::truststore==0.8.0=pyhd8ed1ab_0[md5=08316d001eca8854392cf2837828ea11] 2024-08-11T07:29:06.5473030Z - conda-forge/noarch::wheel==0.43.0=pyhd8ed1ab_1[md5=0b5293a157c2b5cd513dd1b03d8d3aae] 2024-08-11T07:29:06.5474360Z - conda-forge/osx-64::cffi==1.16.0=py310hdca579f_0[md5=b9e6213f0eb91f40c009ce69139c1869] 2024-08-11T07:29:06.5475740Z - conda-forge/noarch::jsonpatch==1.33=pyhd8ed1ab_0[md5=bfdb7c5c6ad1077c82a69a8642c87aff] 2024-08-11T07:29:06.5477470Z - conda-forge/osx-64::libmambapy==1.5.8=py310hd168405_0[md5=d7d4c802823fdc9b95b9240ca9e62181] 2024-08-11T07:29:06.5478730Z - conda-forge/noarch::pip==24.0=pyhd8ed1ab_0[md5=f586ac1e56c8638b64f9c8122a7b8a67] 2024-08-11T07:29:06.5480120Z - conda-forge/osx-64::ruamel.yaml==0.18.6=py310hb372a2b_0[md5=a6691c80f3bf62bc0df37b87caac6a70] 2024-08-11T07:29:06.5481880Z - conda-forge/noarch::tqdm==4.66.2=pyhd8ed1ab_0[md5=2b8dfb969f984497f3f98409a9545776] 2024-08-11T07:29:06.5484290Z - conda-forge/noarch::urllib3==2.2.1=pyhd8ed1ab_0[md5=08807a87fa7af10754d46f63b368e016] 2024-08-11T07:29:06.5485730Z - conda-forge/noarch::requests==2.31.0=pyhd8ed1ab_0[md5=a30144e4156cdbb236f99ebb49828f8b] 2024-08-11T07:29:06.5487060Z - conda-forge/osx-64::zstandard==0.22.0=py310hd88f66e_0[md5=88c991558201cae2b7e690c2e9d2e618] 2024-08-11T07:29:06.5488810Z - conda-forge/noarch::conda-package-streaming==0.9.0=pyhd8ed1ab_0[md5=38253361efb303deead3eab39ae9269b] 2024-08-11T07:29:06.5490020Z - conda-forge/noarch::conda-package-handling==2.2.0=pyh38be061_0[md5=8a3ae7f6318376aa08ea753367bb7dd6] 2024-08-11T07:29:06.5491750Z - conda-forge/noarch::conda-libmamba-solver==24.1.0=pyhd8ed1ab_0[md5=304dc78ad6e52e0fd663df1d484c1531] 2024-08-11T07:29:06.5493120Z - conda-forge/osx-64::conda==24.3.0=py310h2ec42d9_0[md5=edeb7e98b7b2ff05133c584aa2c732ca] 2024-08-11T07:29:06.5494680Z - conda-forge/osx-64::mamba==1.5.8=py310h6bde348_0[md5=d8f96626a2a8515c9e51b90001345db6] 2024-08-11T07:29:06.5495660Z 2024-08-11T07:29:06.5496760Z 2024-08-11T07:29:06.5498160Z Package Version Build Channel Size 2024-08-11T07:29:06.5500670Z ───────────────────────────────────────────────────────────────────────────────────── 2024-08-11T07:29:06.5502020Z Install: 2024-08-11T07:29:06.5503610Z ───────────────────────────────────────────────────────────────────────────────────── 2024-08-11T07:29:06.5505110Z 2024-08-11T07:29:06.5506310Z + bzip2 1.0.8 h10d778d_5 conda-forge 2024-08-11T07:29:06.5507570Z + c-ares 1.28.1 h10d778d_0 conda-forge 2024-08-11T07:29:06.5508920Z + ca-certificates 2024.2.2 h8857fd0_0 conda-forge 2024-08-11T07:29:06.5510050Z + icu 73.2 hf5e326d_0 conda-forge 2024-08-11T07:29:06.5511270Z + libcxx 16.0.6 hd57cbcb_0 conda-forge 2024-08-11T07:29:06.5512650Z + libev 4.33 h10d778d_2 conda-forge 2024-08-11T07:29:06.5513720Z + libffi 3.4.2 h0d85af4_5 conda-forge 2024-08-11T07:29:06.5515210Z + libiconv 1.17 hd75f5a5_2 conda-forge 2024-08-11T07:29:06.5516660Z + libzlib 1.2.13 h8a1eda9_5 conda-forge 2024-08-11T07:29:06.5517850Z + lzo 2.10 haf1e3a3_1000 conda-forge 2024-08-11T07:29:06.5519040Z + ncurses 6.4.20240210 h73e2aa4_0 conda-forge 2024-08-11T07:29:06.5520140Z + pybind11-abi 4 hd8ed1ab_3 conda-forge 2024-08-11T07:29:06.5521400Z + python_abi 3.10 4_cp310 conda-forge 2024-08-11T07:29:06.5522700Z + reproc 14.2.4.post0 h10d778d_1 conda-forge 2024-08-11T07:29:06.5523970Z + tzdata 2024a h0c530f3_0 conda-forge 2024-08-11T07:29:06.5525080Z + xz 5.2.6 h775f41a_0 conda-forge 2024-08-11T07:29:06.5526330Z + fmt 10.2.1 h7728843_0 conda-forge 2024-08-11T07:29:06.5526880Z + libedit 3.1.20191231 h0678c8f_2 conda-forge 2024-08-11T07:29:06.5527440Z + libsolv 0.7.28 h2d185b6_2 conda-forge 2024-08-11T07:29:06.5527950Z + libsqlite 3.45.2 h92b6c6a_0 conda-forge 2024-08-11T07:29:06.5528500Z + libxml2 2.12.6 hc0ae0f7_1 conda-forge 2024-08-11T07:29:06.5528910Z + lz4-c 1.9.4 hf0c8a7f_0 conda-forge 2024-08-11T07:29:06.5529560Z + openssl 3.2.1 hd75f5a5_1 conda-forge 2024-08-11T07:29:06.5529970Z + readline 8.2 h9e318b2_1 conda-forge 2024-08-11T07:29:06.5530650Z + reproc-cpp 14.2.4.post0 h93d8f39_1 conda-forge 2024-08-11T07:29:06.5531390Z + tk 8.6.13 h1abcd95_1 conda-forge 2024-08-11T07:29:06.5532150Z + yaml-cpp 0.8.0 he965462_0 conda-forge 2024-08-11T07:29:06.5532610Z + zstd 1.5.5 h829000d_0 conda-forge 2024-08-11T07:29:06.5532990Z + krb5 1.21.2 hb884880_0 conda-forge 2024-08-11T07:29:06.5533460Z + libarchive 3.7.2 hd35d340_1 conda-forge 2024-08-11T07:29:06.5533890Z + libnghttp2 1.58.0 h64cf6d3_1 conda-forge 2024-08-11T07:29:06.5534730Z + libssh2 1.11.0 hd019ec5_0 conda-forge 2024-08-11T07:29:06.5535240Z + python 3.10.14 h00d2728_0_cpython conda-forge 2024-08-11T07:29:06.5535770Z + libcurl 8.7.1 h726d00d_0 conda-forge 2024-08-11T07:29:06.5536260Z + menuinst 2.0.2 py310h2ec42d9_0 conda-forge 2024-08-11T07:29:06.5537020Z + archspec 0.2.3 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5537580Z + boltons 24.0.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5538100Z + brotli-python 1.1.0 py310h9e9d8ca_1 conda-forge 2024-08-11T07:29:06.5538540Z + certifi 2024.2.2 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5539030Z + charset-normalizer 3.3.2 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5539610Z + colorama 0.4.6 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5539990Z + distro 1.9.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5540820Z + idna 3.6 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5541420Z + jsonpointer 2.4 py310h2ec42d9_3 conda-forge 2024-08-11T07:29:06.5541940Z + libmamba 1.5.8 ha449628_0 conda-forge 2024-08-11T07:29:06.5542500Z + packaging 24.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5543000Z + platformdirs 4.2.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5543640Z + pluggy 1.4.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5544190Z + pycosat 0.6.6 py310h6729b98_0 conda-forge 2024-08-11T07:29:06.5544710Z + pycparser 2.22 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5545260Z + pysocks 1.7.1 pyha2e5f31_6 conda-forge 2024-08-11T07:29:06.5545780Z + ruamel.yaml.clib 0.2.8 py310hb372a2b_0 conda-forge 2024-08-11T07:29:06.5546350Z + setuptools 69.5.1 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5546910Z + truststore 0.8.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5547420Z + wheel 0.43.0 pyhd8ed1ab_1 conda-forge 2024-08-11T07:29:06.5547980Z + cffi 1.16.0 py310hdca579f_0 conda-forge 2024-08-11T07:29:06.5548480Z + jsonpatch 1.33 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5549050Z + libmambapy 1.5.8 py310hd168405_0 conda-forge 2024-08-11T07:29:06.5549550Z + pip 24.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5550110Z + ruamel.yaml 0.18.6 py310hb372a2b_0 conda-forge 2024-08-11T07:29:06.5550730Z + tqdm 4.66.2 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5551230Z + urllib3 2.2.1 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5598000Z + requests 2.31.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5598400Z + zstandard 0.22.0 py310hd88f66e_0 conda-forge 2024-08-11T07:29:06.5598790Z + conda-package-streaming 0.9.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5599180Z + conda-package-handling 2.2.0 pyh38be061_0 conda-forge 2024-08-11T07:29:06.5599560Z + conda-libmamba-solver 24.1.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:29:06.5600490Z + conda 24.3.0 py310h2ec42d9_0 conda-forge 2024-08-11T07:29:06.5601010Z + mamba 1.5.8 py310h6bde348_0 conda-forge 2024-08-11T07:29:06.5601180Z 2024-08-11T07:29:06.5601470Z Summary: 2024-08-11T07:29:06.5601630Z 2024-08-11T07:29:06.5601810Z Install: 69 packages 2024-08-11T07:29:06.5602010Z 2024-08-11T07:29:06.5602240Z Total download: 0 B 2024-08-11T07:29:06.5602680Z 2024-08-11T07:29:06.5603070Z ───────────────────────────────────────────────────────────────────────────────────── 2024-08-11T07:29:06.5603300Z 2024-08-11T07:29:06.5603490Z 2024-08-11T07:29:06.5603590Z 2024-08-11T07:29:06.5603780Z Transaction starting 2024-08-11T07:29:06.5607400Z Linking bzip2-1.0.8-h10d778d_5 2024-08-11T07:29:06.5688700Z Linking c-ares-1.28.1-h10d778d_0 2024-08-11T07:29:06.6319370Z Linking ca-certificates-2024.2.2-h8857fd0_0 2024-08-11T07:29:06.6332280Z Linking icu-73.2-hf5e326d_0 2024-08-11T07:29:06.7258420Z Linking libcxx-16.0.6-hd57cbcb_0 2024-08-11T07:29:07.0896840Z Linking libev-4.33-h10d778d_2 2024-08-11T07:29:07.0919160Z Linking libffi-3.4.2-h0d85af4_5 2024-08-11T07:29:07.1065240Z Linking libiconv-1.17-hd75f5a5_2 2024-08-11T07:29:07.1084540Z Linking libzlib-1.2.13-h8a1eda9_5 2024-08-11T07:29:07.1442830Z Linking lzo-2.10-haf1e3a3_1000 2024-08-11T07:29:07.2444760Z Linking ncurses-6.4.20240210-h73e2aa4_0 2024-08-11T07:29:10.5039300Z Linking pybind11-abi-4-hd8ed1ab_3 2024-08-11T07:29:10.5081040Z Linking python_abi-3.10-4_cp310 2024-08-11T07:29:10.5109490Z Linking reproc-14.2.4.post0-h10d778d_1 2024-08-11T07:29:10.5149740Z Linking tzdata-2024a-h0c530f3_0 2024-08-11T07:29:10.8995030Z Linking xz-5.2.6-h775f41a_0 2024-08-11T07:29:10.9609970Z Linking fmt-10.2.1-h7728843_0 2024-08-11T07:29:10.9748210Z Linking libedit-3.1.20191231-h0678c8f_2 2024-08-11T07:29:11.0023540Z Linking libsolv-0.7.28-h2d185b6_2 2024-08-11T07:29:11.0281200Z Linking libsqlite-3.45.2-h92b6c6a_0 2024-08-11T07:29:11.0308770Z Linking libxml2-2.12.6-hc0ae0f7_1 2024-08-11T07:29:11.0926280Z Linking lz4-c-1.9.4-hf0c8a7f_0 2024-08-11T07:29:11.1002360Z Linking openssl-3.2.1-hd75f5a5_1 2024-08-11T07:29:11.2625690Z Linking readline-8.2-h9e318b2_1 2024-08-11T07:29:11.2826360Z Linking reproc-cpp-14.2.4.post0-h93d8f39_1 2024-08-11T07:29:11.2917960Z Linking tk-8.6.13-h1abcd95_1 2024-08-11T07:29:11.5393990Z Linking yaml-cpp-0.8.0-he965462_0 2024-08-11T07:29:11.5578200Z Linking zstd-1.5.5-h829000d_0 2024-08-11T07:29:11.5665230Z Linking krb5-1.21.2-hb884880_0 2024-08-11T07:29:11.6398160Z Linking libarchive-3.7.2-hd35d340_1 2024-08-11T07:29:11.6626700Z Linking libnghttp2-1.58.0-h64cf6d3_1 2024-08-11T07:29:11.6736930Z Linking libssh2-1.11.0-hd019ec5_0 2024-08-11T07:29:11.7989140Z Linking python-3.10.14-h00d2728_0_cpython 2024-08-11T07:29:12.9672550Z Linking libcurl-8.7.1-h726d00d_0 2024-08-11T07:29:12.9798180Z Linking menuinst-2.0.2-py310h2ec42d9_0 2024-08-11T07:29:13.0693240Z Linking archspec-0.2.3-pyhd8ed1ab_0 2024-08-11T07:29:13.3284520Z Linking boltons-24.0.0-pyhd8ed1ab_0 2024-08-11T07:29:13.3336800Z Linking brotli-python-1.1.0-py310h9e9d8ca_1 2024-08-11T07:29:13.3426040Z Linking certifi-2024.2.2-pyhd8ed1ab_0 2024-08-11T07:29:13.3930630Z Linking charset-normalizer-3.3.2-pyhd8ed1ab_0 2024-08-11T07:29:13.5675090Z Linking colorama-0.4.6-pyhd8ed1ab_0 2024-08-11T07:29:13.6137440Z Linking distro-1.9.0-pyhd8ed1ab_0 2024-08-11T07:29:13.6151530Z Linking idna-3.6-pyhd8ed1ab_0 2024-08-11T07:29:13.6162940Z Linking jsonpointer-2.4-py310h2ec42d9_3 2024-08-11T07:29:13.6831360Z Linking libmamba-1.5.8-ha449628_0 2024-08-11T07:29:13.7184700Z Linking packaging-24.0-pyhd8ed1ab_0 2024-08-11T07:29:13.7325470Z Linking platformdirs-4.2.0-pyhd8ed1ab_0 2024-08-11T07:29:13.8332540Z Linking pluggy-1.4.0-pyhd8ed1ab_0 2024-08-11T07:29:13.8568530Z Linking pycosat-0.6.6-py310h6729b98_0 2024-08-11T07:29:13.8575900Z Linking pycparser-2.22-pyhd8ed1ab_0 2024-08-11T07:29:13.8890560Z Linking pysocks-1.7.1-pyha2e5f31_6 2024-08-11T07:29:13.9130520Z Linking ruamel.yaml.clib-0.2.8-py310hb372a2b_0 2024-08-11T07:29:14.0062380Z Linking setuptools-69.5.1-pyhd8ed1ab_0 2024-08-11T07:29:14.1861390Z Linking truststore-0.8.0-pyhd8ed1ab_0 2024-08-11T07:29:14.2865650Z Linking wheel-0.43.0-pyhd8ed1ab_1 2024-08-11T07:29:14.3866040Z Linking cffi-1.16.0-py310hdca579f_0 2024-08-11T07:29:14.4868640Z Linking jsonpatch-1.33-pyhd8ed1ab_0 2024-08-11T07:29:14.4977990Z Linking libmambapy-1.5.8-py310hd168405_0 2024-08-11T07:29:14.4980960Z Linking pip-24.0-pyhd8ed1ab_0 2024-08-11T07:29:14.7848950Z Linking ruamel.yaml-0.18.6-py310hb372a2b_0 2024-08-11T07:29:14.9969080Z Linking tqdm-4.66.2-pyhd8ed1ab_0 2024-08-11T07:29:15.0480220Z Linking urllib3-2.2.1-pyhd8ed1ab_0 2024-08-11T07:29:15.2483600Z Linking requests-2.31.0-pyhd8ed1ab_0 2024-08-11T07:29:15.4206220Z Linking zstandard-0.22.0-py310hd88f66e_0 2024-08-11T07:29:15.4524560Z Linking conda-package-streaming-0.9.0-pyhd8ed1ab_0 2024-08-11T07:29:15.4748740Z Linking conda-package-handling-2.2.0-pyh38be061_0 2024-08-11T07:29:15.4960690Z Linking conda-libmamba-solver-24.1.0-pyhd8ed1ab_0 2024-08-11T07:29:15.5041280Z Linking conda-24.3.0-py310h2ec42d9_0 2024-08-11T07:29:15.8814510Z Linking mamba-1.5.8-py310h6bde348_0 2024-08-11T07:29:15.9261980Z 2024-08-11T07:29:15.9293910Z Transaction finished 2024-08-11T07:29:15.9310070Z 2024-08-11T07:29:15.9326210Z To activate this environment, use: 2024-08-11T07:29:15.9351850Z 2024-08-11T07:29:15.9367000Z micromamba activate /Users/runner/miniforge3 2024-08-11T07:29:15.9398610Z 2024-08-11T07:29:15.9424280Z Or to execute a single command in this environment, use: 2024-08-11T07:29:15.9475860Z 2024-08-11T07:29:15.9531140Z micromamba run -p /Users/runner/miniforge3 mycommand 2024-08-11T07:29:15.9569030Z 2024-08-11T07:29:16.1143710Z installation finished. 2024-08-11T07:29:16.1177320Z ##[endgroup] 2024-08-11T07:29:16.1190690Z ##[group]Configuring conda 2024-08-11T07:29:16.1218920Z + source /Users/runner/miniforge3/etc/profile.d/conda.sh 2024-08-11T07:29:16.1219590Z ++ export CONDA_EXE=/Users/runner/miniforge3/bin/conda 2024-08-11T07:29:16.1242130Z ++ CONDA_EXE=/Users/runner/miniforge3/bin/conda 2024-08-11T07:29:16.1260160Z ++ export _CE_M= 2024-08-11T07:29:16.1278220Z ++ _CE_M= 2024-08-11T07:29:16.1286170Z ++ export _CE_CONDA= 2024-08-11T07:29:16.1302000Z ++ _CE_CONDA= 2024-08-11T07:29:16.1314780Z ++ export CONDA_PYTHON_EXE=/Users/runner/miniforge3/bin/python 2024-08-11T07:29:16.1324530Z ++ CONDA_PYTHON_EXE=/Users/runner/miniforge3/bin/python 2024-08-11T07:29:16.1334120Z ++ '[' -z '' ']' 2024-08-11T07:29:16.1360410Z ++ export CONDA_SHLVL=0 2024-08-11T07:29:16.1390580Z ++ CONDA_SHLVL=0 2024-08-11T07:29:16.1406140Z ++ '[' -n '' ']' 2024-08-11T07:29:16.1429200Z ++++ dirname /Users/runner/miniforge3/bin/conda 2024-08-11T07:29:16.1434070Z +++ dirname /Users/runner/miniforge3/bin 2024-08-11T07:29:16.1449120Z ++ PATH=/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/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:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:29:16.1467080Z ++ export PATH 2024-08-11T07:29:16.1491270Z ++ '[' -z '' ']' 2024-08-11T07:29:16.1510970Z ++ PS1= 2024-08-11T07:29:16.1527330Z + conda activate base 2024-08-11T07:29:16.1550740Z + local cmd=activate 2024-08-11T07:29:16.1593720Z + case "$cmd" in 2024-08-11T07:29:16.1612080Z + __conda_activate activate base 2024-08-11T07:29:16.1628030Z + '[' -n '' ']' 2024-08-11T07:29:16.1645220Z + local ask_conda 2024-08-11T07:29:16.1668930Z ++ PS1= 2024-08-11T07:29:16.1691480Z ++ __conda_exe shell.posix activate base 2024-08-11T07:29:16.1714280Z ++ /Users/runner/miniforge3/bin/conda shell.posix activate base 2024-08-11T07:29:16.2631910Z + ask_conda='PS1='\''(base) '\'' 2024-08-11T07:29:16.2837420Z export PATH='\''/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/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:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin'\'' 2024-08-11T07:29:16.2841190Z export CONDA_PREFIX='\''/Users/runner/miniforge3'\'' 2024-08-11T07:29:16.2843700Z export CONDA_SHLVL='\''1'\'' 2024-08-11T07:29:16.2846970Z export CONDA_DEFAULT_ENV='\''base'\'' 2024-08-11T07:29:16.2848850Z export CONDA_PROMPT_MODIFIER='\''(base) '\'' 2024-08-11T07:29:16.2850720Z export CONDA_EXE='\''/Users/runner/miniforge3/bin/conda'\'' 2024-08-11T07:29:16.2853870Z export _CE_M='\'''\'' 2024-08-11T07:29:16.2856280Z export _CE_CONDA='\'''\'' 2024-08-11T07:29:16.2859400Z export CONDA_PYTHON_EXE='\''/Users/runner/miniforge3/bin/python'\'' 2024-08-11T07:29:16.2861210Z . "/Users/runner/miniforge3/etc/conda/activate.d/libxml2_activate.sh"' 2024-08-11T07:29:16.2865370Z + eval 'PS1='\''(base) '\'' 2024-08-11T07:29:16.2874300Z export PATH='\''/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/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:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin'\'' 2024-08-11T07:29:16.2877390Z export CONDA_PREFIX='\''/Users/runner/miniforge3'\'' 2024-08-11T07:29:16.2879820Z export CONDA_SHLVL='\''1'\'' 2024-08-11T07:29:16.2885950Z export CONDA_DEFAULT_ENV='\''base'\'' 2024-08-11T07:29:16.2887840Z export CONDA_PROMPT_MODIFIER='\''(base) '\'' 2024-08-11T07:29:16.2889700Z export CONDA_EXE='\''/Users/runner/miniforge3/bin/conda'\'' 2024-08-11T07:29:16.2910750Z export _CE_M='\'''\'' 2024-08-11T07:29:16.2912560Z export _CE_CONDA='\'''\'' 2024-08-11T07:29:16.2913910Z export CONDA_PYTHON_EXE='\''/Users/runner/miniforge3/bin/python'\'' 2024-08-11T07:29:16.2917250Z . "/Users/runner/miniforge3/etc/conda/activate.d/libxml2_activate.sh"' 2024-08-11T07:29:16.2919030Z ++ PS1='(base) ' 2024-08-11T07:29:16.2923290Z ++ export PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/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:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:29:16.2928130Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/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:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:29:16.2931930Z ++ export CONDA_PREFIX=/Users/runner/miniforge3 2024-08-11T07:29:16.2933670Z ++ CONDA_PREFIX=/Users/runner/miniforge3 2024-08-11T07:29:16.2935370Z ++ export CONDA_SHLVL=1 2024-08-11T07:29:16.2938600Z ++ CONDA_SHLVL=1 2024-08-11T07:29:16.2940350Z ++ export CONDA_DEFAULT_ENV=base 2024-08-11T07:29:16.2944100Z ++ CONDA_DEFAULT_ENV=base 2024-08-11T07:29:16.2945940Z ++ export 'CONDA_PROMPT_MODIFIER=(base) ' 2024-08-11T07:29:16.2947730Z ++ CONDA_PROMPT_MODIFIER='(base) ' 2024-08-11T07:29:16.2951970Z ++ export CONDA_EXE=/Users/runner/miniforge3/bin/conda 2024-08-11T07:29:16.2956500Z ++ CONDA_EXE=/Users/runner/miniforge3/bin/conda 2024-08-11T07:29:16.2958210Z ++ export _CE_M= 2024-08-11T07:29:16.2960070Z ++ _CE_M= 2024-08-11T07:29:16.2962610Z ++ export _CE_CONDA= 2024-08-11T07:29:16.2965310Z ++ _CE_CONDA= 2024-08-11T07:29:16.2977010Z ++ export CONDA_PYTHON_EXE=/Users/runner/miniforge3/bin/python 2024-08-11T07:29:16.3262450Z ++ CONDA_PYTHON_EXE=/Users/runner/miniforge3/bin/python 2024-08-11T07:29:16.3271290Z ++ . /Users/runner/miniforge3/etc/conda/activate.d/libxml2_activate.sh 2024-08-11T07:29:16.3484230Z +++ test -n '' 2024-08-11T07:29:16.3548250Z +++ xml_catalog_files_libxml2= 2024-08-11T07:29:16.3578920Z +++ XML_CATALOG_FILES= 2024-08-11T07:29:16.3633670Z +++ conda_catalog_files= 2024-08-11T07:29:16.4057070Z +++ ifs_libxml2=' 2024-08-11T07:29:16.4087840Z ' 2024-08-11T07:29:16.4142750Z +++ IFS=' ' 2024-08-11T07:29:16.4147860Z +++ rem=/Users/runner/miniforge3 2024-08-11T07:29:16.4178440Z +++ for pre in '${rem}' 2024-08-11T07:29:16.4208400Z +++ test '' = /Users/runner/miniforge3 2024-08-11T07:29:16.4209110Z +++ conda_catalog_files=/Users/runner/miniforge3 2024-08-11T07:29:16.4209400Z +++ rem= 2024-08-11T07:29:16.4209600Z +++ IFS=' 2024-08-11T07:29:16.4209950Z ' 2024-08-11T07:29:16.4210850Z +++ conda_catalog_files='file:///Users/runner/miniforge3/etc/xml/catalog file:///etc/xml/catalog' 2024-08-11T07:29:16.4211580Z +++ export 'XML_CATALOG_FILES=file:///Users/runner/miniforge3/etc/xml/catalog file:///etc/xml/catalog' 2024-08-11T07:29:16.4212230Z +++ XML_CATALOG_FILES='file:///Users/runner/miniforge3/etc/xml/catalog file:///etc/xml/catalog' 2024-08-11T07:29:16.4212720Z +++ unset conda_catalog_files ifs_libxml2 rem 2024-08-11T07:29:16.4213120Z + __conda_hashr 2024-08-11T07:29:16.4213390Z + '[' -n '' ']' 2024-08-11T07:29:16.4213760Z + '[' -n '' ']' 2024-08-11T07:29:16.4213980Z + hash -r 2024-08-11T07:29:16.4214310Z + export CONDA_SOLVER=libmamba 2024-08-11T07:29:16.4214580Z + CONDA_SOLVER=libmamba 2024-08-11T07:29:16.4214980Z + export CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1 2024-08-11T07:29:16.4215340Z + CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1 2024-08-11T07:29:16.4215980Z + mamba install --update-specs --quiet --yes --channel conda-forge --strict-channel-priority pip mamba conda-build conda-forge-ci-setup=4 'conda-build>=24.1' 2024-08-11T07:29:50.7715910Z Preparing transaction: ...working... done 2024-08-11T07:29:51.9439440Z Verifying transaction: ...working... done 2024-08-11T07:29:56.1449690Z Executing transaction: ...working... done 2024-08-11T07:29:56.3345630Z + mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority pip mamba conda-build conda-forge-ci-setup=4 'conda-build>=24.1' 2024-08-11T07:30:01.5092900Z Preparing transaction: ...working... done 2024-08-11T07:30:01.5511710Z Verifying transaction: ...working... done 2024-08-11T07:30:03.1753940Z Executing transaction: ...working... done 2024-08-11T07:30:03.4713040Z + echo -e '\n\nSetting up the condarc and mangling the compiler.' 2024-08-11T07:30:03.4714000Z 2024-08-11T07:30:03.4715200Z 2024-08-11T07:30:03.4716220Z Setting up the condarc and mangling the compiler. 2024-08-11T07:30:03.4716680Z + setup_conda_rc ./ ./recipe ./.ci_support/osx_arm64_python3.10.____cpython.yaml 2024-08-11T07:30:05.7896800Z 2024-08-11T07:30:05.7899270Z CondaKeyError: 'channels': 'defaults' is not in the 'channels' key of the config file 2024-08-11T07:30:05.7900910Z 2024-08-11T07:30:06.1793450Z Warning: 'conda-forge' already in 'channels' list, moving to the top 2024-08-11T07:30:06.6638760Z + [[ azure != '' ]] 2024-08-11T07:30:06.6639450Z + mangle_compiler ./ ./recipe .ci_support/osx_arm64_python3.10.____cpython.yaml 2024-08-11T07:30:07.8182400Z + [[ azure != '' ]] 2024-08-11T07:30:07.8184210Z + echo -e '\n\nMangling homebrew in the CI to avoid conflicts.' 2024-08-11T07:30:07.8184530Z + /usr/bin/sudo mangle_homebrew 2024-08-11T07:30:07.8184660Z 2024-08-11T07:30:07.8184740Z 2024-08-11T07:30:07.8185070Z Mangling homebrew in the CI to avoid conflicts. 2024-08-11T07:30:07.8908370Z MOVED /usr/local/bin -> /usr/local/conda_mangled/bin 2024-08-11T07:30:07.8913560Z MOVED /usr/local/microsoft -> /usr/local/conda_mangled/microsoft 2024-08-11T07:30:07.8916910Z MOVED /usr/local/include -> /usr/local/conda_mangled/include 2024-08-11T07:30:07.8918080Z MOVED /usr/local/sbin -> /usr/local/conda_mangled/sbin 2024-08-11T07:30:07.8919180Z MOVED /usr/local/etc -> /usr/local/conda_mangled/etc 2024-08-11T07:30:07.8920040Z MOVED /usr/local/Homebrew -> /usr/local/conda_mangled/Homebrew 2024-08-11T07:30:07.8920650Z MOVED /usr/local/var -> /usr/local/conda_mangled/var 2024-08-11T07:30:07.8931680Z MOVED /usr/local/Caskroom -> /usr/local/conda_mangled/Caskroom 2024-08-11T07:30:07.8934640Z MOVED /usr/local/aws-cli -> /usr/local/conda_mangled/aws-cli 2024-08-11T07:30:07.8937280Z MOVED /usr/local/lib -> /usr/local/conda_mangled/lib 2024-08-11T07:30:07.8941240Z MOVED /usr/local/opt -> /usr/local/conda_mangled/opt 2024-08-11T07:30:07.8947680Z MOVED /usr/local/Frameworks -> /usr/local/conda_mangled/Frameworks 2024-08-11T07:30:07.8949750Z MOVED /usr/local/Cellar -> /usr/local/conda_mangled/Cellar 2024-08-11T07:30:07.8954000Z MOVED /usr/local/share -> /usr/local/conda_mangled/share 2024-08-11T07:30:07.8956720Z MOVED /usr/local/sessionmanagerplugin -> /usr/local/conda_mangled/sessionmanagerplugin 2024-08-11T07:30:07.9068550Z + /usr/bin/sudo -k 2024-08-11T07:30:07.9116330Z + [[ 8c363abf5cdae46370444d2c778a0100ac13c152 == '' ]] 2024-08-11T07:30:07.9118150Z + echo -e '\n\nRunning the build setup script.' 2024-08-11T07:30:07.9120480Z + source run_conda_forge_build_setup 2024-08-11T07:30:07.9121930Z 2024-08-11T07:30:07.9123300Z 2024-08-11T07:30:07.9125930Z Running the build setup script. 2024-08-11T07:30:07.9126850Z ++ export CPU_COUNT=2 2024-08-11T07:30:07.9128670Z ++ CPU_COUNT=2 2024-08-11T07:30:07.9130720Z ++ export PYTHONUNBUFFERED=1 2024-08-11T07:30:07.9132840Z ++ PYTHONUNBUFFERED=1 2024-08-11T07:30:07.9135050Z ++ conda config --env --set show_channel_urls true 2024-08-11T07:30:07.9137360Z ++ local cmd=config 2024-08-11T07:30:07.9141020Z ++ case "$cmd" in 2024-08-11T07:30:07.9143450Z ++ __conda_exe config --env --set show_channel_urls true 2024-08-11T07:30:07.9147050Z ++ /Users/runner/miniforge3/bin/conda config --env --set show_channel_urls true 2024-08-11T07:30:08.3486820Z ++ conda config --env --set auto_update_conda false 2024-08-11T07:30:08.3503120Z ++ local cmd=config 2024-08-11T07:30:08.3861570Z ++ case "$cmd" in 2024-08-11T07:30:08.3863570Z ++ __conda_exe config --env --set auto_update_conda false 2024-08-11T07:30:08.3865460Z ++ /Users/runner/miniforge3/bin/conda config --env --set auto_update_conda false 2024-08-11T07:30:08.7611220Z ++ conda config --env --set add_pip_as_python_dependency false 2024-08-11T07:30:08.7612100Z ++ local cmd=config 2024-08-11T07:30:08.7613250Z ++ case "$cmd" in 2024-08-11T07:30:08.7614440Z ++ __conda_exe config --env --set add_pip_as_python_dependency false 2024-08-11T07:30:08.7618000Z ++ /Users/runner/miniforge3/bin/conda config --env --set add_pip_as_python_dependency false 2024-08-11T07:30:09.1537440Z ++ conda config --env --append aggressive_update_packages ca-certificates 2024-08-11T07:30:09.1538280Z ++ local cmd=config 2024-08-11T07:30:09.1538540Z ++ case "$cmd" in 2024-08-11T07:30:09.1539050Z ++ __conda_exe config --env --append aggressive_update_packages ca-certificates 2024-08-11T07:30:09.1543470Z ++ /Users/runner/miniforge3/bin/conda config --env --append aggressive_update_packages ca-certificates 2024-08-11T07:30:09.5560910Z ++ conda config --env --remove-key aggressive_update_packages 2024-08-11T07:30:09.5561550Z ++ local cmd=config 2024-08-11T07:30:09.5562040Z ++ case "$cmd" in 2024-08-11T07:30:09.5562710Z ++ __conda_exe config --env --remove-key aggressive_update_packages 2024-08-11T07:30:09.5566700Z ++ /Users/runner/miniforge3/bin/conda config --env --remove-key aggressive_update_packages 2024-08-11T07:30:09.9738620Z ++ conda config --env --append aggressive_update_packages ca-certificates 2024-08-11T07:30:09.9739310Z ++ local cmd=config 2024-08-11T07:30:09.9741200Z ++ case "$cmd" in 2024-08-11T07:30:09.9742970Z ++ __conda_exe config --env --append aggressive_update_packages ca-certificates 2024-08-11T07:30:09.9746300Z ++ /Users/runner/miniforge3/bin/conda config --env --append aggressive_update_packages ca-certificates 2024-08-11T07:30:10.3555800Z ++ conda config --env --append aggressive_update_packages certifi 2024-08-11T07:30:10.3556410Z ++ local cmd=config 2024-08-11T07:30:10.3556700Z ++ case "$cmd" in 2024-08-11T07:30:10.3557170Z ++ __conda_exe config --env --append aggressive_update_packages certifi 2024-08-11T07:30:10.3561560Z ++ /Users/runner/miniforge3/bin/conda config --env --append aggressive_update_packages certifi 2024-08-11T07:30:10.7630140Z +++ cat ./conda-forge.yml 2024-08-11T07:30:10.7631550Z +++ shyaml get-value channel_priority strict 2024-08-11T07:30:10.8124660Z ++ conda config --env --set channel_priority strict 2024-08-11T07:30:10.8125360Z ++ local cmd=config 2024-08-11T07:30:10.8125600Z ++ case "$cmd" in 2024-08-11T07:30:10.8126130Z ++ __conda_exe config --env --set channel_priority strict 2024-08-11T07:30:10.8130910Z ++ /Users/runner/miniforge3/bin/conda config --env --set channel_priority strict 2024-08-11T07:30:11.2085070Z ++ export CONDA_PREFIX=/Users/runner/miniforge3 2024-08-11T07:30:11.2091470Z ++ CONDA_PREFIX=/Users/runner/miniforge3 2024-08-11T07:30:11.2119980Z ++ mkdir -p /Users/runner/miniforge3/etc/conda/activate.d 2024-08-11T07:30:11.2130190Z ++ echo 'export CPU_COUNT='\''2'\''' 2024-08-11T07:30:11.2136070Z ++ echo 'export PYTHONUNBUFFERED='\''1'\''' 2024-08-11T07:30:11.2139540Z ++ [[ '' == '' ]] 2024-08-11T07:30:11.2141450Z ++ [[ azure == '' ]] 2024-08-11T07:30:11.2145080Z +++ xcode-select -p 2024-08-11T07:30:11.2195810Z ++ OSX_SDK_DIR=/Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs 2024-08-11T07:30:11.2204050Z ++ USING_SYSTEM_SDK_DIR=1 2024-08-11T07:30:11.2267710Z ++++ dirname /Users/runner/miniforge3/bin/run_conda_forge_build_setup 2024-08-11T07:30:11.2295060Z +++ cd /Users/runner/miniforge3/bin 2024-08-11T07:30:11.2301640Z +++ pwd 2024-08-11T07:30:11.2303420Z ++ SCRIPT_DIR=/Users/runner/miniforge3/bin 2024-08-11T07:30:11.2310610Z ++ CI_SUPPORT=/Users/runner/work/1/s/.ci_support 2024-08-11T07:30:11.2316220Z ++ source /Users/runner/miniforge3/bin/cross_compile_support.sh 2024-08-11T07:30:11.2358800Z ++++ conda info --json 2024-08-11T07:30:11.2360830Z ++++ local cmd=info 2024-08-11T07:30:11.2362650Z ++++ case "$cmd" in 2024-08-11T07:30:11.2364560Z ++++ __conda_exe info --json 2024-08-11T07:30:11.2366430Z ++++ jq -r .platform 2024-08-11T07:30:11.2368370Z ++++ /Users/runner/miniforge3/bin/conda info --json 2024-08-11T07:30:11.9269210Z +++ BUILD_PLATFORM=osx-64 2024-08-11T07:30:11.9270830Z +++ '[' -f /Users/runner/work/1/s/.ci_support/osx_arm64_python3.10.____cpython.yaml ']' 2024-08-11T07:30:11.9281810Z ++++ cat /Users/runner/work/1/s/.ci_support/osx_arm64_python3.10.____cpython.yaml 2024-08-11T07:30:11.9283540Z ++++ shyaml get-value target_platform.0 osx-64 2024-08-11T07:30:11.9774950Z +++ HOST_PLATFORM=osx-arm64 2024-08-11T07:30:11.9789070Z ++++ cat /Users/runner/work/1/s/.ci_support/osx_arm64_python3.10.____cpython.yaml 2024-08-11T07:30:11.9791240Z ++++ shyaml get-value cuda_compiler_version.0 None 2024-08-11T07:30:12.0281730Z +++ CUDA_COMPILER_VERSION=None 2024-08-11T07:30:12.0438440Z ++++ cat /Users/runner/work/1/s/.ci_support/osx_arm64_python3.10.____cpython.yaml 2024-08-11T07:30:12.0440460Z ++++ shyaml get-value cdt_name.0 cos6 2024-08-11T07:30:12.0841000Z +++ CDT_NAME=cos6 2024-08-11T07:30:12.0856840Z ++++ cat /Users/runner/work/1/s/.ci_support/osx_arm64_python3.10.____cpython.yaml 2024-08-11T07:30:12.1043580Z ++++ shyaml get-value c_stdlib_version.0 2.17 2024-08-11T07:30:12.2054180Z +++ GLIBC_VERSION=11.0 2024-08-11T07:30:12.2491600Z +++ HOST_PLATFORM=osx-arm64 2024-08-11T07:30:12.2506550Z +++ CUDA_COMPILER_VERSION=None 2024-08-11T07:30:12.2516960Z +++ CDT_NAME=cos6 2024-08-11T07:30:12.3045080Z +++ GLIBC_VERSION=11.0 2024-08-11T07:30:12.3076310Z +++ [[ osx-arm64 != \o\s\x\-\6\4 ]] 2024-08-11T07:30:12.3087880Z +++ echo 'export CONDA_BUILD_CROSS_COMPILATION=1' 2024-08-11T07:30:12.3100340Z +++ export CONDA_BUILD_CROSS_COMPILATION=1 2024-08-11T07:30:12.3132690Z +++ CONDA_BUILD_CROSS_COMPILATION=1 2024-08-11T07:30:12.3140700Z +++ '[' -f /Users/runner/work/1/s/.ci_support/osx_arm64_python3.10.____cpython.yaml ']' 2024-08-11T07:30:12.3149750Z +++ echo build_platform: 2024-08-11T07:30:12.3205420Z +++ echo '- osx-64' 2024-08-11T07:30:12.3290260Z +++ [[ osx-64 == \l\i\n\u\x\-\6\4 ]] 2024-08-11T07:30:12.3297130Z ++ source /Users/runner/miniforge3/bin/download_osx_sdk.sh 2024-08-11T07:30:12.3326540Z +++ set -e 2024-08-11T07:30:12.3329720Z +++ '[' -f /Users/runner/work/1/s/.ci_support/osx_arm64_python3.10.____cpython.yaml ']' 2024-08-11T07:30:12.3332450Z ++++ cat /Users/runner/work/1/s/.ci_support/osx_arm64_python3.10.____cpython.yaml 2024-08-11T07:30:12.3334150Z ++++ shyaml get-value MACOSX_DEPLOYMENT_TARGET.0 10.9 2024-08-11T07:30:12.3336680Z +++ export MACOSX_DEPLOYMENT_TARGET=11.0 2024-08-11T07:30:12.3340210Z +++ MACOSX_DEPLOYMENT_TARGET=11.0 2024-08-11T07:30:12.3344910Z +++ export MACOSX_DEPLOYMENT_TARGET=11.0 2024-08-11T07:30:12.3348870Z +++ MACOSX_DEPLOYMENT_TARGET=11.0 2024-08-11T07:30:12.3352740Z +++ '[' -f /Users/runner/work/1/s/.ci_support/osx_arm64_python3.10.____cpython.yaml ']' 2024-08-11T07:30:12.3356510Z ++++ cat /Users/runner/work/1/s/.ci_support/osx_arm64_python3.10.____cpython.yaml 2024-08-11T07:30:12.3360320Z ++++ shyaml get-value MACOSX_SDK_VERSION.0 0 2024-08-11T07:30:12.3363390Z +++ export MACOSX_SDK_VERSION=11.0 2024-08-11T07:30:12.3368560Z +++ MACOSX_SDK_VERSION=11.0 2024-08-11T07:30:12.3372060Z ++++ cat /Users/runner/work/1/s/.ci_support/osx_arm64_python3.10.____cpython.yaml 2024-08-11T07:30:12.3376180Z ++++ shyaml get-value WITH_LATEST_OSX_SDK.0 0 2024-08-11T07:30:12.3380970Z +++ export WITH_LATEST_OSX_SDK=0 2024-08-11T07:30:12.3388760Z +++ WITH_LATEST_OSX_SDK=0 2024-08-11T07:30:12.3393060Z +++ [[ 0 != \0 ]] 2024-08-11T07:30:12.3395510Z +++ [[ 11.0 == \0 ]] 2024-08-11T07:30:12.3398890Z +++ export CONDA_BUILD_SYSROOT=/Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk 2024-08-11T07:30:12.3403400Z +++ CONDA_BUILD_SYSROOT=/Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk 2024-08-11T07:30:12.3408310Z +++ [[ ! -d /Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk ]] 2024-08-11T07:30:12.3411060Z +++ echo 'Downloading 11.0 sdk' 2024-08-11T07:30:12.3413570Z Downloading 11.0 sdk 2024-08-11T07:30:12.3416040Z ++++ echo 11.0 2024-08-11T07:30:12.3418560Z ++++ cut -d . -f 1 2024-08-11T07:30:12.3423740Z +++ [[ 11 -gt 11 ]] 2024-08-11T07:30:12.3426740Z +++ url=https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.0.sdk.tar.xz 2024-08-11T07:30:12.3431180Z +++ curl -L --output MacOSX11.0.sdk.tar.xz https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.0.sdk.tar.xz 2024-08-11T07:30:12.3433920Z % Total % Received % Xferd Average Speed Time Time Time Current 2024-08-11T07:30:12.3438740Z Dload Upload Total Spent Left Speed 2024-08-11T07:30:12.3441770Z 2024-08-11T07:30:12.3922530Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-08-11T07:30:12.4911820Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-08-11T07:30:12.4913110Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-08-11T07:30:13.3870620Z 2024-08-11T07:30:14.1315520Z 54 51.2M 54 28.1M 0 0 26.6M 0 0:00:01 0:00:01 --:--:-- 26.6M 2024-08-11T07:30:14.1331820Z 100 51.2M 100 51.2M 0 0 28.5M 0 0:00:01 0:00:01 --:--:-- 31.1M 2024-08-11T07:30:14.1613150Z ++++ case "${MACOSX_SDK_VERSION}" in 2024-08-11T07:30:14.1616790Z ++++ echo d3feee3ef9c6016b526e1901013f264467bb927865a03422a9cb925991cc9783 2024-08-11T07:30:14.1625750Z +++ sdk_sha256=d3feee3ef9c6016b526e1901013f264467bb927865a03422a9cb925991cc9783 2024-08-11T07:30:14.1675320Z +++ echo 'd3feee3ef9c6016b526e1901013f264467bb927865a03422a9cb925991cc9783 *MacOSX11.0.sdk.tar.xz' 2024-08-11T07:30:14.1695580Z +++ shasum -a 256 -c 2024-08-11T07:30:14.6465950Z MacOSX11.0.sdk.tar.xz: OK 2024-08-11T07:30:14.6478830Z ++++ dirname /Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk 2024-08-11T07:30:14.6503480Z +++ mkdir -p /Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs 2024-08-11T07:30:14.6529580Z ++++ dirname /Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk 2024-08-11T07:30:14.6551500Z +++ tar -xf MacOSX11.0.sdk.tar.xz -C /Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs 2024-08-11T07:30:31.1888530Z +++ '[' '!' -z osx_arm64_python3.10.____cpython ']' 2024-08-11T07:30:31.2437630Z +++ echo '' 2024-08-11T07:30:31.2558660Z +++ echo CONDA_BUILD_SYSROOT: 2024-08-11T07:30:31.2565500Z +++ echo '- /Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk' 2024-08-11T07:30:31.2597500Z +++ echo '' 2024-08-11T07:30:31.2678740Z +++ echo 'export CONDA_BUILD_SYSROOT='\''/Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk'\''' 2024-08-11T07:30:31.2781940Z +++ echo 'export MACOSX_DEPLOYMENT_TARGET='\''11.0'\''' 2024-08-11T07:30:31.2798690Z +++ [[ -d /Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk ]] 2024-08-11T07:30:31.2804270Z +++ echo 'Found CONDA_BUILD_SYSROOT: /Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk' 2024-08-11T07:30:31.2825020Z Found CONDA_BUILD_SYSROOT: /Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk 2024-08-11T07:30:31.2856120Z ++ [[ 11.0 == 10.* ]] 2024-08-11T07:30:31.2892850Z ++ '[' '!' -z osx_arm64_python3.10.____cpython ']' 2024-08-11T07:30:31.2915490Z ++ '[' '!' -z azure ']' 2024-08-11T07:30:31.2921180Z ++ echo CI: 2024-08-11T07:30:31.2923460Z ++ echo '- azure' 2024-08-11T07:30:31.2925550Z ++ echo '' 2024-08-11T07:30:31.2928670Z ++ cat /Users/runner/work/1/s/.ci_support/osx_arm64_python3.10.____cpython.yaml 2024-08-11T07:30:31.2931400Z MACOSX_DEPLOYMENT_TARGET: 2024-08-11T07:30:31.2933420Z - '11.0' 2024-08-11T07:30:31.2935150Z MACOSX_SDK_VERSION: 2024-08-11T07:30:31.2936960Z - '11.0' 2024-08-11T07:30:31.2938430Z c_stdlib: 2024-08-11T07:30:31.2940340Z - macosx_deployment_target 2024-08-11T07:30:31.2941950Z c_stdlib_version: 2024-08-11T07:30:31.2943450Z - '11.0' 2024-08-11T07:30:31.2945070Z channel_sources: 2024-08-11T07:30:31.2946450Z - conda-forge 2024-08-11T07:30:31.2948170Z channel_targets: 2024-08-11T07:30:31.2949690Z - conda-forge main 2024-08-11T07:30:31.2950940Z cxx_compiler: 2024-08-11T07:30:31.2952330Z - clangxx 2024-08-11T07:30:31.2953990Z cxx_compiler_version: 2024-08-11T07:30:31.2955360Z - '16' 2024-08-11T07:30:31.2956810Z macos_machine: 2024-08-11T07:30:31.2958400Z - arm64-apple-darwin20.0.0 2024-08-11T07:30:31.2959770Z pin_run_as_build: 2024-08-11T07:30:31.2961070Z python: 2024-08-11T07:30:31.2962640Z min_pin: x.x 2024-08-11T07:30:31.2964090Z max_pin: x.x 2024-08-11T07:30:31.2965480Z python: 2024-08-11T07:30:31.2967040Z - 3.10.* *_cpython 2024-08-11T07:30:31.2968250Z python_impl: 2024-08-11T07:30:31.2969630Z - cpython 2024-08-11T07:30:31.2971040Z target_platform: 2024-08-11T07:30:31.2972420Z - osx-arm64 2024-08-11T07:30:31.2974010Z zip_keys: 2024-08-11T07:30:31.2975590Z - - python 2024-08-11T07:30:31.2977030Z - python_impl 2024-08-11T07:30:31.2978480Z build_platform: 2024-08-11T07:30:31.2980280Z - osx-64 2024-08-11T07:30:31.2981480Z 2024-08-11T07:30:31.2982910Z CONDA_BUILD_SYSROOT: 2024-08-11T07:30:31.2984740Z - /Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk 2024-08-11T07:30:31.2985170Z 2024-08-11T07:30:31.2986640Z CI: 2024-08-11T07:30:31.2988300Z - azure 2024-08-11T07:30:31.2989650Z 2024-08-11T07:30:31.2991360Z ++ conda info 2024-08-11T07:30:31.2992940Z ++ local cmd=info 2024-08-11T07:30:31.2994270Z ++ case "$cmd" in 2024-08-11T07:30:31.2996030Z ++ __conda_exe info 2024-08-11T07:30:31.2997770Z ++ /Users/runner/miniforge3/bin/conda info 2024-08-11T07:30:31.9544760Z 2024-08-11T07:30:31.9546530Z active environment : base 2024-08-11T07:30:31.9547050Z active env location : /Users/runner/miniforge3 2024-08-11T07:30:31.9548380Z shell level : 1 2024-08-11T07:30:31.9548850Z user config file : /Users/runner/.condarc 2024-08-11T07:30:31.9549820Z populated config files : /Users/runner/miniforge3/.condarc 2024-08-11T07:30:31.9550290Z conda version : 24.3.0 2024-08-11T07:30:31.9551510Z conda-build version : 24.7.1 2024-08-11T07:30:31.9551930Z python version : 3.10.14.final.0 2024-08-11T07:30:31.9552220Z solver : libmamba (default) 2024-08-11T07:30:31.9552460Z virtual packages : __archspec=1=skylake 2024-08-11T07:30:31.9552820Z __conda=24.3.0=0 2024-08-11T07:30:31.9553170Z __osx=12.7.5=0 2024-08-11T07:30:31.9553420Z __unix=0=0 2024-08-11T07:30:31.9553680Z base environment : /Users/runner/miniforge3 (writable) 2024-08-11T07:30:31.9554470Z conda av data dir : /Users/runner/miniforge3/etc/conda 2024-08-11T07:30:31.9554930Z conda av metadata url : None 2024-08-11T07:30:31.9555360Z channel URLs : https://conda.anaconda.org/conda-forge/osx-64 2024-08-11T07:30:31.9555820Z https://conda.anaconda.org/conda-forge/noarch 2024-08-11T07:30:31.9556240Z package cache : /Users/runner/miniforge3/pkgs 2024-08-11T07:30:31.9556530Z /Users/runner/.conda/pkgs 2024-08-11T07:30:31.9556780Z envs directories : /Users/runner/miniforge3/envs 2024-08-11T07:30:31.9557210Z /Users/runner/.conda/envs 2024-08-11T07:30:31.9558190Z platform : osx-64 2024-08-11T07:30:31.9559750Z user-agent : conda/24.3.0 requests/2.31.0 CPython/3.10.14 Darwin/21.6.0 OSX/12.7.5 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.8 2024-08-11T07:30:31.9561490Z UID:GID : 501:20 2024-08-11T07:30:31.9562790Z netrc file : None 2024-08-11T07:30:31.9564120Z offline mode : False 2024-08-11T07:30:31.9565260Z 2024-08-11T07:30:31.9566400Z 2024-08-11T07:30:32.0046650Z ++ conda config --env --show-sources 2024-08-11T07:30:32.0108710Z ++ local cmd=config 2024-08-11T07:30:32.0111880Z ++ case "$cmd" in 2024-08-11T07:30:32.0129250Z ++ __conda_exe config --env --show-sources 2024-08-11T07:30:32.0130880Z ++ /Users/runner/miniforge3/bin/conda config --env --show-sources 2024-08-11T07:30:32.3726050Z ==> /Users/runner/miniforge3/.condarc <== 2024-08-11T07:30:32.3728340Z add_pip_as_python_dependency: False 2024-08-11T07:30:32.3729350Z auto_update_conda: False 2024-08-11T07:30:32.3731230Z aggressive_update_packages: 2024-08-11T07:30:32.3731990Z - ca-certificates 2024-08-11T07:30:32.3733900Z - certifi 2024-08-11T07:30:32.3734370Z channel_priority: strict 2024-08-11T07:30:32.3736010Z channels: 2024-08-11T07:30:32.3736690Z - conda-forge 2024-08-11T07:30:32.3738410Z show_channel_urls: True 2024-08-11T07:30:32.3739260Z conda_build: 2024-08-11T07:30:32.3741280Z pkg_format: 2 2024-08-11T07:30:32.3741820Z zstd_compression_level: 19 2024-08-11T07:30:32.3743530Z 2024-08-11T07:30:32.3748970Z ==> envvars <== 2024-08-11T07:30:32.3750910Z allow_softlinks: False 2024-08-11T07:30:32.3760040Z solver: libmamba 2024-08-11T07:30:32.3761550Z 2024-08-11T07:30:32.4165200Z ++ conda list --show-channel-urls 2024-08-11T07:30:32.4171630Z ++ local cmd=list 2024-08-11T07:30:32.4173610Z ++ case "$cmd" in 2024-08-11T07:30:32.4174740Z ++ __conda_exe list --show-channel-urls 2024-08-11T07:30:32.4176900Z ++ /Users/runner/miniforge3/bin/conda list --show-channel-urls 2024-08-11T07:30:33.4675190Z # packages in environment at /Users/runner/miniforge3: 2024-08-11T07:30:33.4680280Z # 2024-08-11T07:30:33.4684710Z # Name Version Build Channel 2024-08-11T07:30:33.4690710Z anaconda-client 1.12.3 pyhd8ed1ab_1 conda-forge 2024-08-11T07:30:33.4699300Z archspec 0.2.3 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.4703240Z attrs 24.2.0 pyh71513ae_0 conda-forge 2024-08-11T07:30:33.4706730Z beautifulsoup4 4.12.3 pyha770c72_0 conda-forge 2024-08-11T07:30:33.4718380Z boltons 24.0.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.4729050Z brotli-python 1.1.0 py310h9e9d8ca_1 conda-forge 2024-08-11T07:30:33.4735620Z bzip2 1.0.8 h10d778d_5 conda-forge 2024-08-11T07:30:33.4736620Z c-ares 1.28.1 h10d778d_0 conda-forge 2024-08-11T07:30:33.4740050Z ca-certificates 2024.7.4 h8857fd0_0 conda-forge 2024-08-11T07:30:33.4741810Z cctools 986 hd3558d4_0 conda-forge 2024-08-11T07:30:33.4744690Z cctools_osx-64 986 h58a35ae_0 conda-forge 2024-08-11T07:30:33.4747030Z certifi 2024.7.4 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.4749130Z cffi 1.16.0 py310hdca579f_0 conda-forge 2024-08-11T07:30:33.4751330Z chardet 5.2.0 py310h2ec42d9_1 conda-forge 2024-08-11T07:30:33.4753950Z charset-normalizer 3.3.2 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.4758150Z click 8.1.7 unix_pyh707e725_0 conda-forge 2024-08-11T07:30:33.4759190Z colorama 0.4.6 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.4762280Z conda 24.3.0 py310h2ec42d9_0 conda-forge 2024-08-11T07:30:33.4764200Z conda-build 24.7.1 py310h2ec42d9_0 conda-forge 2024-08-11T07:30:33.4766280Z conda-env 2.6.0 1 conda-forge 2024-08-11T07:30:33.4767500Z conda-forge-ci-setup 4.8.1 py310h84be057_100 conda-forge 2024-08-11T07:30:33.4770820Z conda-forge-metadata 0.8.1 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.4772040Z conda-index 0.5.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.4772610Z conda-libmamba-solver 24.1.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.4773490Z conda-oci-mirror 0.1.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.4773960Z conda-package-handling 2.3.0 pyh7900ff3_0 conda-forge 2024-08-11T07:30:33.4774510Z conda-package-streaming 0.9.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.4775110Z defusedxml 0.7.1 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.4775510Z deprecated 1.2.14 pyh1a96a4e_0 conda-forge 2024-08-11T07:30:33.4776000Z distro 1.9.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.4777020Z filelock 3.15.4 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.4777580Z fmt 10.2.1 h7728843_0 conda-forge 2024-08-11T07:30:33.4778090Z frozendict 2.4.4 py310h936d840_0 conda-forge 2024-08-11T07:30:33.4779060Z git 2.45.1 pl5321h9d8b143_0 conda-forge 2024-08-11T07:30:33.4781540Z icu 73.2 hf5e326d_0 conda-forge 2024-08-11T07:30:33.4793210Z idna 3.6 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.4798900Z importlib_resources 6.4.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.4804070Z jinja2 3.1.4 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.4816970Z jq 1.7.1 h10d778d_0 conda-forge 2024-08-11T07:30:33.4826220Z jsonpatch 1.33 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.4829900Z jsonpointer 2.4 py310h2ec42d9_3 conda-forge 2024-08-11T07:30:33.4835040Z jsonschema 4.23.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.4841410Z jsonschema-specifications 2023.12.1 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.4847510Z jupyter_core 5.7.2 py310h2ec42d9_0 conda-forge 2024-08-11T07:30:33.4852310Z krb5 1.21.2 hb884880_0 conda-forge 2024-08-11T07:30:33.4856460Z ld64 711 h4e51db5_0 conda-forge 2024-08-11T07:30:33.4861070Z ld64_osx-64 711 had5d0d3_0 conda-forge 2024-08-11T07:30:33.4865630Z libarchive 3.7.2 hd35d340_1 conda-forge 2024-08-11T07:30:33.4867260Z libcurl 8.7.1 h726d00d_0 conda-forge 2024-08-11T07:30:33.4871480Z libcxx 16.0.6 hd57cbcb_0 conda-forge 2024-08-11T07:30:33.4876390Z libedit 3.1.20191231 h0678c8f_2 conda-forge 2024-08-11T07:30:33.4882360Z libev 4.33 h10d778d_2 conda-forge 2024-08-11T07:30:33.4904590Z libexpat 2.6.2 h73e2aa4_0 conda-forge 2024-08-11T07:30:33.4906570Z libffi 3.4.2 h0d85af4_5 conda-forge 2024-08-11T07:30:33.4907890Z libiconv 1.17 hd75f5a5_2 conda-forge 2024-08-11T07:30:33.4918800Z libintl 0.22.5 h5ff76d1_2 conda-forge 2024-08-11T07:30:33.4928280Z liblief 0.14.1 ha0df490_1 conda-forge 2024-08-11T07:30:33.4933330Z libllvm18 18.1.4 hbcf5fad_0 conda-forge 2024-08-11T07:30:33.4941920Z libmamba 1.5.8 ha449628_0 conda-forge 2024-08-11T07:30:33.4945270Z libmambapy 1.5.8 py310hd168405_0 conda-forge 2024-08-11T07:30:33.4945920Z libnghttp2 1.58.0 h64cf6d3_1 conda-forge 2024-08-11T07:30:33.4951920Z libsolv 0.7.28 h2d185b6_2 conda-forge 2024-08-11T07:30:33.4956550Z libsqlite 3.45.2 h92b6c6a_0 conda-forge 2024-08-11T07:30:33.4963660Z libssh2 1.11.0 hd019ec5_0 conda-forge 2024-08-11T07:30:33.4969100Z libxml2 2.12.6 hc0ae0f7_1 conda-forge 2024-08-11T07:30:33.4973810Z libzlib 1.2.13 h8a1eda9_5 conda-forge 2024-08-11T07:30:33.4979760Z lz4-c 1.9.4 hf0c8a7f_0 conda-forge 2024-08-11T07:30:33.4984090Z lzo 2.10 haf1e3a3_1000 conda-forge 2024-08-11T07:30:33.4992010Z mamba 1.5.8 py310h6bde348_0 conda-forge 2024-08-11T07:30:33.4995180Z markupsafe 2.1.5 py310hb372a2b_0 conda-forge 2024-08-11T07:30:33.5000910Z menuinst 2.0.2 py310h2ec42d9_0 conda-forge 2024-08-11T07:30:33.5007290Z more-itertools 10.4.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5011430Z nbformat 5.10.4 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5013250Z ncurses 6.4.20240210 h73e2aa4_0 conda-forge 2024-08-11T07:30:33.5017710Z oniguruma 6.9.9 h10d778d_0 conda-forge 2024-08-11T07:30:33.5022840Z openssl 3.3.1 h87427d6_2 conda-forge 2024-08-11T07:30:33.5028280Z oras-py 0.1.14 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5031610Z packaging 24.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5038480Z patch 2.7.6 hbcf498f_1002 conda-forge 2024-08-11T07:30:33.5126590Z pcre2 10.43 h0ad2156_0 conda-forge 2024-08-11T07:30:33.5130880Z perl 5.32.1 7_h10d778d_perl5 conda-forge 2024-08-11T07:30:33.5136460Z pip 24.2 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5142940Z pkginfo 1.11.1 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5149980Z pkgutil-resolve-name 1.3.10 pyhd8ed1ab_1 conda-forge 2024-08-11T07:30:33.5155230Z platformdirs 4.2.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5162140Z pluggy 1.4.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5164180Z psutil 6.0.0 py310h936d840_0 conda-forge 2024-08-11T07:30:33.5168050Z py-lief 0.14.1 py310hb4f5172_1 conda-forge 2024-08-11T07:30:33.5173330Z pybind11-abi 4 hd8ed1ab_3 conda-forge 2024-08-11T07:30:33.5179390Z pycosat 0.6.6 py310h6729b98_0 conda-forge 2024-08-11T07:30:33.5185040Z pycparser 2.22 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5191080Z pysocks 1.7.1 pyha2e5f31_6 conda-forge 2024-08-11T07:30:33.5209860Z python 3.10.14 h00d2728_0_cpython conda-forge 2024-08-11T07:30:33.5213130Z python-dateutil 2.9.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5216730Z python-fastjsonschema 2.20.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5219300Z python-libarchive-c 5.1 py310h2ec42d9_0 conda-forge 2024-08-11T07:30:33.5222240Z python_abi 3.10 4_cp310 conda-forge 2024-08-11T07:30:33.5223460Z pytz 2024.1 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5226470Z pyyaml 6.0.2 py310h936d840_0 conda-forge 2024-08-11T07:30:33.5239950Z rattler-build 0.19.0 h4e38c46_0 conda-forge 2024-08-11T07:30:33.5242420Z rattler-build-conda-compat 0.2.5 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5248670Z readline 8.2 h9e318b2_1 conda-forge 2024-08-11T07:30:33.5253490Z referencing 0.35.1 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5256640Z reproc 14.2.4.post0 h10d778d_1 conda-forge 2024-08-11T07:30:33.5258810Z reproc-cpp 14.2.4.post0 h93d8f39_1 conda-forge 2024-08-11T07:30:33.5262110Z requests 2.31.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5264190Z requests-toolbelt 1.0.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5269820Z ripgrep 14.1.0 h11a7dfb_0 conda-forge 2024-08-11T07:30:33.5272360Z rpds-py 0.20.0 py310h12a1ced_0 conda-forge 2024-08-11T07:30:33.5277940Z ruamel.yaml 0.18.6 py310hb372a2b_0 conda-forge 2024-08-11T07:30:33.5281020Z ruamel.yaml.clib 0.2.8 py310hb372a2b_0 conda-forge 2024-08-11T07:30:33.5285680Z ruamel_yaml 0.15.80 py310h6729b98_1009 conda-forge 2024-08-11T07:30:33.5287980Z setuptools 69.5.1 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5294090Z shyaml 0.6.2 pyhd3deb0d_0 conda-forge 2024-08-11T07:30:33.5299650Z sigtool 0.1.3 h88f4db0_0 conda-forge 2024-08-11T07:30:33.5301550Z six 1.16.0 pyh6c4a22f_0 conda-forge 2024-08-11T07:30:33.5306430Z soupsieve 2.5 pyhd8ed1ab_1 conda-forge 2024-08-11T07:30:33.5308900Z tapi 1100.0.11 h9ce4665_0 conda-forge 2024-08-11T07:30:33.5314850Z tk 8.6.13 h1abcd95_1 conda-forge 2024-08-11T07:30:33.5316870Z tomli 2.0.1 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5322460Z tqdm 4.66.2 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5328220Z traitlets 5.14.3 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5330160Z truststore 0.8.0 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5333120Z typing-extensions 4.12.2 hd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5341430Z typing_extensions 4.12.2 pyha770c72_0 conda-forge 2024-08-11T07:30:33.5344600Z tzdata 2024a h0c530f3_0 conda-forge 2024-08-11T07:30:33.5346120Z urllib3 2.2.1 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5346800Z wheel 0.43.0 pyhd8ed1ab_1 conda-forge 2024-08-11T07:30:33.5347280Z wrapt 1.16.0 py310hb372a2b_0 conda-forge 2024-08-11T07:30:33.5348500Z xz 5.2.6 h775f41a_0 conda-forge 2024-08-11T07:30:33.5348950Z yaml 0.2.5 h0d85af4_2 conda-forge 2024-08-11T07:30:33.5349920Z yaml-cpp 0.8.0 he965462_0 conda-forge 2024-08-11T07:30:33.5350750Z zipp 3.19.2 pyhd8ed1ab_0 conda-forge 2024-08-11T07:30:33.5363460Z zstandard 0.22.0 py310hd88f66e_0 conda-forge 2024-08-11T07:30:33.5369090Z zstd 1.5.5 h829000d_0 conda-forge 2024-08-11T07:30:33.5420680Z ++ [[ azure == \a\z\u\r\e ]] 2024-08-11T07:30:33.5444000Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/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:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5446200Z +++ sed s#/Users/runner/.yarn/bin:##g 2024-08-11T07:30:33.5472270Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/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:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5488250Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/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:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5489580Z +++ sed s#/Users/runner/Library/Android/sdk/tools:##g 2024-08-11T07:30:33.5516020Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/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:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5532090Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/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:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5533560Z +++ sed s#/Users/runner/Library/Android/sdk/platform-tools:##g 2024-08-11T07:30:33.5556020Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/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/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5570530Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/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/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5572310Z +++ sed s#/Users/runner/Library/Android/sdk/ndk-bundle:##g 2024-08-11T07:30:33.5597700Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/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/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5610920Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/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/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5612170Z +++ sed s#/usr/local/lib/ruby/gems/2.7.0/bin:##g 2024-08-11T07:30:33.5634240Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/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/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5647040Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/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/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5648530Z +++ sed s#/usr/local/opt/ruby@2.7/bin:##g 2024-08-11T07:30:33.5670800Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/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/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5683830Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/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/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5684990Z +++ sed s#/Users/runner/.cargo/bin:##g 2024-08-11T07:30:33.5706450Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/bin:/usr/local/opt/pipx_bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5719010Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/bin:/usr/local/opt/pipx_bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5720080Z +++ sed s#/usr/local/opt/curl/bin:##g 2024-08-11T07:30:33.5742960Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/bin:/usr/local/opt/pipx_bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5754850Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/bin:/usr/local/opt/pipx_bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5756000Z +++ sed s#/usr/local/opt/pipx_bin##g 2024-08-11T07:30:33.5778480Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/bin::/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5792190Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/bin::/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5793230Z +++ sed s#/Users/runner/.dotnet/tools:##g 2024-08-11T07:30:33.5815030Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/bin::/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5828490Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/bin::/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5829680Z +++ sed s#/Users/runner/.ghcup/bin:##g 2024-08-11T07:30:33.5852450Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/bin::/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5864640Z +++ echo /Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/bin::/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5865990Z +++ sed s#/Users/runner/hostedtoolcache/stack/2.7.3/x64:##g 2024-08-11T07:30:33.5888890Z ++ PATH=/Users/runner/miniforge3/bin:/Users/runner/miniforge3/condabin:/usr/local/lib/ruby/gems/3.0.0/bin:/usr/local/opt/ruby@3.0/bin::/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.ghcup/bin 2024-08-11T07:30:33.5890030Z ++ export PATH 2024-08-11T07:30:33.5895620Z ##[endgroup] 2024-08-11T07:30:33.5898600Z + echo -e '\n\nMaking the build clobber file' 2024-08-11T07:30:33.5899170Z 2024-08-11T07:30:33.5899460Z 2024-08-11T07:30:33.5899870Z Making the build clobber file 2024-08-11T07:30:33.5900670Z + make_build_number ./ ./recipe ./.ci_support/osx_arm64_python3.10.____cpython.yaml 2024-08-11T07:30:34.8525310Z + [[ -f LICENSE.txt ]] 2024-08-11T07:30:34.8526660Z + cp LICENSE.txt recipe/recipe-scripts-license.txt 2024-08-11T07:30:34.8556110Z + [[ 0 == 1 ]] 2024-08-11T07:30:34.8557060Z + [[ osx-arm64 != \o\s\x\-\6\4 ]] 2024-08-11T07:30:34.8560450Z + EXTRA_CB_OPTIONS=' --no-test' 2024-08-11T07:30:34.8563950Z + conda-build ./recipe -m ./.ci_support/osx_arm64_python3.10.____cpython.yaml --suppress-variables --no-test --clobber-file ./.ci_support/clobber_osx_arm64_python3.10.____cpython.yaml --extra-meta flow_run_id=azure_20240811.1.1 remote_url=*** sha=8c363abf5cdae46370444d2c778a0100ac13c152 2024-08-11T07:30:35.3387700Z WARNING: No numpy version specified in conda_build_config.yaml. Falling back to default numpy value of 1.22 2024-08-11T07:30:35.3858030Z Adding in variants from internal_defaults 2024-08-11T07:30:35.3859070Z Adding in variants from /Users/runner/work/1/s/.ci_support/osx_arm64_python3.10.____cpython.yaml 2024-08-11T07:30:35.4903160Z Attempting to finalize metadata for lhapdf 2024-08-11T07:32:14.8275250Z Reloading output folder: ...working... done 2024-08-11T07:32:15.2346990Z Getting pinned dependencies: ...working... done 2024-08-11T07:33:04.2940370Z Reloading output folder: ...working... done 2024-08-11T07:33:04.3601670Z Getting pinned dependencies: ...working... done 2024-08-11T07:33:12.4210700Z Reloading output folder: ...working... done 2024-08-11T07:33:12.4504910Z Getting pinned dependencies: ...working... done 2024-08-11T07:33:12.5166800Z BUILD START: ['lhapdf-6.5.4-py310he1a186f_4.conda'] 2024-08-11T07:33:13.4127440Z Reloading output folder: ...working... done 2024-08-11T07:33:13.4733410Z Solving environment (_h_env): ...working... done 2024-08-11T07:33:13.4916480Z 2024-08-11T07:33:13.4918330Z ## Package Plan ## 2024-08-11T07:33:13.4918670Z 2024-08-11T07:33:13.4919940Z environment location: /Users/runner/miniforge3/conda-bld/lhapdf_1723361435362/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl 2024-08-11T07:33:13.4920540Z 2024-08-11T07:33:13.4920670Z 2024-08-11T07:33:13.4921000Z The following NEW packages will be INSTALLED: 2024-08-11T07:33:13.4921600Z 2024-08-11T07:33:13.4921930Z bzip2: 1.0.8-h99b78c6_7 conda-forge 2024-08-11T07:33:13.4922410Z ca-certificates: 2024.7.4-hf0a4a13_0 conda-forge 2024-08-11T07:33:13.4922920Z cython: 3.0.11-py310hcf9f62a_0 conda-forge 2024-08-11T07:33:13.4923550Z libcxx: 18.1.8-h5a72898_2 conda-forge 2024-08-11T07:33:13.4924040Z libffi: 3.4.2-h3422bc3_5 conda-forge 2024-08-11T07:33:13.4924550Z libsqlite: 3.46.0-hfb93653_0 conda-forge 2024-08-11T07:33:13.4925050Z libzlib: 1.3.1-hfb2fe0b_1 conda-forge 2024-08-11T07:33:13.4925410Z ncurses: 6.5-hb89a1cb_0 conda-forge 2024-08-11T07:33:13.4925720Z openssl: 3.3.1-hfb2fe0b_2 conda-forge 2024-08-11T07:33:13.4926360Z python: 3.10.14-h2469fbe_0_cpython conda-forge 2024-08-11T07:33:13.4926820Z python_abi: 3.10-4_cp310 conda-forge 2024-08-11T07:33:13.4927320Z readline: 8.2-h92ec313_1 conda-forge 2024-08-11T07:33:13.4927800Z tk: 8.6.13-h5083fa2_1 conda-forge 2024-08-11T07:33:13.4928150Z tzdata: 2024a-h0c530f3_0 conda-forge 2024-08-11T07:33:13.4928620Z xz: 5.2.6-h57fd34a_0 conda-forge 2024-08-11T07:33:13.4928770Z 2024-08-11T07:33:16.1970570Z Preparing transaction: ...working... done 2024-08-11T07:33:22.5797340Z Verifying transaction: ...working... done 2024-08-11T07:33:25.9613280Z Executing transaction: ...working... done 2024-08-11T07:33:28.4748360Z Reloading output folder: ...working... done 2024-08-11T07:33:28.7591330Z Solving environment (_build_env): ...working... done 2024-08-11T07:33:28.7902820Z 2024-08-11T07:33:28.7908450Z ## Package Plan ## 2024-08-11T07:33:28.7918850Z 2024-08-11T07:33:28.7947570Z environment location: /Users/runner/miniforge3/conda-bld/lhapdf_1723361435362/_build_env 2024-08-11T07:33:28.7989740Z 2024-08-11T07:33:28.8038510Z 2024-08-11T07:33:28.8068080Z The following NEW packages will be INSTALLED: 2024-08-11T07:33:28.8110970Z 2024-08-11T07:33:28.8133060Z autoconf: 2.71-pl5321hed12c24_1 conda-forge 2024-08-11T07:33:28.8143080Z automake: 1.16.5-pl5321h694c41f_0 conda-forge 2024-08-11T07:33:28.8166990Z bzip2: 1.0.8-hfdf4475_7 conda-forge 2024-08-11T07:33:28.8197980Z ca-certificates: 2024.7.4-h8857fd0_0 conda-forge 2024-08-11T07:33:28.8213250Z cctools_osx-64: 986-h303a5ab_3 conda-forge 2024-08-11T07:33:28.8229010Z cctools_osx-arm64: 986-h458f0ca_3 conda-forge 2024-08-11T07:33:28.8255500Z clang: 16.0.6-default_h179603d_11 conda-forge 2024-08-11T07:33:28.8257950Z clang-16: 16.0.6-default_h0c94c6a_11 conda-forge 2024-08-11T07:33:28.8286330Z clang_impl_osx-arm64: 16.0.6-ha81d56d_19 conda-forge 2024-08-11T07:33:28.8300040Z clang_osx-arm64: 16.0.6-h40be2b1_19 conda-forge 2024-08-11T07:33:28.8331290Z clangxx: 16.0.6-default_h179603d_11 conda-forge 2024-08-11T07:33:28.8353300Z clangxx_impl_osx-arm64: 16.0.6-h4a79b72_19 conda-forge 2024-08-11T07:33:28.8366830Z clangxx_osx-arm64: 16.0.6-h40be2b1_19 conda-forge 2024-08-11T07:33:28.8398660Z compiler-rt: 16.0.6-ha38d28d_2 conda-forge 2024-08-11T07:33:28.8588270Z compiler-rt_osx-64: 16.0.6-ha38d28d_2 conda-forge 2024-08-11T07:33:28.8597900Z cross-python_osx-arm64: 3.10-41_cpython conda-forge 2024-08-11T07:33:28.8643310Z crossenv: 1.4.0-pyhd8ed1ab_0 conda-forge 2024-08-11T07:33:28.8673860Z cython: 3.0.11-py310he0a0c5d_0 conda-forge 2024-08-11T07:33:28.8684720Z gettext: 0.22.5-h5ff76d1_2 conda-forge 2024-08-11T07:33:28.8691840Z gettext-tools: 0.22.5-h5ff76d1_2 conda-forge 2024-08-11T07:33:28.8699610Z gnuconfig: 2020.11.07-hd8ed1ab_0 conda-forge 2024-08-11T07:33:28.8703110Z icu: 75.1-h120a0e1_0 conda-forge 2024-08-11T07:33:28.8723110Z ld64_osx-64: 711-h04ffbf3_3 conda-forge 2024-08-11T07:33:28.8733480Z ld64_osx-arm64: 711-ha337116_3 conda-forge 2024-08-11T07:33:28.8762830Z libasprintf: 0.22.5-h5ff76d1_2 conda-forge 2024-08-11T07:33:28.8820490Z libasprintf-devel: 0.22.5-h5ff76d1_2 conda-forge 2024-08-11T07:33:28.8859490Z libclang-cpp16: 16.0.6-default_h0c94c6a_11 conda-forge 2024-08-11T07:33:28.8885090Z libcxx: 18.1.8-heced48a_2 conda-forge 2024-08-11T07:33:28.8892070Z libffi: 3.4.2-h0d85af4_5 conda-forge 2024-08-11T07:33:28.8907490Z libgettextpo: 0.22.5-h5ff76d1_2 conda-forge 2024-08-11T07:33:28.8919690Z libgettextpo-devel: 0.22.5-h5ff76d1_2 conda-forge 2024-08-11T07:33:28.8958850Z libiconv: 1.17-hd75f5a5_2 conda-forge 2024-08-11T07:33:28.8968580Z libintl: 0.22.5-h5ff76d1_2 conda-forge 2024-08-11T07:33:28.8976100Z libintl-devel: 0.22.5-h5ff76d1_2 conda-forge 2024-08-11T07:33:28.9011240Z libllvm16: 16.0.6-hbedff68_3 conda-forge 2024-08-11T07:33:28.9122560Z libsqlite: 3.46.0-h1b8f9f3_0 conda-forge 2024-08-11T07:33:28.9323370Z libtool: 2.4.7-hf0c8a7f_0 conda-forge 2024-08-11T07:33:28.9383530Z libxml2: 2.12.7-heaf3512_4 conda-forge 2024-08-11T07:33:28.9440950Z libzlib: 1.3.1-h87427d6_1 conda-forge 2024-08-11T07:33:28.9483220Z llvm-tools: 16.0.6-hbedff68_3 conda-forge 2024-08-11T07:33:28.9545870Z lz4-c: 1.9.4-hf0c8a7f_0 conda-forge 2024-08-11T07:33:28.9600380Z m4: 1.4.18-haf1e3a3_1001 conda-forge 2024-08-11T07:33:28.9671960Z macosx_deployment_target_osx-arm64: 11.0-h6553868_1 conda-forge 2024-08-11T07:33:28.9718110Z make: 4.3-h22f3db7_1 conda-forge 2024-08-11T07:33:28.9796040Z ncurses: 6.5-h5846eda_0 conda-forge 2024-08-11T07:33:28.9852690Z openssl: 3.3.1-h87427d6_2 conda-forge 2024-08-11T07:33:28.9941640Z perl: 5.32.1-7_h10d778d_perl5 conda-forge 2024-08-11T07:33:29.0006380Z popt: 1.16-h7b079dc_2002 conda-forge 2024-08-11T07:33:29.0094560Z python: 3.10.14-h00d2728_0_cpython conda-forge 2024-08-11T07:33:29.0186950Z python_abi: 3.10-4_cp310 conda-forge 2024-08-11T07:33:29.0253520Z readline: 8.2-h9e318b2_1 conda-forge 2024-08-11T07:33:29.0300170Z rsync: 3.3.0-h5aaac6a_0 conda-forge 2024-08-11T07:33:29.0351020Z sed: 4.7-h3efe00b_1000 conda-forge 2024-08-11T07:33:29.0404230Z sigtool: 0.1.3-h88f4db0_0 conda-forge 2024-08-11T07:33:29.0486930Z tapi: 1100.0.11-h9ce4665_0 conda-forge 2024-08-11T07:33:29.0842720Z tk: 8.6.13-h1abcd95_1 conda-forge 2024-08-11T07:33:29.0915080Z tzdata: 2024a-h0c530f3_0 conda-forge 2024-08-11T07:33:29.0996770Z xxhash: 0.8.2-h4140336_0 conda-forge 2024-08-11T07:33:29.1059430Z xz: 5.2.6-h775f41a_0 conda-forge 2024-08-11T07:33:29.1260850Z zstd: 1.5.6-h915ae27_0 conda-forge 2024-08-11T07:33:29.1318440Z 2024-08-11T07:33:38.0270070Z Preparing transaction: ...working... done 2024-08-11T07:33:42.1029670Z Verifying transaction: ...working... done 2024-08-11T07:33:48.5622190Z Executing transaction: ...working... done 2024-08-11T07:33:48.7391480Z Source cache directory is: /Users/runner/miniforge3/conda-bld/src_cache 2024-08-11T07:33:48.7393870Z Downloading source to cache: ?f=LHAPDF-6.5.4_2443a4b32c.tar.gz 2024-08-11T07:33:48.7395830Z Downloading https://lhapdf.hepforge.org/downloads/?f=LHAPDF-6.5.4.tar.gz 2024-08-11T07:33:50.7987720Z Success 2024-08-11T07:33:50.8007370Z Extracting download 2024-08-11T07:33:52.8241670Z Reloading output folder: ...working... done 2024-08-11T07:33:52.8845220Z Getting pinned dependencies: ...working... done 2024-08-11T07:33:52.9854560Z 2024-08-11T07:33:52.9855640Z Rendered as: 2024-08-11T07:33:52.9856030Z ```yaml 2024-08-11T07:33:52.9856670Z package: 2024-08-11T07:33:52.9857020Z name: lhapdf 2024-08-11T07:33:52.9857260Z version: 6.5.4 2024-08-11T07:33:52.9857570Z source: 2024-08-11T07:33:52.9857880Z sha256: 2443a4b32cc3b0597c8248bd6e25703ace9c91a7a253c5f60b1b5428ef9c869e 2024-08-11T07:33:52.9858560Z url: https://lhapdf.hepforge.org/downloads/?f=LHAPDF-6.5.4.tar.gz 2024-08-11T07:33:52.9858980Z build: 2024-08-11T07:33:52.9859440Z detect_binary_files_with_prefix: true 2024-08-11T07:33:52.9859950Z number: '4' 2024-08-11T07:33:52.9860340Z requirements: 2024-08-11T07:33:52.9860710Z build: 2024-08-11T07:33:52.9861270Z - gettext 0.22.5 h5ff76d1_2 2024-08-11T07:33:52.9862290Z - gettext-tools 0.22.5 h5ff76d1_2 2024-08-11T07:33:52.9862980Z - libclang-cpp16 16.0.6 default_h0c94c6a_11 2024-08-11T07:33:52.9863490Z - libzlib 1.3.1 h87427d6_1 2024-08-11T07:33:52.9863970Z - libllvm16 16.0.6 hbedff68_3 2024-08-11T07:33:52.9864710Z - sigtool 0.1.3 h88f4db0_0 2024-08-11T07:33:52.9865370Z - perl 5.32.1 7_h10d778d_perl5 2024-08-11T07:33:52.9866020Z - clangxx_impl_osx-arm64 16.0.6 h4a79b72_19 2024-08-11T07:33:52.9866720Z - ld64_osx-64 711 h04ffbf3_3 2024-08-11T07:33:52.9867340Z - m4 1.4.18 haf1e3a3_1001 2024-08-11T07:33:52.9868000Z - openssl 3.3.1 h87427d6_2 2024-08-11T07:33:52.9868470Z - libasprintf-devel 0.22.5 h5ff76d1_2 2024-08-11T07:33:52.9869290Z - rsync 3.3.0 h5aaac6a_0 2024-08-11T07:33:52.9869990Z - libcxx 18.1.8 heced48a_2 2024-08-11T07:33:52.9870640Z - clang_impl_osx-arm64 16.0.6 ha81d56d_19 2024-08-11T07:33:52.9871450Z - gnuconfig 2020.11.07 hd8ed1ab_0 2024-08-11T07:33:52.9871910Z - tzdata 2024a h0c530f3_0 2024-08-11T07:33:52.9872720Z - crossenv 1.4.0 pyhd8ed1ab_0 2024-08-11T07:33:52.9873730Z - clangxx_osx-arm64 16.0.6 h40be2b1_19 2024-08-11T07:33:52.9874280Z - ca-certificates 2024.7.4 h8857fd0_0 2024-08-11T07:33:52.9874640Z - compiler-rt_osx-64 16.0.6 ha38d28d_2 2024-08-11T07:33:52.9875050Z - zstd 1.5.6 h915ae27_0 2024-08-11T07:33:52.9875350Z - readline 8.2 h9e318b2_1 2024-08-11T07:33:52.9875780Z - automake 1.16.5 pl5321h694c41f_0 2024-08-11T07:33:52.9876120Z - clangxx 16.0.6 default_h179603d_11 2024-08-11T07:33:52.9876410Z - llvm-tools 16.0.6 hbedff68_3 2024-08-11T07:33:52.9877250Z - cython 3.0.11 py310he0a0c5d_0 2024-08-11T07:33:52.9877580Z - ld64_osx-arm64 711 ha337116_3 2024-08-11T07:33:52.9878010Z - compiler-rt 16.0.6 ha38d28d_2 2024-08-11T07:33:52.9878320Z - lz4-c 1.9.4 hf0c8a7f_0 2024-08-11T07:33:52.9878630Z - macosx_deployment_target_osx-arm64 11.0 h6553868_1 2024-08-11T07:33:52.9879100Z - libgettextpo 0.22.5 h5ff76d1_2 2024-08-11T07:33:52.9879550Z - cctools_osx-64 986 h303a5ab_3 2024-08-11T07:33:52.9880220Z - make 4.3 h22f3db7_1 2024-08-11T07:33:52.9880530Z - libgettextpo-devel 0.22.5 h5ff76d1_2 2024-08-11T07:33:52.9880820Z - libffi 3.4.2 h0d85af4_5 2024-08-11T07:33:52.9881240Z - popt 1.16 h7b079dc_2002 2024-08-11T07:33:52.9881520Z - tk 8.6.13 h1abcd95_1 2024-08-11T07:33:52.9881800Z - cctools_osx-arm64 986 h458f0ca_3 2024-08-11T07:33:52.9882430Z - xz 5.2.6 h775f41a_0 2024-08-11T07:33:52.9882870Z - libintl-devel 0.22.5 h5ff76d1_2 2024-08-11T07:33:52.9883230Z - python 3.10.14 h00d2728_0_cpython 2024-08-11T07:33:52.9883830Z - tapi 1100.0.11 h9ce4665_0 2024-08-11T07:33:52.9884290Z - bzip2 1.0.8 hfdf4475_7 2024-08-11T07:33:52.9884880Z - libsqlite 3.46.0 h1b8f9f3_0 2024-08-11T07:33:52.9885370Z - cross-python_osx-arm64 3.10 41_cpython 2024-08-11T07:33:52.9885980Z - ncurses 6.5 h5846eda_0 2024-08-11T07:33:52.9886450Z - libxml2 2.12.7 heaf3512_4 2024-08-11T07:33:52.9887050Z - clang_osx-arm64 16.0.6 h40be2b1_19 2024-08-11T07:33:52.9887560Z - clang-16 16.0.6 default_h0c94c6a_11 2024-08-11T07:33:52.9888150Z - clang 16.0.6 default_h179603d_11 2024-08-11T07:33:52.9888710Z - xxhash 0.8.2 h4140336_0 2024-08-11T07:33:52.9889170Z - libtool 2.4.7 hf0c8a7f_0 2024-08-11T07:33:52.9889500Z - libasprintf 0.22.5 h5ff76d1_2 2024-08-11T07:33:52.9889810Z - libintl 0.22.5 h5ff76d1_2 2024-08-11T07:33:52.9890910Z - sed 4.7 h3efe00b_1000 2024-08-11T07:33:52.9891440Z - autoconf 2.71 pl5321hed12c24_1 2024-08-11T07:33:52.9892510Z - icu 75.1 h120a0e1_0 2024-08-11T07:33:52.9892880Z - python_abi 3.10 4_cp310 2024-08-11T07:33:52.9893800Z - libiconv 1.17 hd75f5a5_2 2024-08-11T07:33:52.9894440Z host: 2024-08-11T07:33:52.9895310Z - bzip2 1.0.8 h99b78c6_7 2024-08-11T07:33:52.9895910Z - ca-certificates 2024.7.4 hf0a4a13_0 2024-08-11T07:33:52.9896390Z - libcxx 18.1.8 h5a72898_2 2024-08-11T07:33:52.9896710Z - libffi 3.4.2 h3422bc3_5 2024-08-11T07:33:52.9897690Z - libzlib 1.3.1 hfb2fe0b_1 2024-08-11T07:33:52.9898290Z - ncurses 6.5 hb89a1cb_0 2024-08-11T07:33:52.9899080Z - python_abi 3.10 4_cp310 2024-08-11T07:33:52.9899690Z - tzdata 2024a h0c530f3_0 2024-08-11T07:33:52.9900480Z - xz 5.2.6 h57fd34a_0 2024-08-11T07:33:52.9901100Z - libsqlite 3.46.0 hfb93653_0 2024-08-11T07:33:52.9901590Z - openssl 3.3.1 hfb2fe0b_2 2024-08-11T07:33:52.9902140Z - readline 8.2 h92ec313_1 2024-08-11T07:33:52.9902600Z - tk 8.6.13 h5083fa2_1 2024-08-11T07:33:52.9902940Z - python 3.10.14 h2469fbe_0_cpython 2024-08-11T07:33:52.9903400Z - cython 3.0.11 py310hcf9f62a_0 2024-08-11T07:33:52.9903900Z run: 2024-08-11T07:33:52.9904650Z - python_abi 3.10.* *_cp310 2024-08-11T07:33:52.9905110Z - libcxx >=16 2024-08-11T07:33:52.9905420Z - python >=3.10,<3.11.0a0 *_cpython 2024-08-11T07:33:52.9905850Z - python >=3.10,<3.11.0a0 2024-08-11T07:33:52.9906120Z - __osx >=11.0 2024-08-11T07:33:52.9906310Z test: 2024-08-11T07:33:52.9906490Z commands: 2024-08-11T07:33:52.9906710Z - lhapdf-config 2024-08-11T07:33:52.9907020Z imports: 2024-08-11T07:33:52.9907270Z - lhapdf 2024-08-11T07:33:52.9907590Z about: 2024-08-11T07:33:52.9908160Z description: 'LHAPDF is a library implementing a standard to represent Parton 2024-08-11T07:33:52.9908490Z 2024-08-11T07:33:52.9909390Z Distribution Functions (PDFs) which is ubiquitous in the field of High Energy 2024-08-11T07:33:52.9909830Z 2024-08-11T07:33:52.9910570Z Physics. PDFs, which describe the structure of the proton, are an essential 2024-08-11T07:33:52.9911190Z 2024-08-11T07:33:52.9912140Z ingredient for experimental and phenomenological studies at the Large Hadron 2024-08-11T07:33:52.9912540Z 2024-08-11T07:33:52.9912850Z Collider (LHC). LHAPDF allows PDF fitting collaborations to distribute their 2024-08-11T07:33:52.9913030Z 2024-08-11T07:33:52.9913270Z results in a format that is interoperable with tools requiring PDFs as input, 2024-08-11T07:33:52.9913550Z 2024-08-11T07:33:52.9913850Z such as Monte Carlo Event generations. The LHAPDF project maintains a remote 2024-08-11T07:33:52.9914360Z 2024-08-11T07:33:52.9914670Z repository of PDFs, which can be installed with tools that accompany the 2024-08-11T07:33:52.9914830Z 2024-08-11T07:33:52.9915000Z library. 2024-08-11T07:33:52.9915090Z 2024-08-11T07:33:52.9915310Z Please make sure to cite the following paper if you use LHAPDF6 2024-08-11T07:33:52.9915470Z 2024-08-11T07:33:52.9915700Z "LHAPDF6: parton density access in the LHC precision era" Eur.Phys.J. C75 2024-08-11T07:33:52.9915870Z 2024-08-11T07:33:52.9916040Z (2015) 3, 132 2024-08-11T07:33:52.9916130Z 2024-08-11T07:33:52.9916320Z http://arxiv.org/abs/1412.7420 2024-08-11T07:33:52.9916430Z 2024-08-11T07:33:52.9916650Z ' 2024-08-11T07:33:52.9916870Z dev_url: https://gitlab.com/hepcedar/lhapdf 2024-08-11T07:33:52.9917120Z doc_url: https://lhapdf.hepforge.org 2024-08-11T07:33:52.9917600Z home: https://lhapdf.hepforge.org/ 2024-08-11T07:33:52.9918890Z license: GPL-3.0-only 2024-08-11T07:33:52.9920090Z license_family: GPL 2024-08-11T07:33:52.9920420Z license_file: COPYING 2024-08-11T07:33:52.9921290Z summary: 'LHAPDF is a general purpose C++ interpolator, used for evaluating PDFs 2024-08-11T07:33:52.9921910Z from discretised data files. ' 2024-08-11T07:33:52.9922720Z extra: 2024-08-11T07:33:52.9923030Z copy_test_source_files: true 2024-08-11T07:33:52.9923820Z final: true 2024-08-11T07:33:52.9924620Z recipe-maintainers: 2024-08-11T07:33:52.9925040Z - scarlehoff 2024-08-11T07:33:52.9925790Z - Zaharid 2024-08-11T07:33:52.9926150Z ``` 2024-08-11T07:33:52.9926260Z 2024-08-11T07:33:52.9926640Z source tree in: /Users/runner/miniforge3/conda-bld/lhapdf_1723361435362/work 2024-08-11T07:33:53.0914760Z export PREFIX=/Users/runner/miniforge3/conda-bld/lhapdf_1723361435362/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl 2024-08-11T07:33:53.0916160Z export BUILD_PREFIX=/Users/runner/miniforge3/conda-bld/lhapdf_1723361435362/_build_env 2024-08-11T07:33:53.0916980Z export SRC_DIR=/Users/runner/miniforge3/conda-bld/lhapdf_1723361435362/work 2024-08-11T07:33:55.0460390Z INFO: activate_clang_osx-arm64.sh made the following environmental changes: 2024-08-11T07:33:55.0575960Z +AR=arm64-apple-darwin20.0.0-ar 2024-08-11T07:33:55.0578770Z +AS=arm64-apple-darwin20.0.0-as 2024-08-11T07:33:55.0581040Z +CC=arm64-apple-darwin20.0.0-clang 2024-08-11T07:33:55.0588340Z +CC_FOR_BUILD=$BUILD_PREFIX/bin/x86_64-apple-darwin13.4.0-clang 2024-08-11T07:33:55.0610800Z +CFLAGS=-ftree-vectorize -fPIC -fstack-protector-strong -O2 -pipe -isystem $PREFIX/include -fdebug-prefix-map=$SRC_DIR=/usr/local/src/conda/lhapdf-6.5.4 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix 2024-08-11T07:33:55.0615480Z +CHECKSYMS=arm64-apple-darwin20.0.0-checksyms 2024-08-11T07:33:55.0622230Z +CLANG=arm64-apple-darwin20.0.0-clang 2024-08-11T07:33:55.0627450Z +CMAKE_ARGS=-DCMAKE_AR=$BUILD_PREFIX/bin/arm64-apple-darwin20.0.0-ar -DCMAKE_CXX_COMPILER_AR=$BUILD_PREFIX/bin/arm64-apple-darwin20.0.0-ar -DCMAKE_C_COMPILER_AR=$BUILD_PREFIX/bin/arm64-apple-darwin20.0.0-ar -DCMAKE_RANLIB=$BUILD_PREFIX/bin/arm64-apple-darwin20.0.0-ranlib -DCMAKE_CXX_COMPILER_RANLIB=$BUILD_PREFIX/bin/arm64-apple-darwin20.0.0-ranlib -DCMAKE_C_COMPILER_RANLIB=$BUILD_PREFIX/bin/arm64-apple-darwin20.0.0-ranlib -DCMAKE_LINKER=$BUILD_PREFIX/bin/arm64-apple-darwin20.0.0-ld -DCMAKE_STRIP=$BUILD_PREFIX/bin/arm64-apple-darwin20.0.0-strip -DCMAKE_INSTALL_NAME_TOOL=$BUILD_PREFIX/bin/arm64-apple-darwin20.0.0-install_name_tool -DCMAKE_LIBTOOL=$BUILD_PREFIX/bin/arm64-apple-darwin20.0.0-libtool -DCMAKE_OSX_DEPLOYMENT_TARGET=11.0 -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_SYSROOT=/Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_FIND_APPBUNDLE=LAST -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_PROGRAM_PATH=$BUILD_PREFIX/bin;$PREFIX/bin -DCMAKE_SYSTEM_NAME=Darwin -DCMAKE_SYSTEM_PROCESSOR=arm64 -DCMAKE_SYSTEM_VERSION=20.0.0 2024-08-11T07:33:55.0661940Z +CMAKE_PREFIX_PATH=:$PREFIX 2024-08-11T07:33:55.0676050Z +CONDA_TOOLCHAIN_BUILD=x86_64-apple-darwin13.4.0 2024-08-11T07:33:55.0683890Z +CONDA_TOOLCHAIN_HOST=arm64-apple-darwin20.0.0 2024-08-11T07:33:55.0692700Z +CPPFLAGS=-D_FORTIFY_SOURCE=2 -isystem $PREFIX/include -mmacosx-version-min=11.0 2024-08-11T07:33:55.0701680Z +DEBUG_CFLAGS=-ftree-vectorize -fPIC -fstack-protector-strong -O2 -pipe -Og -g -Wall -Wextra -isystem $PREFIX/include -fdebug-prefix-map=$SRC_DIR=/usr/local/src/conda/lhapdf-6.5.4 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix 2024-08-11T07:33:55.0742290Z +HOST=arm64-apple-darwin20.0.0 2024-08-11T07:33:55.0752860Z +INSTALL_NAME_TOOL=arm64-apple-darwin20.0.0-install_name_tool 2024-08-11T07:33:55.0758960Z +LD=arm64-apple-darwin20.0.0-ld 2024-08-11T07:33:55.0775890Z +LDFLAGS=-Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,$PREFIX/lib -L$PREFIX/lib 2024-08-11T07:33:55.0781650Z +LDFLAGS_LD=-headerpad_max_install_names -dead_strip_dylibs -rpath $PREFIX/lib -L$PREFIX/lib 2024-08-11T07:33:55.0796760Z +LIBTOOL=arm64-apple-darwin20.0.0-libtool 2024-08-11T07:33:55.0801130Z +LIPO=arm64-apple-darwin20.0.0-lipo 2024-08-11T07:33:55.0805140Z +MESON_ARGS=--buildtype release --prefix=$PREFIX -Dlibdir=lib --cross-file $BUILD_PREFIX/meson_cross_file.txt 2024-08-11T07:33:55.0822310Z +NM=arm64-apple-darwin20.0.0-nm 2024-08-11T07:33:55.0855660Z +NMEDIT=arm64-apple-darwin20.0.0-nmedit 2024-08-11T07:33:55.0864460Z +OBJC=arm64-apple-darwin20.0.0-clang 2024-08-11T07:33:55.0873980Z +OBJC_FOR_BUILD=$BUILD_PREFIX/bin/x86_64-apple-darwin13.4.0-clang 2024-08-11T07:33:55.0879620Z +OTOOL=arm64-apple-darwin20.0.0-otool 2024-08-11T07:33:55.0883260Z +PAGESTUFF=arm64-apple-darwin20.0.0-pagestuff 2024-08-11T07:33:55.0889660Z +RANLIB=arm64-apple-darwin20.0.0-ranlib 2024-08-11T07:33:55.0907850Z +REDO_PREBINDING=arm64-apple-darwin20.0.0-redo_prebinding 2024-08-11T07:33:55.0923500Z +SDKROOT=/Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk 2024-08-11T07:33:55.0939470Z +SEGEDIT=arm64-apple-darwin20.0.0-segedit 2024-08-11T07:33:55.0963500Z +SEG_ADDR_TABLE=arm64-apple-darwin20.0.0-seg_addr_table 2024-08-11T07:33:55.0977500Z +SEG_HACK=arm64-apple-darwin20.0.0-seg_hack 2024-08-11T07:33:55.0987450Z +SIZE=arm64-apple-darwin20.0.0-size 2024-08-11T07:33:55.0993950Z +STRINGS=arm64-apple-darwin20.0.0-strings 2024-08-11T07:33:55.0995930Z +STRIP=arm64-apple-darwin20.0.0-strip 2024-08-11T07:33:55.0996480Z +_CONDA_PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata_arm64_apple_darwin20_0_0 2024-08-11T07:33:55.0996930Z +ac_cv_func_malloc_0_nonnull=yes 2024-08-11T07:33:55.0997340Z +ac_cv_func_realloc_0_nonnull=yes 2024-08-11T07:33:55.0997690Z +build_alias=x86_64-apple-darwin13.4.0 2024-08-11T07:33:55.0998150Z +host_alias=arm64-apple-darwin20.0.0 2024-08-11T07:33:55.2345830Z INFO: activate_clangxx_osx-arm64.sh made the following environmental changes: 2024-08-11T07:33:55.2414590Z +CLANGXX=arm64-apple-darwin20.0.0-clang++ 2024-08-11T07:33:55.2416720Z +CXX=arm64-apple-darwin20.0.0-clang++ 2024-08-11T07:33:55.2419400Z +CXXFLAGS=-ftree-vectorize -fPIC -fstack-protector-strong -O2 -pipe -stdlib=libc++ -fvisibility-inlines-hidden -fmessage-length=0 -isystem $PREFIX/include -fdebug-prefix-map=$SRC_DIR=/usr/local/src/conda/lhapdf-6.5.4 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix 2024-08-11T07:33:55.2421970Z +CXX_FOR_BUILD=$BUILD_PREFIX/bin/x86_64-apple-darwin13.4.0-clang++ 2024-08-11T07:33:55.2466380Z +DEBUG_CXXFLAGS=-ftree-vectorize -fPIC -fstack-protector-strong -O2 -pipe -stdlib=libc++ -fvisibility-inlines-hidden -fmessage-length=0 -Og -g -Wall -Wextra -isystem $PREFIX/include -fdebug-prefix-map=$SRC_DIR=/usr/local/src/conda/lhapdf-6.5.4 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix 2024-08-11T07:33:55.2537310Z Setting up cross-python 2024-08-11T07:33:55.5432400Z WARNING: The cross-compiler ('arm64-apple-darwin20.0.0-clang') does not appear to be for the correct architecture (got arm64-apple-darwin20.0.0, expected aarch64-apple-darwin20.0.0). Use --cc to correct, if necessary. 2024-08-11T07:33:55.9881590Z Finished setting up cross-python 2024-08-11T07:33:55.9941480Z patching file wrappers/python/build.py.in 2024-08-11T07:34:02.5682330Z libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. 2024-08-11T07:34:02.5683120Z libtoolize: copying file 'config/ltmain.sh' 2024-08-11T07:34:02.6284090Z libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. 2024-08-11T07:34:02.6284760Z libtoolize: copying file 'm4/libtool.m4' 2024-08-11T07:34:02.6655000Z libtoolize: copying file 'm4/ltoptions.m4' 2024-08-11T07:34:02.7071340Z libtoolize: copying file 'm4/ltsugar.m4' 2024-08-11T07:34:02.7542450Z libtoolize: copying file 'm4/ltversion.m4' 2024-08-11T07:34:02.8114270Z libtoolize: copying file 'm4/lt~obsolete.m4' 2024-08-11T07:34:04.8322490Z configure.ac:50: warning: The macro `AC_HELP_STRING' is obsolete. 2024-08-11T07:34:04.8323960Z configure.ac:50: You should run autoupdate. 2024-08-11T07:34:04.8324620Z ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... 2024-08-11T07:34:04.8325660Z configure.ac:50: the top level 2024-08-11T07:34:04.8326230Z configure.ac:80: warning: The macro `AC_PROG_LIBTOOL' is obsolete. 2024-08-11T07:34:04.8329680Z configure.ac:80: You should run autoupdate. 2024-08-11T07:34:04.8330710Z m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from... 2024-08-11T07:34:04.8332100Z configure.ac:80: the top level 2024-08-11T07:34:04.8333510Z configure.ac:84: warning: The macro `AC_HELP_STRING' is obsolete. 2024-08-11T07:34:04.8334860Z configure.ac:84: You should run autoupdate. 2024-08-11T07:34:04.8336190Z ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... 2024-08-11T07:34:04.8337310Z ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... 2024-08-11T07:34:04.8338610Z configure.ac:84: the top level 2024-08-11T07:34:04.8340230Z configure.ac:87: warning: The macro `AC_HELP_STRING' is obsolete. 2024-08-11T07:34:04.8341420Z configure.ac:87: You should run autoupdate. 2024-08-11T07:34:04.8342510Z ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... 2024-08-11T07:34:04.8343850Z ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... 2024-08-11T07:34:04.8345200Z configure.ac:87: the top level 2024-08-11T07:34:04.8346260Z configure.ac:109: warning: The macro `AC_HELP_STRING' is obsolete. 2024-08-11T07:34:04.8347570Z configure.ac:109: You should run autoupdate. 2024-08-11T07:34:04.8348690Z ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... 2024-08-11T07:34:04.8349880Z ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... 2024-08-11T07:34:04.8352060Z configure.ac:109: the top level 2024-08-11T07:34:04.8353460Z configure.ac:121: warning: The macro `AC_HELP_STRING' is obsolete. 2024-08-11T07:34:04.8354770Z configure.ac:121: You should run autoupdate. 2024-08-11T07:34:04.8355920Z ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... 2024-08-11T07:34:04.8357050Z ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... 2024-08-11T07:34:04.8358240Z configure.ac:121: the top level 2024-08-11T07:34:04.8359620Z configure.ac:137: warning: The macro `AC_FD_CC' is obsolete. 2024-08-11T07:34:04.8360680Z configure.ac:137: You should run autoupdate. 2024-08-11T07:34:04.8361950Z ./lib/autoconf/general.m4:399: AC_FD_CC is expanded from... 2024-08-11T07:34:04.8362910Z lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... 2024-08-11T07:34:04.8364140Z lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... 2024-08-11T07:34:04.8365360Z ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... 2024-08-11T07:34:04.8366580Z m4/cython.m4:8: AM_CHECK_CYTHON is expanded from... 2024-08-11T07:34:04.8367910Z configure.ac:137: the top level 2024-08-11T07:34:06.4347320Z configure.ac:77: installing 'config/compile' 2024-08-11T07:34:06.4490960Z configure.ac:10: installing 'config/missing' 2024-08-11T07:34:06.5443360Z examples/Makefile.am: installing 'config/depcomp' 2024-08-11T07:34:07.3665380Z /Users/runner/miniforge3/conda-bld/lhapdf_1723361435362/_build_env/venv/lib/python3.10/site-packages/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /Users/runner/miniforge3/conda-bld/lhapdf_1723361435362/work/wrappers/python/lhapdf.pyx 2024-08-11T07:34:07.3666900Z tree = Parsing.p_module(s, pxd, full_module_name) 2024-08-11T07:34:07.4283760Z 2024-08-11T07:34:07.4326200Z Error compiling Cython file: 2024-08-11T07:34:07.4362330Z ------------------------------------------------------------ 2024-08-11T07:34:07.4368860Z ... 2024-08-11T07:34:07.4395410Z #cython: embedsignature=True, c_string_type=str, c_string_encoding=utf8 2024-08-11T07:34:07.4444240Z 2024-08-11T07:34:07.4528720Z from __future__ import print_function 2024-08-11T07:34:07.4610190Z 2024-08-11T07:34:07.4653010Z cimport clhapdf as c 2024-08-11T07:34:07.4661280Z ^ 2024-08-11T07:34:07.4685280Z ------------------------------------------------------------ 2024-08-11T07:34:07.4712160Z 2024-08-11T07:34:07.4741560Z lhapdf.pyx:5:8: 'clhapdf.pxd' not found 2024-08-11T07:34:07.4767490Z 2024-08-11T07:34:07.4800210Z Error compiling Cython file: 2024-08-11T07:34:07.4839410Z ------------------------------------------------------------ 2024-08-11T07:34:07.4883250Z ... 2024-08-11T07:34:07.4949750Z #cython: embedsignature=True, c_string_type=str, c_string_encoding=utf8 2024-08-11T07:34:07.4990020Z 2024-08-11T07:34:07.5035210Z from __future__ import print_function 2024-08-11T07:34:07.5084460Z 2024-08-11T07:34:07.5226040Z cimport clhapdf as c 2024-08-11T07:34:07.5258690Z from clhapdf cimport FlavorScheme as cFlavorScheme 2024-08-11T07:34:07.5299100Z ^ 2024-08-11T07:34:07.5318130Z ------------------------------------------------------------ 2024-08-11T07:34:07.5349110Z 2024-08-11T07:34:07.5358010Z lhapdf.pyx:6:0: 'clhapdf/FlavorScheme.pxd' not found 2024-08-11T07:34:07.5433760Z 2024-08-11T07:34:07.5464490Z Error compiling Cython file: 2024-08-11T07:34:07.5484010Z ------------------------------------------------------------ 2024-08-11T07:34:07.5509670Z ... 2024-08-11T07:34:07.5515970Z cdef class PDF: 2024-08-11T07:34:07.5529520Z """\ 2024-08-11T07:34:07.5538310Z A parton density function for in general several parton flavours, 2024-08-11T07:34:07.5577430Z i.e. one member of a PDF set. 2024-08-11T07:34:07.5580990Z """ 2024-08-11T07:34:07.5583720Z cdef c.PDF* _ptr 2024-08-11T07:34:07.5594970Z ^ 2024-08-11T07:34:07.5644570Z ------------------------------------------------------------ 2024-08-11T07:34:07.5661310Z 2024-08-11T07:34:07.5677030Z lhapdf.pyx:32:9: 'PDF' is not a type identifier 2024-08-11T07:34:07.5721780Z 2024-08-11T07:34:07.5780130Z Error compiling Cython file: 2024-08-11T07:34:07.5816210Z ------------------------------------------------------------ 2024-08-11T07:34:07.5835250Z ... 2024-08-11T07:34:07.5861300Z """\ 2024-08-11T07:34:07.5897100Z A parton density function for in general several parton flavours, 2024-08-11T07:34:07.5913690Z i.e. one member of a PDF set. 2024-08-11T07:34:07.5960280Z """ 2024-08-11T07:34:07.6061460Z cdef c.PDF* _ptr 2024-08-11T07:34:07.6067630Z cdef set_ptr(self, c.PDF* ptr): 2024-08-11T07:34:07.6077380Z ^ 2024-08-11T07:34:07.6106050Z ------------------------------------------------------------ 2024-08-11T07:34:07.6130620Z 2024-08-11T07:34:07.6153750Z lhapdf.pyx:33:23: 'PDF' is not a type identifier 2024-08-11T07:34:07.6180710Z 2024-08-11T07:34:07.6192480Z Error compiling Cython file: 2024-08-11T07:34:07.6211730Z ------------------------------------------------------------ 2024-08-11T07:34:07.6212370Z ... 2024-08-11T07:34:07.6226460Z 2024-08-11T07:34:07.6235950Z cdef class Info: 2024-08-11T07:34:07.6247530Z """\ 2024-08-11T07:34:07.6275050Z Class that handles the parsing of PDF set metadata in the .info file. 2024-08-11T07:34:07.6287250Z """ 2024-08-11T07:34:07.6296980Z cdef c.Info* _ptr 2024-08-11T07:34:07.6331360Z ^ 2024-08-11T07:34:07.6366500Z ------------------------------------------------------------ 2024-08-11T07:34:07.6455010Z 2024-08-11T07:34:07.6585360Z lhapdf.pyx:253:9: 'Info' is not a type identifier 2024-08-11T07:34:07.6617380Z 2024-08-11T07:34:07.6645660Z Error compiling Cython file: 2024-08-11T07:34:07.6687830Z ------------------------------------------------------------ 2024-08-11T07:34:07.6731760Z ... 2024-08-11T07:34:07.6759270Z cdef class Info: 2024-08-11T07:34:07.6804230Z """\ 2024-08-11T07:34:07.6844980Z Class that handles the parsing of PDF set metadata in the .info file. 2024-08-11T07:34:07.6859670Z """ 2024-08-11T07:34:07.6889510Z cdef c.Info* _ptr 2024-08-11T07:34:07.6941820Z cdef set_ptr(self, c.Info* ptr): 2024-08-11T07:34:07.6976310Z ^ 2024-08-11T07:34:07.7007820Z ------------------------------------------------------------ 2024-08-11T07:34:07.7038020Z 2024-08-11T07:34:07.7073470Z lhapdf.pyx:254:23: 'Info' is not a type identifier 2024-08-11T07:34:07.7106690Z 2024-08-11T07:34:07.7165790Z Error compiling Cython file: 2024-08-11T07:34:07.7173410Z ------------------------------------------------------------ 2024-08-11T07:34:07.7201780Z ... 2024-08-11T07:34:07.7221740Z 2024-08-11T07:34:07.7234200Z Convenience attributes are provided for returning the maximum and minimum 2024-08-11T07:34:07.7252820Z values in the error range (as opposed to the size of deviations from the central 2024-08-11T07:34:07.7282750Z value) and for returning pairs of down/up errors and min/max values. 2024-08-11T07:34:07.7302110Z """ 2024-08-11T07:34:07.7313210Z cdef c.PDFUncertainty _obj 2024-08-11T07:34:07.7325070Z ^ 2024-08-11T07:34:07.7345320Z ------------------------------------------------------------ 2024-08-11T07:34:07.7359020Z 2024-08-11T07:34:07.7379210Z lhapdf.pyx:328:9: 'PDFUncertainty' is not a type identifier 2024-08-11T07:34:07.7388740Z 2024-08-11T07:34:07.7418990Z Error compiling Cython file: 2024-08-11T07:34:07.7478410Z ------------------------------------------------------------ 2024-08-11T07:34:07.7511670Z ... 2024-08-11T07:34:07.7554330Z A struct giving the breakdown of error computations across the PDF error-set 2024-08-11T07:34:07.7572570Z members. The general error-type string is parsed into quadrature components, 2024-08-11T07:34:07.7586810Z each of which is a signed pair computed via one-sided, symmetrised, or enveloped 2024-08-11T07:34:07.7595420Z bands from subsets of PDF members wrt the nominal. 2024-08-11T07:34:07.7607910Z """ 2024-08-11T07:34:07.7617960Z cdef c.PDFErrInfo _obj 2024-08-11T07:34:07.7628490Z ^ 2024-08-11T07:34:07.7671800Z ------------------------------------------------------------ 2024-08-11T07:34:07.7815440Z 2024-08-11T07:34:07.7902610Z lhapdf.pyx:449:9: 'PDFErrInfo' is not a type identifier 2024-08-11T07:34:07.7948860Z 2024-08-11T07:34:07.7979420Z Error compiling Cython file: 2024-08-11T07:34:07.8189420Z ------------------------------------------------------------ 2024-08-11T07:34:07.8247760Z ... 2024-08-11T07:34:07.8316690Z """\ 2024-08-11T07:34:07.8325240Z A collection of PDFs with related fits, most typically a central PDF and a 2024-08-11T07:34:07.8358230Z set of extra ones representing different aspects of systematic errors in the 2024-08-11T07:34:07.8390460Z fit. 2024-08-11T07:34:07.8419380Z """ 2024-08-11T07:34:07.8450220Z cdef c.PDFSet* _ptr 2024-08-11T07:34:07.8482750Z ^ 2024-08-11T07:34:07.8486840Z ------------------------------------------------------------ 2024-08-11T07:34:07.8493580Z 2024-08-11T07:34:07.8499040Z lhapdf.pyx:500:9: 'PDFSet' is not a type identifier 2024-08-11T07:34:07.8503650Z 2024-08-11T07:34:07.8508500Z Error compiling Cython file: 2024-08-11T07:34:07.8513490Z ------------------------------------------------------------ 2024-08-11T07:34:07.8518340Z ... 2024-08-11T07:34:07.8523180Z A collection of PDFs with related fits, most typically a central PDF and a 2024-08-11T07:34:07.8528480Z set of extra ones representing different aspects of systematic errors in the 2024-08-11T07:34:07.8533310Z fit. 2024-08-11T07:34:07.8538030Z """ 2024-08-11T07:34:07.8542800Z cdef c.PDFSet* _ptr 2024-08-11T07:34:07.8547600Z cdef set_ptr(self, c.PDFSet* ptr): 2024-08-11T07:34:07.8551840Z ^ 2024-08-11T07:34:07.8555580Z ------------------------------------------------------------ 2024-08-11T07:34:07.8557580Z 2024-08-11T07:34:07.8568610Z lhapdf.pyx:501:23: 'PDFSet' is not a type identifier 2024-08-11T07:34:07.8570500Z 2024-08-11T07:34:07.8572590Z Error compiling Cython file: 2024-08-11T07:34:07.8574910Z ------------------------------------------------------------ 2024-08-11T07:34:07.8577100Z ... 2024-08-11T07:34:07.8579250Z 2024-08-11T07:34:07.8581320Z cdef class AlphaS: 2024-08-11T07:34:07.8583480Z """\ 2024-08-11T07:34:07.8585920Z Interface to alpha_s calculations using various schemes. 2024-08-11T07:34:07.8587220Z """ 2024-08-11T07:34:07.8588500Z cdef c.AlphaS* _ptr 2024-08-11T07:34:07.8590500Z ^ 2024-08-11T07:34:07.8591990Z ------------------------------------------------------------ 2024-08-11T07:34:07.8593350Z 2024-08-11T07:34:07.8595000Z lhapdf.pyx:696:9: 'AlphaS' is not a type identifier 2024-08-11T07:34:07.8596380Z 2024-08-11T07:34:07.8597780Z Error compiling Cython file: 2024-08-11T07:34:07.8599620Z ------------------------------------------------------------ 2024-08-11T07:34:07.8601060Z ... 2024-08-11T07:34:07.8602470Z Interface to alpha_s calculations using various schemes. 2024-08-11T07:34:07.8603870Z """ 2024-08-11T07:34:07.8605230Z cdef c.AlphaS* _ptr 2024-08-11T07:34:07.8620830Z cdef object _parent 2024-08-11T07:34:07.8622150Z 2024-08-11T07:34:07.8623550Z cdef set_ptr(self, c.AlphaS* ptr): 2024-08-11T07:34:07.8625150Z ^ 2024-08-11T07:34:07.8627180Z ------------------------------------------------------------ 2024-08-11T07:34:07.8631040Z 2024-08-11T07:34:07.8632600Z lhapdf.pyx:699:23: 'AlphaS' is not a type identifier 2024-08-11T07:34:07.8633910Z 2024-08-11T07:34:07.8635290Z Error compiling Cython file: 2024-08-11T07:34:07.8636850Z ------------------------------------------------------------ 2024-08-11T07:34:07.8637790Z ... 2024-08-11T07:34:07.8638200Z return self._ptr.errorType() 2024-08-11T07:34:07.8638350Z 2024-08-11T07:34:07.8638550Z @property 2024-08-11T07:34:07.8639740Z def errorInfo(self): 2024-08-11T07:34:07.8641080Z "Type of error treatment in this PDF set." 2024-08-11T07:34:07.8642110Z cdef c.PDFErrInfo ei = self._ptr.errorInfo() 2024-08-11T07:34:07.8643310Z ^ 2024-08-11T07:34:07.8644520Z ------------------------------------------------------------ 2024-08-11T07:34:07.8645400Z 2024-08-11T07:34:07.8646830Z lhapdf.pyx:553:13: 'PDFErrInfo' is not a type identifier 2024-08-11T07:34:07.8647760Z 2024-08-11T07:34:07.8648970Z Error compiling Cython file: 2024-08-11T07:34:07.8650100Z ------------------------------------------------------------ 2024-08-11T07:34:07.8651220Z ... 2024-08-11T07:34:07.8652100Z def errorConfLevel(self): 2024-08-11T07:34:07.8653260Z "Confidence level of error treatment in percent, if one is defined for this set." 2024-08-11T07:34:07.8654520Z return self._ptr.errorConfLevel() 2024-08-11T07:34:07.8655370Z 2024-08-11T07:34:07.8656660Z def mkPDF(self, mem): 2024-08-11T07:34:07.8657860Z cdef c.PDF* ptr = self._ptr.mkPDF(mem) 2024-08-11T07:34:07.8658870Z ^ 2024-08-11T07:34:07.8660040Z ------------------------------------------------------------ 2024-08-11T07:34:07.8660790Z 2024-08-11T07:34:07.8661160Z lhapdf.pyx:564:13: 'PDF' is not a type identifier 2024-08-11T07:34:07.8662300Z 2024-08-11T07:34:07.8663810Z Error compiling Cython file: 2024-08-11T07:34:07.8665010Z ------------------------------------------------------------ 2024-08-11T07:34:07.8666100Z ... 2024-08-11T07:34:07.8667100Z obj = PDF.__new__(PDF) 2024-08-11T07:34:07.8668300Z obj.set_ptr(ptr) 2024-08-11T07:34:07.8669850Z return obj 2024-08-11T07:34:07.8670590Z 2024-08-11T07:34:07.8671690Z def mkPDFs(self): 2024-08-11T07:34:07.8673140Z cdef vector[c.PDF*] ptrs = self._ptr.mkPDFs() 2024-08-11T07:34:07.8674530Z ^ 2024-08-11T07:34:07.8675670Z ------------------------------------------------------------ 2024-08-11T07:34:07.8676760Z 2024-08-11T07:34:07.8678150Z lhapdf.pyx:571:20: 'PDF' is not a type identifier 2024-08-11T07:34:07.8679350Z 2024-08-11T07:34:07.8680570Z Error compiling Cython file: 2024-08-11T07:34:07.8681930Z ------------------------------------------------------------ 2024-08-11T07:34:07.8683110Z ... 2024-08-11T07:34:07.8684230Z probability distribution of replicas, with the central value given by the median. 2024-08-11T07:34:07.8685160Z 2024-08-11T07:34:07.8686300Z A breakdown of uncertainties into quadrature components is available from the 2024-08-11T07:34:07.8687100Z PDFUncertainty object, grouped as per the qParts from errorInfo() -> PDFErrInfo. 2024-08-11T07:34:07.8687510Z """ 2024-08-11T07:34:07.8687810Z cdef c.PDFUncertainty unc = self._ptr.uncertainty(vals, cl, alternative) 2024-08-11T07:34:07.8688190Z ^ 2024-08-11T07:34:07.8688540Z ------------------------------------------------------------ 2024-08-11T07:34:07.8688710Z 2024-08-11T07:34:07.8689290Z lhapdf.pyx:627:13: 'PDFUncertainty' is not a type identifier 2024-08-11T07:34:07.8689570Z 2024-08-11T07:34:07.8690000Z Error compiling Cython file: 2024-08-11T07:34:07.8690510Z ------------------------------------------------------------ 2024-08-11T07:34:07.8690910Z ... 2024-08-11T07:34:07.8691130Z # cdef FlavorScheme s 2024-08-11T07:34:07.8691670Z # if scheme == "VARIABLE": 2024-08-11T07:34:07.8691900Z # s = VARIABLE 2024-08-11T07:34:07.8692430Z # elif scheme == "FIXED": 2024-08-11T07:34:07.8692930Z # s = FIXED 2024-08-11T07:34:07.8693260Z cdef cFlavorScheme s 2024-08-11T07:34:07.8693790Z ^ 2024-08-11T07:34:07.8694260Z ------------------------------------------------------------ 2024-08-11T07:34:07.8694550Z 2024-08-11T07:34:07.8697450Z lhapdf.pyx:772:13: 'cFlavorScheme' is not a type identifier 2024-08-11T07:34:07.8698790Z 2024-08-11T07:34:07.8702020Z Error compiling Cython file: 2024-08-11T07:34:07.8704960Z ------------------------------------------------------------ 2024-08-11T07:34:07.8708760Z ... 2024-08-11T07:34:07.8710850Z return s 2024-08-11T07:34:07.8712260Z 2024-08-11T07:34:07.8713870Z 2024-08-11T07:34:07.8716020Z def getConfig(): 2024-08-11T07:34:07.8717690Z """Factory function to get the global config object.""" 2024-08-11T07:34:07.8719190Z cdef c.Info* ptr = &c.getConfig() 2024-08-11T07:34:07.8721540Z ^ 2024-08-11T07:34:07.8724550Z ------------------------------------------------------------ 2024-08-11T07:34:07.8725690Z 2024-08-11T07:34:07.8726860Z lhapdf.pyx:802:9: 'Info' is not a type identifier 2024-08-11T07:34:07.8727810Z 2024-08-11T07:34:07.8728200Z Error compiling Cython file: 2024-08-11T07:34:07.8728990Z ------------------------------------------------------------ 2024-08-11T07:34:07.8729570Z ... 2024-08-11T07:34:07.8729900Z obj.set_ptr(ptr) 2024-08-11T07:34:07.8730330Z return obj 2024-08-11T07:34:07.8730550Z 2024-08-11T07:34:07.8730780Z def getPDFSet(setname): 2024-08-11T07:34:07.8731170Z """Factory function to get the specified PDF set.""" 2024-08-11T07:34:07.8731570Z cdef c.PDFSet* ptr = &c.getPDFSet(setname) 2024-08-11T07:34:07.8731810Z ^ 2024-08-11T07:34:07.8732840Z ------------------------------------------------------------ 2024-08-11T07:34:07.8733130Z 2024-08-11T07:34:07.8733490Z lhapdf.pyx:809:9: 'PDFSet' is not a type identifier 2024-08-11T07:34:07.8733760Z 2024-08-11T07:34:07.8734000Z Error compiling Cython file: 2024-08-11T07:34:07.8734480Z ------------------------------------------------------------ 2024-08-11T07:34:07.8734870Z ... 2024-08-11T07:34:07.8735100Z obj.set_ptr(ptr) 2024-08-11T07:34:07.8735610Z return obj 2024-08-11T07:34:07.8735750Z 2024-08-11T07:34:07.8735940Z def mkPDFs(setname): 2024-08-11T07:34:07.8736330Z """Factory function to make all the PDF objects in the specified set.""" 2024-08-11T07:34:07.8736760Z cdef vector[c.PDF*] ptrs = c.mkPDFs(setname) 2024-08-11T07:34:07.8737010Z ^ 2024-08-11T07:34:07.8737450Z ------------------------------------------------------------ 2024-08-11T07:34:07.8737750Z 2024-08-11T07:34:07.8738540Z lhapdf.pyx:816:16: 'PDF' is not a type identifier 2024-08-11T07:34:07.8738880Z 2024-08-11T07:34:07.8739130Z Error compiling Cython file: 2024-08-11T07:34:07.8739760Z ------------------------------------------------------------ 2024-08-11T07:34:07.8740170Z ... 2024-08-11T07:34:07.8740690Z cdef c.PDF* _ptr 2024-08-11T07:34:07.8741070Z cdef set_ptr(self, c.PDF* ptr): 2024-08-11T07:34:07.8741620Z self._ptr = ptr 2024-08-11T07:34:07.8741850Z 2024-08-11T07:34:07.8742270Z def __dealloc__(self): 2024-08-11T07:34:07.8742650Z del self._ptr 2024-08-11T07:34:07.8743070Z ^ 2024-08-11T07:34:07.8743540Z ------------------------------------------------------------ 2024-08-11T07:34:07.8743840Z 2024-08-11T07:34:07.8744420Z lhapdf.pyx:37:16: Deletion of non-Python, non-C++ object 2024-08-11T07:34:07.8744710Z 2024-08-11T07:34:07.8744970Z Error compiling Cython file: 2024-08-11T07:34:07.8745440Z ------------------------------------------------------------ 2024-08-11T07:34:07.8745850Z ... 2024-08-11T07:34:07.8746220Z "Get activation threshold of quark with PID code id" 2024-08-11T07:34:07.8746650Z return self._ptr.quarkThreshold(id) 2024-08-11T07:34:07.8746900Z 2024-08-11T07:34:07.8747250Z cdef _set(self): 2024-08-11T07:34:07.8747630Z cdef PDFSet obj = PDFSet.__new__(PDFSet) 2024-08-11T07:34:07.8748120Z obj.set_ptr(&self._ptr.set()) 2024-08-11T07:34:07.8748480Z ^ 2024-08-11T07:34:07.8749060Z ------------------------------------------------------------ 2024-08-11T07:34:07.8749360Z 2024-08-11T07:34:07.8750140Z lhapdf.pyx:220:20: Taking address of non-lvalue (type Python object) 2024-08-11T07:34:07.8750470Z 2024-08-11T07:34:07.8750900Z Error compiling Cython file: 2024-08-11T07:34:07.8751410Z ------------------------------------------------------------ 2024-08-11T07:34:07.8751990Z ... 2024-08-11T07:34:07.8752340Z "Return the corresponding PDFSet" 2024-08-11T07:34:07.8752810Z return self._set() 2024-08-11T07:34:07.8753040Z 2024-08-11T07:34:07.8753270Z cdef _info(self): 2024-08-11T07:34:07.8753640Z cdef PDFInfo obj = PDFInfo.__new__(PDFInfo) 2024-08-11T07:34:07.8754050Z obj.set_ptr(&self._ptr.info()) 2024-08-11T07:34:07.8754390Z ^ 2024-08-11T07:34:07.8754860Z ------------------------------------------------------------ 2024-08-11T07:34:07.8755150Z 2024-08-11T07:34:07.8755540Z lhapdf.pyx:229:20: Taking address of non-lvalue (type Python object) 2024-08-11T07:34:07.8755830Z 2024-08-11T07:34:07.8756070Z Error compiling Cython file: 2024-08-11T07:34:07.8756550Z ------------------------------------------------------------ 2024-08-11T07:34:07.8756940Z ... 2024-08-11T07:34:07.8757270Z return s 2024-08-11T07:34:07.8757480Z 2024-08-11T07:34:07.8757600Z 2024-08-11T07:34:07.8757800Z def getConfig(): 2024-08-11T07:34:07.8758170Z """Factory function to get the global config object.""" 2024-08-11T07:34:07.8758570Z cdef c.Info* ptr = &c.getConfig() 2024-08-11T07:34:07.8758920Z ^ 2024-08-11T07:34:07.8759270Z ------------------------------------------------------------ 2024-08-11T07:34:07.8759820Z 2024-08-11T07:34:07.8760210Z lhapdf.pyx:802:25: cimported module has no attribute 'getConfig' 2024-08-11T07:34:07.8760480Z 2024-08-11T07:34:07.8760730Z Error compiling Cython file: 2024-08-11T07:34:07.8761190Z ------------------------------------------------------------ 2024-08-11T07:34:07.8761590Z ... 2024-08-11T07:34:07.8761900Z return s 2024-08-11T07:34:07.8762120Z 2024-08-11T07:34:07.8762450Z 2024-08-11T07:34:07.8762640Z def getConfig(): 2024-08-11T07:34:07.8762900Z """Factory function to get the global config object.""" 2024-08-11T07:34:07.8763280Z cdef c.Info* ptr = &c.getConfig() 2024-08-11T07:34:07.8763620Z ^ 2024-08-11T07:34:07.8764190Z ------------------------------------------------------------ 2024-08-11T07:34:07.8764490Z 2024-08-11T07:34:07.8764850Z lhapdf.pyx:802:23: Taking address of non-lvalue (type ) 2024-08-11T07:34:07.8765320Z 2024-08-11T07:34:07.8765570Z Error compiling Cython file: 2024-08-11T07:34:07.8766130Z ------------------------------------------------------------ 2024-08-11T07:34:07.8766510Z ... 2024-08-11T07:34:07.8766740Z obj.set_ptr(ptr) 2024-08-11T07:34:07.8767050Z return obj 2024-08-11T07:34:07.8767270Z 2024-08-11T07:34:07.8767500Z def getPDFSet(setname): 2024-08-11T07:34:07.8767870Z """Factory function to get the specified PDF set.""" 2024-08-11T07:34:07.8768280Z cdef c.PDFSet* ptr = &c.getPDFSet(setname) 2024-08-11T07:34:07.8768740Z ^ 2024-08-11T07:34:07.8769200Z ------------------------------------------------------------ 2024-08-11T07:34:07.8769670Z 2024-08-11T07:34:07.8770050Z lhapdf.pyx:809:27: cimported module has no attribute 'getPDFSet' 2024-08-11T07:34:07.8770410Z 2024-08-11T07:34:07.8770660Z Error compiling Cython file: 2024-08-11T07:34:07.8771120Z ------------------------------------------------------------ 2024-08-11T07:34:07.8771510Z ... 2024-08-11T07:34:07.8771850Z obj.set_ptr(ptr) 2024-08-11T07:34:07.8772180Z return obj 2024-08-11T07:34:07.8772400Z 2024-08-11T07:34:07.8772640Z def getPDFSet(setname): 2024-08-11T07:34:07.8773000Z """Factory function to get the specified PDF set.""" 2024-08-11T07:34:07.8773420Z cdef c.PDFSet* ptr = &c.getPDFSet(setname) 2024-08-11T07:34:07.8773790Z ^ 2024-08-11T07:34:07.8774240Z ------------------------------------------------------------ 2024-08-11T07:34:07.8774530Z 2024-08-11T07:34:07.8774910Z lhapdf.pyx:809:25: Taking address of non-lvalue (type ) 2024-08-11T07:34:07.8775180Z 2024-08-11T07:34:07.8775430Z Error compiling Cython file: 2024-08-11T07:34:07.8775890Z ------------------------------------------------------------ 2024-08-11T07:34:07.8776290Z ... 2024-08-11T07:34:07.8776510Z obj.set_ptr(ptr) 2024-08-11T07:34:07.8776830Z return obj 2024-08-11T07:34:07.8777040Z 2024-08-11T07:34:07.8777280Z def mkPDFs(setname): 2024-08-11T07:34:07.8777660Z """Factory function to make all the PDF objects in the specified set.""" 2024-08-11T07:34:07.8778110Z cdef vector[c.PDF*] ptrs = c.mkPDFs(setname) 2024-08-11T07:34:07.8778460Z ^ 2024-08-11T07:34:07.8778810Z ------------------------------------------------------------ 2024-08-11T07:34:07.8779070Z 2024-08-11T07:34:07.8779450Z lhapdf.pyx:816:32: cimported module has no attribute 'mkPDFs' 2024-08-11T07:34:07.8779710Z 2024-08-11T07:34:07.8779960Z Error compiling Cython file: 2024-08-11T07:34:07.8780430Z ------------------------------------------------------------ 2024-08-11T07:34:07.8780830Z ... 2024-08-11T07:34:07.8781030Z 2024-08-11T07:34:07.8781150Z 2024-08-11T07:34:07.8781390Z cdef mkPDF_setmem(string setname, int memid): 2024-08-11T07:34:07.8781690Z "Factory function to make a PDF object from the set name and member number." 2024-08-11T07:34:07.8782100Z cdef PDF obj = PDF.__new__(PDF) 2024-08-11T07:34:07.8782490Z obj.set_ptr(c.mkPDF(setname, memid)) 2024-08-11T07:34:07.8782850Z ^ 2024-08-11T07:34:07.8783450Z ------------------------------------------------------------ 2024-08-11T07:34:07.8783750Z 2024-08-11T07:34:07.8784130Z lhapdf.pyx:829:17: cimported module has no attribute 'mkPDF' 2024-08-11T07:34:07.8784410Z 2024-08-11T07:34:07.8784650Z Error compiling Cython file: 2024-08-11T07:34:07.8785120Z ------------------------------------------------------------ 2024-08-11T07:34:07.8785510Z ... 2024-08-11T07:34:07.8785720Z return obj 2024-08-11T07:34:07.8786090Z 2024-08-11T07:34:07.8786330Z cdef mkPDF_lhaid(int lhaid): 2024-08-11T07:34:07.8786730Z "Factory function to make a PDF object from the LHAPDF ID number." 2024-08-11T07:34:07.8787150Z cdef PDF obj = PDF.__new__(PDF) 2024-08-11T07:34:07.8787530Z obj.set_ptr(c.mkPDF(lhaid)) 2024-08-11T07:34:07.8787870Z ^ 2024-08-11T07:34:07.8788330Z ------------------------------------------------------------ 2024-08-11T07:34:07.8788630Z 2024-08-11T07:34:07.8789000Z lhapdf.pyx:835:17: cimported module has no attribute 'mkPDF' 2024-08-11T07:34:07.8789260Z 2024-08-11T07:34:07.8789520Z Error compiling Cython file: 2024-08-11T07:34:07.8789980Z ------------------------------------------------------------ 2024-08-11T07:34:07.8790380Z ... 2024-08-11T07:34:07.8790690Z return obj 2024-08-11T07:34:07.8790920Z 2024-08-11T07:34:07.8791180Z cdef mkPDF_setmemstr(string setname_nmem): 2024-08-11T07:34:07.8791650Z "Factory function to make a PDF object from the set name and member number in SETNAME/NMEM string format." 2024-08-11T07:34:07.8792110Z cdef PDF obj = PDF.__new__(PDF) 2024-08-11T07:34:07.8792510Z obj.set_ptr(c.mkPDF(setname_nmem)) 2024-08-11T07:34:07.8792760Z ^ 2024-08-11T07:34:07.8793070Z ------------------------------------------------------------ 2024-08-11T07:34:07.8793340Z 2024-08-11T07:34:07.8793710Z lhapdf.pyx:841:17: cimported module has no attribute 'mkPDF' 2024-08-11T07:34:07.8793970Z 2024-08-11T07:34:07.8794220Z Error compiling Cython file: 2024-08-11T07:34:07.8794690Z ------------------------------------------------------------ 2024-08-11T07:34:07.8795090Z ... 2024-08-11T07:34:07.8795410Z return obj 2024-08-11T07:34:07.8795540Z 2024-08-11T07:34:07.8795870Z cdef mkAlphaS_setmem(string setname, int memid): 2024-08-11T07:34:07.8796340Z "Factory function to make a AlphaS object from the set name and member number." 2024-08-11T07:34:07.8796780Z cdef AlphaS obj = AlphaS.__new__(AlphaS) 2024-08-11T07:34:07.8797190Z obj.set_ptr(c.mkAlphaS(setname, memid)) 2024-08-11T07:34:07.8797550Z ^ 2024-08-11T07:34:07.8797910Z ------------------------------------------------------------ 2024-08-11T07:34:07.8798180Z 2024-08-11T07:34:07.8798550Z lhapdf.pyx:847:17: cimported module has no attribute 'mkAlphaS' 2024-08-11T07:34:07.8798830Z 2024-08-11T07:34:07.8799070Z Error compiling Cython file: 2024-08-11T07:34:07.8799540Z ------------------------------------------------------------ 2024-08-11T07:34:07.8799930Z ... 2024-08-11T07:34:07.8800250Z return obj 2024-08-11T07:34:07.8800380Z 2024-08-11T07:34:07.8800590Z cdef mkAlphaS_lhaid(int lhaid): 2024-08-11T07:34:07.8800980Z "Factory function to make a AlphaS object from the LHAPDF ID number." 2024-08-11T07:34:07.8801420Z cdef AlphaS obj = AlphaS.__new__(AlphaS) 2024-08-11T07:34:07.8801830Z obj.set_ptr(c.mkAlphaS(lhaid)) 2024-08-11T07:34:07.8802170Z ^ 2024-08-11T07:34:07.8802520Z ------------------------------------------------------------ 2024-08-11T07:34:07.8802790Z 2024-08-11T07:34:07.8803160Z lhapdf.pyx:853:17: cimported module has no attribute 'mkAlphaS' 2024-08-11T07:34:07.8803440Z 2024-08-11T07:34:07.8803680Z Error compiling Cython file: 2024-08-11T07:34:07.8804150Z ------------------------------------------------------------ 2024-08-11T07:34:07.8804580Z ... 2024-08-11T07:34:07.8804810Z return obj 2024-08-11T07:34:07.8804900Z 2024-08-11T07:34:07.8805130Z cdef mkAlphaS_setmemstr(string setname_nmem): 2024-08-11T07:34:07.8805590Z "Factory function to make a AlphaS object from the set name and member number in SETNAME/NMEM string format." 2024-08-11T07:34:07.8806200Z cdef AlphaS obj = AlphaS.__new__(AlphaS) 2024-08-11T07:34:07.8806490Z obj.set_ptr(c.mkAlphaS(setname_nmem)) 2024-08-11T07:34:07.8806980Z ^ 2024-08-11T07:34:07.8807440Z ------------------------------------------------------------ 2024-08-11T07:34:07.8807740Z 2024-08-11T07:34:07.8808120Z lhapdf.pyx:859:17: cimported module has no attribute 'mkAlphaS' 2024-08-11T07:34:07.8808550Z 2024-08-11T07:34:07.8808790Z Error compiling Cython file: 2024-08-11T07:34:07.8809150Z ------------------------------------------------------------ 2024-08-11T07:34:07.8809520Z ... 2024-08-11T07:34:07.8809950Z return obj 2024-08-11T07:34:07.8810170Z 2024-08-11T07:34:07.8810420Z cdef mkBareAlphaS_(string as_type): 2024-08-11T07:34:07.8810830Z "Factory function to make an AlphaS object without a PDF reference." 2024-08-11T07:34:07.8811270Z cdef AlphaS obj = AlphaS.__new__(AlphaS) 2024-08-11T07:34:07.8811670Z obj.set_ptr(c.mkBareAlphaS(as_type)) 2024-08-11T07:34:07.8812210Z ^ 2024-08-11T07:34:07.8812670Z ------------------------------------------------------------ 2024-08-11T07:34:07.8812970Z 2024-08-11T07:34:07.8813350Z lhapdf.pyx:865:17: cimported module has no attribute 'mkBareAlphaS' 2024-08-11T07:34:07.8813620Z 2024-08-11T07:34:07.8813880Z Error compiling Cython file: 2024-08-11T07:34:07.8814340Z ------------------------------------------------------------ 2024-08-11T07:34:07.8814740Z ... 2024-08-11T07:34:07.8814940Z 2024-08-11T07:34:07.8815070Z 2024-08-11T07:34:07.8815340Z def weightxQ(int id, double x, double Q, PDF basepdf, PDF newpdf, aschk=5e-2): 2024-08-11T07:34:07.8815800Z """Reweight from basepdf to newpdf with flavor id and kinematics x and Q2.""" 2024-08-11T07:34:07.8816230Z from cython.operator import dereference 2024-08-11T07:34:07.8816700Z return c.weightxQ(id, x, Q, dereference(basepdf._ptr), dereference(newpdf._ptr), aschk) 2024-08-11T07:34:07.8817120Z ^ 2024-08-11T07:34:07.8817480Z ------------------------------------------------------------ 2024-08-11T07:34:07.8817750Z 2024-08-11T07:34:07.8818130Z lhapdf.pyx:910:12: cimported module has no attribute 'weightxQ' 2024-08-11T07:34:07.8818390Z 2024-08-11T07:34:07.8818640Z Error compiling Cython file: 2024-08-11T07:34:07.8819110Z ------------------------------------------------------------ 2024-08-11T07:34:07.8819500Z ... 2024-08-11T07:34:07.8819820Z return c.weightxQ(id, x, Q, dereference(basepdf._ptr), dereference(newpdf._ptr), aschk) 2024-08-11T07:34:07.8820120Z 2024-08-11T07:34:07.8820430Z def weightxQ2(int id, double x, double Q2, PDF basepdf, PDF newpdf, aschk=5e-2): 2024-08-11T07:34:07.8820900Z """Reweight from basepdf to newpdf with flavor id and kinematics x and Q2.""" 2024-08-11T07:34:07.8821230Z from cython.operator import dereference 2024-08-11T07:34:07.8821570Z return c.weightxQ2(id, x, Q2, dereference(basepdf._ptr), dereference(newpdf._ptr), aschk) 2024-08-11T07:34:07.8821990Z ^ 2024-08-11T07:34:07.8822580Z ------------------------------------------------------------ 2024-08-11T07:34:07.8822880Z 2024-08-11T07:34:07.8823390Z lhapdf.pyx:915:12: cimported module has no attribute 'weightxQ2' 2024-08-11T07:34:07.8823700Z 2024-08-11T07:34:07.8824100Z Error compiling Cython file: 2024-08-11T07:34:07.8824510Z ------------------------------------------------------------ 2024-08-11T07:34:07.8825050Z ... 2024-08-11T07:34:07.8825380Z return c.weightxQ2(id, x, Q2, dereference(basepdf._ptr), dereference(newpdf._ptr), aschk) 2024-08-11T07:34:07.8825700Z 2024-08-11T07:34:07.8826030Z def weightxxQ(int id1, int id2, double x1, double x2, double Q, PDF basepdf, PDF newpdf, aschk=5e-2): 2024-08-11T07:34:07.8826540Z """Reweight from basepdf to newpdf with flavor id and kinematics x and Q2.""" 2024-08-11T07:34:07.8826870Z from cython.operator import dereference 2024-08-11T07:34:07.8827210Z return c.weightxxQ(id1, id2, x1, x2, Q, dereference(basepdf._ptr), dereference(newpdf._ptr), aschk) 2024-08-11T07:34:07.8827780Z ^ 2024-08-11T07:34:07.8828150Z ------------------------------------------------------------ 2024-08-11T07:34:07.8828320Z 2024-08-11T07:34:07.8828770Z lhapdf.pyx:920:12: cimported module has no attribute 'weightxxQ' 2024-08-11T07:34:07.8829080Z 2024-08-11T07:34:07.8829330Z Error compiling Cython file: 2024-08-11T07:34:07.8829790Z ------------------------------------------------------------ 2024-08-11T07:34:07.8830350Z ... 2024-08-11T07:34:07.8830680Z return c.weightxxQ(id1, id2, x1, x2, Q, dereference(basepdf._ptr), dereference(newpdf._ptr), aschk) 2024-08-11T07:34:07.8830890Z 2024-08-11T07:34:07.8831290Z def weightxxQ2(int id1, int id2, double x1, double x2, double Q2, PDF basepdf, PDF newpdf, aschk=5e-2): 2024-08-11T07:34:07.8831810Z """Reweight from basepdf to newpdf with flavor id and kinematics x and Q2.""" 2024-08-11T07:34:07.8832240Z from cython.operator import dereference 2024-08-11T07:34:07.8832630Z return c.weightxxQ2(id1, id2, x1, x2, Q2, dereference(basepdf._ptr), dereference(newpdf._ptr), aschk) 2024-08-11T07:34:07.8833050Z ^ 2024-08-11T07:34:07.8833630Z ------------------------------------------------------------ 2024-08-11T07:34:07.8833950Z 2024-08-11T07:34:07.8834380Z lhapdf.pyx:925:12: cimported module has no attribute 'weightxxQ2' 2024-08-11T07:34:07.8834670Z 2024-08-11T07:34:07.8835440Z Error compiling Cython file: 2024-08-11T07:34:07.8835950Z ------------------------------------------------------------ 2024-08-11T07:34:07.8836380Z ... 2024-08-11T07:34:07.8836500Z 2024-08-11T07:34:07.8836670Z 2024-08-11T07:34:07.8836780Z 2024-08-11T07:34:07.8836980Z def version(): 2024-08-11T07:34:07.8837320Z "Return the LHAPDF library version." 2024-08-11T07:34:07.8837590Z return c.version() 2024-08-11T07:34:07.8837780Z ^ 2024-08-11T07:34:07.8838210Z ------------------------------------------------------------ 2024-08-11T07:34:07.8838510Z 2024-08-11T07:34:07.8838900Z lhapdf.pyx:931:12: cimported module has no attribute 'version' 2024-08-11T07:34:07.8839180Z 2024-08-11T07:34:07.8839430Z Error compiling Cython file: 2024-08-11T07:34:07.8839780Z ------------------------------------------------------------ 2024-08-11T07:34:07.8840170Z ... 2024-08-11T07:34:07.8840390Z __version__ = version() 2024-08-11T07:34:07.8840520Z 2024-08-11T07:34:07.8841210Z 2024-08-11T07:34:07.8841440Z def verbosity(): 2024-08-11T07:34:07.8841710Z "Get the main verbosity level of the LHAPDF system: 0 = quiet, 2 = loud" 2024-08-11T07:34:07.8841990Z return c.verbosity() 2024-08-11T07:34:07.8842190Z ^ 2024-08-11T07:34:07.8842630Z ------------------------------------------------------------ 2024-08-11T07:34:07.8842920Z 2024-08-11T07:34:07.8843300Z lhapdf.pyx:938:12: cimported module has no attribute 'verbosity' 2024-08-11T07:34:07.8843590Z 2024-08-11T07:34:07.8843830Z Error compiling Cython file: 2024-08-11T07:34:07.8844190Z ------------------------------------------------------------ 2024-08-11T07:34:07.8844560Z ... 2024-08-11T07:34:07.8844840Z "Get the main verbosity level of the LHAPDF system: 0 = quiet, 2 = loud" 2024-08-11T07:34:07.8845240Z return c.verbosity() 2024-08-11T07:34:07.8845390Z 2024-08-11T07:34:07.8845580Z def setVerbosity(vlevel): 2024-08-11T07:34:07.8845850Z "Set the main verbosity level of the LHAPDF system: 0 = quiet, 2 = loud" 2024-08-11T07:34:07.8846230Z c.setVerbosity(vlevel) 2024-08-11T07:34:07.8846460Z ^ 2024-08-11T07:34:07.8846930Z ------------------------------------------------------------ 2024-08-11T07:34:07.8847240Z 2024-08-11T07:34:07.8847620Z lhapdf.pyx:942:5: cimported module has no attribute 'setVerbosity' 2024-08-11T07:34:07.8847910Z 2024-08-11T07:34:07.8848160Z Error compiling Cython file: 2024-08-11T07:34:07.8848520Z ------------------------------------------------------------ 2024-08-11T07:34:07.8848900Z ... 2024-08-11T07:34:07.8849130Z c.setVerbosity(vlevel) 2024-08-11T07:34:07.8849350Z 2024-08-11T07:34:07.8849460Z 2024-08-11T07:34:07.8849670Z def availablePDFSets(): 2024-08-11T07:34:07.8850230Z "Get the names of all the available PDF sets on this system." 2024-08-11T07:34:07.8850540Z return c.availablePDFSets() 2024-08-11T07:34:07.8850800Z ^ 2024-08-11T07:34:07.8851300Z ------------------------------------------------------------ 2024-08-11T07:34:07.8851600Z 2024-08-11T07:34:07.8852010Z lhapdf.pyx:947:12: cimported module has no attribute 'availablePDFSets' 2024-08-11T07:34:07.8852300Z 2024-08-11T07:34:07.8852720Z Error compiling Cython file: 2024-08-11T07:34:07.8853070Z ------------------------------------------------------------ 2024-08-11T07:34:07.8853460Z ... 2024-08-11T07:34:07.8853690Z return c.availablePDFSets() 2024-08-11T07:34:07.8853810Z 2024-08-11T07:34:07.8853900Z 2024-08-11T07:34:07.8854070Z def paths(): 2024-08-11T07:34:07.8854310Z "Return the list of current PDF data search paths." 2024-08-11T07:34:07.8854550Z return c.paths() 2024-08-11T07:34:07.8854860Z ^ 2024-08-11T07:34:07.8855210Z ------------------------------------------------------------ 2024-08-11T07:34:07.8855500Z 2024-08-11T07:34:07.8855860Z lhapdf.pyx:952:12: cimported module has no attribute 'paths' 2024-08-11T07:34:07.8856030Z 2024-08-11T07:34:07.8856240Z Error compiling Cython file: 2024-08-11T07:34:07.8856710Z ------------------------------------------------------------ 2024-08-11T07:34:07.8857280Z ... 2024-08-11T07:34:07.8857640Z "Return the list of current PDF data search paths." 2024-08-11T07:34:07.8857940Z return c.paths() 2024-08-11T07:34:07.8858150Z 2024-08-11T07:34:07.8858790Z def setPaths(newpaths): 2024-08-11T07:34:07.8859060Z "Set the list of current PDF data search paths." 2024-08-11T07:34:07.8859820Z c.setPaths([p for p in newpaths]) #< TODO: check if str auto-encode works without loop 2024-08-11T07:34:07.8860130Z ^ 2024-08-11T07:34:07.8860430Z ------------------------------------------------------------ 2024-08-11T07:34:07.8860690Z 2024-08-11T07:34:07.8861060Z lhapdf.pyx:956:5: cimported module has no attribute 'setPaths' 2024-08-11T07:34:07.8861340Z 2024-08-11T07:34:07.8861590Z Error compiling Cython file: 2024-08-11T07:34:07.8861920Z ------------------------------------------------------------ 2024-08-11T07:34:07.8862300Z ... 2024-08-11T07:34:07.8862540Z "Set the list of current PDF data search paths." 2024-08-11T07:34:07.8863080Z c.setPaths([p for p in newpaths]) #< TODO: check if str auto-encode works without loop 2024-08-11T07:34:07.8863290Z 2024-08-11T07:34:07.8863490Z def pathsPrepend(newpath): 2024-08-11T07:34:07.8863730Z "Prepend to the list of current PDF data search paths." 2024-08-11T07:34:07.8864120Z c.pathsPrepend(newpath) 2024-08-11T07:34:07.8864340Z ^ 2024-08-11T07:34:07.8864790Z ------------------------------------------------------------ 2024-08-11T07:34:07.8865090Z 2024-08-11T07:34:07.8865470Z lhapdf.pyx:960:5: cimported module has no attribute 'pathsPrepend' 2024-08-11T07:34:07.8865750Z 2024-08-11T07:34:07.8865990Z Error compiling Cython file: 2024-08-11T07:34:07.8866450Z ------------------------------------------------------------ 2024-08-11T07:34:07.8866850Z ... 2024-08-11T07:34:07.8867680Z "Prepend to the list of current PDF data search paths." 2024-08-11T07:34:07.8868050Z c.pathsPrepend(newpath) 2024-08-11T07:34:07.8868270Z 2024-08-11T07:34:07.8868520Z def pathsAppend(newpath): 2024-08-11T07:34:07.8868900Z "Append to the list of current PDF data search paths." 2024-08-11T07:34:07.8869300Z c.pathsAppend(newpath) 2024-08-11T07:34:07.8869520Z ^ 2024-08-11T07:34:07.8870020Z ------------------------------------------------------------ 2024-08-11T07:34:07.8870340Z 2024-08-11T07:34:07.8870730Z lhapdf.pyx:964:5: cimported module has no attribute 'pathsAppend' 2024-08-11T07:34:07.8870910Z 2024-08-11T07:34:07.8871110Z Error compiling Cython file: 2024-08-11T07:34:07.8871580Z ------------------------------------------------------------ 2024-08-11T07:34:07.8871990Z ... 2024-08-11T07:34:07.8872260Z "Append to the list of current PDF data search paths." 2024-08-11T07:34:07.8872880Z c.pathsAppend(newpath) 2024-08-11T07:34:07.8873020Z 2024-08-11T07:34:07.8873210Z def findFile(filename): 2024-08-11T07:34:07.8873500Z "Return the path to the found filename via the LHAPDF search mechanism, or None." 2024-08-11T07:34:07.8873940Z cdef string path = c.findFile(filename) 2024-08-11T07:34:07.8874200Z ^ 2024-08-11T07:34:07.8874530Z ------------------------------------------------------------ 2024-08-11T07:34:07.8875000Z 2024-08-11T07:34:07.8875380Z lhapdf.pyx:968:24: cimported module has no attribute 'findFile' 2024-08-11T07:34:10.0950430Z Traceback (most recent call last): 2024-08-11T07:34:10.1469750Z File "/Users/runner/miniforge3/lib/python3.10/site-packages/conda_build/build.py", line 2558, in build 2024-08-11T07:34:10.1503930Z utils.check_call_env( 2024-08-11T07:34:10.1516530Z File "/Users/runner/miniforge3/lib/python3.10/site-packages/conda_build/utils.py", line 404, in check_call_env 2024-08-11T07:34:10.1545950Z return _func_defaulting_env_to_os_environ("call", *popenargs, **kwargs) 2024-08-11T07:34:10.1580370Z File "/Users/runner/miniforge3/lib/python3.10/site-packages/conda_build/utils.py", line 380, in _func_defaulting_env_to_os_environ 2024-08-11T07:34:10.1658150Z raise subprocess.CalledProcessError(proc.returncode, _args) 2024-08-11T07:34:10.1698250Z subprocess.CalledProcessError: Command '['/bin/bash', '-o', 'errexit', '/Users/runner/miniforge3/conda-bld/lhapdf_1723361435362/work/conda_build.sh']' returned non-zero exit status 1. 2024-08-11T07:34:10.1740510Z 2024-08-11T07:34:10.1784550Z The above exception was the direct cause of the following exception: 2024-08-11T07:34:10.1816000Z 2024-08-11T07:34:10.1818380Z Traceback (most recent call last): 2024-08-11T07:34:10.1820800Z File "/Users/runner/miniforge3/bin/conda-build", line 11, in 2024-08-11T07:34:10.1824420Z sys.exit(execute()) 2024-08-11T07:34:10.1827470Z File "/Users/runner/miniforge3/lib/python3.10/site-packages/conda_build/cli/main_build.py", line 589, in execute 2024-08-11T07:34:10.1832230Z api.build( 2024-08-11T07:34:10.1836120Z File "/Users/runner/miniforge3/lib/python3.10/site-packages/conda_build/api.py", line 209, in build 2024-08-11T07:34:10.1837710Z return build_tree( 2024-08-11T07:34:10.1839350Z File "/Users/runner/miniforge3/lib/python3.10/site-packages/conda_build/build.py", line 3712, in build_tree 2024-08-11T07:34:10.1840890Z packages_from_this = build( 2024-08-11T07:34:10.1846240Z File "/Users/runner/miniforge3/lib/python3.10/site-packages/conda_build/build.py", line 2566, in build 2024-08-11T07:34:10.1846850Z raise BuildScriptException(str(exc), caused_by=exc) from exc 2024-08-11T07:34:10.1848190Z conda_build.exceptions.BuildScriptException: Command '['/bin/bash', '-o', 'errexit', '/Users/runner/miniforge3/conda-bld/lhapdf_1723361435362/work/conda_build.sh']' returned non-zero exit status 1. 2024-08-11T07:34:18.7634880Z 2024-08-11T07:34:18.7679050Z ##[error]Bash exited with code '1'. 2024-08-11T07:34:18.7727860Z ##[section]Finishing: Run OSX build ```
matthewfeickert commented 1 month ago

Is the log from the CI not public?

No, it is public. I was on my phone when responding and forgot that unlike GitHub Actions logs, Azure Pipeline logs are public.

In any case, I can leave it here (also in pastebin)

Thanks. Having that is useful as a reference artifact.