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

Builder ffmpeg-solaris10-i386 Build #12434

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiond12863a6939edda4045aa8f7c6d97866c0b108c9
Got Revisiond12863a6939edda4045aa8f7c6d97866c0b108c9
Changes11 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-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 ( 7 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.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/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 12434 Build
codebase Build
got_revision d12863a6939edda4045aa8f7c6d97866c0b108c9 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d12863a6939edda4045aa8f7c6d97866c0b108c9 Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Kacper Michajłow

Timing:

StartFri Jul 25 22:02:25 2025
EndFri Jul 25 22:02:40 2025
Elapsed14 secs

All Changes:

:

  1. Change #240669

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Fri 25 Jul 2025 21:10:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d6b72d1d26e4a155d837bd37b7bc6b4cf264c864

    Comments

    avformat/options_table: supress implicit conversion warnings
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/options_table.h
    • libavformat/options_table.h
  2. Change #240670

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Fri 25 Jul 2025 21:10:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c6ea6ac39bd1a1610971daca542d82b4ff0aa4c1

    Comments

    avformat/os_support: check invalid socket value correctly on Windows
    SOCKET defined in winsock2.h is unsigned and invalid value is defined as
    INVALID_SOCKET. Check this explicity to avoid compiler warnings.
    
    See: https://learn.microsoft.com/en-us/windows/win32/winsock/socket-data-type-2
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavformat/os_support.c
  3. Change #240671

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Fri 25 Jul 2025 21:10:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a9b9636046072035ea377196f891d35cd218fe48

    Comments

    avformat/vivo: fix sscanf specifer for double
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavformat/vivo.c
  4. Change #240672

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Fri 25 Jul 2025 21:10:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c1ccd4bb2234085c12861142789f74c11b35e363

    Comments

    avcodec/d3d12va_decode: remove unused variable
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/d3d12va_decode.c
  5. Change #240673

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Fri 25 Jul 2025 21:10:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a1588c875a511d4a05c9faa1c902736016c1d29b

    Comments

    avcodec/d3d12va_encode: use correct none flag
    NFC, it's still 0, but correct enum type so compilers won't complain.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/d3d12va_encode.c
  6. Change #240674

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Fri 25 Jul 2025 21:10:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7d9b21601ca3080cf63c55c435311de5f93f573f

    Comments

    avcodec/d3d12va_encode: don't write garbage when there is no header
    When codec->write_sequence_header is not defined, bit_len was undefined,
    and while data bufer was zeroed we could just overread it. Do nothing
    when we don't have anything to write.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/d3d12va_encode.c
  7. Change #240675

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Fri 25 Jul 2025 21:10:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 62e2af358d71f64f010eab25bc71112b7ffa1c25

    Comments

    avcodec/d3d12va_encode: don't return uninitialized value on error
    When CreateEvent fails, err was not initialized.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/d3d12va_encode.c
  8. Change #240676

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Fri 25 Jul 2025 21:10:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6bc23ab352113bb0790372b3831891142bd80a61

    Comments

    avcodec/d3d12va_encode_hevc: remove unused variable
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/d3d12va_encode_hevc.c
  9. Change #240677

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Fri 25 Jul 2025 21:10:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9658d4425e803950e98b72c8906c143f219051ec

    Comments

    avcodec/x86/fdct: guard usage of undefined functions with preprocessor
    The asumption is that DCE will remove references to those functions.
    However some compilers with certain instrumentation enabled doesn't DCE
    those at all, resulting in linking failure. Tested with cl.exe -RTCu -RTCs.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/x86/fdctdsp_init.c
  10. Change #240678

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Fri 25 Jul 2025 21:10:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 40b56c6536dc6e181da4025b99a1d6d3c047da3c

    Comments

    avcodec/x86/vc1: guard usage of undefined functions with preprocessor
    The asumption is that DCE will remove references to those functions.
    However some compilers with certain instrumentation enabled doesn't DCE
    those at all, resulting in linking failure. Tested with cl.exe -RTCu -RTCs.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/x86/vc1dsp.h
    • libavcodec/x86/vc1dsp_init.c
  11. Change #240679

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Fri 25 Jul 2025 21:18:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d12863a6939edda4045aa8f7c6d97866c0b108c9

    Comments

    avformat/rtmpproto: guard usage of undefined functions with preprocessor
    The asumption is that DCE will remove references to those functions.
    However some compilers with certain instrumentation enabled doesn't DCE
    those at all, resulting in linking failure. Tested with cl.exe -RTCu -RTCs.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavformat/rtmpproto.c