vpnaas gate jobs are failing with openswan

Bug #1649574 reported by YAMAMOTO Takashi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Undecided
YAMAMOTO Takashi

Bug Description

following jobs are failing

gate-neutron-vpnaas-dsvm-api-ubuntu-xenial-nv
gate-neutron-vpnaas-dsvm-functional-ubuntu-xenial

eg. http://logs.openstack.org/78/408878/1/check/gate-neutron-vpnaas-dsvm-functional-ubuntu-xenial/31c0c21/console.html

2016-12-13 03:23:23.122072 | + /opt/stack/new/neutron-vpnaas/devstack/plugin.sh:neutron_agent_vpnaas_install_agent_packages:14 : install_package openswan
2016-12-13 03:23:23.123674 | + functions-common:install_package:1285 : update_package_repo
2016-12-13 03:23:23.125364 | + functions-common:update_package_repo:1257 : NO_UPDATE_REPOS=False
2016-12-13 03:23:23.126944 | + functions-common:update_package_repo:1258 : REPOS_UPDATED=True
2016-12-13 03:23:23.128576 | + functions-common:update_package_repo:1259 : RETRY_UPDATE=False
2016-12-13 03:23:23.130157 | + functions-common:update_package_repo:1261 : [[ False = \T\r\u\e ]]
2016-12-13 03:23:23.131643 | + functions-common:update_package_repo:1265 : is_ubuntu
2016-12-13 03:23:23.132903 | + functions-common:is_ubuntu:466 : [[ -z deb ]]
2016-12-13 03:23:23.134496 | + functions-common:is_ubuntu:469 : '[' deb = deb ']'
2016-12-13 03:23:23.136126 | + functions-common:update_package_repo:1266 : apt_get_update
2016-12-13 03:23:23.137769 | + functions-common:apt_get_update:1059 : [[ True == \T\r\u\e ]]
2016-12-13 03:23:23.139346 | + functions-common:apt_get_update:1059 : [[ False != \T\r\u\e ]]
2016-12-13 03:23:23.140965 | + functions-common:apt_get_update:1060 : return
2016-12-13 03:23:23.142465 | + functions-common:install_package:1286 : real_install_package openswan
2016-12-13 03:23:23.143939 | + functions-common:real_install_package:1271 : is_ubuntu
2016-12-13 03:23:23.145398 | + functions-common:is_ubuntu:466 : [[ -z deb ]]
2016-12-13 03:23:23.146901 | + functions-common:is_ubuntu:469 : '[' deb = deb ']'
2016-12-13 03:23:23.148310 | + functions-common:real_install_package:1272 : apt_get install openswan
2016-12-13 03:23:23.149982 | + functions-common:apt_get:1087 : local xtrace result
2016-12-13 03:23:23.152192 | ++ functions-common:apt_get:1088 : set +o
2016-12-13 03:23:23.152282 | ++ functions-common:apt_get:1088 : grep xtrace
2016-12-13 03:23:23.155615 | + functions-common:apt_get:1088 : xtrace='set -o xtrace'
2016-12-13 03:23:23.156974 | + functions-common:apt_get:1089 : set +o xtrace
2016-12-13 03:23:23.161695 | + functions-common:apt_get:1100 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install openswan
2016-12-13 03:23:23.188474 | Reading package lists...
2016-12-13 03:23:23.334278 | Building dependency tree...
2016-12-13 03:23:23.335012 | Reading state information...
2016-12-13 03:23:23.350723 | Package openswan is not available, but is referred to by another package.
2016-12-13 03:23:23.350762 | This may mean that the package is missing, has been obsoleted, or
2016-12-13 03:23:23.350786 | is only available from another source
2016-12-13 03:23:23.350799 |
2016-12-13 03:23:23.352792 | E: Package 'openswan' has no installation candidate
2016-12-13 03:23:23.356052 | + functions-common:apt_get:1104 : result=100
2016-12-13 03:23:23.357655 | + functions-common:apt_get:1107 : time_stop apt-get
2016-12-13 03:23:23.359003 | + functions-common:time_stop:2398 : local name
2016-12-13 03:23:23.360321 | + functions-common:time_stop:2399 : local end_time
2016-12-13 03:23:23.361866 | + functions-common:time_stop:2400 : local elapsed_time
2016-12-13 03:23:23.363173 | + functions-common:time_stop:2401 : local total
2016-12-13 03:23:23.364458 | + functions-common:time_stop:2402 : local start_time
2016-12-13 03:23:23.365963 | + functions-common:time_stop:2404 : name=apt-get
2016-12-13 03:23:23.367539 | + functions-common:time_stop:2405 : start_time=1481599403
2016-12-13 03:23:23.368969 | + functions-common:time_stop:2407 : [[ -z 1481599403 ]]
2016-12-13 03:23:23.370783 | ++ functions-common:time_stop:2410 : date +%s
2016-12-13 03:23:23.373482 | + functions-common:time_stop:2410 : end_time=1481599403
2016-12-13 03:23:23.374823 | + functions-common:time_stop:2411 : elapsed_time=0
2016-12-13 03:23:23.376293 | + functions-common:time_stop:2412 : total=51
2016-12-13 03:23:23.377775 | + functions-common:time_stop:2414 : _TIME_START[$name]=
2016-12-13 03:23:23.379213 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=51
2016-12-13 03:23:23.380978 | + functions-common:apt_get:1108 : return 100
2016-12-13 03:23:23.382811 | + functions-common:install_package:1287 : RETRY_UPDATE=True
2016-12-13 03:23:23.384665 | + functions-common:install_package:1287 : update_package_repo
2016-12-13 03:23:23.386547 | + functions-common:update_package_repo:1257 : NO_UPDATE_REPOS=False
2016-12-13 03:23:23.388401 | + functions-common:update_package_repo:1258 : REPOS_UPDATED=True
2016-12-13 03:23:23.389961 | + functions-common:update_package_repo:1259 : RETRY_UPDATE=True
2016-12-13 03:23:23.391406 | + functions-common:update_package_repo:1261 : [[ False = \T\r\u\e ]]
2016-12-13 03:23:23.392868 | + functions-common:update_package_repo:1265 : is_ubuntu
2016-12-13 03:23:23.394369 | + functions-common:is_ubuntu:466 : [[ -z deb ]]
2016-12-13 03:23:23.395723 | + functions-common:is_ubuntu:469 : '[' deb = deb ']'
2016-12-13 03:23:23.397225 | + functions-common:update_package_repo:1266 : apt_get_update
2016-12-13 03:23:23.398553 | + functions-common:apt_get_update:1059 : [[ True == \T\r\u\e ]]
2016-12-13 03:23:23.400068 | + functions-common:apt_get_update:1059 : [[ True != \T\r\u\e ]]
2016-12-13 03:23:23.401609 | + functions-common:apt_get_update:1064 : [[ False = \T\r\u\e ]]
2016-12-13 03:23:23.403130 | + functions-common:apt_get_update:1066 : local sudo=sudo
2016-12-13 03:23:23.405011 | ++ functions-common:apt_get_update:1067 : id -u
2016-12-13 03:23:23.407618 | + functions-common:apt_get_update:1067 : [[ 3000 = \0 ]]
2016-12-13 03:23:23.409160 | + functions-common:apt_get_update:1070 : time_start apt-get-update
2016-12-13 03:23:23.410593 | + functions-common:time_start:2384 : local name=apt-get-update
2016-12-13 03:23:23.411942 | + functions-common:time_start:2385 : local start_time=
2016-12-13 03:23:23.413282 | + functions-common:time_start:2386 : [[ -n '' ]]
2016-12-13 03:23:23.415153 | ++ functions-common:time_start:2389 : date +%s
2016-12-13 03:23:23.417391 | + functions-common:time_start:2389 : _TIME_START[$name]=1481599403
2016-12-13 03:23:23.418816 | + functions-common:apt_get_update:1072 : local 'proxies=http_proxy= https_proxy= no_proxy= '
2016-12-13 03:23:23.420335 | + functions-common:apt_get_update:1073 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update'
2016-12-13 03:23:23.421910 | + functions-common:apt_get_update:1074 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done'
2016-12-13 03:23:23.442347 | Ign:1 http://mirror.iad.rax.openstack.org/ubuntu xenial InRelease
2016-12-13 03:23:23.443148 | Ign:2 http://mirror.iad.rax.openstack.org/ubuntu xenial-updates InRelease
2016-12-13 03:23:23.443816 | Ign:3 http://mirror.iad.rax.openstack.org/ubuntu xenial-backports InRelease
2016-12-13 03:23:23.444490 | Ign:4 http://mirror.iad.rax.openstack.org/ubuntu xenial-security InRelease
2016-12-13 03:23:23.445275 | Hit:5 http://mirror.iad.rax.openstack.org/ubuntu xenial Release
2016-12-13 03:23:23.445912 | Hit:6 http://mirror.iad.rax.openstack.org/ubuntu xenial-updates Release
2016-12-13 03:23:23.446492 | Hit:7 http://mirror.iad.rax.openstack.org/ubuntu xenial-backports Release
2016-12-13 03:23:23.446969 | Hit:8 http://mirror.iad.rax.openstack.org/ubuntu xenial-security Release
2016-12-13 03:23:23.447987 | Ign:9 http://mirror.iad.rax.openstack.org/ubuntu xenial Release.gpg
2016-12-13 03:23:23.448487 | Ign:10 http://mirror.iad.rax.openstack.org/ubuntu xenial-updates Release.gpg
2016-12-13 03:23:23.449187 | Ign:11 http://mirror.iad.rax.openstack.org/ubuntu xenial-backports Release.gpg
2016-12-13 03:23:23.449823 | Ign:12 http://mirror.iad.rax.openstack.org/ubuntu xenial-security Release.gpg
2016-12-13 03:23:24.220551 | Reading package lists...
2016-12-13 03:23:24.249127 | W: The repository 'http://mirror.iad.rax.openstack.org/ubuntu xenial Release' is not signed.
2016-12-13 03:23:24.249214 | W: The repository 'http://mirror.iad.rax.openstack.org/ubuntu xenial-updates Release' is not signed.
2016-12-13 03:23:24.249258 | W: The repository 'http://mirror.iad.rax.openstack.org/ubuntu xenial-backports Release' is not signed.
2016-12-13 03:23:24.249299 | W: The repository 'http://mirror.iad.rax.openstack.org/ubuntu xenial-security Release' is not signed.
2016-12-13 03:23:24.252704 | + functions-common:apt_get_update:1078 : REPOS_UPDATED=True
2016-12-13 03:23:24.254145 | + functions-common:apt_get_update:1080 : time_stop apt-get-update
2016-12-13 03:23:24.255544 | + functions-common:time_stop:2398 : local name
2016-12-13 03:23:24.256884 | + functions-common:time_stop:2399 : local end_time
2016-12-13 03:23:24.258522 | + functions-common:time_stop:2400 : local elapsed_time
2016-12-13 03:23:24.260059 | + functions-common:time_stop:2401 : local total
2016-12-13 03:23:24.261652 | + functions-common:time_stop:2402 : local start_time
2016-12-13 03:23:24.262974 | + functions-common:time_stop:2404 : name=apt-get-update
2016-12-13 03:23:24.264305 | + functions-common:time_stop:2405 : start_time=1481599403
2016-12-13 03:23:24.265633 | + functions-common:time_stop:2407 : [[ -z 1481599403 ]]
2016-12-13 03:23:24.267309 | ++ functions-common:time_stop:2410 : date +%s
2016-12-13 03:23:24.269502 | + functions-common:time_stop:2410 : end_time=1481599404
2016-12-13 03:23:24.271011 | + functions-common:time_stop:2411 : elapsed_time=1
2016-12-13 03:23:24.272340 | + functions-common:time_stop:2412 : total=51
2016-12-13 03:23:24.273912 | + functions-common:time_stop:2414 : _TIME_START[$name]=
2016-12-13 03:23:24.275250 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=52
2016-12-13 03:23:24.276733 | + functions-common:install_package:1287 : real_install_package openswan
2016-12-13 03:23:24.278075 | + functions-common:real_install_package:1271 : is_ubuntu
2016-12-13 03:23:24.279375 | + functions-common:is_ubuntu:466 : [[ -z deb ]]
2016-12-13 03:23:24.280656 | + functions-common:is_ubuntu:469 : '[' deb = deb ']'
2016-12-13 03:23:24.282243 | + functions-common:real_install_package:1272 : apt_get install openswan
2016-12-13 03:23:24.283793 | + functions-common:apt_get:1087 : local xtrace result
2016-12-13 03:23:24.286296 | ++ functions-common:apt_get:1088 : set +o
2016-12-13 03:23:24.287358 | ++ functions-common:apt_get:1088 : grep xtrace
2016-12-13 03:23:24.290617 | + functions-common:apt_get:1088 : xtrace='set -o xtrace'
2016-12-13 03:23:24.292277 | + functions-common:apt_get:1089 : set +o xtrace
2016-12-13 03:23:24.296698 | + functions-common:apt_get:1100 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install openswan
2016-12-13 03:23:24.323068 | Reading package lists...
2016-12-13 03:23:24.465916 | Building dependency tree...
2016-12-13 03:23:24.466858 | Reading state information...
2016-12-13 03:23:24.484027 | Package openswan is not available, but is referred to by another package.
2016-12-13 03:23:24.484086 | This may mean that the package is missing, has been obsoleted, or
2016-12-13 03:23:24.484113 | is only available from another source
2016-12-13 03:23:24.484127 |
2016-12-13 03:23:24.486377 | E: Package 'openswan' has no installation candidate
2016-12-13 03:23:24.489821 | + functions-common:apt_get:1 : rm -rf /tmp/tmp.81AXRKHy9t
2016-12-13 03:23:24.491972 | ERROR: the main setup script run by this job failed - exit code: 100
2016-12-13 03:23:24.492036 | please look at the relevant log files to determine the root cause
2016-12-13 03:23:24.492066 | Running devstack worlddump.py
2016-12-13 03:23:25.091095 | Cleaning up host
2016-12-13 03:23:25.091167 | ... this takes 3 - 4 minutes (logs at logs/devstack-gate-cleanup-host.txt.gz)
2016-12-13 03:23:43.811434 | [WARNING]: No hosts matched, nothing to do
2016-12-13 03:23:43.906398 | [Zuul] Task exit code: 100
2016-12-13 03:23:44.904251 | [Zuul] Job complete, result: FAILURE

