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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchmaster
Revision3583ed8b77cbcd1c438cde84e55db483d4920b1c
Got Revision3583ed8b77cbcd1c438cde84e55db483d4920b1c
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Timing:

StartTue Apr 30 12:49:29 2024
EndTue Apr 30 14:29:34 2024
Elapsed1 hrs, 40 mins, 5 secs

All Changes:

:

  1. 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
  2. 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
  3. 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