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

Builder ffmpeg-solaris10-sparc Build #12363

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 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 ( 2 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.sh' failed ( 3 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Kimapr

Timing:

StartMon Aug 4 22:02:28 2025
EndMon Aug 4 22:02:52 2025
Elapsed24 secs

All Changes:

:

  1. Change #241994

    Category ffmpeg
    Changed by Kimapr <rootohnoyoudont@kimapr.net>
    Changed at Mon 04 Aug 2025 21:51:59
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ecef5f9e1fb70b38f3e325c8e613349344c97de4

    Comments

    avformat/libopenmpt: fix seeking weirdness
    - proper pts for packets. leaving it blank leaves it up for guessing,
      but the guess doesn't take seeking into account, causing weirdness.
    
    - clamp to 0 when seeking to negative ts. libopenmpt docs are unclear on
      this but not doing this causes an immediate EOF when seeking backwards
      to the beginning in mpv.
    
    - only set song duration and packet pts when they are non-negative and
      in int64 range. NaNs count as out of range. this isn't a fix for any
      specific issue but might be helpful still, and shouldn't break
      anything.

    Changed files

    • libavformat/libopenmpt.c