Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

pkg/sql/logictest/tests/local-vec-off/local-vec-off_test: TestLogic_hash_join failed #125607

Closed
cockroach-teamcity opened this issue Jun 12, 2024 · 4 comments · Fixed by #125609
Closed
Assignees
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-queries SQL Queries Team

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jun 12, 2024

pkg/sql/logictest/tests/local-vec-off/local-vec-off_test.TestLogic_hash_join failed with artifacts on master @ 908d0ee19f7e71a3d8764b306b0832e7beeedb93:

=== RUN   TestLogic_hash_join
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f37a458c473060317c1dd3f4c39280ac/logTestLogic_hash_join2632378724
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
[23:15:39] setting distsql_workmem='16752B';
[23:15:40] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/12284/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/hash_join with config local-vec-off: 39 tests, 0 failures
    logic.go:4135: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/12284/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/hash_join:224: error while processing
    logic.go:4135: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/12284/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/hash_join:224: 
        expected success, but found
        (0A000) unimplemented: can't spill column type RECORD to disk
        disk_row_container.go:158: in MakeDiskRowContainer()
    panic.go:626: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/f37a458c473060317c1dd3f4c39280ac/logTestLogic_hash_join2632378724
--- FAIL: TestLogic_hash_join (1.55s)
Help

See also: How To Investigate a Go Test Failure (internal)

This test on roachdash | Improve this report!

Jira issue: CRDB-39525

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-queries SQL Queries Team labels Jun 12, 2024
@yuzefovich yuzefovich removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Jun 13, 2024
@yuzefovich yuzefovich self-assigned this Jun 13, 2024
@cockroach-teamcity
Copy link
Member Author

pkg/sql/logictest/tests/local-vec-off/local-vec-off_test.TestLogic_hash_join failed on master @ 9d3dd0530818b9c5c0f7dac04e8a8de4acf1bba4:

=== RUN   TestLogic_hash_join
    test_log_scope.go:170: test logs captured to: outputs.zip/logTestLogic_hash_join4115610330
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
[04:54:55] setting distsql_workmem='16495B';
[04:54:55] --- done: /var/lib/engflow/worker/work/2/exec/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/hash_join with config local-vec-off: 39 tests, 0 failures
    logic.go:4135: 
        /var/lib/engflow/worker/work/2/exec/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/hash_join:224: error while processing
    logic.go:4135: 
        /var/lib/engflow/worker/work/2/exec/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/hash_join:224: 
        expected success, but found
        (0A000) unimplemented: can't spill column type RECORD to disk
        disk_row_container.go:158: in MakeDiskRowContainer()
    panic.go:626: -- test log scope end --
test logs left over in: outputs.zip/logTestLogic_hash_join4115610330
--- FAIL: TestLogic_hash_join (0.81s)

Parameters:

  • attempt=1
  • run=3
  • shard=30
Help

See also: How To Investigate a Go Test Failure (internal)

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

pkg/sql/logictest/tests/local-vec-off/local-vec-off_test.TestLogic_hash_join failed with artifacts on master @ a664645d2c318ad29151cfdea49876ac67fb1fcc:

=== RUN   TestLogic_hash_join
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f37a458c473060317c1dd3f4c39280ac/logTestLogic_hash_join2145978794
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
[20:39:15] setting distsql_workmem='13246B';
[20:39:16] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/4828/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/hash_join with config local-vec-off: 39 tests, 0 failures
    logic.go:4135: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/4828/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/hash_join:224: error while processing
    logic.go:4135: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/4828/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/hash_join:224: 
        expected success, but found
        (0A000) unimplemented: can't spill column type RECORD to disk
        disk_row_container.go:158: in MakeDiskRowContainer()
    panic.go:626: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/f37a458c473060317c1dd3f4c39280ac/logTestLogic_hash_join2145978794
--- FAIL: TestLogic_hash_join (1.39s)
Help

See also: How To Investigate a Go Test Failure (internal)

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

pkg/sql/logictest/tests/local-vec-off/local-vec-off_test.TestLogic_hash_join failed with artifacts on master @ e1d779792d1126c2f1937e7072f2d9d3776a3308:

=== RUN   TestLogic_hash_join
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/f37a458c473060317c1dd3f4c39280ac/logTestLogic_hash_join3856552977
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
[22:09:47] setting distsql_workmem='11009B';
[22:09:48] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/8625/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/hash_join with config local-vec-off: 39 tests, 0 failures
    logic.go:4135: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/8625/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/hash_join:224: error while processing
    logic.go:4135: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/8625/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/hash_join:224: 
        expected success, but found
        (0A000) unimplemented: can't spill column type RECORD to disk
        disk_row_container.go:158: in MakeDiskRowContainer()
    panic.go:626: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/f37a458c473060317c1dd3f4c39280ac/logTestLogic_hash_join3856552977
--- FAIL: TestLogic_hash_join (1.27s)
Help

See also: How To Investigate a Go Test Failure (internal)

This test on roachdash | Improve this report!

Copy link

pkg/sql/logictest/tests/local-vec-off/local-vec-off_test.TestLogic_hash_join failed on master @ 46bbcb6e635ec0f9a7df67386e441d34523c8570:

=== RUN   TestLogic_hash_join
    test_log_scope.go:170: test logs captured to: outputs.zip/logTestLogic_hash_join2321539318
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
[23:49:24] setting distsql_workmem='19025B';
[23:49:24] --- done: /var/lib/engflow/worker/work/3/exec/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/hash_join with config local-vec-off: 39 tests, 0 failures
    logic.go:4135: 
        /var/lib/engflow/worker/work/3/exec/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/hash_join:224: error while processing
    logic.go:4135: 
        /var/lib/engflow/worker/work/3/exec/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-vec-off/local-vec-off_test_/local-vec-off_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/hash_join:224: 
        expected success, but found
        (0A000) unimplemented: can't spill column type RECORD to disk
        disk_row_container.go:158: in MakeDiskRowContainer()
    panic.go:626: -- test log scope end --
test logs left over in: outputs.zip/logTestLogic_hash_join2321539318
--- FAIL: TestLogic_hash_join (0.67s)

Parameters:

  • attempt=1
  • run=1
  • shard=30
Help

See also: How To Investigate a Go Test Failure (internal)

This test on roachdash | Improve this report!

@craig craig bot closed this as completed in 62e90ed Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-queries SQL Queries Team
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants