Your message dated Fri, 06 Oct 2023 11:34:22 +0000
with message-id <e1qoj66-006kla...@fasolo.debian.org>
and subject line Bug#1052810: fixed in golang-starlark 0.0~git20230726.7dadff3-2
has caused the Debian Bug report #1052810,
regarding golang-starlark: FTBFS: dh_auto_test fails: unknown time zone 
US/Eastern
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.)


-- 
1052810: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052810
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-starlark
Version: 0.0~git20230726.7dadff3-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230925 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_test
>       cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 
> go.starlark.net/internal/chunkedfile go.starlark.net/internal/compile 
> go.starlark.net/internal/spell go.starlark.net/lib/json 
> go.starlark.net/lib/math go.starlark.net/lib/proto go.starlark.net/lib/time 
> go.starlark.net/repl go.starlark.net/resolve go.starlark.net/starlark 
> go.starlark.net/starlarkjson go.starlark.net/starlarkstruct 
> go.starlark.net/starlarktest go.starlark.net/syntax
> ?     go.starlark.net/internal/chunkedfile    [no test files]
> ?     go.starlark.net/internal/spell  [no test files]
> ?     go.starlark.net/lib/json        [no test files]
> ?     go.starlark.net/lib/math        [no test files]
> === RUN   TestPlusFolding
> --- PASS: TestPlusFolding (0.00s)
> === RUN   TestSerialization
> --- PASS: TestSerialization (0.00s)
> === RUN   TestGarbage
> --- PASS: TestGarbage (0.00s)
> PASS
> ok    go.starlark.net/internal/compile        0.011s
> ?     go.starlark.net/lib/proto       [no test files]
> ?     go.starlark.net/lib/time        [no test files]
> ?     go.starlark.net/repl    [no test files]
> === RUN   TestResolve
> --- PASS: TestResolve (0.00s)
> === RUN   TestDefVarargsAndKwargsSet
> --- PASS: TestDefVarargsAndKwargsSet (0.00s)
> === RUN   TestLambdaVarargsAndKwargsSet
> --- PASS: TestLambdaVarargsAndKwargsSet (0.00s)
> PASS
> ok    go.starlark.net/resolve 0.006s
> ?     go.starlark.net/starlarkjson    [no test files]
> ?     go.starlark.net/starlarktest    [no test files]
> === RUN   TestHashtable
> --- PASS: TestHashtable (0.01s)
> === RUN   TestIntOpts
> --- PASS: TestIntOpts (0.00s)
> === RUN   TestImmutabilityMakeBigInt
> --- PASS: TestImmutabilityMakeBigInt (0.00s)
> === RUN   TestImmutabilityBigInt
> --- PASS: TestImmutabilityBigInt (0.00s)
> === RUN   TestIntFallback
> --- PASS: TestIntFallback (0.01s)
> === RUN   TestEvalExpr
> --- PASS: TestEvalExpr (0.00s)
> === RUN   TestExecFile
>     chunkedfile.go:121: 
>         testdata/time.star:16: unexpected error: unknown time zone US/Eastern
> --- FAIL: TestExecFile (0.25s)
> === RUN   TestParameterPassing
> --- PASS: TestParameterPassing (0.00s)
> === RUN   TestPrint
> --- PASS: TestPrint (0.00s)
> === RUN   TestInt
> --- PASS: TestInt (0.00s)
> === RUN   TestBacktrace
> --- PASS: TestBacktrace (0.00s)
> === RUN   TestLoadBacktrace
> --- PASS: TestLoadBacktrace (0.00s)
> === RUN   TestRepeatedExec
> --- PASS: TestRepeatedExec (0.00s)
> === RUN   TestEmptyPosition
> --- PASS: TestEmptyPosition (0.00s)
> === RUN   TestUnpackUserDefined
> --- PASS: TestUnpackUserDefined (0.00s)
> === RUN   TestUnpackCustomUnpacker
> --- PASS: TestUnpackCustomUnpacker (0.00s)
> === RUN   TestUnpackNoneCoalescing
> --- PASS: TestUnpackNoneCoalescing (0.00s)
> === RUN   TestUnpackRequiredAfterOptional
> --- PASS: TestUnpackRequiredAfterOptional (0.00s)
> === RUN   TestAsInt
> --- PASS: TestAsInt (0.00s)
> === RUN   TestDocstring
> --- PASS: TestDocstring (0.00s)
> === RUN   TestFrameLocals
> --- PASS: TestFrameLocals (0.00s)
> === RUN   TestUnpackErrorBadType
> --- PASS: TestUnpackErrorBadType (0.00s)
> === RUN   TestREPLChunk
> --- PASS: TestREPLChunk (0.00s)
> === RUN   TestCancel
> --- PASS: TestCancel (0.00s)
> === RUN   TestExecutionSteps
> --- PASS: TestExecutionSteps (0.02s)
> === RUN   TestDeps
> --- PASS: TestDeps (0.09s)
> === RUN   TestPanicSafety
> --- PASS: TestPanicSafety (0.00s)
> === RUN   TestThreadLoad_ParallelCycle
> --- PASS: TestThreadLoad_ParallelCycle (0.00s)
> === RUN   TestProfile
> --- PASS: TestProfile (0.88s)
> === RUN   TestStringMethod
> --- PASS: TestStringMethod (0.00s)
> === RUN   TestListAppend
> --- PASS: TestListAppend (0.00s)
> === RUN   TestParamDefault
> === RUN   TestParamDefault/function_with_all_required_params
> === RUN   TestParamDefault/function_with_all_optional_params
> === RUN   TestParamDefault/function_with_required_and_optional_params
> === RUN   
> TestParamDefault/function_with_required,_optional,_and_varargs_params
> === RUN   
> TestParamDefault/function_with_required,_optional,_varargs,_and_keyword-only_params
> === RUN   
> TestParamDefault/function_with_required,_optional,_and_keyword-only_params
> === RUN   TestParamDefault/function_with_required,_optional,_and_kwargs_params
> === RUN   
> TestParamDefault/function_with_required,_optional,_varargs,_kw-only,_and_kwargs_params
> --- PASS: TestParamDefault (0.00s)
>     --- PASS: TestParamDefault/function_with_all_required_params (0.00s)
>     --- PASS: TestParamDefault/function_with_all_optional_params (0.00s)
>     --- PASS: TestParamDefault/function_with_required_and_optional_params 
> (0.00s)
>     --- PASS: 
> TestParamDefault/function_with_required,_optional,_and_varargs_params (0.00s)
>     --- PASS: 
> TestParamDefault/function_with_required,_optional,_varargs,_and_keyword-only_params
>  (0.00s)
>     --- PASS: 
> TestParamDefault/function_with_required,_optional,_and_keyword-only_params 
> (0.00s)
>     --- PASS: 
> TestParamDefault/function_with_required,_optional,_and_kwargs_params (0.00s)
>     --- PASS: 
> TestParamDefault/function_with_required,_optional,_varargs,_kw-only,_and_kwargs_params
>  (0.00s)
> === RUN   ExampleExecFile
> --- PASS: ExampleExecFile (0.00s)
> === RUN   ExampleThread_Load_sequential
> --- PASS: ExampleThread_Load_sequential (0.00s)
> === RUN   ExampleThread_Load_parallel
> --- PASS: ExampleThread_Load_parallel (0.00s)
> FAIL
> FAIL  go.starlark.net/starlark        1.265s
> === RUN   Test
> --- PASS: Test (0.00s)
> PASS
> ok    go.starlark.net/starlarkstruct  0.005s
> === RUN   TestQuote
> --- PASS: TestQuote (0.00s)
> === RUN   TestUnquote
> --- PASS: TestUnquote (0.00s)
> === RUN   TestScanner
> --- PASS: TestScanner (0.00s)
> === RUN   TestExprParseTrees
> --- PASS: TestExprParseTrees (0.00s)
> === RUN   TestStmtParseTrees
> --- PASS: TestStmtParseTrees (0.00s)
> === RUN   TestFileParseTrees
> --- PASS: TestFileParseTrees (0.00s)
> === RUN   TestCompoundStmt
> --- PASS: TestCompoundStmt (0.00s)
> === RUN   TestParseErrors
> --- PASS: TestParseErrors (0.00s)
> === RUN   TestFilePortion
> --- PASS: TestFilePortion (0.00s)
> === RUN   TestWalk
> --- PASS: TestWalk (0.00s)
> === RUN   ExampleWalk
> --- PASS: ExampleWalk (0.00s)
> PASS
> ok    go.starlark.net/syntax  0.011s
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 
> go.starlark.net/internal/chunkedfile go.starlark.net/internal/compile 
> go.starlark.net/internal/spell go.starlark.net/lib/json 
> go.starlark.net/lib/math go.starlark.net/lib/proto go.starlark.net/lib/time 
> go.starlark.net/repl go.starlark.net/resolve go.starlark.net/starlark 
> go.starlark.net/starlarkjson go.starlark.net/starlarkstruct 
> go.starlark.net/starlarktest go.starlark.net/syntax returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2023/09/25/golang-starlark_0.0~git20230726.7dadff3-1_unstable.log

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

