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

Builder curl-ares-solaris11-i386 Build #2393

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioncc907e80a2498c0599253271a6f657f614b52a4e
Got Revisioncc907e80a2498c0599253271a6f657f614b52a4e
Changes1 change

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 20 mins, 37 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 2393 Build
codebase Build
got_revision cc907e80a2498c0599253271a6f657f614b52a4e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cc907e80a2498c0599253271a6f657f614b52a4e Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Apr 30 11:23:21 2024
EndTue Apr 30 12:24:46 2024
Elapsed1 hrs, 1 mins, 25 secs

All Changes:

:

  1. Change #196268

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 30 Apr 2024 10:23:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cc907e80a2498c0599253271a6f657f614b52a4e

    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
    
    Closes #13502

    Changed files

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