> buildscripts/smoke.py --nojournal jstests/drop2.js cwd [/ssd/mongo2] num procs:338 removing: /data/db/sconsTests//test.ns removing: /data/db/sconsTests//test.0 removing: /data/db/sconsTests//mongod.lock removing: /data/db/sconsTests//test.1 Mon Nov 12 13:26:36.344 [initandlisten] MongoDB starting : pid=30927 port=27999 dbpath=/data/db/sconsTests/ 64-bit host=ubuntu Mon Nov 12 13:26:36.344 [initandlisten] Mon Nov 12 13:26:36.344 [initandlisten] ** NOTE: This is a development version (2.3.1-pre-) of MongoDB. Mon Nov 12 13:26:36.344 [initandlisten] ** Not recommended for production. Mon Nov 12 13:26:36.344 [initandlisten] Mon Nov 12 13:26:36.344 [initandlisten] db version v2.3.1-pre-, pdfile version 4.5 Mon Nov 12 13:26:36.344 [initandlisten] git version: d9df6423f805b5cd1dc7717b62a13aae9ce3778a Mon Nov 12 13:26:36.344 [initandlisten] build info: Linux ubuntu 2.6.38-16-generic #67-Ubuntu SMP Thu Sep 6 17:58:38 UTC 2012 x86_64 BOOST_LIB_VERSION=1_49 Mon Nov 12 13:26:36.344 [initandlisten] options: { dbpath: "/data/db/sconsTests/", nojournal: true, port: 27999 } Mon Nov 12 13:26:36.423 [websvr] admin web console waiting for connections on port 28999 Mon Nov 12 13:26:36.423 [initandlisten] waiting for connections on port 27999 Mon Nov 12 13:26:37.311 [initandlisten] connection accepted from 127.0.0.1:38673 #1 (1 connection now open) running /ssd/mongo2/mongod --port 27999 --dbpath /data/db/sconsTests/ --nojournal ******************************************* Test : drop2.js ... Command : /ssd/mongo2/mongo --port 27999 /ssd/mongo2/jstests/drop2.js --eval TestData = new Object();TestData.testPath = "/ssd/mongo2/jstests/drop2.js";TestData.testFile = "drop2.js";TestData.testName = "drop2";TestData.noJournal = true;TestData.noJournalPrealloc = false;TestData.auth = false;TestData.keyFile = null;TestData.keyFileData = null; Date : Mon Nov 12 13:26:37 2012 Mon Nov 12 13:26:37.311 [conn1] end connection 127.0.0.1:38673 (0 connections now open) MongoDB shell version: 2.3.1-pre- Mon Nov 12 13:26:37.586 [initandlisten] connection accepted from 127.0.0.1:38674 #2 (1 connection now open) connecting to: 127.0.0.1:27999/test null Mon Nov 12 13:26:37.597 [conn2] CMD: drop test.jstests_drop2 Mon Nov 12 13:26:37.602 [FileAllocator] allocating new datafile /data/db/sconsTests/test.ns, filling with zeroes... Mon Nov 12 13:26:37.602 [FileAllocator] creating directory /data/db/sconsTests/_tmp Mon Nov 12 13:26:37.846 [FileAllocator] done allocating datafile /data/db/sconsTests/test.ns, size: 16MB, took 0.237 secs Mon Nov 12 13:26:37.846 [FileAllocator] allocating new datafile /data/db/sconsTests/test.0, filling with zeroes... Mon Nov 12 13:26:38.483 [FileAllocator] done allocating datafile /data/db/sconsTests/test.0, size: 64MB, took 0.637 secs Mon Nov 12 13:26:38.484 [FileAllocator] allocating new datafile /data/db/sconsTests/test.1, filling with zeroes... Mon Nov 12 13:26:38.485 [conn2] build index test.jstests_drop2 { _id: 1 } Mon Nov 12 13:26:38.516 [conn2] build index done. scanned 0 total records. 0.031 secs Mon Nov 12 13:26:38.516 [conn2] insert test.jstests_drop2 keyUpdates:0 locks(micros) w:913871 913ms Mon Nov 12 13:26:38.525 shell: started program /ssd/mongo2/mongo --eval TestData = { "testPath" : "/ssd/mongo2/jstests/drop2.js", "testFile" : "drop2.js", "testName" : "drop2", "noJournal" : true, "noJournalPrealloc" : false, "auth" : false, "keyFile" : null, "keyFileData" : null };db = db.getSiblingDB('test');db.jstests_drop2.count( { $where: function() { while( 1 ) { sleep( 1 ); } } } ) 127.0.0.1:27999/admin Mon Nov 12 13:26:38.792 [initandlisten] connection accepted from 127.0.0.1:38675 #3 (2 connections now open) sh30943| MongoDB shell version: 2.3.1-pre- Mon Nov 12 13:26:38.944 shell: started program /ssd/mongo2/mongo --eval TestData = { "testPath" : "/ssd/mongo2/jstests/drop2.js", "testFile" : "drop2.js", "testName" : "drop2", "noJournal" : true, "noJournalPrealloc" : false, "auth" : false, "keyFile" : null, "keyFileData" : null };db = db.getSiblingDB('test');db.jstests_drop2.drop() 127.0.0.1:27999/admin Mon Nov 12 13:26:39.207 [initandlisten] connection accepted from 127.0.0.1:38676 #4 (3 connections now open) Mon Nov 12 13:26:39.354 [conn2] going to kill op: op: 8.0 Mon Nov 12 13:26:39.355 [conn2] going to kill op: op: 5.0 Mon Nov 12 13:26:39.361 [conn3] error in invoke: _funcs1:0 Interruption in V8 native callback _funcs1 = function () { while( 1 ) { sleep( 1 ); } } ^ Mon Nov 12 13:26:39.362 [conn3] Count with ns: test.jstests_drop2 and query: { $where: function () { while( 1 ) { sleep( 1 ); } } } failed with exception: 10072 unknown error in invocation of $where function code: 10072 Mon Nov 12 13:26:39.362 [conn3] exec error: interrupted Mon Nov 12 13:26:39.362 [conn3] javascript scope cleanup interrupted :: caused by :: 13475 exec error: interrupted sh30948| MongoDB shell version: 2.3.1-pre- sh30943| connecting to: 127.0.0.1:27999/admin sh30943| Mon Nov 12 13:26:40.369 DBClientCursor::init call() failed sh30948| connecting to: 127.0.0.1:27999/admin sh30948| Mon Nov 12 13:26:40.369 DBClientCursor::init call() failed sh30943| Mon Nov 12 13:26:40.374 exec error: src/mongo/shell/query.js:78 error doing query: failed sh30943| this._cursor = this._mongo.find( this._ns , this._query , this._fields , this. sh30943| ^ sh30943| sh30948| Mon Nov 12 13:26:40.374 exec error: src/mongo/shell/query.js:78 error doing query: failed sh30948| this._cursor = this._mongo.find( this._ns , this._query , this._fields , this. sh30948| ^ sh30948| Mon Nov 12 13:26:40.377 DBClientCursor::init call() failed Mon Nov 12 13:26:40.382 exec error: src/mongo/shell/query.js:78 error doing query: failed this._cursor = this._mongo.find( this._ns , this._query , this._fields , this. ^ failed to load: /ssd/mongo2/jstests/drop2.js 3073.162079ms test /ssd/mongo2/jstests/drop2.js exited with status 253 0 tests succeeded The following tests failed (with exit code): /ssd/mongo2/jstests/drop2.js 253