Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #24339; underscores used with fields and fieldPairs #24341

Open
wants to merge 3 commits into
base: devel
Choose a base branch
from

Merge branch 'devel' into pr_ord_

c971af0
Select commit
Loading
Failed to load commit list.
Open

fixes #24339; underscores used with fields and fieldPairs #24341

Merge branch 'devel' into pr_ord_
c971af0
Select commit
Loading
Failed to load commit list.
Azure Pipelines / nim-lang.Nim failed Nov 15, 2024 in 1h 24m 40s

Build #20241115.5 had test failures

Details

Tests

  • Failed: 2 (0.01%)
  • Passed: 8,474 (48.22%)
  • Other: 9,096 (51.76%)
  • Total: 17,572

Annotations

Check failure on line 4677 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / nim-lang.Nim

Build log #L4677

Bash exited with code '1'.

Check failure on line 1 in tests/stdlib/thttpclient_ssl.nim c

See this annotation in the file changed.

@azure-pipelines azure-pipelines / nim-lang.Nim

tests/stdlib/thttpclient_ssl.nim c

Failure: reExitcodesDiffer
Expected:
exitcode: 0

Gotten:
exitcode: 1

Output:

[Suite] SSL self signed certificate check
    [1731674288.3798969] server: ready
    [1731674288.4758503] client: connect
    [1731674288.4762063] server: incoming connection
    [1731674288.476246] server: accepting connection
C0F65F01307F0000:error:0A000418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca:../ssl/record/rec_layer_s3.c:1599:SSL alert number 48
    [1731674288.488642] server: receiving a line
    [1731674288.57556] server: ready
    [1731674288.586947] client: connect
    [1731674288.5872774] server: incoming connection
    [1731674288.587319] server: accepting connection
    [1731674288.6160378] server: sending reply
    [1731674288.618499] server: receiving a line
    [1731674288.6194193] server: received 89 bytes
    [1731674288.6194303] closing
    [1731674288.6195195] server: exited
    [1731674288.8002927] server: ready
    [1731674288.8928916] client: connect
    [1731674288.8936014] server: incoming connection
    [1731674288.8936384] server: accepting connection
    [1731674288.9116073] client: exception: error:0A000086:SSL routines::certificate verify failed
C0F67F01307F0000:error:0A000418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca:../ssl/record/rec_layer_s3.c:1599:SSL alert number 48
    [1731674288.9125729] server: receiving a line
    [1731674288.912603] server: received 0 bytes
    [1731674288.9126146] closing
    [1731674288.91274] server: exited
    [1731674289.0140061] client: connect
    [1731674289.0142186] client: exception: Connection refused
    [1731674289.014233] getContent should not have raised an exception
  [FAILED] HttpClient with CVerifyPeerUseEnvVars

Check failure on line 1 in tests/stdlib/thttpclient_ssl.nim c

See this annotation in the file changed.

@azure-pipelines azure-pipelines / nim-lang.Nim

tests/stdlib/thttpclient_ssl.nim c

Failure: reExitcodesDiffer
Expected:


