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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchmaster
Revisiondac78ae638048a212f446f28f1f5731e594dce94
Got Revisiondac78ae638048a212f446f28f1f5731e594dce94
Changes7 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 8 mins, 43 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 3745 Build
codebase Build
got_revision dac78ae638048a212f446f28f1f5731e594dce94 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision dac78ae638048a212f446f28f1f5731e594dce94 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. Dan Fandrich
  2. Daniel Stenberg
  3. Stefan Eissing
  4. Yedaya Katsman

Timing:

StartSat Apr 5 09:04:11 2025
EndSat Apr 5 10:13:03 2025
Elapsed1 hrs, 8 mins, 51 secs

All Changes:

:

  1. Change #226608

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 04 Apr 2025 14:23:01
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision db3e7a24b5339860fb91cf0d932e8ae13a01e472

    Comments

    hostip: show the correct name on proxy resolve error
    
    Regression, probably from 8ded8e5f3f4b6586399 (#16451)
    
    Fixes #16958
    Reported-by: Jean-Christophe Amiel
    Closes #16961

    Changed files

    • lib/hostip.c
  2. Change #226627

    Category None
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Fri 04 Apr 2025 17:42:43
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision b117d2cacfa604f591560f4504cc15c60dfa3780

    Comments

    tests: move a boolean variable out of the path section

    Changed files

    • tests/globalconfig.pm
  3. Change #226628

    Category None
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Fri 04 Apr 2025 18:17:08
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 0e9f2c41b6d3c45d79aebf43cee91b046bcb4aee

    Comments

    tests: fix some test tag mismatches

    Changed files

    • tests/data/test1571
    • tests/data/test1572
    • tests/data/test1573
    • tests/data/test1574
    • tests/data/test1575
    • tests/data/test1576
    • tests/data/test1577
    • tests/data/test1578
    • tests/data/test1579
    • tests/data/test1580
    • tests/data/test1581
  4. Change #226640

    Category None
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 04 Apr 2025 21:31:02
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 4f3c22d77d752fea6ff9ab2706f70d58882ea466

    Comments

    https-connect, fix httpsrr target check
    
    The HTTPSRR check on the record's target was not working as it used the
    wrong index on the NUL byte if the target was not NULL.
    
    Fixes #16966
    Reported-by: Pavel Kropachev
    Closes #16968

    Changed files

    • lib/cf-https-connect.c
  5. Change #226644

    Category None
    Changed by Yedaya Katsman <yedaya.kaohnoyoudont@gmail.com>
    Changed at Fri 04 Apr 2025 21:32:07
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 80f9f6e59b1d642922d4f9de57b36a741bf60cd7

    Comments

    rand: update comment on Curl_rand_bytes weak random
    
    From what I understand both rustls and mbedTLS expose a strong random
    function, so as long as you have a TLS library random will be strong.
    
    Followup 89728451234a "vtls/rustls: support strong CSRNG data"
    Followup a90a5bccd47b "mbedtls: implement CTR-DRBG and HAVEGE random generators"
    
    Closes #16965

    Changed files

    • lib/rand.c
  6. Change #226648

    Category None
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Fri 04 Apr 2025 22:23:15
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision cbb80f215e6117319958310143b73d991e15f435

    Comments

    tests: unify test case keywords
    
    Unify the case, punctuation and name of test case keywords so they can
    be more easily selected or skipped when desired. Add a few keywords that
    were missing. Fix a couple of typos in test names.

    Changed files

    • tests/data/test1101
    • tests/data/test1194
    • tests/data/test1252
    • tests/data/test1253
    • tests/data/test1255
    • tests/data/test1256
    • tests/data/test1257
    • tests/data/test1265
    • tests/data/test1289
    • tests/data/test1322
    • tests/data/test1550
    • tests/data/test1560
    • tests/data/test1630
    • tests/data/test1631
    • tests/data/test1632
    • tests/data/test1650
    • tests/data/test1654
    • tests/data/test1655
    • tests/data/test1709
    • tests/data/test1919
    • tests/data/test219
    • tests/data/test23
    • tests/data/test235
    • tests/data/test247
    • tests/data/test248
    • tests/data/test260
    • tests/data/test3021
    • tests/data/test3022
    • tests/data/test3104
    • tests/data/test333
    • tests/data/test357
    • tests/data/test365
    • tests/data/test367
    • tests/data/test373
    • tests/data/test417
    • tests/data/test419
    • tests/data/test426
    • tests/data/test469
    • tests/data/test470
    • tests/data/test480
    • tests/data/test484
    • tests/data/test485
    • tests/data/test505
    • tests/data/test541
    • tests/data/test63
    • tests/data/test647
    • tests/data/test693
    • tests/data/test709
    • tests/data/test783
    • tests/data/test898
    • tests/data/test899
    • tests/data/test954
    • tests/data/test979
    • tests/data/test987
    • tests/data/test992
  7. Change #226649

    Category None
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Fri 04 Apr 2025 22:23:31
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision dac78ae638048a212f446f28f1f5731e594dce94

    Comments

    tests: remove some unused test case sections

    Changed files

    • tests/data/test1016
    • tests/data/test1017
    • tests/data/test1018
    • tests/data/test1019
    • tests/data/test1020
    • tests/data/test1063
    • tests/data/test1281
    • tests/data/test1291
    • tests/data/test1474
    • tests/data/test19
    • tests/data/test20
    • tests/data/test2205
    • tests/data/test247