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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Aug 4 03:30:20 UTC 2017


See <https://jenkins.debian.net/job/reproducible_scheduler/18885/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/jenkins7124568479770130815.sh
+ /srv/jenkins/bin/reproducible_scheduler.py
[2017-08-04 03:23:02] INFO: Starting at 2017-08-04 03:23:02.794877
[2017-08-04 03:23:04] INFO: finding out which usertagged bugs have been closed or at least have patches
[2017-08-04 03:23:05] INFO: finding out which usertagged bugs have been closed or at least have patches
[2017-08-04 03:23:05] INFO: Updating sources tables for all suites.
[2017-08-04 03:23:05] INFO: Downloading sources file for stretch: http://deb.debian.org/debian/dists/stretch/main/source/Sources.xz
[2017-08-04 03:23:07] INFO: Updating sources db for stretch/amd64...
[2017-08-04 03:23:39] INFO: Pushing 0 updated packages to the database...
[2017-08-04 03:23:57] INFO: Now deleting 0 removed packages: []
[2017-08-04 03:23:57] INFO: DB update done for stretch/amd64 done at 2017-08-04 03:23:57.
[2017-08-04 03:23:57] INFO: Updating sources db for stretch/i386...
[2017-08-04 03:24:30] INFO: Pushing 0 updated packages to the database...
[2017-08-04 03:24:49] INFO: Now deleting 0 removed packages: []
[2017-08-04 03:24:49] INFO: DB update done for stretch/i386 done at 2017-08-04 03:24:49.
[2017-08-04 03:24:49] INFO: Updating sources db for stretch/arm64...
[2017-08-04 03:25:23] INFO: Pushing 0 updated packages to the database...
[2017-08-04 03:25:41] INFO: Now deleting 0 removed packages: []
[2017-08-04 03:25:41] INFO: DB update done for stretch/arm64 done at 2017-08-04 03:25:41.
[2017-08-04 03:25:41] INFO: Updating sources db for stretch/armhf...
[2017-08-04 03:26:16] INFO: Pushing 0 updated packages to the database...
[2017-08-04 03:26:34] INFO: Now deleting 0 removed packages: []
[2017-08-04 03:26:34] INFO: DB update done for stretch/armhf done at 2017-08-04 03:26:34.
[2017-08-04 03:26:34] INFO: Sources for suite stretch done at 2017-08-04 03:26:34.
[2017-08-04 03:26:34] INFO: Downloading sources file for buster: http://deb.debian.org/debian/dists/buster/main/source/Sources.xz
[2017-08-04 03:26:36] INFO: Updating sources db for buster/amd64...
[2017-08-04 03:27:11] INFO: Pushing 0 updated packages to the database...
[2017-08-04 03:27:31] INFO: Now deleting 0 removed packages: []
[2017-08-04 03:27:32] INFO: DB update done for buster/amd64 done at 2017-08-04 03:27:32.
[2017-08-04 03:27:32] INFO: Updating sources db for buster/i386...
[2017-08-04 03:28:09] INFO: Pushing 0 updated packages to the database...
[2017-08-04 03:28:29] INFO: Now deleting 0 removed packages: []
[2017-08-04 03:28:29] INFO: DB update done for buster/i386 done at 2017-08-04 03:28:29.
[2017-08-04 03:28:29] INFO: Updating sources db for buster/arm64...
[2017-08-04 03:29:03] INFO: Pushing 0 updated packages to the database...
[2017-08-04 03:29:23] INFO: Now deleting 18 removed packages: ['murano-dashboard', 'python-django-pyscss', 'python-app-catalog-ui', 'dune-typetree', 'openstack-meta-packages', 'ironic-ui', 'haskell-secret-sharing', 'dune-pdelab', 'mitmproxy', 'manila-ui', 'zaqar-ui', 'dune-functions', 'designate-dashboard', 'dune-localfunctions', 'dune-istl', 'trove-dashboard', 'horizon', 'sahara-dashboard']
[2017-08-04 03:29:23] INFO: DB update done for buster/arm64 done at 2017-08-04 03:29:23.
[2017-08-04 03:29:23] INFO: Updating sources db for buster/armhf...
[2017-08-04 03:29:58] INFO: Pushing 0 updated packages to the database...
[2017-08-04 03:30:20] INFO: Now deleting 18 removed packages: ['haskell-secret-sharing', 'zaqar-ui', 'mitmproxy', 'dune-typetree', 'dune-localfunctions', 'dune-functions', 'manila-ui', 'ironic-ui', 'dune-pdelab', 'python-django-pyscss', 'trove-dashboard', 'horizon', 'murano-dashboard', 'sahara-dashboard', 'python-app-catalog-ui', 'dune-istl', 'designate-dashboard', 'openstack-meta-packages']
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)=(dune-typetree, buster, armhf) 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)=(dune-typetree, buster, armhf) already exists.
 [SQL: 'INSERT INTO removed_packages (name, suite, architecture) VALUES (%(name)s, %(suite)s, %(architecture)s)'] [parameters: ({'name': 'haskell-secret-sharing', 'suite': 'buster', 'architecture': 'armhf'}, {'name': 'zaqar-ui', 'suite': 'buster', 'architecture': 'armhf'}, {'name': 'mitmproxy', 'suite': 'buster', 'architecture': 'armhf'}, {'name': 'dune-typetree', 'suite': 'buster', 'architecture': 'armhf'}, {'name': 'dune-localfunctions', 'suite': 'buster', 'architecture': 'armhf'}, {'name': 'dune-functions', 'suite': 'buster', 'architecture': 'armhf'}, {'name': 'manila-ui', 'suite': 'buster', 'architecture': 'armhf'}, {'name': 'ironic-ui', 'suite': 'buster', 'architecture': 'armhf'}  ... displaying 10 of 18 total bound parameter sets ...  {'name': 'designate-dashboard', 'suite': 'buster', 'architecture': 'armhf'}, {'name': 'openstack-meta-packages', 'suite': 'buster', 'architecture': 'armhf'})]
[2017-08-04 03:30:20] INFO: Finished at 2017-08-04 03:30:20.397399, took: 0:07:17.602562
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list