user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
From: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
To: meta@public-inbox.org
Subject: latest make test failures on CentOS-7
Date: Mon, 27 Sep 2021 08:40:56 -0400	[thread overview]
Message-ID: <20210927124056.kj5okiefvs4ztk27@meerkat.local> (raw)

Hello:

I wanted to try the searchable /all/ from www_index, but it looks like I'm
unable to get a clean make test. Below are a few failures that I can see:

    t/cmd_ipc.t .................. 29/?
    #   Failed test 'got EMSGSIZE'
    #   at t/cmd_ipc.t line 108.
    # Looks like you failed 1 test of 42.
    t/cmd_ipc.t .................. Dubious, test returned 1 (wstat 256, 0x100)
    Failed 1/42 subtests
            (less 13 skipped subtests: 28 okay)

[...]

    t/lei-index.t ................ 11/?
    #   Failed test 'lei index imap://$HOST_PORT/t.v2.0'
    #   at /usr/local/share/public-inbox/blib/lib/PublicInbox/TestCommon.pm line 519.
    # $?=6400 err=E: eval-ed lei: Mail::IMAPClient is required for IMAP:
    # Can't locate Mail/IMAPClient.pm in @INC (@INC contains: /root/.cache/public-inbox/inline-c/lib /root/.cache/public-inbox/inline-c/lib /usr/local/share/public-inbox/blib/lib /usr/local/share/public-inbox/blib/arch /usr/local/lib64/perl5 /usr/local/share/perl5/x86_64-linux-thread-multi /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 . /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/share/perl5/vendor_perl/parent.pm line 20.
    # BEGIN failed--compilation aborted at /usr/local/share/public-inbox/blib/lib/PublicInbox/IMAPClient.pm line 13.
    # Compilation failed in require at /usr/local/share/public-inbox/blib/lib/PublicInbox/NetReader.pm line 433.
    #
    #
    # Looks like you failed 1 test of 36.
    t/lei-index.t ................ Dubious, test returned 1 (wstat 256, 0x100)
    Failed 1/36 subtests

(Normal, I don't have Mail::IMAPClient, but should probably fail differently.)

    t/lei-tag.t .................. 23/?
    #   Failed test 'lei _complete lei tag'
    #   at /usr/local/share/public-inbox/blib/lib/PublicInbox/TestCommon.pm line 519.
    # $?=6400 err=E: eval-ed lei: Modification of non-creatable array value attempted, subscript -1 at /usr/local/share/public-inbox/blib/lib/PublicInbox/LeiImport.pm line 125.
    #

    #   Failed test 'completed with labels'
    #   at t/lei-tag.t line 73.
    # Looks like you failed 2 tests of 65.
    t/lei-tag.t .................. Dubious, test returned 2 (wstat 512, 0x200)
    Failed 2/65 subtests
    t/lei-up.t ................... ok
    t/lei-watch.t ................ ok
    t/lei.t ...................... 43/?
    #   Failed test 'lei _complete lei import'
    #   at /usr/local/share/public-inbox/blib/lib/PublicInbox/TestCommon.pm line 519.
    # $?=6400 err=E: eval-ed lei: Modification of non-creatable array value attempted, subscript -1 at /usr/local/share/public-inbox/blib/lib/PublicInbox/LeiImport.pm line 125.
    #
    # Looks like you failed 1 test of 151.
    t/lei.t ...................... Dubious, test returned 1 (wstat 256, 0x100)
    Failed 1/151 subtests

[...]

    t/v2mirror.t ................. 71/? W: /tmp/pi-v2mirror-39373-Dl1N/m/git/3.git missing remote.origin.url
    fatal: not a git repository: '/tmp/pi-v2mirror-39373-Dl1N/m/git/3.git'
    git --git-dir=/tmp/pi-v2mirror-39373-Dl1N/m/git/3.git fetch -q failed
    Bailout called.  Further testing stopped:  -fetch failed
    FAILED--Further testing stopped: -fetch failed
    make: *** [test_dynamic] Error 255

FYI, this is git 2.31.1.

I'll be happy to help troubleshoot things as necessary.

-K

             reply	other threads:[~2021-09-27 12:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-27 12:40 Konstantin Ryabitsev [this message]
2021-09-27 18:35 ` [PATCH] t/cmd_ipc: allow extra errors and add diagnostics Eric Wong
2021-09-27 18:51   ` Konstantin Ryabitsev
2021-09-27 19:33 ` -fetch failures [was: latest make test failures on CentOS-7] Eric Wong
2021-09-27 19:45   ` Konstantin Ryabitsev
2021-09-27 21:05     ` [PATCH 0/3] fixes for odd/old/missing dependencies Eric Wong
2021-09-27 21:05       ` [PATCH 1/3] fetch: support running as root Eric Wong
2021-09-27 21:05       ` [PATCH 2/3] t/lei-index: IMAP and NNTP dependencies are optional Eric Wong
2021-09-27 21:05       ` [PATCH 3/3] lei completion: workaround old Perl bug Eric Wong
2021-09-27 21:27       ` [PATCH 0/3] fixes for odd/old/missing dependencies Konstantin Ryabitsev
2021-09-27 21:40         ` Eric Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210927124056.kj5okiefvs4ztk27@meerkat.local \
    --to=konstantin@linuxfoundation.org \
    --cc=meta@public-inbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).