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

Bug during destroy #237

Closed
Ak-sky opened this issue Jun 27, 2024 · 1 comment
Closed

Bug during destroy #237

Ak-sky opened this issue Jun 27, 2024 · 1 comment
Labels
bug Something isn't working internal-synced

Comments

@Ak-sky
Copy link
Member

Ak-sky commented Jun 27, 2024

Recent started seeing the below error during continuous and PR tests

TestRunFSCloudExample 2024-06-18T05:17:56Z command.go:185: module.event_notification.module.event_notification.ibm_en_destination_cos.cos_en_destination[0]: Refreshing state... [id=8396983a-2677-4f1f-90ac-9f0a2a300a0c/28744ecb-d0f1-4af9-a638-b495ddeef0c5]
TestRunCompleteExample 2024-06-18T05:17:57Z command.go:185: ibm_is_vpc.example_vpc: Still destroying... [id=r010-ba2a1a89-8642-454d-88ac-83ba672a04a4, 10s elapsed]
TestRunCompleteExample 2024-06-18T05:18:00Z command.go:185: ibm_is_vpc.example_vpc: Destruction complete after 13s
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: ╷
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │ Error: DeleteDestinationWithContext failed Unauthorized, service to service is not enabled
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │ {
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │     "StatusCode": 401,
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │     "Headers": {
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         "Access-Control-Allow-Credentials": [
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │             "true"
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         ],
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         "Access-Control-Allow-Headers": [
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │             "*"
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         ],
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         "Access-Control-Allow-Methods": [
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │             "POST, GET, OPTIONS, PUT, DELETE, PATCH"
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         ],
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         "Access-Control-Allow-Origin": [
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │             "*"
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         ],
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         "Cache-Control": [
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │             "No-Store"
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         ],
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         "Cf-Cache-Status": [
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │             "DYNAMIC"
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         ],
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         "Cf-Ray": [
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │             "8958d058aeb4ea42-DFW"
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         ],
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         "Content-Length": [
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │             "236"
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         ],
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         "Content-Security-Policy": [
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │             "script-src * 'unsafe-inline', frame-ancestors 'self'; form-action 'self'"
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         ],
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         "Content-Type": [
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │             "application/json"
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         ],
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         "Date": [
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │             "Tue, 18 Jun 2024 05:17:36 GMT"
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         ],
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         "Server": [
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │             "cloudflare"
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         ],
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         "Strict-Transport-Security": [
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │             "max-age=31536000; includeSubDomains"
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         ],
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         "X-Envoy-Upstream-Service-Time": [
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │             "1009"
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         ],
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         "X-Request-Id": [
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │             "f3ec08b8-2fc2-42eb-b30a-b4e680fbb119"
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         ]
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │     },
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │     "Result": {
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         "errors": [
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │             {
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │                 "code": "unauthorized_due_to_s2s",
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │                 "message": "Unauthorized, service to service is not enabled",
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │                 "more_info": "https://cloud.ibm.com/apidocs/event-notifications"
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │             }
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         ],
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         "status_code": 401,
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │         "trace": "1ea10146-b675-485f-a93d-69448cf078e0"
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │     },
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │     "RawResult": null
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │ }
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │ 
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │ 
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: │ 
TestRunCompleteExample 2024-06-18T05:18:01Z command.go:185: ╵
TestRunCompleteExample 2024-06-18T05:18:01Z retry.go:99: Returning due to fatal error: FatalError{Underlying: error while running command: exit status 1; ╷
│ Error: DeleteDestinationWithContext failed Unauthorized, service to service is not enabled
@Ak-sky Ak-sky added the bug Something isn't working label Jun 27, 2024
@Ak-sky
Copy link
Member Author

Ak-sky commented Jul 25, 2024

@Ak-sky Ak-sky closed this as completed Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working internal-synced
Projects
None yet
Development

No branches or pull requests

2 participants