Your message dated Sat, 20 Aug 2022 07:19:08 +0000
with message-id <e1opila-005uiz...@fasolo.debian.org>
and subject line Bug#1017272: fixed in golang-ginkgo 1.16.5-1
has caused the Debian Bug report #1017272,
regarding golang-ginkgo: FTBFS: flag provided but not defined: -importmap
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.)


-- 
1017272: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017272
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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: 1660446462
> Will run 2 of 2 specs
> 
> ••
> Ran 2 of 2 Specs in 0.000 seconds
> SUCCESS! -- 2 Passed | 0 Failed | 
> 0 Pending | 0 Skipped
> --- 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: 1660446462
> Will run 13 of 16 specs
> 
> ••••••••••••
> ------------------------------
> P [PENDING]
> Table
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/extensions/table/table_test.go:13
>   a failure
>   
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/extensions/table/table_test.go:50
>     when true
>     
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/extensions/table/table_test.go:54
> ------------------------------
> P [PENDING]
> Table
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/extensions/table/table_test.go:13
>   a failure
>   
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/extensions/table/table_test.go:50
>     when false
>     
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/extensions/table/table_test.go:55
> ------------------------------
> P [PENDING]
> Table
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/extensions/table/table_test.go:13
>   a failure
>   
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/extensions/table/table_test.go:50
>     when malformed
>     
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/extensions/table/table_test.go:56
> ------------------------------
> •
> Ran 13 of 16 Specs in 0.001 seconds
> SUCCESS! -- 13 Passed | 0 Failed | 
> 3 Pending | 0 Skipped
> --- 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: 1660446462
> Will run 8 of 8 specs
> 
> ••••••••
> Ran 8 of 8 Specs in 0.061 seconds
> SUCCESS! -- 8 Passed | 0 Failed | 
> 0 Pending | 0 Skipped
> --- PASS: TestNodot (0.06s)
> PASS
> ok    github.com/onsi/ginkgo/ginkgo/nodot     0.094s
> === RUN   TestTestRunner
> Running Suite: Test Runner Suite
> ================================
> Random Seed: 1660446462
> Will run 1 of 1 specs
> 
> •
> Ran 1 of 1 Specs in 0.006 seconds
> SUCCESS! -- 1 Passed | 0 Failed | 
> 0 Pending | 0 Skipped
> --- PASS: TestTestRunner (0.01s)
> PASS
> ok    github.com/onsi/ginkgo/ginkgo/testrunner        0.027s
> === RUN   TestTestsuite
> Running Suite: Testsuite Suite
> ==============================
> Random Seed: 1660446462
> Will run 12 of 12 specs
> 
> ••••••••••••
> Ran 12 of 12 Specs in 0.052 seconds
> SUCCESS! -- 12 Passed | 0 Failed | 
> 0 Pending | 0 Skipped
> --- 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: 1660446463
> Will run 123 of 123 specs
> 
> •••••••
> ------------------------------
> • [SLOW TEST:6.941 seconds]
> Watch
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:16
>   watching dependencies
>   
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:126
>     with a depth of 2
>     
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:127
>       should watch down to that depth
>       
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:128
> ------------------------------
> • [SLOW TEST:6.878 seconds]
> Watch
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:16
>   watching dependencies
>   
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:126
>     with a depth of 1
>     
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:154
>       should watch down to that depth
>       
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:155
> ------------------------------
> • [SLOW TEST:6.699 seconds]
> Watch
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:16
>   watching dependencies
>   
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:126
>     with a depth of 0
>     
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:181
>       should not watch any dependencies
>       
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:182
> ------------------------------
> • [SLOW TEST:6.763 seconds]
> Watch
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:16
>   watching dependencies
>   
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:126
>     should not trigger dependents when tests are changed
>     
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:206
> ------------------------------
> ••
> ------------------------------
> • [SLOW TEST:5.800 seconds]
> Watch
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:16
>   when new test suite is added
>   
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:262
>     should start monitoring that test suite
>     
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/watch_test.go:263
> ------------------------------
> •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
> ------------------------------
> • [SLOW TEST:15.534 seconds]
> Flags Specs
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/flags_test.go:16
>   should run the race detector when told to
>   
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/flags_test.go:112
> ------------------------------
> •••••••••••Failed
>  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
> 
> ------------------------------
> • Failure [1.002 seconds]
> Flags Specs
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/flags_test.go:16
>   should honor compiler flags [It]
>   
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/flags_test.go:224
> 
>   No future change is possible.  Bailing out early after 1.001s.
>   Expected
>       <int>: 1
>   to match exit code:
>       <int>: 197
> 
>   
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/flags_test.go:229
> ------------------------------
> ••••••••••••••••••••••
> ------------------------------
> S [SKIPPING] [0.000 seconds]
> Subcommand
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/subcommand_test.go:15
>   Go module and sginkgo bootstrap/generate
>   
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/subcommand_test.go:363
>     generates correctly named bootstrap and generate files with the 
> module name [It]
>     
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/subcommand_test.go:383
> 
>     Skip Go module test in Debian packaging env
> 
>     
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/subcommand_test.go:384
> ------------------------------
> ••••
> 
> Summarizing 1 Failure:
> 
> [Fail] Flags Specs [It] should honor compiler 
> flags 
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/integration/flags_test.go:229
> 
> Ran 122 of 123 Specs in 128.451 seconds
> FAIL! -- 121 Passed | 1 Failed | 
> 0 Pending | 1 Skipped
> --- FAIL: TestIntegration (128.49s)
> FAIL
> FAIL  github.com/onsi/ginkgo/integration      128.509s
> === RUN   TestCodelocation
> Running Suite: CodeLocation Suite
> =================================
> Random Seed: 1660446462
> Will run 4 of 4 specs
> 
> ••••
> Ran 4 of 4 Specs in 0.019 seconds
> SUCCESS! -- 4 Passed | 0 Failed | 
> 0 Pending | 0 Skipped
> --- PASS: TestCodelocation (0.02s)
> PASS
> ok    github.com/onsi/ginkgo/internal/codelocation    0.054s
> === RUN   TestContainernode
> Running Suite: Containernode Suite
> ==================================
> Random Seed: 1660446462
> Will run 7 of 7 specs
> 
> •••••••
> Ran 7 of 7 Specs in 0.004 seconds
> SUCCESS! -- 7 Passed | 0 Failed | 
> 0 Pending | 0 Skipped
> --- PASS: TestContainernode (0.01s)
> PASS
> ok    github.com/onsi/ginkgo/internal/containernode   0.034s
> === RUN   TestFailer
> Running Suite: Failer Suite
> ===========================
> Random Seed: 1660446463
> Will run 8 of 8 specs
> 
> ••••••••
> Ran 8 of 8 Specs in 0.003 seconds
> SUCCESS! -- 8 Passed | 0 Failed | 
> 0 Pending | 0 Skipped
> --- 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: 1660446464
> Will run 128 of 128 specs
> 
> ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
> Ran 128 of 128 Specs in 6.383 seconds
> SUCCESS! -- 128 Passed | 0 Failed | 
> 0 Pending | 0 Skipped
> --- PASS: TestLeafNode (6.44s)
> PASS
> ok    github.com/onsi/ginkgo/internal/leafnodes       6.441s
> === RUN   TestRemote
> Running Suite: Remote Spec Forwarding Suite
> ===========================================
> Random Seed: 1660446463
> Will run 40 of 40 specs
> 
> ••••••••••••••••••••••••••••••••••••••••
> Ran 40 of 40 Specs in 0.726 seconds
> SUCCESS! -- 40 Passed | 0 Failed | 
> 0 Pending | 0 Skipped
> --- PASS: TestRemote (0.75s)
> PASS
> ok    github.com/onsi/ginkgo/internal/remote  0.786s
> === RUN   TestSpec
> Running Suite: Spec Suite
> =========================
> Random Seed: 1660446463
> Will run 46 of 46 specs
> 
> ••••••••••••••••••••••••••••••••••••••••••••••
> Ran 46 of 46 Specs in 0.179 seconds
> SUCCESS! -- 46 Passed | 0 Failed | 
> 0 Pending | 0 Skipped
> --- PASS: TestSpec (0.22s)
> PASS
> ok    github.com/onsi/ginkgo/internal/spec    0.237s
> === RUN   TestSpecIterator
> Running Suite: SpecIterator Suite
> =================================
> Random Seed: 1660446463
> Will run 22 of 22 specs
> 
> ••••••••••••••••••••••
> Ran 22 of 22 Specs in 0.010 seconds
> SUCCESS! -- 22 Passed | 0 Failed | 
> 0 Pending | 0 Skipped
> --- PASS: TestSpecIterator (0.01s)
> PASS
> ok    github.com/onsi/ginkgo/internal/spec_iterator   0.018s
> === RUN   TestSpecRunner
> Running Suite: Spec Runner Suite
> ================================
> Random Seed: 1660446463
> Will run 55 of 55 specs
> 
> •••••••••••••••••••••••••••••••••••••••••••••••••••••••
> Ran 55 of 55 Specs in 0.077 seconds
> SUCCESS! -- 55 Passed | 0 Failed | 
> 0 Pending | 0 Skipped
> --- PASS: TestSpecRunner (0.09s)
> PASS
> ok    github.com/onsi/ginkgo/internal/specrunner      0.096s
> === RUN   Test
> Running Suite: Suite
> ====================
> Random Seed: 1660446463
> Will run 31 of 31 specs
> 
> •••••••
> ------------------------------
> • [MEASUREMENT]
> Suite
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/internal/suite/suite_test.go:21
>   running a suite
>   
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/internal/suite/suite_test.go:38
>     should run measurements
>     
> /<<PKGBUILDDIR>>/build/src/github.com/onsi/ginkgo/internal/suite/suite_test.go:127
> 
>     Ran 10 samples:
>     sleeping:
>       Fastest Time: 0.001s
>       Slowest Time: 0.010s
>       Average Time: 0.006s ± 0.003s
>     random value:
>       Smallest: 0.256
>        Largest: 8.769
>        Average: 3.446 ± 3.143
>     specific value:
>       Smallest: 123.46ms
>        Largest: 234.57ms
>        Average: 179.01ms ± 55.56ms
> ------------------------------
> •••••••••••••••••••••••
> Ran 31 of 31 Specs in 0.175 seconds
> SUCCESS! -- 31 Passed | 0 Failed | 
> 0 Pending | 0 Skipped
> --- PASS: Test (0.19s)
> PASS
> ok    github.com/onsi/ginkgo/internal/suite   0.209s
> === RUN   TestTestingtproxy
> Running Suite: Testingtproxy Suite
> ==================================
> Random Seed: 1660446463
> Will run 17 of 17 specs
> 
> •••••••••••••••••
> Ran 17 of 17 Specs in 0.001 seconds
> SUCCESS! -- 17 Passed | 0 Failed | 
> 0 Pending | 0 Skipped
> --- PASS: TestTestingtproxy (0.00s)
> PASS
> ok    github.com/onsi/ginkgo/internal/testingtproxy   0.013s
> === RUN   TestWriter
> Running Suite: Writer Suite
> ===========================
> Random Seed: 1660446464
> Will run 6 of 6 specs
> 
> ••••••
> Ran 6 of 6 Specs in 0.000 seconds
> SUCCESS! -- 6 Passed | 0 Failed | 
> 0 Pending | 0 Skipped
> --- PASS: TestWriter (0.00s)
> PASS
> ok    github.com/onsi/ginkgo/internal/writer  0.005s
> === RUN   TestReporters
> Running Suite: Reporters Suite
> ==============================
> Random Seed: 1660446464
> Will run 49 of 49 specs
> 
> ••••••••••••••••••••••••••••••••
> JUnit report was created: /tmp/output1065809307
> •
> JUnit path was configured: /tmp/new-junit-dir1336884487/output1576983729
> 
> JUnit report was created: /tmp/new-junit-dir1336884487/output1576983729
> •
> JUnit report was created: /tmp/output858154826
> •
> JUnit report was created: /tmp/output3113069171
> •
> JUnit report was created: /tmp/output2135349838
> •
> JUnit report was created: /tmp/output3939743153
> •
> JUnit report was created: /tmp/output2053776032
> •
> JUnit report was created: /tmp/output2143486647
> •
> JUnit report was created: /tmp/output243716221
> •••••••••
> Ran 49 of 49 Specs in 0.010 seconds
> SUCCESS! -- 49 Passed | 0 Failed | 
> 0 Pending | 0 Skipped
> --- 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: 1660446464
> Will run 10 of 10 specs
> 
> ••••••••••
> Ran 10 of 10 Specs in 0.003 seconds
> SUCCESS! -- 10 Passed | 0 Failed | 
> 0 Pending | 0 Skipped
> --- 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.

