Project

Profile

Help

Issue #4884

closed

Pulp 2 Nightly Regression: Pulp debian migrations fail on pulp DB initialization

Added by bherring almost 5 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version - Debian:
Platform Release:
2.20.0
Target Release - Debian:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

Problem

During the installation of Pulp 2, there is a migration failure.

Pulp 2 fails to install on CI

Failure Meta Information

Failure Type: Regression (Installation)
Failure First Seen: May 29th, 2019
Failure Point: Installation of 2-master Pulp (2.20)
Install Type: Legacy CI Ansible Playbook* Failure Point:* https://github.com/pulp/pulp-ci/blob/2e01faaa92710d6f82ace655e3a8ae7baf007e78/ci/ansible/roles/pulp/tasks/main.yaml#L232

journalctl

May 29 07:55:39 rhel76-test pulp[7817]: pulp.plugins.loader.manager:INFO: Loading auxiliary model: erratum_pkglists = pulp_rpm.plugins.db.models:ErratumPkglist
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:INFO: Applying pulp_deb.plugins.migrations version 1
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:INFO: Migration to pulp_deb.plugins.migrations version 1 complete in 0.002 seconds.
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:INFO: Applying pulp_deb.plugins.migrations version 2
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.migrations.lib.utils:INFO: *******************************************************************************
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:INFO: Migration to pulp_deb.plugins.migrations version 2 complete in 0.003 seconds.
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:INFO: Applying pulp_deb.plugins.migrations version 3
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.migrations.lib.utils:INFO: *******************************************************************************
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:INFO: Migration to pulp_deb.plugins.migrations version 3 complete in 0.003 seconds.
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:INFO: Applying pulp_deb.plugins.migrations version 4
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:CRITICAL: (7817-75872) Applying migration pulp_deb.plugins.migrations.0004_add_distribution failed.
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:CRITICAL: (7817-75872)
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:CRITICAL: (7817-75872) Halting migrations due to a migration failure.
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:CRITICAL: log() takes at least 3 arguments (2 given)
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:CRITICAL: (7817-75872) Traceback (most recent call last):
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:CRITICAL: (7817-75872)   File "/usr/lib/python2.7/site-packages/pulp/server/db/manage.py", line 280, in main
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:CRITICAL: (7817-75872)     return _auto_manage_db(options)
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:CRITICAL: (7817-75872)   File "/usr/lib/python2.7/site-packages/pulp/server/db/manage.py", line 347, in _auto_manage_db
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:CRITICAL: (7817-75872)     migrate_database(options)
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:CRITICAL: (7817-75872)   File "/usr/lib/python2.7/site-packages/pulp/server/db/manage.py", line 175, in migrate_database
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:CRITICAL: (7817-75872)     update_current_version=not options.test)
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:CRITICAL: (7817-75872)   File "/usr/lib/python2.7/site-packages/pulp/server/db/migrate/models.py", line 206, in apply_migration
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:CRITICAL: (7817-75872)     migration.migrate()
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:CRITICAL: (7817-75872)   File "/usr/lib/python2.7/site-packages/pulp_deb/plugins/migrations/0004_add_distribution.py", line 57, in migrate
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:CRITICAL: (7817-75872)     _logger.log(str(exception))
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:CRITICAL: (7817-75872) TypeError: log() takes at least 3 arguments (2 given)
May 29 07:55:40 rhel76-test pulp[7817]: pulp.server.db.manage:CRITICAL: (7817-75872)

Related issues

Related to Debian Support - Issue #4138: Handling publish paths correctlyCLOSED - CURRENTRELEASEquba42Actions
Actions #1

Updated by bherring almost 5 years ago

  • Description updated (diff)
Actions #2

Updated by quba42 almost 5 years ago

https://github.com/pulp/pulp_deb/pull/90

I successfully reproduced the bug, and then verified that it does not occur with this fix.

Added by quba42 almost 5 years ago

Revision efbfa1f0 | View on GitHub

Fix the logging in migration 0004

fixes #4884 https://pulp.plan.io/issues/4884

Actions #3

Updated by quba42 almost 5 years ago

  • Status changed from NEW to MODIFIED
Actions #4

Updated by bherring almost 5 years ago

Update

  • Issue was rebuilt and retested.
  • CI is now passing without issue relative to this regression.
Actions #5

Updated by quba42 almost 5 years ago

  • Related to Issue #4138: Handling publish paths correctly added
Actions #6

Updated by mdellweg almost 5 years ago

  • Triaged changed from No to Yes
Actions #7

Updated by mdellweg almost 5 years ago

  • Tags Pulp 2 added
Actions #8

Updated by ttereshc almost 5 years ago

  • Platform Release set to 2.20.0
Actions #9

Updated by ttereshc almost 5 years ago

  • Sprint/Milestone set to 2.20.0
Actions #10

Updated by ttereshc over 4 years ago

  • Status changed from MODIFIED to 5
Actions #11

Updated by ttereshc over 4 years ago

  • Status changed from 5 to CLOSED - CURRENTRELEASE

Also available in: Atom PDF