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/copy/copy_test: TestCopy failed #97236

Closed
cockroach-teamcity opened this issue Feb 16, 2023 · 14 comments · Fixed by #97308
Closed

pkg/sql/copy/copy_test: TestCopy failed #97236

cockroach-teamcity opened this issue Feb 16, 2023 · 14 comments · Fixed by #97308
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
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Feb 16, 2023

pkg/sql/copy/copy_test.TestCopy failed with artifacts on master @ c245b153b4824f22447c80b3a25e745f423703de:

=== RUN   TestCopy
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy1584273836
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestCopy
    copy_test.go:146: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy1584273836
--- FAIL: TestCopy (9.35s)
=== RUN   TestCopy/copy_to_binary
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/694/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:1:
        exec-ddl [0 args]
        CREATE TABLE t (id int primary key, t text);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/694/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:5:
        exec-ddl [0 args]
        INSERT INTO t VALUES
          (1, 'a tab' || chr(9) || ' separates us'),
          (2, 'some pipe || characters'),
          (3, 'new line chars!' || chr(10) || ' ok?'),
          (4, NULL);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/694/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:13:
         COPY t TO STDOUT BINARY
        expected:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/v23.1
        
        found:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/dev
    --- FAIL: TestCopy/copy_to_binary (2.15s)

Parameters: TAGS=bazel,gss,race

Help

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

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

Jira issue: CRDB-24585

@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. labels Feb 16, 2023
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Feb 16, 2023
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Feb 16, 2023
@cockroach-teamcity
Copy link
Member Author

pkg/sql/copy/copy_test.TestCopy failed with artifacts on master @ c245b153b4824f22447c80b3a25e745f423703de:

=== RUN   TestCopy
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy1561320560
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestCopy
    copy_test.go:146: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy1561320560
--- FAIL: TestCopy (7.86s)
=== RUN   TestCopy/copy_to_binary
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/3354/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:1:
        exec-ddl [0 args]
        CREATE TABLE t (id int primary key, t text);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/3354/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:5:
        exec-ddl [0 args]
        INSERT INTO t VALUES
          (1, 'a tab' || chr(9) || ' separates us'),
          (2, 'some pipe || characters'),
          (3, 'new line chars!' || chr(10) || ' ok?'),
          (4, NULL);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/3354/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:13:
         COPY t TO STDOUT BINARY
        expected:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/v23.1
        
        found:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/dev
    --- FAIL: TestCopy/copy_to_binary (1.73s)

Parameters: TAGS=bazel,gss,deadlock

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/copy/copy_test.TestCopy failed with artifacts on master @ c245b153b4824f22447c80b3a25e745f423703de:

=== RUN   TestCopy
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy1617685289
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestCopy
    copy_test.go:146: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy1617685289
--- FAIL: TestCopy (1.90s)
=== RUN   TestCopy/copy_to_binary
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2547/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:1:
        exec-ddl [0 args]
        CREATE TABLE t (id int primary key, t text);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2547/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:5:
        exec-ddl [0 args]
        INSERT INTO t VALUES
          (1, 'a tab' || chr(9) || ' separates us'),
          (2, 'some pipe || characters'),
          (3, 'new line chars!' || chr(10) || ' ok?'),
          (4, NULL);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2547/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:13:
         COPY t TO STDOUT BINARY
        expected:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/v23.1
        
        found:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/dev
    --- FAIL: TestCopy/copy_to_binary (0.36s)

Parameters: TAGS=bazel,gss

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/copy/copy_test.TestCopy failed with artifacts on master @ 7e2df35a2f6bf7a859bb0539c8ca43c4e72ed260:

=== RUN   TestCopy
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy2033903719
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestCopy
    copy_test.go:146: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy2033903719
