Package: src:gh
Version: 2.46.0-3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202511/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:gh, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh debian/rules --builddirectory=_build --buildsystem=golang
dh clean --builddirectory=_build --buildsystem=golang
   dh_auto_clean -O--builddirectory=_build -O--buildsystem=golang
   dh_autoreconf_clean -O--builddirectory=_build -O--buildsystem=golang
   dh_clean -O--builddirectory=_build -O--buildsystem=golang
 debian/rules binary
dh debian/rules --builddirectory=_build --buildsystem=golang
dh binary --builddirectory=_build --buildsystem=golang
   dh_update_autotools_config -O--builddirectory=_build -O--buildsystem=golang
   dh_autoreconf -O--builddirectory=_build -O--buildsystem=golang
   debian/rules execute_before_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh debian/rules --builddirectory=_build --buildsystem=golang
mkdir -p _build/src/google.golang.org

[... snipped ...]

=== RUN   Test_executable
--- PASS: Test_executable (0.00s)
=== RUN   Test_executable_relative
--- PASS: Test_executable_relative (0.00s)
=== RUN   Test_Executable_override
--- PASS: Test_Executable_override (0.00s)
=== RUN   TestAddJSONFlags
=== RUN   TestAddJSONFlags/no_JSON_flag
=== RUN   TestAddJSONFlags/empty_JSON_flag
=== RUN   TestAddJSONFlags/invalid_JSON_field
=== RUN   TestAddJSONFlags/cannot_combine_--json_with_--web
=== RUN   TestAddJSONFlags/cannot_use_--jq_without_--json
=== RUN   TestAddJSONFlags/cannot_use_--template_without_--json
=== RUN   TestAddJSONFlags/with_JSON_fields
=== RUN   TestAddJSONFlags/with_jq_filter
=== RUN   TestAddJSONFlags/with_Go_template
--- PASS: TestAddJSONFlags (0.00s)
    --- PASS: TestAddJSONFlags/no_JSON_flag (0.00s)
    --- PASS: TestAddJSONFlags/empty_JSON_flag (0.00s)
    --- PASS: TestAddJSONFlags/invalid_JSON_field (0.00s)
    --- PASS: TestAddJSONFlags/cannot_combine_--json_with_--web (0.00s)
    --- PASS: TestAddJSONFlags/cannot_use_--jq_without_--json (0.00s)
    --- PASS: TestAddJSONFlags/cannot_use_--template_without_--json (0.00s)
    --- PASS: TestAddJSONFlags/with_JSON_fields (0.00s)
    --- PASS: TestAddJSONFlags/with_jq_filter (0.00s)
    --- PASS: TestAddJSONFlags/with_Go_template (0.00s)
=== RUN   TestAddFormatFlags
=== RUN   TestAddFormatFlags/no_format_flag
=== RUN   TestAddFormatFlags/empty_format_flag
=== RUN   TestAddFormatFlags/invalid_format_field
=== RUN   TestAddFormatFlags/cannot_combine_--format_with_--web
=== RUN   TestAddFormatFlags/cannot_use_--jq_without_--format
=== RUN   TestAddFormatFlags/cannot_use_--template_without_--format
=== RUN   TestAddFormatFlags/with_json_format
=== RUN   TestAddFormatFlags/with_jq_filter
=== RUN   TestAddFormatFlags/with_Go_template
--- PASS: TestAddFormatFlags (0.00s)
    --- PASS: TestAddFormatFlags/no_format_flag (0.00s)
    --- PASS: TestAddFormatFlags/empty_format_flag (0.00s)
    --- PASS: TestAddFormatFlags/invalid_format_field (0.00s)
    --- PASS: TestAddFormatFlags/cannot_combine_--format_with_--web (0.00s)
    --- PASS: TestAddFormatFlags/cannot_use_--jq_without_--format (0.00s)
    --- PASS: TestAddFormatFlags/cannot_use_--template_without_--format (0.00s)
    --- PASS: TestAddFormatFlags/with_json_format (0.00s)
    --- PASS: TestAddFormatFlags/with_jq_filter (0.00s)
    --- PASS: TestAddFormatFlags/with_Go_template (0.00s)
=== RUN   Test_exportFormat_Write
=== RUN   Test_exportFormat_Write/regular_JSON_output
=== RUN   Test_exportFormat_Write/call_ExportData
=== RUN   Test_exportFormat_Write/recursively_call_ExportData
=== RUN   Test_exportFormat_Write/with_jq_filter
=== RUN   Test_exportFormat_Write/with_jq_filter_pretty_printing
=== RUN   Test_exportFormat_Write/with_Go_template
--- PASS: Test_exportFormat_Write (0.00s)
    --- PASS: Test_exportFormat_Write/regular_JSON_output (0.00s)
    --- PASS: Test_exportFormat_Write/call_ExportData (0.00s)
    --- PASS: Test_exportFormat_Write/recursively_call_ExportData (0.00s)
    --- PASS: Test_exportFormat_Write/with_jq_filter (0.00s)
    --- PASS: Test_exportFormat_Write/with_jq_filter_pretty_printing (0.00s)
    --- PASS: Test_exportFormat_Write/with_Go_template (0.00s)
