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

Builder ffmpegsos-solaris10-sparc Build #12569

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 12 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 ( 11 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.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/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 12569 Build
codebase Build
got_revision 131a33c808e09bb89245c5d9869eda67bea5551f Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 131a33c808e09bb89245c5d9869eda67bea5551f 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. Marton Balint

Timing:

StartSun Dec 14 18:11:27 2025
EndSun Dec 14 18:11:56 2025
Elapsed29 secs

All Changes:

:

  1. Change #252165

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Sun 14 Dec 2025 18:08:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 131a33c808e09bb89245c5d9869eda67bea5551f

    Comments

    avformat/xmv: do not set audio pts values
    The format does not contain audio timestamps and the calculated audio pts
    values were only correct for compressed audio. It is better to remove PTS
    calculation entirely and let the generic code handle it.
    
    Fixes ticket #8595.
    Fixes #20983.
    
    Fate test changes are because of the different audio time base which is now
    always 1/sample_rate.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavformat/xmv.c
    • tests/ref/fate/xmv-demux