Saturday, September 19, 2026

mariadbd: backwards memcpy

With the fixed mariadb.port.mk, I was trying to run p5-DBIx-Class-Schema-Loader. However, it is getting a SIGABORT and I see "mariadbd: backwards memcpy" in /var/log/messages. I see this on both my sparc64 and amd64 with very recent snapshots. I'm not quite sure how to reproduce outside of that test, but it seems quite reliable. Here is the test.log from the failing test. rm -Rf /usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/testdb-pg; export SCHEMA_LOADER_TESTS_BACKCOMPAT=Yes TEST_POD=Yes DBICTEST_PG_DSN='dbi:Pg:dbname=dbix_class_schema_loader_test' DBICTEST_PG_USER=_pbuild DBICTEST_PG_PASS=1 DBICTEST_MYSQL_DSN='dbi:mysql:database=dbix_class_schema_loader_test;mysql_socket=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/mariadb.sock' DBICTEST_MYSQL_USER=root DBICTEST_MYSQL_PASS=1 DBICTEST_MYSQL_INNODB=1 PERL_MM_OPT="INSTALLSITELIB="/usr/local/libdata/perl5/site_perl" INSTALLSITEARCH="/usr/local/libdata/perl5/site_perl/sparc64-openbsd" INSTALLPRIVLIB="/usr/./libdata/perl5" INSTALLARCHLIB="\${INSTALLPRIVLIB}/sparc64-openbsd" INSTALLMAN1DIR="/usr/local/man/man1" INSTALLMAN3DIR="/usr/local/man/man3p" INSTALLBIN="${LOCALBASE}/bin" INSTALLSCRIPT="${INSTALLBIN}"" PERL_MM_USE_DEFAULT=1 PORTSDIR="/usr/ports" LIBTOOL="/usr/bin/libtool" PATH='/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin' PREFIX='/usr/local' LOCALBASE='/usr/local' X11BASE='/usr/X11R6' CFLAGS='-O2 -pipe' TRUEPREFIX='/usr/local' DESTDIR='' HOME='/p5-DBIx-Class-Schema-Loader-0.07053_writes_to_HOME' PICFLAG="-fPIC" BINGRP=bin BINOWN=root BINMODE=755 NONBINMODE=644 DIRMODE=755 INSTALL_COPY=-c INSTALL_STRIP=-s MANGRP=bin MANOWN=root MANMODE=644 BSD_INSTALL_PROGRAM="/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/bin/install -c -s -m 755" BSD_INSTALL_SCRIPT="/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/bin/install -c -m 755" BSD_INSTALL_DATA="/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/bin/install -c -m 644" BSD_INSTALL_MAN="/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/bin/install -c -m 644" BSD_INSTALL_PROGRAM_DIR="/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/bin/install -d -m 755" BSD_INSTALL_SCRIPT_DIR="/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/bin/install -d -m 755" BSD_INSTALL_DATA_DIR="/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/bin/install -d -m 755" BSD_INSTALL_MAN_DIR="/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/bin/install -d -m 755" PERL_USE_UNSAFE_INC=1 PGDATA=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/testdb-pg PGHOST=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053 PGDATABASE=dbix_class_schema_loader_test MYSQL_HOME=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053 MYSQL_HOST=localhost MYSQL_UNIX_PORT=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/mariadb.sock; /usr/local/bin/initdb -D /usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/testdb-pg -A trust --locale=C -E UTF8 --nosync; /usr/local/bin/pg_ctl start -w -D /usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/testdb-pg -l /usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/pg-test.log -o "-F -h '' -k /usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053"; /usr/local/bin/createuser -s postgres || (/usr/local/bin/pg_ctl stop -D /usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/testdb-pg -m i && exit 1); export PGUSER=postgres; /usr/local/bin/createdb dbix_class_schema_loader_test || (/usr/local/bin/pg_ctl stop -D /usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/testdb-pg -m i && exit 1); set +e; cd /usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/DBIx-Class-Schema-Loader-0.07053; ( rm -Rf /usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/testdb-mariadb; printf "[mysqld]\ninnodb_buffer_pool_size_max=512m\n" > /usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/mariadb-default-my.cnf; export SCHEMA_LOADER_TESTS_BACKCOMPAT=Yes TEST_POD=Yes DBICTEST_PG_DSN='dbi:Pg:dbname=dbix_class_schema_loader_test' DBICTEST_PG_USER=_pbuild DBICTEST_PG_PASS=1 DBICTEST_MYSQL_DSN='dbi:mysql:database=dbix_class_schema_loader_test;mysql_socket=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/mariadb.sock' DBICTEST_MYSQL_USER=root DBICTEST_MYSQL_PASS=1 DBICTEST_MYSQL_INNODB=1 PERL_MM_OPT="INSTALLSITELIB="/usr/local/libdata/perl5/site_perl" INSTALLSITEARCH="/usr/local/libdata/perl5/site_perl/sparc64-openbsd" INSTALLPRIVLIB="/usr/./libdata/perl5" INSTALLARCHLIB="\${INSTALLPRIVLIB}/sparc64-openbsd" INSTALLMAN1DIR="/usr/local/man/man1" INSTALLMAN3DIR="/usr/local/man/man3p" INSTALLBIN="${LOCALBASE}/bin" INSTALLSCRIPT="${INSTALLBIN}"" PERL_MM_USE_DEFAULT=1 PORTSDIR="/usr/ports" LIBTOOL="/usr/bin/libtool" PATH='/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin' PREFIX='/usr/local' LOCALBASE='/usr/local' X11BASE='/usr/X11R6' CFLAGS='-O2 -pipe' TRUEPREFIX='/usr/local' DESTDIR='' HOME='/p5-DBIx-Class-Schema-Loader-0.07053_writes_to_HOME' PICFLAG="-fPIC" BINGRP=bin BINOWN=root BINMODE=755 NONBINMODE=644 DIRMODE=755 INSTALL_COPY=-c INSTALL_STRIP=-s MANGRP=bin MANOWN=root MANMODE=644 BSD_INSTALL_PROGRAM="/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/bin/install -c -s -m 755" BSD_INSTALL_SCRIPT="/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/bin/install -c -m 755" BSD_INSTALL_DATA="/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/bin/install -c -m 644" BSD_INSTALL_MAN="/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/bin/install -c -m 644" BSD_INSTALL_PROGRAM_DIR="/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/bin/install -d -m 755" BSD_INSTALL_SCRIPT_DIR="/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/bin/install -d -m 755" BSD_INSTALL_DATA_DIR="/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/bin/install -d -m 755" BSD_INSTALL_MAN_DIR="/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/bin/install -d -m 755" PERL_USE_UNSAFE_INC=1 PGDATA=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/testdb-pg PGHOST=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053 PGDATABASE=dbix_class_schema_loader_test MYSQL_HOME=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053 MYSQL_HOST=localhost MYSQL_UNIX_PORT=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/mariadb.sock; /usr/local/bin/mariadb-install-db --skip-name-resolve --defaults-file=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/mariadb-default-my.cnf --datadir=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/testdb-mariadb --skip-grant-tables --skip-networking --socket=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/mariadb.sock; /usr/local/libexec/mariadbd --defaults-file=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/mariadb-default-my.cnf --datadir=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/testdb-mariadb --skip-grant-tables --skip-networking --socket=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/mariadb.sock & started=false; for i in $(jot 30); do sleep 1; if mariadb-admin --defaults-file=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/mariadb-default-my.cnf --host=localhost --protocol=socket --socket=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/mariadb.sock ping >/dev/null 2>&1; then started=true; break; fi; done; $started || { echo "mariadbd didn't start" >&2; kill $!; exit 1; }; /usr/local/bin/mariadb-admin --defaults-file=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/mariadb-default-my.cnf --host=localhost --protocol=socket --socket=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/mariadb.sock create dbix_class_schema_loader_test || { kill $!; exit 1; }; set +e; cd /usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/DBIx-Class-Schema-Loader-0.07053; ( make LIBTOOL="/usr/bin/libtool" SHARED_LIBS_LOG=/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/DBIx-Class-Schema-Loader-0.07053/shared_libs.log -f Makefile test ); Q=$?; kill $!; exit $Q ); Q=$?; /usr/local/bin/pg_ctl stop -D /usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/testdb-pg -m i; exit $Q The files belonging to this database system will be owned by user "_pbuild". This user must also own the server process. The database cluster will be initialized with locale "C". The default text search configuration will be set to "english". Data page checksums are enabled. creating directory /usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/testdb-pg ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default "max_connections" ... 100 selecting default "shared_buffers" ... 128MB selecting default time zone ... US/Pacific creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok Sync to disk skipped. The data directory might become corrupt if the operating system crashes. Success. You can now start the database server using: /usr/local/bin/pg_ctl -D /usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/testdb-pg -l logfile start waiting for server to start.... done server started WARNING: The host 'zarniwoop.home.hewus.com' could not be looked up with /usr/local/bin/resolveip. This probably means that your libc libraries are not 100 % compatible with this binary MariaDB version. The MariaDB daemon, mariadbd, should work normally with the exception that host name resolving will not work. This means that you should use IP addresses instead of hostnames when specifying MariaDB privileges ! Installing MariaDB/MySQL system tables in '/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/testdb-mariadb' ... OK Two all-privilege accounts were created. One is root@localhost, it has no password, but you need to be system 'root' user to connect. Use, for example, sudo mariadb The second is _mysql@localhost, it has no password either, but you need to be the system '_mysql' user to connect. After connecting you can set the password, if you would need to be able to connect as any of these users with a password and without sudo See the MariaDB Documentation at https://mariadb.com/docs You can start the MariaDB daemon with: /etc/rc.d/mysqld start Please report any problems at https://mariadb.org/jira The latest information about MariaDB is available at https://mariadb.org/. Consider joining MariaDB's strong and vibrant community: https://mariadb.org/get-involved/ 2026-09-19 8:36:49 0 [Warning] Could not increase number of max_open_files to more than 512 (request: 32198) 2026-09-19 8:36:49 0 [Warning] Changed limits: max_open_files: 512 max_connections: 82 (was 151) table_cache: 200 (was 2000) 2026-09-19 8:36:49 0 [Note] Starting MariaDB 12.3.3-MariaDB source revision 83e909fc2a0dbc394b4b683fb3fa2d7dcf26cc5e server_uid SaqNyNIEJAP7SLoNj81ADSn8f6c= as process 41336 2026-09-19 8:36:50 0 [Note] InnoDB: Compressed tables use zlib 1.3.2 2026-09-19 8:36:50 0 [Note] InnoDB: Number of transaction pools: 1 2026-09-19 8:36:50 0 [Note] InnoDB: Using generic crc32 instructions 2026-09-19 8:36:50 0 [Note] InnoDB: innodb_buffer_pool_size_max=515m, innodb_buffer_pool_size=128m 2026-09-19 8:36:50 0 [Note] InnoDB: Completed initialization of buffer pool 2026-09-19 8:36:50 0 [Note] InnoDB: End of log at LSN=45568 2026-09-19 8:36:50 0 [Note] InnoDB: Opened 3 undo tablespaces 2026-09-19 8:36:50 0 [Note] InnoDB: 128 rollback segments in 3 undo tablespaces are active. 2026-09-19 8:36:50 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ... 2026-09-19 8:36:50 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB. 2026-09-19 8:36:50 0 [Note] InnoDB: log sequence number 45568; transaction id 14 2026-09-19 8:36:50 0 [Note] Plugin 'FEEDBACK' is disabled. 2026-09-19 8:36:50 0 [Note] InnoDB: Loading buffer pool(s) from /usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/testdb-mariadb/ib_buffer_pool 2026-09-19 8:36:50 0 [Note] Plugin 'wsrep-provider' is disabled. 2026-09-19 8:36:50 0 [Note] InnoDB: Buffer pool(s) load completed at 260919 8:36:50 2026-09-19 8:37:13 0 [Note] /usr/local/libexec/mariadbd: ready for connections. Version: '12.3.3-MariaDB' socket: '/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/mariadb.sock' port: 0 OpenBSD port: mariadb-server-12.3.3v1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/*/*/*.t t/01use.t ............................... ok t/10_01sqlite_common.t .................. ok 260919 8:38:17 [ERROR] /usr/local/libexec/mariadbd got signal 6 ; Sorry, we probably made a mistake, and this is a bug. Your assistance in bug reporting will enable us to fix this for the next release. To report this bug, see https://mariadb.com/docs/general-resources/community/community/bug-tracking/reporting-bugs about how to report a bug on https://jira.mariadb.org/. Please include the information from the server start above, to the end of the information below. Server version: 12.3.3-MariaDB source revision: 83e909fc2a0dbc394b4b683fb3fa2d7dcf26cc5e The information page at https://mariadb.com/docs/server/reference/product-development/mariadb-fault-finding/how-to-produce-a-full-stack-trace-for-mariadbdcontains instructions to obtain a better version of the backtrace below. Following these instructions will help MariaDB developers provide a fix quicker. Attempting backtrace. Include this in the bug report. (note: Retrieving this information may fail) Thread pointer: 0x7d0c92e020 stack_bottom = 0x7d0b92fea1 thread_stack 0x49000 0x7ab8f3cae0 <my_print_stacktrace+0x40> at /usr/local/libexec/mariadbd Connection ID (thread ID): 9 Status: NOT_KILLED Query (0x7d78fe0040): ALTER TABLE loader_test6 ADD CONSTRAINT loader_test6_to_7_fk FOREIGN KEY (loader_test7_id) REFERENCES loader_test7 (id) Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,duplicateweedout=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=on,table_elimination=on,extended_keys=on,exists_to_in=on,orderby_uses_equalities=on,condition_pushdown_for_derived=on,split_materialized=on,condition_pushdown_for_subquery=on,rowid_filter=on,condition_pushdown_from_having=on,not_null_range_scan=off,hash_join_cardinality=on,cset_narrowing=on,sargable_casefold=on,reorder_outer_joins=off Error executing ' ALTER TABLE loader_test6 ADD CONSTRAINT loader_test6_to_7_fk FOREIGN KEY (loader_test7_id) REFERENCES loader_test7 (id) ': DBD::mysql::db do failed: Lost connection to server during query [for Statement " ALTER TABLE loader_test6 ADD CONSTRAINT loader_test6_to_7_fk FOREIGN KEY (loader_test7_id) REFERENCES loader_test7 (id) "] at t/lib/dbixcsl_common_tests.pm line 2146. (in cleanup) DBIx::Class::Storage::DBI::catch {...} (): DBI Connection failed: Can't connect to local server through socket '/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/mariadb.sock' (61) at /usr/local/libdata/perl5/site_perl/DBIx/Class/Storage/DBI.pm line 1642. at t/lib/dbixcsl_common_tests.pm line 1544 # Looks like your test exited with 35 before it could output anything. t/10_02mysql_common.t ................... Dubious, test returned 35 (wstat 8960, 0x2300) Failed 380/380 subtests t/10_03pg_common.t ...................... ok t/10_04db2_common.t ..................... skipped: requirements not satisfied: DBD::DB2 as well as the following group(s) of environment variables: DBICTEST_DB2_DSN/..._USER/..._PASS t/10_05ora_common.t ..................... skipped: requirements not satisfied: DBD::Oracle~1.24 Math::Base36~0.07 as well as the following group(s) of environment variables: DBICTEST_ORA_DSN/..._USER/..._PASS t/10_06sybase_common.t .................. skipped: requirements not satisfied: DBD::Sybase as well as the following group(s) of environment variables: DBICTEST_SYBASE_DSN/..._USER/..._PASS t/10_07mssql_common.t ................... skipped: You need to set the DBICTEST_MSSQL_DSN, _USER and _PASS and/or the DBICTEST_MSSQL_ODBC_DSN, _USER and _PASS environment variables t/10_08sqlanywhere_common.t ............. skipped: You need to set the DBICTEST_SQLANYWHERE_DSN, _USER and _PASS and/or the DBICTEST_SQLANYWHERE_ODBC_DSN, _USER and _PASS environment variables t/10_09firebird_common.t ................ skipped: You need to set the DBICTEST_FIREBIRD_DSN, _USER and _PASS and/or the DBICTEST_FIREBIRD_ODBC_DSN, _USER and _PASS and/or the DBICTEST_FIREBIRD_INTERBASE_DSN, _USER and _PASS environment variables t/10_10informix_common.t ................ skipped: requirements not satisfied: DBD::Informix as well as the following group(s) of environment variables: DBICTEST_INFORMIX_DSN/..._USER/..._PASS t/10_11msaccess_common.t ................ skipped: You need to set the DBICTEST_MSACCESS_ODBC_DSN, _USER and _PASS and/or the DBICTEST_MSACCESS_ADO_DSN, _USER and _PASS environment variables t/20invocations.t ....................... ok t/21misc_fatal.t ........................ ok t/22dump.t .............................. ok t/23dumpmore.t .......................... ok t/24loader_subclass.t ................... ok t/25backcompat.t ........................ ok t/26dump_use_moose.t .................... skipped: requirements not satisfied: Moose~1.12 MooseX::MarkAsMethods~0.13 MooseX::NonMoose~0.25 namespace::autoclean~0.09 (see DBIx::Class::Schema::Loader::Optional::Dependencies documentation for details) t/27filter_generated.t .................. ok t/30_01comments.t ....................... ok t/30_02bad_comment_table.t .............. ok t/30_03no_comment_table.t ............... ok t/40overwrite_modifications.t ........... ok t/45relationships.t ..................... ok t/46relationships_multi_m2m.t ........... ok t/50rt59849.t ........................... ok t/60dbicdump_config.t ................... skipped: requirements not satisfied: Config::General (see DBIx::Class::Schema::Loader::Optional::Dependencies documentation for details) t/65dbicdump_invocations.t .............. ok t/70schema_base_dispatched.t ............ ok t/80split_name.t ........................ ok t/90bug_58_mro.t ........................ skipped: perl 5.8 required for this test t/backcompat/0.04006/10sqlite_common.t .. ok Failed to connect to database: Can't connect to local server through socket '/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/mariadb.sock' (61) at t/backcompat/0.04006/lib/dbixcsl_common_tests.pm line 558. (in cleanup) Failed to connect to database: Can't connect to local server through socket '/usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/mariadb.sock' (61) at t/backcompat/0.04006/lib/dbixcsl_common_tests.pm line 558. # Looks like your test exited with 255 before it could output anything. t/backcompat/0.04006/11mysql_common.t ... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 97/97 subtests t/backcompat/0.04006/12pg_common.t ...... ok t/backcompat/0.04006/13db2_common.t ..... skipped: requirements not satisfied: DBD::DB2 as well as the following group(s) of environment variables: DBICTEST_DB2_DSN/..._USER/..._PASS t/backcompat/0.04006/14ora_common.t ..... skipped: requirements not satisfied: DBD::Oracle~1.24 Math::Base36~0.07 as well as the following group(s) of environment variables: DBICTEST_ORA_DSN/..._USER/..._PASS t/backcompat/0.04006/20invocations.t .... ok t/backcompat/0.04006/21misc_fatal.t ..... ok t/backcompat/0.04006/22dump.t ........... ok t/backcompat/0.04006/23dumpmore.t ....... ok Test Summary Report ------------------- t/10_01sqlite_common.t (Wstat: 0 Tests: 283 Failed: 0) TODO passed: 283 t/10_02mysql_common.t (Wstat: 8960 (exited 35) Tests: 0 Failed: 0) Non-zero exit status: 35 Parse errors: Bad plan. You planned 380 tests but ran 0. t/backcompat/0.04006/11mysql_common.t (Wstat: 65280 (exited 255) Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 97 tests but ran 0. Files=41, Tests=2052, 544 wallclock secs ( 1.73 usr 1.06 sys + 338.46 cusr 63.09 csys = 404.34 CPU) Result: FAIL Failed 2/41 test programs. 0/2052 subtests failed. *** Error 255 in /usr/ports/pobj/p5-DBIx-Class-Schema-Loader-0.07053/DBIx-Class-Schema-Loader-0.07053 (Makefile:1120 'test_dynamic') /bin/sh: kill: 41336: No such process waiting for server to shut down.... done server stopped *** Error 2 in . (Makefile:60 'do-test')

No comments:

Post a Comment