conan-io / conan-center-index

Recipes for the ConanCenter repository
https://conan.io/center
MIT License
948 stars 1.73k forks source link

[package] aws-sdk-cpp/1.8.130: conanmanifest.txt not found #5323

Closed MartinDelille closed 3 years ago

MartinDelille commented 3 years ago

Package and Environment Details (include every applicable attribute)

Conan profile (output of conan profile show default or conan profile show <profile> if custom profile is in use)

$ conan profile show default
Configuration for profile default:

[settings]
os=Macos
os_build=Macos
arch=x86_64
arch_build=x86_64
compiler=apple-clang
compiler.version=12.0
compiler.libcxx=libc++
build_type=Release
[options]
[build_requires]
[env]

Steps to reproduce (Include if Applicable)

Given the following conanfile.txt, my conan install .. command fails:

[requires]
aws-sdk-cpp/1.8.130

I managed to run it but I had to previously run conan create . aws-sdk-cpp/1.8.130@ from the CCI aws-sdk-cpp recipe folder.

Logs (Include/Attach if Applicable)

Click to expand log ``` conan install .. 19s Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=12.0 os=Macos os_build=Macos [options] [build_requires] [env] aws-sdk-cpp/1.8.130: Not found in local cache, looking in remotes... aws-sdk-cpp/1.8.130: Trying with 'conan-center'... Downloading conanmanifest.txt completed [0.56k] Downloading conanfile.py completed [14.42k] Downloading conan_sources.tgz completed [1.59k] Downloading conan_export.tgz completed [0.38k] Downloading conanmanifest.txt completed [0.56k] Downloading conanfile.py completed [14.42k] Downloading conan_export.tgz completed [0.38k] Decompressing conan_export.tgz completed [0.00k] Traceback (most recent call last): File "/usr/local/Cellar/python@3.9/3.9.4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/shutil.py", line 806, in move os.rename(src, real_dst) FileNotFoundError: [Errno 2] No such file or directory: '/Users/build3/.conan/data/aws-sdk-cpp/1.8.130/_/_/dl/export/export/conanmanifest.txt' -> '/Users/build3/.conan/data/aws-sdk-cpp/1.8.130/_/_/export/export/conanmanifest.txt' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/Cellar/conan/1.35.2/libexec/lib/python3.9/site-packages/conans/client/command.py", line 2164, in run method(args[0][1:]) File "/usr/local/Cellar/conan/1.35.2/libexec/lib/python3.9/site-packages/conans/client/command.py", line 500, in install info = self._conan.install(path=args.path_or_reference, File "/usr/local/Cellar/conan/1.35.2/libexec/lib/python3.9/site-packages/conans/client/conan_api.py", line 93, in wrapper return f(api, *args, **kwargs) File "/usr/local/Cellar/conan/1.35.2/libexec/lib/python3.9/site-packages/conans/client/conan_api.py", line 598, in install deps_install(app=self.app, File "/usr/local/Cellar/conan/1.35.2/libexec/lib/python3.9/site-packages/conans/client/manager.py", line 57, in deps_install deps_graph = graph_manager.load_graph(ref_or_path, create_reference, graph_info, build_modes, File "/usr/local/Cellar/conan/1.35.2/libexec/lib/python3.9/site-packages/conans/client/graph/graph_manager.py", line 118, in load_graph deps_graph = self._resolve_graph(root_node, profile_host, profile_build, graph_lock, File "/usr/local/Cellar/conan/1.35.2/libexec/lib/python3.9/site-packages/conans/client/graph/graph_manager.py", line 249, in _resolve_graph deps_graph = self._load_graph(root_node, check_updates, update, File "/usr/local/Cellar/conan/1.35.2/libexec/lib/python3.9/site-packages/conans/client/graph/graph_manager.py", line 359, in _load_graph graph = builder.load_graph(root_node, check_updates, update, remotes, profile_host, File "/usr/local/Cellar/conan/1.35.2/libexec/lib/python3.9/site-packages/conans/client/graph/graph_builder.py", line 66, in load_graph self._expand_node(root_node, dep_graph, Requirements(), None, None, check_updates, File "/usr/local/Cellar/conan/1.35.2/libexec/lib/python3.9/site-packages/conans/client/graph/graph_builder.py", line 128, in _expand_node self._expand_require(require, node, graph, check_updates, update, remotes, profile_host, File "/usr/local/Cellar/conan/1.35.2/libexec/lib/python3.9/site-packages/conans/client/graph/graph_builder.py", line 204, in _expand_require new_node = self._create_new_node(node, graph, require, check_updates, update, File "/usr/local/Cellar/conan/1.35.2/libexec/lib/python3.9/site-packages/conans/client/graph/graph_builder.py", line 399, in _create_new_node result = self._resolve_recipe(current_node, dep_graph, requirement, check_updates, update, File "/usr/local/Cellar/conan/1.35.2/libexec/lib/python3.9/site-packages/conans/client/graph/graph_builder.py", line 359, in _resolve_recipe result = self._proxy.get_recipe(requirement.ref, check_updates, update, File "/usr/local/Cellar/conan/1.35.2/libexec/lib/python3.9/site-packages/conans/client/graph/proxy.py", line 33, in get_recipe result = self._get_recipe(layout, ref, check_updates, update, remotes, recorder) File "/usr/local/Cellar/conan/1.35.2/libexec/lib/python3.9/site-packages/conans/client/graph/proxy.py", line 49, in _get_recipe remote, new_ref = self._download_recipe(layout, ref, output, remotes, remotes.selected, File "/usr/local/Cellar/conan/1.35.2/libexec/lib/python3.9/site-packages/conans/client/graph/proxy.py", line 154, in _download_recipe new_ref = _retrieve_from_remote(remote) File "/usr/local/Cellar/conan/1.35.2/libexec/lib/python3.9/site-packages/conans/client/graph/proxy.py", line 116, in _retrieve_from_remote _ref = self._remote_manager.get_recipe(ref, the_remote) File "/usr/local/Cellar/conan/1.35.2/libexec/lib/python3.9/site-packages/conans/client/remote_manager.py", line 121, in get_recipe shutil.move(file_path, os.path.join(export_folder, file_name)) File "/usr/local/Cellar/python@3.9/3.9.4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/shutil.py", line 826, in move copy_function(src, real_dst) File "/usr/local/Cellar/python@3.9/3.9.4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/shutil.py", line 435, in copy2 copyfile(src, dst, follow_symlinks=follow_symlinks) File "/usr/local/Cellar/python@3.9/3.9.4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/shutil.py", line 264, in copyfile with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: FileNotFoundError: [Errno 2] No such file or directory: '/Users/build3/.conan/data/aws-sdk-cpp/1.8.130/_/_/export/export/conanmanifest.txt' ERROR: [Errno 2] No such file or directory: '/Users/build3/.conan/data/aws-sdk-cpp/1.8.130/_/_/export/export/conanmanifest.txt' ```
MartinDelille commented 3 years ago

