cockroachdb / cockroach

CockroachDB - the open source, cloud-native distributed SQL database.
https://www.cockroachlabs.com
Other
29.52k stars 3.7k forks source link

pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test: TestLogic_vectorize_unsupported failed #126717

Closed cockroach-teamcity closed 1 day ago

cockroach-teamcity commented 6 days ago

pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test.TestLogic_vectorize_unsupported failed with artifacts on release-23.2 @ 953d2f123c69a58b5a07911aae167eeeaa865003:

=== RUN   TestLogic_vectorize_unsupported
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/b67c877cf0eb11517d614a2ebfac1e81/logTestLogic_vectorize_unsupported1447168496
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:146: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)

pkg/sql/logictest/logic.go:2434: ((*logicTest).purgeZoneConfig)
    NOTICE: .SystemConfigProvider() called via implicit interface ApplicationLayerInterface;
HINT: consider using .ApplicationLayer().SystemConfigProvider() instead.
TIP: consider replacing the test server initialization from:
    ts, ... := serverutils.StartServer(t, ...)
    defer ts.Stopper().Stop(...)
to:
    srv, ... := serverutils.StartServer(t, ...)
    defer srv.Stopper().Stop(...)
    ts := srv.ApplicationLayer()

See also: https://go.crdb.dev/p/testserver-and-cluster-virtualization
    logic.go:2928: 

        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2921/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported:50: SELECT b > now() - interval '1 day'  FROM mixed_type_a
        expected success, but found
        (42725) ambiguous call: now(), candidates are:
        now() -> timestamp
        now() -> date
        now() -> timestamptz

        type_check.go:3403: in func1()
[19:47:32] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2921/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported with config local-mixed-23.1: 10 tests, 1 failures
    logic.go:4006: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2921/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported:55: error while processing
    logic.go:4006: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2921/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported:55: too many errors encountered, skipping the rest of the input
    panic.go:523: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/b67c877cf0eb11517d614a2ebfac1e81/logTestLogic_vectorize_unsupported1447168496
--- FAIL: TestLogic_vectorize_unsupported (1.67s)

Parameters:

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

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-40085

cockroach-teamcity commented 5 days ago

pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test.TestLogic_vectorize_unsupported failed with artifacts on release-23.2 @ d09da53496ac01269267a4d7d539ba6c840bbdb7:

=== RUN   TestLogic_vectorize_unsupported
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/b67c877cf0eb11517d614a2ebfac1e81/logTestLogic_vectorize_unsupported2665498037
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:146: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)

pkg/sql/logictest/logic.go:2434: ((*logicTest).purgeZoneConfig)
    NOTICE: .SystemConfigProvider() called via implicit interface ApplicationLayerInterface;
HINT: consider using .ApplicationLayer().SystemConfigProvider() instead.
TIP: consider replacing the test server initialization from:
    ts, ... := serverutils.StartServer(t, ...)
    defer ts.Stopper().Stop(...)
to:
    srv, ... := serverutils.StartServer(t, ...)
    defer srv.Stopper().Stop(...)
    ts := srv.ApplicationLayer()

See also: https://go.crdb.dev/p/testserver-and-cluster-virtualization
    logic.go:2928: 

        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2943/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported:50: SELECT b > now() - interval '1 day'  FROM mixed_type_a
        expected success, but found
        (42725) ambiguous call: now(), candidates are:
        now() -> timestamp
        now() -> date
        now() -> timestamptz

        type_check.go:3403: in func1()
[19:42:00] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2943/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported with config local-mixed-23.1: 10 tests, 1 failures
    logic.go:4006: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2943/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported:55: error while processing
    logic.go:4006: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2943/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported:55: too many errors encountered, skipping the rest of the input
    panic.go:523: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/b67c877cf0eb11517d614a2ebfac1e81/logTestLogic_vectorize_unsupported2665498037
--- FAIL: TestLogic_vectorize_unsupported (1.33s)

Parameters:

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 4 days ago

pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test.TestLogic_vectorize_unsupported failed with artifacts on release-23.2 @ d09da53496ac01269267a4d7d539ba6c840bbdb7:

=== RUN   TestLogic_vectorize_unsupported
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/b67c877cf0eb11517d614a2ebfac1e81/logTestLogic_vectorize_unsupported977437292
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:146: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)

pkg/sql/logictest/logic.go:2434: ((*logicTest).purgeZoneConfig)
    NOTICE: .SystemConfigProvider() called via implicit interface ApplicationLayerInterface;
HINT: consider using .ApplicationLayer().SystemConfigProvider() instead.
TIP: consider replacing the test server initialization from:
    ts, ... := serverutils.StartServer(t, ...)
    defer ts.Stopper().Stop(...)
