Skip to content

Test failure with Perl 5.10.0 + old version of Archive::Tar #21

Open
@plicease

Description

@plicease
prove -lvm t/alien_build_plugin_extract_archivetar.t
t/alien_build_plugin_extract_archivetar.t .. 
# Seeded srand with seed '20170712' from local date.
Unsuccessful stat on filename containing newline at t/alien_build_plugin_extract_archivetar.t line 34.
Unsuccessful stat on filename containing newline at t/alien_build_plugin_extract_archivetar.t line 40.
Unsuccessful stat on filename containing newline at t/alien_build_plugin_extract_archivetar.t line 40.
not ok 1 - archive {
    ok 1 - with extension tar {
        ok 1 - directory created
        # dir = /tmp/vF25sH4t8K/root/build_3hXt/foo-1.00
        ok 2 - configure exists
        ok 3 - foo.c exists
        1..3
    }
    not ok 2 - with extension tar.bz2 {
        # No files found for /home/ollisg/dev/Alien-Build/corpus/dist/foo-1.00.tar.bz2 at /home/ollisg/dev/Alien-Build/lib/Alien/Build/Plugin/Extract/ArchiveTar.pm line 78
        not ok 1 - directory created
        # Failed test 'directory created'
        # at t/alien_build_plugin_extract_archivetar.t line 34.
        # dir = no files extracted at /home/ollisg/dev/Alien-Build/lib/Alien/Build.pm line 991.
        not ok 2 - configure exists
        # Failed test 'configure exists'
        # at t/alien_build_plugin_extract_archivetar.t line 40.
        not ok 3 - foo.c exists
        # Failed test 'foo.c exists'
        # at t/alien_build_plugin_extract_archivetar.t line 40.
        1..3
    }
    # Failed test 'with extension tar.bz2'
    # at t/alien_build_plugin_extract_archivetar.t line 43.
    ok 3 - with extension tar.gz {
        ok 1 - directory created
        # dir = /tmp/KAHnB0ASz5/root/build_SVbs/foo-1.00
        ok 2 - configure exists
        ok 3 - foo.c exists
        1..3
    }
    1..3
}
# Failed test 'archive'
# at t/alien_build_plugin_extract_archivetar.t line 45.
1..1
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 

Test Summary Report
-------------------
t/alien_build_plugin_extract_archivetar.t (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=1, Tests=1,  0 wallclock secs ( 0.01 usr  0.01 sys +  0.13 cusr  0.01 csys =  0.16 CPU)
Result: FAIL

Activity

plicease

plicease commented on Jul 13, 2017

@plicease
MemberAuthor

This is actually an issue with an older version of Archive::Tar, after upgrading the tests passes.

added
🐞BugSomething fails that should not (not a feature)
on Jul 13, 2017
changed the title [-]Test failure on Perl 5.10.0[/-] [+]Test failure with Perl 5.10.0 + old version of Archive::Tar[/+] on Jul 13, 2017
added
🪵BacklogSomething we'd like to address, but not a priority of the core team at the moment (PRs welcome)
on Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐞BugSomething fails that should not (not a feature)🪵BacklogSomething we'd like to address, but not a priority of the core team at the moment (PRs welcome)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Test failure with Perl 5.10.0 + old version of Archive::Tar · Issue #21 · PerlAlien/Alien-Build