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

Builder curl-unthreaded-solaris11-i386 Build #2822

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision69bf530dfd2a43420fb021f561c83868dadc8404
Got Revision69bf530dfd2a43420fb021f561c83868dadc8404
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 8 mins, 59 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Oct 14 03:20:17 2024
EndMon Oct 14 06:48:43 2024
Elapsed3 hrs, 28 mins, 25 secs

All Changes:

:

  1. Change #211559

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 13 Oct 2024 23:18:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9bee39bfed2c413b4cc4eb306a57ac92a1854907

    Comments

    url: use same credentials on redirect
    Previously it could lose the username and only use the password.
    
    Added test 998 and 999 to verify.
    
    Reported-by: Tobias Bora
    Fixes #15262
    Closes #15282

    Changed files

    • lib/transfer.c
    • lib/url.c
    • lib/urldata.h
    • tests/data/Makefile.am
    • tests/data/test998
    • tests/data/test999
  2. Change #211560

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 13 Oct 2024 23:19:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 69bf530dfd2a43420fb021f561c83868dadc8404

    Comments

    tool_operate: make --skip-existing work for --parallel
    Reported-by: Tobias Wendorff
    Fixes #15261
    Closes #15283

    Changed files

    • src/tool_operate.c