Skip to content

Console Output

Skipping 253 KB.. Full Log
time="2024-05-06T11:36:53+08:00" level=info msg="run test [enum_expression_2] ok"
time="2024-05-06T11:36:53+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc00019a6f0 {{} {} 0} {0 0} [0xc0007c0f30] map[] 0 1 0xc0001a7440 false map[0xc0007c0f30:map[0xc0007c0f30:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:36:53+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
..................................................[2024/05/06 11:36:53.353 +08:00] [WARN] [tidb.go:148] [compiling] [source="drop database test; create database test;  use test; \n     BEGIN;\n\t\tCREATE TABLE department (\n\t\t\tDepartmentID   int,\n\t\t\tDepartmentName text\n\t\t);\n\t\tINSERT INTO department VALUES\n\t\t\t(31, \"Sales\"),\n\t\t\t(33, \"Engineering\"),\n\t\t\t(34, \"Clerical\"),\n\t\t\t(35, \"Marketing\")\n\t\t;\n\t\tCREATE TABLE employee (\n\t\t\tLastName     text,\n\t\t\tDepartmentID int\n\t\t);\n\t\tINSERT INTO employee VALUES\n\t\t\t(\"Rafferty\", 31),\n\t\t\t(\"Jones\", 33),\n\t\t\t(\"Heisenberg\", 33),\n\t\t\t(\"Robinson\", 34),\n\t\t\t(\"Smith\", 34),\n\t\t\t(\"Williams\", NULL)\n\t\t;\n     COMMIT;\n-- S 50\nSELECT * FROM;\n"] [error="line 27 column 15 near \";\n\" "] [errorVerbose="line 27 column 15 near \";\n\" \ngithub.com/pingcap/errors.AddStack\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/errors.go:174\ngithub.com/pingcap/errors.Trace\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/juju_adaptor.go:15\ngithub.com/pingcap/parser.(*Parser).Parse\n\t/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20190903084634-0daf3f706c76/yy_parser.go:150\ngithub.com/pingcap/tidb/session.Parse\n\t/go/pkg/mod/github.com/pingcap/tidb@v1.1.0-beta.0.20190911032414-d88cd749f56d/session/tidb.go:143\nmain.runTest\n\t/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/tidb_test/main.go:289\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]
go: downloading gorm.io/driver/sqlserver v1.3.2
go: downloading gorm.io/driver/mysql v1.3.3
go: downloading gorm.io/driver/postgres v1.3.5
go: downloading github.com/jinzhu/now v1.1.5
go: downloading gorm.io/driver/sqlite v1.3.2
go: downloading github.com/lib/pq v1.10.5
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/jackc/pgx/v4 v4.16.0
go: downloading github.com/denisenkom/go-mssqldb v0.12.0
go: downloading github.com/go-sql-driver/mysql v1.6.0
go: downloading github.com/mattn/go-sqlite3 v1.14.12
go: downloading github.com/jackc/pgtype v1.11.0
go: downloading github.com/jackc/pgconn v1.12.0
go: downloading github.com/jackc/pgio v1.0.0
go: downloading github.com/jackc/pgproto3/v2 v2.3.0
go: downloading golang.org/x/text v0.3.7
go: downloading github.com/jackc/pgpassfile v1.0.0
go: downloading github.com/jackc/chunkreader/v2 v2.0.1
go: downloading golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
go: downloading github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b
go: downloading github.com/jackc/chunkreader v1.0.0
go: downloading github.com/jackc/pgproto3 v1.1.0
go: downloading github.com/golang-sql/sqlexp v0.0.0-20170517235910-f1bb20e5a188
go: downloading github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9
..[2024/05/06 11:36:53.594 +08:00] [WARN] [tidb.go:148] [compiling] [source="drop database test; create database test;  use test; \n     BEGIN;\n\t\tCREATE TABLE department (\n\t\t\tDepartmentID   int,\n\t\t\tDepartmentName text\n\t\t);\n\t\tINSERT INTO department VALUES\n\t\t\t(31, \"Sales\"),\n\t\t\t(33, \"Engineering\"),\n\t\t\t(34, \"Clerical\"),\n\t\t\t(35, \"Marketing\")\n\t\t;\n\t\tCREATE TABLE employee (\n\t\t\tLastName     text,\n\t\t\tDepartmentID int\n\t\t);\n\t\tINSERT INTO employee VALUES\n\t\t\t(\"Rafferty\", 31),\n\t\t\t(\"Jones\", 33),\n\t\t\t(\"Heisenberg\", 33),\n\t\t\t(\"Robinson\", 34),\n\t\t\t(\"Smith\", 34),\n\t\t\t(\"Williams\", NULL)\n\t\t;\n     COMMIT;\n-- S 53\nSELECT none FROM (\n\tSELECT * FROM employee\n\tSELECT * FROM department\n);\n"] [error="line 29 column 8 near \"SELECT * FROM department\n);\n\" "] [errorVerbose="line 29 column 8 near \"SELECT * FROM department\n);\n\" \ngithub.com/pingcap/errors.AddStack\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/errors.go:174\ngithub.com/pingcap/errors.Trace\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/juju_adaptor.go:15\ngithub.com/pingcap/parser.(*Parser).Parse\n\t/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20190903084634-0daf3f706c76/yy_parser.go:150\ngithub.com/pingcap/tidb/session.Parse\n\t/go/pkg/mod/github.com/pingcap/tidb@v1.1.0-beta.0.20190911032414-d88cd749f56d/session/tidb.go:143\nmain.runTest\n\t/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/tidb_test/main.go:289\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]
wait tikv ready...
ANALYZE TEST END
ANALYZE TEST FINISHED SUCCESSFULLY!
./t/enum_expression_3.test: ok! 1031 test cases passed, take time 3.230479181 s
time="2024-05-06T11:36:56+08:00" level=info msg="run test [enum_expression_3] ok"
time="2024-05-06T11:36:56+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc0000f22b8 {{} {} 0} {0 0} [0xc0003153b0] map[] 0 1 0xc000036ea0 false map[0xc0003153b0:map[0xc0003153b0:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:36:56+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/enum_expression_4.test: ok! 1031 test cases passed, take time 3.069568528 s
time="2024-05-06T11:36:59+08:00" level=info msg="run test [enum_expression_4] ok"
time="2024-05-06T11:36:59+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc00019a200 {{} {} 0} {0 0} [0xc0002fe510] map[] 0 1 0xc000036900 false map[0xc0002fe510:map[0xc0002fe510:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:36:59+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
Cache restored successfully (ws/jenkins-pingcap-tidb-merged_integration_common_test-1064/tidb-test)
1452986880 bytes in 13.90 secs (104533852 bytes/sec)
[Pipeline] {
[Pipeline] sh
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
+ ls -alh bin/
total 730M
drwxr-sr-x.  2 jenkins jenkins 4.0K May  6 11:36 .
drwxr-sr-x. 49 jenkins jenkins 4.0K May  6 11:37 ..
-rwxr-xr-x.  1 jenkins jenkins 106M May  6 11:32 pd-server
-rwxr-xr-x.  1 jenkins jenkins 208M May  6 11:32 tidb-server
-rwxr-xr-x.  1 jenkins jenkins 418M May  6 11:32 tikv-server
+ ./bin/pd-server -V
Release Version: v8.2.0-alpha-14-g1679dbca2
Edition: Community
Git Commit Hash: 1679dbca25b3483d1375c7e747da27e99ad77360
Git Branch: master
UTC Build Time:  2024-04-30 08:09:12
+ ./bin/tikv-server -V
TiKV 
Release Version:   8.2.0-alpha
Edition:           Community
Git Commit Hash:   72a0fd5b00235a7c56014b77ddd933e2a0d33c88
Git Commit Branch: master
UTC Build Time:    2024-04-30 02:23:51
Rust Version:      rustc 1.77.0-nightly (89e2160c4 2023-12-27)
Enable Features:   memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored
Profile:           dist_release
+ ./bin/tidb-server -V
Release Version: v8.2.0-alpha-80-g06ee59bd9c
Edition: Community
Git Commit Hash: 06ee59bd9c683757f75fdd3469f37f50988a1a2f
Git Branch: HEAD
UTC Build Time: 2024-05-06 03:28:38
GoVersion: go1.21.6
Race Enabled: false
Check Table Before Drop: false
Store: unistore
[Pipeline] // stage
[Pipeline] }
gosqltest start
/go
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] container
[Pipeline] {
[Pipeline] // container
[Pipeline] }
Cache not saved (ws/jenkins-pingcap-tidb-merged_integration_common_test-1064/tidb-test already exists)
[Pipeline] sh
[Pipeline] // node
[Pipeline] }
[Pipeline] // cache
[Pipeline] }
tidb_test start

+ [[ ! -e ./tidb_test ]]
+ [[ -z '' ]]
+ TIDB_CONFIG=./config.toml
+ [[ -z /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/bin/tidb-server ]]
+ [[ ! -e /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/bin/tidb-server ]]
+ [[ -z '' ]]
+ TIDB_PARALLELISM=8
+ [[ -z '' ]]
+ TEST_FILE=./ql.t
+ rm -rf './tidb.log*'
+ echo 'START tidb_server, LOG FILE: ./tidb.log'
START tidb_server, LOG FILE: ./tidb.log
+ '[' unistore = tikv ']'
++ seq 8
+ for i in '`seq ${TIDB_PARALLELISM}`'
+ SERVER_PID=' 108'
+ for i in '`seq ${TIDB_PARALLELISM}`'
+ /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/bin/tidb-server -P 4001 -status 9081 -store unistore -config ./config.toml -path=
+ SERVER_PID=' 108 109'
+ for i in '`seq ${TIDB_PARALLELISM}`'
+ /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/bin/tidb-server -P 4002 -status 9082 -store unistore -config ./config.toml -path=
+ SERVER_PID=' 108 109 110'
+ for i in '`seq ${TIDB_PARALLELISM}`'
+ /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/bin/tidb-server -P 4003 -status 9083 -store unistore -config ./config.toml -path=
+ SERVER_PID=' 108 109 110 111'
+ for i in '`seq ${TIDB_PARALLELISM}`'
+ /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/bin/tidb-server -P 4004 -status 9084 -store unistore -config ./config.toml -path=
+ SERVER_PID=' 108 109 110 111 112'
+ for i in '`seq ${TIDB_PARALLELISM}`'
+ /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/bin/tidb-server -P 4005 -status 9085 -store unistore -config ./config.toml -path=
+ SERVER_PID=' 108 109 110 111 112 113'
+ for i in '`seq ${TIDB_PARALLELISM}`'
+ /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/bin/tidb-server -P 4006 -status 9086 -store unistore -config ./config.toml -path=
+ SERVER_PID=' 108 109 110 111 112 113 114'
+ for i in '`seq ${TIDB_PARALLELISM}`'
+ /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/bin/tidb-server -P 4007 -status 9087 -store unistore -config ./config.toml -path=
+ SERVER_PID=' 108 109 110 111 112 113 114 115'
+ echo 'tidb-server(PID:  108 109 110 111 112 113 114 115) STARTED'
tidb-server(PID:  108 109 110 111 112 113 114 115) STARTED
+ sleep 10
+ /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/bin/tidb-server -P 4008 -status 9088 -store unistore -config ./config.toml -path=
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
2024/05/06 11:37:06 testing mysql...
[Pipeline] // stage
[Pipeline] }

2024/05/06 11:37:06 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_belongs_to_test.go:139 Error 1452: Cannot add or update a child row: a foreign key constraint fails (`test`.`users`, CONSTRAINT `fk_users_company` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`))
[0.742ms] [rows:0] INSERT INTO `users` (`created_at`,`updated_at`,`deleted_at`,`name`,`age`,`birthday`,`company_id`,`manager_id`,`active`) VALUES ('2024-05-06 11:37:06.806','2024-05-06 11:37:06.806',NULL,'invalid-user-with-invalid-belongs-to-foreign-key',0,NULL,10000001,NULL,false)

2024/05/06 11:37:07 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_many2many_test.go:99 Error 1452: Cannot add or update a child row: a foreign key constraint fails (`test`.`user_speaks`, CONSTRAINT `fk_user_speaks_language` FOREIGN KEY (`language_code`) REFERENCES `languages` (`code`))
[0.514ms] [rows:0] INSERT INTO `user_speaks` (`user_id`,`language_code`) VALUES (53,'many2many_omit_associations_locale_1'),(53,'many2many_omit_associations_locale_2') ON DUPLICATE KEY UPDATE `user_id`=`user_id`

2024/05/06 11:37:07 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_many2many_test.go:99 Error 1452: Cannot add or update a child row: a foreign key constraint fails (`test`.`user_speaks`, CONSTRAINT `fk_user_speaks_language` FOREIGN KEY (`language_code`) REFERENCES `languages` (`code`))
[1.352ms] [rows:1] INSERT INTO `users` (`created_at`,`updated_at`,`deleted_at`,`name`,`age`,`birthday`,`company_id`,`manager_id`,`active`) VALUES ('2024-05-06 11:37:07.241','2024-05-06 11:37:07.241',NULL,'many2many_omit_associations',18,'2024-05-06 11:37:07',NULL,NULL,false)

2024/05/06 11:37:07 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_many2many_test.go:118 Error 1452: Cannot add or update a child row: a foreign key constraint fails (`test`.`user_speaks`, CONSTRAINT `fk_user_speaks_language` FOREIGN KEY (`language_code`) REFERENCES `languages` (`code`))
[0.451ms] [rows:0] INSERT INTO `user_speaks` (`user_id`,`language_code`) VALUES (53,'omitmany2many') ON DUPLICATE KEY UPDATE `user_id`=`user_id`

2024/05/06 11:37:07 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_many2many_test.go:118 Error 1452: Cannot add or update a child row: a foreign key constraint fails (`test`.`user_speaks`, CONSTRAINT `fk_user_speaks_language` FOREIGN KEY (`language_code`) REFERENCES `languages` (`code`))
[1.309ms] [rows:1] UPDATE `users` SET `updated_at`='2024-05-06 11:37:07.246' WHERE `users`.`deleted_at` IS NULL AND `id` = 53

2024/05/06 11:37:07 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_test.go:66 Error 1048: Column 'member_id' cannot be null
[1.892ms] [rows:0] UPDATE `profiles` SET `member_id`=NULL WHERE `profiles`.`member_id` = 1 AND `profiles`.`deleted_at` IS NULL

2024/05/06 11:37:07 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_test.go:117 record not found
[0.539ms] [rows:0] SELECT * FROM `members` WHERE `members`.`id` = 1 ORDER BY `members`.`id` LIMIT 1

2024/05/06 11:37:07 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_test.go:121 record not found
[0.484ms] [rows:0] SELECT * FROM `profiles` WHERE `profiles`.`id` = 1 AND `profiles`.`id` = 1 ORDER BY `profiles`.`id` LIMIT 1
go: downloading github.com/pingcap/tidb v1.1.0-beta.0.20190911032414-d88cd749f56d
go: downloading github.com/go-sql-driver/mysql v1.4.0
go: downloading github.com/pingcap/errors v0.11.4
go: downloading github.com/sirupsen/logrus v1.8.1
go: downloading golang.org/x/sys v0.0.0-20191026070338-33540a1f6037

2024/05/06 11:37:07 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_test.go:171 record not found
[0.447ms] [rows:0] SELECT * FROM `members` WHERE `members`.`id` = 1 ORDER BY `members`.`id` LIMIT 1

2024/05/06 11:37:07 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_test.go:175 record not found
[0.451ms] [rows:0] SELECT * FROM `profiles` WHERE `profiles`.`id` = 1 AND `profiles`.`id` = 1 ORDER BY `profiles`.`id` LIMIT 1

2024/05/06 11:37:07 /usr/local/go/src/reflect/value.go:596
[error] Got error when compile callbacks, got conflicting callback c3 with before c1

2024/05/06 11:37:07 /usr/local/go/src/reflect/value.go:596
[warn] removing callback `c2` from /usr/local/go/src/reflect/value.go:596

2024/05/06 11:37:07 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/connpool_test.go:151 record not found
[1.218ms] [rows:0] SELECT * FROM `users` WHERE name = 'transaction' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:07 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/count_test.go:153 model value required when using preload
[0.937ms] [rows:1] SELECT count(*) FROM `users` WHERE name in ('count-1','count-2','count-3')
go: downloading github.com/pingcap/failpoint v0.0.0-20190512135322-30cc7431d99c
go: downloading github.com/pingcap/parser v0.0.0-20190903084634-0daf3f706c76
go: downloading go.uber.org/zap v1.12.0
go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7
go: downloading github.com/BurntSushi/toml v0.3.1
go: downloading github.com/opentracing/opentracing-go v1.0.2
go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
go: downloading google.golang.org/grpc v1.17.0
go: downloading github.com/pingcap/tipb v0.0.0-20190806070524-16909e03435e
go: downloading github.com/uber/jaeger-client-go v2.15.0+incompatible
go: downloading go.uber.org/atomic v1.5.0
go: downloading github.com/coreos/etcd v3.3.13+incompatible
go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef
go: downloading github.com/pingcap/tidb-tools v2.1.3-0.20190321065848-1e8b48f5c168+incompatible
go: downloading github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72
go: downloading github.com/klauspost/cpuid v0.0.0-20170728055534-ae7887de9fa5
go: downloading github.com/golang/protobuf v1.2.0
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.0.0
go: downloading github.com/twinj/uuid v1.0.0
go: downloading github.com/shirou/gopsutil v2.18.10+incompatible
go: downloading golang.org/x/tools v0.0.0-20191107010934-f79515f33823
go: downloading github.com/pingcap/log v0.0.0-20190307075452-bd41d9273596
go: downloading github.com/pingcap/kvproto v0.0.0-20190904075355-9a1bd6a31da2
go: downloading github.com/cznic/sortutil v0.0.0-20150617083342-4c7342852e65
go: downloading github.com/dgryski/go-farm v0.0.0-20190104051053-3adb47b1fb0f
go: downloading github.com/prometheus/client_golang v0.9.0
go: downloading github.com/google/uuid v1.1.1
go: downloading github.com/gogo/protobuf v1.2.0
go: downloading github.com/opentracing/basictracer-go v1.0.0
go: downloading github.com/google/btree v1.0.0
go: downloading golang.org/x/text v0.3.0
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4
go: downloading github.com/pingcap/pd v0.0.0-20190712044914-75a1f9f3062b
go: downloading sourcegraph.com/sourcegraph/appdash v0.0.0-20180531100431-4c381bd170b4
go: downloading golang.org/x/net v0.0.0-20190620200207-3b0461eec859
go: downloading github.com/remyoudompheng/bigfft v0.0.0-20190512091148-babf20351dd7
go: downloading github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d
go: downloading github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
go: downloading github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39
go: downloading github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
go: downloading go.uber.org/multierr v1.4.0
go: downloading github.com/uber/jaeger-lib v1.5.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/create_test.go:352 empty slice found
[0.263ms] [rows:0] INSERT INTO `users` (`created_at`,`updated_at`,`deleted_at`,`name`,`age`,`birthday`,`company_id`,`manager_id`,`active`) VALUES 

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/create_test.go:357 empty slice found
[0.169ms] [rows:0] INSERT INTO `users` VALUES()

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/create_test.go:369 slice data #2 is invalid: unsupported data
[0.198ms] [rows:0] INSERT INTO `users` (`created_at`,`updated_at`,`deleted_at`,`name`,`age`,`birthday`,`company_id`,`manager_id`,`active`) VALUES ('2024-05-06 11:37:08.04','2024-05-06 11:37:08.04',NULL,'invalid_slice_1',18,'2024-05-06 11:37:08',NULL,NULL,false),('2024-05-06 11:37:08.04','2024-05-06 11:37:08.04',NULL,'invalid_slice_2',18,'2024-05-06 11:37:08',NULL,NULL,false),()

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/customize_field_test.go:143 record not found
[1.382ms] [rows:0] SELECT * FROM `customize_field_structs` WHERE `customize_field_structs`.`name` = 'create' AND `customize_field_structs`.`field_readonly` = 'create_allow_readonly' AND `customize_field_structs`.`deleted_at` IS NULL ORDER BY `customize_field_structs`.`id` LIMIT 1

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/delete_test.go:30 record not found
[0.643ms] [rows:0] SELECT * FROM `users` WHERE id = 231 AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/delete_test.go:52 WHERE conditions required
[0.270ms] [rows:0] UPDATE `users` SET `deleted_at`='2024-05-06 11:37:08.198' WHERE `users`.`deleted_at` IS NULL

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/delete_test.go:56 record not found
[0.568ms] [rows:0] SELECT * FROM `users` WHERE id = 230 AND `users`.`deleted_at` IS NULL AND `users`.`id` = 232 ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/delete_test.go:85 record not found
[0.597ms] [rows:0] SELECT * FROM `deleted_users` WHERE `deleted_users`.`id` = 1 AND `deleted_users`.`deleted_at` IS NULL ORDER BY `deleted_users`.`id` LIMIT 1

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/delete_test.go:99 record not found
[0.516ms] [rows:0] SELECT * FROM `deleted_users` WHERE `deleted_users`.`id` = 1 ORDER BY `deleted_users`.`id` LIMIT 1

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/delete_test.go:111 record not found
[1.689ms] [rows:0] SELECT * FROM `users` WHERE name = 'inline_delete_1' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/delete_test.go:117 record not found
[1.786ms] [rows:0] SELECT * FROM `users` WHERE name = 'inline_delete_2' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/delete_test.go:123 WHERE conditions required
[0.269ms] [rows:0] UPDATE `users` SET `deleted_at`='2024-05-06 11:37:08.225' WHERE `users`.`deleted_at` IS NULL
go: downloading google.golang.org/genproto v0.0.0-20190108161440-ae2f86662275

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/hooks_test.go:133 record not found
[0.711ms] [rows:0] SELECT * FROM `products` WHERE Code = 'unique_code' AND `products`.`deleted_at` IS NULL AND `products`.`id` = 1 ORDER BY `products`.`id` LIMIT 1

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/hooks_test.go:156 record not found
[1.013ms] [rows:0] SELECT * FROM `products` WHERE code = 'Invalid' AND `products`.`deleted_at` IS NULL ORDER BY `products`.`id` LIMIT 1

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/hooks_test.go:176 record not found
[1.174ms] [rows:0] SELECT * FROM `products` WHERE code = 'dont_update' AND `products`.`deleted_at` IS NULL ORDER BY `products`.`id` LIMIT 1

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/hooks_test.go:196 can't save
[1.087ms] [rows:1] INSERT INTO `products` (`created_at`,`updated_at`,`deleted_at`,`name`,`code`,`price`,`after_find_call_times`,`before_create_call_times`,`after_create_call_times`,`before_update_call_times`,`after_update_call_times`,`before_save_call_times`,`after_save_call_times`,`before_delete_call_times`,`after_delete_call_times`) VALUES ('2024-05-06 11:37:08.775','2024-05-06 11:37:08.775',NULL,'','after_save_error',100.000000,0,1,0,0,0,1,0,0,0)

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/hooks_test.go:197 record not found
[1.231ms] [rows:0] SELECT * FROM `products` WHERE code = 'after_save_error' AND `products`.`deleted_at` IS NULL ORDER BY `products`.`id` LIMIT 1

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/hooks_test.go:207 can't delete
[1.069ms] [rows:1] UPDATE `products` SET `deleted_at`='2024-05-06 11:37:08.78' WHERE `products`.`id` = 4 AND `products`.`deleted_at` IS NULL

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/hooks_test.go:485 invalid item
[0.986ms] [rows:1] INSERT INTO `product4` (`created_at`,`updated_at`,`deleted_at`,`name`,`code`,`price`,`owner`) VALUES ('2024-05-06 11:37:08.885','2024-05-06 11:37:08.885',NULL,'Product-1','',100,'')

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/hooks_test.go:489 record not found
[0.930ms] [rows:0] SELECT * FROM `product4` WHERE name = 'Product-1' AND `product4`.`deleted_at` IS NULL ORDER BY `product4`.`id` LIMIT 1

2024/05/06 11:37:08 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/joins_test.go:82 record not found
[3.768ms] [rows:0] SELECT `users`.`id`,`users`.`created_at`,`users`.`updated_at`,`users`.`deleted_at`,`users`.`name`,`users`.`age`,`users`.`birthday`,`users`.`company_id`,`users`.`manager_id`,`users`.`active` FROM `users` inner join pets on pets.user_id = users.id AND pets.name = 'joins-conds_pet_1' join accounts on accounts.user_id = users.id AND accounts.number = 'joins-conds_accountnon-exist' WHERE users.name = 'joins-conds' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:09 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/joins_test.go:107 dry run mode unsupported
[0.021ms] [rows:0] SELECT id, name, iv.total, iv.paid, iv.balance FROM `table_employees` LEFT JOIN (SELECT seller, SUM(total) as total, SUM(paid) as paid, SUM(balance) as balance FROM `table_invoices` GROUP BY `seller`) AS iv ON iv.seller = table_employees.id

2024/05/06 11:37:09 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/main_test.go:19 Error 1054: Unknown column 'sdsd.zaaa' in 'where clause'
[0.296ms] [rows:0] SELECT `aaa` FROM `users` WHERE sdsd.zaaa = 'sd;;;aa' AND `users`.`deleted_at` IS NULL

2024/05/06 11:37:09 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/main_test.go:23 Error 1054: Unknown column 'sdsd.zaaa' in 'where clause'
[0.201ms] [rows:0] SELECT * FROM `users` WHERE sdsd.zaaa = 'sd;;;aa' AND `users`.`deleted_at` IS NULL

2024/05/06 11:37:09 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/main_test.go:33 record not found
[1.304ms] [rows:0] SELECT * FROM `users` WHERE name = 'jinzhu; delete * from users' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:11 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/named_argument_test.go:72 record not found
[1.456ms] [rows:0] SELECT * FROM `named_users` WHERE (name1 = 'jinzhu-new' OR name2 = 'jinzhu-new') AND name3 = 'jinzhu-new3' AND `named_users`.`deleted_at` IS NULL ORDER BY `named_users`.`id` LIMIT 1

2024/05/06 11:37:11 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/named_argument_test.go:79 record not found
[1.259ms] [rows:0] SELECT * FROM `named_users` WHERE (name1 = 'jinzhu-new' OR name2 = 'jinzhu-new') AND `named_users`.`deleted_at` IS NULL ORDER BY `named_users`.`id` LIMIT 1

2024/05/06 11:37:11 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/preload_suits_test.go:56 record not found
[0.770ms] [rows:0] SELECT * FROM `level3` WHERE name = 'not_found' AND `level3`.`id` = 1 ORDER BY `level3`.`id` LIMIT 1

2024/05/06 11:37:13 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/preload_suits_test.go:941 record not found
[0.609ms] [rows:0] SELECT * FROM `level3` WHERE value = 'not_found' AND `level3`.`id` = 1 ORDER BY `level3`.`id` LIMIT 1

2024/05/06 11:37:13 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/preload_suits_test.go:996 record not found
[0.673ms] [rows:0] SELECT * FROM `level3` WHERE value = 'not_found' AND `level3`.`id` = 1 ORDER BY `level3`.`id` LIMIT 1

2024/05/06 11:37:14 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/preload_suits_test.go:1268 record not found
[0.784ms] [rows:0] SELECT * FROM `level2` WHERE value = 'bogus' ORDER BY `level2`.`id` LIMIT 1
+ set +x
START RUNNING TIDB TEST
..........................................[2024/05/06 11:37:16.039 +08:00] [WARN] [tidb.go:148] [compiling] [source="drop database test; create database test;  use test; -- 479\nSELECT Name, Unique FROM __Index;\n"] [error="line 2 column 20 near \"Unique FROM __Index;\n\" "] [errorVerbose="line 2 column 20 near \"Unique FROM __Index;\n\" \ngithub.com/pingcap/errors.AddStack\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/errors.go:174\ngithub.com/pingcap/errors.Trace\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/juju_adaptor.go:15\ngithub.com/pingcap/parser.(*Parser).Parse\n\t/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20190903084634-0daf3f706c76/yy_parser.go:150\ngithub.com/pingcap/tidb/session.Parse\n\t/go/pkg/mod/github.com/pingcap/tidb@v1.1.0-beta.0.20190911032414-d88cd749f56d/session/tidb.go:143\nmain.runTest\n\t/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/tidb_test/main.go:289\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]

2024/05/06 11:37:15 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/query_test.go:378 Error 1146: Table 'test.wrong_table' doesn't exist
[0.168ms] [rows:0] SELECT * FROM `wrong_table` WHERE name = 'find_in_batches_with_error' AND `wrong_table`.`deleted_at` IS NULL ORDER BY `wrong_table`.`id` LIMIT 2

2024/05/06 11:37:15 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/query_test.go:1007 Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your TiDB version for the right syntax to use line 1 column 97 near "OFFSET 3" 
[0.149ms] [rows:20] SELECT * FROM `users` WHERE name like 'OffsetUser%' AND `users`.`deleted_at` IS NULL ORDER BY age desc OFFSET 3

2024/05/06 11:37:15 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/query_test.go:1169 sql: Scan error on column index 0, name "avgage": unsupported Scan, storing driver.Value type []uint8 into type *tests.User; sql: Scan error on column index 0, name "avgage": unsupported Scan, storing driver.Value type []uint8 into type *tests.User
[2.904ms] [rows:2] SELECT AVG(age) as avgage FROM `users` WHERE name LIKE 'subquery_having%' AND `users`.`deleted_at` IS NULL GROUP BY `name` HAVING AVG(age) > (SELECT AVG(age) FROM `users` WHERE name LIKE 'subquery_having%')

2024/05/06 11:37:16 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/scanner_valuer_test.go:123 sql: converting argument $11 type: Should not start with 'x'
[0.352ms] [rows:0] INSERT INTO `scanner_valuer_structs` (`created_at`,`updated_at`,`deleted_at`,`name`,`gender`,`age`,`male`,`height`,`birthday`,`allergen`,`password`,`bytes`,`num`,`strings`,`structs`,`role`,`user_id`,`empty_time`,`example_struct`,`example_struct_ptr`) VALUES ('2024-05-06 11:37:16.086','2024-05-06 11:37:16.086',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','0','null','null','',NULL,'2024-05-06 11:37:16.086','{"Name":"","Val":"value1"}','{"Name":"","Val":"value2"}')

2024/05/06 11:37:16 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/scanner_valuer_test.go:132 sql: converting argument $1 type: Should not start with 'x'
[0.283ms] [rows:0] UPDATE `scanner_valuer_structs` SET `password`=NULL,`updated_at`='2024-05-06 11:37:16.088' WHERE `scanner_valuer_structs`.`deleted_at` IS NULL AND `id` = 1

2024/05/06 11:37:16 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/soft_delete_test.go:42 record not found
[1.363ms] [rows:0] SELECT * FROM `users` WHERE name = 'SoftDelete' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:16 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/soft_delete_test.go:71 record not found
[0.934ms] [rows:0] SELECT * FROM `users` WHERE name = 'SoftDelete' ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:16 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/sql_builder_test.go:99 record not found
[1.470ms] [rows:0] SELECT * FROM `users` WHERE name in ('ExecRawSqlUser1','ExecRawSqlUser2','ExecRawSqlUser3') AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:16 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/transaction_test.go:40 record not found
[1.387ms] [rows:0] SELECT * FROM `users` WHERE name = 'transaction' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:16 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/transaction_test.go:109 record not found
[1.293ms] [rows:0] SELECT * FROM `users` WHERE name = 'transaction-block' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:16 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/transaction_test.go:146 record not found
[1.399ms] [rows:0] SELECT * FROM `users` WHERE name = 'transaction-block-3' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:16 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/transaction_test.go:192 record not found
[1.470ms] [rows:0] SELECT * FROM `users` WHERE name = 'transaction-save-point-1' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:16 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/transaction_test.go:215 record not found
[1.410ms] [rows:0] SELECT * FROM `users` WHERE name = 'transaction-save-point-1' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:16 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/transaction_test.go:250 record not found
[1.370ms] [rows:0] SELECT * FROM `users` WHERE name = 'transaction-nested-1' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:16 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/transaction_test.go:278 record not found
[1.435ms] [rows:0] SELECT * FROM `users` WHERE name = 'transaction-nested-1' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1
2024/05/06 11:37:16 testing mysql...

2024/05/06 11:37:18 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/update_test.go:236 WHERE conditions required
[0.229ms] [rows:0] UPDATE `users` SET `name`='jinzhu',`updated_at`='2024-05-06 11:37:18.929' WHERE `users`.`deleted_at` IS NULL
.....................................................................................................................................................................................................................................[2024/05/06 11:37:20.142 +08:00] [WARN] [tidb.go:148] [compiling] [source="drop database test; create database test;  use test; -- 418\nBEGIN;\n    CREATE TABLE t (i int);\n    INSERT INTO t VALUES(42), (24);\nCOMMIT;\nSELECT * FROM t LIMIT 10 OFFSET -1;\n"] [error="line 6 column 34 near \"-1;\n\" "] [errorVerbose="line 6 column 34 near \"-1;\n\" \ngithub.com/pingcap/errors.AddStack\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/errors.go:174\ngithub.com/pingcap/errors.Trace\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/juju_adaptor.go:15\ngithub.com/pingcap/parser.(*Parser).Parse\n\t/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20190903084634-0daf3f706c76/yy_parser.go:150\ngithub.com/pingcap/tidb/session.Parse\n\t/go/pkg/mod/github.com/pingcap/tidb@v1.1.0-beta.0.20190911032414-d88cd749f56d/session/tidb.go:143\nmain.runTest\n\t/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/tidb_test/main.go:289\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]
.....................................[2024/05/06 11:37:20.739 +08:00] [WARN] [tidb.go:148] [compiling] [source="drop database test; create database test;  use test; -- 425\nBEGIN;\n    CREATE TABLE t (i int);\n    INSERT INTO t VALUES(42), (24);\nCOMMIT;\nSELECT * FROM t LIMIT -1;\n"] [error="line 6 column 24 near \"-1;\n\" "] [errorVerbose="line 6 column 24 near \"-1;\n\" \ngithub.com/pingcap/errors.AddStack\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/errors.go:174\ngithub.com/pingcap/errors.Trace\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/juju_adaptor.go:15\ngithub.com/pingcap/parser.(*Parser).Parse\n\t/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20190903084634-0daf3f706c76/yy_parser.go:150\ngithub.com/pingcap/tidb/session.Parse\n\t/go/pkg/mod/github.com/pingcap/tidb@v1.1.0-beta.0.20190911032414-d88cd749f56d/session/tidb.go:143\nmain.runTest\n\t/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/tidb_test/main.go:289\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]
.............[2024/05/06 11:37:20.939 +08:00] [WARN] [tidb.go:148] [compiling] [source="drop database test; create database test;  use test; \n     BEGIN;\n\t\tCREATE TABLE department (\n\t\t\tDepartmentID   int,\n\t\t\tDepartmentName text\n\t\t);\n\t\tINSERT INTO department VALUES\n\t\t\t(31, \"Sales\"),\n\t\t\t(33, \"Engineering\"),\n\t\t\t(34, \"Clerical\"),\n\t\t\t(35, \"Marketing\")\n\t\t;\n\t\tCREATE TABLE employee (\n\t\t\tLastName     text,\n\t\t\tDepartmentID int\n\t\t);\n\t\tINSERT INTO employee VALUES\n\t\t\t(\"Rafferty\", 31),\n\t\t\t(\"Jones\", 33),\n\t\t\t(\"Heisenberg\", 33),\n\t\t\t(\"Robinson\", 34),\n\t\t\t(\"Smith\", 34),\n\t\t\t(\"Williams\", NULL)\n\t\t;\n     COMMIT;\n-- S 50\nSELECT * FROM;\n"] [error="line 27 column 15 near \";\n\" "] [errorVerbose="line 27 column 15 near \";\n\" \ngithub.com/pingcap/errors.AddStack\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/errors.go:174\ngithub.com/pingcap/errors.Trace\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/juju_adaptor.go:15\ngithub.com/pingcap/parser.(*Parser).Parse\n\t/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20190903084634-0daf3f706c76/yy_parser.go:150\ngithub.com/pingcap/tidb/session.Parse\n\t/go/pkg/mod/github.com/pingcap/tidb@v1.1.0-beta.0.20190911032414-d88cd749f56d/session/tidb.go:143\nmain.runTest\n\t/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/tidb_test/main.go:289\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]
...............[2024/05/06 11:37:21.240 +08:00] [WARN] [tidb.go:148] [compiling] [source="drop database test; create database test;  use test; \n     BEGIN;\n\t\tCREATE TABLE department (\n\t\t\tDepartmentID   int,\n\t\t\tDepartmentName text\n\t\t);\n\t\tINSERT INTO department VALUES\n\t\t\t(31, \"Sales\"),\n\t\t\t(33, \"Engineering\"),\n\t\t\t(34, \"Clerical\"),\n\t\t\t(35, \"Marketing\")\n\t\t;\n\t\tCREATE TABLE employee (\n\t\t\tLastName     text,\n\t\t\tDepartmentID int\n\t\t);\n\t\tINSERT INTO employee VALUES\n\t\t\t(\"Rafferty\", 31),\n\t\t\t(\"Jones\", 33),\n\t\t\t(\"Heisenberg\", 33),\n\t\t\t(\"Robinson\", 34),\n\t\t\t(\"Smith\", 34),\n\t\t\t(\"Williams\", NULL)\n\t\t;\n     COMMIT;\n-- S 53\nSELECT none FROM (\n\tSELECT * FROM employee\n\tSELECT * FROM department\n);\n"] [error="line 29 column 8 near \"SELECT * FROM department\n);\n\" "] [errorVerbose="line 29 column 8 near \"SELECT * FROM department\n);\n\" \ngithub.com/pingcap/errors.AddStack\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/errors.go:174\ngithub.com/pingcap/errors.Trace\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/juju_adaptor.go:15\ngithub.com/pingcap/parser.(*Parser).Parse\n\t/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20190903084634-0daf3f706c76/yy_parser.go:150\ngithub.com/pingcap/tidb/session.Parse\n\t/go/pkg/mod/github.com/pingcap/tidb@v1.1.0-beta.0.20190911032414-d88cd749f56d/session/tidb.go:143\nmain.runTest\n\t/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/tidb_test/main.go:289\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]

2024/05/06 11:37:22 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/upsert_test.go:284 Error 1062: Duplicate entry '259' for key 'users.PRIMARY'
[0.715ms] [rows:0] INSERT INTO `users` (`created_at`,`updated_at`,`deleted_at`,`name`,`age`,`birthday`,`company_id`,`manager_id`,`active`,`id`) VALUES ('2024-05-06 11:37:22.177','2024-05-06 11:37:22.189',NULL,'find or create 4',44,NULL,NULL,NULL,false,259)
PASS
ok  	gorm.io/gorm/tests	15.652s
gormtest end
[Pipeline] }
[Pipeline] // container
[Pipeline] }
Cache not saved (ws/jenkins-pingcap-tidb-merged_integration_common_test-1064/tidb-test already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
...........................................................................................................................................................................................................[2024/05/06 11:37:25.731 +08:00] [WARN] [tidb.go:148] [compiling] [source="drop database test; create database test;  use test; -- 710\nBEGIN;\n    CREATE TABLE t (i TEXT) DEFAULT CHARSET Badcharset;\nCOMMIT;\n"] [error="[parser:1115]Unknown character set: 'Badcharset'"] [errorVerbose="[parser:1115]Unknown character set: 'Badcharset'\ngithub.com/pingcap/errors.AddStack\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/errors.go:174\ngithub.com/pingcap/parser/terror.(*Error).GenWithStackByArgs\n\t/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20190903084634-0daf3f706c76/terror/terror.go:238\ngithub.com/pingcap/parser.yyParse\n\t/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20190903084634-0daf3f706c76/parser.go:14055\ngithub.com/pingcap/parser.(*Parser).Parse\n\t/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20190903084634-0daf3f706c76/yy_parser.go:141\ngithub.com/pingcap/tidb/session.Parse\n\t/go/pkg/mod/github.com/pingcap/tidb@v1.1.0-beta.0.20190911032414-d88cd749f56d/session/tidb.go:143\nmain.runTest\n\t/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/tidb_test/main.go:289\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]
.....................................................................................
Great, All tests passed
TIDB TEST END
TIDB TEST FINISHED SUCCESSFULLY!
[Pipeline] }
[Pipeline] // container
[Pipeline] }
Cache not saved (ws/jenkins-pingcap-tidb-merged_integration_common_test-1064/tidb-test already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
2024/05/06 11:37:26 testing mysql...

2024/05/06 11:37:26 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_belongs_to_test.go:139 Error 1452: Cannot add or update a child row: a foreign key constraint fails (`test`.`users`, CONSTRAINT `fk_users_company` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`))
[1.333ms] [rows:0] INSERT INTO `users` (`created_at`,`updated_at`,`deleted_at`,`name`,`age`,`birthday`,`company_id`,`manager_id`,`active`) VALUES ('2024-05-06 11:37:26.794','2024-05-06 11:37:26.794',NULL,'invalid-user-with-invalid-belongs-to-foreign-key',0,NULL,10000001,NULL,false)

2024/05/06 11:37:27 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_many2many_test.go:99 Error 1452: Cannot add or update a child row: a foreign key constraint fails (`test`.`user_speaks`, CONSTRAINT `fk_user_speaks_language` FOREIGN KEY (`language_code`) REFERENCES `languages` (`code`))
[1.058ms] [rows:0] INSERT INTO `user_speaks` (`user_id`,`language_code`) VALUES (53,'many2many_omit_associations_locale_1'),(53,'many2many_omit_associations_locale_2') ON DUPLICATE KEY UPDATE `user_id`=`user_id`

2024/05/06 11:37:27 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_many2many_test.go:99 Error 1452: Cannot add or update a child row: a foreign key constraint fails (`test`.`user_speaks`, CONSTRAINT `fk_user_speaks_language` FOREIGN KEY (`language_code`) REFERENCES `languages` (`code`))
[2.720ms] [rows:1] INSERT INTO `users` (`created_at`,`updated_at`,`deleted_at`,`name`,`age`,`birthday`,`company_id`,`manager_id`,`active`) VALUES ('2024-05-06 11:37:27.624','2024-05-06 11:37:27.624',NULL,'many2many_omit_associations',18,'2024-05-06 11:37:28',NULL,NULL,false)

2024/05/06 11:37:27 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_many2many_test.go:118 Error 1452: Cannot add or update a child row: a foreign key constraint fails (`test`.`user_speaks`, CONSTRAINT `fk_user_speaks_language` FOREIGN KEY (`language_code`) REFERENCES `languages` (`code`))
[1.252ms] [rows:0] INSERT INTO `user_speaks` (`user_id`,`language_code`) VALUES (53,'omitmany2many') ON DUPLICATE KEY UPDATE `user_id`=`user_id`

