Skip to content

puppet run chokes on Devel::Cover #1389

@oalders

Description

@oalders
 metacpan::carton_args: '--deployment'
# author requirements
on develop => sub {
    requires 'App::perlimports';
    requires 'Perl::Critic', '0.140';
    requires 'Perl::Tidy' => '== 20240511';
    requires 'PPI', '1.274'; # Perl::Critic
    requires 'PPIx::QuoteLike', '0.022'; # Perl::Critic
    requires 'PPIx::Regexp', '0.085'; # Perl::Critic
    requires 'String::Format', '1.18'; # Perl::Critic
    requires 'Devel::Cover';
    requires 'Devel::Cover::Report::Codecovbash';
};
Notice: /Stage[main]/Metacpan/Metacpan::Web::Starman[metacpan-api]/Starman::Service[metacpan-api]/Carton::Run[metacpan-api]/Exec[run_carton_metacpan-api]/returns: Installing modules using /home/metacpan/metacpan-api/cpanfile (deployment mode)
Notice: /Stage[main]/Metacpan/Metacpan::Web::Starman[metacpan-api]/Starman::Service[metacpan-api]/Carton::Run[metacpan-api]/Exec[run_carton_metacpan-api]/returns: ! Couldn't find module or a distribution Devel::Cover
Notice: /Stage[main]/Metacpan/Metacpan::Web::Starman[metacpan-api]/Starman::Service[metacpan-api]/Carton::Run[metacpan-api]/Exec[run_carton_metacpan-api]/returns: ! Couldn't find module or a distribution Devel::Cover::Report::Codecovbash
Notice: /Stage[main]/Metacpan/Metacpan::Web::Starman[metacpan-api]/Starman::Service[metacpan-api]/Carton::Run[metacpan-api]/Exec[run_carton_metacpan-api]/returns: ! Installing the dependencies failed: Module 'Devel::Cover::Report::Codecovbash' is not installed, Module 'Devel::Cover' is not installed
Notice: /Stage[main]/Metacpan/Metacpan::Web::Starman[metacpan-api]/Starman::Service[metacpan-api]/Carton::Run[metacpan-api]/Exec[run_carton_metacpan-api]/returns: ! Bailing out the installation for /home/metacpan/metacpan-api/.
Notice: /Stage[main]/Metacpan/Metacpan::Web::Starman[metacpan-api]/Starman::Service[metacpan-api]/Carton::Run[metacpan-api]/Exec[run_carton_metacpan-api]/returns: Installing modules failed
Error: /home/metacpan/bin/metacpan-api-carton install --deployment returned 25 instead of one of [0]
Error: /Stage[main]/Metacpan/Metacpan::Web::Starman[metacpan-api]/Starman::Service[metacpan-api]/Carton::Run[metacpan-api]/Exec[run_carton_metacpan-api]/returns: change from notrun to 0 failed: /home/metacpan/bin/metacpan-api-carton install --deployment returned 25 instead of one of [0]
Notice: /Stage[main]/Metacpan/Metacpan::Web::Starman[metacpan-api]/Starman::Service[metacpan-api]/Service[starman_metacpan-api]: Dependency Exec[run_carton_metacpan-api] has failures: true
Warning: /Stage[main]/Metacpan/Metacpan::Web::Starman[metacpan-api]/Starman::Service[metacpan-api]/Service[starman_metacpan-api]: Skipping because of failed dependencies
Notice: /Stage[main]/Minion_queue::Service/Service[minion_queue]: Dependency Exec[run_carton_metacpan-api] has failures: true
Warning: /Stage[main]/Minion_queue::Service/Service[minion_queue]: Skipping because of failed dependencies
Notice: /Stage[main]/Minion_queue::Service/Exec[restart_minion_queue]: Dependency Exec[run_carton_metacpan-api] has failures: true
Warning: /Stage[main]/Minion_queue::Service/Exec[restart_minion_queue]: Skipping because of failed dependencies
Notice: Applied catalog in 20.15 seconds

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions