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

Builder ffmpegsos-solaris10-sparc Build #11210

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision38d08f5c451a312d9064b81472fa05ff53b2e780
Got Revision38d08f5c451a312d9064b81472fa05ff53b2e780
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 24 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 ( 2 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 11210 Build
codebase Build
got_revision 38d08f5c451a312d9064b81472fa05ff53b2e780 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 38d08f5c451a312d9064b81472fa05ff53b2e780 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. Martin Storsjö

Timing:

StartTue Oct 15 09:10:40 2024
EndTue Oct 15 09:11:16 2024
Elapsed36 secs

All Changes:

:

  1. Change #211733

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Tue 15 Oct 2024 08:53:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 38d08f5c451a312d9064b81472fa05ff53b2e780

    Comments

    configure: Only try to use the -no_warn_duplicate_libraries flag on Darwin
    While we only add the flag if the linker seems to support it,
    it turns out that ld.bfd had a bug where the flag is accidentally
    accepted, and the flag produces an output file named
    "_warn_duplicate_libraries".
    
    The ld.bfd bug was fixed in binutils 2.36, in
    https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=3991c7acb29aa8d7d52150695eb3efa03a08dd50.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • configure