Your message dated Tue, 23 Aug 2022 13:49:05 +0000
with message-id <e1oquhb-005sjf...@fasolo.debian.org>
and subject line Bug#1017277: fixed in golang-github-thedevsaddam-gojsonq 
2.5.2-3
has caused the Debian Bug report #1017277,
regarding golang-github-thedevsaddam-gojsonq: FTBFS: dh_auto_test: error: cd 
_build && go test -vet=off -v -p 8 github.com/thedevsaddam/gojsonq returned 
exit code 1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1017277: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017277
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-thedevsaddam-gojsonq
Version: 2.5.2-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220813 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> dh binary --builddirectory=_build --buildsystem=golang --with=golang
>    dh_update_autotools_config -O--builddirectory=_build -O--buildsystem=golang
>    dh_autoreconf -O--builddirectory=_build -O--buildsystem=golang
>    dh_auto_configure -O--builddirectory=_build -O--buildsystem=golang
>    dh_auto_build -O--builddirectory=_build -O--buildsystem=golang
>       cd _build && go install -trimpath -v -p 8 
> github.com/thedevsaddam/gojsonq
> internal/goos
> internal/goarch
> internal/goexperiment
> internal/unsafeheader
> internal/race
> internal/cpu
> runtime/internal/atomic
> runtime/internal/syscall
> sync/atomic
> internal/abi
> runtime/internal/math
> runtime/internal/sys
> unicode
> unicode/utf8
> encoding
> math/bits
> internal/itoa
> unicode/utf16
> internal/bytealg
> math
> runtime
> internal/reflectlite
> sync
> internal/testlog
> errors
> sort
> io
> internal/oserror
> path
> strconv
> syscall
> strings
> bytes
> reflect
> internal/syscall/execenv
> time
> internal/syscall/unix
> io/fs
> internal/poll
> encoding/binary
> internal/fmtsort
> os
> encoding/base64
> io/ioutil
> fmt
> encoding/json
> github.com/thedevsaddam/gojsonq
>    dh_auto_test -O--builddirectory=_build -O--buildsystem=golang
>       cd _build && go test -vet=off -v -p 8 github.com/thedevsaddam/gojsonq
> === RUN   Test_DefaultDecoder
> --- PASS: Test_DefaultDecoder (0.00s)
> === RUN   Test_abs
> --- PASS: Test_abs (0.00s)
> === RUN   Test_isIndex
> --- PASS: Test_isIndex (0.00s)
> === RUN   Test_getIndex
> --- PASS: Test_getIndex (0.00s)
> === RUN   Test_toString
> --- PASS: Test_toString (0.00s)
> === RUN   Test_toFloat64
> --- PASS: Test_toFloat64 (0.00s)
> === RUN   Test_sorter
> --- PASS: Test_sorter (0.00s)
> === RUN   Test_sortMap
> --- PASS: Test_sortMap (0.00s)
> === RUN   Test_getNestedValue
> --- PASS: Test_getNestedValue (0.00s)
> === RUN   Test_makeAlias
> --- PASS: Test_makeAlias (0.00s)
> === RUN   Test_length
> --- PASS: Test_length (0.00s)
> === RUN   TestNew
> --- PASS: TestNew (0.00s)
> === RUN   TestJSONQ_String
> --- PASS: TestJSONQ_String (0.00s)
> === RUN   TestJSONQ_decode
> --- PASS: TestJSONQ_decode (0.00s)
> === RUN   TestJSONQ_Copy
> --- PASS: TestJSONQ_Copy (0.00s)
> === RUN   TestJSONQ_File
> --- PASS: TestJSONQ_File (0.00s)
> === RUN   TestJSONQ_JSONString
> --- PASS: TestJSONQ_JSONString (0.00s)
> === RUN   TestJSONQ_FromString
> --- PASS: TestJSONQ_FromString (0.00s)
> === RUN   TestJSONQ_Reader
> --- PASS: TestJSONQ_Reader (0.00s)
> === RUN   TestJSONQ_Reader_expecting_error
> --- PASS: TestJSONQ_Reader_expecting_error (0.00s)
> === RUN   TestJSONQ_Errors
> --- PASS: TestJSONQ_Errors (0.00s)
> === RUN   TestJSONQ_Macro
> --- PASS: TestJSONQ_Macro (0.00s)
> === RUN   TestJSONQ_From_Set
> --- PASS: TestJSONQ_From_Set (0.00s)
> === RUN   TestJSONQ_Select
> --- PASS: TestJSONQ_Select (0.00s)
> === RUN   TestJSONQ_Offset
> --- PASS: TestJSONQ_Offset (0.00s)
> === RUN   TestJSONQ_Limit
> --- PASS: TestJSONQ_Limit (0.00s)
> === RUN   TestJSONQ_reset
> --- PASS: TestJSONQ_reset (0.00s)
> === RUN   TestJSONQ_Reset
> --- PASS: TestJSONQ_Reset (0.00s)
> === RUN   TestJSONQ_From
> --- PASS: TestJSONQ_From (0.00s)
> === RUN   TestJSONQ_FromInterface
> --- PASS: TestJSONQ_FromInterface (0.00s)
> === RUN   TestJSONQ_Where_single_where
> --- PASS: TestJSONQ_Where_single_where (0.00s)
> === RUN   TestJSONQ_Where_deep_nested_value
> --- PASS: TestJSONQ_Where_deep_nested_value (0.00s)
> === RUN   TestJSONQ_Where_multiple_where_expecting_result
> --- PASS: TestJSONQ_Where_multiple_where_expecting_result (0.00s)
> === RUN   TestJSONQ_Where_multiple_where_expecting_empty_result
> --- PASS: TestJSONQ_Where_multiple_where_expecting_empty_result (0.00s)
> === RUN   TestJSONQ_Where_multiple_where_with_invalid_operator_expecting_error
> --- PASS: 
> TestJSONQ_Where_multiple_where_with_invalid_operator_expecting_error (0.00s)
> === RUN   TestJSONQ_Where_multiple_where_with_invalid_operand_expecting_error
> --- PASS: TestJSONQ_Where_multiple_where_with_invalid_operand_expecting_error 
> (0.00s)
> === RUN   TestJSONQ_single_WhereEqual
> --- PASS: TestJSONQ_single_WhereEqual (0.00s)
> === RUN   TestJSONQ_multiple_WhereEqual_expecting_data
> --- PASS: TestJSONQ_multiple_WhereEqual_expecting_data (0.00s)
> === RUN   TestJSONQ_multiple_WhereEqual_expecting_empty_data
> --- PASS: TestJSONQ_multiple_WhereEqual_expecting_empty_data (0.00s)
> === RUN   TestJSONQ_single_WhereNotEqual
> --- PASS: TestJSONQ_single_WhereNotEqual (0.00s)
> === RUN   TestJSONQ_multiple_WhereNotEqual
> --- PASS: TestJSONQ_multiple_WhereNotEqual (0.00s)
> === RUN   TestJSONQ_WhereNil
> --- PASS: TestJSONQ_WhereNil (0.00s)
> === RUN   TestJSONQ_WhereNotNil
> --- PASS: TestJSONQ_WhereNotNil (0.00s)
> === RUN   TestJSONQ_WhereIn_expecting_result
> --- PASS: TestJSONQ_WhereIn_expecting_result (0.00s)
> === RUN   TestJSONQ_WhereIn_expecting_empty_result
> --- PASS: TestJSONQ_WhereIn_expecting_empty_result (0.00s)
> === RUN   TestJSONQ_WhereNotIn_expecting_result
> --- PASS: TestJSONQ_WhereNotIn_expecting_result (0.00s)
> === RUN   TestJSONQ_WhereNotIn_expecting_empty_result
> --- PASS: TestJSONQ_WhereNotIn_expecting_empty_result (0.00s)
> === RUN   TestJSONQ_OrWhere
> --- PASS: TestJSONQ_OrWhere (0.00s)
> === RUN   TestJSONQ_WhereStartsWith_expecting_result
> --- PASS: TestJSONQ_WhereStartsWith_expecting_result (0.00s)
> === RUN   TestJSONQ_WhereStartsWith_expecting_empty_result
> --- PASS: TestJSONQ_WhereStartsWith_expecting_empty_result (0.00s)
> === RUN   TestJSONQ_WhereEndsWith
> --- PASS: TestJSONQ_WhereEndsWith (0.00s)
> === RUN   TestJSONQ_WhereEndsWith_empty_result
> --- PASS: TestJSONQ_WhereEndsWith_empty_result (0.00s)
> === RUN   TestJSONQ_WhereContains_expecting_result
> --- PASS: TestJSONQ_WhereContains_expecting_result (0.00s)
> === RUN   TestJSONQ_WhereContains_expecting_empty_result
> --- PASS: TestJSONQ_WhereContains_expecting_empty_result (0.00s)
> === RUN   TestJSONQ_WhereStrictContains_expecting_result
> --- PASS: TestJSONQ_WhereStrictContains_expecting_result (0.00s)
> === RUN   TestJSONQ_WhereStrictContains_expecting_empty_result
> --- PASS: TestJSONQ_WhereStrictContains_expecting_empty_result (0.00s)
> === RUN   TestJSONQ_GroupBy
> --- PASS: TestJSONQ_GroupBy (0.00s)
> === RUN   TestJSONQ_GroupBy_expecting_error
> --- PASS: TestJSONQ_GroupBy_expecting_error (0.00s)
> === RUN   TestJSONQ_GroupBy_nested_property
> --- PASS: TestJSONQ_GroupBy_nested_property (0.00s)
> === RUN   TestJSONQ_GroupBy_nested_property_expecting_error
> --- PASS: TestJSONQ_GroupBy_nested_property_expecting_error (0.00s)
> === RUN   TestJSONQ_Sort_string_ascending_order
> --- PASS: TestJSONQ_Sort_string_ascending_order (0.00s)
> === RUN   TestJSONQ_Sort_float64_descending_order
> --- PASS: TestJSONQ_Sort_float64_descending_order (0.00s)
> === RUN   TestJSONQ_Sort_with_two_args_expecting_error
> --- PASS: TestJSONQ_Sort_with_two_args_expecting_error (0.00s)
> === RUN   TestJSONQ_SortBy_float_ascending_order
>     jsonq_testdata_test.go:134: Tag: sorting array of object by its key 
> (price-float64) in ascending desc
>         Expected: [{"id":null,"name":"HP core i3 
> SSD","price":850},{"id":4,"name":"Fujitsu","price":850},{"id":5,"key":2300,"name":"HP
>  core i5","price":850},{"id":6,"name":"HP core 
> i7","price":950},{"id":3,"name":"Sony 
> VAIO","price":1200},{"id":1,"name":"MacBook Pro 13 inch 
> retina","price":1350},{"id":2,"name":"MacBook Pro 15 inch 
> retina","price":1700}]
>         Got: 
> [{"id":4,"name":"Fujitsu","price":850},{"id":5,"key":2300,"name":"HP core 
> i5","price":850},{"id":null,"name":"HP core i3 
> SSD","price":850},{"id":6,"name":"HP core 
> i7","price":950},{"id":3,"name":"Sony 
> VAIO","price":1200},{"id":1,"name":"MacBook Pro 13 inch 
> retina","price":1350},{"id":2,"name":"MacBook Pro 15 inch 
> retina","price":1700}]
> --- FAIL: TestJSONQ_SortBy_float_ascending_order (0.00s)
> === RUN   TestJSONQ_SortBy_float_descending_order
> --- PASS: TestJSONQ_SortBy_float_descending_order (0.00s)
> === RUN   TestJSONQ_SortBy_string_ascending_order
> --- PASS: TestJSONQ_SortBy_string_ascending_order (0.00s)
> === RUN   TestJSONQ_SortBy_string_descending_order
> --- PASS: TestJSONQ_SortBy_string_descending_order (0.00s)
> === RUN   TestJSONQ_SortBy_deep_nested_string_ascending_order
> --- PASS: TestJSONQ_SortBy_deep_nested_string_ascending_order (0.00s)
> === RUN   TestJSONQ_SortBy_deep_nested_string_invalid_key_should_return_error
> --- PASS: TestJSONQ_SortBy_deep_nested_string_invalid_key_should_return_error 
> (0.00s)
> === RUN   TestJSONQ_SortBy_no_argument_expecting_error
> --- PASS: TestJSONQ_SortBy_no_argument_expecting_error (0.00s)
> === RUN   TestJSONQ_SortBy_more_than_two_argument_expecting_error
> --- PASS: TestJSONQ_SortBy_more_than_two_argument_expecting_error (0.00s)
> === RUN   TestJSONQ_SortBy_expecting_as_provided_node_is_not_list
> --- PASS: TestJSONQ_SortBy_expecting_as_provided_node_is_not_list (0.00s)
> === RUN   TestJSONQ_SortBy_expecting_empty_as_provided_node_is_not_list
> --- PASS: TestJSONQ_SortBy_expecting_empty_as_provided_node_is_not_list 
> (0.00s)
> === RUN   TestJSONQ_Distinct
> --- PASS: TestJSONQ_Distinct (0.00s)
> === RUN   TestJSONQ_Distinct_expecting_error
> --- PASS: TestJSONQ_Distinct_expecting_error (0.00s)
> === RUN   TestJSONQ_Only
> --- PASS: TestJSONQ_Only (0.00s)
> === RUN   TestJSONQ_Only_with_distinct
> --- PASS: TestJSONQ_Only_with_distinct (0.00s)
> === RUN   TestJSONQ_OnlyR
> --- PASS: TestJSONQ_OnlyR (0.00s)
> === RUN   TestJSONQ_OnlyR_error
> --- PASS: TestJSONQ_OnlyR_error (0.00s)
> === RUN   TestJSONQ_First_expecting_result
> --- PASS: TestJSONQ_First_expecting_result (0.00s)
> === RUN   TestJSONQ_First_expecting_empty_result
> --- PASS: TestJSONQ_First_expecting_empty_result (0.00s)
> === RUN   TestJSONQ_First_distinct_expecting_result
> --- PASS: TestJSONQ_First_distinct_expecting_result (0.00s)
> === RUN   TestJSONQ_FirstR
> --- PASS: TestJSONQ_FirstR (0.00s)
> === RUN   TestJSONQ_FirstR_error
> --- PASS: TestJSONQ_FirstR_error (0.00s)
> === RUN   TestJSONQ_Last_expecting_result
> --- PASS: TestJSONQ_Last_expecting_result (0.00s)
> === RUN   TestJSONQ_Last_expecting_empty_result
> --- PASS: TestJSONQ_Last_expecting_empty_result (0.00s)
> === RUN   TestJSONQ_Last_distinct_expecting_result
> --- PASS: TestJSONQ_Last_distinct_expecting_result (0.00s)
> === RUN   TestJSONQ_LastR
> --- PASS: TestJSONQ_LastR (0.00s)
> === RUN   TestJSONQ_LastR_error
> --- PASS: TestJSONQ_LastR_error (0.00s)
> === RUN   TestJSONQ_Nth_expecting_result
> --- PASS: TestJSONQ_Nth_expecting_result (0.00s)
> === RUN   TestJSONQ_Nth_expecting_empty_result_with_error
> --- PASS: TestJSONQ_Nth_expecting_empty_result_with_error (0.00s)
> === RUN   TestJSONQ_Nth_expecting_empty_result_with_error_index_out_of_range
> --- PASS: TestJSONQ_Nth_expecting_empty_result_with_error_index_out_of_range 
> (0.00s)
> === RUN   TestJSONQ_Nth_expecting_result_from_last_using_negative_index
> --- PASS: TestJSONQ_Nth_expecting_result_from_last_using_negative_index 
> (0.00s)
> === RUN   TestJSONQ_Nth_expecting_error_providing_zero_as_index
> --- PASS: TestJSONQ_Nth_expecting_error_providing_zero_as_index (0.00s)
> === RUN   TestJSONQ_Nth_expecting_empty_result_as_node_is_map
> --- PASS: TestJSONQ_Nth_expecting_empty_result_as_node_is_map (0.00s)
> === RUN   TestJSONQ_Nth_expecting_empty_result_as_node_is_object
> --- PASS: TestJSONQ_Nth_expecting_empty_result_as_node_is_object (0.00s)
> === RUN   TestJSONQ_Nth_distinct_expecting_result
> --- PASS: TestJSONQ_Nth_distinct_expecting_result (0.00s)
> === RUN   TestJSONQ_NthR
> --- PASS: TestJSONQ_NthR (0.00s)
> === RUN   TestJSONQ_NthR_error
> --- PASS: TestJSONQ_NthR_error (0.00s)
> === RUN   TestJSONQ_Find_simple_property
> --- PASS: TestJSONQ_Find_simple_property (0.00s)
> === RUN   TestJSONQ_Find_nested_property
> --- PASS: TestJSONQ_Find_nested_property (0.00s)
> === RUN   TestJSONQ_FindR
> --- PASS: TestJSONQ_FindR (0.00s)
> === RUN   TestJSONQ_FindR_error
> --- PASS: TestJSONQ_FindR_error (0.00s)
> === RUN   TestJSONQ_Pluck_expecting_list_of_float64
> --- PASS: TestJSONQ_Pluck_expecting_list_of_float64 (0.00s)
> === RUN   TestJSONQ_Pluck_expecting_empty_list_of_float64
> --- PASS: TestJSONQ_Pluck_expecting_empty_list_of_float64 (0.00s)
> === RUN   TestJSONQ_Pluck_expecting_with_distinct
> --- PASS: TestJSONQ_Pluck_expecting_with_distinct (0.00s)
> === RUN   TestJSONQ_PluckR
> --- PASS: TestJSONQ_PluckR (0.00s)
> === RUN   TestJSONQ_PluckR_error
> --- PASS: TestJSONQ_PluckR_error (0.00s)
> === RUN   TestJSONQ_Count_expecting_int_from_list
> --- PASS: TestJSONQ_Count_expecting_int_from_list (0.00s)
> === RUN   TestJSONQ_Count_expecting_int_from_list_of_objects
> --- PASS: TestJSONQ_Count_expecting_int_from_list_of_objects (0.00s)
> === RUN   TestJSONQ_Count_expecting_int_from_objects
> --- PASS: TestJSONQ_Count_expecting_int_from_objects (0.00s)
> === RUN   TestJSONQ_Count_with_Distinct_expecting_int_from_objects
> --- PASS: TestJSONQ_Count_with_Distinct_expecting_int_from_objects (0.00s)
> === RUN   TestJSONQ_Out_expecting_result
> --- PASS: TestJSONQ_Out_expecting_result (0.00s)
> === RUN   TestJSONQ_Out_expecting_decoding_error
> --- PASS: TestJSONQ_Out_expecting_decoding_error (0.00s)
> === RUN   TestJSONQ_Out_expecting_encoding_error
> --- PASS: TestJSONQ_Out_expecting_encoding_error (0.00s)
> === RUN   TestJSONQ_Writer_expecting_result
> --- PASS: TestJSONQ_Writer_expecting_result (0.00s)
> === RUN   TestJSONQ_Writer_encoding_error
> --- PASS: TestJSONQ_Writer_encoding_error (0.00s)
> === RUN   TestJSONQ_Sum_of_array_numeric_values
> --- PASS: TestJSONQ_Sum_of_array_numeric_values (0.00s)
> === RUN   TestJSONQ_Sum_of_array_objects_property_numeric_values
> --- PASS: TestJSONQ_Sum_of_array_objects_property_numeric_values (0.00s)
> === RUN   TestJSONQ_Sum_expecting_error_for_providing_property_of_array
> --- PASS: TestJSONQ_Sum_expecting_error_for_providing_property_of_array 
> (0.00s)
> === RUN   
> TestJSONQ_Sum_expecting_error_for_not_providing_property_of_array_of_objects
> --- PASS: 
> TestJSONQ_Sum_expecting_error_for_not_providing_property_of_array_of_objects 
> (0.00s)
> === RUN   TestJSONQ_Sum_expecting_error_for_not_providing_property_of_object
> --- PASS: TestJSONQ_Sum_expecting_error_for_not_providing_property_of_object 
> (0.00s)
> === RUN   
> TestJSONQ_Sum_expecting_error_for_providing_invalid_property_of_array_of_objects
> --- PASS: 
> TestJSONQ_Sum_expecting_error_for_providing_invalid_property_of_array_of_objects
>  (0.00s)
> === RUN   
> TestJSONQ_Sum_expecting_error_for_providing_invalid_property_of_object
> --- PASS: 
> TestJSONQ_Sum_expecting_error_for_providing_invalid_property_of_object (0.00s)
> === RUN   
> TestJSONQ_Sum_expecting_error_for_providing_non_numeric_property_of_array_of_objects
> --- PASS: 
> TestJSONQ_Sum_expecting_error_for_providing_non_numeric_property_of_array_of_objects
>  (0.00s)
> === RUN   
> TestJSONQ_Sum_expecting_error_for_providing_non_numeric_property_of_object
> --- PASS: 
> TestJSONQ_Sum_expecting_error_for_providing_non_numeric_property_of_object 
> (0.00s)
> === RUN   TestJSONQ_Sum_expecting_result_from_nested_object
> --- PASS: TestJSONQ_Sum_expecting_result_from_nested_object (0.00s)
> === RUN   TestJSONQ_Sum_of_distinct_array_numeric_values
> --- PASS: TestJSONQ_Sum_of_distinct_array_numeric_values (0.00s)
> === RUN   TestJSONQ_Avg_array
> --- PASS: TestJSONQ_Avg_array (0.00s)
> === RUN   TestJSONQ_Avg_array_of_objects
> --- PASS: TestJSONQ_Avg_array_of_objects (0.00s)
> === RUN   TestJSONQ_Min_array
> --- PASS: TestJSONQ_Min_array (0.00s)
> === RUN   TestJSONQ_Min_array_of_objects
> --- PASS: TestJSONQ_Min_array_of_objects (0.00s)
> === RUN   TestJSONQ_Max_array
> --- PASS: TestJSONQ_Max_array (0.00s)
> === RUN   TestJSONQ_Max_array_of_objects
> --- PASS: TestJSONQ_Max_array_of_objects (0.00s)
> === RUN   TestJSONQ_CombinedWhereOrWhere
> --- PASS: TestJSONQ_CombinedWhereOrWhere (0.00s)
> === RUN   TestJSONQ_CombinedWhereOrWhere_invalid_key
> --- PASS: TestJSONQ_CombinedWhereOrWhere_invalid_key (0.00s)
> === RUN   TestJSONQ_Get_with_Select_method
> --- PASS: TestJSONQ_Get_with_Select_method (0.00s)
> === RUN   TestJSONQ_Get_with_nested_Select_method
> --- PASS: TestJSONQ_Get_with_nested_Select_method (0.00s)
> === RUN   
> TestJSONQ_Get_with_nested_invalid_property_in_Select_method_expecting_error
> --- PASS: 
> TestJSONQ_Get_with_nested_invalid_property_in_Select_method_expecting_error 
> (0.00s)
> === RUN   TestJSONQ_GetR
> --- PASS: TestJSONQ_GetR (0.00s)
> === RUN   TestJSONQ_GetR_error
> --- PASS: TestJSONQ_GetR_error (0.00s)
> === RUN   TestJSONQ_Offset_method
> --- PASS: TestJSONQ_Offset_method (0.00s)
> === RUN   TestJSONQ_Offset_Where_method
> --- PASS: TestJSONQ_Offset_Where_method (0.00s)
> === RUN   TestJSONQ_Offset_greater_than_the_original_value_with_Where_method
> --- PASS: TestJSONQ_Offset_greater_than_the_original_value_with_Where_method 
> (0.00s)
> === RUN   TestJSONQ_Limit_method
> --- PASS: TestJSONQ_Limit_method (0.00s)
> === RUN   TestJSONQ_Limit_Where_method
> --- PASS: TestJSONQ_Limit_Where_method (0.00s)
> === RUN   TestJSONQ_Offset_invalid_number_should_return_error
> --- PASS: TestJSONQ_Offset_invalid_number_should_return_error (0.00s)
> === RUN   TestJSONQ_Limit_invalid_number_should_return_error
> --- PASS: TestJSONQ_Limit_invalid_number_should_return_error (0.00s)
> === RUN   TestJSONQ_WhereLenEqual
> --- PASS: TestJSONQ_WhereLenEqual (0.00s)
> === RUN   TestJSONQ_WhereLenNotEqual
> --- PASS: TestJSONQ_WhereLenNotEqual (0.00s)
> === RUN   TestJSONQ_More
> --- PASS: TestJSONQ_More (0.00s)
> === RUN   TestWithDecoder
> --- PASS: TestWithDecoder (0.00s)
> === RUN   TestWithDecoder_with_nil_expecting_an_error
> --- PASS: TestWithDecoder_with_nil_expecting_an_error (0.00s)
> === RUN   TestWithSeparator
> --- PASS: TestWithSeparator (0.00s)
> === RUN   TestWithSeparator_with_nil_expecting_an_error
> --- PASS: TestWithSeparator_with_nil_expecting_an_error (0.00s)
> === RUN   TestSetDecoder
> --- PASS: TestSetDecoder (0.00s)
> === RUN   TestSetDecoder_with_nil_expecting_an_error
> --- PASS: TestSetDecoder_with_nil_expecting_an_error (0.00s)
> === RUN   TestSetSeparator
> --- PASS: TestSetSeparator (0.00s)
> === RUN   TestSetSeparator_with_nil_expecting_an_error
> --- PASS: TestSetSeparator_with_nil_expecting_an_error (0.00s)
> === RUN   Test_eq
> --- PASS: Test_eq (0.00s)
> === RUN   Test_neq
> --- PASS: Test_neq (0.00s)
> === RUN   Test_gt
> --- PASS: Test_gt (0.00s)
> === RUN   Test_lt
> --- PASS: Test_lt (0.00s)
> === RUN   Test_gte
> --- PASS: Test_gte (0.00s)
> === RUN   Test_lte
> --- PASS: Test_lte (0.00s)
> === RUN   Test_strStrictContains
> --- PASS: Test_strStrictContains (0.00s)
> === RUN   Test_strContains
> --- PASS: Test_strContains (0.00s)
> === RUN   Test_strStartsWith
> --- PASS: Test_strStartsWith (0.00s)
> === RUN   Test_strEndsWith
> --- PASS: Test_strEndsWith (0.00s)
> === RUN   Test_in
> --- PASS: Test_in (0.00s)
> === RUN   Test_notIn
> --- PASS: Test_notIn (0.00s)
> === RUN   Test_lenEq
> --- PASS: Test_lenEq (0.00s)
> === RUN   Test_lenNotEq
> --- PASS: Test_lenNotEq (0.00s)
> === RUN   Test_lenGt
> --- PASS: Test_lenGt (0.00s)
> === RUN   Test_lenLt
> --- PASS: Test_lenLt (0.00s)
> === RUN   Test_lenGte
> --- PASS: Test_lenGte (0.00s)
> === RUN   Test_lenLte
> --- PASS: Test_lenLte (0.00s)
> === RUN   Test_loadDefaultQueryMap
> --- PASS: Test_loadDefaultQueryMap (0.00s)
> === RUN   TestNewResult
> --- PASS: TestNewResult (0.00s)
> === RUN   TestNil
> --- PASS: TestNil (0.00s)
> === RUN   TestAs
> --- PASS: TestAs (0.00s)
> === RUN   TestBool
> --- PASS: TestBool (0.00s)
> === RUN   TestTime
> --- PASS: TestTime (0.00s)
> === RUN   TestDuration
> --- PASS: TestDuration (0.00s)
> === RUN   TestString
> --- PASS: TestString (0.00s)
> === RUN   TestInt
> --- PASS: TestInt (0.00s)
> === RUN   TestInt8
> --- PASS: TestInt8 (0.00s)
> === RUN   TestInt16
> --- PASS: TestInt16 (0.00s)
> === RUN   TestInt32
> --- PASS: TestInt32 (0.00s)
> === RUN   TestInt64
> --- PASS: TestInt64 (0.00s)
> === RUN   TestUint
> --- PASS: TestUint (0.00s)
> === RUN   TestUint8
> --- PASS: TestUint8 (0.00s)
> === RUN   TestUint16
> --- PASS: TestUint16 (0.00s)
> === RUN   TestUint32
> --- PASS: TestUint32 (0.00s)
> === RUN   TestUint64
> --- PASS: TestUint64 (0.00s)
> === RUN   TestFloat32
> --- PASS: TestFloat32 (0.00s)
> === RUN   TestFloat64
> --- PASS: TestFloat64 (0.00s)
> === RUN   TestBoolSlice
> --- PASS: TestBoolSlice (0.00s)
> === RUN   TestTimelice
> --- PASS: TestTimelice (0.00s)
> === RUN   TestDurationlice
> --- PASS: TestDurationlice (0.00s)
> === RUN   TestStringSlice
> --- PASS: TestStringSlice (0.00s)
> === RUN   TestIntSlice
> --- PASS: TestIntSlice (0.00s)
> === RUN   TestInt8Slice
> --- PASS: TestInt8Slice (0.00s)
> === RUN   TestInt16Slice
> --- PASS: TestInt16Slice (0.00s)
> === RUN   TestInt32Slice
> --- PASS: TestInt32Slice (0.00s)
> === RUN   TestInt64Slice
> --- PASS: TestInt64Slice (0.00s)
> === RUN   TestUintSlice
> --- PASS: TestUintSlice (0.00s)
> === RUN   TestUint8Slice
> --- PASS: TestUint8Slice (0.00s)
> === RUN   TestUint16Slice
> --- PASS: TestUint16Slice (0.00s)
> === RUN   TestUint32Slice
> --- PASS: TestUint32Slice (0.00s)
> === RUN   TestUint64Slice
> --- PASS: TestUint64Slice (0.00s)
> === RUN   TestFloat32Slice
> --- PASS: TestFloat32Slice (0.00s)
> === RUN   TestFloat64Slice
> --- PASS: TestFloat64Slice (0.00s)
> FAIL
> FAIL  github.com/thedevsaddam/gojsonq 0.012s
> FAIL
> dh_auto_test: error: cd _build && go test -vet=off -v -p 8 
> github.com/thedevsaddam/gojsonq returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2022/08/13/golang-github-thedevsaddam-gojsonq_2.5.2-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220813;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220813&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 marking 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.

--- End Message ---
--- Begin Message ---
Source: golang-github-thedevsaddam-gojsonq
Source-Version: 2.5.2-3
Done: Martina Ferrari <t...@debian.org>

We believe that the bug you reported is fixed in the latest version of
golang-github-thedevsaddam-gojsonq, which is due to be installed in the Debian 
FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1017...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martina Ferrari <t...@debian.org> (supplier of updated 
golang-github-thedevsaddam-gojsonq package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 23 Aug 2022 13:35:29 +0000
Source: golang-github-thedevsaddam-gojsonq
Architecture: source
Version: 2.5.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Martina Ferrari <t...@debian.org>
Closes: 1017277
Changes:
 golang-github-thedevsaddam-gojsonq (2.5.2-3) unstable; urgency=medium
 .
   * Use stable sorting for maps and adjust test. Closes: #1017277
   * debian/copyright: Update years.
   * debian/control: Update Standards-Version with no changes.
Checksums-Sha1:
 f9cbeb495e8f22faaa4343ec89e54ba36361a986 2316 
golang-github-thedevsaddam-gojsonq_2.5.2-3.dsc
 796d48aa2d66699208c8c3135555665d8eb909ee 2896 
golang-github-thedevsaddam-gojsonq_2.5.2-3.debian.tar.xz
 67b53adbed543526afca3661b5049a6c37573f8c 6784 
golang-github-thedevsaddam-gojsonq_2.5.2-3_amd64.buildinfo
Checksums-Sha256:
 64209309e4e4106cc4c1a88ab40985d765534b1184881b0cd014fb92f1bc124b 2316 
golang-github-thedevsaddam-gojsonq_2.5.2-3.dsc
 f8edf08361420a2235145604f8c5dee07d0ed7e12a00f69c5ed88a9945bb0e44 2896 
golang-github-thedevsaddam-gojsonq_2.5.2-3.debian.tar.xz
 3d787c71949656fcbeb2aaf2f400667bb8e0f46e6e4e98100d845303117fbf3f 6784 
golang-github-thedevsaddam-gojsonq_2.5.2-3_amd64.buildinfo
Files:
 d29c82127fbbff88ecac6a984282df58 2316 golang optional 
golang-github-thedevsaddam-gojsonq_2.5.2-3.dsc
 8cd66a646e953d3407d477702f107670 2896 golang optional 
golang-github-thedevsaddam-gojsonq_2.5.2-3.debian.tar.xz
 cf0352d7618681201db2c825d4163f2a 6784 golang optional 
golang-github-thedevsaddam-gojsonq_2.5.2-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEE2qbv8cYn6hwmsaaSqiMPxF+MJ7EFAmME2A0ACgkQqiMPxF+M
J7EYdRAAvpSO1AYtKZPeLc8sA8Q8jsVoGvv0MEx4eSVNBChM6GPgYzT/mz56wMhA
2jhWQWhOipXCEWgxx415ToexMOfL+MBIrZTyr4guFqM0dCqibUD463y9dH4xW3NE
UDw8j8eXoWVG7CoADzbAjO02KqwSrcfeqKM3O3PtjA/J3hl1y5IqyiAvrcgXUiJb
FdF3UNcacD2qSJBM/WoMEVAGNP/gKXcopyekDFyhESmUUUkBlXS9h3weTIZC2NtS
UtKCMkfh49JPJyo9gb+TPvRK4oN72/nH9bcrcfiTCwQEIoWGeLndyc7a6MmcO3up
4LxBi/xxS2Dvh2IGiv1wUDEhxV9qO7IOnWDBdqkTyvdIYErgBfBl8kqzPPjv3Gu/
Nu9qIq7wfhie1+/45eNecKLX7wkFUxh/sW5d0PKyj0z5go/EIo8a34gR8tg8iMqV
gtCByJGk4EGTko+vqlQQ5OJwvruot1JFRXv/U/fkHnbyf8ywKZ0p2LW1zrKoSAwQ
O4yly3B0ZI55jyRcFWVhH8CYWoWtLQXLYwuRDasJf9Aqe0vkNAuOGyOIaN6TOFHc
GCUTtH3jkLV2xOqtWjMymCZC+hCj3xEoS8aK0+o99d5b3UOkBiw5dGJVpUaf4RCZ
XGg8j33AozVmnsh8vdg7lGsk1RTt7CFyY/tx73jn16kADQm+jP4=
=IFLL
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to