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

Builder ffmpeg64-solaris10-sparc Build #10917

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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-unstable10s/slave/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 10917 Build
codebase Build
got_revision be3404bbacae5a046e1b3e66a98810b4b7564249 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision be3404bbacae5a046e1b3e66a98810b4b7564249 Build
scheduler schedule-ffmpeg64-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Aaron Thompson

Timing:

StartSat May 18 00:53:28 2024
EndSat May 18 00:53:42 2024
Elapsed14 secs

All Changes:

:

  1. Change #197557

    Category ffmpeg
    Changed by Aaron Thompson <devohnoyoudont@aaront.org>
    Changed at Sat 18 May 2024 00:40:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision be3404bbacae5a046e1b3e66a98810b4b7564249

    Comments

    lavc/libvpxenc: Fix parsing of ts_layering_mode parameter
    The value was being parsed as base 4, so the value "4" was invalid and
    would result in ts_layering_mode being set to 0.
    
    Signed-off-by: Aaron Thompson <dev@aaront.org>
    Signed-off-by: James Zern <jzern@google.com>

    Changed files

    • libavcodec/libvpxenc.c
    • libavcodec/version.h