2024/05/06 11:37:27 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_many2many_test.go:118 Error 1452: Cannot add or update a child row: a foreign key constraint fails (`test`.`user_speaks`, CONSTRAINT `fk_user_speaks_language` FOREIGN KEY (`language_code`) REFERENCES `languages` (`code`))
[3.165ms] [rows:1] UPDATE `users` SET `updated_at`='2024-05-06 11:37:27.634' WHERE `users`.`deleted_at` IS NULL AND `id` = 53

2024/05/06 11:37:27 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_test.go:66 Error 1048: Column 'member_id' cannot be null
[2.473ms] [rows:0] UPDATE `profiles` SET `member_id`=NULL WHERE `profiles`.`member_id` = 1 AND `profiles`.`deleted_at` IS NULL

2024/05/06 11:37:28 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_test.go:117 record not found
[1.185ms] [rows:0] SELECT * FROM `members` WHERE `members`.`id` = 1 ORDER BY `members`.`id` LIMIT 1

2024/05/06 11:37:28 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_test.go:121 record not found
[0.828ms] [rows:0] SELECT * FROM `profiles` WHERE `profiles`.`id` = 1 AND `profiles`.`id` = 1 ORDER BY `profiles`.`id` LIMIT 1

2024/05/06 11:37:28 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_test.go:171 record not found
[1.080ms] [rows:0] SELECT * FROM `members` WHERE `members`.`id` = 1 ORDER BY `members`.`id` LIMIT 1

2024/05/06 11:37:28 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/associations_test.go:175 record not found
[0.895ms] [rows:0] SELECT * FROM `profiles` WHERE `profiles`.`id` = 1 AND `profiles`.`id` = 1 ORDER BY `profiles`.`id` LIMIT 1

2024/05/06 11:37:28 /usr/local/go/src/reflect/value.go:596
[error] Got error when compile callbacks, got conflicting callback c3 with before c1

2024/05/06 11:37:28 /usr/local/go/src/reflect/value.go:596
[warn] removing callback `c2` from /usr/local/go/src/reflect/value.go:596

2024/05/06 11:37:28 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/connpool_test.go:151 record not found
[1.869ms] [rows:0] SELECT * FROM `users` WHERE name = 'transaction' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:28 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/count_test.go:153 model value required when using preload
[1.325ms] [rows:1] SELECT count(*) FROM `users` WHERE name in ('count-1','count-2','count-3')

2024/05/06 11:37:29 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/create_test.go:352 empty slice found
[0.566ms] [rows:0] INSERT INTO `users` (`created_at`,`updated_at`,`deleted_at`,`name`,`age`,`birthday`,`company_id`,`manager_id`,`active`) VALUES 

2024/05/06 11:37:29 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/create_test.go:357 empty slice found
[0.494ms] [rows:0] INSERT INTO `users` VALUES()

2024/05/06 11:37:29 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/create_test.go:369 slice data #2 is invalid: unsupported data
[0.535ms] [rows:0] INSERT INTO `users` (`created_at`,`updated_at`,`deleted_at`,`name`,`age`,`birthday`,`company_id`,`manager_id`,`active`) VALUES ('2024-05-06 11:37:29.275','2024-05-06 11:37:29.275',NULL,'invalid_slice_1',18,'2024-05-06 11:37:29',NULL,NULL,false),('2024-05-06 11:37:29.275','2024-05-06 11:37:29.275',NULL,'invalid_slice_2',18,'2024-05-06 11:37:29',NULL,NULL,false),()

2024/05/06 11:37:29 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/customize_field_test.go:143 record not found
[2.211ms] [rows:0] SELECT * FROM `customize_field_structs` WHERE `customize_field_structs`.`name` = 'create' AND `customize_field_structs`.`field_readonly` = 'create_allow_readonly' AND `customize_field_structs`.`deleted_at` IS NULL ORDER BY `customize_field_structs`.`id` LIMIT 1

2024/05/06 11:37:29 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/delete_test.go:30 record not found
[1.045ms] [rows:0] SELECT * FROM `users` WHERE id = 231 AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:29 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/delete_test.go:52 WHERE conditions required
[0.567ms] [rows:0] UPDATE `users` SET `deleted_at`='2024-05-06 11:37:29.634' WHERE `users`.`deleted_at` IS NULL

2024/05/06 11:37:29 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/delete_test.go:56 record not found
[1.060ms] [rows:0] SELECT * FROM `users` WHERE id = 230 AND `users`.`deleted_at` IS NULL AND `users`.`id` = 232 ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:29 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/delete_test.go:85 record not found
[0.945ms] [rows:0] SELECT * FROM `deleted_users` WHERE `deleted_users`.`id` = 1 AND `deleted_users`.`deleted_at` IS NULL ORDER BY `deleted_users`.`id` LIMIT 1

2024/05/06 11:37:29 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/delete_test.go:99 record not found
[0.820ms] [rows:0] SELECT * FROM `deleted_users` WHERE `deleted_users`.`id` = 1 ORDER BY `deleted_users`.`id` LIMIT 1

2024/05/06 11:37:29 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/delete_test.go:111 record not found
[2.532ms] [rows:0] SELECT * FROM `users` WHERE name = 'inline_delete_1' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:29 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/delete_test.go:117 record not found
[2.291ms] [rows:0] SELECT * FROM `users` WHERE name = 'inline_delete_2' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:29 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/delete_test.go:123 WHERE conditions required
[0.478ms] [rows:0] UPDATE `users` SET `deleted_at`='2024-05-06 11:37:29.708' WHERE `users`.`deleted_at` IS NULL

2024/05/06 11:37:32 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/embedded_struct_test.go:165 SLOW SQL >= 200ms
[2007.244ms] [rows:0] ALTER TABLE `user_friends` ADD CONSTRAINT `fk_user_friends_advanced_user` FOREIGN KEY (`advanced_user_id`) REFERENCES `advanced_users`(`id`)

2024/05/06 11:37:32 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/hooks_test.go:133 record not found
[1.004ms] [rows:0] SELECT * FROM `products` WHERE Code = 'unique_code' AND `products`.`deleted_at` IS NULL AND `products`.`id` = 1 ORDER BY `products`.`id` LIMIT 1

2024/05/06 11:37:32 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/hooks_test.go:156 record not found
[1.267ms] [rows:0] SELECT * FROM `products` WHERE code = 'Invalid' AND `products`.`deleted_at` IS NULL ORDER BY `products`.`id` LIMIT 1

2024/05/06 11:37:32 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/hooks_test.go:176 record not found
[1.536ms] [rows:0] SELECT * FROM `products` WHERE code = 'dont_update' AND `products`.`deleted_at` IS NULL ORDER BY `products`.`id` LIMIT 1

2024/05/06 11:37:32 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/hooks_test.go:196 can't save
[1.789ms] [rows:1] INSERT INTO `products` (`created_at`,`updated_at`,`deleted_at`,`name`,`code`,`price`,`after_find_call_times`,`before_create_call_times`,`after_create_call_times`,`before_update_call_times`,`after_update_call_times`,`before_save_call_times`,`after_save_call_times`,`before_delete_call_times`,`after_delete_call_times`) VALUES ('2024-05-06 11:37:32.614','2024-05-06 11:37:32.614',NULL,'','after_save_error',100.000000,0,1,0,0,0,1,0,0,0)