--- FAIL: TestCopy (7.69s)
=== RUN   TestCopy/copy_to_binary
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1731/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:1:
        exec-ddl [0 args]
        CREATE TABLE t (id int primary key, t text);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1731/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:5:
        exec-ddl [0 args]
        INSERT INTO t VALUES
          (1, 'a tab' || chr(9) || ' separates us'),
          (2, 'some pipe || characters'),
          (3, 'new line chars!' || chr(10) || ' ok?'),
          (4, NULL);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1731/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:13:
         COPY t TO STDOUT BINARY
        expected:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/v23.1
        
        found:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/dev
    --- FAIL: TestCopy/copy_to_binary (1.75s)

Parameters: TAGS=bazel,gss,deadlock

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/copy/copy_test.TestCopy failed with artifacts on master @ 7e2df35a2f6bf7a859bb0539c8ca43c4e72ed260:

=== RUN   TestCopy
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy2444717766
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestCopy
    copy_test.go:146: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy2444717766
--- FAIL: TestCopy (9.13s)
=== RUN   TestCopy/copy_to_binary
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1355/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:1:
        exec-ddl [0 args]
        CREATE TABLE t (id int primary key, t text);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1355/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:5:
        exec-ddl [0 args]
        INSERT INTO t VALUES
          (1, 'a tab' || chr(9) || ' separates us'),
          (2, 'some pipe || characters'),
          (3, 'new line chars!' || chr(10) || ' ok?'),
          (4, NULL);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1355/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:13:
         COPY t TO STDOUT BINARY
        expected:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/v23.1
        
        found:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/dev
    --- FAIL: TestCopy/copy_to_binary (2.11s)

Parameters: TAGS=bazel,gss,race

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/copy/copy_test.TestCopy failed with artifacts on master @ 7e2df35a2f6bf7a859bb0539c8ca43c4e72ed260:

=== RUN   TestCopy
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy3828869063
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestCopy
    copy_test.go:146: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy3828869063
--- FAIL: TestCopy (2.07s)
=== RUN   TestCopy/copy_to_binary
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2679/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:1:
        exec-ddl [0 args]
        CREATE TABLE t (id int primary key, t text);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2679/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:5:
        exec-ddl [0 args]
        INSERT INTO t VALUES
          (1, 'a tab' || chr(9) || ' separates us'),
          (2, 'some pipe || characters'),
          (3, 'new line chars!' || chr(10) || ' ok?'),
          (4, NULL);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2679/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:13:
         COPY t TO STDOUT BINARY
        expected:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/v23.1
        
        found:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/dev
    --- FAIL: TestCopy/copy_to_binary (0.50s)

Parameters: TAGS=bazel,gss

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/copy/copy_test.TestCopy failed with artifacts on master @ c95bef097bd4c213c6b5c0c125a9a846c4479d73:

=== RUN   TestCopy
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy1172793821
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestCopy
    copy_test.go:146: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy1172793821
--- FAIL: TestCopy (2.63s)
=== RUN   TestCopy/copy_to_binary
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1713/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:1:
        exec-ddl [0 args]
        CREATE TABLE t (id int primary key, t text);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1713/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:5:
        exec-ddl [0 args]
        INSERT INTO t VALUES
          (1, 'a tab' || chr(9) || ' separates us'),
          (2, 'some pipe || characters'),
          (3, 'new line chars!' || chr(10) || ' ok?'),
          (4, NULL);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1713/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:13:
         COPY t TO STDOUT BINARY
        expected:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/v23.1
        
        found:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/dev
    --- FAIL: TestCopy/copy_to_binary (0.57s)

Parameters: TAGS=bazel,gss

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/copy/copy_test.TestCopy failed with artifacts on master @ c95bef097bd4c213c6b5c0c125a9a846c4479d73:

=== RUN   TestCopy
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy2413398462
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestCopy
    copy_test.go:146: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy2413398462
--- FAIL: TestCopy (10.06s)
=== RUN   TestCopy/copy_to_binary
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2511/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:1:
        exec-ddl [0 args]
        CREATE TABLE t (id int primary key, t text);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2511/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:5:
        exec-ddl [0 args]
        INSERT INTO t VALUES
          (1, 'a tab' || chr(9) || ' separates us'),
          (2, 'some pipe || characters'),
          (3, 'new line chars!' || chr(10) || ' ok?'),
          (4, NULL);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2511/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:13:
         COPY t TO STDOUT BINARY
        expected:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/v23.1
        
        found:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/dev
    --- FAIL: TestCopy/copy_to_binary (2.27s)

Parameters: TAGS=bazel,gss,deadlock

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/copy/copy_test.TestCopy failed with artifacts on master @ c95bef097bd4c213c6b5c0c125a9a846c4479d73:

=== RUN   TestCopy
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy48866363
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestCopy
    copy_test.go:146: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy48866363
--- FAIL: TestCopy (11.43s)
=== RUN   TestCopy/copy_to_binary
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2030/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:1:
        exec-ddl [0 args]
        CREATE TABLE t (id int primary key, t text);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2030/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:5:
        exec-ddl [0 args]
        INSERT INTO t VALUES
          (1, 'a tab' || chr(9) || ' separates us'),
          (2, 'some pipe || characters'),
          (3, 'new line chars!' || chr(10) || ' ok?'),
          (4, NULL);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2030/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:13:
         COPY t TO STDOUT BINARY
        expected:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/v23.1
        
        found:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/dev
    --- FAIL: TestCopy/copy_to_binary (2.59s)

Parameters: TAGS=bazel,gss,race

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/copy/copy_test.TestCopy failed with artifacts on master @ 3d054f37c7c87f53cb56fac4e5500f0d1130d09a:

=== RUN   TestCopy
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy3137157368
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestCopy
    copy_test.go:146: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy3137157368
--- FAIL: TestCopy (9.98s)
=== RUN   TestCopy/copy_to_binary
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1888/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:1:
        exec-ddl [0 args]
        CREATE TABLE t (id int primary key, t text);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1888/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:5:
        exec-ddl [0 args]
        INSERT INTO t VALUES
          (1, 'a tab' || chr(9) || ' separates us'),
          (2, 'some pipe || characters'),
          (3, 'new line chars!' || chr(10) || ' ok?'),
          (4, NULL);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1888/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:13:
         COPY t TO STDOUT BINARY
        expected:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/v23.1
        
        found:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/dev
    --- FAIL: TestCopy/copy_to_binary (2.37s)

Parameters: TAGS=bazel,gss,deadlock

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/copy/copy_test.TestCopy failed with artifacts on master @ 3d054f37c7c87f53cb56fac4e5500f0d1130d09a:

=== RUN   TestCopy
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy3471669770
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestCopy
    copy_test.go:146: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy3471669770
--- FAIL: TestCopy (2.08s)
=== RUN   TestCopy/copy_to_binary
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2430/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:1:
        exec-ddl [0 args]
        CREATE TABLE t (id int primary key, t text);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2430/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:5:
        exec-ddl [0 args]
        INSERT INTO t VALUES
          (1, 'a tab' || chr(9) || ' separates us'),
          (2, 'some pipe || characters'),
          (3, 'new line chars!' || chr(10) || ' ok?'),
          (4, NULL);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2430/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:13:
         COPY t TO STDOUT BINARY
        expected:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/v23.1
        
        found:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/dev
    --- FAIL: TestCopy/copy_to_binary (0.45s)

Parameters: TAGS=bazel,gss

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/copy/copy_test.TestCopy failed with artifacts on master @ 3d054f37c7c87f53cb56fac4e5500f0d1130d09a:

=== RUN   TestCopy
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy4267532780
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestCopy
    copy_test.go:146: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy4267532780
