******************************************************************************** conan test conan-center-index\recipes\qt\5.x.x\test_package\conanfile.py qt/5.15.2@ --profile=C:\J\w\BuildSingleReference/20396/823afe10-809a-46de-a5dc-c38dbb258217/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (C:\J\w\BuildSingleReference\.conan\profiles\default) Found Visual Studio 16 Default settings os=Windows os_build=Windows arch=x86_64 arch_build=x86_64 compiler=Visual Studio compiler.version=16 build_type=Release *** You can change them in C:\J\w\BuildSingleReference\.conan\profiles\default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MT compiler.version=14 os=Windows os_build=Windows [options] qt:shared=False [build_requires] [env] zlib/1.2.11: Not found in local cache, looking in remotes... zlib/1.2.11: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz zlib/1.2.11: Downloaded recipe revision 08c5163c8e302d1482d8fa2be93736af openssl/1.1.1k: Not found in local cache, looking in remotes... openssl/1.1.1k: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz openssl/1.1.1k: Downloaded recipe revision 3555e93beb1e5904c8f0689e8fce854e pcre2/10.37: Not found in local cache, looking in remotes... pcre2/10.37: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz pcre2/10.37: Downloaded recipe revision 8707450b74c29a00f14b711721b323e1 bzip2/1.0.8: Not found in local cache, looking in remotes... bzip2/1.0.8: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz bzip2/1.0.8: Downloaded recipe revision 9c8b632000a52af5af3f045d3a6db12f double-conversion/3.1.5: Not found in local cache, looking in remotes... double-conversion/3.1.5: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz double-conversion/3.1.5: Downloaded recipe revision bf7fceaa33f97d13a341039f49a5ec8f freetype/2.10.4: Not found in local cache, looking in remotes... freetype/2.10.4: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz freetype/2.10.4: Downloaded recipe revision 53ca940e60720af9f0ddfe6964509fa1 libpng/1.6.37: Not found in local cache, looking in remotes... libpng/1.6.37: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz libpng/1.6.37: Downloaded recipe revision 507eb7f89c54b74d4b70ea625fa7ce5e brotli/1.0.9: Not found in local cache, looking in remotes... brotli/1.0.9: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz brotli/1.0.9: Downloaded recipe revision 802b2457f7a7a509ed80e7e45adf960e libjpeg/9d: Not found in local cache, looking in remotes... libjpeg/9d: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz libjpeg/9d: Downloaded recipe revision d8215c0cf83a356fdd2d9c8454493efa sqlite3/3.35.5: Not found in local cache, looking in remotes... sqlite3/3.35.5: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz sqlite3/3.35.5: Downloaded recipe revision c293dbcf7e2c2289e5fc4019bd95d65d libpq/13.2: Not found in local cache, looking in remotes... libpq/13.2: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz libpq/13.2: Downloaded recipe revision 3e64a565a9bdd97a1456627fb1668c5f opengl/system: Not found in local cache, looking in remotes... opengl/system: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py opengl/system: Downloaded recipe revision 15c5ec306b8c76037866518ef8d87ec9 zstd/1.5.0: Not found in local cache, looking in remotes... zstd/1.5.0: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz zstd/1.5.0: Downloaded recipe revision 2b656cd7dbf50bdce021cf2214838ede Traceback (most recent call last): File "c:\python36\lib\site-packages\conans\client\command.py", line 2164, in run method(args[0][1:]) File "c:\python36\lib\site-packages\conans\client\command.py", line 307, in test lockfile=args.lockfile, profile_build=profile_build) File "c:\python36\lib\site-packages\conans\client\conan_api.py", line 93, in wrapper return f(api, *args, **kwargs) File "c:\python36\lib\site-packages\conans\client\conan_api.py", line 332, in test test_build_folder=test_build_folder, recorder=recorder) File "c:\python36\lib\site-packages\conans\client\cmd\test.py", line 38, in install_build_and_test recorder=recorder) File "c:\python36\lib\site-packages\conans\client\manager.py", line 59, in deps_install lockfile_node_id=lockfile_node_id) File "c:\python36\lib\site-packages\conans\client\graph\graph_manager.py", line 120, in load_graph apply_build_requires=apply_build_requires) File "c:\python36\lib\site-packages\conans\client\graph\graph_manager.py", line 255, in _resolve_graph graph_lock=graph_lock) File "c:\python36\lib\site-packages\conans\client\graph\graph_manager.py", line 365, in _load_graph apply_build_requires=apply_build_requires) File "c:\python36\lib\site-packages\conans\client\graph\graph_manager.py", line 286, in _recurse_build_requires self._binary_analyzer.evaluate_graph(graph, build_mode, update, remotes, nodes_subset, root) File "c:\python36\lib\site-packages\conans\client\graph\graph_binaries.py", line 389, in evaluate_graph self._evaluate_node(node, build_mode, update, remotes) File "c:\python36\lib\site-packages\conans\client\graph\graph_binaries.py", line 176, in _evaluate_node self._process_node(node, pref, build_mode, update, remotes) File "c:\python36\lib\site-packages\conans\client\graph\graph_binaries.py", line 242, in _process_node self._evaluate_cache_pkg(node, package_layout, pref, metadata, remote, remotes, update) File "c:\python36\lib\site-packages\conans\client\graph\graph_binaries.py", line 95, in _evaluate_cache_pkg assert node.prev, "PREV for %s is None: %s" % (str(pref), metadata.dumps()) AssertionError: PREV for opengl/system:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 is None: {"recipe": {"revision": "15c5ec306b8c76037866518ef8d87ec9", "remote": "conan-center", "properties": {}, "checksums": {"conanmanifest.txt": {"md5": "f781eb2d5cedb210bda4239e2c0c30dd", "sha1": "a4f568c195b57c096eae6e31c4982e0f0689e81a"}, "conanfile.py": {"md5": "ecced3f74ea910384e1b7621b1ae2249", "sha1": "7bad86e49ca92a2a4bd162dd61292e28109496c6"}}}, "packages": {"5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9": {"revision": null, "recipe_revision": null, "remote": null, "properties": {}, "checksums": {}}}} ERROR: PREV for opengl/system:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 is None: {"recipe": {"revision": "15c5ec306b8c76037866518ef8d87ec9", "remote": "conan-center", "properties": {}, "checksums": {"conanmanifest.txt": {"md5": "f781eb2d5cedb210bda4239e2c0c30dd", "sha1": "a4f568c195b57c096eae6e31c4982e0f0689e81a"}, "conanfile.py": {"md5": "ecced3f74ea910384e1b7621b1ae2249", "sha1": "7bad86e49ca92a2a4bd162dd61292e28109496c6"}}}, "packages": {"5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9": {"revision": null, "recipe_revision": null, "remote": null, "properties": {}, "checksums": {}}}}