Bug 1731518

Summary: [abrt] dnssec-trigger: check_call(): subprocess.py:347:check_call:subprocess.CalledProcessError: Command '['unbound-control', 'flush_zone', '.']' returned non-zero exit status 1.
Product: [Fedora] Fedora Reporter: Ashutosh <ashu-development.cyclical>
Component: dnssec-triggerAssignee: Paul Wouters <pwouters>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 30CC: code, pemensik, pj.pandit, pwouters, thozza
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/ec0fe3a2ab91bfb4da906d5bfc38f27140c9c6e7
Whiteboard: abrt_hash:aef5c81e3f1d4e556512a168048efcce10826841;VARIANT_ID=workstation;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-27 14:05:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: cgroup
none
File: cpuinfo
none
File: environ
none
File: mountinfo
none
File: namespaces
none
File: open_fds none

Description Ashutosh 2019-07-19 15:34:38 UTC
Version-Release number of selected component:
dnssec-trigger-0.15-8.fc30

Additional info:
reporter:       libreport-2.10.1
cmdline:        /usr/bin/python3 -sE /usr/libexec/dnssec-trigger-script --update
crash_function: check_call
exception_type: subprocess.CalledProcessError
executable:     /usr/libexec/dnssec-trigger-script
interpreter:    python3-3.7.4-1.fc30.x86_64
kernel:         5.1.18-300.fc30.x86_64
runlevel:       N 5
type:           Python3
uid:            0

Truncated backtrace:
subprocess.py:347:check_call:subprocess.CalledProcessError: Command '['unbound-control', 'flush_zone', '.']' returned non-zero exit status 1.

Traceback (most recent call last):
  File "/usr/libexec/dnssec-trigger-script", line 748, in <module>
    main()
  File "/usr/libexec/dnssec-trigger-script", line 735, in main
    Application(sys.argv).run()
  File "/usr/libexec/dnssec-trigger-script", line 470, in run
    self.method()
  File "/usr/libexec/dnssec-trigger-script", line 632, in run_update
    self.run_update_global_forwarders()
  File "/usr/libexec/dnssec-trigger-script", line 655, in run_update_global_forwarders
    UnboundZoneConfig._control([config.flush_command, "."])
  File "/usr/libexec/dnssec-trigger-script", line 306, in _control
    subprocess.check_call(["unbound-control"] + args, stdout=DEVNULL, stderr=DEVNULL)
  File "/usr/lib64/python3.7/subprocess.py", line 347, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['unbound-control', 'flush_zone', '.']' returned non-zero exit status 1.

Local variables in innermost frame:
popenargs: (['unbound-control', 'flush_zone', '.'],)
kwargs: {'stdout': <_io.BufferedWriter name='/dev/null'>, 'stderr': <_io.BufferedWriter name='/dev/null'>}
retcode: 1
cmd: ['unbound-control', 'flush_zone', '.']

Potential duplicate: bug 1667388

Comment 1 Ashutosh 2019-07-19 15:34:41 UTC
Created attachment 1591996 [details]
File: backtrace

Comment 2 Ashutosh 2019-07-19 15:34:43 UTC
Created attachment 1591997 [details]
File: cgroup

Comment 3 Ashutosh 2019-07-19 15:34:44 UTC
Created attachment 1591998 [details]
File: cpuinfo

Comment 4 Ashutosh 2019-07-19 15:34:46 UTC
Created attachment 1591999 [details]
File: environ

Comment 5 Ashutosh 2019-07-19 15:34:48 UTC
Created attachment 1592000 [details]
File: mountinfo

Comment 6 Ashutosh 2019-07-19 15:34:50 UTC
Created attachment 1592001 [details]
File: namespaces

Comment 7 Ashutosh 2019-07-19 15:34:51 UTC
Created attachment 1592002 [details]
File: open_fds

Comment 8 Paul Wouters 2019-08-27 14:05:05 UTC

*** This bug has been marked as a duplicate of bug 1667388 ***