=== RUN   TestStructExportData
=== RUN   TestStructExportData/serializes_struct_types
=== RUN   TestStructExportData/serializes_pointer_to_struct_types
=== RUN   TestStructExportData/does_not_serialize_non-struct_types
=== RUN   TestStructExportData/ignores_unknown_fields
=== RUN   TestStructExportData/ignores_unexported_fields
=== RUN   
TestStructExportData/field_matching_is_case_insensitive_but_casing_impacts_JSON_output
--- PASS: TestStructExportData (0.00s)
    --- PASS: TestStructExportData/serializes_struct_types (0.00s)
    --- PASS: TestStructExportData/serializes_pointer_to_struct_types (0.00s)
    --- PASS: TestStructExportData/does_not_serialize_non-struct_types (0.00s)
    --- PASS: TestStructExportData/ignores_unknown_fields (0.00s)
    --- PASS: TestStructExportData/ignores_unexported_fields (0.00s)
    --- PASS: 
TestStructExportData/field_matching_is_case_insensitive_but_casing_impacts_JSON_output
 (0.00s)
PASS
ok      github.com/cli/cli/v2/pkg/cmdutil       0.006s
?       github.com/cli/cli/v2/pkg/extensions    [no test files]
?       github.com/cli/cli/v2/pkg/findsh        [no test files]
=== RUN   TestFindNonLegacy
=== RUN   TestFindNonLegacy/Legacy_templates_ignored
=== RUN   TestFindNonLegacy/Template_folder_in_.github_takes_precedence
=== RUN   TestFindNonLegacy/Template_folder_in_root
=== RUN   TestFindNonLegacy/Template_folder_in_docs
=== RUN   TestFindNonLegacy/Multiple_templates_in_template_folder
=== RUN   TestFindNonLegacy/Empty_template_directories
--- PASS: TestFindNonLegacy (0.00s)
    --- PASS: TestFindNonLegacy/Legacy_templates_ignored (0.00s)
    --- PASS: TestFindNonLegacy/Template_folder_in_.github_takes_precedence 
(0.00s)
    --- PASS: TestFindNonLegacy/Template_folder_in_root (0.00s)
    --- PASS: TestFindNonLegacy/Template_folder_in_docs (0.00s)
    --- PASS: TestFindNonLegacy/Multiple_templates_in_template_folder (0.00s)
    --- PASS: TestFindNonLegacy/Empty_template_directories (0.00s)
=== RUN   TestFindLegacy
=== RUN   TestFindLegacy/Template_in_root
=== RUN   TestFindLegacy/No_extension
=== RUN   TestFindLegacy/Dash_instead_of_underscore
=== RUN   TestFindLegacy/Template_in_.github_takes_precedence
=== RUN   TestFindLegacy/Template_in_docs
=== RUN   TestFindLegacy/Non_legacy_templates_ignored
--- PASS: TestFindLegacy (0.00s)
    --- PASS: TestFindLegacy/Template_in_root (0.00s)
    --- PASS: TestFindLegacy/No_extension (0.00s)
    --- PASS: TestFindLegacy/Dash_instead_of_underscore (0.00s)
    --- PASS: TestFindLegacy/Template_in_.github_takes_precedence (0.00s)
    --- PASS: TestFindLegacy/Template_in_docs (0.00s)
    --- PASS: TestFindLegacy/Non_legacy_templates_ignored (0.00s)
=== RUN   TestExtractName
=== RUN   TestExtractName/Complete_front-matter
=== RUN   TestExtractName/Incomplete_front-matter
=== RUN   TestExtractName/No_front-matter
--- PASS: TestExtractName (0.01s)
    --- PASS: TestExtractName/Complete_front-matter (0.00s)
    --- PASS: TestExtractName/Incomplete_front-matter (0.00s)
    --- PASS: TestExtractName/No_front-matter (0.00s)
=== RUN   TestExtractContents
=== RUN   TestExtractContents/Has_front-matter
=== RUN   TestExtractContents/No_front-matter
--- PASS: TestExtractContents (0.00s)
    --- PASS: TestExtractContents/Has_front-matter (0.00s)
    --- PASS: TestExtractContents/No_front-matter (0.00s)
PASS
ok      github.com/cli/cli/v2/pkg/githubtemplate        0.014s
?       github.com/cli/cli/v2/pkg/httpmock      [no test files]
=== RUN   TestColorFromRGB
--- PASS: TestColorFromRGB (0.00s)
=== RUN   TestHexToRGB
--- PASS: TestHexToRGB (0.00s)
=== RUN   TestStopAlternateScreenBuffer
--- PASS: TestStopAlternateScreenBuffer (0.00s)
=== RUN   TestIOStreams_pager
    iostreams_test.go:28: TODO: fix this test in race detection mode
--- SKIP: TestIOStreams_pager (0.00s)
=== RUN   TestHelperProcess
--- PASS: TestHelperProcess (0.00s)
PASS
ok      github.com/cli/cli/v2/pkg/iostreams     0.003s
=== RUN   TestWrite
=== RUN   TestWrite/blank
=== RUN   TestWrite/empty_object
=== RUN   TestWrite/nested_object
=== RUN   TestWrite/string
=== RUN   TestWrite/error
--- PASS: TestWrite (0.00s)
    --- PASS: TestWrite/blank (0.00s)
    --- PASS: TestWrite/empty_object (0.00s)
    --- PASS: TestWrite/nested_object (0.00s)
    --- PASS: TestWrite/string (0.00s)
    --- PASS: TestWrite/error (0.00s)
PASS
ok      github.com/cli/cli/v2/pkg/jsoncolor     0.002s
?       github.com/cli/cli/v2/pkg/markdown      [no test files]
=== RUN   TestQueryString
=== RUN   TestQueryString/converts_query_to_string
=== RUN   TestQueryString/quotes_keywords
=== RUN   TestQueryString/quotes_keywords_that_are_qualifiers
=== RUN   TestQueryString/quotes_qualifiers
--- PASS: TestQueryString (0.00s)
    --- PASS: TestQueryString/converts_query_to_string (0.00s)
    --- PASS: TestQueryString/quotes_keywords (0.00s)
    --- PASS: TestQueryString/quotes_keywords_that_are_qualifiers (0.00s)
    --- PASS: TestQueryString/quotes_qualifiers (0.00s)
=== RUN   TestQualifiersMap
=== RUN   TestQualifiersMap/changes_qualifiers_to_map
=== RUN   TestQualifiersMap/excludes_unset_qualifiers_from_map
--- PASS: TestQualifiersMap (0.00s)
    --- PASS: TestQualifiersMap/changes_qualifiers_to_map (0.00s)
    --- PASS: TestQualifiersMap/excludes_unset_qualifiers_from_map (0.00s)
=== RUN   TestCamelToKebab
=== RUN   TestCamelToKebab/single_lowercase_word
=== RUN   TestCamelToKebab/multiple_mixed_words
=== RUN   TestCamelToKebab/multiple_uppercase_words
=== RUN   TestCamelToKebab/multiple_lowercase_words
=== RUN   TestCamelToKebab/multiple_mixed_words_with_number
=== RUN   TestCamelToKebab/multiple_lowercase_words_with_number
=== RUN   TestCamelToKebab/multiple_lowercase_words_with_dash
=== RUN   TestCamelToKebab/multiple_uppercase_words_with_dash
--- PASS: TestCamelToKebab (0.00s)
    --- PASS: TestCamelToKebab/single_lowercase_word (0.00s)
    --- PASS: TestCamelToKebab/multiple_mixed_words (0.00s)
    --- PASS: TestCamelToKebab/multiple_uppercase_words (0.00s)
    --- PASS: TestCamelToKebab/multiple_lowercase_words (0.00s)
    --- PASS: TestCamelToKebab/multiple_mixed_words_with_number (0.00s)
    --- PASS: TestCamelToKebab/multiple_lowercase_words_with_number (0.00s)
    --- PASS: TestCamelToKebab/multiple_lowercase_words_with_dash (0.00s)
    --- PASS: TestCamelToKebab/multiple_uppercase_words_with_dash (0.00s)
=== RUN   TestCodeExportData
=== RUN   TestCodeExportData/exports_requested_fields
--- PASS: TestCodeExportData (0.00s)
    --- PASS: TestCodeExportData/exports_requested_fields (0.00s)
=== RUN   TestCommitExportData
=== RUN   TestCommitExportData/exports_requested_fields
--- PASS: TestCommitExportData (0.00s)
    --- PASS: TestCommitExportData/exports_requested_fields (0.00s)
=== RUN   TestRepositoryExportData
=== RUN   TestRepositoryExportData/exports_requested_fields
--- PASS: TestRepositoryExportData (0.00s)
    --- PASS: TestRepositoryExportData/exports_requested_fields (0.00s)
