never set REMOTE_USER to the value of SSL_CLIENT_S_DN_CN #1437
ci.yml
on: pull_request
Puppet
/
Static validations
15s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
91 errors and 1 warning
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for almalinux9-64-puppet8.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for almalinux9-64-puppet8.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.39
Process completed with exit code 1.
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L26
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L27
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stdout is expected to match /versions/
Failure/Error: its(:stdout) { is_expected.to match(/versions/) }
expected "" to match /versions/
Diff:
@@ -1 +1 @@
-/versions/
+""
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L28
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: HTTPSConnectionPool(host='almalinux9-64-puppet7.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux9-64-puppet7.example.com'. (_ssl.c:1006)\")))\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: HTTPSConnectionPool(host='almalinux9-64-puppet7.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux9-64-puppet7.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: HTTPSConnectionPool(host='almalinux9-64-puppet7.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux9-64-puppet7.example.com'. (_ssl.c:1006)\")))\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: HTTPSConnectionPool(host='almalinux9-64-puppet7.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux9-64-puppet7.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L33
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L34
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stdout is expected to match /admin/
Failure/Error: its(:stdout) { is_expected.to match(/admin/) }
expected "" to match /admin/
Diff:
@@ -1 +1 @@
-/admin/
+""
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L35
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: HTTPSConnectionPool(host='almalinux9-64-puppet7.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux9-64-puppet7.example.com'. (_ssl.c:1006)\")))\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: HTTPSConnectionPool(host='almalinux9-64-puppet7.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux9-64-puppet7.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: HTTPSConnectionPool(host='almalinux9-64-puppet7.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux9-64-puppet7.example.com'. (_ssl.c:1006)\")))\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: HTTPSConnectionPool(host='almalinux9-64-puppet7.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux9-64-puppet7.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp nightly
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for centos9-64-puppet8.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for centos9-64-puppet8.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.39
Process completed with exit code 1.
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for almalinux9-64-puppet7.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for almalinux9-64-puppet7.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.39
Process completed with exit code 1.
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly:
spec/acceptance/cli_spec.rb#L26
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly:
spec/acceptance/cli_spec.rb#L27
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stdout is expected to match /versions/
Failure/Error: its(:stdout) { is_expected.to match(/versions/) }
expected "" to match /versions/
Diff:
@@ -1 +1 @@
-/versions/
+""
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly:
spec/acceptance/cli_spec.rb#L28
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: HTTPSConnectionPool(host='almalinux8-64-puppet8.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux8-64-puppet8.example.com'. (_ssl.c:1006)\")))\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: HTTPSConnectionPool(host='almalinux8-64-puppet8.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux8-64-puppet8.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: HTTPSConnectionPool(host='almalinux8-64-puppet8.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux8-64-puppet8.example.com'. (_ssl.c:1006)\")))\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: HTTPSConnectionPool(host='almalinux8-64-puppet8.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux8-64-puppet8.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly:
spec/acceptance/cli_spec.rb#L33
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly:
spec/acceptance/cli_spec.rb#L34
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stdout is expected to match /admin/
Failure/Error: its(:stdout) { is_expected.to match(/admin/) }
expected "" to match /admin/
Diff:
@@ -1 +1 @@
-/admin/
+""
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly:
spec/acceptance/cli_spec.rb#L35
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: HTTPSConnectionPool(host='almalinux8-64-puppet8.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux8-64-puppet8.example.com'. (_ssl.c:1006)\")))\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: HTTPSConnectionPool(host='almalinux8-64-puppet8.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux8-64-puppet8.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: HTTPSConnectionPool(host='almalinux8-64-puppet8.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux8-64-puppet8.example.com'. (_ssl.c:1006)\")))\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: HTTPSConnectionPool(host='almalinux8-64-puppet8.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux8-64-puppet8.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp nightly
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L26
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L27
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stdout is expected to match /versions/
Failure/Error: its(:stdout) { is_expected.to match(/versions/) }
expected "" to match /versions/
Diff:
@@ -1 +1 @@
-/versions/
+""
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L28
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: HTTPSConnectionPool(host='centos9-64-puppet8.example.com', port=443): Max retries exceeded wi...tname mismatch, certificate is not valid for 'centos9-64-puppet8.example.com'. (_ssl.c:1006)\")))\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: HTTPSConnectionPool(host='centos9-64-puppet8.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'centos9-64-puppet8.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: HTTPSConnectionPool(host='centos9-64-puppet8.example.com', port=443): Max retries exceeded wi...tname mismatch, certificate is not valid for 'centos9-64-puppet8.example.com'. (_ssl.c:1006)\")))\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: HTTPSConnectionPool(host='centos9-64-puppet8.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'centos9-64-puppet8.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L33
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L34
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stdout is expected to match /admin/
Failure/Error: its(:stdout) { is_expected.to match(/admin/) }
expected "" to match /admin/
Diff:
@@ -1 +1 @@
-/admin/
+""
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L35
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: HTTPSConnectionPool(host='centos9-64-puppet8.example.com', port=443): Max retries exceeded wi...tname mismatch, certificate is not valid for 'centos9-64-puppet8.example.com'. (_ssl.c:1006)\")))\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: HTTPSConnectionPool(host='centos9-64-puppet8.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'centos9-64-puppet8.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: HTTPSConnectionPool(host='centos9-64-puppet8.example.com', port=443): Max retries exceeded wi...tname mismatch, certificate is not valid for 'centos9-64-puppet8.example.com'. (_ssl.c:1006)\")))\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: HTTPSConnectionPool(host='centos9-64-puppet8.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'centos9-64-puppet8.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 8 - CentOS 9 - Pulp nightly
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for centos9-64-puppet7.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for centos9-64-puppet7.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.39
Process completed with exit code 1.
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for almalinux8-64-puppet7.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for almalinux8-64-puppet7.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.39
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L26
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L27
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stdout is expected to match /versions/
Failure/Error: its(:stdout) { is_expected.to match(/versions/) }
expected "" to match /versions/
Diff:
@@ -1 +1 @@
-/versions/
+""
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for almalinux8-64-puppet8.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L28
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: HTTPSConnectionPool(host='centos9-64-puppet7.example.com', port=443): Max retries exceeded wi...tname mismatch, certificate is not valid for 'centos9-64-puppet7.example.com'. (_ssl.c:1006)\")))\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: HTTPSConnectionPool(host='centos9-64-puppet7.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'centos9-64-puppet7.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.39:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for almalinux8-64-puppet8.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: HTTPSConnectionPool(host='centos9-64-puppet7.example.com', port=443): Max retries exceeded wi...tname mismatch, certificate is not valid for 'centos9-64-puppet7.example.com'. (_ssl.c:1006)\")))\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: HTTPSConnectionPool(host='centos9-64-puppet7.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'centos9-64-puppet7.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.39
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L33
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L34
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stdout is expected to match /admin/
Failure/Error: its(:stdout) { is_expected.to match(/admin/) }
expected "" to match /admin/
Diff:
@@ -1 +1 @@
-/admin/
+""
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L35
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: HTTPSConnectionPool(host='centos9-64-puppet7.example.com', port=443): Max retries exceeded wi...tname mismatch, certificate is not valid for 'centos9-64-puppet7.example.com'. (_ssl.c:1006)\")))\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: HTTPSConnectionPool(host='centos9-64-puppet7.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'centos9-64-puppet7.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: HTTPSConnectionPool(host='centos9-64-puppet7.example.com', port=443): Max retries exceeded wi...tname mismatch, certificate is not valid for 'centos9-64-puppet7.example.com'. (_ssl.c:1006)\")))\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: HTTPSConnectionPool(host='centos9-64-puppet7.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'centos9-64-puppet7.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 7 - CentOS 9 - Pulp nightly
Process completed with exit code 1.
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L26
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L27
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stdout is expected to match /versions/
Failure/Error: its(:stdout) { is_expected.to match(/versions/) }
expected "" to match /versions/
Diff:
@@ -1 +1 @@
-/versions/
+""
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L28
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: HTTPSConnectionPool(host='almalinux9-64-puppet8.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux9-64-puppet8.example.com'. (_ssl.c:1006)\")))\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: HTTPSConnectionPool(host='almalinux9-64-puppet8.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux9-64-puppet8.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: HTTPSConnectionPool(host='almalinux9-64-puppet8.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux9-64-puppet8.example.com'. (_ssl.c:1006)\")))\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: HTTPSConnectionPool(host='almalinux9-64-puppet8.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux9-64-puppet8.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L33
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L34
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stdout is expected to match /admin/
Failure/Error: its(:stdout) { is_expected.to match(/admin/) }
expected "" to match /admin/
Diff:
@@ -1 +1 @@
-/admin/
+""
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L35
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: HTTPSConnectionPool(host='almalinux9-64-puppet8.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux9-64-puppet8.example.com'. (_ssl.c:1006)\")))\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: HTTPSConnectionPool(host='almalinux9-64-puppet8.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux9-64-puppet8.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: HTTPSConnectionPool(host='almalinux9-64-puppet8.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux9-64-puppet8.example.com'. (_ssl.c:1006)\")))\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: HTTPSConnectionPool(host='almalinux9-64-puppet8.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux9-64-puppet8.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp nightly
Process completed with exit code 1.
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly:
spec/acceptance/cli_spec.rb#L26
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly:
spec/acceptance/cli_spec.rb#L27
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stdout is expected to match /versions/
Failure/Error: its(:stdout) { is_expected.to match(/versions/) }
expected "" to match /versions/
Diff:
@@ -1 +1 @@
-/versions/
+""
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly:
spec/acceptance/cli_spec.rb#L28
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: HTTPSConnectionPool(host='almalinux8-64-puppet7.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux8-64-puppet7.example.com'. (_ssl.c:1006)\")))\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: HTTPSConnectionPool(host='almalinux8-64-puppet7.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux8-64-puppet7.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: HTTPSConnectionPool(host='almalinux8-64-puppet7.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux8-64-puppet7.example.com'. (_ssl.c:1006)\")))\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: HTTPSConnectionPool(host='almalinux8-64-puppet7.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux8-64-puppet7.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly:
spec/acceptance/cli_spec.rb#L33
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly:
spec/acceptance/cli_spec.rb#L34
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stdout is expected to match /admin/
Failure/Error: its(:stdout) { is_expected.to match(/admin/) }
expected "" to match /admin/
Diff:
@@ -1 +1 @@
-/admin/
+""
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly:
spec/acceptance/cli_spec.rb#L35
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: HTTPSConnectionPool(host='almalinux8-64-puppet7.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux8-64-puppet7.example.com'. (_ssl.c:1006)\")))\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: HTTPSConnectionPool(host='almalinux8-64-puppet7.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux8-64-puppet7.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: HTTPSConnectionPool(host='almalinux8-64-puppet7.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux8-64-puppet7.example.com'. (_ssl.c:1006)\")))\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: HTTPSConnectionPool(host='almalinux8-64-puppet7.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux8-64-puppet7.example.com'. (_ssl.c:1006)")))
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp nightly
Process completed with exit code 1.
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for almalinux8-64-puppet7.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for almalinux8-64-puppet7.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 7 - AlmaLinux 8 - Pulp 3.49
Process completed with exit code 1.
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for almalinux8-64-puppet8.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for almalinux8-64-puppet8.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 8 - AlmaLinux 8 - Pulp 3.49
Process completed with exit code 1.
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for almalinux9-64-puppet7.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for almalinux9-64-puppet7.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 7 - AlmaLinux 9 - Pulp 3.49
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for centos9-64-puppet8.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for centos9-64-puppet8.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 8 - CentOS 9 - Pulp 3.49
Process completed with exit code 1.
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for almalinux9-64-puppet8.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for almalinux9-64-puppet8.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 8 - AlmaLinux 9 - Pulp 3.49
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for centos9-64-puppet7.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.49:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for centos9-64-puppet7.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Puppet / Puppet 7 - CentOS 9 - Pulp 3.49
Process completed with exit code 1.
|
Puppet / Test suite
Process completed with exit code 1.
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 8
|