Source: golang-starlark Version: 0.0~git20230726.7dadff3-1 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: [email protected] 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;[email protected] or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&[email protected]&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.

