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

Builder protobuf-solaris10-sparc Build #2105

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. shell 'bash ./autogen.sh' ( 5 mins, 6 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 31 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 hrs, 40 mins, 46 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-unstable10s/slave/protobuf-solaris10-sparc slave
buildername protobuf-solaris10-sparc Builder
buildnumber 2105 Build
codebase Build
got_revision 7e5bfe88833c0319819fd2ce96eb379fa0d99164 Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision 7e5bfe88833c0319819fd2ce96eb379fa0d99164 Build
scheduler schedule-protobuf-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/protobuf-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Biswapriyo Nath

Timing:

StartTue Feb 1 23:01:22 2022
EndWed Feb 2 01:49:02 2022
Elapsed2 hrs, 47 mins, 40 secs

All Changes:

:

  1. Change #146798

    Category protobuf
    Changed by Biswapriyo Nath <nathbappaiohnoyoudont@gmail.com>
    Changed at Tue 01 Feb 2022 22:58:39
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 7e5bfe88833c0319819fd2ce96eb379fa0d99164

    Comments

    Fix checking Windows platform with preprocessor (#9460)
    Check _WIN32 instead of _MSC_VER because the later one is for MSVC only.
    This fixes building with mingw-w64 toolchain which uses GCC or Clang.

    Changed files

    • src/google/protobuf/io/zero_copy_stream_unittest.cc