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

Builder curl-pr-unthreaded-solaris10-i386 Build #1854

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 34 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch bagder/hash-size_t-slots Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 1854 Build
codebase Build
got_revision bb851d3c41b1e24399884d71d8fb5c129d32f8e9 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision bb851d3c41b1e24399884d71d8fb5c129d32f8e9 Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Apr 30 08:49:50 2024
EndTue Apr 30 09:13:29 2024
Elapsed23 mins, 38 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