Data-MessagePack-Stream v1.05 Perl 5 v5.43.5 OpenBSD.amd64-openbsd
- Status
- Unknown
- From
- Carlos Guevara
- Dist
-
Data-MessagePack-Stream v1.05
- Platform
- Perl 5 v5.43.5 OpenBSD.amd64-openbsd
- Date
- 2025-11-17 17:36:29
- ID
- f32014e6-c3db-11f0-b83f-ea62e932433e
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Shohei Yoshida,
This is a computer-generated report for Data-MessagePack-Stream-1.05
on perl 5.43.5, created by CPAN-Reporter-1.2020.
Thank you for uploading your work to CPAN. However, attempting to
test your distribution gave an inconclusive result.
This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed. You may wish to consult the CPAN Testers Wiki:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from './Build':
Building Data-MessagePack-Stream
CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
-- The C compiler identification is Clang 19.1.7
-- The CXX compiler identification is Clang 19.1.7
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - 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: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found GTest: /usr/local/lib/cmake/GTest/GTestConfig.cmake (found version "1.15.2")
-- Found ZLIB: /usr/lib/libz.so.7.1 (found version "1.3.1.1")
-- Found Threads: TRUE
-- Performing Test MSGPACK_ENABLE_GCC_CXX_ATOMIC
-- Performing Test MSGPACK_ENABLE_GCC_CXX_ATOMIC - Failed
CMake Warning (dev) at CMakeLists.txt:319 (INCLUDE):
Policy CMP0145 is not set: The Dart and FindDart modules are removed. Run
"cmake --help-policy CMP0145" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /usr/local/share/cmake/Modules/Dart.cmake:47 (message):
Policy CMP0145 is not set: The Dart and FindDart modules are removed. Run
"cmake --help-policy CMP0145" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
Call Stack (most recent call first):
CMakeLists.txt:319 (INCLUDE)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Configuring done (1.8s)
-- Generating done (0.2s)
-- Build files have been written to: /home/cpan/.cpan/build/Data-MessagePack-Stream-1.05-0/msgpack-3.3.0
[ 6%] Building C object CMakeFiles/msgpackc.dir/src/objectc.c.o
[ 12%] Building C object CMakeFiles/msgpackc.dir/src/unpack.c.o
[ 18%] Building C object CMakeFiles/msgpackc.dir/src/version.c.o
[ 25%] Building C object CMakeFiles/msgpackc.dir/src/vrefbuffer.c.o
[ 31%] Building C object CMakeFiles/msgpackc.dir/src/zone.c.o
[ 37%] Linking C static library libmsgpackc.a
[ 37%] Built target msgpackc
[ 43%] Building CXX object test/CMakeFiles/buffer_c.dir/buffer_c.cpp.o
In file included from /home/cpan/.cpan/build/Data-MessagePack-Stream-1.05-0/msgpack-3.3.0/test/buffer_c.cpp:11:
In file included from /usr/local/include/gtest/gtest.h:63:
In file included from /usr/local/include/gtest/gtest-assertion-result.h:46:
In file included from /usr/local/include/gtest/gtest-message.h:57:
/usr/local/include/gtest/internal/gtest-port.h:279:2: error: C++ versions less than C++14 are not supported.
279 | #error C++ versions less than C++14 are not supported.
| ^
/usr/local/include/gtest/internal/gtest-port.h:955:12: error: no member named 'make_tuple' in namespace 'std'
955 | using std::make_tuple;
| ~~~~~^
/usr/local/include/gtest/internal/gtest-port.h:956:12: error: no member named 'tuple' in namespace 'std'
956 | using std::tuple;
| ~~~~~^
/usr/local/include/gtest/internal/gtest-port.h:2222:1: error: unknown type name 'constexpr'
2222 | constexpr BiggestInt kMaxBiggestInt = (std::numeric_limits<BiggestInt>::max)();
| ^
/usr/local/include/gtest/internal/gtest-port.h:2222:21: error: expected ';' after top level declarator
2222 | constexpr BiggestInt kMaxBiggestInt = (std::numeric_limits<BiggestInt>::max)();
| ^
In file included from /home/cpan/.cpan/build/Data-MessagePack-Stream-1.05-0/msgpack-3.3.0/test/buffer_c.cpp:11:
In file included from /usr/local/include/gtest/gtest.h:63:
/usr/local/include/gtest/gtest-assertion-result.h:207:48: error: no member named 'make_unique' in namespace 'std'
207 | if (message_ == nullptr) message_ = ::std::make_unique<::std::string>();
| ~~~~~~~^
/usr/local/include/gtest/gtest-assertion-result.h:207:61: error: expected expression
207 | if (message_ == nullptr) message_ = ::std::make_unique<::std::string>();
| ^
/usr/local/include/gtest/gtest-assertion-result.h:207:61: error: expected ']'
/usr/local/include/gtest/gtest-assertion-result.h:207:59: note: to match this '['
207 | if (message_ == nullptr) message_ = ::std::make_unique<::std::string>();
| ^
In file included from /home/cpan/.cpan/build/Data-MessagePack-Stream-1.05-0/msgpack-3.3.0/test/buffer_c.cpp:11:
In file included from /usr/local/include/gtest/gtest.h:64:
In file included from /usr/local/include/gtest/gtest-death-test.h:43:
In file included from /usr/local/include/gtest/internal/gtest-death-test-internal.h:47:
In file included from /usr/local/include/gtest/gtest-matchers.h:49:
In file included from /usr/local/include/gtest/gtest-printers.h:122:
In file included from /usr/local/include/gtest/internal/gtest-internal.h:70:
/usr/local/include/gtest/internal/gtest-filepath.h:74:27: error: expected ';' at end of declaration list
74 | FilePath(FilePath&& rhs) noexcept : pathname_(std::move(rhs.pathname_)) {}
| ^
In file included from /home/cpan/.cpan/build/Data-MessagePack-Stream-1.05-0/msgpack-3.3.0/test/buffer_c.cpp:11:
In file included from /usr/local/include/gtest/gtest.h:64:
In file included from /usr/local/include/gtest/gtest-death-test.h:43:
In file included from /usr/local/include/gtest/internal/gtest-death-test-internal.h:47:
In file included from /usr/local/include/gtest/gtest-matchers.h:49:
In file included from /usr/local/include/gtest/gtest-printers.h:122:
In file included from /usr/local/include/gtest/internal/gtest-internal.h:72:
/usr/local/include/gtest/internal/gtest-type-util.h:198:46: error: a space is required between consecutive right angle brackets (use '> >')
198 | struct is_proxy_type_list<ProxyTypeList<Ts...>> : std::true_type {};
| ^
/usr/local/include/gtest/internal/gtest-type-util.h:207:58: error: a space is required between consecutive right angle brackets (use '> >')
207 | ProxyTypeList<T>>::type;
| ^
In file included from /home/cpan/.cpan/build/Data-MessagePack-Stream-1.05-0/msgpack-3.3.0/test/buffer_c.cpp:11:
In file included from /usr/local/include/gtest/gtest.h:64:
In file included from /usr/local/include/gtest/gtest-death-test.h:43:
In file included from /usr/local/include/gtest/internal/gtest-death-test-internal.h:47:
In file included from /usr/local/include/gtest/gtest-matchers.h:49:
In file included from /usr/local/include/gtest/gtest-printers.h:122:
/usr/local/include/gtest/internal/gtest-internal.h:620:59: error: a space is required between consecutive right angle brackets (use '> >')
620 | typedef ::std::map<std::string, CodeLocation, std::less<>> RegisteredTestsMap;
| ^
/usr/local/include/gtest/internal/gtest-internal.h:620:54: error: too few template arguments for class template 'less'
620 | typedef ::std::map<std::string, CodeLocation, std::less<>> RegisteredTestsMap;
| ^
/usr/include/c++/v1/__functional/operations.h:356:29: note: template is declared here
354 | template <class _Tp>
| ~~~~~~~~~~~~~~~~~~~~
355 | #endif
356 | struct _LIBCPP_TEMPLATE_VIS less : __binary_function<_Tp, _Tp, bool> {
| ^
In file included from /home/cpan/.cpan/build/Data-MessagePack-Stream-1.05-0/msgpack-3.3.0/test/buffer_c.cpp:11:
In file included from /usr/local/include/gtest/gtest.h:64:
In file included from /usr/local/include/gtest/gtest-death-test.h:43:
In file included from /usr/local/include/gtest/internal/gtest-death-test-internal.h:47:
In file included from /usr/local/include/gtest/gtest-matchers.h:49:
In file included from /usr/local/include/gtest/gtest-printers.h:122:
/usr/local/include/gtest/internal/gtest-internal.h:598:22: error: member reference base type 'RegisteredTestsMap' (aka 'int') is not a structure or union
598 | registered_tests_.emplace(test_name, CodeLocation(file, line));
| ~~~~~~~~~~~~~~~~~^~~~~~~~
/usr/local/include/gtest/internal/gtest-internal.h:603:29: error: member reference base type 'const RegisteredTestsMap' (aka 'const int') is not a structure or union
603 | return registered_tests_.count(test_name) > 0;
| ~~~~~~~~~~~~~~~~~^~~~~~
/usr/local/include/gtest/internal/gtest-internal.h:607:5: error: 'testing::internal::TypedTestSuitePState::RegisteredTestsMap' (aka 'int') is not a class, namespace, or enumeration
607 | RegisteredTestsMap::const_iterator it = registered_tests_.find(test_name);
| ^
/usr/local/include/gtest/internal/gtest-internal.h:607:62: error: member reference base type 'const RegisteredTestsMap' (aka 'const int') is not a structure or union
607 | RegisteredTestsMap::const_iterator it = registered_tests_.find(test_name);
| ~~~~~~~~~~~~~~~~~^~~~~
/usr/local/include/gtest/internal/gtest-internal.h:608:41: error: member reference base type 'const RegisteredTestsMap' (aka 'const int') is not a structure or union
608 | GTEST_CHECK_(it != registered_tests_.end());
| ~~~~~~~~~~~~~~~~~^~~~
/usr/local/include/gtest/internal/gtest-port.h:1120:35: note: expanded from macro 'GTEST_CHECK_'
1120 | if (::testing::internal::IsTrue(condition)) \
| ^~~~~~~~~
In file included from /home/cpan/.cpan/build/Data-MessagePack-Stream-1.05-0/msgpack-3.3.0/test/buffer_c.cpp:11:
In file included from /usr/local/include/gtest/gtest.h:64:
In file included from /usr/local/include/gtest/gtest-death-test.h:43:
In file included from /usr/local/include/gtest/internal/gtest-death-test-internal.h:47:
In file included from /usr/local/include/gtest/gtest-matchers.h:49:
In file included from /usr/local/include/gtest/gtest-printers.h:122:
/usr/local/include/gtest/internal/gtest-internal.h:655:31: error: found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?
655 | ::std::vector<::std::string>* dest);
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
*** Error 1 in . (test/CMakeFiles/buffer_c.dir/build.make:79 'test/CMakeFiles/buffer_c.dir/buffer_c.cpp.o': cd /home/cpan/.cpan/build/Data-M...)
*** Error 2 in . (CMakeFiles/Makefile2:1077 'test/CMakeFiles/buffer_c.dir/all': make -s -f test/CMakeFiles/buffer_c.dir/build.make test/CMak...)
*** Error 2 in /home/cpan/.cpan/build/Data-MessagePack-Stream-1.05-0/msgpack-3.3.0 (Makefile:146 'all': make -s -f CMakeFiles/Makefile2 all)
Died at builder/MyBuilder.pm line 53.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------------- -------- --------
Data::MessagePack 0 1.02
perl 5.008001 5.043005
build_requires:
Module Need Have
--------------------- -------- --------
ExtUtils::CBuilder 0 0.280242
Test::More 0.98 1.302216
configure_requires:
Module Need Have
--------------------- -------- --------
Devel::PPPort 3.42 3.73
File::Which 0 1.27
Module::Build 0.4005 0.4234
Module::Build::XSUtil 0 0.19
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
CJG_PERL_COMMIT = 2b89da05e5
DATE_MANIP_TEST_DM5 = 1
LC_ALL = C
NONINTERACTIVE_TESTING = 1
NO_NETWORK_TESTING = 1
PATH = /home/cpan/bin/perl/bin:/home/cpan/bin:/home/cpan/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
PERL = /home/cpan/bin/perl/bin/perl5.43.5
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 13035
PERL5_CPAN_IS_RUNNING = 13035
PERL_MM_USE_DEFAULT = 1
PERL_PERTURB_KEYS = 0
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/local/bin/bash
TERM = screen
TMPDIR = /home/cpan/tmp
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/cpan/bin/perl/bin/perl5.43.5
$UID/$EUID = 1001 / 1001
$GID = 1001 1001
$EGID = 1001 1001
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.38
CPAN::Meta 2.150010
Cwd 3.94
ExtUtils::CBuilder 0.280242
ExtUtils::Command 7.76
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.76
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.60
File::Spec 3.94
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test2 1.302216
Test::Harness 3.52
Test::More 1.302216
YAML 1.31
YAML::Syck 1.36
version 0.9933
--
Summary of my perl5 (revision 5 version 43 subversion 5) configuration:
Commit id: 2b89da05e5bd583a4136daff4c75c5b4a88e6ac8
Platform:
osname=openbsd
osvers=7.8
archname=OpenBSD.amd64-openbsd
uname='openbsd cjg-openbsd7 7.8 generic#54 amd64 '
config_args='-des -Dprefix=/home/cpan/bin/perl -Dscriptdir=/home/cpan/bin/perl/bin -Dusedevel -Duse64bitall'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='cc'
ccflags ='-DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DNO_LOCALE_MONETARY -DNO_LOCALE_TIME -DNO_LOCALE_MESSAGES -DLIBC_HANDLES_MISMATCHED_CTYPE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
optimize='-O2'
cppflags='-DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DNO_LOCALE_MONETARY -DNO_LOCALE_TIME -DNO_LOCALE_MESSAGES -DLIBC_HANDLES_MISMATCHED_CTYPE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='OpenBSD Clang 19.1.7'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
ivtype='long'
ivsize=8
nvtype='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='cc'
ldflags ='-Wl,-E -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/lib/clang/19/lib /usr/lib /usr/local/lib
libs=-lpthread -lm -lutil -lc
perllibs=-lpthread -lm -lutil -lc
libc=/usr/lib/libc.so.102.0
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags=' '
cccdlflags='-DPIC -fPIC '
lddlflags='-shared -fPIC -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_LONG_DOUBLE
HAS_STRTOLD
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_SIPHASH13
PERL_HASH_USE_SBOX32
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
PERL_USE_SAFE_PUTENV
USE_64_BIT_ALL
USE_64_BIT_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_CTYPE
USE_PERLIO
USE_PERL_ATOF
Built under openbsd
Compiled at Nov 16 2025 22:14:24
%ENV:
PERL="/home/cpan/bin/perl/bin/perl5.43.5"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="13035"
PERL5_CPAN_IS_RUNNING="13035"
PERL_MM_USE_DEFAULT="1"
PERL_PERTURB_KEYS="0"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpan/bin/perl/lib/site_perl/5.43.5/OpenBSD.amd64-openbsd
/home/cpan/bin/perl/lib/site_perl/5.43.5
/home/cpan/bin/perl/lib/5.43.5/OpenBSD.amd64-openbsd
/home/cpan/bin/perl/lib/5.43.5
.