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

Builder curl-threaded-solaris11-i386 Build #3443

Results:

Retry exception slave lost

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision5acba8bc367c0248e3cacb05e60aba209c0821c9
Got Revision5acba8bc367c0248e3cacb05e60aba209c0821c9
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' exception slave lost ( 8 mins, 49 secs )
    1. stdio
    2. resultlog
    3. interrupt
    1. - no logs -

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartFri Apr 25 10:35:49 2025
EndFri Apr 25 12:08:49 2025
Elapsed1 hrs, 33 mins, 0 secs

All Changes:

:

  1. Change #228239

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 25 Apr 2025 09:32:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2ab6b9d40526cbe8f7e0dc0e26acb42e6dd95e24

    Comments

    aws-sigv4: allow a blank string
    make sure a zero length sigv4 gets the default value
    
    Reported-by: Arian van Putten
    Fixes #17176
    Closes #17178

    Changed files

    • lib/http_aws_sigv4.c
    • src/tool_getparam.c
  2. Change #228243

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 25 Apr 2025 09:43:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1968b32afd8e41fbb87f8911d15c552c6b705385

    Comments

    tests/buildinfo: former "disabled" now provides more info
    This tool now contains ON/OFF information about features in the build.
    This way, runtests gets both positive and negative feature presence with
    this. Allows for more flexibility and avoids having to duplicate the
    names.
    
    Closes #17180

    Changed files

    • tests/runtests.pl
    • tests/server/.gitignore
    • tests/server/Makefile.inc
    • tests/server/buildinfo.c
    • tests/server/disabled.c
  3. Change #228244

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 25 Apr 2025 09:49:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f034716ded0971e0bbc8027a81c0aecbf65755a4

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  4. Change #228247

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 25 Apr 2025 10:17:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5acba8bc367c0248e3cacb05e60aba209c0821c9

    Comments

    GHA: skip updating man-db for faster installs (Ubuntu)
    This step could take from 5 seconds to 5 minutes, sometimes making it
    run out of its time slot. It affected 60 CI jobs.
    
    Saving an estimated minimum of 5 minutes per CI run.
    
    Also fixing:
    ```
    Fri, 25 Apr 2025 06:19:14 GMT
    Processing triggers for man-db (2.12.0-4build2) ...
    Fri, 25 Apr 2025 06:23:40 GMT
    Running kernel seems to be up-to-date.
    [...]
    Error: The action 'install packages' has timed out after 5 minutes.
    ```
    Ref: https://github.com/curl/curl/actions/runs/14658212268/job/41136971525?pr=17180#step:2:169
    
    Closes #17181

    Changed files

    • .github/workflows/checkdocs.yml
    • .github/workflows/checksrc.yml
    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/distcheck.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml