Detailed Logs:

Before the test:
dnsmasq.log is identical
dnsmasq-vpn.log as well, except the version number

Good Case:
ubuntu@autopkgtest:~$ resolvectl query math.lab
math.lab: 10.241.3.3                           -- link: testvpnrouter
-- Information acquired via protocol DNS in 20.8ms.
-- Data is authenticated: no; Data was acquired via local or encrypted 
transport: no
-- Data from: network

Bad Case:
ubuntu@autopkgtest:~$ resolvectl query math.lab
math.lab: resolve call failed: Connection timed out

After the test:
- dnsmasq.log is still identical
- dnsmasq-vpn.log is quite different

Entries in Good case:
Jan 11 11:54:18 dnsmasq[7952]: query[A] math.lab from 10.241.3.1
Jan 11 11:54:18 dnsmasq[7952]: config math.lab is 10.241.3.3
Jan 11 11:54:18 dnsmasq[7952]: query[AAAA] math.lab from 10.241.3.1
Jan 11 11:54:18 dnsmasq[7952]: config math.lab is NODATA-IPv6

Entries in Bad case:
Jan 11 11:54:16 dnsmasq[8871]: query[A] math.lab from 10.241.3.1
Jan 11 11:54:16 dnsmasq[8871]: config math.lab is 10.241.3.3
Jan 11 11:54:16 dnsmasq[8871]: query[AAAA] math.lab from 10.241.3.1
Jan 11 11:54:16 dnsmasq[8871]: forwarded math.lab to 127.0.0.53
Jan 11 11:54:16 dnsmasq[8871]: query[AAAA] math.lab from 10.241.3.1
Jan 11 11:54:16 dnsmasq[8871]: forwarded math.lab to 127.0.0.53
... the last two lines repeat until a timeout occurs

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dnsmasq in Ubuntu.
https://bugs.launchpad.net/bugs/1957086

Title:
  Autopkgtest systemd fail against dnsmasq 2.86 (22.04)

Status in dnsmasq package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New

Bug description:
  Full log (same on all architectures):
  
https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/arm64/s/systemd/20220106_214401_24d29@/log.gz

  The test is from systemd:
  https://github.com/systemd/systemd/blob/main/test/networkd-test.py#L619

  Tail of the log:
  ```
  ERROR: test_resolved_domain_restricted_dns (__main__.DnsmasqClientTest)
  resolved: domain-restricted DNS servers
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/tmp/autopkgtest.NdIvJq/build.fBQ/src/test/networkd-test.py", line 
678, in test_resolved_domain_restricted_dns
      out = subprocess.check_output(['resolvectl', 'query', 'math.lab'])
    File "/usr/lib/python3.9/subprocess.py", line 424, in check_output
      return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
    File "/usr/lib/python3.9/subprocess.py", line 528, in run
      raise CalledProcessError(retcode, process.args,
  subprocess.CalledProcessError: Command '['resolvectl', 'query', 'math.lab']' 
returned non-zero exit status 1.
  ```

  
  Tagging update-excuse to be shown in excuses

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1957086/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to