eg. http://logs.openstack.org/78/408878/1/check/gate-neutron-vpnaas-dsvm-api-ubuntu-xenial-nv/735a361/logs/devstacklog.txt.gz

2016-12-13 03:29:30.201 | ++ functions-common:apt_get_update:1078 : REPOS_UPDATED=True
2016-12-13 03:29:30.204 | ++ functions-common:apt_get_update:1080 : time_stop apt-get-update
2016-12-13 03:29:30.208 | ++ functions-common:time_stop:2398 : local name
2016-12-13 03:29:30.211 | ++ functions-common:time_stop:2399 : local end_time
2016-12-13 03:29:30.215 | ++ functions-common:time_stop:2400 : local elapsed_time
2016-12-13 03:29:30.218 | ++ functions-common:time_stop:2401 : local total
2016-12-13 03:29:30.222 | ++ functions-common:time_stop:2402 : local start_time
2016-12-13 03:29:30.225 | ++ functions-common:time_stop:2404 : name=apt-get-update
2016-12-13 03:29:30.229 | ++ functions-common:time_stop:2405 : start_time=1481599769
2016-12-13 03:29:30.234 | ++ functions-common:time_stop:2407 : [[ -z 1481599769 ]]
2016-12-13 03:29:30.238 | +++ functions-common:time_stop:2410 : date +%s
2016-12-13 03:29:30.245 | ++ functions-common:time_stop:2410 : end_time=1481599770
2016-12-13 03:29:30.249 | ++ functions-common:time_stop:2411 : elapsed_time=1
2016-12-13 03:29:30.252 | ++ functions-common:time_stop:2412 : total=1
2016-12-13 03:29:30.256 | ++ functions-common:time_stop:2414 : _TIME_START[$name]=
2016-12-13 03:29:30.259 | ++ functions-common:time_stop:2415 : _TIME_TOTAL[$name]=2
2016-12-13 03:29:30.263 | ++ functions-common:install_package:1287 : real_install_package openswan
2016-12-13 03:29:30.267 | ++ functions-common:real_install_package:1271 : is_ubuntu
2016-12-13 03:29:30.270 | ++ functions-common:is_ubuntu:466 : [[ -z deb ]]
2016-12-13 03:29:30.273 | ++ functions-common:is_ubuntu:469 : '[' deb = deb ']'
2016-12-13 03:29:30.277 | ++ functions-common:real_install_package:1272 : apt_get install openswan
2016-12-13 03:29:30.307 | ++ functions-common:apt_get:1100 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install openswan
2016-12-13 03:29:30.347 | Reading package lists...
2016-12-13 03:29:30.519 | Building dependency tree...
2016-12-13 03:29:30.520 | Reading state information...
2016-12-13 03:29:30.533 | Package openswan is not available, but is referred to by another package.
2016-12-13 03:29:30.533 | This may mean that the package is missing, has been obsoleted, or
2016-12-13 03:29:30.533 | is only available from another source
2016-12-13 03:29:30.533 |
2016-12-13 03:29:30.535 | E: Package 'openswan' has no installation candidate
2016-12-13 03:29:30.540 | + functions-common:apt_get:1 : exit_trap
2016-12-13 03:29:30.543 | + ./stack.sh:exit_trap:487 : local r=100
2016-12-13 03:29:30.548 | ++ ./stack.sh:exit_trap:488 : jobs -p
2016-12-13 03:29:30.552 | + ./stack.sh:exit_trap:488 : jobs=
2016-12-13 03:29:30.555 | + ./stack.sh:exit_trap:491 : [[ -n '' ]]
2016-12-13 03:29:30.559 | + ./stack.sh:exit_trap:497 : kill_spinner
2016-12-13 03:29:30.564 | + ./stack.sh:kill_spinner:383 : '[' '!' -z '' ']'
2016-12-13 03:29:30.567 | + ./stack.sh:exit_trap:499 : [[ 100 -ne 0 ]]
2016-12-13 03:29:30.571 | + ./stack.sh:exit_trap:500 : echo 'Error on exit'
2016-12-13 03:29:30.571 | Error on exit

tags: added: gate-failure vpnaas
Revision history for this message
YAMAMOTO Takashi (yamamoto) wrote :

remove openswan test on xenial: https://review.openstack.org/#/c/410488/

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron-vpnaas (master)

Fix proposed to branch: master
Review: https://review.openstack.org/410511

Changed in neutron:
assignee: nobody → YAMAMOTO Takashi (yamamoto)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-vpnaas (master)

Reviewed: https://review.openstack.org/410511
Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=55b0e6618f8a2221aa2ee36c45174d714f3718c6
Submitter: Jenkins
Branch: master

commit 55b0e6618f8a2221aa2ee36c45174d714f3718c6
Author: YAMAMOTO Takashi <email address hidden>
Date: Wed Dec 14 11:47:36 2016 +0900

    devstack: Switch the default to strongswan

    Closes-Bug: #1649574
    Change-Id: I955546e4c63daacf0c8b4e979917eacb3a4e29d7

Changed in neutron:
status: In Progress → Fix Released
tags: added: newton-backport-potential
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron-vpnaas (stable/newton)

Fix proposed to branch: stable/newton
Review: https://review.openstack.org/419813

Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/neutron-vpnaas 10.0.0

This issue was fixed in the openstack/neutron-vpnaas 10.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-vpnaas (stable/newton)

Reviewed: https://review.openstack.org/419813
Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=a94415316d61080fbb71ee5bf43736e10b3c9b50
Submitter: Jenkins
Branch: stable/newton

commit a94415316d61080fbb71ee5bf43736e10b3c9b50
Author: YAMAMOTO Takashi <email address hidden>
Date: Wed Dec 14 11:47:36 2016 +0900

    devstack: Switch the default to strongswan

    Closes-Bug: #1649574
    Change-Id: I955546e4c63daacf0c8b4e979917eacb3a4e29d7
    (cherry picked from commit 55b0e6618f8a2221aa2ee36c45174d714f3718c6)

tags: added: in-stable-newton
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.