Report for IO-Tty-1.12

Back
From: metabase:user:20a45eae-6c1a-1014-abaf-4bc2b30e56df
Subject: PASS IO-Tty-1.12 v5.14.4 Windows (Cygwin)
Date: 2014-11-07T17:22:19Z

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 Todd Rinaldo,

This is a computer-generated report for IO-Tty-1.12
on perl 5.14.4, created by CPAN-Reporter-1.2011.

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 '/usr/bin/make test':

Running Mkbootstrap for IO::Tty ()
chmod 644 "Tty.bs"
PERL_DL_NONLAZY=1 "/usr/bin/perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Configuration: -DHAVE_CYGWIN -DHAVE_DEV_PTMX -DHAVE_GETPT -DHAVE_GRANTPT -DHAVE_OPENPTY -DHAVE_POSIX_OPENPT -DHAVE_PTSNAME -DHAVE_PTSNAME_R -DHAVE_PTY_H -DHAVE_SIGACTION -DHAVE_STRLCPY -DHAVE_TERMIOS_H -DHAVE_TERMIO_H -DHAVE_TTYNAME -DHAVE_UNLOCKPT
# Checking for appropriate ioctls:
# TIOCSCTTY
trying posix_openpt()...
trying grantpt()...
trying unlockpt()...
trying ptsname_r()...
trying to open /dev/pty4...
#  === Checking if child gets pty as controlling terminal
trying posix_openpt()...
trying grantpt()...
trying unlockpt()...
trying ptsname_r()...
trying to open /dev/pty4...
# Checking basic functionality and how your ptys handle large strings...
#   This test may hang on certain systems, even though it is protected
#   by alarm().  If the counter stops, try Ctrl-C, the test should continue.
trying posix_openpt()...
trying grantpt()...
trying unlockpt()...
trying ptsname_r()...
trying to open /dev/pty4...
# isatty($master): YES
# isatty($slave): YES
# Child PID = 7408
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
# Good, your raw ptys can handle at least 530 bytes at once.
t/test.t .. ok
All tests successful.
Files=1, Tests=5, 10 wallclock secs ( 0.09 usr  0.03 sys +  0.12 cusr  0.56 csys =  0.81 CPU)
Result: PASS

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

build_requires:

    Module              Need Have    
    ------------------- ---- --------
    Test::More          0    1.001008

configure_requires:

    Module              Need Have    
    ------------------- ---- --------
    ExtUtils::MakeMaker 0    7.00    


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    COMSPEC = C:\Windows\system32\cmd.exe
    LANG = en_US.utf8
    LD_LIBRARY_PATH = 
    NUMBER_OF_PROCESSORS = 4
    PATH = /cygdrive/c/peter/bin:/usr/local/local/bin:/usr/local/bin:/bin:/usr/bin:/usr/sbin:/cygdrive/c/apps/emacs-24.3//bin:/cygdrive/c/Program Files (x86)/Java/jre1.8.0_25/bin:/cygdrive/c/Windows/system32
    PERL5LIB = /src/perl/.cpan/build/Class-Load-0.22-LLVG3W/blib/arch:/src/perl/.cpan/build/Class-Load-0.22-LLVG3W/blib/lib:/src/perl/.cpan/build/CPAN-Meta-Requirements-2.128-CLvXAl/blib/arch:/src/perl/.cpan/build/CPAN-Meta-Requirements-2.128-CLvXAl/blib/lib:/usr/local/lib/perl5/site_perl/5.14:/usr/local/lib/perl5/site_perl/5.14/x86_64-cygwin-threads:/usr/local/lib/perl5/5.14:/usr/local/lib/perl5/5.14/x86_64-cygwin-threads:/usr/local/lib/perl5
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 3732
    PERL5_CPAN_IS_RUNNING = 3732
    PERL_CPAN_REPORTER_CONFIG = /cygdrive/c/peter/.cpanreporter/config-cygwin-OSL069.ini
    PERL_MY_PREFIX = /opt/perl5
    PERL_MY_SOURCE_DIR = /cygdrive/c/src/perl
    PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 37 Stepping 5, GenuineIntel
    SHELL = /usr/bin/bash
    TEMP = /tmp
    TERM = xterm

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /usr/bin/perl
    $UID/$EUID = 22755 / 22755
    $GID = 10513 545 1001 10571 44776 80915 45205 10513 51781 18818 59435 72481 43044 30568 43061 18761 12652 12669 12778 42734 20077 51528 11073 51645 61702 17963 51289 43366 55368 57206 20667 20955 49381 74690 50556 23333 65644 65646 51916 51926 51837 45099 56531 30321 49625 31369 67201
    $EGID = 10513 545 1001 10571 44776 80915 45205 10513 51781 18818 59435 72481 43044 30568 43061 18761 12652 12669 12778 42734 20077 51528 11073 51645 61702 17963 51289 43366 55368 57206 20667 20955 49381 74690 50556 23333 65644 65646 51916 51926 51837 45099 56531 30321 49625 31369 67201

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.05    
    CPAN::Meta          2.142690
    Cwd                 3.47    
    ExtUtils::CBuilder  0.280220
    ExtUtils::Command   1.18    
    ExtUtils::Install   2.04    
    ExtUtils::MakeMaker 7.00    
    ExtUtils::Manifest  1.68    
    ExtUtils::ParseXS   3.24    
    File::Spec          3.47    
    JSON                2.61    
    JSON::PP            2.27300 
    Module::Build       0.4210  
    Module::Signature   0.73    
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.33    
    Test::More          1.001008
    YAML                0.97    
    YAML::Syck          1.27    
    version             0.9909  


