Re: "make test" for 1.9.0 on centos-7

2022-09-29 Thread Eric Wong
Konstantin Ryabitsev  wrote:
>   t/cmd_ipc.t .. 1/? sleeping on sendmsg: Too many 
> references: cannot splice (#1)
>   sleeping on sendmsg: Too many references: cannot splice (#2)
>   ... (repeats 49 times) ...
> 
>   t/cmd_ipc.t .. 24/? # sent 2097152, retrying with more
>   sleeping on sendmsg: No buffer space available (#1)
>   ... (repeats 49 times, but much slower) ...

I wasn't able to reproduce that, but it's likely RLIMIT_NOFILE
being too low (ulimit -n).



Re: "make test" for 1.9.0 on centos-7

2022-09-28 Thread Konstantin Ryabitsev
On Wed, Sep 28, 2022 at 07:59:39PM +, Eric Wong wrote:
> > I'm starting to work on upgrading lore.kernel.org to 1.9.0. For a number of
> > yak-shavey reasons we are still on centos-7, though hopefully we'll be able 
> > to
> > move on to something newer soon. Right now, I'm having difficulty running
> > "make test":
> 
> Eep, ok there's a lot of breakages on CentOS 7, likely going
> back to our 1.7/1.8 releases and my C7 VM was broken/forgotten :x
> Working on fixes now...

Ok, no worries -- I know that Centos-7 is getting pretty old. :) Note, that in
our particular case most perl dependencies are installed with cpanm, not with
RPMs, and we're using newer git and xapian-1.4.

Best regards,
Konstantin



Re: "make test" for 1.9.0 on centos-7

2022-09-28 Thread Eric Wong
Konstantin Ryabitsev  wrote:
> Hello:
> 
> I'm starting to work on upgrading lore.kernel.org to 1.9.0. For a number of
> yak-shavey reasons we are still on centos-7, though hopefully we'll be able to
> move on to something newer soon. Right now, I'm having difficulty running
> "make test":

Eep, ok there's a lot of breakages on CentOS 7, likely going
back to our 1.7/1.8 releases and my C7 VM was broken/forgotten :x
Working on fixes now...



"make test" for 1.9.0 on centos-7

2022-09-28 Thread Konstantin Ryabitsev
Hello:

I'm starting to work on upgrading lore.kernel.org to 1.9.0. For a number of
yak-shavey reasons we are still on centos-7, though hopefully we'll be able to
move on to something newer soon. Right now, I'm having difficulty running
"make test":

... [skipping OK tests] ...
t/cmd_ipc.t .. 1/? sleeping on sendmsg: Too many 
references: cannot splice (#1)
sleeping on sendmsg: Too many references: cannot splice (#2)
... (repeats 49 times) ...

t/cmd_ipc.t .. 24/? # sent 2097152, retrying with more
sleeping on sendmsg: No buffer space available (#1)
... (repeats 49 times, but much slower) ...

t/cmd_ipc.t .. 29/? Use of uninitialized value $_[1] in 
vec at /home/mricon/public-inbox/blib/lib/PublicInbox/Syscall.pm line 457.
Use of uninitialized value $_[1] in scalar assignment at 
/home/mricon/public-inbox/blib/lib/PublicInbox/Syscall.pm line 457.
Use of uninitialized value $_[1] in vec at 
/home/mricon/public-inbox/blib/lib/PublicInbox/Syscall.pm line 457.
Use of uninitialized value $_[1] in scalar assignment at 
/home/mricon/public-inbox/blib/lib/PublicInbox/Syscall.pm line 457.
1 at /home/mricon/public-inbox/blib/lib/PublicInbox/Syscall.pm line 445.
... (repeats a lot of times) ...

t/cmd_ipc.t .. 66/? # sent 2097152, retrying with more
1 at /home/mricon/public-inbox/blib/lib/PublicInbox/Syscall.pm line 445.
... (repeats a lot of times) ...

... [skipped some OK tests] ...

t/extsearch.t  5/? # inherited [::1]:45080 fd=3
Can't call method "xpath" on an undefined value at t/extsearch.t line 
132.
# Tests were run but no plan was declared and done_testing() was not seen.
t/extsearch.t  Dubious, test returned 254 (wstat 65024, 
0xfe00)
... [skipped some OK tests] ...

t/httpd-corner.t . 1/? # inherited [::1]:46301 fd=3
# inherited /tmp/pi-httpd-corner-12549-8Xh4/s fd=4
# inherited [::1]:45630 fd=5
# http://[::1]:45630 psgi=t/alt.psgi
# http://[::1]:45630 err=/tmp/pi-httpd-corner-12549-8Xh4/alt.err
# inherited [::1]:46301 fd=3
# inherited /tmp/pi-httpd-corner-12549-8Xh4/s fd=4
# inherited [::1]:45630 fd=5
# http://[::1]:45630 psgi=t/alt.psgi
# http://[::1]:45630 err=/tmp/pi-httpd-corner-12549-8Xh4/alt.err
# inherited [::1]:46301 fd=3
# inherited /tmp/pi-httpd-corner-12549-8Xh4/s fd=4
# inherited [::1]:45630 fd=5
# http://[::1]:45630 psgi=t/alt.psgi
# http://[::1]:45630 err=/tmp/pi-httpd-corner-12549-8Xh4/alt.err
... [seems to hang here forever] ...

Any pointers where I should start looking?

Best wishes,
-Konstantin