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

Builder curl-pr-unthreaded-solaris10-sparc Build #1062

Results:

Failed

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/hash-size_t-slots
Revisionbb851d3c41b1e24399884d71d8fb5c129d32f8e9
Changes1 change

BuildSlave:

unstable10s

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git updating ( 8 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -

Build Properties:

NameValueSource
branch bagder/hash-size_t-slots Build
builddir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 1062 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision bb851d3c41b1e24399884d71d8fb5c129d32f8e9 Build
scheduler schedule-curl-pr Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Apr 30 18:22:00 2024
EndWed May 1 01:17:57 2024
Elapsed6 hrs, 55 mins, 57 secs

All Changes:

:

  1. Change #196254

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 30 Apr 2024 08:48:12
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hash-size_t-slots
    Revision bb851d3c41b1e24399884d71d8fb5c129d32f8e9

    Comments

    hash: change 'slots' to size_t from int
    
    - an unsigned type makes more sense
    - size_t seems suitable
    - on 64 bit args, the struct alignment makes the new Curl_hash remain
      the same size

    Changed files

    • lib/hash.c
    • lib/hash.h