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

Builder ffmpegsos-solaris10-sparc Build #12030

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 49 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 ( 1 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 10 mins, 56 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 2 mins, 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 6 mins, 53 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 12030 Build
codebase Build
got_revision ef167512ab5da5c532f4a2212d8150ba9b81974b Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision ef167512ab5da5c532f4a2212d8150ba9b81974b Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Kacper Michajłow

Timing:

StartSun Jul 27 14:15:15 2025
EndSun Jul 27 14:35:59 2025
Elapsed20 mins, 44 secs

All Changes:

:

  1. Change #240815

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Sun 27 Jul 2025 14:09:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bf640b53db385ae779485ddcbd7bc1734f986efb

    Comments

    avcodec/hevc/hevcdec: handle rpu_buf allocation failure correctly
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/hevc/hevcdec.c
  2. Change #240816

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Sun 27 Jul 2025 14:09:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ef167512ab5da5c532f4a2212d8150ba9b81974b

    Comments

    avcodec/dovi_rpudec: parse RPU forward, don't try to find end
    Instead of scanning backwards for the end of RPU payload, parse it and
    report if we didn't land at the terminator byte.
    
    Current expectation was that we can have additional zero bytes after RPU
    payload, which were skipped to find playload end. That's not always the
    case. So loosen this requirement.
    
    This fixes files where there is additional non-zeroed padding after the
    end of the RPU in NALU.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/dovi_rpudec.c