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

Builder ffmpegsos-solaris10-sparc Build #11221

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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 ( 10 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 ( 1 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 11221 Build
codebase Build
got_revision e1d1ba4cbc67ba9a227a1457904f50a305cf1158 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision e1d1ba4cbc67ba9a227a1457904f50a305cf1158 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. James Almer
  2. Ramiro Polla

Timing:

StartThu Oct 17 13:18:57 2024
EndThu Oct 17 13:19:16 2024
Elapsed19 secs

All Changes:

:

  1. Change #211969

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Thu 17 Oct 2024 13:04:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d2ed52dc02926f8d4d7baf819fa40c3d6d790730

    Comments

    avdevice/dshow: fix unused variable warning
    The acaps variable was used outside of the #if DSHOWDEBUG block with
    a1c4929f, but it is no longer used outside of the block since f125c504.

    Changed files

    • libavdevice/dshow.c
  2. Change #211970

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 17 Oct 2024 13:08:39
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e1d1ba4cbc67ba9a227a1457904f50a305cf1158

    Comments

    tests/checkasm/sw_rgb: don't write random data past the end of the buffer
    Should fix fate-checkasm-sw_rgb under gcc-ubsan.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>

    Changed files

    • tests/checkasm/sw_rgb.c