Project

General

Profile

Actions

Bug #40565

closed

mgr/dashboard: dashboard Jenkins job fails with "global_init: error reading config file. dirname: missing operand"

Added by Laura Paduano almost 5 years ago. Updated about 3 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Testing & QA
Target version:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

e.g. here: https://jenkins.ceph.com/view/all/job/ceph-dashboard-pull-requests/366/console
or here: https://jenkins.ceph.com/view/all/job/ceph-dashboard-pull-requests/363/console

Ran into the dirname error on my local env when running vstart:

RGW=1 ../src/vstart.sh -n -x                     
/root/src/ceph/build/bin/ceph-conf: error while loading shared libraries: libssl3.so: cannot open shared object file: No such file or directory dirname: missing operand Try 'dirname --help' for more information.

Added set -x to the e2e test script, output of the Jenkins job is now:

+ cd src/pybind/mgr/dashboard
+ timeout 7200 ./run-frontend-e2e-tests.sh
+ BASE_URL=
+ DEVICE=
+ REMOTE=false
+ getopts d:r: flag
+ '[' '' == '' ']'
++ command -v google-chrome
+ '[' -x /usr/bin/google-chrome ']'
+ DEVICE=chrome
++ pwd
+ DASH_DIR=/home/jenkins-build/build/workspace/ceph-dashboard-pull-requests/src/pybind/mgr/dashboard
+ cd ../../../../build
++ pwd
+ BUILD_DIR=/home/jenkins-build/build/workspace/ceph-dashboard-pull-requests/build
+ '[' '' == '' ']'
+ MGR=2
+ RGW=1
+ ../src/vstart.sh -n -d
global_init: error reading config file.
dirname: missing operand
Try 'dirname --help' for more information.
Build step 'Execute shell' marked build as failure

Related issues 1 (0 open1 closed)

Is duplicate of RADOS - Bug #40577: vstart.sh can't work.Resolved06/28/2019

Actions
Actions

Also available in: Atom PDF