Your message dated Tue, 25 Jun 2024 12:04:47 +0000
with message-id <e1sm4ul-003bx2...@fasolo.debian.org>
and subject line Bug#1071769: fixed in golang-github-google-cel-go 0.12.5+ds-2
has caused the Debian Bug report #1071769,
regarding golang-github-google-cel-go: FTBFS: panic: interface conversion: 
ref.Val is *types.Err, not types.Bool
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.)


-- 
1071769: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071769
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:golang-github-google-cel-go
Version: 0.12.5+ds-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 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
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p -v build/src/github.com/google/cel-go/vendor
mkdir: created directory 'build'
mkdir: created directory 'build/src'
mkdir: created directory 'build/src/github.com'
mkdir: created directory 'build/src/github.com/google'
mkdir: created directory 'build/src/github.com/google/cel-go'
mkdir: created directory 'build/src/github.com/google/cel-go/vendor'
cp -v -a debian/missing-sources/* build/src/github.com/google/cel-go/vendor

[... snipped ...]

    --- PASS: TestParse/135_? (0.00s)
    --- PASS: TestParse/134_-- (0.00s)
    --- PASS: TestParse/133_ind[a{b}] (0.00s)
    --- PASS: TestParse/132_{:a} (0.00s)
    --- PASS: TestParse/131_{a} (0.00s)
    --- PASS: TestParse/130_msg{:a} (0.00s)
    --- PASS: TestParse/129_func{{a}} (0.00s)
    --- PASS: TestParse/128_[1,_2,_3].map(var,_var_*_var) (0.00s)
    --- PASS: TestParse/127_while (0.00s)
    --- PASS: TestParse/126_void (0.00s)
    --- PASS: TestParse/125_var (0.00s)
    --- PASS: TestParse/124_return (0.00s)
    --- PASS: TestParse/123_namespace (0.00s)
    --- PASS: TestParse/122_package (0.00s)
    --- PASS: TestParse/121_loop (0.00s)
    --- PASS: TestParse/120_let (0.00s)
    --- PASS: TestParse/119_in (0.00s)
    --- PASS: TestParse/118_import (0.00s)
    --- PASS: TestParse/117_if (0.00s)
    --- PASS: TestParse/116_function (0.00s)
    --- PASS: TestParse/115_for (0.00s)
    --- PASS: TestParse/114_else (0.00s)
    --- PASS: TestParse/113_continue (0.00s)
    --- PASS: TestParse/112_const (0.00s)
    --- PASS: TestParse/93_x["a"].single_int32_==_23 (0.00s)
    --- PASS: TestParse/110_as (0.00s)
    --- PASS: TestParse/109_______'😁'_in_['😁',_'πŸ˜‘',_'😦']____&&_in.😁 (0.00s)
    --- PASS: TestParse/108_"😁"_in_["😁",_"πŸ˜‘",_"😦"] (0.00s)
    --- PASS: TestParse/107_"\a\b\f\n\r\t\v\'\"\\\?_Illegal_escape_\>" (0.00s)
    --- PASS: TestParse/106_"\xFh" (0.00s)
    --- PASS: TestParse/105_"\a\b\f\n\r\t\v'\"\\\?_Legal_escapes" (0.00s)
    --- PASS: TestParse/104_"\U000003A8\?" (0.00s)
    --- PASS: TestParse/103_"hi\u263A_\u263Athere" (0.00s)
    --- PASS: TestParse/102_"\303\277" (0.00s)
    --- PASS: TestParse/101_"\xC3\XBF" (0.00s)
    --- PASS: TestParse/100_{"a":_1}."a" (0.00s)
    --- PASS: TestParse/99_"abc"_+_"def" (0.00s)
    --- PASS: TestParse/98_1_+_+ (0.00s)
    --- PASS: TestParse/97_1_+_2_*_3_-_1_/_2_==_6_%_1 (0.00s)
    --- PASS: TestParse/96_b"abc"_+_B"def" (0.00s)
    --- PASS: TestParse/95_false_&&_!true_||_false_?_2_:_3 (0.00s)
    --- PASS: TestParse/94_x.single_nested_message_!=_null (0.00s)
    --- PASS: TestParse/84_{1:2u,_2:3u} (0.00s)
    --- PASS: TestParse/92_1.all(2,_3) (0.00s)
    --- PASS: TestParse/91_[1,3,4][0] (0.00s)
    --- PASS: TestParse/90_"\"" (0.00s)
    --- PASS: TestParse/89_1_+_2_3_+ (0.00s)
    --- PASS: TestParse/88_1_+_$ (0.00s)
    --- PASS: TestParse/87_size(x)_==_x.size() (0.00s)
    --- PASS: TestParse/86_TestAllTypes(){single_int32:_1,_single_int64:_2} 
(0.00s)
    --- PASS: TestParse/85_TestAllTypes{single_int32:_1,_single_int64:_2} 
(0.00s)
    --- PASS: TestParse/79_{foo:_5,_bar:_"xyz",_} (0.00s)
    --- PASS: TestParse/83_[]_+_[1,2,3,]_+_[4] (0.00s)
    --- PASS: TestParse/82_{ (0.00s)
    --- PASS: TestParse/81_a_<_5_||_a_>_10 (0.00s)
    --- PASS: TestParse/80_a_>_5_&&_a_<_10 (0.00s)
    --- PASS: TestParse/77_[3,_4,_5,] (0.01s)
    --- PASS: TestParse/78_{foo:_5,_bar:_"xyz"} (0.00s)
    --- PASS: TestParse/76_[3,_4,_5] (0.00s)
    --- PASS: TestParse/75_SomeMessage{foo:_5,_bar:_"xyz"} (0.00s)
    --- PASS: 
TestParse/138_-[-1--1--1--1---1--1--1--0--1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1___--3-[-1--1--1--1---1--1--1--0--1--1--1--1--0--3--1--1--0--1--1--1--1--0--1--1--1___--3-[-1--1--1--1---1--1--1--0-/1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1___--3-[-1--1--1--1---1--1--1--0--1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1___--3-[-1--1--1--1---1--1--1--0--1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1___--3-[-1--1--1--1---1--1--1--0--1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1___--3-[-1--1--1--1---1--1--1--0--1--1--1--1--0--3--1--1--0--1--1--1--1--0--1--1--1___--3-[-1--1--1--1---1--1--1--0-/1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1___--3-[-1--1--1--1---1-1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1--3-[-1--1___--1--1---1--1--1--0--1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1--3-[-1--1___--1--1---1--1-Γ€1--0--1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1--3-[-1--1___--1--1---1--1--1--0--1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1--3-[-1--1___--1--1---1--1--1--0--1--1--1--1--0--3--1--1--0--1--1--1--1--0--1--1--1--3-[-1--1___--1--1---1--1--1--0-/1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1--3-[-1--1___--1--1---1--1--1--0--1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1--3-[-1--1___--1--1---1--1--1--0--1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1--3-[-1--1___--1--1---1--1--1--0--1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1--3-[-1--1___--1--1---1--1--1--0--1--1--1--1--0--3--1--1--0--1--1--1___--1--0--1--1--1--3-[-1--1--1--1---1--1--1--0-/1--1--1--1--0--2--1--1--0--1--1--1___--1--0--1--1--1--3-[-1--1--1--1---1--1--1--0--1--1--1--1--0--2--1--1--0--1--1--1___--1--0--1--1--1--3-[-1--1--1--1---1--1--1--0--1--1--1--1--0--2--1--1--0--1--1--1___--1--0--1--1--1--3-[-1--1--1--1---1--1--1--0--1--1--1--1--0--2--1--1--0--1--1--1___--1--0--1--1--1--3-[-1--1--1--1---1--1--1--0--1--1--1--1--0--3--1--1--0--1--1--1___--1--0--1--1--1--3-[-1--1--1--1---1--1--1--0-/1--1--1--1--0--2--1--1--0--1--1--1___--1--0--1--1--1--3-[-1--1--1--1---1--1--1--0--1--1--1--1--0--1--1--1--3-[-1--1--1___--1---1--1--1--0--1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1--3-[-1--1--1___--1---1--1--1--0--1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1--3-[-1--1--1___--1---1--1--1--0--1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1--3-[-1--1--1___--1---1--1--1--0--1--1--1--1--0--3--1--1--0--1--1--1--1--0--1--1--1--3-[-1--1--1___--1---1--1--1--0-/1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1--3-[-1--1--1___--1---1--1--1--0--1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1--3-[-1--1--1___--1---1--1--1--0--1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1--3-[-1--1--1___--1---1--1--1--0--1--1--1--1--0--2--1--1--0--1--1--1--1--0--1--1--1--3-[-1--1--1___--1---1--1--1--0--1--1--1--1--0--3--1--1--0--1
 (0.09s)
=== RUN   TestExpressionSizeCodePointLimit
--- PASS: TestExpressionSizeCodePointLimit (0.00s)
=== RUN   TestParserOptionErrors
--- PASS: TestParserOptionErrors (0.00s)
=== RUN   TestUnescape
=== RUN   TestUnescape/'hello'
=== RUN   TestUnescape/r'hello'
=== RUN   TestUnescape/""
=== RUN   TestUnescape/"\\\""
=== RUN   TestUnescape/"\\"
=== RUN   TestUnescape/'''x''x'''
=== RUN   TestUnescape/"""x""x"""
=== RUN   TestUnescape/"\303\277"
=== RUN   TestUnescape/"\377"
=== RUN   TestUnescape/"\u263A\u263A"
=== RUN   TestUnescape/"\a\b\f\n\r\t\v\'\"\\\?_Legal_escapes"
=== RUN   TestUnescape/"abc"
=== RUN   TestUnescape/"ΓΏ"
=== RUN   TestUnescape/"\303\277"#01
=== RUN   TestUnescape/"\377"#01
=== RUN   TestUnescape/"\xff"
=== RUN   TestUnescape/"\xc3\xbf"
=== RUN   TestUnescape/'''"Kim\t"'''
=== RUN   TestUnescape/"\a\b\f\n\r\t\v\'\"\\\?_Illegal_escape_\>"
=== RUN   TestUnescape/"\u00f"
=== RUN   TestUnescape/"\u00fΓΏ"
=== RUN   TestUnescape/"\u00ff"
=== RUN   TestUnescape/"\U00ff"
=== RUN   TestUnescape/"\26"
=== RUN   TestUnescape/"\268"
=== RUN   TestUnescape/"\267\"
=== RUN   TestUnescape/'
=== RUN   TestUnescape/*hello*
=== RUN   TestUnescape/r'''hello'
=== RUN   TestUnescape/r"""hello"
=== RUN   TestUnescape/r"""hello"#01
--- PASS: TestUnescape (0.00s)
    --- PASS: TestUnescape/'hello' (0.00s)
    --- PASS: TestUnescape/r'hello' (0.00s)
    --- PASS: TestUnescape/"" (0.00s)
    --- PASS: TestUnescape/"\\\"" (0.00s)
    --- PASS: TestUnescape/"\\" (0.00s)
    --- PASS: TestUnescape/'''x''x''' (0.00s)
    --- PASS: TestUnescape/"""x""x""" (0.00s)
    --- PASS: TestUnescape/"\303\277" (0.00s)
    --- PASS: TestUnescape/"\377" (0.00s)
    --- PASS: TestUnescape/"\u263A\u263A" (0.00s)
    --- PASS: TestUnescape/"\a\b\f\n\r\t\v\'\"\\\?_Legal_escapes" (0.00s)
    --- PASS: TestUnescape/"abc" (0.00s)
    --- PASS: TestUnescape/"ΓΏ" (0.00s)
    --- PASS: TestUnescape/"\303\277"#01 (0.00s)
    --- PASS: TestUnescape/"\377"#01 (0.00s)
    --- PASS: TestUnescape/"\xff" (0.00s)
    --- PASS: TestUnescape/"\xc3\xbf" (0.00s)
    --- PASS: TestUnescape/'''"Kim\t"''' (0.00s)
    --- PASS: TestUnescape/"\a\b\f\n\r\t\v\'\"\\\?_Illegal_escape_\>" (0.00s)
    --- PASS: TestUnescape/"\u00f" (0.00s)
    --- PASS: TestUnescape/"\u00fΓΏ" (0.00s)
    --- PASS: TestUnescape/"\u00ff" (0.00s)
    --- PASS: TestUnescape/"\U00ff" (0.00s)
    --- PASS: TestUnescape/"\26" (0.00s)
    --- PASS: TestUnescape/"\268" (0.00s)
    --- PASS: TestUnescape/"\267\" (0.00s)
    --- PASS: TestUnescape/' (0.00s)
    --- PASS: TestUnescape/*hello* (0.00s)
    --- PASS: TestUnescape/r'''hello' (0.00s)
    --- PASS: TestUnescape/r"""hello" (0.00s)
    --- PASS: TestUnescape/r"""hello"#01 (0.00s)
=== RUN   TestUnparse
=== RUN   TestUnparse/call_add
=== RUN   TestUnparse/call_and
=== RUN   TestUnparse/call_and_or
=== RUN   TestUnparse/call_cond
=== RUN   TestUnparse/call_cond_nested_inner
=== RUN   TestUnparse/call_cond_nested_outer
=== RUN   TestUnparse/call_index
=== RUN   TestUnparse/call_index_eq
=== RUN   TestUnparse/call_mul
=== RUN   TestUnparse/call_mul_add
=== RUN   TestUnparse/call_mul_add_nested
=== RUN   TestUnparse/call_mul_nested
=== RUN   TestUnparse/call_not
=== RUN   TestUnparse/call_neg
=== RUN   TestUnparse/call_or
=== RUN   TestUnparse/call_neg_mult
=== RUN   TestUnparse/call_neg_add
=== RUN   TestUnparse/call_operator_precedence
=== RUN   TestUnparse/calc_distr_paren
=== RUN   TestUnparse/calc_distr_noparen
=== RUN   TestUnparse/cond_tern_simple
=== RUN   TestUnparse/cond_tern_neg_expr
=== RUN   TestUnparse/cond_tern_neg_term
=== RUN   TestUnparse/func_global
=== RUN   TestUnparse/func_member
=== RUN   TestUnparse/func_no_arg
=== RUN   TestUnparse/func_one_arg
=== RUN   TestUnparse/func_two_args
=== RUN   TestUnparse/func_var_args
=== RUN   TestUnparse/func_neq
=== RUN   TestUnparse/func_in
=== RUN   TestUnparse/list_empty
=== RUN   TestUnparse/list_one
=== RUN   TestUnparse/list_many
=== RUN   TestUnparse/lit_bytes
=== RUN   TestUnparse/lit_double
=== RUN   TestUnparse/lit_false
=== RUN   TestUnparse/lit_int
=== RUN   TestUnparse/lit_null
=== RUN   TestUnparse/lit_string
=== RUN   TestUnparse/lit_string_quote
=== RUN   TestUnparse/lit_true
=== RUN   TestUnparse/lit_uint
=== RUN   TestUnparse/ident
=== RUN   TestUnparse/macro_has
=== RUN   TestUnparse/map_empty
=== RUN   TestUnparse/map_lit_key
=== RUN   TestUnparse/map_expr_key
=== RUN   TestUnparse/msg_empty
=== RUN   TestUnparse/msg_fields
=== RUN   TestUnparse/select
=== RUN   TestUnparse/idx_idx_sel
=== RUN   TestUnparse/sel_expr_target
=== RUN   TestUnparse/sel_cond_target
=== RUN   TestUnparse/idx_cond_target
=== RUN   TestUnparse/cond_conj
=== RUN   TestUnparse/cond_disj_conj
=== RUN   TestUnparse/call_cond_target
=== RUN   TestUnparse/cond_flat
=== RUN   TestUnparse/cond_paren
=== RUN   TestUnparse/cond_cond
=== RUN   TestUnparse/cond_binop
=== RUN   TestUnparse/cond_binop_binop
=== RUN   TestUnparse/cond_cond_binop
=== RUN   TestUnparse/call_add_equiv
=== RUN   TestUnparse/call_cond_equiv
=== RUN   TestUnparse/call_index_equiv
=== RUN   TestUnparse/call_or_and_equiv
=== RUN   TestUnparse/call_not_not_equiv
=== RUN   TestUnparse/call_cond_equiv#01
=== RUN   TestUnparse/lit_quote_bytes_equiv
=== RUN   TestUnparse/select_equiv
=== RUN   TestUnparse/comp_all
=== RUN   TestUnparse/comp_exists
=== RUN   TestUnparse/comp_map
=== RUN   TestUnparse/comp_exists_one
=== RUN   TestUnparse/comp_nested
=== RUN   TestUnparse/comp_chained
=== RUN   TestUnparse/call_no_wrap_no_operators
=== RUN   TestUnparse/call_no_wrap_column_limit_large_val
=== RUN   TestUnparse/call_no_wrap_column_limit_equal_length_to_input
=== RUN   TestUnparse/call_wrap_add
=== RUN   TestUnparse/call_wrap_add_subtract
=== RUN   TestUnparse/call_wrap_add_subtract#01
=== RUN   TestUnparse/call_wrap_logical_and
=== RUN   TestUnparse/call_wrap_logical_and_2
=== RUN   TestUnparse/call_wrap_conditional
=== RUN   TestUnparse/call_wrap_or
=== RUN   TestUnparse/call_wrap_equals
=== RUN   TestUnparse/call_wrap_greater
=== RUN   TestUnparse/call_wrap_greater_equals
=== RUN   TestUnparse/call_wrap_in
=== RUN   TestUnparse/call_wrap_less
=== RUN   TestUnparse/call_wrap_less_equals
=== RUN   TestUnparse/call_wrap_not_equals
=== RUN   TestUnparse/call_wrap_divide
=== RUN   TestUnparse/call_wrap_modulo
=== RUN   TestUnparse/call_wrap_multiply
=== RUN   TestUnparse/call_wrap_logical_and_long_variables
=== RUN   TestUnparse/comp_chained_wrap_comparisons
=== RUN   TestUnparse/call_wrap_before_add
=== RUN   TestUnparse/call_wrap_before_add_subtract
=== RUN   TestUnparse/call_wrap_logical_and_long_variables#01
=== RUN   TestUnparse/call_wrap_logical_and_long_input
=== RUN   TestUnparse/call_wrap_before_logical_and_long_input
=== RUN   TestUnparse/call_wrap_default
=== RUN   TestUnparse/call_wrap_default_operators
--- PASS: TestUnparse (0.03s)
    --- PASS: TestUnparse/call_add (0.00s)
    --- PASS: TestUnparse/call_and (0.00s)
    --- PASS: TestUnparse/call_and_or (0.00s)
    --- PASS: TestUnparse/call_cond (0.00s)
    --- PASS: TestUnparse/call_cond_nested_inner (0.00s)
    --- PASS: TestUnparse/call_cond_nested_outer (0.00s)
    --- PASS: TestUnparse/call_index (0.00s)
    --- PASS: TestUnparse/call_index_eq (0.00s)
    --- PASS: TestUnparse/call_mul (0.00s)
    --- PASS: TestUnparse/call_mul_add (0.00s)
    --- PASS: TestUnparse/call_mul_add_nested (0.00s)
    --- PASS: TestUnparse/call_mul_nested (0.00s)
    --- PASS: TestUnparse/call_not (0.00s)
    --- PASS: TestUnparse/call_neg (0.00s)
    --- PASS: TestUnparse/call_or (0.00s)
    --- PASS: TestUnparse/call_neg_mult (0.00s)
    --- PASS: TestUnparse/call_neg_add (0.00s)
    --- PASS: TestUnparse/call_operator_precedence (0.00s)
    --- PASS: TestUnparse/calc_distr_paren (0.00s)
    --- PASS: TestUnparse/calc_distr_noparen (0.00s)
    --- PASS: TestUnparse/cond_tern_simple (0.00s)
    --- PASS: TestUnparse/cond_tern_neg_expr (0.00s)
    --- PASS: TestUnparse/cond_tern_neg_term (0.00s)
    --- PASS: TestUnparse/func_global (0.00s)
    --- PASS: TestUnparse/func_member (0.00s)
    --- PASS: TestUnparse/func_no_arg (0.00s)
    --- PASS: TestUnparse/func_one_arg (0.00s)
    --- PASS: TestUnparse/func_two_args (0.00s)
    --- PASS: TestUnparse/func_var_args (0.00s)
    --- PASS: TestUnparse/func_neq (0.00s)
    --- PASS: TestUnparse/func_in (0.00s)
    --- PASS: TestUnparse/list_empty (0.00s)
    --- PASS: TestUnparse/list_one (0.00s)
    --- PASS: TestUnparse/list_many (0.00s)
    --- PASS: TestUnparse/lit_bytes (0.00s)
    --- PASS: TestUnparse/lit_double (0.00s)
    --- PASS: TestUnparse/lit_false (0.00s)
    --- PASS: TestUnparse/lit_int (0.00s)
    --- PASS: TestUnparse/lit_null (0.00s)
    --- PASS: TestUnparse/lit_string (0.00s)
    --- PASS: TestUnparse/lit_string_quote (0.00s)
    --- PASS: TestUnparse/lit_true (0.00s)
    --- PASS: TestUnparse/lit_uint (0.00s)
    --- PASS: TestUnparse/ident (0.00s)
    --- PASS: TestUnparse/macro_has (0.00s)
    --- PASS: TestUnparse/map_empty (0.00s)
    --- PASS: TestUnparse/map_lit_key (0.00s)
    --- PASS: TestUnparse/map_expr_key (0.00s)
    --- PASS: TestUnparse/msg_empty (0.00s)
    --- PASS: TestUnparse/msg_fields (0.00s)
    --- PASS: TestUnparse/select (0.00s)
    --- PASS: TestUnparse/idx_idx_sel (0.00s)
    --- PASS: TestUnparse/sel_expr_target (0.00s)
    --- PASS: TestUnparse/sel_cond_target (0.00s)
    --- PASS: TestUnparse/idx_cond_target (0.00s)
    --- PASS: TestUnparse/cond_conj (0.00s)
    --- PASS: TestUnparse/cond_disj_conj (0.00s)
    --- PASS: TestUnparse/call_cond_target (0.00s)
    --- PASS: TestUnparse/cond_flat (0.00s)
    --- PASS: TestUnparse/cond_paren (0.00s)
    --- PASS: TestUnparse/cond_cond (0.00s)
    --- PASS: TestUnparse/cond_binop (0.00s)
    --- PASS: TestUnparse/cond_binop_binop (0.00s)
    --- PASS: TestUnparse/cond_cond_binop (0.00s)
    --- PASS: TestUnparse/call_add_equiv (0.00s)
    --- PASS: TestUnparse/call_cond_equiv (0.00s)
    --- PASS: TestUnparse/call_index_equiv (0.00s)
    --- PASS: TestUnparse/call_or_and_equiv (0.00s)
    --- PASS: TestUnparse/call_not_not_equiv (0.00s)
    --- PASS: TestUnparse/call_cond_equiv#01 (0.00s)
    --- PASS: TestUnparse/lit_quote_bytes_equiv (0.00s)
    --- PASS: TestUnparse/select_equiv (0.00s)
    --- PASS: TestUnparse/comp_all (0.00s)
    --- PASS: TestUnparse/comp_exists (0.00s)
    --- PASS: TestUnparse/comp_map (0.00s)
    --- PASS: TestUnparse/comp_exists_one (0.00s)
    --- PASS: TestUnparse/comp_nested (0.00s)
    --- PASS: TestUnparse/comp_chained (0.00s)
    --- PASS: TestUnparse/call_no_wrap_no_operators (0.00s)
    --- PASS: TestUnparse/call_no_wrap_column_limit_large_val (0.00s)
    --- PASS: TestUnparse/call_no_wrap_column_limit_equal_length_to_input 
(0.00s)
    --- PASS: TestUnparse/call_wrap_add (0.00s)
    --- PASS: TestUnparse/call_wrap_add_subtract (0.00s)
    --- PASS: TestUnparse/call_wrap_add_subtract#01 (0.00s)
    --- PASS: TestUnparse/call_wrap_logical_and (0.00s)
    --- PASS: TestUnparse/call_wrap_logical_and_2 (0.00s)
    --- PASS: TestUnparse/call_wrap_conditional (0.00s)
    --- PASS: TestUnparse/call_wrap_or (0.00s)
    --- PASS: TestUnparse/call_wrap_equals (0.00s)
    --- PASS: TestUnparse/call_wrap_greater (0.00s)
    --- PASS: TestUnparse/call_wrap_greater_equals (0.00s)
    --- PASS: TestUnparse/call_wrap_in (0.00s)
    --- PASS: TestUnparse/call_wrap_less (0.00s)
    --- PASS: TestUnparse/call_wrap_less_equals (0.00s)
    --- PASS: TestUnparse/call_wrap_not_equals (0.00s)
    --- PASS: TestUnparse/call_wrap_divide (0.00s)
    --- PASS: TestUnparse/call_wrap_modulo (0.00s)
    --- PASS: TestUnparse/call_wrap_multiply (0.00s)
    --- PASS: TestUnparse/call_wrap_logical_and_long_variables (0.00s)
    --- PASS: TestUnparse/comp_chained_wrap_comparisons (0.00s)
    --- PASS: TestUnparse/call_wrap_before_add (0.00s)
    --- PASS: TestUnparse/call_wrap_before_add_subtract (0.00s)
    --- PASS: TestUnparse/call_wrap_logical_and_long_variables#01 (0.00s)
    --- PASS: TestUnparse/call_wrap_logical_and_long_input (0.00s)
    --- PASS: TestUnparse/call_wrap_before_logical_and_long_input (0.00s)
    --- PASS: TestUnparse/call_wrap_default (0.00s)
    --- PASS: TestUnparse/call_wrap_default_operators (0.00s)
=== RUN   TestUnparseErrors
=== RUN   TestUnparseErrors/empty_expr
=== RUN   TestUnparseErrors/bad_constant
=== RUN   TestUnparseErrors/bad_args
=== RUN   TestUnparseErrors/bad_struct
=== RUN   TestUnparseErrors/bad_map
=== RUN   TestUnparseErrors/bad_index
=== RUN   TestUnparseErrors/bad_unparser_option_wrap_column_zero
=== RUN   TestUnparseErrors/bad_unparser_option_wrap_column_negative
=== RUN   TestUnparseErrors/bad_unparser_option_unsupported_operator
=== RUN   TestUnparseErrors/bad_unparser_option_unary_operator
--- PASS: TestUnparseErrors (0.00s)
    --- PASS: TestUnparseErrors/empty_expr (0.00s)
    --- PASS: TestUnparseErrors/bad_constant (0.00s)
    --- PASS: TestUnparseErrors/bad_args (0.00s)
    --- PASS: TestUnparseErrors/bad_struct (0.00s)
    --- PASS: TestUnparseErrors/bad_map (0.00s)
    --- PASS: TestUnparseErrors/bad_index (0.00s)
    --- PASS: TestUnparseErrors/bad_unparser_option_wrap_column_zero (0.00s)
    --- PASS: TestUnparseErrors/bad_unparser_option_wrap_column_negative (0.00s)
    --- PASS: TestUnparseErrors/bad_unparser_option_unsupported_operator (0.00s)
    --- PASS: TestUnparseErrors/bad_unparser_option_unary_operator (0.00s)
PASS
ok      github.com/google/cel-go/parser 0.152s
=== RUN   TestParse
=== RUN   TestParse/%let_x_=_1
=== RUN   TestParse/%let_com.google.x_=_1
=== RUN   TestParse/%let_x:_int_=_1
=== RUN   TestParse/%eval_x_+_2
=== RUN   TestParse/x_+_2
=== RUN   TestParse/%exit
=== RUN   TestParse/%arbitrary_--flag_-FLAG_'string_literal\n'
=== RUN   TestParse/___
=== RUN   TestParse/%delete_x
=== RUN   TestParse/%delete_com.google.x
=== RUN   TestParse/%declare_x:_int
=== RUN   TestParse/%let_fn_(x_:_int)_:_int_->_x_+_2
=== RUN   TestParse/%let_int.plus_(x_:_int)_:_int_->_this_+_x
=== RUN   TestParse/%let_fn_()_:_int_->_2_+_2
=== RUN   TestParse/%let_fn_(x:int,_y_:int)_:_int_->_x_+_y
=== RUN   TestParse/%declare_fn_(x_:_int)_:_int
--- PASS: TestParse (0.00s)
    --- PASS: TestParse/%let_x_=_1 (0.00s)
    --- PASS: TestParse/%let_com.google.x_=_1 (0.00s)
    --- PASS: TestParse/%let_x:_int_=_1 (0.00s)
    --- PASS: TestParse/%eval_x_+_2 (0.00s)
    --- PASS: TestParse/x_+_2 (0.00s)
    --- PASS: TestParse/%exit (0.00s)
    --- PASS: TestParse/%arbitrary_--flag_-FLAG_'string_literal\n' (0.00s)
    --- PASS: TestParse/___ (0.00s)
    --- PASS: TestParse/%delete_x (0.00s)
    --- PASS: TestParse/%delete_com.google.x (0.00s)
    --- PASS: TestParse/%declare_x:_int (0.00s)
    --- PASS: TestParse/%let_fn_(x_:_int)_:_int_->_x_+_2 (0.00s)
    --- PASS: TestParse/%let_int.plus_(x_:_int)_:_int_->_this_+_x (0.00s)
    --- PASS: TestParse/%let_fn_()_:_int_->_2_+_2 (0.00s)
    --- PASS: TestParse/%let_fn_(x:int,_y_:int)_:_int_->_x_+_y (0.00s)
    --- PASS: TestParse/%declare_fn_(x_:_int)_:_int (0.00s)
=== RUN   TestParseErrors
--- PASS: TestParseErrors (0.00s)
=== RUN   TestEvalSimple
--- PASS: TestEvalSimple (0.00s)
=== RUN   TestEvalSingleLetVar
--- PASS: TestEvalSingleLetVar (0.00s)
=== RUN   TestEvalMultiLet
--- PASS: TestEvalMultiLet (0.00s)
=== RUN   TestEvalError
--- PASS: TestEvalError (0.00s)
=== RUN   TestLetError
--- PASS: TestLetError (0.00s)
=== RUN   TestLetTypeHintError
--- PASS: TestLetTypeHintError (0.00s)
=== RUN   TestDeclareError
--- PASS: TestDeclareError (0.00s)
=== RUN   TestDelError
--- PASS: TestDelError (0.00s)
=== RUN   TestAddLetFn
--- PASS: TestAddLetFn (0.00s)
=== RUN   TestAddLetFnComposed
--- PASS: TestAddLetFnComposed (0.00s)
=== RUN   TestAddLetFnErrorOnTypeChange
--- PASS: TestAddLetFnErrorOnTypeChange (0.00s)
=== RUN   TestAddLetFnErrorTypeMismatch
--- PASS: TestAddLetFnErrorTypeMismatch (0.00s)
=== RUN   TestAddLetFnErrorBadExpr
--- PASS: TestAddLetFnErrorBadExpr (0.00s)
=== RUN   TestAddDeclFn
--- PASS: TestAddDeclFn (0.00s)
=== RUN   TestAddDeclFnError
--- PASS: TestAddDeclFnError (0.00s)
=== RUN   TestDelLetFn
--- PASS: TestDelLetFn (0.00s)
=== RUN   TestDelLetFnError
--- PASS: TestDelLetFnError (0.00s)
=== RUN   TestInstanceFunction
--- PASS: TestInstanceFunction (0.00s)
=== RUN   TestSetOption
--- PASS: TestSetOption (0.00s)
=== RUN   TestSetOptionError
--- PASS: TestSetOptionError (0.00s)
=== RUN   TestProcess
=== RUN   TestProcess/OptionBasic
=== RUN   TestProcess/OptionContainer
=== RUN   TestProcess/LoadDescriptorsError
=== RUN   TestProcess/LoadDescriptorsAddsTypes
=== RUN   TestProcess/Status
=== RUN   TestProcess/Reset
--- PASS: TestProcess (0.00s)
    --- PASS: TestProcess/OptionBasic (0.00s)
    --- PASS: TestProcess/OptionContainer (0.00s)
    --- PASS: TestProcess/LoadDescriptorsError (0.00s)
    --- PASS: TestProcess/LoadDescriptorsAddsTypes (0.00s)
    --- PASS: TestProcess/Status (0.00s)
    --- PASS: TestProcess/Reset (0.00s)
=== RUN   TestUnparseType
--- PASS: TestUnparseType (0.00s)
=== RUN   TestParseType
--- PASS: TestParseType (0.00s)
=== RUN   TestParseTypeErrors
--- PASS: TestParseTypeErrors (0.00s)
PASS
ok      github.com/google/cel-go/repl   0.020s
?       github.com/google/cel-go/test   [no test files]
?       github.com/google/cel-go/test/proto2pb  [no test files]
?       github.com/google/cel-go/test/proto3pb  [no test files]
=== RUN   TestAccept
--- PASS: TestAccept (0.00s)
=== RUN   TestReject
--- PASS: TestReject (0.00s)
PASS
ok      github.com/google/cel-go/repl/parser    0.004s
FAIL
dh_auto_test: error: cd build && go test -vet=off -v -p 2 
github.com/google/cel-go/cel github.com/google/cel-go/checker 
github.com/google/cel-go/checker/decls github.com/google/cel-go/common 
github.com/google/cel-go/common/containers github.com/google/cel-go/common/debug 
github.com/google/cel-go/common/operators github.com/google/cel-go/common/overloads 
github.com/google/cel-go/common/runes github.com/google/cel-go/common/types 
github.com/google/cel-go/common/types/pb github.com/google/cel-go/common/types/ref 
github.com/google/cel-go/common/types/traits github.com/google/cel-go/ext 
github.com/google/cel-go/interpreter github.com/google/cel-go/interpreter/functions 
github.com/google/cel-go/parser github.com/google/cel-go/parser/gen 
github.com/google/cel-go/repl github.com/google/cel-go/repl/parser 
github.com/google/cel-go/test github.com/google/cel-go/test/proto2pb 
github.com/google/cel-go/test/proto3pb returned exit code 1
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

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

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

If you could not 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 affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: golang-github-google-cel-go
Source-Version: 0.12.5+ds-2
Done: Reinhard Tartler <siret...@tauware.de>

We believe that the bug you reported is fixed in the latest version of
golang-github-google-cel-go, 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 1071...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Reinhard Tartler <siret...@tauware.de> (supplier of updated 
golang-github-google-cel-go 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: SHA512

Format: 1.8
Date: Tue, 25 Jun 2024 10:56:20 +0000
Source: golang-github-google-cel-go
Built-For-Profiles: noudeb
Architecture: source
Version: 0.12.5+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Reinhard Tartler <siret...@tauware.de>
Closes: 1071769
Changes:
 golang-github-google-cel-go (0.12.5+ds-2) unstable; urgency=medium
 .
   * Team upload.
   * Remove vendored protobuf copy, see README.source for an analysis
     Closes: #1071769
Checksums-Sha1:
 d75b1f2f4fab6ae53eee9b5db8e00cd27e89ca26 2701 
golang-github-google-cel-go_0.12.5+ds-2.dsc
 769a553c7f5ebb8ddb53496f9b3c9b49383de77a 32212 
golang-github-google-cel-go_0.12.5+ds-2.debian.tar.xz
Checksums-Sha256:
 4679eaa5ad5c6ecfa695d3489bb216512aed061db46f6449ac67492f718d4ae4 2701 
golang-github-google-cel-go_0.12.5+ds-2.dsc
 383e2191ac93050747791f8e23507e3cf8b986b5564cec40ddc57f9a4f6a0c02 32212 
golang-github-google-cel-go_0.12.5+ds-2.debian.tar.xz
Files:
 aaa1a4adc5a5f1c92d1c0fa5fc708320 2701 golang optional 
golang-github-google-cel-go_0.12.5+ds-2.dsc
 9843eedf7c3736b5166719d401629b07 32212 golang optional 
golang-github-google-cel-go_0.12.5+ds-2.debian.tar.xz

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

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAmZ6rGgUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJst/Ww//afmXb+C49IfhWb/ytODX6yZU81/q
kj+AFMt9Hi2+P/xtB394NW0eBp3rQO6lI3dCsHCCbTU9/EsJd48eCKGJMpui/BB9
YtgxYoj0uGtGC/BFNKEY+RNSU1eQ8SOU8sbZUBSs2/6/MFzB3NrtJqUHvKUGg2NG
Z3kQw6H12ykejxdWXG94gnfUdoYfT0mk3N2d+WhGEwscTsuVsyacVA91Zhe9F8hx
PE5Ni0hCsFbCeRN18D3D1D+YiVHNPA2oS4u8m1xVdr8BE5evQnUY3X2z1pcNHcCy
sbdUGWkmeOkk/bE2kR4I0PhLvwoUxOlAEYTL81yxmJJbJgSqOXqhfd75iVCTgJJJ
1w/l+/4h0YbvRaqsX7Vs+xrS9w1W+LvrBjnsmA+/d0N7Kt/SDSWC/IT2gfWe3MLu
zXtzLjQXrhQplJj0D+xMC33z08RCJRhsjvW5lb9pTjof8kNpLQus2C1Ano8YY/Ap
w7yc59vZvMBZzZCV+lET0dktSXDdqwZSCE9VwCg+w6Jp0izsBl5Clepg3wT1p71Q
u42I1ZfgZnIOFKCucRs7rdqNIG3iAi8S0cSkumYqlKu86T/tCMS7UwQEoeAoytBu
cIgtaCgs98uY0fUZ8JbNDgQWqQxQBNfJ76sAuohtm//bLWfyMIktP2V6D1ar0imr
fW8oJX1DnsRSOUI=
=tlpd
-----END PGP SIGNATURE-----

Attachment: pgpvLb4p9kyKa.pgp
Description: PGP signature


--- End Message ---

Reply via email to