--

Summary of my perl5 (revision 5 version 14 subversion 4) configuration:
   
  Platform:
    osname=cygwin, osvers=1.7.18(0.26353), archname=cygwin-thread-multi
    uname='cygwin_nt-6.1 yaakov04 1.7.18(0.26353) 2013-03-07 19:25 x86_64 cygwin '
    config_args='-d -e -Dprefix=/usr -Dmksymlinks -Dusethreads -Darchname=x86_64-cygwin-threads -Dlibperl=cygperl5_14.dll -Dcc=gcc -Dld=g++'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector',
    optimize='-O3',
    cppflags='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector'
    ccversion='', gccversion='4.8.0 20130307 (experimental)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='g++', ldflags =' -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -fstack-protector'
    libpth=/usr/lib /lib
    libs=-lgdbm -ldb -ldl -lcrypt -lgdbm_compat
    perllibs=-ldl -lcrypt
    libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=cygperl5_14.dll
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' --shared  -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_PRESERVE_IVUV
                        PERL_USE_SAFE_PUTENV USE_64_BIT_ALL USE_64_BIT_INT
                        USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
                        USE_REENTRANT_API
  Locally applied patches:
	Bug#55162 File::Spec::case_tolerant performance
	CYG07 $vendorarch/auto/.rebase
	CYG15 static Win32CORE
	CYG17 cyg-1.7 paths-utf8
	0c612ce82 Fix building static extensions on cygwin, -UUSEIMPORTLIB
	1bac5ecc1 Fix 64-bit threading sv.c: S_anonymise_cv_maybe
	Cygwin::sync_winenv added
  Built under cygwin
  Compiled at Mar 11 2013 18:25:23
  %ENV:
    PERL5LIB="/src/perl/.cpan/build/Class-Load-0.22-LLVG3W/blib/arch:/src/perl/.cpan/build/Class-Load-0.22-LLVG3W/blib/lib:/src/perl/.cpan/build/CPAN-Meta-Requirements-2.128-CLvXAl/blib/arch:/src/perl/.cpan/build/CPAN-Meta-Requirements-2.128-CLvXAl/blib/lib:/usr/local/lib/perl5/site_perl/5.14:/usr/local/lib/perl5/site_perl/5.14/x86_64-cygwin-threads:/usr/local/lib/perl5/5.14:/usr/local/lib/perl5/5.14/x86_64-cygwin-threads:/usr/local/lib/perl5"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="3732"
    PERL5_CPAN_IS_RUNNING="3732"
    PERL_CPAN_REPORTER_CONFIG="/cygdrive/c/peter/.cpanreporter/config-cygwin-OSL069.ini"
    PERL_MY_PREFIX="/opt/perl5"
    PERL_MY_SOURCE_DIR="/cygdrive/c/src/perl"
    CYGWIN="codepage:utf8 nodosfilewarning"
  @INC:
    /src/perl/.cpan/build/Class-Load-0.22-LLVG3W/blib/arch
    /src/perl/.cpan/build/Class-Load-0.22-LLVG3W/blib/lib
    /src/perl/.cpan/build/CPAN-Meta-Requirements-2.128-CLvXAl/blib/arch
    /src/perl/.cpan/build/CPAN-Meta-Requirements-2.128-CLvXAl/blib/lib
    /usr/local/lib/perl5/site_perl/5.14
    /usr/local/lib/perl5/site_perl/5.14/x86_64-cygwin-threads
    /usr/local/lib/perl5/5.14
    /usr/local/lib/perl5/5.14/x86_64-cygwin-threads
    /usr/local/lib/perl5/cygwin-thread-multi
    /usr/local/lib/perl5
    /usr/lib/perl5/site_perl/5.14/x86_64-cygwin-threads
    /usr/lib/perl5/site_perl/5.14
    /usr/lib/perl5/vendor_perl/5.14/x86_64-cygwin-threads
    /usr/lib/perl5/vendor_perl/5.14
    /usr/lib/perl5/5.14/x86_64-cygwin-threads
    /usr/lib/perl5/5.14
    .