Hi. I have a failed build for this package.

The log contains this:

=== RUN   TestPollingSRVRecordsSpec/Remove_all
    polling_srv_records_test.go:134:
                Error Trace:    
/<<PKGBUILDDIR>>/_build/src/go.mongodb.org/mongo-driver/x/mongo/driver/topology/polling_srv_records_test.go:134
                Error:          Received unexpected error:
                                error parsing uri: lookup 
_mongodb._tcp.test1.test.build.10gen.cc on 192.168.122.1:53: server misbehaving
                Test:           TestPollingSRVRecordsSpec/Remove_all
                Messages:       Problem parsing the uri: error parsing uri: 
lookup _mongodb._tcp.test1.test.build.10gen.cc on 192.168.122.1:53: server 
misbehaving
--- FAIL: TestPollingSRVRecordsSpec (1.97s)
    --- PASS: TestPollingSRVRecordsSpec/Add_new_record (0.07s)
    --- PASS: TestPollingSRVRecordsSpec/Remove_existing_record (0.52s)
    --- PASS: TestPollingSRVRecordsSpec/Replace_existing_record (0.83s)
    --- FAIL: TestPollingSRVRecordsSpec/Replace_both_with_one_new (0.54s)
    --- FAIL: TestPollingSRVRecordsSpec/Replace_both_with_two_new (0.00s)
    --- FAIL: TestPollingSRVRecordsSpec/DNS_lookup_timeout (0.00s)
    --- FAIL: TestPollingSRVRecordsSpec/DNS_lookup_failure (0.00s)
    --- FAIL: TestPollingSRVRecordsSpec/Remove_all (0.00s)


This is a self-hosted KVM virtual machine, and 192.168.122.1:53 is the DNS 
server, which
is really the host machine. Apparently the tests are trying to do DNS queries, 
which
I believe it's not allowed by Policy.

See also:

https://tests.reproducible-builds.org/debian/rbuild/bookworm/amd64/golang-mongodb-mongo-driver_1.8.4+ds1-3.rbuild.log.gz

[ Not sure if this is the same problem reported by William or not ]

Thanks.

Reply via email to