I reproduced the issue on Windows.

MartinDelille commented 3 years ago

This line and its double export folder triggers my attention:

FileNotFoundError: [Errno 2] No such file or directory: '/Users/build3/.conan/data/aws-sdk-cpp/1.8.130/_/_/dl/export/export/conanmanifest.txt' -> '/Users/build3/.conan/data/aws-sdk-cpp/1.8.130/_/_/export/export/conanmanifest.txt'
SpaceIm commented 3 years ago

I can also reproduce this error, probably something wrong in conan center.

ericLemanissier commented 3 years ago

maybe it's worth triggering a new build for this package. What do you think @jgsogo @danimtb @uilianries ?

ruilvo commented 3 years ago

It built fine on my machine from the CCI repo directly. Blame CCI 😄

Log:

D:\User\Repos\conan-center-index>conan create ./recipes/aws-sdk-cpp/all aws-sdk-cpp/1.8.130@ -b aws-sdk-cpp   
WARN: Migration: Updating settings.yml
WARN: ****************************************
WARN: settings.yml is locally modified, can't be updated
WARN: The new settings.yml has been stored in: C:\Users\ruilv\.conan\settings.yml.new
WARN: ****************************************
Exporting package recipe
aws-sdk-cpp/1.8.130 exports: File 'conandata.yml' found. Exporting it...
aws-sdk-cpp/1.8.130 exports: Copied 1 '.yml' file: conandata.yml
aws-sdk-cpp/1.8.130 exports_sources: Copied 1 '.txt' file: CMakeLists.txt
aws-sdk-cpp/1.8.130 exports_sources: Copied 4 '.patch' files: 0001-disable-sort-links.patch, 0002-force-archive-directory-to-library-directory.patch, 0003-disable-cmake-install-rpath-use-link-path.patch, 0004-improve-pulseaudio-detection.patch
aws-sdk-cpp/1.8.130: A new conanfile.py version was exported
aws-sdk-cpp/1.8.130: Folder: C:\Users\ruilv\.conan\data\aws-sdk-cpp\1.8.130\_\_\export
aws-sdk-cpp/1.8.130: Exported revision: b7521644dcf648c3e76df3e06b31ce3a
Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=Visual Studio
compiler.runtime=MD
compiler.version=16
os=Windows
os_build=Windows
[options]
[build_requires]
[env]

