Skip to content

Enable FLATPAK_INDEX for pulp registry #1442

Enable FLATPAK_INDEX for pulp registry

Enable FLATPAK_INDEX for pulp registry #1442

Triggered via pull request December 2, 2024 16:40
@lfulfu
synchronize #363
lfu:flatpak_index
Status Failure
Total duration 21m 6s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
30s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
4s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 1 warning
Puppet / 8 (Ruby 3.2): spec/classes/plugin_container_spec.rb#L10
pulpcore::plugin::container on almalinux-8-x86_64 with default params configures the plugin Failure/Error: is_expected.to contain_concat__fragment('plugin-container') .with_content("\n# container plugin settings\nTOKEN_AUTH_DISABLED=True") .with_content(/^FLATPAK_INDEX=True/) expected that the catalogue would contain Concat::Fragment[plugin-container] with content set to supplied string Diff: @@ -1,4 +1,5 @@ # container plugin settings TOKEN_AUTH_DISABLED=True +FLATPAK_INDEX=True
Puppet / 8 (Ruby 3.2): spec/classes/plugin_container_spec.rb#L54
pulpcore::plugin::container on almalinux-8-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -7,6 +7,14 @@ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location> + <Location "/pulpcore_registry"> + RequestHeader unset REMOTE-USER + RequestHeader unset REMOTE_USER + RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api + ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api + </Location> + ProxyPass /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/ ProxyPassReverse /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
Puppet / 8 (Ruby 3.2): spec/classes/plugin_container_spec.rb#L10
pulpcore::plugin::container on almalinux-9-x86_64 with default params configures the plugin Failure/Error: is_expected.to contain_concat__fragment('plugin-container') .with_content("\n# container plugin settings\nTOKEN_AUTH_DISABLED=True") .with_content(/^FLATPAK_INDEX=True/) expected that the catalogue would contain Concat::Fragment[plugin-container] with content set to supplied string Diff: @@ -1,4 +1,5 @@ # container plugin settings TOKEN_AUTH_DISABLED=True +FLATPAK_INDEX=True
Puppet / 8 (Ruby 3.2): spec/classes/plugin_container_spec.rb#L54
pulpcore::plugin::container on almalinux-9-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -7,6 +7,14 @@ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location> + <Location "/pulpcore_registry"> + RequestHeader unset REMOTE-USER + RequestHeader unset REMOTE_USER + RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api + ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api + </Location> + ProxyPass /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/ ProxyPassReverse /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
Puppet / 8 (Ruby 3.2): spec/classes/plugin_container_spec.rb#L10
pulpcore::plugin::container on centos-8-x86_64 with default params configures the plugin Failure/Error: is_expected.to contain_concat__fragment('plugin-container') .with_content("\n# container plugin settings\nTOKEN_AUTH_DISABLED=True") .with_content(/^FLATPAK_INDEX=True/) expected that the catalogue would contain Concat::Fragment[plugin-container] with content set to supplied string Diff: @@ -1,4 +1,5 @@ # container plugin settings TOKEN_AUTH_DISABLED=True +FLATPAK_INDEX=True
Puppet / 8 (Ruby 3.2): spec/classes/plugin_container_spec.rb#L54
pulpcore::plugin::container on centos-8-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -7,6 +7,14 @@ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location> + <Location "/pulpcore_registry"> + RequestHeader unset REMOTE-USER + RequestHeader unset REMOTE_USER + RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api + ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api + </Location> + ProxyPass /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/ ProxyPassReverse /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
Puppet / 8 (Ruby 3.2): spec/classes/plugin_container_spec.rb#L10
pulpcore::plugin::container on centos-9-x86_64 with default params configures the plugin Failure/Error: is_expected.to contain_concat__fragment('plugin-container') .with_content("\n# container plugin settings\nTOKEN_AUTH_DISABLED=True") .with_content(/^FLATPAK_INDEX=True/) expected that the catalogue would contain Concat::Fragment[plugin-container] with content set to supplied string Diff: @@ -1,4 +1,5 @@ # container plugin settings TOKEN_AUTH_DISABLED=True +FLATPAK_INDEX=True
Puppet / 8 (Ruby 3.2): spec/classes/plugin_container_spec.rb#L54
pulpcore::plugin::container on centos-9-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -7,6 +7,14 @@ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location> + <Location "/pulpcore_registry"> + RequestHeader unset REMOTE-USER + RequestHeader unset REMOTE_USER + RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api + ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api + </Location> + ProxyPass /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/ ProxyPassReverse /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
Puppet / 8 (Ruby 3.2): spec/classes/plugin_container_spec.rb#L10
pulpcore::plugin::container on redhat-8-x86_64 with default params configures the plugin Failure/Error: is_expected.to contain_concat__fragment('plugin-container') .with_content("\n# container plugin settings\nTOKEN_AUTH_DISABLED=True") .with_content(/^FLATPAK_INDEX=True/) expected that the catalogue would contain Concat::Fragment[plugin-container] with content set to supplied string Diff: @@ -1,4 +1,5 @@ # container plugin settings TOKEN_AUTH_DISABLED=True +FLATPAK_INDEX=True
Puppet / 8 (Ruby 3.2): spec/classes/plugin_container_spec.rb#L54
pulpcore::plugin::container on redhat-8-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -7,6 +7,14 @@ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location> + <Location "/pulpcore_registry"> + RequestHeader unset REMOTE-USER + RequestHeader unset REMOTE_USER + RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api + ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api + </Location> + ProxyPass /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/ ProxyPassReverse /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
Puppet / 7 (Ruby 2.7): spec/classes/plugin_container_spec.rb#L10
pulpcore::plugin::container on almalinux-8-x86_64 with default params configures the plugin Failure/Error: is_expected.to contain_concat__fragment('plugin-container') .with_content("\n# container plugin settings\nTOKEN_AUTH_DISABLED=True") .with_content(/^FLATPAK_INDEX=True/) expected that the catalogue would contain Concat::Fragment[plugin-container] with content set to supplied string Diff: @@ -1,4 +1,5 @@ # container plugin settings TOKEN_AUTH_DISABLED=True +FLATPAK_INDEX=True
Puppet / 7 (Ruby 2.7): spec/classes/plugin_container_spec.rb#L54
pulpcore::plugin::container on almalinux-8-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -7,6 +7,14 @@ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location> + <Location "/pulpcore_registry"> + RequestHeader unset REMOTE-USER + RequestHeader unset REMOTE_USER + RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api + ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api + </Location> + ProxyPass /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/ ProxyPassReverse /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
Puppet / 7 (Ruby 2.7): spec/classes/plugin_container_spec.rb#L10
pulpcore::plugin::container on centos-9-x86_64 with default params configures the plugin Failure/Error: is_expected.to contain_concat__fragment('plugin-container') .with_content("\n# container plugin settings\nTOKEN_AUTH_DISABLED=True") .with_content(/^FLATPAK_INDEX=True/) expected that the catalogue would contain Concat::Fragment[plugin-container] with content set to supplied string Diff: @@ -1,4 +1,5 @@ # container plugin settings TOKEN_AUTH_DISABLED=True +FLATPAK_INDEX=True
Puppet / 7 (Ruby 2.7): spec/classes/plugin_container_spec.rb#L54
pulpcore::plugin::container on centos-9-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -7,6 +7,14 @@ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location> + <Location "/pulpcore_registry"> + RequestHeader unset REMOTE-USER + RequestHeader unset REMOTE_USER + RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api + ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api + </Location> + ProxyPass /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/ ProxyPassReverse /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
Puppet / 7 (Ruby 2.7): spec/classes/plugin_container_spec.rb#L10
pulpcore::plugin::container on redhat-9-x86_64 with default params configures the plugin Failure/Error: is_expected.to contain_concat__fragment('plugin-container') .with_content("\n# container plugin settings\nTOKEN_AUTH_DISABLED=True") .with_content(/^FLATPAK_INDEX=True/) expected that the catalogue would contain Concat::Fragment[plugin-container] with content set to supplied string Diff: @@ -1,4 +1,5 @@ # container plugin settings TOKEN_AUTH_DISABLED=True +FLATPAK_INDEX=True
Puppet / 7 (Ruby 2.7): spec/classes/plugin_container_spec.rb#L54
pulpcore::plugin::container on redhat-9-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -7,6 +7,14 @@ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location> + <Location "/pulpcore_registry"> + RequestHeader unset REMOTE-USER + RequestHeader unset REMOTE_USER + RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api + ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api + </Location> + ProxyPass /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/ ProxyPassReverse /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
Puppet / 7 (Ruby 2.7): spec/classes/plugin_container_spec.rb#L10
pulpcore::plugin::container on redhat-8-x86_64 with default params configures the plugin Failure/Error: is_expected.to contain_concat__fragment('plugin-container') .with_content("\n# container plugin settings\nTOKEN_AUTH_DISABLED=True") .with_content(/^FLATPAK_INDEX=True/) expected that the catalogue would contain Concat::Fragment[plugin-container] with content set to supplied string Diff: @@ -1,4 +1,5 @@ # container plugin settings TOKEN_AUTH_DISABLED=True +FLATPAK_INDEX=True
Puppet / 7 (Ruby 2.7): spec/classes/plugin_container_spec.rb#L54
pulpcore::plugin::container on redhat-8-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -7,6 +7,14 @@ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location> + <Location "/pulpcore_registry"> + RequestHeader unset REMOTE-USER + RequestHeader unset REMOTE_USER + RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api + ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api + </Location> + ProxyPass /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/ ProxyPassReverse /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
Puppet / 7 (Ruby 2.7): spec/classes/plugin_container_spec.rb#L10
pulpcore::plugin::container on centos-8-x86_64 with default params configures the plugin Failure/Error: is_expected.to contain_concat__fragment('plugin-container') .with_content("\n# container plugin settings\nTOKEN_AUTH_DISABLED=True") .with_content(/^FLATPAK_INDEX=True/) expected that the catalogue would contain Concat::Fragment[plugin-container] with content set to supplied string Diff: @@ -1,4 +1,5 @@ # container plugin settings TOKEN_AUTH_DISABLED=True +FLATPAK_INDEX=True
Puppet / 7 (Ruby 2.7): spec/classes/plugin_container_spec.rb#L54
pulpcore::plugin::container on centos-8-x86_64 with API client auth common names configures the plugin Failure/Error: is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container') .with_vhost('pulpcore-https') .with_priority('10') .with_content(<<APACHE_CONFIG) <Location "/pulpcore_registry/v2/"> RequestHeader unset REMOTE-USER RequestHeader unset REMOTE_USER RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string Diff: @@ -7,6 +7,14 @@ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/ </Location> + <Location "/pulpcore_registry"> + RequestHeader unset REMOTE-USER + RequestHeader unset REMOTE_USER + RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'" + ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api + ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api + </Location> + ProxyPass /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/ ProxyPassReverse /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
Puppet / Test suite
Process completed with exit code 1.
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system CentOS 8