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

Builder ffmpegsos-solaris10-i386 Build #12895

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisione94439e49b70f89fa5123c7dcd51ea8d824d770f
Got Revisione94439e49b70f89fa5123c7dcd51ea8d824d770f
Changes1 change

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-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 ( 9 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_sos.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/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 12895 Build
codebase Build
got_revision e94439e49b70f89fa5123c7dcd51ea8d824d770f Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision e94439e49b70f89fa5123c7dcd51ea8d824d770f Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Artem Smorodin

Timing:

StartMon Nov 17 01:09:49 2025
EndMon Nov 17 01:10:07 2025
Elapsed18 secs

All Changes:

:

  1. Change #249016

    Category ffmpeg
    Changed by Artem Smorodin <artem.smorodinohnoyoudont@dacast.com>
    Changed at Mon 17 Nov 2025 01:01:42
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e94439e49b70f89fa5123c7dcd51ea8d824d770f

    Comments

    avformat/tee: fix the default onfail setting of the tee salves
    I found that the default value is not set for onfail option. I see that there is an attempt to set this value by default inside parse_slave_failure_policy_option. But look at the CONSUME_OPTION macro. If av_dict_get cannot find this option, then this function is not even called.

    Changed files

    • libavformat/tee.c