aws-c-event-stream/0.1.5: Not found in local cache, looking in remotes...
aws-c-event-stream/0.1.5: Trying with 'conan-center'...
Downloading conanmanifest.txt completed [0.34k]
Downloading conanfile.py completed [2.99k]
Downloading conan_export.tgz completed [0.34k]
Decompressing conan_export.tgz completed [0.00k]
aws-c-event-stream/0.1.5: Downloaded recipe revision 0
aws-c-common/0.4.25: Not found in local cache, looking in remotes...
aws-c-common/0.4.25: Trying with 'conan-center'...
Downloading conanmanifest.txt completed [0.24k]
Downloading conanfile.py completed [3.15k]
Downloading conan_export.tgz completed [0.30k]
Decompressing conan_export.tgz completed [0.00k]
aws-c-common/0.4.25: Downloaded recipe revision 0
aws-checksums/0.1.5: Not found in local cache, looking in remotes...
aws-checksums/0.1.5: Trying with 'conan-center'...
Downloading conanmanifest.txt completed [0.43k]
Downloading conanfile.py completed [2.65k]
Downloading conan_export.tgz completed [0.36k]
Decompressing conan_export.tgz completed [0.00k]
aws-checksums/0.1.5: Downloaded recipe revision 0
aws-sdk-cpp/1.8.130: Forced build from source
aws-sdk-cpp/1.8.130 (test package): Installing package
Requirements
    aws-c-common/0.4.25 from 'conan-center' - Downloaded
    aws-c-event-stream/0.1.5 from 'conan-center' - Downloaded
    aws-checksums/0.1.5 from 'conan-center' - Downloaded
    aws-sdk-cpp/1.8.130 from local cache - Cache
Packages
    aws-c-common/0.4.25:3fb49604f9c2f729b85ba3115852006824e72cab - Download
    aws-c-event-stream/0.1.5:7b509b12b7af406e2e0f855bf1f5d8aad453e183 - Download
    aws-checksums/0.1.5:3fb49604f9c2f729b85ba3115852006824e72cab - Download
    aws-sdk-cpp/1.8.130:e85b65f480cfcbd6f734a13d9eeca45a66d90b62 - Build

Installing (downloading, building) binaries...
aws-c-common/0.4.25: Retrieving package 3fb49604f9c2f729b85ba3115852006824e72cab from remote 'conan-center' 
Downloading conanmanifest.txt completed [4.72k]
Downloading conaninfo.txt completed [0.43k]
Downloading conan_package.tgz completed [204.63k]
Decompressing conan_package.tgz completed [0.00k]
aws-c-common/0.4.25: Package installed 3fb49604f9c2f729b85ba3115852006824e72cab
aws-c-common/0.4.25: Downloaded package revision 0
aws-checksums/0.1.5: Retrieving package 3fb49604f9c2f729b85ba3115852006824e72cab from remote 'conan-center' 
Downloading conanmanifest.txt completed [0.35k]
Downloading conaninfo.txt completed [0.43k]
Downloading conan_package.tgz completed [43.25k]
Decompressing conan_package.tgz completed [0.00k]
aws-checksums/0.1.5: Package installed 3fb49604f9c2f729b85ba3115852006824e72cab
aws-checksums/0.1.5: Downloaded package revision 0
aws-c-event-stream/0.1.5: Retrieving package 7b509b12b7af406e2e0f855bf1f5d8aad453e183 from remote 'conan-center'
Downloading conanmanifest.txt completed [0.32k]
Downloading conaninfo.txt completed [0.66k]
Downloading conan_package.tgz completed [26.78k]
Decompressing conan_package.tgz completed [0.00k]
aws-c-event-stream/0.1.5: Package installed 7b509b12b7af406e2e0f855bf1f5d8aad453e183
aws-c-event-stream/0.1.5: Downloaded package revision 0
aws-sdk-cpp/1.8.130: Configuring sources in C:\.conan\f16baf\1
Downloading 1.8.130.tar.gz completed [32075.13k]

aws-sdk-cpp/1.8.130: Copying sources to build folder
aws-sdk-cpp/1.8.130: Building your package in C:\.conan\d6e3f0\1
aws-sdk-cpp/1.8.130: Generator cmake_find_package created Findaws-c-event-stream.cmake
aws-sdk-cpp/1.8.130: Generator cmake_find_package created Findaws-c-common.cmake
aws-sdk-cpp/1.8.130: Generator cmake_find_package created Findaws-checksums.cmake
aws-sdk-cpp/1.8.130: Generator cmake created conanbuildinfo.cmake
aws-sdk-cpp/1.8.130: Calling build()
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
-- The C compiler identification is MSVC 19.29.30031.0
-- The CXX compiler identification is MSVC 19.29.30031.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Preview/VC/Tools/MSVC/14.29.30031/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Preview/VC/Tools/MSVC/14.29.30031/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Conan: called by CMake conan helper
-- Conan: called inside local cache
-- Conan: Adjusting output directories
-- Conan: Using cmake targets configuration
-- Library aws-c-event-stream found C:/Users/ruilv/.conan/data/aws-c-event-stream/0.1.5/_/_/package/7b509b12b7af406e2e0f855bf1f5d8aad453e183/lib/aws-c-event-stream.lib
-- Library aws-c-common found C:/Users/ruilv/.conan/data/aws-c-common/0.4.25/_/_/package/3fb49604f9c2f729b85ba3115852006824e72cab/lib/aws-c-common.lib
-- Library aws-checksums found C:/Users/ruilv/.conan/data/aws-checksums/0.1.5/_/_/package/3fb49604f9c2f729b85ba3115852006824e72cab/lib/aws-checksums.lib
-- Conan: Adjusting default RPATHs Conan policies
-- Conan: Adjusting language standard
-- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.31.1.windows.1") 
-- TARGET_ARCH not specified; inferring host OS to be platform compilation target
-- Building AWS libraries as static objects
-- Generating windows build config
fatal: not a git repository: 'C:/.conan/d6e3f0/1/source_subfolder/.git'
-- Building project version: 1.8.130
-- Encryption: Bcrypt
-- Http client: WinHttp
-- Clearing pdb setting
-- Considering core
-- Considering access-management
-- Considering identity-management
-- Considering queues
-- Considering s3-encryption
-- Considering text-to-speech
-- Considering transfer
-- Looking for pathconf
-- Looking for pathconf - not found
-- Looking for umask
-- Looking for umask - not found
-- Updating version info to 1.8.130
-- Custom memory management disabled
-- Performing Test WINHTTP_HAS_H2
-- Performing Test WINHTTP_HAS_H2 - Success
-- Performing Test WININET_HAS_H2
-- Performing Test WININET_HAS_H2 - Success
-- Conan: Using autogenerated Findaws-c-event-stream.cmake
-- Found aws-c-event-stream: 0.1.5 (found version "0.1.5") 
-- Library aws-c-event-stream found C:/Users/ruilv/.conan/data/aws-c-event-stream/0.1.5/_/_/package/7b509b12b7af406e2e0f855bf1f5d8aad453e183/lib/aws-c-event-stream.lib
-- Found: C:/Users/ruilv/.conan/data/aws-c-event-stream/0.1.5/_/_/package/7b509b12b7af406e2e0f855bf1f5d8aad453e183/lib/aws-c-event-stream.lib
-- Conan: Using autogenerated Findaws-c-common.cmake
-- Found aws-c-common: 0.4.25 (found version "0.4.25")
-- Library aws-c-common found C:/Users/ruilv/.conan/data/aws-c-common/0.4.25/_/_/package/3fb49604f9c2f729b85ba3115852006824e72cab/lib/aws-c-common.lib
-- Found: C:/Users/ruilv/.conan/data/aws-c-common/0.4.25/_/_/package/3fb49604f9c2f729b85ba3115852006824e72cab/lib/aws-c-common.lib
-- Library aws-c-common found C:/Users/ruilv/.conan/data/aws-c-common/0.4.25/_/_/package/3fb49604f9c2f729b85ba3115852006824e72cab/lib/aws-c-common.lib
-- Found: C:/Users/ruilv/.conan/data/aws-c-common/0.4.25/_/_/package/3fb49604f9c2f729b85ba3115852006824e72cab/lib/aws-c-common.lib
-- Conan: Using autogenerated Findaws-checksums.cmake
-- Found aws-checksums: 0.1.5 (found version "0.1.5")
-- Library aws-checksums found C:/Users/ruilv/.conan/data/aws-checksums/0.1.5/_/_/package/3fb49604f9c2f729b85ba3115852006824e72cab/lib/aws-checksums.lib        
-- Found: C:/Users/ruilv/.conan/data/aws-checksums/0.1.5/_/_/package/3fb49604f9c2f729b85ba3115852006824e72cab/lib/aws-checksums.lib
-- Library aws-checksums found C:/Users/ruilv/.conan/data/aws-checksums/0.1.5/_/_/package/3fb49604f9c2f729b85ba3115852006824e72cab/lib/aws-checksums.lib        
-- Found: C:/Users/ruilv/.conan/data/aws-checksums/0.1.5/_/_/package/3fb49604f9c2f729b85ba3115852006824e72cab/lib/aws-checksums.lib
-- Library aws-c-event-stream found C:/Users/ruilv/.conan/data/aws-c-event-stream/0.1.5/_/_/package/7b509b12b7af406e2e0f855bf1f5d8aad453e183/lib/aws-c-event-stream.lib
-- Found: C:/Users/ruilv/.conan/data/aws-c-event-stream/0.1.5/_/_/package/7b509b12b7af406e2e0f855bf1f5d8aad453e183/lib/aws-c-event-stream.lib
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_INSTALL_DATAROOTDIR
    CMAKE_INSTALL_LIBEXECDIR
    CMAKE_INSTALL_OLDINCLUDEDIR
    CMAKE_INSTALL_SBINDIR

