Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690610 - dev-perl/Redis-1.991.0 : fails test t/04-pipeline ( Failed test 'pipeline with embedded error', got : 'ERR unknown command `OOPS`, with args beginning with: ' )
Summary: dev-perl/Redis-1.991.0 : fails test t/04-pipeline ( Failed test 'pipeline wit...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL: https://github.com/PerlRedis/perl-red...
Whiteboard: Bump >= 1.992.0
Keywords:
Depends on:
Blocks: perl-testfailure
  Show dependency tree
 
Reported: 2019-07-24 17:18 UTC by Toralf Förster
Modified: 2021-08-15 16:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.60 KB, text/plain)
2019-07-24 17:18 UTC, Toralf Förster
Details
dev-perl:Redis-1.991.0:20190724-021808.log.bz2 (dev-perl:Redis-1.991.0:20190724-021808.log.bz2,72.04 KB, application/x-bzip)
2019-07-24 17:18 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,221.57 KB, text/plain)
2019-07-24 17:18 UTC, Toralf Förster
Details
environment (environment,33.81 KB, text/plain)
2019-07-24 17:18 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,18.10 KB, application/x-bzip)
2019-07-24 17:18 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,84.94 KB, application/x-bzip)
2019-07-24 17:18 UTC, Toralf Förster
Details
tests.tbz2 (tests.tbz2,13.98 KB, application/x-bzip)
2019-07-24 17:18 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-07-24 17:18:07 UTC
$VAR2 = undef;

#   Failed test 'pipeline with embedded error'
#   at t/04-pipeline.t line 42.
# Compared $data->[1][1]
#    got : 'ERR unknown command `OOPS`, with args beginning with: '

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-libressl_test-20190718-142211

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)





emerge -qpvO dev-perl/Redis
[ebuild  N    ] dev-perl/Redis-1.991.0  USE="test -minimal"
Comment 1 Toralf Förster gentoo-dev 2019-07-24 17:18:10 UTC
Created attachment 584362 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-24 17:18:13 UTC
Created attachment 584364 [details]
dev-perl:Redis-1.991.0:20190724-021808.log.bz2
Comment 3 Toralf Förster gentoo-dev 2019-07-24 17:18:15 UTC
Created attachment 584366 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-07-24 17:18:18 UTC
Created attachment 584368 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-07-24 17:18:21 UTC
Created attachment 584370 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-07-24 17:18:24 UTC
Created attachment 584372 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-07-24 17:18:26 UTC
Created attachment 584374 [details]
tests.tbz2
Comment 8 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2019-07-24 23:31:37 UTC
Don't try to use that log as-is. When decompressed, its just megabytes of "a" and will make "less" choke trying to linewrap.

# bzip2 -d attach.bz2 
katipo2 /tmp # du -sh attach 
19M	attach

# sed 's/aaaa//g' attach  > attach.fix
katipo2 /tmp # du -sh attach.fix 
3.0M	attach.fix
Comment 9 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2019-07-24 23:34:52 UTC
Comment on attachment 584364 [details]
dev-perl:Redis-1.991.0:20190724-021808.log.bz2

Actually, gonna mark it obsolete because that build log is full of hugely self-similar data that makes it impossible to read and find anomalies in.

Something is making the build log far too verbose, far more verbose than you see testing the same thing on CPAN.

CF: https://www.cpantesters.org/cpan/report/885f3a58-787c-11e9-819a-ec0a43e9d5c6 

A more brief build log should be provided if at all.
Comment 10 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2019-07-24 23:39:32 UTC
https://metacpan.org/changes/release/DAMS/Redis-1.995#L13


#   Failed test 'pipeline with embedded error'
#   at t/04-pipeline.t line 42.
# Compared $data->[1][1]
#    got : 'ERR unknown command `OOPS`, with args beginning with: '
# expect : 'ERR unknown command 'OOPS''
# Looks like you failed 1 test of 11.
t/04-pipeline.t ...........
Comment 11 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2019-07-25 10:07:46 UTC
(In reply to Kent Fredric (IRC: kent\n) from comment #9)
> Comment on attachment 584364 [details]
> dev-perl:Redis-1.991.0:20190724-021808.log.bz2
> 
> Actually, gonna mark it obsolete because that build log is full of hugely
> self-similar data that makes it impossible to read and find anomalies in.
> 
> Something is making the build log far too verbose, far more verbose than you
> see testing the same thing on CPAN.
> 
> CF:
> https://www.cpantesters.org/cpan/report/885f3a58-787c-11e9-819a-ec0a43e9d5c6 
> 
> A more brief build log should be provided if at all.

Ugh. This is partly my fault trying to get build output that doesn't just silently crap itself: https://github.com/PerlRedis/perl-redis/issues/127# 

But the output it produces is utterly ridiculous \o/ so. IDK.
Comment 12 Larry the Git Cow gentoo-dev 2021-08-15 16:59:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff30bbfe826a3e8e39e2545fcd91017290fc5a9

commit 5ff30bbfe826a3e8e39e2545fcd91017290fc5a9
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2021-08-15 16:59:32 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2021-08-15 16:59:32 +0000

    dev-perl/Redis: Remove old
    
    Closes: https://bugs.gentoo.org/690610
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 dev-perl/Redis/Manifest             |  1 -
 dev-perl/Redis/Redis-1.991.0.ebuild | 72 -------------------------------------
 2 files changed, 73 deletions(-)