Building... Creating network "integration_default" with the default driver Building plugin Step 1/5 : FROM alpine ---> 4a415e366388 Step 2/5 : COPY plugin_run.sh / ---> Using cache ---> 1a42f94aa1fd Step 3/5 : COPY docker-volume-rdma / ---> Using cache ---> 227314a441f0 Step 4/5 : RUN apk update && apk add netcat-openbsd bash mysql-client ---> Using cache ---> 77a697891542 Step 5/5 : ENTRYPOINT ./plugin_run.sh ---> Using cache ---> 4e58d6126f43 Successfully built 4e58d6126f43 Building tester Step 1/8 : FROM golang:alpine ---> bcb935bbf1da Step 2/8 : RUN apk update && apk add netcat-openbsd bash mysql-client git gcc g++ ---> Using cache ---> bf33dda8e2ca Step 3/8 : COPY tester_run.sh / ---> Using cache ---> 11ccf77e0bae Step 4/8 : COPY main.go $GOPATH/src/github.com/mellanox-senior-design/docker-volume-rdma/ ---> Using cache ---> 13910a3aaf10 Step 5/8 : COPY main_integration_test.go $GOPATH/src/github.com/mellanox-senior-design/docker-volume-rdma/ ---> Using cache ---> 7cfb02db0c7e Step 6/8 : COPY db $GOPATH/src/github.com/mellanox-senior-design/docker-volume-rdma/db ---> Using cache ---> 2904d235bbce Step 7/8 : COPY drivers $GOPATH/src/github.com/mellanox-senior-design/docker-volume-rdma/drivers ---> Using cache ---> be2596302211 Step 8/8 : CMD /tester_run.sh ---> Using cache ---> 8c91296887a9 Successfully built 8c91296887a9 Creating integration_mysql_1 Creating integration_plugin_1 Creating integration_tester_1 Attaching to integration_mysql_1, integration_plugin_1, integration_tester_1 mysql_1 | Initializing database plugin_1 | Waiting for MySQL to launch (3306). plugin_1 | Waiting for MySQL to launch (3306). mysql_1 | 2017-04-27T03:16:34.379409Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). tester_1 | Waiting for the Plugin to launch (8080). mysql_1 | 2017-04-27T03:16:35.300580Z 0 [Warning] InnoDB: New log files created, LSN=45790 mysql_1 | 2017-04-27T03:16:35.544737Z 0 [Warning] InnoDB: Creating foreign key constraint system tables. mysql_1 | 2017-04-27T03:16:35.629586Z 0 [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: eb9cbaf3-2af7-11e7-950d-0242ac120002. mysql_1 | 2017-04-27T03:16:35.649381Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened. mysql_1 | 2017-04-27T03:16:35.650234Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option. plugin_1 | Waiting for MySQL to launch (3306). tester_1 | Waiting for the Plugin to launch (8080). plugin_1 | Waiting for MySQL to launch (3306). tester_1 | Waiting for the Plugin to launch (8080). plugin_1 | Waiting for MySQL to launch (3306). tester_1 | Waiting for the Plugin to launch (8080). plugin_1 | Waiting for MySQL to launch (3306). tester_1 | Waiting for the Plugin to launch (8080). plugin_1 | Waiting for MySQL to launch (3306). tester_1 | Waiting for the Plugin to launch (8080). mysql_1 | 2017-04-27T03:16:42.595895Z 1 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-04-27T03:16:42.595972Z 1 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-04-27T03:16:42.595993Z 1 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-04-27T03:16:42.596006Z 1 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-04-27T03:16:42.596046Z 1 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode. plugin_1 | Waiting for MySQL to launch (3306). tester_1 | Waiting for the Plugin to launch (8080). plugin_1 | Waiting for MySQL to launch (3306). tester_1 | Waiting for the Plugin to launch (8080). plugin_1 | Waiting for MySQL to launch (3306). tester_1 | Waiting for the Plugin to launch (8080). plugin_1 | Waiting for MySQL to launch (3306). tester_1 | Waiting for the Plugin to launch (8080). plugin_1 | Waiting for MySQL to launch (3306). tester_1 | Waiting for the Plugin to launch (8080). mysql_1 | Database initialized mysql_1 | Initializing certificates mysql_1 | Generating a 2048 bit RSA private key mysql_1 | .................+++ mysql_1 | .......+++ mysql_1 | unable to write 'random state' mysql_1 | writing new private key to 'ca-key.pem' mysql_1 | ----- mysql_1 | Generating a 2048 bit RSA private key mysql_1 | ........................+++ mysql_1 | ........+++ mysql_1 | unable to write 'random state' mysql_1 | writing new private key to 'server-key.pem' mysql_1 | ----- mysql_1 | Generating a 2048 bit RSA private key mysql_1 | ...........................................................+++ mysql_1 | .............+++ mysql_1 | unable to write 'random state' mysql_1 | writing new private key to 'client-key.pem' mysql_1 | ----- mysql_1 | Certificates initialized mysql_1 | MySQL init process in progress... mysql_1 | 2017-04-27T03:16:47.850926Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). mysql_1 | 2017-04-27T03:16:47.851897Z 0 [Note] mysqld (mysqld 5.7.17) starting as process 80 ... mysql_1 | 2017-04-27T03:16:47.854479Z 0 [Note] InnoDB: PUNCH HOLE support available mysql_1 | 2017-04-27T03:16:47.854507Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins mysql_1 | 2017-04-27T03:16:47.854510Z 0 [Note] InnoDB: Uses event mutexes mysql_1 | 2017-04-27T03:16:47.854513Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier mysql_1 | 2017-04-27T03:16:47.854515Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3 mysql_1 | 2017-04-27T03:16:47.854537Z 0 [Note] InnoDB: Using Linux native AIO mysql_1 | 2017-04-27T03:16:47.854791Z 0 [Note] InnoDB: Number of pools: 1 mysql_1 | 2017-04-27T03:16:47.854901Z 0 [Note] InnoDB: Using CPU crc32 instructions mysql_1 | 2017-04-27T03:16:47.856295Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M mysql_1 | 2017-04-27T03:16:47.861594Z 0 [Note] InnoDB: Completed initialization of buffer pool mysql_1 | 2017-04-27T03:16:47.863060Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). mysql_1 | 2017-04-27T03:16:47.875847Z 0 [Note] InnoDB: Highest supported file format is Barracuda. plugin_1 | Waiting for MySQL to launch (3306). tester_1 | Waiting for the Plugin to launch (8080). mysql_1 | 2017-04-27T03:16:47.910661Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables mysql_1 | 2017-04-27T03:16:47.910725Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... mysql_1 | 2017-04-27T03:16:47.973980Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. mysql_1 | 2017-04-27T03:16:47.975609Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active. mysql_1 | 2017-04-27T03:16:47.975662Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active. mysql_1 | 2017-04-27T03:16:47.976715Z 0 [Note] InnoDB: 5.7.17 started; log sequence number 2535199 mysql_1 | 2017-04-27T03:16:47.977005Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool mysql_1 | 2017-04-27T03:16:47.977631Z 0 [Note] Plugin 'FEDERATED' is disabled. mysql_1 | 2017-04-27T03:16:47.979516Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170427 3:16:47 mysql_1 | 2017-04-27T03:16:47.982872Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them. mysql_1 | 2017-04-27T03:16:47.983384Z 0 [Warning] CA certificate ca.pem is self signed. mysql_1 | 2017-04-27T03:16:48.008119Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-04-27T03:16:48.008177Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-04-27T03:16:48.008193Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-04-27T03:16:48.008200Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-04-27T03:16:48.009920Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-04-27T03:16:48.015765Z 0 [Note] Event Scheduler: Loaded 0 events mysql_1 | 2017-04-27T03:16:48.015959Z 0 [Note] Executing 'SELECT * FROM INFORMATION_SCHEMA.TABLES;' to get a list of tables using the deprecated partition engine. You may use the startup option '--disable-partition-engine-check' to skip this check. mysql_1 | 2017-04-27T03:16:48.015970Z 0 [Note] Beginning of list of non-natively partitioned tables mysql_1 | 2017-04-27T03:16:48.023833Z 0 [Note] End of list of non-natively partitioned tables mysql_1 | 2017-04-27T03:16:48.023944Z 0 [Note] mysqld: ready for connections. mysql_1 | Version: '5.7.17' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server (GPL) plugin_1 | Waiting for MySQL to launch (3306). tester_1 | Waiting for the Plugin to launch (8080). plugin_1 | Waiting for MySQL to launch (3306). tester_1 | Waiting for the Plugin to launch (8080). mysql_1 | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it. mysql_1 | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it. plugin_1 | Waiting for MySQL to launch (3306). tester_1 | Waiting for the Plugin to launch (8080). plugin_1 | Waiting for MySQL to launch (3306). tester_1 | Waiting for the Plugin to launch (8080). mysql_1 | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it. mysql_1 | 2017-04-27T03:16:52.763840Z 5 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-04-27T03:16:52.763875Z 5 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-04-27T03:16:52.763891Z 5 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-04-27T03:16:52.763898Z 5 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-04-27T03:16:52.763921Z 5 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode. mysql_1 | mysql_1 | 2017-04-27T03:16:52.765508Z 0 [Note] Giving 0 client threads a chance to die gracefully mysql_1 | 2017-04-27T03:16:52.765557Z 0 [Note] Shutting down slave threads mysql_1 | 2017-04-27T03:16:52.765566Z 0 [Note] Forcefully disconnecting 0 remaining clients mysql_1 | 2017-04-27T03:16:52.765571Z 0 [Note] Event Scheduler: Purging the queue. 0 events mysql_1 | 2017-04-27T03:16:52.765637Z 0 [Note] Binlog end mysql_1 | 2017-04-27T03:16:52.767094Z 0 [Note] Shutting down plugin 'ngram' mysql_1 | 2017-04-27T03:16:52.767123Z 0 [Note] Shutting down plugin 'BLACKHOLE' mysql_1 | 2017-04-27T03:16:52.767128Z 0 [Note] Shutting down plugin 'partition' mysql_1 | 2017-04-27T03:16:52.767130Z 0 [Note] Shutting down plugin 'ARCHIVE' mysql_1 | 2017-04-27T03:16:52.767131Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL' mysql_1 | 2017-04-27T03:16:52.767134Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES' mysql_1 | 2017-04-27T03:16:52.767135Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES' mysql_1 | 2017-04-27T03:16:52.767137Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS' mysql_1 | 2017-04-27T03:16:52.767138Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN' mysql_1 | 2017-04-27T03:16:52.767140Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS' mysql_1 | 2017-04-27T03:16:52.767141Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS' mysql_1 | 2017-04-27T03:16:52.767143Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES' mysql_1 | 2017-04-27T03:16:52.767144Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS' mysql_1 | 2017-04-27T03:16:52.767175Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES' mysql_1 | 2017-04-27T03:16:52.767178Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE' mysql_1 | 2017-04-27T03:16:52.767180Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE' mysql_1 | 2017-04-27T03:16:52.767181Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG' mysql_1 | 2017-04-27T03:16:52.767183Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED' mysql_1 | 2017-04-27T03:16:52.767208Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED' mysql_1 | 2017-04-27T03:16:52.767246Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD' mysql_1 | 2017-04-27T03:16:52.767249Z 0 [Note] Shutting down plugin 'INNODB_METRICS' mysql_1 | 2017-04-27T03:16:52.767251Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO' mysql_1 | 2017-04-27T03:16:52.767253Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS' mysql_1 | 2017-04-27T03:16:52.767254Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU' mysql_1 | 2017-04-27T03:16:52.767255Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE' mysql_1 | 2017-04-27T03:16:52.767257Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET' mysql_1 | 2017-04-27T03:16:52.767259Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX' mysql_1 | 2017-04-27T03:16:52.767260Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET' mysql_1 | 2017-04-27T03:16:52.767261Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM' mysql_1 | 2017-04-27T03:16:52.767263Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET' mysql_1 | 2017-04-27T03:16:52.767265Z 0 [Note] Shutting down plugin 'INNODB_CMP' mysql_1 | 2017-04-27T03:16:52.767267Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS' mysql_1 | 2017-04-27T03:16:52.767269Z 0 [Note] Shutting down plugin 'INNODB_LOCKS' mysql_1 | 2017-04-27T03:16:52.767270Z 0 [Note] Shutting down plugin 'INNODB_TRX' mysql_1 | 2017-04-27T03:16:52.767272Z 0 [Note] Shutting down plugin 'InnoDB' mysql_1 | 2017-04-27T03:16:52.767535Z 0 [Note] InnoDB: FTS optimize thread exiting. mysql_1 | 2017-04-27T03:16:52.767831Z 0 [Note] InnoDB: Starting shutdown... mysql_1 | 2017-04-27T03:16:52.868981Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool mysql_1 | 2017-04-27T03:16:52.871163Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 170427 3:16:52 plugin_1 | Waiting for MySQL to launch (3306). tester_1 | Waiting for the Plugin to launch (8080). plugin_1 | Waiting for MySQL to launch (3306). tester_1 | Waiting for the Plugin to launch (8080). mysql_1 | 2017-04-27T03:16:54.391842Z 0 [Note] InnoDB: Shutdown completed; log sequence number 12168050 mysql_1 | 2017-04-27T03:16:54.394995Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" mysql_1 | 2017-04-27T03:16:54.395041Z 0 [Note] Shutting down plugin 'MRG_MYISAM' mysql_1 | 2017-04-27T03:16:54.395045Z 0 [Note] Shutting down plugin 'MyISAM' mysql_1 | 2017-04-27T03:16:54.395053Z 0 [Note] Shutting down plugin 'CSV' mysql_1 | 2017-04-27T03:16:54.395057Z 0 [Note] Shutting down plugin 'MEMORY' mysql_1 | 2017-04-27T03:16:54.395059Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA' mysql_1 | 2017-04-27T03:16:54.395081Z 0 [Note] Shutting down plugin 'sha256_password' mysql_1 | 2017-04-27T03:16:54.395084Z 0 [Note] Shutting down plugin 'mysql_native_password' mysql_1 | 2017-04-27T03:16:54.395198Z 0 [Note] Shutting down plugin 'binlog' mysql_1 | 2017-04-27T03:16:54.398615Z 0 [Note] mysqld: Shutdown complete mysql_1 | mysql_1 | mysql_1 | MySQL init process done. Ready for start up. mysql_1 | mysql_1 | 2017-04-27T03:16:54.700445Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). mysql_1 | 2017-04-27T03:16:54.701438Z 0 [Note] mysqld (mysqld 5.7.17) starting as process 1 ... mysql_1 | 2017-04-27T03:16:54.703757Z 0 [Note] InnoDB: PUNCH HOLE support available mysql_1 | 2017-04-27T03:16:54.703788Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins mysql_1 | 2017-04-27T03:16:54.703791Z 0 [Note] InnoDB: Uses event mutexes mysql_1 | 2017-04-27T03:16:54.703793Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier mysql_1 | 2017-04-27T03:16:54.703795Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3 mysql_1 | 2017-04-27T03:16:54.703797Z 0 [Note] InnoDB: Using Linux native AIO mysql_1 | 2017-04-27T03:16:54.703983Z 0 [Note] InnoDB: Number of pools: 1 mysql_1 | 2017-04-27T03:16:54.704090Z 0 [Note] InnoDB: Using CPU crc32 instructions mysql_1 | 2017-04-27T03:16:54.705125Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M mysql_1 | 2017-04-27T03:16:54.710416Z 0 [Note] InnoDB: Completed initialization of buffer pool mysql_1 | 2017-04-27T03:16:54.711729Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). mysql_1 | 2017-04-27T03:16:54.724027Z 0 [Note] InnoDB: Highest supported file format is Barracuda. mysql_1 | 2017-04-27T03:16:54.756656Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables mysql_1 | 2017-04-27T03:16:54.756726Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... mysql_1 | 2017-04-27T03:16:54.818133Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. mysql_1 | 2017-04-27T03:16:54.819635Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active. mysql_1 | 2017-04-27T03:16:54.819673Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active. mysql_1 | 2017-04-27T03:16:54.820111Z 0 [Note] InnoDB: Waiting for purge to start mysql_1 | 2017-04-27T03:16:54.870698Z 0 [Note] InnoDB: 5.7.17 started; log sequence number 12168050 mysql_1 | 2017-04-27T03:16:54.876606Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool mysql_1 | 2017-04-27T03:16:54.876656Z 0 [Note] Plugin 'FEDERATED' is disabled. mysql_1 | 2017-04-27T03:16:54.879764Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170427 3:16:54 mysql_1 | 2017-04-27T03:16:54.880373Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them. mysql_1 | 2017-04-27T03:16:54.880641Z 0 [Warning] CA certificate ca.pem is self signed. mysql_1 | 2017-04-27T03:16:54.882148Z 0 [Note] Server hostname (bind-address): '*'; port: 3306 mysql_1 | 2017-04-27T03:16:54.882208Z 0 [Note] IPv6 is available. mysql_1 | 2017-04-27T03:16:54.882230Z 0 [Note] - '::' resolves to '::'; mysql_1 | 2017-04-27T03:16:54.882255Z 0 [Note] Server socket created on IP: '::'. mysql_1 | 2017-04-27T03:16:54.907890Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-04-27T03:16:54.908025Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-04-27T03:16:54.908069Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-04-27T03:16:54.908114Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode. plugin_1 | MySQL is up! mysql_1 | 2017-04-27T03:16:54.912591Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-04-27T03:16:54.920568Z 0 [Note] Event Scheduler: Loaded 0 events mysql_1 | 2017-04-27T03:16:54.920830Z 0 [Note] Executing 'SELECT * FROM INFORMATION_SCHEMA.TABLES;' to get a list of tables using the deprecated partition engine. You may use the startup option '--disable-partition-engine-check' to skip this check. mysql_1 | 2017-04-27T03:16:54.920910Z 0 [Note] Beginning of list of non-natively partitioned tables mysql_1 | 2017-04-27T03:16:54.929592Z 0 [Note] End of list of non-natively partitioned tables mysql_1 | 2017-04-27T03:16:54.929742Z 0 [Note] mysqld: ready for connections. mysql_1 | Version: '5.7.17' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL) tester_1 | Waiting for the Plugin to launch (8080). tester_1 | Waiting for the Plugin to launch (8080). tester_1 | Waiting for the Plugin to launch (8080). tester_1 | Waiting for the Plugin to launch (8080). tester_1 | Waiting for the Plugin to launch (8080). plugin_1 | 0 plugin_1 | I0427 03:16:59.926509 49 main.go:113] Attempting to use the mysql volume driver. plugin_1 | I0427 03:16:59.926570 49 mysql.go:48] Connecting toroot:@tcp(mysql:3306)/rdma plugin_1 | I0427 03:16:59.926580 49 main.go:154] Attempting to use the on-disk storage controller. plugin_1 | W0427 03:16:59.926585 49 ondisk.go:34] plugin_1 | ******************************************************************************** plugin_1 | * * plugin_1 | * WARNING!!! * plugin_1 | * DO NOT USE the "On-Disk Controller" IN PRODUCTION! * plugin_1 | * * plugin_1 | * You are currently using the On-Disk Storage Controller, it * plugin_1 | * operates on the host's disk with out the benifits of rdma and * plugin_1 | * should only be used for testing purposes. All data saved in * plugin_1 | * the volumes will still be available by manually accessing the * plugin_1 | * data in the host's filesystem. * plugin_1 | * * plugin_1 | ******************************************************************************** plugin_1 | plugin_1 | I0427 03:16:59.926594 49 ondisk.go:40] Mount path: /etc/docker/mounts/ plugin_1 | I0427 03:16:59.926802 49 main.go:104] Connecting to services ... plugin_1 | I0427 03:16:59.927026 49 sqldb.go:80] Opening database file: root:password@tcp(mysql:3306)/rdma plugin_1 | I0427 03:16:59.928798 49 sqldb.go:95] CREATE TABLE IF NOT EXISTS volumes ( plugin_1 | id INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT, plugin_1 | name VARCHAR(256) NOT NULL UNIQUE, plugin_1 | mountpoint TEXT plugin_1 | ); tester_1 | Waiting for the Plugin to launch (8080). plugin_1 | I0427 03:17:00.108658 49 sqldb.go:103] CREATE TABLE IF NOT EXISTS mounts ( plugin_1 | volume_id INTEGER NOT NULL, plugin_1 | requester_id VARCHAR(256) NOT NULL, plugin_1 | count INTEGER NOT NULL plugin_1 | ); plugin_1 | I0427 03:17:00.263250 49 sqldb.go:110] Connected to db. plugin_1 | I0427 03:17:00.263352 49 ondisk.go:56] Connect function called, no action taken. plugin_1 | I0427 03:17:00.263368 49 main.go:81] Running! http://localhost:8080 tester_1 | The Plugin is up! tester_1 | Getting depending packages tester_1 | github.com/docker/docker (download) tester_1 | github.com/docker/docker/pkg/random tester_1 | github.com/docker/docker/pkg/namesgenerator tester_1 | github.com/docker/go-plugins-helpers (download) tester_1 | github.com/coreos/go-systemd (download) tester_1 | github.com/docker/go-connections (download) tester_1 | Fetching https://golang.org/x/net/proxy?go-get=1 tester_1 | Parsing meta tags from https://golang.org/x/net/proxy?go-get=1 (status code 200) tester_1 | get "golang.org/x/net/proxy": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/proxy?go-get=1 tester_1 | get "golang.org/x/net/proxy": verifying non-authoritative meta tag tester_1 | Fetching https://golang.org/x/net?go-get=1 tester_1 | Parsing meta tags from https://golang.org/x/net?go-get=1 (status code 200) tester_1 | golang.org/x/net (download) tester_1 | github.com/golang/glog (download) tester_1 | github.com/go-sql-driver/mysql (download) tester_1 | github.com/mattn/go-sqlite3 (download) tester_1 | github.com/stretchr/testify (download) tester_1 | Fetching https://gopkg.in/DATA-DOG/go-sqlmock.v1?go-get=1 tester_1 | Parsing meta tags from https://gopkg.in/DATA-DOG/go-sqlmock.v1?go-get=1 (status code 200) tester_1 | get "gopkg.in/DATA-DOG/go-sqlmock.v1": found meta tag main.metaImport{Prefix:"gopkg.in/DATA-DOG/go-sqlmock.v1", VCS:"git", RepoRoot:"https://gopkg.in/DATA-DOG/go-sqlmock.v1"} at https://gopkg.in/DATA-DOG/go-sqlmock.v1?go-get=1 tester_1 | gopkg.in/DATA-DOG/go-sqlmock.v1 (download) tester_1 | github.com/coreos/go-systemd/activation tester_1 | golang.org/x/net/proxy tester_1 | github.com/golang/glog tester_1 | github.com/go-sql-driver/mysql tester_1 | golang.org/x/net/context tester_1 | github.com/mattn/go-sqlite3 tester_1 | github.com/docker/go-connections/sockets tester_1 | github.com/docker/go-plugins-helpers/sdk tester_1 | github.com/docker/go-plugins-helpers/volume tester_1 | github.com/mellanox-senior-design/docker-volume-rdma/db tester_1 | github.com/mellanox-senior-design/docker-volume-rdma/drivers tester_1 | github.com/mellanox-senior-design/docker-volume-rdma tester_1 | Running integration tests plugin_1 | I0427 03:20:15.599485 49 driver.go:80] Creating volume: plugin_1 | E0427 03:20:15.599511 49 driver.go:92] Error: volume name cannot be empty! Encountered while creating a volume: plugin_1 | I0427 03:20:15.600105 49 driver.go:80] Creating volume: tender_yonath plugin_1 | I0427 03:20:15.647561 49 driver.go:80] Creating volume: tender_yonath plugin_1 | E0427 03:20:15.666323 49 driver.go:92] Error: Error 1062: Duplicate entry 'tender_yonath' for key 'name'! Encountered while creating a volume: tender_yonath plugin_1 | I0427 03:20:15.667091 49 driver.go:137] Getting volume: tender_yonath plugin_1 | I0427 03:20:15.668137 49 driver.go:166] Removing volume: tender_yonath plugin_1 | I0427 03:20:15.668839 49 sqldb.go:226] tender_yonath is id 1 plugin_1 | I0427 03:20:15.669651 49 sqldb.go:542] 0 mounts for volume tender_yonath plugin_1 | I0427 03:20:15.670167 49 sqldb.go:226] tender_yonath is id 1 plugin_1 | I0427 03:20:15.711814 49 driver.go:137] Getting volume: plugin_1 | E0427 03:20:15.714819 49 driver.go:149] Error: volume does not exist! Encountered while get information about the volume: plugin_1 | I0427 03:20:15.716366 49 driver.go:80] Creating volume: gallant_turing plugin_1 | I0427 03:20:15.741409 49 driver.go:137] Getting volume: gallant_turing plugin_1 | I0427 03:20:15.743036 49 driver.go:137] Getting volume: wonderful_bhabha8 plugin_1 | E0427 03:20:15.743973 49 driver.go:149] Error: volume does not exist! Encountered while get information about the volume: wonderful_bhabha8 plugin_1 | I0427 03:20:15.744650 49 driver.go:166] Removing volume: gallant_turing plugin_1 | I0427 03:20:15.745545 49 sqldb.go:226] gallant_turing is id 3 plugin_1 | I0427 03:20:15.746128 49 sqldb.go:542] 0 mounts for volume gallant_turing plugin_1 | I0427 03:20:15.746788 49 sqldb.go:226] gallant_turing is id 3 plugin_1 | I0427 03:20:15.773704 49 driver.go:108] Listing volumes plugin_1 | I0427 03:20:15.774899 49 driver.go:80] Creating volume: pedantic_pasteur plugin_1 | I0427 03:20:15.799776 49 driver.go:108] Listing volumes plugin_1 | I0427 03:20:15.802150 49 driver.go:80] Creating volume: modest_archimedes6 plugin_1 | I0427 03:20:15.825011 49 driver.go:108] Listing volumes plugin_1 | I0427 03:20:15.826075 49 driver.go:166] Removing volume: pedantic_pasteur plugin_1 | I0427 03:20:15.827031 49 sqldb.go:226] pedantic_pasteur is id 4 plugin_1 | I0427 03:20:15.827571 49 sqldb.go:542] 0 mounts for volume pedantic_pasteur plugin_1 | I0427 03:20:15.828235 49 sqldb.go:226] pedantic_pasteur is id 4 plugin_1 | I0427 03:20:15.851940 49 driver.go:166] Removing volume: modest_archimedes6 plugin_1 | I0427 03:20:15.852733 49 sqldb.go:226] modest_archimedes6 is id 5 plugin_1 | I0427 03:20:15.853201 49 sqldb.go:542] 0 mounts for volume modest_archimedes6 plugin_1 | I0427 03:20:15.853740 49 sqldb.go:226] modest_archimedes6 is id 5 plugin_1 | I0427 03:20:15.877837 49 driver.go:166] Removing volume: plugin_1 | E0427 03:20:15.879197 49 driver.go:181] Error: volume does not exist! Encountered while removing a volume: plugin_1 | I0427 03:20:15.880300 49 driver.go:80] Creating volume: adoring_meninsky plugin_1 | I0427 03:20:15.904549 49 driver.go:80] Creating volume: friendly_hodgkin5 plugin_1 | I0427 03:20:15.930326 49 driver.go:166] Removing volume: nonexistent_volume plugin_1 | E0427 03:20:15.931601 49 driver.go:181] Error: volume does not exist! Encountered while removing a volume: nonexistent_volume plugin_1 | I0427 03:20:15.932366 49 driver.go:236] Mounting volume: adoring_meninsky plugin_1 | I0427 03:20:15.932407 49 ondisk.go:80] Creating: /etc/docker/mounts/adoring_meninsky plugin_1 | I0427 03:20:15.933344 49 sqldb.go:226] adoring_meninsky is id 6 plugin_1 | I0427 03:20:15.933991 49 sqldb.go:542] 0 mounts for volume adoring_meninsky plugin_1 | I0427 03:20:15.958420 49 driver.go:166] Removing volume: adoring_meninsky plugin_1 | I0427 03:20:15.959983 49 sqldb.go:226] adoring_meninsky is id 6 plugin_1 | I0427 03:20:15.961004 49 sqldb.go:542] 1 mounts for volume adoring_meninsky plugin_1 | E0427 03:20:15.961126 49 driver.go:181] Error: volume cannot be removed as it still has active mount requests! Encountered while removing a volume: adoring_meninsky plugin_1 | I0427 03:20:15.962009 49 driver.go:275] Unmounting volume: adoring_meninsky and ID: 42 plugin_1 | I0427 03:20:15.963298 49 sqldb.go:226] adoring_meninsky is id 6 plugin_1 | I0427 03:20:15.964245 49 sqldb.go:542] 1 mounts for volume adoring_meninsky plugin_1 | I0427 03:20:15.989095 49 ondisk.go:96] /etc/docker/mounts/adoring_meninsky plugin_1 | E0427 03:20:15.989168 49 driver.go:289] Error: open /etc/docker/mounts/adoring_meninsky.unmounted: no such file or directory Encountered while unmounting volume: adoring_meninsky and ID: 42 tester_1 | --- FAIL: TestRemove (0.11s) tester_1 | main_integration_test.go:861: POST /VolumeDriver.Remove tester_1 | main_integration_test.go:864: json.Marshal(volume.Request{Name: , Options: map[string]string{}}) tester_1 | main_integration_test.go:913: POST /VolumeDriver.Create tester_1 | main_integration_test.go:916: json.Marshal(volume.Request{Name: adoring_meninsky, Options: map[string]string{}}) tester_1 | main_integration_test.go:964: POST /VolumeDriver.Create tester_1 | main_integration_test.go:967: json.Marshal(volume.Request{Name: friendly_hodgkin5, Options: map[string]string{}}) tester_1 | main_integration_test.go:1014: POST /VolumeDriver.Remove tester_1 | main_integration_test.go:1017: json.Marshal(volume.Request{Name: nonexistent_volume}) tester_1 | main_integration_test.go:1060: POST /VolumeDriver.Mount tester_1 | main_integration_test.go:1063: json.Marshal(volume.MountRequest{Name: adoring_meninsky, ID: 42}) tester_1 | main_integration_test.go:1112: POST /VolumeDriver.Remove tester_1 | main_integration_test.go:1115: json.Marshal(volume.Request{Name: adoring_meninsky}) tester_1 | main_integration_test.go:1158: POST /VolumeDriver.Unmount tester_1 | main_integration_test.go:1161: json.Marshal(volume.UnmountRequest{Name: adoring_meninsky, ID: 42}) tester_1 | main_integration_test.go:1199: Error occured while unmounting: adoring_meninsky open /etc/docker/mounts/adoring_meninsky.unmounted: no such file or directory plugin_1 | I0427 03:20:15.990519 49 driver.go:200] Getting path of volume: trusting_kilby plugin_1 | E0427 03:20:15.991615 49 driver.go:212] Error: volume does not exist! Encountered while get path of volume: trusting_kilby plugin_1 | I0427 03:20:15.992513 49 driver.go:80] Creating volume: trusting_kilby plugin_1 | I0427 03:20:16.017587 49 driver.go:200] Getting path of volume: trusting_kilby plugin_1 | I0427 03:20:16.018734 49 driver.go:236] Mounting volume: trusting_kilby plugin_1 | I0427 03:20:16.018858 49 ondisk.go:80] Creating: /etc/docker/mounts/trusting_kilby plugin_1 | I0427 03:20:16.019471 49 sqldb.go:226] trusting_kilby is id 8 plugin_1 | I0427 03:20:16.019843 49 sqldb.go:542] 0 mounts for volume trusting_kilby plugin_1 | I0427 03:20:16.043278 49 driver.go:200] Getting path of volume: trusting_kilby plugin_1 | I0427 03:20:16.045253 49 driver.go:275] Unmounting volume: trusting_kilby and ID: 42 plugin_1 | I0427 03:20:16.046431 49 sqldb.go:226] trusting_kilby is id 8 plugin_1 | I0427 03:20:16.047157 49 sqldb.go:542] 1 mounts for volume trusting_kilby plugin_1 | I0427 03:20:16.072725 49 ondisk.go:96] /etc/docker/mounts/trusting_kilby plugin_1 | I0427 03:20:16.072949 49 ondisk.go:101] Renaming: /etc/docker/mounts/trusting_kilby to /etc/docker/mounts/trusting_kilby.unmounted plugin_1 | I0427 03:20:16.073757 49 driver.go:166] Removing volume: trusting_kilby plugin_1 | I0427 03:20:16.074782 49 sqldb.go:226] trusting_kilby is id 8 plugin_1 | I0427 03:20:16.075383 49 sqldb.go:542] 0 mounts for volume trusting_kilby plugin_1 | I0427 03:20:16.076253 49 sqldb.go:226] trusting_kilby is id 8 plugin_1 | I0427 03:20:16.096292 49 driver.go:313] Listing capabilities tester_1 | FAIL tester_1 | exit status 1 tester_1 | FAIL github.com/mellanox-senior-design/docker-volume-rdma 0.503s integration_tester_1 exited with code 1 Aborting on container exit... Stopping integration_plugin_1 ... done Stopping integration_mysql_1 ... done Removing integration_tester_1 ... done Removing integration_plugin_1 ... done Removing integration_mysql_1 ... done Removing network integration_default