Checking if your kit is complete... Looks good Writing Makefile for PerlIO::gzip cp gzip.pm blib/lib/PerlIO/gzip.pm /home/cpanrun/tmp/5.10.0/bin/perl /home/cpanrun/build/5.10.0/lib/ExtUtils/xsubpp -typemap /home/cpanrun/build/5.10.0/lib/ExtUtils/typemap gzip.xs > gzip.xsc && mv gzip.xsc gzip.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DPRIVLIB_LAST_IN_INC -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fPIC "-I/home/cpanrun/build/5.10.0/lib/CORE" -DLAYERGZIP_DEFAULT_OS_TYPE=3 gzip.c Running Mkbootstrap for PerlIO::gzip () chmod 644 gzip.bs rm -f blib/arch/auto/PerlIO/gzip/gzip.so LD_RUN_PATH="/usr/lib" gcc -shared -O2 gzip.o -o blib/arch/auto/PerlIO/gzip/gzip.so \ -lz \ chmod 755 blib/arch/auto/PerlIO/gzip/gzip.so cp gzip.bs blib/arch/auto/PerlIO/gzip/gzip.bs chmod 644 blib/arch/auto/PerlIO/gzip/gzip.bs Manifying blib/man3/PerlIO::gzip.3 PERL_DL_NONLAZY=1 /home/cpanrun/tmp/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/read.....1..301 ok 1 - Does it even load? ok 2 - open ok3.gz with <:gzip ok 3 ok 4 - should be end of file ok 5 - close it again ok 6 - open ok3.gz with <:gzip() ok 7 ok 8 - should be end of file ok 9 - close it again ok 10 - open ok3.gz with <:gzip(gzip) ok 11 ok 12 - should be end of file ok 13 - close it again ok 14 - open ok3.gz with <:gzip(lazy) ok 15 ok 16 - should be end of file ok 17 - close it again ok 18 - open ok3.gz with <:gzip(gzip,lazy) ok 19 ok 20 - should be end of file ok 21 - close it again ok 22 - README should open ok 23 - README should not open [core perlio bug fixed post 5.7.2 12827] ok 24 - open ok17.gz with <:gzip ok 25 ok 26 - should be end of file ok 27 - close it ok 28 - open ok19 with <:gzip(none) ok 29 ok 30 - open ok21 with < ok 31 ok 32 - Ho ho ho. Switch to gunzip mid stream. ok 33 ok 34 - open ok19 with <:gzip(auto) ok 35 ok 36 - should be end of file ok 37 - close it ok 38 - open ok3.gz with <:gzip(auto) ok 39 ok 40 - should be end of file ok 41 - close it ok 42 - open ok19 with <:gzip(lazy,auto) ok 43 ok 44 - should be end of file ok 45 - close it ok 46 - open ok3.gz with <:gzip(auto,lazy) ok 47 ok 48 - should be end of file ok 49 - close it ok 50 - README should open in lazy mode ok 51 - but should fail on first read ok 52 - README should open in auto mode ok 53 - but should fail on first read ok 54 - README should open in auto,lazy mode ok 55 - but should fail on first read # Attempting to run 'gzip -c --fast /home/cpanrun/tmp/5.10.0/bin/perl >perl.gz' ok 56 - open perl.gz ok 57 - compare with original /home/cpanrun/tmp/5.10.0/bin/perl ok 58 - should be end of file ok 59 - close perl.gz ok 60 - open README with <:gzip(autopop) ok 61 - read first line ok 62 - check second line ok 63 - open ok3.gz with <:gzip(autopop) ok 64 ok 65 - open ok50.gz.short with <:gzip ok 66 ok 67 - should be end of file ok 68 - close should fail ok 69 - open ok54.gz.len with <:gzip ok 70 ok 71 - should be end of file ok 72 - close should fail ok 73 - open ok58.gz.crc with <:gzip ok 74 ok 75 - should be end of file ok 76 - close should fail ok 77 - open ok3.gz with <:unix:gzip ok 78 ok 79 - should be end of file ok 80 - close it again ok 81 - open ok3.gz with <:unix:gzip() ok 82 ok 83 - should be end of file ok 84 - close it again ok 85 - open ok3.gz with <:unix:gzip(gzip) ok 86 ok 87 - should be end of file ok 88 - close it again ok 89 - open ok3.gz with <:unix:gzip(lazy) ok 90 ok 91 - should be end of file ok 92 - close it again ok 93 - open ok3.gz with <:unix:gzip(gzip,lazy) ok 94 ok 95 - should be end of file ok 96 - close it again ok 97 - README should open ok 98 - README should not open [core perlio bug fixed post 5.7.2 12827] ok 99 - open ok17.gz with <:unix:gzip ok 100 ok 101 - should be end of file ok 102 - close it ok 103 - open ok19 with <:unix:gzip(none) ok 104 ok 105 - open ok21 with <:unix ok 106 ok 107 - Ho ho ho. Switch to gunzip mid stream. ok 108 ok 109 - open ok19 with <:unix:gzip(auto) ok 110 ok 111 - should be end of file ok 112 - close it ok 113 - open ok3.gz with <:unix:gzip(auto) ok 114 ok 115 - should be end of file ok 116 - close it ok 117 - open ok19 with <:unix:gzip(lazy,auto) ok 118 ok 119 - should be end of file ok 120 - close it ok 121 - open ok3.gz with <:unix:gzip(auto,lazy) ok 122 ok 123 - should be end of file ok 124 - close it ok 125 - README should open in lazy mode ok 126 - but should fail on first read ok 127 - README should open in auto mode ok 128 - but should fail on first read ok 129 - README should open in auto,lazy mode ok 130 - but should fail on first read ok 131 - open perl.gz ok 132 - compare with original /home/cpanrun/tmp/5.10.0/bin/perl ok 133 - should be end of file ok 134 - close perl.gz ok 135 - open README with <:unix:gzip(autopop) ok 136 - read first line ok 137 - check second line ok 138 - open ok3.gz with <:unix:gzip(autopop) ok 139 ok 140 - open ok50.gz.short with <:unix:gzip ok 141 ok 142 - should be end of file ok 143 - close should fail ok 144 - open ok54.gz.len with <:unix:gzip ok 145 ok 146 - should be end of file ok 147 - close should fail ok 148 - open ok58.gz.crc with <:unix:gzip ok 149 ok 150 - should be end of file ok 151 - close should fail ok 152 - open ok3.gz with <:stdio:gzip ok 153 ok 154 - should be end of file ok 155 - close it again ok 156 - open ok3.gz with <:stdio:gzip() ok 157 ok 158 - should be end of file ok 159 - close it again ok 160 - open ok3.gz with <:stdio:gzip(gzip) ok 161 ok 162 - should be end of file ok 163 - close it again ok 164 - open ok3.gz with <:stdio:gzip(lazy) ok 165 ok 166 - should be end of file ok 167 - close it again ok 168 - open ok3.gz with <:stdio:gzip(gzip,lazy) ok 169 ok 170 - should be end of file ok 171 - close it again ok 172 - README should open ok 173 - README should not open [core perlio bug fixed post 5.7.2 12827] ok 174 - open ok17.gz with <:stdio:gzip ok 175 ok 176 - should be end of file ok 177 - close it ok 178 - open ok19 with <:stdio:gzip(none) ok 179 ok 180 - open ok21 with <:stdio ok 181 ok 182 - Ho ho ho. Switch to gunzip mid stream. ok 183 ok 184 - open ok19 with <:stdio:gzip(auto) ok 185 ok 186 - should be end of file ok 187 - close it ok 188 - open ok3.gz with <:stdio:gzip(auto) ok 189 ok 190 - should be end of file ok 191 - close it ok 192 - open ok19 with <:stdio:gzip(lazy,auto) ok 193 ok 194 - should be end of file ok 195 - close it ok 196 - open ok3.gz with <:stdio:gzip(auto,lazy) ok 197 ok 198 - should be end of file ok 199 - close it ok 200 - README should open in lazy mode ok 201 - but should fail on first read ok 202 - README should open in auto mode ok 203 - but should fail on first read ok 204 - README should open in auto,lazy mode ok 205 - but should fail on first read ok 206 - open perl.gz ok 207 - compare with original /home/cpanrun/tmp/5.10.0/bin/perl ok 208 - should be end of file ok 209 - close perl.gz ok 210 - open README with <:stdio:gzip(autopop) ok 211 - read first line ok 212 - check second line ok 213 - open ok3.gz with <:stdio:gzip(autopop) ok 214 ok 215 - open ok50.gz.short with <:stdio:gzip ok 216 ok 217 - should be end of file ok 218 - close should fail ok 219 - open ok54.gz.len with <:stdio:gzip ok 220 ok 221 - should be end of file ok 222 - close should fail ok 223 - open ok58.gz.crc with <:stdio:gzip ok 224 ok 225 - should be end of file ok 226 - close should fail ok 227 - open ok3.gz with <:perlio:gzip ok 228 ok 229 - should be end of file ok 230 - close it again ok 231 - open ok3.gz with <:perlio:gzip() ok 232 ok 233 - should be end of file ok 234 - close it again ok 235 - open ok3.gz with <:perlio:gzip(gzip) ok 236 ok 237 - should be end of file ok 238 - close it again ok 239 - open ok3.gz with <:perlio:gzip(lazy) ok 240 ok 241 - should be end of file ok 242 - close it again ok 243 - open ok3.gz with <:perlio:gzip(gzip,lazy) ok 244 ok 245 - should be end of file ok 246 - close it again ok 247 - README should open ok 248 - README should not open [core perlio bug fixed post 5.7.2 12827] ok 249 - open ok17.gz with <:perlio:gzip ok 250 ok 251 - should be end of file ok 252 - close it ok 253 - open ok19 with <:perlio:gzip(none) ok 254 ok 255 - open ok21 with <:perlio ok 256 ok 257 - Ho ho ho. Switch to gunzip mid stream. ok 258 ok 259 - open ok19 with <:perlio:gzip(auto) ok 260 ok 261 - should be end of file ok 262 - close it ok 263 - open ok3.gz with <:perlio:gzip(auto) ok 264 ok 265 - should be end of file ok 266 - close it ok 267 - open ok19 with <:perlio:gzip(lazy,auto) ok 268 ok 269 - should be end of file ok 270 - close it ok 271 - open ok3.gz with <:perlio:gzip(auto,lazy) ok 272 ok 273 - should be end of file ok 274 - close it ok 275 - README should open in lazy mode ok 276 - but should fail on first read ok 277 - README should open in auto mode ok 278 - but should fail on first read ok 279 - README should open in auto,lazy mode ok 280 - but should fail on first read ok 281 - open perl.gz ok 282 - compare with original /home/cpanrun/tmp/5.10.0/bin/perl ok 283 - should be end of file ok 284 - close perl.gz ok 285 - open README with <:perlio:gzip(autopop) ok 286 - read first line ok 287 - check second line ok 288 - open ok3.gz with <:perlio:gzip(autopop) ok 289 ok 290 - open ok50.gz.short with <:perlio:gzip ok 291 ok 292 - should be end of file ok 293 - close should fail ok 294 - open ok54.gz.len with <:perlio:gzip ok 295 ok 296 - should be end of file ok 297 - close should fail ok 298 - open ok58.gz.crc with <:perlio:gzip ok 299 ok 300 - should be end of file ok 301 - close should fail ok t/write....1..260 ok 1 - open foo as >:gzip ok 2 - close it straight away ok 3 - empty gzip file should be 20 bytes ok 4 - open foo as >:gzip ok 5 - print to it ok 6 - close it ok 7 - open foo for reading ok 8 - check we get same thing back ok 9 - should be end of file ok 10 - close it ok 11 - open foo as >:gzip(autopop) ok 12 - print to it ok 13 - close it ok 14 - open foo for reading [just '<'] ok 15 - check we get same thing back ok 16 - should be end of file ok 17 - close it ok 18 - open >:gzip [about to write 512540 bytes] ok 19 - print contents of /bin/sh ok 20 - close it ok 21 - open <:gzip ok 22 - compare compressed copy with '/bin/sh' ok 23 - should be end of file ok 24 - close it ok 25 - open empty as >:gzip(lazy) ok 26 - close it ok 27 - check it is zero length ok 28 - open foo as >:gzip(lazy) ok 29 - print to it ok 30 - print to it with $\ set ok 31 - close it ok 32 - open foo for reading ok 33 - check we get message back ok 34 - check we get message2 back ok 35 - should be end of file ok 36 - close it ok 37 - open foo as >:gzip(none) ok 38 - print to it ok 39 - close it ok 40 - no header, so open <:gzip should fail ok 41 - open foo for reading ok 42 - check we get same thing back ok 43 - should be end of file ok 44 - close it ok 45 - open +<:gzip should fail, as read/write unsupported ok 46 - check file empty was not created ok 47 - open +>:gzip should fail, as read/write unsupported not ok 48 - check file empty was not created # TODO read/write open still creates file # Failed (TODO) test 'check file empty was not created' # at t/write.t line 146. # file empty has size 0 ok 49 - open +< ok 50 - binmode ':gzip' should fail on read/write ok 51 - close it ok 52 - open +> ok 53 - binmode ':gzip' should fail on read/write ok 54 - close it ok 55 - open foo as > ok 56 - print to it ok 57 - binmode ':gzip(none)' ok 58 - print to it ok 59 - close it ok 60 - open foo as < ok 61 - check we get uncompressed message ok 62 - binmode ':gzip(none)' ok 63 - check we get compressed message ok 64 - should be end of file ok 65 - close it ok 66 - open foo as >:unix:gzip ok 67 - close it straight away ok 68 - empty gzip file should be 20 bytes ok 69 - open foo as >:unix:gzip ok 70 - print to it ok 71 - close it ok 72 - open foo for reading ok 73 - check we get same thing back ok 74 - should be end of file ok 75 - close it ok 76 - open foo as >:unix:gzip(autopop) ok 77 - print to it ok 78 - close it ok 79 - open foo for reading [just '<'] ok 80 - check we get same thing back ok 81 - should be end of file ok 82 - close it ok 83 - open >:unix:gzip [about to write 512540 bytes] ok 84 - print contents of /bin/sh ok 85 - close it ok 86 - open <:unix:gzip ok 87 - compare compressed copy with '/bin/sh' ok 88 - should be end of file ok 89 - close it ok 90 - open empty as >:unix:gzip(lazy) ok 91 - close it ok 92 - check it is zero length ok 93 - open foo as >:unix:gzip(lazy) ok 94 - print to it ok 95 - print to it with $\ set ok 96 - close it ok 97 - open foo for reading ok 98 - check we get message back ok 99 - check we get message2 back ok 100 - should be end of file ok 101 - close it ok 102 - open foo as >:unix:gzip(none) ok 103 - print to it ok 104 - close it ok 105 - no header, so open <:unix:gzip should fail ok 106 - open foo for reading ok 107 - check we get same thing back ok 108 - should be end of file ok 109 - close it ok 110 - open +<:unix:gzip should fail, as read/write unsupported ok 111 - check file empty was not created ok 112 - open +>:unix:gzip should fail, as read/write unsupported not ok 113 - check file empty was not created # TODO read/write open still creates file # Failed (TODO) test 'check file empty was not created' # at t/write.t line 146. # file empty has size 0 ok 114 - open +<:unix ok 115 - binmode ':gzip' should fail on read/write ok 116 - close it ok 117 - open +>:unix ok 118 - binmode ':gzip' should fail on read/write ok 119 - close it ok 120 - open foo as >:unix ok 121 - print to it ok 122 - binmode ':gzip(none)' ok 123 - print to it ok 124 - close it ok 125 - open foo as <:unix ok 126 - check we get uncompressed message ok 127 - binmode ':gzip(none)' ok 128 - check we get compressed message ok 129 - should be end of file ok 130 - close it ok 131 - open foo as >:stdio:gzip ok 132 - close it straight away ok 133 - empty gzip file should be 20 bytes ok 134 - open foo as >:stdio:gzip ok 135 - print to it ok 136 - close it ok 137 - open foo for reading ok 138 - check we get same thing back ok 139 - should be end of file ok 140 - close it ok 141 - open foo as >:stdio:gzip(autopop) ok 142 - print to it ok 143 - close it ok 144 - open foo for reading [just '<'] ok 145 - check we get same thing back ok 146 - should be end of file ok 147 - close it ok 148 - open >:stdio:gzip [about to write 512540 bytes] ok 149 - print contents of /bin/sh ok 150 - close it ok 151 - open <:stdio:gzip ok 152 - compare compressed copy with '/bin/sh' ok 153 - should be end of file ok 154 - close it ok 155 - open empty as >:stdio:gzip(lazy) ok 156 - close it ok 157 - check it is zero length ok 158 - open foo as >:stdio:gzip(lazy) ok 159 - print to it ok 160 - print to it with $\ set ok 161 - close it ok 162 - open foo for reading ok 163 - check we get message back ok 164 - check we get message2 back ok 165 - should be end of file ok 166 - close it ok 167 - open foo as >:stdio:gzip(none) ok 168 - print to it ok 169 - close it ok 170 - no header, so open <:stdio:gzip should fail ok 171 - open foo for reading ok 172 - check we get same thing back ok 173 - should be end of file ok 174 - close it ok 175 - open +<:stdio:gzip should fail, as read/write unsupported ok 176 - check file empty was not created ok 177 - open +>:stdio:gzip should fail, as read/write unsupported not ok 178 - check file empty was not created # TODO read/write open still creates file # Failed (TODO) test 'check file empty was not created' # at t/write.t line 146. # file empty has size 0 ok 179 - open +<:stdio ok 180 - binmode ':gzip' should fail on read/write ok 181 - close it ok 182 - open +>:stdio ok 183 - binmode ':gzip' should fail on read/write ok 184 - close it ok 185 - open foo as >:stdio ok 186 - print to it ok 187 - binmode ':gzip(none)' ok 188 - print to it ok 189 - close it ok 190 - open foo as <:stdio ok 191 - check we get uncompressed message ok 192 - binmode ':gzip(none)' ok 193 - check we get compressed message ok 194 - should be end of file ok 195 - close it ok 196 - open foo as >:perlio:gzip ok 197 - close it straight away ok 198 - empty gzip file should be 20 bytes ok 199 - open foo as >:perlio:gzip ok 200 - print to it ok 201 - close it ok 202 - open foo for reading ok 203 - check we get same thing back ok 204 - should be end of file ok 205 - close it ok 206 - open foo as >:perlio:gzip(autopop) ok 207 - print to it ok 208 - close it ok 209 - open foo for reading [just '<'] ok 210 - check we get same thing back ok 211 - should be end of file ok 212 - close it ok 213 - open >:perlio:gzip [about to write 512540 bytes] ok 214 - print contents of /bin/sh ok 215 - close it ok 216 - open <:perlio:gzip ok 217 - compare compressed copy with '/bin/sh' ok 218 - should be end of file ok 219 - close it ok 220 - open empty as >:perlio:gzip(lazy) ok 221 - close it ok 222 - check it is zero length ok 223 - open foo as >:perlio:gzip(lazy) ok 224 - print to it ok 225 - print to it with $\ set ok 226 - close it ok 227 - open foo for reading ok 228 - check we get message back ok 229 - check we get message2 back ok 230 - should be end of file ok 231 - close it ok 232 - open foo as >:perlio:gzip(none) ok 233 - print to it ok 234 - close it ok 235 - no header, so open <:perlio:gzip should fail ok 236 - open foo for reading ok 237 - check we get same thing back ok 238 - should be end of file ok 239 - close it ok 240 - open +<:perlio:gzip should fail, as read/write unsupported ok 241 - check file empty was not created ok 242 - open +>:perlio:gzip should fail, as read/write unsupported not ok 243 - check file empty was not created # TODO read/write open still creates file # Failed (TODO) test 'check file empty was not created' # at t/write.t line 146. # file empty has size 0 ok 244 - open +<:perlio ok 245 - binmode ':gzip' should fail on read/write ok 246 - close it ok 247 - open +>:perlio ok 248 - binmode ':gzip' should fail on read/write ok 249 - close it ok 250 - open foo as >:perlio ok 251 - print to it ok 252 - binmode ':gzip(none)' ok 253 - print to it ok 254 - close it ok 255 - open foo as <:perlio ok 256 - check we get uncompressed message ok 257 - binmode ':gzip(none)' ok 258 - check we get compressed message ok 259 - should be end of file ok 260 - close it ok All tests successful. Files=2, Tests=561, 2 wallclock secs ( 1.07 cusr + 0.33 csys = 1.40 CPU) Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/cpanrun/build/5.10.0/site/lib/auto/PerlIO/gzip/gzip.bs Installing /home/cpanrun/build/5.10.0/site/lib/auto/PerlIO/gzip/gzip.so Installing /home/cpanrun/build/5.10.0/html/site/lib/PerlIO/gzip.html Installing /home/cpanrun/build/5.10.0/site/lib/PerlIO/gzip.pm Installing /home/cpanrun/build/5.10.0/site/man/man3/PerlIO::gzip.3 Appending installation info to /home/cpanrun/build/5.10.0/lib/perllocal.pod