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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchmaster
Revisionc38f9089f3ee4caa2b11f00b07b66b179140769f
Got Revisionc38f9089f3ee4caa2b11f00b07b66b179140769f
Changes5 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 13 mins, 5 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 3581 Build
codebase Build
got_revision c38f9089f3ee4caa2b11f00b07b66b179140769f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision c38f9089f3ee4caa2b11f00b07b66b179140769f 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:

StartThu Mar 6 08:03:22 2025
EndThu Mar 6 09:16:35 2025
Elapsed1 hrs, 13 mins, 13 secs

All Changes:

:

  1. Change #223969

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 05 Mar 2025 20:28:15
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 2485d3edaae4c2cc825270aa3c31d8ced90dcc83

    Comments

    runtests: check and report if `diff` tool is missing
    
    To make it apparent which CI jobs are missing this tool, so we can
    install it to improve the runtests log.
    
    Correction to the followed-up commit: `diff` is not installed via the
    `gcc` package but via `automake`. Meaning it needs be installed manually
    for MSYS cmake jobs.
    
    Follow-up to e6c78e18dac1da2027eac6dd3829a0fdbfa55501 #16571
    Closes #16578

    Changed files

    • tests/runtests.pl
  2. Change #223985

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 05 Mar 2025 22:57:49
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 05c0a6e27033dc3d2a7c1d0eba94a09711f9229a

    Comments

    GHA/macos: restore nghttp2 package for runtests HTTP/2 tests
    
    Regression from e7751571ebca9f18588a1905d7741a99be5ae96b #16517

    Changed files

    • .github/workflows/macos.yml
  3. Change #223992

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 05 Mar 2025 23:41:57
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision f9ec5d89cb83c9caa078c77158ca2459614ed1eb

    Comments

    tests/certs: drop the empty .dhp files
    
    They are not used for anything.
    
    Closes #16576

    Changed files

    • tests/certs/Makefile.inc
    • tests/certs/Server-localhost-firstSAN-sv.dhp
    • tests/certs/Server-localhost-lastSAN-sv.dhp
    • tests/certs/Server-localhost-sv.dhp
    • tests/certs/Server-localhost.nn-sv.dhp
    • tests/certs/Server-localhost0h-sv.dhp
    • tests/certs/stunnel-sv.dhp
  4. Change #223998

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 06 Mar 2025 01:01:24
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision fd54bed51a8083cd83fa55fd4d09b0e59f695006

    Comments

    curl.h: switch `CURL_HTTP_VERSION*` enums to long constants
    
    It fixes tests 1539, and 2402, 2404 (for non-Secure Transport), on macOS
    with the gcc compiler.
    
    Also unignore these tests in GHA/macos for non-secure transport.
    
    Ref: c349bd668c91f2484ae21c0f361ddf497143093c #14097 (issue 15.)
    Ref: 7b0240c07799c28dc84272f9e38e1092ce4cc498 #16539
    Ref: 2ec00372a1fc7f27cd3a6c43e29007400acfe2b6 #16482
    
    Closes #16580

    Changed files

    • .github/workflows/macos.yml
    • include/curl/curl.h
    • tests/libtest/lib1901.c
  5. Change #224001

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 06 Mar 2025 01:35:30
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision c38f9089f3ee4caa2b11f00b07b66b179140769f

    Comments

    lib1156: pass longs to `curl_easy_setopt()`
    
    To fix this test on macOS with the gcc compiler.
    
    Also unignore test 1156 in GHA/macos.
    
    Ref: c349bd668c91f2484ae21c0f361ddf497143093c #14097 (issue 15.)
    Ref: 7b0240c07799c28dc84272f9e38e1092ce4cc498 #16539
    Ref: 2ec00372a1fc7f27cd3a6c43e29007400acfe2b6 #16482
    
    Closes #16579

    Changed files

    • .github/workflows/macos.yml
    • tests/libtest/lib1156.c