logs
stringlengths 104
251k
|
---|
| Quiet Boot [Enabled] |Boot option |
| | |
| Option ROM Messages [Force BIOS] | |
| Bootup NumLock State [On] | |
| Wait For "F1" If Error [Enabled] | |
| INT19 Trap Response [Immediate] | |
| Re-try Boot [Disabled] | |
| Install Windows 7 USB support [Disabled] | |
| Port 61h Bit-4 Emulation [Disabled] | |
| | |
| Power Configuration | |
| Watch Dog Function [Disabled] | |
| Restore on AC Power Loss [Last State] | |
| Power Button Function [Instant Off] | |
| Throttle on Power Fail [Disabled] | |
|
| Quiet Boot [Enabled] |Boot option |
| | |
| Option ROM Messages [Force BIOS] | |
| Bootup NumLock State [On] | |
| Wait For "F1" If Error [Enabled] | |
| INT19 Trap Response [Immediate] | |
| Re-try Boot [Disabled] | |
| Install Windows 7 USB support [Disabled] | |
| Port 61h Bit-4 Emulation [Disabled] | |
| | |
| Power Configuration | |
| Watch Dog Function [Disabled] | |
| Restore on AC Power Loss [Last State] | |
| Power Button Function [Instant Off] | |
| Throttle on Power Fail [Disabled] | |
|
Failed while creating mutations for project/app/utils.py, for line " if foo <= 0. or negligible_diff:"
Traceback (most recent call last):
File "…/Vcs/mutmut/mutmut/__init__.py", line 63, in number_mutation
parsed = int(value, base=base)
ValueError: invalid literal for int() with base 8: '.'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "…/project/.venv/bin/mutmut", line 6, in <module>
exec(compile(open(__file__).read(), __file__, 'exec'))
File "…/Vcs/mutmut/bin/mutmut", line 5, in <module>
main()
File "…/project/.venv/lib/python3.6/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
File "…/project/.venv/lib/python3.6/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "…/project/.venv/lib/python3.6/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "…/project/.venv/lib/python3.6/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "…/Vcs/mutmut/mutmut/__main__.py", line 58, in wrapper
f(*args, **kwargs)
File "…/Vcs/mutmut/mutmut/__main__.py", line 283, in main
add_mutations_by_file(mutations_by_file, filename, _exclude, dict_synonyms)
File "…/Vcs/mutmut/mutmut/__main__.py", line 504, in add_mutations_by_file
mutations_by_file[filename] = list_mutations(context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 414, in list_mutations
mutate(context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 320, in mutate
mutate_list_of_nodes(result, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 393, in mutate_list_of_nodes
mutate_node(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 346, in mutate_node
mutate_list_of_nodes(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 393, in mutate_list_of_nodes
mutate_node(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 346, in mutate_node
mutate_list_of_nodes(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 393, in mutate_list_of_nodes
mutate_node(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 346, in mutate_node
mutate_list_of_nodes(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 393, in mutate_list_of_nodes
mutate_node(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 346, in mutate_node
mutate_list_of_nodes(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 393, in mutate_list_of_nodes
mutate_node(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 346, in mutate_node
mutate_list_of_nodes(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 393, in mutate_list_of_nodes
mutate_node(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 367, in mutate_node
children=getattr(i, 'children', None),
File "…/project/.venv/lib/python3.6/site-packages/tri/declarative/__init__.py", line 339, in evaluate
return func_or_value(**kwargs)
File "…/Vcs/mutmut/mutmut/__init__.py", line 66, in number_mutation
parsed = float(value)
ValueError: could not convert string to float: '.'
|
Failed while creating mutations for project/app/utils.py, for line " if foo <= 0. or negligible_diff:"
Traceback (most recent call last):
File "…/Vcs/mutmut/mutmut/__init__.py", line 63, in number_mutation
parsed = int(value, base=base)
ValueError: invalid literal for int() with base 8: '.'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "…/project/.venv/bin/mutmut", line 6, in <module>
exec(compile(open(__file__).read(), __file__, 'exec'))
File "…/Vcs/mutmut/bin/mutmut", line 5, in <module>
main()
File "…/project/.venv/lib/python3.6/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
File "…/project/.venv/lib/python3.6/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "…/project/.venv/lib/python3.6/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "…/project/.venv/lib/python3.6/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "…/Vcs/mutmut/mutmut/__main__.py", line 58, in wrapper
f(*args, **kwargs)
File "…/Vcs/mutmut/mutmut/__main__.py", line 283, in main
add_mutations_by_file(mutations_by_file, filename, _exclude, dict_synonyms)
File "…/Vcs/mutmut/mutmut/__main__.py", line 504, in add_mutations_by_file
mutations_by_file[filename] = list_mutations(context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 414, in list_mutations
mutate(context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 320, in mutate
mutate_list_of_nodes(result, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 393, in mutate_list_of_nodes
mutate_node(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 346, in mutate_node
mutate_list_of_nodes(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 393, in mutate_list_of_nodes
mutate_node(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 346, in mutate_node
mutate_list_of_nodes(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 393, in mutate_list_of_nodes
mutate_node(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 346, in mutate_node
mutate_list_of_nodes(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 393, in mutate_list_of_nodes
mutate_node(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 346, in mutate_node
mutate_list_of_nodes(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 393, in mutate_list_of_nodes
mutate_node(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 346, in mutate_node
mutate_list_of_nodes(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 393, in mutate_list_of_nodes
mutate_node(i, context=context)
File "…/Vcs/mutmut/mutmut/__init__.py", line 367, in mutate_node
children=getattr(i, 'children', None),
File "…/project/.venv/lib/python3.6/site-packages/tri/declarative/__init__.py", line 339, in evaluate
return func_or_value(**kwargs)
File "…/Vcs/mutmut/mutmut/__init__.py", line 66, in number_mutation
parsed = float(value)
ValueError: could not convert string to float: '.'
|
ResolvePackageNotFound:
- taxcalc >=0.22.1
The command "conda env update -f environment.yml" failed and exited with 1 during .
|
ResolvePackageNotFound:
- taxcalc >=0.22.1
The command "conda env update -f environment.yml" failed and exited with 1 during .
|
Error Trace: client_test.go:260
Error: Not equal:
expected: 13
actual : 14
Test: TestSendMultipleTx
|
Error Trace: client_test.go:260
Error: Not equal:
expected: 13
actual : 14
Test: TestSendMultipleTx
|
for details
6:39:08 AM: NPM modules installed
6:39:09 AM: Installing Hugo 0.47.1
[Truncated]
6:39:13 AM: npm ERR! A complete log of this run can be found in:
6:39:13 AM: npm ERR! /opt/buildhome/.npm/_logs/2018-11-30T22_39_12_665Z-debug.log
6:39:13 AM: Caching artifacts
6:39:13 AM: Started saving node modules
6:39:13 AM: Finished saving node modules
6:39:13 AM: Started saving pip cache
6:39:13 AM: Finished saving pip cache
6:39:13 AM: Started saving emacs cask dependencies
6:39:13 AM: Finished saving emacs cask dependencies
6:39:13 AM: Started saving maven dependencies
6:39:13 AM: Finished saving maven dependencies
6:39:13 AM: Started saving boot dependencies
6:39:13 AM: Finished saving boot dependencies
6:39:13 AM: Started saving go dependencies
6:39:13 AM: Finished saving go dependencies
6:39:13 AM: Cached node version v8.14.0
6:39:13 AM: Error running command: Build script returned non-zero exit code: 1
6:39:13 AM: Failing build: Failed to build site
6:39:13 AM: failed during stage 'building site': Build script returned non-zero exit code: 1
6:39:13 AM: Finished processing build request in 1m19.307979546s
|
---------------------------------------------------------------------------
UnexpectedCharacters Traceback (most recent call last)
<ipython-input-336-f9ec4572c60d> in <module>()
----> 1 m68kdis_parser.parse("00000940 47ed0080 LEA 128(A5),A3")
C:\msys64\mingw64\lib\python3.6\site-packages\lark\lark.py in parse(self, text)
221 def parse(self, text):
222 "Parse the given text, according to the options provided. Returns a tree, unless specified otherwise."
--> 223 return self.parser.parse(text)
224
225 # if self.profiler:
C:\msys64\mingw64\lib\python3.6\site-packages\lark\parser_frontends.py in parse(self, text)
36 token_stream = self.lex(text)
37 sps = self.lexer.set_parser_state
---> 38 return self.parser.parse(token_stream, *[sps] if sps is not NotImplemented else [])
39
40 class LALR_TraditionalLexer(WithLexer):
C:\msys64\mingw64\lib\python3.6\site-packages\lark\parsers\lalr_parser.py in parse(self, seq, set_state)
66
67 # Main LALR-parser loop
---> 68 for i, token in enumerate(stream):
69 while True:
70 action, arg = get_action(token.type)
C:\msys64\mingw64\lib\python3.6\site-packages\lark\lexer.py in lex(self, stream)
257 def lex(self, stream):
258 l = _Lex(self.lexers[self.parser_state], self.parser_state)
--> 259 for x in l.lex(stream, self.root_lexer.newline_types, self.root_lexer.ignore_types):
260 yield x
261 l.lexer = self.lexers[self.parser_state]
C:\msys64\mingw64\lib\python3.6\site-packages\lark\lexer.py in lex(self, stream, newline_types, ignore_types)
103 else:
104 if line_ctr.char_pos < len(stream):
--> 105 raise UnexpectedCharacters(stream, line_ctr.char_pos, line_ctr.line, line_ctr.column, state=self.state)
106 break
107
UnexpectedCharacters: No terminal defined for 'E' at line 1 col 25
00000940 47ed0080 LEA 128(A5),A3
^
|
Traceback (most recent call last):
File "C:/msys64/mingw64/lib/python3.6/site-packages\lark\parsers\lalr_parser.py", line 46, in get_action
return states[state][key]
KeyError: 'DC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "format.py", line 81, in <module>
m68kdis_parser.parse("00000000 534e4342 DC.W #21326,#17218")
File "C:/msys64/mingw64/lib/python3.6/site-packages\lark\lark.py", line 223, in parse
return self.parser.parse(text)
File "C:/msys64/mingw64/lib/python3.6/site-packages\lark\parser_frontends.py", line 38, in parse
return self.parser.parse(token_stream, *[sps] if sps is not NotImplemented else [])
File "C:/msys64/mingw64/lib/python3.6/site-packages\lark\parsers\lalr_parser.py", line 70, in parse
action, arg = get_action(token.type)
File "C:/msys64/mingw64/lib/python3.6/site-packages\lark\parsers\lalr_parser.py", line 49, in get_action
raise UnexpectedToken(token, expected, state=state) # TODO filter out rules from expected
lark.exceptions.UnexpectedToken: Unexpected token Token(DC, 'DC') at line 1, column 24.
Expected: hexint, __anon_plus_1, HEXDIGIT
|
---------------------------------------------------------------------------
UnexpectedCharacters Traceback (most recent call last)
<ipython-input-336-f9ec4572c60d> in <module>()
----> 1 m68kdis_parser.parse("00000940 47ed0080 LEA 128(A5),A3")
C:\msys64\mingw64\lib\python3.6\site-packages\lark\lark.py in parse(self, text)
221 def parse(self, text):
222 "Parse the given text, according to the options provided. Returns a tree, unless specified otherwise."
--> 223 return self.parser.parse(text)
224
225 # if self.profiler:
C:\msys64\mingw64\lib\python3.6\site-packages\lark\parser_frontends.py in parse(self, text)
36 token_stream = self.lex(text)
37 sps = self.lexer.set_parser_state
---> 38 return self.parser.parse(token_stream, *[sps] if sps is not NotImplemented else [])
39
40 class LALR_TraditionalLexer(WithLexer):
C:\msys64\mingw64\lib\python3.6\site-packages\lark\parsers\lalr_parser.py in parse(self, seq, set_state)
66
67 # Main LALR-parser loop
---> 68 for i, token in enumerate(stream):
69 while True:
70 action, arg = get_action(token.type)
C:\msys64\mingw64\lib\python3.6\site-packages\lark\lexer.py in lex(self, stream)
257 def lex(self, stream):
258 l = _Lex(self.lexers[self.parser_state], self.parser_state)
--> 259 for x in l.lex(stream, self.root_lexer.newline_types, self.root_lexer.ignore_types):
260 yield x
261 l.lexer = self.lexers[self.parser_state]
C:\msys64\mingw64\lib\python3.6\site-packages\lark\lexer.py in lex(self, stream, newline_types, ignore_types)
103 else:
104 if line_ctr.char_pos < len(stream):
--> 105 raise UnexpectedCharacters(stream, line_ctr.char_pos, line_ctr.line, line_ctr.column, state=self.state)
106 break
107
UnexpectedCharacters: No terminal defined for 'E' at line 1 col 25
00000940 47ed0080 LEA 128(A5),A3
^
|
Traceback (most recent call last):
File "C:/msys64/mingw64/lib/python3.6/site-packages\lark\parsers\lalr_parser.py", line 46, in get_action
return states[state][key]
KeyError: 'DC'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "format.py", line 81, in <module>
m68kdis_parser.parse("00000000 534e4342 DC.W #21326,#17218")
File "C:/msys64/mingw64/lib/python3.6/site-packages\lark\lark.py", line 223, in parse
return self.parser.parse(text)
File "C:/msys64/mingw64/lib/python3.6/site-packages\lark\parser_frontends.py", line 38, in parse
return self.parser.parse(token_stream, *[sps] if sps is not NotImplemented else [])
File "C:/msys64/mingw64/lib/python3.6/site-packages\lark\parsers\lalr_parser.py", line 70, in parse
action, arg = get_action(token.type)
File "C:/msys64/mingw64/lib/python3.6/site-packages\lark\parsers\lalr_parser.py", line 49, in get_action
raise UnexpectedToken(token, expected, state=state) # TODO filter out rules from expected
lark.exceptions.UnexpectedToken: Unexpected token Token(DC, 'DC') at line 1, column 24.
Expected: hexint, __anon_plus_1, HEXDIGIT
|
yaml
pipeline:
telegram:
image: appleboy/drone-telegram
token: [ telegram_token ]
to: [ telegram_user_id ]
document:
- index.pdf
when:
event: tag
message: >
{{#success build.status}}
Build {{build.number}} succeeded for tag {{build.tag}}. Good job :)
{{else}}
Build {{build.number}} failed for tag {{build.tag}}. Fix me please :(
{{/success}}
|
yaml
pipeline:
telegram:
image: appleboy/drone-telegram
token: [ telegram_token ]
to: [ telegram_user_id ]
document:
- index.pdf
when:
event: tag
message: >
{{#success build.status}}
Build {{build.number}} succeeded for tag {{build.tag}}. Good job :)
{{else}}
Build {{build.number}} failed for tag {{build.tag}}. Fix me please :(
{{/success}}
|
ReferenceConfidenceModel.calcNIndelInformativeReads()', including upwards of 40% of the overall runtime on a bam under some conditions. To this end we have already done some performance work optimizing its constituent methods (#5469, #5470). Even with those changes it appears that the method can take upwards of 25% of the total runtime, which appears to be a consequence of the nature of the algorithm.
It appears that the core of the problem appears to be associated with the calls we make to
|
TypeError: Cannot read property 'every' of undefined
at N3Parser.parse (/home/t/triply/N3.js/lib/N3Parser.js:914:34)
at Object.<anonymous> (/home/t/triply/N3.js/test.js:13:20)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Module.load (internal/modules/cjs/loader.js:598:32)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:741:12)
at startup (internal/bootstrap/node.js:285:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:739:3)
|
TypeError: Cannot read property 'every' of undefined
at N3Parser.parse (/home/t/triply/N3.js/lib/N3Parser.js:914:34)
at Object.<anonymous> (/home/t/triply/N3.js/test.js:13:20)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Module.load (internal/modules/cjs/loader.js:598:32)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:741:12)
at startup (internal/bootstrap/node.js:285:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:739:3)
|
$ cat /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
127.0.0.1 proxy.py
|
$ cat /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
127.0.0.1 proxy.py
|
binaries. [This issue](https://github.com/fluent-ffmpeg/node-fluent-ffmpeg/issues/681) seems related.
I tried installing
|
inNative v0.1.0 Test Utility
Internal Tests Subtests Pass/Fail
-------------- -------- ---------
0000000000000000
FFFFFFFFFFFFFFFF
4000000000000000
internal.c 5121/5121 PASS
path.h 144/144 PASS
queue.h 65/65 PASS
stack.h 25/25 PASS
stream.h 40/40 PASS
util.h 55/55 PASS
Running through 71 official webassembly spec tests.
../spec/test/core/call_indirect.wast: ..SUCCESS
../spec/test/core/int_literals.wast: ..SUCCESS
../spec/test/core/br_table.wast: ..SUCCESS
../spec/test/core/block.wast: ..SUCCESS
../spec/test/core/tee_local.wast: ..SUCCESS
../spec/test/core/unwind.wast: ..SUCCESS
../spec/test/core/utf8-invalid-encoding.wast: ..SUCCESS
../spec/test/core/utf8-import-module.wast: ..SUCCESS
../spec/test/core/call.wast: ..SUCCESS
../spec/test/core/binary.wast: ..SUCCESS
../spec/test/core/linking.wast: .........SUCCESS
../spec/test/core/fac.wast: ..SUCCESS
../spec/test/core/store_retval.wast: ..SUCCESS
../spec/test/core/align.wast: ...SUCCESS
../spec/test/core/conversions.wast: ..SUCCESS
../spec/test/core/memory_redundancy.wast: ..SUCCESS
../spec/test/core/i64.wast: ..SUCCESS
../spec/test/core/int_exprs.wast: ....................SUCCESS
../spec/test/core/typecheck.wast: ..SUCCESS
../spec/test/core/memory.wast: .....FAILED
[26] Expected 'unknown memory' error, but got 'type mismatch' instead
../spec/test/core/f32.wast: ..FAILED
m540: [405] Expected arithmetic NaN but got -nan
m540: [409] Expected arithmetic NaN but got -nan
m540: [413] Expected arithmetic NaN but got nan
m540: [417] Expected arithmetic NaN but got nan
m540: [805] Expected arithmetic NaN but got -nan
m540: [809] Expected arithmetic NaN but got -nan
m540: [813] Expected arithmetic NaN but got nan
m540: [817] Expected arithmetic NaN but got nan
m540: [1205] Expected arithmetic NaN but got -nan
m540: [1209] Expected arithmetic NaN but got -nan
m540: [1213] Expected arithmetic NaN but got nan
m540: [1217] Expected arithmetic NaN but got nan
m540: [1605] Expected arithmetic NaN but got -nan
m540: [1609] Expected arithmetic NaN but got -nan
m540: [1613] Expected arithmetic NaN but got nan
m540: [1617] Expected arithmetic NaN but got nan
m540: [1652] Expected arithmetic NaN but got nan
m540: [1654] Expected arithmetic NaN but got nan
m540: [1656] Expected arithmetic NaN but got nan
m540: [1658] Expected arithmetic NaN but got nan
m540: [1692] Expected arithmetic NaN but got nan
m540: [1694] Expected arithmetic NaN but got nan
m540: [1696] Expected arithmetic NaN but got nan
m540: [1698] Expected arithmetic NaN but got nan
m540: [1732] Expected arithmetic NaN but got nan
m540: [1734] Expected arithmetic NaN but got nan
m540: [1736] Expected arithmetic NaN but got nan
m540: [1738] Expected arithmetic NaN but got nan
m540: [1772] Expected arithmetic NaN but got nan
m540: [1774] Expected arithmetic NaN but got nan
m540: [1776] Expected arithmetic NaN but got nan
m540: [1778] Expected arithmetic NaN but got nan
m540: [1812] Expected arithmetic NaN but got nan
m540: [1814] Expected arithmetic NaN but got nan
m540: [1816] Expected arithmetic NaN but got nan
m540: [1818] Expected arithmetic NaN but got nan
m540: [1852] Expected arithmetic NaN but got nan
m540: [1854] Expected arithmetic NaN but got nan
m540: [1856] Expected arithmetic NaN but got nan
m540: [1858] Expected arithmetic NaN but got nan
[Truncated]
../spec/test/core/f32_bitwise.wast: ..SUCCESS
../spec/test/core/select.wast: ..SUCCESS
../spec/test/core/float_memory.wast: .......SUCCESS
../spec/test/core/switch.wast: ..SUCCESS
../spec/test/core/skip-stack-guard-page.wast: ..SUCCESS
../spec/test/core/labels.wast: ..SUCCESS
../spec/test/core/elem.wast: .......FAILED
[273] Expected 'constant expression required' error, but got 'type mismatch' instead
../spec/test/core/type.wast: ..FAILED
[43] Expected 'result before parameter' error, but got 'unexpected token' instead
../spec/test/core/f32_cmp.wast: ..SUCCESS
../spec/test/core/if.wast: ..SUCCESS
../spec/test/core/exports.wast: ......SUCCESS
../spec/test/core/forward.wast: ..SUCCESS
../spec/test/core/const.wast: .innative-test: innative/wat.cpp:1618: int innative::wat::WatModule(Environment&, Module&, innative::Queue<innative::wat::__WAT_TOKEN>&, innative::utility::StringRef, innative::wat::WatToken&): Assertion
|
inNative v0.1.0 Test Utility
Internal Tests Subtests Pass/Fail
-------------- -------- ---------
0000000000000000
FFFFFFFFFFFFFFFF
4000000000000000
internal.c 5121/5121 PASS
path.h 144/144 PASS
queue.h 65/65 PASS
stack.h 25/25 PASS
stream.h 40/40 PASS
util.h 55/55 PASS
Running through 71 official webassembly spec tests.
../spec/test/core/call_indirect.wast: ..SUCCESS
../spec/test/core/int_literals.wast: ..SUCCESS
../spec/test/core/br_table.wast: ..SUCCESS
../spec/test/core/block.wast: ..SUCCESS
../spec/test/core/tee_local.wast: ..SUCCESS
../spec/test/core/unwind.wast: ..SUCCESS
../spec/test/core/utf8-invalid-encoding.wast: ..SUCCESS
../spec/test/core/utf8-import-module.wast: ..SUCCESS
../spec/test/core/call.wast: ..SUCCESS
../spec/test/core/binary.wast: ..SUCCESS
../spec/test/core/linking.wast: .........SUCCESS
../spec/test/core/fac.wast: ..SUCCESS
../spec/test/core/store_retval.wast: ..SUCCESS
../spec/test/core/align.wast: ...SUCCESS
../spec/test/core/conversions.wast: ..SUCCESS
../spec/test/core/memory_redundancy.wast: ..SUCCESS
../spec/test/core/i64.wast: ..SUCCESS
../spec/test/core/int_exprs.wast: ....................SUCCESS
../spec/test/core/typecheck.wast: ..SUCCESS
../spec/test/core/memory.wast: .....FAILED
[26] Expected 'unknown memory' error, but got 'type mismatch' instead
../spec/test/core/f32.wast: ..FAILED
m540: [405] Expected arithmetic NaN but got -nan
m540: [409] Expected arithmetic NaN but got -nan
m540: [413] Expected arithmetic NaN but got nan
m540: [417] Expected arithmetic NaN but got nan
m540: [805] Expected arithmetic NaN but got -nan
m540: [809] Expected arithmetic NaN but got -nan
m540: [813] Expected arithmetic NaN but got nan
m540: [817] Expected arithmetic NaN but got nan
m540: [1205] Expected arithmetic NaN but got -nan
m540: [1209] Expected arithmetic NaN but got -nan
m540: [1213] Expected arithmetic NaN but got nan
m540: [1217] Expected arithmetic NaN but got nan
m540: [1605] Expected arithmetic NaN but got -nan
m540: [1609] Expected arithmetic NaN but got -nan
m540: [1613] Expected arithmetic NaN but got nan
m540: [1617] Expected arithmetic NaN but got nan
m540: [1652] Expected arithmetic NaN but got nan
m540: [1654] Expected arithmetic NaN but got nan
m540: [1656] Expected arithmetic NaN but got nan
m540: [1658] Expected arithmetic NaN but got nan
m540: [1692] Expected arithmetic NaN but got nan
m540: [1694] Expected arithmetic NaN but got nan
m540: [1696] Expected arithmetic NaN but got nan
m540: [1698] Expected arithmetic NaN but got nan
m540: [1732] Expected arithmetic NaN but got nan
m540: [1734] Expected arithmetic NaN but got nan
m540: [1736] Expected arithmetic NaN but got nan
m540: [1738] Expected arithmetic NaN but got nan
m540: [1772] Expected arithmetic NaN but got nan
m540: [1774] Expected arithmetic NaN but got nan
m540: [1776] Expected arithmetic NaN but got nan
m540: [1778] Expected arithmetic NaN but got nan
m540: [1812] Expected arithmetic NaN but got nan
m540: [1814] Expected arithmetic NaN but got nan
m540: [1816] Expected arithmetic NaN but got nan
m540: [1818] Expected arithmetic NaN but got nan
m540: [1852] Expected arithmetic NaN but got nan
m540: [1854] Expected arithmetic NaN but got nan
m540: [1856] Expected arithmetic NaN but got nan
m540: [1858] Expected arithmetic NaN but got nan
[Truncated]
../spec/test/core/f32_bitwise.wast: ..SUCCESS
../spec/test/core/select.wast: ..SUCCESS
../spec/test/core/float_memory.wast: .......SUCCESS
../spec/test/core/switch.wast: ..SUCCESS
../spec/test/core/skip-stack-guard-page.wast: ..SUCCESS
../spec/test/core/labels.wast: ..SUCCESS
../spec/test/core/elem.wast: .......FAILED
[273] Expected 'constant expression required' error, but got 'type mismatch' instead
../spec/test/core/type.wast: ..FAILED
[43] Expected 'result before parameter' error, but got 'unexpected token' instead
../spec/test/core/f32_cmp.wast: ..SUCCESS
../spec/test/core/if.wast: ..SUCCESS
../spec/test/core/exports.wast: ......SUCCESS
../spec/test/core/forward.wast: ..SUCCESS
../spec/test/core/const.wast: .innative-test: innative/wat.cpp:1618: int innative::wat::WatModule(Environment&, Module&, innative::Queue<innative::wat::__WAT_TOKEN>&, innative::utility::StringRef, innative::wat::WatToken&): Assertion `m.name.str()' failed.
Aborted
|
TypeError: undefined is not an object (evaluating 'document.getElementsByName("full-screen")[0].content')
File "https://www.york.ac.uk/study/accommodation/rooms-prices/", line 1, in global code
File "[native code]", line unknown, in insertBefore
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 3188, in appendToParent
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 3190, in appendToParent
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 19202, in e
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 8188, in e
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 24648, in t
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40009, in [anonymous]
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40013, in [anonymous]
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40043, in [anonymous]
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40044, in t
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40238, in i
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40281, in [anonymous]
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 9923, in bindValue
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 9953, in on
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 2718, in autobind
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40279, in o
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40206, in e
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40338, in [anonymous]
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 2049, in a
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 2043, in r
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40337, in [anonymous]
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40342, in [anonymous]
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 9, in e
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 111, in [anonymous]
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 112, in global code
|
TypeError: undefined is not an object (evaluating 'document.getElementsByName("full-screen")[0].content')
File "https://www.york.ac.uk/study/accommodation/rooms-prices/", line 1, in global code
File "[native code]", line unknown, in insertBefore
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 3188, in appendToParent
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 3190, in appendToParent
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 19202, in e
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 8188, in e
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 24648, in t
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40009, in [anonymous]
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40013, in [anonymous]
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40043, in [anonymous]
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40044, in t
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40238, in i
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40281, in [anonymous]
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 9923, in bindValue
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 9953, in on
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 2718, in autobind
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40279, in o
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40206, in e
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40338, in [anonymous]
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 2049, in a
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 2043, in r
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40337, in [anonymous]
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 40342, in [anonymous]
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 9, in e
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 111, in [anonymous]
File "https://v2.zopim.com/bin/v/widget_v2.274.js", line 112, in global code
|
yaml
---
driver:
name: ec2
aws_ssh_key_id: <%= ENV['AWS_SSH_KEYNAME'] %>
region: us-east-1
availability_zone: b
instance_type: t2.medium
associate_public_ip: false
interface: private
subnet_id: <%= ENV['AWS_SUBNET_ID'] %>
security_group_ids: [ <%= ENV['AWS_SG_ID'] %> ]
retryable_tries: 120
shared_credentials_profile: saml
user_data: user_data_windows_2016.ps1
verifier:
name: inspec
transport:
name: winrm
port: 5986
winrm_transport: ssl
ssl: true
ssh_key: ~/.ssh/<%= ENV['AWS_SSH_KEYNAME'] %>.pem
connect_timeout: 60
connection_retries: 5
username: Administrator
platforms:
- name: windows-2016
driver:
image_id: <%= ENV['AWS_AMI_ID'] %>
suites:
- name: base
verifier:
inspec_tests:
- test/base_spec.rb
|
yaml
---
driver:
name: ec2
aws_ssh_key_id: <%= ENV['AWS_SSH_KEYNAME'] %>
region: us-east-1
availability_zone: b
instance_type: t2.medium
associate_public_ip: false
interface: private
subnet_id: <%= ENV['AWS_SUBNET_ID'] %>
security_group_ids: [ <%= ENV['AWS_SG_ID'] %> ]
retryable_tries: 120
shared_credentials_profile: saml
user_data: user_data_windows_2016.ps1
verifier:
name: inspec
transport:
name: winrm
port: 5986
winrm_transport: ssl
ssl: true
ssh_key: ~/.ssh/<%= ENV['AWS_SSH_KEYNAME'] %>.pem
connect_timeout: 60
connection_retries: 5
username: Administrator
platforms:
- name: windows-2016
driver:
image_id: <%= ENV['AWS_AMI_ID'] %>
suites:
- name: base
verifier:
inspec_tests:
- test/base_spec.rb
|
httpd_ssl_stop(void*)'
collect2.exe: error: ld returned 1 exit status
make: *** [C:/Msys32/home/ifranzki/esp/esp-idf/make/project.mk:458: /home/ifranzki/esp/test/build/test.elf]
|
LD build/test.elf
C:/Msys32/home/ifranzki/esp/test/build/main\libmain.a(httpd.o):(.literal._Z16httpd_initializev+0x48): undefined reference to `httpd_ssl_start(void**, httpd_ssl_config*)'
C:/Msys32/home/ifranzki/esp/test/build/main\libmain.a(httpd.o):(.literal._Z15httpd_terminatev+0x0): undefined reference to `httpd_ssl_stop(void*)'
C:/Msys32/home/ifranzki/esp/test/build/main\libmain.a(httpd.o): In function `httpd_initialize()':
C:/Msys32/home/ifranzki/esp/test/main/httpd.cpp:347: undefined reference to `httpd_ssl_start(void**, httpd_ssl_config*)'
C:/Msys32/home/ifranzki/esp/test/build/main\libmain.a(httpd.o): In function `httpd_terminate()':
C:/Msys32/home/ifranzki/esp/test/main/httpd.cpp:354: undefined reference to `httpd_ssl_stop(void*)'
collect2.exe: error: ld returned 1 exit status
make: *** [C:/Msys32/home/ifranzki/esp/esp-idf/make/project.mk:458: /home/ifranzki/esp/test/build/test.elf]
|
warning: deprecated time unit: :seconds. A time unit should be :second, :millisecond, :microsecond, :nanosecond, or a positive integer
(guardian) lib/guardian/token/jwt.ex:406: Guardian.Token.Jwt.set_iat/1
(guardian) lib/guardian/token/jwt.ex:276: Guardian.Token.Jwt.build_claims/5
(guardian) lib/guardian.ex:756: Guardian.returning_tuple/1
(guardian) lib/guardian.ex:580: Guardian.encode_and_sign/4
|
warning: invalid type annotation. When using the | operator to represent the union of types, make sure to wrap type annotations in parentheses: String.t() :: atom
lib/guardian/permissions/bitwise.ex:109
|
warning: deprecated time unit: :seconds. A time unit should be :second, :millisecond, :microsecond, :nanosecond, or a positive integer
(guardian) lib/guardian/token/jwt.ex:406: Guardian.Token.Jwt.set_iat/1
(guardian) lib/guardian/token/jwt.ex:276: Guardian.Token.Jwt.build_claims/5
(guardian) lib/guardian.ex:756: Guardian.returning_tuple/1
(guardian) lib/guardian.ex:580: Guardian.encode_and_sign/4
|
warning: invalid type annotation. When using the | operator to represent the union of types, make sure to wrap type annotations in parentheses: String.t() :: atom
lib/guardian/permissions/bitwise.ex:109
|
2019-01-04 10:45:55.889 ERROR 1 --- [ool-6-thread-35] c.n.s.c.o.DefaultOrchestrationProcessor : java.lang.IllegalArgumentException: Cannot deserialize instance of
|
$ ./flatc.exe ./path/file.fbs --go
error: path\file.fbs(x, y): error: default value of 0 for field fields_merchant_update is not part of enum MerchantCanChanged
|
/usr/local/lib/ruby/gems/2.6.0/bin/htmlproofer www.google.com,www.facebook.com --as-links
Traceback (most recent call last):
4: from /usr/local/lib/ruby/gems/2.6.0/bin/htmlproofer:23:in
|
/usr/local/lib/ruby/gems/2.6.0/bin/htmlproofer www.google.com,www.facebook.com --as-links
Traceback (most recent call last):
4: from /usr/local/lib/ruby/gems/2.6.0/bin/htmlproofer:23:in `<main>'
3: from /usr/local/lib/ruby/gems/2.6.0/bin/htmlproofer:23:in `load'
2: from /usr/local/lib/ruby/gems/2.6.0/gems/html-proofer-3.10.0/bin/htmlproofer:9:in `<top (required)>'
1: from /usr/local/lib/ruby/gems/2.6.0/gems/mercenary-0.3.6/lib/mercenary.rb:19:in `program'
/usr/local/lib/ruby/gems/2.6.0/gems/mercenary-0.3.6/lib/mercenary/program.rb:31:in `go': missing argument: --as-links (OptionParser::MissingArgument)
|
==> /usr/local/Cellar/circleci/0.1.5294/bin/circleci version
panic: stat /private/tmp/_data/data.yml: no such file or directory
goroutine 1 [running]:
github.com/CircleCI-Public/circleci-cli/cmd.MakeCommands(0xc0002010b0)
/private/tmp/circleci-20190129-62995-7x3wyk/src/github.com/CircleCI-Public/circleci-cli/cmd/root.go:88 +0xd46
github.com/CircleCI-Public/circleci-cli/cmd.Execute()
/private/tmp/circleci-20190129-62995-7x3wyk/src/github.com/CircleCI-Public/circleci-cli/cmd/root.go:36 +0x22
main.main()
/private/tmp/circleci-20190129-62995-7x3wyk/src/github.com/CircleCI-Public/circleci-cli/main.go:9 +0x20
|
==> /usr/local/Cellar/circleci/0.1.5294/bin/circleci version
panic: stat /private/tmp/_data/data.yml: no such file or directory
goroutine 1 [running]:
github.com/CircleCI-Public/circleci-cli/cmd.MakeCommands(0xc0002010b0)
/private/tmp/circleci-20190129-62995-7x3wyk/src/github.com/CircleCI-Public/circleci-cli/cmd/root.go:88 +0xd46
github.com/CircleCI-Public/circleci-cli/cmd.Execute()
/private/tmp/circleci-20190129-62995-7x3wyk/src/github.com/CircleCI-Public/circleci-cli/cmd/root.go:36 +0x22
main.main()
/private/tmp/circleci-20190129-62995-7x3wyk/src/github.com/CircleCI-Public/circleci-cli/main.go:9 +0x20
|
/**
* Creates a new timer.
*
* @param threadFactory a {@link ThreadFactory} that creates a
* background {@link Thread} which is dedicated to
* {@link TimerTask} execution.
* @param tickDuration the duration between tick
* @param unit the time unit of the {@code tickDuration}
* @param ticksPerWheel the size of the wheel
* @param maxPendingTimeouts The maximum number of pending timeouts after which call to
* {@code newTimeout} will result in
* {@link java.util.concurrent.RejectedExecutionException}
* being thrown. No maximum pending timeouts limit is assumed if
* this value is 0 or negative.
* @throws NullPointerException if either of {@code threadFactory} and {@code unit} is {@code null}
* @throws IllegalArgumentException if either of {@code tickDuration} and {@code ticksPerWheel} is <= 0
*/
public HashedWheelTimer(
ThreadFactory threadFactory,
long tickDuration, TimeUnit unit, int ticksPerWheel,
long maxPendingTimeouts) {}
|
/**
* Creates a new timer.
*
* @param threadFactory a {@link ThreadFactory} that creates a
* background {@link Thread} which is dedicated to
* {@link TimerTask} execution.
* @param tickDuration the duration between tick
* @param unit the time unit of the {@code tickDuration}
* @param ticksPerWheel the size of the wheel
* @param maxPendingTimeouts The maximum number of pending timeouts after which call to
* {@code newTimeout} will result in
* {@link java.util.concurrent.RejectedExecutionException}
* being thrown. No maximum pending timeouts limit is assumed if
* this value is 0 or negative.
* @throws NullPointerException if either of {@code threadFactory} and {@code unit} is {@code null}
* @throws IllegalArgumentException if either of {@code tickDuration} and {@code ticksPerWheel} is <= 0
*/
public HashedWheelTimer(
ThreadFactory threadFactory,
long tickDuration, TimeUnit unit, int ticksPerWheel,
long maxPendingTimeouts) {}
|
Step 3/6 : RUN npm install -g some-example-package
---> Running in 741a85d61b0b
Error: could not get uid/gid
[ 'nobody', 0 ]
at /usr/local/lib/node_modules/npm/node_modules/uid-number/uid-number.js:37:16
|
Step 3/6 : RUN npm install -g some-example-package
---> Running in 741a85d61b0b
Error: could not get uid/gid
[ 'nobody', 0 ]
at /usr/local/lib/node_modules/npm/node_modules/uid-number/uid-number.js:37:16
|
System.Exception : Shutdown failure. Log Debug[NotAllConnectionsClosedGracefully]: Some connections failed to close gracefully during server shutdown.
|
at Microsoft.AspNetCore.Testing.TestApplicationErrorLogger.Log[TState](LogLevel logLevel, EventId eventId, TState state, Exception exception, Func
|
System.Exception : Shutdown failure. Log Debug[NotAllConnectionsClosedGracefully]: Some connections failed to close gracefully during server shutdown.
|
at Microsoft.AspNetCore.Testing.TestApplicationErrorLogger.Log[TState](LogLevel logLevel, EventId eventId, TState state, Exception exception, Func`3 formatter) in /_/src/Servers/Kestrel/shared/test/TestApplicationErrorLogger.cs:line 91
at Microsoft.Extensions.Logging.LoggerMessage.<>c__DisplayClass4_0.<Define>b__0(ILogger logger, Exception exception)
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.KestrelTrace.NotAllConnectionsClosedGracefully() in /_/src/Servers/Kestrel/Core/src/Internal/Infrastructure/KestrelTrace.cs:line 169
at Castle.Proxies.KestrelTraceProxy.NotAllConnectionsClosedGracefully_callback()
at Castle.Proxies.Invocations.KestrelTrace_NotAllConnectionsClosedGracefully.InvokeMethodOnTarget()
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Moq.CastleProxyFactory.Invocation.ReturnBase() in C:\projects\moq4\src\Moq\ProxyFactories\CastleProxyFactory.cs:line 201
at Moq.Return.Handle(Invocation invocation, Mock mock) in C:\projects\moq4\src\Moq\Interception\InterceptionAspects.cs:line 350
at Moq.Mock.Moq.IInterceptor.Intercept(Invocation invocation) in C:\projects\moq4\src\Moq\Interception\Mock.cs:line 21
at Moq.CastleProxyFactory.Interceptor.Intercept(IInvocation invocation) in C:\projects\moq4\src\Moq\ProxyFactories\CastleProxyFactory.cs:line 176
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.KestrelTraceProxy.NotAllConnectionsClosedGracefully()
at Microsoft.AspNetCore.Testing.CompositeKestrelTrace.NotAllConnectionsClosedGracefully() in /_/src/Servers/Kestrel/shared/test/CompositeKestrelTrace.cs:line 99
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer.StopAsync(CancellationToken cancellationToken) in /_/src/Servers/Kestrel/Core/src/KestrelServer.cs:line 193
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer.StopAsync(CancellationToken cancellationToken) in /_/src/Servers/Kestrel/Core/src/KestrelServer.cs:line 176
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer.Dispose() in /_/src/Servers/Kestrel/Core/src/KestrelServer.cs:line 222
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope.DisposeAsync()
at Microsoft.AspNetCore.Hosting.Internal.WebHost.DisposeServiceProviderAsync(IServiceProvider serviceProvider) in /_/src/Hosting/Hosting/src/Internal/WebHost.cs:line 372
at Microsoft.AspNetCore.Hosting.Internal.WebHost.DisposeAsync() in /_/src/Hosting/Hosting/src/Internal/WebHost.cs:line 364
at Microsoft.AspNetCore.Hosting.Internal.WebHost.Dispose() in /_/src/Hosting/Hosting/src/Internal/WebHost.cs:line 347
at Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.TestServer.Dispose() in /_/src/Servers/Kestrel/shared/test/TransportTestHelpers/TestServer.cs:line 130
at Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.Http2.ShutdownTests.GracefulShutdownWaitsForRequestsToFinish() in /_/src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs:line 93
--- End of stack trace from previous location where exception was thrown ---
|
File "/home/travis/.venv-no-setuptools/lib/python2.7/site-packages/sympy/series/tests/test_limits.py", line 542
assert limit((-x + log(exp(x) + 1))/x) , x , oo) == 0
^
SyntaxError: invalid syntax
|
File "/home/travis/.venv-no-setuptools/lib/python2.7/site-packages/sympy/series/tests/test_limits.py", line 542
assert limit((-x + log(exp(x) + 1))/x) , x , oo) == 0
^
SyntaxError: invalid syntax
|
shell
kubectl describe ds csi-ds
...
Name: csi-ds
Selector: daemonset=pv-provisioner
Node-Selector: xxx=000
Labels: k8s-app=hostpath-driver
Annotations: ...
Desired Number of Nodes Scheduled: 0
Current Number of Nodes Scheduled: 0
Number of Nodes Scheduled with Up-to-date Pods: 0
Number of Nodes Scheduled with Available Pods: 0
Number of Nodes Misscheduled: 0
Pods Status: 109 Running / 0 Waiting / 0 Succeeded / 0 Failed
Pod Template:
...
|
shell
kubectl describe ds csi-ds
...
Name: csi-ds
Selector: daemonset=pv-provisioner
Node-Selector: xxx=000
Labels: k8s-app=hostpath-driver
Annotations: ...
Desired Number of Nodes Scheduled: 0
Current Number of Nodes Scheduled: 0
Number of Nodes Scheduled with Up-to-date Pods: 0
Number of Nodes Scheduled with Available Pods: 0
Number of Nodes Misscheduled: 0
Pods Status: 109 Running / 0 Waiting / 0 Succeeded / 0 Failed
Pod Template:
...
|
$ ./influx task create --org a 'option task = {name: "x", every: 30s} from(bucket:"a") |> range(start:-1m)'
Error: <invalid> invalid organization id.
|
$ ./influx task create --org a 'option task = {name: "x", every: 30s} from(bucket:"a") |> range(start:-1m)'
Error: <invalid> invalid organization id.
|
/usr/bin/atom: 行 157: 2313 段错误 nohup "$ATOM_PATH" --executed-from="$(pwd)" --pid=$$ "$@" > "$ATOM_HOME/nohup.out" 2>&1
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
[Truncated]
**Reproduces how often:** seldom
### Versions
|
/usr/bin/atom: 行 157: 2313 段错误 nohup "$ATOM_PATH" --executed-from="$(pwd)" --pid=$$ "$@" > "$ATOM_HOME/nohup.out" 2>&1
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
(atom:2313): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
[Truncated]
**Reproduces how often:** seldom
### Versions
|
23:52:22.757 [reactor-http-nio-2] DEBUG r.n.http.server.HttpServerOperations - [id: 0x9e4cf128, L:/0:0:0:0:0:0:0:1:8080 ! R:/0:0:0:0:0:0:0:1:65461] Failed flushing last frame
java.io.IOException: Broken pipe
at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
at sun.nio.ch.IOUtil.write(IOUtil.java:51)
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
at io.netty.channel.socket.nio.NioSocketChannel.doWrite(NioSocketChannel.java:405)
at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:938)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.flush0(AbstractNioChannel.java:360)
at io.netty.channel.AbstractChannel$AbstractUnsafe.flush(AbstractChannel.java:905)
at io.netty.channel.DefaultChannelPipeline$HeadContext.flush(DefaultChannelPipeline.java:1370)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush0(AbstractChannelHandlerContext.java:776)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:768)
at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:749)
at io.netty.handler.logging.LoggingHandler.flush(LoggingHandler.java:265)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush0(AbstractChannelHandlerContext.java:776)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:768)
at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:749)
at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.flush(CombinedChannelDuplexHandler.java:533)
at io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115)
at io.netty.channel.CombinedChannelDuplexHandler.flush(CombinedChannelDuplexHandler.java:358)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush0(AbstractChannelHandlerContext.java:776)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:768)
at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:749)
at io.netty.channel.ChannelDuplexHandler.flush(ChannelDuplexHandler.java:117)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush0(AbstractChannelHandlerContext.java:776)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:768)
at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:749)
at reactor.netty.channel.ChannelOperationsHandler$PublisherSender.lambda$onComplete$0(ChannelOperationsHandler.java:556)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:495)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
at java.lang.Thread.run(Thread.java:748)
|
23:52:22.757 [reactor-http-nio-2] DEBUG r.n.http.server.HttpServerOperations - [id: 0x9e4cf128, L:/0:0:0:0:0:0:0:1:8080 ! R:/0:0:0:0:0:0:0:1:65461] Failed flushing last frame
java.io.IOException: Broken pipe
at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
at sun.nio.ch.IOUtil.write(IOUtil.java:51)
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
at io.netty.channel.socket.nio.NioSocketChannel.doWrite(NioSocketChannel.java:405)
at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:938)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.flush0(AbstractNioChannel.java:360)
at io.netty.channel.AbstractChannel$AbstractUnsafe.flush(AbstractChannel.java:905)
at io.netty.channel.DefaultChannelPipeline$HeadContext.flush(DefaultChannelPipeline.java:1370)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush0(AbstractChannelHandlerContext.java:776)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:768)
at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:749)
at io.netty.handler.logging.LoggingHandler.flush(LoggingHandler.java:265)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush0(AbstractChannelHandlerContext.java:776)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:768)
at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:749)
at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.flush(CombinedChannelDuplexHandler.java:533)
at io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115)
at io.netty.channel.CombinedChannelDuplexHandler.flush(CombinedChannelDuplexHandler.java:358)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush0(AbstractChannelHandlerContext.java:776)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:768)
at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:749)
at io.netty.channel.ChannelDuplexHandler.flush(ChannelDuplexHandler.java:117)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush0(AbstractChannelHandlerContext.java:776)
at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:768)
at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:749)
at reactor.netty.channel.ChannelOperationsHandler$PublisherSender.lambda$onComplete$0(ChannelOperationsHandler.java:556)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:495)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
at java.lang.Thread.run(Thread.java:748)
|
bash
Invalid JSON at 0: Expected '{, kind: kotlinx.serialization.StructureKind$CLASS@558169d3'
kotlinx.serialization.json.JsonParsingException: Invalid JSON at 0: Expected '{, kind: kotlinx.serialization.StructureKind$CLASS@558169d3'
|
kotlinx.serialization.json.JsonParsingException: Invalid JSON at 0: Expected '[, kind: kotlinx.serialization.StructureKind$LIST@47db50c5'
|
kotlinx.serialization.json.JsonParsingException: Invalid JSON at 0: Expected '[, kind: kotlinx.serialization.StructureKind$LIST@47db50c5'
|
bash
Invalid JSON at 0: Expected '{, kind: kotlinx.serialization.StructureKind$CLASS@558169d3'
kotlinx.serialization.json.JsonParsingException: Invalid JSON at 0: Expected '{, kind: kotlinx.serialization.StructureKind$CLASS@558169d3'
|
yinhandeMacBook-Pro:Docker xiaohantx$ osascript mac.applescript test
*** Error creating a JP2 color space: falling back to sRGB
*** Error creating a JP2 color space: falling back to sRGB
|
*** Error creating a JP2 color space: falling back to sRGB
«class PNGf», 63581, «class 8BPS», 265044, GIF picture, 24551, «class jp2 », 68030, JPEG picture, 50697, TIFF picture, 1355634, «class BMP », 1354790, «class TPIC», 123721
|
*** Error creating a JP2 color space: falling back to sRGB
TIFF picture, 1090534, «class HTML», 147, «class 8BPS», 225944, GIF picture, 35216, «class jp2 », 72886, JPEG picture, 56264, «class PNGf», 104940, «class BMP », 1090046, «class TPIC», 226861
|
yinhandeMacBook-Pro:Docker xiaohantx$ osascript mac.applescript test
*** Error creating a JP2 color space: falling back to sRGB
*** Error creating a JP2 color space: falling back to sRGB
|
*** Error creating a JP2 color space: falling back to sRGB
«class PNGf», 63581, «class 8BPS», 265044, GIF picture, 24551, «class jp2 », 68030, JPEG picture, 50697, TIFF picture, 1355634, «class BMP », 1354790, «class TPIC», 123721
|
*** Error creating a JP2 color space: falling back to sRGB
TIFF picture, 1090534, «class HTML», 147, «class 8BPS», 225944, GIF picture, 35216, «class jp2 », 72886, JPEG picture, 56264, «class PNGf», 104940, «class BMP », 1090046, «class TPIC», 226861
|
pi@zeropi01:~/projects/pylgbst/examples $ sudo python3 demo.py
INFO:root:Trying get_connection_bluepy
INFO:comms-bluepy:Discovering devices...
INFO:comms-bluepy:Discovering devices...
INFO:comms-bluepy:Discovering devices...
INFO:comms-bluepy:Discovering devices...
INFO:root:Found LEGO Move Hub at 00:16:53:aa:7b:f2
INFO:movehub:Attached IMOTOR on port C
INFO:movehub:Attached DISTANCE_COLOR_SENSOR on port D
INFO:movehub:Attached MOTOR on port A
INFO:movehub:Attached MOTOR on port B
INFO:movehub:Attached MOTOR on port AB
INFO:movehub:Attached LED on port LED
WARNING:movehub:Got only these devices: (LED on port LED, EncodedMotor on port A, EncodedMotor on port B, EncodedMotor on port AB, None, Button on port 0, None, None)
Traceback (most recent call last):
File "demo.py", line 194, in <module>
hub = MoveHub(connection)
File "/usr/local/lib/python3.5/dist-packages/pylgbst/movehub.py", line 63, in __init__
self._wait_for_devices()
File "/usr/local/lib/python3.5/dist-packages/pylgbst/movehub.py", line 83, in _wait_for_devices
raise RuntimeError("Failed to obtain all builtin devices")
RuntimeError: Failed to obtain all builtin devices
|
pi@zeropi01:~/projects/pylgbst/examples $ sudo python3 demo.py
Traceback (most recent call last):
File "demo.py", line 194, in <module>
hub = MoveHub(connection)
File "/usr/local/lib/python3.5/dist-packages/pylgbst/movehub.py", line 63, in __init__
self._wait_for_devices()
File "/usr/local/lib/python3.5/dist-packages/pylgbst/movehub.py", line 71, in _wait_for_devices
self.connection.enable_notifications()
File "/usr/local/lib/python3.5/dist-packages/pylgbst/comms/__init__.py", line 41, in enable_notifications
self.write(ENABLE_NOTIFICATIONS_HANDLE, ENABLE_NOTIFICATIONS_VALUE)
File "/usr/local/lib/python3.5/dist-packages/pylgbst/comms/__init__.py", line 163, in write
self._send(payload)
File "/usr/local/lib/python3.5/dist-packages/pylgbst/comms/__init__.py", line 167, in _send
self.sock.send(json.dumps(payload) + "\n")
TypeError: a bytes-like object is required, not 'str'
|
pi@zeropi01:~/projects/pylgbst/examples $ sudo python3 vernie/android_remote.py
Traceback (most recent call last):
File "android_remote.py", line 12, in <module>
from . import Vernie
SystemError: Parent module '' not loaded, cannot perform relative import
|
pi@zeropi01:~/projects $ sudo -E python3 pylgbst/examples/demo.py
Traceback (most recent call last):
File "pylgbst/examples/demo.py", line 5, in <module>
from pylgbst import *
ImportError: No module named 'pylgbst'
|
pi@zeropi01:~/projects/pylgbst/examples $ sudo python3 vernie/android_remote.py
Traceback (most recent call last):
File "android_remote.py", line 12, in <module>
from . import Vernie
SystemError: Parent module '' not loaded, cannot perform relative import
|
pi@zeropi01:~/projects/pylgbst $ echo $PYTHONPATH
/home/pi/projects/pylgbst/pylgbst/
pi@zeropi01:~/projects/pylgbst $ ls -lsa $PYTHONPATH
total 72
4 drwxr-xr-x 4 pi pi 4096 Mar 15 12:22 .
4 drwxr-xr-x 6 pi pi 4096 Mar 12 09:28 ..
4 drwxr-xr-x 3 pi pi 4096 Mar 15 10:15 comms
4 -rw-r--r-- 1 pi pi 2646 Mar 12 09:28 constants.py
4 -rw-r--r-- 1 pi pi 2738 Mar 12 09:38 constants.pyc
4 -rw-r--r-- 1 pi pi 1895 Mar 12 09:28 __init__.py
4 -rw-r--r-- 1 pi pi 2499 Mar 12 09:38 __init__.pyc
12 -rw-r--r-- 1 pi pi 8876 Mar 15 12:22 movehub.py
20 -rw-r--r-- 1 pi pi 16686 Mar 12 09:28 peripherals.py
4 drwxr-xr-x 2 pi pi 4096 Mar 15 12:05 __pycache__
4 -rw-r--r-- 1 pi pi 527 Mar 12 09:28 utilities.py
4 -rw-r--r-- 1 pi pi 953 Mar 12 09:38 utilities.pyc
pi@zeropi01:~/projects/pylgbst $ python3 examples/demo.py
Traceback (most recent call last):
File "examples/demo.py", line 5, in <module>
from pylgbst import *
ImportError: No module named 'pylgbst'
|
pi@zeropi01:~/projects/pylgbst/examples $ sudo python3 ./vernie/android_remote.py
Traceback (most recent call last):
File "./vernie/android_remote.py", line 12, in <module>
from examples.vernie import Vernie
ImportError: No module named 'examples'
pi@zeropi01:~/projects/pylgbst/examples $ python3 ./vernie/android_remote.py
INFO:comms-bluepy:Discovering devices...
Traceback (most recent call last):
File "./vernie/android_remote.py", line 53, in <module>
robot = Vernie()
File "/home/pi/projects/pylgbst/examples/vernie/__init__.py", line 73, in __init__
conn = get_connection_bluepy()
File "/home/pi/projects/pylgbst/pylgbst/__init__.py", line 35, in get_connection_bluepy
return BluepyConnection(controller).connect(hub_mac)
File "/home/pi/projects/pylgbst/pylgbst/comms/cbluepy.py", line 101, in connect
scanner.scan(1)
File "/home/pi/.local/lib/python3.5/site-packages/bluepy/btle.py", line 852, in scan
self.start(passive=passive)
File "/home/pi/.local/lib/python3.5/site-packages/bluepy/btle.py", line 790, in start
self._mgmtCmd("le on")
File "/home/pi/.local/lib/python3.5/site-packages/bluepy/btle.py", line 312, in _mgmtCmd
raise BTLEManagementError("Failed to execute management command '%s'" % (cmd), rsp)
bluepy.btle.BTLEManagementError: Failed to execute management command 'le on' (code: 20, error: Permission Denied)
|
pi@zeropi01:~/projects/pylgbst/examples $ sudo python3 demo.py
INFO:root:Trying get_connection_bluepy
INFO:comms-bluepy:Discovering devices...
INFO:comms-bluepy:Discovering devices...
INFO:comms-bluepy:Discovering devices...
INFO:comms-bluepy:Discovering devices...
INFO:root:Found LEGO Move Hub at 00:16:53:aa:7b:f2
INFO:movehub:Attached IMOTOR on port C
INFO:movehub:Attached DISTANCE_COLOR_SENSOR on port D
INFO:movehub:Attached MOTOR on port A
INFO:movehub:Attached MOTOR on port B
INFO:movehub:Attached MOTOR on port AB
INFO:movehub:Attached LED on port LED
WARNING:movehub:Got only these devices: (LED on port LED, EncodedMotor on port A, EncodedMotor on port B, EncodedMotor on port AB, None, Button on port 0, None, None)
Traceback (most recent call last):
File "demo.py", line 194, in <module>
hub = MoveHub(connection)
File "/usr/local/lib/python3.5/dist-packages/pylgbst/movehub.py", line 63, in __init__
self._wait_for_devices()
File "/usr/local/lib/python3.5/dist-packages/pylgbst/movehub.py", line 83, in _wait_for_devices
raise RuntimeError("Failed to obtain all builtin devices")
RuntimeError: Failed to obtain all builtin devices
|
pi@zeropi01:~/projects/pylgbst/examples $ sudo python3 demo.py
Traceback (most recent call last):
File "demo.py", line 194, in <module>
hub = MoveHub(connection)
File "/usr/local/lib/python3.5/dist-packages/pylgbst/movehub.py", line 63, in __init__
self._wait_for_devices()
File "/usr/local/lib/python3.5/dist-packages/pylgbst/movehub.py", line 71, in _wait_for_devices
self.connection.enable_notifications()
File "/usr/local/lib/python3.5/dist-packages/pylgbst/comms/__init__.py", line 41, in enable_notifications
self.write(ENABLE_NOTIFICATIONS_HANDLE, ENABLE_NOTIFICATIONS_VALUE)
File "/usr/local/lib/python3.5/dist-packages/pylgbst/comms/__init__.py", line 163, in write
self._send(payload)
File "/usr/local/lib/python3.5/dist-packages/pylgbst/comms/__init__.py", line 167, in _send
self.sock.send(json.dumps(payload) + "\n")
TypeError: a bytes-like object is required, not 'str'
|
pi@zeropi01:~/projects/pylgbst/examples $ sudo python3 vernie/android_remote.py
Traceback (most recent call last):
File "android_remote.py", line 12, in <module>
from . import Vernie
SystemError: Parent module '' not loaded, cannot perform relative import
|
pi@zeropi01:~/projects $ sudo -E python3 pylgbst/examples/demo.py
Traceback (most recent call last):
File "pylgbst/examples/demo.py", line 5, in <module>
from pylgbst import *
ImportError: No module named 'pylgbst'
|
pi@zeropi01:~/projects/pylgbst/examples $ sudo python3 vernie/android_remote.py
Traceback (most recent call last):
File "android_remote.py", line 12, in <module>
from . import Vernie
SystemError: Parent module '' not loaded, cannot perform relative import
|
pi@zeropi01:~/projects/pylgbst $ echo $PYTHONPATH
/home/pi/projects/pylgbst/pylgbst/
pi@zeropi01:~/projects/pylgbst $ ls -lsa $PYTHONPATH
total 72
4 drwxr-xr-x 4 pi pi 4096 Mar 15 12:22 .
4 drwxr-xr-x 6 pi pi 4096 Mar 12 09:28 ..
4 drwxr-xr-x 3 pi pi 4096 Mar 15 10:15 comms
4 -rw-r--r-- 1 pi pi 2646 Mar 12 09:28 constants.py
4 -rw-r--r-- 1 pi pi 2738 Mar 12 09:38 constants.pyc
4 -rw-r--r-- 1 pi pi 1895 Mar 12 09:28 __init__.py
4 -rw-r--r-- 1 pi pi 2499 Mar 12 09:38 __init__.pyc
12 -rw-r--r-- 1 pi pi 8876 Mar 15 12:22 movehub.py
20 -rw-r--r-- 1 pi pi 16686 Mar 12 09:28 peripherals.py
4 drwxr-xr-x 2 pi pi 4096 Mar 15 12:05 __pycache__
4 -rw-r--r-- 1 pi pi 527 Mar 12 09:28 utilities.py
4 -rw-r--r-- 1 pi pi 953 Mar 12 09:38 utilities.pyc
pi@zeropi01:~/projects/pylgbst $ python3 examples/demo.py
Traceback (most recent call last):
File "examples/demo.py", line 5, in <module>
from pylgbst import *
ImportError: No module named 'pylgbst'
|
pi@zeropi01:~/projects/pylgbst/examples $ sudo python3 ./vernie/android_remote.py
Traceback (most recent call last):
File "./vernie/android_remote.py", line 12, in <module>
from examples.vernie import Vernie
ImportError: No module named 'examples'
pi@zeropi01:~/projects/pylgbst/examples $ python3 ./vernie/android_remote.py
INFO:comms-bluepy:Discovering devices...
Traceback (most recent call last):
File "./vernie/android_remote.py", line 53, in <module>
robot = Vernie()
File "/home/pi/projects/pylgbst/examples/vernie/__init__.py", line 73, in __init__
conn = get_connection_bluepy()
File "/home/pi/projects/pylgbst/pylgbst/__init__.py", line 35, in get_connection_bluepy
return BluepyConnection(controller).connect(hub_mac)
File "/home/pi/projects/pylgbst/pylgbst/comms/cbluepy.py", line 101, in connect
scanner.scan(1)
File "/home/pi/.local/lib/python3.5/site-packages/bluepy/btle.py", line 852, in scan
self.start(passive=passive)
File "/home/pi/.local/lib/python3.5/site-packages/bluepy/btle.py", line 790, in start
self._mgmtCmd("le on")
File "/home/pi/.local/lib/python3.5/site-packages/bluepy/btle.py", line 312, in _mgmtCmd
raise BTLEManagementError("Failed to execute management command '%s'" % (cmd), rsp)
bluepy.btle.BTLEManagementError: Failed to execute management command 'le on' (code: 20, error: Permission Denied)
|
2019-03-15T20:03:33.585556Z info mcp [32] istio/config/v1alpha2/legacy/bypasses
2019-03-15T20:03:33.585565Z info mcp [33] istio/config/v1alpha2/legacy/checknothings
2019-03-15T20:03:33.585570Z info mcp [34] istio/config/v1alpha2/legacy/fluentds
2019-03-15T20:03:33.585575Z info mcp [35] istio/config/v1alpha2/legacy/memquotas
2019-03-15T20:03:33.585579Z info mcp [36] istio/policy/v1beta1/rules
2019-03-15T20:03:33.585600Z info parsed scheme: ""
2019-03-15T20:03:33.585613Z info scheme "" not registered, fallback to default scheme
2019-03-15T20:03:33.585698Z info Using new MCP client sink stack
2019-03-15T20:03:33.585745Z info Awaiting for config store sync...
2019-03-15T20:03:33.585809Z info mcp (re)trying to establish new MCP sink stream
2019-03-15T20:03:33.585833Z info ccResolverWrapper: sending new addresses to cc: [{istio-galley.istio-system.svc:9901 0 <nil>}]
2019-03-15T20:03:33.585845Z info ClientConn switching balancer to "pick_first"
2019-03-15T20:03:33.585908Z info pickfirstBalancer: HandleSubConnStateChange: 0xc420499960, CONNECTING
2019-03-15T20:03:33.585913Z info blockingPicker: the picked transport is not ready, loop back to repick
|
2019-03-15T20:03:33.585556Z info mcp [32] istio/config/v1alpha2/legacy/bypasses
2019-03-15T20:03:33.585565Z info mcp [33] istio/config/v1alpha2/legacy/checknothings
2019-03-15T20:03:33.585570Z info mcp [34] istio/config/v1alpha2/legacy/fluentds
2019-03-15T20:03:33.585575Z info mcp [35] istio/config/v1alpha2/legacy/memquotas
2019-03-15T20:03:33.585579Z info mcp [36] istio/policy/v1beta1/rules
2019-03-15T20:03:33.585600Z info parsed scheme: ""
2019-03-15T20:03:33.585613Z info scheme "" not registered, fallback to default scheme
2019-03-15T20:03:33.585698Z info Using new MCP client sink stack
2019-03-15T20:03:33.585745Z info Awaiting for config store sync...
2019-03-15T20:03:33.585809Z info mcp (re)trying to establish new MCP sink stream
2019-03-15T20:03:33.585833Z info ccResolverWrapper: sending new addresses to cc: [{istio-galley.istio-system.svc:9901 0 <nil>}]
2019-03-15T20:03:33.585845Z info ClientConn switching balancer to "pick_first"
2019-03-15T20:03:33.585908Z info pickfirstBalancer: HandleSubConnStateChange: 0xc420499960, CONNECTING
2019-03-15T20:03:33.585913Z info blockingPicker: the picked transport is not ready, loop back to repick
|
version: '3'
services:
...
localstack:
image: localstack/localstack
ports:
- "4567-4593:4567-4593"
- "${PORT_WEB_UI-8080}:${PORT_WEB_UI-8080}"
environment:
- SERVICES=${SERVICES- }
- DEBUG=${DEBUG- }
- DATA_DIR=${DATA_DIR- }
- PORT_WEB_UI=${PORT_WEB_UI- }
- LAMBDA_EXECUTOR=${LAMBDA_EXECUTOR- }
- KINESIS_ERROR_PROBABILITY=${KINESIS_ERROR_PROBABILITY- }
- DOCKER_HOST=unix:///var/run/docker.sock
volumes:
- "${TMPDIR:-/tmp/localstack}:/tmp/localstack"
...
|
stage: local
region: us-east-1
plugins:
- serverless-plugin-typescript
- serverless-localstack
provider:
name: aws
runtime: nodejs8.10
custom:
localstack:
host: http://localhost
stages:
# list of stages for which the plugin should be enabled
- local
lambda:
# Enable this flag to improve performance
mountCode: True
functions:
hello:
handler: src/resolvers/index.hello
graphql:
handler: src/resolvers/index.server
events:
- http:
path: /
method: post
cors: true
playground:
handler: src/resolvers/index.playground
events:
- http:
path: /playground
method: get
cors: true
verifyTransaction:
handler: src/resolvers/index.verifyTransaction
events:
- http:
path: /transaction/verify
method: post
cors: true
pusherAuth:
handler: src/resolvers/index.pusherAuth
events:
- http:
path: /pusher/auth
method: post
[Truncated]
r = adapter.send(request, **kwargs)
File "/opt/code/localstack/.venv/lib/python2.7/site-packages/requests/adapters.py", line 498, in send
raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', error(104, 'Connection reset by peer'))
2019-03-16T10:04:11:ERROR:localstack.services.generic_proxy: Error forwarding request: ('Connection aborted.', error(104, 'Connection reset by peer')) Traceback (most recent call last):
File "/opt/code/localstack/localstack/services/generic_proxy.py", line 216, in forward
headers=forward_headers, stream=True)
File "/opt/code/localstack/.venv/lib/python2.7/site-packages/requests/api.py", line 116, in post
return request('post', url, data=data, json=json, **kwargs)
File "/opt/code/localstack/.venv/lib/python2.7/site-packages/requests/api.py", line 60, in request
return session.request(method=method, url=url, **kwargs)
File "/opt/code/localstack/.venv/lib/python2.7/site-packages/requests/sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
File "/opt/code/localstack/.venv/lib/python2.7/site-packages/requests/sessions.py", line 646, in send
r = adapter.send(request, **kwargs)
File "/opt/code/localstack/.venv/lib/python2.7/site-packages/requests/adapters.py", line 498, in send
raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', error(104, 'Connection reset by peer'))
|
version: '3'
services:
...
localstack:
image: localstack/localstack
ports:
- "4567-4593:4567-4593"
- "${PORT_WEB_UI-8080}:${PORT_WEB_UI-8080}"
environment:
- SERVICES=${SERVICES- }
- DEBUG=${DEBUG- }
- DATA_DIR=${DATA_DIR- }
- PORT_WEB_UI=${PORT_WEB_UI- }
- LAMBDA_EXECUTOR=${LAMBDA_EXECUTOR- }
- KINESIS_ERROR_PROBABILITY=${KINESIS_ERROR_PROBABILITY- }
- DOCKER_HOST=unix:///var/run/docker.sock
volumes:
- "${TMPDIR:-/tmp/localstack}:/tmp/localstack"
...
|
stage: local
region: us-east-1
plugins:
- serverless-plugin-typescript
- serverless-localstack
provider:
name: aws
runtime: nodejs8.10
custom:
localstack:
host: http://localhost
stages:
# list of stages for which the plugin should be enabled
- local
lambda:
# Enable this flag to improve performance
mountCode: True
functions:
hello:
handler: src/resolvers/index.hello
graphql:
handler: src/resolvers/index.server
events:
- http:
path: /
method: post
cors: true
playground:
handler: src/resolvers/index.playground
events:
- http:
path: /playground
method: get
cors: true
verifyTransaction:
handler: src/resolvers/index.verifyTransaction
events:
- http:
path: /transaction/verify
method: post
cors: true
pusherAuth:
handler: src/resolvers/index.pusherAuth
events:
- http:
path: /pusher/auth
method: post
[Truncated]
r = adapter.send(request, **kwargs)
File "/opt/code/localstack/.venv/lib/python2.7/site-packages/requests/adapters.py", line 498, in send
raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', error(104, 'Connection reset by peer'))
2019-03-16T10:04:11:ERROR:localstack.services.generic_proxy: Error forwarding request: ('Connection aborted.', error(104, 'Connection reset by peer')) Traceback (most recent call last):
File "/opt/code/localstack/localstack/services/generic_proxy.py", line 216, in forward
headers=forward_headers, stream=True)
File "/opt/code/localstack/.venv/lib/python2.7/site-packages/requests/api.py", line 116, in post
return request('post', url, data=data, json=json, **kwargs)
File "/opt/code/localstack/.venv/lib/python2.7/site-packages/requests/api.py", line 60, in request
return session.request(method=method, url=url, **kwargs)
File "/opt/code/localstack/.venv/lib/python2.7/site-packages/requests/sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
File "/opt/code/localstack/.venv/lib/python2.7/site-packages/requests/sessions.py", line 646, in send
r = adapter.send(request, **kwargs)
File "/opt/code/localstack/.venv/lib/python2.7/site-packages/requests/adapters.py", line 498, in send
raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', error(104, 'Connection reset by peer'))
|
22 error Exit status 1
23 error Failed at the [email protected] build:release script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]
|
private async Task ReceiveC2dAsync()
{
deviceClient = DeviceClient.Create(IoTHostName, new DeviceAuthenticationWithRegistrySymmetricKey(strDeviceId, strDeviceKey), Microsoft.Azure.Devices.Client.TransportType.Http1);
deviceClient.SetConnectionStatusChangesHandler(ConnectionStatusChanges);
await deviceClient.OpenAsync();
await deviceClient.SetDesiredPropertyUpdateCallbackAsync(DesiredPropertiesUpdates, null);
await ReceiveMessagesAsync();
}
private static void ConnectionStatusChanges(ConnectionStatus status, ConnectionStatusChangeReason reason)
{
MessageBox.Show($"Connection status changed - ConnectionStatus = {status}, ConnectionStatusChangeReason = {reason}");
}
|
private async Task ReceiveC2dAsync()
{
deviceClient = DeviceClient.Create(IoTHostName, new DeviceAuthenticationWithRegistrySymmetricKey(strDeviceId, strDeviceKey), Microsoft.Azure.Devices.Client.TransportType.Http1);
deviceClient.SetConnectionStatusChangesHandler(ConnectionStatusChanges);
await deviceClient.OpenAsync();
await deviceClient.SetDesiredPropertyUpdateCallbackAsync(DesiredPropertiesUpdates, null);
await ReceiveMessagesAsync();
}
private static void ConnectionStatusChanges(ConnectionStatus status, ConnectionStatusChangeReason reason)
{
MessageBox.Show($"Connection status changed - ConnectionStatus = {status}, ConnectionStatusChangeReason = {reason}");
}
|
patch
diff --git a/lib/puppet/provider/elastic_plugin.rb b/lib/puppet/provider/elastic_plugin.rb
index 07fa44e..0855d2a 100644
--- a/lib/puppet/provider/elastic_plugin.rb
+++ b/lib/puppet/provider/elastic_plugin.rb
@@ -135,6 +135,7 @@ class Puppet::Provider::ElasticPlugin < Puppet::Provider
retry_times = 0
begin
with_environment do
+ debug("$ES_JAVA_OPTS: #{ENV['ES_JAVA_OPTS']}")
plugin(commands)
end
rescue Puppet::ExecutionFailure => e
|
patch
diff --git a/lib/puppet/provider/elastic_plugin.rb b/lib/puppet/provider/elastic_plugin.rb
index 07fa44e..0855d2a 100644
--- a/lib/puppet/provider/elastic_plugin.rb
+++ b/lib/puppet/provider/elastic_plugin.rb
@@ -135,6 +135,7 @@ class Puppet::Provider::ElasticPlugin < Puppet::Provider
retry_times = 0
begin
with_environment do
+ debug("$ES_JAVA_OPTS: #{ENV['ES_JAVA_OPTS']}")
plugin(commands)
end
rescue Puppet::ExecutionFailure => e
|
...
DangerID: danger-id-default;
-->
<table>
<thead>
<tr>
<th width="50"></th>
<th width="100%" data-danger-table="true">Warnings</th>
</tr>
</thead>
<tbody><tr>
<td>:warning:</td>
<td>
|
stephan@WDFN34095835A:/mnt/c/Temp$ cf logs env --recent
Retrieving logs for app env in org uptime / space uptimeci as D047883...
unknown issue when making HTTP request to Loggregator
FAILED
|
stephan@WDFN34095835A:/mnt/c/Temp$ cf logs env --recent
Retrieving logs for app env in org uptime / space uptimeci as D047883...
unknown issue when making HTTP request to Loggregator
FAILED
|
{/* <TextField className={classNames.filter} label="Filter by name:" onChange={this._onFilterChange} /> */}
// onRenderDetailsHeader={onRenderDetailsHeader}
// onRenderDetailsFooter={onRenderDetailsFooter}
/*
function onRenderDetailsHeader (...)
function onRenderDetailsFooter (...)
*/
|
{/* <TextField className={classNames.filter} label="Filter by name:" onChange={this._onFilterChange} /> */}
// onRenderDetailsHeader={onRenderDetailsHeader}
// onRenderDetailsFooter={onRenderDetailsFooter}
/*
function onRenderDetailsHeader (...)
function onRenderDetailsFooter (...)
*/
|
In [3]: remote_server.reverse_string('Hello, World!')
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-3-95dc71bed420> in <module>
----> 1 remote_server.reverse_string('Hello, World!')
~/satellogic/env-nkappa-rpc/lib/python3.6/site-packages/tinyrpc/client.py in <lambda>(*args, **kwargs)
161 """
162 proxy_func = lambda *args, **kwargs: self.client.call(
--> 163 self.prefix + name, args, kwargs, one_way=self.one_way
164 )
165 return proxy_func
~/satellogic/env-nkappa-rpc/lib/python3.6/site-packages/tinyrpc/client.py in call(self, method, args, kwargs, one_way)
75 req = self.protocol.create_request(method, args, kwargs, one_way)
76
---> 77 rep = self._send_and_handle_reply(req, one_way)
78
79 if one_way:
~/satellogic/env-nkappa-rpc/lib/python3.6/site-packages/tinyrpc/client.py in _send_and_handle_reply(self, req, one_way, transport, no_exception)
54 if hasattr(self.protocol, 'raise_error') and callable(
55 self.protocol.raise_error):
---> 56 response = self.protocol.raise_error(response.error)
57 else:
58 raise RPCError(
~/satellogic/env-nkappa-rpc/lib/python3.6/site-packages/tinyrpc/protocols/jsonrpc.py in raise_error(self, error)
659
|
property.
660 """
--> 661 exc = JSONRPCError(error.error)
662 if self.raises_errors:
663 raise ex
AttributeError: 'str' object has no attribute 'error'
|
In [3]: remote_server.reverse_string('Hello, World!')
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-3-95dc71bed420> in <module>
----> 1 remote_server.reverse_string('Hello, World!')
~/satellogic/env-nkappa-rpc/lib/python3.6/site-packages/tinyrpc/client.py in <lambda>(*args, **kwargs)
161 """
162 proxy_func = lambda *args, **kwargs: self.client.call(
--> 163 self.prefix + name, args, kwargs, one_way=self.one_way
164 )
165 return proxy_func
~/satellogic/env-nkappa-rpc/lib/python3.6/site-packages/tinyrpc/client.py in call(self, method, args, kwargs, one_way)
75 req = self.protocol.create_request(method, args, kwargs, one_way)
76
---> 77 rep = self._send_and_handle_reply(req, one_way)
78
79 if one_way:
~/satellogic/env-nkappa-rpc/lib/python3.6/site-packages/tinyrpc/client.py in _send_and_handle_reply(self, req, one_way, transport, no_exception)
54 if hasattr(self.protocol, 'raise_error') and callable(
55 self.protocol.raise_error):
---> 56 response = self.protocol.raise_error(response.error)
57 else:
58 raise RPCError(
~/satellogic/env-nkappa-rpc/lib/python3.6/site-packages/tinyrpc/protocols/jsonrpc.py in raise_error(self, error)
659 ``data`` property.
660 """
--> 661 exc = JSONRPCError(error.error)
662 if self.raises_errors:
663 raise ex
AttributeError: 'str' object has no attribute 'error'
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.