Project

General

Profile

Actions

action #29048

closed

perl warning about "Subroutine JSON::PP::Boolean::(0+ redefined" on manual startup of openqa-scheduler

Added by okurz over 6 years ago. Updated over 5 years ago.

Status:
Resolved
Priority:
Low
Assignee:
Category:
Regressions/Crashes
Target version:
-
Start date:
2017-12-07
Due date:
% Done:

0%

Estimated time:

Description

Observation

On startup of the script "openqa-scheduler" manually I get the following warning:

Subroutine JSON::PP::Boolean::(0+ redefined at
        /usr/lib/perl5/5.18.2/overload.pm line 50 (#1)
    (W redefine) You redefined a subroutine.  To suppress this warning, say

        {
        no warnings 'redefine';
        eval "sub name { ... }";
        }

Subroutine JSON::PP::Boolean::(++ redefined at
        /usr/lib/perl5/5.18.2/overload.pm line 50 (#1)
Subroutine JSON::PP::Boolean::(-- redefined at
        /usr/lib/perl5/5.18.2/overload.pm line 50 (#1)

I don't see this warning when starting the service with systemctl start openqa-scheduler and then looking in the log with journalctl -u openqa-scheduler.

Steps to reproduce

  • Start scheduler with sudo -u geekotest script/openqa-scheduler

Further details

On openSUSE Leap 42.3 with openQA latest git Thu Dec 7 06:57:33 2017 +0100 f8654aa3


Related issues 1 (0 open1 closed)

Related to openQA Project - action #90371: Warnings "Subroutine JSON::PP::Boolean::(0+ redefined"Resolvedtinita2021-03-19

Actions
Actions #1

Updated by kraih over 5 years ago

  • Assignee set to kraih
Actions #2

Updated by kraih over 5 years ago

  • Status changed from New to In Progress
Actions #3

Updated by kraih over 5 years ago

  • Status changed from In Progress to Resolved
Actions #4

Updated by tinita about 3 years ago

  • Related to action #90371: Warnings "Subroutine JSON::PP::Boolean::(0+ redefined" added
Actions

Also available in: Atom PDF