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

Builder ffmpeg-solaris10-sparc Build #12141

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision688f3944cedf36963cf81fbd56e8022e89d038c3
Got Revision688f3944cedf36963cf81fbd56e8022e89d038c3
Changes9 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 27 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 ( 16 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 ( 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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12141 Build
codebase Build
got_revision 688f3944cedf36963cf81fbd56e8022e89d038c3 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 688f3944cedf36963cf81fbd56e8022e89d038c3 Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartMon Jun 2 01:08:53 2025
EndMon Jun 2 01:09:41 2025
Elapsed47 secs

All Changes:

:

  1. Change #231186

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Jun 2025 00:44:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0742239289b0d29d219cdb1f80ff1e0a345052d4

    Comments

    fftools/graph/graphprint: Fix races when initializing graphprint
    Setting print_graphs_format (in case no -print_graphs_format
    option was specified) is racy, as is using av_strtok()
    to split it. Both have been removed.
    
    Notice that using av_strtok() was destructive: In the absence
    of races the options would only have been applied for the
    first initialization.
    
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/graph/graphprint.c
    • fftools/textformat/avtextformat.c
  2. Change #231187

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Jun 2025 00:45:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b4c5397642416889872f4f2238941874f33ee0db

    Comments

    fftools/textformat/avtextformat: Avoid relocations
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/textformat/avtextformat.c
  3. Change #231188

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Jun 2025 00:45:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 06cd9086c32bf6654f609604ac6131bbd4487803

    Comments

    fftools/resources/resman: Don't alloc ResourceManager, fix race
    The resman_ctx pointer was accessed outside of its guarding
    mutex.
    
    Also make the ResourceManager static.
    
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/resources/resman.c
  4. Change #231189

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Jun 2025 00:46:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6d5e18b2f35219dce2d54726a59c47e1c4363a25

    Comments

    fftools/resources/resman: Use assert for always-false condition
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/resources/resman.c
  5. Change #231190

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Jun 2025 00:47:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4947e569748b3093b4dee3ede3e9525a179a49e7

    Comments

    fftools/resources/resman: Use proper logcontext
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/resources/resman.c
  6. Change #231191

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Jun 2025 00:47:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6f452ad1acadc50abc7d9b1b9d264e940a451ee7

    Comments

    fftools/textformat/avtextformat: Fix races when initializing formatters
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/textformat/avtextformat.c
  7. Change #231192

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Jun 2025 00:48:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5c5c7dff2b3457bc5253c599e30370c38d1eeaf7

    Comments

    fftools/ffprobe: Factor writing common side data types out
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/ffprobe.c
  8. Change #231193

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Jun 2025 00:48:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e3b03207451b375092fdd23ee5c4b5c7923e67f3

    Comments

    fftools/ffprobe: Fix indentation
    Forgotten after d76b0c4a3530005ce59ec1dcaefcb8dd03c4e0ce.
    
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/ffprobe.c
  9. Change #231194

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Jun 2025 00:49:02
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 688f3944cedf36963cf81fbd56e8022e89d038c3

    Comments

    fftools/graph/graphprint: Remove redundant avio_flush()
    The AVIOContext will be automatically flushed upon closure.
    
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/graph/graphprint.c