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

Builder ffmpeg64-solaris10-i386 Build #12041

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg64-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 ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_64.sh' failed ( 4 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 12041 Build
codebase Build
got_revision 81c50c33b6f582a268dddedfb0664c9be119a36a Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 81c50c33b6f582a268dddedfb0664c9be119a36a Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartTue Mar 18 13:53:57 2025
EndTue Mar 18 13:54:18 2025
Elapsed20 secs

All Changes:

:

  1. Change #225292

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Tue 18 Mar 2025 13:45:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6bd4e8bf76c791c494b58b4edd00702f80ab9124

    Comments

    avcodec/vvc/Makefile: Move VVC decoder->h2645data dep to lavc/Makefile
    If h2645data.c were changed in a way that makes it rely on another
    object file, all components that need h2645data.o would need to be
    updated. And given that the VVC decoder->h2645data.o dependency is
    currently hidden in a separate Makefile, it would likely be forgotten.
    So move it to the libavcodec/Makefile.
    
    Reviewed-by: Nuo Mi <nuomi2021@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/Makefile
    • libavcodec/vvc/Makefile
  2. Change #225293

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Tue 18 Mar 2025 13:45:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 81c50c33b6f582a268dddedfb0664c9be119a36a

    Comments

    avcodec/Makefile: Only compile executor when VVC decoder is enabled
    Reviewed-by: Nuo Mi <nuomi2021@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/Makefile