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

Builder protobuf-solaris10-i386 Build #2258

Results:

Failed shell_3

SourceStamp:

Projectprotobuf
Repositoryhttps://github.com/google/protobuf.git
Branchmaster
Revision301d315dc4674d1bc799446644e88eff0af1ac86
Got Revision301d315dc4674d1bc799446644e88eff0af1ac86
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' ( 26 secs )
    1. stdio
  3. shell_1 './configure' ( 14 secs )
    1. stdio
  4. shell_2 'gmake all' ( 15 mins, 14 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 2258 Build
codebase Build
got_revision 301d315dc4674d1bc799446644e88eff0af1ac86 Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision 301d315dc4674d1bc799446644e88eff0af1ac86 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. Joshua Haberman

Timing:

StartWed Feb 9 03:41:23 2022
EndWed Feb 9 03:57:21 2022
Elapsed15 mins, 58 secs

All Changes:

:

  1. Change #147127

    Category protobuf
    Changed by Joshua Haberman <jhabermanohnoyoudont@gmail.com>
    Changed at Wed 09 Feb 2022 03:31:50
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 301d315dc4674d1bc799446644e88eff0af1ac86

    Comments

    Dropped support for Python < 3.7 (#9480)
    * Drop Python versions <3.7.
    
    * Updated README to clarify that Python 3.7 is the minimum.
    
    * Removed more Python 3.5-specific code.
    
    Also changed tests to skip missing interpreters.
    
    * Invoke tox directly instead of through Python.
    
    Hopefully this will pick up python3.
    
    * Updated java_stretch image to bullseye to get Python >= 3.7.
    
    * Use jdk11 instead of jdk8.
    
    * Installed python2 for gtest.
    
    * Use "python3 -m venv" instead of "virtualenv."
    
    * Install python3-venv.

    Changed files

    • kokoro/linux/dockerfile/test/java_stretch/Dockerfile
    • kokoro/linux/python36/build.sh
    • kokoro/linux/python36/continuous.cfg
    • kokoro/linux/python36/presubmit.cfg
    • kokoro/linux/python36_cpp/build.sh
    • kokoro/linux/python36_cpp/continuous.cfg
    • kokoro/linux/python36_cpp/presubmit.cfg
    • kokoro/release/python/windows/build_artifacts.bat
    • kokoro/release/python/windows/build_single_artifact.bat
    • python/README.md
    • python/setup.py
    • python/tox.ini
    • tests.sh