Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 654700

Summary: dev-libs/protobuf-3.5.2 fails tests protobuf-test:LoggingTest.DefaultLogging and protobuf-test:LoggingTest.NullLogging
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Arfrever Frehtes Taifersar Arahesis <arfrever.fta>
Status: CONFIRMED ---    
Severity: normal Keywords: TESTFAILURE
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
dev-libs:protobuf-3.5.2:20180502-153309.log
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
temp.tbz2

Description Toralf Förster gentoo-dev 2018-05-03 08:35:12 UTC
make[3]: Entering directory '/var/tmp/portage/dev-libs/protobuf-3.5.2/work/protobuf-3.5.2-abi_x86_32.x86/src'
make[4]: Entering directory '/var/tmp/portage/dev-libs/protobuf-3.5.2/work/protobuf-3.5.2-abi_x86_32.x86/src'
FAIL: protobuf-test
PASS: protobuf-lazy-descriptor-test
PASS: protobuf-lite-test
PASS: google/protobuf/compiler/zip_output_unittest.sh

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-systemd_abi32+64-test_20180501-232814

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)




emerge -qpv dev-libs/protobuf
[ebuild  N    ] dev-libs/protobuf-3.5.2  USE="{test} zlib -emacs -examples -static-libs" ABI_X86="32 (64) (-x32)"
Comment 1 Toralf Förster gentoo-dev 2018-05-03 08:35:15 UTC
Created attachment 529536 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-05-03 08:35:18 UTC
Created attachment 529538 [details]
dev-libs:protobuf-3.5.2:20180502-153309.log
Comment 3 Toralf Förster gentoo-dev 2018-05-03 08:35:21 UTC
Created attachment 529540 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-05-03 08:35:24 UTC
Created attachment 529542 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-05-03 08:35:27 UTC
Created attachment 529544 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-05-03 08:35:30 UTC
Created attachment 529546 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-05-03 08:35:33 UTC
Created attachment 529548 [details]
temp.tbz2
Comment 8 Arfrever Frehtes Taifersar Arahesis 2018-05-04 02:55:03 UTC
src/protobuf-test.log:

[----------] 4 tests from LoggingTest
[ RUN      ] LoggingTest.DefaultLogging
[libprotobuf FATAL /var/tmp/portage/dev-libs/protobuf-3.5.2/work/protobuf-3.5.2/src/google/protobuf/testing/file.cc:89] CHECK failed: ReadFileToString(name, 
output): Could not read: /tmp/filexjFZmw/captured_stderr
unknown file: Failure
C++ exception with description "CHECK failed: ReadFileToString(name, output): Could not read: /tmp/filexjFZmw/captured_stderr" thrown in the test body.
[  FAILED  ] LoggingTest.DefaultLogging (23 ms)
[ RUN      ] LoggingTest.NullLogging
unknown file: Failure
C++ exception with description "CHECK failed: fd >= 0: open: File exists" thrown in the test body.
[  FAILED  ] LoggingTest.NullLogging (0 ms)
[ RUN      ] LoggingTest.CaptureLogging
[       OK ] LoggingTest.CaptureLogging (0 ms)
[ RUN      ] LoggingTest.SilenceLogging
[       OK ] LoggingTest.SilenceLogging (0 ms)
[----------] 4 tests from LoggingTest (23 ms total)