--- FAIL: TestCopy (11.63s)
=== RUN   TestCopy/copy_to_binary
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/3487/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:1:
        exec-ddl [0 args]
        CREATE TABLE t (id int primary key, t text);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/3487/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:5:
        exec-ddl [0 args]
        INSERT INTO t VALUES
          (1, 'a tab' || chr(9) || ' separates us'),
          (2, 'some pipe || characters'),
          (3, 'new line chars!' || chr(10) || ' ok?'),
          (4, NULL);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/3487/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:13:
         COPY t TO STDOUT BINARY
        expected:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/v23.1
        
        found:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/dev
    --- FAIL: TestCopy/copy_to_binary (2.68s)

Parameters: TAGS=bazel,gss,race

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/copy/copy_test.TestCopy failed with artifacts on master @ e882d50c9b9d15a4d5cc88a0009724b9837f8630:

=== RUN   TestCopy
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy4081408154
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestCopy
    copy_test.go:146: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy4081408154
--- FAIL: TestCopy (2.37s)
=== RUN   TestCopy/copy_to_binary
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1023/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:1:
        exec-ddl [0 args]
        CREATE TABLE t (id int primary key, t text);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1023/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:5:
        exec-ddl [0 args]
        INSERT INTO t VALUES
          (1, 'a tab' || chr(9) || ' separates us'),
          (2, 'some pipe || characters'),
          (3, 'new line chars!' || chr(10) || ' ok?'),
          (4, NULL);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1023/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:13:
         COPY t TO STDOUT BINARY
        expected:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/v23.1
        
        found:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/dev
    --- FAIL: TestCopy/copy_to_binary (0.49s)

Parameters: TAGS=bazel,gss

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/copy/copy_test.TestCopy failed with artifacts on master @ e882d50c9b9d15a4d5cc88a0009724b9837f8630:

=== RUN   TestCopy
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy3446516429
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestCopy
    copy_test.go:146: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy3446516429
--- FAIL: TestCopy (9.56s)
=== RUN   TestCopy/copy_to_binary
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/3288/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:1:
        exec-ddl [0 args]
        CREATE TABLE t (id int primary key, t text);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/3288/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:5:
        exec-ddl [0 args]
        INSERT INTO t VALUES
          (1, 'a tab' || chr(9) || ' separates us'),
          (2, 'some pipe || characters'),
          (3, 'new line chars!' || chr(10) || ' ok?'),
          (4, NULL);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/3288/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:13:
         COPY t TO STDOUT BINARY
        expected:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/v23.1
        
        found:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/dev
    --- FAIL: TestCopy/copy_to_binary (2.14s)

Parameters: TAGS=bazel,gss,deadlock

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/copy/copy_test.TestCopy failed with artifacts on master @ e882d50c9b9d15a4d5cc88a0009724b9837f8630:

=== RUN   TestCopy
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy2527042066
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestCopy
    copy_test.go:146: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/53491fdf16955d5896449a680358dad1/logTestCopy2527042066
--- FAIL: TestCopy (12.09s)
=== RUN   TestCopy/copy_to_binary
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/3460/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:1:
        exec-ddl [0 args]
        CREATE TABLE t (id int primary key, t text);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/3460/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:5:
        exec-ddl [0 args]
        INSERT INTO t VALUES
          (1, 'a tab' || chr(9) || ' separates us'),
          (2, 'some pipe || characters'),
          (3, 'new line chars!' || chr(10) || ' ok?'),
          (4, NULL);
        ----
    copy_test.go:88: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/3460/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/copy/copy_test_/copy_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/copy/testdata/copy_to_binary:13:
         COPY t TO STDOUT BINARY
        expected:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/v23.1
        
        found:
        ERROR: unimplemented: binary format for COPY TO not implemented (SQLSTATE 0A000)
        HINT: You have attempted to use a feature that is not yet implemented.
        See: https://go.crdb.dev/issue-v/97180/dev
    --- FAIL: TestCopy/copy_to_binary (2.79s)

Parameters: TAGS=bazel,gss,race

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 6848307 Feb 21, 2023
@mgartner mgartner moved this to Done in SQL Queries Jul 24, 2023
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