Bug 1410050
| Summary: | Experimental shift on scalar is now forbidden at /usr/share/perl5/vendor_perl/RPM/Grill/Plugin/RpmScripts.pm line 293, near "@words)" | ||
|---|---|---|---|
| Product: | [Community] rpmgrill | Reporter: | Kamil Páral <kparal> |
| Component: | Tests | Assignee: | Roman Joost <rjoost> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | 0.29 | CC: | bmcivor, dcallagh, dhiru, jorris, rjoost, santiago, tabdy |
| Target Milestone: | --- | ||
| Target Release: | 0.30 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-23 00:48:05 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Dear Kamil, thanks for the bug report. I found the patch which introduced the problem. I see if I can get this sorted before time runs out. Patch available (and merged): https://github.com/default-to-open/rpmgrill/commit/2cc8552644d91d54bac9f8465d81100f4d65aec7 Thanks, seems fixed with rpmgrill-0.30-1.fc25 at https://bodhi.fedoraproject.org/updates/FEDORA-2017-908e8c0e6f . This has been released with rpmgrill-0.30. |
Description of problem: This was not present with rpmgrill-0.28-2.fc25.noarch. But when I update to rpmgrill-0.29-1.fc25.noarch and run it on htop-2.0.2-1.fc25, I see these errors: Couldn't require RPM::Grill::Plugin::RpmScripts : Experimental shift on scalar is now forbidden at /usr/share/perl5/vendor_perl/RPM/Grill/Plugin/RpmScripts.pm line 293, near "@words) " BEGIN not safe after errors--compilation aborted at /usr/share/perl5/vendor_perl/RPM/Grill/Plugin/RpmScripts.pm line 302. Compilation failed in require at /usr/share/perl5/vendor_perl/Module/Runtime.pm line 317. at /usr/share/perl5/vendor_perl/Module/Pluggable.pm line 32. Couldn't require RPM::Grill::Plugin::RpmScripts : Attempt to reload RPM/Grill/Plugin/RpmScripts.pm aborted. Compilation failed in require at /usr/share/perl5/vendor_perl/Module/Runtime.pm line 317. at /usr/share/perl5/vendor_perl/Module/Pluggable.pm line 32. Couldn't require RPM::Grill::Plugin::RpmScripts : Attempt to reload RPM/Grill/Plugin/RpmScripts.pm aborted. Compilation failed in require at /usr/share/perl5/vendor_perl/Module/Runtime.pm line 317. at /usr/share/perl5/vendor_perl/Module/Pluggable.pm line 32. Couldn't require RPM::Grill::Plugin::RpmScripts : Attempt to reload RPM/Grill/Plugin/RpmScripts.pm aborted. Compilation failed in require at /usr/share/perl5/vendor_perl/Module/Runtime.pm line 317. at /usr/share/perl5/vendor_perl/Module/Pluggable.pm line 32. Couldn't require RPM::Grill::Plugin::RpmScripts : Attempt to reload RPM/Grill/Plugin/RpmScripts.pm aborted. Compilation failed in require at /usr/share/perl5/vendor_perl/Module/Runtime.pm line 317. at /usr/share/perl5/vendor_perl/Module/Pluggable.pm line 32. Couldn't require RPM::Grill::Plugin::RpmScripts : Attempt to reload RPM/Grill/Plugin/RpmScripts.pm aborted. Compilation failed in require at /usr/share/perl5/vendor_perl/Module/Runtime.pm line 317. at /usr/share/perl5/vendor_perl/Module/Pluggable.pm line 32. Couldn't require RPM::Grill::Plugin::RpmScripts : Attempt to reload RPM/Grill/Plugin/RpmScripts.pm aborted. Compilation failed in require at /usr/share/perl5/vendor_perl/Module/Runtime.pm line 317. at /usr/share/perl5/vendor_perl/Module/Pluggable.pm line 32. It does not crash the script, but I don't know whether the reported results are trustworthy. Version-Release number of selected component (if applicable): rpmgrill-0.29-1.fc25.noarch How reproducible: always Steps to Reproduce: 1. runtask --item htop-2.0.2-1.fc25 --type koji_build --arch x86_64 ~/devel/taskotron/task-rpmgrill/runtask.yml (or run it manually by downloading the build and running run_rpmgrill.sh)