Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder protobuf-solaris10-i386 Build #2168

Results:

Failed shell_3

SourceStamp:

Projectprotobuf
Repositoryhttps://github.com/google/protobuf.git
Branchmaster
Revision6a9cf18cbadd7f4dde659c89fa02f7459e0c7a1c
Got Revision6a9cf18cbadd7f4dde659c89fa02f7459e0c7a1c
Changes1 change

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-protobuf-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. shell 'bash ./autogen.sh' ( 27 secs )
    1. stdio
  3. shell_1 './configure' ( 13 secs )
    1. stdio
  4. shell_2 'gmake all' ( 15 mins, 39 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 secs )
    1. stdio
    2. test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/protobuf-solaris10-i386 slave
buildername protobuf-solaris10-i386 Builder
buildnumber 2168 Build
codebase Build
got_revision 6a9cf18cbadd7f4dde659c89fa02f7459e0c7a1c Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision 6a9cf18cbadd7f4dde659c89fa02f7459e0c7a1c Build
scheduler schedule-protobuf-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/protobuf-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Adam Cozzette

Timing:

StartMon Nov 1 17:08:54 2021
EndMon Nov 1 17:25:16 2021
Elapsed16 mins, 22 secs

All Changes:

:

  1. Change #143789

    Category protobuf
    Changed by Adam Cozzette <acozzetteohnoyoudont@google.com>
    Changed at Mon 01 Nov 2021 17:00:31
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 6a9cf18cbadd7f4dde659c89fa02f7459e0c7a1c

    Comments

    Fix benchmark by making sure we use Python 3 (#9170)
    The benchmark runs have been failing since we started requiring Python
    3, so this changes fixes the benchmarks by ensuring we always use Python
    3.

    Changed files

    • benchmarks/Makefile.am
    • benchmarks/python/python_benchmark_messages.cc
    • benchmarks/util/result_parser.py
    • kokoro/linux/benchmark/run.sh