--- End Message ---
--- Begin Message ---
Source: golang-ginkgo
Source-Version: 1.16.5-1
Done: Shengjing Zhu <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
golang-ginkgo, 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.
Shengjing Zhu <z...@debian.org> (supplier of updated golang-ginkgo 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: Sat, 20 Aug 2022 05:32:09 +0800
Source: golang-ginkgo
Architecture: source
Version: 1.16.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Shengjing Zhu <z...@debian.org>
Closes: 1017272
Changes:
 golang-ginkgo (1.16.5-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream release 1.16.5
   * Only track v1 release in uscan watch file
   * Skip failed test on go1.19 (Closes: #1017272)
   * Update Standards-Version to 4.6.1 (no changes)
   * Update Section to golang
   * Bump debhelper-compat to 13
   * Disable deprecation warning
   * Add golang-golang-x-tools-dev to Build-Depends
   * Add patch to remove slim-sprig dependency
   * Install extra testdata
Checksums-Sha1:
 404634b83830a583b57ec15b8a0e0d7e7272fe07 1750 golang-ginkgo_1.16.5-1.dsc
 01f47e62335a0df3f8673f9e908e786c8d556674 164946 
golang-ginkgo_1.16.5.orig.tar.gz
 9b06e98e733537527216fa3330ebdfd924122b37 7408 
golang-ginkgo_1.16.5-1.debian.tar.xz
 f7054cf6aaf0eb5a6ed94e9b0d14a1ef44ebb27a 7663 
golang-ginkgo_1.16.5-1_amd64.buildinfo
Checksums-Sha256:
 2ead9ed545611663ed0a1aecba1de0be7726477f006555d0da1ba24fcbd77aba 1750 
golang-ginkgo_1.16.5-1.dsc
 36a993c50e0d21539f42708cc6fd2fb2dc0d9d62cbef80f17afe8a0efb118aea 164946 
golang-ginkgo_1.16.5.orig.tar.gz
 d44f0dcd924ff4baeceed11637311bcfa35da3c5e95bb5b832dcf1aa70766d1f 7408 
golang-ginkgo_1.16.5-1.debian.tar.xz
 59d2b07ccf9c552d52092b1f4a7988ae776fcb0d246d0fcd69221eb478e9db4b 7663 
golang-ginkgo_1.16.5-1_amd64.buildinfo
Files:
 e6c77c72e12188d3cc3b7120c69375d7 1750 golang optional 
golang-ginkgo_1.16.5-1.dsc
 50880bb8166c6575bdc66035feead2cd 164946 golang optional 
golang-ginkgo_1.16.5.orig.tar.gz
 e9aec03b8a9f8a3a7fcbb1d1bf945c6c 7408 golang optional 
golang-ginkgo_1.16.5-1.debian.tar.xz
 0027851216b702a75406bf67c84718db 7663 golang optional 
golang-ginkgo_1.16.5-1_amd64.buildinfo

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

iIYEARYIAC4WIQSRhdT1d2eu7mxV1B5/RPol6lUUywUCYwCJWRAcemhzakBkZWJp
YW4ub3JnAAoJEH9E+iXqVRTL7PMBAJDwNBnL4oH/hmzLPQCrxVza5yN9LGg26vqg
JuSgWzDPAPsGqfqGDY7rEjjmbdRraskW4zNMjHaS0uoGqswsdD/VCg==
=U+db
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to