Anil,
Can
u check this, this is seen in this job.
https://jenkins.opendaylight.org/releng/job/netvirt-csit-1node-0cmb-1ctl-2cmp-openstack-queens-gate-stateful-sodium/109/
https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-0cmb-1ctl-2cmp-openstack-queens-gate-stateful-sodium/111/control_1/get_devstack.sh.txt.gz
All
jobs of this link has this issue.
fatal:
unable to access 'https://git.openstack.org/openstack-dev/devstack/':
Empty reply from server
/tmp/get_devstack.sh:
line 19: cd: devstack: No such file or directory
But
I am able to access the same from all my local
machines, only cloud computes are having this
issue.
Regards
Jaya
Well,
found the reason behind this:
git
clone
https://git.openstack.org/openstack-dev/devstack
--branch stable/rocky
Cloning
into 'devstack'...
fatal:
unable to access 'https://git.openstack.org/openstack-dev/devstack/':
Encountered end of file
/tmp/get_devstack.sh:
line 19: cd: devstack: No such file or directory
--2019-07-23
00:58:49--
https://raw.githubusercontent.com/shague/odl_tools/master/fix-logging.patch.txt
Resolving
raw.githubusercontent.com (raw.githubusercontent.com)...
151.101.136.133
Connecting
to
raw.githubusercontent.com (raw.githubusercontent.com)|151.101.136.133|:443...
connected.
HTTP
request sent, awaiting response... 200 OK
Length:
2156 (2.1K) [text/plain]
--2019-07-23
00:58:49--
https://raw.githubusercontent.com/shague/odl_tools/master/fix-logging.patch.txt
by Sam is not working anymore.
And
this problem is existing for all devstack branches
, be it queens or rocky.
Will
be fixing it.
Regards
Jaya
Hi
everyone,
Please stop triggering patch tests for netvirt
until we fix the issue.
Thanks,
Faseela
Hi
All,
Almost
all last build have failed with below error in
netvirt
+
ssh 10.30.170.83 'sed -i '\''s/flat_networks
public/flat_networks public,physnet1/'\''
/opt/stack/devstack/lib/neutron'
Warning:
Permanently added '10.30.170.83' (ECDSA) to the
list of known hosts.
sed:
can't read /opt/stack/devstack/lib/neutron: No
such file or directory
++
trap_handler 833 15569
++
local prog=/tmp/jenkins3447639189848961768.sh
++
local lastline=833
++
local lasterr=15569
++
echo 'trap_handler:
/tmp/jenkins3447639189848961768.sh: line 833:
exit status of last command: 15569'
trap_handler:
/tmp/jenkins3447639189848961768.sh: line 833:
exit status of last command: 15569
++
echo 'trap_handler: command: ssh ${!CONTROLIP}
"sed -i '\''s/flat_networks public/flat_networks
public,physnet1/'\''
/opt/stack/devstack/lib/neutron"'
trap_handler:
command: ssh ${!CONTROLIP} "sed -i
's/flat_networks public/flat_networks
public,physnet1/'
/opt/stack/devstack/lib/neutron"
++
exit 1
Build
step 'Execute shell' marked build as failure
$
ssh-agent -k
Trying
to see if I can fix it, Anyone has any idea what
could have gone wrong?
Regards
Jaya