Source: golang-github-urfave-cli-v2 Version: 2.3.0-2 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20231027 ftbfs-trixie
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > debian/rules binary > dh binary --buildsystem=golang > dh_update_autotools_config -O--buildsystem=golang > dh_autoreconf -O--buildsystem=golang > dh_auto_configure -O--buildsystem=golang > dh_auto_build -O--buildsystem=golang > cd obj-x86_64-linux-gnu && go install -trimpath -v -p 8 > github.com/urfave/cli/v2 > internal/godebugs > internal/unsafeheader > internal/coverage/rtcov > internal/goexperiment > internal/goos > internal/goarch > internal/cpu > runtime/internal/atomic > runtime/internal/syscall > internal/race > sync/atomic > internal/abi > unicode > runtime/internal/math > runtime/internal/sys > unicode/utf8 > internal/itoa > encoding > math/bits > unicode/utf16 > internal/bytealg > math > runtime > internal/reflectlite > sync > internal/testlog > errors > sort > internal/oserror > io > internal/safefilepath > path > strconv > syscall > bytes > text/tabwriter > strings > html > regexp/syntax > reflect > internal/syscall/execenv > time > internal/syscall/unix > regexp > context > io/fs > internal/poll > encoding/binary > internal/fmtsort > os > encoding/base64 > io/ioutil > path/filepath > fmt > flag > net/url > text/template/parse > encoding/json > github.com/russross/blackfriday/v2 > text/template > github.com/cpuguy83/go-md2man/v2/md2man > github.com/urfave/cli/v2 > dh_auto_test -O--buildsystem=golang > cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 > github.com/urfave/cli/v2 > === RUN TestApp_Run > --- PASS: TestApp_Run (0.00s) > === RUN TestApp_Command > --- PASS: TestApp_Command (0.00s) > === RUN TestApp_Setup_defaultsReader > --- PASS: TestApp_Setup_defaultsReader (0.00s) > === RUN TestApp_Setup_defaultsWriter > --- PASS: TestApp_Setup_defaultsWriter (0.00s) > === RUN TestApp_RunAsSubcommandParseFlags > --- PASS: TestApp_RunAsSubcommandParseFlags (0.00s) > === RUN TestApp_RunAsSubCommandIncorrectUsage > --- PASS: TestApp_RunAsSubCommandIncorrectUsage (0.00s) > === RUN TestApp_CommandWithFlagBeforeTerminator > --- PASS: TestApp_CommandWithFlagBeforeTerminator (0.00s) > === RUN TestApp_CommandWithDash > --- PASS: TestApp_CommandWithDash (0.00s) > === RUN TestApp_CommandWithNoFlagBeforeTerminator > --- PASS: TestApp_CommandWithNoFlagBeforeTerminator (0.00s) > === RUN TestApp_VisibleCommands > --- PASS: TestApp_VisibleCommands (0.00s) > === RUN TestApp_UseShortOptionHandling > --- PASS: TestApp_UseShortOptionHandling (0.00s) > === RUN TestApp_UseShortOptionHandling_missing_value > --- PASS: TestApp_UseShortOptionHandling_missing_value (0.00s) > === RUN TestApp_UseShortOptionHandlingCommand > --- PASS: TestApp_UseShortOptionHandlingCommand (0.00s) > === RUN TestApp_UseShortOptionHandlingCommand_missing_value > --- PASS: TestApp_UseShortOptionHandlingCommand_missing_value (0.00s) > === RUN TestApp_UseShortOptionHandlingSubCommand > --- PASS: TestApp_UseShortOptionHandlingSubCommand (0.00s) > === RUN TestApp_UseShortOptionHandlingSubCommand_missing_value > --- PASS: TestApp_UseShortOptionHandlingSubCommand_missing_value (0.00s) > === RUN TestApp_Float64Flag > --- PASS: TestApp_Float64Flag (0.00s) > === RUN TestApp_ParseSliceFlags > --- PASS: TestApp_ParseSliceFlags (0.00s) > === RUN TestApp_ParseSliceFlagsWithMissingValue > --- PASS: TestApp_ParseSliceFlagsWithMissingValue (0.00s) > === RUN TestApp_DefaultStdin > --- PASS: TestApp_DefaultStdin (0.00s) > === RUN TestApp_DefaultStdout > --- PASS: TestApp_DefaultStdout (0.00s) > === RUN TestApp_SetStdin > --- PASS: TestApp_SetStdin (0.00s) > === RUN TestApp_SetStdout > --- PASS: TestApp_SetStdout (0.00s) > === RUN TestApp_BeforeFunc > --- PASS: TestApp_BeforeFunc (0.00s) > === RUN TestApp_AfterFunc > --- PASS: TestApp_AfterFunc (0.00s) > === RUN TestAppNoHelpFlag > --- PASS: TestAppNoHelpFlag (0.00s) > === RUN TestRequiredFlagAppRunBehavior > === RUN > TestRequiredFlagAppRunBehavior/error_case_empty_input_with_required_flag_on_app > === RUN > TestRequiredFlagAppRunBehavior/error_case_empty_input_with_required_flag_on_command > === RUN > TestRequiredFlagAppRunBehavior/error_case_empty_input_with_required_flag_on_subcommand > === RUN > TestRequiredFlagAppRunBehavior/valid_case_help_input_with_required_flag_on_app > === RUN > TestRequiredFlagAppRunBehavior/valid_case_help_input_with_required_flag_on_command > === RUN > TestRequiredFlagAppRunBehavior/valid_case_help_input_with_required_flag_on_subcommand > === RUN > TestRequiredFlagAppRunBehavior/error_case_optional_input_with_required_flag_on_app > === RUN > TestRequiredFlagAppRunBehavior/error_case_optional_input_with_required_flag_on_command > === RUN > TestRequiredFlagAppRunBehavior/error_case_optional_input_with_required_flag_on_subcommand > === RUN TestRequiredFlagAppRunBehavior/valid_case_required_flag_input_on_app > === RUN > TestRequiredFlagAppRunBehavior/valid_case_required_flag_input_on_command > === RUN > TestRequiredFlagAppRunBehavior/valid_case_required_flag_input_on_subcommand > --- PASS: TestRequiredFlagAppRunBehavior (0.01s) > --- PASS: > TestRequiredFlagAppRunBehavior/error_case_empty_input_with_required_flag_on_app > (0.00s) > --- PASS: > TestRequiredFlagAppRunBehavior/error_case_empty_input_with_required_flag_on_command > (0.00s) > --- PASS: > TestRequiredFlagAppRunBehavior/error_case_empty_input_with_required_flag_on_subcommand > (0.00s) > --- PASS: > TestRequiredFlagAppRunBehavior/valid_case_help_input_with_required_flag_on_app > (0.00s) > --- PASS: > TestRequiredFlagAppRunBehavior/valid_case_help_input_with_required_flag_on_command > (0.00s) > --- PASS: > TestRequiredFlagAppRunBehavior/valid_case_help_input_with_required_flag_on_subcommand > (0.00s) > --- PASS: > TestRequiredFlagAppRunBehavior/error_case_optional_input_with_required_flag_on_app > (0.00s) > --- PASS: > TestRequiredFlagAppRunBehavior/error_case_optional_input_with_required_flag_on_command > (0.00s) > --- PASS: > TestRequiredFlagAppRunBehavior/error_case_optional_input_with_required_flag_on_subcommand > (0.00s) > --- PASS: > TestRequiredFlagAppRunBehavior/valid_case_required_flag_input_on_app (0.00s) > --- PASS: > TestRequiredFlagAppRunBehavior/valid_case_required_flag_input_on_command > (0.00s) > --- PASS: > TestRequiredFlagAppRunBehavior/valid_case_required_flag_input_on_subcommand > (0.00s) > === RUN TestAppHelpPrinter > --- PASS: TestAppHelpPrinter (0.00s) > === RUN TestApp_VersionPrinter > --- PASS: TestApp_VersionPrinter (0.00s) > === RUN TestApp_CommandNotFound > --- PASS: TestApp_CommandNotFound (0.00s) > === RUN TestApp_OrderOfOperations > --- PASS: TestApp_OrderOfOperations (0.00s) > === RUN TestApp_Run_CommandWithSubcommandHasHelpTopic > === RUN > TestApp_Run_CommandWithSubcommandHasHelpTopic/checking_with_flags_[command_foo_--help] > === RUN > TestApp_Run_CommandWithSubcommandHasHelpTopic/checking_with_flags_[command_foo_-h] > === RUN > TestApp_Run_CommandWithSubcommandHasHelpTopic/checking_with_flags_[command_foo_help] > --- PASS: TestApp_Run_CommandWithSubcommandHasHelpTopic (0.01s) > --- PASS: > TestApp_Run_CommandWithSubcommandHasHelpTopic/checking_with_flags_[command_foo_--help] > (0.00s) > --- PASS: > TestApp_Run_CommandWithSubcommandHasHelpTopic/checking_with_flags_[command_foo_-h] > (0.00s) > --- PASS: > TestApp_Run_CommandWithSubcommandHasHelpTopic/checking_with_flags_[command_foo_help] > (0.00s) > === RUN TestApp_Run_SubcommandFullPath > --- PASS: TestApp_Run_SubcommandFullPath (0.00s) > === RUN TestApp_Run_SubcommandHelpName > --- PASS: TestApp_Run_SubcommandHelpName (0.00s) > === RUN TestApp_Run_CommandHelpName > --- PASS: TestApp_Run_CommandHelpName (0.00s) > === RUN TestApp_Run_CommandSubcommandHelpName > --- PASS: TestApp_Run_CommandSubcommandHelpName (0.00s) > === RUN TestApp_Run_Help > === RUN TestApp_Run_Help/checking_with_arguments_[boom_--help] > === RUN TestApp_Run_Help/checking_with_arguments_[boom_-h] > === RUN TestApp_Run_Help/checking_with_arguments_[boom_help] > --- PASS: TestApp_Run_Help (0.00s) > --- PASS: TestApp_Run_Help/checking_with_arguments_[boom_--help] (0.00s) > --- PASS: TestApp_Run_Help/checking_with_arguments_[boom_-h] (0.00s) > --- PASS: TestApp_Run_Help/checking_with_arguments_[boom_help] (0.00s) > === RUN TestApp_Run_Version > === RUN TestApp_Run_Version/checking_with_arguments_[boom_--version] > === RUN TestApp_Run_Version/checking_with_arguments_[boom_-v] > --- PASS: TestApp_Run_Version (0.00s) > --- PASS: TestApp_Run_Version/checking_with_arguments_[boom_--version] > (0.00s) > --- PASS: TestApp_Run_Version/checking_with_arguments_[boom_-v] (0.00s) > === RUN TestApp_Run_Categories > --- PASS: TestApp_Run_Categories (0.00s) > === RUN TestApp_VisibleCategories > --- PASS: TestApp_VisibleCategories (0.00s) > === RUN TestApp_Run_DoesNotOverwriteErrorFromBefore > --- PASS: TestApp_Run_DoesNotOverwriteErrorFromBefore (0.00s) > === RUN TestApp_Run_SubcommandDoesNotOverwriteErrorFromBefore > --- PASS: TestApp_Run_SubcommandDoesNotOverwriteErrorFromBefore (0.00s) > === RUN TestApp_OnUsageError_WithWrongFlagValue > --- PASS: TestApp_OnUsageError_WithWrongFlagValue (0.00s) > === RUN TestApp_OnUsageError_WithWrongFlagValue_ForSubcommand > --- PASS: TestApp_OnUsageError_WithWrongFlagValue_ForSubcommand (0.00s) > === RUN TestCustomFlagsUnused > --- PASS: TestCustomFlagsUnused (0.00s) > === RUN TestCustomFlagsUsed > --- PASS: TestCustomFlagsUsed (0.00s) > === RUN TestCustomHelpVersionFlags > --- PASS: TestCustomHelpVersionFlags (0.00s) > === RUN TestHandleExitCoder_Default > --- PASS: TestHandleExitCoder_Default (0.00s) > === RUN TestHandleExitCoder_Custom > --- PASS: TestHandleExitCoder_Custom (0.00s) > === RUN TestShellCompletionForIncompleteFlags > --- PASS: TestShellCompletionForIncompleteFlags (0.00s) > === RUN TestWhenExitSubCommandWithCodeThenAppQuitUnexpectedly > --- PASS: TestWhenExitSubCommandWithCodeThenAppQuitUnexpectedly (0.00s) > === RUN TestSetupInitializesBothWriters > --- PASS: TestSetupInitializesBothWriters (0.00s) > === RUN TestSetupInitializesOnlyNilWriters > --- PASS: TestSetupInitializesOnlyNilWriters (0.00s) > === RUN TestCommandFlagParsing > --- PASS: TestCommandFlagParsing (0.00s) > === RUN TestParseAndRunShortOpts > --- PASS: TestParseAndRunShortOpts (0.00s) > === RUN TestCommand_Run_DoesNotOverwriteErrorFromBefore > --- PASS: TestCommand_Run_DoesNotOverwriteErrorFromBefore (0.00s) > === RUN TestCommand_Run_BeforeSavesMetadata > --- PASS: TestCommand_Run_BeforeSavesMetadata (0.00s) > === RUN TestCommand_OnUsageError_hasCommandContext > --- PASS: TestCommand_OnUsageError_hasCommandContext (0.00s) > === RUN TestCommand_OnUsageError_WithWrongFlagValue > --- PASS: TestCommand_OnUsageError_WithWrongFlagValue (0.00s) > === RUN TestCommand_OnUsageError_WithSubcommand > --- PASS: TestCommand_OnUsageError_WithSubcommand (0.00s) > === RUN TestCommand_Run_SubcommandsCanUseErrWriter > --- PASS: TestCommand_Run_SubcommandsCanUseErrWriter (0.00s) > === RUN TestCommandSkipFlagParsing > --- PASS: TestCommandSkipFlagParsing (0.00s) > === RUN TestCommand_Run_CustomShellCompleteAcceptsMalformedFlags > --- PASS: TestCommand_Run_CustomShellCompleteAcceptsMalformedFlags (0.00s) > === RUN TestCommand_NoVersionFlagOnCommands > --- PASS: TestCommand_NoVersionFlagOnCommands (0.00s) > === RUN TestCommand_CanAddVFlagOnCommands > --- PASS: TestCommand_CanAddVFlagOnCommands (0.00s) > === RUN TestNewContext > --- PASS: TestNewContext (0.00s) > === RUN TestContext_Int > --- PASS: TestContext_Int (0.00s) > === RUN TestContext_Int64 > --- PASS: TestContext_Int64 (0.00s) > === RUN TestContext_Uint > --- PASS: TestContext_Uint (0.00s) > === RUN TestContext_Uint64 > --- PASS: TestContext_Uint64 (0.00s) > === RUN TestContext_Float64 > --- PASS: TestContext_Float64 (0.00s) > === RUN TestContext_Duration > --- PASS: TestContext_Duration (0.00s) > === RUN TestContext_String > --- PASS: TestContext_String (0.00s) > === RUN TestContext_Path > --- PASS: TestContext_Path (0.00s) > === RUN TestContext_Bool > --- PASS: TestContext_Bool (0.00s) > === RUN TestContext_Args > --- PASS: TestContext_Args (0.00s) > === RUN TestContext_NArg > --- PASS: TestContext_NArg (0.00s) > === RUN TestContext_IsSet > --- PASS: TestContext_IsSet (0.00s) > === RUN TestContext_IsSet_fromEnv > --- PASS: TestContext_IsSet_fromEnv (0.00s) > === RUN TestContext_NumFlags > --- PASS: TestContext_NumFlags (0.00s) > === RUN TestContext_Set > --- PASS: TestContext_Set (0.00s) > === RUN TestContext_LocalFlagNames > --- PASS: TestContext_LocalFlagNames (0.00s) > === RUN TestContext_FlagNames > --- PASS: TestContext_FlagNames (0.00s) > === RUN TestContext_Lineage > --- PASS: TestContext_Lineage (0.00s) > === RUN TestContext_lookupFlagSet > --- PASS: TestContext_lookupFlagSet (0.00s) > === RUN TestNonNilContext > --- PASS: TestNonNilContext (0.00s) > === RUN TestContextPropagation > --- PASS: TestContextPropagation (0.00s) > === RUN TestContextAttributeAccessing > === RUN TestContextAttributeAccessing/empty > === RUN TestContextAttributeAccessing/empty_with_background_context > === RUN TestContextAttributeAccessing/empty_set_bool_and_present_ctx_bool > === RUN > TestContextAttributeAccessing/present_set_bool_and_present_ctx_bool_with_background_context > === RUN TestContextAttributeAccessing/present_set_bool_and_present_ctx_bool > === RUN > TestContextAttributeAccessing/present_set_bool_and_present_ctx_bool_with_background_context#01 > === RUN > TestContextAttributeAccessing/present_set_bool_and_different_ctx_bool > === RUN > TestContextAttributeAccessing/present_set_bool_and_different_ctx_bool_with_background_context > --- PASS: TestContextAttributeAccessing (0.00s) > --- PASS: TestContextAttributeAccessing/empty (0.00s) > --- PASS: TestContextAttributeAccessing/empty_with_background_context > (0.00s) > --- PASS: > TestContextAttributeAccessing/empty_set_bool_and_present_ctx_bool (0.00s) > --- PASS: > TestContextAttributeAccessing/present_set_bool_and_present_ctx_bool_with_background_context > (0.00s) > --- PASS: > TestContextAttributeAccessing/present_set_bool_and_present_ctx_bool (0.00s) > --- PASS: > TestContextAttributeAccessing/present_set_bool_and_present_ctx_bool_with_background_context#01 > (0.00s) > --- PASS: > TestContextAttributeAccessing/present_set_bool_and_different_ctx_bool (0.00s) > --- PASS: > TestContextAttributeAccessing/present_set_bool_and_different_ctx_bool_with_background_context > (0.00s) > === RUN TestCheckRequiredFlags > === RUN TestCheckRequiredFlags/empty > === RUN TestCheckRequiredFlags/optional > === RUN TestCheckRequiredFlags/required > === RUN TestCheckRequiredFlags/required_and_present > === RUN TestCheckRequiredFlags/required_and_present_via_env_var > === RUN TestCheckRequiredFlags/required_and_optional > === RUN TestCheckRequiredFlags/required_and_optional_and_optional_present > === RUN > TestCheckRequiredFlags/required_and_optional_and_optional_present_via_env_var > === RUN TestCheckRequiredFlags/required_and_optional_and_required_present > === RUN TestCheckRequiredFlags/two_required > === RUN TestCheckRequiredFlags/two_required_and_one_present > === RUN TestCheckRequiredFlags/two_required_and_both_present > === RUN TestCheckRequiredFlags/required_flag_with_short_name > === RUN TestCheckRequiredFlags/required_flag_with_multiple_short_names > === RUN > TestCheckRequiredFlags/required_flag_with_short_alias_not_printed_on_error > --- PASS: TestCheckRequiredFlags (0.00s) > --- PASS: TestCheckRequiredFlags/empty (0.00s) > --- PASS: TestCheckRequiredFlags/optional (0.00s) > --- PASS: TestCheckRequiredFlags/required (0.00s) > --- PASS: TestCheckRequiredFlags/required_and_present (0.00s) > --- PASS: TestCheckRequiredFlags/required_and_present_via_env_var (0.00s) > --- PASS: TestCheckRequiredFlags/required_and_optional (0.00s) > --- PASS: > TestCheckRequiredFlags/required_and_optional_and_optional_present (0.00s) > --- PASS: > TestCheckRequiredFlags/required_and_optional_and_optional_present_via_env_var > (0.00s) > --- PASS: > TestCheckRequiredFlags/required_and_optional_and_required_present (0.00s) > --- PASS: TestCheckRequiredFlags/two_required (0.00s) > --- PASS: TestCheckRequiredFlags/two_required_and_one_present (0.00s) > --- PASS: TestCheckRequiredFlags/two_required_and_both_present (0.00s) > --- PASS: TestCheckRequiredFlags/required_flag_with_short_name (0.00s) > --- PASS: TestCheckRequiredFlags/required_flag_with_multiple_short_names > (0.00s) > --- PASS: > TestCheckRequiredFlags/required_flag_with_short_alias_not_printed_on_error > (0.00s) > === RUN TestToMarkdownFull > --- PASS: TestToMarkdownFull (0.00s) > === RUN TestToMarkdownNoFlags > --- PASS: TestToMarkdownNoFlags (0.00s) > === RUN TestToMarkdownNoCommands > --- PASS: TestToMarkdownNoCommands (0.00s) > === RUN TestToMarkdownNoAuthors > --- PASS: TestToMarkdownNoAuthors (0.00s) > === RUN TestToMan > helpers_test.go:24: (docs_test.go:85) Expected .nh > .TH greet 8 > > .SH NAME > .PP > greet - Some app > > > .SH SYNOPSIS > .PP > greet > > .PP > .RS > > .nf > [--another-flag|-b] > [--flag|--fl|-f]=[value] > [--socket|-s]=[value] > > .fi > .RE > > > .SH DESCRIPTION > .PP > app [first_arg] [second_arg] > > .PP > \fBUsage\fP: > > .PP > .RS > > .nf > greet [GLOBAL OPTIONS] command [COMMAND OPTIONS] [ARGUMENTS...] > > .fi > .RE > > > .SH GLOBAL OPTIONS > .PP > \fB--another-flag, -b\fP: another usage text > > .PP > \fB--flag, --fl, -f\fP="": > > .PP > \fB--socket, -s\fP="": some 'usage' text (default: value) > > > .SH COMMANDS > .SH config, c > .PP > another usage test > > .PP > \fB--another-flag, -b\fP: another usage text > > .PP > \fB--flag, --fl, -f\fP="": > > .SS sub-config, s, ss > .PP > another usage test > > .PP > \fB--sub-command-flag, -s\fP: some usage text > > .PP > \fB--sub-flag, --sub-fl, -s\fP="": > > .SH info, i, in > .PP > retrieve generic information > > .SH some-command (type string) - Got .nh > .TH greet 8 > > .SH NAME > .PP > greet - Some app > > > .SH SYNOPSIS > .PP > greet > > .EX > [--another-flag|-b] > [--flag|--fl|-f]=[value] > [--socket|-s]=[value] > > .EE > > > .SH DESCRIPTION > .PP > app [first_arg] [second_arg] > > .PP > \fBUsage\fP: > > .EX > greet [GLOBAL OPTIONS] command [COMMAND OPTIONS] [ARGUMENTS...] > > .EE > > > .SH GLOBAL OPTIONS > .PP > \fB--another-flag, -b\fP: another usage text > > .PP > \fB--flag, --fl, -f\fP="": > > .PP > \fB--socket, -s\fP="": some 'usage' text (default: value) > > > .SH COMMANDS > .SH config, c > .PP > another usage test > > .PP > \fB--another-flag, -b\fP: another usage text > > .PP > \fB--flag, --fl, -f\fP="": > > .SS sub-config, s, ss > .PP > another usage test > > .PP > \fB--sub-command-flag, -s\fP: some usage text > > .PP > \fB--sub-flag, --sub-fl, -s\fP="": > > .SH info, i, in > .PP > retrieve generic information > > .SH some-command (type string) > --- FAIL: TestToMan (0.00s) > === RUN TestHandleExitCoder_nil > --- PASS: TestHandleExitCoder_nil (0.00s) > === RUN TestHandleExitCoder_ExitCoder > --- PASS: TestHandleExitCoder_ExitCoder (0.00s) > === RUN TestHandleExitCoder_MultiErrorWithExitCoder > --- PASS: TestHandleExitCoder_MultiErrorWithExitCoder (0.00s) > === RUN TestHandleExitCoder_MultiErrorWithoutExitCoder > --- PASS: TestHandleExitCoder_MultiErrorWithoutExitCoder (0.00s) > === RUN TestHandleExitCoder_ErrorWithFormat > --- PASS: TestHandleExitCoder_ErrorWithFormat (0.00s) > === RUN TestHandleExitCoder_MultiErrorWithFormat > --- PASS: TestHandleExitCoder_MultiErrorWithFormat (0.00s) > === RUN TestFishCompletion > --- PASS: TestFishCompletion (0.00s) > === RUN TestBoolFlagHelpOutput > --- PASS: TestBoolFlagHelpOutput (0.00s) > === RUN TestBoolFlagApply_SetsAllNames > --- PASS: TestBoolFlagApply_SetsAllNames (0.00s) > === RUN TestFlagsFromEnv > --- PASS: TestFlagsFromEnv (0.00s) > === RUN TestStringFlagHelpOutput > --- PASS: TestStringFlagHelpOutput (0.00s) > === RUN TestStringFlagDefaultText > --- PASS: TestStringFlagDefaultText (0.00s) > === RUN TestStringFlagWithEnvVarHelpOutput > --- PASS: TestStringFlagWithEnvVarHelpOutput (0.00s) > === RUN TestStringFlagApply_SetsAllNames > --- PASS: TestStringFlagApply_SetsAllNames (0.00s) > === RUN TestPathFlagHelpOutput > --- PASS: TestPathFlagHelpOutput (0.00s) > === RUN TestPathFlagWithEnvVarHelpOutput > --- PASS: TestPathFlagWithEnvVarHelpOutput (0.00s) > === RUN TestPathFlagApply_SetsAllNames > --- PASS: TestPathFlagApply_SetsAllNames (0.00s) > === RUN TestStringSliceFlagHelpOutput > --- PASS: TestStringSliceFlagHelpOutput (0.00s) > === RUN TestStringSliceFlagWithEnvVarHelpOutput > --- PASS: TestStringSliceFlagWithEnvVarHelpOutput (0.00s) > === RUN TestStringSliceFlagApply_SetsAllNames > --- PASS: TestStringSliceFlagApply_SetsAllNames (0.00s) > === RUN TestStringSliceFlagApply_UsesEnvValues > --- PASS: TestStringSliceFlagApply_UsesEnvValues (0.00s) > === RUN TestStringSliceFlagApply_DefaultValueWithDestination > --- PASS: TestStringSliceFlagApply_DefaultValueWithDestination (0.00s) > === RUN TestIntFlagHelpOutput > --- PASS: TestIntFlagHelpOutput (0.00s) > === RUN TestIntFlagWithEnvVarHelpOutput > --- PASS: TestIntFlagWithEnvVarHelpOutput (0.00s) > === RUN TestIntFlagApply_SetsAllNames > --- PASS: TestIntFlagApply_SetsAllNames (0.00s) > === RUN TestInt64FlagHelpOutput > --- PASS: TestInt64FlagHelpOutput (0.00s) > === RUN TestInt64FlagWithEnvVarHelpOutput > --- PASS: TestInt64FlagWithEnvVarHelpOutput (0.00s) > === RUN TestUintFlagHelpOutput > --- PASS: TestUintFlagHelpOutput (0.00s) > === RUN TestUintFlagWithEnvVarHelpOutput > --- PASS: TestUintFlagWithEnvVarHelpOutput (0.00s) > === RUN TestUint64FlagHelpOutput > --- PASS: TestUint64FlagHelpOutput (0.00s) > === RUN TestUint64FlagWithEnvVarHelpOutput > --- PASS: TestUint64FlagWithEnvVarHelpOutput (0.00s) > === RUN TestDurationFlagHelpOutput > --- PASS: TestDurationFlagHelpOutput (0.00s) > === RUN TestDurationFlagWithEnvVarHelpOutput > --- PASS: TestDurationFlagWithEnvVarHelpOutput (0.00s) > === RUN TestDurationFlagApply_SetsAllNames > --- PASS: TestDurationFlagApply_SetsAllNames (0.00s) > === RUN TestIntSliceFlagHelpOutput > --- PASS: TestIntSliceFlagHelpOutput (0.00s) > === RUN TestIntSliceFlagWithEnvVarHelpOutput > --- PASS: TestIntSliceFlagWithEnvVarHelpOutput (0.00s) > === RUN TestIntSliceFlagApply_SetsAllNames > --- PASS: TestIntSliceFlagApply_SetsAllNames (0.00s) > === RUN TestInt64SliceFlagHelpOutput > --- PASS: TestInt64SliceFlagHelpOutput (0.00s) > === RUN TestInt64SliceFlagWithEnvVarHelpOutput > --- PASS: TestInt64SliceFlagWithEnvVarHelpOutput (0.00s) > === RUN TestFloat64FlagHelpOutput > --- PASS: TestFloat64FlagHelpOutput (0.00s) > === RUN TestFloat64FlagWithEnvVarHelpOutput > --- PASS: TestFloat64FlagWithEnvVarHelpOutput (0.00s) > === RUN TestFloat64FlagApply_SetsAllNames > --- PASS: TestFloat64FlagApply_SetsAllNames (0.00s) > === RUN TestFloat64SliceFlagHelpOutput > --- PASS: TestFloat64SliceFlagHelpOutput (0.00s) > === RUN TestFloat64SliceFlagWithEnvVarHelpOutput > --- PASS: TestFloat64SliceFlagWithEnvVarHelpOutput (0.00s) > === RUN TestGenericFlagHelpOutput > --- PASS: TestGenericFlagHelpOutput (0.00s) > === RUN TestGenericFlagWithEnvVarHelpOutput > --- PASS: TestGenericFlagWithEnvVarHelpOutput (0.00s) > === RUN TestGenericFlagApply_SetsAllNames > --- PASS: TestGenericFlagApply_SetsAllNames (0.00s) > === RUN TestParseMultiString > --- PASS: TestParseMultiString (0.00s) > === RUN TestParseDestinationString > --- PASS: TestParseDestinationString (0.00s) > === RUN TestParseMultiStringFromEnv > --- PASS: TestParseMultiStringFromEnv (0.00s) > === RUN TestParseMultiStringFromEnvCascade > --- PASS: TestParseMultiStringFromEnvCascade (0.00s) > === RUN TestParseMultiStringSlice > --- PASS: TestParseMultiStringSlice (0.00s) > === RUN TestParseMultiStringSliceWithDefaults > --- PASS: TestParseMultiStringSliceWithDefaults (0.00s) > === RUN TestParseMultiStringSliceWithDestination > --- PASS: TestParseMultiStringSliceWithDestination (0.00s) > === RUN TestParseMultiStringSliceWithDestinationAndEnv > --- PASS: TestParseMultiStringSliceWithDestinationAndEnv (0.00s) > === RUN TestParseMultiStringSliceWithDefaultsUnset > --- PASS: TestParseMultiStringSliceWithDefaultsUnset (0.00s) > === RUN TestParseMultiStringSliceFromEnv > --- PASS: TestParseMultiStringSliceFromEnv (0.00s) > === RUN TestParseMultiStringSliceFromEnvWithDefaults > --- PASS: TestParseMultiStringSliceFromEnvWithDefaults (0.00s) > === RUN TestParseMultiStringSliceFromEnvCascade > --- PASS: TestParseMultiStringSliceFromEnvCascade (0.00s) > === RUN TestParseMultiStringSliceFromEnvCascadeWithDefaults > --- PASS: TestParseMultiStringSliceFromEnvCascadeWithDefaults (0.00s) > === RUN TestParseMultiStringSliceFromEnvWithDestination > --- PASS: TestParseMultiStringSliceFromEnvWithDestination (0.00s) > === RUN TestParseMultiInt > --- PASS: TestParseMultiInt (0.00s) > === RUN TestParseDestinationInt > --- PASS: TestParseDestinationInt (0.00s) > === RUN TestParseMultiIntFromEnv > --- PASS: TestParseMultiIntFromEnv (0.00s) > === RUN TestParseMultiIntFromEnvCascade > --- PASS: TestParseMultiIntFromEnvCascade (0.00s) > === RUN TestParseMultiIntSlice > --- PASS: TestParseMultiIntSlice (0.00s) > === RUN TestParseMultiIntSliceWithDefaults > --- PASS: TestParseMultiIntSliceWithDefaults (0.00s) > === RUN TestParseMultiIntSliceWithDefaultsUnset > --- PASS: TestParseMultiIntSliceWithDefaultsUnset (0.00s) > === RUN TestParseMultiIntSliceFromEnv > --- PASS: TestParseMultiIntSliceFromEnv (0.00s) > === RUN TestParseMultiIntSliceFromEnvWithDefaults > --- PASS: TestParseMultiIntSliceFromEnvWithDefaults (0.00s) > === RUN TestParseMultiIntSliceFromEnvCascade > --- PASS: TestParseMultiIntSliceFromEnvCascade (0.00s) > === RUN TestParseMultiInt64Slice > --- PASS: TestParseMultiInt64Slice (0.00s) > === RUN TestParseMultiInt64SliceFromEnv > --- PASS: TestParseMultiInt64SliceFromEnv (0.00s) > === RUN TestParseMultiInt64SliceFromEnvCascade > --- PASS: TestParseMultiInt64SliceFromEnvCascade (0.00s) > === RUN TestParseMultiFloat64 > --- PASS: TestParseMultiFloat64 (0.00s) > === RUN TestParseDestinationFloat64 > --- PASS: TestParseDestinationFloat64 (0.00s) > === RUN TestParseMultiFloat64FromEnv > --- PASS: TestParseMultiFloat64FromEnv (0.00s) > === RUN TestParseMultiFloat64FromEnvCascade > --- PASS: TestParseMultiFloat64FromEnvCascade (0.00s) > === RUN TestParseMultiFloat64SliceFromEnv > --- PASS: TestParseMultiFloat64SliceFromEnv (0.00s) > === RUN TestParseMultiFloat64SliceFromEnvCascade > --- PASS: TestParseMultiFloat64SliceFromEnvCascade (0.00s) > === RUN TestParseMultiBool > --- PASS: TestParseMultiBool (0.00s) > === RUN TestParseBoolShortOptionHandle > --- PASS: TestParseBoolShortOptionHandle (0.00s) > === RUN TestParseDestinationBool > --- PASS: TestParseDestinationBool (0.00s) > === RUN TestParseMultiBoolFromEnv > --- PASS: TestParseMultiBoolFromEnv (0.00s) > === RUN TestParseMultiBoolFromEnvCascade > --- PASS: TestParseMultiBoolFromEnvCascade (0.00s) > === RUN TestParseBoolFromEnv > --- PASS: TestParseBoolFromEnv (0.00s) > === RUN TestParseMultiBoolT > --- PASS: TestParseMultiBoolT (0.00s) > === RUN TestParseGeneric > --- PASS: TestParseGeneric (0.00s) > === RUN TestParseGenericFromEnv > --- PASS: TestParseGenericFromEnv (0.00s) > === RUN TestParseGenericFromEnvCascade > --- PASS: TestParseGenericFromEnvCascade (0.00s) > === RUN TestFlagFromFile > --- PASS: TestFlagFromFile (0.00s) > === RUN TestStringSlice_Serialized_Set > --- PASS: TestStringSlice_Serialized_Set (0.00s) > === RUN TestIntSlice_Serialized_Set > --- PASS: TestIntSlice_Serialized_Set (0.00s) > === RUN TestInt64Slice_Serialized_Set > --- PASS: TestInt64Slice_Serialized_Set (0.00s) > === RUN TestTimestamp_set > --- PASS: TestTimestamp_set (0.00s) > === RUN TestTimestampFlagApply > --- PASS: TestTimestampFlagApply (0.00s) > === RUN TestTimestampFlagApplyValue > --- PASS: TestTimestampFlagApplyValue (0.00s) > === RUN TestTimestampFlagApply_Fail_Parse_Wrong_Layout > --- PASS: TestTimestampFlagApply_Fail_Parse_Wrong_Layout (0.00s) > === RUN TestTimestampFlagApply_Fail_Parse_Wrong_Time > --- PASS: TestTimestampFlagApply_Fail_Parse_Wrong_Time (0.00s) > === RUN Test_ShowAppHelp_NoAuthor > --- PASS: Test_ShowAppHelp_NoAuthor (0.00s) > === RUN Test_ShowAppHelp_NoVersion > --- PASS: Test_ShowAppHelp_NoVersion (0.00s) > === RUN Test_ShowAppHelp_HideVersion > --- PASS: Test_ShowAppHelp_HideVersion (0.00s) > === RUN Test_ShowAppHelp_MultiLineDescription > --- PASS: Test_ShowAppHelp_MultiLineDescription (0.00s) > === RUN Test_Help_Custom_Flags > --- PASS: Test_Help_Custom_Flags (0.00s) > === RUN Test_Version_Custom_Flags > --- PASS: Test_Version_Custom_Flags (0.00s) > === RUN Test_helpCommand_Action_ErrorIfNoTopic > --- PASS: Test_helpCommand_Action_ErrorIfNoTopic (0.00s) > === RUN Test_helpCommand_InHelpOutput > --- PASS: Test_helpCommand_InHelpOutput (0.00s) > === RUN Test_helpSubcommand_Action_ErrorIfNoTopic > --- PASS: Test_helpSubcommand_Action_ErrorIfNoTopic (0.00s) > === RUN TestShowAppHelp_CommandAliases > --- PASS: TestShowAppHelp_CommandAliases (0.00s) > === RUN TestShowCommandHelp_HelpPrinter > === RUN TestShowCommandHelp_HelpPrinter/no-command > === RUN TestShowCommandHelp_HelpPrinter/standard-command > === RUN TestShowCommandHelp_HelpPrinter/custom-template-command > --- PASS: TestShowCommandHelp_HelpPrinter (0.00s) > --- PASS: TestShowCommandHelp_HelpPrinter/no-command (0.00s) > --- PASS: TestShowCommandHelp_HelpPrinter/standard-command (0.00s) > --- PASS: TestShowCommandHelp_HelpPrinter/custom-template-command (0.00s) > === RUN TestShowCommandHelp_HelpPrinterCustom > === RUN TestShowCommandHelp_HelpPrinterCustom/no-command > === RUN TestShowCommandHelp_HelpPrinterCustom/standard-command > === RUN TestShowCommandHelp_HelpPrinterCustom/custom-template-command > --- PASS: TestShowCommandHelp_HelpPrinterCustom (0.00s) > --- PASS: TestShowCommandHelp_HelpPrinterCustom/no-command (0.00s) > --- PASS: TestShowCommandHelp_HelpPrinterCustom/standard-command (0.00s) > --- PASS: TestShowCommandHelp_HelpPrinterCustom/custom-template-command > (0.00s) > === RUN TestShowCommandHelp_CommandAliases > --- PASS: TestShowCommandHelp_CommandAliases (0.00s) > === RUN TestShowSubcommandHelp_CommandAliases > --- PASS: TestShowSubcommandHelp_CommandAliases (0.00s) > === RUN TestShowCommandHelp_Customtemplate > --- PASS: TestShowCommandHelp_Customtemplate (0.00s) > === RUN TestShowSubcommandHelp_CommandUsageText > --- PASS: TestShowSubcommandHelp_CommandUsageText (0.00s) > === RUN TestShowSubcommandHelp_SubcommandUsageText > --- PASS: TestShowSubcommandHelp_SubcommandUsageText (0.00s) > === RUN TestShowAppHelp_HiddenCommand > --- PASS: TestShowAppHelp_HiddenCommand (0.00s) > === RUN TestShowAppHelp_HelpPrinter > === RUN TestShowAppHelp_HelpPrinter/standard-command > === RUN TestShowAppHelp_HelpPrinter/custom-template-command > --- PASS: TestShowAppHelp_HelpPrinter (0.00s) > --- PASS: TestShowAppHelp_HelpPrinter/standard-command (0.00s) > --- PASS: TestShowAppHelp_HelpPrinter/custom-template-command (0.00s) > === RUN TestShowAppHelp_HelpPrinterCustom > === RUN TestShowAppHelp_HelpPrinterCustom/standard-command > === RUN TestShowAppHelp_HelpPrinterCustom/custom-template-command > --- PASS: TestShowAppHelp_HelpPrinterCustom (0.00s) > --- PASS: TestShowAppHelp_HelpPrinterCustom/standard-command (0.00s) > --- PASS: TestShowAppHelp_HelpPrinterCustom/custom-template-command > (0.00s) > === RUN TestShowAppHelp_CustomAppTemplate > --- PASS: TestShowAppHelp_CustomAppTemplate (0.00s) > === RUN TestHideHelpCommand > --- PASS: TestHideHelpCommand (0.00s) > === RUN TestHideHelpCommand_False > --- PASS: TestHideHelpCommand_False (0.00s) > === RUN TestHideHelpCommand_WithHideHelp > --- PASS: TestHideHelpCommand_WithHideHelp (0.00s) > === RUN TestHideHelpCommand_RunAsSubcommand > --- PASS: TestHideHelpCommand_RunAsSubcommand (0.00s) > === RUN TestHideHelpCommand_RunAsSubcommand_False > --- PASS: TestHideHelpCommand_RunAsSubcommand_False (0.00s) > === RUN TestHideHelpCommand_WithSubcommands > --- PASS: TestHideHelpCommand_WithSubcommands (0.00s) > === RUN TestLexicographicLess > --- PASS: TestLexicographicLess (0.00s) > === RUN ExampleApp_Run > --- PASS: ExampleApp_Run (0.00s) > === RUN ExampleApp_Run_subcommand > --- PASS: ExampleApp_Run_subcommand (0.00s) > === RUN ExampleApp_Run_appHelp > --- PASS: ExampleApp_Run_appHelp (0.00s) > === RUN ExampleApp_Run_commandHelp > --- PASS: ExampleApp_Run_commandHelp (0.00s) > === RUN ExampleApp_Run_noAction > --- PASS: ExampleApp_Run_noAction (0.00s) > === RUN ExampleApp_Run_subcommandNoAction > --- PASS: ExampleApp_Run_subcommandNoAction (0.00s) > === RUN ExampleApp_Run_bashComplete_withShortFlag > --- PASS: ExampleApp_Run_bashComplete_withShortFlag (0.00s) > === RUN ExampleApp_Run_bashComplete_withLongFlag > --- PASS: ExampleApp_Run_bashComplete_withLongFlag (0.00s) > === RUN ExampleApp_Run_bashComplete_withMultipleLongFlag > --- PASS: ExampleApp_Run_bashComplete_withMultipleLongFlag (0.00s) > === RUN ExampleApp_Run_bashComplete > --- PASS: ExampleApp_Run_bashComplete (0.00s) > === RUN ExampleApp_Run_zshComplete > --- PASS: ExampleApp_Run_zshComplete (0.00s) > FAIL > FAIL github.com/urfave/cli/v2 0.092s > FAIL > dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 > github.com/urfave/cli/v2 returned exit code 1 The full build log is available from: http://qa-logs.debian.net/2023/10/27/golang-github-urfave-cli-v2_2.3.0-2_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231027&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.