Optional ExtUtils::MakeMaker::Coverage not available Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. Writing Makefile for File::Monitor cp lib/File/Monitor/Delta.pm blib/lib/File/Monitor/Delta.pm cp lib/File/Monitor/Base.pm blib/lib/File/Monitor/Base.pm cp lib/File/Monitor/Object.pm blib/lib/File/Monitor/Object.pm cp lib/File/Monitor.pm blib/lib/File/Monitor.pm Manifying blib/man3/File::Monitor::Delta.3 Manifying blib/man3/File::Monitor::Base.3 Manifying blib/man3/File::Monitor::Object.3 Manifying blib/man3/File::Monitor.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00.load.............1..3 ok 1 - use File::Monitor; ok 2 - use File::Monitor::Delta; ok 3 - use File::Monitor::Object; # Testing File::Monitor 0.0.5 ok t/10.monitor-basic....1..38 ok 1 - object creation OK ok 2 - The object isa File::Monitor ok 3 - name is mandatory ok 4 - owner is mandatory ok 5 - object creaton OK ok 6 - The object isa File::Monitor::Object ok 7 - dev can be read ok 8 - dev can't be written ok 9 - inode can be read ok 10 - inode can't be written ok 11 - mode can be read ok 12 - mode can't be written ok 13 - num_links can be read ok 14 - num_links can't be written ok 15 - uid can be read ok 16 - uid can't be written ok 17 - gid can be read ok 18 - gid can't be written ok 19 - rdev can be read ok 20 - rdev can't be written ok 21 - size can be read ok 22 - size can't be written ok 23 - atime can be read ok 24 - atime can't be written ok 25 - mtime can be read ok 26 - mtime can't be written ok 27 - ctime can be read ok 28 - ctime can't be written ok 29 - blk_size can be read ok 30 - blk_size can't be written ok 31 - blocks can be read ok 32 - blocks can't be written ok 33 - error can be read ok 34 - error can't be written ok 35 - files can be read ok 36 - files can't be written ok 37 - name can be read ok 38 - name can't be written ok t/20.change...........1..384 ok 1 ok 2 ok 3 - The object isa File::Monitor::Object ok 4 ok 5 - The object isa File::Monitor::Delta ok 6 - File::Monitor::Delta->can('old_dev') ok 7 - read old_dev OK ok 8 - can't write old_dev ok 9 - File::Monitor::Delta->can('old_inode') ok 10 - read old_inode OK ok 11 - can't write old_inode ok 12 - File::Monitor::Delta->can('old_mode') ok 13 - read old_mode OK ok 14 - can't write old_mode ok 15 - File::Monitor::Delta->can('old_num_links') ok 16 - read old_num_links OK ok 17 - can't write old_num_links ok 18 - File::Monitor::Delta->can('old_uid') ok 19 - read old_uid OK ok 20 - can't write old_uid ok 21 - File::Monitor::Delta->can('old_gid') ok 22 - read old_gid OK ok 23 - can't write old_gid ok 24 - File::Monitor::Delta->can('old_rdev') ok 25 - read old_rdev OK ok 26 - can't write old_rdev ok 27 - File::Monitor::Delta->can('old_size') ok 28 - read old_size OK ok 29 - can't write old_size ok 30 - File::Monitor::Delta->can('old_mtime') ok 31 - read old_mtime OK ok 32 - can't write old_mtime ok 33 - File::Monitor::Delta->can('old_ctime') ok 34 - read old_ctime OK ok 35 - can't write old_ctime ok 36 - File::Monitor::Delta->can('old_blk_size') ok 37 - read old_blk_size OK ok 38 - can't write old_blk_size ok 39 - File::Monitor::Delta->can('old_blocks') ok 40 - read old_blocks OK ok 41 - can't write old_blocks ok 42 - File::Monitor::Delta->can('old_error') ok 43 - read old_error OK ok 44 - can't write old_error ok 45 - File::Monitor::Delta->can('old_files') ok 46 - read old_files OK ok 47 - can't write old_files ok 48 - File::Monitor::Delta->can('new_dev') ok 49 - read new_dev OK ok 50 - can't write new_dev ok 51 - File::Monitor::Delta->can('new_inode') ok 52 - read new_inode OK ok 53 - can't write new_inode ok 54 - File::Monitor::Delta->can('new_mode') ok 55 - read new_mode OK ok 56 - can't write new_mode ok 57 - File::Monitor::Delta->can('new_num_links') ok 58 - read new_num_links OK ok 59 - can't write new_num_links ok 60 - File::Monitor::Delta->can('new_uid') ok 61 - read new_uid OK ok 62 - can't write new_uid ok 63 - File::Monitor::Delta->can('new_gid') ok 64 - read new_gid OK ok 65 - can't write new_gid ok 66 - File::Monitor::Delta->can('new_rdev') ok 67 - read new_rdev OK ok 68 - can't write new_rdev ok 69 - File::Monitor::Delta->can('new_size') ok 70 - read new_size OK ok 71 - can't write new_size ok 72 - File::Monitor::Delta->can('new_mtime') ok 73 - read new_mtime OK ok 74 - can't write new_mtime ok 75 - File::Monitor::Delta->can('new_ctime') ok 76 - read new_ctime OK ok 77 - can't write new_ctime ok 78 - File::Monitor::Delta->can('new_blk_size') ok 79 - read new_blk_size OK ok 80 - can't write new_blk_size ok 81 - File::Monitor::Delta->can('new_blocks') ok 82 - read new_blocks OK ok 83 - can't write new_blocks ok 84 - File::Monitor::Delta->can('new_error') ok 85 - read new_error OK ok 86 - can't write new_error ok 87 - File::Monitor::Delta->can('new_files') ok 88 - read new_files OK ok 89 - can't write new_files ok 90 - File::Monitor::Delta->can('created') ok 91 - read created OK ok 92 - can't write created ok 93 - File::Monitor::Delta->can('deleted') ok 94 - read deleted OK ok 95 - can't write deleted ok 96 - File::Monitor::Delta->can('mtime') ok 97 - read mtime OK ok 98 - can't write mtime ok 99 - File::Monitor::Delta->can('ctime') ok 100 - read ctime OK ok 101 - can't write ctime ok 102 - File::Monitor::Delta->can('uid') ok 103 - read uid OK ok 104 - can't write uid ok 105 - File::Monitor::Delta->can('gid') ok 106 - read gid OK ok 107 - can't write gid ok 108 - File::Monitor::Delta->can('mode') ok 109 - read mode OK ok 110 - can't write mode ok 111 - File::Monitor::Delta->can('size') ok 112 - read size OK ok 113 - can't write size ok 114 - File::Monitor::Delta->can('files_created') ok 115 - read files_created OK ok 116 - can't write files_created ok 117 - File::Monitor::Delta->can('files_deleted') ok 118 - read files_deleted OK ok 119 - can't write files_deleted ok 120 - File::Monitor::Delta->can('name') ok 121 - read name OK ok 122 - can't write name ok 123 - No files: files_deleted OK ok 124 - No files: ctime OK ok 125 - No files: mtime OK ok 126 - No files: mode OK ok 127 - No files: gid OK ok 128 - No files: files_created OK ok 129 - No files: size OK ok 130 - No files: uid OK ok 131 ok 132 ok 133 - The object isa File::Monitor::Object ok 134 ok 135 - The object isa File::Monitor::Delta ok 136 - File::Monitor::Delta->can('old_dev') ok 137 - read old_dev OK ok 138 - can't write old_dev ok 139 - File::Monitor::Delta->can('old_inode') ok 140 - read old_inode OK ok 141 - can't write old_inode ok 142 - File::Monitor::Delta->can('old_mode') ok 143 - read old_mode OK ok 144 - can't write old_mode ok 145 - File::Monitor::Delta->can('old_num_links') ok 146 - read old_num_links OK ok 147 - can't write old_num_links ok 148 - File::Monitor::Delta->can('old_uid') ok 149 - read old_uid OK ok 150 - can't write old_uid ok 151 - File::Monitor::Delta->can('old_gid') ok 152 - read old_gid OK ok 153 - can't write old_gid ok 154 - File::Monitor::Delta->can('old_rdev') ok 155 - read old_rdev OK ok 156 - can't write old_rdev ok 157 - File::Monitor::Delta->can('old_size') ok 158 - read old_size OK ok 159 - can't write old_size ok 160 - File::Monitor::Delta->can('old_mtime') ok 161 - read old_mtime OK ok 162 - can't write old_mtime ok 163 - File::Monitor::Delta->can('old_ctime') ok 164 - read old_ctime OK ok 165 - can't write old_ctime ok 166 - File::Monitor::Delta->can('old_blk_size') ok 167 - read old_blk_size OK ok 168 - can't write old_blk_size ok 169 - File::Monitor::Delta->can('old_blocks') ok 170 - read old_blocks OK ok 171 - can't write old_blocks ok 172 - File::Monitor::Delta->can('old_error') ok 173 - read old_error OK ok 174 - can't write old_error ok 175 - File::Monitor::Delta->can('old_files') ok 176 - read old_files OK ok 177 - can't write old_files ok 178 - File::Monitor::Delta->can('new_dev') ok 179 - read new_dev OK ok 180 - can't write new_dev ok 181 - File::Monitor::Delta->can('new_inode') ok 182 - read new_inode OK ok 183 - can't write new_inode ok 184 - File::Monitor::Delta->can('new_mode') ok 185 - read new_mode OK ok 186 - can't write new_mode ok 187 - File::Monitor::Delta->can('new_num_links') ok 188 - read new_num_links OK ok 189 - can't write new_num_links ok 190 - File::Monitor::Delta->can('new_uid') ok 191 - read new_uid OK ok 192 - can't write new_uid ok 193 - File::Monitor::Delta->can('new_gid') ok 194 - read new_gid OK ok 195 - can't write new_gid ok 196 - File::Monitor::Delta->can('new_rdev') ok 197 - read new_rdev OK ok 198 - can't write new_rdev ok 199 - File::Monitor::Delta->can('new_size') ok 200 - read new_size OK ok 201 - can't write new_size ok 202 - File::Monitor::Delta->can('new_mtime') ok 203 - read new_mtime OK ok 204 - can't write new_mtime ok 205 - File::Monitor::Delta->can('new_ctime') ok 206 - read new_ctime OK ok 207 - can't write new_ctime ok 208 - File::Monitor::Delta->can('new_blk_size') ok 209 - read new_blk_size OK ok 210 - can't write new_blk_size ok 211 - File::Monitor::Delta->can('new_blocks') ok 212 - read new_blocks OK ok 213 - can't write new_blocks ok 214 - File::Monitor::Delta->can('new_error') ok 215 - read new_error OK ok 216 - can't write new_error ok 217 - File::Monitor::Delta->can('new_files') ok 218 - read new_files OK ok 219 - can't write new_files ok 220 - File::Monitor::Delta->can('created') ok 221 - read created OK ok 222 - can't write created ok 223 - File::Monitor::Delta->can('deleted') ok 224 - read deleted OK ok 225 - can't write deleted ok 226 - File::Monitor::Delta->can('mtime') ok 227 - read mtime OK ok 228 - can't write mtime ok 229 - File::Monitor::Delta->can('ctime') ok 230 - read ctime OK ok 231 - can't write ctime ok 232 - File::Monitor::Delta->can('uid') ok 233 - read uid OK ok 234 - can't write uid ok 235 - File::Monitor::Delta->can('gid') ok 236 - read gid OK ok 237 - can't write gid ok 238 - File::Monitor::Delta->can('mode') ok 239 - read mode OK ok 240 - can't write mode ok 241 - File::Monitor::Delta->can('size') ok 242 - read size OK ok 243 - can't write size ok 244 - File::Monitor::Delta->can('files_created') ok 245 - read files_created OK ok 246 - can't write files_created ok 247 - File::Monitor::Delta->can('files_deleted') ok 248 - read files_deleted OK ok 249 - can't write files_deleted ok 250 - File::Monitor::Delta->can('name') ok 251 - read name OK ok 252 - can't write name ok 253 - All files deleted: files_deleted OK ok 254 - All files deleted: ctime OK ok 255 - All files deleted: mtime OK ok 256 - All files deleted: mode OK ok 257 - All files deleted: gid OK ok 258 - All files deleted: files_created OK ok 259 - All files deleted: size OK ok 260 - All files deleted: uid OK ok 261 ok 262 ok 263 - The object isa File::Monitor::Object ok 264 ok 265 - The object isa File::Monitor::Delta ok 266 - File::Monitor::Delta->can('old_dev') ok 267 - read old_dev OK ok 268 - can't write old_dev ok 269 - File::Monitor::Delta->can('old_inode') ok 270 - read old_inode OK ok 271 - can't write old_inode ok 272 - File::Monitor::Delta->can('old_mode') ok 273 - read old_mode OK ok 274 - can't write old_mode ok 275 - File::Monitor::Delta->can('old_num_links') ok 276 - read old_num_links OK ok 277 - can't write old_num_links ok 278 - File::Monitor::Delta->can('old_uid') ok 279 - read old_uid OK ok 280 - can't write old_uid ok 281 - File::Monitor::Delta->can('old_gid') ok 282 - read old_gid OK ok 283 - can't write old_gid ok 284 - File::Monitor::Delta->can('old_rdev') ok 285 - read old_rdev OK ok 286 - can't write old_rdev ok 287 - File::Monitor::Delta->can('old_size') ok 288 - read old_size OK ok 289 - can't write old_size ok 290 - File::Monitor::Delta->can('old_mtime') ok 291 - read old_mtime OK ok 292 - can't write old_mtime ok 293 - File::Monitor::Delta->can('old_ctime') ok 294 - read old_ctime OK ok 295 - can't write old_ctime ok 296 - File::Monitor::Delta->can('old_blk_size') ok 297 - read old_blk_size OK ok 298 - can't write old_blk_size ok 299 - File::Monitor::Delta->can('old_blocks') ok 300 - read old_blocks OK ok 301 - can't write old_blocks ok 302 - File::Monitor::Delta->can('old_error') ok 303 - read old_error OK ok 304 - can't write old_error ok 305 - File::Monitor::Delta->can('old_files') ok 306 - read old_files OK ok 307 - can't write old_files ok 308 - File::Monitor::Delta->can('new_dev') ok 309 - read new_dev OK ok 310 - can't write new_dev ok 311 - File::Monitor::Delta->can('new_inode') ok 312 - read new_inode OK ok 313 - can't write new_inode ok 314 - File::Monitor::Delta->can('new_mode') ok 315 - read new_mode OK ok 316 - can't write new_mode ok 317 - File::Monitor::Delta->can('new_num_links') ok 318 - read new_num_links OK ok 319 - can't write new_num_links ok 320 - File::Monitor::Delta->can('new_uid') ok 321 - read new_uid OK ok 322 - can't write new_uid ok 323 - File::Monitor::Delta->can('new_gid') ok 324 - read new_gid OK ok 325 - can't write new_gid ok 326 - File::Monitor::Delta->can('new_rdev') ok 327 - read new_rdev OK ok 328 - can't write new_rdev ok 329 - File::Monitor::Delta->can('new_size') ok 330 - read new_size OK ok 331 - can't write new_size ok 332 - File::Monitor::Delta->can('new_mtime') ok 333 - read new_mtime OK ok 334 - can't write new_mtime ok 335 - File::Monitor::Delta->can('new_ctime') ok 336 - read new_ctime OK ok 337 - can't write new_ctime ok 338 - File::Monitor::Delta->can('new_blk_size') ok 339 - read new_blk_size OK ok 340 - can't write new_blk_size ok 341 - File::Monitor::Delta->can('new_blocks') ok 342 - read new_blocks OK ok 343 - can't write new_blocks ok 344 - File::Monitor::Delta->can('new_error') ok 345 - read new_error OK ok 346 - can't write new_error ok 347 - File::Monitor::Delta->can('new_files') ok 348 - read new_files OK ok 349 - can't write new_files ok 350 - File::Monitor::Delta->can('created') ok 351 - read created OK ok 352 - can't write created ok 353 - File::Monitor::Delta->can('deleted') ok 354 - read deleted OK ok 355 - can't write deleted ok 356 - File::Monitor::Delta->can('mtime') ok 357 - read mtime OK ok 358 - can't write mtime ok 359 - File::Monitor::Delta->can('ctime') ok 360 - read ctime OK ok 361 - can't write ctime ok 362 - File::Monitor::Delta->can('uid') ok 363 - read uid OK ok 364 - can't write uid ok 365 - File::Monitor::Delta->can('gid') ok 366 - read gid OK ok 367 - can't write gid ok 368 - File::Monitor::Delta->can('mode') ok 369 - read mode OK ok 370 - can't write mode ok 371 - File::Monitor::Delta->can('size') ok 372 - read size OK ok 373 - can't write size ok 374 - File::Monitor::Delta->can('files_created') ok 375 - read files_created OK ok 376 - can't write files_created ok 377 - File::Monitor::Delta->can('files_deleted') ok 378 - read files_deleted OK ok 379 - can't write files_deleted ok 380 - File::Monitor::Delta->can('name') ok 381 - read name OK ok 382 - can't write name ok 383 - Deleted and created: files_deleted OK ok 384 - Deleted and created: files_created OK ok t/30.monitor..........1..464 # Test directory: /tmp/fmtest-25394 ok 1 - first scan, no changes ok 2 - Create one file: callback for /tmp/fmtest-25394/test0, ctime OK ok 3 - Create one file: callback for /tmp/fmtest-25394/test0, change OK ok 4 - Create one file: callback for /tmp/fmtest-25394/test0, mode OK ok 5 - Create one file: callback for /tmp/fmtest-25394/test0, time OK ok 6 - Create one file: callback for /tmp/fmtest-25394/test0, created OK ok 7 - Create one file: callback for /tmp/fmtest-25394/test0, metadata OK ok 8 - Create one file: callback for /tmp/fmtest-25394/test0, perms OK ok 9 - Create one file(/tmp/fmtest-25394/test0): change expected for /tmp/fmtest-25394/test0 ok 10 - Create one file(/tmp/fmtest-25394/test0): is_event('change') OK ok 11 - Create one file(/tmp/fmtest-25394/test0): is_event('created') OK ok 12 - Create one file(/tmp/fmtest-25394/test0): deleted is false ok 13 - Create one file(/tmp/fmtest-25394/test0): files_deleted matches ok 14 - Create one file(/tmp/fmtest-25394/test0): files_created matches ok 15 - Create one file(/tmp/fmtest-25394/test0): created is true ok 16 - Create one file(/tmp/fmtest-25394/test0): !is_event('deleted') OK ok 17 - Create one file(/tmp/fmtest-25394/test0): !is_event('directory') OK ok 18 - Create one file(/tmp/fmtest-25394/test0): !is_event('files_created') OK ok 19 - Create one file(/tmp/fmtest-25394/test0): !is_event('files_deleted') OK ok 20 - Create one file: all expected changes matched ok 21 - Create one file: no change ok 22 - Create two files: callback for /tmp/fmtest-25394/test1, ctime OK ok 23 - Create two files: callback for /tmp/fmtest-25394/test1, change OK ok 24 - Create two files: callback for /tmp/fmtest-25394/test1, mode OK ok 25 - Create two files: callback for /tmp/fmtest-25394/test1, time OK ok 26 - Create two files: callback for /tmp/fmtest-25394/test1, created OK ok 27 - Create two files: callback for /tmp/fmtest-25394/test1, metadata OK ok 28 - Create two files: callback for /tmp/fmtest-25394/test1, perms OK ok 29 - Create two files: callback for /tmp/fmtest-25394/test2, ctime OK ok 30 - Create two files: callback for /tmp/fmtest-25394/test2, change OK ok 31 - Create two files: callback for /tmp/fmtest-25394/test2, mode OK ok 32 - Create two files: callback for /tmp/fmtest-25394/test2, time OK ok 33 - Create two files: callback for /tmp/fmtest-25394/test2, created OK ok 34 - Create two files: callback for /tmp/fmtest-25394/test2, metadata OK ok 35 - Create two files: callback for /tmp/fmtest-25394/test2, perms OK ok 36 - Create two files(/tmp/fmtest-25394/test1): change expected for /tmp/fmtest-25394/test1 ok 37 - Create two files(/tmp/fmtest-25394/test1): is_event('change') OK ok 38 - Create two files(/tmp/fmtest-25394/test1): is_event('created') OK ok 39 - Create two files(/tmp/fmtest-25394/test1): deleted is false ok 40 - Create two files(/tmp/fmtest-25394/test1): created is true ok 41 - Create two files(/tmp/fmtest-25394/test1): !is_event('deleted') OK ok 42 - Create two files(/tmp/fmtest-25394/test1): !is_event('directory') OK ok 43 - Create two files(/tmp/fmtest-25394/test1): !is_event('files_created') OK ok 44 - Create two files(/tmp/fmtest-25394/test1): !is_event('files_deleted') OK ok 45 - Create two files(/tmp/fmtest-25394/test2): change expected for /tmp/fmtest-25394/test2 ok 46 - Create two files(/tmp/fmtest-25394/test2): is_event('change') OK ok 47 - Create two files(/tmp/fmtest-25394/test2): is_event('created') OK ok 48 - Create two files(/tmp/fmtest-25394/test2): deleted is false ok 49 - Create two files(/tmp/fmtest-25394/test2): files_deleted matches ok 50 - Create two files(/tmp/fmtest-25394/test2): files_created matches ok 51 - Create two files(/tmp/fmtest-25394/test2): created is true ok 52 - Create two files(/tmp/fmtest-25394/test2): !is_event('deleted') OK ok 53 - Create two files(/tmp/fmtest-25394/test2): !is_event('directory') OK ok 54 - Create two files(/tmp/fmtest-25394/test2): !is_event('files_created') OK ok 55 - Create two files(/tmp/fmtest-25394/test2): !is_event('files_deleted') OK ok 56 - Create two files: all expected changes matched ok 57 - Create two files: no change ok 58 - Create another file: callback for /tmp/fmtest-25394/test3, ctime OK ok 59 - Create another file: callback for /tmp/fmtest-25394/test3, change OK ok 60 - Create another file: callback for /tmp/fmtest-25394/test3, mode OK ok 61 - Create another file: callback for /tmp/fmtest-25394/test3, time OK ok 62 - Create another file: callback for /tmp/fmtest-25394/test3, created OK ok 63 - Create another file: callback for /tmp/fmtest-25394/test3, metadata OK ok 64 - Create another file: callback for /tmp/fmtest-25394/test3, perms OK ok 65 - Create another file(/tmp/fmtest-25394/test3): change expected for /tmp/fmtest-25394/test3 ok 66 - Create another file(/tmp/fmtest-25394/test3): is_event('change') OK ok 67 - Create another file(/tmp/fmtest-25394/test3): is_event('created') OK ok 68 - Create another file(/tmp/fmtest-25394/test3): deleted is false ok 69 - Create another file(/tmp/fmtest-25394/test3): files_deleted matches ok 70 - Create another file(/tmp/fmtest-25394/test3): files_created matches ok 71 - Create another file(/tmp/fmtest-25394/test3): created is true ok 72 - Create another file(/tmp/fmtest-25394/test3): !is_event('deleted') OK ok 73 - Create another file(/tmp/fmtest-25394/test3): !is_event('directory') OK ok 74 - Create another file(/tmp/fmtest-25394/test3): !is_event('files_created') OK ok 75 - Create another file(/tmp/fmtest-25394/test3): !is_event('files_deleted') OK ok 76 - Create another file: all expected changes matched ok 77 - Create another file: no change ok 78 - Extend file: callback for /tmp/fmtest-25394/test1, change OK ok 79 - Extend file: callback for /tmp/fmtest-25394/test1, metadata OK ok 80 - Extend file: callback for /tmp/fmtest-25394/test1, size OK ok 81 - Extend file(/tmp/fmtest-25394/test1): change expected for /tmp/fmtest-25394/test1 ok 82 - Extend file(/tmp/fmtest-25394/test1): is_event('change') OK ok 83 - Extend file(/tmp/fmtest-25394/test1): is_event('metadata') OK ok 84 - Extend file(/tmp/fmtest-25394/test1): is_event('size') OK ok 85 - Extend file(/tmp/fmtest-25394/test1): created is false ok 86 - Extend file(/tmp/fmtest-25394/test1): deleted is false ok 87 - Extend file(/tmp/fmtest-25394/test1): files_deleted matches ok 88 - Extend file(/tmp/fmtest-25394/test1): files_created matches ok 89 - Extend file(/tmp/fmtest-25394/test1): !is_event('created') OK ok 90 - Extend file(/tmp/fmtest-25394/test1): !is_event('deleted') OK ok 91 - Extend file(/tmp/fmtest-25394/test1): !is_event('directory') OK ok 92 - Extend file(/tmp/fmtest-25394/test1): !is_event('files_created') OK ok 93 - Extend file(/tmp/fmtest-25394/test1): !is_event('files_deleted') OK ok 94 - Extend file(/tmp/fmtest-25394/test1): size is > 0 ok 95 - Extend file: all expected changes matched ok 96 - Extend file: no change ok 97 - Create file in monitored directories: callback for /tmp/fmtest-25394/a/long/time/ago/test6, ctime OK ok 98 - Create file in monitored directories: callback for /tmp/fmtest-25394/a/long/time/ago/test6, change OK ok 99 - Create file in monitored directories: callback for /tmp/fmtest-25394/a/long/time/ago/test6, mode OK ok 100 - Create file in monitored directories: callback for /tmp/fmtest-25394/a/long/time/ago/test6, time OK ok 101 - Create file in monitored directories: callback for /tmp/fmtest-25394/a/long/time/ago/test6, created OK ok 102 - Create file in monitored directories: callback for /tmp/fmtest-25394/a/long/time/ago/test6, metadata OK ok 103 - Create file in monitored directories: callback for /tmp/fmtest-25394/a/long/time/ago/test6, perms OK ok 104 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): change expected for /tmp/fmtest-25394/a/long/time/ago ok 105 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): is_event('change') OK ok 106 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): is_event('directory') OK ok 107 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): is_event('files_created') OK ok 108 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): is_event('created') OK ok 109 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): deleted is false ok 110 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): files_deleted matches ok 111 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): files_created matches ok 112 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): created is true ok 113 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): !is_event('deleted') OK ok 114 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): !is_event('files_deleted') OK ok 115 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago/test6): change expected for /tmp/fmtest-25394/a/long/time/ago/test6 ok 116 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago/test6): is_event('change') OK ok 117 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago/test6): is_event('created') OK ok 118 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago/test6): deleted is false ok 119 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago/test6): created is true ok 120 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago/test6): !is_event('deleted') OK ok 121 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago/test6): !is_event('directory') OK ok 122 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago/test6): !is_event('files_created') OK ok 123 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago/test6): !is_event('files_deleted') OK ok 124 - Create file in monitored directories(/tmp/fmtest-25394/a): change expected for /tmp/fmtest-25394/a ok 125 - Create file in monitored directories(/tmp/fmtest-25394/a): is_event('change') OK ok 126 - Create file in monitored directories(/tmp/fmtest-25394/a): is_event('directory') OK ok 127 - Create file in monitored directories(/tmp/fmtest-25394/a): is_event('files_created') OK ok 128 - Create file in monitored directories(/tmp/fmtest-25394/a): is_event('created') OK ok 129 - Create file in monitored directories(/tmp/fmtest-25394/a): deleted is false ok 130 - Create file in monitored directories(/tmp/fmtest-25394/a): files_deleted matches ok 131 - Create file in monitored directories(/tmp/fmtest-25394/a): files_created matches ok 132 - Create file in monitored directories(/tmp/fmtest-25394/a): created is true ok 133 - Create file in monitored directories(/tmp/fmtest-25394/a): !is_event('deleted') OK ok 134 - Create file in monitored directories(/tmp/fmtest-25394/a): !is_event('files_deleted') OK ok 135 - Create file in monitored directories: all expected changes matched ok 136 - Create file in monitored directories: no change ok 137 - More files in monitored directories: callback for /tmp/fmtest-25394/a/long/dir/name/test5, ctime OK ok 138 - More files in monitored directories: callback for /tmp/fmtest-25394/a/long/dir/name/test5, change OK ok 139 - More files in monitored directories: callback for /tmp/fmtest-25394/a/long/dir/name/test5, mode OK ok 140 - More files in monitored directories: callback for /tmp/fmtest-25394/a/long/dir/name/test5, time OK ok 141 - More files in monitored directories: callback for /tmp/fmtest-25394/a/long/dir/name/test5, created OK ok 142 - More files in monitored directories: callback for /tmp/fmtest-25394/a/long/dir/name/test5, metadata OK ok 143 - More files in monitored directories: callback for /tmp/fmtest-25394/a/long/dir/name/test5, perms OK ok 144 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): change expected for /tmp/fmtest-25394/a/long/dir/name ok 145 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): is_event('change') OK ok 146 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): is_event('directory') OK ok 147 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): is_event('files_created') OK ok 148 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): is_event('created') OK ok 149 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): deleted is false ok 150 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): files_deleted matches ok 151 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): files_created matches ok 152 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): created is true ok 153 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): !is_event('deleted') OK ok 154 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): !is_event('files_deleted') OK ok 155 - More files in monitored directories(/tmp/fmtest-25394/a): change expected for /tmp/fmtest-25394/a ok 156 - More files in monitored directories(/tmp/fmtest-25394/a): is_event('change') OK ok 157 - More files in monitored directories(/tmp/fmtest-25394/a): is_event('directory') OK ok 158 - More files in monitored directories(/tmp/fmtest-25394/a): is_event('files_created') OK ok 159 - More files in monitored directories(/tmp/fmtest-25394/a): deleted is false ok 160 - More files in monitored directories(/tmp/fmtest-25394/a): created is false ok 161 - More files in monitored directories(/tmp/fmtest-25394/a): files_deleted matches ok 162 - More files in monitored directories(/tmp/fmtest-25394/a): files_created matches ok 163 - More files in monitored directories(/tmp/fmtest-25394/a): !is_event('deleted') OK ok 164 - More files in monitored directories(/tmp/fmtest-25394/a): !is_event('created') OK ok 165 - More files in monitored directories(/tmp/fmtest-25394/a): !is_event('files_deleted') OK ok 166 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name/test5): change expected for /tmp/fmtest-25394/a/long/dir/name/test5 ok 167 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name/test5): is_event('change') OK ok 168 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name/test5): is_event('created') OK ok 169 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name/test5): deleted is false ok 170 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name/test5): created is true ok 171 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name/test5): !is_event('deleted') OK ok 172 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name/test5): !is_event('directory') OK ok 173 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name/test5): !is_event('files_created') OK ok 174 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name/test5): !is_event('files_deleted') OK ok 175 - More files in monitored directories: all expected changes matched ok 176 - More files in monitored directories: no change ok 177 - Delete file: callback for /tmp/fmtest-25394/a/long/dir/name/test5, ctime OK ok 178 - Delete file: callback for /tmp/fmtest-25394/a/long/dir/name/test5, change OK ok 179 - Delete file: callback for /tmp/fmtest-25394/a/long/dir/name/test5, mode OK ok 180 - Delete file: callback for /tmp/fmtest-25394/a/long/dir/name/test5, time OK ok 181 - Delete file: callback for /tmp/fmtest-25394/a/long/dir/name/test5, deleted OK ok 182 - Delete file: callback for /tmp/fmtest-25394/a/long/dir/name/test5, metadata OK ok 183 - Delete file: callback for /tmp/fmtest-25394/a/long/dir/name/test5, perms OK ok 184 - Delete file(/tmp/fmtest-25394/a/long/dir/name): change expected for /tmp/fmtest-25394/a/long/dir/name ok 185 - Delete file(/tmp/fmtest-25394/a/long/dir/name): is_event('change') OK ok 186 - Delete file(/tmp/fmtest-25394/a/long/dir/name): is_event('directory') OK ok 187 - Delete file(/tmp/fmtest-25394/a/long/dir/name): is_event('files_deleted') OK ok 188 - Delete file(/tmp/fmtest-25394/a/long/dir/name): deleted is false ok 189 - Delete file(/tmp/fmtest-25394/a/long/dir/name): created is false ok 190 - Delete file(/tmp/fmtest-25394/a/long/dir/name): files_deleted matches ok 191 - Delete file(/tmp/fmtest-25394/a/long/dir/name): files_created matches ok 192 - Delete file(/tmp/fmtest-25394/a/long/dir/name): !is_event('deleted') OK ok 193 - Delete file(/tmp/fmtest-25394/a/long/dir/name): !is_event('created') OK ok 194 - Delete file(/tmp/fmtest-25394/a/long/dir/name): !is_event('files_created') OK ok 195 - Delete file(/tmp/fmtest-25394/a): change expected for /tmp/fmtest-25394/a ok 196 - Delete file(/tmp/fmtest-25394/a): is_event('change') OK ok 197 - Delete file(/tmp/fmtest-25394/a): is_event('directory') OK ok 198 - Delete file(/tmp/fmtest-25394/a): is_event('files_deleted') OK ok 199 - Delete file(/tmp/fmtest-25394/a): deleted is false ok 200 - Delete file(/tmp/fmtest-25394/a): created is false ok 201 - Delete file(/tmp/fmtest-25394/a): files_deleted matches ok 202 - Delete file(/tmp/fmtest-25394/a): files_created matches ok 203 - Delete file(/tmp/fmtest-25394/a): !is_event('deleted') OK ok 204 - Delete file(/tmp/fmtest-25394/a): !is_event('created') OK ok 205 - Delete file(/tmp/fmtest-25394/a): !is_event('files_created') OK ok 206 - Delete file(/tmp/fmtest-25394/a/long/dir/name/test5): change expected for /tmp/fmtest-25394/a/long/dir/name/test5 ok 207 - Delete file(/tmp/fmtest-25394/a/long/dir/name/test5): is_event('change') OK ok 208 - Delete file(/tmp/fmtest-25394/a/long/dir/name/test5): is_event('deleted') OK ok 209 - Delete file(/tmp/fmtest-25394/a/long/dir/name/test5): created is false ok 210 - Delete file(/tmp/fmtest-25394/a/long/dir/name/test5): deleted is true ok 211 - Delete file(/tmp/fmtest-25394/a/long/dir/name/test5): !is_event('created') OK ok 212 - Delete file(/tmp/fmtest-25394/a/long/dir/name/test5): !is_event('directory') OK ok 213 - Delete file(/tmp/fmtest-25394/a/long/dir/name/test5): !is_event('files_created') OK ok 214 - Delete file(/tmp/fmtest-25394/a/long/dir/name/test5): !is_event('files_deleted') OK ok 215 - Delete file: all expected changes matched ok 216 - Delete file: no change ok 217 - Delete directory(/tmp/fmtest-25394/a/long/dir/name): change expected for /tmp/fmtest-25394/a/long/dir/name ok 218 - Delete directory(/tmp/fmtest-25394/a/long/dir/name): is_event('change') OK ok 219 - Delete directory(/tmp/fmtest-25394/a/long/dir/name): is_event('deleted') OK ok 220 - Delete directory(/tmp/fmtest-25394/a/long/dir/name): created is false ok 221 - Delete directory(/tmp/fmtest-25394/a/long/dir/name): deleted is true ok 222 - Delete directory(/tmp/fmtest-25394/a/long/dir/name): !is_event('directory') OK ok 223 - Delete directory(/tmp/fmtest-25394/a/long/dir/name): !is_event('created') OK ok 224 - Delete directory(/tmp/fmtest-25394/a/long/dir/name): !is_event('files_created') OK ok 225 - Delete directory(/tmp/fmtest-25394/a/long/dir/name): !is_event('files_deleted') OK ok 226 - Delete directory(/tmp/fmtest-25394/a): change expected for /tmp/fmtest-25394/a ok 227 - Delete directory(/tmp/fmtest-25394/a): deleted is false ok 228 - Delete directory(/tmp/fmtest-25394/a): created is false ok 229 - Delete directory(/tmp/fmtest-25394/a): files_deleted matches ok 230 - Delete directory(/tmp/fmtest-25394/a): files_created matches ok 231 - Delete directory: all expected changes matched ok 232 - Delete directory: no change ok 233 - first scan, no changes ok 234 - Create one file: callback for /tmp/fmtest-25394/test0, ctime OK ok 235 - Create one file: callback for /tmp/fmtest-25394/test0, change OK ok 236 - Create one file: callback for /tmp/fmtest-25394/test0, mode OK ok 237 - Create one file: callback for /tmp/fmtest-25394/test0, time OK ok 238 - Create one file: callback for /tmp/fmtest-25394/test0, created OK ok 239 - Create one file: callback for /tmp/fmtest-25394/test0, metadata OK ok 240 - Create one file: callback for /tmp/fmtest-25394/test0, perms OK ok 241 - Create one file(/tmp/fmtest-25394/test0): change expected for /tmp/fmtest-25394/test0 ok 242 - Create one file(/tmp/fmtest-25394/test0): is_event('change') OK ok 243 - Create one file(/tmp/fmtest-25394/test0): is_event('created') OK ok 244 - Create one file(/tmp/fmtest-25394/test0): deleted is false ok 245 - Create one file(/tmp/fmtest-25394/test0): files_deleted matches ok 246 - Create one file(/tmp/fmtest-25394/test0): files_created matches ok 247 - Create one file(/tmp/fmtest-25394/test0): created is true ok 248 - Create one file(/tmp/fmtest-25394/test0): !is_event('deleted') OK ok 249 - Create one file(/tmp/fmtest-25394/test0): !is_event('directory') OK ok 250 - Create one file(/tmp/fmtest-25394/test0): !is_event('files_created') OK ok 251 - Create one file(/tmp/fmtest-25394/test0): !is_event('files_deleted') OK ok 252 - Create one file: all expected changes matched ok 253 - Create one file: no change ok 254 - Create two files: callback for /tmp/fmtest-25394/test1, ctime OK ok 255 - Create two files: callback for /tmp/fmtest-25394/test1, change OK ok 256 - Create two files: callback for /tmp/fmtest-25394/test1, mode OK ok 257 - Create two files: callback for /tmp/fmtest-25394/test1, time OK ok 258 - Create two files: callback for /tmp/fmtest-25394/test1, created OK ok 259 - Create two files: callback for /tmp/fmtest-25394/test1, metadata OK ok 260 - Create two files: callback for /tmp/fmtest-25394/test1, perms OK ok 261 - Create two files: callback for /tmp/fmtest-25394/test2, ctime OK ok 262 - Create two files: callback for /tmp/fmtest-25394/test2, change OK ok 263 - Create two files: callback for /tmp/fmtest-25394/test2, mode OK ok 264 - Create two files: callback for /tmp/fmtest-25394/test2, time OK ok 265 - Create two files: callback for /tmp/fmtest-25394/test2, created OK ok 266 - Create two files: callback for /tmp/fmtest-25394/test2, metadata OK ok 267 - Create two files: callback for /tmp/fmtest-25394/test2, perms OK ok 268 - Create two files(/tmp/fmtest-25394/test1): change expected for /tmp/fmtest-25394/test1 ok 269 - Create two files(/tmp/fmtest-25394/test1): is_event('change') OK ok 270 - Create two files(/tmp/fmtest-25394/test1): is_event('created') OK ok 271 - Create two files(/tmp/fmtest-25394/test1): deleted is false ok 272 - Create two files(/tmp/fmtest-25394/test1): created is true ok 273 - Create two files(/tmp/fmtest-25394/test1): !is_event('deleted') OK ok 274 - Create two files(/tmp/fmtest-25394/test1): !is_event('directory') OK ok 275 - Create two files(/tmp/fmtest-25394/test1): !is_event('files_created') OK ok 276 - Create two files(/tmp/fmtest-25394/test1): !is_event('files_deleted') OK ok 277 - Create two files(/tmp/fmtest-25394/test2): change expected for /tmp/fmtest-25394/test2 ok 278 - Create two files(/tmp/fmtest-25394/test2): is_event('change') OK ok 279 - Create two files(/tmp/fmtest-25394/test2): is_event('created') OK ok 280 - Create two files(/tmp/fmtest-25394/test2): deleted is false ok 281 - Create two files(/tmp/fmtest-25394/test2): files_deleted matches ok 282 - Create two files(/tmp/fmtest-25394/test2): files_created matches ok 283 - Create two files(/tmp/fmtest-25394/test2): created is true ok 284 - Create two files(/tmp/fmtest-25394/test2): !is_event('deleted') OK ok 285 - Create two files(/tmp/fmtest-25394/test2): !is_event('directory') OK ok 286 - Create two files(/tmp/fmtest-25394/test2): !is_event('files_created') OK ok 287 - Create two files(/tmp/fmtest-25394/test2): !is_event('files_deleted') OK ok 288 - Create two files: all expected changes matched ok 289 - Create two files: no change ok 290 - Create another file: callback for /tmp/fmtest-25394/test3, ctime OK ok 291 - Create another file: callback for /tmp/fmtest-25394/test3, change OK ok 292 - Create another file: callback for /tmp/fmtest-25394/test3, mode OK ok 293 - Create another file: callback for /tmp/fmtest-25394/test3, time OK ok 294 - Create another file: callback for /tmp/fmtest-25394/test3, created OK ok 295 - Create another file: callback for /tmp/fmtest-25394/test3, metadata OK ok 296 - Create another file: callback for /tmp/fmtest-25394/test3, perms OK ok 297 - Create another file(/tmp/fmtest-25394/test3): change expected for /tmp/fmtest-25394/test3 ok 298 - Create another file(/tmp/fmtest-25394/test3): is_event('change') OK ok 299 - Create another file(/tmp/fmtest-25394/test3): is_event('created') OK ok 300 - Create another file(/tmp/fmtest-25394/test3): deleted is false ok 301 - Create another file(/tmp/fmtest-25394/test3): files_deleted matches ok 302 - Create another file(/tmp/fmtest-25394/test3): files_created matches ok 303 - Create another file(/tmp/fmtest-25394/test3): created is true ok 304 - Create another file(/tmp/fmtest-25394/test3): !is_event('deleted') OK ok 305 - Create another file(/tmp/fmtest-25394/test3): !is_event('directory') OK ok 306 - Create another file(/tmp/fmtest-25394/test3): !is_event('files_created') OK ok 307 - Create another file(/tmp/fmtest-25394/test3): !is_event('files_deleted') OK ok 308 - Create another file: all expected changes matched ok 309 - Create another file: no change ok 310 - Extend file: callback for /tmp/fmtest-25394/test1, change OK ok 311 - Extend file: callback for /tmp/fmtest-25394/test1, metadata OK ok 312 - Extend file: callback for /tmp/fmtest-25394/test1, size OK ok 313 - Extend file(/tmp/fmtest-25394/test1): change expected for /tmp/fmtest-25394/test1 ok 314 - Extend file(/tmp/fmtest-25394/test1): is_event('change') OK ok 315 - Extend file(/tmp/fmtest-25394/test1): is_event('metadata') OK ok 316 - Extend file(/tmp/fmtest-25394/test1): is_event('size') OK ok 317 - Extend file(/tmp/fmtest-25394/test1): created is false ok 318 - Extend file(/tmp/fmtest-25394/test1): deleted is false ok 319 - Extend file(/tmp/fmtest-25394/test1): files_deleted matches ok 320 - Extend file(/tmp/fmtest-25394/test1): files_created matches ok 321 - Extend file(/tmp/fmtest-25394/test1): !is_event('created') OK ok 322 - Extend file(/tmp/fmtest-25394/test1): !is_event('deleted') OK ok 323 - Extend file(/tmp/fmtest-25394/test1): !is_event('directory') OK ok 324 - Extend file(/tmp/fmtest-25394/test1): !is_event('files_created') OK ok 325 - Extend file(/tmp/fmtest-25394/test1): !is_event('files_deleted') OK ok 326 - Extend file(/tmp/fmtest-25394/test1): size is > 0 ok 327 - Extend file: all expected changes matched ok 328 - Extend file: no change ok 329 - Create file in monitored directories: callback for /tmp/fmtest-25394/a/long/time/ago/test6, ctime OK ok 330 - Create file in monitored directories: callback for /tmp/fmtest-25394/a/long/time/ago/test6, change OK ok 331 - Create file in monitored directories: callback for /tmp/fmtest-25394/a/long/time/ago/test6, mode OK ok 332 - Create file in monitored directories: callback for /tmp/fmtest-25394/a/long/time/ago/test6, time OK ok 333 - Create file in monitored directories: callback for /tmp/fmtest-25394/a/long/time/ago/test6, created OK ok 334 - Create file in monitored directories: callback for /tmp/fmtest-25394/a/long/time/ago/test6, metadata OK ok 335 - Create file in monitored directories: callback for /tmp/fmtest-25394/a/long/time/ago/test6, perms OK ok 336 - Create file in monitored directories(/tmp/fmtest-25394/a): change expected for /tmp/fmtest-25394/a ok 337 - Create file in monitored directories(/tmp/fmtest-25394/a): is_event('change') OK ok 338 - Create file in monitored directories(/tmp/fmtest-25394/a): is_event('directory') OK ok 339 - Create file in monitored directories(/tmp/fmtest-25394/a): is_event('files_created') OK ok 340 - Create file in monitored directories(/tmp/fmtest-25394/a): is_event('created') OK ok 341 - Create file in monitored directories(/tmp/fmtest-25394/a): deleted is false ok 342 - Create file in monitored directories(/tmp/fmtest-25394/a): files_deleted matches ok 343 - Create file in monitored directories(/tmp/fmtest-25394/a): files_created matches ok 344 - Create file in monitored directories(/tmp/fmtest-25394/a): created is true ok 345 - Create file in monitored directories(/tmp/fmtest-25394/a): !is_event('deleted') OK ok 346 - Create file in monitored directories(/tmp/fmtest-25394/a): !is_event('files_deleted') OK ok 347 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): change expected for /tmp/fmtest-25394/a/long/time/ago ok 348 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): is_event('change') OK ok 349 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): is_event('directory') OK ok 350 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): is_event('files_created') OK ok 351 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): is_event('created') OK ok 352 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): deleted is false ok 353 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): files_deleted matches ok 354 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): files_created matches ok 355 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): created is true ok 356 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): !is_event('deleted') OK ok 357 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago): !is_event('files_deleted') OK ok 358 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago/test6): change expected for /tmp/fmtest-25394/a/long/time/ago/test6 ok 359 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago/test6): is_event('change') OK ok 360 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago/test6): is_event('created') OK ok 361 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago/test6): deleted is false ok 362 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago/test6): created is true ok 363 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago/test6): !is_event('deleted') OK ok 364 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago/test6): !is_event('directory') OK ok 365 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago/test6): !is_event('files_created') OK ok 366 - Create file in monitored directories(/tmp/fmtest-25394/a/long/time/ago/test6): !is_event('files_deleted') OK ok 367 - Create file in monitored directories: all expected changes matched ok 368 - Create file in monitored directories: no change ok 369 - More files in monitored directories: callback for /tmp/fmtest-25394/a/long/dir/name/test5, ctime OK ok 370 - More files in monitored directories: callback for /tmp/fmtest-25394/a/long/dir/name/test5, change OK ok 371 - More files in monitored directories: callback for /tmp/fmtest-25394/a/long/dir/name/test5, mode OK ok 372 - More files in monitored directories: callback for /tmp/fmtest-25394/a/long/dir/name/test5, time OK ok 373 - More files in monitored directories: callback for /tmp/fmtest-25394/a/long/dir/name/test5, created OK ok 374 - More files in monitored directories: callback for /tmp/fmtest-25394/a/long/dir/name/test5, metadata OK ok 375 - More files in monitored directories: callback for /tmp/fmtest-25394/a/long/dir/name/test5, perms OK ok 376 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name/test5): change expected for /tmp/fmtest-25394/a/long/dir/name/test5 ok 377 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name/test5): is_event('change') OK ok 378 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name/test5): is_event('created') OK ok 379 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name/test5): deleted is false ok 380 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name/test5): created is true ok 381 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name/test5): !is_event('deleted') OK ok 382 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name/test5): !is_event('directory') OK ok 383 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name/test5): !is_event('files_created') OK ok 384 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name/test5): !is_event('files_deleted') OK ok 385 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): change expected for /tmp/fmtest-25394/a/long/dir/name ok 386 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): is_event('change') OK ok 387 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): is_event('directory') OK ok 388 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): is_event('files_created') OK ok 389 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): is_event('created') OK ok 390 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): deleted is false ok 391 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): files_deleted matches ok 392 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): files_created matches ok 393 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): created is true ok 394 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): !is_event('deleted') OK ok 395 - More files in monitored directories(/tmp/fmtest-25394/a/long/dir/name): !is_event('files_deleted') OK ok 396 - More files in monitored directories(/tmp/fmtest-25394/a): change expected for /tmp/fmtest-25394/a ok 397 - More files in monitored directories(/tmp/fmtest-25394/a): is_event('change') OK ok 398 - More files in monitored directories(/tmp/fmtest-25394/a): is_event('directory') OK ok 399 - More files in monitored directories(/tmp/fmtest-25394/a): is_event('files_created') OK ok 400 - More files in monitored directories(/tmp/fmtest-25394/a): deleted is false ok 401 - More files in monitored directories(/tmp/fmtest-25394/a): created is false ok 402 - More files in monitored directories(/tmp/fmtest-25394/a): files_deleted matches ok 403 - More files in monitored directories(/tmp/fmtest-25394/a): files_created matches ok 404 - More files in monitored directories(/tmp/fmtest-25394/a): !is_event('deleted') OK ok 405 - More files in monitored directories(/tmp/fmtest-25394/a): !is_event('created') OK ok 406 - More files in monitored directories(/tmp/fmtest-25394/a): !is_event('files_deleted') OK ok 407 - More files in monitored directories: all expected changes matched ok 408 - More files in monitored directories: no change ok 409 - Delete file: callback for /tmp/fmtest-25394/a/long/dir/name/test5, ctime OK ok 410 - Delete file: callback for /tmp/fmtest-25394/a/long/dir/name/test5, change OK ok 411 - Delete file: callback for /tmp/fmtest-25394/a/long/dir/name/test5, mode OK ok 412 - Delete file: callback for /tmp/fmtest-25394/a/long/dir/name/test5, time OK ok 413 - Delete file: callback for /tmp/fmtest-25394/a/long/dir/name/test5, deleted OK ok 414 - Delete file: callback for /tmp/fmtest-25394/a/long/dir/name/test5, metadata OK ok 415 - Delete file: callback for /tmp/fmtest-25394/a/long/dir/name/test5, perms OK ok 416 - Delete file(/tmp/fmtest-25394/a/long/dir/name/test5): change expected for /tmp/fmtest-25394/a/long/dir/name/test5 ok 417 - Delete file(/tmp/fmtest-25394/a/long/dir/name/test5): is_event('change') OK ok 418 - Delete file(/tmp/fmtest-25394/a/long/dir/name/test5): is_event('deleted') OK ok 419 - Delete file(/tmp/fmtest-25394/a/long/dir/name/test5): created is false ok 420 - Delete file(/tmp/fmtest-25394/a/long/dir/name/test5): deleted is true ok 421 - Delete file(/tmp/fmtest-25394/a/long/dir/name/test5): !is_event('created') OK ok 422 - Delete file(/tmp/fmtest-25394/a/long/dir/name/test5): !is_event('directory') OK ok 423 - Delete file(/tmp/fmtest-25394/a/long/dir/name/test5): !is_event('files_created') OK ok 424 - Delete file(/tmp/fmtest-25394/a/long/dir/name/test5): !is_event('files_deleted') OK ok 425 - Delete file(/tmp/fmtest-25394/a/long/dir/name): change expected for /tmp/fmtest-25394/a/long/dir/name ok 426 - Delete file(/tmp/fmtest-25394/a/long/dir/name): is_event('change') OK ok 427 - Delete file(/tmp/fmtest-25394/a/long/dir/name): is_event('directory') OK ok 428 - Delete file(/tmp/fmtest-25394/a/long/dir/name): is_event('files_deleted') OK ok 429 - Delete file(/tmp/fmtest-25394/a/long/dir/name): deleted is false ok 430 - Delete file(/tmp/fmtest-25394/a/long/dir/name): created is false ok 431 - Delete file(/tmp/fmtest-25394/a/long/dir/name): files_deleted matches ok 432 - Delete file(/tmp/fmtest-25394/a/long/dir/name): files_created matches ok 433 - Delete file(/tmp/fmtest-25394/a/long/dir/name): !is_event('deleted') OK ok 434 - Delete file(/tmp/fmtest-25394/a/long/dir/name): !is_event('created') OK ok 435 - Delete file(/tmp/fmtest-25394/a/long/dir/name): !is_event('files_created') OK ok 436 - Delete file(/tmp/fmtest-25394/a): change expected for /tmp/fmtest-25394/a ok 437 - Delete file(/tmp/fmtest-25394/a): is_event('change') OK ok 438 - Delete file(/tmp/fmtest-25394/a): is_event('directory') OK ok 439 - Delete file(/tmp/fmtest-25394/a): is_event('files_deleted') OK ok 440 - Delete file(/tmp/fmtest-25394/a): deleted is false ok 441 - Delete file(/tmp/fmtest-25394/a): created is false ok 442 - Delete file(/tmp/fmtest-25394/a): files_deleted matches ok 443 - Delete file(/tmp/fmtest-25394/a): files_created matches ok 444 - Delete file(/tmp/fmtest-25394/a): !is_event('deleted') OK ok 445 - Delete file(/tmp/fmtest-25394/a): !is_event('created') OK ok 446 - Delete file(/tmp/fmtest-25394/a): !is_event('files_created') OK ok 447 - Delete file: all expected changes matched ok 448 - Delete file: no change ok 449 - Delete directory(/tmp/fmtest-25394/a/long/dir/name): change expected for /tmp/fmtest-25394/a/long/dir/name ok 450 - Delete directory(/tmp/fmtest-25394/a/long/dir/name): is_event('change') OK ok 451 - Delete directory(/tmp/fmtest-25394/a/long/dir/name): is_event('deleted') OK ok 452 - Delete directory(/tmp/fmtest-25394/a/long/dir/name): created is false ok 453 - Delete directory(/tmp/fmtest-25394/a/long/dir/name): deleted is true ok 454 - Delete directory(/tmp/fmtest-25394/a/long/dir/name): !is_event('directory') OK ok 455 - Delete directory(/tmp/fmtest-25394/a/long/dir/name): !is_event('created') OK ok 456 - Delete directory(/tmp/fmtest-25394/a/long/dir/name): !is_event('files_created') OK ok 457 - Delete directory(/tmp/fmtest-25394/a/long/dir/name): !is_event('files_deleted') OK ok 458 - Delete directory(/tmp/fmtest-25394/a): change expected for /tmp/fmtest-25394/a ok 459 - Delete directory(/tmp/fmtest-25394/a): deleted is false ok 460 - Delete directory(/tmp/fmtest-25394/a): created is false ok 461 - Delete directory(/tmp/fmtest-25394/a): files_deleted matches ok 462 - Delete directory(/tmp/fmtest-25394/a): files_created matches ok 463 - Delete directory: all expected changes matched ok 464 - Delete directory: no change ok t/40.relocate.........1..11 # Test directory: /tmp/fmtest-25395 ok 1 - first scan, no changes ok 2 - Create directories: monitor relocated ok 3 - Create directories: changes match ok 4 - Create files: monitor relocated ok 5 - Create files: changes match ok 6 - Create more directories: monitor relocated ok 7 - Create more directories: changes match ok 8 - Delete files: monitor relocated ok 9 - Delete files: changes match ok 10 - Delete directories: monitor relocated ok 11 - Delete directories: changes match ok t/50.freeze...........1..26 # Test directory: /tmp/fmtest-25396 ok 1 - first scan, no changes ok 2 - Create directories: freeze OK ok 3 - Create directories: thaw OK ok 4 - The object isa File::Monitor ok 5 - Create directories: monitor relocated ok 6 - Create directories: changes match ok 7 - Create files: freeze OK ok 8 - Create files: thaw OK ok 9 - The object isa File::Monitor ok 10 - Create files: monitor relocated ok 11 - Create files: changes match ok 12 - Create more directories: freeze OK ok 13 - Create more directories: thaw OK ok 14 - The object isa File::Monitor ok 15 - Create more directories: monitor relocated ok 16 - Create more directories: changes match ok 17 - Delete files: freeze OK ok 18 - Delete files: thaw OK ok 19 - The object isa File::Monitor ok 20 - Delete files: monitor relocated ok 21 - Delete files: changes match ok 22 - Delete directories: freeze OK ok 23 - Delete directories: thaw OK ok 24 - The object isa File::Monitor ok 25 - Delete directories: monitor relocated ok 26 - Delete directories: changes match ok t/pod-coverage........1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.................1..0 # Skip Test::Pod 1.14 required for testing POD skipped all skipped: Test::Pod 1.14 required for testing POD All tests successful, 2 tests skipped. Files=8, Tests=926, 18 wallclock secs (14.60 cusr + 1.46 csys = 16.06 CPU) Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/File/Monitor.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/File/Monitor/Delta.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/File/Monitor/Base.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/File/Monitor/Object.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/File::Monitor::Delta.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/File::Monitor::Base.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/File::Monitor::Object.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/File::Monitor.3 Writing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi/auto/File/Monitor/.packlist Appending installation info to /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi/perllocal.pod