Device-I2C v0.06 Perl 5 v5.32.0 x86_64-linux
- Status
- Pass
- From
- Ioan Rogers
- Dist
-
Device-I2C v0.06
- Platform
- Perl 5 v5.32.0 x86_64-linux
- Date
- 2020-11-22 00:01:45
- ID
- e8fd611c-2c55-11eb-8e7c-92d77acdea88
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 SVOLKOV,
This is a computer-generated report for Device-I2C-0.06
on perl 5.32.0, created by App::cpanminus::reporter 0.17 (1.7044).
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '':
Building and testing Device-I2C-0.06
"/home/ioan/.plenv/versions/5.32.0/bin/perl5.32.0" "/home/ioan/.plenv/versions/5.32.0/lib/perl5/5.32.0/ExtUtils/xsubpp" -typemap '/home/ioan/.plenv/versions/5.32.0/lib/perl5/5.32.0/ExtUtils/typemap' I2C.xs > I2C.xsc
Running Mkbootstrap for I2C ()
chmod 644 "I2C.bs"
"/home/ioan/.plenv/versions/5.32.0/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- I2C.bs blib/arch/auto/Device/I2C/I2C.bs 644
cp lib/Device/I2C.pm blib/lib/Device/I2C.pm
mv I2C.xsc I2C.c
clang -c -I. -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -DVERSION=\"0.06\" -DXS_VERSION=\"0.06\" -fPIC "-I/home/ioan/.plenv/versions/5.32.0/lib/perl5/5.32.0/x86_64-linux/CORE" I2C.c
In file included from I2C.xs:5:
./ppport.h:4594:11: warning: 'WIDEST_UTYPE' macro redefined [-Wmacro-redefined]
# define WIDEST_UTYPE U64TYPE
^
/home/ioan/.plenv/versions/5.32.0/lib/perl5/5.32.0/x86_64-linux/CORE/handy.h:1251:12: note: previous definition is here
# define WIDEST_UTYPE U64
^
I2C.xs:95:52: warning: passing 'char [32]' to parameter of type '__u8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ret = i2c_smbus_read_block_data(file, command, buf);
^~~
./i2c-dev.h:246:53: note: passing argument to parameter 'values' here
__u8 *values)
^
I2C.xs:111:61: warning: passing 'char *' to parameter of type '__u8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
RETVAL = i2c_smbus_write_block_data(file, command, len, buf);
^~~
./i2c-dev.h:261:67: note: passing argument to parameter 'values' here
__u8 length, __u8 *values)
^
I2C.xs:123:63: warning: passing 'char *' to parameter of type '__u8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
RETVAL = i2c_smbus_block_process_call(file, command, len, buf);
^~~
./i2c-dev.h:314:69: note: passing argument to parameter 'values' here
__u8 length, __u8 *values)
^
I2C.xs:136:61: warning: passing 'char *' to parameter of type '__u8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ret = i2c_smbus_read_i2c_block_data(file, command, len, buf);
^~~
./i2c-dev.h:279:70: note: passing argument to parameter 'values' here
__u8 length, __u8 *values)
^
I2C.xs:152:65: warning: passing 'char *' to parameter of type '__u8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
RETVAL = i2c_smbus_write_i2c_block_data(file, command, len, buf);
^~~
./i2c-dev.h:299:67: note: passing argument to parameter 'values' here
__u8 length, __u8 *values)
^
6 warnings generated.
rm -f blib/arch/auto/Device/I2C/I2C.so
clang -shared -O3 -L/usr/local/lib -fstack-protector-strong I2C.o -o blib/arch/auto/Device/I2C/I2C.so \
\
chmod 755 blib/arch/auto/Device/I2C/I2C.so
"/home/ioan/.plenv/versions/5.32.0/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- I2C.bs blib/arch/auto/Device/I2C/I2C.bs 644
PERL_DL_NONLAZY=1 "/home/ioan/.plenv/versions/5.32.0/bin/perl5.32.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Device-I2C.t ......... ok
t/00-compile.t ......... ok
#
# Versions for all modules listed in MYMETA.json (including optional ones):
#
# === Configure Requires ===
#
# Module Want Have
# ------------------- ---- ----
# ExtUtils::MakeMaker any 7.44
#
# === Build Requires ===
#
# Module Want Have
# ------------------- ---- ----
# ExtUtils::MakeMaker any 7.44
#
# === Test Requires ===
#
# Module Want Have
# ------------------- ---- --------
# ExtUtils::MakeMaker any 7.44
# File::Spec any 3.78
# File::Temp any 0.2309
# IO::Handle any 1.42
# IPC::Open3 any 1.21
# Test::More any 1.302177
# blib 1.01 1.07
#
# === Test Recommends ===
#
# Module Want Have
# ---------- -------- --------
# CPAN::Meta 2.120900 2.150010
#
# === Runtime Requires ===
#
# Module Want Have
# -------- ---- ----
# Carp any 1.50
# Fcntl any 1.13
# IO::File any 1.41
# XSLoader any 0.30
# constant any 1.33
# strict any 1.11
# warnings any 1.47
#
t/00-report-prereqs.t .. ok
All tests successful.
Files=3, Tests=3, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.27 cusr 0.02 csys = 0.32 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
HARNESS_OPTIONS = j16
LANG = en_GB.UTF-8
PATH = /home/ioan/.plenv/versions/5.32.0/bin:/home/ioan/.plenv/libexec:/home/ioan/.plenv/plugins/perl-build/bin:/home/ioan/.plenv/shims::/home/ioan/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/sbin:/usr/sbin:/usr/games
PERL_CPANM_OPT = --prompt --no-man-pages --verify --mirror https://cpan.metacpan.org
SHELL = /bin/bash
TERM = xterm-256color
Perl special variables (and OS-specific diagnostics, for MSWin32):
EGID = 1001 10 1001
EUID = 1001
EXECUTABLE_NAME = /home/ioan/.plenv/versions/5.32.0/bin/perl5.32.0
GID = 1001 10 1001
UID = 1001
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.27
CPAN::Meta 2.150010
Cwd 3.78
ExtUtils::CBuilder 0.280234
ExtUtils::Command 7.44
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.44
ExtUtils::Manifest 1.72
ExtUtils::ParseXS 3.40
File::Spec 3.78
JSON n/a
JSON::PP 4.04
Module::Build 0.4231
Module::Signature 0.87
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302177
YAML n/a
YAML::Syck n/a
version 0.9924
--
Summary of my perl5 (revision 5 version 32 subversion 0) configuration:
Platform:
osname=linux
osvers=5.7.14-200.fc32.x86_64
archname=x86_64-linux
uname='linux surprise.home.rgrs.ca 5.7.14-200.fc32.x86_64 #1 smp fri aug 7 23:16:37 utc 2020 x86_64 x86_64 x86_64 gnulinux '
config_args='-Dprefix=/home/ioan/.plenv/versions/5.32.0 -de -Dversiononly -Dcc=clang -Doptimize=-O3 -Dccflags-march=native -Dman1dir=none -Dman3dir=none -A'eval:scriptdir=/home/ioan/.plenv/versions/5.32.0/bin''
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='clang'
ccflags ='-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
optimize='-O3'
cppflags='-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='Clang 10.0.0 (Fedora 10.0.0-2.fc32)'
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='clang'
ldflags =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib64/clang/10.0.0/lib /usr/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
libs=-lpthread -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
libc=libc-2.31.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.31'
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-E'
cccdlflags='-fPIC'
lddlflags='-shared -O3 -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
USE_64_BIT_ALL
USE_64_BIT_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at Aug 19 2020 10:57:13
%ENV:
PERL_CPANM_OPT="--prompt --no-man-pages --verify --mirror https://cpan.metacpan.org"
@INC:
/home/ioan/.plenv/versions/5.32.0/lib/perl5/site_perl/5.32.0/x86_64-linux
/home/ioan/.plenv/versions/5.32.0/lib/perl5/site_perl/5.32.0
/home/ioan/.plenv/versions/5.32.0/lib/perl5/5.32.0/x86_64-linux
/home/ioan/.plenv/versions/5.32.0/lib/perl5/5.32.0