2023-03-16T19:45:24.6426120Z nas/1.9.4: Not found in local cache, looking in remotes...
2023-03-16T19:45:24.6426959Z nas/1.9.4: Trying with 'conancenter'...
2023-03-16T19:45:24.6668842Z Downloading conanmanifest.txt
2023-03-16T19:45:24.6789622Z Downloading conanfile.py
2023-03-16T19:45:24.6903110Z Downloading conan_export.tgz
2023-03-16T19:45:24.7032182Z nas/1.9.4: Downloaded recipe revision e83822d91bf62a5a22fcd54fe55dabb8
...
2023-03-16T19:45:35.0041419Z ERROR: There are invalid packages (packages that cannot exist for this configuration):
2023-03-16T19:45:35.0041838Z nas/1.9.4: Invalid ID: Recipe cannot be built with clang
Description
Our project uses github actions with conan (build sdl/2.0.18 with clang-11/clang-12): https://github.com/storm-devs/storm-engine/blob/2f2424d29a206581d670fce028bc0db501959ef7/conanfile.py https://github.com/storm-devs/storm-engine/blob/2f2424d29a206581d670fce028bc0db501959ef7/.github/workflows/ci_linux.yml
4 days ago all worked fine - sdl/2.0.18 used nas/1.9.4#a477daba39c6a686aa2e04234a4da3aa and it works fine: https://github.com/q4a/storm-engine/actions/runs/4409387325/jobs/7725615813 Yesterday conan gives error:
Full log here: https://github.com/storm-devs/storm-engine/actions/runs/4441013248/jobs/7795548345
I created simple workaround with forcing:
self.requires("nas/1.9.4#a477daba39c6a686aa2e04234a4da3aa")
and it worked. https://github.com/storm-devs/storm-engine/pull/470/filesI hope, that given logs are enough and I can remove that workaround soon.
Package and Environment Details
Conan profile
[settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=clang compiler.libcxx=libstdc++11 compiler.version=11 os=Linux os_build=Linux [options] crash_reports=False output_directory=/home/runner/work/storm-engine/storm-engine/build steam=False watermark_file=/home/runner/work/storm-engine/storm-engine/build/watermark.hpp [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True
Steps to reproduce
I just push commit to CI. Our repo is public, all logs available in github actions: https://github.com/storm-devs/storm-engine/actions
Logs
Click to expand log
``` 2023-03-16T19:45:14.3823378Z Ubuntu clang version 11.0.0-2~ubuntu20.04.1 2023-03-16T19:45:14.3823813Z Target: x86_64-pc-linux-gnu 2023-03-16T19:45:14.3825652Z Thread model: posix 2023-03-16T19:45:14.3826246Z InstalledDir: /usr/bin 2023-03-16T19:45:14.9924335Z CC and CXX: clang-11, clang++-11 2023-03-16T19:45:15.0186767Z Found clang 11.0 2023-03-16T19:45:15.0187580Z clang>=8, using the major as version 2023-03-16T19:45:15.0192348Z Profile created with detected settings: /home/runner/.conan/profiles/default 2023-03-16T19:45:18.2692866Z -- The C compiler identification is Clang 11.0.0 2023-03-16T19:45:18.4237424Z -- The CXX compiler identification is Clang 11.0.0 2023-03-16T19:45:18.6356451Z -- Detecting C compiler ABI info 2023-03-16T19:45:18.7455819Z -- Detecting C compiler ABI info - done 2023-03-16T19:45:18.7560939Z -- Check for working C compiler: /usr/bin/clang-11 - skipped 2023-03-16T19:45:18.7570971Z -- Detecting C compile features 2023-03-16T19:45:18.7581619Z -- Detecting C compile features - done 2023-03-16T19:45:18.7648108Z -- Detecting CXX compiler ABI info 2023-03-16T19:45:18.9033595Z -- Detecting CXX compiler ABI info - done 2023-03-16T19:45:18.9145880Z -- Check for working CXX compiler: /usr/bin/clang++-11 - skipped 2023-03-16T19:45:18.9149530Z -- Detecting CXX compile features 2023-03-16T19:45:18.9157356Z -- Detecting CXX compile features - done 2023-03-16T19:45:19.4215317Z -- Conan: Adding bincrafters remote repository (https://bincrafters.jfrog.io/artifactory/api/conan/public-conan) verify ssl (True) 2023-03-16T19:45:19.8820256Z WARN: Remotes registry file missing, creating default one in /home/runner/.conan/remotes.json 2023-03-16T19:45:20.4163563Z -- Conan: Adding storm remote repository (https://storm.jfrog.io/artifactory/api/conan/conan-remote) verify ssl (True) 2023-03-16T19:45:20.9188838Z -- Conan: Automatic detection of conan settings from cmake 2023-03-16T19:45:21.2989135Z -- Conan: Settings= -s;build_type=Debug;-s;compiler=clang;-s;compiler.version=11;-s;compiler.libcxx=libstdc++11 2023-03-16T19:45:21.2991199Z -- Conan: checking conan executable 2023-03-16T19:45:21.2991971Z -- Conan: Found program /home/runner/.local/bin/conan 2023-03-16T19:45:21.7866486Z -- Conan: Version found Conan version 1.59.0 2023-03-16T19:45:21.7869586Z -- Conan executing: /home/runner/.local/bin/conan install /home/runner/work/storm-engine/storm-engine/conanfile.py -s build_type=Debug -s compiler=clang -s compiler.version=11 -s compiler.libcxx=libstdc++11 -g=cmake --build=missing -o=output_directory=/home/runner/work/storm-engine/storm-engine/build -o=watermark_file=/home/runner/work/storm-engine/storm-engine/build/watermark.hpp -o=crash_reports=False -o=steam=False 2023-03-16T19:45:22.2910215Z Configuration: 2023-03-16T19:45:22.2914670Z [settings] 2023-03-16T19:45:22.2915080Z arch=x86_64 2023-03-16T19:45:22.2915409Z arch_build=x86_64 2023-03-16T19:45:22.2915810Z build_type=Debug 2023-03-16T19:45:22.2916120Z compiler=clang 2023-03-16T19:45:22.2916432Z compiler.libcxx=libstdc++11 2023-03-16T19:45:22.2916768Z compiler.version=11 2023-03-16T19:45:22.2917070Z os=Linux 2023-03-16T19:45:22.2917339Z os_build=Linux 2023-03-16T19:45:22.2917628Z [options] 2023-03-16T19:45:22.2917916Z crash_reports=False 2023-03-16T19:45:22.2919004Z output_directory=/home/runner/work/storm-engine/storm-engine/build 2023-03-16T19:45:22.2919401Z steam=False 2023-03-16T19:45:22.2919914Z watermark_file=/home/runner/work/storm-engine/storm-engine/build/watermark.hpp 2023-03-16T19:45:22.2920315Z [build_requires] 2023-03-16T19:45:22.2920767Z [env] 2023-03-16T19:45:22.2921032Z [conf] 2023-03-16T19:45:22.2921362Z tools.system.package_manager:mode=install 2023-03-16T19:45:22.2921734Z tools.system.package_manager:sudo=True 2023-03-16T19:45:22.2922004Z 2023-03-16T19:45:22.3583039Z zlib/1.2.11: Not found in local cache, looking in remotes... 2023-03-16T19:45:22.3585978Z zlib/1.2.11: Trying with 'conancenter'... 2023-03-16T19:45:22.5254778Z Downloading conanmanifest.txt 2023-03-16T19:45:22.5368744Z Downloading conanfile.py 2023-03-16T19:45:22.5490656Z Downloading conan_export.tgz 2023-03-16T19:45:22.5625225Z zlib/1.2.11: Downloaded recipe revision ffa77daf83a57094149707928bdce823 2023-03-16T19:45:22.5676800Z spdlog/1.9.2: Not found in local cache, looking in remotes... 2023-03-16T19:45:22.5678180Z spdlog/1.9.2: Trying with 'conancenter'... 2023-03-16T19:45:22.5913422Z Downloading conanmanifest.txt 2023-03-16T19:45:22.6028088Z Downloading conanfile.py 2023-03-16T19:45:22.6147714Z Downloading conan_export.tgz 2023-03-16T19:45:22.6276004Z spdlog/1.9.2: Downloaded recipe revision 095e9f2763366f39d4eba3bd36295c2a 2023-03-16T19:45:22.6323760Z fmt/8.0.1: Not found in local cache, looking in remotes... 2023-03-16T19:45:22.6324419Z fmt/8.0.1: Trying with 'conancenter'... 2023-03-16T19:45:22.6562855Z Downloading conanmanifest.txt 2023-03-16T19:45:22.6678993Z Downloading conanfile.py 2023-03-16T19:45:22.6805844Z Downloading conan_export.tgz 2023-03-16T19:45:22.6938678Z fmt/8.0.1: Downloaded recipe revision 83a72a784eab50272df627a2f17a69be 2023-03-16T19:45:22.6983433Z fast_float/3.4.0: Not found in local cache, looking in remotes... 2023-03-16T19:45:22.6984504Z fast_float/3.4.0: Trying with 'conancenter'... 2023-03-16T19:45:22.7931161Z Downloading conanmanifest.txt 2023-03-16T19:45:22.9405649Z Downloading conanfile.py 2023-03-16T19:45:22.9897815Z Downloading conan_export.tgz 2023-03-16T19:45:23.1235137Z fast_float/3.4.0: Downloaded recipe revision fca5b27cb4c906cd69c22698797d5cba 2023-03-16T19:45:23.1296130Z sdl/2.0.18: Not found in local cache, looking in remotes... 2023-03-16T19:45:23.1297216Z sdl/2.0.18: Trying with 'conancenter'... 2023-03-16T19:45:23.2289662Z Downloading conanmanifest.txt 2023-03-16T19:45:23.3700397Z Downloading conanfile.py 2023-03-16T19:45:23.4254092Z Downloading conan_export.tgz 2023-03-16T19:45:23.5769708Z sdl/2.0.18: Downloaded recipe revision 9390c4eb3ee4e25d8384e88aead60ae3 2023-03-16T19:45:23.5854388Z libiconv/1.17: Not found in local cache, looking in remotes... 2023-03-16T19:45:23.5855704Z libiconv/1.17: Trying with 'conancenter'... 2023-03-16T19:45:23.6099675Z Downloading conanmanifest.txt 2023-03-16T19:45:23.6216512Z Downloading conanfile.py 2023-03-16T19:45:23.6360895Z Downloading conan_export.tgz 2023-03-16T19:45:23.6491689Z libiconv/1.17: Downloaded recipe revision fa54397801cd96911a8294bc5fc76335 2023-03-16T19:45:23.6536294Z libalsa/1.2.7.2: Not found in local cache, looking in remotes... 2023-03-16T19:45:23.6537585Z libalsa/1.2.7.2: Trying with 'conancenter'... 2023-03-16T19:45:23.6782432Z Downloading conanmanifest.txt 2023-03-16T19:45:23.6900028Z Downloading conanfile.py 2023-03-16T19:45:23.7013532Z Downloading conan_export.tgz 2023-03-16T19:45:23.7145379Z libalsa/1.2.7.2: Downloaded recipe revision a309f03299c0b19b0d39c81ec4b93f5f 2023-03-16T19:45:23.7187310Z pulseaudio/14.2: Not found in local cache, looking in remotes... 2023-03-16T19:45:23.7188131Z pulseaudio/14.2: Trying with 'conancenter'... 2023-03-16T19:45:23.7421877Z Downloading conanmanifest.txt 2023-03-16T19:45:23.7537241Z Downloading conanfile.py 2023-03-16T19:45:23.7653985Z Downloading conan_export.tgz 2023-03-16T19:45:23.7786345Z pulseaudio/14.2: Downloaded recipe revision f6a38ac5563ab7e85d975f1bb1098a0c 2023-03-16T19:45:23.7848794Z libsndfile/1.0.31: Not found in local cache, looking in remotes... 2023-03-16T19:45:23.7850281Z libsndfile/1.0.31: Trying with 'conancenter'... 2023-03-16T19:45:23.8081973Z Downloading conanmanifest.txt 2023-03-16T19:45:23.8202455Z Downloading conanfile.py 2023-03-16T19:45:23.8335274Z Downloading conan_export.tgz 2023-03-16T19:45:23.8465245Z libsndfile/1.0.31: Downloaded recipe revision 4cdc35fce46638bf40f5d3402878a95a 2023-03-16T19:45:23.8652536Z ogg/1.3.5: Not found in local cache, looking in remotes... 2023-03-16T19:45:23.8653367Z ogg/1.3.5: Trying with 'conancenter'... 2023-03-16T19:45:23.8884519Z Downloading conanmanifest.txt 2023-03-16T19:45:23.9001669Z Downloading conanfile.py 2023-03-16T19:45:23.9118691Z Downloading conan_export.tgz 2023-03-16T19:45:23.9246607Z ogg/1.3.5: Downloaded recipe revision 062626875f5c8c59f069f76f148098ef 2023-03-16T19:45:23.9287357Z vorbis/1.3.7: Not found in local cache, looking in remotes... 2023-03-16T19:45:23.9288189Z vorbis/1.3.7: Trying with 'conancenter'... 2023-03-16T19:45:23.9534762Z Downloading conanmanifest.txt 2023-03-16T19:45:23.9650051Z Downloading conanfile.py 2023-03-16T19:45:23.9762678Z Downloading conan_export.tgz 2023-03-16T19:45:23.9896125Z vorbis/1.3.7: Downloaded recipe revision d936fd8c850f0c7c4021e24e55e6352c 2023-03-16T19:45:23.9941367Z flac/1.4.2: Not found in local cache, looking in remotes... 2023-03-16T19:45:23.9942069Z flac/1.4.2: Trying with 'conancenter'... 2023-03-16T19:45:24.0180251Z Downloading conanmanifest.txt 2023-03-16T19:45:24.0299240Z Downloading conanfile.py 2023-03-16T19:45:24.0418390Z Downloading conan_export.tgz 2023-03-16T19:45:24.0548535Z flac/1.4.2: Downloaded recipe revision 5f7bfc8579a458e0a8bc36595c48106f 2023-03-16T19:45:24.0604361Z opus/1.3.1: Not found in local cache, looking in remotes... 2023-03-16T19:45:24.0605205Z opus/1.3.1: Trying with 'conancenter'... 2023-03-16T19:45:24.0839988Z Downloading conanmanifest.txt 2023-03-16T19:45:24.0955833Z Downloading conanfile.py 2023-03-16T19:45:24.1070161Z Downloading conan_export.tgz 2023-03-16T19:45:24.1197414Z opus/1.3.1: Downloaded recipe revision 6938146de9da3b6817c85b6d522e8e4d 2023-03-16T19:45:24.1242126Z libcap/2.65: Not found in local cache, looking in remotes... 2023-03-16T19:45:24.1242853Z libcap/2.65: Trying with 'conancenter'... 2023-03-16T19:45:24.1477957Z Downloading conanmanifest.txt 2023-03-16T19:45:24.1593343Z Downloading conanfile.py 2023-03-16T19:45:24.1706211Z Downloading conan_export.tgz 2023-03-16T19:45:24.1834011Z libcap/2.65: Downloaded recipe revision d9a9c22e36d2050959ce7fcc33c1ff58 2023-03-16T19:45:24.1887240Z libtool/2.4.7: Not found in local cache, looking in remotes... 2023-03-16T19:45:24.1888416Z libtool/2.4.7: Trying with 'conancenter'... 2023-03-16T19:45:24.2122801Z Downloading conanmanifest.txt 2023-03-16T19:45:24.2245817Z Downloading conanfile.py 2023-03-16T19:45:24.2365605Z Downloading conan_export.tgz 2023-03-16T19:45:24.2496662Z libtool/2.4.7: Downloaded recipe revision d55a3c2435c19e830fa77aa5c6c19350 2023-03-16T19:45:24.2556035Z automake/1.16.5: Not found in local cache, looking in remotes... 2023-03-16T19:45:24.2557208Z automake/1.16.5: Trying with 'conancenter'... 2023-03-16T19:45:24.2799957Z Downloading conanmanifest.txt 2023-03-16T19:45:24.2915870Z Downloading conanfile.py 2023-03-16T19:45:24.3034265Z Downloading conan_export.tgz 2023-03-16T19:45:24.3164099Z automake/1.16.5: Downloaded recipe revision 891f585a736bce951cc0e7109aa5ffee 2023-03-16T19:45:24.3221715Z autoconf/2.71: Not found in local cache, looking in remotes... 2023-03-16T19:45:24.3222432Z autoconf/2.71: Trying with 'conancenter'... 2023-03-16T19:45:24.3486857Z Downloading conanmanifest.txt 2023-03-16T19:45:24.3609757Z Downloading conanfile.py 2023-03-16T19:45:24.3730802Z Downloading conan_export.tgz 2023-03-16T19:45:24.3859272Z autoconf/2.71: Downloaded recipe revision f4e2bd681d49b4b80761aa587bde94d5 2023-03-16T19:45:24.3919158Z m4/1.4.19: Not found in local cache, looking in remotes... 2023-03-16T19:45:24.3920101Z m4/1.4.19: Trying with 'conancenter'... 2023-03-16T19:45:24.4161594Z Downloading conanmanifest.txt 2023-03-16T19:45:24.4276647Z Downloading conanfile.py 2023-03-16T19:45:24.4392238Z Downloading conan_export.tgz 2023-03-16T19:45:24.4521532Z m4/1.4.19: Downloaded recipe revision c1c4b1ee919e34630bb9b50046253d3c 2023-03-16T19:45:24.4574619Z xorg/system: Not found in local cache, looking in remotes... 2023-03-16T19:45:24.4576020Z xorg/system: Trying with 'conancenter'... 2023-03-16T19:45:24.4811811Z Downloading conanmanifest.txt 2023-03-16T19:45:24.4924896Z Downloading conanfile.py 2023-03-16T19:45:24.5053186Z xorg/system: Downloaded recipe revision 76c55c475d495bb7603cce89eb36ca2a 2023-03-16T19:45:24.5098590Z openssl/1.1.1n: Not found in local cache, looking in remotes... 2023-03-16T19:45:24.5099413Z openssl/1.1.1n: Trying with 'conancenter'... 2023-03-16T19:45:24.5345555Z Downloading conanmanifest.txt 2023-03-16T19:45:24.5464182Z Downloading conanfile.py 2023-03-16T19:45:24.5639983Z Downloading conan_export.tgz 2023-03-16T19:45:24.5775714Z openssl/1.1.1n: Downloaded recipe revision 41cce0efd6b5236685cbca3bf7a93437 2023-03-16T19:45:24.5905213Z opengl/system: Not found in local cache, looking in remotes... 2023-03-16T19:45:24.5906104Z opengl/system: Trying with 'conancenter'... 2023-03-16T19:45:24.6150690Z Downloading conanmanifest.txt 2023-03-16T19:45:24.6273754Z Downloading conanfile.py 2023-03-16T19:45:24.6397506Z opengl/system: Downloaded recipe revision 7c9316636990f3f64a7a6f6b24e0718f 2023-03-16T19:45:24.6426120Z nas/1.9.4: Not found in local cache, looking in remotes... 2023-03-16T19:45:24.6426959Z nas/1.9.4: Trying with 'conancenter'... 2023-03-16T19:45:24.6668842Z Downloading conanmanifest.txt 2023-03-16T19:45:24.6789622Z Downloading conanfile.py 2023-03-16T19:45:24.6903110Z Downloading conan_export.tgz 2023-03-16T19:45:24.7032182Z nas/1.9.4: Downloaded recipe revision e83822d91bf62a5a22fcd54fe55dabb8 2023-03-16T19:45:24.7083508Z wayland/1.21.0: Not found in local cache, looking in remotes... 2023-03-16T19:45:24.7084531Z wayland/1.21.0: Trying with 'conancenter'... 2023-03-16T19:45:24.7323580Z Downloading conanmanifest.txt 2023-03-16T19:45:24.7445008Z Downloading conanfile.py 2023-03-16T19:45:24.7568279Z Downloading conan_export.tgz 2023-03-16T19:45:24.7701762Z wayland/1.21.0: Downloaded recipe revision 19b20330f8177672377bd400c0990833 2023-03-16T19:45:24.7764057Z libffi/3.4.3: Not found in local cache, looking in remotes... 2023-03-16T19:45:24.7765008Z libffi/3.4.3: Trying with 'conancenter'... 2023-03-16T19:45:24.8008023Z Downloading conanmanifest.txt 2023-03-16T19:45:24.8128179Z Downloading conanfile.py 2023-03-16T19:45:24.8244517Z Downloading conan_export.tgz 2023-03-16T19:45:24.8375766Z libffi/3.4.3: Downloaded recipe revision ab23056d668dc13482a811f215f7be3e 2023-03-16T19:45:24.8442871Z libxml2/2.10.3: Not found in local cache, looking in remotes... 2023-03-16T19:45:24.8443932Z libxml2/2.10.3: Trying with 'conancenter'... 2023-03-16T19:45:24.8731501Z Downloading conanmanifest.txt 2023-03-16T19:45:24.8846467Z Downloading conanfile.py 2023-03-16T19:45:24.8976744Z Downloading conan_export.tgz 2023-03-16T19:45:24.9136479Z libxml2/2.10.3: Downloaded recipe revision 66a6dc6e0ff6dd4782d3032777c1ff97 2023-03-16T19:45:24.9211633Z expat/2.5.0: Not found in local cache, looking in remotes... 2023-03-16T19:45:24.9212363Z expat/2.5.0: Trying with 'conancenter'... 2023-03-16T19:45:24.9450361Z Downloading conanmanifest.txt 2023-03-16T19:45:24.9568312Z Downloading conanfile.py 2023-03-16T19:45:25.0028582Z Downloading conan_export.tgz 2023-03-16T19:45:25.0177381Z expat/2.5.0: Downloaded recipe revision 7fde619c77c77a50ca72364bc92c4907 2023-03-16T19:45:25.0224157Z xkbcommon/1.4.1: Not found in local cache, looking in remotes... 2023-03-16T19:45:25.0225019Z xkbcommon/1.4.1: Trying with 'conancenter'... 2023-03-16T19:45:25.0486900Z Downloading conanmanifest.txt 2023-03-16T19:45:25.0620182Z Downloading conanfile.py 2023-03-16T19:45:25.0735779Z Downloading conan_export.tgz 2023-03-16T19:45:25.0867913Z xkbcommon/1.4.1: Downloaded recipe revision 305250b2e505fd6f7375f6f8b3994ca5 2023-03-16T19:45:25.0918931Z xkeyboard-config/system: Not found in local cache, looking in remotes... 2023-03-16T19:45:25.0919535Z xkeyboard-config/system: Trying with 'conancenter'... 2023-03-16T19:45:25.1158637Z Downloading conanmanifest.txt 2023-03-16T19:45:25.1282150Z Downloading conanfile.py 2023-03-16T19:45:25.1407608Z xkeyboard-config/system: Downloaded recipe revision 493c19865261899b6633ecb43ce536d6 2023-03-16T19:45:25.1442167Z wayland-protocols/1.31: Not found in local cache, looking in remotes... 2023-03-16T19:45:25.1442815Z wayland-protocols/1.31: Trying with 'conancenter'... 2023-03-16T19:45:25.1686155Z Downloading conanmanifest.txt 2023-03-16T19:45:25.1823427Z Downloading conanfile.py 2023-03-16T19:45:25.1936384Z Downloading conan_export.tgz 2023-03-16T19:45:25.2071534Z wayland-protocols/1.31: Downloaded recipe revision e9be3875995b90b884031bfec0cc88c1 2023-03-16T19:45:25.2121850Z egl/system: Not found in local cache, looking in remotes... 2023-03-16T19:45:25.2124772Z egl/system: Trying with 'conancenter'... 2023-03-16T19:45:25.2350062Z Downloading conanmanifest.txt 2023-03-16T19:45:25.2470030Z Downloading conanfile.py 2023-03-16T19:45:25.2595874Z egl/system: Downloaded recipe revision 84fd0b2a2f1a59593106671af389ab3b 2023-03-16T19:45:25.2628217Z libunwind/1.6.2: Not found in local cache, looking in remotes... 2023-03-16T19:45:25.2629186Z libunwind/1.6.2: Trying with 'conancenter'... 2023-03-16T19:45:25.2859258Z Downloading conanmanifest.txt 2023-03-16T19:45:25.2981978Z Downloading conanfile.py 2023-03-16T19:45:25.3135600Z Downloading conan_export.tgz 2023-03-16T19:45:25.3263834Z libunwind/1.6.2: Downloaded recipe revision 3fd3894a7a2dc2413b3284a7f53029b9 2023-03-16T19:45:25.3309945Z xz_utils/5.4.0: Not found in local cache, looking in remotes... 2023-03-16T19:45:25.3310894Z xz_utils/5.4.0: Trying with 'conancenter'... 2023-03-16T19:45:25.3563537Z Downloading conanmanifest.txt 2023-03-16T19:45:25.3682504Z Downloading conanfile.py 2023-03-16T19:45:25.3805207Z Downloading conan_export.tgz 2023-03-16T19:45:25.3959818Z xz_utils/5.4.0: Downloaded recipe revision 186e94237b66f785e4ea095f2f621a56 2023-03-16T19:45:25.4015515Z mimalloc/2.0.3: Not found in local cache, looking in remotes... 2023-03-16T19:45:25.4016399Z mimalloc/2.0.3: Trying with 'conancenter'... 2023-03-16T19:45:25.5648064Z Downloading conanmanifest.txt 2023-03-16T19:45:25.7253381Z Downloading conanfile.py 2023-03-16T19:45:25.8195387Z Downloading conan_export.tgz 2023-03-16T19:45:25.9636904Z mimalloc/2.0.3: Downloaded recipe revision de32173de1985adc2098237c7ee34dd1 2023-03-16T19:45:25.9700794Z sentry-native/0.5.0: Not found in local cache, looking in remotes... 2023-03-16T19:45:25.9704622Z sentry-native/0.5.0: Trying with 'conancenter'... 2023-03-16T19:45:26.0686136Z Downloading conanmanifest.txt 2023-03-16T19:45:26.2071275Z Downloading conanfile.py 2023-03-16T19:45:26.3225244Z Downloading conan_export.tgz 2023-03-16T19:45:26.3726146Z sentry-native/0.5.0: Downloaded recipe revision 9ac6c8fa17115744c9904a50f5f3e5e4 2023-03-16T19:45:26.3776703Z libcurl/7.87.0: Not found in local cache, looking in remotes... 2023-03-16T19:45:26.3781871Z libcurl/7.87.0: Trying with 'conancenter'... 2023-03-16T19:45:26.4020545Z Downloading conanmanifest.txt 2023-03-16T19:45:26.4136386Z Downloading conanfile.py 2023-03-16T19:45:26.4282946Z Downloading conan_export.tgz 2023-03-16T19:45:26.4412852Z libcurl/7.87.0: Downloaded recipe revision 9f38906ccfd1aaaca547e6b56659a8a9 2023-03-16T19:45:26.4504519Z sentry-crashpad/0.5.0: Not found in local cache, looking in remotes... 2023-03-16T19:45:26.4505362Z sentry-crashpad/0.5.0: Trying with 'conancenter'... 2023-03-16T19:45:26.5437612Z Downloading conanmanifest.txt 2023-03-16T19:45:26.5912330Z Downloading conanfile.py 2023-03-16T19:45:26.6381822Z Downloading conan_export.tgz 2023-03-16T19:45:26.6880312Z sentry-crashpad/0.5.0: Downloaded recipe revision 7a01a33a7f58ca7a36010b793783b883 2023-03-16T19:45:26.6939534Z directx/9.0@storm/prebuilt: Not found in local cache, looking in remotes... 2023-03-16T19:45:26.6940236Z directx/9.0@storm/prebuilt: Trying with 'conancenter'... 2023-03-16T19:45:26.7385220Z directx/9.0@storm/prebuilt: Trying with 'bincrafters'... 2023-03-16T19:45:27.1087120Z directx/9.0@storm/prebuilt: Trying with 'storm'... 2023-03-16T19:45:27.9207811Z Downloading conanmanifest.txt 2023-03-16T19:45:28.0538123Z Downloading conanfile.py 2023-03-16T19:45:28.1833766Z directx/9.0@storm/prebuilt: Downloaded recipe revision 93eebe6bc35f6ee36ee5b36a5f559365 2023-03-16T19:45:28.1877119Z fmod/2.02.05@storm/prebuilt: Not found in local cache, looking in remotes... 2023-03-16T19:45:28.1878301Z fmod/2.02.05@storm/prebuilt: Trying with 'conancenter'... 2023-03-16T19:45:28.2342645Z fmod/2.02.05@storm/prebuilt: Trying with 'bincrafters'... 2023-03-16T19:45:28.3048724Z fmod/2.02.05@storm/prebuilt: Trying with 'storm'... 2023-03-16T19:45:28.5646664Z Downloading conanmanifest.txt 2023-03-16T19:45:28.6924099Z Downloading conanfile.py 2023-03-16T19:45:28.8207782Z fmod/2.02.05@storm/prebuilt: Downloaded recipe revision 0 2023-03-16T19:45:34.5777681Z catch2/2.13.7: Not found in local cache, looking in remotes... 2023-03-16T19:45:34.5778443Z catch2/2.13.7: Trying with 'conancenter'... 2023-03-16T19:45:34.6720667Z Downloading conanmanifest.txt 2023-03-16T19:45:34.7857823Z Downloading conanfile.py 2023-03-16T19:45:34.8343843Z Downloading conan_export.tgz 2023-03-16T19:45:34.8846949Z catch2/2.13.7: Downloaded recipe revision c887906848a31e658e5d7025280a3c51 2023-03-16T19:45:34.9956741Z conanfile.py: Installing package 2023-03-16T19:45:34.9967755Z Requirements 2023-03-16T19:45:34.9968742Z autoconf/2.71 from 'conancenter' - Downloaded 2023-03-16T19:45:34.9969480Z automake/1.16.5 from 'conancenter' - Downloaded 2023-03-16T19:45:34.9970264Z directx/9.0@storm/prebuilt from 'storm' - Downloaded 2023-03-16T19:45:34.9974118Z egl/system from 'conancenter' - Downloaded 2023-03-16T19:45:34.9975366Z expat/2.5.0 from 'conancenter' - Downloaded 2023-03-16T19:45:34.9976447Z fast_float/3.4.0 from 'conancenter' - Downloaded 2023-03-16T19:45:34.9977161Z flac/1.4.2 from 'conancenter' - Downloaded 2023-03-16T19:45:34.9977979Z fmod/2.02.05@storm/prebuilt from 'storm' - Downloaded 2023-03-16T19:45:34.9980533Z fmt/8.0.1 from 'conancenter' - Downloaded 2023-03-16T19:45:34.9985294Z libalsa/1.2.7.2 from 'conancenter' - Downloaded 2023-03-16T19:45:34.9987475Z libcap/2.65 from 'conancenter' - Downloaded 2023-03-16T19:45:34.9988641Z libcurl/7.87.0 from 'conancenter' - Downloaded 2023-03-16T19:45:34.9989705Z libffi/3.4.3 from 'conancenter' - Downloaded 2023-03-16T19:45:34.9990715Z libiconv/1.17 from 'conancenter' - Downloaded 2023-03-16T19:45:34.9991767Z libsndfile/1.0.31 from 'conancenter' - Downloaded 2023-03-16T19:45:34.9992832Z libtool/2.4.7 from 'conancenter' - Downloaded 2023-03-16T19:45:34.9993612Z libunwind/1.6.2 from 'conancenter' - Downloaded 2023-03-16T19:45:34.9994659Z libxml2/2.10.3 from 'conancenter' - Downloaded 2023-03-16T19:45:34.9995363Z m4/1.4.19 from 'conancenter' - Downloaded 2023-03-16T19:45:34.9996070Z mimalloc/2.0.3 from 'conancenter' - Downloaded 2023-03-16T19:45:34.9996787Z nas/1.9.4 from 'conancenter' - Downloaded 2023-03-16T19:45:34.9997450Z ogg/1.3.5 from 'conancenter' - Downloaded 2023-03-16T19:45:34.9998170Z opengl/system from 'conancenter' - Downloaded 2023-03-16T19:45:34.9998900Z openssl/1.1.1n from 'conancenter' - Downloaded 2023-03-16T19:45:34.9999605Z opus/1.3.1 from 'conancenter' - Downloaded 2023-03-16T19:45:35.0000332Z pulseaudio/14.2 from 'conancenter' - Downloaded 2023-03-16T19:45:35.0001052Z sdl/2.0.18 from 'conancenter' - Downloaded 2023-03-16T19:45:35.0001799Z sentry-crashpad/0.5.0 from 'conancenter' - Downloaded 2023-03-16T19:45:35.0002586Z sentry-native/0.5.0 from 'conancenter' - Downloaded 2023-03-16T19:45:35.0003382Z spdlog/1.9.2 from 'conancenter' - Downloaded 2023-03-16T19:45:35.0004070Z vorbis/1.3.7 from 'conancenter' - Downloaded 2023-03-16T19:45:35.0004785Z wayland/1.21.0 from 'conancenter' - Downloaded 2023-03-16T19:45:35.0005579Z wayland-protocols/1.31 from 'conancenter' - Downloaded 2023-03-16T19:45:35.0006894Z xkbcommon/1.4.1 from 'conancenter' - Downloaded 2023-03-16T19:45:35.0007344Z xkeyboard-config/system from 'conancenter' - Downloaded 2023-03-16T19:45:35.0007780Z xorg/system from 'conancenter' - Downloaded 2023-03-16T19:45:35.0008351Z xz_utils/5.4.0 from 'conancenter' - Downloaded 2023-03-16T19:45:35.0008739Z zlib/1.2.11 from 'conancenter' - Downloaded 2023-03-16T19:45:35.0009014Z Packages 2023-03-16T19:45:35.0009457Z autoconf/2.71:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download 2023-03-16T19:45:35.0009969Z automake/1.16.5:258f6f05ca54813b3d7180161753df7f9ccf7e1d - Download 2023-03-16T19:45:35.0010515Z directx/9.0@storm/prebuilt:cb054d0b3e1ca595dc66bc2339d40f1f8f04ab31 - Build 2023-03-16T19:45:35.0011059Z egl/system:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download 2023-03-16T19:45:35.0011572Z expat/2.5.0:78da94c7eb03bc395d5eff3d04ac925d222bc182 - Download 2023-03-16T19:45:35.0012079Z fast_float/3.4.0:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download 2023-03-16T19:45:35.0012587Z flac/1.4.2:11f9ec67fc254222e18f2a4e5f211ae1bac551e1 - Build 2023-03-16T19:45:35.0013165Z fmod/2.02.05@storm/prebuilt:322de4b4a41f905f6b18f454ab5f498690b39c2a - Download 2023-03-16T19:45:35.0013663Z fmt/8.0.1:2c53041e14aa56c9b9da88e2b003a37a90a2e6ee - Build 2023-03-16T19:45:35.0014170Z libalsa/1.2.7.2:6b96a921aad43f9395f6be958180f3c299d98ccb - Download 2023-03-16T19:45:35.0014664Z libcap/2.65:05441c20e7e7a68951563eb6a1ae544f71dd7263 - Download 2023-03-16T19:45:35.0015150Z libcurl/7.87.0:22b5cdbfef2f22410b65a955085a616da2d178a0 - Download 2023-03-16T19:45:35.0015647Z libffi/3.4.3:05441c20e7e7a68951563eb6a1ae544f71dd7263 - Download 2023-03-16T19:45:35.0016129Z libiconv/1.17:05441c20e7e7a68951563eb6a1ae544f71dd7263 - Download 2023-03-16T19:45:35.0016635Z libsndfile/1.0.31:d2718afdea3974e31d598abf4d1d7ad144cb9f10 - Build 2023-03-16T19:45:35.0017140Z libtool/2.4.7:86e8eb6af6c1baefa36ed89df3cddb5e63081850 - Download 2023-03-16T19:45:35.0017668Z libunwind/1.6.2:f6d6755da3e00c017a8d5d986d230d0363ff5226 - Download 2023-03-16T19:45:35.0018177Z libxml2/2.10.3:2e61e9dbb8a6e463fa7806cd9057a54ba9011207 - Download 2023-03-16T19:45:35.0018656Z m4/1.4.19:cc9f9b2b9f92fc82888026414560bf79d8c3a052 - Download 2023-03-16T19:45:35.0019471Z mimalloc/2.0.3:f67677a17bbe05f4df305c12d9cd15a4ced12ec8 - Build 2023-03-16T19:45:35.0019876Z nas/1.9.4:INVALID - Invalid 2023-03-16T19:45:35.0020356Z ogg/1.3.5:05441c20e7e7a68951563eb6a1ae544f71dd7263 - Download 2023-03-16T19:45:35.0020875Z opengl/system:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download 2023-03-16T19:45:35.0021389Z openssl/1.1.1n:05441c20e7e7a68951563eb6a1ae544f71dd7263 - Download 2023-03-16T19:45:35.0021867Z opus/1.3.1:05441c20e7e7a68951563eb6a1ae544f71dd7263 - Download 2023-03-16T19:45:35.0022379Z pulseaudio/14.2:db1ef3842ac9cb257f295ec118df3eef02778f3f - Download 2023-03-16T19:45:35.0022860Z sdl/2.0.18:f24d5b7384117948f929e967200cf3d63771575f - Download 2023-03-16T19:45:35.0023361Z sentry-crashpad/0.5.0:f25a11214590e733e3b12e590047fb4a2147f359 - Build 2023-03-16T19:45:35.0023891Z sentry-native/0.5.0:52b072ae28d1cb7c4a53661d78fb2a679b5ac07a - Build 2023-03-16T19:45:35.0024387Z spdlog/1.9.2:e819d85296b35bc1fcea284bc52996f3c8a77af3 - Build 2023-03-16T19:45:35.0024895Z vorbis/1.3.7:5ea652c046be05c9e38bc13607d884ae50be2ac6 - Download 2023-03-16T19:45:35.0025405Z wayland/1.21.0:32edd86d95d77bfcf3b636b7531d210e2d6fb3d7 - Download 2023-03-16T19:45:35.0025951Z wayland-protocols/1.31:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download 2023-03-16T19:45:35.0026491Z xkbcommon/1.4.1:6827954ecc494c774c846f2753852a14b8f873d4 - Download 2023-03-16T19:45:35.0027032Z xkeyboard-config/system:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download 2023-03-16T19:45:35.0027582Z xorg/system:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download 2023-03-16T19:45:35.0028077Z xz_utils/5.4.0:05441c20e7e7a68951563eb6a1ae544f71dd7263 - Download 2023-03-16T19:45:35.0028713Z zlib/1.2.11:05441c20e7e7a68951563eb6a1ae544f71dd7263 - Download 2023-03-16T19:45:35.0029023Z Build requirements 2023-03-16T19:45:35.0029391Z catch2/2.13.7 from 'conancenter' - Downloaded 2023-03-16T19:45:35.0029698Z Build requirements packages 2023-03-16T19:45:35.0030320Z catch2/2.13.7:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download 2023-03-16T19:45:35.0030550Z 2023-03-16T19:45:35.0030708Z Installing (downloading, building) binaries... 2023-03-16T19:45:35.0036804Z WARN: pulseaudio/14.2: requirement openssl/1.1.1q overridden by sdl/2.0.18 to openssl/1.1.1n 2023-03-16T19:45:35.0037272Z WARN: libxml2/2.10.3: requirement zlib/1.2.13 overridden by wayland/1.21.0 to zlib/1.2.11 2023-03-16T19:45:35.0037706Z WARN: libunwind/1.6.2: requirement zlib/1.2.13 overridden by sdl/2.0.18 to zlib/1.2.11 2023-03-16T19:45:35.0038368Z WARN: libcurl/7.87.0: requirement openssl/1.1.1t overridden by sentry-native/0.5.0 to openssl/1.1.1n 2023-03-16T19:45:35.0038988Z WARN: libcurl/7.87.0: requirement zlib/1.2.13 overridden by sentry-native/0.5.0 to zlib/1.2.11 2023-03-16T19:45:35.0039624Z WARN: sentry-crashpad/0.5.0: requirement libcurl/7.86.0 overridden by sentry-native/0.5.0 to libcurl/7.87.0 2023-03-16T19:45:35.0040269Z WARN: sentry-crashpad/0.5.0: requirement zlib/1.2.13 overridden by sentry-native/0.5.0 to zlib/1.2.11 2023-03-16T19:45:35.0040916Z WARN: sentry-crashpad/0.5.0: requirement openssl/1.1.1s overridden by sentry-native/0.5.0 to openssl/1.1.1n 2023-03-16T19:45:35.0041419Z ERROR: There are invalid packages (packages that cannot exist for this configuration): 2023-03-16T19:45:35.0041838Z nas/1.9.4: Invalid ID: Recipe cannot be built with clang 2023-03-16T19:45:35.0602634Z CMake Error at cmake/conan.cmake:524 (message): 2023-03-16T19:45:35.0603243Z Conan install failed='6' 2023-03-16T19:45:35.0603537Z Call Stack (most recent call first): 2023-03-16T19:45:35.0603864Z cmake/conan.cmake:761 (old_conan_cmake_install) 2023-03-16T19:45:35.0604168Z CMakeLists.txt:30 (conan_cmake_run) 2023-03-16T19:45:35.0604384Z 2023-03-16T19:45:35.0604392Z 2023-03-16T19:45:35.0606063Z -- Configuring incomplete, errors occurred! 2023-03-16T19:45:35.0606626Z See also "/home/runner/work/storm-engine/storm-engine/build/CMakeFiles/CMakeOutput.log". 2023-03-16T19:45:35.0670505Z ##[error]Process completed with exit code 1. ```