Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Unable to find sql-dist files - mysql_install_db, mysqld.pl #72

Open
akutz opened this issue Jun 4, 2015 · 5 comments
Open

Unable to find sql-dist files - mysql_install_db, mysqld.pl #72

akutz opened this issue Jun 4, 2015 · 5 comments

Comments

@akutz
Copy link

akutz commented Jun 4, 2015

Hi,

I'm running into an issue on a Bamboo build agent (CentOS 6.5) where after a successful build, if I don't do a complete clean of the target directory, the files in the subject are missing. It also begs the question what even is mysqld.pl as that file doesn't appear on my development system when doing local work. Here's the relevant section of the logs:

build   03-Jun-2015 12:50:48    [INFO] 
build   03-Jun-2015 12:50:48    [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ emc-bigdata-fbdl-app ---
build   03-Jun-2015 12:50:48    [INFO] Building jar: /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/emc-bigdata-fbdl-app-1.0.0-SNAPSHOT.jar
build   03-Jun-2015 12:50:49    [INFO] 
build   03-Jun-2015 12:50:49    [INFO] --- spring-boot-maven-plugin:1.2.3.RELEASE:repackage (default) @ emc-bigdata-fbdl-app ---
build   03-Jun-2015 12:50:49    [INFO] 
build   03-Jun-2015 12:50:49    [INFO] --- maven-dependency-plugin:2.9:unpack (unpack-mysql-dist) @ emc-bigdata-fbdl-app ---
build   03-Jun-2015 12:50:49    [INFO] Configured Artifact: com.jcabi:mysql-dist:linux-x86:5.6.21:zip
build   03-Jun-2015 12:50:50    [INFO] mysql-dist-5.6.21-linux-x86.zip already unpacked.
build   03-Jun-2015 12:50:50    [INFO] 
build   03-Jun-2015 12:50:50    [INFO] --- jcabi-mysql-maven-plugin:0.8.2:start (mysql-test) @ emc-bigdata-fbdl-app ---
build   03-Jun-2015 12:50:50    [INFO] jcabi-aspects 0.20.1/f0aff93 started new daemon thread jcabi-cacheable for automated cleaning of expired @Cacheable values
error   03-Jun-2015 12:50:50    Jun 03, 2015 1:50:50 PM org.hibernate.validator.internal.util.Version <clinit>
error   03-Jun-2015 12:50:50    INFO: HV000001: Hibernate Validator 5.2.0.Alpha1
build   03-Jun-2015 12:50:50    [ERROR] JSR-303 validator failed to initialize: HV000183: Unable to load 'javax.el.ExpressionFactory'. Check that you have the EL dependencies on the classpath, or use ParameterMessageInterpolator instead (see http://aspects.jcabi.com/jsr-303.html)
build   03-Jun-2015 12:50:50    [INFO] jcabi-aspects 0.20.1/f0aff93 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
build   03-Jun-2015 12:50:50    [INFO] reuse existing database false
build   03-Jun-2015 12:50:50    [INFO] deleted /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data directory
build   03-Jun-2015 12:50:50    [INFO] created /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data directory
build   03-Jun-2015 12:50:50    [INFO] $ /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist/scripts/mysql_install_db --defaults-file=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data/my-default.cnf --force --innodb_use_native_aio=0 --datadir=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data/data --basedir=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist
build   03-Jun-2015 12:50:50    [INFO] >> FATAL ERROR: Could not find 
build   03-Jun-2015 12:50:50    [INFO] >> 
build   03-Jun-2015 12:50:50    [INFO] >> If you compiled from source, you need to run 'make install' to
build   03-Jun-2015 12:50:50    [INFO] >> copy the software into the correct location ready for operation.
build   03-Jun-2015 12:50:50    [INFO] >> 
build   03-Jun-2015 12:50:50    [INFO] >> If you are using a binary release, you must either be at the top
build   03-Jun-2015 12:50:50    [INFO] >> level of the extracted archive, or pass the --basedir option
build   03-Jun-2015 12:50:50    [INFO] >> pointing to that location.
build   03-Jun-2015 12:50:50    [INFO] >> 
build   03-Jun-2015 12:50:50    [INFO] $ perl /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist/bin/mysqld.pl --no-defaults --user=bmbo --general_log --console --innodb_buffer_pool_size=64M --innodb_log_file_size=64M --log_warnings --innodb_use_native_aio=0 --binlog-ignore-db=fbdldb --basedir=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist --lc-messages-dir=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist/share --datadir=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data/data --tmpdir=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data/temp --socket=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data/mysql.sock --pid-file=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data/mysql.pid --port=48453
build   03-Jun-2015 12:50:50    [INFO] >> Can't open perl script "/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist/bin/mysqld.pl": No such file or directory
command 03-Jun-2015 12:51:16    Request to stop 'BIGD-FBDL-JOB1-17' received from kutzs
simple  03-Jun-2015 12:51:20    

It should be noted that I had to override the classifier bit from the plug-in as the incorrect Linux version is selected for CentOS 6.5 x64. Instead of amd64 it should be x86 as the CentOS x64 libs are in /lib64 and not in /lib as they are expected to be from the amd64 binaries:

[0]root@vpi44101:app$ ldd target/sql-dist/bin/mysql
    linux-vdso.so.1 =>  (0x00007fff3c1fe000)
    libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f8b1f350000)
    librt.so.1 => /lib64/librt.so.1 (0x00007f8b1f148000)
    libdl.so.2 => /lib64/libdl.so.2 (0x00007f8b1ef43000)
    libncurses.so.5 => /lib64/libncurses.so.5 (0x00007f8b1ed1c000)
    libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f8b1ea15000)
    libm.so.6 => /lib64/libm.so.6 (0x00007f8b1e712000)
    libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f8b1e4fc000)
    libc.so.6 => /lib64/libc.so.6 (0x00007f8b1e13b000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f8b1f578000)
    libtinfo.so.5 => /lib64/libtinfo.so.5 (0x00007f8b1df10000)

I override the classifier via POM profiles:

    <profile>
            <id>mysql-dist-osx</id>
            <activation>
                <os>
                    <name>mac os x</name>
                </os>
            </activation>
            <properties>
                <mysql.classifier>mac-x86_64</mysql.classifier>
            </properties>
        </profile>
        <profile>
            <id>mysql-dist-win</id>
            <activation>
                <os>
                    <family>windows</family>
                </os>
            </activation>
            <properties>
                <mysql.classifier>windows-x86</mysql.classifier>
            </properties>
        </profile>
        <profile>
            <id>mysql-dist-linux</id>
            <activation>
                <os>
                    <name>linux</name>
                </os>
            </activation>
            <properties>
                <mysql.classifier>linux-x86</mysql.classifier>
            </properties>
        </profile>

It appears what may be occurring is that since the SQL distribution thinks that the binaries are already unpacked that things are not being unpacked again? However, it begs the question as to why those files would not be there after a normal build anyway. Perhaps it's something Bamboo is doing? A partial cleanup, but not a full since file descriptors are still open? Although I just checked with lsof | grep deleted and there were no file descriptors hanging around...

Here are the contents of target/sql-dist post Bamboo build, prior to the cleanup I now have Bamboo do each time before a new build:

[0]root@vpi44101:app$ find target/sql-dist
target/sql-dist
target/sql-dist/support-files
target/sql-dist/support-files/mysqld_multi.server
target/sql-dist/support-files/mysql.server
target/sql-dist/support-files/mysql-log-rotate
target/sql-dist/support-files/my-default.cnf
target/sql-dist/support-files/magic
target/sql-dist/support-files/binary-configure
target/sql-dist/sql-bench
target/sql-dist/sql-bench/test-wisconsin
target/sql-dist/sql-bench/test-transactions
target/sql-dist/sql-bench/test-select
target/sql-dist/sql-bench/test-insert
target/sql-dist/sql-bench/test-create
target/sql-dist/sql-bench/test-connect
target/sql-dist/sql-bench/test-big-tables
target/sql-dist/sql-bench/test-ATIS
target/sql-dist/sql-bench/test-alter-table
target/sql-dist/sql-bench/server-cfg
target/sql-dist/sql-bench/run-all-tests
target/sql-dist/sql-bench/README
target/sql-dist/sql-bench/limits
target/sql-dist/sql-bench/limits/sybase.cfg
target/sql-dist/sql-bench/limits/solid.cfg
target/sql-dist/sql-bench/limits/solid-nt4.cfg
target/sql-dist/sql-bench/limits/pg.cfg
target/sql-dist/sql-bench/limits/oracle.cfg
target/sql-dist/sql-bench/limits/mysql.cfg
target/sql-dist/sql-bench/limits/mysql-4.1.cfg
target/sql-dist/sql-bench/limits/mysql-4.0.cfg
target/sql-dist/sql-bench/limits/mysql-3.23.cfg
target/sql-dist/sql-bench/limits/mysql-3.22.cfg
target/sql-dist/sql-bench/limits/msql.cfg
target/sql-dist/sql-bench/limits/ms-sql65.cfg
target/sql-dist/sql-bench/limits/ms-sql.cfg
target/sql-dist/sql-bench/limits/mimer.cfg
target/sql-dist/sql-bench/limits/interbase.cfg
target/sql-dist/sql-bench/limits/interbase-superserver.cfg
target/sql-dist/sql-bench/limits/interbase-dialect3.cfg
target/sql-dist/sql-bench/limits/interbase-dialect1.cfg
target/sql-dist/sql-bench/limits/Informix.cfg
target/sql-dist/sql-bench/limits/frontbase.cfg
target/sql-dist/sql-bench/limits/empress.cfg
target/sql-dist/sql-bench/limits/db2.cfg
target/sql-dist/sql-bench/limits/Adabas.cfg
target/sql-dist/sql-bench/limits/access_odbc.cfg
target/sql-dist/sql-bench/limits/access.cfg
target/sql-dist/sql-bench/innotest2b
target/sql-dist/sql-bench/innotest2a
target/sql-dist/sql-bench/innotest2
target/sql-dist/sql-bench/innotest1b
target/sql-dist/sql-bench/innotest1a
target/sql-dist/sql-bench/innotest1
target/sql-dist/sql-bench/graph-compare-results
target/sql-dist/sql-bench/Data
target/sql-dist/sql-bench/Data/Wisconsin
target/sql-dist/sql-bench/Data/Wisconsin/tenk.data
target/sql-dist/sql-bench/Data/Wisconsin/onek.data
target/sql-dist/sql-bench/Data/ATIS
target/sql-dist/sql-bench/Data/ATIS/transport.txt
target/sql-dist/sql-bench/Data/ATIS/time_zone.txt
target/sql-dist/sql-bench/Data/ATIS/time_interval.txt
target/sql-dist/sql-bench/Data/ATIS/stop1.txt
target/sql-dist/sql-bench/Data/ATIS/stop.txt
target/sql-dist/sql-bench/Data/ATIS/state.txt
target/sql-dist/sql-bench/Data/ATIS/restriction.txt
target/sql-dist/sql-bench/Data/ATIS/restrict_class.txt
target/sql-dist/sql-bench/Data/ATIS/restrict_carrier.txt
target/sql-dist/sql-bench/Data/ATIS/month_name.txt
target/sql-dist/sql-bench/Data/ATIS/ground_service.txt
target/sql-dist/sql-bench/Data/ATIS/food_service.txt
target/sql-dist/sql-bench/Data/ATIS/flight_fare.txt
target/sql-dist/sql-bench/Data/ATIS/flight_day.txt
target/sql-dist/sql-bench/Data/ATIS/flight_class.txt
target/sql-dist/sql-bench/Data/ATIS/flight.txt
target/sql-dist/sql-bench/Data/ATIS/fconnection.txt
target/sql-dist/sql-bench/Data/ATIS/fare.txt
target/sql-dist/sql-bench/Data/ATIS/dual_carrier.txt
target/sql-dist/sql-bench/Data/ATIS/day_name.txt
target/sql-dist/sql-bench/Data/ATIS/date_day.txt
target/sql-dist/sql-bench/Data/ATIS/connect_leg.txt
target/sql-dist/sql-bench/Data/ATIS/compound_class.txt
target/sql-dist/sql-bench/Data/ATIS/code_description.txt
target/sql-dist/sql-bench/Data/ATIS/class_of_service.txt
target/sql-dist/sql-bench/Data/ATIS/city.txt
target/sql-dist/sql-bench/Data/ATIS/airport_service.txt
target/sql-dist/sql-bench/Data/ATIS/airport.txt
target/sql-dist/sql-bench/Data/ATIS/airline.txt
target/sql-dist/sql-bench/Data/ATIS/aircraft.txt
target/sql-dist/sql-bench/crash-me
target/sql-dist/sql-bench/copy-db
target/sql-dist/sql-bench/compare-results
target/sql-dist/sql-bench/bench-init.pl
target/sql-dist/sql-bench/bench-count-distinct
target/sql-dist/share
target/sql-dist/share/ukrainian
target/sql-dist/share/ukrainian/errmsg.sys
target/sql-dist/share/swedish
target/sql-dist/share/swedish/errmsg.sys
target/sql-dist/share/spanish
target/sql-dist/share/spanish/errmsg.sys
target/sql-dist/share/slovak
target/sql-dist/share/slovak/errmsg.sys
target/sql-dist/share/serbian
target/sql-dist/share/serbian/errmsg.sys
target/sql-dist/share/russian
target/sql-dist/share/russian/errmsg.sys
target/sql-dist/share/romanian
target/sql-dist/share/romanian/errmsg.sys
target/sql-dist/share/portuguese
target/sql-dist/share/portuguese/errmsg.sys
target/sql-dist/share/polish
target/sql-dist/share/polish/errmsg.sys
target/sql-dist/share/norwegian-ny
target/sql-dist/share/norwegian-ny/errmsg.sys
target/sql-dist/share/norwegian
target/sql-dist/share/norwegian/errmsg.sys
target/sql-dist/share/mysql_test_data_timezone.sql
target/sql-dist/share/mysql_system_tables_data.sql
target/sql-dist/share/mysql_system_tables.sql
target/sql-dist/share/mysql_security_commands.sql
target/sql-dist/share/korean
target/sql-dist/share/korean/errmsg.sys
target/sql-dist/share/aclocal
target/sql-dist/share/aclocal/mysql.m4
target/sql-dist/share/bulgarian
target/sql-dist/share/bulgarian/errmsg.sys
target/sql-dist/share/charsets
target/sql-dist/share/charsets/armscii8.xml
target/sql-dist/share/charsets/ascii.xml
target/sql-dist/share/charsets/cp1250.xml
target/sql-dist/share/charsets/cp1251.xml
target/sql-dist/share/charsets/cp1256.xml
target/sql-dist/share/charsets/cp1257.xml
target/sql-dist/share/charsets/cp850.xml
target/sql-dist/share/charsets/cp852.xml
target/sql-dist/share/charsets/cp866.xml
target/sql-dist/share/charsets/dec8.xml
target/sql-dist/share/charsets/geostd8.xml
target/sql-dist/share/charsets/greek.xml
target/sql-dist/share/charsets/hebrew.xml
target/sql-dist/share/charsets/hp8.xml
target/sql-dist/share/charsets/Index.xml
target/sql-dist/share/charsets/keybcs2.xml
target/sql-dist/share/charsets/koi8r.xml
target/sql-dist/share/charsets/koi8u.xml
target/sql-dist/share/charsets/latin1.xml
target/sql-dist/share/charsets/latin2.xml
target/sql-dist/share/charsets/latin5.xml
target/sql-dist/share/charsets/latin7.xml
target/sql-dist/share/charsets/macce.xml
target/sql-dist/share/charsets/macroman.xml
target/sql-dist/share/charsets/README
target/sql-dist/share/charsets/swe7.xml
target/sql-dist/share/czech
target/sql-dist/share/czech/errmsg.sys
target/sql-dist/share/danish
target/sql-dist/share/danish/errmsg.sys
target/sql-dist/share/dictionary.txt
target/sql-dist/share/dutch
target/sql-dist/share/dutch/errmsg.sys
target/sql-dist/share/english
target/sql-dist/share/english/errmsg.sys
target/sql-dist/share/errmsg-utf8.txt
target/sql-dist/share/estonian
target/sql-dist/share/estonian/errmsg.sys
target/sql-dist/share/fill_help_tables.sql
target/sql-dist/share/french
target/sql-dist/share/french/errmsg.sys
target/sql-dist/share/german
target/sql-dist/share/german/errmsg.sys
target/sql-dist/share/greek
target/sql-dist/share/greek/errmsg.sys
target/sql-dist/share/hungarian
target/sql-dist/share/hungarian/errmsg.sys
target/sql-dist/share/innodb_memcached_config.sql
target/sql-dist/share/italian
target/sql-dist/share/italian/errmsg.sys
target/sql-dist/share/japanese
target/sql-dist/share/japanese/errmsg.sys
target/sql-dist/lib
target/sql-dist/lib/libmysqlservices.a
target/sql-dist/lib/libmysqlclient_r.so.18.1.0
target/sql-dist/lib/libmysqlclient_r.so.18
target/sql-dist/lib/libmysqlclient_r.so
target/sql-dist/lib/libmysqlclient.so.18.1.0
target/sql-dist/lib/libmysqlclient.so.18
target/sql-dist/lib/libmysqlclient.so
target/sql-dist/lib/libtcmalloc_minimal.so
target/sql-dist/lib/plugin
target/sql-dist/lib/plugin/adt_null.so
target/sql-dist/lib/plugin/auth.so
target/sql-dist/lib/plugin/auth_socket.so
target/sql-dist/lib/plugin/auth_test_plugin.so
target/sql-dist/lib/plugin/daemon_example.ini
target/sql-dist/lib/plugin/debug
target/sql-dist/lib/plugin/debug/adt_null.so
target/sql-dist/lib/plugin/debug/auth.so
target/sql-dist/lib/plugin/debug/auth_socket.so
target/sql-dist/lib/plugin/debug/auth_test_plugin.so
target/sql-dist/lib/plugin/debug/innodb_engine.so
target/sql-dist/lib/plugin/debug/libdaemon_example.so
target/sql-dist/lib/plugin/debug/libmemcached.so
target/sql-dist/lib/plugin/debug/mypluglib.so
target/sql-dist/lib/plugin/debug/qa_auth_client.so
target/sql-dist/lib/plugin/debug/qa_auth_interface.so
target/sql-dist/lib/plugin/debug/qa_auth_server.so
target/sql-dist/lib/plugin/debug/semisync_master.so
target/sql-dist/lib/plugin/debug/semisync_slave.so
target/sql-dist/lib/plugin/debug/validate_password.so
target/sql-dist/lib/plugin/innodb_engine.so
target/sql-dist/lib/plugin/libdaemon_example.so
target/sql-dist/lib/plugin/libmemcached.so
target/sql-dist/lib/plugin/mypluglib.so
target/sql-dist/lib/plugin/qa_auth_client.so
target/sql-dist/lib/plugin/qa_auth_interface.so
target/sql-dist/lib/plugin/qa_auth_server.so
target/sql-dist/lib/plugin/semisync_master.so
target/sql-dist/lib/plugin/semisync_slave.so
target/sql-dist/lib/plugin/validate_password.so
target/sql-dist/include
target/sql-dist/include/typelib.h
target/sql-dist/include/sslopt-vars.h
target/sql-dist/include/sslopt-longopts.h
target/sql-dist/include/sslopt-case.h
target/sql-dist/include/sql_state.h
target/sql-dist/include/sql_common.h
target/sql-dist/include/plugin_validate_password.h
target/sql-dist/include/plugin_ftparser.h
target/sql-dist/include/plugin_audit.h
target/sql-dist/include/plugin.h
target/sql-dist/include/mysqld_error.h
target/sql-dist/include/mysqld_ername.h
target/sql-dist/include/mysql_version.h
target/sql-dist/include/mysql_time.h
target/sql-dist/include/mysql_embed.h
target/sql-dist/include/mysql_com_server.h
target/sql-dist/include/mysql_com.h
target/sql-dist/include/mysql.h
target/sql-dist/include/mysql
target/sql-dist/include/mysql/thread_pool_priv.h
target/sql-dist/include/mysql/services.h
target/sql-dist/include/mysql/service_thread_scheduler.h
target/sql-dist/include/mysql/service_thd_wait.h
target/sql-dist/include/mysql/service_thd_alloc.h
target/sql-dist/include/mysql/service_mysql_string.h
target/sql-dist/include/mysql/service_my_snprintf.h
target/sql-dist/include/mysql/service_my_plugin_log.h
target/sql-dist/include/mysql/psi
target/sql-dist/include/mysql/psi/psi.h
target/sql-dist/include/mysql/psi/mysql_thread.h
target/sql-dist/include/mysql/psi/mysql_table.h
target/sql-dist/include/mysql/psi/mysql_statement.h
target/sql-dist/include/mysql/psi/mysql_stage.h
target/sql-dist/include/mysql/psi/mysql_socket.h
target/sql-dist/include/mysql/psi/mysql_idle.h
target/sql-dist/include/mysql/psi/mysql_file.h
target/sql-dist/include/mysql/plugin_validate_password.h
target/sql-dist/include/mysql/plugin_ftparser.h.pp
target/sql-dist/include/mysql/plugin_ftparser.h
target/sql-dist/include/mysql/plugin_auth_common.h
target/sql-dist/include/mysql/plugin_auth.h.pp
target/sql-dist/include/mysql/plugin_auth.h
target/sql-dist/include/mysql/plugin_audit.h.pp
target/sql-dist/include/mysql/plugin_audit.h
target/sql-dist/include/mysql/plugin.h
target/sql-dist/include/mysql/innodb_priv.h
target/sql-dist/include/mysql/get_password.h
target/sql-dist/include/mysql/client_plugin.h.pp
target/sql-dist/include/mysql/client_plugin.h
target/sql-dist/include/mysql/client_authentication.h
target/sql-dist/include/my_xml.h
target/sql-dist/include/my_sys.h
target/sql-dist/include/my_pthread.h
target/sql-dist/include/my_net.h
target/sql-dist/include/my_list.h
target/sql-dist/include/my_global.h
target/sql-dist/include/my_getopt.h
target/sql-dist/include/my_dir.h
target/sql-dist/include/my_dbug.h
target/sql-dist/include/my_config.h
target/sql-dist/include/big_endian.h
target/sql-dist/include/byte_order_generic.h
target/sql-dist/include/byte_order_generic_x86.h
target/sql-dist/include/byte_order_generic_x86_64.h
target/sql-dist/include/decimal.h
target/sql-dist/include/errmsg.h
target/sql-dist/include/keycache.h
target/sql-dist/include/little_endian.h
target/sql-dist/include/m_ctype.h
target/sql-dist/include/m_string.h
target/sql-dist/include/my_alloc.h
target/sql-dist/include/my_attribute.h
target/sql-dist/include/my_byteorder.h
target/sql-dist/include/my_compiler.h
target/sql-dist/bin
target/sql-dist/bin/mysqlcheck
target/sql-dist/bin/mysqlbug
target/sql-dist/bin/mysqlbinlog
target/sql-dist/bin/mysqladmin
target/sql-dist/bin/mysqlaccess.conf
target/sql-dist/bin/mysqlaccess
target/sql-dist/bin/mysql_zap
target/sql-dist/bin/mysql_waitpid
target/sql-dist/bin/mysql_upgrade
target/sql-dist/bin/mysql_tzinfo_to_sql
target/sql-dist/bin/mysql_setpermission
target/sql-dist/bin/mysql_secure_installation
target/sql-dist/bin/mysql_plugin
target/sql-dist/bin/mysql_fix_extensions
target/sql-dist/bin/mysql_find_rows
target/sql-dist/bin/myisam_ftdump
target/sql-dist/bin/my_print_defaults
target/sql-dist/bin/msql2mysql
target/sql-dist/bin/innochecksum
target/sql-dist/bin/myisamchk
target/sql-dist/bin/myisamlog
target/sql-dist/bin/myisampack
target/sql-dist/bin/mysql
target/sql-dist/bin/mysql_client_test
target/sql-dist/bin/mysql_config
target/sql-dist/bin/mysql_config_editor
target/sql-dist/bin/mysql_convert_table_format
target/sql-dist/bin/mysqld_multi
target/sql-dist/bin/mysqld_safe
target/sql-dist/bin/mysqldump
target/sql-dist/bin/mysqldumpslow
target/sql-dist/bin/mysqlhotcopy
target/sql-dist/bin/mysqlimport
target/sql-dist/bin/mysqlshow
target/sql-dist/bin/mysqlslap
target/sql-dist/bin/mysqltest
target/sql-dist/bin/perror
target/sql-dist/bin/replace
target/sql-dist/bin/resolve_stack_dump
target/sql-dist/bin/resolveip
target/sql-dist/README
target/sql-dist/INSTALL-BINARY
target/sql-dist/COPYING
target/sql-dist/data
target/sql-dist/data/test
target/sql-dist/data/test/db.opt
target/sql-dist/docs
target/sql-dist/docs/ChangeLog
target/sql-dist/docs/INFO_BIN
target/sql-dist/docs/INFO_SRC
target/sql-dist/man
target/sql-dist/man/man1
target/sql-dist/man/man1/comp_err.1
target/sql-dist/man/man1/innochecksum.1
target/sql-dist/man/man1/msql2mysql.1
target/sql-dist/man/man1/my_print_defaults.1
target/sql-dist/man/man1/myisam_ftdump.1
target/sql-dist/man/man1/myisamchk.1
target/sql-dist/man/man1/myisamlog.1
target/sql-dist/man/man1/myisampack.1
target/sql-dist/man/man1/mysql-stress-test.pl.1
target/sql-dist/man/man1/mysql-test-run.pl.1
target/sql-dist/man/man1/mysql.1
target/sql-dist/man/man1/mysql.server.1
target/sql-dist/man/man1/mysql_client_test.1
target/sql-dist/man/man1/mysql_client_test_embedded.1
target/sql-dist/man/man1/mysql_config.1
target/sql-dist/man/man1/mysql_config_editor.1
target/sql-dist/man/man1/mysql_convert_table_format.1
target/sql-dist/man/man1/mysql_find_rows.1
target/sql-dist/man/man1/mysql_fix_extensions.1
target/sql-dist/man/man1/mysql_install_db.1
target/sql-dist/man/man1/mysql_plugin.1
target/sql-dist/man/man1/mysql_secure_installation.1
target/sql-dist/man/man1/mysql_setpermission.1
target/sql-dist/man/man1/mysql_tzinfo_to_sql.1
target/sql-dist/man/man1/mysql_upgrade.1
target/sql-dist/man/man1/mysql_waitpid.1
target/sql-dist/man/man1/mysql_zap.1
target/sql-dist/man/man1/mysqlaccess.1
target/sql-dist/man/man1/mysqladmin.1
target/sql-dist/man/man1/mysqlbinlog.1
target/sql-dist/man/man1/mysqlbug.1
target/sql-dist/man/man1/mysqlcheck.1
target/sql-dist/man/man1/mysqld_multi.1
target/sql-dist/man/man1/mysqld_safe.1
target/sql-dist/man/man1/mysqldump.1
target/sql-dist/man/man1/mysqldumpslow.1
target/sql-dist/man/man1/mysqlhotcopy.1
target/sql-dist/man/man1/mysqlimport.1
target/sql-dist/man/man1/mysqlman.1
target/sql-dist/man/man1/mysqlshow.1
target/sql-dist/man/man1/mysqlslap.1
target/sql-dist/man/man1/mysqltest.1
target/sql-dist/man/man1/mysqltest_embedded.1
target/sql-dist/man/man1/perror.1
target/sql-dist/man/man1/replace.1
target/sql-dist/man/man1/resolve_stack_dump.1
target/sql-dist/man/man1/resolveip.1
target/sql-dist/man/man8
target/sql-dist/man/man8/mysqld.8
target/sql-dist/scripts
target/sql-dist/scripts/mysql_install_db
target/sql-dist/my.cnf
target/sql-dist/my-new.cnf
[0]root@vpi44101:app$ 

