fixed wrong servers 200 ok#16126
Merged
Merged
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
AbrilRBS
reviewed
Apr 22, 2024
Co-authored-by: Rubén Rincón Blanco <git@rinconblanco.es>
czoido
approved these changes
Apr 22, 2024
AbrilRBS
approved these changes
Apr 22, 2024
uilianries
approved these changes
Apr 23, 2024
uilianries
left a comment
Member
There was a problem hiding this comment.
It looks much better:
conan create . 08:49:32
======== Exporting recipe to the cache ========
foo/0.1.0: Exporting package recipe: /private/tmp/foo/conanfile.py
foo/0.1.0: Copied 1 '.py' file: conanfile.py
foo/0.1.0: Copied 1 '.txt' file: CMakeLists.txt
foo/0.1.0: Copied 1 '.h' file: foo.h
foo/0.1.0: Copied 1 '.cpp' file: foo.cpp
foo/0.1.0: Exported to cache folder: /tmp/conan/p/foo748e6e2c1494a/e
foo/0.1.0: Exported: foo/0.1.0#b3e7a77cdd77deb2b9ffdaa6fd368fab (2024-04-23 06:49:35 UTC)
======== Input profiles ========
Profile host:
[settings]
arch=armv8
build_type=Release
compiler=apple-clang
compiler.cppstd=gnu17
compiler.libcxx=libc++
compiler.version=15
os=Macos
Profile build:
[settings]
arch=armv8
build_type=Release
compiler=apple-clang
compiler.cppstd=gnu17
compiler.libcxx=libc++
compiler.version=15
os=Macos
======== Computing dependency graph ========
zlib/1.3.1: Not found in local cache, looking in remotes...
zlib/1.3.1: Checking remote: bincrafters
Graph root
cli
Requirements
foo/0.1.0#b3e7a77cdd77deb2b9ffdaa6fd368fab - Cache
ERROR: Package 'zlib/1.3.1' not resolved: Remote https://bincrafters.jfrog.io/artifactory/api/conan/public-conan doesn't seem like a valid Conan remote. [Remote: bincrafters].
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog: Fix: Improve error message when one URL is not a valid server but still returns 200-ok under a Conan "ping" API call.
Docs: Omit
Close #16104