logs
stringlengths 104
251k
|
---|
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
-----------------------------------------------------------------------------
[==========] Running 14 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 14 tests from LcTrieTest
[ RUN ] LcTrieTest.IPv4Defaults
[ OK ] LcTrieTest.IPv4Defaults (63 ms)
[ RUN ] LcTrieTest.RootBranchingFactor
[ OK ] LcTrieTest.RootBranchingFactor (67 ms)
[ RUN ] LcTrieTest.IPv4AddressSizeBoundaries
[ OK ] LcTrieTest.IPv4AddressSizeBoundaries (62 ms)
[ RUN ] LcTrieTest.IPv4Boundaries
[ OK ] LcTrieTest.IPv4Boundaries (124 ms)
[ RUN ] LcTrieTest.IPv6
[ OK ] LcTrieTest.IPv6 (66 ms)
[ RUN ] LcTrieTest.IPv6AddressSizeBoundaries
[ OK ] LcTrieTest.IPv6AddressSizeBoundaries (72 ms)
[ RUN ] LcTrieTest.IPv6Boundaries
[ OK ] LcTrieTest.IPv6Boundaries (144 ms)
[ RUN ] LcTrieTest.CatchAllIPv4Prefix
[ OK ] LcTrieTest.CatchAllIPv4Prefix (122 ms)
[ RUN ] LcTrieTest.CatchAllIPv6Prefix
[ OK ] LcTrieTest.CatchAllIPv6Prefix (133 ms)
[ RUN ] LcTrieTest.BothIpvVersions
[ OK ] LcTrieTest.BothIpvVersions (136 ms)
[ RUN ] LcTrieTest.NestedPrefixes
[ OK ] LcTrieTest.NestedPrefixes (131 ms)
[ RUN ] LcTrieTest.NestedPrefixesWithCatchAll
[ OK ] LcTrieTest.NestedPrefixesWithCatchAll (138 ms)
[ RUN ] LcTrieTest.MaximumEntriesException
[ OK ] LcTrieTest.MaximumEntriesException (40706 ms)
[ RUN ] LcTrieTest.ExceedingAllocatedTrieNodesException
|
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
-----------------------------------------------------------------------------
[==========] Running 14 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 14 tests from LcTrieTest
[ RUN ] LcTrieTest.IPv4Defaults
[ OK ] LcTrieTest.IPv4Defaults (63 ms)
[ RUN ] LcTrieTest.RootBranchingFactor
[ OK ] LcTrieTest.RootBranchingFactor (67 ms)
[ RUN ] LcTrieTest.IPv4AddressSizeBoundaries
[ OK ] LcTrieTest.IPv4AddressSizeBoundaries (62 ms)
[ RUN ] LcTrieTest.IPv4Boundaries
[ OK ] LcTrieTest.IPv4Boundaries (124 ms)
[ RUN ] LcTrieTest.IPv6
[ OK ] LcTrieTest.IPv6 (66 ms)
[ RUN ] LcTrieTest.IPv6AddressSizeBoundaries
[ OK ] LcTrieTest.IPv6AddressSizeBoundaries (72 ms)
[ RUN ] LcTrieTest.IPv6Boundaries
[ OK ] LcTrieTest.IPv6Boundaries (144 ms)
[ RUN ] LcTrieTest.CatchAllIPv4Prefix
[ OK ] LcTrieTest.CatchAllIPv4Prefix (122 ms)
[ RUN ] LcTrieTest.CatchAllIPv6Prefix
[ OK ] LcTrieTest.CatchAllIPv6Prefix (133 ms)
[ RUN ] LcTrieTest.BothIpvVersions
[ OK ] LcTrieTest.BothIpvVersions (136 ms)
[ RUN ] LcTrieTest.NestedPrefixes
[ OK ] LcTrieTest.NestedPrefixes (131 ms)
[ RUN ] LcTrieTest.NestedPrefixesWithCatchAll
[ OK ] LcTrieTest.NestedPrefixesWithCatchAll (138 ms)
[ RUN ] LcTrieTest.MaximumEntriesException
[ OK ] LcTrieTest.MaximumEntriesException (40706 ms)
[ RUN ] LcTrieTest.ExceedingAllocatedTrieNodesException
|
Exception in thread "main" org.deeplearning4j.nn.modelimport.keras.exceptions.UnsupportedKerasConfigurationException: If enforceTrainingConfig is true, a training configuration object (JSON) has to be provided.. Please file an issue at http://github.com/deeplearning4j/deeplearning4j/issues.
at org.deeplearning4j.nn.modelimport.keras.KerasModel.<init>(KerasModel.java:164)
at org.deeplearning4j.nn.modelimport.keras.KerasModel.<init>(KerasModel.java:91)
at org.deeplearning4j.nn.modelimport.keras.utils.KerasModelBuilder.buildModel(KerasModelBuilder.java:139)
at org.deeplearning4j.nn.modelimport.keras.KerasModelImport.importKerasModelConfiguration(KerasModelImport.java:305)
at org.deeplearning4j.nn.modelimport.keras.KerasConverter.convertKerasFunctional(KerasConverter.java:21)
at org.deeplearning4j.nn.modelimport.keras.KerasConverter.main(KerasConverter.java:29)
|
Exception in thread "main" org.deeplearning4j.nn.modelimport.keras.exceptions.UnsupportedKerasConfigurationException: If enforceTrainingConfig is true, a training configuration object (JSON) has to be provided.. Please file an issue at http://github.com/deeplearning4j/deeplearning4j/issues.
at org.deeplearning4j.nn.modelimport.keras.KerasModel.<init>(KerasModel.java:164)
at org.deeplearning4j.nn.modelimport.keras.KerasModel.<init>(KerasModel.java:91)
at org.deeplearning4j.nn.modelimport.keras.utils.KerasModelBuilder.buildModel(KerasModelBuilder.java:139)
at org.deeplearning4j.nn.modelimport.keras.KerasModelImport.importKerasModelConfiguration(KerasModelImport.java:305)
at org.deeplearning4j.nn.modelimport.keras.KerasConverter.convertKerasFunctional(KerasConverter.java:21)
at org.deeplearning4j.nn.modelimport.keras.KerasConverter.main(KerasConverter.java:29)
|
...
try:
timeout = config.get('SQLLAB_TIMEOUT')
timeout_msg = (
'The query exceeded the {timeout} seconds '
'timeout.').format(**locals())
# with utils.timeout(seconds=timeout, error_message=timeout_msg): ########
# pylint: disable=no-value-for-parameter
data = sql_lab.get_sql_results(
query_id,
rendered_query,
return_results=True)
...
|
...
try:
timeout = config.get('SQLLAB_TIMEOUT')
timeout_msg = (
'The query exceeded the {timeout} seconds '
'timeout.').format(**locals())
# with utils.timeout(seconds=timeout, error_message=timeout_msg): ########
# pylint: disable=no-value-for-parameter
data = sql_lab.get_sql_results(
query_id,
rendered_query,
return_results=True)
...
|
/home/username_0/src/github.com/username_0/stateful_enum/test/mechanic_machine_test.rb:18:in `test_transition_to_sti'
15: special_bug = SpecialBug.new
16: assert_equal 'unassigned', special_bug.status
17: special_bug.assigned_to = User.create!(name: 'user 1')
=> 18: special_bug.assign
19: assert_equal 'assigned', special_bug.status
20: end
21:
/home/username_0/src/github.com/username_0/stateful_enum/lib/stateful_enum/machine.rb:56:in `block (2 levels) in initialize'
/home/username_0/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:98:in `run_callbacks'
/home/username_0/src/github.com/username_0/stateful_enum/lib/stateful_enum/machine.rb:57:in `block (3 levels) in initialize'
/home/username_0/src/github.com/username_0/stateful_enum/lib/stateful_enum/machine.rb:57:in `instance_method'
Error: test_transition_to_sti(StatefulEnumTest): NameError: undefined method `assigned!' for module `#<Module:0x0000564443546130>'
=========================================================================================================
|
ruby
class Bug < ActiveRecord::Base
self.abstract_class = true
end
class NormalBug < Bug
enum status: {unassigned: 0, assigned: 1, resolved: 2, closed: 3} do
...
end
end
class CriticalBug < Bug
enum status: {unassigned: 0, assigned: 1, resolved: 2, closed: 3, released: 4} do
...
end
end
|
ruby
class Bug < ActiveRecord::Base
enum status: {unassigned: 0, assigned: 1, resolved: 2, closed: 3} do
event :assign do
transition :unassigned => :assigned
end
end
end
class NormalBug < Bug
enum status: {unassigned: 0, assigned: 1, resolved: 2, closed: 3} do
event :assign do
transition :closed => :assigned
end
event :resolve do
transition [:unassigned, :assigned] => :resolved
end
end
end
class CriticalBug < Bug
enum status: {unassigned: 0, assigned: 1, resolved: 2, closed: 3, released: 4} do
event :assign do
transition :closed => :assigned
end
event :release do
transition :resolved => :released
end
end
end
class BugTest < Minitest::Test
def test_bug_cannnot_resolve
bug = Bug.create!(status: :unassigned)
assert_raises(NoMethodError) do
bug.resolve
end
end
def test_normal_bug_can_resolve
normal_bug = NormalBug.create!(status: :unassigned)
normal_bug.resolve
assert_equal 'resolved', normal_bug.status
end
def test_unassigned_critical_big_cannot_assign
critical_bug = CriticalBug.create!(status: :unassigned)
critical_bug.assign
assert_equal 'unassigned', critical_bug.status
end
end
|
Errno::EACCES: Permission denied @ rb_sysopen - Gemfile
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/fileutils.rb:1393:in
|
Errno::EACCES: Permission denied @ rb_sysopen - Gemfile
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/fileutils.rb:1393:in `initialize'
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/fileutils.rb:1393:in `open'
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/fileutils.rb:1393:in `block in copy_file'
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/fileutils.rb:1392:in `open'
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/fileutils.rb:1392:in `copy_file'
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/fileutils.rb:486:in `copy_file'
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/fileutils.rb:403:in `block in cp'
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/fileutils.rb:1571:in `block in fu_each_src_dest'
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/fileutils.rb:1587:in `fu_each_src_dest0'
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/fileutils.rb:1569:in `fu_each_src_dest'
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/fileutils.rb:402:in `cp'
/Library/Ruby/Gems/2.3.0/gems/bundler-1.16.1/lib/bundler/cli/init.rb:30:in `run'
/Library/Ruby/Gems/2.3.0/gems/bundler-1.16.1/lib/bundler/cli.rb:148:in `init'
/Library/Ruby/Gems/2.3.0/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/Library/Ruby/Gems/2.3.0/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
/Library/Ruby/Gems/2.3.0/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
/Library/Ruby/Gems/2.3.0/gems/bundler-1.16.1/lib/bundler/cli.rb:27:in `dispatch'
/Library/Ruby/Gems/2.3.0/gems/bundler-1.16.1/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start'
/Library/Ruby/Gems/2.3.0/gems/bundler-1.16.1/lib/bundler/cli.rb:18:in `start'
/Library/Ruby/Gems/2.3.0/gems/bundler-1.16.1/exe/bundle:30:in `block in <top (required)>'
/Library/Ruby/Gems/2.3.0/gems/bundler-1.16.1/lib/bundler/friendly_errors.rb:122:in `with_friendly_errors'
/Library/Ruby/Gems/2.3.0/gems/bundler-1.16.1/exe/bundle:22:in `<top (required)>'
/usr/local/bin/bundle:22:in `load'
/usr/local/bin/bundle:22:in `<main>'
|
/e/work/PersonalWork/cocotb/cocotb-6c4320ee732b2af11faee17de57b9f40a4a5662c/cocotb-6c4320ee732b2af11faee17de57b9f40a4a5662c/lib/vhpi'
make[1]: *** [/e/work/PersonalWork/cocotb/cocotb-6c4320ee732b2af11faee17de57b9f40a4a5662c/cocotb-6c4320ee732b2af11faee17de57b9f40a4a5662c/build/libs/i686/libvhpi.dll] Error 2
make[1]: Leaving directory
|
public function issueRefund($token, $return_request_id, $currency_id, $commnents = '', $refund_fee_type = 'PURCHASE_PRICE', $site_id = '0'){
$service = new \DTS\eBaySDK\ReturnManagement\Services\ReturnManagementService([
'authToken' => $token,
'credentials' => [
'appId' => $this->appData['EBAY_APPNAME'],
'certId' => $this->appData['EBAY_CERTNAME'],
'devId' => $this->appData['EBAY_DEVNAME']
],
'sandbox' => $this->appData['EBAY_SANDBOX'],
'siteId' => $site_id
]);
$request = new \DTS\eBaySDK\ReturnManagement\Types\IssueRefundRequest();
$request->ReturnId = new DTS\eBaySDK\ReturnManagement\Types\ReturnIdType();
$request->ReturnId->id = $return_request_id;
$request->refundDetail = new DTS\eBaySDK\ReturnManagement\Types\RefundDetailType();
$request->refundDetail->totalAmount = new DTS\eBaySDK\ReturnManagement\Types\Amount();
$request->refundDetail->totalAmount->currencyId = $currency_id;
$request->refundDetail->itemizedRefund = new DTS\eBaySDK\ReturnManagement\Types\ItemizedRefundDetailType();
$request->refundDetail->itemizedRefund->refundFeeType = $refund_fee_type;
$request->refundDetail->itemizedRefund->amount = new DTS\eBaySDK\ReturnManagement\Types\Amount();
$request->refundDetail->itemizedRefund->amount->currencyId = $currency_id;
$request->comments = $comments;
$response = $service->issueRefund($request);
$response = $response->toArray();
if($response['Ack'] == 'Success'){
return true;
}
return false;
}
|
public function issueRefund($token, $return_request_id, $currency_id, $commnents = '', $refund_fee_type = 'PURCHASE_PRICE', $site_id = '0'){
$service = new \DTS\eBaySDK\ReturnManagement\Services\ReturnManagementService([
'authToken' => $token,
'credentials' => [
'appId' => $this->appData['EBAY_APPNAME'],
'certId' => $this->appData['EBAY_CERTNAME'],
'devId' => $this->appData['EBAY_DEVNAME']
],
'sandbox' => $this->appData['EBAY_SANDBOX'],
'siteId' => $site_id
]);
$request = new \DTS\eBaySDK\ReturnManagement\Types\IssueRefundRequest();
$request->ReturnId = new DTS\eBaySDK\ReturnManagement\Types\ReturnIdType();
$request->ReturnId->id = $return_request_id;
$request->refundDetail = new DTS\eBaySDK\ReturnManagement\Types\RefundDetailType();
$request->refundDetail->totalAmount = new DTS\eBaySDK\ReturnManagement\Types\Amount();
$request->refundDetail->totalAmount->currencyId = $currency_id;
$request->refundDetail->itemizedRefund = new DTS\eBaySDK\ReturnManagement\Types\ItemizedRefundDetailType();
$request->refundDetail->itemizedRefund->refundFeeType = $refund_fee_type;
$request->refundDetail->itemizedRefund->amount = new DTS\eBaySDK\ReturnManagement\Types\Amount();
$request->refundDetail->itemizedRefund->amount->currencyId = $currency_id;
$request->comments = $comments;
$response = $service->issueRefund($request);
$response = $response->toArray();
if($response['Ack'] == 'Success'){
return true;
}
return false;
}
|
public function issueRefund($token, $return_request_id, $currency_id, $commnents = '', $refund_fee_type = 'PURCHASE_PRICE', $site_id = '0'){
$service = new \DTS\eBaySDK\ReturnManagement\Services\ReturnManagementService([
'authToken' => $token,
'credentials' => [
'appId' => $this->appData['EBAY_APPNAME'],
'certId' => $this->appData['EBAY_CERTNAME'],
'devId' => $this->appData['EBAY_DEVNAME']
],
'sandbox' => $this->appData['EBAY_SANDBOX'],
'siteId' => $site_id
]);
$request = new \DTS\eBaySDK\ReturnManagement\Types\IssueRefundRequest();
$request->ReturnId = new DTS\eBaySDK\ReturnManagement\Types\ReturnIdType();
$request->ReturnId->id = $return_request_id;
$request->refundDetail = new DTS\eBaySDK\ReturnManagement\Types\RefundDetailType();
$request->refundDetail->totalAmount = new DTS\eBaySDK\ReturnManagement\Types\Amount();
$request->refundDetail->totalAmount->currencyId = $currency_id;
$request->refundDetail->itemizedRefund = new DTS\eBaySDK\ReturnManagement\Types\ItemizedRefundDetailType();
$request->refundDetail->itemizedRefund->refundFeeType = $refund_fee_type;
$request->refundDetail->itemizedRefund->amount = new DTS\eBaySDK\ReturnManagement\Types\Amount();
$request->refundDetail->itemizedRefund->amount->currencyId = $currency_id;
$request->comments = $comments;
$response = $service->issueRefund($request);
$response = $response->toArray();
if($response['Ack'] == 'Success'){
return true;
}
return false;
}
|
public function issueRefund($token, $return_request_id, $currency_id, $commnents = '', $refund_fee_type = 'PURCHASE_PRICE', $site_id = '0'){
$service = new \DTS\eBaySDK\ReturnManagement\Services\ReturnManagementService([
'authToken' => $token,
'credentials' => [
'appId' => $this->appData['EBAY_APPNAME'],
'certId' => $this->appData['EBAY_CERTNAME'],
'devId' => $this->appData['EBAY_DEVNAME']
],
'sandbox' => $this->appData['EBAY_SANDBOX'],
'siteId' => $site_id
]);
$request = new \DTS\eBaySDK\ReturnManagement\Types\IssueRefundRequest();
$request->ReturnId = new DTS\eBaySDK\ReturnManagement\Types\ReturnIdType();
$request->ReturnId->id = $return_request_id;
$request->refundDetail = new DTS\eBaySDK\ReturnManagement\Types\RefundDetailType();
$request->refundDetail->totalAmount = new DTS\eBaySDK\ReturnManagement\Types\Amount();
$request->refundDetail->totalAmount->currencyId = $currency_id;
$request->refundDetail->itemizedRefund = new DTS\eBaySDK\ReturnManagement\Types\ItemizedRefundDetailType();
$request->refundDetail->itemizedRefund->refundFeeType = $refund_fee_type;
$request->refundDetail->itemizedRefund->amount = new DTS\eBaySDK\ReturnManagement\Types\Amount();
$request->refundDetail->itemizedRefund->amount->currencyId = $currency_id;
$request->comments = $comments;
$response = $service->issueRefund($request);
$response = $response->toArray();
if($response['Ack'] == 'Success'){
return true;
}
return false;
}
|
e: /home/nico/src/commons-upstream/app/src/main/java/fr/free/nrw/commons/di/CommonsApplicationComponent.java:30: error: fr.free.nrw.commons.mwapi.MediaWikiApi is bound multiple times:
void inject(CommonsApplication application);
^
@Provides @Singleton fr.free.nrw.commons.mwapi.MediaWikiApi fr.free.nrw.commons.di.CommonsApplicationModule.provideMediaWikiApi(android.content.Context, @Named("default_preferences") android.content.SharedPreferences, @Named("category_prefs") andr
oid.content.SharedPreferences, com.google.gson.Gson)
@Provides @Singleton fr.free.nrw.commons.mwapi.MediaWikiApi fr.free.nrw.commons.di.NetworkingModule.provideMediaWikiApi(android.content.Context, @Named("default_preferences") android.content.SharedPreferences, @Named("category_prefs") android.cont
ent.SharedPreferences, com.google.gson.Gson)
e: /home/nico/src/commons-upstream/app/src/main/java/fr/free/nrw/commons/di/CommonsApplicationComponent.java:32: error: fr.free.nrw.commons.mwapi.MediaWikiApi is bound multiple times:
void inject(ContributionsSyncAdapter syncAdapter);
[...]
|
e: /home/nico/src/commons-upstream/app/src/main/java/fr/free/nrw/commons/di/CommonsApplicationComponent.java:30: error: fr.free.nrw.commons.mwapi.MediaWikiApi is bound multiple times:
void inject(CommonsApplication application);
^
@Provides @Singleton fr.free.nrw.commons.mwapi.MediaWikiApi fr.free.nrw.commons.di.CommonsApplicationModule.provideMediaWikiApi(android.content.Context, @Named("default_preferences") android.content.SharedPreferences, @Named("category_prefs") andr
oid.content.SharedPreferences, com.google.gson.Gson)
@Provides @Singleton fr.free.nrw.commons.mwapi.MediaWikiApi fr.free.nrw.commons.di.NetworkingModule.provideMediaWikiApi(android.content.Context, @Named("default_preferences") android.content.SharedPreferences, @Named("category_prefs") android.cont
ent.SharedPreferences, com.google.gson.Gson)
e: /home/nico/src/commons-upstream/app/src/main/java/fr/free/nrw/commons/di/CommonsApplicationComponent.java:32: error: fr.free.nrw.commons.mwapi.MediaWikiApi is bound multiple times:
void inject(ContributionsSyncAdapter syncAdapter);
[...]
|
$ node server.js
2018-6-2 01:52:24 [INFO] Node Media Rtmp Server started on port: 1935
2018-6-2 01:52:24 [INFO] Node Media Http Server started on port: 8000
2018-6-2 01:52:24 [INFO] Node Media WebSocket Server started on port: 8000
2018-6-2 01:52:39 [INFO] [rtmp connect] id=2K07KMQB ip=192.168.1.12 app=live args={"app":"live","tcUrl":"rtmp://192.168.1.11:1935/live/","audioCodecs":1639,"path":"live/","capabilities":15,"videoFunction":1,"swfUrl":null,"flashVer":"WIN 9,0,124,2","videoCodecs":252,"pageUrl":null,"objectEncoding":0,"fpad":false}
2018-6-2 01:52:39 [INFO] [rtmp publish] New stream. id=2K07KMQB streamPath=/live/qwerty streamId=1
2018-6-2 01:52:39 [ERROR] uncaughtException RangeError [ERR_INDEX_OUT_OF_RANGE]: Index out of range
at checkOffset (buffer.js:1015:11)
at Buffer.readUInt8 (buffer.js:1055:5)
at amf0decObject (/Users/alibekbeldinov/Dev/Workspace-NodeJS/streaming/node_modules/node-media-server/node_core_amf.js:552:30)
at Object.amf0decArray (/Users/alibekbeldinov/Dev/Workspace-NodeJS/streaming/node_modules/node-media-server/node_core_amf.js:679:13)
at amfXDecodeOne (/Users/alibekbeldinov/Dev/Workspace-NodeJS/streaming/node_modules/node-media-server/node_core_amf.js:821:36)
at amf0DecodeOne (/Users/alibekbeldinov/Dev/Workspace-NodeJS/streaming/node_modules/node-media-server/node_core_amf.js:830:10)
at Object.amf0decSArray (/Users/alibekbeldinov/Dev/Workspace-NodeJS/streaming/node_modules/node-media-server/node_core_amf.js:753:11)
at amfXDecodeOne (/Users/alibekbeldinov/Dev/Workspace-NodeJS/streaming/node_modules/node-media-server/node_core_amf.js:821:36)
at amf0DecodeOne (/Users/alibekbeldinov/Dev/Workspace-NodeJS/streaming/node_modules/node-media-server/node_core_amf.js:830:10)
at amf0decObject (/Users/alibekbeldinov/Dev/Workspace-NodeJS/streaming/node_modules/node-media-server/node_core_amf.js:558:15)
2018-6-2 01:53:00 [INFO] [rtmp publish] Close stream. id=2K07KMQB streamPath=/live/qwerty streamId=1
2018-6-2 01:53:00 [INFO] [rtmp disconnect] id=2K07KMQB
|
ld: warning: directory not found for option '-L/Users/arryanggaalievpratamaputra/Library/Developer/Xcode/DerivedData/wakanda-dnqkqsnitynopjgpmrrqqrrmjmex/Build/Products/Debug-iphonesimulator/React'
ld: library not found for -lPods-wakanda
clang: error: linker command failed with exit code 1 (use -v to see invocation)
|
ld: warning: directory not found for option '-L/Users/arryanggaalievpratamaputra/Library/Developer/Xcode/DerivedData/wakanda-dnqkqsnitynopjgpmrrqqrrmjmex/Build/Products/Debug-iphonesimulator/React'
ld: library not found for -lPods-wakanda
clang: error: linker command failed with exit code 1 (use -v to see invocation)
|
pandoc: Could not find data file /usr/local/lib/R/site-library/leaflet/htmlwidgets/lib/leaflet/
Error: pandoc document conversion failed with error 97
|
XCTAssertEqual failed: ("Optional(" column--[AnyHashable("position"): Optional(1), AnyHashable("css"): Optional("string"), AnyHashable("style"): Optional(true)]")") is not equal to ("Optional("column--1")”)
|
[ERROR] events.js:183
[ERROR] throw er; // Unhandled 'error' event
[ERROR] ^
[ERROR] Error: C:/Users/amizzs0/workspace-git-2/xwebproducts/com.x.y.web/src/main/webapp/js/test.js: scopeTracker.addBinding: Binding "problemInput" already exists. Trying to add "problemInput" again.
[ERROR] at ScopeTracker.addBinding (C:\Users\amizzs0\workspace-git-2\xwebproducts\com.x.y.web\node_modules\babel-plugin-minify-mangle-names\lib\scope-tracker.js:218:13)
[ERROR] at Scopable.Object.keys.forEach.name (C:\Users\amizzs0\workspace-git-2\xwebproducts\com.x.y.web\node_modules\babel-plugin-minify-mangle-names\lib\index.js:137:26)
[ERROR] at Array.forEach (<anonymous>)
[ERROR] at Scopable (C:\Users\amizzs0\workspace-git-2\xwebproducts\com.x.y.web\node_modules\babel-plugin-minify-mangle-names\lib\index.js:136:39)
[ERROR] at bfsTraverse (C:\Users\amizzs0\workspace-git-2\xwebproducts\com.x.y.web\node_modules\babel-plugin-minify-mangle-names\lib\bfs-traverse.js:32:43)
[ERROR] at Mangler.collect (C:\Users\amizzs0\workspace-git-2\xwebproducts\com.x.y.web\node_modules\babel-plugin-minify-mangle-names\lib\index.js:229:7)
[ERROR] at Mangler.run (C:\Users\amizzs0\workspace-git-2\xwebproducts\com.x.y.web\node_modules\babel-plugin-minify-mangle-names\lib\index.js:54:12)
[ERROR] at PluginPass.exit (C:\Users\amizzs0\workspace-git-2\xwebproducts\com.x.y.web\node_modules\babel-plugin-minify-mangle-names\lib\index.js:526:19)
[ERROR] at newFn (C:\Users\amizzs0\workspace-git-2\xwebproducts\com.x.y.web\node_modules\babel-traverse\lib\visitors.js:276:21)
[ERROR] at NodePath._call (C:\Users\amizzs0\workspace-git-2\xwebproducts\com.x.y.web\node_modules\babel-traverse\lib\path\context.js:76:18)
|
[ERROR] events.js:183
[ERROR] throw er; // Unhandled 'error' event
[ERROR] ^
[ERROR] Error: C:/Users/amizzs0/workspace-git-2/xwebproducts/com.x.y.web/src/main/webapp/js/test.js: scopeTracker.addBinding: Binding "problemInput" already exists. Trying to add "problemInput" again.
[ERROR] at ScopeTracker.addBinding (C:\Users\amizzs0\workspace-git-2\xwebproducts\com.x.y.web\node_modules\babel-plugin-minify-mangle-names\lib\scope-tracker.js:218:13)
[ERROR] at Scopable.Object.keys.forEach.name (C:\Users\amizzs0\workspace-git-2\xwebproducts\com.x.y.web\node_modules\babel-plugin-minify-mangle-names\lib\index.js:137:26)
[ERROR] at Array.forEach (<anonymous>)
[ERROR] at Scopable (C:\Users\amizzs0\workspace-git-2\xwebproducts\com.x.y.web\node_modules\babel-plugin-minify-mangle-names\lib\index.js:136:39)
[ERROR] at bfsTraverse (C:\Users\amizzs0\workspace-git-2\xwebproducts\com.x.y.web\node_modules\babel-plugin-minify-mangle-names\lib\bfs-traverse.js:32:43)
[ERROR] at Mangler.collect (C:\Users\amizzs0\workspace-git-2\xwebproducts\com.x.y.web\node_modules\babel-plugin-minify-mangle-names\lib\index.js:229:7)
[ERROR] at Mangler.run (C:\Users\amizzs0\workspace-git-2\xwebproducts\com.x.y.web\node_modules\babel-plugin-minify-mangle-names\lib\index.js:54:12)
[ERROR] at PluginPass.exit (C:\Users\amizzs0\workspace-git-2\xwebproducts\com.x.y.web\node_modules\babel-plugin-minify-mangle-names\lib\index.js:526:19)
[ERROR] at newFn (C:\Users\amizzs0\workspace-git-2\xwebproducts\com.x.y.web\node_modules\babel-traverse\lib\visitors.js:276:21)
[ERROR] at NodePath._call (C:\Users\amizzs0\workspace-git-2\xwebproducts\com.x.y.web\node_modules\babel-traverse\lib\path\context.js:76:18)
|
/home/username_0/bin/llvm6/install/bin/clang-6.0: symbol lookup error: /home/username_0/anl/atJIT/install/lib/EasyJitPass.so: undefined symbol: _ZN4llvm22createGVExtractionPassERSt6vectorIPNS_11GlobalValueESaIS2_EEb
➤ c++filt _ZN4llvm22createGVExtractionPassERSt6vectorIPNS_11GlobalValueESaIS2_EEb
llvm::createGVExtractionPass(std::vector<llvm::GlobalValue*, std::allocator<llvm::GlobalValue*> >&, bool)
|
/home/username_0/bin/llvm6/install/bin/clang-6.0: symbol lookup error: /home/username_0/anl/atJIT/install/lib/EasyJitPass.so: undefined symbol: _ZN4llvm22createGVExtractionPassERSt6vectorIPNS_11GlobalValueESaIS2_EEb
➤ c++filt _ZN4llvm22createGVExtractionPassERSt6vectorIPNS_11GlobalValueESaIS2_EEb
llvm::createGVExtractionPass(std::vector<llvm::GlobalValue*, std::allocator<llvm::GlobalValue*> >&, bool)
|
bash
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/app/robosat/robosat/tools/__main__.py", line 41, in <module>
args.func(args)
File "/app/robosat/robosat/tools/predict.py", line 83, in main
outputs = net(images)
File "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 491, in __call__
result = self.forward(*input, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/torch/nn/parallel/data_parallel.py", line 112, in forward
return self.module(*inputs[0], **kwargs[0])
File "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 491, in __call__
result = self.forward(*input, **kwargs)
File "/app/robosat/robosat/unet.py", line 131, in forward
dec0 = self.dec0(torch.cat([enc4, center], dim=1))
RuntimeError: invalid argument 0: Sizes of tensors must match except in dimension 1. Got 16 and 17 in dimension 2 at /pytorch/aten/src/THC/generic/THCTensorMath.cu:111
|
bash
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/app/robosat/robosat/tools/__main__.py", line 41, in <module>
args.func(args)
File "/app/robosat/robosat/tools/predict.py", line 83, in main
outputs = net(images)
File "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 491, in __call__
result = self.forward(*input, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/torch/nn/parallel/data_parallel.py", line 112, in forward
return self.module(*inputs[0], **kwargs[0])
File "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 491, in __call__
result = self.forward(*input, **kwargs)
File "/app/robosat/robosat/unet.py", line 131, in forward
dec0 = self.dec0(torch.cat([enc4, center], dim=1))
RuntimeError: invalid argument 0: Sizes of tensors must match except in dimension 1. Got 16 and 17 in dimension 2 at /pytorch/aten/src/THC/generic/THCTensorMath.cu:111
|
file:///tmp/lkajsdfjalfjalkjdf.dart:1: Error: No such file or directory
library;
import self as self;
static method #main() → dynamic {
throw "file:///tmp/lkajsdfjalfjalkjdf.dart:1: Error: No such file or directory";
}
|
file:///tmp/lkajsdfjalfjalkjdf.dart:1: Error: No such file or directory
library;
import self as self;
static method #main() → dynamic {
throw "file:///tmp/lkajsdfjalfjalkjdf.dart:1: Error: No such file or directory";
}
|
File "C:\py36_venv\eel\lib\site-packages\mattermost_bot\bot.py", line 33, in run
self._plugins.init_plugins()
File "C:\py36_venv\eel\lib\site-packages\mattermost_bot\bot.py", line 62, in init_plugins
self._load_plugins(plugin)
File "C:\py36_venv\eel\lib\site-packages\mattermost_bot\bot.py", line 71, in _load_plugins
_, path_name, _ = imp.find_module(mod, path_name)
File "C:\Python36\lib\imp.py", line 297, in find_module
raise ImportError(_ERR_MSG.format(name), name=name)
ImportError: No module named 'mm_bot_plugins'
|
File "C:\py36_venv\eel\lib\site-packages\mattermost_bot\bot.py", line 33, in run
self._plugins.init_plugins()
File "C:\py36_venv\eel\lib\site-packages\mattermost_bot\bot.py", line 62, in init_plugins
self._load_plugins(plugin)
File "C:\py36_venv\eel\lib\site-packages\mattermost_bot\bot.py", line 71, in _load_plugins
_, path_name, _ = imp.find_module(mod, path_name)
File "C:\Python36\lib\imp.py", line 297, in find_module
raise ImportError(_ERR_MSG.format(name), name=name)
ImportError: No module named 'mm_bot_plugins'
|
2018-07-11 14:24:55,493 - synapse.access.http.8008 - 97 - INFO - POST-3665- None - 8008 - Received request: POST /_matrix/client/r0/rooms/!HhcWhLXLniRmICnQRp%3AHOSTNAMEMATRIX/invite?
2018-07-11 14:24:55,494 - synapse.util.async - 234 - INFO - POST-3665- Acquired uncontended linearizer lock 'member' for key ('!HhcWhLXLniRmICnQRp:HOSTNAMEMATRIX',)
2018-07-11 14:24:55,511 - synapse.http.outbound - 165 - INFO - POST-3665- {GET-O-7} [matrix.org] Sending request: GET matrix://matrix.org/_matrix/federation/v1/query/profile?field=displayname&user_id=%40fs_IUhoY1doTFhMbmlSbUlDblFScDptYXRyaXgucHJlLmNzaWMuZXM%3Amatrix.org
2018-07-11 14:24:55,513 - twisted - 131 - INFO - POST-3665- DNSDatagramProtocol starting on 56403
2018-07-11 14:24:55,514 - twisted - 131 - INFO - POST-3665- Starting protocol <twisted.names.dns.DNSDatagramProtocol object at 0x7f9eec092c50>
2018-07-11 14:24:55,567 - synapse.http.endpoint - 267 - INFO - - Connecting to matrix.org.cdn.cloudflare.net:8443
2018-07-11 14:24:55,568 - twisted - 131 - INFO - - (UDP Port 56403 Closed)
2018-07-11 14:24:55,569 - twisted - 131 - INFO - - Stopping protocol <twisted.names.dns.DNSDatagramProtocol object at 0x7f9eec092c50>
2018-07-11 14:24:55,597 - twisted - 131 - INFO - - Starting factory <twisted.web.client._HTTP11ClientFactory instance at 0x7f9eec437170>
2018-07-11 14:24:57,130 - synapse.handlers.presence - 346 - INFO - - Handling presence timeouts
2018-07-11 14:24:57,131 - synapse.handlers.typing - 78 - INFO - - Checking for typing timeouts
2018-07-11 14:24:57,216 - synapse.storage.TIME - 218 - INFO - - Total database time: 0.000% {get_latest_event_ids_and_hashes_in_room(1): 0.000%, _update_client_ips_batch(2): 0.000%, is_server_admin(1): 0.000%} {}
2018-07-11 14:25:02,130 - synapse.handlers.presence - 346 - INFO - - Handling presence timeouts
2018-07-11 14:25:02,133 - synapse.handlers.typing - 78 - INFO - - Checking for typing timeouts
2018-07-11 14:25:05,515 - synapse.http.matrixfederationclient - 222 - WARNING - POST-3665- {GET-O-7} Sending request failed to matrix.org: GET matrix://matrix.org/_matrix/federation/v1/query/profile?field=displayname&user_id=%40fs_IUhoY1doTFhMbmlSbUlDblFScDptYXRyaXgucHJlLmNzaWMuZXM%3Amatrix.org: ResponseNeverReceived:[CancelledError()]
2018-07-11 14:25:05,516 - synapse.http.outbound - 246 - INFO - POST-3665- {GET-O-7} [matrix.org] Result: ResponseNeverReceived:[CancelledError()]
2018-07-11 14:25:05,517 - synapse.handlers.profile - 126 - ERROR - POST-3665- Failed to get displayname
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/synapse/handlers/profile.py", line 118, in get_displayname
ignore_backoff=True,
|
All API calls return BleError instance in case of errors which contains additional fields:
errorCode - returns API independent and stable error code (defined in BleErrorCode).
attErrorCode (optional) - platform independent ATT error code.
iosErrorCode (optional) - iOS specific error code.
androidErrorCode (optional) - Android specific error code.
reason (optional) - platform specific message.
|
this.manager.monitorCharacteristicForDevice(
peripheralId,
serviceId,
characteristicId,
async (error, characteristic) => {
console.log('An error occured', error)
|
All API calls return BleError instance in case of errors which contains additional fields:
errorCode - returns API independent and stable error code (defined in BleErrorCode).
attErrorCode (optional) - platform independent ATT error code.
iosErrorCode (optional) - iOS specific error code.
androidErrorCode (optional) - Android specific error code.
reason (optional) - platform specific message.
|
this.manager.monitorCharacteristicForDevice(
peripheralId,
serviceId,
characteristicId,
async (error, characteristic) => {
console.log('An error occured', error)
|
2018-07-17 10:12:52.418 [05908] EROR [01] CommentViewModel Error Deleting comment
System.InvalidCastException: Specified cast is not valid.
at GitHub.InlineReviews.ViewModels.InlineCommentThreadViewModel.<DoDeleteComment>d__6.MoveNext() in C:\projects\visualstudio\src\GitHub.InlineReviews\ViewModels\InlineCommentThreadViewModel.cs:line 83
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at GitHub.InlineReviews.ViewModels.CommentViewModel.<DoDelete>d__12.MoveNext() in C:\projects\visualstudio\src\GitHub.InlineReviews\ViewModels\CommentViewModel.cs:line 129
|
Traceback (most recent call last):
File "/usr/local/bin/datacube", line 11, in <module>
load_entry_point('datacube==1.6rc2+83.gc2d0ac22', 'console_scripts', 'datacube')()
File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/datacube/ui/click.py", line 190, in new_func
parsed_config = config.LocalConfig.find(paths=paths, env=specific_environment)
File "/usr/local/lib/python3.6/dist-packages/datacube/config.py", line 116, in find
env=env,
File "/usr/local/lib/python3.6/dist-packages/datacube/config.py", line 94, in __init__
raise ValueError('No ODC environment, checked configurations for %s' % fallbacks)
ValueError: No ODC environment, checked configurations for ['default', 'datacube']
|
Traceback (most recent call last):
File "/usr/local/bin/datacube", line 11, in <module>
load_entry_point('datacube==1.6rc2+83.gc2d0ac22', 'console_scripts', 'datacube')()
File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.6/dist-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/datacube/ui/click.py", line 190, in new_func
parsed_config = config.LocalConfig.find(paths=paths, env=specific_environment)
File "/usr/local/lib/python3.6/dist-packages/datacube/config.py", line 116, in find
env=env,
File "/usr/local/lib/python3.6/dist-packages/datacube/config.py", line 94, in __init__
raise ValueError('No ODC environment, checked configurations for %s' % fallbacks)
ValueError: No ODC environment, checked configurations for ['default', 'datacube']
|
panic: runtime error: makeslice: len out of range
goroutine 5626477 [running]:
aladinfun.com/midware/goim/vendor/github.com/username_1/ws.ReadFrame(0x7f5be12140c0, 0xc42000ece0, 0x60700, 0x2424ebb535b8385d, 0xfba2344b01, 0x0, 0x0, 0x0, 0x0, 0x0)
/data/home/user_00/go_workspace/src/aladinfun.com/midware/goim/vendor/github.com/username_1/ws/read.go:115 +0xd7
aladinfun.com/midware/goim/srv/connsrv.wsReceive(0xe4a5e0, 0xc42000ece0, 0x8, 0x9d4440, 0xc422d8c730, 0xc4231811e0, 0x18)
/data/home/user_00/go_workspace/src/aladinfun.com/midware/goim/srv/connsrv/conn_ws.go:49 +0xa6
aladinfun.com/midware/goim/srv/connsrv.clientLoop(0xe4a5e0, 0xc42000ece0, 0xc4203e2f80)
/data/home/user_00/go_workspace/src/aladinfun.com/midware/goim/srv/connsrv/conn_handler.go:49 +0x150
aladinfun.com/midware/goim/srv/connsrv.uriRoute(0xe4a5e0, 0xc42000ece0, 0xc4203e2f80)
/data/home/user_00/go_workspace/src/aladinfun.com/midware/goim/srv/connsrv/conn_listener.go:85 +0x133
aladinfun.com/midware/goim/srv/connsrv.handleConn(0xe4a5e0, 0xc42000ece0)
/data/home/user_00/go_workspace/src/aladinfun.com/midware/goim/srv/connsrv/conn_listener.go:69 +0x25f
created by aladinfun.com/midware/goim/srv/connsrv.listenTCP
/data/home/user_00/go_workspace/src/aladinfun.com/midware/goim/srv/connsrv/conn_listener.go:57 +0x4fd
|
panic: runtime error: makeslice: len out of range
goroutine 5626477 [running]:
aladinfun.com/midware/goim/vendor/github.com/username_1/ws.ReadFrame(0x7f5be12140c0, 0xc42000ece0, 0x60700, 0x2424ebb535b8385d, 0xfba2344b01, 0x0, 0x0, 0x0, 0x0, 0x0)
/data/home/user_00/go_workspace/src/aladinfun.com/midware/goim/vendor/github.com/username_1/ws/read.go:115 +0xd7
aladinfun.com/midware/goim/srv/connsrv.wsReceive(0xe4a5e0, 0xc42000ece0, 0x8, 0x9d4440, 0xc422d8c730, 0xc4231811e0, 0x18)
/data/home/user_00/go_workspace/src/aladinfun.com/midware/goim/srv/connsrv/conn_ws.go:49 +0xa6
aladinfun.com/midware/goim/srv/connsrv.clientLoop(0xe4a5e0, 0xc42000ece0, 0xc4203e2f80)
/data/home/user_00/go_workspace/src/aladinfun.com/midware/goim/srv/connsrv/conn_handler.go:49 +0x150
aladinfun.com/midware/goim/srv/connsrv.uriRoute(0xe4a5e0, 0xc42000ece0, 0xc4203e2f80)
/data/home/user_00/go_workspace/src/aladinfun.com/midware/goim/srv/connsrv/conn_listener.go:85 +0x133
aladinfun.com/midware/goim/srv/connsrv.handleConn(0xe4a5e0, 0xc42000ece0)
/data/home/user_00/go_workspace/src/aladinfun.com/midware/goim/srv/connsrv/conn_listener.go:69 +0x25f
created by aladinfun.com/midware/goim/srv/connsrv.listenTCP
/data/home/user_00/go_workspace/src/aladinfun.com/midware/goim/srv/connsrv/conn_listener.go:57 +0x4fd
|
" exited with 0.
0.00s$ echo $VALIDATION_OUTPUT
["Can't read from file https://raw.githubusercontent.com/ga4gh-beacon/specification/issue_165/beacon.yaml"]
|
The command "VALIDATION_OUTPUT=`curl -sS "$VALIDATOR_URL=$URL_TO_VALIDATE"`" exited with 0.
0.00s$ echo $VALIDATION_OUTPUT
["Can't read from file https://raw.githubusercontent.com/ga4gh-beacon/specification/issue_165/beacon.yaml"]
|
void processMap()
{
double radius = 0.2;
const grid_map::Matrix& grid_data = grid_map_["occupancy_log_odds"];
grid_map::Position start_pos(some_x_coord, some_y_coord);
grid_map::Index found_start_index(-1, -1);
for (grid_map::SpiralIterator iterator(grid_map_, start_pos, radius);
!iterator.isPastEnd(); ++iterator) {
// Crashes in below line
grid_map::Index index(*iterator);
if ((grid_data (index.x(), index.y())) > 0.0f){
found_start_index = index;
break;
}
}
}
|
void processMap()
{
double radius = 0.2;
const grid_map::Matrix& grid_data = grid_map_["occupancy_log_odds"];
grid_map::Position start_pos(some_x_coord, some_y_coord);
grid_map::Index found_start_index(-1, -1);
for (grid_map::SpiralIterator iterator(grid_map_, start_pos, radius);
!iterator.isPastEnd(); ++iterator) {
// Crashes in below line
grid_map::Index index(*iterator);
if ((grid_data (index.x(), index.y())) > 0.0f){
found_start_index = index;
break;
}
}
}
|
[4358263a363868f0e4ad0492aa533c20033f481d] Tests in error:
[4358263a363868f0e4ad0492aa533c20033f481d] SpamAssassinContract.imapMovesToSpamMailboxShouldBeConsideredAsSpam:230 » ConditionTimeout
|
[4358263a363868f0e4ad0492aa533c20033f481d] Tests in error:
[4358263a363868f0e4ad0492aa533c20033f481d] SpamAssassinContract.imapMovesToSpamMailboxShouldBeConsideredAsSpam:230 » ConditionTimeout
|
Exception in thread "main" nl.adaptivity.xmlutil.serialization.UnknownXmlFieldException: Could not find a field for name {http://www.gtk.org/introspection/core/1.0}repository/{http://www.gtk.org/introspection/core/1.0}include
candidates: version, {http://www.gtk.org/introspection/core/1.0}Include at position Line number = 9
|
Exception in thread "main" nl.adaptivity.xmlutil.serialization.UnknownXmlFieldException: Could not find a field for name {http://www.gtk.org/introspection/core/1.0}repository/{http://www.gtk.org/introspection/core/1.0}include
candidates: version, {http://www.gtk.org/introspection/core/1.0}Include at position Line number = 9
|
yaml
beatless.provider.aws:
enabled: true
# .... Provider configuration
# Credentials for pushing the function.
functions:
- type: cloudwatch
stream: messages
fields:
logs_type: cloudwatch-messages
limits:
timeout: 5s
concurency: 20
- type: kinesys
name: kinesis-ingress
stream: firehose
- type: s3
bucket: logs.elastic.co
output.elasticsearch:
host: abc
username: elastic
password: abc123
|
yaml
beatless.provider.aws:
enabled: true
# .... Provider configuration
# Credentials for pushing the function.
functions:
- type: cloudwatch
stream: messages
fields:
logs_type: cloudwatch-messages
limits:
timeout: 5s
concurency: 20
- type: kinesys
name: kinesis-ingress
stream: firehose
- type: s3
bucket: logs.elastic.co
output.elasticsearch:
host: abc
username: elastic
password: abc123
|
Building wheels for collected packages: lru-dict
Running setup.py bdist_wheel for lru-dict ... error
Complete output from command D:\Continuum\anaconda3\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\wangb2\\AppData\\Local\\Temp\\pip-install-b_28vbqv\\lru-dict\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d C:\Users\wangb2\AppData\Local\Temp\pip-wheel-mr9xloq_ --python-tag cp36:
running bdist_wheel
running build
running build_ext
building 'lru' extension
creating build
creating build\temp.win-amd64-3.6
creating build\temp.win-amd64-3.6\Release
C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.14.26428\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD
-ID:\Continuum\anaconda3\include -ID:\Continuum\anaconda3\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.14.26428\include" /Tclru.c /Fobuild\temp.win-amd64-3.6\Release\lru.obj
lru.c
d:\continuum\anaconda3\include\pyconfig.h(59): fatal error C1083: Cannot open include file: 'io.h': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x64\\cl.exe' failed
with exit status 2
----------------------------------------
Failed building wheel for lru-dict
Running setup.py clean for lru-dict
Failed to build lru-dict
tensorboard 1.6.0 has requirement bleach==1.5.0, but you'll have bleach 2.1.3 which is incompatible.
tensorboard 1.6.0 has requirement html5lib==0.9999999, but you'll have html5lib 1.0.1 which is incompatible.
Installing collected packages: lru-dict, web3, ccxt
Running setup.py install for lru-dict ... error
Complete output from command D:\Continuum\anaconda3\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\wangb2\\AppData\\Local\\Temp\\pip-install-b_28vbqv\\lru-dict\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\wangb2\AppData\Local\Temp\pip-record-o3v7_rfj\install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_ext
building 'lru' extension
creating build
creating build\temp.win-amd64-3.6
creating build\temp.win-amd64-3.6\Release
C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.14.26428\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -ID:\Continuum\anaconda3\include -ID:\Continuum\anaconda3\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.14.26428\include" /Tclru.c /Fobuild\temp.win-amd64-3.6\Release\lru.obj
lru.c
d:\continuum\anaconda3\include\pyconfig.h(59): fatal error C1083: Cannot open include file: 'io.h': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
|
Building wheels for collected packages: lru-dict
Running setup.py bdist_wheel for lru-dict ... error
Complete output from command D:\Continuum\anaconda3\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\wangb2\\AppData\\Local\\Temp\\pip-install-b_28vbqv\\lru-dict\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d C:\Users\wangb2\AppData\Local\Temp\pip-wheel-mr9xloq_ --python-tag cp36:
running bdist_wheel
running build
running build_ext
building 'lru' extension
creating build
creating build\temp.win-amd64-3.6
creating build\temp.win-amd64-3.6\Release
C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.14.26428\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD
-ID:\Continuum\anaconda3\include -ID:\Continuum\anaconda3\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.14.26428\include" /Tclru.c /Fobuild\temp.win-amd64-3.6\Release\lru.obj
lru.c
d:\continuum\anaconda3\include\pyconfig.h(59): fatal error C1083: Cannot open include file: 'io.h': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x64\\cl.exe' failed
with exit status 2
----------------------------------------
Failed building wheel for lru-dict
Running setup.py clean for lru-dict
Failed to build lru-dict
tensorboard 1.6.0 has requirement bleach==1.5.0, but you'll have bleach 2.1.3 which is incompatible.
tensorboard 1.6.0 has requirement html5lib==0.9999999, but you'll have html5lib 1.0.1 which is incompatible.
Installing collected packages: lru-dict, web3, ccxt
Running setup.py install for lru-dict ... error
Complete output from command D:\Continuum\anaconda3\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\wangb2\\AppData\\Local\\Temp\\pip-install-b_28vbqv\\lru-dict\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\wangb2\AppData\Local\Temp\pip-record-o3v7_rfj\install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_ext
building 'lru' extension
creating build
creating build\temp.win-amd64-3.6
creating build\temp.win-amd64-3.6\Release
C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.14.26428\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -ID:\Continuum\anaconda3\include -ID:\Continuum\anaconda3\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.14.26428\include" /Tclru.c /Fobuild\temp.win-amd64-3.6\Release\lru.obj
lru.c
d:\continuum\anaconda3\include\pyconfig.h(59): fatal error C1083: Cannot open include file: 'io.h': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
|
1:14:21 AM: 💬 console.log at /: TypeError: Network request failed
1:14:22 AM: ✅ crawled 1 out of 1 (/)
1:14:22 AM: error Command failed with exit code 1.
1:14:22 AM: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
1:14:22 AM: Error running command: Build script returned non-zero exit code: 1
1:14:22 AM: Failing build: Failed to build site
1:14:22 AM: failed during stage 'building site': Build script returned non-zero exit code: 1
1:14:22 AM: Finished processing build request in 2m41.942663432s
1:14:22 AM: Shutting down logging, 0 messages pending
|
1:14:21 AM: 💬 console.log at /: TypeError: Network request failed
1:14:22 AM: ✅ crawled 1 out of 1 (/)
1:14:22 AM: error Command failed with exit code 1.
1:14:22 AM: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
1:14:22 AM: Error running command: Build script returned non-zero exit code: 1
1:14:22 AM: Failing build: Failed to build site
1:14:22 AM: failed during stage 'building site': Build script returned non-zero exit code: 1
1:14:22 AM: Finished processing build request in 2m41.942663432s
1:14:22 AM: Shutting down logging, 0 messages pending
|
/home/user/.gvm/gos/go1.11/pkg/tool/linux_amd64/link: running gcc failed: exit status 1
/usr/bin/ld: /tmp/go-link-968020938/000011.o: in function
|
ERROR in node_modules/libphonenumber-js/custom.d.ts(35,108): error TS1016: A required parameter cannot follow an optional parameter.
|
this.itemListToDetectChange = this.itemListToDetectChange
// The inner pointer under the hood didn't change so won't trigger change detection
|
this.itemListToDetectChange = JSON.parse(JSON.stringify(this.itemListToDetectChange))
// or
this.itemListToDetectChange = Object.assign( {}, this.itemListToDetectChange)
|
this.itemListToDetectChange = this.itemListToDetectChange
// The inner pointer under the hood didn't change so won't trigger change detection
|
this.itemListToDetectChange = JSON.parse(JSON.stringify(this.itemListToDetectChange))
// or
this.itemListToDetectChange = Object.assign( {}, this.itemListToDetectChange)
|
(python3_backup) ubuntu@ip-172-31-35-11:~/code$ git clone https://github.com/theislab/scvelo.git
Cloning into 'scvelo'...
remote: Counting objects: 541, done.
remote: Total 541 (delta 0), reused 0 (delta 0), pack-reused 541
Receiving objects: 100% (541/541), 108.40 KiB | 0 bytes/s, done.
Resolving deltas: 100% (331/331), done.
Checking connectivity... done.
(python3_backup) ubuntu@ip-172-31-35-11:~/code$
(python3_backup) ubuntu@ip-172-31-35-11:~/code$
(python3_backup) ubuntu@ip-172-31-35-11:~/code$ cd scvelo
(python3_backup) ubuntu@ip-172-31-35-11:~/code/scvelo$
(python3_backup) ubuntu@ip-172-31-35-11:~/code/scvelo$
(python3_backup) ubuntu@ip-172-31-35-11:~/code/scvelo$ ls
docs LICENSE pyproject.toml pytest.ini README.rst scvelo setup.py tests
(python3_backup) ubuntu@ip-172-31-35-11:~/code/scvelo$
(python3_backup) ubuntu@ip-172-31-35-11:~/code/scvelo$ pip install -e .
Obtaining file:///home/ubuntu/code/scvelo
Missing build requirements in pyproject.toml for file:///home/ubuntu/code/scvelo.
This version of pip does not implement PEP 517 so it cannot build a wheel without 'setuptools' and 'wheel'.
Installing build dependencies ... done
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/ubuntu/code/scvelo/setup.py", line 60, in <module>
setup()
File "/home/ubuntu/code/scvelo/setup.py", line 25, in setup
metadata = common.make_metadata(module, ini_info)
File "/tmp/pip-build-env-ifv505m8/lib/python3.6/site-packages/flit/common.py", line 305, in make_metadata
md_dict.update(get_info_from_module(module))
File "/tmp/pip-build-env-ifv505m8/lib/python3.6/site-packages/flit/common.py", line 111, in get_info_from_module
docstring, version = get_docstring_and_version_via_import(target)
File "/tmp/pip-build-env-ifv505m8/lib/python3.6/site-packages/flit/common.py", line 95, in get_docstring_and_version_via_import
m = sl.load_module()
File "<frozen importlib._bootstrap_external>", line 399, in _check_name_wrapper
File "<frozen importlib._bootstrap_external>", line 823, in load_module
File "<frozen importlib._bootstrap_external>", line 682, in load_module
File "<frozen importlib._bootstrap>", line 265, in _load_module_shim
File "<frozen importlib._bootstrap>", line 684, in _load
File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "scvelo/__init__.py", line 3, in <module>
from get_version import get_version
ModuleNotFoundError: No module named 'get_version'
|
(python3_backup) ubuntu@ip-172-31-35-11:~/code$ git clone https://github.com/theislab/scvelo.git
Cloning into 'scvelo'...
remote: Counting objects: 541, done.
remote: Total 541 (delta 0), reused 0 (delta 0), pack-reused 541
Receiving objects: 100% (541/541), 108.40 KiB | 0 bytes/s, done.
Resolving deltas: 100% (331/331), done.
Checking connectivity... done.
(python3_backup) ubuntu@ip-172-31-35-11:~/code$
(python3_backup) ubuntu@ip-172-31-35-11:~/code$
(python3_backup) ubuntu@ip-172-31-35-11:~/code$ cd scvelo
(python3_backup) ubuntu@ip-172-31-35-11:~/code/scvelo$
(python3_backup) ubuntu@ip-172-31-35-11:~/code/scvelo$
(python3_backup) ubuntu@ip-172-31-35-11:~/code/scvelo$ ls
docs LICENSE pyproject.toml pytest.ini README.rst scvelo setup.py tests
(python3_backup) ubuntu@ip-172-31-35-11:~/code/scvelo$
(python3_backup) ubuntu@ip-172-31-35-11:~/code/scvelo$ pip install -e .
Obtaining file:///home/ubuntu/code/scvelo
Missing build requirements in pyproject.toml for file:///home/ubuntu/code/scvelo.
This version of pip does not implement PEP 517 so it cannot build a wheel without 'setuptools' and 'wheel'.
Installing build dependencies ... done
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/ubuntu/code/scvelo/setup.py", line 60, in <module>
setup()
File "/home/ubuntu/code/scvelo/setup.py", line 25, in setup
metadata = common.make_metadata(module, ini_info)
File "/tmp/pip-build-env-ifv505m8/lib/python3.6/site-packages/flit/common.py", line 305, in make_metadata
md_dict.update(get_info_from_module(module))
File "/tmp/pip-build-env-ifv505m8/lib/python3.6/site-packages/flit/common.py", line 111, in get_info_from_module
docstring, version = get_docstring_and_version_via_import(target)
File "/tmp/pip-build-env-ifv505m8/lib/python3.6/site-packages/flit/common.py", line 95, in get_docstring_and_version_via_import
m = sl.load_module()
File "<frozen importlib._bootstrap_external>", line 399, in _check_name_wrapper
File "<frozen importlib._bootstrap_external>", line 823, in load_module
File "<frozen importlib._bootstrap_external>", line 682, in load_module
File "<frozen importlib._bootstrap>", line 265, in _load_module_shim
File "<frozen importlib._bootstrap>", line 684, in _load
File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "scvelo/__init__.py", line 3, in <module>
from get_version import get_version
ModuleNotFoundError: No module named 'get_version'
|
ERROR: testTrainMultiCartpoleSinglePolicy (__main__.TestMultiAgentEnv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/ray/python/ray/rllib/test/test_multi_agent_env.py", line 364, in testTrainMultiCartpoleSinglePolicy
raise Exception("failed to improve reward")
Exception: failed to improve reward
----------------------------------------------------------------------
|
ERROR: testTrainMultiCartpoleSinglePolicy (__main__.TestMultiAgentEnv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/ray/python/ray/rllib/test/test_multi_agent_env.py", line 364, in testTrainMultiCartpoleSinglePolicy
raise Exception("failed to improve reward")
Exception: failed to improve reward
----------------------------------------------------------------------
|
/home/conda/feedstock_root/build_artifacts/mpir_1537068583997/_build_env/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/conda/feedstock_root/build_artifacts/mpir_1537068583997/work/.libs/libmpir.a(fat_entry.o): relocation R_X86_64_32S against symbol `__gmpn_cpuvec' can not be used when making a PIE object; recompile with -fPIC
/home/conda/feedstock_root/build_artifacts/mpir_1537068583997/_build_env/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: final link failed: nonrepresentable section on output
collect2: error: ld returned 1 exit status
|
- Computing 2000 x 151 likelihood matrix.
- Likelihood calculations took 0.03 seconds.
- Fitting model with 151 mixture components.
- Model fitting took 4.06 seconds.
- Computing posterior matrices.
Error in dimnames(x) <- dn :
length of 'dimnames' [1] not equal to array extent
|
- Computing 2000 x 151 likelihood matrix.
- Likelihood calculations took 0.03 seconds.
- Fitting model with 151 mixture components.
- Model fitting took 4.06 seconds.
- Computing posterior matrices.
Error in dimnames(x) <- dn :
length of 'dimnames' [1] not equal to array extent
|
data = np.load('crashes.npy')
data = data.astype(np.float64)
raster = rasterize(hv.Image(data), x_sampling=1, y_sampling=1, dynamic=False).data
|
data = np.load('crashes.npy')
data = data.astype(np.float64)
raster = rasterize(hv.Image(data), x_sampling=1, y_sampling=1, dynamic=False).data
|
[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] Other... Please describe:
|
[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] Other... Please describe:
|
Failure 1: AES-128/CBC/PKCS7 unexpected result for encryption process
Produced: 0CBAF4FA94DF265FE264633A994BC25FC13B613502B81C32D7E4B94D4C6026FB25939E898AD7A66B8DD0C5191B8D1FA246C8CBDB4A582D44CD20C2C768AA698400000000000000000000000000000000
Expected: 0CBAF4FA94DF265FE264633A994BC25FC13B613502B81C32D7E4B94D4C6026FB25939E898AD7A66B8DD0C5191B8D1FA246C8CBDB4A582D44CD20C2C768AA6984573A891BD4E64CB33FCF1F0CF69DD78F
XOR Diff: 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000573A891BD4E64CB33FCF1F0CF69DD78F (74 bits different)
Failure 2: AES-128/CBC/PKCS7 correct number of bytes processed produced unexpected result '48' expected '64'
Failure 3: AES-128/CBC/PKCS7 unexpected result for decryption process produced 80 bytes expected 64
Produced: 3A513EB569A503B4413B31FA883DDC88BCD6C62226C44C546B5E79D197159337A74EE109DC6E79B82E7FEC3EFF3BEF2646C8CBDB4A582D44CD20C2C768AA6984D1D50672EF5529A3C18C3E9522FC2097
Expected: 3A513EB569A503B4413B31FA883DDC88BCD6C62226C44C546B5E79D197159337A74EE109DC6E79B82E7FEC3EFF3BEF26D1D50672EF5529A3C18C3E9522FC2097
XOR Diff: 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000971DCDA9A50D04E70CACFC524A564913 (60 bits different)
|
Failure 1: AES-128/CBC/PKCS7 unexpected result for encryption process
Produced: 0CBAF4FA94DF265FE264633A994BC25FC13B613502B81C32D7E4B94D4C6026FB25939E898AD7A66B8DD0C5191B8D1FA246C8CBDB4A582D44CD20C2C768AA698400000000000000000000000000000000
Expected: 0CBAF4FA94DF265FE264633A994BC25FC13B613502B81C32D7E4B94D4C6026FB25939E898AD7A66B8DD0C5191B8D1FA246C8CBDB4A582D44CD20C2C768AA6984573A891BD4E64CB33FCF1F0CF69DD78F
XOR Diff: 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000573A891BD4E64CB33FCF1F0CF69DD78F (74 bits different)
Failure 2: AES-128/CBC/PKCS7 correct number of bytes processed produced unexpected result '48' expected '64'
Failure 3: AES-128/CBC/PKCS7 unexpected result for decryption process produced 80 bytes expected 64
Produced: 3A513EB569A503B4413B31FA883DDC88BCD6C62226C44C546B5E79D197159337A74EE109DC6E79B82E7FEC3EFF3BEF2646C8CBDB4A582D44CD20C2C768AA6984D1D50672EF5529A3C18C3E9522FC2097
Expected: 3A513EB569A503B4413B31FA883DDC88BCD6C62226C44C546B5E79D197159337A74EE109DC6E79B82E7FEC3EFF3BEF26D1D50672EF5529A3C18C3E9522FC2097
XOR Diff: 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000971DCDA9A50D04E70CACFC524A564913 (60 bits different)
|
liquibase {
activities {
main {
changeLogFile 'src/main/db/main.groovy'
defaultSchemaName 'FOO'
url project.ext.mainUrl
username project.ext.username
password project.ext.password
}
}
}
|
liquibase {
activities {
main {
changeLogFile 'src/main/db/main.groovy'
defaultSchemaName project.ext.defaultSchemaName
url project.ext.mainUrl
username project.ext.username
password project.ext.password
}
}
}
|
liquibase {
activities {
main {
changeLogFile 'src/main/db/main.groovy'
url project.ext.mainUrl
username project.ext.mainUsername
password project.ext.mainPassword
if ( project.ext.defaultSchemaName ) {
defaultSchemaName project.ext.defaultSchemaName
}
}
}
}
|
liquibase {
activities {
main {
changeLogFile 'src/main/db/main.groovy'
defaultSchemaName 'FOO'
url project.ext.mainUrl
username project.ext.username
password project.ext.password
}
}
}
|
liquibase {
activities {
main {
changeLogFile 'src/main/db/main.groovy'
defaultSchemaName project.ext.defaultSchemaName
url project.ext.mainUrl
username project.ext.username
password project.ext.password
}
}
}
|
liquibase {
activities {
main {
changeLogFile 'src/main/db/main.groovy'
url project.ext.mainUrl
username project.ext.mainUsername
password project.ext.mainPassword
if ( project.ext.defaultSchemaName ) {
defaultSchemaName project.ext.defaultSchemaName
}
}
}
}
|
INFO subprocess: Starting process: ["/usr/bin/rsync", "--whole-file", "--verbose", "--itemize-changes", "--ignore-times", "--archive", "-z", "--copy-links", "--no-owner", "--no-group"
, "--rsync-path", "sudo rsync", "-e", "ssh -p 22 -o LogLevel=FATAL -o ProxyCommand='ssh 'internal-machine' -l 'root' -W %h:%p' -o ControlMaster=auto -o ControlPath=/tmp/ssh.327 -o Con
trolPersist=10m -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i '/root/testarossa/.vagrant/machines/cluster4/xenserver/private_key'", "--exclude",
".vagrant/", "/root/testarossa/xs/sbin/", "[email protected]:/sbin"]
|
INFO subprocess: Starting process: ["/usr/bin/rsync", "--whole-file", "--verbose", "--itemize-changes", "--ignore-times", "--archive", "-z", "--copy-links", "--no-owner", "--no-group"
, "--rsync-path", "sudo rsync", "-e", "ssh -p 22 -o LogLevel=FATAL -o ProxyCommand='ssh 'internal-machine' -l 'root' -W %h:%p' -o ControlMaster=auto -o ControlPath=/tmp/ssh.327 -o Con
trolPersist=10m -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i '/root/testarossa/.vagrant/machines/cluster14/xenserver/private_key'", "--exclude"
, ".vagrant/", "/root/testarossa/xs/sbin/", "[email protected]:/sbin"]
|
INFO subprocess: Starting process: ["/usr/bin/rsync", "--whole-file", "--verbose", "--itemize-changes", "--ignore-times", "--archive", "-z", "--copy-links", "--no-owner", "--no-group"
, "--rsync-path", "sudo rsync", "-e", "ssh -p 22 -o LogLevel=FATAL -o ProxyCommand='ssh 'internal-machine' -l 'root' -W %h:%p' -o ControlMaster=auto -o ControlPath=/tmp/ssh.327 -o Con
trolPersist=10m -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i '/root/testarossa/.vagrant/machines/cluster4/xenserver/private_key'", "--exclude",
".vagrant/", "/root/testarossa/xs/sbin/", "[email protected]:/sbin"]
|
INFO subprocess: Starting process: ["/usr/bin/rsync", "--whole-file", "--verbose", "--itemize-changes", "--ignore-times", "--archive", "-z", "--copy-links", "--no-owner", "--no-group"
, "--rsync-path", "sudo rsync", "-e", "ssh -p 22 -o LogLevel=FATAL -o ProxyCommand='ssh 'internal-machine' -l 'root' -W %h:%p' -o ControlMaster=auto -o ControlPath=/tmp/ssh.327 -o Con
trolPersist=10m -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i '/root/testarossa/.vagrant/machines/cluster14/xenserver/private_key'", "--exclude"
, ".vagrant/", "/root/testarossa/xs/sbin/", "[email protected]:/sbin"]
|
[rancher@devops-rancher ~]$ docker login -u docker -p secretpassword artifactory.xxx:443
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
Error response from daemon: Get https://artifactory.xxx:443/v2/: unable to decode token response: EOF
|
[rancher@devops-rancher ~]$ wget https://artifactory.xxx/v2/
Connecting to artifactory.xxx (ip.ip.ip.ip:443)
wget: TLS error from peer (alert code 40): handshake failure
wget: error getting response: Connection reset by peer
|
[rancher@devops-rancher ~]$ wget https://www.jhipster.tech
Connecting to www.jhipster.tech (104.31.83.129:443)
wget: TLS error from peer (alert code 40): handshake failure
wget: error getting response: Connection reset by peer
|
[rancher@devops-rancher ~]$ docker login -u docker -p secretpassword artifactory.xxx:443
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
Error response from daemon: Get https://artifactory.xxx:443/v2/: unable to decode token response: EOF
|
[rancher@devops-rancher ~]$ wget https://artifactory.xxx/v2/
Connecting to artifactory.xxx (ip.ip.ip.ip:443)
wget: TLS error from peer (alert code 40): handshake failure
wget: error getting response: Connection reset by peer
|
[rancher@devops-rancher ~]$ wget https://www.jhipster.tech
Connecting to www.jhipster.tech (104.31.83.129:443)
wget: TLS error from peer (alert code 40): handshake failure
wget: error getting response: Connection reset by peer
|
15 10 2018 09:29:34.292:ERROR [launcher]: Cannot start Chrome
15 10 2018 09:29:34.292:ERROR [launcher]: Chrome stdout:
15 10 2018 09:29:34.292:ERROR [launcher]: Chrome stderr:
15 10 2018 09:29:34.298:INFO [launcher]: Trying to start Chrome again (1/2).
15 10 2018 09:29:35.145:ERROR [launcher]: Cannot start Chrome
15 10 2018 09:29:35.145:ERROR [launcher]: Chrome stdout:
15 10 2018 09:29:35.146:ERROR [launcher]: Chrome stderr:
15 10 2018 09:29:35.146:INFO [launcher]: Trying to start Chrome again (2/2).
15 10 2018 09:29:35.993:ERROR [launcher]: Cannot start Chrome
15 10 2018 09:29:35.994:ERROR [launcher]: Chrome stdout:
15 10 2018 09:29:35.994:ERROR [launcher]: Chrome stderr:
15 10 2018 09:29:35.995:ERROR [launcher]: Chrome failed 2 times (cannot start). Giving up.
|
15 10 2018 09:29:34.292:ERROR [launcher]: Cannot start Chrome
15 10 2018 09:29:34.292:ERROR [launcher]: Chrome stdout:
15 10 2018 09:29:34.292:ERROR [launcher]: Chrome stderr:
15 10 2018 09:29:34.298:INFO [launcher]: Trying to start Chrome again (1/2).
15 10 2018 09:29:35.145:ERROR [launcher]: Cannot start Chrome
15 10 2018 09:29:35.145:ERROR [launcher]: Chrome stdout:
15 10 2018 09:29:35.146:ERROR [launcher]: Chrome stderr:
15 10 2018 09:29:35.146:INFO [launcher]: Trying to start Chrome again (2/2).
15 10 2018 09:29:35.993:ERROR [launcher]: Cannot start Chrome
15 10 2018 09:29:35.994:ERROR [launcher]: Chrome stdout:
15 10 2018 09:29:35.994:ERROR [launcher]: Chrome stderr:
15 10 2018 09:29:35.995:ERROR [launcher]: Chrome failed 2 times (cannot start). Giving up.
|
15 10 2018 09:29:34.292:ERROR [launcher]: Cannot start Chrome
15 10 2018 09:29:34.292:ERROR [launcher]: Chrome stdout:
15 10 2018 09:29:34.292:ERROR [launcher]: Chrome stderr:
15 10 2018 09:29:34.298:INFO [launcher]: Trying to start Chrome again (1/2).
15 10 2018 09:29:35.145:ERROR [launcher]: Cannot start Chrome
15 10 2018 09:29:35.145:ERROR [launcher]: Chrome stdout:
15 10 2018 09:29:35.146:ERROR [launcher]: Chrome stderr:
15 10 2018 09:29:35.146:INFO [launcher]: Trying to start Chrome again (2/2).
15 10 2018 09:29:35.993:ERROR [launcher]: Cannot start Chrome
15 10 2018 09:29:35.994:ERROR [launcher]: Chrome stdout:
15 10 2018 09:29:35.994:ERROR [launcher]: Chrome stderr:
15 10 2018 09:29:35.995:ERROR [launcher]: Chrome failed 2 times (cannot start). Giving up.
|
15 10 2018 09:29:34.292:ERROR [launcher]: Cannot start Chrome
15 10 2018 09:29:34.292:ERROR [launcher]: Chrome stdout:
15 10 2018 09:29:34.292:ERROR [launcher]: Chrome stderr:
15 10 2018 09:29:34.298:INFO [launcher]: Trying to start Chrome again (1/2).
15 10 2018 09:29:35.145:ERROR [launcher]: Cannot start Chrome
15 10 2018 09:29:35.145:ERROR [launcher]: Chrome stdout:
15 10 2018 09:29:35.146:ERROR [launcher]: Chrome stderr:
15 10 2018 09:29:35.146:INFO [launcher]: Trying to start Chrome again (2/2).
15 10 2018 09:29:35.993:ERROR [launcher]: Cannot start Chrome
15 10 2018 09:29:35.994:ERROR [launcher]: Chrome stdout:
15 10 2018 09:29:35.994:ERROR [launcher]: Chrome stderr:
15 10 2018 09:29:35.995:ERROR [launcher]: Chrome failed 2 times (cannot start). Giving up.
|
import dash
from dash_html_components import Div
from dash_table import DataTable
from pandas import DataFrame
def f(row):
l = "[{0}]({0})".format(row["url"])
return l
d = {
'id': [1,2,3,4,],
'url': [
'www.google.com',
'https://github.com/plotly/dash-table/issues/222',
'community.plotly.com/t/dash-datatable-embedding-markdown-links-is-broken/44966/2',
'https://community.plotly.com/t/dash-datatable-embedding-markdown-links-is-broken/44966/2',
]
}
df = DataFrame(data=d)
df["link"] = df.apply(f, axis=1)
print(df)
app = dash.Dash(__name__)
app.layout = Div([
DataTable(
columns=[
dict(name='id', id='id', type='text'),
dict(name='link', id='url', type='text', presentation='input'),
dict(name='link', id='link', type='text', presentation='markdown'),
],
data=df.to_dict('records')
),
])
app.run_server(debug=True)
|
[2018-11-06 08:40:01 +0000] [INFO] Setting ownership/permissions on /opt/service/config/application.properties
/usr/lib/ruby/2.5.0/fileutils.rb:1019:in `fu_get_uid': uninitialized constant FileUtils::Etc (NameError)
from /usr/lib/ruby/2.5.0/fileutils.rb:967:in `chown'
from /usr/lib/ruby/gems/2.5.0/gems/tiller-1.4.1/bin/tiller:277:in `block in <module:Tiller>'
from /usr/lib/ruby/gems/2.5.0/gems/tiller-1.4.1/bin/tiller:175:in `each'
from /usr/lib/ruby/gems/2.5.0/gems/tiller-1.4.1/bin/tiller:175:in `<module:Tiller>'
from /usr/lib/ruby/gems/2.5.0/gems/tiller-1.4.1/bin/tiller:35:in `<top (required)>'
from /usr/bin/tiller:23:in `load'
from /usr/bin/tiller:23:in `<main>'`
|
an object of type Array{Any,1} to an object of type String
Closest candidates are:
convert(::Type{String}, ::Symbol) at deprecated.jl:53
convert(::Type{String}, ::Array{UInt8,1}) at deprecated.jl:53
convert(::Type{String}, ::AbstractArray{Char,1}) at deprecated.jl:53
...
Stacktrace:
[1] setindex!(::Dict{Symbol,String}, ::Array{Any,1}, ::Symbol) at ./dict.jl:381
[2] parse_object(::JSON.Parser.ParserContext{Dict{Symbol,String},Int64}, ::JSON.Parser.MemoryParserState) at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:223
[3] parse_value(::JSON.Parser.ParserContext{Dict{Symbol,String},Int64}, ::JSON.Parser.MemoryParserState) at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:164
[4] parse_object(::JSON.Parser.ParserContext{Dict{Symbol,String},Int64}, ::JSON.Parser.MemoryParserState) at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:221
[5] parse_value(::JSON.Parser.ParserContext{Dict{Symbol,String},Int64}, ::JSON.Parser.MemoryParserState) at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:164
[6] #parse#1(::Type, ::Type{Int64}, ::Function, ::String) at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:392
[7] (::getfield(JSON.Parser, Symbol("#kw##parse")))(::NamedTuple{(:dicttype, :inttype),Tuple{DataType,DataType}}, ::typeof(JSON.Parser.parse), ::String) at ./none:0
[8] (::getfield(JSON.Parser, Symbol("##4#5")){DataType,DataType,Bool,Int64})(::IOStream) at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:415
[9] #open#298(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::getfield(JSON.Parser, Symbol("##4#5")){DataType,DataType,Bool,Int64}, ::String) at ./iostream.jl:369
[10] open at ./iostream.jl:367 [inlined]
[11] #parsefile#3 at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:413 [inlined]
[12] #parsefile at ./none:0 [inlined]
[13] JSONCredentials(::String) at /home/nick/.julia/packages/GoogleCloud/EjsR6/src/credentials.jl:118
[14] top-level scope at none:0
|
ERROR: MethodError: Cannot `convert` an object of type Array{Any,1} to an object of type String
Closest candidates are:
convert(::Type{String}, ::Symbol) at deprecated.jl:53
convert(::Type{String}, ::Array{UInt8,1}) at deprecated.jl:53
convert(::Type{String}, ::AbstractArray{Char,1}) at deprecated.jl:53
...
Stacktrace:
[1] setindex!(::Dict{Symbol,String}, ::Array{Any,1}, ::Symbol) at ./dict.jl:381
[2] parse_object(::JSON.Parser.ParserContext{Dict{Symbol,String},Int64}, ::JSON.Parser.MemoryParserState) at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:223
[3] parse_value(::JSON.Parser.ParserContext{Dict{Symbol,String},Int64}, ::JSON.Parser.MemoryParserState) at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:164
[4] parse_object(::JSON.Parser.ParserContext{Dict{Symbol,String},Int64}, ::JSON.Parser.MemoryParserState) at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:221
[5] parse_value(::JSON.Parser.ParserContext{Dict{Symbol,String},Int64}, ::JSON.Parser.MemoryParserState) at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:164
[6] #parse#1(::Type, ::Type{Int64}, ::Function, ::String) at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:392
[7] (::getfield(JSON.Parser, Symbol("#kw##parse")))(::NamedTuple{(:dicttype, :inttype),Tuple{DataType,DataType}}, ::typeof(JSON.Parser.parse), ::String) at ./none:0
[8] (::getfield(JSON.Parser, Symbol("##4#5")){DataType,DataType,Bool,Int64})(::IOStream) at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:415
[9] #open#298(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::getfield(JSON.Parser, Symbol("##4#5")){DataType,DataType,Bool,Int64}, ::String) at ./iostream.jl:369
[10] open at ./iostream.jl:367 [inlined]
[11] #parsefile#3 at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:413 [inlined]
[12] #parsefile at ./none:0 [inlined]
[13] JSONCredentials(::String) at /home/nick/.julia/packages/GoogleCloud/EjsR6/src/credentials.jl:118
[14] top-level scope at none:0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.