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

Builder ffmpeg64-solaris10-i386 Build #12245

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision6ede1e3fbfa0aae09076529ace1aa7d114d65f5f
Got Revision6ede1e3fbfa0aae09076529ace1aa7d114d65f5f
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 0 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 6 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_64.sh' failed ( 0 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 12245 Build
codebase Build
got_revision 6ede1e3fbfa0aae09076529ace1aa7d114d65f5f Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 6ede1e3fbfa0aae09076529ace1aa7d114d65f5f Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. James Almer

Timing:

StartSun Jun 1 19:44:48 2025
EndSun Jun 1 19:45:01 2025
Elapsed13 secs

All Changes:

:

  1. Change #231170

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 01 Jun 2025 19:12:50
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1f034714f6e8855ff217c176168df4b64c313b63

    Comments

    fftools/ffmpeg_filter: make FilterGraphPriv private again
    As the name implies, it's a struct meant to be internal and private to the
    filter handling code. If a field is required in other modules, then it can
    be moved to the public facing struct, which is done in this commit.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • fftools/ffmpeg.h
    • fftools/ffmpeg_filter.c
    • fftools/ffmpeg_filter.h
    • fftools/graph/graphprint.c
  2. Change #231171

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 01 Jun 2025 19:12:50
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6ede1e3fbfa0aae09076529ace1aa7d114d65f5f

    Comments

    fftools/ffmpeg_filter: make InputFilterPriv and OutputFilterPriv private again
    As the names imply, they are structs meant to be internal and private to the
    filter handling code. If a field is required in other modules, then it can
    be moved to the public facing structs, which is done in this commit.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • fftools/ffmpeg.h
    • fftools/ffmpeg_filter.c
    • fftools/ffmpeg_filter.h
    • fftools/graph/graphprint.c
    • fftools/resources/resman.c