Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing phy interface in CI #428

Closed
mikalstill opened this issue Oct 19, 2020 · 0 comments · Fixed by #429
Closed

Missing phy interface in CI #428

mikalstill opened this issue Oct 19, 2020 · 0 comments · Fixed by #429
Assignees
Labels

Comments

@mikalstill
Copy link
Collaborator

Oct 19 22:30:48 sfci-r8v19e INFO gunicorn: worker [sf-api][32594] gunicorn: worker [sf-api][32594] Added event
Oct 19 22:30:48 sfci-r8v19e sh[32412]: Traceback (most recent call last):
Oct 19 22:30:48 sfci-r8v19e sh[32412]:   File "/usr/local/bin/sf-daemon", line 8, in <module>
Oct 19 22:30:48 sfci-r8v19e sh[32412]:     sys.exit(main())
Oct 19 22:30:48 sfci-r8v19e sh[32412]:   File "/usr/local/lib/python3.6/dist-packages/shakenfist/daemons/main.py", line 165, in main
Oct 19 22:30:48 sfci-r8v19e sh[32412]:     _audit_daemons()
Oct 19 22:30:48 sfci-r8v19e sh[32412]:   File "/usr/local/lib/python3.6/dist-packages/shakenfist/daemons/main.py", line 158, in _audit_daemons
Oct 19 22:30:48 sfci-r8v19e sh[32412]:     _start_daemon(d)
Oct 19 22:30:48 sfci-r8v19e sh[32412]:   File "/usr/local/lib/python3.6/dist-packages/shakenfist/daemons/main.py", line 102, in _start_daemon
Oct 19 22:30:48 sfci-r8v19e sh[32412]:     DAEMON_IMPLEMENTATIONS[d].Monitor(d).run()
Oct 19 22:30:48 sfci-r8v19e sh[32412]:   File "/usr/local/lib/python3.6/dist-packages/shakenfist/daemons/net.py", line 145, in run
Oct 19 22:30:48 sfci-r8v19e sh[32412]:     self._process_network_node_workitems()
Oct 19 22:30:48 sfci-r8v19e sh[32412]:   File "/usr/local/lib/python3.6/dist-packages/shakenfist/daemons/net.py", line 120, in _process_network_node_workitems
Oct 19 22:30:48 sfci-r8v19e sh[32412]:     n.create()
Oct 19 22:30:48 sfci-r8v19e sh[32412]:   File "/usr/local/lib/python3.6/dist-packages/shakenfist/net.py", line 187, in create
Oct 19 22:30:48 sfci-r8v19e sh[32412]:     self.deploy_nat()
Oct 19 22:30:48 sfci-r8v19e sh[32412]:   File "/usr/local/lib/python3.6/dist-packages/shakenfist/net.py", line 218, in deploy_nat
Oct 19 22:30:48 sfci-r8v19e sh[32412]:     'dev %(physical_veth_inner)s' % subst)
Oct 19 22:30:48 sfci-r8v19e sh[32412]:   File "/usr/local/lib/python3.6/dist-packages/shakenfist/util.py", line 283, in execute
Oct 19 22:30:48 sfci-r8v19e sh[32412]:     env_variables=env_variables, shell=True)
Oct 19 22:30:48 sfci-r8v19e sh[32412]:   File "/usr/local/lib/python3.6/dist-packages/oslo_concurrency/processutils.py", line 434, in execute
Oct 19 22:30:48 sfci-r8v19e sh[32412]:     cmd=sanitized_cmd)
Oct 19 22:30:48 sfci-r8v19e sh[32412]: oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command.
Oct 19 22:30:48 sfci-r8v19e sh[32412]: Command: ip netns exec 31243dbd-161e-42c7-aed0-91663236260b ip addr add 10.10.0.57/255.255.255.0 dev phy-5-i
Oct 19 22:30:48 sfci-r8v19e sh[32412]: Exit code: 1
Oct 19 22:30:48 sfci-r8v19e sh[32412]: Stdout: ''
Oct 19 22:30:48 sfci-r8v19e sh[32412]: Stderr: 'Cannot find device "phy-5-i"\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant