Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654700 - dev-libs/protobuf-3.5.2 fails tests protobuf-test:LoggingTest.DefaultLogging and protobuf-test:LoggingTest.NullLogging
Summary: dev-libs/protobuf-3.5.2 fails tests protobuf-test:LoggingTest.DefaultLogging ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Arfrever Frehtes Taifersar Arahesis
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2018-05-03 08:35 UTC by Toralf Förster
Modified: 2019-08-07 07:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,13.96 KB, text/plain)
2018-05-03 08:35 UTC, Toralf Förster
Details
dev-libs:protobuf-3.5.2:20180502-153309.log (dev-libs:protobuf-3.5.2:20180502-153309.log,510.91 KB, text/plain)
2018-05-03 08:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,11.71 KB, text/plain)
2018-05-03 08:35 UTC, Toralf Förster
Details
environment (environment,121.01 KB, text/plain)
2018-05-03 08:35 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.40 KB, application/x-bzip)
2018-05-03 08:35 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,30.07 KB, application/x-bzip)
2018-05-03 08:35 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,55.05 KB, application/x-bzip)
2018-05-03 08:35 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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)