I've occasionally (rarely) seen errors like the following -- anybody
have an idea what might be going on ? Anything I can do to help
troubleshoot ?

=======
(syncing NetBSD pkgsrc (http://pkgsrc.sonnenberger.org)):



[...]

SHA1 (test-unit-3.1.2.gem) = be7ec72f81bbfeebeaf757de3295cd2f282d4ee6
RMD160 (test-unit-3.1.2.gem) = 61bf11396fa9dd89ca62d91eba086ade7f0927c4
Size (test-unit-3.1.2.gem) = 122368 bytes
file fbef11fe9e510682756a77c987e97831b3c77899
d714600a9514dad3549baca1df0cce813378a375 8293
Arl
i@0,1wn:Update\sruby-shoulda-matchers\sto\s2.8.0.\n\npkgsrc\schange:\sallow\sbuild\son\sRuby\s2.2.\n\n#\s2.8.0\n\n###\sDeprecations\n\n*\s`ensure_length_of`\shas\sbeen\srenamed\sto\s`validate_length_of`.\n\s\s`ensure_length_of`\sis\sdeprecated\sand\swill\sbe\sremoved\sin\s3.0.0.\n\n*\s`set_the_flash`\shas\sbeen\srenamed\sto\s`set_flash`.\s`set_the_flash`\sis\n\s\sdeprecated\sand\swill\sbe\sremoved\sin\s3.0.0.\n\n*\s`set_session(:foo)`\sis\sdeprecated\sin\sfavor\sof\s`set_session[:foo]`.\n\s\s`set_session(:foo)`\swill\sbe\sinvalid\ssyntax\sin\s3.0.0.\n\n*\sUsing\s`should\sset_session[:key].to(nil)`\sto\sassert\sthat\sthat\sa\svalue\shas\snot\n\s\sbeen\sset\sis\sdeprecated.\sPlease\suse\s`should_not\sset_session[:key]`\sinstead.\n\s\sIn\s3.0.0,\s`should\sset_session[:key].to(nil)`\swill\sonly\spass\sif\sthe\svalue\sis\n\s\struly\snil.\n\n###\sBug\sfixes\n\n*\sFix\s`delegate_method`\sso\sthat\sit\sworks\sagain\swith\sshoulda-context.\s([#591])\n\n*\sFix\s`validate_uniqueness_of`\swhen\s
 
used\swith\s`scoped_to`\sso\sthat\swhen\sone\sof\n\s\sthe\sscope\sattributes\sis\sa\spolymorphic\s`*_type`\sattribute\sand\sthe\smodel\shas\n\s\sanother\svalidation\son\sthe\ssame\sattribute,\sthe\smatcher\sdoes\snot\sfail\swith\san\n\s\serror.\s([#592])\n\n*\sFix\s`has_many`\sused\swith\s`through`\sso\sthat\swhen\sthe\sassociation\sdoes\snot\n\s\sexist,\sand\sthe\smatcher\sfails,\sit\sdoes\snot\sraise\san\serror\swhen\sproducing\sthe\n\s\sfailure\smessage.\s([#588])\n\n*\sFix\s`have_and_belong_to_many`\sused\swith\s`join_table`\sso\sthat\sit\sdoes\snot\sfail\n\s\swhen\s`foreign_key`\sand/or\s`association_foreign_key`\swas\sspecified\son\sthe\n\s\sassociation\sas\sa\ssymbol\sinstead\sof\sa\sstring.\s([#584])\n\n*\sFix\s`allow_value`\swhen\san\si18n\stranslation\skey\sis\spassed\sto\s`with_message`\sand\n\s\sthe\s`:against`\soption\sis\sused\sto\sspecify\san\salternate\sattribute.\sA\sbug\shere\n\s\salso\shappened\sto\saffect\s`validate_confirmation_of`\swhen\san\si18n\stranslation\n
 
\s\skey\sis\spassed\sto\s`with_message`.\s([#593])\n\n*\sFix\s`class_name`\squalifier\sfor\sassociation\smatchers\sso\sthat\sif\sthe\smodel\sbeing\n\s\sreferenced\sis\snamespaced,\sthe\smatcher\swill\scorrectly\sresolve\sthe\sclass\sbefore\n\s\schecking\sit\sagainst\sthe\sassociation's\s`class_name`.\s([#537])\n\n*\sFix\s`validate_inclusion_of`\sused\swith\s`with_message`\sso\sthat\sit\sfails\sif\sgiven\n\s\sa\smessage\sthat\sdoes\snot\smatch\sthe\smessage\son\sthe\svalidation.\s([#598])\n\n*\sFix\s`route`\smatcher\sso\sthat\swhen\scontroller\sand\saction\sare\sspecified\sin\shash\n\s\snotation\s(e.g.\s`posts#show`),\sroute\sparameters\ssuch\sas\s`id`\sdo\snot\sneed\sto\sbe\n\s\sspecified\sas\sa\sstring\sbut\smay\sbe\sspecified\sas\sa\snumber\sas\swell.\s([#602])\n\n*\sFix\s`allow_value`,\s`validate_numericality_of`\sand\s`validate_inclusion_of`\sso\n\s\sthat\sthey\shandle\sRangeErrors\semitted\sfrom\sActiveRecord\s4.2.\sThese\sexceptions\n\s\sarise\swhenever\swe\sattempt\sto\sset\s
 
an\sattribute\susing\sa\svalue\sthat\slies\soutside\n\s\sthe\srange\sof\sthe\scolumn\s(assuming\sthe\scolumn\sis\san\sinteger).\sRangeError\sis\snow\n\s\streated\sspecially,\sfailing\sthe\stest\sinstead\sof\sbubbling\sup\sas\san\serror.\n\s\s([#634],\s[#637],\s[#642])\n\n###\sFeatures\n\n*\sAdd\sability\sto\stest\s`:primary_key`\soption\son\sassociations.\s([#597])\n\n*\sAdd\s`allow_blank`\squalifier\sto\s`validate_uniqueness_of`\sto\scomplement\n\s\sthe\s`allow_blank`\soption.\s([#543])\n\n*\sChange\s`set_session`\sso\sthat\s#[]\sand\s#to\squalifiers\sare\soptional,\ssimilar\sto\n\s\s`set_flash`.\sThat\sis,\syou\scan\snow\ssay\s`should\sset_session`\sto\sassert\sthat\sany\n\s\sflash\svalue\shas\sbeen\sset,\sor\s`should\sset_session.to('value')`\sto\sassert\sthat\n\s\sany\svalue\sin\sthe\ssession\sis\s'value'.\n\n*\sChange\s`set_session`\sso\sthat\sits\s#to\squalifier\ssupports\sregexps,\ssimilar\sto\n\s\s`set_flash`.\n\n*\sAdd\s`with_prefix`\squalifier\sto\s`delegate_method`\sto\sc
 
orrespond\sto\sthe\s`prefix`\n\s\soption\sfor\sRails's\s`delegate`\smacro.\s([#622])\n\n*\sAdd\ssupport\sfor\sRails\s4.2,\sespecially\sfixing\s`serialize`\smatcher\sto\sremove\n\s\swarning\sabout\s`serialized_attributes`\sbeing\sdeprecated.\s([#627])\n\n*\sUpdate\s`dependent`\squalifier\son\sassociation\smatchers\sto\ssupport\s`:destroy`,\n\s\s`:delete`,\s`:nullify`,\s`:restrict`,\s`:restrict_with_exception`,\sand\n\s\s`:restrict_with_error`.\sYou\scan\salso\spass\s`true`\sor\s`false`\sto\sassert\sthat\n\s\sthe\sassociation\shas\s(or\shas\snot)\sbeen\sdeclared\swith\s*any*\sdependent\soption.\n\s\s([#631])\n\n###\sImprovements\n\n*\sTweak\s`allow_value`\sfailure\smessage\sso\sthat\sit\sreads\sa\sbit\snicer\swhen\slisting\n\s\sexisting\serrors.\n\n[#591]:\shttps://github.com/thoughtbot/shoulda-matchers/pull/591\n[#592]:\shttps://github.com/thoughtbot/shoulda-matchers/pull/592\n[#588]:\shttps://github.com/thoughtbot/shoulda-matchers/pull/588\n[#584]:\shttps://github.com/thoughtbot/sho
 
ulda-matchers/pull/584\n[#593]:\shttps://github.com/thoughtbot/shoulda-matchers/pull/593\n[#597]:\shttps://github.com/thoughtbot/shoulda-matchers/pull/597\n[#537]:\shttps://github.com/thoughtbot/shoulda-matchers/pull/537\n[#598]:\shttps://github.com/thoughtbot/shoulda-matchers/pull/598\n[#602]:\shttps://github.com/thoughtbot/shoulda-matchers/pull/602\n[#543]:\shttps://github.com/thoughtbot/shoulda-matchers/pull/543\n[#622]:\shttps://github.com/thoughtbot/shoulda-matchers/pull/622\n[#627]:\shttps://github.com/thoughtbot/shoulda-matchers/pull/627\n[#631]:\shttps://github.com/thoughtbot/shoulda-matchers/pull/631\n[#634]:\shttps://github.com/thoughtbot/shoulda-matchers/pull/634\n[#637]:\shttps://github.com/thoughtbot/shoulda-matchers/pull/637\n[#642]:\shttps://github.com/thoughtbot/shoulda-matchers/pull/642\n\n#\s2.7.0\n\n###\sDeprecations\n\n*\s`ensure_inclusion_of`\shas\sbeen\srenamed\sto\s`validate_inclusion_of`.\n\s\s`ensure_inclusion_of`\sis\sdeprecated\sand\swill\sbe\sremoved\sin\
 
s3.0.0.\n\n*\s`ensure_exclusion_of`\shas\sbeen\srenamed\sto\s`validate_exclusion_of`.\n\s\s`ensure_exclusion_of`\sis\sdeprecated\sand\swill\sbe\sremoved\sin\s3.0.0.\n\n###\sBug\sfixes\n\n*\sFix\s`delegate_method`\sso\sthat\sit\sdoes\snot\sraise\san\serror\sif\sthe\smethod\sthat\n\s\sreturns\sthe\sdelegate\sobject\sis\sprivate.\n\n*\sWarn\swhen\s`ensure_inclusion_of`\sis\schained\swith\s`.in_array([false,\strue])`\n\s\sas\swell\sas\swith\s`.in_array([true,\sfalse])`.\n\n*\sFix\s`set_session`\sso\sthat\sthe\s`to`\squalifier\sif\sgiven\snil\schecks\sthat\sthe\n\s\ssession\svariable\sin\squestion\swas\sset\sto\snil\s(previously\sthis\sactually\sdid\n\s\snothing).\n\n*\sFix\s`filter_param`\sso\sthat\sit\sworks\swhen\s`config.filter_parameters`\scontains\n\s\sregexes.\n\n*\sFix\s`delegate_method`\sso\sthat\sit\scan\sbe\srequired\sindependent\sof\sActive\n\s\sSupport.\n\n*\sFix\s`validate_uniqueness_of`.\sWhen\sused\sagainst\san\sunpersisted\srecord\swhose\n\s\smodel\scontained\sa\snon-nul
 
lable\scolumn\sother\sthan\sthe\sone\sbeing\svalidated,\sthe\n\s\smatcher\swould\sbreak.\sEven\sif\sthe\stest\sset\sthat\scolumn\sto\sa\svalue\sbeforehand,\n\s\sthe\srecord\shad\sto\sbe\spersisted\sin\sorder\sfor\sthe\smatcher\sto\swork.\sNow\sthis\sis\n\s\sno\slonger\sthe\scase\sand\sthe\srecord\scan\sremain\sunpersisted.\n\n*\sFix\s`validate_absence_of`:\sit\srequired\sthat\sa\sstring\sbe\spassed\sas\sthe\n\s\sattribute\sname\srather\sthan\sa\ssymbol\s(which\sis\sthe\susual\sand\sdocumented\susage).\n\n###\sImprovements\n\n*\s`have_and_belongs_to_many`\snow\schecks\sto\smake\ssure\sthat\sthe\sjoin\stable\n\s\scontains\sthe\scorrect\scolumns\sfor\sthe\sleft-\sand\sright-hand\sside\sof\sthe\n\s\sassociation.\n\n*\sReword\sfailure\smessage\sfor\s`delegate_method`\sso\sthat\sit's\sa\slittle\smore\n\s\shelpful.\n\n###\sFeatures\n\n*\sAdd\snew\smatcher\s`define_enum_for`\sto\stest\susage\sof\sthe\s`enum`\smacro\sintroduced\n\s\sin\sRails\s4N@1f,8:2:16.000O@7l,2SA@2X,3_:ruby-shoulda-matc
 hers/Makefile
c283ddd1562ace6ace5dcc20badaca152d30ac58
F devel/ruby-shoulda-matchers/PLIST 8dd3a47affd71ece6e7fab8375e3c5ed2acdaed9
F devel/ruby-shoulda-matchers/distinfo
6f89b9e871b4821332e9cc64fae47cae5786cabb6OP@2UY,1J:d714600a9514dad3549baca1df0cce813378a375
U taca
Z 176e7fe7dd3347905281933942629adb
2IS3zZ;file fe2333874c7793a1d3f4e050f30a6d83ebbcee52
56889f73f1726bb9c05b8d04dce35502c6302711 407
9Af
p@0,D:this\spackageg@n,8:7:09.000O@8j,4oA@1y,v:mikutter/Makefile
c913b1e243ce41dce4de73fbc7f3d7342f85c52312m@4q0,1u:tw/Makefile
252cefd1688d251aed970f57fb926a66d3a8e400
F net/ruby-twitter/Makefile
43e4835a421641307b0ed2682b67ce0e682202a913r@5sa,u:groonga/Makefile
cbb89bfec35a36d2ead2f62d5c183bed6b1adcf429k@6wF,1I:6889f73f1726bb9c05b8d04dce35502c6302711
U taca
Z 6245d59b13508130bb7b0baf7ee5918e
ax0nO;igot 3a8270d742289bbf7e4b0006ef1ee7421b8cb3f3
igot 50029906f7ff4a0c1ec53673fd81bac811a6d5f5
igot 65a30b2fac484aa94b8cad589059175ebeb90398
igot 676326702551b965cf70289195178251d613414f
igot 869f1b78b5e00bb3ea728d735e9ed442d86ebe10
igot 9e83d373045986aaab8dd1e4b95947ab8ee371a1
igot 9f498a680da1be321cec92a6706f29b46a3c887d
igot a73975bd0b0bb9406d221fc6d103733aed53decd
igot c128cd14345e116bbc7e441b5aafbcac10005dac
igot e08dca0075062b726d508e288cc2775647acfa6b
igot f8413e797dcac8d80633e1c361b131c1fced3fea
# timestamp 2015-06-15T20:35:27
<p class="generalError">
SQLITE_BUSY: statement aborts at 30: [REPLACE INTO
config(name,value,mtime)VALUES('baseurl:http://pkgsrc.sonnenberger.org',1,now())]
database is locked
</p>

Round-trips: 12   Artifacts sent: 0  received: 4476
Pull done, sent: 149053  received: 8956182  ip: [...]
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to