Skip to content

Instantly share code, notes, and snippets.

@akx
Created December 18, 2018 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akx/987b719d0329da9a3140f90c649fa1f2 to your computer and use it in GitHub Desktop.
Save akx/987b719d0329da9a3140f90c649fa1f2 to your computer and use it in GitHub Desktop.
opustags docker test result
/src/t/opustags.t .. 1/34
# Failed test 'complex tag editing'
# at /src/t/opustags.t line 116.
Wide character in print at /usr/share/perl/5.26/Test2/Formatter/TAP.pm line 105.
# Structures begin differing at:
# $got->[1] = 'error: Could not encode argument into UTF-8: Could not convert string 'TITLE=七面鳥': Invalid or incomplete multibyte or wide character
# '
# $expected->[1] = ''
# Failed test 'check the footprint'
# at /src/t/opustags.t line 119.
# got: '111a483596ac32352fbce4d14d16abd2'
# expected: '66780307a6081523dc9040f3c47b0448'
# Failed test 'check the tags written'
# at /src/t/opustags.t line 121.
Wide character in print at /usr/share/perl/5.26/Test2/Formatter/TAP.pm line 105.
# Structures begin differing at:
# $got->[0] = 'encoder=Lavc58.18.100 libopus
# '
# $expected->[0] = 'A=B
# A=C
# TITLE=Foo Bar
# TITLE=七面鳥
# encoder=whatever
# 1=2
# X=1
# X=2
# X=3
# '
# Failed test 'dry editing'
# at /src/t/opustags.t line 133.
# Structures begin differing at:
# $got->[0] = ''
# $expected->[0] = 'TITLE=Foo Bar
# encoder=whatever
# 1=2
# X=4
# TITLE=gobble
# '
# Failed test 'the file did not change'
# at /src/t/opustags.t line 140.
# got: '111a483596ac32352fbce4d14d16abd2'
# expected: '66780307a6081523dc9040f3c47b0448'
# Failed test 'the file did not change'
# at /src/t/opustags.t line 145.
# got: '111a483596ac32352fbce4d14d16abd2'
# expected: '66780307a6081523dc9040f3c47b0448'
# Failed test 'the file did not change'
# at /src/t/opustags.t line 158.
# got: '111a483596ac32352fbce4d14d16abd2'
# expected: '66780307a6081523dc9040f3c47b0448'
# Failed test 'set all'
# at /src/t/opustags.t line 164.
Wide character in print at /usr/share/perl/5.26/Test2/Formatter/TAP.pm line 105.
# Structures begin differing at:
# $got->[0] = ''
# $expected->[0] = 'OK=yes again
# ARTIST=七面鳥
# A=A
# X=Y
# A=B
# X=Z
# '
# Failed test 'set all in ISO-8859-1'
# at /src/t/opustags.t line 220.
# Structures begin differing at:
# $got->[0] = ''
# $expected->[0] = 'T=���
# '
utf8 "\xF9" does not map to Unicode at /src/t/opustags.t line 34, <GEN144> chunk 1.
# Failed test 'write tags in ISO-8859-1'
# at /src/t/opustags.t line 226.
Wide character in print at /usr/share/perl/5.26/Test2/Formatter/TAP.pm line 105.
# Structures begin differing at:
# $got->[1] = 'error: Could not encode argument into UTF-8: Could not convert string 'I=��': Invalid or incomplete multibyte or wide character
# '
# $expected->[1] = ''
# Failed test 'read tags in ISO-8859-1'
# at /src/t/opustags.t line 228.
# Structures begin differing at:
# $got->[0] = ''
# $expected->[0] = 'encoder=Lavc58.18.100 libopus
# TITLE=???
# ARTIST=���
# I=��
# '
# Failed test 'read tags in UTF-8'
# at /src/t/opustags.t line 239.
Wide character in print at /usr/share/perl/5.26/Test2/Formatter/TAP.pm line 105.
# Structures begin differing at:
# $got->[0] = ''
# $expected->[0] = 'encoder=Lavc58.18.100 libopus
# TITLE=七面鳥
# ARTIST=éàç
# I=ùÎ
# '
# Looks like you failed 12 tests of 34.
/src/t/opustags.t .. Dubious, test returned 12 (wstat 3072, 0xc00)
Failed 12/34 subtests
/build/t/cli.t ..... ok
/build/t/ogg.t ..... ok
/build/t/opus.t .... ok
/build/t/system.t .. 1/2 # cannot open a device as a partial file
/build/t/system.t .. Failed 1/2 subtests
Test Summary Report
-------------------
/src/t/opustags.t (Wstat: 3072 Tests: 34 Failed: 12)
Failed tests: 16-20, 22, 25, 27, 31-34
Non-zero exit status: 12
/build/t/system.t (Wstat: 0 Tests: 2 Failed: 1)
Failed test: 1
Files=5, Tests=48, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.12 cusr 0.03 csys = 0.20 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment