-
-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Homebrew/homebrew-core
#197487Labels
Description
👋 trying to build the latest release, but run into some regression test failure. The error log is as below:
error build log
/opt/homebrew/Library/Homebrew/test.rb (Formulary::FromPathLoader): loading /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/d/doltgres.rb
WARN[0000] unix socket set up failed: file already in use: /tmp/.s.PGSQL.5432
INFO[0000] Server ready. Accepting connections.
WARN[0000] secure_file_priv is set to "", which is insecure.
WARN[0000] Any user with GRANT FILE privileges will be able to read any file which the sql-server process can read.
WARN[0000] Please consider restarting the server with secure_file_priv set to a safe (or non-existent) directory.
INFO[0000] NewConnection DisableClientMultiStatements=true connectionID=1
INFO[0000] ConnectionClosed connectionID=1
INFO[0000] NewConnection DisableClientMultiStatements=true connectionID=2
failed to connect to `user=doltgres database=`:
[::1]:55661 (localhost): dial error: dial tcp [::1]:55661: connect: connection refused
127.0.0.1:55661 (localhost): tls error: server refused TLS connection
[::1]:55661 (localhost): dial error: dial tcp [::1]:55661: connect: connection refused
127.0.0.1:55661 (localhost): failed SASL auth: FATAL: password authentication failed for user "doltgres" (SQLSTATE 28P01)
/opt/homebrew/Library/Homebrew/test.rb (Formulary::FromNameLoader): loading libpq
==> /opt/homebrew/opt/libpq/bin/psql -h 127.0.0.1 -p 55661 -U doltgres -c 'SELECT DATABASE()' 2>&1
psql: error: connection to server at "127.0.0.1", port 55661 failed: Connection refused
Is the server running on that host and accepting TCP/IP connections?
/opt/homebrew/Library/Homebrew/ignorable.rb:27:in `block in raise'
Minitest::Assertion: Expected: 0
Actual: 2
full build log, https://github.com/Homebrew/homebrew-core/actions/runs/11752968749/job/32753801637
relates to Homebrew/homebrew-core#197144