Skip to content

Instantly share code, notes, and snippets.

# Logfile created on Fri Oct 01 09:41:32 +0200 2010 by logger.rb/22285
[Fri, 01 Oct 2010 09:41:32 +0200] INFO: Daemonizing..
[Fri, 01 Oct 2010 09:41:32 +0200] INFO: Forked, in 1545. Priveleges: 0 0
[Fri, 01 Oct 2010 09:41:41 +0200] INFO: Starting Chef Run (Version 0.9.8)
[Fri, 01 Oct 2010 09:41:41 +0200] ERROR: Running exception handlers
[Fri, 01 Oct 2010 09:41:41 +0200] ERROR: Exception handlers complete
[Fri, 01 Oct 2010 09:41:41 +0200] ERROR: Re-raising exception: Chef::Exceptions::Exec - apt-get update returned 100, expected 0
/usr/lib/ruby/1.8/chef/mixin/command.rb:184:in `handle_command_failures'
/usr/lib/ruby/1.8/chef/mixin/command.rb:131:in `run_command'
/usr/lib/ruby/1.8/chef/provider/execute.rb:49:in `action_run'
environment = Environment()
environment.Install('target/extensions','src/dsstestframework')
environment.Install('/opt/qbase3/lib/pymonkey/extensions','src/dsstestframework')
scons: Reading SConscript files ...
/opt/qbase3/lib/python2.6/site-packages/Crypto/Hash/SHA.py:6: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
from sha import *
Update metadata information for qpackages domain apps.b-virtual.org
* updateqpackage metadata for domain apps.b-virtual.org DONE
qpackage: QPackage apps.b-virtual.org dsstestsuite 2.0.0
type: <class 'QPackageObject4.QPackageObject4'>
qpackage: QPackage apps.b-virtual.org dsstestsuite 2.0.0
type: <class 'QPackageObject4.QPackageObject4'>
scons: done reading SConscript files.
@ringods
ringods / console.log
Created November 6, 2010 08:51
Error while building official Nexus 1.8.0
$ mvn3 install -e -Dmaven.test.skip=true -rf :nexus-app
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Nexus : Application
[INFO] Nexus : Indexer Lucene
[INFO] Nexus : Indexer Lucene : Application
[INFO] Nexus : Web Utils
@ringods
ringods / maven console
Created November 19, 2010 10:05
Test errors during maven build
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.pylabs.nexus.plugins.qp4.QPackageRepositoryTemplateProviderTest
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: /logs/nexus.log (No such file or directory)
at java.io.FileOutputStream.openAppend(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:177)
at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
at org.apache.log4j.FileAppender.setFile(FileAppender.java:289)
@ringods
ringods / nexus.log
Created November 19, 2010 11:52
Retrieval of .meta/repository-metadata.xml for my repo type
2010-11-19 12:23:14 DEBUG [c=1290165794555] - o.s.s.w.PlexusConfi~ - Lazy initializing filters for pathPattern [/service/*/repositories/*/meta] and filterExpression [authcBasic,perms[nexus:repometa]]
2010-11-19 12:23:14 DEBUG [c=1290165794555] - o.s.s.w.PlexusConfi~ - Processing path [/service/*/repositories/*/meta] with value [authcBasic,perms[nexus:repometa]]
2010-11-19 12:23:14 DEBUG [c=1290165794555] - o.s.s.w.PlexusConfi~ - Applying path [/service/*/repositories/*/meta] to filter [authcBasic] with config [null]
2010-11-19 12:23:14 DEBUG [c=1290165794555] - o.s.s.w.PlexusConfi~ - Applying path [/service/*/repositories/*/meta] to filter [perms] with config [nexus:repometa]
2010-11-19 12:23:14 DEBUG [c=1290165794555] - o.s.s.w.PlexusConfi~ - Matched pathPattern [/service/*/repositories/*/meta] for requestURI [/service/local/repositories/qpackages.org/meta]. Utilizing corresponding
filter chain...
2010-11-19 12:23:14 DEBUG [c=1290165794555] - o.s.n.s.f.a.HttpVer
@ringods
ringods / gist:807800
Created February 2, 2011 15:02
Running ScmClientIT
2011-02-02 15:57:58 INFO - org.sonatype.nexus.integrationtests.AbstractNexusIntegrationTest - Profiler not present
2011-02-02 15:57:58 DEBUG - org.sonatype.nexus.integrationtests.AbstractNexusIntegrationTest - staticOncePerClassSetUp
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:94)
at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:196)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:65)
log4j:ERROR Either File or DatePattern options are not set for appender [logfile].
rdesmet@ringo-desktop:~/Projects/ruby/bv-chef-setup$ vagrant up
[default] Provisioning enabled with chef_server...
[default] Importing base box 'lucid-amd64'...
[default] Matching MAC address for NAT networking...
[default] Running any VM customizations...
[default] Clearing any previously set forwarded ports...
[default] Forwarding ports...
[default] -- ssh: 22 => 2222 (adapter 1)
[default] Creating shared folders metadata...
[default] Booting VM...
@ringods
ringods / gist:818558
Created February 9, 2011 14:28
gem_package with local file.
[default] [Wed, 09 Feb 2011 06:25:40 -0800] INFO: remote_file[/srv/chef/cache/ohai-0.5.9.gem]: Creating /srv/chef/cache/ohai-0.5.9.gem
[Wed, 09 Feb 2011 06:25:40 -0800] INFO: Setting mode to 644 for remote_file[/srv/chef/cache/ohai-0.5.9.gem]
[Wed, 09 Feb 2011 06:25:40 -0800] INFO: Installing gem_package[/srv/chef/cache/ohai-0.5.9.gem] version 0.5.9
[Wed, 09 Feb 2011 06:25:44 -0800] ERROR: gem_package[/srv/chef/cache/ohai-0.5.9.gem] (/srv/chef/cache/cookbooks/amplidata/recipes/default.rb:29:in `from_file') had an error:
undefined method `runtime_dependencies' for nil:NilClass
/usr/local/lib/site_ruby/1.8/rubygems/dependency_list.rb:181:in `tsort_each_child'
/usr/lib/ruby/1.8/tsort.rb:203:in `each_strongly_connected_component_from'
/usr/lib/ruby/1.8/tsort.rb:182:in `each_strongly_connected_component'
/usr/local/lib/site_ruby/1.8/rubygems/dependency_list.rb:175:in `each'
/usr/local/lib/site_ruby/1.8/rubygems/dependency_list.rb:175:in `tsort_each_node'
@ringods
ringods / gist:820181
Created February 10, 2011 09:11
gem_package with binary always installs the gem...
[Thu, 10 Feb 2011 01:10:03 -0800] INFO: Starting Chef Run (Version 0.9.12)
[Thu, 10 Feb 2011 01:10:06 -0800] INFO: Installing gem_package[/var/cache/chef/ohai-0.5.9.gem] version 0.5.9
[Thu, 10 Feb 2011 01:10:15 -0800] INFO: gem_package[/var/cache/chef/ohai-0.5.9.gem] sending restart action to service[chef-client] (delayed)
[Thu, 10 Feb 2011 01:10:15 -0800] FATAL: SIGTERM received, stopping
[Thu, 10 Feb 2011 01:10:15 -0800] ERROR: Running exception handlers
[Thu, 10 Feb 2011 01:10:15 -0800] ERROR: Exception handlers complete
[Thu, 10 Feb 2011 01:10:16 -0800] INFO: Daemonizing..
[Thu, 10 Feb 2011 01:10:16 -0800] INFO: Forked, in 8954. Priveleges: 0 0
[Thu, 10 Feb 2011 01:10:28 -0800] INFO: Starting Chef Run (Version 0.9.12)
[Thu, 10 Feb 2011 01:10:31 -0800] INFO: Installing gem_package[/var/cache/chef/ohai-0.5.9.gem] version 0.5.9