--- End Message ---
--- Begin Message ---
Source: golang-starlark
Source-Version: 0.0~git20230726.7dadff3-2
Done: Shengjing Zhu <z...@debian.org>

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

Debian distribution maintenance software
pp.
Shengjing Zhu <z...@debian.org> (supplier of updated golang-starlark 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: Fri, 06 Oct 2023 19:22:31 +0800
Source: golang-starlark
Architecture: source
Version: 0.0~git20230726.7dadff3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Shengjing Zhu <z...@debian.org>
Closes: 1052810
Changes:
 golang-starlark (0.0~git20230726.7dadff3-2) unstable; urgency=medium
 .
   * Team upload
   * Build-depend on tzdata-legacy (Closes: #1052810)
Checksums-Sha1:
 3280d46e5dd71d72e5c4cac834d312c668a6ccb5 1778 
golang-starlark_0.0~git20230726.7dadff3-2.dsc
 08efbe907619605344a6a01198cb1a5fa9de4711 3748 
golang-starlark_0.0~git20230726.7dadff3-2.debian.tar.xz
 da7fa6405507f81546ea6be9ed8dfb1332142345 5787 
golang-starlark_0.0~git20230726.7dadff3-2_amd64.buildinfo
Checksums-Sha256:
 f459c393f99e588a59beef00896f0d1a5151b32ff94086ebcdc4e3675449a72b 1778 
golang-starlark_0.0~git20230726.7dadff3-2.dsc
 210ffb77b2f0251ca993f9ebf6560cc8eeec52e039751d8bb048018846d8458a 3748 
golang-starlark_0.0~git20230726.7dadff3-2.debian.tar.xz
 a5a4f8eeb2d951cfdc4cfdf5772695d5268cbae9b4b07632d66cf41b18f6f9f6 5787 
golang-starlark_0.0~git20230726.7dadff3-2_amd64.buildinfo
Files:
 af317563d85b35aa947bdc1099ef9f56 1778 golang optional 
golang-starlark_0.0~git20230726.7dadff3-2.dsc
 9e841cf2dbcf295ac68dbcd9ab25bb55 3748 golang optional 
golang-starlark_0.0~git20230726.7dadff3-2.debian.tar.xz
 388bd7a545f67f186804c5f43df34646 5787 golang optional 
golang-starlark_0.0~git20230726.7dadff3-2_amd64.buildinfo

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

iHUEARYIAB0WIQSRhdT1d2eu7mxV1B5/RPol6lUUywUCZR/ueQAKCRB/RPol6lUU
y2jQAPoCfcYOsgZJG1/Z+OWwjLtPHwW582w3maZKoOisJTllcgEA6FkoIZHnzH5Q
fPbZt0WupypUPqSOlVk0zJvGgg4WcwE=
=S+6O
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to