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

Builder ffmpegsos-solaris10-sparc Build #11879

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision4611ed5cc38d0367186f936dc015a9b3946c3edf
Got Revision4611ed5cc38d0367186f936dc015a9b3946c3edf
Changes5 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 ( 2 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 11879 Build
codebase Build
got_revision 4611ed5cc38d0367186f936dc015a9b3946c3edf Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 4611ed5cc38d0367186f936dc015a9b3946c3edf 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. Jack Lau
  2. Kacper Michajłow
  3. softworkz

Timing:

StartSat Jun 7 14:45:01 2025
EndSat Jun 7 14:45:23 2025
Elapsed21 secs

All Changes:

:

  1. Change #231592

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Sat 07 Jun 2025 14:32:25
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0c12265b0586c795a60945f39f50a61e9987cee3

    Comments

    MAINTAINERS: Add myself for graph printing
    ..and resources
    
    Signed-off-by: softworkz <softworkz@hotmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • MAINTAINERS
  2. Change #231593

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Sat 07 Jun 2025 14:33:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ccfea9696f19dfff2b372da0b30bd1f5a276d06c

    Comments

    tools/target_dec_fuzzer: suppress Wunused-function
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • tools/target_dec_fuzzer.c
  3. Change #231594

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Sat 07 Jun 2025 14:33:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dc9794d3407ef36ca298a0c543fe4e6c07219d36

    Comments

    tools/target_dem_fuzzer: make fuzz data pointer constant
    Mostly to avoid warnings.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • tools/target_dem_fuzzer.c
  4. Change #231595

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Sat 07 Jun 2025 14:33:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d811966ba6c276d1e942c63acfe0fa0e34a75506

    Comments

    tools/target_dem_fuzzer: remove unused fuzz_tag
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • tools/target_dem_fuzzer.c
  5. Change #231596

    Category ffmpeg
    Changed by Jack Lau <jacklau1222ohnoyoudont@qq.com>
    Changed at Sat 07 Jun 2025 14:36:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4611ed5cc38d0367186f936dc015a9b3946c3edf

    Comments

    avformat/tls_openssl: fix build error when openssl version < 3
    add the missing data structure pkey in the tls_context
    properly set this pkey and free it
    
    Signed-off-by: Jack Lau <jacklau1222@qq.com>
    Reviewed-by: Martin Storsjö <martin@martin.st>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/tls_openssl.c