-- Build files have been written to: C:/.conan/d6e3f0/1
Microsoft (R) Build Engine version 16.10.0-preview-21181-05+80f316e90 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

  Checking Build System
  Building Custom Rule C:/.conan/d6e3f0/1/source_subfolder/aws-cpp-sdk-core/CMakeLists.txt
  cJSON.cpp
  HttpClient.cpp
  HttpClientFactory.cpp
  HttpRequest.cpp
  HttpTypes.cpp
  Scheme.cpp
  URI.cpp
  WinConnectionPoolMgr.cpp
  WinHttpConnectionPoolMgr.cpp
  WinHttpSyncHttpClient.cpp
  WinINetConnectionPoolMgr.cpp
  WinINetSyncHttpClient.cpp
  WinSyncHttpClient.cpp
  Net.cpp
  SimpleUDP.cpp
  Environment.cpp
  FileSystem.cpp
  OSVersionInfo.cpp
  Security.cpp
  Time.cpp
  ARN.cpp
  Array.cpp
  DNS.cpp
  DateTimeCommon.cpp
  Directory.cpp
  EnumParseOverflowContainer.cpp
  FileSystemUtils.cpp
  GetTheLights.cpp
  HashingUtils.cpp
  StringUtils.cpp
  TempFile.cpp
  UUID.cpp
  CryptoImpl.cpp
  Factories.cpp
  EventDecoderStream.cpp
  EventEncoderStream.cpp
  EventHeader.cpp
  EventMessage.cpp
  EventStreamBuf.cpp
  EventStreamDecoder.cpp
  EventStreamEncoder.cpp
  EventStreamErrors.cpp
  ub_core.cpp
  aws-cpp-sdk-core.vcxproj -> C:\.conan\d6e3f0\1\lib\aws-cpp-sdk-core.lib
  Building Custom Rule C:/.conan/d6e3f0/1/source_subfolder/aws-cpp-sdk-sqs/CMakeLists.txt
  Building Custom Rule C:/.conan/d6e3f0/1/source_subfolder/aws-cpp-sdk-polly/CMakeLists.txt
  Building Custom Rule C:/.conan/d6e3f0/1/source_subfolder/aws-cpp-sdk-sts/CMakeLists.txt
  Building Custom Rule C:/.conan/d6e3f0/1/source_subfolder/aws-cpp-sdk-kms/CMakeLists.txt
  Building Custom Rule C:/.conan/d6e3f0/1/source_subfolder/aws-cpp-sdk-iam/CMakeLists.txt
  Building Custom Rule C:/.conan/d6e3f0/1/source_subfolder/aws-cpp-sdk-cognito-identity/CMakeLists.txt
  Building Custom Rule C:/.conan/d6e3f0/1/source_subfolder/aws-cpp-sdk-s3/CMakeLists.txt
  ub_SQS.cpp
  ub_POLLY.cpp
  ub_COGNITO-IDENTITY.cpp
  ub_STS.cpp
  ub_KMS.cpp
  ub_IAM.cpp
  ub_S3.cpp
  aws-cpp-sdk-sts.vcxproj -> C:\.conan\d6e3f0\1\lib\aws-cpp-sdk-sts.lib
  aws-cpp-sdk-polly.vcxproj -> C:\.conan\d6e3f0\1\lib\aws-cpp-sdk-polly.lib
  Building Custom Rule C:/.conan/d6e3f0/1/source_subfolder/aws-cpp-sdk-text-to-speech/CMakeLists.txt
  aws-cpp-sdk-sqs.vcxproj -> C:\.conan\d6e3f0\1\lib\aws-cpp-sdk-sqs.lib
  Building Custom Rule C:/.conan/d6e3f0/1/source_subfolder/aws-cpp-sdk-queues/CMakeLists.txt
  PCMOutputDriver.cpp
  TextToSpeechManager.cpp
  WaveOutPCMOutputDriver.cpp
  SQSQueue.cpp
  aws-cpp-sdk-cognito-identity.vcxproj -> C:\.conan\d6e3f0\1\lib\aws-cpp-sdk-cognito-identity.lib
  Building Custom Rule C:/.conan/d6e3f0/1/source_subfolder/aws-cpp-sdk-identity-management/CMakeLists.txt
  CognitoCachingCredentialsProvider.cpp
  PersistentCognitoIdentityProvider_JsonFileImpl.cpp
  STSAssumeRoleCredentialsProvider.cpp
  STSProfileCredentialsProvider.cpp
  aws-cpp-sdk-text-to-speech.vcxproj -> C:\.conan\d6e3f0\1\lib\aws-cpp-sdk-text-to-speech.lib
  aws-cpp-sdk-identity-management.vcxproj -> C:\.conan\d6e3f0\1\lib\aws-cpp-sdk-identity-management.lib
  aws-cpp-sdk-queues.vcxproj -> C:\.conan\d6e3f0\1\lib\aws-cpp-sdk-queues.lib
  aws-cpp-sdk-kms.vcxproj -> C:\.conan\d6e3f0\1\lib\aws-cpp-sdk-kms.lib

