can not find uwsgi directory

Bug #1897362 reported by zhaoleilc
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
devstack
In Progress
Undecided
Mikhail Okhrimenko

Bug Description

Description
===========
There is an error which is 'ls: cannot access 'uwsgi*': No
such file or directory' during the process of deploying
OpenStack of the Rocky version. This error has been seen many
times in the Rocky version. However, this error has not
been seen in other versions of devstack.

Steps to reproduce
==================
Deploy the OpenStack of Rocky version using the devstack.

Expected result
===============
Deployed successfully.

Actual result
=============
An error broke the process of deploying OpenStack.

Environment
===========
Rocky branch of devstack

Logs & Configs
==============
local.conf:
[[local|localrc]]

MULTI_HOST=true
HOST_IP=192.168.32.73 # management & api network
LOGFILE=/opt/stack/logs/stack.sh.log

# Credentials
ADMIN_PASSWORD=admin
MYSQL_PASSWORD=secret
RABBIT_PASSWORD=secret
SERVICE_PASSWORD=secret
SERVICE_TOKEN=abcdefghijklmnopqrstuvwxyz

# enable neutron-ml2-vlan
disable_service n-net
enable_service q-svc,q-agt,q-dhcp,q-l3,q-meta,neutron,q-lbaas,q-fwaas
Q_AGENT=linuxbridge
ENABLE_TENANT_VLANS=True
TENANT_VLAN_RANGE=3001:4000
PHYSICAL_NETWORK=default

LOG_COLOR=True
LOGDIR=$DEST/logs
SCREEN_LOGDIR=$LOGDIR/screen

# use TryStack git mirror
GIT_BASE=http://git.trystack.cn
NOVNC_REPO=http://git.trystack.cn/kanaka/noVNC.git
SPICE_REPO=http://git.trystack.cn/git/spice/spice-html5.git

Logs:
Collecting uwsgi
  The repository located at mirrors.aliyun.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS it is recommended to use HTTPS instead, otherwise you may silence this warning and allow it anyways with '--trusted-host mirrors.aliyun.com'.
  Downloading https://pypi.doubanio.com/packages/c7/75/45234f7b441c59b1eefd31ba3d1041a7e3c89602af24488e2a22e11e7259/uWSGI-2.0.19.1.tar.gz (803kB)
  Saved ./uWSGI-2.0.19.1.tar.gz
Successfully downloaded uwsgi
+lib/apache:install_apache_uwsgi:97 local uwsgi
++lib/apache:install_apache_uwsgi:98 ls 'uwsgi*'
ls: cannot access 'uwsgi*': No such file or directory
+lib/apache:install_apache_uwsgi:98 uwsgi=
+lib/apache:install_apache_uwsgi:1 exit_trap
+./stack.sh:exit_trap:515 local r=2
++./stack.sh:exit_trap:516 jobs -p
+./stack.sh:exit_trap:516 jobs=
+./stack.sh:exit_trap:519 [[ -n '' ]]
+./stack.sh:exit_trap:525 '[' -f '' ']'
+./stack.sh:exit_trap:530 kill_spinner
+./stack.sh:kill_spinner:425 '[' '!' -z '' ']'
+./stack.sh:exit_trap:532 [[ 2 -ne 0 ]]
+./stack.sh:exit_trap:533 echo 'Error on exit'
Error on exit
+./stack.sh:exit_trap:535 type -p generate-subunit
+./stack.sh:exit_trap:536 generate-subunit 1600781970 626 fail
+./stack.sh:exit_trap:538 [[ -z /opt/stack/logs ]]
+./stack.sh:exit_trap:541 /opt/stack/devstack/tools/worlddump.py -d /opt/stack/logs
+./stack.sh:exit_trap:550 exit 2

Changed in devstack:
assignee: nobody → Mikhail Okhrimenko (mihter)
status: New → In Progress
Revision history for this message
Martin Kopec (mkopec) wrote :

Hi Mikhail, what's the status here? Any progress?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.