This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bro@bro-laptop:~/devilry/devilry/core$ mvn -e test | |
+ Error stacktraces are turned on. | |
[INFO] Scanning for projects... | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Devilry :: core | |
[INFO] task-segment: [test] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] [resources:resources] | |
[INFO] Using encoding: 'UTF-8' to copy filtered resources. | |
[INFO] ------------------------------------------------------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bro@bro-laptop:~/devilry/devilry/source$ git push | |
To [email protected]:espenak/devilry.git | |
! [rejected] master -> master (non-fast forward) | |
error: failed to push some refs to '[email protected]:espenak/devilry.git' | |
bro@bro-laptop:~/devilry/devilry/source$ git status | |
# On branch master | |
# Your branch and 'origin/master' have diverged, | |
# and have 4 and 5 different commit(s) each, respectively. | |
# | |
# Changes to be committed: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ERROR] BUILD ERROR | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Error while executing forked tests.; nested exception is org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineException: Error setting up environmental variables | |
java.io.IOException: error=12, Cannot allocate memory | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Trace | |
org.apache.maven.lifecycle.LifecycleExecutionException: Error while executing forked tests.; nested exception is org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineException: Error setting up environmental variables | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:583) | |
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/devilry/lib/devilry-django/adminscripts/bin/devilry-user.py", line 75, in <module> | |
u = User.objects.get(username=username) | |
File "/devilry/lib/django/django/db/models/manager.py", line 132, in get | |
return self.get_query_set().get(*args, **kwargs) | |
File "/devilry/lib/django/django/db/models/query.py", line 333, in get | |
clone = self.filter(*args, **kwargs) | |
File "/devilry/lib/django/django/db/models/query.py", line 550, in filter | |
return self._filter_or_exclude(False, *args, **kwargs) | |
File "/devilry/lib/django/django/db/models/query.py", line 568, in _filter_or_exclude |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import time | |
import os, sys | |
import argparse | |
import subprocess | |
import uuid | |
if __name__ == "__main__": |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def cell_data_time(column, cell, model, row, data): | |
"""Display value as time, eg 1m10s""" | |
time = model.get_value(row, data) | |
if func_last_value.get(column.title, None) == time: | |
return | |
func_last_value[column.title] = time | |
if time <= 0: | |
time_str = "" | |
else: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/bash | |
GIT=/usr/local/bin/git | |
REPO_DIR=/home/bro/programmer/deluge/deluge_cron_update | |
BRANCHES=(develop 1.3-stable) | |
UPDATE_REPOS=(github deluge-github) | |
cd $REPO_DIR | |
$GIT remote update |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unhandled Error | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/site-packages/twisted/python/log.py", line 88, in callWithLogger | |
return callWithContext({"system": lp}, func, *args, **kw) | |
File "/usr/local/lib/python2.7/site-packages/twisted/python/log.py", line 73, in callWithContext | |
return context.call({ILogContext: newCtx}, func, *args, **kw) | |
File "/usr/local/lib/python2.7/site-packages/twisted/python/context.py", line 118, in callWithContext | |
return self.currentContext().callWithContext(ctx, func, *args, **kw) | |
File "/usr/local/lib/python2.7/site-packages/twisted/python/context.py", line 81, in callWithContext | |
return func(*args,**kw) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import sys | |
import argparse | |
import sh | |
def check_result(ret): | |
if ret.exit_code != 0: | |
print "Command returned with value:", ret.exit_code | |
return False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/45.0.2454.101 Chrome/45.0.2454.101 Safari/537.36" | |
16:28:40.018 [ERROR ][deluge.ui.web.json_api :1193] [Failure instance: Traceback: <type 'exceptions.RuntimeError'>: Request.finish called on a request after its connection was lost; use Request.notifyFinish to keep track of this. | |
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:577:_runCallbacks | |
/home/bro/programmer/deluge/deluge_workdirs/client_side/deluge/ui/web/json_api.py:548:on_complete | |
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:382:callback | |
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:490:_startRunCallbacks | |
--- <exception caught here> --- | |
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:577:_runCallbacks | |
/home/bro/programmer/deluge/deluge_workdirs/client_side/deluge/ui/web/json_api.py:219:_on_rpc_request_finished | |
/home/bro/programmer/deluge/deluge_workdirs/client_side/deluge/ui/web/json_api.py:262:_send_response |
OlderNewer