---------------------------------------------------------------------------------------------
 [ SOME BITS MISSING BECAUSE OF LIMITED BACKLOG IN WINDOWS....]
---------------------------------------------------------------------------------------------

  -- Installing: C:/.conan/ecb4a7/1/include/aws/kms/model/UpdateKeyDescriptionRequest.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/kms/model/VerifyRequest.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/kms/model/VerifyResult.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/kms/model/WrappingKeySpec.h
  -- Installing: C:/.conan/ecb4a7/1/lib/cmake/aws-cpp-sdk-kms/aws-cpp-sdk-kms-targets.cmake
  -- Installing: C:/.conan/ecb4a7/1/lib/cmake/aws-cpp-sdk-kms/aws-cpp-sdk-kms-targets-release.cmake
  -- Installing: C:/.conan/ecb4a7/1/lib/cmake/aws-cpp-sdk-kms/aws-cpp-sdk-kms-config.cmake
  -- Installing: C:/.conan/ecb4a7/1/lib/cmake/aws-cpp-sdk-kms/aws-cpp-sdk-kms-config-version.cmake
  -- Installing: C:/.conan/ecb4a7/1/lib/aws-cpp-sdk-polly.lib
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/PollyClient.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/PollyEndpoint.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/PollyErrorMarshaller.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/PollyErrors.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/PollyRequest.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/Polly_EXPORTS.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/DeleteLexiconRequest.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/DeleteLexiconResult.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/DescribeVoicesRequest.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/DescribeVoicesResult.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/Engine.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/Gender.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/GetLexiconRequest.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/GetLexiconResult.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/GetSpeechSynthesisTaskRequest.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/GetSpeechSynthesisTaskResult.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/LanguageCode.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/Lexicon.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/LexiconAttributes.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/LexiconDescription.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/ListLexiconsRequest.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/ListLexiconsResult.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/ListSpeechSynthesisTasksRequest.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/ListSpeechSynthesisTasksResult.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/OutputFormat.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/PutLexiconRequest.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/PutLexiconResult.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/SpeechMarkType.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/StartSpeechSynthesisTaskRequest.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/StartSpeechSynthesisTaskResult.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/SynthesisTask.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/SynthesizeSpeechRequest.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/SynthesizeSpeechResult.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/TaskStatus.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/TextType.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/Voice.h
  -- Installing: C:/.conan/ecb4a7/1/include/aws/polly/model/VoiceId.h
  -- Installing: C:/.conan/ecb4a7/1/lib/cmake/aws-cpp-sdk-polly/aws-cpp-sdk-polly-targets.cmake
  -- Installing: C:/.conan/ecb4a7/1/lib/cmake/aws-cpp-sdk-polly/aws-cpp-sdk-polly-targets-release.cmake
  -- Installing: C:/.conan/ecb4a7/1/lib/cmake/aws-cpp-sdk-polly/aws-cpp-sdk-polly-config.cmake
  -- Installing: C:/.conan/ecb4a7/1/lib/cmake/aws-cpp-sdk-polly/aws-cpp-sdk-polly-config-version.cmake
aws-sdk-cpp/1.8.130 package(): Packaged 1085 '.h' files
aws-sdk-cpp/1.8.130 package(): Packaged 14 '.lib' files
aws-sdk-cpp/1.8.130 package(): Packaged 1 file: LICENSE
aws-sdk-cpp/1.8.130: Package 'e85b65f480cfcbd6f734a13d9eeca45a66d90b62' created
aws-sdk-cpp/1.8.130: Created package revision 812ca6ae0945c75f297660419e4a499f
aws-sdk-cpp/1.8.130 (test package): Generator txt created conanbuildinfo.txt
aws-sdk-cpp/1.8.130 (test package): Generator cmake created conanbuildinfo.cmake
aws-sdk-cpp/1.8.130 (test package): Generated conaninfo.txt
aws-sdk-cpp/1.8.130 (test package): Generated graphinfo
Using lockfile: 'D:\User\Repos\conan-center-index\recipes\aws-sdk-cpp\all\test_package\build\ecbfb49a4e2ea8618319be5f9e02c8e0621391fb/conan.lock'
Using cached profile from lockfile
aws-sdk-cpp/1.8.130 (test package): Calling build()
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
-- The CXX compiler identification is MSVC 19.29.30031.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Preview/VC/Tools/MSVC/14.29.30031/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Conan: called by CMake conan helper
-- Conan: Adjusting output directories
-- Conan: Using cmake global configuration
-- Conan: Adjusting default RPATHs Conan policies
-- Conan: Adjusting language standard
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_INSTALL_BINDIR
    CMAKE_INSTALL_DATAROOTDIR
    CMAKE_INSTALL_INCLUDEDIR
    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_LIBEXECDIR
    CMAKE_INSTALL_OLDINCLUDEDIR
    CMAKE_INSTALL_SBINDIR

