Skip to content

Instantly share code, notes, and snippets.

@washort
Created May 19, 2017 03:10
Show Gist options
  • Save washort/a57f082f39f84afdf747c0f29274504a to your computer and use it in GitHub Desktop.
Save washort/a57f082f39f84afdf747c0f29274504a to your computer and use it in GitHub Desktop.
Taking initial turn in script...
TRACE: From vat pa
~ "Loader args: [\"test\", \"all-tests\"]"
completed/running/errors/total: 0/0/0/0 Last source: null Last test: nullTRACE: From vat pa
~ "audit/1: Missing methods: [[\"started\", 0], [\"stopped\", 1]].asSet()"
TRACE: From vat pa
~ "audit/1: Missing methods: [[\"started\", 0], [\"stopped\", 1]].asSet()"
TRACE: From vat pa
~ "audit/1: Missing methods: [[\"flowingFrom\", 1], [\"receive\", 1], [\"progress\", 1]].asSet()"
TRACE: From vat pa
~ "basicFount.completion/0: Deprecated"
TRACE: From vat pa
~ "basicFount.completion/0: Deprecated"
TRACE: From vat pa
~ "audit/1: Missing methods: [[\"complete\", 0], [\"abort\", 1]].asSet()"
TRACE: From vat pa
~ "audit/1: Missing methods: [[\"complete\", 0], [\"abort\", 1]].asSet()"
Total recorded time: 1978.81870103
Recorded times:
~ Time spent in prelude: 9.52634263039 (0.481416%)
~ Time spent in I/O: 158.702065468 (8.020041%)
~ Deserialization: 50.6919102669 (2.561726%)
~ Main nanopass pipeline: 16.8169007301 (0.849845%)
~ Time spent in vats: 1740.91212535 (87.977343%)
~ Audition (DF): 1.65598368645 (0.083685%)
Recorded rates:
~ Ejector usage: 60.605385%
~ DischargeDF clear: 12.033694%
~ DischargeAuditors clear: 10.819672%
Traceback (most recent call last):
File "main.py", line 313, in <module>
sys.exit(entryPoint(sys.argv))
File "main.py", line 292, in entryPoint
return runTyphon(argv)
File "main.py", line 269, in runTyphon
runUntilDone(vatManager, uv_loop, recorder)
File "main.py", line 97, in runUntilDone
vat.takeSomeTurns()
File "/home/washort/Projects/typhon/typhon/vats.py", line 220, in takeSomeTurns
self.takeTurn()
File "/home/washort/Projects/typhon/typhon/vats.py", line 190, in takeTurn
result = target.callAtom(atom, args, namedArgs)
File "/home/washort/Projects/typhon/typhon/objects/root.py", line 169, in callAtom
return self.recvNamed(atom, arguments, namedArgsMap)
File "/home/washort/Projects/typhon/typhon/nano/interp.py", line 270, in recvNamed
return self.runMethod(method, args, namedArgs)
File "/run/user/1000/typhon/rpython/rlib/rvmprof/rvmprof.py", line 202, in decorated_function
leave_code(x)
File "/run/user/1000/typhon/rpython/rlib/rvmprof/cintf.py", line 103, in leave_code
assert vmprof_tl_stack.getraw() == s
AssertionError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment