[Qa-jenkins-scm] Build failed in Jenkins: reproducible_scheduler #18884

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Aug 4 00:29:38 UTC 2017


See <https://jenkins.debian.net/job/reproducible_scheduler/18884/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building on master in workspace <https://jenkins.debian.net/job/reproducible_scheduler/ws/>
[workspace] $ /bin/sh -xe /tmp/jenkins5193773510350080400.sh
+ /srv/jenkins/bin/reproducible_scheduler.py
[2017-08-04 00:23:02] INFO: Starting at 2017-08-04 00:23:02.476536
[2017-08-04 00:23:04] INFO: finding out which usertagged bugs have been closed or at least have patches
[2017-08-04 00:23:05] INFO: finding out which usertagged bugs have been closed or at least have patches
[2017-08-04 00:23:05] INFO: Updating sources tables for all suites.
[2017-08-04 00:23:05] INFO: Downloading sources file for stretch: http://deb.debian.org/debian/dists/stretch/main/source/Sources.xz
[2017-08-04 00:23:07] INFO: Updating sources db for stretch/amd64...
[2017-08-04 00:23:41] INFO: Pushing 0 updated packages to the database...
[2017-08-04 00:24:00] INFO: Now deleting 0 removed packages: []
[2017-08-04 00:24:01] INFO: DB update done for stretch/amd64 done at 2017-08-04 00:24:01.
[2017-08-04 00:24:01] INFO: Updating sources db for stretch/i386...
[2017-08-04 00:24:38] INFO: Pushing 0 updated packages to the database...
[2017-08-04 00:24:56] INFO: Now deleting 0 removed packages: []
[2017-08-04 00:24:56] INFO: DB update done for stretch/i386 done at 2017-08-04 00:24:56.
[2017-08-04 00:24:56] INFO: Updating sources db for stretch/arm64...
[2017-08-04 00:25:31] INFO: Pushing 0 updated packages to the database...
[2017-08-04 00:25:48] INFO: Now deleting 0 removed packages: []
[2017-08-04 00:25:49] INFO: DB update done for stretch/arm64 done at 2017-08-04 00:25:49.
[2017-08-04 00:25:49] INFO: Updating sources db for stretch/armhf...
[2017-08-04 00:26:24] INFO: Pushing 0 updated packages to the database...
[2017-08-04 00:26:42] INFO: Now deleting 0 removed packages: []
[2017-08-04 00:26:42] INFO: DB update done for stretch/armhf done at 2017-08-04 00:26:42.
[2017-08-04 00:26:42] INFO: Sources for suite stretch done at 2017-08-04 00:26:42.
[2017-08-04 00:26:42] INFO: Downloading sources file for buster: http://deb.debian.org/debian/dists/buster/main/source/Sources.xz
[2017-08-04 00:26:44] INFO: Updating sources db for buster/amd64...
[2017-08-04 00:27:21] INFO: Pushing 0 updated packages to the database...
[2017-08-04 00:27:42] INFO: Now deleting 18 removed packages: ['openstack-meta-packages', 'haskell-secret-sharing', 'dune-pdelab', 'dune-functions', 'manila-ui', 'ironic-ui', 'dune-istl', 'dune-localfunctions', 'trove-dashboard', 'zaqar-ui', 'python-app-catalog-ui', 'python-django-pyscss', 'dune-typetree', 'designate-dashboard', 'horizon', 'sahara-dashboard', 'murano-dashboard', 'mitmproxy']
[2017-08-04 00:27:42] INFO: DB update done for buster/amd64 done at 2017-08-04 00:27:42.
[2017-08-04 00:27:42] INFO: Updating sources db for buster/i386...
[2017-08-04 00:28:20] INFO: Pushing 0 updated packages to the database...
[2017-08-04 00:28:41] INFO: Now deleting 18 removed packages: ['dune-functions', 'openstack-meta-packages', 'designate-dashboard', 'murano-dashboard', 'manila-ui', 'horizon', 'sahara-dashboard', 'python-app-catalog-ui', 'python-django-pyscss', 'zaqar-ui', 'trove-dashboard', 'dune-typetree', 'dune-localfunctions', 'ironic-ui', 'haskell-secret-sharing', 'mitmproxy', 'dune-pdelab', 'dune-istl']
[2017-08-04 00:28:41] INFO: DB update done for buster/i386 done at 2017-08-04 00:28:41.
[2017-08-04 00:28:41] INFO: Updating sources db for buster/arm64...
[2017-08-04 00:29:17] INFO: Pushing 0 updated packages to the database...
[2017-08-04 00:29:37] INFO: Now deleting 18 removed packages: ['manila-ui', 'designate-dashboard', 'dune-functions', 'dune-localfunctions', 'sahara-dashboard', 'zaqar-ui', 'murano-dashboard', 'haskell-secret-sharing', 'dune-istl', 'dune-pdelab', 'openstack-meta-packages', 'dune-typetree', 'horizon', 'ironic-ui', 'trove-dashboard', 'python-app-catalog-ui', 'python-django-pyscss', 'mitmproxy']
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1116, in _execute_context
    context)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 447, in do_executemany
    cursor.executemany(statement, parameters)
psycopg2.IntegrityError: duplicate key value violates unique constraint "removed_packages_pkey"
DETAIL:  Key (name, suite, architecture)=(manila-ui, buster, arm64) already exists.


The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_scheduler.py", line 756, in <module>
    update_sources(suite)
  File "/srv/jenkins/bin/reproducible_scheduler.py", line 262, in update_sources
    update_sources_db(suite, arch, sources)
  File "/srv/jenkins/bin/reproducible_scheduler.py", line 383, in update_sources_db
    conn_db.execute(removed_packages_table.insert(), pkgs_to_rm)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 914, in execute
    return meth(self, multiparams, params)
  File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection
    return connection._execute_clauseelement(self, multiparams, params)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1010, in _execute_clauseelement
    compiled_sql, distilled_params
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1146, in _execute_context
    context)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1341, in _handle_dbapi_exception
    exc_info
  File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 202, in raise_from_cause
    reraise(type(exception), exception, tb=exc_tb, cause=cause)
  File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 185, in reraise
    raise value.with_traceback(tb)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1116, in _execute_context
    context)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 447, in do_executemany
    cursor.executemany(statement, parameters)
sqlalchemy.exc.IntegrityError: (psycopg2.IntegrityError) duplicate key value violates unique constraint "removed_packages_pkey"
DETAIL:  Key (name, suite, architecture)=(manila-ui, buster, arm64) already exists.
 [SQL: 'INSERT INTO removed_packages (name, suite, architecture) VALUES (%(name)s, %(suite)s, %(architecture)s)'] [parameters: ({'name': 'manila-ui', 'architecture': 'arm64', 'suite': 'buster'}, {'name': 'designate-dashboard', 'architecture': 'arm64', 'suite': 'buster'}, {'name': 'dune-functions', 'architecture': 'arm64', 'suite': 'buster'}, {'name': 'dune-localfunctions', 'architecture': 'arm64', 'suite': 'buster'}, {'name': 'sahara-dashboard', 'architecture': 'arm64', 'suite': 'buster'}, {'name': 'zaqar-ui', 'architecture': 'arm64', 'suite': 'buster'}, {'name': 'murano-dashboard', 'architecture': 'arm64', 'suite': 'buster'}, {'name': 'haskell-secret-sharing', 'architecture': 'arm64', 'suite': 'buster'}  ... displaying 10 of 18 total bound parameter sets ...  {'name': 'python-django-pyscss', 'architecture': 'arm64', 'suite': 'buster'}, {'name': 'mitmproxy', 'architecture': 'arm64', 'suite': 'buster'})]
[2017-08-04 00:29:37] INFO: Finished at 2017-08-04 00:29:37.998872, took: 0:06:35.522366
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list