Error in testset sockets

Installed 1.8.5 from source on Fedora 37. Make testall shows an error observing that DNS setup seem to be working and suggests installation of libnss-resolve. Libnss-resolve unavailable via dnf search.

Details:
From worker 11: ┌ Error: getnameinfo failed on an unroutable IP address. If your DNS setup seems to be working, try installing libnss-resolve
From worker 11: └ @ Main.Test78Main_Sockets ~/julia-1.8.5/usr/share/julia/stdlib/v1.8/Sockets/test/runtests.jl:221
Sockets (11) | failed at 2023-04-13T09:15:36.372
Error During Test at /home/bob/julia-1.8.5/usr/share/julia/stdlib/v1.8/Sockets/test/runtests.jl:228
Test threw exception
Expression: getnameinfo(ip"::ffff:0.1.1.1") == “::ffff:0.1.1.1”
DNSError: ip"::ffff:1:101", temporary failure (EAI_AGAIN)
Stacktrace:
[1] getnameinfo(address::Sockets.IPv6)
@ Sockets ~/julia-1.8.5/usr/share/julia/stdlib/v1.8/Sockets/src/addrinfo.jl:228
[2] macro expansion
@ ~/julia-1.8.5/usr/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
[3] macro expansion
@ ~/julia-1.8.5/usr/share/julia/stdlib/v1.8/Sockets/test/runtests.jl:228 [inlined]
[4] macro expansion
@ ~/julia-1.8.5/usr/share/julia/stdlib/v1.8/Test/src/Test.jl:1363 [inlined]
[5] top-level scope
@ ~/julia-1.8.5/usr/share/julia/stdlib/v1.8/Sockets/test/runtests.jl:199
Error During Test at /home/bob/julia-1.8.5/usr/share/julia/stdlib/v1.8/Sockets/test/runtests.jl:229
Test threw exception
Expression: getnameinfo(ip"::ffff:192.0.2.1") == “::ffff:192.0.2.1”
DNSError: ip"::ffff:c000:201", temporary failure (EAI_AGAIN)
Stacktrace:
[1] getnameinfo(address::Sockets.IPv6)
@ Sockets ~/julia-1.8.5/usr/share/julia/stdlib/v1.8/Sockets/src/addrinfo.jl:228
[2] macro expansion
@ ~/julia-1.8.5/usr/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
[3] macro expansion
@ ~/julia-1.8.5/usr/share/julia/stdlib/v1.8/Sockets/test/runtests.jl:229 [inlined]
[4] macro expansion
@ ~/julia-1.8.5/usr/share/julia/stdlib/v1.8/Test/src/Test.jl:1363 [inlined]
[5] top-level scope
@ ~/julia-1.8.5/usr/share/julia/stdlib/v1.8/Sockets/test/runtests.jl:199

Any suggestions? Thanks.