=== RUN   TestIssueExportData
=== RUN   TestIssueExportData/exports_requested_fields
=== RUN   TestIssueExportData/state_when_issue
=== RUN   TestIssueExportData/state_when_pull_request
=== RUN   TestIssueExportData/isDraft_when_pull_request
--- PASS: TestIssueExportData (0.00s)
    --- PASS: TestIssueExportData/exports_requested_fields (0.00s)
    --- PASS: TestIssueExportData/state_when_issue (0.00s)
    --- PASS: TestIssueExportData/state_when_pull_request (0.00s)
    --- PASS: TestIssueExportData/isDraft_when_pull_request (0.00s)
=== RUN   TestSearcherCode
=== RUN   TestSearcherCode/searches_code
=== RUN   TestSearcherCode/searches_code_for_enterprise_host
=== RUN   TestSearcherCode/paginates_results
=== RUN   TestSearcherCode/handles_search_errors
--- PASS: TestSearcherCode (0.00s)
    --- PASS: TestSearcherCode/searches_code (0.00s)
    --- PASS: TestSearcherCode/searches_code_for_enterprise_host (0.00s)
    --- PASS: TestSearcherCode/paginates_results (0.00s)
    --- PASS: TestSearcherCode/handles_search_errors (0.00s)
=== RUN   TestSearcherCommits
=== RUN   TestSearcherCommits/searches_commits
=== RUN   TestSearcherCommits/searches_commits_for_enterprise_host
=== RUN   TestSearcherCommits/paginates_results
=== RUN   TestSearcherCommits/handles_search_errors
--- PASS: TestSearcherCommits (0.00s)
    --- PASS: TestSearcherCommits/searches_commits (0.00s)
    --- PASS: TestSearcherCommits/searches_commits_for_enterprise_host (0.00s)
    --- PASS: TestSearcherCommits/paginates_results (0.00s)
    --- PASS: TestSearcherCommits/handles_search_errors (0.00s)
=== RUN   TestSearcherRepositories
=== RUN   TestSearcherRepositories/searches_repositories
=== RUN   TestSearcherRepositories/searches_repositories_for_enterprise_host
=== RUN   TestSearcherRepositories/paginates_results
=== RUN   TestSearcherRepositories/handles_search_errors
--- PASS: TestSearcherRepositories (0.00s)
    --- PASS: TestSearcherRepositories/searches_repositories (0.00s)
    --- PASS: 
TestSearcherRepositories/searches_repositories_for_enterprise_host (0.00s)
    --- PASS: TestSearcherRepositories/paginates_results (0.00s)
    --- PASS: TestSearcherRepositories/handles_search_errors (0.00s)
=== RUN   TestSearcherIssues
=== RUN   TestSearcherIssues/searches_issues
=== RUN   TestSearcherIssues/searches_issues_for_enterprise_host
=== RUN   TestSearcherIssues/paginates_results
=== RUN   TestSearcherIssues/handles_search_errors
--- PASS: TestSearcherIssues (0.00s)
    --- PASS: TestSearcherIssues/searches_issues (0.00s)
    --- PASS: TestSearcherIssues/searches_issues_for_enterprise_host (0.00s)
    --- PASS: TestSearcherIssues/paginates_results (0.00s)
    --- PASS: TestSearcherIssues/handles_search_errors (0.00s)
=== RUN   TestSearcherURL
=== RUN   TestSearcherURL/outputs_encoded_query_url
=== RUN   TestSearcherURL/supports_enterprise_hosts
--- PASS: TestSearcherURL (0.00s)
    --- PASS: TestSearcherURL/outputs_encoded_query_url (0.00s)
    --- PASS: TestSearcherURL/supports_enterprise_hosts (0.00s)
PASS
ok      github.com/cli/cli/v2/pkg/search        0.005s
=== RUN   Test_StringSlice_ToSlice
--- PASS: Test_StringSlice_ToSlice (0.00s)
=== RUN   Test_StringSlice_Remove
--- PASS: Test_StringSlice_Remove (0.00s)
PASS
ok      github.com/cli/cli/v2/pkg/set   0.002s
?       github.com/cli/cli/v2/pkg/ssh   [no test files]
=== RUN   TestHelperProcess
--- PASS: TestHelperProcess (0.00s)
=== RUN   Test_GhEditor_Prompt_skip
--- PASS: Test_GhEditor_Prompt_skip (0.00s)
=== RUN   Test_GhEditor_Prompt_editorAppend
--- PASS: Test_GhEditor_Prompt_editorAppend (0.00s)
=== RUN   Test_GhEditor_Prompt_editorTruncate
--- PASS: Test_GhEditor_Prompt_editorTruncate (0.00s)
PASS
ok      github.com/cli/cli/v2/pkg/surveyext     0.010s
?       github.com/cli/cli/v2/test      [no test files]
?       github.com/cli/cli/v2/utils     [no test files]
FAIL
dh_auto_test: error: cd _build && go test -vet=off -v -p 2 g 
[too-long-redacted] i/v2/utils returned exit code 1
make: *** [debian/rules:33: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to