to:
    srv, ... := serverutils.StartServer(t, ...)
    defer srv.Stopper().Stop(...)
    ts := srv.ApplicationLayer()

See also: https://go.crdb.dev/p/testserver-and-cluster-virtualization
    logic.go:2928: 

        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2943/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported:50: SELECT b > now() - interval '1 day'  FROM mixed_type_a
        expected success, but found
        (42725) ambiguous call: now(), candidates are:
        now() -> timestamp
        now() -> date
        now() -> timestamptz

        type_check.go:3403: in func1()
[19:34:01] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2943/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported with config local-mixed-23.1: 10 tests, 1 failures
    logic.go:4006: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2943/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported:55: error while processing
    logic.go:4006: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2943/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported:55: too many errors encountered, skipping the rest of the input
    panic.go:523: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/b67c877cf0eb11517d614a2ebfac1e81/logTestLogic_vectorize_unsupported977437292
--- FAIL: TestLogic_vectorize_unsupported (1.23s)

Parameters:

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 days ago

pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test.TestLogic_vectorize_unsupported failed with artifacts on release-23.2 @ d09da53496ac01269267a4d7d539ba6c840bbdb7:

=== RUN   TestLogic_vectorize_unsupported
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/b67c877cf0eb11517d614a2ebfac1e81/logTestLogic_vectorize_unsupported1923062743
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:146: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)

pkg/sql/logictest/logic.go:2434: ((*logicTest).purgeZoneConfig)
    NOTICE: .SystemConfigProvider() called via implicit interface ApplicationLayerInterface;
HINT: consider using .ApplicationLayer().SystemConfigProvider() instead.
TIP: consider replacing the test server initialization from:
    ts, ... := serverutils.StartServer(t, ...)
    defer ts.Stopper().Stop(...)
to:
    srv, ... := serverutils.StartServer(t, ...)
    defer srv.Stopper().Stop(...)
    ts := srv.ApplicationLayer()

See also: https://go.crdb.dev/p/testserver-and-cluster-virtualization
    logic.go:2928: 

        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2997/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported:50: SELECT b > now() - interval '1 day'  FROM mixed_type_a
        expected success, but found
        (42725) ambiguous call: now(), candidates are:
        now() -> timestamp
        now() -> date
        now() -> timestamptz

        type_check.go:3403: in func1()
[19:38:24] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2997/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported with config local-mixed-23.1: 10 tests, 1 failures
    logic.go:4006: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2997/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported:55: error while processing
    logic.go:4006: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2997/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported:55: too many errors encountered, skipping the rest of the input
    panic.go:523: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/b67c877cf0eb11517d614a2ebfac1e81/logTestLogic_vectorize_unsupported1923062743
--- FAIL: TestLogic_vectorize_unsupported (1.41s)

Parameters:

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

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 days ago

pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test.TestLogic_vectorize_unsupported failed with artifacts on release-23.2 @ d09da53496ac01269267a4d7d539ba6c840bbdb7:

=== RUN   TestLogic_vectorize_unsupported
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/b67c877cf0eb11517d614a2ebfac1e81/logTestLogic_vectorize_unsupported3578680044
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:146: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)

pkg/sql/logictest/logic.go:2434: ((*logicTest).purgeZoneConfig)
    NOTICE: .SystemConfigProvider() called via implicit interface ApplicationLayerInterface;
HINT: consider using .ApplicationLayer().SystemConfigProvider() instead.
TIP: consider replacing the test server initialization from:
    ts, ... := serverutils.StartServer(t, ...)
    defer ts.Stopper().Stop(...)
to:
    srv, ... := serverutils.StartServer(t, ...)
    defer srv.Stopper().Stop(...)
    ts := srv.ApplicationLayer()

See also: https://go.crdb.dev/p/testserver-and-cluster-virtualization
    logic.go:2928: 

        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2635/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported:50: SELECT b > now() - interval '1 day'  FROM mixed_type_a
        expected success, but found
        (42725) ambiguous call: now(), candidates are:
        now() -> timestamp
        now() -> date
        now() -> timestamptz

        type_check.go:3403: in func1()
[19:35:26] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2635/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported with config local-mixed-23.1: 10 tests, 1 failures
    logic.go:4006: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2635/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported:55: error while processing
    logic.go:4006: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2635/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/local-mixed-23.1/local-mixed-23_1_test_/local-mixed-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/vectorize_unsupported:55: too many errors encountered, skipping the rest of the input
    panic.go:523: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/b67c877cf0eb11517d614a2ebfac1e81/logTestLogic_vectorize_unsupported3578680044
--- FAIL: TestLogic_vectorize_unsupported (1.58s)

Parameters:

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

This test on roachdash | Improve this report!