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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchmaster
Revision0199104e944c1625056b4cf78b6cdb14a7b82e3e
Got Revision0199104e944c1625056b4cf78b6cdb14a7b82e3e
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 38 mins, 52 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 1064 Build
codebase Build
got_revision 0199104e944c1625056b4cf78b6cdb14a7b82e3e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 0199104e944c1625056b4cf78b6cdb14a7b82e3e 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
  2. Viktor Szakats

Timing:

StartWed May 1 03:36:33 2024
EndWed May 1 06:15:40 2024
Elapsed2 hrs, 39 mins, 6 secs

All Changes:

:

  1. Change #196259

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 30 Apr 2024 09:08:57
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 97cc653b95ccb8464e913b04f494c78d0ba0ff2f

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  2. Change #196263

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 30 Apr 2024 09:24:07
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 7f7ad97bf1288f9fa3edcf3c19a0adfe584c0ba6

    Comments

    multi: remove useless assignment
    
    Spotted by CodeSonar
    
    Closes #13500

    Changed files

    • lib/multi.c
  3. Change #196265

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 30 Apr 2024 10:03:16
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 602fc213aeda9e9bb2879143942d850e000b2ea6

    Comments

    libssh2: replace `access()` with `stat()`
    
    Prefer `stat()` to verify the presence of key files.
    
    This drops the last uses of `access()` in the codebase, which was
    reported to cause issues in some cases.
    
    Also add `access()` to the list of banned functions in checksrc.
    
    Ref: https://github.com/curl/curl/pull/13412#issuecomment-2065505415
    Ref: https://github.com/curl/curl/pull/13482#issuecomment-2078980522
    Ref: #13497
    Co-authored-by: Jay Satiro
    Closes #13498

    Changed files

    • lib/vssh/libssh2.c
    • scripts/checksrc.pl
  4. Change #196267

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 30 Apr 2024 10:23:32
    Repository https://github.com/curl/curl
    Project curl/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
  5. Change #196271

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 30 Apr 2024 11:23:20
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 3583ed8b77cbcd1c438cde84e55db483d4920b1c

    Comments

    cf-https-connect: use timeouts as unsigned ints
    
    To match the type used in 'set.happy_eyeballs_timeout'.
    
    Ref: #13489
    Closes #13503

    Changed files

    • lib/cf-https-connect.c
  6. Change #196277

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 30 Apr 2024 14:22:11
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 0199104e944c1625056b4cf78b6cdb14a7b82e3e

    Comments

    if2ip: make the buf_size arg a size_t
    
    sizes should be size_t
    
    Ref: #13489
    Closes #13505

    Changed files

    • lib/if2ip.c
    • lib/if2ip.h