CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/libcoz.cpp:18: /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/inspect.h:38:3: warning: explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted] line(const line&) = default; ^ /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/inspect.h:49:23: note: copy constructor of 'line' is implicitly deleted because field '_samples' has a deleted copy constructor std::atomic _samples = ATOMIC_VAR_INIT(0); ^ /usr/lib/llvm-8/bin/../include/c++/v1/atomic:1085:7: note: copy constructor of 'atomic' is implicitly deleted because base class '__atomic_base' has a deleted copy constructor : public __atomic_base<_Tp> ^ /usr/lib/llvm-8/bin/../include/c++/v1/atomic:1004:7: note: copy constructor of '__atomic_base' is implicitly deleted because base class '__atomic_base' has a deleted copy constructor : public __atomic_base<_Tp, false> ^ /usr/lib/llvm-8/bin/../include/c++/v1/atomic:984:5: note: '__atomic_base' has been explicitly marked deleted here __atomic_base(const __atomic_base&) = delete; ^ In file included from /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/libcoz.cpp:18: /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/inspect.h:39:9: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] line& operator=(const line&) = default; ^ /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/inspect.h:49:23: note: copy assignment operator of 'line' is implicitly deleted because field '_samples' has a deleted copy assignment operator std::atomic _samples = ATOMIC_VAR_INIT(0); ^ /usr/lib/llvm-8/bin/../include/c++/v1/atomic:1085:7: note: copy assignment operator of 'atomic' is implicitly deleted because base class '__atomic_base' has a deleted copy assignment operator : public __atomic_base<_Tp> ^ /usr/lib/llvm-8/bin/../include/c++/v1/atomic:1004:7: note: copy assignment operator of '__atomic_base' is implicitly deleted because base class '__atomic_base' has a deleted copy assignment operator : public __atomic_base<_Tp, false> ^ /usr/lib/llvm-8/bin/../include/c++/v1/atomic:985:20: note: 'operator=' has been explicitly marked deleted here __atomic_base& operator=(const __atomic_base&) = delete; ^ In file included from /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/inspect.cpp:8: /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/inspect.h:38:3: warning: explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted] line(const line&) = default; ^ /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/inspect.h:49:23: note: copy constructor of 'line' is implicitly deleted because field '_samples' has a deleted copy constructor std::atomic _samples = ATOMIC_VAR_INIT(0); ^ /usr/lib/llvm-8/bin/../include/c++/v1/atomic:1085:7: note: copy constructor of 'atomic' is implicitly deleted because base class '__atomic_base' has a deleted copy constructor : public __atomic_base<_Tp> ^ /usr/lib/llvm-8/bin/../include/c++/v1/atomic:1004:7: note: copy constructor of '__atomic_base' is implicitly deleted because base class '__atomic_base' has a deleted copy constructor : public __atomic_base<_Tp, false> ^ /usr/lib/llvm-8/bin/../include/c++/v1/atomic:984:5: note: '__atomic_base' has been explicitly marked deleted here __atomic_base(const __atomic_base&) = delete; ^ In file included from /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/inspect.cpp:8: /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/inspect.h:39:9: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] line& operator=(const line&) = default; ^ /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/inspect.h:49:23: note: copy assignment operator of 'line' is implicitly deleted because field '_samples' has a deleted copy assignment operator std::atomic _samples = ATOMIC_VAR_INIT(0); ^ /usr/lib/llvm-8/bin/../include/c++/v1/atomic:1085:7: note: copy assignment operator of 'atomic' is implicitly deleted because base class '__atomic_base' has a deleted copy assignment operator : public __atomic_base<_Tp> ^ /usr/lib/llvm-8/bin/../include/c++/v1/atomic:1004:7: note: copy assignment operator of '__atomic_base' is implicitly deleted because base class '__atomic_base' has a deleted copy assignment operator : public __atomic_base<_Tp, false> ^ /usr/lib/llvm-8/bin/../include/c++/v1/atomic:985:20: note: 'operator=' has been explicitly marked deleted here __atomic_base& operator=(const __atomic_base&) = delete; ^ In file included from /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/profiler.cpp:8: In file included from /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/profiler.h:20: /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/inspect.h:38:3: warning: explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted] line(const line&) = default; ^ /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/inspect.h:49:23: note: copy constructor of 'line' is implicitly deleted because field '_samples' has a deleted copy constructor std::atomic _samples = ATOMIC_VAR_INIT(0); ^ /usr/lib/llvm-8/bin/../include/c++/v1/atomic:1085:7: note: copy constructor of 'atomic' is implicitly deleted because base class '__atomic_base' has a deleted copy constructor : public __atomic_base<_Tp> ^ /usr/lib/llvm-8/bin/../include/c++/v1/atomic:1004:7: note: copy constructor of '__atomic_base' is implicitly deleted because base class '__atomic_base' has a deleted copy constructor : public __atomic_base<_Tp, false> ^ /usr/lib/llvm-8/bin/../include/c++/v1/atomic:984:5: note: '__atomic_base' has been explicitly marked deleted here __atomic_base(const __atomic_base&) = delete; ^ In file included from /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/profiler.cpp:8: In file included from /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/profiler.h:20: /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/inspect.h:39:9: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted] line& operator=(const line&) = default; ^ /home/conan/w/cci_PR-3794/.conan/data/coz/0.2.2/_/_/build/59b81dbf2d5fcbe8a33be1a91908222c9372e30d/source_subfolder/libcoz/inspect.h:49:23: note: copy assignment operator of 'line' is implicitly deleted because field '_samples' has a deleted copy assignment operator std::atomic _samples = ATOMIC_VAR_INIT(0); ^ /usr/lib/llvm-8/bin/../include/c++/v1/atomic:1085:7: note: copy assignment operator of 'atomic' is implicitly deleted because base class '__atomic_base' has a deleted copy assignment operator : public __atomic_base<_Tp> ^ /usr/lib/llvm-8/bin/../include/c++/v1/atomic:1004:7: note: copy assignment operator of '__atomic_base' is implicitly deleted because base class '__atomic_base' has a deleted copy assignment operator : public __atomic_base<_Tp, false> ^ /usr/lib/llvm-8/bin/../include/c++/v1/atomic:985:20: note: 'operator=' has been explicitly marked deleted here __atomic_base& operator=(const __atomic_base&) = delete; ^ 2 warnings generated. 2 warnings generated. 2 warnings generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY Debug information was not found for any in-scope executables or libraries ERROR: coz/0.2.2 (test package): Error in test() method, line 18 self.run("coz run --- " + bin_path, run_environment=True) ConanException: Error 250 while executing coz run --- bin/test_package