Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Ephemeral namespace perf test #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yogananth-subramanian
Copy link
Contributor

This patch resolves an issue related to running integration performance tests in the Ephemeral namespace by using the service endpoint instead of the route. This patch also makes setting a secret for the horreum optional.

This patch resolves an issue related to running integration
performance tests in the Ephemeral namespace by using the service
endpoint instead of the route. This patch also makes setting a
secret for the horreum optional.
@yogananth-subramanian
Copy link
Contributor Author

Hello @markturansky @gurnben , have updated the integration performance test to accommodate the new architectural changes in konflux related to Ephemeral namespace , that is to use the Service endpoint instead of the Application(trex) route as API endpoints for the performance(k6) tests. If you could review the latest patch, that would be great.

@markturansky
Copy link
Contributor

I don't have the necessary knowledge to review this PR, but if it runs and passes automated tests, it's fine with me :)

@yogananth-subramanian
Copy link
Contributor Author

I don't have the necessary knowledge to review this PR, but if it runs and passes automated tests, it's fine with me :)

Hello @markturansky , I was able to run it successfully in console.dev.redhat.com without issue, below is the log output for reference.

`provsion-test1-47d9t-provision-env

PROVSION-TEST1-47D9T-PROVISION-ENV

[prepare] 2024/11/07 07:45:15 Entrypoint initialization

[place-scripts] 2024/11/07 07:45:15 Decoded script /tekton/scripts/script-0-dth28

[request-ephemeral-namespace] + set -o pipefail
[request-ephemeral-namespace] + cat
[request-ephemeral-namespace] ++ oc create -f space_request.yaml '-o=jsonpath={.metadata.name}'
[request-ephemeral-namespace] + SPACEREQUEST_NAME=task-spacerequest-852s5
[request-ephemeral-namespace] + oc wait spacerequests task-spacerequest-852s5 --for=condition=Ready --timeout=5m -n ysubrama-tenant
[request-ephemeral-namespace] spacerequest.toolchain.dev.openshift.com/task-spacerequest-852s5 condition met
[request-ephemeral-namespace] ++ oc get spacerequests task-spacerequest-852s5 '-o=jsonpath={.status.namespaceAccess[0].secretRef}'
[request-ephemeral-namespace] + secretRef=task-spacerequest-852s5-mgbm9
[request-ephemeral-namespace] + echo -n task-spacerequest-852s5-mgbm9
[request-ephemeral-namespace] + tee /tekton/results/secretRef
[request-ephemeral-namespace] task-spacerequest-852s5-mgbm9

%!s()

provsion-test1-47d9t-extract-secrets

PROVSION-TEST1-47D9T-EXTRACT-SECRETS

[prepare] 2024/11/07 07:45:14 Entrypoint initialization

[place-scripts] 2024/11/07 07:45:15 Decoded script /tekton/scripts/script-0-5jhwr

[extract-secrets] Error from server (NotFound): secrets "horreum" not found
[extract-secrets] false

%!s()

provsion-test1-47d9t-deploy-app

PROVSION-TEST1-47D9T-DEPLOY-APP

[prepare] 2024/11/07 07:45:23 Entrypoint initialization

[place-scripts] 2024/11/07 07:45:24 Decoded script /tekton/scripts/script-0-tc55q

[unnamed-0] Updating Subscription Management repositories.
[unnamed-0] Unable to read consumer identity
[unnamed-0]
[unnamed-0] This system is not registered with an entitlement server. You can use subscription-manager to register.
[unnamed-0]
[unnamed-0] Red Hat Universal Base Image 8 (RPMs) - BaseOS 6.6 MB/s | 722 kB 00:00
[unnamed-0] Red Hat Universal Base Image 8 (RPMs) - AppStre 39 MB/s | 3.3 MB 00:00
[unnamed-0] Red Hat Universal Base Image 8 (RPMs) - CodeRea 2.2 MB/s | 186 kB 00:00
[unnamed-0] Dependencies resolved.
[unnamed-0] =====================================================================================================
[unnamed-0] Package Arch Version Repository Size
[unnamed-0] =====================================================================================================
[unnamed-0] Installing:
[unnamed-0] git x86_64 2.43.5-1.el8_10 ubi-8-appstream-rpms 92 k
[unnamed-0] jq x86_64 1.6-9.el8_10 ubi-8-appstream-rpms 203 k
[unnamed-0] Installing dependencies:
[unnamed-0] emacs-filesystem noarch 1:26.1-12.el8_10 ubi-8-baseos-rpms 70 k
[unnamed-0] git-core x86_64 2.43.5-1.el8_10 ubi-8-appstream-rpms 11 M
[unnamed-0] git-core-doc noarch 2.43.5-1.el8_10 ubi-8-appstream-rpms 3.1 M
[unnamed-0] groff-base x86_64 1.22.3-18.el8 ubi-8-baseos-rpms 1.0 M
[unnamed-0] less x86_64 530-3.el8_10 ubi-8-baseos-rpms 164 k
[unnamed-0] libedit x86_64 3.1-23.20170329cvs.el8 ubi-8-baseos-rpms 102 k
[unnamed-0] ncurses x86_64 6.1-10.20180224.el8 ubi-8-baseos-rpms 387 k
[unnamed-0] oniguruma x86_64 6.8.2-3.el8 ubi-8-appstream-rpms 188 k
[unnamed-0] openssh x86_64 8.0p1-25.el8_10 ubi-8-baseos-rpms 526 k
[unnamed-0] openssh-clients x86_64 8.0p1-25.el8_10 ubi-8-baseos-rpms 646 k
[unnamed-0] perl-Carp noarch 1.42-396.el8 ubi-8-baseos-rpms 30 k
[unnamed-0] perl-Data-Dumper x86_64 2.167-399.el8 ubi-8-baseos-rpms 58 k
[unnamed-0] perl-Digest noarch 1.17-395.el8 ubi-8-appstream-rpms 27 k
[unnamed-0] perl-Digest-MD5 x86_64 2.55-396.el8 ubi-8-appstream-rpms 37 k
[unnamed-0] perl-Encode x86_64 4:2.97-3.el8 ubi-8-baseos-rpms 1.5 M
[unnamed-0] perl-Errno x86_64 1.28-422.el8 ubi-8-baseos-rpms 77 k
[unnamed-0] perl-Error noarch 1:0.17025-2.el8 ubi-8-appstream-rpms 46 k
[unnamed-0] perl-Exporter noarch 5.72-396.el8 ubi-8-baseos-rpms 34 k
[unnamed-0] perl-File-Path noarch 2.15-2.el8 ubi-8-baseos-rpms 38 k
[unnamed-0] perl-File-Temp noarch 0.230.600-1.el8 ubi-8-baseos-rpms 63 k
[unnamed-0] perl-Getopt-Long noarch 1:2.50-4.el8 ubi-8-baseos-rpms 63 k
[unnamed-0] perl-Git noarch 2.43.5-1.el8_10 ubi-8-appstream-rpms 79 k
[unnamed-0] perl-HTTP-Tiny noarch 0.074-3.el8 ubi-8-baseos-rpms 59 k
[unnamed-0] perl-IO x86_64 1.38-422.el8 ubi-8-baseos-rpms 142 k
[unnamed-0] perl-IO-Socket-IP noarch 0.39-5.el8 ubi-8-appstream-rpms 47 k
[unnamed-0] perl-IO-Socket-SSL noarch 2.066-4.module+el8.3.0+6446+594cad75 ubi-8-appstream-rpms 298 k
[unnamed-0] perl-MIME-Base64 x86_64 3.15-396.el8 ubi-8-baseos-rpms 31 k
[unnamed-0] perl-Mozilla-CA noarch 20160104-7.module+el8.3.0+6498+9eecfe51 ubi-8-appstream-rpms 15 k
[unnamed-0] perl-Net-SSLeay x86_64 1.88-2.module+el8.6.0+13392+f0897f98 ubi-8-appstream-rpms 379 k
[unnamed-0] perl-PathTools x86_64 3.74-1.el8 ubi-8-baseos-rpms 90 k
[unnamed-0] perl-Pod-Escapes noarch 1:1.07-395.el8 ubi-8-baseos-rpms 20 k
[unnamed-0] perl-Pod-Perldoc noarch 3.28-396.el8 ubi-8-baseos-rpms 88 k
[unnamed-0] perl-Pod-Simple noarch 1:3.35-395.el8 ubi-8-baseos-rpms 213 k
[unnamed-0] perl-Pod-Usage noarch 4:1.69-395.el8 ubi-8-baseos-rpms 34 k
[unnamed-0] perl-Scalar-List-Utils x86_64 3:1.49-2.el8 ubi-8-baseos-rpms 68 k
[unnamed-0] perl-Socket x86_64 4:2.027-3.el8 ubi-8-baseos-rpms 59 k
[unnamed-0] perl-Storable x86_64 1:3.11-3.el8 ubi-8-baseos-rpms 98 k
[unnamed-0] perl-Term-ANSIColor noarch 4.06-396.el8 ubi-8-baseos-rpms 46 k
[unnamed-0] perl-Term-Cap noarch 1.17-395.el8 ubi-8-baseos-rpms 23 k
[unnamed-0] perl-TermReadKey x86_64 2.37-7.el8 ubi-8-appstream-rpms 40 k
[unnamed-0] perl-Text-ParseWords noarch 3.30-395.el8 ubi-8-baseos-rpms 18 k
[unnamed-0] perl-Text-Tabs+Wrap noarch 2013.0523-395.el8 ubi-8-baseos-rpms 24 k
[unnamed-0] perl-Time-Local noarch 1:1.280-1.el8 ubi-8-baseos-rpms 34 k
[unnamed-0] perl-URI noarch 1.73-3.el8 ubi-8-appstream-rpms 116 k
[unnamed-0] perl-Unicode-Normalize x86_64 1.25-396.el8 ubi-8-baseos-rpms 82 k
[unnamed-0] perl-constant noarch 1.33-396.el8 ubi-8-baseos-rpms 25 k
[unnamed-0] perl-interpreter x86_64 4:5.26.3-422.el8 ubi-8-baseos-rpms 6.3 M
[unnamed-0] perl-libnet noarch 3.11-3.el8 ubi-8-appstream-rpms 121 k
[unnamed-0] perl-libs x86_64 4:5.26.3-422.el8 ubi-8-baseos-rpms 1.6 M
[unnamed-0] perl-macros x86_64 4:5.26.3-422.el8 ubi-8-baseos-rpms 73 k
[unnamed-0] perl-parent noarch 1:0.237-1.el8 ubi-8-baseos-rpms 20 k
[unnamed-0] perl-podlators noarch 4.11-1.el8 ubi-8-baseos-rpms 118 k
[unnamed-0] perl-threads x86_64 1:2.21-2.el8 ubi-8-baseos-rpms 61 k
[unnamed-0] perl-threads-shared x86_64 1.58-2.el8 ubi-8-baseos-rpms 48 k
[unnamed-0] Enabling module streams:
[unnamed-0] perl 5.26
[unnamed-0] perl-IO-Socket-SSL 2.066
[unnamed-0] perl-libwww-perl 6.34
[unnamed-0]
[unnamed-0] Transaction Summary
[unnamed-0] =====================================================================================================
[unnamed-0] Install 56 Packages
[unnamed-0]
[unnamed-0] Total download size: 30 M
[unnamed-0] Installed size: 92 M
[unnamed-0] Downloading Packages:
[unnamed-0] (1/56): emacs-filesystem-26.1-12.el8_10.noarch. 2.0 MB/s | 70 kB 00:00
[unnamed-0] (2/56): less-530-3.el8_10.x86_64.rpm 4.2 MB/s | 164 kB 00:00
[unnamed-0] (3/56): groff-base-1.22.3-18.el8.x86_64.rpm 24 MB/s | 1.0 MB 00:00
[unnamed-0] (4/56): libedit-3.1-23.20170329cvs.el8.x86_64.r 11 MB/s | 102 kB 00:00
[unnamed-0] (5/56): openssh-8.0p1-25.el8_10.x86_64.rpm 69 MB/s | 526 kB 00:00
[unnamed-0] (6/56): ncurses-6.1-10.20180224.el8.x86_64.rpm 30 MB/s | 387 kB 00:00
[unnamed-0] (7/56): perl-Data-Dumper-2.167-399.el8.x86_64.r 11 MB/s | 58 kB 00:00
[unnamed-0] (8/56): perl-Carp-1.42-396.el8.noarch.rpm 4.4 MB/s | 30 kB 00:00
[unnamed-0] (9/56): openssh-clients-8.0p1-25.el8_10.x86_64. 45 MB/s | 646 kB 00:00
[unnamed-0] (10/56): perl-Errno-1.28-422.el8.x86_64.rpm 12 MB/s | 77 kB 00:00
[unnamed-0] (11/56): perl-Exporter-5.72-396.el8.noarch.rpm 7.2 MB/s | 34 kB 00:00
[unnamed-0] (12/56): perl-File-Path-2.15-2.el8.noarch.rpm 8.7 MB/s | 38 kB 00:00
[unnamed-0] (13/56): perl-Encode-2.97-3.el8.x86_64.rpm 97 MB/s | 1.5 MB 00:00
[unnamed-0] (14/56): perl-Getopt-Long-2.50-4.el8.noarch.rpm 12 MB/s | 63 kB 00:00
[unnamed-0] (15/56): perl-File-Temp-0.230.600-1.el8.noarch. 4.9 MB/s | 63 kB 00:00
[unnamed-0] (16/56): perl-HTTP-Tiny-0.074-3.el8.noarch.rpm 12 MB/s | 59 kB 00:00
[unnamed-0] (17/56): perl-IO-1.38-422.el8.x86_64.rpm 22 MB/s | 142 kB 00:00
[unnamed-0] (18/56): perl-MIME-Base64-3.15-396.el8.x86_64.r 6.4 MB/s | 31 kB 00:00
[unnamed-0] (19/56): perl-PathTools-3.74-1.el8.x86_64.rpm 17 MB/s | 90 kB 00:00
[unnamed-0] (20/56): perl-Pod-Escapes-1.07-395.el8.noarch.r 4.3 MB/s | 20 kB 00:00
[unnamed-0] (21/56): perl-Pod-Perldoc-3.28-396.el8.noarch.r 16 MB/s | 88 kB 00:00
[unnamed-0] (22/56): perl-Pod-Simple-3.35-395.el8.noarch.rp 40 MB/s | 213 kB 00:00
[unnamed-0] (23/56): perl-Pod-Usage-1.69-395.el8.noarch.rpm 7.4 MB/s | 34 kB 00:00
[unnamed-0] (24/56): perl-Socket-2.027-3.el8.x86_64.rpm 14 MB/s | 59 kB 00:00
[unnamed-0] (25/56): perl-Scalar-List-Utils-1.49-2.el8.x86_ 12 MB/s | 68 kB 00:00
[unnamed-0] (26/56): perl-Term-ANSIColor-4.06-396.el8.noarc 11 MB/s | 46 kB 00:00
[unnamed-0] (27/56): perl-Term-Cap-1.17-395.el8.noarch.rpm 3.5 MB/s | 23 kB 00:00
[unnamed-0] (28/56): perl-Text-ParseWords-3.30-395.el8.noar 5.2 MB/s | 18 kB 00:00
[unnamed-0] (29/56): perl-Time-Local-1.280-1.el8.noarch.rpm 8.8 MB/s | 34 kB 00:00
[unnamed-0] (30/56): perl-Text-Tabs+Wrap-2013.0523-395.el8. 4.9 MB/s | 24 kB 00:00
[unnamed-0] (31/56): perl-Storable-3.11-3.el8.x86_64.rpm 6.2 MB/s | 98 kB 00:00
[unnamed-0] (32/56): perl-constant-1.33-396.el8.noarch.rpm 7.0 MB/s | 25 kB 00:00
[unnamed-0] (33/56): perl-Unicode-Normalize-1.25-396.el8.x8 17 MB/s | 82 kB 00:00
[unnamed-0] (34/56): perl-macros-5.26.3-422.el8.x86_64.rpm 16 MB/s | 73 kB 00:00
[unnamed-0] (35/56): perl-parent-0.237-1.el8.noarch.rpm 4.7 MB/s | 20 kB 00:00
[unnamed-0] (36/56): perl-libs-5.26.3-422.el8.x86_64.rpm 124 MB/s | 1.6 MB 00:00
[unnamed-0] (37/56): perl-podlators-4.11-1.el8.noarch.rpm 23 MB/s | 118 kB 00:00
[unnamed-0] (38/56): perl-threads-2.21-2.el8.x86_64.rpm 16 MB/s | 61 kB 00:00
[unnamed-0] (39/56): perl-threads-shared-1.58-2.el8.x86_64. 9.5 MB/s | 48 kB 00:00
[unnamed-0] (40/56): perl-Digest-1.17-395.el8.noarch.rpm 7.2 MB/s | 27 kB 00:00
[unnamed-0] (41/56): perl-Error-0.17025-2.el8.noarch.rpm 11 MB/s | 46 kB 00:00
[unnamed-0] (42/56): perl-Digest-MD5-2.55-396.el8.x86_64.rp 6.9 MB/s | 37 kB 00:00
[unnamed-0] (43/56): perl-IO-Socket-IP-0.39-5.el8.noarch.rp 9.1 MB/s | 47 kB 00:00
[unnamed-0] (44/56): perl-IO-Socket-SSL-2.066-4.module+el8. 40 MB/s | 298 kB 00:00
[unnamed-0] (45/56): perl-Mozilla-CA-20160104-7.module+el8. 3.2 MB/s | 15 kB 00:00
[unnamed-0] (46/56): perl-TermReadKey-2.37-7.el8.x86_64.rpm 7.2 MB/s | 40 kB 00:00
[unnamed-0] (47/56): perl-Net-SSLeay-1.88-2.module+el8.6.0+ 35 MB/s | 379 kB 00:00
[unnamed-0] (48/56): perl-URI-1.73-3.el8.noarch.rpm 18 MB/s | 116 kB 00:00
[unnamed-0] (49/56): oniguruma-6.8.2-3.el8.x86_64.rpm 30 MB/s | 188 kB 00:00
[unnamed-0] (50/56): git-2.43.5-1.el8_10.x86_64.rpm 17 MB/s | 92 kB 00:00
[unnamed-0] (51/56): perl-libnet-3.11-3.el8.noarch.rpm 7.2 MB/s | 121 kB 00:00
[unnamed-0] (52/56): perl-interpreter-5.26.3-422.el8.x86_64 83 MB/s | 6.3 MB 00:00
[unnamed-0] (53/56): jq-1.6-9.el8_10.x86_64.rpm 24 MB/s | 203 kB 00:00
[unnamed-0] (54/56): perl-Git-2.43.5-1.el8_10.noarch.rpm 11 MB/s | 79 kB 00:00
[unnamed-0] (55/56): git-core-doc-2.43.5-1.el8_10.noarch.rp 81 MB/s | 3.1 MB 00:00
[unnamed-0] (56/56): git-core-2.43.5-1.el8_10.x86_64.rpm 148 MB/s | 11 MB 00:00
[unnamed-0] --------------------------------------------------------------------------------
[unnamed-0] Total 119 MB/s | 30 MB 00:00
[unnamed-0] Running transaction check
[unnamed-0] Transaction check succeeded.
[unnamed-0] Running transaction test
[unnamed-0] Transaction test succeeded.
[unnamed-0] Running transaction
[unnamed-0] Preparing : 1/1
[unnamed-0] Installing : oniguruma-6.8.2-3.el8.x86_64 1/56
[unnamed-0] Running scriptlet: oniguruma-6.8.2-3.el8.x86_64 1/56
[unnamed-0] Running scriptlet: openssh-8.0p1-25.el8_10.x86_64 2/56
[unnamed-0] Installing : openssh-8.0p1-25.el8_10.x86_64 2/56
[unnamed-0] Installing : ncurses-6.1-10.20180224.el8.x86_64 3/56
[unnamed-0] Installing : libedit-3.1-23.20170329cvs.el8.x86_64 4/56
[unnamed-0] Installing : openssh-clients-8.0p1-25.el8_10.x86_64 5/56
[unnamed-0] Installing : less-530-3.el8_10.x86_64 6/56
[unnamed-0] Installing : git-core-2.43.5-1.el8_10.x86_64 7/56
[unnamed-0] Installing : git-core-doc-2.43.5-1.el8_10.noarch 8/56
[unnamed-0] Installing : groff-base-1.22.3-18.el8.x86_64 9/56
[unnamed-0] Installing : perl-Digest-1.17-395.el8.noarch 10/56
[unnamed-0] Installing : perl-Digest-MD5-2.55-396.el8.x86_64 11/56
[unnamed-0] Installing : perl-Data-Dumper-2.167-399.el8.x86_64 12/56
[unnamed-0] Installing : perl-libnet-3.11-3.el8.noarch 13/56
[unnamed-0] Installing : perl-URI-1.73-3.el8.noarch 14/56
[unnamed-0] Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 15/56
[unnamed-0] Installing : perl-Time-Local-1:1.280-1.el8.noarch 16/56
[unnamed-0] Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 17/56
[unnamed-0] Installing : perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9ee 18/56
[unnamed-0] Installing : perl-Net-SSLeay-1.88-2.module+el8.6.0+13392+f0897f 19/56
[unnamed-0] Installing : perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+594 20/56
[unnamed-0] Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 21/56
[unnamed-0] Installing : perl-Term-Cap-1.17-395.el8.noarch 22/56
[unnamed-0] Installing : perl-File-Temp-0.230.600-1.el8.noarch 23/56
[unnamed-0] Installing : perl-HTTP-Tiny-0.074-3.el8.noarch 24/56
[unnamed-0] Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 25/56
[unnamed-0] Installing : perl-podlators-4.11-1.el8.noarch 26/56
[unnamed-0] Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 27/56
[unnamed-0] Installing : perl-Text-ParseWords-3.30-395.el8.noarch 28/56
[unnamed-0] Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 29/56
[unnamed-0] Installing : perl-MIME-Base64-3.15-396.el8.x86_64 30/56
[unnamed-0] Installing : perl-Storable-1:3.11-3.el8.x86_64 31/56
[unnamed-0] Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 32/56
[unnamed-0] Installing : perl-Errno-1.28-422.el8.x86_64 33/56
[unnamed-0] Installing : perl-Socket-4:2.027-3.el8.x86_64 34/56
[unnamed-0] Installing : perl-Encode-4:2.97-3.el8.x86_64 35/56
[unnamed-0] Installing : perl-Carp-1.42-396.el8.noarch 36/56
[unnamed-0] Installing : perl-Exporter-5.72-396.el8.noarch 37/56
[unnamed-0] Installing : perl-libs-4:5.26.3-422.el8.x86_64 38/56
[unnamed-0] Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 39/56
[unnamed-0] Installing : perl-parent-1:0.237-1.el8.noarch 40/56
[unnamed-0] Installing : perl-macros-4:5.26.3-422.el8.x86_64 41/56
[unnamed-0] Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 42/56
[unnamed-0] Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 43/56
[unnamed-0] Installing : perl-File-Path-2.15-2.el8.noarch 44/56
[unnamed-0] Installing : perl-IO-1.38-422.el8.x86_64 45/56
[unnamed-0] Installing : perl-PathTools-3.74-1.el8.x86_64 46/56
[unnamed-0] Installing : perl-constant-1.33-396.el8.noarch 47/56
[unnamed-0] Installing : perl-threads-1:2.21-2.el8.x86_64 48/56
[unnamed-0] Installing : perl-threads-shared-1.58-2.el8.x86_64 49/56
[unnamed-0] Installing : perl-interpreter-4:5.26.3-422.el8.x86_64 50/56
[unnamed-0] Installing : perl-Error-1:0.17025-2.el8.noarch 51/56
[unnamed-0] Installing : perl-TermReadKey-2.37-7.el8.x86_64 52/56
[unnamed-0] Installing : emacs-filesystem-1:26.1-12.el8_10.noarch 53/56
[unnamed-0] Installing : perl-Git-2.43.5-1.el8_10.noarch 54/56
[unnamed-0] Installing : git-2.43.5-1.el8_10.x86_64 55/56
[unnamed-0] Installing : jq-1.6-9.el8_10.x86_64 56/56
[unnamed-0] Running scriptlet: jq-1.6-9.el8_10.x86_64 56/56
[unnamed-0] Verifying : emacs-filesystem-1:26.1-12.el8_10.noarch 1/56
[unnamed-0] Verifying : groff-base-1.22.3-18.el8.x86_64 2/56
[unnamed-0] Verifying : less-530-3.el8_10.x86_64 3/56
[unnamed-0] Verifying : libedit-3.1-23.20170329cvs.el8.x86_64 4/56
[unnamed-0] Verifying : ncurses-6.1-10.20180224.el8.x86_64 5/56
[unnamed-0] Verifying : openssh-8.0p1-25.el8_10.x86_64 6/56
[unnamed-0] Verifying : openssh-clients-8.0p1-25.el8_10.x86_64 7/56
[unnamed-0] Verifying : perl-Carp-1.42-396.el8.noarch 8/56
[unnamed-0] Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 9/56
[unnamed-0] Verifying : perl-Encode-4:2.97-3.el8.x86_64 10/56
[unnamed-0] Verifying : perl-Errno-1.28-422.el8.x86_64 11/56
[unnamed-0] Verifying : perl-Exporter-5.72-396.el8.noarch 12/56
[unnamed-0] Verifying : perl-File-Path-2.15-2.el8.noarch 13/56
[unnamed-0] Verifying : perl-File-Temp-0.230.600-1.el8.noarch 14/56
[unnamed-0] Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 15/56
[unnamed-0] Verifying : perl-HTTP-Tiny-0.074-3.el8.noarch 16/56
[unnamed-0] Verifying : perl-IO-1.38-422.el8.x86_64 17/56
[unnamed-0] Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 18/56
[unnamed-0] Verifying : perl-PathTools-3.74-1.el8.x86_64 19/56
[unnamed-0] Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 20/56
[unnamed-0] Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 21/56
[unnamed-0] Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 22/56
[unnamed-0] Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 23/56
[unnamed-0] Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 24/56
[unnamed-0] Verifying : perl-Socket-4:2.027-3.el8.x86_64 25/56
[unnamed-0] Verifying : perl-Storable-1:3.11-3.el8.x86_64 26/56
[unnamed-0] Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 27/56
[unnamed-0] Verifying : perl-Term-Cap-1.17-395.el8.noarch 28/56
[unnamed-0] Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 29/56
[unnamed-0] Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 30/56
[unnamed-0] Verifying : perl-Time-Local-1:1.280-1.el8.noarch 31/56
[unnamed-0] Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 32/56
[unnamed-0] Verifying : perl-constant-1.33-396.el8.noarch 33/56
[unnamed-0] Verifying : perl-interpreter-4:5.26.3-422.el8.x86_64 34/56
[unnamed-0] Verifying : perl-libs-4:5.26.3-422.el8.x86_64 35/56
[unnamed-0] Verifying : perl-macros-4:5.26.3-422.el8.x86_64 36/56
[unnamed-0] Verifying : perl-parent-1:0.237-1.el8.noarch 37/56
[unnamed-0] Verifying : perl-podlators-4.11-1.el8.noarch 38/56
[unnamed-0] Verifying : perl-threads-1:2.21-2.el8.x86_64 39/56
[unnamed-0] Verifying : perl-threads-shared-1.58-2.el8.x86_64 40/56
[unnamed-0] Verifying : perl-Digest-1.17-395.el8.noarch 41/56
[unnamed-0] Verifying : perl-Digest-MD5-2.55-396.el8.x86_64 42/56
[unnamed-0] Verifying : perl-Error-1:0.17025-2.el8.noarch 43/56
[unnamed-0] Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 44/56
[unnamed-0] Verifying : perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+594 45/56
[unnamed-0] Verifying : perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9ee 46/56
[unnamed-0] Verifying : perl-Net-SSLeay-1.88-2.module+el8.6.0+13392+f0897f 47/56
[unnamed-0] Verifying : perl-TermReadKey-2.37-7.el8.x86_64 48/56
[unnamed-0] Verifying : perl-URI-1.73-3.el8.noarch 49/56
[unnamed-0] Verifying : perl-libnet-3.11-3.el8.noarch 50/56
[unnamed-0] Verifying : oniguruma-6.8.2-3.el8.x86_64 51/56
[unnamed-0] Verifying : git-2.43.5-1.el8_10.x86_64 52/56
[unnamed-0] Verifying : git-core-2.43.5-1.el8_10.x86_64 53/56
[unnamed-0] Verifying : git-core-doc-2.43.5-1.el8_10.noarch 54/56
[unnamed-0] Verifying : jq-1.6-9.el8_10.x86_64 55/56
[unnamed-0] Verifying : perl-Git-2.43.5-1.el8_10.noarch 56/56
[unnamed-0] Installed products updated.
[unnamed-0]
[unnamed-0] Installed:
[unnamed-0] emacs-filesystem-1:26.1-12.el8_10.noarch
[unnamed-0] git-2.43.5-1.el8_10.x86_64
[unnamed-0] git-core-2.43.5-1.el8_10.x86_64
[unnamed-0] git-core-doc-2.43.5-1.el8_10.noarch
[unnamed-0] groff-base-1.22.3-18.el8.x86_64
[unnamed-0] jq-1.6-9.el8_10.x86_64
[unnamed-0] less-530-3.el8_10.x86_64
[unnamed-0] libedit-3.1-23.20170329cvs.el8.x86_64
[unnamed-0] ncurses-6.1-10.20180224.el8.x86_64
[unnamed-0] oniguruma-6.8.2-3.el8.x86_64
[unnamed-0] openssh-8.0p1-25.el8_10.x86_64
[unnamed-0] openssh-clients-8.0p1-25.el8_10.x86_64
[unnamed-0] perl-Carp-1.42-396.el8.noarch
[unnamed-0] perl-Data-Dumper-2.167-399.el8.x86_64
[unnamed-0] perl-Digest-1.17-395.el8.noarch
[unnamed-0] perl-Digest-MD5-2.55-396.el8.x86_64
[unnamed-0] perl-Encode-4:2.97-3.el8.x86_64
[unnamed-0] perl-Errno-1.28-422.el8.x86_64
[unnamed-0] perl-Error-1:0.17025-2.el8.noarch
[unnamed-0] perl-Exporter-5.72-396.el8.noarch
[unnamed-0] perl-File-Path-2.15-2.el8.noarch
[unnamed-0] perl-File-Temp-0.230.600-1.el8.noarch
[unnamed-0] perl-Getopt-Long-1:2.50-4.el8.noarch
[unnamed-0] perl-Git-2.43.5-1.el8_10.noarch
[unnamed-0] perl-HTTP-Tiny-0.074-3.el8.noarch
[unnamed-0] perl-IO-1.38-422.el8.x86_64
[unnamed-0] perl-IO-Socket-IP-0.39-5.el8.noarch
[unnamed-0] perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+594cad75.noarch
[unnamed-0] perl-MIME-Base64-3.15-396.el8.x86_64
[unnamed-0] perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9eecfe51.noarch
[unnamed-0] perl-Net-SSLeay-1.88-2.module+el8.6.0+13392+f0897f98.x86_64
[unnamed-0] perl-PathTools-3.74-1.el8.x86_64
[unnamed-0] perl-Pod-Escapes-1:1.07-395.el8.noarch
[unnamed-0] perl-Pod-Perldoc-3.28-396.el8.noarch
[unnamed-0] perl-Pod-Simple-1:3.35-395.el8.noarch
[unnamed-0] perl-Pod-Usage-4:1.69-395.el8.noarch
[unnamed-0] perl-Scalar-List-Utils-3:1.49-2.el8.x86_64
[unnamed-0] perl-Socket-4:2.027-3.el8.x86_64
[unnamed-0] perl-Storable-1:3.11-3.el8.x86_64
[unnamed-0] perl-Term-ANSIColor-4.06-396.el8.noarch
[unnamed-0] perl-Term-Cap-1.17-395.el8.noarch
[unnamed-0] perl-TermReadKey-2.37-7.el8.x86_64
[unnamed-0] perl-Text-ParseWords-3.30-395.el8.noarch
[unnamed-0] perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch
[unnamed-0] perl-Time-Local-1:1.280-1.el8.noarch
[unnamed-0] perl-URI-1.73-3.el8.noarch
[unnamed-0] perl-Unicode-Normalize-1.25-396.el8.x86_64
[unnamed-0] perl-constant-1.33-396.el8.noarch
[unnamed-0] perl-interpreter-4:5.26.3-422.el8.x86_64
[unnamed-0] perl-libnet-3.11-3.el8.noarch
[unnamed-0] perl-libs-4:5.26.3-422.el8.x86_64
[unnamed-0] perl-macros-4:5.26.3-422.el8.x86_64
[unnamed-0] perl-parent-1:0.237-1.el8.noarch
[unnamed-0] perl-podlators-4.11-1.el8.noarch
[unnamed-0] perl-threads-1:2.21-2.el8.x86_64
[unnamed-0] perl-threads-shared-1.58-2.el8.x86_64
[unnamed-0]
[unnamed-0] Complete!
[unnamed-0] Cloning into '/tmp/rh-trex'...
[unnamed-0] Note: switching to '7c06fdb981878d0652202379c8ef73fa808cbe6c'.
[unnamed-0]
[unnamed-0] You are in 'detached HEAD' state. You can look around, make experimental
[unnamed-0] changes and commit them, and you can discard any commits you make in this
[unnamed-0] state without impacting any branches by switching back to a branch.
[unnamed-0]
[unnamed-0] If you want to create a new branch to retain commits you create, you may
[unnamed-0] do so (now or later) by using -c with the switch command. Example:
[unnamed-0]
[unnamed-0] git switch -c
[unnamed-0]
[unnamed-0] Or undo this operation with:
[unnamed-0]
[unnamed-0] git switch -
[unnamed-0]
[unnamed-0] Turn off this advice by setting config variable advice.detachedHead to false
[unnamed-0]
[unnamed-0] HEAD is now at 7c06fdb Update README.md
[unnamed-0] service/trex-db created
[unnamed-0] persistentvolumeclaim/trex-db created
[unnamed-0] deployment.apps/trex-db created
[unnamed-0] secret/trex-db created
[unnamed-0] secret/trex-rds created
[unnamed-0] secret/trex created
[unnamed-0] configmap/authentication created
[unnamed-0] serviceaccount/trex created
[unnamed-0] deployment.apps/trex created
[unnamed-0] service/trex created
[unnamed-0] service/trex-metrics created
[unnamed-0] service/trex-healthcheck created
[unnamed-0] Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+
[unnamed-0] NAME READY STATUS RESTARTS AGE
[unnamed-0] pod/trex-7f6b7d6cbc-jmm4r 1/1 Running 0 61s
[unnamed-0] pod/trex-db-7984b68577-tx6gf 1/1 Running 0 2m2s
[unnamed-0]
[unnamed-0] NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
[unnamed-0] service/trex ClusterIP 172.30.111.85 8000/TCP 61s
[unnamed-0] service/trex-db ClusterIP 172.30.11.200 5432/TCP 2m2s
[unnamed-0] service/trex-healthcheck ClusterIP 172.30.182.78 8083/TCP 61s
[unnamed-0] service/trex-metrics ClusterIP 172.30.108.137 8080/TCP 61s
[unnamed-0]
[unnamed-0] NAME READY UP-TO-DATE AVAILABLE AGE
[unnamed-0] deployment.apps/trex 1/1 1 1 61s
[unnamed-0] deployment.apps/trex-db 1/1 1 1 2m2s
[unnamed-0]
[unnamed-0] NAME DESIRED CURRENT READY AGE
[unnamed-0] replicaset.apps/trex-7f6b7d6cbc 1 1 1 61s
[unnamed-0] replicaset.apps/trex-db-7984b68577 1 1 1 2m2s
[unnamed-0] Error from server (Forbidden): jobsinks.sinks.knative.dev is forbidden: User "system:serviceaccount:ysubrama-85bd1-env:namespace-manager" cannot list resource "jobsinks" in API group "sinks.knative.dev" in the namespace "ysubrama-85bd1-env"
[unnamed-0] LAST SEEN TYPE REASON OBJECT MESSAGE
[unnamed-0] 60s Normal Scheduled pod/trex-7f6b7d6cbc-jmm4r Successfully assigned ysubrama-85bd1-env/trex-7f6b7d6cbc-jmm4r to ip-10-202-28-72.ec2.internal
[unnamed-0] 60s Warning FailedMount pod/trex-7f6b7d6cbc-jmm4r MountVolume.SetUp failed for volume "tls" : secret "trex-tls" not found
[unnamed-0] 59s Normal AddedInterface pod/trex-7f6b7d6cbc-jmm4r Add eth0 [10.128.33.62/23] from ovn-kubernetes
[unnamed-0] 59s Normal Pulled pod/trex-7f6b7d6cbc-jmm4r Container image "quay.io/redhat-user-workloads-stage/ysubrama-tenant/test-redhat-trex@sha256:678bdc41598eb2c1352a92d708ce26849dca354e06ab8cee4548ce485270a69d" already present on machine
[unnamed-0] 59s Normal Created pod/trex-7f6b7d6cbc-jmm4r Created container migration
[unnamed-0] 59s Normal Started pod/trex-7f6b7d6cbc-jmm4r Started container migration
[unnamed-0] 58s Normal Pulled pod/trex-7f6b7d6cbc-jmm4r Container image "quay.io/redhat-user-workloads-stage/ysubrama-tenant/test-redhat-trex@sha256:678bdc41598eb2c1352a92d708ce26849dca354e06ab8cee4548ce485270a69d" already present on machine
[unnamed-0] 58s Normal Created pod/trex-7f6b7d6cbc-jmm4r Created container service
[unnamed-0] 58s Normal Started pod/trex-7f6b7d6cbc-jmm4r Started container service
[unnamed-0] 61s Normal SuccessfulCreate replicaset/trex-7f6b7d6cbc Created pod: trex-7f6b7d6cbc-jmm4r
[unnamed-0] 116s Normal Scheduled pod/trex-db-7984b68577-tx6gf Successfully assigned ysubrama-85bd1-env/trex-db-7984b68577-tx6gf to ip-10-202-28-72.ec2.internal
[unnamed-0] 114s Normal SuccessfulAttachVolume pod/trex-db-7984b68577-tx6gf AttachVolume.Attach succeeded for volume "pvc-3471951b-06c0-4d75-b758-b60e893c5899"
[unnamed-0] 110s Normal AddedInterface pod/trex-db-7984b68577-tx6gf Add eth0 [10.128.33.61/23] from ovn-kubernetes
[unnamed-0] 110s Normal Pulled pod/trex-db-7984b68577-tx6gf Container image "docker.io/library/postgres:16.2" already present on machine
[unnamed-0] 110s Normal Created pod/trex-db-7984b68577-tx6gf Created container postgresql
[unnamed-0] 110s Normal Started pod/trex-db-7984b68577-tx6gf Started container postgresql
[unnamed-0] 2m1s Normal SuccessfulCreate replicaset/trex-db-7984b68577 Created pod: trex-db-7984b68577-tx6gf
[unnamed-0] 2m2s Normal WaitForFirstConsumer persistentvolumeclaim/trex-db waiting for first consumer to be created before binding
[unnamed-0] 2m2s Normal ScalingReplicaSet deployment/trex-db Scaled up replica set trex-db-7984b68577 to 1
[unnamed-0] 118s Normal ExternalProvisioning persistentvolumeclaim/trex-db Waiting for a volume to be created either by the external provisioner 'ebs.csi.aws.com' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered.
[unnamed-0] 2m1s Normal Provisioning persistentvolumeclaim/trex-db External provisioner is provisioning volume for claim "ysubrama-85bd1-env/trex-db"
[unnamed-0] 117s Normal ProvisioningSucceeded persistentvolumeclaim/trex-db Successfully provisioned volume pvc-3471951b-06c0-4d75-b758-b60e893c5899
[unnamed-0] 61s Normal ScalingReplicaSet deployment/trex Scaled up replica set trex-7f6b7d6cbc to 1
[unnamed-0] Name: trex-7f6b7d6cbc-jmm4r
[unnamed-0] Namespace: ysubrama-85bd1-env
[unnamed-0] Priority: -3
[unnamed-0] Priority Class Name: sandbox-users-pods
[unnamed-0] Service Account: trex
[unnamed-0] Node: ip-10-202-28-72.ec2.internal/10.202.28.72
[unnamed-0] Start Time: Thu, 07 Nov 2024 07:46:36 +0000
[unnamed-0] Labels: app=trex
[unnamed-0] pod-template-hash=7f6b7d6cbc
[unnamed-0] Annotations: k8s.ovn.org/pod-networks:
[unnamed-0] {"default":{"ip_addresses":["10.128.33.62/23"],"mac_address":"0a:58:0a:80:21:3e","gateway_ips":["10.128.32.1"],"routes":[{"dest":"10.128.0...
[unnamed-0] k8s.v1.cni.cncf.io/network-status:
[unnamed-0] [{
[unnamed-0] "name": "ovn-kubernetes",
[unnamed-0] "interface": "eth0",
[unnamed-0] "ips": [
[unnamed-0] "10.128.33.62"
[unnamed-0] ],
[unnamed-0] "mac": "0a:58:0a:80:21:3e",
[unnamed-0] "default": true,
[unnamed-0] "dns": {}
[unnamed-0] }]
[unnamed-0] kubernetes.io/limit-ranger:
[unnamed-0] LimitRanger plugin set: cpu, memory request for init container migration; cpu, memory limit for init container migration
[unnamed-0] openshift.io/scc: restricted-v2
[unnamed-0] seccomp.security.alpha.kubernetes.io/pod: runtime/default
[unnamed-0] Status: Running
[unnamed-0] SeccompProfile: RuntimeDefault
[unnamed-0] IP: 10.128.33.62
[unnamed-0] IPs:
[unnamed-0] IP: 10.128.33.62
[unnamed-0] Controlled By: ReplicaSet/trex-7f6b7d6cbc
[unnamed-0] Init Containers:
[unnamed-0] migration:
[unnamed-0] Container ID: cri-o://551bbe26bfbed7fa7a9b9c9cb5d1fa99bcdd877ff5970a82161c5a8d63983300
[unnamed-0] Image: quay.io/redhat-user-workloads-stage/ysubrama-tenant/test-redhat-trex@sha256:678bdc41598eb2c1352a92d708ce26849dca354e06ab8cee4548ce485270a69d
[unnamed-0] Image ID: quay.io/redhat-user-workloads-stage/ysubrama-tenant/test-redhat-trex@sha256:678bdc41598eb2c1352a92d708ce26849dca354e06ab8cee4548ce485270a69d
[unnamed-0] Port:
[unnamed-0] Host Port:
[unnamed-0] Command:
[unnamed-0] /usr/local/bin/trex
[unnamed-0] migrate
[unnamed-0] --db-host-file=/secrets/rds/db.host
[unnamed-0] --db-port-file=/secrets/rds/db.port
[unnamed-0] --db-user-file=/secrets/rds/db.user
[unnamed-0] --db-password-file=/secrets/rds/db.password
[unnamed-0] --db-name-file=/secrets/rds/db.name
[unnamed-0] --alsologtostderr
[unnamed-0] -v=10
[unnamed-0] State: Terminated
[unnamed-0] Reason: Completed
[unnamed-0] Exit Code: 0
[unnamed-0] Started: Thu, 07 Nov 2024 07:46:38 +0000
[unnamed-0] Finished: Thu, 07 Nov 2024 07:46:38 +0000
[unnamed-0] Ready: True
[unnamed-0] Restart Count: 0
[unnamed-0] Limits:
[unnamed-0] cpu: 2
[unnamed-0] memory: 2Gi
[unnamed-0] Requests:
[unnamed-0] cpu: 10m
[unnamed-0] memory: 256Mi
[unnamed-0] Environment:
[unnamed-0] Mounts:
[unnamed-0] /secrets/rds from rds (rw)
[unnamed-0] /secrets/service from service (rw)
[unnamed-0] /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-qh4rb (ro)
[unnamed-0] Containers:
[unnamed-0] service:
[unnamed-0] Container ID: cri-o://fe3cc73e34ee166af7898406ee4f9eb8a01b3996d4ae697c37076e76c8c48b08
[unnamed-0] Image: quay.io/redhat-user-workloads-stage/ysubrama-tenant/test-redhat-trex@sha256:678bdc41598eb2c1352a92d708ce26849dca354e06ab8cee4548ce485270a69d
[unnamed-0] Image ID: quay.io/redhat-user-workloads-stage/ysubrama-tenant/test-redhat-trex@sha256:678bdc41598eb2c1352a92d708ce26849dca354e06ab8cee4548ce485270a69d
[unnamed-0] Port:
[unnamed-0] Host Port:
[unnamed-0] Command:
[unnamed-0] /usr/local/bin/trex
[unnamed-0] serve
[unnamed-0] --db-host-file=/secrets/rds/db.host
[unnamed-0] --db-port-file=/secrets/rds/db.port
[unnamed-0] --db-user-file=/secrets/rds/db.user
[unnamed-0] --db-password-file=/secrets/rds/db.password
[unnamed-0] --db-name-file=/secrets/rds/db.name
[unnamed-0] --enable-ocm-mock=false
[unnamed-0] --ocm-client-id-file=/secrets/service/ocm-service.clientId
[unnamed-0] --ocm-client-secret-file=/secrets/service/ocm-service.clientSecret
[unnamed-0] --ocm-base-url=https://api.integration.openshift.com
[unnamed-0] --ocm-debug=false
[unnamed-0] --https-cert-file=/secrets/tls/tls.crt
[unnamed-0] --https-key-file=/secrets/tls/tls.key
[unnamed-0] --acl-file=/configs/authentication/acl.yml
[unnamed-0] --jwk-cert-file=/configs/authentication/jwks.json
[unnamed-0] --jwk-cert-url=https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/certs
[unnamed-0] --enable-jwt=true
[unnamed-0] --enable-https=true
[unnamed-0] --api-server-hostname=
[unnamed-0] --api-server-bindaddress=:8000
[unnamed-0] --health-check-server-bindaddress=:8083
[unnamed-0] --enable-health-check-https=true
[unnamed-0] --db-sslmode=disable
[unnamed-0] --db-max-open-connections=50
[unnamed-0] --enable-authz=true
[unnamed-0] --enable-db-debug=false
[unnamed-0] --enable-metrics-https=false
[unnamed-0] --enable-sentry=false
[unnamed-0] --enable-sentry-debug=false
[unnamed-0] --sentry-url=glitchtip.devshift.net
[unnamed-0] --sentry-project=53
[unnamed-0] --sentry-timeout=5s
[unnamed-0] --sentry-key-file=/secrets/service/sentry.key
[unnamed-0] --http-read-timeout=5s
[unnamed-0] --http-write-timeout=30s
[unnamed-0] --label-metrics-inclusion-duration=168h
[unnamed-0] --alsologtostderr
[unnamed-0] -v=10
[unnamed-0] State: Running
[unnamed-0] Started: Thu, 07 Nov 2024 07:46:39 +0000
[unnamed-0] Ready: True
[unnamed-0] Restart Count: 0
[unnamed-0] Limits:
[unnamed-0] cpu: 1
[unnamed-0] memory: 1Gi
[unnamed-0] Requests:
[unnamed-0] cpu: 200m
[unnamed-0] memory: 512Mi
[unnamed-0] Liveness: http-get https://:8000/api/rh-trex delay=15s timeout=1s period=5s #success=1 #failure=3
[unnamed-0] Readiness: http-get https://:8083/healthcheck delay=20s timeout=1s period=10s #success=1 #failure=3
[unnamed-0] Environment:
[unnamed-0] AMS_ENV: development
[unnamed-0] Mounts:
[unnamed-0] /configs/authentication from authentication (rw)
[unnamed-0] /secrets/rds from rds (rw)
[unnamed-0] /secrets/service from service (rw)
[unnamed-0] /secrets/tls from tls (rw)
[unnamed-0] /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-qh4rb (ro)
[unnamed-0] Conditions:
[unnamed-0] Type Status
[unnamed-0] Initialized True
[unnamed-0] Ready True
[unnamed-0] ContainersReady True
[unnamed-0] PodScheduled True
[unnamed-0] Volumes:
[unnamed-0] tls:
[unnamed-0] Type: Secret (a volume populated by a Secret)
[unnamed-0] SecretName: trex-tls
[unnamed-0] Optional: false
[unnamed-0] service:
[unnamed-0] Type: Secret (a volume populated by a Secret)
[unnamed-0] SecretName: trex
[unnamed-0] Optional: false
[unnamed-0] rds:
[unnamed-0] Type: Secret (a volume populated by a Secret)
[unnamed-0] SecretName: trex-rds
[unnamed-0] Optional: false
[unnamed-0] authentication:
[unnamed-0] Type: ConfigMap (a volume populated by a ConfigMap)
[unnamed-0] Name: authentication
[unnamed-0] Optional: false
[unnamed-0] kube-api-access-qh4rb:
[unnamed-0] Type: Projected (a volume that contains injected data from multiple sources)
[unnamed-0] TokenExpirationSeconds: 3607
[unnamed-0] ConfigMapName: kube-root-ca.crt
[unnamed-0] ConfigMapOptional:
[unnamed-0] DownwardAPI: true
[unnamed-0] ConfigMapName: openshift-service-ca.crt
[unnamed-0] ConfigMapOptional:
[unnamed-0] QoS Class: Burstable
[unnamed-0] Node-Selectors:
[unnamed-0] Tolerations: node.kubernetes.io/memory-pressure:NoSchedule op=Exists
[unnamed-0] node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
[unnamed-0] node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
[unnamed-0] Events:
[unnamed-0] Type Reason Age From Message
[unnamed-0] ---- ------ ---- ---- -------
[unnamed-0] Normal Scheduled 61s default-scheduler Successfully assigned ysubrama-85bd1-env/trex-7f6b7d6cbc-jmm4r to ip-10-202-28-72.ec2.internal
[unnamed-0] Warning FailedMount 60s kubelet MountVolume.SetUp failed for volume "tls" : secret "trex-tls" not found
[unnamed-0] Normal AddedInterface 59s multus Add eth0 [10.128.33.62/23] from ovn-kubernetes
[unnamed-0] Normal Pulled 59s kubelet Container image "quay.io/redhat-user-workloads-stage/ysubrama-tenant/test-redhat-trex@sha256:678bdc41598eb2c1352a92d708ce26849dca354e06ab8cee4548ce485270a69d" already present on machine
[unnamed-0] Normal Created 59s kubelet Created container migration
[unnamed-0] Normal Started 59s kubelet Started container migration
[unnamed-0] Normal Pulled 58s kubelet Container image "quay.io/redhat-user-workloads-stage/ysubrama-tenant/test-redhat-trex@sha256:678bdc41598eb2c1352a92d708ce26849dca354e06ab8cee4548ce485270a69d" already present on machine
[unnamed-0] Normal Created 58s kubelet Created container service
[unnamed-0] Normal Started 58s kubelet Started container service
[unnamed-0] Defaulted container "service" out of: service, migration (init)
[unnamed-0] I1107 07:46:39.163645 1 logger.go:103] Kind controller listening for events
[unnamed-0] I1107 07:46:39.163773 1 healthcheck_server.go:53] Serving HealthCheck with TLS at :8083
[unnamed-0] I1107 07:46:39.163796 1 logger.go:103] Serving Metrics without TLS at localhost:8080
[unnamed-0] I1107 07:46:39.165074 1 api_server.go:142] Serving with TLS at :8000
[unnamed-0] I1107 07:46:39.169384 1 logger.go:103] Starting channeling monitor for events
[unnamed-0] I1107 07:46:49.173057 1 logger.go:103] Received no events on channel during interval. Pinging source
[unnamed-0] I1107 07:46:59.173648 1 logger.go:103] Received no events on channel during interval. Pinging source
[unnamed-0] I1107 07:47:09.173783 1 logger.go:103] Received no events on channel during interval. Pinging source
[unnamed-0] I1107 07:47:19.174616 1 logger.go:103] Received no events on channel during interval. Pinging source
[unnamed-0] I1107 07:47:29.175681 1 logger.go:103] Received no events on channel during interval. Pinging source
[unnamed-0] test-redhat-trexiteration_duration

%!s()

provsion-test1-47d9t-perf-benchmark

PROVSION-TEST1-47D9T-PERF-BENCHMARK

[prepare] 2024/11/07 07:47:39 Entrypoint initialization

[place-scripts] 2024/11/07 07:47:39 Decoded script /tekton/scripts/script-0-zpxnp
[place-scripts] 2024/11/07 07:47:39 Decoded script /tekton/scripts/script-1-x2dkn
[place-scripts] 2024/11/07 07:47:39 Decoded script /tekton/scripts/sidecar-script-0-zhkgq

[run-perf] Connecting to github.com (140.82.112.3:443)
[run-perf] Connecting to objects.githubusercontent.com (185.199.108.133:443)
[run-perf] saving to '/tmp/ocm'
[run-perf] ocm 100% || 30.8M 0:00:00 ETA
[run-perf] '/tmp/ocm' saved
[run-perf] I1107 07:47:48.907872 25 connection.go:858] Added URL with prefix '', regular expression '^(/.)?$' and URL 'https://127.0.0.1:8080'
[run-perf] I1107 07:47:48.907934 25 transport_wrapper.go:476] Client secret wasn't provided, will use the default
[run-perf] I1107 07:47:48.912132 25 transport_wrapper.go:1090] Bearer token isn't available
[run-perf] I1107 07:47:48.912146 25 transport_wrapper.go:764] Trying to get new tokens (attempt 1)
[run-perf] I1107 07:47:48.912150 25 transport_wrapper.go:888] Requesting new token using the refresh token grant
[run-perf] I1107 07:47:48.912179 25 client_selector.go:234] Client for key 'tcp:sso.redhat.com' doesn't exist, will create it
[run-perf] I1107 07:47:48.912195 25 dump.go:132] Request method is POST
[run-perf] I1107 07:47:48.912201 25 dump.go:133] Request URL is 'https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token'
[run-perf] I1107 07:47:48.912203 25 dump.go:135] Request header 'Host' is 'sso.redhat.com'
[run-perf] I1107 07:47:48.912207 25 dump.go:151] Request header 'Accept' is 'application/json'
[run-perf] I1107 07:47:48.912209 25 dump.go:151] Request header 'Content-Type' is 'application/x-www-form-urlencoded'
[run-perf] I1107 07:47:48.912211 25 dump.go:156] Request body follows
[run-perf] I1107 07:47:48.912226 25 dump.go:288] client_id=cloud-services&grant_type=refresh_token&refresh_token=

[run-perf] I1107 07:47:49.027752 25 dump.go:163] Response protocol is 'HTTP/2.0'
[run-perf] I1107 07:47:49.027766 25 dump.go:164] Response status is '200 OK'
[run-perf] I1107 07:47:49.027775 25 dump.go:176] Response header 'Cache-Control' is 'no-store'
[run-perf] I1107 07:47:49.027778 25 dump.go:176] Response header 'Content-Type' is 'application/json'
[run-perf] I1107 07:47:49.027781 25 dump.go:176] Response header 'Date' is 'Thu, 07 Nov 2024 07:47:49 GMT'
[run-perf] I1107 07:47:49.027783 25 dump.go:176] Response header 'Pragma' is 'no-cache'
[run-perf] I1107 07:47:49.027786 25 dump.go:176] Response header 'Referrer-Policy' is 'strict-origin'
[run-perf] I1107 07:47:49.027790 25 dump.go:176] Response header 'Set-Cookie' is '2a4bcc483fa585dc0ad94b51550d0923=cb01111320f25e0e8a4b7834e8e95c0c; path=/; HttpOnly; Secure; SameSite=None'
[run-perf] I1107 07:47:49.027794 25 dump.go:176] Response header 'Strict-Transport-Security' is 'max-age=31536000; includeSubDomains'
[run-perf] I1107 07:47:49.027798 25 dump.go:176] Response header 'Vary' is 'Accept-Encoding'
[run-perf] I1107 07:47:49.027803 25 dump.go:176] Response header 'X-Content-Type-Options' is 'nosniff'
[run-perf] I1107 07:47:49.027807 25 dump.go:176] Response header 'X-Frame-Options' is 'SAMEORIGIN'
[run-perf] I1107 07:47:49.027811 25 dump.go:176] Response header 'X-Rh-Edge-Cache-Status' is 'NotCacheable from child'
[run-perf] I1107 07:47:49.027815 25 dump.go:176] Response header 'X-Rh-Edge-Reference-Id' is '0.c4432417.1730965668.a25a49a'
[run-perf] I1107 07:47:49.027818 25 dump.go:176] Response header 'X-Rh-Edge-Request-Id' is 'a25a49a'
[run-perf] I1107 07:47:49.027820 25 dump.go:176] Response header 'X-Xss-Protection' is '1; mode=block'
[run-perf] I1107 07:47:49.027823 25 dump.go:180] Response body follows
[run-perf] I1107 07:47:49.027844 25 dump.go:281] {
[run-perf] "access_token": "
",
[run-perf] "expires_in": 900,
[run-perf] "refresh_expires_in": 0,
[run-perf] "refresh_token": "
",
[run-perf] "token_type": "Bearer",
[run-perf] "id_token": "
",
[run-perf] "not-before-policy": 0,
[run-perf] "session_state": "241a7787-d087-4444-8935-5589e7295d36",
[run-perf] "scope": "openid api.iam.service_accounts roles web-origins offline_access"
[run-perf] }
[run-perf] I1107 07:47:49.028048 25 transport_wrapper.go:710] Got tokens on first attempt
[run-perf] Connecting to raw.githubusercontent.com (185.199.110.133:443)
[run-perf] saving to '/tmp/script.js'
[run-perf] script.js 100% |
***********| 3774 0:00:00 ETA
[run-perf] '/tmp/script.js' saved
[run-perf]
[run-perf] /\ Grafana /‾‾/
[run-perf] /\ / \ |\ __ / /
[run-perf] / / \ | |/ / / ‾‾
[run-perf] / \ | ( | (‾) |
[run-perf] / __________ \ ||_\ ____/
[run-perf]
[run-perf] execution: local
[run-perf] script: /tmp/script.js
[run-perf] output: -
[run-perf]
[run-perf] scenarios: (100.00%) 1 scenario, 5 max VUs, 1m30s max duration (incl. graceful stop):
[run-perf] * k6_rhtrex: 1.00 iterations/s for 1m0s (maxVUs: 5, gracefulStop: 30s)
[run-perf]
[run-perf]
[run-perf] running (0m01.0s), 0/5 VUs, 1 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 2% ] 0/5 VUs 0m01.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m02.0s), 0/5 VUs, 2 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 3% ] 0/5 VUs 0m02.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m03.0s), 0/5 VUs, 3 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 5% ] 0/5 VUs 0m03.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m04.0s), 0/5 VUs, 4 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 7% ] 0/5 VUs 0m04.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m05.0s), 0/5 VUs, 5 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 8% ] 0/5 VUs 0m05.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m06.0s), 0/5 VUs, 6 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 10% ] 0/5 VUs 0m06.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m07.0s), 0/5 VUs, 7 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 12% ] 0/5 VUs 0m07.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m08.0s), 0/5 VUs, 8 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 13% ] 0/5 VUs 0m08.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m09.0s), 0/5 VUs, 9 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 15% ] 0/5 VUs 0m09.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m10.0s), 0/5 VUs, 10 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 17% ] 0/5 VUs 0m10.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m11.0s), 0/5 VUs, 11 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 18% ] 0/5 VUs 0m11.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m12.0s), 0/5 VUs, 12 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 20% ] 0/5 VUs 0m12.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m13.0s), 0/5 VUs, 13 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 22% ] 0/5 VUs 0m13.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m14.0s), 0/5 VUs, 14 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 23% ] 0/5 VUs 0m14.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m15.0s), 0/5 VUs, 15 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 25% ] 0/5 VUs 0m15.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m16.0s), 0/5 VUs, 16 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 27% ] 0/5 VUs 0m16.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m17.0s), 0/5 VUs, 17 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 28% ] 0/5 VUs 0m17.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m18.0s), 0/5 VUs, 18 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 30% ] 0/5 VUs 0m18.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m19.0s), 0/5 VUs, 19 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 32% ] 0/5 VUs 0m19.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m20.0s), 0/5 VUs, 20 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 33% ] 0/5 VUs 0m20.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m21.0s), 0/5 VUs, 21 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 35% ] 0/5 VUs 0m21.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m22.0s), 0/5 VUs, 22 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 37% ] 0/5 VUs 0m22.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m23.0s), 0/5 VUs, 23 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 38% ] 0/5 VUs 0m23.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m24.0s), 0/5 VUs, 24 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 40% ] 0/5 VUs 0m24.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m25.0s), 0/5 VUs, 25 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 42% ] 0/5 VUs 0m25.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m26.0s), 0/5 VUs, 26 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 43% ] 0/5 VUs 0m26.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m27.0s), 0/5 VUs, 27 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 45% ] 0/5 VUs 0m27.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m28.0s), 0/5 VUs, 28 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 47% ] 0/5 VUs 0m28.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m29.0s), 0/5 VUs, 29 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 48% ] 0/5 VUs 0m29.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m30.0s), 0/5 VUs, 30 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 50% ] 0/5 VUs 0m30.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m31.0s), 0/5 VUs, 31 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 52% ] 0/5 VUs 0m31.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m32.0s), 0/5 VUs, 32 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 53% ] 0/5 VUs 0m32.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m33.0s), 0/5 VUs, 33 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 55% ] 0/5 VUs 0m33.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m34.0s), 0/5 VUs, 34 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 57% ] 0/5 VUs 0m34.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m35.0s), 0/5 VUs, 35 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 58% ] 0/5 VUs 0m35.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m36.0s), 0/5 VUs, 36 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 60% ] 0/5 VUs 0m36.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m37.0s), 0/5 VUs, 37 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 62% ] 0/5 VUs 0m37.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m38.0s), 0/5 VUs, 38 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 63% ] 0/5 VUs 0m38.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m39.0s), 0/5 VUs, 39 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 65% ] 0/5 VUs 0m39.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m40.0s), 0/5 VUs, 40 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 67% ] 0/5 VUs 0m40.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m41.0s), 0/5 VUs, 41 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 68% ] 0/5 VUs 0m41.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m42.0s), 0/5 VUs, 42 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 70% ] 0/5 VUs 0m42.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m43.0s), 0/5 VUs, 43 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 72% ] 0/5 VUs 0m43.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m44.0s), 0/5 VUs, 44 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 73% ] 0/5 VUs 0m44.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m45.0s), 0/5 VUs, 45 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 75% ] 0/5 VUs 0m45.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m46.0s), 0/5 VUs, 46 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 77% ] 0/5 VUs 0m46.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m47.0s), 0/5 VUs, 47 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 78% ] 0/5 VUs 0m47.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m48.0s), 0/5 VUs, 48 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 80% ] 0/5 VUs 0m48.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m49.0s), 0/5 VUs, 49 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 82% ] 0/5 VUs 0m49.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m50.0s), 0/5 VUs, 50 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 83% ] 0/5 VUs 0m50.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m51.0s), 0/5 VUs, 51 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 85% ] 0/5 VUs 0m51.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m52.0s), 0/5 VUs, 52 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 87% ] 0/5 VUs 0m52.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m53.0s), 0/5 VUs, 53 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 88% ] 0/5 VUs 0m53.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m54.0s), 0/5 VUs, 54 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 90% ] 0/5 VUs 0m54.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m55.0s), 0/5 VUs, 55 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 92% ] 0/5 VUs 0m55.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m56.0s), 0/5 VUs, 56 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 93% ] 0/5 VUs 0m56.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m57.0s), 0/5 VUs, 57 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 95% ] 0/5 VUs 0m57.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m58.0s), 0/5 VUs, 58 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 97% ] 0/5 VUs 0m58.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (0m59.0s), 0/5 VUs, 59 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 98% ] 0/5 VUs 0m59.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (1m00.0s), 0/5 VUs, 60 complete and 0 interrupted iterations
[run-perf] k6_rhtrex [ 100% ] 0/5 VUs 1m00.0s/1m0s 1.00 iters/s
[run-perf]
[run-perf] running (1m00.0s), 0/5 VUs, 60 complete and 0 interrupted iterations
[run-perf] k6_rhtrex ✓ [ 100% ] 0/5 VUs 1m0s 1.00 iters/s
[run-perf] {"startTime":1730965698351,"endTime":1730965729222,"$schema":"uri:k6:0.1","root_group":{"name":"","path":"","id":"d41d8cd98f00b204e9800998ecf8427e","groups":[{"name":"/api/rh-trex/v1/dinosaurs","path":"::/api/rh-trex/v1/dinosaurs","id":"9b6df8aa65f78d3c738612e35c8e206d","groups":[],"checks":[{"name":"A JSON array of dinosaur objects","path":"::/api/rh-trex/v1/dinosaurs::A JSON array of dinosaur objects","id":"72e4eedfaa0f4d30726f92d1ed9e66c6","passes":60,"fails":0},{"passes":60,"fails":0,"name":"Created","path":"::/api/rh-trex/v1/dinosaurs::Created","id":"bb59220a65c794a095eb7645d6cb6a1d"}]},{"name":"/api/rh-trex/v1/dinosaurs/{id}","path":"::/api/rh-trex/v1/dinosaurs/{id}","id":"c6bb3d0344b2ae48e7e78f5068affbcb","groups":[],"checks":[{"name":"Dinosaur found by id","path":"::/api/rh-trex/v1/dinosaurs/{id}::Dinosaur found by id","id":"079cecbd4756395d5c13ac7ba3028c20","passes":60,"fails":0},{"name":"Dinosaur updated successfully","path":"::/api/rh-trex/v1/dinosaurs/{id}::Dinosaur updated successfu...
[run-perf] olds":{"med<10":{"ok":true}},"type":"trend","contains":"default","values":{"min":3.19647,"med":3.4885884999999996,"max":5.49309,"p(90)":4.0032401,"p(95)":4.2011245499999985,"avg":3.6078320833333324}},"List_API":{"type":"trend","contains":"default","values":{"p(90)":5.7877281,"p(95)":5.9985308,"avg":6.64257505,"min":4.229533,"med":5.1109645,"max":96.226786},"thresholds":{"med<10":{"ok":true}}},"http_req_duration":{"type":"trend","contains":"time","values":{"avg":7.224584395833333,"min":3.19647,"med":5.388663,"max":96.226786,"p(90)":12.693883000000001,"p(95)":13.043802399999997}},"data_sent":{"type":"counter","contains":"data","values":{"count":48270,"rate":804.490388190189}}}}

[check-regression] + horreum_sec_set=false
[check-regression] Horreum config not set
[check-regression] + '[' false '==' false ]
[check-regression] + echo 'Horreum config not set'

[sidecar-kube-proxy] Forwarding from 127.0.0.1:8080 -> 8000
[sidecar-kube-proxy] Forwarding from [::1]:8080 -> 8000
[sidecar-kube-proxy] Handling connection for 8080
[sidecar-kube-proxy] Handling connection for 8080
[sidecar-kube-proxy] Handling connection for 8080
[sidecar-kube-proxy] Handling connection for 8080
[sidecar-kube-proxy] Handling connection for 8080

%!s()

provsion-test1-47d9t-cleanup

PROVSION-TEST1-47D9T-CLEANUP

[prepare] 2024/11/07 07:48:51 Entrypoint initialization

[place-scripts] 2024/11/07 07:48:51 Decoded script /tekton/scripts/script-0-l7sl2

[step1] {"result":"SUCCESS","timestamp":"1730965735","failures":0,"successes":0,"warnings":0}

%!s()

`

Copy link
Contributor

@markturansky markturansky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM and output of passing tests posted to this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants