pulumi / pulumi-terraform-bridge

A library allowing Terraform providers to be bridged into Pulumi.
Apache License 2.0
199 stars 43 forks source link

Fix flaky aliasing test #2644

Closed VenelinMartinov closed 1 day ago

VenelinMartinov commented 2 days ago

The test occasionally fails with complaints about concurrent map writes. We will just run it sequentially as before, that should fix the issue.

https://github.com/pulumi/pulumi-terraform-bridge/actions/runs/11938863967/attempts/1

codecov[bot] commented 2 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 69.96%. Comparing base (20a909d) to head (ec6c553). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2644 +/- ## ========================================== - Coverage 69.97% 69.96% -0.02% ========================================== Files 367 367 Lines 44503 44503 ========================================== - Hits 31140 31135 -5 - Misses 11734 11739 +5 Partials 1629 1629 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

iwahbe commented 1 day ago

Can you paste the error here? I couldn't find it in the test logs you linked.

VenelinMartinov commented 1 day ago
``` fatal error: concurrent map writes goroutine 270 [running]: github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.declareRuntimeMetadata(...) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/metadata.go:42 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TraverseProperties(0x1400051cfc8, {0x101f1a6a4, 0x20}, 0x140005d9970, {0x14000c0df50, 0x1, 0x100d8db20?}) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/walk.go:501 +0x7c0 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestTraversePropertiesSchemaInfo(0x14000896b60) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/walk_test.go:437 +0x194 testing.tRunner(0x14000896b60, 0x102730f58) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 1 [chan receive]: testing.tRunner.func1() /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1651 +0x434 testing.tRunner(0x140008c56c0, 0x1400071fc68) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1696 +0x120 testing.runTests(0x14000122810, {0x1035448a0, 0xf8, 0xf8}, {0x7400000000000000?, 0x7493f9710511a0b3?, 0x10354f9e0?}) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:2166 +0x3ac testing.(*M).Run(0x14000399680) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:2034 +0x588 main.main() _testmain.go:551 +0x90 goroutine 19 [select]: github.com/golang/glog.(*fileSink).flushDaemon(0x10354fa78) /Users/runner/go/pkg/mod/github.com/golang/glog@v1.2.1/glog_file.go:351 +0xa4 created by github.com/golang/glog.init.1 in goroutine 1 /Users/runner/go/pkg/mod/github.com/golang/glog@v1.2.1/glog_file.go:166 +0x140 goroutine 20 [select]: go.opencensus.io/stats/view.(*worker).start(0x14000778d00) /Users/runner/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/worker.go:292 +0x88 created by go.opencensus.io/stats/view.init.0 in goroutine 1 /Users/runner/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/worker.go:34 +0x98 goroutine 23 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140008c5a00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestBasic(0x140008c5a00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/assets_test.go:31 +0x24 testing.tRunner(0x140008c5a00, 0x102730850) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 24 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140008c5ba0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestFileAssets(0x140008c5ba0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/assets_test.go:47 +0x28 testing.tRunner(0x140008c5ba0, 0x102730ad8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 25 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140008c5d40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestFileArchives(0x140008c5d40) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/assets_test.go:86 +0x28 testing.tRunner(0x140008c5d40, 0x102730ad0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 26 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000148000) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestHashOnlyArchiveDoesNotClobber(0x14000148000) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/assets_test.go:134 +0x24 testing.tRunner(0x14000148000, 0x102730af0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 27 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000149860) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestFastAutoAliasingAtRuntime(0x14000149860) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/auto_aliasing_test.go:17 +0x24 testing.tRunner(0x14000149860, 0x102730ac8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 28 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000149d40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestKeySuggestions(0x14000149d40) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/check_failures_test.go:28 +0x28 testing.tRunner(0x14000149d40, 0x102730b68) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 29 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140007c0000) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestConfigEncoding(0x140007c0000) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/config_encoding_test.go:32 +0x28 testing.tRunner(0x140007c0000, 0x102730940) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 30 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140007c01a0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDeconflict(0x140007c01a0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/deconflict_test.go:30 +0x28 testing.tRunner(0x140007c01a0, 0x102730990) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 31 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140007c0340) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestParseConflictsWith(0x140007c0340) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/deconflict_test.go:221 +0x20 testing.tRunner(0x140007c0340, 0x102730d68) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 32 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140007c04e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDiffPair(0x140007c04e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:23 +0x24 testing.tRunner(0x140007c04e0, 0x102730a88) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 49 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140007c0680) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestReservedKey(0x140007c0680) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:31 +0x24 testing.tRunner(0x140007c0680, 0x102730e30) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 50 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140007c0820) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSchemaLookupMaxItemsOnePlain(0x140007c0820) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:39 +0x24 testing.tRunner(0x140007c0820, 0x102730e58) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 51 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140007c09c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSchemaLookupMaxItemsOne(0x140007c09c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:61 +0x24 testing.tRunner(0x140007c09c0, 0x102730e50) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 52 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140007c0d00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSchemaLookupMap(0x140007c0d00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:94 +0x24 testing.tRunner(0x140007c0d00, 0x102730e48) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 53 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140007c0ea0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMakeBaseDiff(0x140007c0ea0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:122 +0x24 testing.tRunner(0x140007c0ea0, 0x102730be8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 54 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140007c1040) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMakePropDiff(0x140007c1040) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:141 +0x34 testing.tRunner(0x140007c1040, 0x102730c00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 55 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140007c11e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestBasicDetailedDiff(0x140007c11e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:309 +0x34 testing.tRunner(0x140007c11e0, 0x102730858) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 56 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140007c1520) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffObject(0x140007c1520) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:574 +0x28 testing.tRunner(0x140007c1520, 0x102730a18) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 57 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140007c16c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffList(0x140007c16c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:659 +0x28 testing.tRunner(0x140007c16c0, 0x1027309e8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 58 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140007c1860) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffMap(0x140007c1860) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:727 +0x28 testing.tRunner(0x140007c1860, 0x1027309f0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 59 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140007c1ba0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffSet(0x140007c1ba0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:795 +0x28 testing.tRunner(0x140007c1ba0, 0x102730a28) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 60 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bc0000) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffTFForceNewPlain(0x14000bc0000) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:876 +0x28 testing.tRunner(0x14000bc0000, 0x102730a78) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 61 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bc01a0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffTFForceNewAttributeCollection(0x14000bc01a0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:941 +0x28 testing.tRunner(0x14000bc01a0, 0x102730a58) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 62 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bc0340) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffTFForceNewBlockCollection(0x14000bc0340) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:1079 +0x28 testing.tRunner(0x14000bc0340, 0x102730a60) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 63 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bc04e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffTFForceNewElemBlockCollection(0x14000bc04e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:1188 +0x28 testing.tRunner(0x14000bc04e0, 0x102730a68) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 64 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bc0680) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffMaxItemsOnePlainType(0x14000bc0680) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:1302 +0x28 testing.tRunner(0x14000bc0680, 0x102730a00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 65 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bc0820) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffNestedMaxItemsOnePlainType(0x14000bc0820) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:1362 +0x28 testing.tRunner(0x14000bc0820, 0x102730a10) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 66 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bc09c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffTFForceNewObject(0x14000bc09c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:1427 +0x28 testing.tRunner(0x14000bc09c0, 0x102730a70) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 67 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bc0b60) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffPulumiSchemaOverride(0x14000bc0b60) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:1523 +0x20 testing.tRunner(0x14000bc0b60, 0x102730a20) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 68 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bc0d00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffSetAttribute(0x14000bc0d00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:1779 +0x20 testing.tRunner(0x14000bc0d00, 0x102730a30) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 69 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bc0ea0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffSetBlock(0x14000bc0ea0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:2017 +0x24 testing.tRunner(0x14000bc0ea0, 0x102730a38) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 70 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bc1040) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffSetBlockNestedMaxItemsOne(0x14000bc1040) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:2269 +0x24 testing.tRunner(0x14000bc1040, 0x102730a40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 71 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bc11e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffMismatchedSchemas(0x14000bc11e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:2352 +0x28 testing.tRunner(0x14000bc11e0, 0x102730a08) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 72 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bc1380) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffSetHashChanges(0x14000bc1380) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:2466 +0x28 testing.tRunner(0x14000bc1380, 0x102730a48) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 73 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bc1520) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffMatchNewIndicesToInputs(0x14000bc1520) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:2482 +0x20 testing.tRunner(0x14000bc1520, 0x1027309f8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 74 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bc16c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffBuildChangesIndexMap(0x14000bc16c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:2573 +0x20 testing.tRunner(0x14000bc16c0, 0x1027309e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 75 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bc1860) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDetailedDiffSetHashPanicCaught(0x14000bc1860) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/detailed_diff_test.go:2608 +0x24 testing.tRunner(0x14000bc1860, 0x102730a50) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 76 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bc1a00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestCustomizeDiff(0x14000bc1a00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:36 +0x28 testing.tRunner(0x14000bc1a00, 0x102730988) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 77 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bc1ba0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestCustomDiffProducesReplace(0x14000bc1ba0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:357 +0x28 testing.tRunner(0x14000bc1ba0, 0x102730970) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 78 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bc1d40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestEmptyDiff(0x14000bc1d40) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:375 +0x28 testing.tRunner(0x14000bc1d40, 0x102730a90) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 79 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000be0000) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSimpleAdd(0x14000be0000) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:393 +0x28 testing.tRunner(0x14000be0000, 0x102730ed0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 80 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000be01a0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSimpleAddReplace(0x14000be01a0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:412 +0x28 testing.tRunner(0x14000be01a0, 0x102730ed8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 81 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000be0340) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSimpleDelete(0x14000be0340) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:431 +0x28 testing.tRunner(0x14000be0340, 0x102730ee0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 82 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000be04e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSimpleDeleteReplace(0x14000be04e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:449 +0x28 testing.tRunner(0x14000be04e0, 0x102730ee8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 83 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000be0680) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSimpleUpdate(0x14000be0680) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:467 +0x28 testing.tRunner(0x14000be0680, 0x102730ef0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 84 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000be0820) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSimpleUpdateReplace(0x14000be0820) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:487 +0x28 testing.tRunner(0x14000be0820, 0x102730ef8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 85 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000be09c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestNestedAdd(0x14000be09c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:507 +0x28 testing.tRunner(0x14000be09c0, 0x102730ce8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 86 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000be0b60) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestNestedAddReplace(0x14000be0b60) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:526 +0x28 testing.tRunner(0x14000be0b60, 0x102730cf0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 87 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000be0d00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestNestedDelete(0x14000be0d00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:545 +0x28 testing.tRunner(0x14000be0d00, 0x102730d28) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 88 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000be0ea0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestNestedDeleteReplace(0x14000be0ea0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:563 +0x28 testing.tRunner(0x14000be0ea0, 0x102730d30) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 89 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000be1040) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestNestedUpdate(0x14000be1040) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:581 +0x28 testing.tRunner(0x14000be1040, 0x102730d40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 90 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000be11e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestNestedUpdateReplace(0x14000be11e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:601 +0x28 testing.tRunner(0x14000be11e0, 0x102730d48) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 91 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000be1380) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestNestedIgnore(0x14000be1380) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:621 +0x28 testing.tRunner(0x14000be1380, 0x102730d38) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 92 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000be1520) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestListAdd(0x14000be1520) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:640 +0x28 testing.tRunner(0x14000be1520, 0x102730b70) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 93 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000be16c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestListAddReplace(0x14000be16c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:659 +0x28 testing.tRunner(0x14000be16c0, 0x102730b78) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 94 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000be1860) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestListDelete(0x14000be1860) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:678 +0x28 testing.tRunner(0x14000be1860, 0x102730b80) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 95 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000be1a00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestListDeleteReplace(0x14000be1a00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:696 +0x28 testing.tRunner(0x14000be1a00, 0x102730b88) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 96 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000be1ba0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestListUpdate(0x14000be1ba0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:714 +0x28 testing.tRunner(0x14000be1ba0, 0x102730bb8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 97 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000be1d40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestListUpdateReplace(0x14000be1d40) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:734 +0x28 testing.tRunner(0x14000be1d40, 0x102730bc0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 98 [chan receive]: testing.(*T).Run(0x14000bfa000, {0x101eaa54c?, 0x0?}, 0x14000c24b40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1751 +0x328 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.diffTest(0x14000bfa000, 0x140007e6420, 0x14000beff28, 0x14000befde8, 0x140007e6450, 0x1, {0x14000978f70, 0x1, 0x1}) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:294 +0x154 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestListIgnore(0x14000bfa000) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:755 +0x368 testing.tRunner(0x14000bfa000, 0x102730b90) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 99 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bfa1a0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMaxItemsOneListAdd(0x14000bfa1a0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:773 +0x28 testing.tRunner(0x14000bfa1a0, 0x102730c58) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 100 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bfa340) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMaxItemsOneListAddReplace(0x14000bfa340) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:793 +0x28 testing.tRunner(0x14000bfa340, 0x102730c60) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 101 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bfa4e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMaxItemsOneListDelete(0x14000bfa4e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:813 +0x28 testing.tRunner(0x14000bfa4e0, 0x102730c68) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 102 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bfa680) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMaxItemsOneListDeleteReplace(0x14000bfa680) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:831 +0x28 testing.tRunner(0x14000bfa680, 0x102730c70) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 103 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bfa820) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMaxItemsOneListUpdate(0x14000bfa820) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:849 +0x28 testing.tRunner(0x14000bfa820, 0x102730c80) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 104 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bfa9c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMaxItemsOneListUpdateReplace(0x14000bfa9c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:869 +0x28 testing.tRunner(0x14000bfa9c0, 0x102730c88) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 105 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bfab60) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMaxItemsOneListIgnore(0x14000bfab60) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:889 +0x28 testing.tRunner(0x14000bfab60, 0x102730c78) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 106 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bfad00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSetAdd(0x14000bfad00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:908 +0x28 testing.tRunner(0x14000bfad00, 0x102730e60) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 107 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bfaea0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSetAddReplace(0x14000bfaea0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:931 +0x28 testing.tRunner(0x14000bfaea0, 0x102730e68) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 108 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bfb040) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSetDelete(0x14000bfb040) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:955 +0x28 testing.tRunner(0x14000bfb040, 0x102730e78) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 109 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bfb1e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSetDeleteReplace(0x14000bfb1e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:977 +0x28 testing.tRunner(0x14000bfb1e0, 0x102730e80) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 110 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bfb380) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSetUpdate(0x14000bfb380) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1000 +0x28 testing.tRunner(0x14000bfb380, 0x102730ec0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 111 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bfb520) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSetIgnore(0x14000bfb520) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1020 +0x28 testing.tRunner(0x14000bfb520, 0x102730e90) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 112 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bfb6c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSetUpdateReplace(0x14000bfb6c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1039 +0x28 testing.tRunner(0x14000bfb6c0, 0x102730ec8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 113 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bfb860) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMaxItemsOneSetAdd(0x14000bfb860) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1059 +0x28 testing.tRunner(0x14000bfb860, 0x102730c98) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 114 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bfba00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMaxItemsOneSetAddReplace(0x14000bfba00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1084 +0x28 testing.tRunner(0x14000bfba00, 0x102730ca0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 115 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bfbba0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMaxItemsOneSetDelete(0x14000bfbba0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1110 +0x28 testing.tRunner(0x14000bfbba0, 0x102730ca8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 116 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000bfbd40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMaxItemsOneSetDeleteReplace(0x14000bfbd40) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1133 +0x28 testing.tRunner(0x14000bfbd40, 0x102730cb0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 117 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140002fa000) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMaxItemsOneSetUpdate(0x140002fa000) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1157 +0x28 testing.tRunner(0x140002fa000, 0x102730cc0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 118 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140002fa1a0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMaxItemsOneSetIgnore(0x140002fa1a0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1177 +0x28 testing.tRunner(0x140002fa1a0, 0x102730cb8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 119 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140002fa340) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMaxItemsOneSetUpdateReplace(0x140002fa340) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1196 +0x28 testing.tRunner(0x140002fa340, 0x102730cc8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 120 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140002fa4e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSetNestedUpdate(0x140002fa4e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1216 +0x28 testing.tRunner(0x140002fa4e0, 0x102730eb0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 121 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140002fa680) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSetNestedUpdateReplace(0x140002fa680) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1243 +0x28 testing.tRunner(0x140002fa680, 0x102730eb8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 122 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140002fa820) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSetNestedIgnore(0x140002fa820) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1270 +0x28 testing.tRunner(0x140002fa820, 0x102730ea8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 123 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140002fa9c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestComputedSimpleUpdate(0x140002fa9c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1298 +0x28 testing.tRunner(0x140002fa9c0, 0x102730920) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 124 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140002fab60) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestComputedSimpleUpdateReplace(0x140002fab60) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1318 +0x28 testing.tRunner(0x140002fab60, 0x102730928) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 125 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140002fad00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestComputedMapUpdate(0x140002fad00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1338 +0x28 testing.tRunner(0x140002fad00, 0x1027308d0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 126 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140002faea0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestComputedNestedUpdate(0x140002faea0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1358 +0x28 testing.tRunner(0x140002faea0, 0x1027308e8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 127 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140002fb040) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestComputedNestedUpdateReplace(0x140002fb040) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1378 +0x28 testing.tRunner(0x140002fb040, 0x1027308f0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 128 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140002fb1e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestComputedNestedIgnore(0x140002fb1e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1398 +0x28 testing.tRunner(0x140002fb1e0, 0x1027308e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 129 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140002fb380) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestComputedListUpdate(0x140002fb380) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1417 +0x28 testing.tRunner(0x140002fb380, 0x1027308c8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 130 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140002fb520) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestComputedListElementUpdate(0x140002fb520) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1437 +0x28 testing.tRunner(0x140002fb520, 0x1027308b8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 131 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140002fb6c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestComputedListElementUpdateReplace(0x140002fb6c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1457 +0x28 testing.tRunner(0x140002fb6c0, 0x1027308c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 132 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140002fb860) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestComputedListElementIgnore(0x140002fb860) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1477 +0x28 testing.tRunner(0x140002fb860, 0x1027308b0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 133 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140002fba00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestComputedSetUpdate(0x140002fba00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1496 +0x28 testing.tRunner(0x140002fba00, 0x102730910) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 134 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140002fbba0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestNestedComputedSetUpdate(0x140002fbba0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1516 +0x28 testing.tRunner(0x140002fbba0, 0x102730d18) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 135 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140002fbd40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestNestedComputedSetAdd(0x140002fbd40) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1536 +0x28 testing.tRunner(0x140002fbd40, 0x102730cf8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 136 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x1400051e000) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestNestedComputedSetUpdateReplace(0x1400051e000) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1558 +0x28 testing.tRunner(0x1400051e000, 0x102730d20) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 137 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x1400051e1a0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestNestedComputedSetIntUpdate(0x1400051e1a0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1578 +0x28 testing.tRunner(0x1400051e1a0, 0x102730d08) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 138 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x1400051e340) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestNestedComputedSetIntUpdateReplace(0x1400051e340) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1598 +0x28 testing.tRunner(0x1400051e340, 0x102730d10) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 139 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x1400051e4e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestNestedComputedSetIntAdd(0x1400051e4e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1618 +0x28 testing.tRunner(0x1400051e4e0, 0x102730d00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 140 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x1400051e680) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestComputedSetUpdateReplace(0x1400051e680) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1640 +0x28 testing.tRunner(0x1400051e680, 0x102730918) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 141 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x1400051e820) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestComputedSetNestedUpdate(0x1400051e820) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1660 +0x28 testing.tRunner(0x1400051e820, 0x102730900) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 142 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x1400051e9c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestComputedSetNestedUpdateReplace(0x1400051e9c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1687 +0x28 testing.tRunner(0x1400051e9c0, 0x102730908) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 143 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x1400051eb60) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestComputedSetNestedIgnore(0x1400051eb60) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1714 +0x28 testing.tRunner(0x1400051eb60, 0x1027308f8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 144 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x1400051ed00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestRawElementNames(0x1400051ed00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1742 +0x28 testing.tRunner(0x1400051ed00, 0x102730e00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 145 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x1400051eea0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestCollectionsWithMultipleItems(0x1400051eea0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1784 +0x20 testing.tRunner(0x1400051eea0, 0x1027308a0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 146 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x1400051f040) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSetNestedAddReplace(0x1400051f040) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:1982 +0x28 testing.tRunner(0x1400051f040, 0x102730e98) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 147 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x1400051f1e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestListNestedAddReplace(0x1400051f1e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:2010 +0x28 testing.tRunner(0x1400051f1e0, 0x102730ba0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 148 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x1400051f380) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestListNestedUpdate(0x1400051f380) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:2042 +0x28 testing.tRunner(0x1400051f380, 0x102730bb0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 149 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x1400051f520) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestListNestedDeleteReplace(0x1400051f520) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:2074 +0x28 testing.tRunner(0x1400051f520, 0x102730ba8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 150 [chan receive]: testing.(*T).Run(0x1400051f6c0, {0x101eaa54c?, 0x0?}, 0x140002b57a0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1751 +0x328 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.diffTest(0x1400051f6c0, 0x14000b59320, 0x140007afde8, 0x140007aff28, 0x14000b593b0, 0x2, {0x0, 0x0, 0x0}) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:294 +0x154 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSetNestedDeleteReplace(0x1400051f6c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:2105 +0x3e8 testing.tRunner(0x1400051f6c0, 0x102730ea0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 151 [chan receive]: testing.(*T).Run(0x1400051f860, {0x101eaa54c?, 0x0?}, 0x14000b501e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1751 +0x328 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.diffTest(0x1400051f860, 0x14000b58930, 0x1400075ef28, 0x1400075ede8, 0x14000b589c0, 0x2, {0x0, 0x0, 0x0}) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:294 +0x154 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestListNestedAddMaxItemsOne(0x1400051f860) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:2135 +0x3a4 testing.tRunner(0x1400051f860, 0x102730b98) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 670 [chan receive]: testing.tRunner.func1() /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1651 +0x434 testing.tRunner(0x14000e7e820, 0x14000b501e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1696 +0x120 created by testing.(*T).Run in goroutine 151 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 155 [sync.Mutex.Lock]: sync.runtime_SemacquireMutex(0x140007acd48?, 0x24?, 0x140007acd78?) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/runtime/sema.go:95 +0x28 sync.(*Mutex).lockSlow(0x1400077e520) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/sync/mutex.go:173 +0x174 sync.(*Mutex).Lock(...) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/sync/mutex.go:92 testing.(*chattyPrinter).Updatef(0x1400077e510, {0x101f0300a, 0x19}, {0x101ec9797, 0xd}, {0x140007ace38, 0x1, 0x1}) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:562 +0xb4 testing.(*T).Parallel(0x140005e0000) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1488 +0x214 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestGetModuleMajorVersion(0x140005e0000) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/info_test.go:19 +0x28 testing.tRunner(0x140005e0000, 0x102730ae8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 671 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000e7e9c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.diffTest.func1.1(0x14000e7e9c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:296 +0x7c testing.tRunner(0x14000e7e9c0, 0x14000b50240) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 670 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 157 [sync.Mutex.Lock]: sync.runtime_SemacquireMutex(0x140007aed90?, 0xc0?, 0x140007aee18?) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/runtime/sema.go:95 +0x28 sync.(*Mutex).lockSlow(0x1400077e520) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/sync/mutex.go:173 +0x174 sync.(*Mutex).Lock(...) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/sync/mutex.go:92 testing.(*chattyPrinter).Updatef(0x1400077e510, {0x101ec4600, 0xc}, {0x101ec9797, 0xd}, {0x140007aeed8, 0x1, 0x1}) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:562 +0xb4 testing.(*T).Parallel(0x140005e0340) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1488 +0x214 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMakeType(0x140005e0340) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/info_test.go:56 +0x20 testing.tRunner(0x140005e0340, 0x102730c30) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 801 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000e7ed00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.diffTest.func1.1(0x14000e7ed00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:296 +0x7c testing.tRunner(0x14000e7ed00, 0x140002b5800) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 672 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 159 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140005e0680) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMakeResource(0x140005e0680) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/info_test.go:69 +0x20 testing.tRunner(0x140005e0680, 0x102730c08) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 160 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140005e0820) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestStringValue(0x140005e0820) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/info_test.go:74 +0x28 testing.tRunner(0x140005e0820, 0x102730f18) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 164 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140005e0ea0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMarshalElem(0x140005e0ea0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/info_test.go:141 +0x20 testing.tRunner(0x140005e0ea0, 0x102730c40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 165 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140005e1040) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDelegateIDField(0x140005e1040) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/info_test.go:206 +0x28 testing.tRunner(0x140005e1040, 0x1027309c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 166 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140005e11e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDelegateIDProperty(0x140005e11e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/info_test.go:297 +0x28 testing.tRunner(0x140005e11e0, 0x1027309c8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 167 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140005e1380) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestLogRedirector(0x140005e1380) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/log_test.go:36 +0x28 testing.tRunner(0x140005e1380, 0x102730bd8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 169 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140005e1a00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMetadataInfo(0x140005e1a00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/metadata_test.go:14 +0x24 testing.tRunner(0x140005e1a00, 0x102730cd8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 170 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140005e1ba0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestPulumiToTerraformName(0x140005e1ba0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/names_test.go:33 +0x20 testing.tRunner(0x140005e1ba0, 0x102730df0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 171 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140005e1d40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestTerraformToPulumiName(0x140005e1d40) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/names_test.go:44 +0x28 testing.tRunner(0x140005e1d40, 0x102730f30) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 172 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000642000) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestTerraformToPulumiNameWithSchemaInfoOverride(0x14000642000) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/names_test.go:58 +0x28 testing.tRunner(0x14000642000, 0x102730f38) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 173 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006421a0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestPulumiToTerraformNameWithSchemaInfoOverride(0x140006421a0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/names_test.go:79 +0x20 testing.tRunner(0x140006421a0, 0x102730df8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 174 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000642340) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestPluralize(0x14000642340) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/names_test.go:99 +0x20 testing.tRunner(0x14000642340, 0x102730d78) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 175 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006424e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestFromName(0x140006424e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/names_test.go:131 +0x28 testing.tRunner(0x140006424e0, 0x102730ae0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 176 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000642680) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestBijectiveNameConversion(0x14000642680) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/names_test.go:158 +0x28 testing.tRunner(0x14000642680, 0x102730860) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 177 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000642820) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestConvertStringToPropertyValue(0x14000642820) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:54 +0x28 testing.tRunner(0x14000642820, 0x102730968) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 178 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006429c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestCamelPascalPulumiName(0x140006429c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:168 +0x20 testing.tRunner(0x140006429c0, 0x102730870) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 179 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000642b60) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDiffConfig(0x14000642b60) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:191 +0x20 testing.tRunner(0x14000642b60, 0x102730a80) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 180 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000642d00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestBuildConfig(0x14000642d00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:403 +0x34 testing.tRunner(0x14000642d00, 0x102730868) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 181 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000642ea0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestIgnoreChanges(0x14000642ea0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:509 +0x20 testing.tRunner(0x14000642ea0, 0x102730af8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 182 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000643040) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestIgnoreChangesV2(0x14000643040) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:525 +0x20 testing.tRunner(0x14000643040, 0x102730b00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 183 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006431e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestProviderPreview(0x140006431e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:547 +0x28 testing.tRunner(0x140006431e0, 0x102730dc0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 184 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000643380) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestProviderPreviewV2(0x14000643380) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:668 +0x28 testing.tRunner(0x14000643380, 0x102730dc8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 185 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000643520) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestProviderCheck(0x14000643520) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:851 +0x24 testing.tRunner(0x14000643520, 0x102730da0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 186 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006436c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestCheckCallback(0x140006436c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:884 +0x20 testing.tRunner(0x140006436c0, 0x102730888) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 187 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000643860) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestProviderReadV1(0x14000643860) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:1043 +0x24 testing.tRunner(0x14000643860, 0x102730de0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 188 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000643a00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestProviderReadV2(0x14000643a00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:1061 +0x24 testing.tRunner(0x14000643a00, 0x102730de8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 189 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000643ba0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestProviderReadNestedSecretV1(0x14000643ba0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:1126 +0x20 testing.tRunner(0x14000643ba0, 0x102730dd0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 190 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000643d40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestProviderReadNestedSecretV2(0x14000643d40) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:1144 +0x24 testing.tRunner(0x14000643d40, 0x102730dd8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 191 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000664000) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestCheck(0x14000664000) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:1162 +0x20 testing.tRunner(0x14000664000, 0x102730880) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 192 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006641a0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestCheckWarnings(0x140006641a0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:1292 +0x28 testing.tRunner(0x140006641a0, 0x102730898) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 193 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000664340) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestCheckConfig(0x14000664340) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:1437 +0x20 testing.tRunner(0x14000664340, 0x102730890) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 194 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006644e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestConfigure(0x140006644e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:1870 +0x20 testing.tRunner(0x140006644e0, 0x102730950) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 195 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000664680) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestConfigureErrorReplacement(0x14000664680) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:1942 +0x20 testing.tRunner(0x14000664680, 0x102730960) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 196 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000664820) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestConfigureContextCapture(0x14000664820) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:1981 +0x28 testing.tRunner(0x14000664820, 0x102730958) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 197 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006649c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestPreConfigureCallback(0x140006649c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:2040 +0x20 testing.tRunner(0x140006649c0, 0x102730d80) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 198 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000664b60) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestInvoke(0x14000664b60) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:2225 +0x20 testing.tRunner(0x14000664b60, 0x102730b60) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 199 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000664d00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestTransformOutputs(0x14000664d00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:2292 +0x24 testing.tRunner(0x14000664d00, 0x102730f48) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 200 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000664ea0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSkipDetailedDiff(0x14000664ea0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:2482 +0x20 testing.tRunner(0x14000664ea0, 0x102730f00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 201 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000665040) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestTransformFromState(0x14000665040) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:2580 +0x20 testing.tRunner(0x14000665040, 0x102730f40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 202 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006651e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMaxItemOneWrongStateDiff(0x140006651e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:2753 +0x24 testing.tRunner(0x140006651e0, 0x102730c48) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 203 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000665380) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDefaultsAndConflictsWithValidationInteraction(0x14000665380) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:2884 +0x24 testing.tRunner(0x14000665380, 0x1027309a0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 204 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000665520) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDefaultsAndExactlyOneOfValidationInteraction(0x14000665520) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:2946 +0x24 testing.tRunner(0x14000665520, 0x1027309a8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 205 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006656c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDefaultsAndRequiredWithValidationInteraction(0x140006656c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:3012 +0x24 testing.tRunner(0x140006656c0, 0x1027309b0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 206 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000665860) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSetAutoNaming(0x14000665860) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:3136 +0x28 testing.tRunner(0x14000665860, 0x102730e70) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 207 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000665a00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestPreConfigureCallbackEmitsFailures(0x14000665a00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:3154 +0x20 testing.tRunner(0x14000665a00, 0x102730d88) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 208 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000665ba0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestImport(0x14000665ba0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:3282 +0x20 testing.tRunner(0x14000665ba0, 0x102730b10) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 209 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000665d40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestRefresh(0x14000665d40) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:3371 +0x20 testing.tRunner(0x14000665d40, 0x102730e08) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 210 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000694000) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDestroy(0x14000694000) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:3510 +0x20 testing.tRunner(0x14000694000, 0x1027309d8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 211 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006941a0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSchemaFuncsNotCalledDuringRuntime(0x140006941a0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:3568 +0x20 testing.tRunner(0x140006941a0, 0x102730e40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 212 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000694340) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMaxItemsOneConflictsWith(0x14000694340) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:3624 +0x24 testing.tRunner(0x14000694340, 0x102730c50) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 213 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006944e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMinMaxItemsOneOptional(0x140006944e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:3728 +0x24 testing.tRunner(0x140006944e0, 0x102730ce0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 214 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000694680) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestComputedMaxItemsOneNotSpecified(0x14000694680) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:3827 +0x24 testing.tRunner(0x14000694680, 0x1027308d8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 215 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000694820) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestProviderConfigMinMaxItemsOne(0x14000694820) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:3899 +0x20 testing.tRunner(0x14000694820, 0x102730db0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 218 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000695040) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMaxItemsOnePropCheckResponseNoNulls(0x14000695040) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:3985 +0x24 testing.tRunner(0x14000695040, 0x102730c90) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 219 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006951e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestCustomTimeouts(0x140006951e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:4047 +0x28 testing.tRunner(0x140006951e0, 0x102730978) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 220 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000695380) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestIgnoreMappings(0x14000695380) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:4221 +0x20 testing.tRunner(0x14000695380, 0x102730b08) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 221 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000695520) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestProviderMetaPlanResourceChangeNoError(0x14000695520) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:4312 +0x24 testing.tRunner(0x14000695520, 0x102730db8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 222 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006956c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestStringValForOtherProperty(0x140006956c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:4373 +0x24 testing.tRunner(0x140006956c0, 0x102730f10) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 223 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000695860) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestPlanResourceChangeStateUpgrade(0x14000695860) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:4657 +0x28 testing.tRunner(0x14000695860, 0x102730d70) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 224 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000695a00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestUnknowns(0x14000695a00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:4817 +0x20 testing.tRunner(0x14000695a00, 0x102730f60) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 225 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000695ba0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestSetDuplicatedDiffEntries(0x14000695ba0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:5394 +0x24 testing.tRunner(0x14000695ba0, 0x102730e88) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 226 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000695d40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestProcessImportValidationErrors(0x14000695d40) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/provider_test.go:5492 +0x34 testing.tRunner(0x14000695d40, 0x102730d90) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 227 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006fe000) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestReplaceSubstringsRegex(0x140006fe000) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/replace_error_properties_test.go:10 +0x28 testing.tRunner(0x140006fe000, 0x102730e28) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 228 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006fe1a0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMakeTerraformInputMixedMaxItemsOne(0x140006fe1a0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:65 +0x28 testing.tRunner(0x140006fe1a0, 0x102730c18) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 229 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006fe340) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMakeTerraformInputsWithMaxItemsOne(0x140006fe340) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:206 +0x28 testing.tRunner(0x140006fe340, 0x102730c28) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 230 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006fe4e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestTerraformOutputsWithSecretsSupported(0x140006fe4e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:309 +0x28 testing.tRunner(0x140006fe4e0, 0x102730f20) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 231 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006fe680) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestTerraformOutputsWithSecretsUnsupported(0x140006fe680) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:620 +0x20 testing.tRunner(0x140006fe680, 0x102730f28) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 232 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006fe820) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMetaProperties(0x140006fe820) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:650 +0x20 testing.tRunner(0x140006fe820, 0x102730cd0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 233 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006fe9c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestInjectingCustomTimeouts(0x140006fe9c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:733 +0x20 testing.tRunner(0x140006fe9c0, 0x102730b48) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 234 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006feb60) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestResultAttributesRoundTrip(0x140006feb60) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:837 +0x20 testing.tRunner(0x140006feb60, 0x102730e38) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 238 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006ff520) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDefaultsConflictsWith(0x140006ff520) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:1114 +0x20 testing.tRunner(0x140006ff520, 0x1027309b8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 239 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006ff6c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestComputedAsset(0x140006ff6c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:1185 +0x28 testing.tRunner(0x140006ff6c0, 0x1027308a8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 240 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006ff860) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestInvalidAsset(0x140006ff860) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:1206 +0x28 testing.tRunner(0x140006ff860, 0x102730b58) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 241 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006ffa00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestOverridingTFSchema(0x140006ffa00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:1227 +0x28 testing.tRunner(0x140006ffa00, 0x102730d58) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 242 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006ffba0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestArchiveAsAsset(0x140006ffba0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:1402 +0x28 testing.tRunner(0x140006ffba0, 0x102730840) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 243 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140006ffd40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestCustomTransforms(0x140006ffd40) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:1432 +0x28 testing.tRunner(0x140006ffd40, 0x102730980) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 244 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000866000) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestImporterOnRead(0x14000866000) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:1474 +0x28 testing.tRunner(0x14000866000, 0x102730b18) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 245 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140008661a0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestImporterWithNewID(0x140008661a0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:1531 +0x28 testing.tRunner(0x140008661a0, 0x102730b38) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 246 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000866340) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestImporterWithMultipleResourceTypes(0x14000866340) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:1569 +0x28 testing.tRunner(0x14000866340, 0x102730b28) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 247 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140008664e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestImporterWithMultipleResources(0x140008664e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:1612 +0x28 testing.tRunner(0x140008664e0, 0x102730b30) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 248 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000866680) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestImporterWithMultipleNewIDs(0x14000866680) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:1655 +0x28 testing.tRunner(0x14000866680, 0x102730b20) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 249 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000866820) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestImporterWithNoResource(0x14000866820) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:1697 +0x28 testing.tRunner(0x14000866820, 0x102730b40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 250 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140008669c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestStringOutputsWithSchema(0x140008669c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:1777 +0x28 testing.tRunner(0x140008669c0, 0x102730f08) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 251 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000866b60) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestExtractInputsFromOutputs(0x14000866b60) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:1816 +0x28 testing.tRunner(0x14000866b60, 0x102730aa8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 252 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000866d00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestRefreshExtractInputsFromOutputsMaxItemsOne(0x14000866d00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:2111 +0x20 testing.tRunner(0x14000866d00, 0x102730e18) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 253 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000866ea0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestRefreshExtractInputsFromOutputsListOfObjects(0x14000866ea0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:2186 +0x28 testing.tRunner(0x14000866ea0, 0x102730e10) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 254 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000867040) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestFailureReasonForMissingRequiredFields(0x14000867040) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:2226 +0x28 testing.tRunner(0x14000867040, 0x102730ac0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 255 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140008671e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestAssetRoundtrip(0x140008671e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:2289 +0x28 testing.tRunner(0x140008671e0, 0x102730848) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 256 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000867380) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestDeleteBeforeReplaceAutoname(0x14000867380) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:2387 +0x28 testing.tRunner(0x14000867380, 0x1027309d0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 257 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000867520) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestExtractDefaultSecretInputs(0x14000867520) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:2539 +0x28 testing.tRunner(0x14000867520, 0x102730aa0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 258 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140008676c0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestExtractDefaultIntegerInputs(0x140008676c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:2608 +0x28 testing.tRunner(0x140008676c0, 0x102730a98) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 259 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000867860) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestExtractSchemaInputsNestedMaxItemsOne(0x14000867860) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:2679 +0x28 testing.tRunner(0x14000867860, 0x102730ab8) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 260 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000867a00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestOutputNumberTypes(0x14000867a00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:2882 +0x28 testing.tRunner(0x14000867a00, 0x102730d50) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 261 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000867ba0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMakeTerraformInputsOnMapNestedObjects(0x14000867ba0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:2923 +0x28 testing.tRunner(0x14000867ba0, 0x102730c20) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 262 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000867d40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestRegress940(0x14000867d40) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:3028 +0x28 testing.tRunner(0x14000867d40, 0x102730e20) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 263 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000896000) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.Test_makeTerraformInputsNoDefaults(0x14000896000) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:3079 +0x34 testing.tRunner(0x14000896000, 0x102730f68) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 264 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140008961a0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestExtractInputsFromOutputsSdkv2(0x140008961a0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:3496 +0x34 testing.tRunner(0x140008961a0, 0x102730ab0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 265 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000896340) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMakeSingleTerraformInput(0x14000896340) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/schema_test.go:3789 +0x28 testing.tRunner(0x14000896340, 0x102730c10) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 266 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140008964e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestMarkSchemaSecrets(0x140008964e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/secrets_test.go:29 +0x28 testing.tRunner(0x140008964e0, 0x102730c38) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 267 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000896680) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestPropertyPathToSchemaPath(0x14000896680) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/walk_test.go:32 +0x28 testing.tRunner(0x14000896680, 0x102730d98) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 268 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000896820) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestLookupSchemaInfoMapPath(0x14000896820) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/walk_test.go:215 +0x28 testing.tRunner(0x14000896820, 0x102730be0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 269 [runnable]: strings.IndexRune({0x101f0d94f, 0x1c}, 0x73?) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/strings/strings.go:126 +0x140 strings.ContainsRune(...) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/strings/strings.go:72 github.com/segmentio/encoding/json.isValidTag({0x102363ff3, 0x9}) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/codec.go:879 +0x90 github.com/segmentio/encoding/json.appendStructFields({0x1400088a000, 0x0, 0x3}, {0x102775318, 0x10258d040}, 0x0, 0x1400085f358, 0x0) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/codec.go:583 +0x274 github.com/segmentio/encoding/json.constructStructType({0x102775318, 0x10258d040}, 0x1400085f358, 0x0) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/codec.go:486 +0x170 github.com/segmentio/encoding/json.constructStructCodec({0x102775318?, 0x10258d040?}, 0x10?, 0x97?) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/codec.go:465 +0x24 github.com/segmentio/encoding/json.constructCodec({0x102775318, 0x10258d040}, 0x1400085f358, 0x0) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/codec.go:192 +0x6ac github.com/segmentio/encoding/json.constructCachedCodec({0x102775318, 0x10258d040}, 0x1400060de90) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/codec.go:83 +0x8c github.com/segmentio/encoding/json.Append({0x14000e3b000, 0x0, 0x1000}, {0x10258d040, 0x14000884cf0}, 0x3) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/json.go:197 +0x104 github.com/segmentio/encoding/json.Marshal({0x10258d040, 0x14000884cf0}) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/json.go:263 +0x5c github.com/pulumi/pulumi-terraform-bridge/v3/unstable/metadata.Set(0x14000dce708, {0x101ef7ff2, 0x16}, {0x10258d040?, 0x14000884cf0?}) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/unstable/metadata/metadata.go:75 +0x78 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TraverseProperties(0x140007c6b48, {0x101ef7ff2, 0x16}, 0x140006d16e0, {0x14000c0ce30, 0x1, 0x0?}) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/walk.go:502 +0x858 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.TestTraverseProperties(0x140008969c0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/walk_test.go:312 +0x248 testing.tRunner(0x140008969c0, 0x102730f50) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 271 [runnable]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000896d00) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge_test.TestTokensSingleModule(0x14000896d00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/tokens_test.go:37 +0x24 testing.tRunner(0x14000896d00, 0x102730ff0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 274 [runnable]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x140008971e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge_test.TestTokensKnownModulesAlreadyMapped(0x140008971e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/tokens_test.go:186 +0x24 testing.tRunner(0x140008971e0, 0x102730fe0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 713 [chan receive]: testing.tRunner.func1() /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1651 +0x434 testing.tRunner(0x14000943380, 0x14000c24b40) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1696 +0x120 created by testing.(*T).Run in goroutine 98 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 714 [chan receive]: testing.(*testContext).waitParallel(0x14000786690) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1818 +0x158 testing.(*T).Parallel(0x14000943520) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1485 +0x1b8 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.diffTest.func1.1(0x14000943520) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/diff_test.go:296 +0x7c testing.tRunner(0x14000943520, 0x14000c24ba0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 713 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 777 [runnable]: sync.(*Map).Load(0x10354e000, {0x102714180, 0x10248eda0}) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/sync/map.go:125 +0x64 reflect.(*rtype).ptrTo(0x10248eda0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/reflect/type.go:1330 +0x40 reflect.NewAt({0x102775318?, 0x10248eda0?}, 0x14000da6cf0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/reflect/value.go:3317 +0x3c github.com/segmentio/encoding/json.emptyFuncOf.func3(0x100000003?) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/codec.go:905 +0x2c github.com/segmentio/encoding/json.encoder.encodeStruct({0x1?, 0x0?, 0x0?}, {0x140009c7000?, 0x1c, 0x14000c174d8?}, 0x14000da6cc0, 0x140006e3c20) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/encode.go:772 +0x110 github.com/segmentio/encoding/json.constructStructCodec.constructStructEncodeFunc.func1({0x2?, 0x0?, 0x0?}, {0x140009c7000?, 0x14000b583f0?, 0x14000c17578?}, 0x100e6b558?) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/codec.go:516 +0x28 github.com/segmentio/encoding/json.encoder.encodePointer({0x1ebff3a?, 0x1?, 0x0?}, {0x140009c7000?, 0x1c, 0x10248ee00?}, 0x14000b583c0?, {0x102775318?, 0x10260e360?}, 0x14000c17638?) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/encode.go:831 +0x1e4 github.com/segmentio/encoding/json.constructPointerCodec.constructPointerEncodeFunc.func1({0x1ebff3a?, 0x1?, 0x0?}, {0x140009c7000?, 0x14000ddeaf8?, 0x14000c17618?}, 0x1b?) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/codec.go:757 +0x30 github.com/segmentio/encoding/json.constructMapCodec.constructInlineValueEncodeFunc.func7({0x248ee00?, 0x1?, 0x0?}, {0x140009c7000, 0x1c, 0x1000}, 0x14000da6cc0) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/codec.go:831 +0x74 github.com/segmentio/encoding/json.encoder.encodeMap({0xc17768?, 0x140?, 0x0?}, {0x140009c7000, 0xd, 0x1000}, 0x15?, {0x102775318?, 0x10248ee00?}, 0x102732d08, ...) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/encode.go:357 +0x31c github.com/segmentio/encoding/json.constructMapCodec.constructMapEncodeFunc.func8({0xc17808?, 0x140?, 0x0?}, {0x140009c7000?, 0x101dce648?, 0x14a623bc0?}, 0x14000b583c0?) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/codec.go:450 +0x38 github.com/segmentio/encoding/json.encoder.encodeStruct({0x10?, 0x0?, 0x0?}, {0x140009c7000?, 0x0, 0x14000c178d8?}, 0x14000dfda00, 0x140006e3bc0) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/encode.go:790 +0x2a0 github.com/segmentio/encoding/json.constructStructCodec.constructStructEncodeFunc.func1({0x2497860?, 0x1?, 0x0?}, {0x140009c7000?, 0x14000dfda00?, 0x14000c17928?}, 0x100da5bb0?) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/codec.go:516 +0x28 github.com/segmentio/encoding/json.Append({0x140009c7000, 0x0, 0x1000}, {0x10254a8c0, 0x14000dfda00}, 0x3) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/json.go:200 +0x130 github.com/segmentio/encoding/json.Marshal({0x10254a8c0, 0x14000dfda00}) /Users/runner/go/pkg/mod/github.com/segmentio/encoding@v0.3.5/json/json.go:263 +0x5c github.com/pulumi/pulumi-terraform-bridge/v3/unstable/metadata.Set(0x14000dce238, {0x101ec97d8, 0xd}, {0x10254a8c0?, 0x14000dfda00?}) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/unstable/metadata/metadata.go:75 +0x78 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.ApplyAutoAliases(0x14000dd9b08) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/auto_aliasing.go:97 +0x470 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge/info.(*Provider).ApplyAutoAliases(...) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/info/external_methods.go:43 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge_test.makeAutoAliasing.func1(0x14000dd9b08, 0x14000dce238) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/tokens_test.go:547 +0xcc github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge_test.testTokenAliasing(0x14000d28d00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/tokens_test.go:597 +0x51c github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge_test.TestTokenAliasing1(0x14000d28d00) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/tokens_test.go:563 +0x28 testing.tRunner(0x14000d28d00, 0x102730fc0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 672 [chan receive]: testing.tRunner.func1() /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1651 +0x434 testing.tRunner(0x14000e7eb60, 0x140002b57a0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1696 +0x120 created by testing.(*T).Run in goroutine 150 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 778 [runnable]: sync.runtime_SemacquireMutex(0x14000c10d50?, 0x80?, 0x14000c10dd8?) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/runtime/sema.go:95 +0x28 sync.(*Mutex).lockSlow(0x1400077e520) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/sync/mutex.go:173 +0x174 sync.(*Mutex).Lock(...) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/sync/mutex.go:92 testing.(*chattyPrinter).Updatef(0x1400077e510, {0x101efbf91, 0x17}, {0x101ec9797, 0xd}, {0x14000c10e98, 0x1, 0x1}) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:562 +0xb4 testing.(*T).Parallel(0x14000d28ea0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1488 +0x214 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge_test.TestMaxItemsOneAliasing(0x14000d28ea0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/tokens_test.go:718 +0x24 testing.tRunner(0x14000d28ea0, 0x102730f90) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 780 [runnable]: sync.runtime_SemacquireMutex(0x14000c12d80?, 0x0?, 0x14000c12e08?) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/runtime/sema.go:95 +0x28 sync.(*Mutex).lockSlow(0x1400077e520) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/sync/mutex.go:173 +0x174 sync.(*Mutex).Lock(...) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/sync/mutex.go:92 testing.(*chattyPrinter).Updatef(0x1400077e510, {0x101f10533, 0x1d}, {0x101ec9797, 0xd}, {0x14000c12ec8, 0x1, 0x1}) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:562 +0xb4 testing.(*T).Parallel(0x14000d291e0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1488 +0x214 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge_test.TestMaxItemsOneAliasingNested(0x14000d291e0) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/tokens_test.go:928 +0x20 testing.tRunner(0x14000d291e0, 0x102730fa0) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 goroutine 669 [sync.Mutex.Lock]: sync.runtime_SemacquireMutex(0x14001205d80?, 0x40?, 0x14001205e08?) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/runtime/sema.go:95 +0x28 sync.(*Mutex).lockSlow(0x1400077e520) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/sync/mutex.go:173 +0x174 sync.(*Mutex).Lock(...) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/sync/mutex.go:92 testing.(*chattyPrinter).Updatef(0x1400077e510, {0x101f1a6c4, 0x20}, {0x101ec9797, 0xd}, {0x14001205ec8, 0x1, 0x1}) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:562 +0xb4 testing.(*T).Parallel(0x140005e1860) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1488 +0x214 github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge_test.TestDeletedResourcesAutoAliasing(0x140005e1860) /Users/runner/work/pulumi-terraform-bridge/pulumi-terraform-bridge/pkg/tfbridge/tokens_test.go:1369 +0x20 testing.tRunner(0x140005e1860, 0x102730f78) /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1690 +0xe4 created by testing.(*T).Run in goroutine 1 /Users/runner/hostedtoolcache/go/1.23.2/arm64/src/testing/testing.go:1743 +0x314 FAIL github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge 0.527s ```
pulumi-bot commented 10 hours ago

This PR has been shipped in release v3.96.0.