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

Builder ffmpegsos-solaris10-i386 Build #13587

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

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 ( 8 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 13587 Build
codebase Build
got_revision 442e6c80bf5cbaf39843319f16ef84af8ce82464 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 442e6c80bf5cbaf39843319f16ef84af8ce82464 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. marcos ashton
  2. tark1998

Timing:

StartSat Mar 21 01:44:51 2026
EndSat Mar 21 01:45:07 2026
Elapsed15 secs

All Changes:

:

  1. Change #261805

    Category ffmpeg
    Changed by marcos ashton <marcosashiglesiasohnoyoudont@gmail.com>
    Changed at Sat 21 Mar 2026 01:34:50
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dfa53aae5f950d29b1d298193a7558d5438170d9

    Comments

    avutil/bswap: fix implicit conversion warning in av_bswap64
    Explicitly cast uint64_t arguments to uint32_t before passing them
    to av_bswap32(). The truncation is intentional (extracting low and
    high halves), but clang on macOS 26 warns about it.
    
    Fixes: https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/22453
    Signed-off-by: marcos ashton <marcosashiglesias@gmail.com>

    Changed files

    • libavutil/bswap.h
  2. Change #261806

    Category ffmpeg
    Changed by tark1998 <tark1998ohnoyoudont@gmail.com>
    Changed at Sat 21 Mar 2026 01:40:39
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 442e6c80bf5cbaf39843319f16ef84af8ce82464

    Comments

    avformat/mov: add m4v to allowed extensions
    M4V is a standard extension for MPEG-4 video files, commonly used by
    Apple devices and software. While it is functionally similar to MP4,
    it was missing from the list of recognized extensions for the
    MOV/MP4 demuxer.

    Changed files

    • libavformat/mov.c