2024/05/06 11:37:32 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/hooks_test.go:197 record not found
[1.496ms] [rows:0] SELECT * FROM `products` WHERE code = 'after_save_error' AND `products`.`deleted_at` IS NULL ORDER BY `products`.`id` LIMIT 1

2024/05/06 11:37:32 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/hooks_test.go:207 can't delete
[1.644ms] [rows:1] UPDATE `products` SET `deleted_at`='2024-05-06 11:37:32.621' WHERE `products`.`id` = 4 AND `products`.`deleted_at` IS NULL

2024/05/06 11:37:32 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/hooks_test.go:485 invalid item
[3.262ms] [rows:1] INSERT INTO `product4` (`created_at`,`updated_at`,`deleted_at`,`name`,`code`,`price`,`owner`) VALUES ('2024-05-06 11:37:32.897','2024-05-06 11:37:32.897',NULL,'Product-1','',100,'')

2024/05/06 11:37:32 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/hooks_test.go:489 record not found
[1.233ms] [rows:0] SELECT * FROM `product4` WHERE name = 'Product-1' AND `product4`.`deleted_at` IS NULL ORDER BY `product4`.`id` LIMIT 1

2024/05/06 11:37:33 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/joins_test.go:82 record not found
[7.338ms] [rows:0] SELECT `users`.`id`,`users`.`created_at`,`users`.`updated_at`,`users`.`deleted_at`,`users`.`name`,`users`.`age`,`users`.`birthday`,`users`.`company_id`,`users`.`manager_id`,`users`.`active` FROM `users` inner join pets on pets.user_id = users.id AND pets.name = 'joins-conds_pet_1' join accounts on accounts.user_id = users.id AND accounts.number = 'joins-conds_accountnon-exist' WHERE users.name = 'joins-conds' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:33 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/joins_test.go:107 dry run mode unsupported
[0.027ms] [rows:0] SELECT id, name, iv.total, iv.paid, iv.balance FROM `table_employees` LEFT JOIN (SELECT seller, SUM(total) as total, SUM(paid) as paid, SUM(balance) as balance FROM `table_invoices` GROUP BY `seller`) AS iv ON iv.seller = table_employees.id

2024/05/06 11:37:33 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/main_test.go:19 Error 1054: Unknown column 'sdsd.zaaa' in 'where clause'
[0.482ms] [rows:0] SELECT `aaa` FROM `users` WHERE sdsd.zaaa = 'sd;;;aa' AND `users`.`deleted_at` IS NULL

2024/05/06 11:37:33 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/main_test.go:23 Error 1054: Unknown column 'sdsd.zaaa' in 'where clause'
[0.327ms] [rows:0] SELECT * FROM `users` WHERE sdsd.zaaa = 'sd;;;aa' AND `users`.`deleted_at` IS NULL

2024/05/06 11:37:33 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/main_test.go:33 record not found
[2.907ms] [rows:0] SELECT * FROM `users` WHERE name = 'jinzhu; delete * from users' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:36 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/migrate_test.go:278 SLOW SQL >= 200ms
[1348.170ms] [rows:0] CREATE INDEX `idx_index_structs_name` ON `index_structs`(`name`)

2024/05/06 11:37:37 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/migrate_test.go:294 SLOW SQL >= 200ms
[1332.829ms] [rows:0] CREATE INDEX `idx_index_structs_name` ON `index_structs`(`name`)

2024/05/06 11:37:42 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/named_argument_test.go:72 record not found
[1.788ms] [rows:0] SELECT * FROM `named_users` WHERE (name1 = 'jinzhu-new' OR name2 = 'jinzhu-new') AND name3 = 'jinzhu-new3' AND `named_users`.`deleted_at` IS NULL ORDER BY `named_users`.`id` LIMIT 1

2024/05/06 11:37:42 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/named_argument_test.go:79 record not found
[1.577ms] [rows:0] SELECT * FROM `named_users` WHERE (name1 = 'jinzhu-new' OR name2 = 'jinzhu-new') AND `named_users`.`deleted_at` IS NULL ORDER BY `named_users`.`id` LIMIT 1

2024/05/06 11:37:42 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/preload_suits_test.go:56 record not found
[1.191ms] [rows:0] SELECT * FROM `level3` WHERE name = 'not_found' AND `level3`.`id` = 1 ORDER BY `level3`.`id` LIMIT 1

2024/05/06 11:37:46 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/preload_suits_test.go:941 record not found
[1.079ms] [rows:0] SELECT * FROM `level3` WHERE value = 'not_found' AND `level3`.`id` = 1 ORDER BY `level3`.`id` LIMIT 1

2024/05/06 11:37:46 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/preload_suits_test.go:996 record not found
[0.846ms] [rows:0] SELECT * FROM `level3` WHERE value = 'not_found' AND `level3`.`id` = 1 ORDER BY `level3`.`id` LIMIT 1

2024/05/06 11:37:47 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/preload_suits_test.go:1268 record not found
[0.954ms] [rows:0] SELECT * FROM `level2` WHERE value = 'bogus' ORDER BY `level2`.`id` LIMIT 1

2024/05/06 11:37:50 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/query_test.go:378 Error 1146: Table 'test.wrong_table' doesn't exist
[0.227ms] [rows:0] SELECT * FROM `wrong_table` WHERE name = 'find_in_batches_with_error' AND `wrong_table`.`deleted_at` IS NULL ORDER BY `wrong_table`.`id` LIMIT 2

2024/05/06 11:37:50 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/query_test.go:1007 Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your TiDB version for the right syntax to use line 1 column 97 near "OFFSET 3" 
[0.382ms] [rows:20] SELECT * FROM `users` WHERE name like 'OffsetUser%' AND `users`.`deleted_at` IS NULL ORDER BY age desc OFFSET 3

2024/05/06 11:37:50 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/query_test.go:1169 sql: Scan error on column index 0, name "avgage": unsupported Scan, storing driver.Value type []uint8 into type *tests.User; sql: Scan error on column index 0, name "avgage": unsupported Scan, storing driver.Value type []uint8 into type *tests.User
[3.617ms] [rows:2] SELECT AVG(age) as avgage FROM `users` WHERE name LIKE 'subquery_having%' AND `users`.`deleted_at` IS NULL GROUP BY `name` HAVING AVG(age) > (SELECT AVG(age) FROM `users` WHERE name LIKE 'subquery_having%')