Gotten:
$ /home/vsts/work/1/s/bin/nim c --mm:refc -d:ssl   --nimCache:nimcache/tests/stdlib/thttpclient_ssl.nim_4a8a08f09d37b73795649038408b5f33  tests/stdlib/thttpclient_ssl.nim
Hint: used config file '/home/vsts/work/1/s/config/nim.cfg' [Conf]
Hint: used config file '/home/vsts/work/1/s/config/config.nims' [Conf]
Hint: used config file '/home/vsts/work/1/s/tests/config.nims' [Conf]
Hint: used config file '/home/vsts/work/1/s/tests/stdlib/config.nims' [Conf]
thttpclient_ssl.nim(28, 5) Warning: use the nimble packages `malebolgia`, `taskpools` or `weave` instead; threadpool is deprecated [Deprecated]
thttpclient_ssl.nim(85, 3) template/generic instantiation of `suite` from here
thttpclient_ssl.nim(87, 5) template/generic instantiation of `test` from here
thttpclient_ssl.nim(98, 7) Warning: The bare except clause is deprecated; use `except CatchableError:` instead [BareExcept]
thttpclient_ssl.nim(89, 11) Hint: 't' is declared but not used [XDeclaredButNotUsed]
thttpclient_ssl.nim(85, 3) template/generic instantiation of `suite` from here
thttpclient_ssl.nim(102, 5) template/generic instantiation of `test` from here
thttpclient_ssl.nim(111, 7) Warning: The bare except clause is deprecated; use `except CatchableError:` instead [BareExcept]
thttpclient_ssl.nim(104, 11) Hint: 't' is declared but not used [XDeclaredButNotUsed]
thttpclient_ssl.nim(85, 3) template/generic instantiation of `suite` from here
thttpclient_ssl.nim(116, 5) template/generic instantiation of `test` from here
thttpclient_ssl.nim(127, 7) Warning: The bare except clause is deprecated; use `except CatchableError:` instead [BareExcept]
thttpclient_ssl.nim(118, 11) Hint: 't' is declared but not used [XDeclaredButNotUsed]
thttpclient_ssl.nim(85, 3) template/generic instantiation of `suite` from here
thttpclient_ssl.nim(136, 5) template/generic instantiation of `test` from here
thttpclient_ssl.nim(146, 7) Warning: The bare except clause is deprecated; use `except CatchableError:` instead [BareExcept]
thttpclient_ssl.nim(138, 11) Hint: 't' is declared but not used [XDeclaredButNotUsed]
CC: ../../lib/system/exceptions.nim
CC: ../../lib/system/ctypes.nim
CC: ../../lib/std/sysatomics.nim
CC: ../../lib/std/private/syslocks.nim
CC: ../../lib/std/private/digitsutils.nim
CC: ../../lib/std/assertions.nim
CC: ../../lib/system/dollars.nim
CC: ../../lib/std/private/dragonbox.nim
CC: ../../lib/std/formatfloat.nim
CC: ../../lib/pure/collections/sharedlist.nim
CC: ../../lib/system.nim
CC: ../../lib/pure/parseutils.nim
CC: ../../lib/pure/math.nim
CC: ../../lib/pure/algorithm.nim
CC: ../../lib/pure/unicode.nim
CC: ../../lib/pure/strutils.nim
CC: ../../lib/pure/pathnorm.nim
CC: ../../lib/std/oserrors.nim
CC: ../../lib/std/syncio.nim
CC: ../../lib/std/private/oscommon.nim
CC: ../../lib/std/private/ospaths2.nim
CC: ../../lib/pure/options.nim
CC: ../../lib/pure/times.nim
CC: ../../lib/std/envvars.nim
CC: ../../lib/std/cmdline.nim
CC: ../../lib/pure/os.nim
CC: ../../lib/pure/nativesockets.nim
CC: ../../lib/pure/hashes.nim
CC: ../../lib/pure/collections/sets.nim
CC: ../../lib/std/monotimes.nim
CC: ../../lib/pure/dynlib.nim
CC: ../../lib/wrappers/openssl.nim
CC: ../../lib/pure/ssl_certs.nim
CC: ../../lib/pure/net.nim
CC: ../../lib/pure/base64.nim
CC: ../../lib/pure/uri.nim
CC: ../../lib/pure/collections/tables.nim
CC: ../../lib/pure/random.nim
CC: ../../lib/pure/httpcore.nim
CC: ../../lib/pure/streams.nim
CC: ../../lib/pure/asyncfutures.nim
CC: ../../lib/pure/selectors.nim
CC: ../../lib/pure/asyncdispatch.nim
CC: ../../lib/pure/httpclient.nim
CC: ../../lib/pure/concurrency/cpuinfo.nim
CC: ../../lib/pure/concurrency/cpuload.nim
CC: ../../lib/std/typedthreads.nim
CC: ../../lib/pure/concurrency/threadpool.nim
CC: ../../lib/std/exitprocs.nim
CC: ../../lib/pure/strformat.nim
CC: ../../lib/pure/terminal.nim
CC: ../../lib/pure/unittest.nim
CC: thttpclient_ssl.nim
Hint:  [Link]
Hint: mm: refc; threads: on; opt: none (DEBUG BUILD, `-d:release` generates faster