action #91578
closed[openQA][environmen][module] Missing perl use NetAddr::IP on openQA environmen
Description
My pull request checking failed because:
###############################################################################
BEGIN failed--compilation aborted at lib/guest_configuration_base.pm line 18.
Can't locate NetAddr/IP.pm in @INC (you may need to install the NetAddr::IP module) (@INC contains: /w/os-autoinst-distri-opensuse/os-autoinst-distri-opensuse/blib/arch /w/os-autoinst-distri-opensuse/os-autoinst-distri-opensuse/blib/lib ../.. os-autoinst lib tests/installation tests/x11 tests/qa_automation tests/virt_autotest tests/cpu_bugs /usr/local/lib/perl5/site_perl/5.26.3/x86_64-linux-gnu /usr/local/lib/perl5/site_perl/5.26.3 /usr/local/lib/perl5/vendor_perl/5.26.3/x86_64-linux-gnu /usr/local/lib/perl5/vendor_perl/5.26.3 /usr/local/lib/perl5/5.26.3/x86_64-linux-gnu /usr/local/lib/perl5/5.26.3) at lib/guest_configuration_base.pm line 18.
BEGIN failed--compilation aborted at lib/guest_configuration_base.pm line 18.
Compilation failed in require at /usr/local/lib/perl5/5.26.3/base.pm line 138.
...propagated at /usr/local/lib/perl5/5.26.3/base.pm line 160.
BEGIN failed--compilation aborted at tests/virt_autotest/uefi_guest_installation.pm line 3.
make: *** [Makefile:53: test-compile] Error 2
#############################################################################################
See details here:
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/12363/checks?check_run_id=2408543870
Could you help add NetAddr::IP and also use Net::IP on openQA environment ?
Updated by waynechen55 over 3 years ago
Both NetAddr::IP and Net::IP are needed on openQA environment.
Updated by waynechen55 over 3 years ago
The latest compilation failures:
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/12363/checks?check_run_id=2408974695
Updated by okurz over 3 years ago
- Category set to Support
- Status changed from New to Feedback
- Assignee set to okurz
- Target version set to Ready
you need to add dependencies to https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/os-autoinst-distri-opensuse-deps.spec
Updated by waynechen55 over 3 years ago
okurz wrote:
you need to add dependencies to https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/os-autoinst-distri-opensuse-deps.spec
Already added:
Requires: perl(NetAddr::IP)
Requires: perl(Net::IP)
into os-autoinst-distri-opensuse-deps.spec
Updated by okurz over 3 years ago
- Status changed from Feedback to Resolved
So seeing the CI checks pass and with your change in https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/12363/files#diff-7044641af21535cf56dd02365828d3b73a67a7282a5788f92707c6aef1924dafR33 I assume the problem is resolved