2024/05/06 11:37:51 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/scanner_valuer_test.go:123 sql: converting argument $11 type: Should not start with 'x'
[0.488ms] [rows:0] INSERT INTO `scanner_valuer_structs` (`created_at`,`updated_at`,`deleted_at`,`name`,`gender`,`age`,`male`,`height`,`birthday`,`allergen`,`password`,`bytes`,`num`,`strings`,`structs`,`role`,`user_id`,`empty_time`,`example_struct`,`example_struct_ptr`) VALUES ('2024-05-06 11:37:51.101','2024-05-06 11:37:51.101',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','0','null','null','',NULL,'2024-05-06 11:37:51.1','{"Name":"","Val":"value1"}','{"Name":"","Val":"value2"}')

2024/05/06 11:37:51 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/scanner_valuer_test.go:132 sql: converting argument $1 type: Should not start with 'x'
[0.417ms] [rows:0] UPDATE `scanner_valuer_structs` SET `password`=NULL,`updated_at`='2024-05-06 11:37:51.105' WHERE `scanner_valuer_structs`.`deleted_at` IS NULL AND `id` = 1

2024/05/06 11:37:53 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/scopes_test.go:54 SLOW SQL >= 200ms
[1458.540ms] [rows:0] ALTER TABLE `custom_table` ADD CONSTRAINT `fk_custom_table_manager` FOREIGN KEY (`manager_id`) REFERENCES `users`(`id`)

2024/05/06 11:37:54 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/scopes_test.go:54 SLOW SQL >= 200ms
[1426.097ms] [rows:0] ALTER TABLE `custom_table` ADD CONSTRAINT `fk_custom_table_company` FOREIGN KEY (`company_id`) REFERENCES `companies`(`id`)
PASS
ok  	github.com/pingcap/tidb-test/go-sql-test/sqltest	5.313s

2024/05/06 11:37:55 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/scopes_test.go:54 SLOW SQL >= 200ms
[1338.718ms] [rows:0] CREATE INDEX `idx_custom_table_deleted_at` ON `custom_table`(`deleted_at`)

2024/05/06 11:37:56 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/soft_delete_test.go:42 record not found
[2.131ms] [rows:0] SELECT * FROM `users` WHERE name = 'SoftDelete' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:56 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/soft_delete_test.go:71 record not found
[1.575ms] [rows:0] SELECT * FROM `users` WHERE name = 'SoftDelete' ORDER BY `users`.`id` LIMIT 1
[mysql] 2024/05/06 11:37:56 packets.go:122: closing bad idle connection: EOF

2024/05/06 11:37:56 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/sql_builder_test.go:99 record not found
[2.085ms] [rows:0] SELECT * FROM `users` WHERE name in ('ExecRawSqlUser1','ExecRawSqlUser2','ExecRawSqlUser3') AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:56 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/transaction_test.go:40 record not found
[1.926ms] [rows:0] SELECT * FROM `users` WHERE name = 'transaction' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:56 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/transaction_test.go:109 record not found
[1.998ms] [rows:0] SELECT * FROM `users` WHERE name = 'transaction-block' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:56 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/transaction_test.go:146 record not found
[2.338ms] [rows:0] SELECT * FROM `users` WHERE name = 'transaction-block-3' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:56 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/transaction_test.go:192 record not found
[2.068ms] [rows:0] SELECT * FROM `users` WHERE name = 'transaction-save-point-1' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:56 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/transaction_test.go:215 record not found
[2.111ms] [rows:0] SELECT * FROM `users` WHERE name = 'transaction-save-point-1' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:56 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/transaction_test.go:250 record not found
[1.948ms] [rows:0] SELECT * FROM `users` WHERE name = 'transaction-nested-1' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1

2024/05/06 11:37:56 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/transaction_test.go:278 record not found
[1.723ms] [rows:0] SELECT * FROM `users` WHERE name = 'transaction-nested-1' AND `users`.`deleted_at` IS NULL ORDER BY `users`.`id` LIMIT 1
2024/05/06 11:37:56 testing mysql...

2024/05/06 11:37:58 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/update_test.go:236 WHERE conditions required
[0.429ms] [rows:0] UPDATE `users` SET `name`='jinzhu',`updated_at`='2024-05-06 11:37:58.788' WHERE `users`.`deleted_at` IS NULL
[mysql] 2024/05/06 11:37:59 packets.go:122: closing bad idle connection: EOF
[mysql] 2024/05/06 11:38:02 packets.go:122: closing bad idle connection: EOF
[mysql] 2024/05/06 11:38:02 packets.go:174: failed to write

2024/05/06 11:38:02 /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/gorm_test/gorm/tests/upsert_test.go:284 Error 1062: Duplicate entry '259' for key 'users.PRIMARY'
[1.492ms] [rows:0] INSERT INTO `users` (`created_at`,`updated_at`,`deleted_at`,`name`,`age`,`birthday`,`company_id`,`manager_id`,`active`,`id`) VALUES ('2024-05-06 11:38:02.236','2024-05-06 11:38:02.25',NULL,'find or create 4',44,NULL,NULL,NULL,false,259)
PASS
ok  	gorm.io/gorm/tests	36.072s
gormtest end
[Pipeline] }
[Pipeline] // container
[Pipeline] }
Cache not saved (ws/jenkins-pingcap-tidb-merged_integration_common_test-1064/tidb-test already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
..............................................................................................................................................................................................................................................................................................[2024/05/06 11:38:07.781 +08:00] [WARN] [tidb.go:148] [compiling] [source="drop database test; create database test;  use test; -- 418\nBEGIN;\n    CREATE TABLE t (i int);\n    INSERT INTO t VALUES(42), (24);\nCOMMIT;\nSELECT * FROM t LIMIT 10 OFFSET -1;\n"] [error="line 6 column 34 near \"-1;\n\" "] [errorVerbose="line 6 column 34 near \"-1;\n\" \ngithub.com/pingcap/errors.AddStack\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/errors.go:174\ngithub.com/pingcap/errors.Trace\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/juju_adaptor.go:15\ngithub.com/pingcap/parser.(*Parser).Parse\n\t/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20190903084634-0daf3f706c76/yy_parser.go:150\ngithub.com/pingcap/tidb/session.Parse\n\t/go/pkg/mod/github.com/pingcap/tidb@v1.1.0-beta.0.20190911032414-d88cd749f56d/session/tidb.go:143\nmain.runTest\n\t/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/tidb_test/main.go:289\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]
......[2024/05/06 11:38:08.414 +08:00] [WARN] [tidb.go:148] [compiling] [source="drop database test; create database test;  use test; -- 425\nBEGIN;\n    CREATE TABLE t (i int);\n    INSERT INTO t VALUES(42), (24);\nCOMMIT;\nSELECT * FROM t LIMIT -1;\n"] [error="line 6 column 24 near \"-1;\n\" "] [errorVerbose="line 6 column 24 near \"-1;\n\" \ngithub.com/pingcap/errors.AddStack\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/errors.go:174\ngithub.com/pingcap/errors.Trace\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/juju_adaptor.go:15\ngithub.com/pingcap/parser.(*Parser).Parse\n\t/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20190903084634-0daf3f706c76/yy_parser.go:150\ngithub.com/pingcap/tidb/session.Parse\n\t/go/pkg/mod/github.com/pingcap/tidb@v1.1.0-beta.0.20190911032414-d88cd749f56d/session/tidb.go:143\nmain.runTest\n\t/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/tidb_test/main.go:289\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]
[mysql] 2024/05/06 11:38:08 statement.go:54: invalid connection
.....................................................[2024/05/06 11:38:14.490 +08:00] [WARN] [tidb.go:148] [compiling] [source="drop database test; create database test;  use test; -- 479\nSELECT Name, Unique FROM __Index;\n"] [error="line 2 column 20 near \"Unique FROM __Index;\n\" "] [errorVerbose="line 2 column 20 near \"Unique FROM __Index;\n\" \ngithub.com/pingcap/errors.AddStack\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/errors.go:174\ngithub.com/pingcap/errors.Trace\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/juju_adaptor.go:15\ngithub.com/pingcap/parser.(*Parser).Parse\n\t/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20190903084634-0daf3f706c76/yy_parser.go:150\ngithub.com/pingcap/tidb/session.Parse\n\t/go/pkg/mod/github.com/pingcap/tidb@v1.1.0-beta.0.20190911032414-d88cd749f56d/session/tidb.go:143\nmain.runTest\n\t/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/tidb_test/main.go:289\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]
[mysql] 2024/05/06 11:38:30 packets.go:59: malformed packet
[mysql] 2024/05/06 11:38:30 packets.go:37: connection is closed
[mysql] 2024/05/06 11:38:30 packets.go:37: too many reads
PASS
ok  	github.com/go-sql-driver/mysql	37.218s
gosqltest end
[Pipeline] }
[Pipeline] // container
[Pipeline] }
Cache not saved (ws/jenkins-pingcap-tidb-merged_integration_common_test-1064/tidb-test already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
./t/generated_columns.test: ok! 499 test cases passed, take time 114.688618386 s
time="2024-05-06T11:38:54+08:00" level=info msg="run test [generated_columns] ok"
time="2024-05-06T11:38:54+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc00019b6c0 {{} {} 0} {0 0} [0xc000315cb0] map[] 0 1 0xc0003cfda0 false map[0xc000315cb0:map[0xc000315cb0:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:38:54+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/greatest.test: ok! 1551 test cases passed, take time 3.38974929 s
time="2024-05-06T11:38:58+08:00" level=info msg="run test [greatest] ok"
time="2024-05-06T11:38:58+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc00019a3f0 {{} {} 0} {0 0} [0xc00074a990] map[] 0 1 0xc0004fb2c0 false map[0xc00074a990:map[0xc00074a990:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:38:58+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ifnull.test: ok! 1178 test cases passed, take time 2.712939146 s
time="2024-05-06T11:39:00+08:00" level=info msg="run test [ifnull] ok"
time="2024-05-06T11:39:00+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc000000048 {{} {} 0} {0 0} [0xc00074a120] map[] 0 1 0xc0004fa120 false map[0xc00074a120:map[0xc00074a120:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:39:00+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/index_join_union_scan.test: ok! 3076 test cases passed, take time 23.311852921 s
time="2024-05-06T11:39:24+08:00" level=info msg="run test [index_join_union_scan] ok"
time="2024-05-06T11:39:24+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc00100f6c0 {{} {} 0} {0 0} [0xc002686090] map[] 0 1 0xc00115dd40 false map[0xc002686090:map[0xc002686090:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:39:24+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/isnull.test: ok! 1551 test cases passed, take time 3.163625589 s
time="2024-05-06T11:39:27+08:00" level=info msg="run test [isnull] ok"
time="2024-05-06T11:39:27+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc00019a450 {{} {} 0} {0 0} [0xc0006d0990] map[] 0 1 0xc000036cc0 false map[0xc0006d0990:map[0xc0006d0990:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:39:27+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/least.test: ok! 1551 test cases passed, take time 3.170362632 s
time="2024-05-06T11:39:30+08:00" level=info msg="run test [least] ok"
time="2024-05-06T11:39:30+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc0000f23e8 {{} {} 0} {0 0} [0xc00071e000] map[] 0 1 0xc0001a73e0 false map[0xc00071e000:map[0xc00071e000:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:39:30+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/partition.test: ok! 791 test cases passed, take time 4.828416949 s
time="2024-05-06T11:39:35+08:00" level=info msg="run test [partition] ok"
time="2024-05-06T11:39:35+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc0000f2358 {{} {} 0} {0 0} [0xc0002e7200] map[] 0 1 0xc0008214a0 false map[0xc0002e7200:map[0xc0002e7200:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:39:35+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/plus.test: ok! 1551 test cases passed, take time 3.061625365 s
time="2024-05-06T11:39:38+08:00" level=info msg="run test [plus] ok"
time="2024-05-06T11:39:38+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc0000006c8 {{} {} 0} {0 0} [0xc000a323f0] map[] 0 1 0xc00023b7a0 false map[0xc000a323f0:map[0xc000a323f0:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:39:38+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/point_get.test: ok! 3076 test cases passed, take time 5.585668283 s
time="2024-05-06T11:39:44+08:00" level=info msg="run test [point_get] ok"
time="2024-05-06T11:39:44+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc00019b030 {{} {} 0} {0 0} [0xc0008501b0] map[] 0 1 0xc000821680 false map[0xc0008501b0:map[0xc0008501b0:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:39:44+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udaf_avg.test: ok! 2551 test cases passed, take time 5.074667903 s
time="2024-05-06T11:39:49+08:00" level=info msg="run test [udaf_avg] ok"
time="2024-05-06T11:39:49+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc00019a550 {{} {} 0} {0 0} [0xc00038d4d0] map[] 0 1 0xc000036ba0 false map[0xc00038d4d0:map[0xc00038d4d0:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:39:49+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udaf_avg_union.test: ok! 1051 test cases passed, take time 3.186892858 s
time="2024-05-06T11:39:52+08:00" level=info msg="run test [udaf_avg_union] ok"
time="2024-05-06T11:39:52+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc0000f27b0 {{} {} 0} {0 0} [0xc0004b2990] map[] 0 1 0xc00040ede0 false map[0xc0004b2990:map[0xc0004b2990:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:39:52+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udaf_bitand.test: ok! 1050 test cases passed, take time 2.567765752 s
time="2024-05-06T11:39:55+08:00" level=info msg="run test [udaf_bitand] ok"
time="2024-05-06T11:39:55+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc0002cac30 {{} {} 0} {0 0} [0xc000810000] map[] 0 1 0xc0003f2c60 false map[0xc000810000:map[0xc000810000:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:39:55+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udaf_bitand_union.test: ok! 1051 test cases passed, take time 3.07634464 s
time="2024-05-06T11:39:58+08:00" level=info msg="run test [udaf_bitand_union] ok"
time="2024-05-06T11:39:58+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc00019a2b8 {{} {} 0} {0 0} [0xc0005fde60] map[] 0 1 0xc0005d43c0 false map[0xc0005fde60:map[0xc0005fde60:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:39:58+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udaf_bitor.test: ok! 1050 test cases passed, take time 2.727629909 s
time="2024-05-06T11:40:01+08:00" level=info msg="run test [udaf_bitor] ok"
time="2024-05-06T11:40:01+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc00019a870 {{} {} 0} {0 0} [0xc000352090] map[] 0 1 0xc0001a7980 false map[0xc000352090:map[0xc000352090:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:40:01+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udaf_bitor_union.test: ok! 1051 test cases passed, take time 3.438190432 s
time="2024-05-06T11:40:04+08:00" level=info msg="run test [udaf_bitor_union] ok"
time="2024-05-06T11:40:04+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc0002ca220 {{} {} 0} {0 0} [0xc00023a000] map[] 0 1 0xc0003f2720 false map[0xc00023a000:map[0xc00023a000:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:40:05+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udaf_bitxor.test: ok! 1050 test cases passed, take time 3.154421354 s
time="2024-05-06T11:40:08+08:00" level=info msg="run test [udaf_bitxor] ok"
time="2024-05-06T11:40:08+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc000810628 {{} {} 0} {0 0} [0xc00044aa20] map[] 0 1 0xc0005d5080 false map[0xc00044aa20:map[0xc00044aa20:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:40:08+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udaf_bitxor_union.test: ok! 1051 test cases passed, take time 3.18103452 s
time="2024-05-06T11:40:11+08:00" level=info msg="run test [udaf_bitxor_union] ok"
time="2024-05-06T11:40:11+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc0000f2790 {{} {} 0} {0 0} [0xc000690000] map[] 0 1 0xc0005d4ae0 false map[0xc000690000:map[0xc000690000:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:40:11+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udaf_count.test: ok! 945 test cases passed, take time 2.4386514679999998 s
time="2024-05-06T11:40:13+08:00" level=info msg="run test [udaf_count] ok"
time="2024-05-06T11:40:13+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc0008100e8 {{} {} 0} {0 0} [0xc0003ba2d0] map[] 0 1 0xc00060e2a0 false map[0xc0003ba2d0:map[0xc0003ba2d0:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:40:14+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udaf_count_union.test: ok! 1051 test cases passed, take time 3.070660541 s
time="2024-05-06T11:40:17+08:00" level=info msg="run test [udaf_count_union] ok"
time="2024-05-06T11:40:17+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc0000f2078 {{} {} 0} {0 0} [0xc00076c3f0] map[] 0 1 0xc0001a6180 false map[0xc00076c3f0:map[0xc00076c3f0:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:40:17+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udaf_group_concat.test: ok! 1551 test cases passed, take time 3.458927501 s
time="2024-05-06T11:40:20+08:00" level=info msg="run test [udaf_group_concat] ok"
time="2024-05-06T11:40:20+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc0002ca5d0 {{} {} 0} {0 0} [0xc000394a20] map[] 0 1 0xc00060eea0 false map[0xc000394a20:map[0xc000394a20:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:40:20+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udaf_max_min.test: ok! 1008 test cases passed, take time 2.380773691 s
time="2024-05-06T11:40:23+08:00" level=info msg="run test [udaf_max_min] ok"
time="2024-05-06T11:40:23+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc0002ca940 {{} {} 0} {0 0} [0xc000198090] map[] 0 1 0xc00060f980 false map[0xc000198090:map[0xc000198090:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:40:23+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udaf_max_min_union.test: ok! 1051 test cases passed, take time 3.214481203 s
time="2024-05-06T11:40:26+08:00" level=info msg="run test [udaf_max_min_union] ok"
time="2024-05-06T11:40:26+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc000000d80 {{} {} 0} {0 0} [0xc0007ca240] map[] 0 1 0xc00060f8c0 false map[0xc0007ca240:map[0xc0007ca240:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:40:26+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udaf_sum.test: ok! 893 test cases passed, take time 2.239890817 s
time="2024-05-06T11:40:28+08:00" level=info msg="run test [udaf_sum] ok"
time="2024-05-06T11:40:28+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc00019a930 {{} {} 0} {0 0} [0xc00037fe60] map[] 0 1 0xc0000376e0 false map[0xc00037fe60:map[0xc00037fe60:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:40:28+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udaf_sum_union.test: ok! 1051 test cases passed, take time 3.162164788 s
time="2024-05-06T11:40:31+08:00" level=info msg="run test [udaf_sum_union] ok"
time="2024-05-06T11:40:31+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc0002cac58 {{} {} 0} {0 0} [0xc000198090] map[] 0 1 0xc000037c80 false map[0xc000198090:map[0xc000198090:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:40:32+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udf_abs.test: ok! 1051 test cases passed, take time 2.432630385 s
time="2024-05-06T11:40:34+08:00" level=info msg="run test [udf_abs] ok"
time="2024-05-06T11:40:34+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc000ba60c0 {{} {} 0} {0 0} [0xc0005b3440] map[] 0 1 0xc000036480 false map[0xc0005b3440:map[0xc0005b3440:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:40:34+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udf_acos.test: ok! 1051 test cases passed, take time 2.634663742 s
time="2024-05-06T11:40:37+08:00" level=info msg="run test [udf_acos] ok"
time="2024-05-06T11:40:37+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc0002ca4c0 {{} {} 0} {0 0} [0xc000562750] map[] 0 1 0xc0001a6e40 false map[0xc000562750:map[0xc000562750:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:40:37+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udf_asin.test: ok! 1033 test cases passed, take time 2.831824061 s
time="2024-05-06T11:40:40+08:00" level=info msg="run test [udf_asin] ok"
time="2024-05-06T11:40:40+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc00019a6c8 {{} {} 0} {0 0} [0xc0003a9830] map[] 0 1 0xc000037860 false map[0xc0003a9830:map[0xc0003a9830:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:40:40+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udf_ceil.test: ok! 1051 test cases passed, take time 2.9834190879999998 s
time="2024-05-06T11:40:43+08:00" level=info msg="run test [udf_ceil] ok"
time="2024-05-06T11:40:43+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc0000f23b0 {{} {} 0} {0 0} [0xc0003170e0] map[] 0 1 0xc000baacc0 false map[0xc0003170e0:map[0xc0003170e0:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:40:43+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udf_div.test: ok! 1051 test cases passed, take time 2.728192601 s
time="2024-05-06T11:40:46+08:00" level=info msg="run test [udf_div] ok"
time="2024-05-06T11:40:46+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc000000630 {{} {} 0} {0 0} [0xc000660360] map[] 0 1 0xc000bab080 false map[0xc000660360:map[0xc000660360:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:40:46+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udf_floor.test: ok! 1051 test cases passed, take time 3.28207678 s
time="2024-05-06T11:40:49+08:00" level=info msg="run test [udf_floor] ok"
time="2024-05-06T11:40:49+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc00019a530 {{} {} 0} {0 0} [0xc000661a70] map[] 0 1 0xc0001a6c00 false map[0xc000661a70:map[0xc000661a70:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:40:49+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udf_is_true_false.test: ok! 1051 test cases passed, take time 3.190168548 s
time="2024-05-06T11:40:52+08:00" level=info msg="run test [udf_is_true_false] ok"
time="2024-05-06T11:40:52+08:00" level=warning msg="Create new db&{{{} {} 0} 0xc00019a8f8 {{} {} 0} {0 0} [0xc000629290] map[] 0 1 0xc0001a7da0 false map[0xc000629290:map[0xc000629290:true]] map[] 0 0 0 0 <nil> 0 0 0 0 0x4959a0}"
time="2024-05-06T11:40:52+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/udf_logic_xor.test: ok! 1051 test cases passed, take time 3.086188537 s
time="2024-05-06T11:40:55+08:00" level=info msg="run test [udf_logic_xor] ok"

Great, All tests passed
RANDGEN TEST FINISHED SUCCESSFULLY!
[Pipeline] }
[Pipeline] // container
[Pipeline] }
Cache not saved (ws/jenkins-pingcap-tidb-merged_integration_common_test-1064/tidb-test already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
......................................................................................................................................................................................................[2024/05/06 11:41:56.826 +08:00] [WARN] [tidb.go:148] [compiling] [source="drop database test; create database test;  use test; -- 710\nBEGIN;\n    CREATE TABLE t (i TEXT) DEFAULT CHARSET Badcharset;\nCOMMIT;\n"] [error="[parser:1115]Unknown character set: 'Badcharset'"] [errorVerbose="[parser:1115]Unknown character set: 'Badcharset'\ngithub.com/pingcap/errors.AddStack\n\t/go/pkg/mod/github.com/pingcap/errors@v0.11.4/errors.go:174\ngithub.com/pingcap/parser/terror.(*Error).GenWithStackByArgs\n\t/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20190903084634-0daf3f706c76/terror/terror.go:238\ngithub.com/pingcap/parser.yyParse\n\t/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20190903084634-0daf3f706c76/parser.go:14055\ngithub.com/pingcap/parser.(*Parser).Parse\n\t/go/pkg/mod/github.com/pingcap/parser@v0.0.0-20190903084634-0daf3f706c76/yy_parser.go:141\ngithub.com/pingcap/tidb/session.Parse\n\t/go/pkg/mod/github.com/pingcap/tidb@v1.1.0-beta.0.20190911032414-d88cd749f56d/session/tidb.go:143\nmain.runTest\n\t/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_common_test/tidb-test/tidb_test/main.go:289\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]
.............................
Great, All tests passed
TIDB TEST END
TIDB TEST FINISHED SUCCESSFULLY!
[Pipeline] }
[Pipeline] // container
[Pipeline] }
Cache not saved (ws/jenkins-pingcap-tidb-merged_integration_common_test-1064/tidb-test already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS