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

Leaking debug messages #54

Open
jaxxstorm opened this issue Oct 12, 2022 · 3 comments
Open

Leaking debug messages #54

jaxxstorm opened this issue Oct 12, 2022 · 3 comments
Labels
kind/bug Some behavior is incorrect or out of spec

Comments

@jaxxstorm
Copy link

What happened?

When you try provision something that takes longer than a few seconds, the provider leaks debug message.

Steps to reproduce

Define something like an OKE resource.

Expected Behavior

You don't get any debug/info messages

Actual Behavior

You get this:



    pulumi:pulumi:Stack ts_oke-dev running
    jaxxstorm:index:OciVcn example
    oci:Core:Vcn example
    oci:Core:InternetGateway example
 +  oci:Core:SecurityList example creating
    oci:Core:NatGateway example
    oci:Core:Subnet example-private-1
    oci:Core:Subnet example-public-1
 +  oci:Core:RouteTable example creating
 +  oci:ContainerEngine:Cluster example creating
    oci:Core:ServiceGateway example
 +  oci:Core:RouteTable example creating
 +  oci:Core:SecurityList example created
 +  oci:Core:RouteTable example created
 +  oci:Core:RouteTable example created
    pulumi:pulumi:Stack ts_oke-dev running INFO 2022/10/12 09:58:37.375682 Time elapsed for retry: 0s;  Expected retry duration: 0s
    pulumi:pulumi:Stack ts_oke-dev running INFO 2022/10/12 09:58:38.905261 Time elapsed for retry: 2s;  Expected retry duration: 0s
    pulumi:pulumi:Stack ts_oke-dev running INFO 2022/10/12 09:58:46.646189 Time elapsed for retry: 9s;  Expected retry duration: 0s
    pulumi:pulumi:Stack ts_oke-dev running INFO 2022/10/12 09:58:50.889506 Time elapsed for retry: 14s;  Expected retry duration: 0s
@ Updating....
    pulumi:pulumi:Stack ts_oke-dev running INFO 2022/10/12 09:59:06.856503 Time elapsed for retry: 30s;  Expected retry duration: 0s
@ Updating....
    pulumi:pulumi:Stack ts_oke-dev running INFO 2022/10/12 09:59:30.194056 Time elapsed for retry: 53s;  Expected retry duration: 0s
@ Updating....
    pulumi:pulumi:Stack ts_oke-dev running INFO 2022/10/12 09:59:43.144472 Time elapsed for retry: 1m6s;  Expected retry duration: 0s
@ Updating.......
    pulumi:pulumi:Stack ts_oke-dev running INFO 2022/10/12 10:01:04.001465 Time elapsed for retry: 2m27s;  Expected retry duration: 0s
@ Updating......
    pulumi:pulumi:Stack ts_oke-dev running INFO 2022/10/12 10:01:54.754863 Time elapsed for retry: 3m17s;  Expected retry duration: 0s
@ Updating.......
    pulumi:pulumi:Stack ts_oke-dev running INFO 2022/10/12 10:03:23.189656 Time elapsed for retry: 4m46s;  Expected retry duration: 0s
@ Updating.............
 +  oci:ContainerEngine:Cluster example created
    pulumi:pulumi:Stack ts_oke-dev  10 messages

Diagnostics:
  pulumi:pulumi:Stack (ts_oke-dev):
    INFO 2022/10/12 09:58:37.375682 Time elapsed for retry: 0s;  Expected retry duration: 0s
    INFO 2022/10/12 09:58:38.905261 Time elapsed for retry: 2s;  Expected retry duration: 0s
    INFO 2022/10/12 09:58:46.646189 Time elapsed for retry: 9s;  Expected retry duration: 0s
    INFO 2022/10/12 09:58:50.889506 Time elapsed for retry: 14s;  Expected retry duration: 0s
    INFO 2022/10/12 09:59:06.856503 Time elapsed for retry: 30s;  Expected retry duration: 0s
    INFO 2022/10/12 09:59:30.194056 Time elapsed for retry: 53s;  Expected retry duration: 0s
    INFO 2022/10/12 09:59:43.144472 Time elapsed for retry: 1m6s;  Expected retry duration: 0s
    INFO 2022/10/12 10:01:04.001465 Time elapsed for retry: 2m27s;  Expected retry duration: 0s
    INFO 2022/10/12 10:01:54.754863 Time elapsed for retry: 3m17s;  Expected retry duration: 0s
    INFO 2022/10/12 10:03:23.189656 Time elapsed for retry: 4m46s;  Expected retry duration: 0s

Output of pulumi about

No response

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

@jaxxstorm jaxxstorm added kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team labels Oct 12, 2022
@thomas11
Copy link
Contributor

Hey @jaxxstorm , thanks for the report. What version of Pulumi and the provider is this?

@thomas11 thomas11 added awaiting-feedback Blocked on input from the author and removed needs-triage Needs attention from the triage team labels Oct 13, 2022
@mikhailshilkov
Copy link
Member

mikhailshilkov commented Jul 28, 2023

@jaxxstorm Is there a snippet that I could run to repro this?

@jaxxstorm
Copy link
Author

@mikhailshilkov https://github.com/jaxxstorm/pulumi-examples/tree/main/typescript/oracle_cloud/oke

@mikhailshilkov mikhailshilkov removed the awaiting-feedback Blocked on input from the author label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

3 participants