Source: golang-ginkgo Version: 1.14.2-1 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): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > dh_auto_test -- -timeout=1h > cd build && go test -vet=off -v -p 8 -timeout=1h github.com/onsi/ginkgo > github.com/onsi/ginkgo/config github.com/onsi/ginkgo/example/books > github.com/onsi/ginkgo/extensions/globals > github.com/onsi/ginkgo/extensions/table github.com/onsi/ginkgo/ginkgo > github.com/onsi/ginkgo/ginkgo/convert > github.com/onsi/ginkgo/ginkgo/interrupthandler > github.com/onsi/ginkgo/ginkgo/nodot github.com/onsi/ginkgo/ginkgo/testrunner > github.com/onsi/ginkgo/ginkgo/testsuite github.com/onsi/ginkgo/ginkgo/watch > github.com/onsi/ginkgo/integration > github.com/onsi/ginkgo/internal/codelocation > github.com/onsi/ginkgo/internal/containernode > github.com/onsi/ginkgo/internal/failer github.com/onsi/ginkgo/internal/global > github.com/onsi/ginkgo/internal/leafnodes > github.com/onsi/ginkgo/internal/remote github.com/onsi/ginkgo/internal/spec > github.com/onsi/ginkgo/internal/spec_iterator > github.com/onsi/ginkgo/internal/specrunner > github.com/onsi/ginkgo/internal/suite > github.com/onsi/ginkgo/internal/testingtproxy > github.com/onsi/ginkgo/internal/writer github.com/onsi/ginkgo/reporters > github.com/onsi/ginkgo/reporters/stenographer > github.com/onsi/ginkgo/reporters/stenographer/support/go-colorable > github.com/onsi/ginkgo/reporters/stenographer/support/go-isatty > github.com/onsi/ginkgo/types > ? github.com/onsi/ginkgo [no test files] > ? github.com/onsi/ginkgo/config [no test files] > === RUN TestBooks > Running Suite: Books Suite > ========================== > Random Seed: [1m1660446462[0m > Will run [1m2[0m of [1m2[0m specs > > [32m•[0m[32m•[0m > [1m[32mRan 2 of 2 Specs in 0.000 seconds[0m > [1m[32mSUCCESS![0m -- [32m[1m2 Passed[0m | [91m[1m0 Failed[0m | > [33m[1m0 Pending[0m | [36m[1m0 Skipped[0m > --- PASS: TestBooks (0.00s) > PASS > ok github.com/onsi/ginkgo/example/books 0.034s > === RUN TestGlobals > --- PASS: TestGlobals (0.00s) > PASS > ok github.com/onsi/ginkgo/extensions/globals 0.004s > === RUN TestTable > Running Suite: Table Suite > ========================== > Random Seed: [1m1660446462[0m > Will run [1m13[0m of [1m16[0m specs > > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > [90m------------------------------[0m > [33mP [PENDING][0m > Table > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/extensions/table/table_test.go:13[0m > a failure > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/extensions/table/table_test.go:50[0m > when true > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/extensions/table/table_test.go:54[0m > [90m------------------------------[0m > [33mP [PENDING][0m > Table > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/extensions/table/table_test.go:13[0m > a failure > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/extensions/table/table_test.go:50[0m > when false > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/extensions/table/table_test.go:55[0m > [90m------------------------------[0m > [33mP [PENDING][0m > Table > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/extensions/table/table_test.go:13[0m > a failure > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/extensions/table/table_test.go:50[0m > when malformed > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/extensions/table/table_test.go:56[0m > [90m------------------------------[0m > [32m•[0m > [1m[32mRan 13 of 16 Specs in 0.001 seconds[0m > [1m[32mSUCCESS![0m -- [32m[1m13 Passed[0m | [91m[1m0 Failed[0m | > [33m[1m3 Pending[0m | [36m[1m0 Skipped[0m > --- PASS: TestTable (0.00s) > PASS > ok github.com/onsi/ginkgo/extensions/table 0.029s > ? github.com/onsi/ginkgo/ginkgo [no test files] > ? github.com/onsi/ginkgo/ginkgo/convert [no test files] > ? github.com/onsi/ginkgo/ginkgo/interrupthandler [no test files] > === RUN TestNodot > Running Suite: Nodot Suite > ========================== > Random Seed: [1m1660446462[0m > Will run [1m8[0m of [1m8[0m specs > > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > [1m[32mRan 8 of 8 Specs in 0.061 seconds[0m > [1m[32mSUCCESS![0m -- [32m[1m8 Passed[0m | [91m[1m0 Failed[0m | > [33m[1m0 Pending[0m | [36m[1m0 Skipped[0m > --- PASS: TestNodot (0.06s) > PASS > ok github.com/onsi/ginkgo/ginkgo/nodot 0.094s > === RUN TestTestRunner > Running Suite: Test Runner Suite > ================================ > Random Seed: [1m1660446462[0m > Will run [1m1[0m of [1m1[0m specs > > [32m•[0m > [1m[32mRan 1 of 1 Specs in 0.006 seconds[0m > [1m[32mSUCCESS![0m -- [32m[1m1 Passed[0m | [91m[1m0 Failed[0m | > [33m[1m0 Pending[0m | [36m[1m0 Skipped[0m > --- PASS: TestTestRunner (0.01s) > PASS > ok github.com/onsi/ginkgo/ginkgo/testrunner 0.027s > === RUN TestTestsuite > Running Suite: Testsuite Suite > ============================== > Random Seed: [1m1660446462[0m > Will run [1m12[0m of [1m12[0m specs > > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > [1m[32mRan 12 of 12 Specs in 0.052 seconds[0m > [1m[32mSUCCESS![0m -- [32m[1m12 Passed[0m | [91m[1m0 Failed[0m | > [33m[1m0 Pending[0m | [36m[1m0 Skipped[0m > --- PASS: TestTestsuite (0.06s) > PASS > ok github.com/onsi/ginkgo/ginkgo/testsuite 0.108s > ? github.com/onsi/ginkgo/ginkgo/watch [no test files] > === RUN TestIntegration > Running Suite: Integration Suite > ================================ > Random Seed: [1m1660446463[0m > Will run [1m123[0m of [1m123[0m specs > > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > [90m------------------------------[0m > [32m• [SLOW TEST:6.941 seconds][0m > Watch > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:16[0m > watching dependencies > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:126[0m > with a depth of 2 > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:127[0m > should watch down to that depth > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:128[0m > [90m------------------------------[0m > [32m• [SLOW TEST:6.878 seconds][0m > Watch > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:16[0m > watching dependencies > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:126[0m > with a depth of 1 > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:154[0m > should watch down to that depth > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:155[0m > [90m------------------------------[0m > [32m• [SLOW TEST:6.699 seconds][0m > Watch > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:16[0m > watching dependencies > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:126[0m > with a depth of 0 > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:181[0m > should not watch any dependencies > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:182[0m > [90m------------------------------[0m > [32m• [SLOW TEST:6.763 seconds][0m > Watch > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:16[0m > watching dependencies > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:126[0m > should not trigger dependents when tests are changed > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:206[0m > [90m------------------------------[0m > [32m•[0m[32m•[0m > [90m------------------------------[0m > [32m• [SLOW TEST:5.800 seconds][0m > Watch > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:16[0m > when new test suite is added > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:262[0m > should start monitoring that test suite > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:263[0m > [90m------------------------------[0m > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > [90m------------------------------[0m > [32m• [SLOW TEST:15.534 seconds][0m > Flags Specs > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/flags_test.go:16[0m > should run the race detector when told to > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/flags_test.go:112[0m > [90m------------------------------[0m > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0mFailed > to compile flags: > > # github.com/onsi/ginkgo/integration/ginko-run-1/flags > flag provided but not defined: -importmap > usage: compile [options] file.go... > -% int > debug non-static initializers > -+ compiling runtime > -B disable bounds checking > -C disable printing of columns in error messages > -D path > set relative path for local imports > -E debug symbol export > -I directory > add directory to import search path > -K debug missing line numbers > -L also show actual source file names in error messages for positions > affected by //line directives > -N disable optimizations > -S print assembly listing > -V print version and exit > -W debug parse tree after type checking > -asan > build code compatible with C/C++ address sanitizer > -asmhdr file > write assembly header to file > -bench file > append benchmark times to file > -blockprofile file > write block profile to file > -buildid id > record id as the build id in the export metadata > -c int > concurrency during compilation (1 means no concurrency) (default 1) > -clobberdead > clobber dead stack slots (for debugging) > -clobberdeadreg > clobber dead registers (for debugging) > -complete > compiling complete package (no C or assembly) > -cpuprofile file > write cpu profile to file > -d value > enable debugging settings; try -d help > -dwarf > generate DWARF symbols (default true) > -dwarfbasentries > use base address selection entries in DWARF (default true) > -dwarflocationlists > add location lists to DWARF in optimized mode (default true) > -dynlink > support references to Go symbols defined in other shared libraries > -e no limit on number of errors reported > -embedcfg file > read go:embed configuration from file > -gendwarfinl int > generate DWARF inline info records (default 2) > -goversion string > required version of the runtime > -h halt on error > -importcfg file > read import configuration from file > -installsuffix suffix > set pkg directory suffix > -j debug runtime-initialized variables > -json string > version,file for JSON compiler/optimizer detail output > -l disable inlining > -lang string > Go language version source code expects > -linkobj file > write linker-specific object to file > -linkshared > generate code that will be linked against Go shared libraries > -live > debug liveness analysis > -m print optimization decisions > -memprofile file > write memory profile to file > -memprofilerate rate > set runtime.MemProfileRate to rate > -msan > build code compatible with C/C++ memory sanitizer > -mutexprofile file > write mutex profile to file > -nolocalimports > reject local (relative) imports > -o file > write output to file > -p path > set expected package import path > -pack > write to file.a instead of file.o > -r debug generated wrappers > -race > enable race detector > -shared > generate code that can be linked into a shared library > -smallframes > reduce the size limit for stack allocated objects > -spectre list > enable spectre mitigations in list (all, index, ret) > -std > compiling standard library > -symabis file > read symbol ABIs from file > -t enable tracing for debugging the compiler > -traceprofile file > write an execution trace to file > -trimpath prefix > remove prefix from recorded source file paths > -v increase debug verbosity > -w debug type checking > -wb > enable write barrier (default true) > # github.com/onsi/ginkgo/integration/ginko-run-1/flags_test > [github.com/onsi/ginkgo/integration/ginko-run-1/flags.test] > flag provided but not defined: -importmap > usage: compile [options] file.go... > -% int > debug non-static initializers > -+ compiling runtime > -B disable bounds checking > -C disable printing of columns in error messages > -D path > set relative path for local imports > -E debug symbol export > -I directory > add directory to import search path > -K debug missing line numbers > -L also show actual source file names in error messages for positions > affected by //line directives > -N disable optimizations > -S print assembly listing > -V print version and exit > -W debug parse tree after type checking > -asan > build code compatible with C/C++ address sanitizer > -asmhdr file > write assembly header to file > -bench file > append benchmark times to file > -blockprofile file > write block profile to file > -buildid id > record id as the build id in the export metadata > -c int > concurrency during compilation (1 means no concurrency) (default 1) > -clobberdead > clobber dead stack slots (for debugging) > -clobberdeadreg > clobber dead registers (for debugging) > -complete > compiling complete package (no C or assembly) > -cpuprofile file > write cpu profile to file > -d value > enable debugging settings; try -d help > -dwarf > generate DWARF symbols (default true) > -dwarfbasentries > use base address selection entries in DWARF (default true) > -dwarflocationlists > add location lists to DWARF in optimized mode (default true) > -dynlink > support references to Go symbols defined in other shared libraries > -e no limit on number of errors reported > -embedcfg file > read go:embed configuration from file > -gendwarfinl int > generate DWARF inline info records (default 2) > -goversion string > required version of the runtime > -h halt on error > -importcfg file > read import configuration from file > -installsuffix suffix > set pkg directory suffix > -j debug runtime-initialized variables > -json string > version,file for JSON compiler/optimizer detail output > -l disable inlining > -lang string > Go language version source code expects > -linkobj file > write linker-specific object to file > -linkshared > generate code that will be linked against Go shared libraries > -live > debug liveness analysis > -m print optimization decisions > -memprofile file > write memory profile to file > -memprofilerate rate > set runtime.MemProfileRate to rate > -msan > build code compatible with C/C++ memory sanitizer > -mutexprofile file > write mutex profile to file > -nolocalimports > reject local (relative) imports > -o file > write output to file > -p path > set expected package import path > -pack > write to file.a instead of file.o > -r debug generated wrappers > -race > enable race detector > -shared > generate code that can be linked into a shared library > -smallframes > reduce the size limit for stack allocated objects > -spectre list > enable spectre mitigations in list (all, index, ret) > -std > compiling standard library > -symabis file > read symbol ABIs from file > -t enable tracing for debugging the compiler > -traceprofile file > write an execution trace to file > -trimpath prefix > remove prefix from recorded source file paths > -v increase debug verbosity > -w debug type checking > -wb > enable write barrier (default true) > > Ginkgo ran 1 suite in 991.788659ms > Test Suite Failed > > [90m------------------------------[0m > [91m[1m• Failure [1.002 seconds][0m > Flags Specs > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/flags_test.go:16[0m > [91m[1mshould honor compiler flags [It][0m > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/flags_test.go:224[0m > > [91mNo future change is possible. Bailing out early after 1.001s. > Expected > <int>: 1 > to match exit code: > <int>: 197[0m > > > /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/flags_test.go:229 > [90m------------------------------[0m > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > [90m------------------------------[0m > [36m[1mS [SKIPPING] [0.000 seconds][0m > Subcommand > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/subcommand_test.go:15[0m > Go module and sginkgo bootstrap/generate > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/subcommand_test.go:363[0m > [36m[1mgenerates correctly named bootstrap and generate files with the > module name [It][0m > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/subcommand_test.go:383[0m > > [36mSkip Go module test in Debian packaging env[0m > > > /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/subcommand_test.go:384 > [90m------------------------------[0m > [32m•[0m[32m•[0m[32m•[0m[32m•[0m > > [91m[1mSummarizing 1 Failure:[0m > > [91m[1m[Fail] [0m[90mFlags Specs [0m[91m[1m[It] should honor compiler > flags [0m > [37m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/flags_test.go:229[0m > > [1m[91mRan 122 of 123 Specs in 128.451 seconds[0m > [1m[91mFAIL![0m -- [32m[1m121 Passed[0m | [91m[1m1 Failed[0m | > [33m[1m0 Pending[0m | [36m[1m1 Skipped[0m > --- FAIL: TestIntegration (128.49s) > FAIL > FAIL github.com/onsi/ginkgo/integration 128.509s > === RUN TestCodelocation > Running Suite: CodeLocation Suite > ================================= > Random Seed: [1m1660446462[0m > Will run [1m4[0m of [1m4[0m specs > > [32m•[0m[32m•[0m[32m•[0m[32m•[0m > [1m[32mRan 4 of 4 Specs in 0.019 seconds[0m > [1m[32mSUCCESS![0m -- [32m[1m4 Passed[0m | [91m[1m0 Failed[0m | > [33m[1m0 Pending[0m | [36m[1m0 Skipped[0m > --- PASS: TestCodelocation (0.02s) > PASS > ok github.com/onsi/ginkgo/internal/codelocation 0.054s > === RUN TestContainernode > Running Suite: Containernode Suite > ================================== > Random Seed: [1m1660446462[0m > Will run [1m7[0m of [1m7[0m specs > > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > [1m[32mRan 7 of 7 Specs in 0.004 seconds[0m > [1m[32mSUCCESS![0m -- [32m[1m7 Passed[0m | [91m[1m0 Failed[0m | > [33m[1m0 Pending[0m | [36m[1m0 Skipped[0m > --- PASS: TestContainernode (0.01s) > PASS > ok github.com/onsi/ginkgo/internal/containernode 0.034s > === RUN TestFailer > Running Suite: Failer Suite > =========================== > Random Seed: [1m1660446463[0m > Will run [1m8[0m of [1m8[0m specs > > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > [1m[32mRan 8 of 8 Specs in 0.003 seconds[0m > [1m[32mSUCCESS![0m -- [32m[1m8 Passed[0m | [91m[1m0 Failed[0m | > [33m[1m0 Pending[0m | [36m[1m0 Skipped[0m > --- PASS: TestFailer (0.00s) > PASS > ok github.com/onsi/ginkgo/internal/failer 0.025s > ? github.com/onsi/ginkgo/internal/global [no test files] > === RUN TestLeafNode > Running Suite: LeafNode Suite > ============================= > Random Seed: [1m1660446464[0m > Will run [1m128[0m of [1m128[0m specs > > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > [1m[32mRan 128 of 128 Specs in 6.383 seconds[0m > [1m[32mSUCCESS![0m -- [32m[1m128 Passed[0m | [91m[1m0 Failed[0m | > [33m[1m0 Pending[0m | [36m[1m0 Skipped[0m > --- PASS: TestLeafNode (6.44s) > PASS > ok github.com/onsi/ginkgo/internal/leafnodes 6.441s > === RUN TestRemote > Running Suite: Remote Spec Forwarding Suite > =========================================== > Random Seed: [1m1660446463[0m > Will run [1m40[0m of [1m40[0m specs > > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > [1m[32mRan 40 of 40 Specs in 0.726 seconds[0m > [1m[32mSUCCESS![0m -- [32m[1m40 Passed[0m | [91m[1m0 Failed[0m | > [33m[1m0 Pending[0m | [36m[1m0 Skipped[0m > --- PASS: TestRemote (0.75s) > PASS > ok github.com/onsi/ginkgo/internal/remote 0.786s > === RUN TestSpec > Running Suite: Spec Suite > ========================= > Random Seed: [1m1660446463[0m > Will run [1m46[0m of [1m46[0m specs > > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > [1m[32mRan 46 of 46 Specs in 0.179 seconds[0m > [1m[32mSUCCESS![0m -- [32m[1m46 Passed[0m | [91m[1m0 Failed[0m | > [33m[1m0 Pending[0m | [36m[1m0 Skipped[0m > --- PASS: TestSpec (0.22s) > PASS > ok github.com/onsi/ginkgo/internal/spec 0.237s > === RUN TestSpecIterator > Running Suite: SpecIterator Suite > ================================= > Random Seed: [1m1660446463[0m > Will run [1m22[0m of [1m22[0m specs > > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > [1m[32mRan 22 of 22 Specs in 0.010 seconds[0m > [1m[32mSUCCESS![0m -- [32m[1m22 Passed[0m | [91m[1m0 Failed[0m | > [33m[1m0 Pending[0m | [36m[1m0 Skipped[0m > --- PASS: TestSpecIterator (0.01s) > PASS > ok github.com/onsi/ginkgo/internal/spec_iterator 0.018s > === RUN TestSpecRunner > Running Suite: Spec Runner Suite > ================================ > Random Seed: [1m1660446463[0m > Will run [1m55[0m of [1m55[0m specs > > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > [1m[32mRan 55 of 55 Specs in 0.077 seconds[0m > [1m[32mSUCCESS![0m -- [32m[1m55 Passed[0m | [91m[1m0 Failed[0m | > [33m[1m0 Pending[0m | [36m[1m0 Skipped[0m > --- PASS: TestSpecRunner (0.09s) > PASS > ok github.com/onsi/ginkgo/internal/specrunner 0.096s > === RUN Test > Running Suite: Suite > ==================== > Random Seed: [1m1660446463[0m > Will run [1m31[0m of [1m31[0m specs > > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > [90m------------------------------[0m > [32m• [MEASUREMENT][0m > Suite > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/internal/suite/suite_test.go:21[0m > running a suite > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/internal/suite/suite_test.go:38[0m > should run measurements > > [90m/<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/internal/suite/suite_test.go:127[0m > > Ran [1m10[0m samples: > [1msleeping[0m: > Fastest Time: [32m0.001[0ms > Slowest Time: [91m0.010[0ms > Average Time: [36m0.006[0ms ± [36m0.003[0ms > [1mrandom value[0m: > Smallest: [32m0.256[0m > Largest: [91m8.769[0m > Average: [36m3.446[0m ± [36m3.143[0m > [1mspecific value[0m: > Smallest: [32m123.46[0mms > Largest: [91m234.57[0mms > Average: [36m179.01[0mms ± [36m55.56[0mms > [90m------------------------------[0m > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > [1m[32mRan 31 of 31 Specs in 0.175 seconds[0m > [1m[32mSUCCESS![0m -- [32m[1m31 Passed[0m | [91m[1m0 Failed[0m | > [33m[1m0 Pending[0m | [36m[1m0 Skipped[0m > --- PASS: Test (0.19s) > PASS > ok github.com/onsi/ginkgo/internal/suite 0.209s > === RUN TestTestingtproxy > Running Suite: Testingtproxy Suite > ================================== > Random Seed: [1m1660446463[0m > Will run [1m17[0m of [1m17[0m specs > > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > [1m[32mRan 17 of 17 Specs in 0.001 seconds[0m > [1m[32mSUCCESS![0m -- [32m[1m17 Passed[0m | [91m[1m0 Failed[0m | > [33m[1m0 Pending[0m | [36m[1m0 Skipped[0m > --- PASS: TestTestingtproxy (0.00s) > PASS > ok github.com/onsi/ginkgo/internal/testingtproxy 0.013s > === RUN TestWriter > Running Suite: Writer Suite > =========================== > Random Seed: [1m1660446464[0m > Will run [1m6[0m of [1m6[0m specs > > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > [1m[32mRan 6 of 6 Specs in 0.000 seconds[0m > [1m[32mSUCCESS![0m -- [32m[1m6 Passed[0m | [91m[1m0 Failed[0m | > [33m[1m0 Pending[0m | [36m[1m0 Skipped[0m > --- PASS: TestWriter (0.00s) > PASS > ok github.com/onsi/ginkgo/internal/writer 0.005s > === RUN TestReporters > Running Suite: Reporters Suite > ============================== > Random Seed: [1m1660446464[0m > Will run [1m49[0m of [1m49[0m specs > > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > JUnit report was created: /tmp/output1065809307 > [32m•[0m > JUnit path was configured: /tmp/new-junit-dir1336884487/output1576983729 > > JUnit report was created: /tmp/new-junit-dir1336884487/output1576983729 > [32m•[0m > JUnit report was created: /tmp/output858154826 > [32m•[0m > JUnit report was created: /tmp/output3113069171 > [32m•[0m > JUnit report was created: /tmp/output2135349838 > [32m•[0m > JUnit report was created: /tmp/output3939743153 > [32m•[0m > JUnit report was created: /tmp/output2053776032 > [32m•[0m > JUnit report was created: /tmp/output2143486647 > [32m•[0m > JUnit report was created: /tmp/output243716221 > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > [1m[32mRan 49 of 49 Specs in 0.010 seconds[0m > [1m[32mSUCCESS![0m -- [32m[1m49 Passed[0m | [91m[1m0 Failed[0m | > [33m[1m0 Pending[0m | [36m[1m0 Skipped[0m > --- PASS: TestReporters (0.03s) > PASS > ok github.com/onsi/ginkgo/reporters 0.033s > ? github.com/onsi/ginkgo/reporters/stenographer [no test files] > ? github.com/onsi/ginkgo/reporters/stenographer/support/go-colorable > [no test files] > ? github.com/onsi/ginkgo/reporters/stenographer/support/go-isatty [no > test files] > === RUN TestTypes > Running Suite: Types Suite > ========================== > Random Seed: [1m1660446464[0m > Will run [1m10[0m of [1m10[0m specs > > [32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m[32m•[0m > [1m[32mRan 10 of 10 Specs in 0.003 seconds[0m > [1m[32mSUCCESS![0m -- [32m[1m10 Passed[0m | [91m[1m0 Failed[0m | > [33m[1m0 Pending[0m | [36m[1m0 Skipped[0m > --- PASS: TestTypes (0.01s) > PASS > ok github.com/onsi/ginkgo/types 0.011s > FAIL > dh_auto_test: error: cd build && go test -vet=off -v -p 8 -timeout=1h > github.com/onsi/ginkgo github.com/onsi/ginkgo/config > github.com/onsi/ginkgo/example/books > github.com/onsi/ginkgo/extensions/globals > github.com/onsi/ginkgo/extensions/table github.com/onsi/ginkgo/ginkgo > github.com/onsi/ginkgo/ginkgo/convert > github.com/onsi/ginkgo/ginkgo/interrupthandler > github.com/onsi/ginkgo/ginkgo/nodot github.com/onsi/ginkgo/ginkgo/testrunner > github.com/onsi/ginkgo/ginkgo/testsuite github.com/onsi/ginkgo/ginkgo/watch > github.com/onsi/ginkgo/integration > github.com/onsi/ginkgo/internal/codelocation > github.com/onsi/ginkgo/internal/containernode > github.com/onsi/ginkgo/internal/failer github.com/onsi/ginkgo/internal/global > github.com/onsi/ginkgo/internal/leafnodes > github.com/onsi/ginkgo/internal/remote github.com/onsi/ginkgo/internal/spec > github.com/onsi/ginkgo/internal/spec_iterator > github.com/onsi/ginkgo/internal/specrunner > github.com/onsi/ginkgo/internal/suite > github.com/onsi/ginkgo/internal/testingtproxy > github.com/onsi/ginkgo/internal/writer github.com/onsi/ginkgo/reporters > github.com/onsi/ginkgo/reporters/stenographer > github.com/onsi/ginkgo/reporters/stenographer/support/go-colorable > github.com/onsi/ginkgo/reporters/stenographer/support/go-isatty > github.com/onsi/ginkgo/types returned exit code 1 The full build log is available from: http://qa-logs.debian.net/2022/08/13/golang-ginkgo_1.14.2-1_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.