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

Builder ffmpeg64-solaris10-i386 Build #12253

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision3be9b3f156c76ff3d6f0bad34af52965f1951b58
Got Revision3be9b3f156c76ff3d6f0bad34af52965f1951b58
Changes9 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 ( 7 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_64.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/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 12253 Build
codebase Build
got_revision 3be9b3f156c76ff3d6f0bad34af52965f1951b58 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 3be9b3f156c76ff3d6f0bad34af52965f1951b58 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:

StartWed Jun 4 15:55:56 2025
EndWed Jun 4 15:56:10 2025
Elapsed14 secs

All Changes:

:

  1. Change #231359

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 04 Jun 2025 14:56:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7927ac63ef0f6e4af59854b11d46d595339ead8d

    Comments

    avcodec/Makefile: Only compile hashtable.o when needed
    Reviewed-by: Emma Worley <emma@emma.gg>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/Makefile
  2. Change #231360

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 04 Jun 2025 15:11:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2fc310b2f25f9a803c9d5603e2efda384b3f1add

    Comments

    avcodec/hashtable: Zero-initialize hashtable
    Otherwise ff_hashtable_freep() would try to free uninitialized
    pointers upon allocation error (which happens in the corresponding
    test tool).
    
    Reviewed-by: Emma Worley <emma@emma.gg>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/hashtable.c
  3. Change #231361

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 04 Jun 2025 15:12:19
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 140fc655f7eaf1e7831a03eefd16b15d58bac34a

    Comments

    tests/fate/libavcodec: Run hashtable test
    Reviewed-by: Emma Worley <emma@emma.gg>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • tests/fate/libavcodec.mak
  4. Change #231362

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 04 Jun 2025 15:12:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1e6fdafce07a85f123e4b7afe31d38d937a253b7

    Comments

    avcodec/hashtable: Only align complete entries
    It is unnecessary to align both key and val, as they are only accessed
    via memcpy()/memcmp(), which has no alignment requirements.
    We only need to ensure that that the entries as a whole
    are suitable aligned for the probe sequence length.
    
    Reviewed-by: Emma Worley <emma@emma.gg>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/hashtable.c
  5. Change #231363

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 04 Jun 2025 15:13:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2e45d2f7d38acb1c37042d994f15e4c66da601fe

    Comments

    avcodec/hashtable: Check for overflow
    Reviewed-by: Emma Worley <emma@emma.gg>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/hashtable.c
  6. Change #231364

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 04 Jun 2025 15:17:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 12a43975d1f4cb7e50286ccb665436f947832ca3

    Comments

    avcodec/hashtable: Combine allocations
    Reviewed-by: Emma Worley <emma@emma.gg>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/hashtable.c
  7. Change #231365

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 04 Jun 2025 15:31:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 06958c731e8662ca0cfb50e49131fd2a6bfa185a

    Comments

    avcodec/hashtable: Mark alloc,free functions as av_cold
    Reviewed-by: Emma Worley <emma@emma.gg>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/hashtable.c
  8. Change #231366

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 04 Jun 2025 15:32:11
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a2c3d99478584808f6a09ecd90b9b63b72689443

    Comments

    avcodec/hashtable: Only free buffer if there is buffer to free
    Reviewed-by: Emma Worley <emma@emma.gg>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/hashtable.c
  9. Change #231367

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 04 Jun 2025 15:32:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3be9b3f156c76ff3d6f0bad34af52965f1951b58

    Comments

    avcodec/hashtable: Remove null statement
    Reviewed-by: Emma Worley <emma@emma.gg>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/hashtable.c