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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchmaster
Revision23150149f682723a9e9719435c69cdc901dd3d8a
Got Revision23150149f682723a9e9719435c69cdc901dd3d8a
Changes2 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, 14 mins, 48 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 3772 Build
codebase Build
got_revision 23150149f682723a9e9719435c69cdc901dd3d8a Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 23150149f682723a9e9719435c69cdc901dd3d8a 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. Johan Eliasson

Timing:

StartTue Apr 8 16:22:46 2025
EndTue Apr 8 21:12:25 2025
Elapsed4 hrs, 49 mins, 38 secs

All Changes:

:

  1. Change #226934

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 08 Apr 2025 11:47:05
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision eeed87f0563d3ca73ff53813418d1f9f03c81fe5

    Comments

    mk-ca-bundle.pl: follow redirects
    
    The Mozilla hosted files have started to redirect. Follow them to restore
    script functionality.
    
    Reported-by: Harry Sintonen
    Closes #16995

    Changed files

    • scripts/mk-ca-bundle.pl
  2. Change #226949

    Category None
    Changed by Johan Eliasson <jeliassonohnoyoudont@users.noreply.github.com>
    Changed at Tue 08 Apr 2025 16:13:30
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 23150149f682723a9e9719435c69cdc901dd3d8a

    Comments

    docs: fix incorrect shell substitution in docker run example command
    
    Corrected the volume mount path in the Docker run example by replacing
    `(pwd)` with the shell substitution syntax `$(pwd)`. This ensures the
    current working directory is properly mounted into the container.
    
    Closes #16990

    Changed files

    • Dockerfile