Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions spec/acceptance/basic_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@

include_examples 'the default pulpcore application'

describe command('sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING') do
its(:exit_status) { is_expected.to eq 0 }

Check failure on line 33 in spec/acceptance/basic_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Pulp 3.63

with content cache enabled Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==)

Check failure on line 33 in spec/acceptance/basic_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Pulp 3.85

with content cache enabled Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==)

Check failure on line 33 in spec/acceptance/basic_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.63

with content cache enabled Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==)

Check failure on line 33 in spec/acceptance/basic_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly

with content cache enabled Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==)

Check failure on line 33 in spec/acceptance/basic_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Pulp nightly

with content cache enabled Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==)

Check failure on line 33 in spec/acceptance/basic_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Pulp 3.73

with content cache enabled Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==)

Check failure on line 33 in spec/acceptance/basic_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.85

with content cache enabled Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==)

Check failure on line 33 in spec/acceptance/basic_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.73

with content cache enabled Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==)
its(:stderr) { is_expected.not_to match(/System check identified some issues:/) }

Check failure on line 34 in spec/acceptance/basic_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Pulp 3.63

with content cache enabled Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" stderr is expected not to match /System check identified some issues:/ Failure/Error: its(:stderr) { is_expected.not_to match(/System check identified some issues:/) } expected "SystemCheckError: System check identified some issues:\n\nWARNINGS:\n?: (drf_spectacular.W001) /usr/...work traffic sniffers to steal the CSRF token.\n\nSystem check identified 86 issues (0 silenced).\n" not to match /System check identified some issues:/ Diff: @@ -1 +1,91 @@ -/System check identified some issues:/ +SystemCheckError: System check identified some issues: + +WARNINGS: +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_file/app/serializers.py: Warning [FileDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version". Defaulting to string (Exception: 'repository_version') +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_added". Defaulting to string (Exception: 'repository_version_added') +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_removed". Defaulting to string (Exception: 'repository_version_removed') +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulpcore/app/serializers/publication.py: Warning [ArtifactDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulpcore/app/serializers/publication.py: Warning [DistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulpcore/app/serializers/task.py: Warning [TaskSerializer]: unable to resolve type hint for function "get_created_by". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulpcore/app/serializers/user.py: Warning [GroupRoleSerializer]: unable to resolve type hint for function "get_description". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulpcore/app/serializers/user.py: Warning [RoleSerializer]: could not resolve serializer field "PermissionField(help_text='List of permissions defining the role.')". Defaulting to "string" +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulpcore/app/serializers/user.py: Warning [UserRoleSerializer]: unable to resolve type hint for function "get_description". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulpcore/app/viewsets/content.py: Warning [ArtifactFilter]: Exception raised while trying resolve model field for django-filter field "repository_version". Defaulting to string (Exception: 'repository_version') +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulpcore/app/viewsets/publication.py: Warning [DistributionFilter]: Exception raised while trying resolve model field for django-filter field "pulp_label_select". Defaulting to string (Exception: 'pulp_label_select') +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulpcore/app/viewsets/publication.py: W

Check failure on line 34 in spec/acceptance/basic_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Pulp 3.85

with content cache enabled Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" stderr is expected not to match /System check identified some issues:/ Failure/Error: its(:stderr) { is_expected.not_to match(/System check identified some issues:/) } expected "SystemCheckError: System check identified some issues:\n\nWARNINGS:\n?: (drf_spectacular.W001) /usr/...ork traffic sniffers to steal the CSRF token.\n\nSystem check identified 122 issues (0 silenced).\n" not to match /System check identified some issues:/ Diff: @@ -1 +1,127 @@ -/System check identified some issues:/ +SystemCheckError: System check identified some issues: + +WARNINGS: +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/serializers.py: Warning [FileDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "pulp_label_select". Defaulting to string (Exception: 'pulp_label_select') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version". Defaulting to string (Exception: 'repository_version') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_added". Defaulting to string (Exception: 'repository_version_added') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_removed". Defaulting to string (Exception: 'repository_version_removed') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/openpgp.py: Warning [OpenPGPDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/openpgp.py: Warning [OpenPGPPublicKeySerializer > NestedOpenPGPUserIDSerializer > NestedOpenPGPSignatureSerializer]: unable to resolve type hint for function "key_expired". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/openpgp.py: Warning [OpenPGPSignatureSerializer]: unable to resolve type hint for function "key_expired". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/publication.py: Warning [ArtifactDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/publication.py: Warning [DistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/repository.py: Warning [RepositoryVersionSerializer]: unable to resolve type hint for function "get_vuln_report". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/task.py: Warning [TaskSerializer]: unable to resolve type hint for function "get_created_by". Consider using a type hint or @extend_schema_field. Defaulting to stri

Check failure on line 34 in spec/acceptance/basic_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.63

with content cache enabled Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" stderr is expected not to match /System check identified some issues:/ Failure/Error: its(:stderr) { is_expected.not_to match(/System check identified some issues:/) } expected "SystemCheckError: System check identified some issues:\n\nWARNINGS:\n?: (drf_spectacular.W001) /usr/...work traffic sniffers to steal the CSRF token.\n\nSystem check identified 86 issues (0 silenced).\n" not to match /System check identified some issues:/ Diff: @@ -1 +1,91 @@ -/System check identified some issues:/ +SystemCheckError: System check identified some issues: + +WARNINGS: +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_file/app/serializers.py: Warning [FileDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version". Defaulting to string (Exception: 'repository_version') +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_added". Defaulting to string (Exception: 'repository_version_added') +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_removed". Defaulting to string (Exception: 'repository_version_removed') +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulpcore/app/serializers/publication.py: Warning [ArtifactDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulpcore/app/serializers/publication.py: Warning [DistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulpcore/app/serializers/task.py: Warning [TaskSerializer]: unable to resolve type hint for function "get_created_by". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulpcore/app/serializers/user.py: Warning [GroupRoleSerializer]: unable to resolve type hint for function "get_description". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulpcore/app/serializers/user.py: Warning [RoleSerializer]: could not resolve serializer field "PermissionField(help_text='List of permissions defining the role.')". Defaulting to "string" +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulpcore/app/serializers/user.py: Warning [UserRoleSerializer]: unable to resolve type hint for function "get_description". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulpcore/app/viewsets/content.py: Warning [ArtifactFilter]: Exception raised while trying resolve model field for django-filter field "repository_version". Defaulting to string (Exception: 'repository_version') +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulpcore/app/viewsets/publication.py: Warning [DistributionFilter]: Exception raised while trying resolve model field for django-filter field "pulp_label_select". Defaulting to string (Exception: 'pulp_label_select') +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulpcore/app/viewsets/publication.py: W

Check failure on line 34 in spec/acceptance/basic_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly

with content cache enabled Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" stderr is expected not to match /System check identified some issues:/ Failure/Error: its(:stderr) { is_expected.not_to match(/System check identified some issues:/) } expected "SystemCheckError: System check identified some issues:\n\nWARNINGS:\n?: (drf_spectacular.W001) /usr/...ork traffic sniffers to steal the CSRF token.\n\nSystem check identified 122 issues (0 silenced).\n" not to match /System check identified some issues:/ Diff: @@ -1 +1,127 @@ -/System check identified some issues:/ +SystemCheckError: System check identified some issues: + +WARNINGS: +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/serializers.py: Warning [FileDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "pulp_label_select". Defaulting to string (Exception: 'pulp_label_select') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version". Defaulting to string (Exception: 'repository_version') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_added". Defaulting to string (Exception: 'repository_version_added') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_removed". Defaulting to string (Exception: 'repository_version_removed') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/openpgp.py: Warning [OpenPGPDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/openpgp.py: Warning [OpenPGPPublicKeySerializer > NestedOpenPGPUserIDSerializer > NestedOpenPGPSignatureSerializer]: unable to resolve type hint for function "key_expired". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/openpgp.py: Warning [OpenPGPSignatureSerializer]: unable to resolve type hint for function "key_expired". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/publication.py: Warning [ArtifactDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/publication.py: Warning [DistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/repository.py: Warning [RepositoryVersionSerializer]: unable to resolve type hint for function "get_vuln_report". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/task.py: Warning [TaskSerializer]: unable to resolve type hint for function "get_created_by". Consider using a type hint or @extend_schema_field. Defaulting to stri

Check failure on line 34 in spec/acceptance/basic_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Pulp nightly

with content cache enabled Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" stderr is expected not to match /System check identified some issues:/ Failure/Error: its(:stderr) { is_expected.not_to match(/System check identified some issues:/) } expected "SystemCheckError: System check identified some issues:\n\nWARNINGS:\n?: (drf_spectacular.W001) /usr/...ork traffic sniffers to steal the CSRF token.\n\nSystem check identified 122 issues (0 silenced).\n" not to match /System check identified some issues:/ Diff: @@ -1 +1,127 @@ -/System check identified some issues:/ +SystemCheckError: System check identified some issues: + +WARNINGS: +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/serializers.py: Warning [FileDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "pulp_label_select". Defaulting to string (Exception: 'pulp_label_select') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version". Defaulting to string (Exception: 'repository_version') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_added". Defaulting to string (Exception: 'repository_version_added') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_removed". Defaulting to string (Exception: 'repository_version_removed') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/openpgp.py: Warning [OpenPGPDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/openpgp.py: Warning [OpenPGPPublicKeySerializer > NestedOpenPGPUserIDSerializer > NestedOpenPGPSignatureSerializer]: unable to resolve type hint for function "key_expired". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/openpgp.py: Warning [OpenPGPSignatureSerializer]: unable to resolve type hint for function "key_expired". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/publication.py: Warning [ArtifactDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/publication.py: Warning [DistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/repository.py: Warning [RepositoryVersionSerializer]: unable to resolve type hint for function "get_vuln_report". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/task.py: Warning [TaskSerializer]: unable to resolve type hint for function "get_created_by". Consider using a type hint or @extend_schema_field. Defaulting to stri

Check failure on line 34 in spec/acceptance/basic_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Pulp 3.73

with content cache enabled Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" stderr is expected not to match /System check identified some issues:/ Failure/Error: its(:stderr) { is_expected.not_to match(/System check identified some issues:/) } expected "SystemCheckError: System check identified some issues:\n\nWARNINGS:\n?: (drf_spectacular.W001) /usr/...ork traffic sniffers to steal the CSRF token.\n\nSystem check identified 121 issues (0 silenced).\n" not to match /System check identified some issues:/ Diff: @@ -1 +1,126 @@ -/System check identified some issues:/ +SystemCheckError: System check identified some issues: + +WARNINGS: +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/serializers.py: Warning [FileDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "pulp_label_select". Defaulting to string (Exception: 'pulp_label_select') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version". Defaulting to string (Exception: 'repository_version') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_added". Defaulting to string (Exception: 'repository_version_added') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_removed". Defaulting to string (Exception: 'repository_version_removed') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/openpgp.py: Warning [OpenPGPDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/openpgp.py: Warning [OpenPGPPublicKeySerializer > NestedOpenPGPUserIDSerializer > NestedOpenPGPSignatureSerializer]: unable to resolve type hint for function "key_expired". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/openpgp.py: Warning [OpenPGPSignatureSerializer]: unable to resolve type hint for function "key_expired". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/publication.py: Warning [ArtifactDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/publication.py: Warning [DistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/task.py: Warning [TaskSerializer]: unable to resolve type hint for function "get_created_by". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/user.py: Warning [GroupRoleSerializer]: unable to resolve type hint for function "get_description". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf

Check failure on line 34 in spec/acceptance/basic_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.85

with content cache enabled Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" stderr is expected not to match /System check identified some issues:/ Failure/Error: its(:stderr) { is_expected.not_to match(/System check identified some issues:/) } expected "SystemCheckError: System check identified some issues:\n\nWARNINGS:\n?: (drf_spectacular.W001) /usr/...ork traffic sniffers to steal the CSRF token.\n\nSystem check identified 122 issues (0 silenced).\n" not to match /System check identified some issues:/ Diff: @@ -1 +1,127 @@ -/System check identified some issues:/ +SystemCheckError: System check identified some issues: + +WARNINGS: +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/serializers.py: Warning [FileDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "pulp_label_select". Defaulting to string (Exception: 'pulp_label_select') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version". Defaulting to string (Exception: 'repository_version') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_added". Defaulting to string (Exception: 'repository_version_added') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_removed". Defaulting to string (Exception: 'repository_version_removed') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/openpgp.py: Warning [OpenPGPDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/openpgp.py: Warning [OpenPGPPublicKeySerializer > NestedOpenPGPUserIDSerializer > NestedOpenPGPSignatureSerializer]: unable to resolve type hint for function "key_expired". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/openpgp.py: Warning [OpenPGPSignatureSerializer]: unable to resolve type hint for function "key_expired". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/publication.py: Warning [ArtifactDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/publication.py: Warning [DistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/repository.py: Warning [RepositoryVersionSerializer]: unable to resolve type hint for function "get_vuln_report". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/task.py: Warning [TaskSerializer]: unable to resolve type hint for function "get_created_by". Consider using a type hint or @extend_schema_field. Defaulting to stri

Check failure on line 34 in spec/acceptance/basic_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.73

with content cache enabled Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" stderr is expected not to match /System check identified some issues:/ Failure/Error: its(:stderr) { is_expected.not_to match(/System check identified some issues:/) } expected "SystemCheckError: System check identified some issues:\n\nWARNINGS:\n?: (drf_spectacular.W001) /usr/...ork traffic sniffers to steal the CSRF token.\n\nSystem check identified 121 issues (0 silenced).\n" not to match /System check identified some issues:/ Diff: @@ -1 +1,126 @@ -/System check identified some issues:/ +SystemCheckError: System check identified some issues: + +WARNINGS: +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/serializers.py: Warning [FileDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "pulp_label_select". Defaulting to string (Exception: 'pulp_label_select') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version". Defaulting to string (Exception: 'repository_version') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_added". Defaulting to string (Exception: 'repository_version_added') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_file/app/viewsets.py: Warning [FileContentFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_removed". Defaulting to string (Exception: 'repository_version_removed') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/openpgp.py: Warning [OpenPGPDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/openpgp.py: Warning [OpenPGPPublicKeySerializer > NestedOpenPGPUserIDSerializer > NestedOpenPGPSignatureSerializer]: unable to resolve type hint for function "key_expired". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/openpgp.py: Warning [OpenPGPSignatureSerializer]: unable to resolve type hint for function "key_expired". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/publication.py: Warning [ArtifactDistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/publication.py: Warning [DistributionSerializer]: unable to resolve type hint for function "get_no_content_change_since". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/task.py: Warning [TaskSerializer]: unable to resolve type hint for function "get_created_by". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulpcore/app/serializers/user.py: Warning [GroupRoleSerializer]: unable to resolve type hint for function "get_description". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf
end

describe port(6379) do
it { is_expected.to be_listening }
end
Expand Down
5 changes: 5 additions & 0 deletions spec/acceptance/plugins_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@

include_examples 'the default pulpcore application'

describe command('sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING') do
its(:exit_status) { is_expected.to eq 0 }

Check failure on line 23 in spec/acceptance/plugins_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Pulp 3.63

Installation with all plugins Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==)

Check failure on line 23 in spec/acceptance/plugins_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Pulp 3.85

Installation with all plugins Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==)

Check failure on line 23 in spec/acceptance/plugins_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.63

Installation with all plugins Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==)

Check failure on line 23 in spec/acceptance/plugins_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly

Installation with all plugins Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==)

Check failure on line 23 in spec/acceptance/plugins_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Pulp nightly

Installation with all plugins Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==)

Check failure on line 23 in spec/acceptance/plugins_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Pulp 3.73

Installation with all plugins Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==)

Check failure on line 23 in spec/acceptance/plugins_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.85

Installation with all plugins Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==)

Check failure on line 23 in spec/acceptance/plugins_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.73

Installation with all plugins Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==)
its(:stderr) { is_expected.not_to match(/System check identified some issues:/) }

Check failure on line 24 in spec/acceptance/plugins_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Pulp 3.63

Installation with all plugins Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" stderr is expected not to match /System check identified some issues:/ Failure/Error: its(:stderr) { is_expected.not_to match(/System check identified some issues:/) } expected "SystemCheckError: System check identified some issues:\n\nWARNINGS:\n?: (drf_spectacular.W001) /usr/...ork traffic sniffers to steal the CSRF token.\n\nSystem check identified 307 issues (0 silenced).\n" not to match /System check identified some issues:/ Diff: @@ -1 +1,312 @@ -/System check identified some issues:/ +SystemCheckError: System check identified some issues: + +WARNINGS: +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/galaxy/v3/filters.py: Warning [CollectionVersionSearchFilter]: Exception raised while trying resolve model field for django-filter field "repository_label". Defaulting to string (Exception: 'repository_label') +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionSerializer]: unable to resolve type hint for function "get_download_count". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionVersionSearchListSerializer > NamespaceSummarySerializer]: Encountered 2 components with identical names "ansible.AnsibleNamespaceMetadata" and different classes <class 'pulp_ansible.app.galaxy.v3.serializers.NamespaceSummarySerializer'> and <class 'pulp_ansible.app.serializers.AnsibleNamespaceMetadataSerializer'>. This will very likely result in an incorrect schema. Try renaming one. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionVersionSearchListSerializer > NamespaceSummarySerializer]: Encountered 2 components with identical names "ansible.AnsibleNamespaceMetadataResponse" and different classes <class 'pulp_ansible.app.galaxy.v3.serializers.NamespaceSummarySerializer'> and <class 'pulp_ansible.app.serializers.AnsibleNamespaceMetadataSerializer'>. This will very likely result in an incorrect schema. Try renaming one. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionVersionSearchListSerializer]: unable to resolve type hint for function "get_repository_version". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [UnpaginatedCollectionVersionSerializer > CollectionVersionSignatureSerializer]: unable to resolve type hint for function "get_signature". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/serializers.py: Warning [AnsibleNamespaceMetadataSerializer]: unable to resolve type hint for function "get_avatar_url". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/serializers.py: Warning [AnsibleRepositorySerializer]: unable to resolve type hint for function "get_last_sync_task". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/serializers.py: Warning [CollectionRemoteSerializer]: unable to resolve type hint for function "get_last_sync_task". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version". Defaulting to string (Exception: 'repository_version') +?: (drf_spectacular.W001) /usr/lib/python3.11/site-pa

Check failure on line 24 in spec/acceptance/plugins_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Pulp 3.85

Installation with all plugins Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" stderr is expected not to match /System check identified some issues:/ Failure/Error: its(:stderr) { is_expected.not_to match(/System check identified some issues:/) } expected "SystemCheckError: System check identified some issues:\n\nWARNINGS:\n?: (drf_spectacular.W001) /usr/...ork traffic sniffers to steal the CSRF token.\n\nSystem check identified 373 issues (0 silenced).\n" not to match /System check identified some issues:/ Diff: @@ -1 +1,378 @@ -/System check identified some issues:/ +SystemCheckError: System check identified some issues: + +WARNINGS: +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/filters.py: Warning [CollectionVersionSearchFilter]: Exception raised while trying resolve model field for django-filter field "repository_label". Defaulting to string (Exception: 'repository_label') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionVersionSearchListSerializer > NamespaceSummarySerializer]: Encountered 2 components with identical names "ansible.AnsibleNamespaceMetadata" and different classes <class 'pulp_ansible.app.galaxy.v3.serializers.NamespaceSummarySerializer'> and <class 'pulp_ansible.app.serializers.AnsibleNamespaceMetadataSerializer'>. This will very likely result in an incorrect schema. Try renaming one. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionVersionSearchListSerializer > NamespaceSummarySerializer]: Encountered 2 components with identical names "ansible.AnsibleNamespaceMetadataResponse" and different classes <class 'pulp_ansible.app.galaxy.v3.serializers.NamespaceSummarySerializer'> and <class 'pulp_ansible.app.serializers.AnsibleNamespaceMetadataSerializer'>. This will very likely result in an incorrect schema. Try renaming one. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [UnpaginatedCollectionVersionSerializer > CollectionVersionSignatureSerializer]: unable to resolve type hint for function "get_signature". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/serializers.py: Warning [AnsibleNamespaceMetadataSerializer]: unable to resolve type hint for function "get_avatar_url". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/serializers.py: Warning [CollectionRemoteSerializer]: unable to resolve type hint for function "get_last_sync_task". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "pulp_label_select". Defaulting to string (Exception: 'pulp_label_select') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version". Defaulting to string (Exception: 'repository_version') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_added". Defaulting to string (Exception: 'repository_version_added') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_removed". Defaulting to string (Exception: 'repository_version_removed') +?: (drf_spectacular.W001) /usr/lib/p

Check failure on line 24 in spec/acceptance/plugins_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.63

Installation with all plugins Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" stderr is expected not to match /System check identified some issues:/ Failure/Error: its(:stderr) { is_expected.not_to match(/System check identified some issues:/) } expected "SystemCheckError: System check identified some issues:\n\nWARNINGS:\n?: (drf_spectacular.W001) /usr/...ork traffic sniffers to steal the CSRF token.\n\nSystem check identified 307 issues (0 silenced).\n" not to match /System check identified some issues:/ Diff: @@ -1 +1,312 @@ -/System check identified some issues:/ +SystemCheckError: System check identified some issues: + +WARNINGS: +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/galaxy/v3/filters.py: Warning [CollectionVersionSearchFilter]: Exception raised while trying resolve model field for django-filter field "repository_label". Defaulting to string (Exception: 'repository_label') +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionSerializer]: unable to resolve type hint for function "get_download_count". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionVersionSearchListSerializer > NamespaceSummarySerializer]: Encountered 2 components with identical names "ansible.AnsibleNamespaceMetadata" and different classes <class 'pulp_ansible.app.galaxy.v3.serializers.NamespaceSummarySerializer'> and <class 'pulp_ansible.app.serializers.AnsibleNamespaceMetadataSerializer'>. This will very likely result in an incorrect schema. Try renaming one. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionVersionSearchListSerializer > NamespaceSummarySerializer]: Encountered 2 components with identical names "ansible.AnsibleNamespaceMetadataResponse" and different classes <class 'pulp_ansible.app.galaxy.v3.serializers.NamespaceSummarySerializer'> and <class 'pulp_ansible.app.serializers.AnsibleNamespaceMetadataSerializer'>. This will very likely result in an incorrect schema. Try renaming one. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionVersionSearchListSerializer]: unable to resolve type hint for function "get_repository_version". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [UnpaginatedCollectionVersionSerializer > CollectionVersionSignatureSerializer]: unable to resolve type hint for function "get_signature". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/serializers.py: Warning [AnsibleNamespaceMetadataSerializer]: unable to resolve type hint for function "get_avatar_url". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/serializers.py: Warning [AnsibleRepositorySerializer]: unable to resolve type hint for function "get_last_sync_task". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/serializers.py: Warning [CollectionRemoteSerializer]: unable to resolve type hint for function "get_last_sync_task". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.11/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version". Defaulting to string (Exception: 'repository_version') +?: (drf_spectacular.W001) /usr/lib/python3.11/site-pa

Check failure on line 24 in spec/acceptance/plugins_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly

Installation with all plugins Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" stderr is expected not to match /System check identified some issues:/ Failure/Error: its(:stderr) { is_expected.not_to match(/System check identified some issues:/) } expected "SystemCheckError: System check identified some issues:\n\nWARNINGS:\n?: (drf_spectacular.W001) /usr/...ork traffic sniffers to steal the CSRF token.\n\nSystem check identified 373 issues (0 silenced).\n" not to match /System check identified some issues:/ Diff: @@ -1 +1,378 @@ -/System check identified some issues:/ +SystemCheckError: System check identified some issues: + +WARNINGS: +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/filters.py: Warning [CollectionVersionSearchFilter]: Exception raised while trying resolve model field for django-filter field "repository_label". Defaulting to string (Exception: 'repository_label') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionVersionSearchListSerializer > NamespaceSummarySerializer]: Encountered 2 components with identical names "ansible.AnsibleNamespaceMetadata" and different classes <class 'pulp_ansible.app.galaxy.v3.serializers.NamespaceSummarySerializer'> and <class 'pulp_ansible.app.serializers.AnsibleNamespaceMetadataSerializer'>. This will very likely result in an incorrect schema. Try renaming one. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionVersionSearchListSerializer > NamespaceSummarySerializer]: Encountered 2 components with identical names "ansible.AnsibleNamespaceMetadataResponse" and different classes <class 'pulp_ansible.app.galaxy.v3.serializers.NamespaceSummarySerializer'> and <class 'pulp_ansible.app.serializers.AnsibleNamespaceMetadataSerializer'>. This will very likely result in an incorrect schema. Try renaming one. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [UnpaginatedCollectionVersionSerializer > CollectionVersionSignatureSerializer]: unable to resolve type hint for function "get_signature". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/serializers.py: Warning [AnsibleNamespaceMetadataSerializer]: unable to resolve type hint for function "get_avatar_url". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/serializers.py: Warning [CollectionRemoteSerializer]: unable to resolve type hint for function "get_last_sync_task". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "pulp_label_select". Defaulting to string (Exception: 'pulp_label_select') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version". Defaulting to string (Exception: 'repository_version') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_added". Defaulting to string (Exception: 'repository_version_added') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_removed". Defaulting to string (Exception: 'repository_version_removed') +?: (drf_spectacular.W001) /usr/lib/p

Check failure on line 24 in spec/acceptance/plugins_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Pulp nightly

Installation with all plugins Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" stderr is expected not to match /System check identified some issues:/ Failure/Error: its(:stderr) { is_expected.not_to match(/System check identified some issues:/) } expected "SystemCheckError: System check identified some issues:\n\nWARNINGS:\n?: (drf_spectacular.W001) /usr/...ork traffic sniffers to steal the CSRF token.\n\nSystem check identified 373 issues (0 silenced).\n" not to match /System check identified some issues:/ Diff: @@ -1 +1,378 @@ -/System check identified some issues:/ +SystemCheckError: System check identified some issues: + +WARNINGS: +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/filters.py: Warning [CollectionVersionSearchFilter]: Exception raised while trying resolve model field for django-filter field "repository_label". Defaulting to string (Exception: 'repository_label') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionVersionSearchListSerializer > NamespaceSummarySerializer]: Encountered 2 components with identical names "ansible.AnsibleNamespaceMetadata" and different classes <class 'pulp_ansible.app.galaxy.v3.serializers.NamespaceSummarySerializer'> and <class 'pulp_ansible.app.serializers.AnsibleNamespaceMetadataSerializer'>. This will very likely result in an incorrect schema. Try renaming one. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionVersionSearchListSerializer > NamespaceSummarySerializer]: Encountered 2 components with identical names "ansible.AnsibleNamespaceMetadataResponse" and different classes <class 'pulp_ansible.app.galaxy.v3.serializers.NamespaceSummarySerializer'> and <class 'pulp_ansible.app.serializers.AnsibleNamespaceMetadataSerializer'>. This will very likely result in an incorrect schema. Try renaming one. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [UnpaginatedCollectionVersionSerializer > CollectionVersionSignatureSerializer]: unable to resolve type hint for function "get_signature". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/serializers.py: Warning [AnsibleNamespaceMetadataSerializer]: unable to resolve type hint for function "get_avatar_url". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/serializers.py: Warning [CollectionRemoteSerializer]: unable to resolve type hint for function "get_last_sync_task". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "pulp_label_select". Defaulting to string (Exception: 'pulp_label_select') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version". Defaulting to string (Exception: 'repository_version') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_added". Defaulting to string (Exception: 'repository_version_added') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_removed". Defaulting to string (Exception: 'repository_version_removed') +?: (drf_spectacular.W001) /usr/lib/p

Check failure on line 24 in spec/acceptance/plugins_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - CentOS 9 - Pulp 3.73

Installation with all plugins Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" stderr is expected not to match /System check identified some issues:/ Failure/Error: its(:stderr) { is_expected.not_to match(/System check identified some issues:/) } expected "SystemCheckError: System check identified some issues:\n\nWARNINGS:\n?: (drf_spectacular.W001) /usr/...ork traffic sniffers to steal the CSRF token.\n\nSystem check identified 370 issues (0 silenced).\n" not to match /System check identified some issues:/ Diff: @@ -1 +1,375 @@ -/System check identified some issues:/ +SystemCheckError: System check identified some issues: + +WARNINGS: +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/filters.py: Warning [CollectionVersionSearchFilter]: Exception raised while trying resolve model field for django-filter field "repository_label". Defaulting to string (Exception: 'repository_label') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionVersionSearchListSerializer > NamespaceSummarySerializer]: Encountered 2 components with identical names "ansible.AnsibleNamespaceMetadata" and different classes <class 'pulp_ansible.app.galaxy.v3.serializers.NamespaceSummarySerializer'> and <class 'pulp_ansible.app.serializers.AnsibleNamespaceMetadataSerializer'>. This will very likely result in an incorrect schema. Try renaming one. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionVersionSearchListSerializer > NamespaceSummarySerializer]: Encountered 2 components with identical names "ansible.AnsibleNamespaceMetadataResponse" and different classes <class 'pulp_ansible.app.galaxy.v3.serializers.NamespaceSummarySerializer'> and <class 'pulp_ansible.app.serializers.AnsibleNamespaceMetadataSerializer'>. This will very likely result in an incorrect schema. Try renaming one. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [UnpaginatedCollectionVersionSerializer > CollectionVersionSignatureSerializer]: unable to resolve type hint for function "get_signature". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/serializers.py: Warning [AnsibleNamespaceMetadataSerializer]: unable to resolve type hint for function "get_avatar_url". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/serializers.py: Warning [CollectionRemoteSerializer]: unable to resolve type hint for function "get_last_sync_task". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "pulp_label_select". Defaulting to string (Exception: 'pulp_label_select') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version". Defaulting to string (Exception: 'repository_version') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_added". Defaulting to string (Exception: 'repository_version_added') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_removed". Defaulting to string (Exception: 'repository_version_removed') +?: (drf_spectacular.W001) /usr/lib/p

Check failure on line 24 in spec/acceptance/plugins_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.85

Installation with all plugins Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" stderr is expected not to match /System check identified some issues:/ Failure/Error: its(:stderr) { is_expected.not_to match(/System check identified some issues:/) } expected "SystemCheckError: System check identified some issues:\n\nWARNINGS:\n?: (drf_spectacular.W001) /usr/...ork traffic sniffers to steal the CSRF token.\n\nSystem check identified 373 issues (0 silenced).\n" not to match /System check identified some issues:/ Diff: @@ -1 +1,378 @@ -/System check identified some issues:/ +SystemCheckError: System check identified some issues: + +WARNINGS: +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/filters.py: Warning [CollectionVersionSearchFilter]: Exception raised while trying resolve model field for django-filter field "repository_label". Defaulting to string (Exception: 'repository_label') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionVersionSearchListSerializer > NamespaceSummarySerializer]: Encountered 2 components with identical names "ansible.AnsibleNamespaceMetadata" and different classes <class 'pulp_ansible.app.galaxy.v3.serializers.NamespaceSummarySerializer'> and <class 'pulp_ansible.app.serializers.AnsibleNamespaceMetadataSerializer'>. This will very likely result in an incorrect schema. Try renaming one. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionVersionSearchListSerializer > NamespaceSummarySerializer]: Encountered 2 components with identical names "ansible.AnsibleNamespaceMetadataResponse" and different classes <class 'pulp_ansible.app.galaxy.v3.serializers.NamespaceSummarySerializer'> and <class 'pulp_ansible.app.serializers.AnsibleNamespaceMetadataSerializer'>. This will very likely result in an incorrect schema. Try renaming one. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [UnpaginatedCollectionVersionSerializer > CollectionVersionSignatureSerializer]: unable to resolve type hint for function "get_signature". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/serializers.py: Warning [AnsibleNamespaceMetadataSerializer]: unable to resolve type hint for function "get_avatar_url". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/serializers.py: Warning [CollectionRemoteSerializer]: unable to resolve type hint for function "get_last_sync_task". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "pulp_label_select". Defaulting to string (Exception: 'pulp_label_select') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version". Defaulting to string (Exception: 'repository_version') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_added". Defaulting to string (Exception: 'repository_version_added') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_removed". Defaulting to string (Exception: 'repository_version_removed') +?: (drf_spectacular.W001) /usr/lib/p

Check failure on line 24 in spec/acceptance/plugins_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.73

Installation with all plugins Command "sudo -u pulp PULP_SETTINGS=/etc/pulp/settings.py pulpcore-manager check --deploy --fail-level WARNING" stderr is expected not to match /System check identified some issues:/ Failure/Error: its(:stderr) { is_expected.not_to match(/System check identified some issues:/) } expected "SystemCheckError: System check identified some issues:\n\nWARNINGS:\n?: (drf_spectacular.W001) /usr/...ork traffic sniffers to steal the CSRF token.\n\nSystem check identified 370 issues (0 silenced).\n" not to match /System check identified some issues:/ Diff: @@ -1 +1,375 @@ -/System check identified some issues:/ +SystemCheckError: System check identified some issues: + +WARNINGS: +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/filters.py: Warning [CollectionVersionSearchFilter]: Exception raised while trying resolve model field for django-filter field "repository_label". Defaulting to string (Exception: 'repository_label') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionVersionSearchListSerializer > NamespaceSummarySerializer]: Encountered 2 components with identical names "ansible.AnsibleNamespaceMetadata" and different classes <class 'pulp_ansible.app.galaxy.v3.serializers.NamespaceSummarySerializer'> and <class 'pulp_ansible.app.serializers.AnsibleNamespaceMetadataSerializer'>. This will very likely result in an incorrect schema. Try renaming one. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [CollectionVersionSearchListSerializer > NamespaceSummarySerializer]: Encountered 2 components with identical names "ansible.AnsibleNamespaceMetadataResponse" and different classes <class 'pulp_ansible.app.galaxy.v3.serializers.NamespaceSummarySerializer'> and <class 'pulp_ansible.app.serializers.AnsibleNamespaceMetadataSerializer'>. This will very likely result in an incorrect schema. Try renaming one. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/galaxy/v3/serializers.py: Warning [UnpaginatedCollectionVersionSerializer > CollectionVersionSignatureSerializer]: unable to resolve type hint for function "get_signature". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/serializers.py: Warning [AnsibleNamespaceMetadataSerializer]: unable to resolve type hint for function "get_avatar_url". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/serializers.py: Warning [CollectionRemoteSerializer]: unable to resolve type hint for function "get_last_sync_task". Consider using a type hint or @extend_schema_field. Defaulting to string. +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "pulp_label_select". Defaulting to string (Exception: 'pulp_label_select') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version". Defaulting to string (Exception: 'repository_version') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_added". Defaulting to string (Exception: 'repository_version_added') +?: (drf_spectacular.W001) /usr/lib/python3.12/site-packages/pulp_ansible/app/viewsets.py: Warning [AnsibleNamespaceFilter]: Exception raised while trying resolve model field for django-filter field "repository_version_removed". Defaulting to string (Exception: 'repository_version_removed') +?: (drf_spectacular.W001) /usr/lib/p
end

describe file('/etc/pulp/settings.py') do
it { is_expected.to be_file }
its(:content) { is_expected.to match(/^TOKEN_AUTH_DISABLED=True$/) }
Expand Down
Loading