-- Build files have been written to: D:/User/Repos/conan-center-index/recipes/aws-sdk-cpp/all/test_package/build/ecbfb49a4e2ea8618319be5f9e02c8e0621391fb       
Microsoft (R) Build Engine version 16.10.0-preview-21181-05+80f316e90 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

  Checking Build System
  Building Custom Rule D:/User/Repos/conan-center-index/recipes/aws-sdk-cpp/all/test_package/CMakeLists.txt
  example.cpp
  example.vcxproj -> D:\User\Repos\conan-center-index\recipes\aws-sdk-cpp\all\test_package\build\ecbfb49a4e2ea8618319be5f9e02c8e0621391fb\bin\example.exe
  Building Custom Rule D:/User/Repos/conan-center-index/recipes/aws-sdk-cpp/all/test_package/CMakeLists.txt
aws-sdk-cpp/1.8.130 (test package): Running test()º

D:\User\Repos\conan-center-index>
jgsogo commented 3 years ago

Hi! It was a problem on our side, we introduce a bug some days ago and this was one of the packages affected. Now it should be fixed, but we need to wait until the cache is invalidated and the right files are served again:

Because of the bug, we were uploading the files to a wrong place on the server. The bug is not related to Conan or Artifactory, it is just that now that we are not using Bintray, we use the Artifactory API to copy (it is just a database annotation) the packages instead of downloading and uploading them using Conan client. The API call was not covering the use case of packages that already exists and the files were copied in the wrong directory.

Check, for example, this URL:

⇒  curl https://conan.bintray.com/v2/conans/aws-sdk-cpp/1.8.130/_/_/revisions/d5b7bd1a0f27f411ca32edea44ca097c/files
{
  "files" : {
    "export/conan_export.tgz" : { },
    "conan_export.tgz" : { },
    "export/conanfile.py" : { },
    "conan_sources.tgz" : { },
    "export/conanmanifest.txt" : { },
    "conanmanifest.txt" : { },
    "export/conan_sources.tgz" : { },
    "conanfile.py" : { }
  }
}

As you can see, there are some extra export/---- files, and the Conan client fails because of them.

Now it is fixed, but the cache is returning the wrong results yet. As this is supposed to be immutable content, it is caching it for a long time, but we are almost there:

⇒  curl -I https://conan.bintray.com/v2/conans/aws-sdk-cpp/1.8.130/_/_/revisions/d5b7bd1a0f27f411ca32edea44ca097c/files
HTTP/2 200 
server: nginx/1.19.7
date: Thu, 29 Apr 2021 19:06:09 GMT
content-type: application/json
via: 1.1 google
cache-control: public, max-age=86400
content-length: 284
age: 71530
cache-status: hit
cache-id: MAD-f83a792f
alt-svc: clear

Age 71530 of 86400.

I'm sorry for the inconvenience....

ghorbanzade commented 3 years ago

Thank you @jgsogo for the thorough explanation.

jgsogo commented 3 years ago

It should be ready now, can you try it and confirm? Thanks!

ghorbanzade commented 3 years ago

Yes. I can confirm this is working now.

jgsogo commented 3 years ago

I'm closing this issue... I hope we don't need to open it again 😅

MartinDelille commented 3 years ago

I confirm that this is fixed on my side! Thank you for your help!