Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 648660

Summary: dev-python/cliapp-1.20170823 fails tests on amd64-fbsd
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: esigra
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-02-24 07:36:31 UTC
Created attachment 520826 [details]
build.log

======================================================================
FAIL: test_runcmd_unchecked_runs_longer_pipeline (cliapp.runcmd_tests.RuncmdTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "cliapp/runcmd_tests.py", line 85, in test_runcmd_unchecked_runs_longer_pipeline
    (0, b'4\n', b''))
AssertionError: Tuples differ: (0, '       4\n', '') != (0, '4\n', '')

First differing element 1:
'       4\n'
'4\n'

- (0, '       4\n', '')
?      -------

+ (0, '4\n', '')

======================================================================
FAIL: test_runcmd_unchecked_runs_simple_pipeline (cliapp.runcmd_tests.RuncmdTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "cliapp/runcmd_tests.py", line 80, in test_runcmd_unchecked_runs_simple_pipeline
    (0, b'4\n', b''))
AssertionError: Tuples differ: (0, '       4\n', '') != (0, '4\n', '')

First differing element 1:
'       4\n'
'4\n'

- (0, '       4\n', '')
?      -------

+ (0, '4\n', '')

----------------------------------------------------------------------
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-02-24 07:37:07 UTC
Created attachment 520828 [details]
emerge --info
Comment 2 Matt Turner gentoo-dev 2019-07-12 05:43:04 UTC
Give cliapp-1.20180812.1 a try.