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
Starting 4 parallel Poco builds to test cache feature | |
Starting build 0 | |
Starting build 1 | |
Starting build 2 | |
Starting build 3 | |
Build 1: FAILED (took 0.30 seconds) | |
Error in build 1: | |
======== Exporting recipe to the cache ======== | |
ERROR: Couldn't remove folder: /Users/uilian/.conan2/p/t/pocoaf91dcc73ba05 |
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
# | |
# Automatically generated file; DO NOT EDIT. | |
# crosstool-NG 1.27.0 Configuration | |
# | |
CT_CONFIGURE_has_static_link=y | |
CT_CONFIGURE_has_cxx11=y | |
CT_CONFIGURE_has_wget=y | |
CT_CONFIGURE_has_make_3_81_or_newer=y | |
CT_CONFIGURE_has_make_4_0_or_newer=y | |
CT_CONFIGURE_has_libtool_2_4_or_newer=y |
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
*asm: | |
%{m16|m32:--32} %{m16|m32|mx32:;:--64} %{mx32:--x32} %{msse2avx:%{!mavx:-msse2avx}} | |
*asm_debug: | |
%{%:debug-level-gt(0):%{gstabs*:--gstabs;:%{g*:--gdwarf2}}} %{fdebug-prefix-map=*:--debug-prefix-map %*} | |
*asm_debug_option: | |
*asm_final: |
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
# | |
# Automatically generated file; DO NOT EDIT. | |
# crosstool-NG 1.27.0 Configuration | |
# | |
CT_CONFIGURE_has_static_link=y | |
CT_CONFIGURE_has_cxx11=y | |
CT_CONFIGURE_has_lzip=y | |
CT_CONFIGURE_has_wget=y | |
CT_CONFIGURE_has_curl=y | |
CT_CONFIGURE_has_meson=y |
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
FROM ubuntu:24.04@sha256:3afff29dffbc200d202546dc6c4f614edc3b109691e7ab4aa23d02b42ba86790 | |
LABEL maintainer="Conan.io <[email protected]>" | |
ENV DEBIAN_FRONTEND=noninteractive | |
ENV PATH="/root/.local/bin:$PATH" | |
RUN apt-get -qq update \ | |
&& apt-get -qq install -y --no-install-recommends --no-install-suggests \ | |
binutils \ |
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
======== Exporting recipe to the cache ======== | |
opentelemetry-cpp/1.18.0: [HOOK - hook_run_linter.py] pre_export(): RUN: conanlint check /home/uilian/Development/conan/conan-center-index/recipes/opentelemetry-cpp/all/../**/* | |
all/conanfile.py::409:42 - W9050: Attribute `build_modules` is deprecated in conan v2 (conan-deprecated-attribute) | |
╭────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ | |
│ 408 self.cpp_info.components[lib].builddirs.append(self._module_subfolder) │ | |
│ 409 self.cpp_info.components[lib].build_modules["cmake_find_package"] = self._otel_build_modules |
This file has been truncated, but you can view the full file.
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
++ uname | |
+ '[' Linux '!=' Linux ']' | |
+ yocto_release=scarthgap | |
+ echo '- Yocto - Consume Mosquitto from Conan -' | |
- Yocto - Consume Mosquitto from Conan - | |
+ rm -rf poky | |
+ echo 'INFO: Cloning Yocto layers' | |
INFO: Cloning Yocto layers | |
+ git clone --branch scarthgap --depth 1 https://git.yoctoproject.org/poky.git poky | |
Cloning into 'poky'... |
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
+ rm -rf build/ conan/ | |
+ conan install . --output-folder=conan --build=missing --update -o '*/*:shared=True' | |
======== Input profiles ======== | |
Profile host: | |
[settings] | |
arch=x86_64 | |
build_type=Release | |
compiler=gcc | |
compiler.cppstd=gnu17 |
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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by elfutils configure 0.191, which was | |
generated by GNU Autoconf 2.72. Invocation command line was | |
$ ./../src/elfutils-0-04e5090778.clean/configure --enable-libdebuginfod=no --enable-nls=no --enable-debuginfod=no --with-bzlib --with-lzma --with-zlib --with-zstd --disable-silent-rules --verbose --disable-shared --enable-static --prefix=/private/tmp/elfutils-vcpkg/vcpkg_installed/arm64-osx/debug '--bindir=${prefix}/../tools/elfutils/debug/bin' '--sbindir=${prefix}/../tools/elfutils/debug/sbin' '--libdir=${prefix}/lib' '--includedir=${prefix}/../include' '--datarootdir=${prefix}/share/elfutils' | |
## --------- ## | |
## Platform. ## |
NewerOlder