You'll notice that target/bin/sql-dist/mysqld is not there. Yet is is there on my local development system.

I find the entire thing to be quite odd. I really don't want to have to do a full clean of the build directory each time as part of the build is an Angular UI driven by Brunch (using Maven exec calls) that pulls down and compiles quite a few things via NPM and Bower. That takes quite a bit of time after a full clean.

Any help would be much appreciated. Thank you!

@akutz
Copy link
Author

akutz commented Jun 4, 2015

FWIW, here is the output from the plug-in during a successful run:

build   03-Jun-2015 12:54:12    [INFO] --- maven-dependency-plugin:2.9:unpack (unpack-mysql-dist) @ emc-bigdata-fbdl-app ---
build   03-Jun-2015 12:54:12    [INFO] Configured Artifact: com.jcabi:mysql-dist:linux-x86:5.6.21:zip
build   03-Jun-2015 12:54:12    [INFO] Unpacking /opt/maven/repo/com/jcabi/mysql-dist/5.6.21/mysql-dist-5.6.21-linux-x86.zip to /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist with includes "" and excludes ""
build   03-Jun-2015 12:54:24    [INFO] 
build   03-Jun-2015 12:54:24    [INFO] --- jcabi-mysql-maven-plugin:0.8.2:start (mysql-test) @ emc-bigdata-fbdl-app ---
build   03-Jun-2015 12:54:24    [INFO] jcabi-aspects 0.20.1/f0aff93 started new daemon thread jcabi-cacheable for automated cleaning of expired @Cacheable values
error   03-Jun-2015 12:54:24    Jun 03, 2015 1:54:24 PM org.hibernate.validator.internal.util.Version <clinit>
error   03-Jun-2015 12:54:24    INFO: HV000001: Hibernate Validator 5.2.0.Alpha1
build   03-Jun-2015 12:54:24    [ERROR] JSR-303 validator failed to initialize: HV000183: Unable to load 'javax.el.ExpressionFactory'. Check that you have the EL dependencies on the classpath, or use ParameterMessageInterpolator instead (see http://aspects.jcabi.com/jsr-303.html)
build   03-Jun-2015 12:54:24    [INFO] jcabi-aspects 0.20.1/f0aff93 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
build   03-Jun-2015 12:54:24    [INFO] reuse existing database false
build   03-Jun-2015 12:54:24    [INFO] created /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data directory
build   03-Jun-2015 12:54:24    [INFO] $ /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist/scripts/mysql_install_db --defaults-file=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data/my-default.cnf --force --innodb_use_native_aio=0 --datadir=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data/data --basedir=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist
build   03-Jun-2015 12:54:24    [WARNING] >> 2015-06-03 13:54:24 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
build   03-Jun-2015 12:54:24    [WARNING] >> 2015-06-03 13:54:24 17205 [Warning] Buffered warning: Changed limits: max_open_files: 4096 (requested 5000)
build   03-Jun-2015 12:54:24    [WARNING] >> 
build   03-Jun-2015 12:54:24    [WARNING] >> 2015-06-03 13:54:24 17205 [Warning] Buffered warning: Changed limits: table_cache: 1967 (requested 2000)
build   03-Jun-2015 12:54:24    [WARNING] >> 
build   03-Jun-2015 12:54:24    [WARNING] >> 2015-06-03 13:54:24 17205 [Note] InnoDB: Using atomics to ref count buffer pool pages
build   03-Jun-2015 12:54:24    [WARNING] >> 2015-06-03 13:54:24 17205 [Note] InnoDB: The InnoDB memory heap is disabled
build   03-Jun-2015 12:54:24    [WARNING] >> 2015-06-03 13:54:24 17205 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
build   03-Jun-2015 12:54:24    [WARNING] >> 2015-06-03 13:54:24 17205 [Note] InnoDB: Memory barrier is not used
build   03-Jun-2015 12:54:24    [WARNING] >> 2015-06-03 13:54:24 17205 [Note] InnoDB: Compressed tables use zlib 1.2.3
build   03-Jun-2015 12:54:24    [WARNING] >> 2015-06-03 13:54:24 17205 [Note] InnoDB: Using CPU crc32 instructions
build   03-Jun-2015 12:54:24    [WARNING] >> 2015-06-03 13:54:24 17205 [Note] InnoDB: Initializing buffer pool, size = 128.0M
build   03-Jun-2015 12:54:24    [WARNING] >> 2015-06-03 13:54:24 17205 [Note] InnoDB: Completed initialization of buffer pool
build   03-Jun-2015 12:54:24    [WARNING] >> 2015-06-03 13:54:24 17205 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
build   03-Jun-2015 12:54:24    [WARNING] >> 2015-06-03 13:54:24 17205 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
build   03-Jun-2015 12:54:24    [WARNING] >> 2015-06-03 13:54:24 17205 [Note] InnoDB: Database physically writes the file full: wait...
build   03-Jun-2015 12:54:25    [WARNING] >> 2015-06-03 13:54:25 17205 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
build   03-Jun-2015 12:54:25    [WARNING] >> 2015-06-03 13:54:25 17205 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
build   03-Jun-2015 12:54:26    [WARNING] >> 2015-06-03 13:54:26 17205 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
build   03-Jun-2015 12:54:26    [WARNING] >> 2015-06-03 13:54:26 17205 [Warning] InnoDB: New log files created, LSN=45781
build   03-Jun-2015 12:54:26    [WARNING] >> 2015-06-03 13:54:26 17205 [Note] InnoDB: Doublewrite buffer not found: creating new
build   03-Jun-2015 12:54:26    [WARNING] >> 2015-06-03 13:54:26 17205 [Note] InnoDB: Doublewrite buffer created
build   03-Jun-2015 12:54:26    [WARNING] >> 2015-06-03 13:54:26 17205 [Note] InnoDB: 128 rollback segment(s) are active.
build   03-Jun-2015 12:54:26    [WARNING] >> 2015-06-03 13:54:26 17205 [Warning] InnoDB: Creating foreign key constraint system tables.
build   03-Jun-2015 12:54:26    [WARNING] >> 2015-06-03 13:54:26 17205 [Note] InnoDB: Foreign key constraint system tables created
build   03-Jun-2015 12:54:26    [WARNING] >> 2015-06-03 13:54:26 17205 [Note] InnoDB: Creating tablespace and datafile system tables.
build   03-Jun-2015 12:54:26    [WARNING] >> 2015-06-03 13:54:26 17205 [Note] InnoDB: Tablespace and datafile system tables created.
build   03-Jun-2015 12:54:26    [WARNING] >> 2015-06-03 13:54:26 17205 [Note] InnoDB: Waiting for purge to start
build   03-Jun-2015 12:54:26    [WARNING] >> 2015-06-03 13:54:26 17205 [Note] InnoDB: 5.6.21 started; log sequence number 0
build   03-Jun-2015 12:54:26    [WARNING] >> 2015-06-03 13:54:26 17205 [Note] Binlog end
build   03-Jun-2015 12:54:26    [WARNING] >> 2015-06-03 13:54:26 17205 [Note] InnoDB: FTS optimize thread exiting.
build   03-Jun-2015 12:54:26    [WARNING] >> 2015-06-03 13:54:26 17205 [Note] InnoDB: Starting shutdown...
build   03-Jun-2015 12:54:27    [WARNING] >> 2015-06-03 13:54:27 17205 [Note] InnoDB: Shutdown completed; log sequence number 1625977
build   03-Jun-2015 12:54:27    [INFO] >> Installing MySQL system tables...OK
build   03-Jun-2015 12:54:27    [INFO] >> 
build   03-Jun-2015 12:54:27    [WARNING] >> 2015-06-03 13:54:27 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
build   03-Jun-2015 12:54:27    [WARNING] >> 2015-06-03 13:54:27 17227 [Warning] Buffered warning: Changed limits: max_open_files: 4096 (requested 5000)
build   03-Jun-2015 12:54:27    [WARNING] >> 
build   03-Jun-2015 12:54:27    [WARNING] >> 2015-06-03 13:54:27 17227 [Warning] Buffered warning: Changed limits: table_cache: 1967 (requested 2000)
build   03-Jun-2015 12:54:27    [WARNING] >> 
build   03-Jun-2015 12:54:27    [WARNING] >> 2015-06-03 13:54:27 17227 [Note] InnoDB: Using atomics to ref count buffer pool pages
build   03-Jun-2015 12:54:27    [WARNING] >> 2015-06-03 13:54:27 17227 [Note] InnoDB: The InnoDB memory heap is disabled
build   03-Jun-2015 12:54:27    [WARNING] >> 2015-06-03 13:54:27 17227 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
build   03-Jun-2015 12:54:27    [WARNING] >> 2015-06-03 13:54:27 17227 [Note] InnoDB: Memory barrier is not used
build   03-Jun-2015 12:54:27    [WARNING] >> 2015-06-03 13:54:27 17227 [Note] InnoDB: Compressed tables use zlib 1.2.3
build   03-Jun-2015 12:54:27    [WARNING] >> 2015-06-03 13:54:27 17227 [Note] InnoDB: Using CPU crc32 instructions
build   03-Jun-2015 12:54:27    [WARNING] >> 2015-06-03 13:54:27 17227 [Note] InnoDB: Initializing buffer pool, size = 128.0M
build   03-Jun-2015 12:54:27    [WARNING] >> 2015-06-03 13:54:27 17227 [Note] InnoDB: Completed initialization of buffer pool
build   03-Jun-2015 12:54:27    [WARNING] >> 2015-06-03 13:54:27 17227 [Note] InnoDB: Highest supported file format is Barracuda.
build   03-Jun-2015 12:54:27    [WARNING] >> 2015-06-03 13:54:27 17227 [Note] InnoDB: 128 rollback segment(s) are active.
build   03-Jun-2015 12:54:27    [WARNING] >> 2015-06-03 13:54:27 17227 [Note] InnoDB: Waiting for purge to start
build   03-Jun-2015 12:54:27    [WARNING] >> 2015-06-03 13:54:27 17227 [Note] InnoDB: 5.6.21 started; log sequence number 1625977
build   03-Jun-2015 12:54:27    [WARNING] >> 2015-06-03 13:54:27 17227 [Note] Binlog end
build   03-Jun-2015 12:54:27    [WARNING] >> 2015-06-03 13:54:27 17227 [Note] InnoDB: FTS optimize thread exiting.
build   03-Jun-2015 12:54:27    [WARNING] >> 2015-06-03 13:54:27 17227 [Note] InnoDB: Starting shutdown...
build   03-Jun-2015 12:54:29    [WARNING] >> 2015-06-03 13:54:29 17227 [Note] InnoDB: Shutdown completed; log sequence number 1625987
build   03-Jun-2015 12:54:29    [INFO] >> Filling help tables...OK
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] >> To start mysqld at boot time you have to copy
build   03-Jun-2015 12:54:29    [INFO] >> support-files/mysql.server to the right place for your system
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] >> PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
build   03-Jun-2015 12:54:29    [INFO] >> To do so, start the server, then issue the following commands:
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] >>   /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist/bin/mysqladmin -u root password 'new-password'
build   03-Jun-2015 12:54:29    [INFO] >>   /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist/bin/mysqladmin -u root -h vpi44101.lss.emc.com password 'new-password'
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] >> Alternatively you can run:
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] >>   /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist/bin/mysql_secure_installation
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] >> which will also give you the option of removing the test
build   03-Jun-2015 12:54:29    [INFO] >> databases and anonymous user created by default.  This is
build   03-Jun-2015 12:54:29    [INFO] >> strongly recommended for production servers.
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] >> See the manual for more instructions.
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] >> You can start the MySQL daemon with:
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] >>   cd . ; /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist/bin/mysqld_safe &
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] >> You can test the MySQL daemon with mysql-test-run.pl
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] >>   cd mysql-test ; perl mysql-test-run.pl
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] >> Please report any problems at http://bugs.mysql.com/
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] >> The latest information about MySQL is available on the web at
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] >>   http://www.mysql.com
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] >> Support MySQL by buying support/licenses at http://shop.mysql.com
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] >> New default config file was created as /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist/my.cnf and
build   03-Jun-2015 12:54:29    [INFO] >> will be used by default by the server when you start it.
build   03-Jun-2015 12:54:29    [INFO] >> You may edit this file to change server settings
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] >> WARNING: Default config file /etc/my.cnf exists on the system
build   03-Jun-2015 12:54:29    [INFO] >> This file will be read by default by the MySQL server
build   03-Jun-2015 12:54:29    [INFO] >> If you do not want to use this, either remove it, or use the
build   03-Jun-2015 12:54:29    [INFO] >> --defaults-file argument to mysqld_safe when starting the server
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] $ /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist/bin/mysqld --no-defaults --user=bmbo --general_log --console --innodb_buffer_pool_size=64M --innodb_log_file_size=64M --log_warnings --innodb_use_native_aio=0 --binlog-ignore-db=fbdldb --basedir=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist --lc-messages-dir=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist/share --datadir=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data/data --tmpdir=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data/temp --socket=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data/mysql.sock --pid-file=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data/mysql.pid --port=44357
build   03-Jun-2015 12:54:29    [INFO] >> 2015-06-03 13:54:29 17250 [Warning] Buffered warning: Changed limits: max_open_files: 4096 (requested 5000)
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] >> 2015-06-03 13:54:29 17250 [Warning] Buffered warning: Changed limits: table_cache: 1967 (requested 2000)
build   03-Jun-2015 12:54:29    [INFO] >> 
build   03-Jun-2015 12:54:29    [INFO] >> 2015-06-03 13:54:29 17250 [Note] Plugin 'FEDERATED' is disabled.
build   03-Jun-2015 12:54:29    [INFO] >> 2015-06-03 13:54:29 17250 [Note] InnoDB: Using atomics to ref count buffer pool pages
build   03-Jun-2015 12:54:29    [INFO] >> 2015-06-03 13:54:29 17250 [Note] InnoDB: The InnoDB memory heap is disabled
build   03-Jun-2015 12:54:29    [INFO] >> 2015-06-03 13:54:29 17250 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
build   03-Jun-2015 12:54:29    [INFO] >> 2015-06-03 13:54:29 17250 [Note] InnoDB: Memory barrier is not used
build   03-Jun-2015 12:54:29    [INFO] >> 2015-06-03 13:54:29 17250 [Note] InnoDB: Compressed tables use zlib 1.2.3
build   03-Jun-2015 12:54:29    [INFO] >> 2015-06-03 13:54:29 17250 [Note] InnoDB: Using CPU crc32 instructions
build   03-Jun-2015 12:54:29    [INFO] >> 2015-06-03 13:54:29 17250 [Note] InnoDB: Initializing buffer pool, size = 64.0M
build   03-Jun-2015 12:54:29    [INFO] >> 2015-06-03 13:54:29 17250 [Note] InnoDB: Completed initialization of buffer pool
build   03-Jun-2015 12:54:29    [INFO] >> 2015-06-03 13:54:29 17250 [Note] InnoDB: Highest supported file format is Barracuda.
build   03-Jun-2015 12:54:29    [INFO] >> 2015-06-03 13:54:29 17250 [Warning] InnoDB: Resizing redo log from 2*3072 to 2*4096 pages, LSN=1625987
build   03-Jun-2015 12:54:29    [INFO] >> 2015-06-03 13:54:29 17250 [Warning] InnoDB: Starting to delete and rewrite log files.
build   03-Jun-2015 12:54:29    [INFO] >> 2015-06-03 13:54:29 17250 [Note] InnoDB: Setting log file ./ib_logfile101 size to 64 MB
build   03-Jun-2015 12:54:30    [INFO] >> 2015-06-03 13:54:30 17250 [Note] InnoDB: Setting log file ./ib_logfile1 size to 64 MB
build   03-Jun-2015 12:54:31    [INFO] >> 2015-06-03 13:54:31 17250 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
build   03-Jun-2015 12:54:31    [INFO] >> 2015-06-03 13:54:31 17250 [Warning] InnoDB: New log files created, LSN=1625987
build   03-Jun-2015 12:54:31    [INFO] >> 2015-06-03 13:54:31 17250 [Note] InnoDB: 128 rollback segment(s) are active.
build   03-Jun-2015 12:54:31    [INFO] >> 2015-06-03 13:54:31 17250 [Note] InnoDB: Waiting for purge to start
build   03-Jun-2015 12:54:31    [INFO] >> 2015-06-03 13:54:31 17250 [Note] InnoDB: 5.6.21 started; log sequence number 1625987
build   03-Jun-2015 12:54:31    [INFO] >> 2015-06-03 13:54:31 17250 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 962052c3-0a19-11e5-8f62-0050569e2124.
build   03-Jun-2015 12:54:31    [INFO] >> 2015-06-03 13:54:31 17250 [Note] Server hostname (bind-address): '127.0.0.1'; port: 44357
build   03-Jun-2015 12:54:31    [INFO] >> 2015-06-03 13:54:31 17250 [Note]   - '127.0.0.1' resolves to '127.0.0.1';
build   03-Jun-2015 12:54:31    [INFO] >> 2015-06-03 13:54:31 17250 [Note] Server socket created on IP: '127.0.0.1'.
build   03-Jun-2015 12:54:31    [INFO] >> 2015-06-03 13:54:31 17250 [Note] Event Scheduler: Loaded 0 events
build   03-Jun-2015 12:54:31    [INFO] >> 2015-06-03 13:54:31 17250 [Note] /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist/bin/mysqld: ready for connections.
build   03-Jun-2015 12:54:31    [INFO] >> Version: '5.6.21-log'  socket: '/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data/mysql.sock'  port: 44357  MySQL Community Server (GPL)
build   03-Jun-2015 12:54:32    [INFO] socket /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data/mysql.sock is available after 3s of waiting
build   03-Jun-2015 12:54:32    [INFO] $ /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist/bin/mysqladmin --no-defaults --port=44357 --user=root --socket=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data/mysql.sock --host=127.0.0.1 password root
build   03-Jun-2015 12:54:32    [WARNING] >> Warning: Using a password on the command line interface can be insecure.
build   03-Jun-2015 12:54:32    [INFO] $ /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist/bin/mysql --port=44357 --user=root --password=root --socket=/opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data/mysql.sock
build   03-Jun-2015 12:54:32    [WARNING] >> Warning: Using a password on the command line interface can be insecure.
build   03-Jun-2015 12:54:32    [INFO] #start('Config(tcpport=44357, dbuser=root, dbpassword=roo..32..27.0.0.1, explicit_defaults_for_timestamp])', /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-dist, /opt/bamboo/agent0/xml-data/build-dir/BIGD-FBDL-JOB1/fbdl/app/target/sql-data, true, NULL): in 7.52s
build   03-Jun-2015 12:54:32    [INFO] #reusedExistingDatabase(): false in 82.90µs
build   03-Jun-2015 12:54:32    [INFO] set Maven property jcabi.reused.database = false 
build   03-Jun-2015 12:54:32    [INFO] #reusedExistingDatabase(): false in 12.99µs

@dmarkov
Copy link

dmarkov commented Jun 15, 2015

@yegor256 please pay attention to this issue

@dmarkov
Copy link

dmarkov commented Sep 22, 2015

@YamStranger please pick this up, and keep in mind these instructions. Any technical questions - ask right here. The budget here is 30 mins, which is exactly how much time will be paid for, when the task is completed

@YamStranger
Copy link
Member

@dmarkov I need more time here

@dmarkov
Copy link

dmarkov commented Sep 24, 2015

@dmarkov I need more time here

@YamStranger sure, thanks for telling me, take your time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants