• Reports by commit
  • Recent reports
  • Perl5 CoreSmokeDB
  • Github
  • Changes
  • Smoke [smoke-me/khw-global_struct] v5.29.6-74-g20214c5c5e FAIL(F) freebsd 12.0-RELEASE (amd64/1 cpu)

    Date: Fri, 28 Dec 2018 22:36:55 -0600 (CST)
    Message-ID: <201812290436.wBT4at2h032600@cjg-freebsd12>
    Subject: Smoke [smoke-me/khw-global_struct] v5.29.6-74-g20214c5c5e FAIL(F) freebsd 12.0-RELEASE (amd64/1 cpu)
    
    Automated smoke report for branch smoke-me/khw-global_struct 5.29.7 patch 20214c5c5ef1bf3d846de71a45314bdac71938ba v5.29.6-74-g20214c5c5e
    cjg-freebsd12: Intel(R) Xeon(R) CPU           L5640  @ 2.27GHz (amd64/1 cpu)
        on        freebsd - 12.0-RELEASE
        using     clang version 4.2.1 Compatible FreeBSD Clang 6.0.1 (tags/RELEASE_601/final 335540)
        smoketime 4 hours 29 minutes (average 33 minutes 38 seconds)
    
    Summary: FAIL(F)
    
    O = OK  F = Failure(s), extended report at the bottom
    X = Failure(s) under TEST but not under harness
    ? = still running or test results not (yet) available
    Build failures during:       - = unknown or N/A
    c = Configure, m = make, M = make (after miniperl), t = make test-prep
    
    v5.29.6-74-g20214c5c5e  Configuration (common) -Dcc=clang
    ----------- ---------------------------------------------------------
    F O         
    F O         -Duse64bitall
    F O         -Duseithreads
    F O         -Duseithreads -Duse64bitall
    | +--------- -DDEBUGGING
    +----------- no debugging
    
    
    Locally applied patches:
        SMOKE20214c5c5ef1bf3d846de71a45314bdac71938ba
    
    Testsuite was run only with 'harness'
    
    Tests skipped on user request:
        # One test name on a line
    Failures: (common-args) -Dcc=clang
    [default] 
    [default] -Duse64bitall
    ../t/re/anyof.t.............................................FAILED
        1-36, 237-240, 243-244, 259-260, 301-304
        307-308, 317-320, 323-324, 333, 339-340
        349-352, 355-356, 365, 371-372, 419-421
        423, 425-426, 428, 430-438, 447-455, 457
        459-460, 462, 464-472, 481-489, 491, 493-494
        496, 498-506, 515-523, 525, 527-528, 530
        532-540, 549-557, 559, 561-562, 564, 566-635
        638-648, 650, 652-655, 657, 660-668, 671-672
        675-677, 693-696, 710-712, 719-722, 725-727
        743-751, 763-765, 779-780, 783-785, 788-790
        802-804, 821-823, 839-842, 856-858, 860-864
        866-867, 878-879, 881-883, 916-917, 919-921
        938-940, 954-955, 957-959, 962-966, 968-970
        973-982, 984-985, 988, 991-993, 996, 998-1121
        1124-1266
    ../t/re/pat.t...............................................FAILED
        761
    ../ext/re/t/regop.t.........................................FAILED
        1, 30-31
        Bad plan.  You planned 54 tests but ran 31.
    
    [default] -Duseithreads
    [default] -Duseithreads -Duse64bitall
    ../t/re/anyof.t.............................................FAILED
        1-36, 237-240, 243-244, 259-260, 301-304
        307-308, 317-320, 323-324, 333, 339-340
        349-352, 355-356, 365, 371-372, 419-421
        423, 425-426, 428, 430-438, 447-455, 457
        459-460, 462, 464-472, 481-489, 491, 493-494
        496, 498-506, 515-523, 525, 527-528, 530
        532-540, 549-557, 559, 561-562, 564, 566-635
        638-648, 650, 652-655, 657, 660-668, 671-672
        675-677, 693-696, 710-712, 719-722, 725-727
        743-751, 763-765, 779-780, 783-785, 788-790
        802-804, 821-823, 839-842, 856-858, 860-864
        866-867, 878-879, 881-883, 916-917, 919-921
        938-940, 954-955, 957-959, 962-966, 968-970
        973-982, 984-985, 988, 991-993, 996, 998-1121
        1124-1266
    ../t/re/pat.t...............................................FAILED
        761
    ../t/re/pat_thr.t...........................................FAILED
        761
    ../ext/re/t/regop.t.........................................FAILED
        1, 30-31
        Bad plan.  You planned 54 tests but ran 31.
    
    Compiler messages(gcc):
    op.c:1313:1: warning: mutex 'my_vars->Gop_mutex' is still held at the end of function [-Wthread-safety-analysis]
    op.c:1312:5: note: mutex acquired here
    ./op.h:595:29: note: expanded from macro 'OP_REFCNT_LOCK'
    ./thread.h:216:14: note: expanded from macro 'MUTEX_LOCK'
    ./thread.h:209:40: note: expanded from macro 'perl_pthread_mutex_lock'
    op.c:1323:5: warning: releasing mutex 'my_vars->Gop_mutex' that was not held [-Wthread-safety-analysis]
    ./op.h:596:31: note: expanded from macro 'OP_REFCNT_UNLOCK'
    ./thread.h:224:14: note: expanded from macro 'MUTEX_UNLOCK'
    ./thread.h:210:42: note: expanded from macro 'perl_pthread_mutex_unlock'
    util.c:2602:1: warning: mutex 'my_vars->Gperlio_mutex' is still held at the end of function [-Wthread-safety-analysis]
    util.c:2595:5: note: mutex acquired here
    util.c:2602:1: warning: mutex 'my_vars->Gop_mutex' is still held at the end of function [-Wthread-safety-analysis]
    util.c:2600:5: note: mutex acquired here
    util.c:2621:5: warning: releasing mutex 'my_vars->Gperlio_mutex' that was not held [-Wthread-safety-analysis]
    util.c:2626:5: warning: releasing mutex 'my_vars->Gop_mutex' that was not held [-Wthread-safety-analysis]
    perlio.c:2280:2: warning: releasing mutex 'my_vars->Gperlio_mutex' that was not held [-Wthread-safety-analysis]
    threads.xs:287:13: warning: releasing mutex 'thread->mutex' that was not held [-Wthread-safety-analysis]
    ../../thread.h:224:14: note: expanded from macro 'MUTEX_UNLOCK'
    ../../thread.h:210:42: note: expanded from macro 'perl_pthread_mutex_unlock'
    threads.xs:293:5: warning: releasing mutex 'thread->mutex' that was not held [-Wthread-safety-analysis]
    threads.xs:406:1: warning: mutex 'thread->mutex' is still held at the end of function [-Wthread-safety-analysis]
    threads.xs:403:5: note: mutex acquired here
    ../../thread.h:216:14: note: expanded from macro 'MUTEX_LOCK'
    ../../thread.h:209:40: note: expanded from macro 'perl_pthread_mutex_lock'
    threads.xs:692:1: warning: mutex 'thread->mutex' is still held at the end of function [-Wthread-safety-analysis]
    threads.xs:684:5: note: mutex acquired here
    threads.xs:772:9: warning: releasing mutex 'my_pool->create_destruct_mutex' that was not held [-Wthread-safety-analysis]
    threads.xs:1018:9: warning: releasing mutex 'my_pool->create_destruct_mutex' that was not held [-Wthread-safety-analysis]
    threads.xs:1034:5: warning: releasing mutex 'my_pool->create_destruct_mutex' that was not held [-Wthread-safety-analysis]
    threads.c:1346:1: warning: mutex 'my_poolp->create_destruct_mutex' is still held at the end of function [-Wthread-safety-analysis]
    threads.xs:1163:9: note: mutex acquired here
    threads.c:1616:1: warning: mutex 'thread->mutex' is still held at the end of function [-Wthread-safety-analysis]
    threads.xs:1338:9: note: mutex acquired here
    threads.c:1690:1: warning: mutex 'thread->mutex' is still held at the end of function [-Wthread-safety-analysis]
    threads.xs:1456:9: note: mutex acquired here
    
    Non-Fatal messages(gcc):
    
    
    
    -- 
    Report by Test::Smoke v1.71 running on perl 5.26.1
    (Reporter v0.053 / Smoker v0.046)