Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
757
labels
stringlengths
4
664
body
stringlengths
3
261k
index
stringclasses
10 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
232k
binary_label
int64
0
1
154,990
13,608,108,573
IssuesEvent
2020-09-23 01:24:49
NanoComp/meep
https://api.github.com/repos/NanoComp/meep
closed
clarify S-matrix computation in directional-coupler calculation
documentation enhancement
Might be nice to update [this tutorial](https://meep.readthedocs.io/en/latest/Python_Tutorials/GDSII_Import/) to explictly calculate the S-matrix elements like ```py S12 = p2_coeff / p1_coeff p2_trans = abs(S12)**2 ``` etcetera, and to clarify why the eigenmode-coefficient feature makes it unnecessary to do a separate normalization run (as long as port 1 is strictly to the right of the source — you probably want it to be at least a couple of pixels to the right to avoid overlaps due to discretization). If you are computing the reflection coefficient S11, then you will see a "noise floor" below which you cannot measure reflection in this way, due to the slight discretization error in the eigenmode-coefficient extraction — in that case, you would have to do a separate normalization run and subtract the Fourier-transformed fields in port 1 (as we do in flux calculations) in order to accurately extract a tiny backscattered field.
1.0
clarify S-matrix computation in directional-coupler calculation - Might be nice to update [this tutorial](https://meep.readthedocs.io/en/latest/Python_Tutorials/GDSII_Import/) to explictly calculate the S-matrix elements like ```py S12 = p2_coeff / p1_coeff p2_trans = abs(S12)**2 ``` etcetera, and to clarify why the eigenmode-coefficient feature makes it unnecessary to do a separate normalization run (as long as port 1 is strictly to the right of the source — you probably want it to be at least a couple of pixels to the right to avoid overlaps due to discretization). If you are computing the reflection coefficient S11, then you will see a "noise floor" below which you cannot measure reflection in this way, due to the slight discretization error in the eigenmode-coefficient extraction — in that case, you would have to do a separate normalization run and subtract the Fourier-transformed fields in port 1 (as we do in flux calculations) in order to accurately extract a tiny backscattered field.
non_defect
clarify s matrix computation in directional coupler calculation might be nice to update to explictly calculate the s matrix elements like py coeff coeff trans abs etcetera and to clarify why the eigenmode coefficient feature makes it unnecessary to do a separate normalization run as long as port is strictly to the right of the source — you probably want it to be at least a couple of pixels to the right to avoid overlaps due to discretization if you are computing the reflection coefficient then you will see a noise floor below which you cannot measure reflection in this way due to the slight discretization error in the eigenmode coefficient extraction — in that case you would have to do a separate normalization run and subtract the fourier transformed fields in port as we do in flux calculations in order to accurately extract a tiny backscattered field
0
210,815
16,386,529,570
IssuesEvent
2021-05-17 11:12:06
sourcefuse/loopback4-microservice-catalog
https://api.github.com/repos/sourcefuse/loopback4-microservice-catalog
closed
GA Milestone - April 2021
documentation milestone
# GA Milestone List of items to achieve before we can make Sourceloop GA - [x] Automate database migration when a micro service is installed or updated (#124) - [x] Need examples for each microservice (#146) Above is bare minimum list before we go for GA. We need opinions on what else is needed. @sourcefuse/sourceloop
1.0
GA Milestone - April 2021 - # GA Milestone List of items to achieve before we can make Sourceloop GA - [x] Automate database migration when a micro service is installed or updated (#124) - [x] Need examples for each microservice (#146) Above is bare minimum list before we go for GA. We need opinions on what else is needed. @sourcefuse/sourceloop
non_defect
ga milestone april ga milestone list of items to achieve before we can make sourceloop ga automate database migration when a micro service is installed or updated need examples for each microservice above is bare minimum list before we go for ga we need opinions on what else is needed sourcefuse sourceloop
0
136,613
5,286,411,500
IssuesEvent
2017-02-08 09:15:26
AScuolaDiOpencoesione/ASOCFront-ng2
https://api.github.com/repos/AScuolaDiOpencoesione/ASOCFront-ng2
closed
Report 3.1 + 3.2 - mettere in produzione
priority
dopo sistemazione bug campo scelta multipla mettere in produzione (#33)
1.0
Report 3.1 + 3.2 - mettere in produzione - dopo sistemazione bug campo scelta multipla mettere in produzione (#33)
non_defect
report mettere in produzione dopo sistemazione bug campo scelta multipla mettere in produzione
0
11,963
2,672,451,525
IssuesEvent
2015-03-24 14:18:44
sergioconsoli/prisma-data-portal
https://api.github.com/repos/sergioconsoli/prisma-data-portal
closed
inconcine lodview e lodlive in inglese
auto-migrated Priority-Medium Type-Defect
``` Se vedi nella pagina delle content ci sono due inconcine che linkano l’oggetto sia a LodView che a LodLive, , possiamo scriverlo anche in inglese? (visualize with LodView…) ``` Original issue reported on code.google.com by `consoli....@gmail.com` on 22 Jan 2015 at 4:00
1.0
inconcine lodview e lodlive in inglese - ``` Se vedi nella pagina delle content ci sono due inconcine che linkano l’oggetto sia a LodView che a LodLive, , possiamo scriverlo anche in inglese? (visualize with LodView…) ``` Original issue reported on code.google.com by `consoli....@gmail.com` on 22 Jan 2015 at 4:00
defect
inconcine lodview e lodlive in inglese se vedi nella pagina delle content ci sono due inconcine che linkano l’oggetto sia a lodview che a lodlive possiamo scriverlo anche in inglese visualize with lodview… original issue reported on code google com by consoli gmail com on jan at
1
1,256
14,432,665,739
IssuesEvent
2020-12-07 02:38:33
argoproj/argo
https://api.github.com/repos/argoproj/argo
closed
Why there is no yaml tag in golang struct definition such as argoproj.argo.pkg.apis.workflow.v1alpha1.Workflow
epic/reliability question wontfix
<!-- Also consider asking your question on our Slack channel. See the README for more info! --> There is no yaml tag in golang struct definition such as argoproj.argo.pkg.apis.workflow.v1alpha1.Workflow, so it is hard to decode from yaml to golang struct This should be useful in some cases, i.e. given a yaml file, submit it to argo using argo's golang sdk.
True
Why there is no yaml tag in golang struct definition such as argoproj.argo.pkg.apis.workflow.v1alpha1.Workflow - <!-- Also consider asking your question on our Slack channel. See the README for more info! --> There is no yaml tag in golang struct definition such as argoproj.argo.pkg.apis.workflow.v1alpha1.Workflow, so it is hard to decode from yaml to golang struct This should be useful in some cases, i.e. given a yaml file, submit it to argo using argo's golang sdk.
non_defect
why there is no yaml tag in golang struct definition such as argoproj argo pkg apis workflow workflow there is no yaml tag in golang struct definition such as argoproj argo pkg apis workflow workflow so it is hard to decode from yaml to golang struct this should be useful in some cases i e given a yaml file submit it to argo using argo s golang sdk
0
139,932
12,882,422,441
IssuesEvent
2020-07-12 16:50:01
ucl-candi/DeepReg
https://api.github.com/repos/ucl-candi/DeepReg
closed
Docs + CI: codecov badge not updated from 35% to 44%
CI bug documentation
# Issue description Currently, codecov badge sitting at 35% when pytest cov is at 44% on master. ## Type of Issue Please delete options that are not relevant. - [x] Bug report - [x] Documentation update #### For bug report or feature request, steps to reproduce the issue, including (but not limited to): Look at README and compare to code coverage report produced when running: pytest --cov-report=term --cov=deepreg test/unit/ #### What's the expected result? Codecov auto updates on README.md on master when branches merged.
1.0
Docs + CI: codecov badge not updated from 35% to 44% - # Issue description Currently, codecov badge sitting at 35% when pytest cov is at 44% on master. ## Type of Issue Please delete options that are not relevant. - [x] Bug report - [x] Documentation update #### For bug report or feature request, steps to reproduce the issue, including (but not limited to): Look at README and compare to code coverage report produced when running: pytest --cov-report=term --cov=deepreg test/unit/ #### What's the expected result? Codecov auto updates on README.md on master when branches merged.
non_defect
docs ci codecov badge not updated from to issue description currently codecov badge sitting at when pytest cov is at on master type of issue please delete options that are not relevant bug report documentation update for bug report or feature request steps to reproduce the issue including but not limited to look at readme and compare to code coverage report produced when running pytest cov report term cov deepreg test unit what s the expected result codecov auto updates on readme md on master when branches merged
0
8,269
2,611,485,738
IssuesEvent
2015-02-27 05:27:10
chrsmith/switchlist
https://api.github.com/repos/chrsmith/switchlist
closed
Make sure an annulled train stays annulled until next day
auto-migrated Priority-Medium Type-Defect
``` Annul a train, then switch to the freight car view and back. The train is now active again. The annulled train should stay annulled until the next day. It might be worth making this reversible by changing the "annul" button to "un-annul" and perhaps marking the train as annulled. ``` Original issue reported on code.google.com by `rwbowdi...@gmail.com` on 24 Apr 2011 at 5:24
1.0
Make sure an annulled train stays annulled until next day - ``` Annul a train, then switch to the freight car view and back. The train is now active again. The annulled train should stay annulled until the next day. It might be worth making this reversible by changing the "annul" button to "un-annul" and perhaps marking the train as annulled. ``` Original issue reported on code.google.com by `rwbowdi...@gmail.com` on 24 Apr 2011 at 5:24
defect
make sure an annulled train stays annulled until next day annul a train then switch to the freight car view and back the train is now active again the annulled train should stay annulled until the next day it might be worth making this reversible by changing the annul button to un annul and perhaps marking the train as annulled original issue reported on code google com by rwbowdi gmail com on apr at
1
8,383
4,234,253,089
IssuesEvent
2016-07-05 11:07:27
junit-team/junit5
https://api.github.com/repos/junit-team/junit5
closed
XML report uses display names as class names and lacks hierarchy structure
build in progress reporting
In general this looks like it will be difficult to consume: ```xml <testcase name="is instantiated with new Stack()" classname="A stack" time="0"><!--Unique ID: [engine:junit-jupiter]/[class:example.TestingAStackDemo]/[method:isInstantiatedWithNew()]--></testcase> <testcase name="is empty" classname="when new" time="0"><!--Unique ID: [engine:junit-jupiter]/[class:example.TestingAStackDemo]/[nested-class:WhenNew]/[method:isEmpty()]--></testcase> <testcase name="throws EmptyStackException when popped" classname="when new" time="0.001"><!--Unique ID: [engine:junit-jupiter]/[class:example.TestingAStackDemo]/[nested-class:WhenNew]/[method:throwsExceptionWhenPopped()]--></testcase> <testcase name="throws EmptyStackException when peeked" classname="when new" time="0"><!--Unique ID: [engine:junit-jupiter]/[class:example.TestingAStackDemo]/[nested-class:WhenNew]/[method:throwsExceptionWhenPeeked()]--></testcase> <testcase name="it is no longer empty" classname="after pushing an element" time="0.001"><!--Unique ID: [engine:junit-jupiter]/[class:example.TestingAStackDemo]/[nested-class:WhenNew]/[nested-class:AfterPushing]/[method:isEmpty()]--></testcase> <testcase name="returns the element when popped and is empty" classname="after pushing an element" time="0"><!--Unique ID: [engine:junit-jupiter]/[class:example.TestingAStackDemo]/[nested-class:WhenNew]/[nested-class:AfterPushing]/[method:returnElementWhenPopped()]--></testcase> <testcase name="returns the element when peeked but remains not empty" classname="after pushing an element" time="0.001"><!--Unique ID: [engine:junit-jupiter]/[class:example.TestingAStackDemo]/[nested-class:WhenNew]/[nested-class:AfterPushing]/[method:returnElementWhenPeeked()]--></testcase> ``` "A stack" is not a class name. Short of parsing the unique IDs in the comments there is not way to generate a report based on the hierarchy of results. 1. Should the `classname` attribute be omitted where not applicable? 2. Should `testcase` elements be nestable or have an `id` attribute and an optional `parent` attribute to point to another `testcase` as its parent? P.S. A versioned XSD for an improved/new JUnit XML format may also be helpful.
1.0
XML report uses display names as class names and lacks hierarchy structure - In general this looks like it will be difficult to consume: ```xml <testcase name="is instantiated with new Stack()" classname="A stack" time="0"><!--Unique ID: [engine:junit-jupiter]/[class:example.TestingAStackDemo]/[method:isInstantiatedWithNew()]--></testcase> <testcase name="is empty" classname="when new" time="0"><!--Unique ID: [engine:junit-jupiter]/[class:example.TestingAStackDemo]/[nested-class:WhenNew]/[method:isEmpty()]--></testcase> <testcase name="throws EmptyStackException when popped" classname="when new" time="0.001"><!--Unique ID: [engine:junit-jupiter]/[class:example.TestingAStackDemo]/[nested-class:WhenNew]/[method:throwsExceptionWhenPopped()]--></testcase> <testcase name="throws EmptyStackException when peeked" classname="when new" time="0"><!--Unique ID: [engine:junit-jupiter]/[class:example.TestingAStackDemo]/[nested-class:WhenNew]/[method:throwsExceptionWhenPeeked()]--></testcase> <testcase name="it is no longer empty" classname="after pushing an element" time="0.001"><!--Unique ID: [engine:junit-jupiter]/[class:example.TestingAStackDemo]/[nested-class:WhenNew]/[nested-class:AfterPushing]/[method:isEmpty()]--></testcase> <testcase name="returns the element when popped and is empty" classname="after pushing an element" time="0"><!--Unique ID: [engine:junit-jupiter]/[class:example.TestingAStackDemo]/[nested-class:WhenNew]/[nested-class:AfterPushing]/[method:returnElementWhenPopped()]--></testcase> <testcase name="returns the element when peeked but remains not empty" classname="after pushing an element" time="0.001"><!--Unique ID: [engine:junit-jupiter]/[class:example.TestingAStackDemo]/[nested-class:WhenNew]/[nested-class:AfterPushing]/[method:returnElementWhenPeeked()]--></testcase> ``` "A stack" is not a class name. Short of parsing the unique IDs in the comments there is not way to generate a report based on the hierarchy of results. 1. Should the `classname` attribute be omitted where not applicable? 2. Should `testcase` elements be nestable or have an `id` attribute and an optional `parent` attribute to point to another `testcase` as its parent? P.S. A versioned XSD for an improved/new JUnit XML format may also be helpful.
non_defect
xml report uses display names as class names and lacks hierarchy structure in general this looks like it will be difficult to consume xml testcase name is instantiated with new stack classname a stack time testcase name is empty classname when new time testcase name throws emptystackexception when popped classname when new time testcase name throws emptystackexception when peeked classname when new time testcase name it is no longer empty classname after pushing an element time testcase name returns the element when popped and is empty classname after pushing an element time testcase name returns the element when peeked but remains not empty classname after pushing an element time a stack is not a class name short of parsing the unique ids in the comments there is not way to generate a report based on the hierarchy of results should the classname attribute be omitted where not applicable should testcase elements be nestable or have an id attribute and an optional parent attribute to point to another testcase as its parent p s a versioned xsd for an improved new junit xml format may also be helpful
0
7,949
2,611,068,298
IssuesEvent
2015-02-27 00:31:55
alistairreilly/andors-trail
https://api.github.com/repos/alistairreilly/andors-trail
closed
Shadowfang
auto-migrated Type-Defect
``` To make this item a little bit useful the "Minor fatigue" should be given to the attacked monster instead of the player himself. I use this bug report as you never answered to this issue in the forum. Close the bug report it if you want to leave it as it is. Example forum reference: http://andors.techby2guys.com/viewtopic.php?p=6225#p6225 ``` Original issue reported on code.google.com by `SamuelPl...@gmail.com` on 20 Oct 2011 at 7:55
1.0
Shadowfang - ``` To make this item a little bit useful the "Minor fatigue" should be given to the attacked monster instead of the player himself. I use this bug report as you never answered to this issue in the forum. Close the bug report it if you want to leave it as it is. Example forum reference: http://andors.techby2guys.com/viewtopic.php?p=6225#p6225 ``` Original issue reported on code.google.com by `SamuelPl...@gmail.com` on 20 Oct 2011 at 7:55
defect
shadowfang to make this item a little bit useful the minor fatigue should be given to the attacked monster instead of the player himself i use this bug report as you never answered to this issue in the forum close the bug report it if you want to leave it as it is example forum reference original issue reported on code google com by samuelpl gmail com on oct at
1
104,425
8,972,310,975
IssuesEvent
2019-01-29 17:56:52
nasa-gibs/worldview
https://api.github.com/repos/nasa-gibs/worldview
closed
Layer picker incorrectly showing unavailable layers in polar views
testing
**Describe the bug** Brightness Temperature in the Arctic and Antarctic views incorrectly show the AMSU-A layer description when the AMSU-A layers are not available in the polar views. **To Reproduce** Steps to reproduce the behavior: 1. Go to Arctic view 2. Click on Add Layers 3. Scroll down to Brightness Temperature and open it (same issue with Freeze/Thaw) 4. No satellite/sensor is highlighted and it shows the layer description for AMSU-A layers which are not available in the polar views **Expected behavior** Layer picker should only show layers and layer descriptions that are available in the polar projections **Screenshots** ![screen shot 2018-11-20 at 2 20 53 pm](https://user-images.githubusercontent.com/10747923/48797396-08cff800-ecd0-11e8-8b58-037637d5967f.png) **Desktop (please complete the following information):** - OS: Mac OSX - Browser Chrome - Version 70.0.3538.102 (Official Build) (64-bit) Production (v2.10.0)
1.0
Layer picker incorrectly showing unavailable layers in polar views - **Describe the bug** Brightness Temperature in the Arctic and Antarctic views incorrectly show the AMSU-A layer description when the AMSU-A layers are not available in the polar views. **To Reproduce** Steps to reproduce the behavior: 1. Go to Arctic view 2. Click on Add Layers 3. Scroll down to Brightness Temperature and open it (same issue with Freeze/Thaw) 4. No satellite/sensor is highlighted and it shows the layer description for AMSU-A layers which are not available in the polar views **Expected behavior** Layer picker should only show layers and layer descriptions that are available in the polar projections **Screenshots** ![screen shot 2018-11-20 at 2 20 53 pm](https://user-images.githubusercontent.com/10747923/48797396-08cff800-ecd0-11e8-8b58-037637d5967f.png) **Desktop (please complete the following information):** - OS: Mac OSX - Browser Chrome - Version 70.0.3538.102 (Official Build) (64-bit) Production (v2.10.0)
non_defect
layer picker incorrectly showing unavailable layers in polar views describe the bug brightness temperature in the arctic and antarctic views incorrectly show the amsu a layer description when the amsu a layers are not available in the polar views to reproduce steps to reproduce the behavior go to arctic view click on add layers scroll down to brightness temperature and open it same issue with freeze thaw no satellite sensor is highlighted and it shows the layer description for amsu a layers which are not available in the polar views expected behavior layer picker should only show layers and layer descriptions that are available in the polar projections screenshots desktop please complete the following information os mac osx browser chrome version official build bit production
0
37,401
8,381,033,396
IssuesEvent
2018-10-07 20:38:15
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
Linq methods not compiled on Enumerable<ValueTuple>
defect in-progress premium
'First' method causes the compilation error. ### Steps To Reproduce https://dev.deck.net/c93de56dcc0fdbce128171f1a6371a67 ```csharp public class Test : IEnumerable<(string Name, string Value)> { private readonly Dictionary<string, string> data = new Dictionary<string, string> { { "a1", "b1" }, { "a2", "b2" } }; public IEnumerator<(string Name, string Value)> GetEnumerator() { foreach (KeyValuePair<string, string> pair in this.data) { yield return (pair.Key, pair.Value); } } IEnumerator IEnumerable.GetEnumerator() { return this.GetEnumerator(); } } public class Program { public static void Main() { Test test = new Test(); Console.WriteLine(test.First().Name); } } ``` ### Expected Result Expected result here ![image](https://user-images.githubusercontent.com/4306334/46203393-52c8dd00-c322-11e8-9f5c-fe9dd832c76b.png) ### Actual Result ```js C# to JavaScript Compilation Failed System.AggregateException: One or more errors occurred. ---> Bridge.Contract.EmitterException: Error parsing code. E:\HostingSpaces\object\dev.deck.net\wwwroot\UserCode\u01szwxcpddf24hznqqldior.cs:48,67: Unexpected symbol `Name', expecting `.' E:\HostingSpaces\object\dev.deck.net\wwwroot\UserCode\u01szwxcpddf24hznqqldior.cs:48,80: Unexpected symbol `Value', expecting `.' E:\HostingSpaces\object\dev.deck.net\wwwroot\UserCode\u01szwxcpddf24hznqqldior.cs:48,99: Unexpected symbol `)', expecting `;' or `}' at Bridge.Translator.Translator.BuildSyntaxTreeForFile(Int32 index, String[]& rewriten) at Bridge.Translator.Translator.<>c__DisplayClass92_1.<BuildSyntaxTree>b__1() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken) at Bridge.Translator.Translator.BuildSyntaxTree() at Bridge.Translator.Translator.Translate() at Deck.Translator.Translate(String& output) at Deck.TranslateHandler.Translate(String csCode, String filter, String pos) ---> (Inner Exception #0) Bridge.Contract.EmitterException: Error parsing code. E:\HostingSpaces\object\dev.deck.net\wwwroot\UserCode\u01szwxcpddf24hznqqldior.cs:48,67: Unexpected symbol `Name', expecting `.' E:\HostingSpaces\object\dev.deck.net\wwwroot\UserCode\u01szwxcpddf24hznqqldior.cs:48,80: Unexpected symbol `Value', expecting `.' E:\HostingSpaces\object\dev.deck.net\wwwroot\UserCode\u01szwxcpddf24hznqqldior.cs:48,99: Unexpected symbol `)', expecting `;' or `}' at Bridge.Translator.Translator.BuildSyntaxTreeForFile(Int32 index, String[]& rewriten) at Bridge.Translator.Translator.<>c__DisplayClass92_1.<BuildSyntaxTree>b__1() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.Execute()<--- ```
1.0
Linq methods not compiled on Enumerable<ValueTuple> - 'First' method causes the compilation error. ### Steps To Reproduce https://dev.deck.net/c93de56dcc0fdbce128171f1a6371a67 ```csharp public class Test : IEnumerable<(string Name, string Value)> { private readonly Dictionary<string, string> data = new Dictionary<string, string> { { "a1", "b1" }, { "a2", "b2" } }; public IEnumerator<(string Name, string Value)> GetEnumerator() { foreach (KeyValuePair<string, string> pair in this.data) { yield return (pair.Key, pair.Value); } } IEnumerator IEnumerable.GetEnumerator() { return this.GetEnumerator(); } } public class Program { public static void Main() { Test test = new Test(); Console.WriteLine(test.First().Name); } } ``` ### Expected Result Expected result here ![image](https://user-images.githubusercontent.com/4306334/46203393-52c8dd00-c322-11e8-9f5c-fe9dd832c76b.png) ### Actual Result ```js C# to JavaScript Compilation Failed System.AggregateException: One or more errors occurred. ---> Bridge.Contract.EmitterException: Error parsing code. E:\HostingSpaces\object\dev.deck.net\wwwroot\UserCode\u01szwxcpddf24hznqqldior.cs:48,67: Unexpected symbol `Name', expecting `.' E:\HostingSpaces\object\dev.deck.net\wwwroot\UserCode\u01szwxcpddf24hznqqldior.cs:48,80: Unexpected symbol `Value', expecting `.' E:\HostingSpaces\object\dev.deck.net\wwwroot\UserCode\u01szwxcpddf24hznqqldior.cs:48,99: Unexpected symbol `)', expecting `;' or `}' at Bridge.Translator.Translator.BuildSyntaxTreeForFile(Int32 index, String[]& rewriten) at Bridge.Translator.Translator.<>c__DisplayClass92_1.<BuildSyntaxTree>b__1() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken) at Bridge.Translator.Translator.BuildSyntaxTree() at Bridge.Translator.Translator.Translate() at Deck.Translator.Translate(String& output) at Deck.TranslateHandler.Translate(String csCode, String filter, String pos) ---> (Inner Exception #0) Bridge.Contract.EmitterException: Error parsing code. E:\HostingSpaces\object\dev.deck.net\wwwroot\UserCode\u01szwxcpddf24hznqqldior.cs:48,67: Unexpected symbol `Name', expecting `.' E:\HostingSpaces\object\dev.deck.net\wwwroot\UserCode\u01szwxcpddf24hznqqldior.cs:48,80: Unexpected symbol `Value', expecting `.' E:\HostingSpaces\object\dev.deck.net\wwwroot\UserCode\u01szwxcpddf24hznqqldior.cs:48,99: Unexpected symbol `)', expecting `;' or `}' at Bridge.Translator.Translator.BuildSyntaxTreeForFile(Int32 index, String[]& rewriten) at Bridge.Translator.Translator.<>c__DisplayClass92_1.<BuildSyntaxTree>b__1() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.Execute()<--- ```
defect
linq methods not compiled on enumerable first method causes the compilation error steps to reproduce csharp public class test ienumerable private readonly dictionary data new dictionary public ienumerator getenumerator foreach keyvaluepair pair in this data yield return pair key pair value ienumerator ienumerable getenumerator return this getenumerator public class program public static void main test test new test console writeline test first name expected result expected result here actual result js c to javascript compilation failed system aggregateexception one or more errors occurred bridge contract emitterexception error parsing code e hostingspaces object dev deck net wwwroot usercode cs unexpected symbol name expecting e hostingspaces object dev deck net wwwroot usercode cs unexpected symbol value expecting e hostingspaces object dev deck net wwwroot usercode cs unexpected symbol expecting or at bridge translator translator buildsyntaxtreeforfile index string rewriten at bridge translator translator c b at system threading tasks task innerinvoke at system threading tasks task execute end of inner exception stack trace at system threading tasks task waitall task tasks millisecondstimeout cancellationtoken cancellationtoken at bridge translator translator buildsyntaxtree at bridge translator translator translate at deck translator translate string output at deck translatehandler translate string cscode string filter string pos inner exception bridge contract emitterexception error parsing code e hostingspaces object dev deck net wwwroot usercode cs unexpected symbol name expecting e hostingspaces object dev deck net wwwroot usercode cs unexpected symbol value expecting e hostingspaces object dev deck net wwwroot usercode cs unexpected symbol expecting or at bridge translator translator buildsyntaxtreeforfile index string rewriten at bridge translator translator c b at system threading tasks task innerinvoke at system threading tasks task execute
1
275,901
8,582,014,496
IssuesEvent
2018-11-13 16:00:16
GSA/caribou
https://api.github.com/repos/GSA/caribou
opened
Clicking agency name in results card does not do anything
high-priority
**Describe the bug** When I click an agency name in a results card the url changes, but the the page itself does not change. ![image](https://user-images.githubusercontent.com/29412125/48425613-2ed72480-e733-11e8-9831-f5f28192257d.png)
1.0
Clicking agency name in results card does not do anything - **Describe the bug** When I click an agency name in a results card the url changes, but the the page itself does not change. ![image](https://user-images.githubusercontent.com/29412125/48425613-2ed72480-e733-11e8-9831-f5f28192257d.png)
non_defect
clicking agency name in results card does not do anything describe the bug when i click an agency name in a results card the url changes but the the page itself does not change
0
196,233
15,586,337,386
IssuesEvent
2021-03-18 01:43:16
LLNL/axom
https://api.github.com/repos/LLNL/axom
opened
Inlet: Create a easier human readable writer class
Documentation Inlet User Request enhancement
@kennyweiss mentioned that he wanted to know the documentation of a code that uses Inlet. It would be helpful for a possible `HTMLWriter` class that people could output the input file documentation w/o having to run it through a build system or sphinx. I am up for other formats but a basic HTML table is probably the easiest.
1.0
Inlet: Create a easier human readable writer class - @kennyweiss mentioned that he wanted to know the documentation of a code that uses Inlet. It would be helpful for a possible `HTMLWriter` class that people could output the input file documentation w/o having to run it through a build system or sphinx. I am up for other formats but a basic HTML table is probably the easiest.
non_defect
inlet create a easier human readable writer class kennyweiss mentioned that he wanted to know the documentation of a code that uses inlet it would be helpful for a possible htmlwriter class that people could output the input file documentation w o having to run it through a build system or sphinx i am up for other formats but a basic html table is probably the easiest
0
38,133
8,666,462,614
IssuesEvent
2018-11-29 04:13:59
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Entity of BelongsTo association empty when using innerjoin with match and specifying select fields
Defect
This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.6.13 * Platform and Target: apache, mysql I used `innerJoinWith` in combination with `select`. The belongsTo association was empty. (the _matchingData-property was set - but it is now what I expected). I will post a PR shortly with a test, that demonstrates the problem. I expected the belongsTo association entity to be present
1.0
Entity of BelongsTo association empty when using innerjoin with match and specifying select fields - This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.6.13 * Platform and Target: apache, mysql I used `innerJoinWith` in combination with `select`. The belongsTo association was empty. (the _matchingData-property was set - but it is now what I expected). I will post a PR shortly with a test, that demonstrates the problem. I expected the belongsTo association entity to be present
defect
entity of belongsto association empty when using innerjoin with match and specifying select fields this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target apache mysql i used innerjoinwith in combination with select the belongsto association was empty the matchingdata property was set but it is now what i expected i will post a pr shortly with a test that demonstrates the problem i expected the belongsto association entity to be present
1
82,206
32,055,024,472
IssuesEvent
2023-09-24 01:27:26
microsoft/TypeScript
https://api.github.com/repos/microsoft/TypeScript
closed
`Readonly` type loses `Partial`-ness of generic-keyed `Record`
Not a Defect
### 🔎 Search Terms readonly partial generic ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and I reviewed the FAQ for entries about N/A ### ⏯ Playground Link https://tsplay.dev/mLJGZw ### 💻 Code ```ts // @ts-expect-error This makes sense <T extends 'a'>(): Readonly<Record<T, unknown>> => ({}); // This works <T extends 'a'>(): Partial<Readonly<Record<T, unknown>>> => ({}); // But why is this not allowed? `T` can only be 'a' (or some intersection with it) or `never`. <T extends 'a'>(): Readonly<Partial<Record<T, unknown>>> => ({}); // Sanity check other permutations work <T extends 'a'>(): Partial<Record<T, unknown>> => ({}); (): Readonly<Partial<Record<'a', unknown>>> => ({}); (): Readonly<Partial<Record<never, unknown>>> => ({}); (): Partial<Readonly<Record<'a', unknown>>> => ({}); (): Partial<Readonly<Record<never, unknown>>> => ({}); ``` ### 🙁 Actual behavior There is a type error `Type '{}' is not assignable to type 'Readonly<Partial<Record<T, unknown>>>'.(2322)`, despite `T` being bound by a "finite" type. ### 🙂 Expected behavior No type error ### Additional information about the issue _No response_
1.0
`Readonly` type loses `Partial`-ness of generic-keyed `Record` - ### 🔎 Search Terms readonly partial generic ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and I reviewed the FAQ for entries about N/A ### ⏯ Playground Link https://tsplay.dev/mLJGZw ### 💻 Code ```ts // @ts-expect-error This makes sense <T extends 'a'>(): Readonly<Record<T, unknown>> => ({}); // This works <T extends 'a'>(): Partial<Readonly<Record<T, unknown>>> => ({}); // But why is this not allowed? `T` can only be 'a' (or some intersection with it) or `never`. <T extends 'a'>(): Readonly<Partial<Record<T, unknown>>> => ({}); // Sanity check other permutations work <T extends 'a'>(): Partial<Record<T, unknown>> => ({}); (): Readonly<Partial<Record<'a', unknown>>> => ({}); (): Readonly<Partial<Record<never, unknown>>> => ({}); (): Partial<Readonly<Record<'a', unknown>>> => ({}); (): Partial<Readonly<Record<never, unknown>>> => ({}); ``` ### 🙁 Actual behavior There is a type error `Type '{}' is not assignable to type 'Readonly<Partial<Record<T, unknown>>>'.(2322)`, despite `T` being bound by a "finite" type. ### 🙂 Expected behavior No type error ### Additional information about the issue _No response_
defect
readonly type loses partial ness of generic keyed record 🔎 search terms readonly partial generic 🕗 version regression information this is the behavior in every version i tried and i reviewed the faq for entries about n a ⏯ playground link 💻 code ts ts expect error this makes sense readonly this works partial but why is this not allowed t can only be a or some intersection with it or never readonly sanity check other permutations work partial readonly readonly partial partial 🙁 actual behavior there is a type error type is not assignable to type readonly despite t being bound by a finite type 🙂 expected behavior no type error additional information about the issue no response
1
55,814
14,700,409,221
IssuesEvent
2021-01-04 10:09:49
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Generated field for PostgreSQL Timestamp cannot compile on jOOQ 3.14
T: Defect
### Expected behavior Generated code can compile and run, just like on jOOQ 3.12 and jOOQ 3.12 ### Actual behavior When generating code during `mvn spring-boot:run`, it fails with error "java: cannot find symbol" but only on 3.14, it works on all versions for 3.12 and 3.13 ### Steps to reproduce the problem Code generated using previous jOOQ versions: **3.12.3** (The version I am upgrading from): ```java public final TableField<ImageRecord, LocalDateTime> UPLOADED = createField(DSL.name("uploaded"), org.jooq.impl.SQLDataType.LOCALDATETIME.nullable(false).defaultValue(org.jooq.impl.DSL.field("CURRENT_TIMESTAMP", org.jooq.impl.SQLDataType.LOCALDATETIME)), this, ""); ``` **3.13.6:** ```java public final TableField<ImageRecord, LocalDateTime> UPLOADED = createField(DSL.name("uploaded"), org.jooq.impl.SQLDataType.LOCALDATETIME.nullable(false).defaultValue(org.jooq.impl.DSL.field("CURRENT_TIMESTAMP", org.jooq.impl.SQLDataType.LOCALDATETIME)), this, ""); ``` **3.14.4:** ```java public final TableField<ImageRecord, LocalDateTime> UPLOADED = createField(DSL.name("uploaded"), SQLDataType.LOCALDATETIME(6).nullable(false).defaultValue(DSL.field("CURRENT_TIMESTAMP", SQLDataType.LOCALDATETIME)), this, ""); ```` Notice the (6) after LOCALDATETIME in 3.14. This is reproducible in all 3.14 versions Maven code-gen config: ```xml <plugin> <groupId>org.jooq</groupId> <artifactId>jooq-codegen-maven</artifactId> <version>3.14.4</version> <!-- The plugin should hook into the generate goal --> <executions> <execution> <goals> <goal>generate</goal> </goals> </execution> </executions> <!-- Specify the plugin configuration. The configuration format is the same as for the standalone code generator --> <configuration> <!-- A boolean property (or constant) can be specified here to tell the plugin not to do anything --> <skip>${skip.jooq.generation}</skip> <!-- JDBC connection parameters --> <jdbc> <driver>org.postgresql.Driver</driver> <url>jdbc:postgresql:test</url> <user>test</user> <password>test</password> </jdbc> <!-- Generator parameters --> <generator> <generate> <javaTimeTypes>true</javaTimeTypes> </generate> <database> <name>org.jooq.meta.postgres.PostgresDatabase</name> <includes>.*</includes> <excludes></excludes> <inputSchema>test</inputSchema> </database> <target> <packageName>org.example.test.db</packageName> <directory>src/main/java</directory> </target> </generator> </configuration> </plugin> ``` PostgreSQL table structure from `pg_dump`: ```sql CREATE TABLE test.image ( id integer NOT NULL, filename text NOT NULL, path text NOT NULL, uploaded timestamp without time zone DEFAULT CURRENT_TIMESTAMP NOT NULL, comment text ); ```` ### Versions - jOOQ: 3.14.4 - Java: 11.0.2 - Database (include vendor): psql (PostgreSQL) 12.5 (Ubuntu 12.5-0ubuntu0.20.04.1) (through WSL) - OS: Windows 10 - JDBC Driver (include name if inofficial driver): `org.postgresql.Driver`
1.0
Generated field for PostgreSQL Timestamp cannot compile on jOOQ 3.14 - ### Expected behavior Generated code can compile and run, just like on jOOQ 3.12 and jOOQ 3.12 ### Actual behavior When generating code during `mvn spring-boot:run`, it fails with error "java: cannot find symbol" but only on 3.14, it works on all versions for 3.12 and 3.13 ### Steps to reproduce the problem Code generated using previous jOOQ versions: **3.12.3** (The version I am upgrading from): ```java public final TableField<ImageRecord, LocalDateTime> UPLOADED = createField(DSL.name("uploaded"), org.jooq.impl.SQLDataType.LOCALDATETIME.nullable(false).defaultValue(org.jooq.impl.DSL.field("CURRENT_TIMESTAMP", org.jooq.impl.SQLDataType.LOCALDATETIME)), this, ""); ``` **3.13.6:** ```java public final TableField<ImageRecord, LocalDateTime> UPLOADED = createField(DSL.name("uploaded"), org.jooq.impl.SQLDataType.LOCALDATETIME.nullable(false).defaultValue(org.jooq.impl.DSL.field("CURRENT_TIMESTAMP", org.jooq.impl.SQLDataType.LOCALDATETIME)), this, ""); ``` **3.14.4:** ```java public final TableField<ImageRecord, LocalDateTime> UPLOADED = createField(DSL.name("uploaded"), SQLDataType.LOCALDATETIME(6).nullable(false).defaultValue(DSL.field("CURRENT_TIMESTAMP", SQLDataType.LOCALDATETIME)), this, ""); ```` Notice the (6) after LOCALDATETIME in 3.14. This is reproducible in all 3.14 versions Maven code-gen config: ```xml <plugin> <groupId>org.jooq</groupId> <artifactId>jooq-codegen-maven</artifactId> <version>3.14.4</version> <!-- The plugin should hook into the generate goal --> <executions> <execution> <goals> <goal>generate</goal> </goals> </execution> </executions> <!-- Specify the plugin configuration. The configuration format is the same as for the standalone code generator --> <configuration> <!-- A boolean property (or constant) can be specified here to tell the plugin not to do anything --> <skip>${skip.jooq.generation}</skip> <!-- JDBC connection parameters --> <jdbc> <driver>org.postgresql.Driver</driver> <url>jdbc:postgresql:test</url> <user>test</user> <password>test</password> </jdbc> <!-- Generator parameters --> <generator> <generate> <javaTimeTypes>true</javaTimeTypes> </generate> <database> <name>org.jooq.meta.postgres.PostgresDatabase</name> <includes>.*</includes> <excludes></excludes> <inputSchema>test</inputSchema> </database> <target> <packageName>org.example.test.db</packageName> <directory>src/main/java</directory> </target> </generator> </configuration> </plugin> ``` PostgreSQL table structure from `pg_dump`: ```sql CREATE TABLE test.image ( id integer NOT NULL, filename text NOT NULL, path text NOT NULL, uploaded timestamp without time zone DEFAULT CURRENT_TIMESTAMP NOT NULL, comment text ); ```` ### Versions - jOOQ: 3.14.4 - Java: 11.0.2 - Database (include vendor): psql (PostgreSQL) 12.5 (Ubuntu 12.5-0ubuntu0.20.04.1) (through WSL) - OS: Windows 10 - JDBC Driver (include name if inofficial driver): `org.postgresql.Driver`
defect
generated field for postgresql timestamp cannot compile on jooq expected behavior generated code can compile and run just like on jooq and jooq actual behavior when generating code during mvn spring boot run it fails with error java cannot find symbol but only on it works on all versions for and steps to reproduce the problem code generated using previous jooq versions the version i am upgrading from java public final tablefield uploaded createfield dsl name uploaded org jooq impl sqldatatype localdatetime nullable false defaultvalue org jooq impl dsl field current timestamp org jooq impl sqldatatype localdatetime this java public final tablefield uploaded createfield dsl name uploaded org jooq impl sqldatatype localdatetime nullable false defaultvalue org jooq impl dsl field current timestamp org jooq impl sqldatatype localdatetime this java public final tablefield uploaded createfield dsl name uploaded sqldatatype localdatetime nullable false defaultvalue dsl field current timestamp sqldatatype localdatetime this notice the after localdatetime in this is reproducible in all versions maven code gen config xml org jooq jooq codegen maven generate specify the plugin configuration the configuration format is the same as for the standalone code generator skip jooq generation org postgresql driver jdbc postgresql test test test true org jooq meta postgres postgresdatabase test org example test db src main java postgresql table structure from pg dump sql create table test image id integer not null filename text not null path text not null uploaded timestamp without time zone default current timestamp not null comment text versions jooq java database include vendor psql postgresql ubuntu through wsl os windows jdbc driver include name if inofficial driver org postgresql driver
1
191,629
22,215,820,160
IssuesEvent
2022-06-08 01:26:59
dpteam/RK3188_TABLET
https://api.github.com/repos/dpteam/RK3188_TABLET
reopened
CVE-2013-7264 (Medium) detected in linuxv3.0
security vulnerability
## CVE-2013-7264 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.0</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library home page: <a href=https://github.com/verygreen/linux.git>https://github.com/verygreen/linux.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/dpteam/RK3188_TABLET/commit/0c501f5a0fd72c7b2ac82904235363bd44fd8f9e">0c501f5a0fd72c7b2ac82904235363bd44fd8f9e</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (3)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ieee802154/dgram.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv4/udp.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ieee802154/dgram.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The l2tp_ip_recvmsg function in net/l2tp/l2tp_ip.c in the Linux kernel before 3.12.4 updates a certain length value before ensuring that an associated data structure has been initialized, which allows local users to obtain sensitive information from kernel stack memory via a (1) recvfrom, (2) recvmmsg, or (3) recvmsg system call. <p>Publish Date: 2014-01-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2013-7264>CVE-2013-7264</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.2</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2013-7264">https://nvd.nist.gov/vuln/detail/CVE-2013-7264</a></p> <p>Release Date: 2014-01-06</p> <p>Fix Resolution: 3.12.4</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2013-7264 (Medium) detected in linuxv3.0 - ## CVE-2013-7264 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.0</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library home page: <a href=https://github.com/verygreen/linux.git>https://github.com/verygreen/linux.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/dpteam/RK3188_TABLET/commit/0c501f5a0fd72c7b2ac82904235363bd44fd8f9e">0c501f5a0fd72c7b2ac82904235363bd44fd8f9e</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (3)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ieee802154/dgram.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ipv4/udp.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/ieee802154/dgram.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The l2tp_ip_recvmsg function in net/l2tp/l2tp_ip.c in the Linux kernel before 3.12.4 updates a certain length value before ensuring that an associated data structure has been initialized, which allows local users to obtain sensitive information from kernel stack memory via a (1) recvfrom, (2) recvmmsg, or (3) recvmsg system call. <p>Publish Date: 2014-01-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2013-7264>CVE-2013-7264</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.2</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2013-7264">https://nvd.nist.gov/vuln/detail/CVE-2013-7264</a></p> <p>Release Date: 2014-01-06</p> <p>Fix Resolution: 3.12.4</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in cve medium severity vulnerability vulnerable library linux kernel source tree library home page a href found in head commit a href found in base branch master vulnerable source files net dgram c net udp c net dgram c vulnerability details the ip recvmsg function in net ip c in the linux kernel before updates a certain length value before ensuring that an associated data structure has been initialized which allows local users to obtain sensitive information from kernel stack memory via a recvfrom recvmmsg or recvmsg system call publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
35,111
7,573,342,177
IssuesEvent
2018-04-23 17:29:04
CenturyLinkCloud/mdw
https://api.github.com/repos/CenturyLinkCloud/mdw
closed
MDWHub Task template edit always thinks the version is changing
defect
When saving a task template from MDWHub, the /asset service (AssetContentServlet) cannot retrieve the existing asset from VersionControl because we are passing the path to the file using the package dot notation instead of the package path notation (i.e. com.centurylink.mdw instead of com\centurylink\mdw). This results in MDW always updating ASSET_REF table, which is also a problem for someone that is just trying out MDW and doesn't have a git repo.
1.0
MDWHub Task template edit always thinks the version is changing - When saving a task template from MDWHub, the /asset service (AssetContentServlet) cannot retrieve the existing asset from VersionControl because we are passing the path to the file using the package dot notation instead of the package path notation (i.e. com.centurylink.mdw instead of com\centurylink\mdw). This results in MDW always updating ASSET_REF table, which is also a problem for someone that is just trying out MDW and doesn't have a git repo.
defect
mdwhub task template edit always thinks the version is changing when saving a task template from mdwhub the asset service assetcontentservlet cannot retrieve the existing asset from versioncontrol because we are passing the path to the file using the package dot notation instead of the package path notation i e com centurylink mdw instead of com centurylink mdw this results in mdw always updating asset ref table which is also a problem for someone that is just trying out mdw and doesn t have a git repo
1
68,820
21,916,264,141
IssuesEvent
2022-05-21 21:50:40
unkwntech/ATXBenchtopPowerSupply
https://api.github.com/repos/unkwntech/ATXBenchtopPowerSupply
closed
Potentiometer Footprint
PCB Defect Improvement
The Fan speed potentiometer footprint needs to be changed to either a screw terminal or direct PCB mount for a panel mounted PCB.
1.0
Potentiometer Footprint - The Fan speed potentiometer footprint needs to be changed to either a screw terminal or direct PCB mount for a panel mounted PCB.
defect
potentiometer footprint the fan speed potentiometer footprint needs to be changed to either a screw terminal or direct pcb mount for a panel mounted pcb
1
45,949
13,055,826,695
IssuesEvent
2020-07-30 02:51:08
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
FilterMask IcePick should be a PacketModule (Trac #309)
Incomplete Migration Migrated from Trac combo core defect
Migrated from https://code.icecube.wisc.edu/ticket/309 ```json { "status": "closed", "changetime": "2015-07-07T22:32:33", "description": "Hi,\n\nThe IcePickModule<FilterMaskFilter> now only seems to work on P frames, so it discards P frames when a filterMask has not been found. However, the desired behaviour when a certain filter for some DAQ event has not been found is that the whole bunch of Q + its P frames should be discarded (if Discard=True) instead.\n\nMaybe this could be replaced by a simple pythonmodule (which I'm using now) instead.\n\nTom F.", "reporter": "tfeusels", "cc": "", "resolution": "fixed", "_ts": "1436308353324715", "component": "combo core", "summary": "FilterMask IcePick should be a PacketModule", "priority": "normal", "keywords": "", "time": "2011-09-20T06:54:48", "milestone": "", "owner": "blaufuss", "type": "defect" } ```
1.0
FilterMask IcePick should be a PacketModule (Trac #309) - Migrated from https://code.icecube.wisc.edu/ticket/309 ```json { "status": "closed", "changetime": "2015-07-07T22:32:33", "description": "Hi,\n\nThe IcePickModule<FilterMaskFilter> now only seems to work on P frames, so it discards P frames when a filterMask has not been found. However, the desired behaviour when a certain filter for some DAQ event has not been found is that the whole bunch of Q + its P frames should be discarded (if Discard=True) instead.\n\nMaybe this could be replaced by a simple pythonmodule (which I'm using now) instead.\n\nTom F.", "reporter": "tfeusels", "cc": "", "resolution": "fixed", "_ts": "1436308353324715", "component": "combo core", "summary": "FilterMask IcePick should be a PacketModule", "priority": "normal", "keywords": "", "time": "2011-09-20T06:54:48", "milestone": "", "owner": "blaufuss", "type": "defect" } ```
defect
filtermask icepick should be a packetmodule trac migrated from json status closed changetime description hi n nthe icepickmodule now only seems to work on p frames so it discards p frames when a filtermask has not been found however the desired behaviour when a certain filter for some daq event has not been found is that the whole bunch of q its p frames should be discarded if discard true instead n nmaybe this could be replaced by a simple pythonmodule which i m using now instead n ntom f reporter tfeusels cc resolution fixed ts component combo core summary filtermask icepick should be a packetmodule priority normal keywords time milestone owner blaufuss type defect
1
73,944
24,876,592,472
IssuesEvent
2022-10-27 19:40:59
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
closed
[Voice Broadcast] Do not display the recorder view for a live broadcast started from another session
T-Defect S-Minor A-Broadcast
### Steps to reproduce Currently Element-Android displays the recorder view for a live broadcast started from another session ### Outcome We should not display a recorder view for a live broadcast started on another session. We should use the playback view ### Your phone model _No response_ ### Operating system version _No response_ ### Application version and app store v1.5.4 ### Homeserver _No response_ ### Will you send logs? No ### Are you willing to provide a PR? Yes
1.0
[Voice Broadcast] Do not display the recorder view for a live broadcast started from another session - ### Steps to reproduce Currently Element-Android displays the recorder view for a live broadcast started from another session ### Outcome We should not display a recorder view for a live broadcast started on another session. We should use the playback view ### Your phone model _No response_ ### Operating system version _No response_ ### Application version and app store v1.5.4 ### Homeserver _No response_ ### Will you send logs? No ### Are you willing to provide a PR? Yes
defect
do not display the recorder view for a live broadcast started from another session steps to reproduce currently element android displays the recorder view for a live broadcast started from another session outcome we should not display a recorder view for a live broadcast started on another session we should use the playback view your phone model no response operating system version no response application version and app store homeserver no response will you send logs no are you willing to provide a pr yes
1
166,294
20,718,414,783
IssuesEvent
2022-03-13 01:35:12
manishshanker/react-redux-d3-webpack-es6-seed
https://api.github.com/repos/manishshanker/react-redux-d3-webpack-es6-seed
opened
CVE-2021-32804 (High) detected in tar-2.2.2.tgz
security vulnerability
## CVE-2021-32804 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-2.2.2.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-2.2.2.tgz">https://registry.npmjs.org/tar/-/tar-2.2.2.tgz</a></p> <p>Path to dependency file: /react-redux-d3-webpack-es6-seed/package.json</p> <p>Path to vulnerable library: /node_modules/tar/package.json</p> <p> Dependency Hierarchy: - node-sass-3.7.0.tgz (Root Library) - node-gyp-3.8.0.tgz - :x: **tar-2.2.2.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The npm package "tar" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the `preservePaths` flag is not set to `true`. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example `/home/user/.bashrc` would turn into `home/user/.bashrc`. This logic was insufficient when file paths contained repeated path roots such as `////home/user/.bashrc`. `node-tar` would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. `///home/user/.bashrc`) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom `onentry` method which sanitizes the `entry.path` or a `filter` method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar. <p>Publish Date: 2021-08-03 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-32804>CVE-2021-32804</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/npm/node-tar/security/advisories/GHSA-3jfq-g458-7qm9">https://github.com/npm/node-tar/security/advisories/GHSA-3jfq-g458-7qm9</a></p> <p>Release Date: 2021-08-03</p> <p>Fix Resolution (tar): 3.2.2</p> <p>Direct dependency fix Resolution (node-sass): 5.0.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-32804 (High) detected in tar-2.2.2.tgz - ## CVE-2021-32804 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-2.2.2.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-2.2.2.tgz">https://registry.npmjs.org/tar/-/tar-2.2.2.tgz</a></p> <p>Path to dependency file: /react-redux-d3-webpack-es6-seed/package.json</p> <p>Path to vulnerable library: /node_modules/tar/package.json</p> <p> Dependency Hierarchy: - node-sass-3.7.0.tgz (Root Library) - node-gyp-3.8.0.tgz - :x: **tar-2.2.2.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The npm package "tar" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the `preservePaths` flag is not set to `true`. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example `/home/user/.bashrc` would turn into `home/user/.bashrc`. This logic was insufficient when file paths contained repeated path roots such as `////home/user/.bashrc`. `node-tar` would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. `///home/user/.bashrc`) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom `onentry` method which sanitizes the `entry.path` or a `filter` method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar. <p>Publish Date: 2021-08-03 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-32804>CVE-2021-32804</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/npm/node-tar/security/advisories/GHSA-3jfq-g458-7qm9">https://github.com/npm/node-tar/security/advisories/GHSA-3jfq-g458-7qm9</a></p> <p>Release Date: 2021-08-03</p> <p>Fix Resolution (tar): 3.2.2</p> <p>Direct dependency fix Resolution (node-sass): 5.0.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in tar tgz cve high severity vulnerability vulnerable library tar tgz tar for node library home page a href path to dependency file react redux webpack seed package json path to vulnerable library node modules tar package json dependency hierarchy node sass tgz root library node gyp tgz x tar tgz vulnerable library vulnerability details the npm package tar aka node tar before versions and has a arbitrary file creation overwrite vulnerability due to insufficient absolute path sanitization node tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the preservepaths flag is not set to true this is achieved by stripping the absolute path root from any absolute file paths contained in a tar file for example home user bashrc would turn into home user bashrc this logic was insufficient when file paths contained repeated path roots such as home user bashrc node tar would only strip a single path root from such paths when given an absolute file path with repeating path roots the resulting path e g home user bashrc would still resolve to an absolute path thus allowing arbitrary file creation and overwrite this issue was addressed in releases and users may work around this vulnerability without upgrading by creating a custom onentry method which sanitizes the entry path or a filter method which removes entries with absolute paths see referenced github advisory for details be aware of cve which fixes a similar bug in later versions of tar publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution tar direct dependency fix resolution node sass step up your open source security game with whitesource
0
475,585
13,723,237,841
IssuesEvent
2020-10-03 08:14:59
crux-bphc/CMS-Android
https://api.github.com/repos/crux-bphc/CMS-Android
closed
Permanent loading icon for module
bug medium_priority
App permanently shows the loading animation for the module (Quiz-1 Date module in screenshot). Course: BITS F314 <img src="https://user-images.githubusercontent.com/29517049/65828401-30143000-e2b8-11e9-8106-dbf81c52d00b.png" alt="Loading animation" width=300px>
1.0
Permanent loading icon for module - App permanently shows the loading animation for the module (Quiz-1 Date module in screenshot). Course: BITS F314 <img src="https://user-images.githubusercontent.com/29517049/65828401-30143000-e2b8-11e9-8106-dbf81c52d00b.png" alt="Loading animation" width=300px>
non_defect
permanent loading icon for module app permanently shows the loading animation for the module quiz date module in screenshot course bits
0
309,839
9,480,624,921
IssuesEvent
2019-04-20 19:32:22
borkdude/clj-kondo
https://api.github.com/repos/borkdude/clj-kondo
closed
CLJC: first expand cljc namespace into clj and cljs version, then analyze
enhancement priority-high
This may make it easier to process mixed forms. See #63
1.0
CLJC: first expand cljc namespace into clj and cljs version, then analyze - This may make it easier to process mixed forms. See #63
non_defect
cljc first expand cljc namespace into clj and cljs version then analyze this may make it easier to process mixed forms see
0
436,590
30,560,438,826
IssuesEvent
2023-07-20 14:18:18
intersystems-community/vscode-objectscript
https://api.github.com/repos/intersystems-community/vscode-objectscript
closed
Documentation Enhancement Request: ISFS
documentation
## Documentation Recommendation for Server Side Editing section and Notes.ISFS subsection 1. Under subsection **More about isfs and isfs-readonly workspace folders**, give the full json for the workspace definition This ` { "folders": [ { "name": "test:USER", "uri": "isfs://test:user/" } ] }` as opposed to this `{ "name": "test:USER", "uri": "isfs://test:user/" }` a. Explicitly give the json example the header titled "example.workspace" ##### example.workspace `{ "folders": [ { "name": "test:USER", "uri": "isfs://test:user/" } ] }` 2. I would also personally put this example right in the section **Server-side Editing**, rather than under **Notes**. 3. Would also be good to emphasize that the configuration needs to happen in your vscode workspace definition, not your user definition. 4. Under the section **Server-side Editing** include a screenshot of clicking the pencil icon, like this ![vscode-docu](https://user-images.githubusercontent.com/43207799/117184957-514bd500-ada7-11eb-952c-e7e722bed323.png) , or have a screencast as done in the **Installation** section. Thanks
1.0
Documentation Enhancement Request: ISFS - ## Documentation Recommendation for Server Side Editing section and Notes.ISFS subsection 1. Under subsection **More about isfs and isfs-readonly workspace folders**, give the full json for the workspace definition This ` { "folders": [ { "name": "test:USER", "uri": "isfs://test:user/" } ] }` as opposed to this `{ "name": "test:USER", "uri": "isfs://test:user/" }` a. Explicitly give the json example the header titled "example.workspace" ##### example.workspace `{ "folders": [ { "name": "test:USER", "uri": "isfs://test:user/" } ] }` 2. I would also personally put this example right in the section **Server-side Editing**, rather than under **Notes**. 3. Would also be good to emphasize that the configuration needs to happen in your vscode workspace definition, not your user definition. 4. Under the section **Server-side Editing** include a screenshot of clicking the pencil icon, like this ![vscode-docu](https://user-images.githubusercontent.com/43207799/117184957-514bd500-ada7-11eb-952c-e7e722bed323.png) , or have a screencast as done in the **Installation** section. Thanks
non_defect
documentation enhancement request isfs documentation recommendation for server side editing section and notes isfs subsection under subsection more about isfs and isfs readonly workspace folders give the full json for the workspace definition this folders name test user uri isfs test user as opposed to this name test user uri isfs test user a explicitly give the json example the header titled example workspace example workspace folders name test user uri isfs test user i would also personally put this example right in the section server side editing rather than under notes would also be good to emphasize that the configuration needs to happen in your vscode workspace definition not your user definition under the section server side editing include a screenshot of clicking the pencil icon like this or have a screencast as done in the installation section thanks
0
34,646
7,458,340,371
IssuesEvent
2018-03-30 09:49:05
kerdokullamae/test_koik_issued
https://api.github.com/repos/kerdokullamae/test_koik_issued
closed
PURI resolver: PURI'le lisatud parameetrid edastada
C: AVAR P: highest R: fixed T: defect
**Reported by sven syld on 5 Dec 2014 14:03 UTC** *Objekt* PURI resolver *Taust* PURL resolverile lisada faili osale viitava PURLi lahendamise võimekus (Et kui PURLi lõpus on ?shc=ERA.1608.1.526:1?483,739,315,110,0, siis tuleb see peegeldada ka Saagasse, FISi ja FOTISesse) *Todo* OpendataBundle/RedirectController - kuskil siin tuleb need kõik parameetrid edasi anda. Näites ```?shc=ERA.1608.1.526:1?483,739,315,110,0``` on küll 2 küsimärki, aga kui nendega tekib probleeme, siis küsimärkide tuge ekstra progema ei pea, arvan, et see on pastemisel tekkinud viga.
1.0
PURI resolver: PURI'le lisatud parameetrid edastada - **Reported by sven syld on 5 Dec 2014 14:03 UTC** *Objekt* PURI resolver *Taust* PURL resolverile lisada faili osale viitava PURLi lahendamise võimekus (Et kui PURLi lõpus on ?shc=ERA.1608.1.526:1?483,739,315,110,0, siis tuleb see peegeldada ka Saagasse, FISi ja FOTISesse) *Todo* OpendataBundle/RedirectController - kuskil siin tuleb need kõik parameetrid edasi anda. Näites ```?shc=ERA.1608.1.526:1?483,739,315,110,0``` on küll 2 küsimärki, aga kui nendega tekib probleeme, siis küsimärkide tuge ekstra progema ei pea, arvan, et see on pastemisel tekkinud viga.
defect
puri resolver puri le lisatud parameetrid edastada reported by sven syld on dec utc objekt puri resolver taust purl resolverile lisada faili osale viitava purli lahendamise võimekus et kui purli lõpus on shc era siis tuleb see peegeldada ka saagasse fisi ja fotisesse todo opendatabundle redirectcontroller kuskil siin tuleb need kõik parameetrid edasi anda näites shc era on küll küsimärki aga kui nendega tekib probleeme siis küsimärkide tuge ekstra progema ei pea arvan et see on pastemisel tekkinud viga
1
80,123
30,024,197,585
IssuesEvent
2023-06-27 03:55:08
plv8/plv8
https://api.github.com/repos/plv8/plv8
closed
feature: System Information Functions
Type-Defect Priority-Medium auto-migrated
``` pg docs: http://www.postgresql.org/docs/9.2/static/functions-info.html My use case is I need fast access to txid_current() to implement a cache object (global) so plv8 functions can share some state between calls in the same transaction. But, I'm sure other functions will come in handle as well. Here is some js code of what I'm trying to accomplish: $cache = (function () { var bag, bagtx; function Cache() {} Cache.prototype.get = function (key) { // could be a lot faster if plv8 had something like plv8.sys.txid_current() var tx = plv8.execute("select txid_current();")[0].txid_current; if (tx !== bagtx) { bag = {}; bagtx = tx; } return bag[key]; }; Cache.prototype.set = function (key, value) { var tx = plv8.execute("select txid_current();")[0].txid_current; if (tx !== bagtx) { bag = {}; bagtx = tx; } bag[key] = value; }; Cache.prototype.setOnce = function (key, value) { // this.get ensures bagtx if (this.get(key) || bag.hasOwnProperty(key)) { return; } bag[key] = value; }; return new Cache(); }()); ``` Original issue reported on code.google.com by `t...@blit.com` on 14 Mar 2013 at 9:27
1.0
feature: System Information Functions - ``` pg docs: http://www.postgresql.org/docs/9.2/static/functions-info.html My use case is I need fast access to txid_current() to implement a cache object (global) so plv8 functions can share some state between calls in the same transaction. But, I'm sure other functions will come in handle as well. Here is some js code of what I'm trying to accomplish: $cache = (function () { var bag, bagtx; function Cache() {} Cache.prototype.get = function (key) { // could be a lot faster if plv8 had something like plv8.sys.txid_current() var tx = plv8.execute("select txid_current();")[0].txid_current; if (tx !== bagtx) { bag = {}; bagtx = tx; } return bag[key]; }; Cache.prototype.set = function (key, value) { var tx = plv8.execute("select txid_current();")[0].txid_current; if (tx !== bagtx) { bag = {}; bagtx = tx; } bag[key] = value; }; Cache.prototype.setOnce = function (key, value) { // this.get ensures bagtx if (this.get(key) || bag.hasOwnProperty(key)) { return; } bag[key] = value; }; return new Cache(); }()); ``` Original issue reported on code.google.com by `t...@blit.com` on 14 Mar 2013 at 9:27
defect
feature system information functions pg docs my use case is i need fast access to txid current to implement a cache object global so functions can share some state between calls in the same transaction but i m sure other functions will come in handle as well here is some js code of what i m trying to accomplish cache function var bag bagtx function cache cache prototype get function key could be a lot faster if had something like sys txid current var tx execute select txid current txid current if tx bagtx bag bagtx tx return bag cache prototype set function key value var tx execute select txid current txid current if tx bagtx bag bagtx tx bag value cache prototype setonce function key value this get ensures bagtx if this get key bag hasownproperty key return bag value return new cache original issue reported on code google com by t blit com on mar at
1
127,156
12,307,247,458
IssuesEvent
2020-05-12 03:58:57
Regaez/grav-plugin-api
https://api.github.com/repos/Regaez/grav-plugin-api
opened
chore: add FAQ file
documentation
We should create a new FAQ file in the docs folder (e.g. `docs/FAQ.md`) to capture questions and answers and guide users to these from the readme. In the FAQ we could initially mention: - the auth issued with php-cgi (and refer them to the relevant section in the authentication docs) - advertise the custom api events and guide to hooks document - advertise the api sync plugin Feel free to add/ask more questions that would be useful to contain in this document.
1.0
chore: add FAQ file - We should create a new FAQ file in the docs folder (e.g. `docs/FAQ.md`) to capture questions and answers and guide users to these from the readme. In the FAQ we could initially mention: - the auth issued with php-cgi (and refer them to the relevant section in the authentication docs) - advertise the custom api events and guide to hooks document - advertise the api sync plugin Feel free to add/ask more questions that would be useful to contain in this document.
non_defect
chore add faq file we should create a new faq file in the docs folder e g docs faq md to capture questions and answers and guide users to these from the readme in the faq we could initially mention the auth issued with php cgi and refer them to the relevant section in the authentication docs advertise the custom api events and guide to hooks document advertise the api sync plugin feel free to add ask more questions that would be useful to contain in this document
0
71,307
23,531,887,390
IssuesEvent
2022-08-19 16:07:51
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
closed
Outreach materials: not displaying all published content
Defect VA.gov frontend Unplanned work ⭐️ Public Websites
## Describe the defect Retroactive ticket filed for reporting: - PACT Act materials in Outreach Materials did not appear after Content Release. - Home loan publication: /outreach-and-events/va-home-loan-guaranty-information - Burial services: /outreach-and-events/va-offers-dignified-burial-services - Burial options: /outreach-and-events/va-offers-dignified-burial-options - Tax-free pension options: /outreach-and-events/va-offers-tax-free-pension-payments - ^^ All of the above are published and displayed on the Outreach Materials page - PACT Act page that is published but isn’t displayed: /pact-act-summary-and-faq :warning: — no /outreach-and-events/ in URL This page https://www.va.gov/outreach-and-events/outreach-materials includes the query results for all publications and just renders / filters them based on the the on-page filters Related template: [https://github.com/department-of-veterans-affairs/content-build/blob/f7bafff44f67a[…]31bbd8784231/src/site/layouts/publication_listing.drupal.liquid](https://github.com/department-of-veterans-affairs/content-build/blob/f7bafff44f67aea4cffa94ee343d31bbd8784231/src/site/layouts/publication_listing.drupal.liquid) Slack thread reporting the bug: https://dsva.slack.com/archives/CJT90C0UT/p1660754549158759 Postmortem ticket thread: https://dsva.slack.com/archives/C52CL1PKQ/p1660839546776669 Platform support request: https://dsva.slack.com/archives/CBU0KDSB1/p1660762220286809 Follow up thread re: converting Outreach materials to use KISS model: https://dsva.slack.com/archives/C52CL1PKQ/p1660774703984699 Tickets for followup: [Convert outreach materials page to use KISS #10321](https://github.com/department-of-veterans-affairs/va.gov-cms/issues/10321 [#10322 SPIKE: Investigate adding graphQL linting to content-build pipeline](https://github.com/department-of-veterans-affairs/va.gov-cms/issues/10322) **PR that resolved:** https://github.com/department-of-veterans-affairs/content-build/pull/1265 ### CMS Team Please check the team(s) that will do this work. - [ ] `Program` - [ ] `Platform CMS Team` - [ ] `Sitewide Crew` - [ ] `⭐️ Sitewide CMS` - [X] `⭐️ Public Websites` - [ ] `⭐️ Facilities` - [ ] `⭐️ User support`
1.0
Outreach materials: not displaying all published content - ## Describe the defect Retroactive ticket filed for reporting: - PACT Act materials in Outreach Materials did not appear after Content Release. - Home loan publication: /outreach-and-events/va-home-loan-guaranty-information - Burial services: /outreach-and-events/va-offers-dignified-burial-services - Burial options: /outreach-and-events/va-offers-dignified-burial-options - Tax-free pension options: /outreach-and-events/va-offers-tax-free-pension-payments - ^^ All of the above are published and displayed on the Outreach Materials page - PACT Act page that is published but isn’t displayed: /pact-act-summary-and-faq :warning: — no /outreach-and-events/ in URL This page https://www.va.gov/outreach-and-events/outreach-materials includes the query results for all publications and just renders / filters them based on the the on-page filters Related template: [https://github.com/department-of-veterans-affairs/content-build/blob/f7bafff44f67a[…]31bbd8784231/src/site/layouts/publication_listing.drupal.liquid](https://github.com/department-of-veterans-affairs/content-build/blob/f7bafff44f67aea4cffa94ee343d31bbd8784231/src/site/layouts/publication_listing.drupal.liquid) Slack thread reporting the bug: https://dsva.slack.com/archives/CJT90C0UT/p1660754549158759 Postmortem ticket thread: https://dsva.slack.com/archives/C52CL1PKQ/p1660839546776669 Platform support request: https://dsva.slack.com/archives/CBU0KDSB1/p1660762220286809 Follow up thread re: converting Outreach materials to use KISS model: https://dsva.slack.com/archives/C52CL1PKQ/p1660774703984699 Tickets for followup: [Convert outreach materials page to use KISS #10321](https://github.com/department-of-veterans-affairs/va.gov-cms/issues/10321 [#10322 SPIKE: Investigate adding graphQL linting to content-build pipeline](https://github.com/department-of-veterans-affairs/va.gov-cms/issues/10322) **PR that resolved:** https://github.com/department-of-veterans-affairs/content-build/pull/1265 ### CMS Team Please check the team(s) that will do this work. - [ ] `Program` - [ ] `Platform CMS Team` - [ ] `Sitewide Crew` - [ ] `⭐️ Sitewide CMS` - [X] `⭐️ Public Websites` - [ ] `⭐️ Facilities` - [ ] `⭐️ User support`
defect
outreach materials not displaying all published content describe the defect retroactive ticket filed for reporting pact act materials in outreach materials did not appear after content release home loan publication outreach and events va home loan guaranty information burial services outreach and events va offers dignified burial services burial options outreach and events va offers dignified burial options tax free pension options outreach and events va offers tax free pension payments all of the above are published and displayed on the outreach materials page pact act page that is published but isn’t displayed pact act summary and faq warning — no outreach and events in url this page includes the query results for all publications and just renders filters them based on the the on page filters related template src site layouts publication listing drupal liquid slack thread reporting the bug postmortem ticket thread platform support request follow up thread re converting outreach materials to use kiss model tickets for followup pr that resolved cms team please check the team s that will do this work program platform cms team sitewide crew ⭐️ sitewide cms ⭐️ public websites ⭐️ facilities ⭐️ user support
1
14,665
2,831,387,723
IssuesEvent
2015-05-24 15:52:35
nobodyguy/dslrdashboard
https://api.github.com/repos/nobodyguy/dslrdashboard
closed
Will that app work on linux platform?
auto-migrated Priority-Medium Type-Defect
``` Actually we want to use it on linux platform. What are the possibilities? Khurram ``` Original issue reported on code.google.com by `khurrame...@gmail.com` on 25 Jun 2014 at 12:29
1.0
Will that app work on linux platform? - ``` Actually we want to use it on linux platform. What are the possibilities? Khurram ``` Original issue reported on code.google.com by `khurrame...@gmail.com` on 25 Jun 2014 at 12:29
defect
will that app work on linux platform actually we want to use it on linux platform what are the possibilities khurram original issue reported on code google com by khurrame gmail com on jun at
1
129,735
12,417,802,554
IssuesEvent
2020-05-22 21:43:29
Insality/druid
https://api.github.com/repos/Insality/druid
closed
Button click question
documentation
Steps to reproduce: 1. Press a button (but don't release it) 2. Move the mouse outside the button 3. Move back the mouse inside the button 4. Release while inside the button I was expecting that this will still generate a valid click event because the initial press and final release are on the same button. However, it does not register a click event. Is this expected? EDIT: I have modified the question and issue description, as the click outside events I previously mentioned were normal (for other buttons in the same gui).
1.0
Button click question - Steps to reproduce: 1. Press a button (but don't release it) 2. Move the mouse outside the button 3. Move back the mouse inside the button 4. Release while inside the button I was expecting that this will still generate a valid click event because the initial press and final release are on the same button. However, it does not register a click event. Is this expected? EDIT: I have modified the question and issue description, as the click outside events I previously mentioned were normal (for other buttons in the same gui).
non_defect
button click question steps to reproduce press a button but don t release it move the mouse outside the button move back the mouse inside the button release while inside the button i was expecting that this will still generate a valid click event because the initial press and final release are on the same button however it does not register a click event is this expected edit i have modified the question and issue description as the click outside events i previously mentioned were normal for other buttons in the same gui
0
30,859
6,330,848,661
IssuesEvent
2017-07-26 08:34:02
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Conversion failure when handling ARRAY types with HSQLDB
C: DB: HSQLDB C: Functionality P: Medium T: Defect
Description --- I am unable to get a table with an ARRAY column to work properly with jOOQ's DSL API (no code-gen) when using a non-Postgres DB (in this case HSQLDB) Environment --- Java 8, HSQLDB 2.3.4, jOOQ 3.9.3 (repro'd back to 3.9.0) Steps to reproduce --- 1. Set up a database with a table such as the following: ```SQL CREATE TABLE "users" ( "id" serial NOT NULL, "username" text NOT NULL, "name" text NOT NULL, "active" boolean NOT NULL DEFAULT true, "modified" timestamp with time zone NOT NULL, "roles" text ARRAY NOT NULL, PRIMARY KEY ("id"), UNIQUE ("username") ); ``` 2. Attempt to execute a query such as the following: ```java return this.dsl .selectFrom(TABLE) .where(field(name("id")).in(ids)) .fetchMap(field(name("id"), Integer.class), r -> { final Collection<GrantedAuthority> roles = Stream.of(r.get(field(name("roles"), String[].class), String[].class)) .map(SimpleGrantedAuthority :: new) .collect(Collectors.toList()); return new User(r.get(name("id"), Integer.class), r.get(name("username"), String.class), r.get(name("name"), String.class), r.get(name("modified"), Timestamp.class).toInstant(), r.get(name("active"), Boolean.class), roles); }); ``` Expected outcome --- Query completes successfully (as it does under PostgreSQL 9.4). Actual outcome: --- An exception is thrown, sample trace as follows: ``` org.jooq.exception.DataTypeException: Cannot convert from ARRAY['superuser'] (class org.hsqldb.jdbc.JDBCArray) to class [Ljava.lang.String; at org.jooq.tools.Convert$ConvertAll.fail(Convert.java:1118) ~[jooq-3.9.3.jar:na] at org.jooq.tools.Convert$ConvertAll.from(Convert.java:1007) ~[jooq-3.9.3.jar:na] at org.jooq.tools.Convert.convert0(Convert.java:316) ~[jooq-3.9.3.jar:na] at org.jooq.tools.Convert.convert(Convert.java:308) ~[jooq-3.9.3.jar:na] at org.jooq.tools.Convert.convert(Convert.java:380) ~[jooq-3.9.3.jar:na] at org.jooq.impl.AbstractRecord.get(AbstractRecord.java:230) ~[jooq-3.9.3.jar:na] at com.example.appservice.storage.UserStorageImpl.lambda$0(UserStorageImpl.java:141) ~[classes/:na] at org.jooq.impl.ResultImpl.intoMap0(ResultImpl.java:1544) ~[jooq-3.9.3.jar:na] at org.jooq.impl.ResultImpl.intoMap(ResultImpl.java:1537) ~[jooq-3.9.3.jar:na] at org.jooq.impl.AbstractResultQuery.fetchMap(AbstractResultQuery.java:813) ~[jooq-3.9.3.jar:na] at org.jooq.impl.SelectImpl.fetchMap(SelectImpl.java:3143) ~[jooq-3.9.3.jar:na] at com.example.appservice.storage.UserStorageImpl.load(UserStorageImpl.java:138) ~[classes/:na] at com.example.appservice.storage.UserStorageImpl.load(UserStorageImpl.java:128) ~[classes/:na] at com.example.appservice.storage.UserStorageImpl.find(UserStorageImpl.java:273) ~[classes/:na] ``` Workaround --- Use raw `java.sql.Array` as the field type, go from there.
1.0
Conversion failure when handling ARRAY types with HSQLDB - Description --- I am unable to get a table with an ARRAY column to work properly with jOOQ's DSL API (no code-gen) when using a non-Postgres DB (in this case HSQLDB) Environment --- Java 8, HSQLDB 2.3.4, jOOQ 3.9.3 (repro'd back to 3.9.0) Steps to reproduce --- 1. Set up a database with a table such as the following: ```SQL CREATE TABLE "users" ( "id" serial NOT NULL, "username" text NOT NULL, "name" text NOT NULL, "active" boolean NOT NULL DEFAULT true, "modified" timestamp with time zone NOT NULL, "roles" text ARRAY NOT NULL, PRIMARY KEY ("id"), UNIQUE ("username") ); ``` 2. Attempt to execute a query such as the following: ```java return this.dsl .selectFrom(TABLE) .where(field(name("id")).in(ids)) .fetchMap(field(name("id"), Integer.class), r -> { final Collection<GrantedAuthority> roles = Stream.of(r.get(field(name("roles"), String[].class), String[].class)) .map(SimpleGrantedAuthority :: new) .collect(Collectors.toList()); return new User(r.get(name("id"), Integer.class), r.get(name("username"), String.class), r.get(name("name"), String.class), r.get(name("modified"), Timestamp.class).toInstant(), r.get(name("active"), Boolean.class), roles); }); ``` Expected outcome --- Query completes successfully (as it does under PostgreSQL 9.4). Actual outcome: --- An exception is thrown, sample trace as follows: ``` org.jooq.exception.DataTypeException: Cannot convert from ARRAY['superuser'] (class org.hsqldb.jdbc.JDBCArray) to class [Ljava.lang.String; at org.jooq.tools.Convert$ConvertAll.fail(Convert.java:1118) ~[jooq-3.9.3.jar:na] at org.jooq.tools.Convert$ConvertAll.from(Convert.java:1007) ~[jooq-3.9.3.jar:na] at org.jooq.tools.Convert.convert0(Convert.java:316) ~[jooq-3.9.3.jar:na] at org.jooq.tools.Convert.convert(Convert.java:308) ~[jooq-3.9.3.jar:na] at org.jooq.tools.Convert.convert(Convert.java:380) ~[jooq-3.9.3.jar:na] at org.jooq.impl.AbstractRecord.get(AbstractRecord.java:230) ~[jooq-3.9.3.jar:na] at com.example.appservice.storage.UserStorageImpl.lambda$0(UserStorageImpl.java:141) ~[classes/:na] at org.jooq.impl.ResultImpl.intoMap0(ResultImpl.java:1544) ~[jooq-3.9.3.jar:na] at org.jooq.impl.ResultImpl.intoMap(ResultImpl.java:1537) ~[jooq-3.9.3.jar:na] at org.jooq.impl.AbstractResultQuery.fetchMap(AbstractResultQuery.java:813) ~[jooq-3.9.3.jar:na] at org.jooq.impl.SelectImpl.fetchMap(SelectImpl.java:3143) ~[jooq-3.9.3.jar:na] at com.example.appservice.storage.UserStorageImpl.load(UserStorageImpl.java:138) ~[classes/:na] at com.example.appservice.storage.UserStorageImpl.load(UserStorageImpl.java:128) ~[classes/:na] at com.example.appservice.storage.UserStorageImpl.find(UserStorageImpl.java:273) ~[classes/:na] ``` Workaround --- Use raw `java.sql.Array` as the field type, go from there.
defect
conversion failure when handling array types with hsqldb description i am unable to get a table with an array column to work properly with jooq s dsl api no code gen when using a non postgres db in this case hsqldb environment java hsqldb jooq repro d back to steps to reproduce set up a database with a table such as the following sql create table users id serial not null username text not null name text not null active boolean not null default true modified timestamp with time zone not null roles text array not null primary key id unique username attempt to execute a query such as the following java return this dsl selectfrom table where field name id in ids fetchmap field name id integer class r final collection roles stream of r get field name roles string class string class map simplegrantedauthority new collect collectors tolist return new user r get name id integer class r get name username string class r get name name string class r get name modified timestamp class toinstant r get name active boolean class roles expected outcome query completes successfully as it does under postgresql actual outcome an exception is thrown sample trace as follows org jooq exception datatypeexception cannot convert from array class org hsqldb jdbc jdbcarray to class ljava lang string at org jooq tools convert convertall fail convert java at org jooq tools convert convertall from convert java at org jooq tools convert convert java at org jooq tools convert convert convert java at org jooq tools convert convert convert java at org jooq impl abstractrecord get abstractrecord java at com example appservice storage userstorageimpl lambda userstorageimpl java at org jooq impl resultimpl resultimpl java at org jooq impl resultimpl intomap resultimpl java at org jooq impl abstractresultquery fetchmap abstractresultquery java at org jooq impl selectimpl fetchmap selectimpl java at com example appservice storage userstorageimpl load userstorageimpl java at com example appservice storage userstorageimpl load userstorageimpl java at com example appservice storage userstorageimpl find userstorageimpl java workaround use raw java sql array as the field type go from there
1
48,617
13,164,459,456
IssuesEvent
2020-08-11 03:42:38
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
[IMPROVEMENT]: STEM Standalone - CONSIDER using a higher resolution image for the personal check in Step 5
508-defect-4 508/Accessibility bah-stem
# [508-defect-4](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-4) <!-- Enter an issue title using the format [ERROR TYPE]: Brief description of the problem --- [SCREENREADER]: Edit buttons need aria-label for context [KEYBOARD]: Add another user link will not receive keyboard focus [AXE-CORE]: Heading levels should increase by one [COGNITION]: Error messages should be more specific [COLOR]: Blue button on blue background does not have sufficient contrast ratio --- --> <!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. --> **Feedback framework** - **❗️ Must** for if the feedback must be applied - **⚠️ Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## Description <!-- This is a detailed description of the issue. It should include a restatement of the title, and provide more background information. --> The personal check image is a bit blurry on higher resolution screens. It might be worth considering using a higher resolution image to illustrate the points about routing numbers and account numbers. Screenshot attached below. ## Point of Contact <!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket. --> **VFS Point of Contact:** _Trevor_ ## Environment * https://staging.va.gov/education/apply-for-education-benefits/application/10203/personal-information/direct-deposit ## Screenshots or Trace Logs <!-- Drop any screenshots or error logs that might be useful for debugging --> <img width="950" alt="Screen Shot 2020-08-10 at 10 34 20 PM" src="https://user-images.githubusercontent.com/934879/89854903-bcd77d80-db5a-11ea-94a9-49415bd092fa.png">
1.0
[IMPROVEMENT]: STEM Standalone - CONSIDER using a higher resolution image for the personal check in Step 5 - # [508-defect-4](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-4) <!-- Enter an issue title using the format [ERROR TYPE]: Brief description of the problem --- [SCREENREADER]: Edit buttons need aria-label for context [KEYBOARD]: Add another user link will not receive keyboard focus [AXE-CORE]: Heading levels should increase by one [COGNITION]: Error messages should be more specific [COLOR]: Blue button on blue background does not have sufficient contrast ratio --- --> <!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. --> **Feedback framework** - **❗️ Must** for if the feedback must be applied - **⚠️ Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## Description <!-- This is a detailed description of the issue. It should include a restatement of the title, and provide more background information. --> The personal check image is a bit blurry on higher resolution screens. It might be worth considering using a higher resolution image to illustrate the points about routing numbers and account numbers. Screenshot attached below. ## Point of Contact <!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket. --> **VFS Point of Contact:** _Trevor_ ## Environment * https://staging.va.gov/education/apply-for-education-benefits/application/10203/personal-information/direct-deposit ## Screenshots or Trace Logs <!-- Drop any screenshots or error logs that might be useful for debugging --> <img width="950" alt="Screen Shot 2020-08-10 at 10 34 20 PM" src="https://user-images.githubusercontent.com/934879/89854903-bcd77d80-db5a-11ea-94a9-49415bd092fa.png">
defect
stem standalone consider using a higher resolution image for the personal check in step enter an issue title using the format brief description of the problem edit buttons need aria label for context add another user link will not receive keyboard focus heading levels should increase by one error messages should be more specific blue button on blue background does not have sufficient contrast ratio feedback framework ❗️ must for if the feedback must be applied ⚠️ should if the feedback is best practice ✔️ consider for suggestions enhancements description the personal check image is a bit blurry on higher resolution screens it might be worth considering using a higher resolution image to illustrate the points about routing numbers and account numbers screenshot attached below point of contact if this issue is being opened by a vfs team member please add a point of contact usually this is the same person who enters the issue ticket vfs point of contact trevor environment screenshots or trace logs img width alt screen shot at pm src
1
32,459
6,798,893,392
IssuesEvent
2017-11-02 08:15:41
enthought/chaco
https://api.github.com/repos/enthought/chaco
opened
Update demos
defect Easy
Many of the demo scripts in `chaco/examples/demos` are broken, with a variety of failure modes: either the UI fails to start and the script exits with a traceback, or the UI starts but doesn't display anything, or ... Steps to reproduce: - Create a fresh Python 2 EDM environment; populate with Chaco and other dependencies (e.g., some of the examples use SciPy). - Attempt to run a few of the demo scripts. I was testing on Python 2 (for the purposes of demonstrating Chaco during a training class), but I dare say that the situation is equally bad or worse on Python 3. It would be good to go through and resurrect as many of these as possible, and to either open issues for those that can't be resurrected without significant work, or perhaps simply delete them. We might also consider ways to introduce automated tests for at least some of these demos. The first step would be to systematically go through the existing demos and catalog which ones work, on which versions of Python, and which platforms. That's an easy task, and I've labelled this issue accordingly.
1.0
Update demos - Many of the demo scripts in `chaco/examples/demos` are broken, with a variety of failure modes: either the UI fails to start and the script exits with a traceback, or the UI starts but doesn't display anything, or ... Steps to reproduce: - Create a fresh Python 2 EDM environment; populate with Chaco and other dependencies (e.g., some of the examples use SciPy). - Attempt to run a few of the demo scripts. I was testing on Python 2 (for the purposes of demonstrating Chaco during a training class), but I dare say that the situation is equally bad or worse on Python 3. It would be good to go through and resurrect as many of these as possible, and to either open issues for those that can't be resurrected without significant work, or perhaps simply delete them. We might also consider ways to introduce automated tests for at least some of these demos. The first step would be to systematically go through the existing demos and catalog which ones work, on which versions of Python, and which platforms. That's an easy task, and I've labelled this issue accordingly.
defect
update demos many of the demo scripts in chaco examples demos are broken with a variety of failure modes either the ui fails to start and the script exits with a traceback or the ui starts but doesn t display anything or steps to reproduce create a fresh python edm environment populate with chaco and other dependencies e g some of the examples use scipy attempt to run a few of the demo scripts i was testing on python for the purposes of demonstrating chaco during a training class but i dare say that the situation is equally bad or worse on python it would be good to go through and resurrect as many of these as possible and to either open issues for those that can t be resurrected without significant work or perhaps simply delete them we might also consider ways to introduce automated tests for at least some of these demos the first step would be to systematically go through the existing demos and catalog which ones work on which versions of python and which platforms that s an easy task and i ve labelled this issue accordingly
1
6,614
2,610,257,774
IssuesEvent
2015-02-26 19:22:15
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳激光如何治疗痤疮
auto-migrated Priority-Medium Type-Defect
``` 深圳激光如何治疗痤疮【深圳韩方科颜全国热线400-869-1818,24 小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:45
1.0
深圳激光如何治疗痤疮 - ``` 深圳激光如何治疗痤疮【深圳韩方科颜全国热线400-869-1818,24 小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:45
defect
深圳激光如何治疗痤疮 深圳激光如何治疗痤疮【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 original issue reported on code google com by szft com on may at
1
708,583
24,346,728,945
IssuesEvent
2022-10-02 12:17:27
gorilla-devs/ferium
https://api.github.com/repos/gorilla-devs/ferium
closed
Flag for adding/ignoring optional dependencies
enhancement priority
## The problem When setting up e.g. batch scripts to install a lot of mods in sequence using `ferium add`, the script stops dead for the usual y/N-prompts whenever a mod has optional dependencies. It would be nice to be able to consent or decline to optional dependencies as part of the `ferium add` command. ## My solutions Package managers like `apt` handle this with methods like a `-y`/`--yes`/`--assume-yes` flag for the `apt install` command. In the case of ferium, it would be nice to have a corresponding "no" version, in order to decline optional dependencies as well.
1.0
Flag for adding/ignoring optional dependencies - ## The problem When setting up e.g. batch scripts to install a lot of mods in sequence using `ferium add`, the script stops dead for the usual y/N-prompts whenever a mod has optional dependencies. It would be nice to be able to consent or decline to optional dependencies as part of the `ferium add` command. ## My solutions Package managers like `apt` handle this with methods like a `-y`/`--yes`/`--assume-yes` flag for the `apt install` command. In the case of ferium, it would be nice to have a corresponding "no" version, in order to decline optional dependencies as well.
non_defect
flag for adding ignoring optional dependencies the problem when setting up e g batch scripts to install a lot of mods in sequence using ferium add the script stops dead for the usual y n prompts whenever a mod has optional dependencies it would be nice to be able to consent or decline to optional dependencies as part of the ferium add command my solutions package managers like apt handle this with methods like a y yes assume yes flag for the apt install command in the case of ferium it would be nice to have a corresponding no version in order to decline optional dependencies as well
0
99,028
4,045,240,996
IssuesEvent
2016-05-21 21:33:11
minj/foxtrick
https://api.github.com/repos/minj/foxtrick
closed
Foxtrick shows wrong sublevel name in MatchSimulator
bug MatchOrder Priority-Medium started
This makes HatStats not match the sublevel name. --- **From:** Schumi- **PostID:** [16751289.262](https://www.hattrick.org/goto.ashx?path=%2FForum%2FRead.aspx%3Ft%3D16751289%26n%3D262%26v%3D0) **To:** LA-MJ **Re:** [16751289.1](https://www.hattrick.org/goto.ashx?path=%2FForum%2FRead.aspx%3Ft%3D16751289%26n%3D1%26v%3D0) **Datetime:** 2016-05-13 19:29 **Message:** If for the NT, I use the Predictor, the numbers for HatStats don't add up to what HT says. The HatStats number is 3 too high for every area. So Attack is 3 too high, Midfield is 3 too higher and Defense is 3 too high..?
1.0
Foxtrick shows wrong sublevel name in MatchSimulator - This makes HatStats not match the sublevel name. --- **From:** Schumi- **PostID:** [16751289.262](https://www.hattrick.org/goto.ashx?path=%2FForum%2FRead.aspx%3Ft%3D16751289%26n%3D262%26v%3D0) **To:** LA-MJ **Re:** [16751289.1](https://www.hattrick.org/goto.ashx?path=%2FForum%2FRead.aspx%3Ft%3D16751289%26n%3D1%26v%3D0) **Datetime:** 2016-05-13 19:29 **Message:** If for the NT, I use the Predictor, the numbers for HatStats don't add up to what HT says. The HatStats number is 3 too high for every area. So Attack is 3 too high, Midfield is 3 too higher and Defense is 3 too high..?
non_defect
foxtrick shows wrong sublevel name in matchsimulator this makes hatstats not match the sublevel name from schumi postid to la mj re datetime message if for the nt i use the predictor the numbers for hatstats don t add up to what ht says the hatstats number is too high for every area so attack is too high midfield is too higher and defense is too high
0
802
3,281,806,396
IssuesEvent
2015-10-28 00:30:33
beesmart-it/trend-hrm
https://api.github.com/repos/beesmart-it/trend-hrm
closed
Process not shown after creation for non preferred clients
bug client company requirement selection process
Process is not automatically added to Others tab
1.0
Process not shown after creation for non preferred clients - Process is not automatically added to Others tab
non_defect
process not shown after creation for non preferred clients process is not automatically added to others tab
0
5,561
2,610,190,191
IssuesEvent
2015-02-26 19:00:13
chrsmith/quchuseban
https://api.github.com/repos/chrsmith/quchuseban
opened
探秘如何自己去除色斑
auto-migrated Priority-Medium Type-Defect
``` 《摘要》 爱情是零度的冰,友情是零度的水,也许我们是最好的冰水�� �合物。 走到一起后,升温,化为友情的水;降温,结成爱情的冰。�� �冷不热间,就是爱情与友情的暧昧。如果有来世,就让我们� ��一对小小的老鼠吧。笨笨的相爱,呆呆的过日子,拙拙的依 偎,傻傻的一起。即便大雪封山,还可以窝在草堆紧紧的抱�� �咬你耳朵……雀斑是一种非常顽固而让人讨厌的皮肤病。该� ��给患者带来的影响不用多说大家都非常的清楚了,那么有没 有有效的雀斑的治疗方法呢?如何自己去除色斑, 《客户案例》   谢天谢地!我终于摆脱斑的烦恼了!呵呵,简直太高兴了!�� �起以前,还真有点说不出口,因为家族遗传,从小脸上就有� ��,随着年龄的增长,斑也是如影随形,真的讨厌死了,满脸 都是小星星啊,害的我小侄女老师抓我的脸,感情啊是把斑�� �成我脸上的脏东西了呢,那个尴尬啊,是没法说,为了俺的� ��丽,可是狠下心要去斑了,说起祛斑,可是走了不少的弯路 呢,祛斑霜,用了不下三种,效果确实一般般,幸好我买的�� �好点的,对皮肤刺激不怎么大,至少没有什么副作用。遮瑕� ��、粉底,天天没断过,自己都烦了呢,后来为了省事,直接 做了个激光祛斑,可一去看,人家医生说我是疤痕体质,不�� �做激光,唉。你说怎么这么倒霉呢。还好,我以前一个同学� ��我介绍了一种产品,「黛芙薇尔精华液」,说是精华的,效 果一流滴,你别说,我这个同学脸上的斑还真是没了呢,心�� �不如行到,我也赶快去他们网站上订购了2个周期的产品,收 到后就迫不及待 使用了,呵呵,我是天天照镜子啊,希望奇迹发生,呵呵,�� �天还是挺仁慈的,使用了一个星期以后,感觉斑淡了点,有� ��希望,继续用啊,不知不觉的,两个月过去了,我可美的不 得了啦,斑已经没了呢,现在我一抱我小侄女,她就亲我的�� �呢,,呵呵,这个小色女!以前怎么不亲我哩! 阅读了如何自己去除色斑,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 如何自己去除色斑,同时为您分享祛斑小方法 1:桃花瓜子蜜:用桃花阴干研末,冬瓜子研末,二者等份调� ��蜜适量,敷面,每晚临睡前敷患处。黑痣则点涂之。功效洁 面去斑。适用于黑痣、黑斑、雀斑。 2:香菜汤:用香菜煎汤,每日洗面,日久有效。功效去黑斑� ��雀斑。 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 4:54
1.0
探秘如何自己去除色斑 - ``` 《摘要》 爱情是零度的冰,友情是零度的水,也许我们是最好的冰水�� �合物。 走到一起后,升温,化为友情的水;降温,结成爱情的冰。�� �冷不热间,就是爱情与友情的暧昧。如果有来世,就让我们� ��一对小小的老鼠吧。笨笨的相爱,呆呆的过日子,拙拙的依 偎,傻傻的一起。即便大雪封山,还可以窝在草堆紧紧的抱�� �咬你耳朵……雀斑是一种非常顽固而让人讨厌的皮肤病。该� ��给患者带来的影响不用多说大家都非常的清楚了,那么有没 有有效的雀斑的治疗方法呢?如何自己去除色斑, 《客户案例》   谢天谢地!我终于摆脱斑的烦恼了!呵呵,简直太高兴了!�� �起以前,还真有点说不出口,因为家族遗传,从小脸上就有� ��,随着年龄的增长,斑也是如影随形,真的讨厌死了,满脸 都是小星星啊,害的我小侄女老师抓我的脸,感情啊是把斑�� �成我脸上的脏东西了呢,那个尴尬啊,是没法说,为了俺的� ��丽,可是狠下心要去斑了,说起祛斑,可是走了不少的弯路 呢,祛斑霜,用了不下三种,效果确实一般般,幸好我买的�� �好点的,对皮肤刺激不怎么大,至少没有什么副作用。遮瑕� ��、粉底,天天没断过,自己都烦了呢,后来为了省事,直接 做了个激光祛斑,可一去看,人家医生说我是疤痕体质,不�� �做激光,唉。你说怎么这么倒霉呢。还好,我以前一个同学� ��我介绍了一种产品,「黛芙薇尔精华液」,说是精华的,效 果一流滴,你别说,我这个同学脸上的斑还真是没了呢,心�� �不如行到,我也赶快去他们网站上订购了2个周期的产品,收 到后就迫不及待 使用了,呵呵,我是天天照镜子啊,希望奇迹发生,呵呵,�� �天还是挺仁慈的,使用了一个星期以后,感觉斑淡了点,有� ��希望,继续用啊,不知不觉的,两个月过去了,我可美的不 得了啦,斑已经没了呢,现在我一抱我小侄女,她就亲我的�� �呢,,呵呵,这个小色女!以前怎么不亲我哩! 阅读了如何自己去除色斑,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 如何自己去除色斑,同时为您分享祛斑小方法 1:桃花瓜子蜜:用桃花阴干研末,冬瓜子研末,二者等份调� ��蜜适量,敷面,每晚临睡前敷患处。黑痣则点涂之。功效洁 面去斑。适用于黑痣、黑斑、雀斑。 2:香菜汤:用香菜煎汤,每日洗面,日久有效。功效去黑斑� ��雀斑。 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 4:54
defect
探秘如何自己去除色斑 《摘要》 爱情是零度的冰,友情是零度的水,也许我们是最好的冰水�� �合物。 走到一起后,升温,化为友情的水;降温,结成爱情的冰。�� �冷不热间,就是爱情与友情的暧昧。如果有来世,就让我们� ��一对小小的老鼠吧。笨笨的相爱,呆呆的过日子,拙拙的依 偎,傻傻的一起。即便大雪封山,还可以窝在草堆紧紧的抱�� �咬你耳朵……雀斑是一种非常顽固而让人讨厌的皮肤病。该� ��给患者带来的影响不用多说大家都非常的清楚了,那么有没 有有效的雀斑的治疗方法呢 如何自己去除色斑, 《客户案例》   谢天谢地 我终于摆脱斑的烦恼了 呵呵,简直太高兴了 �� �起以前,还真有点说不出口,因为家族遗传,从小脸上就有� ��,随着年龄的增长,斑也是如影随形,真的讨厌死了,满脸 都是小星星啊,害的我小侄女老师抓我的脸,感情啊是把斑�� �成我脸上的脏东西了呢,那个尴尬啊,是没法说,为了俺的� ��丽,可是狠下心要去斑了,说起祛斑,可是走了不少的弯路 呢,祛斑霜,用了不下三种,效果确实一般般,幸好我买的�� �好点的,对皮肤刺激不怎么大,至少没有什么副作用。遮瑕� ��、粉底,天天没断过,自己都烦了呢,后来为了省事,直接 做了个激光祛斑,可一去看,人家医生说我是疤痕体质,不�� �做激光,唉。你说怎么这么倒霉呢。还好,我以前一个同学� ��我介绍了一种产品,「黛芙薇尔精华液」,说是精华的,效 果一流滴,你别说,我这个同学脸上的斑还真是没了呢,心�� �不如行到, ,收 到后就迫不及待 使用了,呵呵,我是天天照镜子啊,希望奇迹发生,呵呵,�� �天还是挺仁慈的,使用了一个星期以后,感觉斑淡了点,有� ��希望,继续用啊,不知不觉的,两个月过去了,我可美的不 得了啦,斑已经没了呢,现在我一抱我小侄女,她就亲我的�� �呢,,呵呵,这个小色女 以前怎么不亲我哩 阅读了如何自己去除色斑,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》    黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗   答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来    ,服用黛芙薇尔美白,会伤身体吗 有副作用吗   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖    ,去除黄褐斑之后,会反弹吗   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗    ,你们的价格有点贵,能不能便宜一点   答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗    ,我适合用黛芙薇尔精华液吗   答:黛芙薇尔适用人群:    、生理紊乱引起的黄褐斑人群    、生育引起的妊娠斑人群    、年纪增长引起的老年斑人群    、化妆品色素沉积、辐射斑人群    、长期日照引起的日晒斑人群    、肌肤暗淡急需美白的人群 《祛斑小方法》 如何自己去除色斑,同时为您分享祛斑小方法 :桃花瓜子蜜:用桃花阴干研末,冬瓜子研末,二者等份调� ��蜜适量,敷面,每晚临睡前敷患处。黑痣则点涂之。功效洁 面去斑。适用于黑痣、黑斑、雀斑。 :香菜汤:用香菜煎汤,每日洗面,日久有效。功效去黑斑� ��雀斑。 original issue reported on code google com by additive gmail com on jul at
1
50,012
20,995,739,756
IssuesEvent
2022-03-29 13:22:18
crkn-rcdr/Access-Platform
https://api.github.com/repos/crkn-rcdr/Access-Platform
closed
DMD Task Queue: Existing Pages Updates
service-admin
- [x] Add back button to the new dmd task form that redirects back to listing - [x] Change 'process'/'update' to 'parsing' or 'load' (see mockups for language changes) - [x] Change the actions to be compatible with the new data format - [x] Fix bug with request date on parsing loading page - [x] Whenever a prefix is changed, do a bulk lookup and change the "id" column to show the new ID. I suggest something like "green" for found and "red" for not found, with the checkbox set accordingly. This makes it nice and visible for users as they change the prefix. Avoid ZOD messages entirely for anything relating to IDs as all you care about is if they exist in the appropriate database or not (ZOD errors probably should never be shown to non-developers, as it's debugging output). - [x] When user says "Process Metadata File", you store the updated ID's into the id field in the items[] array, along with destination , so the back-end knows the full ID that the user intends it to be stored in.
1.0
DMD Task Queue: Existing Pages Updates - - [x] Add back button to the new dmd task form that redirects back to listing - [x] Change 'process'/'update' to 'parsing' or 'load' (see mockups for language changes) - [x] Change the actions to be compatible with the new data format - [x] Fix bug with request date on parsing loading page - [x] Whenever a prefix is changed, do a bulk lookup and change the "id" column to show the new ID. I suggest something like "green" for found and "red" for not found, with the checkbox set accordingly. This makes it nice and visible for users as they change the prefix. Avoid ZOD messages entirely for anything relating to IDs as all you care about is if they exist in the appropriate database or not (ZOD errors probably should never be shown to non-developers, as it's debugging output). - [x] When user says "Process Metadata File", you store the updated ID's into the id field in the items[] array, along with destination , so the back-end knows the full ID that the user intends it to be stored in.
non_defect
dmd task queue existing pages updates add back button to the new dmd task form that redirects back to listing change process update to parsing or load see mockups for language changes change the actions to be compatible with the new data format fix bug with request date on parsing loading page whenever a prefix is changed do a bulk lookup and change the id column to show the new id i suggest something like green for found and red for not found with the checkbox set accordingly this makes it nice and visible for users as they change the prefix avoid zod messages entirely for anything relating to ids as all you care about is if they exist in the appropriate database or not zod errors probably should never be shown to non developers as it s debugging output when user says process metadata file you store the updated id s into the id field in the items array along with destination so the back end knows the full id that the user intends it to be stored in
0
174,320
14,477,839,053
IssuesEvent
2020-12-10 07:20:24
Podcast-About-List/santa
https://api.github.com/repos/Podcast-About-List/santa
opened
Update README.md
documentation enhancement
### Description of the New Feature `README.md` needs some updates to documentation. It could use: - [ ] Links to PAL socials - [ ] "About" section - [ ] "Contributing" section with details about workspace setup, testing, CI, and code style - [ ] More badges lol (AGPL, Python 3, whatever) If I think of more stuff I'll add it to the list. ### Added Functionality This feature changes or adds functionality to: - [ ] The Discord Bot - [ ] The Database or API - [ ] Other program functionality (`.env`, scripts, etc.) - [x] Documentation - [ ] Containerization - [ ] CI - [ ] Other: <!-- Please add a description here if this box is checked --> - [x] My feature request **does not** add any dependencies to `requirements.txt`
1.0
Update README.md - ### Description of the New Feature `README.md` needs some updates to documentation. It could use: - [ ] Links to PAL socials - [ ] "About" section - [ ] "Contributing" section with details about workspace setup, testing, CI, and code style - [ ] More badges lol (AGPL, Python 3, whatever) If I think of more stuff I'll add it to the list. ### Added Functionality This feature changes or adds functionality to: - [ ] The Discord Bot - [ ] The Database or API - [ ] Other program functionality (`.env`, scripts, etc.) - [x] Documentation - [ ] Containerization - [ ] CI - [ ] Other: <!-- Please add a description here if this box is checked --> - [x] My feature request **does not** add any dependencies to `requirements.txt`
non_defect
update readme md description of the new feature readme md needs some updates to documentation it could use links to pal socials about section contributing section with details about workspace setup testing ci and code style more badges lol agpl python whatever if i think of more stuff i ll add it to the list added functionality this feature changes or adds functionality to the discord bot the database or api other program functionality env scripts etc documentation containerization ci other my feature request does not add any dependencies to requirements txt
0
479,389
13,795,700,753
IssuesEvent
2020-10-09 18:29:11
kisawebkaist/kisaweb
https://api.github.com/repos/kisawebkaist/kisaweb
opened
Events App
Priority: Medium Status: In Progress Type: Enhancement
Create Events app. This app will deal with creating and managing events. General features that the app should have are: * Permission to add/edit/delete events are given only to the Events Team * User registration
1.0
Events App - Create Events app. This app will deal with creating and managing events. General features that the app should have are: * Permission to add/edit/delete events are given only to the Events Team * User registration
non_defect
events app create events app this app will deal with creating and managing events general features that the app should have are permission to add edit delete events are given only to the events team user registration
0
404,453
11,857,738,786
IssuesEvent
2020-03-25 10:08:18
AY1920S2-CS2103T-W12-3/main
https://api.github.com/repos/AY1920S2-CS2103T-W12-3/main
closed
As a student with fixed monthly allowance I can track my spending in a month
priority.High type.Story
... I will make sure I save money every month.
1.0
As a student with fixed monthly allowance I can track my spending in a month - ... I will make sure I save money every month.
non_defect
as a student with fixed monthly allowance i can track my spending in a month i will make sure i save money every month
0
452,525
32,061,629,735
IssuesEvent
2023-09-24 18:20:37
inventare/django-rest-framework-supertest
https://api.github.com/repos/inventare/django-rest-framework-supertest
closed
[docs] creates an docusaurus aplication inside this repository to write some texts about the project
Documentation
- [x] write about why using JWT Authentication Helper - [x] write about APIException philosophy
1.0
[docs] creates an docusaurus aplication inside this repository to write some texts about the project - - [x] write about why using JWT Authentication Helper - [x] write about APIException philosophy
non_defect
creates an docusaurus aplication inside this repository to write some texts about the project write about why using jwt authentication helper write about apiexception philosophy
0
11,074
13,099,086,018
IssuesEvent
2020-08-03 20:50:06
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
Invalid JSONs are allowed to insert
type/compatibility
## Bug Report MySQL: ``` mysql> create table tx (col json); Query OK, 0 rows affected (0.06 sec) mysql> insert into tx values ('"3""'); ERROR 3140 (22032): Invalid JSON text: "The document root must not be followed by other values." at position 3 in value for column 'tx.col'. ``` TiDB: ``` mysql> create table tx (col json); Query OK, 0 rows affected (0.13 sec) mysql> insert into tx values ('"3""'); Query OK, 1 row affected (0.03 sec) mysql> select * from tx; +------+ | col | +------+ | "3" | +------+ 1 row in set (0.00 sec) ```
True
Invalid JSONs are allowed to insert - ## Bug Report MySQL: ``` mysql> create table tx (col json); Query OK, 0 rows affected (0.06 sec) mysql> insert into tx values ('"3""'); ERROR 3140 (22032): Invalid JSON text: "The document root must not be followed by other values." at position 3 in value for column 'tx.col'. ``` TiDB: ``` mysql> create table tx (col json); Query OK, 0 rows affected (0.13 sec) mysql> insert into tx values ('"3""'); Query OK, 1 row affected (0.03 sec) mysql> select * from tx; +------+ | col | +------+ | "3" | +------+ 1 row in set (0.00 sec) ```
non_defect
invalid jsons are allowed to insert bug report mysql mysql create table tx col json query ok rows affected sec mysql insert into tx values error invalid json text the document root must not be followed by other values at position in value for column tx col tidb mysql create table tx col json query ok rows affected sec mysql insert into tx values query ok row affected sec mysql select from tx col row in set sec
0
12,260
7,835,875,667
IssuesEvent
2018-06-17 12:39:23
derUli/ulicms
https://api.github.com/repos/derUli/ulicms
closed
Indizes auf häufig in where Bedingungen genutzte Spalten setzen
Performance
Indizes auf häufig in where Bedingungen genutzte Spalten setzen. z.B. **settings** name **content** language systemname active parent_id menu
True
Indizes auf häufig in where Bedingungen genutzte Spalten setzen - Indizes auf häufig in where Bedingungen genutzte Spalten setzen. z.B. **settings** name **content** language systemname active parent_id menu
non_defect
indizes auf häufig in where bedingungen genutzte spalten setzen indizes auf häufig in where bedingungen genutzte spalten setzen z b settings name content language systemname active parent id menu
0
119,000
12,003,232,835
IssuesEvent
2020-04-09 09:14:27
openssl/openssl
https://api.github.com/repos/openssl/openssl
closed
rand_meth_st structure is wrong in 1.1.1 docs @ https://www.openssl.org/docs/man1.1.1/man3/RAND_get_rand_method.html
help wanted triaged: documentation
The current structure def for rand_meth_st is not documented correctly online. The code level def in 1.1.1 shows the seed function returning an int however on the documentation page, it's a void return. Also, the add function now takes a double as the 3rd argument however the docs still show an int. I couldn't find a commit for an explanation as to why this was changed, so maybe a blurb describing the expected range of values in the return for the seed function would be good. Thanks! Jake
1.0
rand_meth_st structure is wrong in 1.1.1 docs @ https://www.openssl.org/docs/man1.1.1/man3/RAND_get_rand_method.html - The current structure def for rand_meth_st is not documented correctly online. The code level def in 1.1.1 shows the seed function returning an int however on the documentation page, it's a void return. Also, the add function now takes a double as the 3rd argument however the docs still show an int. I couldn't find a commit for an explanation as to why this was changed, so maybe a blurb describing the expected range of values in the return for the seed function would be good. Thanks! Jake
non_defect
rand meth st structure is wrong in docs the current structure def for rand meth st is not documented correctly online the code level def in shows the seed function returning an int however on the documentation page it s a void return also the add function now takes a double as the argument however the docs still show an int i couldn t find a commit for an explanation as to why this was changed so maybe a blurb describing the expected range of values in the return for the seed function would be good thanks jake
0
267,783
8,392,820,654
IssuesEvent
2018-10-09 18:43:11
RagtagOpen/nomad
https://api.github.com/repos/RagtagOpen/nomad
opened
Deploy New York version of Nomad
priority
URL: ny-nomad.ragtag.org Related to #722 , which has all the branding info.
1.0
Deploy New York version of Nomad - URL: ny-nomad.ragtag.org Related to #722 , which has all the branding info.
non_defect
deploy new york version of nomad url ny nomad ragtag org related to which has all the branding info
0
59,835
17,023,261,732
IssuesEvent
2021-07-03 01:06:40
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
1 object in the dirty layer, but list is empty
Component: merkaartor Priority: minor Resolution: wontfix Type: defect
**[Submitted to the original trac issue database at 8.14pm, Wednesday, 11th June 2008]** With the cool functionality of Changeset 8167 and ticket 782 (thanks!), I now saw one problem though: I uploaded my changes, but Merkaartor still thinks there is one object in the dirty layer, even though the list is empty. I don't know yet what exactly triggered that.
1.0
1 object in the dirty layer, but list is empty - **[Submitted to the original trac issue database at 8.14pm, Wednesday, 11th June 2008]** With the cool functionality of Changeset 8167 and ticket 782 (thanks!), I now saw one problem though: I uploaded my changes, but Merkaartor still thinks there is one object in the dirty layer, even though the list is empty. I don't know yet what exactly triggered that.
defect
object in the dirty layer but list is empty with the cool functionality of changeset and ticket thanks i now saw one problem though i uploaded my changes but merkaartor still thinks there is one object in the dirty layer even though the list is empty i don t know yet what exactly triggered that
1
104,610
4,215,659,557
IssuesEvent
2016-06-30 05:44:36
pdean1/CS6920-Group-4-Project
https://api.github.com/repos/pdean1/CS6920-Group-4-Project
closed
Enhancement: Remove unecessary tables from databases as well as .any cs and .sql dependencies.
enhancement High Priority
[Information] (https://github.com/pdean1/CS6920-Group-4-Project/wiki/Group-4-Meeting-Minutes#minutes-from-815-pm-meeting-on-06292016)
1.0
Enhancement: Remove unecessary tables from databases as well as .any cs and .sql dependencies. - [Information] (https://github.com/pdean1/CS6920-Group-4-Project/wiki/Group-4-Meeting-Minutes#minutes-from-815-pm-meeting-on-06292016)
non_defect
enhancement remove unecessary tables from databases as well as any cs and sql dependencies
0
38,464
8,824,659,216
IssuesEvent
2019-01-02 17:56:34
CenturyLinkCloud/mdw
https://api.github.com/repos/CenturyLinkCloud/mdw
opened
Parsing exceptions due to slf4j logging
defect
Stack trace below. This fix should be worked in conjunction with issue #571. We need a more unique alternative to: ```java private static final String MESSAGE_REG_EX = "\\[~mdw p([0-9]+)\\.([0-9]+) ([a-z])([0-9]+)?\\.([^]]+)] (.*)"; ``` AbstractStandardLoggerBase.buildJSONLogMessage() and Log Watchers like Hub's Test Case watcher expect and match on this pattern, so we need to thoroughly test that features like Autotest updates in Hub, LiveView in Hub and test case Stubbing are still functional. ``` Error building log watcher json for: '[(i)20181230.04:11:07.656 p92188394.4850448 m.venkateswararao.katta@centurylink.com-1230101107584] Process started - com.ctl.hc.ite.conversation/SendAsynchronousMessage/0.6' -> java.lang.NumberFormatException: For input string: ".220118E4.220118E4" java.lang.NumberFormatException: For input string: ".220118E4.220118E4" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043) at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110) at java.lang.Double.parseDouble(Double.java:538) at java.text.DigitList.getDouble(DigitList.java:169) at java.text.DecimalFormat.parse(DecimalFormat.java:2089) at java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1867) at java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1514) at java.text.DateFormat.parse(DateFormat.java:364) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.buildJSONLogMessage(AbstractStandardLoggerBase.java:91) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.sendToWatchers(AbstractStandardLoggerBase.java:139) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.logIt(AbstractStandardLoggerBase.java:231) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.info(AbstractStandardLoggerBase.java:243) at com.centurylink.mdw.services.process.ProcessEngineDriver.executeServiceProcess(ProcessEngineDriver.java:820) at com.centurylink.mdw.services.process.ProcessEngineDriver.invokeService(ProcessEngineDriver.java:754) at com.centurylink.mdw.services.process.ProcessEngineDriver.invokeService(ProcessEngineDriver.java:693) at com.centurylink.mdw.services.workflow.WorkflowServicesImpl.invokeServiceProcess(WorkflowServicesImpl.java:1009) at com.centurylink.mdw.services.rest.JsonRestService.invokeServiceProcess(JsonRestService.java:215) at hc.api.Send.post(Send.java:73) at com.centurylink.mdw.services.rest.JsonRestService.service(JsonRestService.java:98) at com.centurylink.mdw.services.rest.JsonRestService.getJson(JsonRestService.java:58) at com.centurylink.mdw.service.handler.ServiceRequestHandler.handleEventMessage(ServiceRequestHandler.java:102) at com.centurylink.mdw.listener.ListenerHelper.processEvent(ListenerHelper.java:397) at com.centurylink.mdw.hub.servlet.RestServlet.handleRequest(RestServlet.java:265) at com.centurylink.mdw.hub.servlet.RestServlet.doPost(RestServlet.java:150) at javax.servlet.http.HttpServlet.service(HttpServlet.java:661) at com.centurylink.mdw.hub.servlet.RestServlet.service(RestServlet.java:230) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.centurylink.mdw.hub.servlet.CustomContentFilter.doFilter(CustomContentFilter.java:57) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.centurylink.mdw.hub.servlet.AccessFilter.doFilter(AccessFilter.java:352) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.centurylink.mdw.boot.servlet.WebContentFilter.doFilter(WebContentFilter.java:80) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:800) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1471) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2018-12-30 04:11:07.697 INFO 1 --- [io-8080-exec-15] c.c.m.s.process.ProcessExecutorImpl : [(i)20181230.04:11:07.697 p92188394.4850449 a1.2509990] Activity started - Receive Request 2018-12-30 04:11:07.697 INFO 1 --- [nio-8080-exec-7] c.c.m.s.process.ProcessExecutorImpl : [(i)20181230.04:11:07.697 p92188394.4850448 a1.2509991] Activity started - Receive Request Error building log watcher json for: '[(i)20181230.04:11:07.697 p92188394.4850449 a1.2509990] Activity started - Receive Request' -> java.lang.NumberFormatException: multiple points Error building log watcher json for: '[(i)20181230.04:11:07.697 p92188394.4850448 a1.2509991] Activity started - Receive Request' -> java.lang.NumberFormatException: multiple points java.lang.NumberFormatException: multiple points at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1890) at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110) at java.lang.Double.parseDouble(Double.java:538) at java.text.DigitList.getDouble(DigitList.java:169) at java.text.DecimalFormat.parse(DecimalFormat.java:2089) at java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1867) at java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1514) at java.text.DateFormat.parse(DateFormat.java:364) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.buildJSONLogMessage(AbstractStandardLoggerBase.java:91) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.sendToWatchers(AbstractStandardLoggerBase.java:139) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.logIt(AbstractStandardLoggerBase.java:231) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.info(AbstractStandardLoggerBase.java:243) at com.centurylink.mdw.services.process.ProcessExecutorImpl.prepareActivitySub(ProcessExecutorImpl.java:821) at com.centurylink.mdw.services.process.ProcessExecutorImpl.prepareActivityInstance(ProcessExecutorImpl.java:754) at com.centurylink.mdw.services.process.ProcessExecutor.prepareActivityInstance(ProcessExecutor.java:373) at com.centurylink.mdw.services.process.ProcessEngineDriver.executeActivity(ProcessEngineDriver.java:333) at com.centurylink.mdw.services.process.ProcessEngineDriver.processEvent(ProcessEngineDriver.java:621) at com.centurylink.mdw.services.process.ProcessEngineDriver.executeServiceProcess(ProcessEngineDriver.java:828) at com.centurylink.mdw.services.process.ProcessEngineDriver.invokeService(ProcessEngineDriver.java:754) at com.centurylink.mdw.services.process.ProcessEngineDriver.invokeService(ProcessEngineDriver.java:693) at com.centurylink.mdw.services.workflow.WorkflowServicesImpl.invokeServiceProcess(WorkflowServicesImpl.java:1009) at com.centurylink.mdw.services.rest.JsonRestService.invokeServiceProcess(JsonRestService.java:215) at hc.api.Send.post(Send.java:73) at com.centurylink.mdw.services.rest.JsonRestService.service(JsonRestService.java:98) at com.centurylink.mdw.services.rest.JsonRestService.getJson(JsonRestService.java:58) at com.centurylink.mdw.service.handler.ServiceRequestHandler.handleEventMessage(ServiceRequestHandler.java:102) at com.centurylink.mdw.listener.ListenerHelper.processEvent(ListenerHelper.java:397) at com.centurylink.mdw.hub.servlet.RestServlet.handleRequest(RestServlet.java:265) at com.centurylink.mdw.hub.servlet.RestServlet.doPost(RestServlet.java:150) at javax.servlet.http.HttpServlet.service(HttpServlet.java:661) at com.centurylink.mdw.hub.servlet.RestServlet.service(RestServlet.java:230) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.centurylink.mdw.hub.servlet.CustomContentFilter.doFilter(CustomContentFilter.java:57) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.centurylink.mdw.hub.servlet.AccessFilter.doFilter(AccessFilter.java:352) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.centurylink.mdw.boot.servlet.WebContentFilter.doFilter(WebContentFilter.java:80) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:800) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1471) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) java.lang.NumberFormatException: multiple points at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1890) at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110) at java.lang.Double.parseDouble(Double.java:538) at java.text.DigitList.getDouble(DigitList.java:169) at java.text.DecimalFormat.parse(DecimalFormat.java:2089) at java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1867) at java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1514) at java.text.DateFormat.parse(DateFormat.java:364) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.buildJSONLogMessage(AbstractStandardLoggerBase.java:91) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.sendToWatchers(AbstractStandardLoggerBase.java:139) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.logIt(AbstractStandardLoggerBase.java:231) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.info(AbstractStandardLoggerBase.java:243) at com.centurylink.mdw.services.process.ProcessExecutorImpl.prepareActivitySub(ProcessExecutorImpl.java:821) at com.centurylink.mdw.services.process.ProcessExecutorImpl.prepareActivityInstance(ProcessExecutorImpl.java:754) at com.centurylink.mdw.services.process.ProcessExecutor.prepareActivityInstance(ProcessExecutor.java:373) at com.centurylink.mdw.services.process.ProcessEngineDriver.executeActivity(ProcessEngineDriver.java:333) at com.centurylink.mdw.services.process.ProcessEngineDriver.processEvent(ProcessEngineDriver.java:621) at com.centurylink.mdw.services.process.ProcessEngineDriver.executeServiceProcess(ProcessEngineDriver.java:828) at com.centurylink.mdw.services.process.ProcessEngineDriver.invokeService(ProcessEngineDriver.java:754) at com.centurylink.mdw.services.process.ProcessEngineDriver.invokeService(ProcessEngineDriver.java:693) at com.centurylink.mdw.services.workflow.WorkflowServicesImpl.invokeServiceProcess(WorkflowServicesImpl.java:1009) at com.centurylink.mdw.services.rest.JsonRestService.invokeServiceProcess(JsonRestService.java:215) at hc.api.Send.post(Send.java:73) at com.centurylink.mdw.services.rest.JsonRestService.service(JsonRestService.java:98) at com.centurylink.mdw.services.rest.JsonRestService.getJson(JsonRestService.java:58) at com.centurylink.mdw.service.handler.ServiceRequestHandler.handleEventMessage(ServiceRequestHandler.java:102) at com.centurylink.mdw.listener.ListenerHelper.processEvent(ListenerHelper.java:397) at com.centurylink.mdw.hub.servlet.RestServlet.handleRequest(RestServlet.java:265) at com.centurylink.mdw.hub.servlet.RestServlet.doPost(RestServlet.java:150) at javax.servlet.http.HttpServlet.service(HttpServlet.java:661) at com.centurylink.mdw.hub.servlet.RestServlet.service(RestServlet.java:230) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.centurylink.mdw.hub.servlet.CustomContentFilter.doFilter(CustomContentFilter.java:57) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.centurylink.mdw.hub.servlet.AccessFilter.doFilter(AccessFilter.java:352) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.centurylink.mdw.boot.servlet.WebContentFilter.doFilter(WebContentFilter.java:80) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:800) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1471) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ```
1.0
Parsing exceptions due to slf4j logging - Stack trace below. This fix should be worked in conjunction with issue #571. We need a more unique alternative to: ```java private static final String MESSAGE_REG_EX = "\\[~mdw p([0-9]+)\\.([0-9]+) ([a-z])([0-9]+)?\\.([^]]+)] (.*)"; ``` AbstractStandardLoggerBase.buildJSONLogMessage() and Log Watchers like Hub's Test Case watcher expect and match on this pattern, so we need to thoroughly test that features like Autotest updates in Hub, LiveView in Hub and test case Stubbing are still functional. ``` Error building log watcher json for: '[(i)20181230.04:11:07.656 p92188394.4850448 m.venkateswararao.katta@centurylink.com-1230101107584] Process started - com.ctl.hc.ite.conversation/SendAsynchronousMessage/0.6' -> java.lang.NumberFormatException: For input string: ".220118E4.220118E4" java.lang.NumberFormatException: For input string: ".220118E4.220118E4" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043) at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110) at java.lang.Double.parseDouble(Double.java:538) at java.text.DigitList.getDouble(DigitList.java:169) at java.text.DecimalFormat.parse(DecimalFormat.java:2089) at java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1867) at java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1514) at java.text.DateFormat.parse(DateFormat.java:364) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.buildJSONLogMessage(AbstractStandardLoggerBase.java:91) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.sendToWatchers(AbstractStandardLoggerBase.java:139) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.logIt(AbstractStandardLoggerBase.java:231) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.info(AbstractStandardLoggerBase.java:243) at com.centurylink.mdw.services.process.ProcessEngineDriver.executeServiceProcess(ProcessEngineDriver.java:820) at com.centurylink.mdw.services.process.ProcessEngineDriver.invokeService(ProcessEngineDriver.java:754) at com.centurylink.mdw.services.process.ProcessEngineDriver.invokeService(ProcessEngineDriver.java:693) at com.centurylink.mdw.services.workflow.WorkflowServicesImpl.invokeServiceProcess(WorkflowServicesImpl.java:1009) at com.centurylink.mdw.services.rest.JsonRestService.invokeServiceProcess(JsonRestService.java:215) at hc.api.Send.post(Send.java:73) at com.centurylink.mdw.services.rest.JsonRestService.service(JsonRestService.java:98) at com.centurylink.mdw.services.rest.JsonRestService.getJson(JsonRestService.java:58) at com.centurylink.mdw.service.handler.ServiceRequestHandler.handleEventMessage(ServiceRequestHandler.java:102) at com.centurylink.mdw.listener.ListenerHelper.processEvent(ListenerHelper.java:397) at com.centurylink.mdw.hub.servlet.RestServlet.handleRequest(RestServlet.java:265) at com.centurylink.mdw.hub.servlet.RestServlet.doPost(RestServlet.java:150) at javax.servlet.http.HttpServlet.service(HttpServlet.java:661) at com.centurylink.mdw.hub.servlet.RestServlet.service(RestServlet.java:230) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.centurylink.mdw.hub.servlet.CustomContentFilter.doFilter(CustomContentFilter.java:57) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.centurylink.mdw.hub.servlet.AccessFilter.doFilter(AccessFilter.java:352) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.centurylink.mdw.boot.servlet.WebContentFilter.doFilter(WebContentFilter.java:80) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:800) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1471) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2018-12-30 04:11:07.697 INFO 1 --- [io-8080-exec-15] c.c.m.s.process.ProcessExecutorImpl : [(i)20181230.04:11:07.697 p92188394.4850449 a1.2509990] Activity started - Receive Request 2018-12-30 04:11:07.697 INFO 1 --- [nio-8080-exec-7] c.c.m.s.process.ProcessExecutorImpl : [(i)20181230.04:11:07.697 p92188394.4850448 a1.2509991] Activity started - Receive Request Error building log watcher json for: '[(i)20181230.04:11:07.697 p92188394.4850449 a1.2509990] Activity started - Receive Request' -> java.lang.NumberFormatException: multiple points Error building log watcher json for: '[(i)20181230.04:11:07.697 p92188394.4850448 a1.2509991] Activity started - Receive Request' -> java.lang.NumberFormatException: multiple points java.lang.NumberFormatException: multiple points at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1890) at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110) at java.lang.Double.parseDouble(Double.java:538) at java.text.DigitList.getDouble(DigitList.java:169) at java.text.DecimalFormat.parse(DecimalFormat.java:2089) at java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1867) at java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1514) at java.text.DateFormat.parse(DateFormat.java:364) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.buildJSONLogMessage(AbstractStandardLoggerBase.java:91) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.sendToWatchers(AbstractStandardLoggerBase.java:139) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.logIt(AbstractStandardLoggerBase.java:231) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.info(AbstractStandardLoggerBase.java:243) at com.centurylink.mdw.services.process.ProcessExecutorImpl.prepareActivitySub(ProcessExecutorImpl.java:821) at com.centurylink.mdw.services.process.ProcessExecutorImpl.prepareActivityInstance(ProcessExecutorImpl.java:754) at com.centurylink.mdw.services.process.ProcessExecutor.prepareActivityInstance(ProcessExecutor.java:373) at com.centurylink.mdw.services.process.ProcessEngineDriver.executeActivity(ProcessEngineDriver.java:333) at com.centurylink.mdw.services.process.ProcessEngineDriver.processEvent(ProcessEngineDriver.java:621) at com.centurylink.mdw.services.process.ProcessEngineDriver.executeServiceProcess(ProcessEngineDriver.java:828) at com.centurylink.mdw.services.process.ProcessEngineDriver.invokeService(ProcessEngineDriver.java:754) at com.centurylink.mdw.services.process.ProcessEngineDriver.invokeService(ProcessEngineDriver.java:693) at com.centurylink.mdw.services.workflow.WorkflowServicesImpl.invokeServiceProcess(WorkflowServicesImpl.java:1009) at com.centurylink.mdw.services.rest.JsonRestService.invokeServiceProcess(JsonRestService.java:215) at hc.api.Send.post(Send.java:73) at com.centurylink.mdw.services.rest.JsonRestService.service(JsonRestService.java:98) at com.centurylink.mdw.services.rest.JsonRestService.getJson(JsonRestService.java:58) at com.centurylink.mdw.service.handler.ServiceRequestHandler.handleEventMessage(ServiceRequestHandler.java:102) at com.centurylink.mdw.listener.ListenerHelper.processEvent(ListenerHelper.java:397) at com.centurylink.mdw.hub.servlet.RestServlet.handleRequest(RestServlet.java:265) at com.centurylink.mdw.hub.servlet.RestServlet.doPost(RestServlet.java:150) at javax.servlet.http.HttpServlet.service(HttpServlet.java:661) at com.centurylink.mdw.hub.servlet.RestServlet.service(RestServlet.java:230) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.centurylink.mdw.hub.servlet.CustomContentFilter.doFilter(CustomContentFilter.java:57) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.centurylink.mdw.hub.servlet.AccessFilter.doFilter(AccessFilter.java:352) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.centurylink.mdw.boot.servlet.WebContentFilter.doFilter(WebContentFilter.java:80) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:800) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1471) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) java.lang.NumberFormatException: multiple points at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1890) at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110) at java.lang.Double.parseDouble(Double.java:538) at java.text.DigitList.getDouble(DigitList.java:169) at java.text.DecimalFormat.parse(DecimalFormat.java:2089) at java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1867) at java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1514) at java.text.DateFormat.parse(DateFormat.java:364) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.buildJSONLogMessage(AbstractStandardLoggerBase.java:91) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.sendToWatchers(AbstractStandardLoggerBase.java:139) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.logIt(AbstractStandardLoggerBase.java:231) at com.centurylink.mdw.util.log.AbstractStandardLoggerBase.info(AbstractStandardLoggerBase.java:243) at com.centurylink.mdw.services.process.ProcessExecutorImpl.prepareActivitySub(ProcessExecutorImpl.java:821) at com.centurylink.mdw.services.process.ProcessExecutorImpl.prepareActivityInstance(ProcessExecutorImpl.java:754) at com.centurylink.mdw.services.process.ProcessExecutor.prepareActivityInstance(ProcessExecutor.java:373) at com.centurylink.mdw.services.process.ProcessEngineDriver.executeActivity(ProcessEngineDriver.java:333) at com.centurylink.mdw.services.process.ProcessEngineDriver.processEvent(ProcessEngineDriver.java:621) at com.centurylink.mdw.services.process.ProcessEngineDriver.executeServiceProcess(ProcessEngineDriver.java:828) at com.centurylink.mdw.services.process.ProcessEngineDriver.invokeService(ProcessEngineDriver.java:754) at com.centurylink.mdw.services.process.ProcessEngineDriver.invokeService(ProcessEngineDriver.java:693) at com.centurylink.mdw.services.workflow.WorkflowServicesImpl.invokeServiceProcess(WorkflowServicesImpl.java:1009) at com.centurylink.mdw.services.rest.JsonRestService.invokeServiceProcess(JsonRestService.java:215) at hc.api.Send.post(Send.java:73) at com.centurylink.mdw.services.rest.JsonRestService.service(JsonRestService.java:98) at com.centurylink.mdw.services.rest.JsonRestService.getJson(JsonRestService.java:58) at com.centurylink.mdw.service.handler.ServiceRequestHandler.handleEventMessage(ServiceRequestHandler.java:102) at com.centurylink.mdw.listener.ListenerHelper.processEvent(ListenerHelper.java:397) at com.centurylink.mdw.hub.servlet.RestServlet.handleRequest(RestServlet.java:265) at com.centurylink.mdw.hub.servlet.RestServlet.doPost(RestServlet.java:150) at javax.servlet.http.HttpServlet.service(HttpServlet.java:661) at com.centurylink.mdw.hub.servlet.RestServlet.service(RestServlet.java:230) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.centurylink.mdw.hub.servlet.CustomContentFilter.doFilter(CustomContentFilter.java:57) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.centurylink.mdw.hub.servlet.AccessFilter.doFilter(AccessFilter.java:352) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.centurylink.mdw.boot.servlet.WebContentFilter.doFilter(WebContentFilter.java:80) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:800) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1471) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ```
defect
parsing exceptions due to logging stack trace below this fix should be worked in conjunction with issue we need a more unique alternative to java private static final string message reg ex abstractstandardloggerbase buildjsonlogmessage and log watchers like hub s test case watcher expect and match on this pattern so we need to thoroughly test that features like autotest updates in hub liveview in hub and test case stubbing are still functional error building log watcher json for process started com ctl hc ite conversation sendasynchronousmessage java lang numberformatexception for input string java lang numberformatexception for input string at sun misc floatingdecimal readjavaformatstring floatingdecimal java at sun misc floatingdecimal parsedouble floatingdecimal java at java lang double parsedouble double java at java text digitlist getdouble digitlist java at java text decimalformat parse decimalformat java at java text simpledateformat subparse simpledateformat java at java text simpledateformat parse simpledateformat java at java text dateformat parse dateformat java at com centurylink mdw util log abstractstandardloggerbase buildjsonlogmessage abstractstandardloggerbase java at com centurylink mdw util log abstractstandardloggerbase sendtowatchers abstractstandardloggerbase java at com centurylink mdw util log abstractstandardloggerbase logit abstractstandardloggerbase java at com centurylink mdw util log abstractstandardloggerbase info abstractstandardloggerbase java at com centurylink mdw services process processenginedriver executeserviceprocess processenginedriver java at com centurylink mdw services process processenginedriver invokeservice processenginedriver java at com centurylink mdw services process processenginedriver invokeservice processenginedriver java at com centurylink mdw services workflow workflowservicesimpl invokeserviceprocess workflowservicesimpl java at com centurylink mdw services rest jsonrestservice invokeserviceprocess jsonrestservice java at hc api send post send java at com centurylink mdw services rest jsonrestservice service jsonrestservice java at com centurylink mdw services rest jsonrestservice getjson jsonrestservice java at com centurylink mdw service handler servicerequesthandler handleeventmessage servicerequesthandler java at com centurylink mdw listener listenerhelper processevent listenerhelper java at com centurylink mdw hub servlet restservlet handlerequest restservlet java at com centurylink mdw hub servlet restservlet dopost restservlet java at javax servlet http httpservlet service httpservlet java at com centurylink mdw hub servlet restservlet service restservlet java at javax servlet http httpservlet service httpservlet java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache tomcat websocket server wsfilter dofilter wsfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at com centurylink mdw hub servlet customcontentfilter dofilter customcontentfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at com centurylink mdw hub servlet accessfilter dofilter accessfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at com centurylink mdw boot servlet webcontentfilter dofilter webcontentfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org springframework web filter requestcontextfilter dofilterinternal requestcontextfilter java at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org springframework web filter httpputformcontentfilter dofilterinternal httpputformcontentfilter java at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org springframework web filter hiddenhttpmethodfilter dofilterinternal hiddenhttpmethodfilter java at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org springframework web filter characterencodingfilter dofilterinternal characterencodingfilter java at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina core standardwrappervalve invoke standardwrappervalve java at org apache catalina core standardcontextvalve invoke standardcontextvalve java at org apache catalina authenticator authenticatorbase invoke authenticatorbase java at org apache catalina core standardhostvalve invoke standardhostvalve java at org apache catalina valves errorreportvalve invoke errorreportvalve java at org apache catalina core standardenginevalve invoke standardenginevalve java at org apache catalina connector coyoteadapter service coyoteadapter java at org apache coyote service java at org apache coyote abstractprocessorlight process abstractprocessorlight java at org apache coyote abstractprotocol connectionhandler process abstractprotocol java at org apache tomcat util net nioendpoint socketprocessor dorun nioendpoint java at org apache tomcat util net socketprocessorbase run socketprocessorbase java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at org apache tomcat util threads taskthread wrappingrunnable run taskthread java at java lang thread run thread java info c c m s process processexecutorimpl activity started receive request info c c m s process processexecutorimpl activity started receive request error building log watcher json for activity started receive request java lang numberformatexception multiple points error building log watcher json for activity started receive request java lang numberformatexception multiple points java lang numberformatexception multiple points at sun misc floatingdecimal readjavaformatstring floatingdecimal java at sun misc floatingdecimal parsedouble floatingdecimal java at java lang double parsedouble double java at java text digitlist getdouble digitlist java at java text decimalformat parse decimalformat java at java text simpledateformat subparse simpledateformat java at java text simpledateformat parse simpledateformat java at java text dateformat parse dateformat java at com centurylink mdw util log abstractstandardloggerbase buildjsonlogmessage abstractstandardloggerbase java at com centurylink mdw util log abstractstandardloggerbase sendtowatchers abstractstandardloggerbase java at com centurylink mdw util log abstractstandardloggerbase logit abstractstandardloggerbase java at com centurylink mdw util log abstractstandardloggerbase info abstractstandardloggerbase java at com centurylink mdw services process processexecutorimpl prepareactivitysub processexecutorimpl java at com centurylink mdw services process processexecutorimpl prepareactivityinstance processexecutorimpl java at com centurylink mdw services process processexecutor prepareactivityinstance processexecutor java at com centurylink mdw services process processenginedriver executeactivity processenginedriver java at com centurylink mdw services process processenginedriver processevent processenginedriver java at com centurylink mdw services process processenginedriver executeserviceprocess processenginedriver java at com centurylink mdw services process processenginedriver invokeservice processenginedriver java at com centurylink mdw services process processenginedriver invokeservice processenginedriver java at com centurylink mdw services workflow workflowservicesimpl invokeserviceprocess workflowservicesimpl java at com centurylink mdw services rest jsonrestservice invokeserviceprocess jsonrestservice java at hc api send post send java at com centurylink mdw services rest jsonrestservice service jsonrestservice java at com centurylink mdw services rest jsonrestservice getjson jsonrestservice java at com centurylink mdw service handler servicerequesthandler handleeventmessage servicerequesthandler java at com centurylink mdw listener listenerhelper processevent listenerhelper java at com centurylink mdw hub servlet restservlet handlerequest restservlet java at com centurylink mdw hub servlet restservlet dopost restservlet java at javax servlet http httpservlet service httpservlet java at com centurylink mdw hub servlet restservlet service restservlet java at javax servlet http httpservlet service httpservlet java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache tomcat websocket server wsfilter dofilter wsfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at com centurylink mdw hub servlet customcontentfilter dofilter customcontentfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at com centurylink mdw hub servlet accessfilter dofilter accessfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at com centurylink mdw boot servlet webcontentfilter dofilter webcontentfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org springframework web filter requestcontextfilter dofilterinternal requestcontextfilter java at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org springframework web filter httpputformcontentfilter dofilterinternal httpputformcontentfilter java at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org springframework web filter hiddenhttpmethodfilter dofilterinternal hiddenhttpmethodfilter java at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org springframework web filter characterencodingfilter dofilterinternal characterencodingfilter java at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina core standardwrappervalve invoke standardwrappervalve java at org apache catalina core standardcontextvalve invoke standardcontextvalve java at org apache catalina authenticator authenticatorbase invoke authenticatorbase java at org apache catalina core standardhostvalve invoke standardhostvalve java at org apache catalina valves errorreportvalve invoke errorreportvalve java at org apache catalina core standardenginevalve invoke standardenginevalve java at org apache catalina connector coyoteadapter service coyoteadapter java at org apache coyote service java at org apache coyote abstractprocessorlight process abstractprocessorlight java at org apache coyote abstractprotocol connectionhandler process abstractprotocol java at org apache tomcat util net nioendpoint socketprocessor dorun nioendpoint java at org apache tomcat util net socketprocessorbase run socketprocessorbase java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at org apache tomcat util threads taskthread wrappingrunnable run taskthread java at java lang thread run thread java java lang numberformatexception multiple points at sun misc floatingdecimal readjavaformatstring floatingdecimal java at sun misc floatingdecimal parsedouble floatingdecimal java at java lang double parsedouble double java at java text digitlist getdouble digitlist java at java text decimalformat parse decimalformat java at java text simpledateformat subparse simpledateformat java at java text simpledateformat parse simpledateformat java at java text dateformat parse dateformat java at com centurylink mdw util log abstractstandardloggerbase buildjsonlogmessage abstractstandardloggerbase java at com centurylink mdw util log abstractstandardloggerbase sendtowatchers abstractstandardloggerbase java at com centurylink mdw util log abstractstandardloggerbase logit abstractstandardloggerbase java at com centurylink mdw util log abstractstandardloggerbase info abstractstandardloggerbase java at com centurylink mdw services process processexecutorimpl prepareactivitysub processexecutorimpl java at com centurylink mdw services process processexecutorimpl prepareactivityinstance processexecutorimpl java at com centurylink mdw services process processexecutor prepareactivityinstance processexecutor java at com centurylink mdw services process processenginedriver executeactivity processenginedriver java at com centurylink mdw services process processenginedriver processevent processenginedriver java at com centurylink mdw services process processenginedriver executeserviceprocess processenginedriver java at com centurylink mdw services process processenginedriver invokeservice processenginedriver java at com centurylink mdw services process processenginedriver invokeservice processenginedriver java at com centurylink mdw services workflow workflowservicesimpl invokeserviceprocess workflowservicesimpl java at com centurylink mdw services rest jsonrestservice invokeserviceprocess jsonrestservice java at hc api send post send java at com centurylink mdw services rest jsonrestservice service jsonrestservice java at com centurylink mdw services rest jsonrestservice getjson jsonrestservice java at com centurylink mdw service handler servicerequesthandler handleeventmessage servicerequesthandler java at com centurylink mdw listener listenerhelper processevent listenerhelper java at com centurylink mdw hub servlet restservlet handlerequest restservlet java at com centurylink mdw hub servlet restservlet dopost restservlet java at javax servlet http httpservlet service httpservlet java at com centurylink mdw hub servlet restservlet service restservlet java at javax servlet http httpservlet service httpservlet java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache tomcat websocket server wsfilter dofilter wsfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at com centurylink mdw hub servlet customcontentfilter dofilter customcontentfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at com centurylink mdw hub servlet accessfilter dofilter accessfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at com centurylink mdw boot servlet webcontentfilter dofilter webcontentfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org springframework web filter requestcontextfilter dofilterinternal requestcontextfilter java at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org springframework web filter httpputformcontentfilter dofilterinternal httpputformcontentfilter java at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org springframework web filter hiddenhttpmethodfilter dofilterinternal hiddenhttpmethodfilter java at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org springframework web filter characterencodingfilter dofilterinternal characterencodingfilter java at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina core standardwrappervalve invoke standardwrappervalve java at org apache catalina core standardcontextvalve invoke standardcontextvalve java at org apache catalina authenticator authenticatorbase invoke authenticatorbase java at org apache catalina core standardhostvalve invoke standardhostvalve java at org apache catalina valves errorreportvalve invoke errorreportvalve java at org apache catalina core standardenginevalve invoke standardenginevalve java at org apache catalina connector coyoteadapter service coyoteadapter java at org apache coyote service java at org apache coyote abstractprocessorlight process abstractprocessorlight java at org apache coyote abstractprotocol connectionhandler process abstractprotocol java at org apache tomcat util net nioendpoint socketprocessor dorun nioendpoint java at org apache tomcat util net socketprocessorbase run socketprocessorbase java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at org apache tomcat util threads taskthread wrappingrunnable run taskthread java
1
364,151
10,759,770,512
IssuesEvent
2019-10-31 17:15:42
OpenNebula/one
https://api.github.com/repos/OpenNebula/one
closed
Can't update CPU model using Sunstone
Category: Sunstone Priority: Normal Sponsored Status: Accepted Type: Bug
**Description** When try to update CPU model using Sunstone, it doesn't update, the old one remains on it. **To Reproduce** Change the CPU model using Sunstone. **Details** - Affected Component: Sunstone - Version: 5.6 5.8 and development <!--////////////////////////////////////////////--> <!-- THIS SECTION IS FOR THE DEVELOPMENT TEAM --> <!-- BOTH FOR BUGS AND ENHANCEMENT REQUESTS --> <!-- PROGRESS WILL BE REFLECTED HERE --> <!--////////////////////////////////////////////--> ## Progress Status - [ ] Branch created - [ ] Code committed to development branch - [ ] Testing - QA - [ ] Documentation - [ ] Release notes - resolved issues, compatibility, known issues - [ ] Code committed to upstream release/hotfix branches - [ ] Documentation committed to upstream release/hotfix branches
1.0
Can't update CPU model using Sunstone - **Description** When try to update CPU model using Sunstone, it doesn't update, the old one remains on it. **To Reproduce** Change the CPU model using Sunstone. **Details** - Affected Component: Sunstone - Version: 5.6 5.8 and development <!--////////////////////////////////////////////--> <!-- THIS SECTION IS FOR THE DEVELOPMENT TEAM --> <!-- BOTH FOR BUGS AND ENHANCEMENT REQUESTS --> <!-- PROGRESS WILL BE REFLECTED HERE --> <!--////////////////////////////////////////////--> ## Progress Status - [ ] Branch created - [ ] Code committed to development branch - [ ] Testing - QA - [ ] Documentation - [ ] Release notes - resolved issues, compatibility, known issues - [ ] Code committed to upstream release/hotfix branches - [ ] Documentation committed to upstream release/hotfix branches
non_defect
can t update cpu model using sunstone description when try to update cpu model using sunstone it doesn t update the old one remains on it to reproduce change the cpu model using sunstone details affected component sunstone version and development progress status branch created code committed to development branch testing qa documentation release notes resolved issues compatibility known issues code committed to upstream release hotfix branches documentation committed to upstream release hotfix branches
0
54,613
13,786,197,697
IssuesEvent
2020-10-09 01:05:00
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
ndimage.fourier_ellipsoid segmentation fault
defect scipy.ndimage
On Scipy 1.5.2. Tested on mac and linux: ``` Python 3.6.8 |Anaconda, Inc.| (default, Dec 30 2018, 01:22:34) [GCC 7.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import numpy as np >>> x = np.ones((1,128)) >>> from scipy import ndimage >>> ndimage.fourier_ellipsoid(x,3) Segmentation fault (core dumped) ``` It does work fine if x is defined to be a 2x128 instead of 1x128. I also tried to reduce the size to a 1 and keep it as a 1x128, still segfaulted in this case.
1.0
ndimage.fourier_ellipsoid segmentation fault - On Scipy 1.5.2. Tested on mac and linux: ``` Python 3.6.8 |Anaconda, Inc.| (default, Dec 30 2018, 01:22:34) [GCC 7.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import numpy as np >>> x = np.ones((1,128)) >>> from scipy import ndimage >>> ndimage.fourier_ellipsoid(x,3) Segmentation fault (core dumped) ``` It does work fine if x is defined to be a 2x128 instead of 1x128. I also tried to reduce the size to a 1 and keep it as a 1x128, still segfaulted in this case.
defect
ndimage fourier ellipsoid segmentation fault on scipy tested on mac and linux python anaconda inc default dec on linux type help copyright credits or license for more information import numpy as np x np ones from scipy import ndimage ndimage fourier ellipsoid x segmentation fault core dumped it does work fine if x is defined to be a instead of i also tried to reduce the size to a and keep it as a still segfaulted in this case
1
37,392
8,378,767,962
IssuesEvent
2018-10-06 17:37:04
CenturyLinkCloud/mdw
https://api.github.com/repos/CenturyLinkCloud/mdw
closed
CLI tests fail for pure spring boot jars
defect
Because of spring boot's handling of content type from HttpURLConnections.
1.0
CLI tests fail for pure spring boot jars - Because of spring boot's handling of content type from HttpURLConnections.
defect
cli tests fail for pure spring boot jars because of spring boot s handling of content type from httpurlconnections
1
657,912
21,871,013,701
IssuesEvent
2022-05-19 05:17:48
Caleydo/ordino
https://api.github.com/repos/Caleydo/ordino
opened
No data when re-opening the same entity via Data Landscape
type: bug priority: blocker
* Release number or git hash: latest develop/ordino-2.0 branches * Web browser version and OS: Chrome 101.0.4951.64, Linux * Environment (local or deployed): local ### Steps to reproduce 1. Open Cell Line entity via Data Landscape 2. When the data are loaded, open up the data landscape view again 3. Again, press Show data ### Observed behavior * Workbench gets emptied, comments sidepanel pops up ![Peek 2022-05-19 07-16.gif](https://images.zenhubusercontent.com/60bf3e2c3260a1e4a2891td152/907121aa-ba21-4d84-ad3b-1a4ff49051aa) ### Expected behavior * Entity data/First workbench is re-loaded
1.0
No data when re-opening the same entity via Data Landscape - * Release number or git hash: latest develop/ordino-2.0 branches * Web browser version and OS: Chrome 101.0.4951.64, Linux * Environment (local or deployed): local ### Steps to reproduce 1. Open Cell Line entity via Data Landscape 2. When the data are loaded, open up the data landscape view again 3. Again, press Show data ### Observed behavior * Workbench gets emptied, comments sidepanel pops up ![Peek 2022-05-19 07-16.gif](https://images.zenhubusercontent.com/60bf3e2c3260a1e4a2891td152/907121aa-ba21-4d84-ad3b-1a4ff49051aa) ### Expected behavior * Entity data/First workbench is re-loaded
non_defect
no data when re opening the same entity via data landscape release number or git hash latest develop ordino branches web browser version and os chrome linux environment local or deployed local steps to reproduce open cell line entity via data landscape when the data are loaded open up the data landscape view again again press show data observed behavior workbench gets emptied comments sidepanel pops up expected behavior entity data first workbench is re loaded
0
123,286
16,473,275,807
IssuesEvent
2021-05-23 20:55:50
carbon-design-system/carbon-for-ibm-dotcom
https://api.github.com/repos/carbon-design-system/carbon-for-ibm-dotcom
closed
Design and Dev Sprint 21-10 Fireline support
Airtable Done Sprint Must Have adopter support design dev
<!-- Avoid any type of solutions in this user story --> <!-- replace _{{...}}_ with your own words or remove --> #### User Story <!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} --> > As a `[user role below]`: DDS team member assigned to the Sprint 21-10 Fireline support > I need to: triage the adopter created issues in both the Carbon for ibm.com and the Digital Design (v18) repo's > so that I can: ensure that our adopters are defects and feature requests are either responded to, fixed or included in the "To be Triaged" for prioritizing within the sprint #### Additional information <!-- {{Please provide any additional information or resources for reference}} --> - [2021 DDS Support Roster](https://ibm.ent.box.com/notes/529594537702) #### Acceptance criteria - [ ] Issues in the New Issues pipeline are responded to, fixed or added to the "To be Triaged" pipeline <!-- Consider the following when writing Acceptance criteria for this story. --> <!-- *** Each product backlog item or user story should have at least one Acceptance criteria. --> <!-- *** Acceptance criteria defines a deliverable that can be completed in a single sprint --> <!-- *** Each Acceptance criterion is independently testable. --> <!-- *** Include functional as well as non-functional criteria – when relevant. --> <!-- *** Team members write Acceptance criteria and the Product Owner verifies it. -->
1.0
Design and Dev Sprint 21-10 Fireline support - <!-- Avoid any type of solutions in this user story --> <!-- replace _{{...}}_ with your own words or remove --> #### User Story <!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} --> > As a `[user role below]`: DDS team member assigned to the Sprint 21-10 Fireline support > I need to: triage the adopter created issues in both the Carbon for ibm.com and the Digital Design (v18) repo's > so that I can: ensure that our adopters are defects and feature requests are either responded to, fixed or included in the "To be Triaged" for prioritizing within the sprint #### Additional information <!-- {{Please provide any additional information or resources for reference}} --> - [2021 DDS Support Roster](https://ibm.ent.box.com/notes/529594537702) #### Acceptance criteria - [ ] Issues in the New Issues pipeline are responded to, fixed or added to the "To be Triaged" pipeline <!-- Consider the following when writing Acceptance criteria for this story. --> <!-- *** Each product backlog item or user story should have at least one Acceptance criteria. --> <!-- *** Acceptance criteria defines a deliverable that can be completed in a single sprint --> <!-- *** Each Acceptance criterion is independently testable. --> <!-- *** Include functional as well as non-functional criteria – when relevant. --> <!-- *** Team members write Acceptance criteria and the Product Owner verifies it. -->
non_defect
design and dev sprint fireline support user story as a dds team member assigned to the sprint fireline support i need to triage the adopter created issues in both the carbon for ibm com and the digital design repo s so that i can ensure that our adopters are defects and feature requests are either responded to fixed or included in the to be triaged for prioritizing within the sprint additional information acceptance criteria issues in the new issues pipeline are responded to fixed or added to the to be triaged pipeline
0
42,018
10,741,970,395
IssuesEvent
2019-10-29 21:24:04
google/caliper
https://api.github.com/repos/google/caliper
closed
Prohibit hierarchies of benchmark classes
component: runner status: started type=defect
``` Use getFields() rather than getDeclaredFields() Using only declared fields prevents benchmarks from sharing a common super class ``` Original issue reported on code.google.com by `mjduigou` on 20 Dec 2011 at 12:29 Attachments: - [Parameter.java.patch](https://storage.googleapis.com/google-code-attachments/caliper/issue-141/comment-0/Parameter.java.patch)
1.0
Prohibit hierarchies of benchmark classes - ``` Use getFields() rather than getDeclaredFields() Using only declared fields prevents benchmarks from sharing a common super class ``` Original issue reported on code.google.com by `mjduigou` on 20 Dec 2011 at 12:29 Attachments: - [Parameter.java.patch](https://storage.googleapis.com/google-code-attachments/caliper/issue-141/comment-0/Parameter.java.patch)
defect
prohibit hierarchies of benchmark classes use getfields rather than getdeclaredfields using only declared fields prevents benchmarks from sharing a common super class original issue reported on code google com by mjduigou on dec at attachments
1
63,557
14,656,738,693
IssuesEvent
2020-12-28 14:05:20
fu1771695yongxie/next.js
https://api.github.com/repos/fu1771695yongxie/next.js
opened
CVE-2018-19827 (High) detected in node-sassv5.0.0
security vulnerability
## CVE-2018-19827 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sassv5.0.0</b></p></summary> <p> <p>:rainbow: Node.js bindings to libsass</p> <p>Library home page: <a href=https://github.com/sass/node-sass.git>https://github.com/sass/node-sass.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/fu1771695yongxie/next.js/commit/7da96cb602f4b841f912ded99ee8ea2109a96f0e">7da96cb602f4b841f912ded99ee8ea2109a96f0e</a></p> <p>Found in base branch: <b>canary</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>next.js/node_modules/node-sass/src/libsass/src/expand.cpp</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In LibSass 3.5.5, a use-after-free vulnerability exists in the SharedPtr class in SharedPtr.cpp (or SharedPtr.hpp) that may cause a denial of service (application crash) or possibly have unspecified other impact. <p>Publish Date: 2018-12-03 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-19827>CVE-2018-19827</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/sass/libsass/pull/2784">https://github.com/sass/libsass/pull/2784</a></p> <p>Release Date: 2019-08-29</p> <p>Fix Resolution: LibSass - 3.6.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2018-19827 (High) detected in node-sassv5.0.0 - ## CVE-2018-19827 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sassv5.0.0</b></p></summary> <p> <p>:rainbow: Node.js bindings to libsass</p> <p>Library home page: <a href=https://github.com/sass/node-sass.git>https://github.com/sass/node-sass.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/fu1771695yongxie/next.js/commit/7da96cb602f4b841f912ded99ee8ea2109a96f0e">7da96cb602f4b841f912ded99ee8ea2109a96f0e</a></p> <p>Found in base branch: <b>canary</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>next.js/node_modules/node-sass/src/libsass/src/expand.cpp</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In LibSass 3.5.5, a use-after-free vulnerability exists in the SharedPtr class in SharedPtr.cpp (or SharedPtr.hpp) that may cause a denial of service (application crash) or possibly have unspecified other impact. <p>Publish Date: 2018-12-03 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-19827>CVE-2018-19827</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/sass/libsass/pull/2784">https://github.com/sass/libsass/pull/2784</a></p> <p>Release Date: 2019-08-29</p> <p>Fix Resolution: LibSass - 3.6.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in node cve high severity vulnerability vulnerable library node rainbow node js bindings to libsass library home page a href found in head commit a href found in base branch canary vulnerable source files next js node modules node sass src libsass src expand cpp vulnerability details in libsass a use after free vulnerability exists in the sharedptr class in sharedptr cpp or sharedptr hpp that may cause a denial of service application crash or possibly have unspecified other impact publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution libsass step up your open source security game with whitesource
0
66,043
19,907,769,483
IssuesEvent
2022-01-25 14:27:42
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Consider improving invalid JDBC URL error messages in class generation
T: Defect
### Expected behavior Invalid JDBC URLs encountered in class generation should print an error message to the user ### Actual behavior ``` > Task :myproject:generateJooqPojos FAILED JDBC URL must contain a / at the end of the host or port: jdbc:postgresql://localhost SQL exception : Exception while executing meta query: Cannot execute query. No JDBC Connection configured If you think this is a bug in jOOQ, please report it here: https://github.com/jOOQ/jOOQ/issues/new Note you can mute some exceptions using the configuration/onError flag ```sql select pg_catalog.pg_namespace.nspname from pg_catalog.pg_namespace order by pg_catalog.pg_namespace.nspname``` ``` (I feel embarrassed now... When preparing this issue, I see that **it does actually print an error already**, the first line: `JDBC URL must contain a / at the end of the host or port: jdbc:postgresql://localhost`; I missed this completely until now. I think it was the fact that it then printed `Cannot execute query. No JDBC Connection configured` that got me confused. :see_no_evil: Perhaps we could make it clearer somehow, though? :thinking:) I guess one issue here is that the overall output was so long here, both with the link to creating a bug report, hints about muting exceptions etc., that the part most essential to me (`JDBC URL must contain a / at the end of the host or port: jdbc:postgresql://localhost`) kind of "drowned" in all the output. I understand if it's impossible to special-case any and every potential problem here, but I see two ways to make the above better: 1. Silence all "noise" in the output above. I'm not sure if this is doable or not, perhaps by throwing a more specific exception (to avoid emitting all the "extra" output above) in cases where an invalid JDBC URL is detected. 2. If the above is considered to require too much effort, some more blank lines/special characters like `***` or `|||`, could help. <sub>I can also live with this not being fixed at all. :slightly_smiling_face: I _did_ actually more or less deliberately give it (jooq) a slightly invalid JDBC URL. :grin: And it _did_ actually point me in the right direction, if I would just have read the output more carefully...</sub> ### Steps to reproduce the problem I used the following Gradle build script to generate the classes: ```groovy buildscript { repositories { mavenLocal() mavenCentral() } dependencies { classpath "org.jooq:jooq-codegen:3.16.2" classpath "org.postgresql:postgresql:42.3.1" } } import org.jooq.codegen.GenerationTool import org.jooq.meta.jaxb.* task generateJooqPojos() { doLast { GenerationTool.generate( new Configuration() .withJdbc( new Jdbc() .withDriver( 'org.postgresql.Driver' ) .withUrl( 'jdbc:postgresql://localhost' ) // note the invalid JDBC URL here; missing slash at the end .withUser( 'postgres' ) .withPassword( '<removed>' ) ) .withGenerator( new Generator() .withDatabase( new Database() ) .withGenerate( new Generate() .withPojos( true ) .withDaos( true ) ) .withTarget( new Target() .withPackageName( 'org.jooq.example.gradle.db' ) .withDirectory( '/tmp/java' ) ) ) ) ``` ### Versions - jOOQ: 3.16.2 - Java: 11.0.13 - Database (include vendor): PostgreSQL 13 + TimescaleDB 2.5.0 (Docker image `timescale/timescaledb:2.5.0-pg13-oss`) - OS: Debian GNU/Linux 11 (`bullseye`) - JDBC Driver (include name if inofficial driver): `org.postgresql:postgresql:42.3.1`
1.0
Consider improving invalid JDBC URL error messages in class generation - ### Expected behavior Invalid JDBC URLs encountered in class generation should print an error message to the user ### Actual behavior ``` > Task :myproject:generateJooqPojos FAILED JDBC URL must contain a / at the end of the host or port: jdbc:postgresql://localhost SQL exception : Exception while executing meta query: Cannot execute query. No JDBC Connection configured If you think this is a bug in jOOQ, please report it here: https://github.com/jOOQ/jOOQ/issues/new Note you can mute some exceptions using the configuration/onError flag ```sql select pg_catalog.pg_namespace.nspname from pg_catalog.pg_namespace order by pg_catalog.pg_namespace.nspname``` ``` (I feel embarrassed now... When preparing this issue, I see that **it does actually print an error already**, the first line: `JDBC URL must contain a / at the end of the host or port: jdbc:postgresql://localhost`; I missed this completely until now. I think it was the fact that it then printed `Cannot execute query. No JDBC Connection configured` that got me confused. :see_no_evil: Perhaps we could make it clearer somehow, though? :thinking:) I guess one issue here is that the overall output was so long here, both with the link to creating a bug report, hints about muting exceptions etc., that the part most essential to me (`JDBC URL must contain a / at the end of the host or port: jdbc:postgresql://localhost`) kind of "drowned" in all the output. I understand if it's impossible to special-case any and every potential problem here, but I see two ways to make the above better: 1. Silence all "noise" in the output above. I'm not sure if this is doable or not, perhaps by throwing a more specific exception (to avoid emitting all the "extra" output above) in cases where an invalid JDBC URL is detected. 2. If the above is considered to require too much effort, some more blank lines/special characters like `***` or `|||`, could help. <sub>I can also live with this not being fixed at all. :slightly_smiling_face: I _did_ actually more or less deliberately give it (jooq) a slightly invalid JDBC URL. :grin: And it _did_ actually point me in the right direction, if I would just have read the output more carefully...</sub> ### Steps to reproduce the problem I used the following Gradle build script to generate the classes: ```groovy buildscript { repositories { mavenLocal() mavenCentral() } dependencies { classpath "org.jooq:jooq-codegen:3.16.2" classpath "org.postgresql:postgresql:42.3.1" } } import org.jooq.codegen.GenerationTool import org.jooq.meta.jaxb.* task generateJooqPojos() { doLast { GenerationTool.generate( new Configuration() .withJdbc( new Jdbc() .withDriver( 'org.postgresql.Driver' ) .withUrl( 'jdbc:postgresql://localhost' ) // note the invalid JDBC URL here; missing slash at the end .withUser( 'postgres' ) .withPassword( '<removed>' ) ) .withGenerator( new Generator() .withDatabase( new Database() ) .withGenerate( new Generate() .withPojos( true ) .withDaos( true ) ) .withTarget( new Target() .withPackageName( 'org.jooq.example.gradle.db' ) .withDirectory( '/tmp/java' ) ) ) ) ``` ### Versions - jOOQ: 3.16.2 - Java: 11.0.13 - Database (include vendor): PostgreSQL 13 + TimescaleDB 2.5.0 (Docker image `timescale/timescaledb:2.5.0-pg13-oss`) - OS: Debian GNU/Linux 11 (`bullseye`) - JDBC Driver (include name if inofficial driver): `org.postgresql:postgresql:42.3.1`
defect
consider improving invalid jdbc url error messages in class generation expected behavior invalid jdbc urls encountered in class generation should print an error message to the user actual behavior task myproject generatejooqpojos failed jdbc url must contain a at the end of the host or port jdbc postgresql localhost sql exception exception while executing meta query cannot execute query no jdbc connection configured if you think this is a bug in jooq please report it here note you can mute some exceptions using the configuration onerror flag sql select pg catalog pg namespace nspname from pg catalog pg namespace order by pg catalog pg namespace nspname i feel embarrassed now when preparing this issue i see that it does actually print an error already the first line jdbc url must contain a at the end of the host or port jdbc postgresql localhost i missed this completely until now i think it was the fact that it then printed cannot execute query no jdbc connection configured that got me confused see no evil perhaps we could make it clearer somehow though thinking i guess one issue here is that the overall output was so long here both with the link to creating a bug report hints about muting exceptions etc that the part most essential to me jdbc url must contain a at the end of the host or port jdbc postgresql localhost kind of drowned in all the output i understand if it s impossible to special case any and every potential problem here but i see two ways to make the above better silence all noise in the output above i m not sure if this is doable or not perhaps by throwing a more specific exception to avoid emitting all the extra output above in cases where an invalid jdbc url is detected if the above is considered to require too much effort some more blank lines special characters like or could help i can also live with this not being fixed at all slightly smiling face i did actually more or less deliberately give it jooq a slightly invalid jdbc url grin and it did actually point me in the right direction if i would just have read the output more carefully steps to reproduce the problem i used the following gradle build script to generate the classes groovy buildscript repositories mavenlocal mavencentral dependencies classpath org jooq jooq codegen classpath org postgresql postgresql import org jooq codegen generationtool import org jooq meta jaxb task generatejooqpojos dolast generationtool generate new configuration withjdbc new jdbc withdriver org postgresql driver withurl jdbc postgresql localhost note the invalid jdbc url here missing slash at the end withuser postgres withpassword withgenerator new generator withdatabase new database withgenerate new generate withpojos true withdaos true withtarget new target withpackagename org jooq example gradle db withdirectory tmp java versions jooq java database include vendor postgresql timescaledb docker image timescale timescaledb oss os debian gnu linux bullseye jdbc driver include name if inofficial driver org postgresql postgresql
1
16,161
2,874,684,426
IssuesEvent
2015-06-09 00:29:15
googlei18n/noto-fonts
https://api.github.com/repos/googlei18n/noto-fonts
closed
Noto Sans Hebrew Does Not Render Sof Pasuq Correctly
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. In a browser, open http://owen0003.x10.mx/notobug.htm 2. 3. What is the expected output? What do you see instead? The Hebrew text on the page which uses Noto Sans should match the Hebrew text which uses Times New Roman. Instead, in the Noto Sans display, sof-pasuq, which should render as a separate character, is overlaying the previous character, as if it were a diacritic rather than a punctuation mark. What version of the product are you using? On what operating system? Using current version of webfont using instructions on Google Fonts Early Access page http://www.google.com/fonts/earlyaccess . The problem shows up in Windows 7, Windows Server 2003, and Ubuntu 12.04 LTS, using a variety of browsers. Please provide any additional information below. Sent a notification of this bug to the appropriate mailing list; a reply asked me to open up a ticket here. ``` Original issue reported on code.google.com by `eclipsec...@gmail.com` on 30 Jan 2015 at 4:45
1.0
Noto Sans Hebrew Does Not Render Sof Pasuq Correctly - ``` What steps will reproduce the problem? 1. In a browser, open http://owen0003.x10.mx/notobug.htm 2. 3. What is the expected output? What do you see instead? The Hebrew text on the page which uses Noto Sans should match the Hebrew text which uses Times New Roman. Instead, in the Noto Sans display, sof-pasuq, which should render as a separate character, is overlaying the previous character, as if it were a diacritic rather than a punctuation mark. What version of the product are you using? On what operating system? Using current version of webfont using instructions on Google Fonts Early Access page http://www.google.com/fonts/earlyaccess . The problem shows up in Windows 7, Windows Server 2003, and Ubuntu 12.04 LTS, using a variety of browsers. Please provide any additional information below. Sent a notification of this bug to the appropriate mailing list; a reply asked me to open up a ticket here. ``` Original issue reported on code.google.com by `eclipsec...@gmail.com` on 30 Jan 2015 at 4:45
defect
noto sans hebrew does not render sof pasuq correctly what steps will reproduce the problem in a browser open what is the expected output what do you see instead the hebrew text on the page which uses noto sans should match the hebrew text which uses times new roman instead in the noto sans display sof pasuq which should render as a separate character is overlaying the previous character as if it were a diacritic rather than a punctuation mark what version of the product are you using on what operating system using current version of webfont using instructions on google fonts early access page the problem shows up in windows windows server and ubuntu lts using a variety of browsers please provide any additional information below sent a notification of this bug to the appropriate mailing list a reply asked me to open up a ticket here original issue reported on code google com by eclipsec gmail com on jan at
1
416
6,304,024,868
IssuesEvent
2017-07-21 15:00:49
blackbaud/skyux2
https://api.github.com/repos/blackbaud/skyux2
closed
Wait visual regression tests fail on Windows
automation sky-wait
Whenever I run visual regression tests for Sky Ux 2 on Windows the tests for the wait component fail every time. They all fail with the following issue: ``` wait component should display wait on parent: Failed: endY is out of range running chrome undefined: endY is out of range ``` This occurs even with a fresh pull of master with no changes to the code.
1.0
Wait visual regression tests fail on Windows - Whenever I run visual regression tests for Sky Ux 2 on Windows the tests for the wait component fail every time. They all fail with the following issue: ``` wait component should display wait on parent: Failed: endY is out of range running chrome undefined: endY is out of range ``` This occurs even with a fresh pull of master with no changes to the code.
non_defect
wait visual regression tests fail on windows whenever i run visual regression tests for sky ux on windows the tests for the wait component fail every time they all fail with the following issue wait component should display wait on parent failed endy is out of range running chrome undefined endy is out of range this occurs even with a fresh pull of master with no changes to the code
0
746,158
26,018,084,397
IssuesEvent
2022-12-21 10:12:21
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
MQTT over WebSockets: After hours of running time receiving published messages is strongly delayed
bug priority: low area: Networking
**Describe the bug** I am using MQTT over secure websockets. The most of the time the device is simply pushing mqtt message in an interval of 5 seconds to a single topic. But sometimes another mqtt client publishes a message to a subscribed topic. Right after the start of the device the published message from the other client is immediately send to the MQTT event callback. Thats fine. But after a several hours of running time the published message of the other client is strongly delayed. Sometimes up to one minute or longer. I have looked at the behavior and found out, that the MQTT message gets immediately into the WebSocket buffer. But the MQTT stack does not get it right away. This behaviour stops when restarting the device. If using MQTTS instead of MQTT over WebSockets everything works fine. Please also mention any information which could help others to understand the problem you're facing: - What target platform are you using? **STM32F4** - What have you tried to diagnose or workaround this issue? **Looking at the debug prints of the mqtt and websocket stack** - Is this a regression? If yes, have you been able to "git bisect" it to a specific commit? **Not that I'm aware of.** **To Reproduce** Steps to reproduce the behavior: - Connect to a broker via MQTT_TRANSPORT_SECURE_WEBSOCKET - Subscribe to a topic X - Publish a message to a topic Y with QoS2 every 5 seconds - Sometimes publish a message to topic X (QoS1) from another client - Watch the delay between publish and receiving this message is rising over the time **Expected behavior** The time between publish a message and getting it through the event cb should be relatively constant. **Impact** I'm not able to deliver the product with this bug. **Logs and console output** Here is a log of this situation. Lines, starting with "!!!->" are comments added by me. <details> <summary>Click to open LOG</summary> ``` !!!-> Publish Message [02:03:52.619,000] <inf> CloudClient: MQTT PUB [QoS2] 21.910614 > 6269435adc5b781b5d060c1b [02:03:52.620,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:03:52.620,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:03:52.620,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:03:52.620,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:565c cur:0x20008c40, end:0x20008ff8 [02:03:52.620,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:03:52.620,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:03:52.620,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:03:52.620,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:03:52.620,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:03:52.620,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:03:52.620,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:03:52.622,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:03:52.624,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:03:52.624,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:03:52.624,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:52.624,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:52.875,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:52.875,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 82 bytes of data [02:03:52.875,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:03:52.875,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:03:52.875,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:03:52.875,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:03:52.875,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:03:52.875,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:8314 [02:03:53.125,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:53.375,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:53.626,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:53.876,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:54.126,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:54.376,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:54.626,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:54.877,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:55.127,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:55.377,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:55.627,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> WebSocket got the Message from the other client (buffer raises up to 214 byte) [02:03:55.628,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:03:55.628,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:03:55.628,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:03:55.628,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:03:55.628,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:03:55.628,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:03:55.628,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:3777 [02:03:55.878,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:56.128,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:56.379,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:56.629,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:56.879,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:57.129,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:57.379,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:57.630,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:57.880,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:58.130,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:03:58.381,000] <inf> CloudClient: MQTT PUB [QoS2] 21.921297 > 6269435adc5b781b5d060c1b [02:03:58.381,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:03:58.381,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:03:58.381,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:03:58.381,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:d10e cur:0x20008c40, end:0x20008ff8 [02:03:58.381,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:03:58.381,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:03:58.381,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:03:58.381,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:03:58.381,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:03:58.381,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:03:58.381,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:03:58.383,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:03:58.385,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:03:58.385,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:03:58.385,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:58.386,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:58.636,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:58.886,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:59.136,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:59.386,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:59.637,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:59.637,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:03:59.637,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:03:59.637,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:03:59.637,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:03:59.637,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:03:59.637,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:03:59.637,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:7d56 [02:03:59.887,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:00.137,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:00.388,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:00.638,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:00.888,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:01.138,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:01.388,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:01.639,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:01.889,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:02.139,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:02.389,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:02.639,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:02.890,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:03.140,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:03.390,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:03.640,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:03.890,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:04.141,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:04.391,000] <inf> CloudClient: MQTT PUB [QoS2] 21.924248 > 6269435adc5b781b5d060c1b [02:04:04.391,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:04.391,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:04.391,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:04.391,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:9572 cur:0x20008c40, end:0x20008ff8 [02:04:04.391,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:04.391,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:04.391,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:04.391,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:04.391,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:04.391,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:04.391,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:04.394,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:04.396,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:04.396,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:04.396,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:04.397,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:04.647,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:04.647,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:04.647,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:04.647,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:04.647,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:04.647,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:04.647,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:04.647,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:97ff [02:04:04.897,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:05.148,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:05.398,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:05.648,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:05.898,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:06.148,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:06.399,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:06.649,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:06.899,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:07.149,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:07.399,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:07.650,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:07.900,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:08.150,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:08.400,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:08.650,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:08.901,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:09.151,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:09.401,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:09.651,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:09.902,000] <inf> CloudClient: MQTT PUB [QoS2] 21.924513 > 6269435adc5b781b5d060c1b [02:04:09.902,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:09.902,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:09.902,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:09.902,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0fa0 cur:0x20008c40, end:0x20008ff8 [02:04:09.902,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:09.902,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:09.902,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:09.902,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:09.902,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:09.902,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:09.902,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:09.904,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:09.906,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:09.906,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:09.907,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:09.907,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:10.157,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:10.158,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:10.158,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:10.158,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:10.158,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:10.158,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:10.158,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:10.158,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:70c7 [02:04:10.408,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:10.658,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:10.908,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:11.159,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:11.409,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:11.659,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:11.909,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:12.159,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:12.410,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:12.660,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:12.910,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:13.160,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:13.410,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:13.661,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:13.911,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:14.161,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:14.411,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:14.661,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:14.912,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:15.162,000] <inf> CloudClient: MQTT PUB [QoS2] 21.919605 > 6269435adc5b781b5d060c1b [02:04:15.162,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:15.162,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:15.162,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:15.162,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:fca4 cur:0x20008c40, end:0x20008ff8 [02:04:15.162,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:15.162,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:15.162,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:15.162,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:15.162,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:15.162,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:15.162,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:15.165,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:15.167,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:15.167,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:15.167,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:15.167,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:15.417,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:15.418,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:15.418,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:15.418,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:15.418,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:15.418,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:15.418,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:15.418,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:1911 [02:04:15.668,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:15.918,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:16.168,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:16.418,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:16.669,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:16.919,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:17.170,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:17.420,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:17.670,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:17.920,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:18.170,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:18.421,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:18.671,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:18.921,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:19.171,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:19.421,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:19.672,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:19.922,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:20.172,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:20.422,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:20.673,000] <inf> CloudClient: MQTT PUB [QoS2] 21.913340 > 6269435adc5b781b5d060c1b [02:04:20.673,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:20.673,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:20.673,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:20.673,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:9e94 cur:0x20008c40, end:0x20008ff8 [02:04:20.673,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:20.673,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:20.673,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:20.673,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:20.673,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:20.673,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:20.673,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:20.675,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:20.677,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:20.677,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:20.677,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:20.677,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:20.928,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:20.928,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:20.928,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:20.928,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:20.928,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:20.928,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:20.928,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:20.928,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:a842 [02:04:21.178,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:21.428,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:21.679,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:21.929,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:22.179,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:22.429,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:22.679,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:22.930,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:23.180,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:23.430,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:23.680,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:23.930,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:24.181,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:24.431,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:24.681,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:24.931,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:25.181,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:25.432,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:25.682,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:25.932,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:26.182,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:26.432,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:26.683,000] <inf> CloudClient: MQTT PUB [QoS2] 21.919832 > 6269435adc5b781b5d060c1b [02:04:26.683,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:26.683,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:26.683,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:26.683,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:d8fe cur:0x20008c40, end:0x20008ff8 [02:04:26.683,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:26.683,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:26.683,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:26.683,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:26.683,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:26.683,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:26.683,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:26.686,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:26.688,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:26.688,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:26.688,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:26.688,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:26.938,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:27.188,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:27.439,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:27.689,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:27.939,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:28.189,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:28.439,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:28.690,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:28.690,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:28.690,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:28.690,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:28.690,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:28.690,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:28.690,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:28.690,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:5a46 [02:04:28.940,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:29.190,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:29.441,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:29.691,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:29.941,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:30.191,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:30.441,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:30.692,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:30.942,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:31.192,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:31.442,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:31.692,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:31.943,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:32.193,000] <inf> CloudClient: MQTT PUB [QoS2] 21.924774 > 6269435adc5b781b5d060c1b [02:04:32.193,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:32.193,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:32.193,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:32.193,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:d4aa cur:0x20008c40, end:0x20008ff8 [02:04:32.193,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:32.193,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:32.193,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:32.193,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:32.193,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:32.193,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:32.193,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:32.196,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:32.198,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:32.198,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:32.198,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:32.198,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:32.448,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:32.449,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:32.449,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:32.449,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:32.449,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:32.449,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:32.449,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:32.449,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:2900 [02:04:32.699,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:32.949,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:33.199,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:33.449,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:33.700,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:33.950,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:34.200,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:34.450,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:34.700,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:34.951,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:35.201,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:35.451,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:35.701,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:35.951,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:36.202,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:36.452,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:36.702,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:36.952,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:37.202,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:37.453,000] <inf> CloudClient: MQTT PUB [QoS2] 21.930300 > 6269435adc5b781b5d060c1b [02:04:37.453,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:37.453,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:37.453,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:37.453,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0793 cur:0x20008c40, end:0x20008ff8 [02:04:37.453,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:37.453,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:37.453,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:37.453,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:37.453,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:37.453,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:37.453,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:37.455,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:37.458,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:37.458,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:37.458,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:37.458,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:37.708,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:37.958,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:38.208,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:38.459,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:38.709,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:38.959,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:39.209,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:39.209,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:39.210,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:39.210,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:39.210,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:39.210,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:39.210,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:39.210,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:b58e [02:04:39.460,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:39.710,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:39.960,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:40.210,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:40.461,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:40.711,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:40.961,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:41.211,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:41.461,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:41.712,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:41.962,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:42.212,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:42.462,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:42.712,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:42.963,000] <inf> CloudClient: MQTT PUB [QoS2] 21.924309 > 6269435adc5b781b5d060c1b [02:04:42.963,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:42.963,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:42.963,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:42.963,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:fa1a cur:0x20008c40, end:0x20008ff8 [02:04:42.963,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:42.963,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:42.963,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:42.963,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:42.963,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:42.963,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:42.963,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:42.965,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:42.968,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:42.968,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:42.968,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:42.968,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:43.218,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:43.468,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:43.718,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:43.969,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:43.969,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:43.969,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:43.969,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:43.969,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:43.969,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:43.969,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:43.969,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:41b1 [02:04:44.219,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:44.469,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:44.720,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:44.970,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:45.220,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:45.470,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:45.720,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:45.971,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:46.221,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:46.471,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:46.721,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:46.971,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:47.222,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:47.472,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:47.722,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:47.972,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:48.223,000] <inf> CloudClient: MQTT PUB [QoS2] 21.916599 > 6269435adc5b781b5d060c1b [02:04:48.223,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:48.223,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:48.223,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:48.223,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:a802 cur:0x20008c40, end:0x20008ff8 [02:04:48.223,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:48.223,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:48.223,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:48.223,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:48.223,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:48.223,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:48.223,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:48.225,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:48.228,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:48.228,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:48.228,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:48.228,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:48.478,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:48.728,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:48.978,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:49.228,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:49.479,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:49.479,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:49.479,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:49.479,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:49.479,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:49.479,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:49.479,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:49.479,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:0437 [02:04:49.729,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:49.979,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:50.230,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:50.480,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:50.731,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:50.981,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:51.231,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:51.482,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:51.732,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:51.982,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:52.232,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:52.482,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:52.733,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:52.983,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:53.233,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:53.483,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:53.733,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:53.984,000] <inf> CloudClient: MQTT PUB [QoS2] 21.912449 > 6269435adc5b781b5d060c1b [02:04:53.984,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:53.984,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:53.984,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:53.984,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:d872 cur:0x20008c40, end:0x20008ff8 [02:04:53.984,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:53.984,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:53.984,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:53.984,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:53.984,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:53.984,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:53.984,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:53.988,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:53.990,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:53.990,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:53.990,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:53.990,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:54.240,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:54.241,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:54.241,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:54.241,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:54.241,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:54.241,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:54.241,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:54.241,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:1575 [02:04:54.491,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:54.741,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:54.991,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:55.242,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:55.492,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:55.742,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:55.992,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:56.242,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:56.493,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:56.743,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:56.993,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:57.243,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:57.493,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:57.744,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:57.994,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:58.244,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:58.494,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:58.744,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:58.995,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:59.245,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:59.495,000] <inf> CloudClient: MQTT PUB [QoS2] 21.920723 > 6269435adc5b781b5d060c1b [02:04:59.495,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:59.495,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:59.495,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:59.495,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:4a52 cur:0x20008c40, end:0x20008ff8 [02:04:59.495,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:59.496,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:59.496,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:59.496,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:59.496,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:59.496,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:59.496,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:59.498,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:59.500,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:59.500,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:59.500,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:59.500,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:59.750,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:59.751,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:59.751,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:59.751,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:59.751,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:59.751,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:59.751,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:59.751,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:565c [02:05:00.001,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:00.251,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:00.501,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:00.752,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:01.002,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:01.252,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:01.502,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:01.752,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:02.003,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:02.253,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:02.503,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:02.753,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:03.003,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:03.254,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:03.504,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:03.754,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:04.004,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:04.254,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:04.505,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:04.755,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:05.005,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:05.255,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:05:05.506,000] <inf> CloudClient: MQTT PUB [QoS2] 21.929531 > 6269435adc5b781b5d060c1b [02:05:05.506,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:05:05.506,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:05:05.506,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:05:05.506,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:4d76 cur:0x20008c40, end:0x20008ff8 [02:05:05.506,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:05:05.506,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:05:05.506,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:05:05.506,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:05:05.506,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:05:05.506,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:05:05.506,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:05:05.508,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:05:05.511,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:05:05.511,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:05:05.511,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:05.511,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:05.761,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:05.761,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 212 bytes of data !!!-> FINALLY got the wanted MQTT message out of the buffer [02:05:05.761,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:05:05.761,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:30 [02:05:05.761,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fb [02:05:05.761,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:30 [02:05:05.761,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000083 [02:05:05.761,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBLISH [02:05:05.761,000] <dbg> net_mqtt_dec.unpack_utf8_str: (MqttThread): >> cur:0x200087fb, end:0x2000883a [02:05:05.762,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fb, end:0x2000883a [02:05:05.762,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:003d [02:05:05.762,000] <dbg> net_mqtt_dec.unpack_utf8_str: (MqttThread): << str_size:0000003f [02:05:05.762,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): PUB QoS:00, message len 00000044, topic len 0000003d [02:05:05.762,000] <inf> CloudClient: MQTT THREAD got Message. result: 0 qos: 0 [02:05:05.762,000] <inf> CloudClient: Set 626bd331dc5b781b5d0610aa to 1.000000 [02:05:06.012,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:06.263,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:06.513,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:06.763,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:07.013,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:07.264,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:07.514,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:07.764,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:08.014,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:08.265,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:08.515,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:08.765,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:09.015,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:09.266,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 ``` </details> **Environment (please complete the following information):** - OS: Linux - Toolchain: toolchain-gccarmnoneeabi @ 1.80201.181220 (8.2.1), VS Code with PlatformIO - Commit SHA or Version used: Zephyr version 2.7.2 (but also tested all mqtt and websocket related fixes up to Main-HEAD) **Additional context** The websocket debug print that gives the remaining amount of data is constantly rising during normal operation. [00:46:29.210,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is xx bytes of data Right after boot there are 2 bytes. An hour later there are 30 bytes. And that number is never falling.
1.0
MQTT over WebSockets: After hours of running time receiving published messages is strongly delayed - **Describe the bug** I am using MQTT over secure websockets. The most of the time the device is simply pushing mqtt message in an interval of 5 seconds to a single topic. But sometimes another mqtt client publishes a message to a subscribed topic. Right after the start of the device the published message from the other client is immediately send to the MQTT event callback. Thats fine. But after a several hours of running time the published message of the other client is strongly delayed. Sometimes up to one minute or longer. I have looked at the behavior and found out, that the MQTT message gets immediately into the WebSocket buffer. But the MQTT stack does not get it right away. This behaviour stops when restarting the device. If using MQTTS instead of MQTT over WebSockets everything works fine. Please also mention any information which could help others to understand the problem you're facing: - What target platform are you using? **STM32F4** - What have you tried to diagnose or workaround this issue? **Looking at the debug prints of the mqtt and websocket stack** - Is this a regression? If yes, have you been able to "git bisect" it to a specific commit? **Not that I'm aware of.** **To Reproduce** Steps to reproduce the behavior: - Connect to a broker via MQTT_TRANSPORT_SECURE_WEBSOCKET - Subscribe to a topic X - Publish a message to a topic Y with QoS2 every 5 seconds - Sometimes publish a message to topic X (QoS1) from another client - Watch the delay between publish and receiving this message is rising over the time **Expected behavior** The time between publish a message and getting it through the event cb should be relatively constant. **Impact** I'm not able to deliver the product with this bug. **Logs and console output** Here is a log of this situation. Lines, starting with "!!!->" are comments added by me. <details> <summary>Click to open LOG</summary> ``` !!!-> Publish Message [02:03:52.619,000] <inf> CloudClient: MQTT PUB [QoS2] 21.910614 > 6269435adc5b781b5d060c1b [02:03:52.620,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:03:52.620,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:03:52.620,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:03:52.620,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:565c cur:0x20008c40, end:0x20008ff8 [02:03:52.620,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:03:52.620,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:03:52.620,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:03:52.620,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:03:52.620,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:03:52.620,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:03:52.620,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:03:52.622,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:03:52.624,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:03:52.624,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:03:52.624,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:52.624,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:52.875,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:52.875,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 82 bytes of data [02:03:52.875,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:03:52.875,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:03:52.875,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:03:52.875,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:03:52.875,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:03:52.875,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:8314 [02:03:53.125,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:53.375,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:53.626,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:53.876,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:54.126,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:54.376,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:54.626,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:54.877,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:55.127,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:55.377,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:55.627,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> WebSocket got the Message from the other client (buffer raises up to 214 byte) [02:03:55.628,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:03:55.628,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:03:55.628,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:03:55.628,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:03:55.628,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:03:55.628,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:03:55.628,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:3777 [02:03:55.878,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:56.128,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:56.379,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:56.629,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:56.879,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:57.129,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:57.379,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:57.630,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:57.880,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:58.130,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:03:58.381,000] <inf> CloudClient: MQTT PUB [QoS2] 21.921297 > 6269435adc5b781b5d060c1b [02:03:58.381,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:03:58.381,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:03:58.381,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:03:58.381,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:d10e cur:0x20008c40, end:0x20008ff8 [02:03:58.381,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:03:58.381,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:03:58.381,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:03:58.381,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:03:58.381,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:03:58.381,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:03:58.381,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:03:58.383,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:03:58.385,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:03:58.385,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:03:58.385,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:58.386,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:58.636,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:58.886,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:59.136,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:59.386,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:59.637,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:03:59.637,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:03:59.637,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:03:59.637,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:03:59.637,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:03:59.637,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:03:59.637,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:03:59.637,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:7d56 [02:03:59.887,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:00.137,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:00.388,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:00.638,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:00.888,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:01.138,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:01.388,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:01.639,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:01.889,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:02.139,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:02.389,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:02.639,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:02.890,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:03.140,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:03.390,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:03.640,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:03.890,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:04.141,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:04.391,000] <inf> CloudClient: MQTT PUB [QoS2] 21.924248 > 6269435adc5b781b5d060c1b [02:04:04.391,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:04.391,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:04.391,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:04.391,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:9572 cur:0x20008c40, end:0x20008ff8 [02:04:04.391,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:04.391,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:04.391,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:04.391,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:04.391,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:04.391,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:04.391,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:04.394,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:04.396,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:04.396,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:04.396,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:04.397,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:04.647,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:04.647,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:04.647,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:04.647,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:04.647,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:04.647,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:04.647,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:04.647,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:97ff [02:04:04.897,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:05.148,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:05.398,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:05.648,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:05.898,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:06.148,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:06.399,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:06.649,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:06.899,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:07.149,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:07.399,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:07.650,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:07.900,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:08.150,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:08.400,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:08.650,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:08.901,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:09.151,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:09.401,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:09.651,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:09.902,000] <inf> CloudClient: MQTT PUB [QoS2] 21.924513 > 6269435adc5b781b5d060c1b [02:04:09.902,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:09.902,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:09.902,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:09.902,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0fa0 cur:0x20008c40, end:0x20008ff8 [02:04:09.902,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:09.902,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:09.902,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:09.902,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:09.902,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:09.902,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:09.902,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:09.904,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:09.906,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:09.906,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:09.907,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:09.907,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:10.157,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:10.158,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:10.158,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:10.158,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:10.158,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:10.158,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:10.158,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:10.158,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:70c7 [02:04:10.408,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:10.658,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:10.908,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:11.159,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:11.409,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:11.659,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:11.909,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:12.159,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:12.410,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:12.660,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:12.910,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:13.160,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:13.410,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:13.661,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:13.911,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:14.161,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:14.411,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:14.661,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:14.912,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:15.162,000] <inf> CloudClient: MQTT PUB [QoS2] 21.919605 > 6269435adc5b781b5d060c1b [02:04:15.162,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:15.162,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:15.162,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:15.162,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:fca4 cur:0x20008c40, end:0x20008ff8 [02:04:15.162,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:15.162,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:15.162,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:15.162,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:15.162,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:15.162,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:15.162,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:15.165,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:15.167,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:15.167,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:15.167,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:15.167,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:15.417,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:15.418,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:15.418,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:15.418,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:15.418,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:15.418,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:15.418,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:15.418,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:1911 [02:04:15.668,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:15.918,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:16.168,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:16.418,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:16.669,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:16.919,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:17.170,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:17.420,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:17.670,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:17.920,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:18.170,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:18.421,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:18.671,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:18.921,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:19.171,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:19.421,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:19.672,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:19.922,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:20.172,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:20.422,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:20.673,000] <inf> CloudClient: MQTT PUB [QoS2] 21.913340 > 6269435adc5b781b5d060c1b [02:04:20.673,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:20.673,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:20.673,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:20.673,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:9e94 cur:0x20008c40, end:0x20008ff8 [02:04:20.673,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:20.673,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:20.673,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:20.673,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:20.673,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:20.673,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:20.673,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:20.675,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:20.677,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:20.677,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:20.677,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:20.677,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:20.928,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:20.928,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:20.928,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:20.928,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:20.928,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:20.928,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:20.928,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:20.928,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:a842 [02:04:21.178,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:21.428,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:21.679,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:21.929,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:22.179,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:22.429,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:22.679,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:22.930,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:23.180,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:23.430,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:23.680,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:23.930,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:24.181,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:24.431,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:24.681,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:24.931,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:25.181,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:25.432,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:25.682,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:25.932,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:26.182,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:26.432,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:26.683,000] <inf> CloudClient: MQTT PUB [QoS2] 21.919832 > 6269435adc5b781b5d060c1b [02:04:26.683,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:26.683,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:26.683,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:26.683,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:d8fe cur:0x20008c40, end:0x20008ff8 [02:04:26.683,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:26.683,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:26.683,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:26.683,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:26.683,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:26.683,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:26.683,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:26.686,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:26.688,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:26.688,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:26.688,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:26.688,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:26.938,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:27.188,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:27.439,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:27.689,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:27.939,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:28.189,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:28.439,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:28.690,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:28.690,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:28.690,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:28.690,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:28.690,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:28.690,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:28.690,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:28.690,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:5a46 [02:04:28.940,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:29.190,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:29.441,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:29.691,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:29.941,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:30.191,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:30.441,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:30.692,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:30.942,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:31.192,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:31.442,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:31.692,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:31.943,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:32.193,000] <inf> CloudClient: MQTT PUB [QoS2] 21.924774 > 6269435adc5b781b5d060c1b [02:04:32.193,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:32.193,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:32.193,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:32.193,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:d4aa cur:0x20008c40, end:0x20008ff8 [02:04:32.193,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:32.193,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:32.193,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:32.193,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:32.193,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:32.193,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:32.193,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:32.196,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:32.198,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:32.198,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:32.198,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:32.198,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:32.448,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:32.449,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:32.449,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:32.449,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:32.449,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:32.449,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:32.449,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:32.449,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:2900 [02:04:32.699,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:32.949,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:33.199,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:33.449,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:33.700,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:33.950,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:34.200,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:34.450,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:34.700,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:34.951,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:35.201,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:35.451,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:35.701,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:35.951,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:36.202,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:36.452,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:36.702,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:36.952,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:37.202,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:37.453,000] <inf> CloudClient: MQTT PUB [QoS2] 21.930300 > 6269435adc5b781b5d060c1b [02:04:37.453,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:37.453,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:37.453,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:37.453,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0793 cur:0x20008c40, end:0x20008ff8 [02:04:37.453,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:37.453,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:37.453,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:37.453,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:37.453,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:37.453,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:37.453,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:37.455,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:37.458,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:37.458,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:37.458,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:37.458,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:37.708,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:37.958,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:38.208,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:38.459,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:38.709,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:38.959,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:39.209,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:39.209,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:39.210,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:39.210,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:39.210,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:39.210,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:39.210,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:39.210,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:b58e [02:04:39.460,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:39.710,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:39.960,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:40.210,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:40.461,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:40.711,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:40.961,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:41.211,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:41.461,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:41.712,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:41.962,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:42.212,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:42.462,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:42.712,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:42.963,000] <inf> CloudClient: MQTT PUB [QoS2] 21.924309 > 6269435adc5b781b5d060c1b [02:04:42.963,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:42.963,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:42.963,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:42.963,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:fa1a cur:0x20008c40, end:0x20008ff8 [02:04:42.963,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:42.963,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:42.963,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:42.963,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:42.963,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:42.963,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:42.963,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:42.965,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:42.968,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:42.968,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:42.968,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:42.968,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:43.218,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:43.468,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:43.718,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:43.969,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:43.969,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:43.969,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:43.969,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:43.969,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:43.969,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:43.969,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:43.969,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:41b1 [02:04:44.219,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:44.469,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:44.720,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:44.970,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:45.220,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:45.470,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:45.720,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:45.971,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:46.221,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:46.471,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:46.721,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:46.971,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:47.222,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:47.472,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:47.722,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:47.972,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:48.223,000] <inf> CloudClient: MQTT PUB [QoS2] 21.916599 > 6269435adc5b781b5d060c1b [02:04:48.223,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:48.223,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:48.223,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:48.223,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:a802 cur:0x20008c40, end:0x20008ff8 [02:04:48.223,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:48.223,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:48.223,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:48.223,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:48.223,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:48.223,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:48.223,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:48.225,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:48.228,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:48.228,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:48.228,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:48.228,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:48.478,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:48.728,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:48.978,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:49.228,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:49.479,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:49.479,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:49.479,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:49.479,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:49.479,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:49.479,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:49.479,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:49.479,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:0437 [02:04:49.729,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:49.979,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:50.230,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:50.480,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:50.731,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:50.981,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:51.231,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:51.482,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:51.732,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:51.982,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:52.232,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:52.482,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:52.733,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:52.983,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:53.233,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:53.483,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:53.733,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:53.984,000] <inf> CloudClient: MQTT PUB [QoS2] 21.912449 > 6269435adc5b781b5d060c1b [02:04:53.984,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:53.984,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:53.984,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:53.984,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:d872 cur:0x20008c40, end:0x20008ff8 [02:04:53.984,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:53.984,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:53.984,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:53.984,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:53.984,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:53.984,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:53.984,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:53.988,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:53.990,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:53.990,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:53.990,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:53.990,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:54.240,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:54.241,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:54.241,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:54.241,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:54.241,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:54.241,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:54.241,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:54.241,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:1575 [02:04:54.491,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:54.741,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:54.991,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:55.242,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:55.492,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:55.742,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:55.992,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:56.242,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:56.493,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:56.743,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:56.993,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:57.243,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:57.493,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:57.744,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:57.994,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:58.244,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:58.494,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:58.744,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:58.995,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:59.245,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:04:59.495,000] <inf> CloudClient: MQTT PUB [QoS2] 21.920723 > 6269435adc5b781b5d060c1b [02:04:59.495,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:04:59.495,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:04:59.495,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:04:59.495,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:4a52 cur:0x20008c40, end:0x20008ff8 [02:04:59.495,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:04:59.496,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:04:59.496,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:04:59.496,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:04:59.496,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:04:59.496,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:04:59.496,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:04:59.498,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:04:59.500,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:04:59.500,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:04:59.500,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:59.500,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:59.750,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:04:59.751,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 214 bytes of data [02:04:59.751,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:04:59.751,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:40 [02:04:59.751,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000002 [02:04:59.751,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBACK! [02:04:59.751,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fa, end:0x200087fc [02:04:59.751,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:565c [02:05:00.001,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:00.251,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:00.501,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:00.752,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:01.002,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:01.252,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:01.502,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:01.752,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:02.003,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:02.253,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:02.503,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:02.753,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:03.003,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:03.254,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:03.504,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:03.754,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:04.004,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:04.254,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:04.505,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:04.755,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:05.005,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:05.255,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 !!!-> Publish Message [02:05:05.506,000] <inf> CloudClient: MQTT PUB [QoS2] 21.929531 > 6269435adc5b781b5d060c1b [02:05:05.506,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: >> Topic size 0x00000041, Data size 0x00000038 [02:05:05.506,000] <dbg> net_mqtt_enc.pack_utf8_str: (MqttThread): >> str_size:00000043 cur:0x20008bfd, end:0x20008ff8 [02:05:05.506,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:0041 cur:0x20008bfd, end:0x20008ff8 [02:05:05.506,000] <dbg> net_mqtt_enc.pack_uint16: (MqttThread): >> val:4d76 cur:0x20008c40, end:0x20008ff8 [02:05:05.506,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): << msg type:0x34 length:0x0000007d [02:05:05.506,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:(nil), end:(nil) [02:05:05.506,000] <dbg> net_mqtt_enc.mqtt_encode_fixed_header: (MqttThread): Fixed header length = 02 [02:05:05.506,000] <dbg> net_mqtt_enc.pack_uint8: (MqttThread): >> val:34 cur:0x20008bfb, end:0x20008ff8 [02:05:05.506,000] <dbg> net_mqtt_enc.packet_length_encode: (MqttThread): >> length:0x0000007d cur:0x20008bfc, end:0x20008ff8 [02:05:05.506,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport writing message. [02:05:05.506,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 71 BIN/1/more [02:05:05.508,000] <dbg> net_websocket.websocket_send_msg: (MqttThread): [0x2000a2c8] Len 56 CONT/1/final [02:05:05.511,000] <dbg> net_mqtt.client_write_msg: (MqttThread): [0x200095b4]: Transport write complete. [02:05:05.511,000] <dbg> net_mqtt.mqtt_publish: (MqttThread): [CID 0x200095b4]:[State 0x06]: << result 0x00000000 [02:05:05.511,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:05.511,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:05.761,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:05.761,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is 212 bytes of data !!!-> FINALLY got the wanted MQTT message out of the buffer [02:05:05.761,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fa [02:05:05.761,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:30 [02:05:05.761,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): >> cur:0x200087f8, end:0x200087fb [02:05:05.761,000] <dbg> net_mqtt_dec.unpack_uint8: (MqttThread): << val:30 [02:05:05.761,000] <dbg> net_mqtt_dec.packet_length_decode: (MqttThread): length:0x00000083 [02:05:05.761,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): [CID 0x200095b4]: Received MQTT_PKT_TYPE_PUBLISH [02:05:05.761,000] <dbg> net_mqtt_dec.unpack_utf8_str: (MqttThread): >> cur:0x200087fb, end:0x2000883a [02:05:05.762,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): >> cur:0x200087fb, end:0x2000883a [02:05:05.762,000] <dbg> net_mqtt_dec.unpack_uint16: (MqttThread): << val:003d [02:05:05.762,000] <dbg> net_mqtt_dec.unpack_utf8_str: (MqttThread): << str_size:0000003f [02:05:05.762,000] <dbg> net_mqtt_rx.mqtt_handle_packet: (MqttThread): PUB QoS:00, message len 00000044, topic len 0000003d [02:05:05.762,000] <inf> CloudClient: MQTT THREAD got Message. result: 0 qos: 0 [02:05:05.762,000] <inf> CloudClient: Set 626bd331dc5b781b5d0610aa to 1.000000 [02:05:06.012,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:06.263,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:06.513,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:06.763,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:07.013,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:07.264,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:07.514,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:07.764,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:08.014,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:08.265,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:08.515,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:08.765,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:09.015,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 [02:05:09.266,000] <dbg> net_mqtt.mqtt_input: (MqttThread): state:0x00000006 ``` </details> **Environment (please complete the following information):** - OS: Linux - Toolchain: toolchain-gccarmnoneeabi @ 1.80201.181220 (8.2.1), VS Code with PlatformIO - Commit SHA or Version used: Zephyr version 2.7.2 (but also tested all mqtt and websocket related fixes up to Main-HEAD) **Additional context** The websocket debug print that gives the remaining amount of data is constantly rising during normal operation. [00:46:29.210,000] <dbg> net_websocket.websocket_recv_msg: (MqttThread): There is xx bytes of data Right after boot there are 2 bytes. An hour later there are 30 bytes. And that number is never falling.
non_defect
mqtt over websockets after hours of running time receiving published messages is strongly delayed describe the bug i am using mqtt over secure websockets the most of the time the device is simply pushing mqtt message in an interval of seconds to a single topic but sometimes another mqtt client publishes a message to a subscribed topic right after the start of the device the published message from the other client is immediately send to the mqtt event callback thats fine but after a several hours of running time the published message of the other client is strongly delayed sometimes up to one minute or longer i have looked at the behavior and found out that the mqtt message gets immediately into the websocket buffer but the mqtt stack does not get it right away this behaviour stops when restarting the device if using mqtts instead of mqtt over websockets everything works fine please also mention any information which could help others to understand the problem you re facing what target platform are you using what have you tried to diagnose or workaround this issue looking at the debug prints of the mqtt and websocket stack is this a regression if yes have you been able to git bisect it to a specific commit not that i m aware of to reproduce steps to reproduce the behavior connect to a broker via mqtt transport secure websocket subscribe to a topic x publish a message to a topic y with every seconds sometimes publish a message to topic x from another client watch the delay between publish and receiving this message is rising over the time expected behavior the time between publish a message and getting it through the event cb should be relatively constant impact i m not able to deliver the product with this bug logs and console output here is a log of this situation lines starting with are comments added by me click to open log publish message cloudclient mqtt pub net mqtt mqtt publish mqttthread topic size data size net mqtt enc pack str mqttthread str size cur end net mqtt enc pack mqttthread val cur end net mqtt enc pack mqttthread val cur end net mqtt enc mqtt encode fixed header mqttthread msg type length net mqtt enc packet length encode mqttthread length cur nil end nil net mqtt enc mqtt encode fixed header mqttthread fixed header length net mqtt enc pack mqttthread val cur end net mqtt enc packet length encode mqttthread length cur end net mqtt client write msg mqttthread transport writing message net websocket websocket send msg mqttthread len bin more net websocket websocket send msg mqttthread len cont final net mqtt client write msg mqttthread transport write complete net mqtt mqtt publish mqttthread result net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net websocket websocket recv msg mqttthread there is bytes of data net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt dec packet length decode mqttthread length net mqtt rx mqtt handle packet mqttthread received mqtt pkt type puback net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state websocket got the message from the other client buffer raises up to byte net websocket websocket recv msg mqttthread there is bytes of data net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt dec packet length decode mqttthread length net mqtt rx mqtt handle packet mqttthread received mqtt pkt type puback net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state publish message cloudclient mqtt pub net mqtt mqtt publish mqttthread topic size data size net mqtt enc pack str mqttthread str size cur end net mqtt enc pack mqttthread val cur end net mqtt enc pack mqttthread val cur end net mqtt enc mqtt encode fixed header mqttthread msg type length net mqtt enc packet length encode mqttthread length cur nil end nil net mqtt enc mqtt encode fixed header mqttthread fixed header length net mqtt enc pack mqttthread val cur end net mqtt enc packet length encode mqttthread length cur end net mqtt client write msg mqttthread transport writing message net websocket websocket send msg mqttthread len bin more net websocket websocket send msg mqttthread len cont final net mqtt client write msg mqttthread transport write complete net mqtt mqtt publish mqttthread result net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net websocket websocket recv msg mqttthread there is bytes of data net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt dec packet length decode mqttthread length net mqtt rx mqtt handle packet mqttthread received mqtt pkt type puback net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state publish message cloudclient mqtt pub net mqtt mqtt publish mqttthread topic size data size net mqtt enc pack str mqttthread str size cur end net mqtt enc pack mqttthread val cur end net mqtt enc pack mqttthread val cur end net mqtt enc mqtt encode fixed header mqttthread msg type length net mqtt enc packet length encode mqttthread length cur nil end nil net mqtt enc mqtt encode fixed header mqttthread fixed header length net mqtt enc pack mqttthread val cur end net mqtt enc packet length encode mqttthread length cur end net mqtt client write msg mqttthread transport writing message net websocket websocket send msg mqttthread len bin more net websocket websocket send msg mqttthread len cont final net mqtt client write msg mqttthread transport write complete net mqtt mqtt publish mqttthread result net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net websocket websocket recv msg mqttthread there is bytes of data net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt dec packet length decode mqttthread length net mqtt rx mqtt handle packet mqttthread received mqtt pkt type puback net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state publish message cloudclient mqtt pub net mqtt mqtt publish mqttthread topic size data size net mqtt enc pack str mqttthread str size cur end net mqtt enc pack mqttthread val cur end net mqtt enc pack mqttthread val cur end net mqtt enc mqtt encode fixed header mqttthread msg type length net mqtt enc packet length encode mqttthread length cur nil end nil net mqtt enc mqtt encode fixed header mqttthread fixed header length net mqtt enc pack mqttthread val cur end net mqtt enc packet length encode mqttthread length cur end net mqtt client write msg mqttthread transport writing message net websocket websocket send msg mqttthread len bin more net websocket websocket send msg mqttthread len cont final net mqtt client write msg mqttthread transport write complete net mqtt mqtt publish mqttthread result net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net websocket websocket recv msg mqttthread there is bytes of data net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt dec packet length decode mqttthread length net mqtt rx mqtt handle packet mqttthread received mqtt pkt type puback net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state publish message cloudclient mqtt pub net mqtt mqtt publish mqttthread topic size data size net mqtt enc pack str mqttthread str size cur end net mqtt enc pack mqttthread val cur end net mqtt enc pack mqttthread val cur end net mqtt enc mqtt encode fixed header mqttthread msg type length net mqtt enc packet length encode mqttthread length cur nil end nil net mqtt enc mqtt encode fixed header mqttthread fixed header length net mqtt enc pack mqttthread val cur end net mqtt enc packet length encode mqttthread length cur end net mqtt client write msg mqttthread transport writing message net websocket websocket send msg mqttthread len bin more net websocket websocket send msg mqttthread len cont final net mqtt client write msg mqttthread transport write complete net mqtt mqtt publish mqttthread result net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net websocket websocket recv msg mqttthread there is bytes of data net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt dec packet length decode mqttthread length net mqtt rx mqtt handle packet mqttthread received mqtt pkt type puback net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state publish message cloudclient mqtt pub net mqtt mqtt publish mqttthread topic size data size net mqtt enc pack str mqttthread str size cur end net mqtt enc pack mqttthread val cur end net mqtt enc pack mqttthread val cur end net mqtt enc mqtt encode fixed header mqttthread msg type length net mqtt enc packet length encode mqttthread length cur nil end nil net mqtt enc mqtt encode fixed header mqttthread fixed header length net mqtt enc pack mqttthread val cur end net mqtt enc packet length encode mqttthread length cur end net mqtt client write msg mqttthread transport writing message net websocket websocket send msg mqttthread len bin more net websocket websocket send msg mqttthread len cont final net mqtt client write msg mqttthread transport write complete net mqtt mqtt publish mqttthread result net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net websocket websocket recv msg mqttthread there is bytes of data net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt dec packet length decode mqttthread length net mqtt rx mqtt handle packet mqttthread received mqtt pkt type puback net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state publish message cloudclient mqtt pub net mqtt mqtt publish mqttthread topic size data size net mqtt enc pack str mqttthread str size cur end net mqtt enc pack mqttthread val cur end net mqtt enc pack mqttthread val cur end net mqtt enc mqtt encode fixed header mqttthread msg type length net mqtt enc packet length encode mqttthread length cur nil end nil net mqtt enc mqtt encode fixed header mqttthread fixed header length net mqtt enc pack mqttthread val cur end net mqtt enc packet length encode mqttthread length cur end net mqtt client write msg mqttthread transport writing message net websocket websocket send msg mqttthread len bin more net websocket websocket send msg mqttthread len cont final net mqtt client write msg mqttthread transport write complete net mqtt mqtt publish mqttthread result net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net websocket websocket recv msg mqttthread there is bytes of data net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt dec packet length decode mqttthread length net mqtt rx mqtt handle packet mqttthread received mqtt pkt type puback net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state publish message cloudclient mqtt pub net mqtt mqtt publish mqttthread topic size data size net mqtt enc pack str mqttthread str size cur end net mqtt enc pack mqttthread val cur end net mqtt enc pack mqttthread val cur end net mqtt enc mqtt encode fixed header mqttthread msg type length net mqtt enc packet length encode mqttthread length cur nil end nil net mqtt enc mqtt encode fixed header mqttthread fixed header length net mqtt enc pack mqttthread val cur end net mqtt enc packet length encode mqttthread length cur end net mqtt client write msg mqttthread transport writing message net websocket websocket send msg mqttthread len bin more net websocket websocket send msg mqttthread len cont final net mqtt client write msg mqttthread transport write complete net mqtt mqtt publish mqttthread result net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net websocket websocket recv msg mqttthread there is bytes of data net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt dec packet length decode mqttthread length net mqtt rx mqtt handle packet mqttthread received mqtt pkt type puback net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state publish message cloudclient mqtt pub net mqtt mqtt publish mqttthread topic size data size net mqtt enc pack str mqttthread str size cur end net mqtt enc pack mqttthread val cur end net mqtt enc pack mqttthread val cur end net mqtt enc mqtt encode fixed header mqttthread msg type length net mqtt enc packet length encode mqttthread length cur nil end nil net mqtt enc mqtt encode fixed header mqttthread fixed header length net mqtt enc pack mqttthread val cur end net mqtt enc packet length encode mqttthread length cur end net mqtt client write msg mqttthread transport writing message net websocket websocket send msg mqttthread len bin more net websocket websocket send msg mqttthread len cont final net mqtt client write msg mqttthread transport write complete net mqtt mqtt publish mqttthread result net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net websocket websocket recv msg mqttthread there is bytes of data net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt dec packet length decode mqttthread length net mqtt rx mqtt handle packet mqttthread received mqtt pkt type puback net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state publish message cloudclient mqtt pub net mqtt mqtt publish mqttthread topic size data size net mqtt enc pack str mqttthread str size cur end net mqtt enc pack mqttthread val cur end net mqtt enc pack mqttthread val cur end net mqtt enc mqtt encode fixed header mqttthread msg type length net mqtt enc packet length encode mqttthread length cur nil end nil net mqtt enc mqtt encode fixed header mqttthread fixed header length net mqtt enc pack mqttthread val cur end net mqtt enc packet length encode mqttthread length cur end net mqtt client write msg mqttthread transport writing message net websocket websocket send msg mqttthread len bin more net websocket websocket send msg mqttthread len cont final net mqtt client write msg mqttthread transport write complete net mqtt mqtt publish mqttthread result net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net websocket websocket recv msg mqttthread there is bytes of data net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt dec packet length decode mqttthread length net mqtt rx mqtt handle packet mqttthread received mqtt pkt type puback net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state publish message cloudclient mqtt pub net mqtt mqtt publish mqttthread topic size data size net mqtt enc pack str mqttthread str size cur end net mqtt enc pack mqttthread val cur end net mqtt enc pack mqttthread val cur end net mqtt enc mqtt encode fixed header mqttthread msg type length net mqtt enc packet length encode mqttthread length cur nil end nil net mqtt enc mqtt encode fixed header mqttthread fixed header length net mqtt enc pack mqttthread val cur end net mqtt enc packet length encode mqttthread length cur end net mqtt client write msg mqttthread transport writing message net websocket websocket send msg mqttthread len bin more net websocket websocket send msg mqttthread len cont final net mqtt client write msg mqttthread transport write complete net mqtt mqtt publish mqttthread result net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net websocket websocket recv msg mqttthread there is bytes of data net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt dec packet length decode mqttthread length net mqtt rx mqtt handle packet mqttthread received mqtt pkt type puback net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state publish message cloudclient mqtt pub net mqtt mqtt publish mqttthread topic size data size net mqtt enc pack str mqttthread str size cur end net mqtt enc pack mqttthread val cur end net mqtt enc pack mqttthread val cur end net mqtt enc mqtt encode fixed header mqttthread msg type length net mqtt enc packet length encode mqttthread length cur nil end nil net mqtt enc mqtt encode fixed header mqttthread fixed header length net mqtt enc pack mqttthread val cur end net mqtt enc packet length encode mqttthread length cur end net mqtt client write msg mqttthread transport writing message net websocket websocket send msg mqttthread len bin more net websocket websocket send msg mqttthread len cont final net mqtt client write msg mqttthread transport write complete net mqtt mqtt publish mqttthread result net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net websocket websocket recv msg mqttthread there is bytes of data net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt dec packet length decode mqttthread length net mqtt rx mqtt handle packet mqttthread received mqtt pkt type puback net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state publish message cloudclient mqtt pub net mqtt mqtt publish mqttthread topic size data size net mqtt enc pack str mqttthread str size cur end net mqtt enc pack mqttthread val cur end net mqtt enc pack mqttthread val cur end net mqtt enc mqtt encode fixed header mqttthread msg type length net mqtt enc packet length encode mqttthread length cur nil end nil net mqtt enc mqtt encode fixed header mqttthread fixed header length net mqtt enc pack mqttthread val cur end net mqtt enc packet length encode mqttthread length cur end net mqtt client write msg mqttthread transport writing message net websocket websocket send msg mqttthread len bin more net websocket websocket send msg mqttthread len cont final net mqtt client write msg mqttthread transport write complete net mqtt mqtt publish mqttthread result net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net websocket websocket recv msg mqttthread there is bytes of data net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt dec packet length decode mqttthread length net mqtt rx mqtt handle packet mqttthread received mqtt pkt type puback net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state publish message cloudclient mqtt pub net mqtt mqtt publish mqttthread topic size data size net mqtt enc pack str mqttthread str size cur end net mqtt enc pack mqttthread val cur end net mqtt enc pack mqttthread val cur end net mqtt enc mqtt encode fixed header mqttthread msg type length net mqtt enc packet length encode mqttthread length cur nil end nil net mqtt enc mqtt encode fixed header mqttthread fixed header length net mqtt enc pack mqttthread val cur end net mqtt enc packet length encode mqttthread length cur end net mqtt client write msg mqttthread transport writing message net websocket websocket send msg mqttthread len bin more net websocket websocket send msg mqttthread len cont final net mqtt client write msg mqttthread transport write complete net mqtt mqtt publish mqttthread result net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net websocket websocket recv msg mqttthread there is bytes of data finally got the wanted mqtt message out of the buffer net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt dec packet length decode mqttthread length net mqtt rx mqtt handle packet mqttthread received mqtt pkt type publish net mqtt dec unpack str mqttthread cur end net mqtt dec unpack mqttthread cur end net mqtt dec unpack mqttthread val net mqtt dec unpack str mqttthread str size net mqtt rx mqtt handle packet mqttthread pub qos message len topic len cloudclient mqtt thread got message result qos cloudclient set to net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state net mqtt mqtt input mqttthread state environment please complete the following information os linux toolchain toolchain gccarmnoneeabi vs code with platformio commit sha or version used zephyr version but also tested all mqtt and websocket related fixes up to main head additional context the websocket debug print that gives the remaining amount of data is constantly rising during normal operation net websocket websocket recv msg mqttthread there is xx bytes of data right after boot there are bytes an hour later there are bytes and that number is never falling
0
30,981
6,385,075,399
IssuesEvent
2017-08-03 07:33:24
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
[cache] [dynamic-config] Write more tests for JCache dynamic configs introduce in 3.9
Team: Client Team: Core Type: Defect
We should have tests for all possible combinations, various listeners, etc. They should be driven from both clients and members.
1.0
[cache] [dynamic-config] Write more tests for JCache dynamic configs introduce in 3.9 - We should have tests for all possible combinations, various listeners, etc. They should be driven from both clients and members.
defect
write more tests for jcache dynamic configs introduce in we should have tests for all possible combinations various listeners etc they should be driven from both clients and members
1
12,222
19,349,262,222
IssuesEvent
2021-12-15 14:08:51
DavidS1998/D00018E
https://api.github.com/repos/DavidS1998/D00018E
closed
Allow for adding new products as admin from the website
priority-high effort-low REQUIREMENT
Form with basic info. Placeholder image.
1.0
Allow for adding new products as admin from the website - Form with basic info. Placeholder image.
non_defect
allow for adding new products as admin from the website form with basic info placeholder image
0
390,430
26,861,957,262
IssuesEvent
2023-02-03 19:15:44
OpenZeppelin/openzeppelin-contracts
https://api.github.com/repos/OpenZeppelin/openzeppelin-contracts
closed
Document Edge Case for `supportsERC165InterfaceUnchecked(..)`
good first issue documentation
## What this issue is about ? The `supportsERC165(..)` function when calling to check if an address supports a specific interfaceId, according to the ERC165 specs, it will check whether the address queried is supporting the ERC165 interfaceId, the queried interfaceId, also will check that the address queried is not supporting the `0xffffffff` interfaceId. The `supportsERC165InterfaceUnchecked(..)` function will check whether a specific address supports a single interfaceId, through ERC165. However, some addresses will return always true regardless if they support the interfaceId or not. These are the precompile addresses `0x000..0000002`, `0x000..0000003`, and `0x000..0000004`. It's unclear to me why this behavior is happening. This issue was pointed out by Runtime verification auditors while doing some fuzzing tests. **📝 Details** This happens only to `supportsERC165InterfaceUnchecked(..)`, because since the precompile addresses `0x000..0000002`, `0x000..0000003`, and `0x000..0000004` will return always true for all interfaceIds, it means that these addresses are also supporting the `0xffffffff` interfaceId. Since `supportsERC165(..)` checks that the address does not support `0xffffffff` interfaceId, then `supportsERC165(..)` is excluded from this behavior. This issue is opened to add documentation to `supportsERC165InterfaceUnchecked(..)` function using natspec, to acknowledge this edge case, and also to make it easy for developers doing fuzzing tests using foundry, to identify why the tests are failing when lacking context that these addresses will always return true. **🔢 Code to reproduce bug** You can call `supportsERC165InterfaceUnchecked(..)` on `0x000..0000002` , `0x000..0000003` and `0x000..0000004` addresses with any interfaceId to reproduce the case. ```js const precompiledAddress = [ "0x0000000000000000000000000000000000000002", "0x0000000000000000000000000000000000000003", "0x0000000000000000000000000000000000000004", ]; for (let i = 0; i < precompiledAddress.length; i++) { for (let ii = 0; ii < 100; ii++) { const result = await contract.supportsERC165Interface( precompiledAddress[i], ethers.utils.hexlify(ethers.utils.randomBytes(4)) ); expect(result).to.be.true; } } ``` Please let me know if it makes sense to add this to the function natspec.
1.0
Document Edge Case for `supportsERC165InterfaceUnchecked(..)` - ## What this issue is about ? The `supportsERC165(..)` function when calling to check if an address supports a specific interfaceId, according to the ERC165 specs, it will check whether the address queried is supporting the ERC165 interfaceId, the queried interfaceId, also will check that the address queried is not supporting the `0xffffffff` interfaceId. The `supportsERC165InterfaceUnchecked(..)` function will check whether a specific address supports a single interfaceId, through ERC165. However, some addresses will return always true regardless if they support the interfaceId or not. These are the precompile addresses `0x000..0000002`, `0x000..0000003`, and `0x000..0000004`. It's unclear to me why this behavior is happening. This issue was pointed out by Runtime verification auditors while doing some fuzzing tests. **📝 Details** This happens only to `supportsERC165InterfaceUnchecked(..)`, because since the precompile addresses `0x000..0000002`, `0x000..0000003`, and `0x000..0000004` will return always true for all interfaceIds, it means that these addresses are also supporting the `0xffffffff` interfaceId. Since `supportsERC165(..)` checks that the address does not support `0xffffffff` interfaceId, then `supportsERC165(..)` is excluded from this behavior. This issue is opened to add documentation to `supportsERC165InterfaceUnchecked(..)` function using natspec, to acknowledge this edge case, and also to make it easy for developers doing fuzzing tests using foundry, to identify why the tests are failing when lacking context that these addresses will always return true. **🔢 Code to reproduce bug** You can call `supportsERC165InterfaceUnchecked(..)` on `0x000..0000002` , `0x000..0000003` and `0x000..0000004` addresses with any interfaceId to reproduce the case. ```js const precompiledAddress = [ "0x0000000000000000000000000000000000000002", "0x0000000000000000000000000000000000000003", "0x0000000000000000000000000000000000000004", ]; for (let i = 0; i < precompiledAddress.length; i++) { for (let ii = 0; ii < 100; ii++) { const result = await contract.supportsERC165Interface( precompiledAddress[i], ethers.utils.hexlify(ethers.utils.randomBytes(4)) ); expect(result).to.be.true; } } ``` Please let me know if it makes sense to add this to the function natspec.
non_defect
document edge case for what this issue is about the function when calling to check if an address supports a specific interfaceid according to the specs it will check whether the address queried is supporting the interfaceid the queried interfaceid also will check that the address queried is not supporting the interfaceid the function will check whether a specific address supports a single interfaceid through however some addresses will return always true regardless if they support the interfaceid or not these are the precompile addresses and it s unclear to me why this behavior is happening this issue was pointed out by runtime verification auditors while doing some fuzzing tests 📝 details this happens only to because since the precompile addresses and will return always true for all interfaceids it means that these addresses are also supporting the interfaceid since checks that the address does not support interfaceid then is excluded from this behavior this issue is opened to add documentation to function using natspec to acknowledge this edge case and also to make it easy for developers doing fuzzing tests using foundry to identify why the tests are failing when lacking context that these addresses will always return true 🔢 code to reproduce bug you can call on and addresses with any interfaceid to reproduce the case js const precompiledaddress for let i i precompiledaddress length i for let ii ii ii const result await contract precompiledaddress ethers utils hexlify ethers utils randombytes expect result to be true please let me know if it makes sense to add this to the function natspec
0
246,632
20,888,522,069
IssuesEvent
2022-03-23 08:36:43
NDLANO/oppetid
https://api.github.com/repos/NDLANO/oppetid
closed
Test banner på test.ndla.no
maintenance test
<!-- start: 2021-03-23T06:00:00.220Z end: 2021-03-23T17:00:00.220Z expectedDown: ndla, ndla support --> Test av bannere
1.0
Test banner på test.ndla.no - <!-- start: 2021-03-23T06:00:00.220Z end: 2021-03-23T17:00:00.220Z expectedDown: ndla, ndla support --> Test av bannere
non_defect
test banner på test ndla no start end expecteddown ndla ndla support test av bannere
0
69,085
22,143,714,016
IssuesEvent
2022-06-03 09:38:19
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Plaintext labs options not present on Windows
T-Defect
### Steps to reproduce 1. Open Settings 2. Go to Labs 3. Scroll down 4. Plaintext options (i.e. video rooms) which appear on Arch Linux build are missing on Windows build (confirmed by 2 of my users) ### Outcome #### What did you expect? ![image](https://user-images.githubusercontent.com/46846000/171828788-ac4188a6-a181-43a6-bf2c-eab81ea67acd.png) #### What happened instead? ![image](https://user-images.githubusercontent.com/46846000/171828669-d09f8b73-df9f-4db4-bc24-7e748946e330.png) ### Operating system Windows ### Application version Element version: 1.10.13 Olm version: 3.2.8 ### How did you install the app? https://element.io/get-started ### Homeserver Synapse 1.60.0 ### Will you send logs? No
1.0
Plaintext labs options not present on Windows - ### Steps to reproduce 1. Open Settings 2. Go to Labs 3. Scroll down 4. Plaintext options (i.e. video rooms) which appear on Arch Linux build are missing on Windows build (confirmed by 2 of my users) ### Outcome #### What did you expect? ![image](https://user-images.githubusercontent.com/46846000/171828788-ac4188a6-a181-43a6-bf2c-eab81ea67acd.png) #### What happened instead? ![image](https://user-images.githubusercontent.com/46846000/171828669-d09f8b73-df9f-4db4-bc24-7e748946e330.png) ### Operating system Windows ### Application version Element version: 1.10.13 Olm version: 3.2.8 ### How did you install the app? https://element.io/get-started ### Homeserver Synapse 1.60.0 ### Will you send logs? No
defect
plaintext labs options not present on windows steps to reproduce open settings go to labs scroll down plaintext options i e video rooms which appear on arch linux build are missing on windows build confirmed by of my users outcome what did you expect what happened instead operating system windows application version element version olm version how did you install the app homeserver synapse will you send logs no
1
45,830
13,055,753,844
IssuesEvent
2020-07-30 02:38:07
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
ithon and tarballing broken (Trac #106)
Incomplete Migration Migrated from Trac cmake defect
Migrated from https://code.icecube.wisc.edu/ticket/106 ```json { "status": "closed", "changetime": "2007-11-09T22:33:45", "description": "ithon has a new destination path, lib/python/ithon.so, and this doesn't tarball correctly\n", "reporter": "troy", "cc": "", "resolution": "duplicate", "_ts": "1194647625000000", "component": "cmake", "summary": "ithon and tarballing broken", "priority": "normal", "keywords": "", "time": "2007-08-30T19:03:32", "milestone": "", "owner": "troy", "type": "defect" } ```
1.0
ithon and tarballing broken (Trac #106) - Migrated from https://code.icecube.wisc.edu/ticket/106 ```json { "status": "closed", "changetime": "2007-11-09T22:33:45", "description": "ithon has a new destination path, lib/python/ithon.so, and this doesn't tarball correctly\n", "reporter": "troy", "cc": "", "resolution": "duplicate", "_ts": "1194647625000000", "component": "cmake", "summary": "ithon and tarballing broken", "priority": "normal", "keywords": "", "time": "2007-08-30T19:03:32", "milestone": "", "owner": "troy", "type": "defect" } ```
defect
ithon and tarballing broken trac migrated from json status closed changetime description ithon has a new destination path lib python ithon so and this doesn t tarball correctly n reporter troy cc resolution duplicate ts component cmake summary ithon and tarballing broken priority normal keywords time milestone owner troy type defect
1
98,847
4,031,977,513
IssuesEvent
2016-05-18 19:00:06
neviko/Diff-sign-project
https://api.github.com/repos/neviko/Diff-sign-project
closed
fix the size of the letters
4 - Done point: 3 priority: medium
in learning mode , i have to fix the size of letters's pictures according to the screen size
1.0
fix the size of the letters - in learning mode , i have to fix the size of letters's pictures according to the screen size
non_defect
fix the size of the letters in learning mode i have to fix the size of letters s pictures according to the screen size
0
306,644
9,397,634,446
IssuesEvent
2019-04-08 10:11:20
medic/medic
https://api.github.com/repos/medic/medic
opened
Allow users to specify date for UHC last visited
Priority: 1 - High Type: Improvement
Currently we always use a visit doc's `reported_date` field as the basis for the UHC last visited date. Sometimes the form allows the user to enter the date the visit occurred, in which case we should use that field instead. Update the implementation to look for a specific field in the form to use as the last visited date, falling back to the `reported_date`. Make sure the date format that the enketo date picker outputs is compatible with our last visited date implementation.
1.0
Allow users to specify date for UHC last visited - Currently we always use a visit doc's `reported_date` field as the basis for the UHC last visited date. Sometimes the form allows the user to enter the date the visit occurred, in which case we should use that field instead. Update the implementation to look for a specific field in the form to use as the last visited date, falling back to the `reported_date`. Make sure the date format that the enketo date picker outputs is compatible with our last visited date implementation.
non_defect
allow users to specify date for uhc last visited currently we always use a visit doc s reported date field as the basis for the uhc last visited date sometimes the form allows the user to enter the date the visit occurred in which case we should use that field instead update the implementation to look for a specific field in the form to use as the last visited date falling back to the reported date make sure the date format that the enketo date picker outputs is compatible with our last visited date implementation
0
80,229
30,121,662,543
IssuesEvent
2023-06-30 15:38:41
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
opened
Swipe to reply sensitivity
T-Defect
### Steps to reproduce Swipe right on a message bubble ### Outcome When swiping on a message to reply, there is a pause before the message moves from when you first start swiping. This makes the experience feel sluggish and makes it almost impossible to swipe on a message that you've sent if it has between 1-4 characters. The sensitivity of the swipe should change so that as soon as the user swipes on a message it should start moving without a pause. ### Your phone model _No response_ ### Operating system version _No response_ ### Application version _No response_ ### Homeserver _No response_ ### Will you send logs? Yes
1.0
Swipe to reply sensitivity - ### Steps to reproduce Swipe right on a message bubble ### Outcome When swiping on a message to reply, there is a pause before the message moves from when you first start swiping. This makes the experience feel sluggish and makes it almost impossible to swipe on a message that you've sent if it has between 1-4 characters. The sensitivity of the swipe should change so that as soon as the user swipes on a message it should start moving without a pause. ### Your phone model _No response_ ### Operating system version _No response_ ### Application version _No response_ ### Homeserver _No response_ ### Will you send logs? Yes
defect
swipe to reply sensitivity steps to reproduce swipe right on a message bubble outcome when swiping on a message to reply there is a pause before the message moves from when you first start swiping this makes the experience feel sluggish and makes it almost impossible to swipe on a message that you ve sent if it has between characters the sensitivity of the swipe should change so that as soon as the user swipes on a message it should start moving without a pause your phone model no response operating system version no response application version no response homeserver no response will you send logs yes
1
19,569
3,226,817,618
IssuesEvent
2015-10-10 16:39:31
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
1D scipy.interpolate.griddata using method=nearest produces nans outside boundaries
defect scipy.interpolate
When the coordinates are 1D the nearest method produces nans instead of the closest values when outside boundaries. An example: import numpy as np from scipy.interpolate import griddata target_points = [1.,2.,3.,4.,5.,6.,7.] points = np.random.rand(50)*2*np.pi values = np.sin(points) interp = griddata(points, values, target_points, method='nearest') print interp The last value printed is a NaN. Note that linear/cubic modes are expected to give NaNs outside the convex hull, but this should not be the case for the 'nearest' mode.
1.0
1D scipy.interpolate.griddata using method=nearest produces nans outside boundaries - When the coordinates are 1D the nearest method produces nans instead of the closest values when outside boundaries. An example: import numpy as np from scipy.interpolate import griddata target_points = [1.,2.,3.,4.,5.,6.,7.] points = np.random.rand(50)*2*np.pi values = np.sin(points) interp = griddata(points, values, target_points, method='nearest') print interp The last value printed is a NaN. Note that linear/cubic modes are expected to give NaNs outside the convex hull, but this should not be the case for the 'nearest' mode.
defect
scipy interpolate griddata using method nearest produces nans outside boundaries when the coordinates are the nearest method produces nans instead of the closest values when outside boundaries an example import numpy as np from scipy interpolate import griddata target points points np random rand np pi values np sin points interp griddata points values target points method nearest print interp the last value printed is a nan note that linear cubic modes are expected to give nans outside the convex hull but this should not be the case for the nearest mode
1
38,304
8,752,862,998
IssuesEvent
2018-12-14 05:43:45
p6spy/p6spy
https://api.github.com/repos/p6spy/p6spy
closed
Property name does not match the one from documentation
Defect
Recently as a part of the issue https://github.com/p6spy/p6spy/issues/445 fix "property databaseDialectTimestampFormat for java.sql.Timestamp logging format customizations" was introduced. According to [the documentation](https://p6spy.readthedocs.io/en/latest/configandusage.html#common-property-file-settings) the property name should be `databaseDialectTimestampFormat`, but in the code the property name is `databaseDialectTimezoneFormat`. It's stored in the constant `com.p6spy.engine.spy.P6SpyOptions#DATABASE_DIALECT_TIMEZONE_FORMAT` and is used in methods ``` @Override public void setDatabaseDialectTimestampFormat(String databaseDialectTimestampFormat) { optionsRepository.set(String.class, DATABASE_DIALECT_TIMEZONE_FORMAT, databaseDialectTimestampFormat); } ``` and ``` @Override public void setDatabaseDialectTimestampFormat(String databaseDialectTimestampFormat) { optionsRepository.set(String.class, DATABASE_DIALECT_TIMEZONE_FORMAT, databaseDialectTimestampFormat); } ``` Therefore either documentation or property name should be changed to make it work as expected.
1.0
Property name does not match the one from documentation - Recently as a part of the issue https://github.com/p6spy/p6spy/issues/445 fix "property databaseDialectTimestampFormat for java.sql.Timestamp logging format customizations" was introduced. According to [the documentation](https://p6spy.readthedocs.io/en/latest/configandusage.html#common-property-file-settings) the property name should be `databaseDialectTimestampFormat`, but in the code the property name is `databaseDialectTimezoneFormat`. It's stored in the constant `com.p6spy.engine.spy.P6SpyOptions#DATABASE_DIALECT_TIMEZONE_FORMAT` and is used in methods ``` @Override public void setDatabaseDialectTimestampFormat(String databaseDialectTimestampFormat) { optionsRepository.set(String.class, DATABASE_DIALECT_TIMEZONE_FORMAT, databaseDialectTimestampFormat); } ``` and ``` @Override public void setDatabaseDialectTimestampFormat(String databaseDialectTimestampFormat) { optionsRepository.set(String.class, DATABASE_DIALECT_TIMEZONE_FORMAT, databaseDialectTimestampFormat); } ``` Therefore either documentation or property name should be changed to make it work as expected.
defect
property name does not match the one from documentation recently as a part of the issue fix property databasedialecttimestampformat for java sql timestamp logging format customizations was introduced according to the property name should be databasedialecttimestampformat but in the code the property name is databasedialecttimezoneformat it s stored in the constant com engine spy database dialect timezone format and is used in methods override public void setdatabasedialecttimestampformat string databasedialecttimestampformat optionsrepository set string class database dialect timezone format databasedialecttimestampformat and override public void setdatabasedialecttimestampformat string databasedialecttimestampformat optionsrepository set string class database dialect timezone format databasedialecttimestampformat therefore either documentation or property name should be changed to make it work as expected
1
31,937
13,683,313,996
IssuesEvent
2020-09-30 01:26:43
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Seeing version_conflict_engine_exception errors in kibana logs
Feature:Task Manager Team:Alerting Services blocked
**Kibana version**: 8.0.0-SNAPSHOT Latest **Elasticsearch version**: 8.0.0-SNAPSHOT Latest **Server OS version**: Ubuntu **Original install method (e.g. download page, yum, from source, etc.)**: Snapshots **Description of the problem including expected versus actual behavior**: Seeing some error messages in the kibana logs on startup, not sure what they mean, is this something of concern or is it expected? **Provide logs and/or server output (if relevant)**: ``` {"type":"log","@timestamp":"2020-09-18T14:34:52+00:00","tags":["error","elasticsearch","data"],"pid":2736,"message":"[version_conflict_engine_exception]: [task:Actions-actions_telemetry]: version conflict, document already exists (current version [4])"} {"type":"log","@timestamp":"2020-09-18T14:34:52+00:00","tags":["error","elasticsearch","data"],"pid":2736,"message":"[version_conflict_engine_exception]: [task:apm-telemetry-task]: version conflict, document already exists (current version [4])"} {"type":"log","@timestamp":"2020-09-18T14:34:52+00:00","tags":["error","elasticsearch","data"],"pid":2736,"message":"[version_conflict_engine_exception]: [task:Alerting-alerting_telemetry]: version conflict, document already exists (current version [4])"} {"type":"log","@timestamp":"2020-09-18T14:34:52+00:00","tags":["error","elasticsearch","data"],"pid":2736,"message":"[version_conflict_engine_exception]: [task:Lens-lens_telemetry]: version conflict, document already exists (current version [4])"} {"type":"log","@timestamp":"2020-09-18T14:34:52+00:00","tags":["error","elasticsearch","data"],"pid":2736,"message":"[version_conflict_engine_exception]: [task:endpoint:user-artifact-packager:1.0.0]: version conflict, document already exists (current version [4])"} ```
1.0
Seeing version_conflict_engine_exception errors in kibana logs - **Kibana version**: 8.0.0-SNAPSHOT Latest **Elasticsearch version**: 8.0.0-SNAPSHOT Latest **Server OS version**: Ubuntu **Original install method (e.g. download page, yum, from source, etc.)**: Snapshots **Description of the problem including expected versus actual behavior**: Seeing some error messages in the kibana logs on startup, not sure what they mean, is this something of concern or is it expected? **Provide logs and/or server output (if relevant)**: ``` {"type":"log","@timestamp":"2020-09-18T14:34:52+00:00","tags":["error","elasticsearch","data"],"pid":2736,"message":"[version_conflict_engine_exception]: [task:Actions-actions_telemetry]: version conflict, document already exists (current version [4])"} {"type":"log","@timestamp":"2020-09-18T14:34:52+00:00","tags":["error","elasticsearch","data"],"pid":2736,"message":"[version_conflict_engine_exception]: [task:apm-telemetry-task]: version conflict, document already exists (current version [4])"} {"type":"log","@timestamp":"2020-09-18T14:34:52+00:00","tags":["error","elasticsearch","data"],"pid":2736,"message":"[version_conflict_engine_exception]: [task:Alerting-alerting_telemetry]: version conflict, document already exists (current version [4])"} {"type":"log","@timestamp":"2020-09-18T14:34:52+00:00","tags":["error","elasticsearch","data"],"pid":2736,"message":"[version_conflict_engine_exception]: [task:Lens-lens_telemetry]: version conflict, document already exists (current version [4])"} {"type":"log","@timestamp":"2020-09-18T14:34:52+00:00","tags":["error","elasticsearch","data"],"pid":2736,"message":"[version_conflict_engine_exception]: [task:endpoint:user-artifact-packager:1.0.0]: version conflict, document already exists (current version [4])"} ```
non_defect
seeing version conflict engine exception errors in kibana logs kibana version snapshot latest elasticsearch version snapshot latest server os version ubuntu original install method e g download page yum from source etc snapshots description of the problem including expected versus actual behavior seeing some error messages in the kibana logs on startup not sure what they mean is this something of concern or is it expected provide logs and or server output if relevant type log timestamp tags pid message version conflict document already exists current version type log timestamp tags pid message version conflict document already exists current version type log timestamp tags pid message version conflict document already exists current version type log timestamp tags pid message version conflict document already exists current version type log timestamp tags pid message version conflict document already exists current version
0
454,387
13,099,903,284
IssuesEvent
2020-08-03 22:49:33
phetsims/tandem
https://api.github.com/repos/phetsims/tandem
closed
PhET-iO API error when using 'screens' query parameter
dev:phet-io priority:2-high status:ready-for-review type:bug
Noted while working on ph-scale RC issues. If I run ph-scale in Studio via phetmarks with `screens=3`, I get an API error message when I load the sim into Studio: ``` Assertion failed: PhET-iO API error: phScale.macroScreen.model.autofillEnabledProperty: 7. Any schema entries in the overrides file must exist in the baseline file. ``` Is this intended or a bug? If it's intended, how does the PhET-iO client use the screens query param? Running without `phetioDebug` query parameter eliminates the assertion failure. But hhen how do I enable assertions for development when testing a specific screen?
1.0
PhET-iO API error when using 'screens' query parameter - Noted while working on ph-scale RC issues. If I run ph-scale in Studio via phetmarks with `screens=3`, I get an API error message when I load the sim into Studio: ``` Assertion failed: PhET-iO API error: phScale.macroScreen.model.autofillEnabledProperty: 7. Any schema entries in the overrides file must exist in the baseline file. ``` Is this intended or a bug? If it's intended, how does the PhET-iO client use the screens query param? Running without `phetioDebug` query parameter eliminates the assertion failure. But hhen how do I enable assertions for development when testing a specific screen?
non_defect
phet io api error when using screens query parameter noted while working on ph scale rc issues if i run ph scale in studio via phetmarks with screens i get an api error message when i load the sim into studio assertion failed phet io api error phscale macroscreen model autofillenabledproperty any schema entries in the overrides file must exist in the baseline file is this intended or a bug if it s intended how does the phet io client use the screens query param running without phetiodebug query parameter eliminates the assertion failure but hhen how do i enable assertions for development when testing a specific screen
0
63,623
17,791,250,415
IssuesEvent
2021-08-31 16:26:19
department-of-veterans-affairs/vets-design-system-documentation
https://api.github.com/repos/department-of-veterans-affairs/vets-design-system-documentation
closed
design system, components [COGNITION]: Screen reader announcement MUST match text on screen, pagination
pattern-update 508-defect-2 accessibility 508-issue-focus-mgmt vsp-design-system-team
# Bug Report - [x] I’ve searched for any related issues and avoided creating a duplicate issue. ## What happened On the first results page, the `<h2>` will read "Showing 1-10...", however, when the user clicks on "Next" or "2" and focus is brought back to the newly updated string "Showing 11-20..."-- the _prior_ page's string is announced "Showing 1-10". <img width="678" alt="Screen Shot 2021-01-12 at 7 08 42 PM" src="https://user-images.githubusercontent.com/14154792/104389537-b2565100-5509-11eb-99f8-2cba19b21cee.png"> Also, NVDA will not announce "Showing 1-10..." when focus is moved there after searching. It will only announce that results are loading. <img width="677" alt="Screen Shot 2021-01-12 at 7 12 14 PM" src="https://user-images.githubusercontent.com/14154792/104389736-2264d700-550a-11eb-8f1d-d2519494a00a.png"> ## What I expected to happen - [ ] I expect NVDA to announce the current string. - [ ] Create and/or modify unit tests for this component to include an aXe scan ## Reproducing - Formation version: - Device: Windows - Browser: NVDA / Firefox Steps to reproduce: 1. Go to `https://staging.va.gov/find-forms/?q=medical` on Firefox with NVDA 2. Navigate to the second page 3. Confirm the announced information is not the same as the text on screen
1.0
design system, components [COGNITION]: Screen reader announcement MUST match text on screen, pagination - # Bug Report - [x] I’ve searched for any related issues and avoided creating a duplicate issue. ## What happened On the first results page, the `<h2>` will read "Showing 1-10...", however, when the user clicks on "Next" or "2" and focus is brought back to the newly updated string "Showing 11-20..."-- the _prior_ page's string is announced "Showing 1-10". <img width="678" alt="Screen Shot 2021-01-12 at 7 08 42 PM" src="https://user-images.githubusercontent.com/14154792/104389537-b2565100-5509-11eb-99f8-2cba19b21cee.png"> Also, NVDA will not announce "Showing 1-10..." when focus is moved there after searching. It will only announce that results are loading. <img width="677" alt="Screen Shot 2021-01-12 at 7 12 14 PM" src="https://user-images.githubusercontent.com/14154792/104389736-2264d700-550a-11eb-8f1d-d2519494a00a.png"> ## What I expected to happen - [ ] I expect NVDA to announce the current string. - [ ] Create and/or modify unit tests for this component to include an aXe scan ## Reproducing - Formation version: - Device: Windows - Browser: NVDA / Firefox Steps to reproduce: 1. Go to `https://staging.va.gov/find-forms/?q=medical` on Firefox with NVDA 2. Navigate to the second page 3. Confirm the announced information is not the same as the text on screen
defect
design system components screen reader announcement must match text on screen pagination bug report i’ve searched for any related issues and avoided creating a duplicate issue what happened on the first results page the will read showing however when the user clicks on next or and focus is brought back to the newly updated string showing the prior page s string is announced showing img width alt screen shot at pm src also nvda will not announce showing when focus is moved there after searching it will only announce that results are loading img width alt screen shot at pm src what i expected to happen i expect nvda to announce the current string create and or modify unit tests for this component to include an axe scan reproducing formation version device windows browser nvda firefox steps to reproduce go to on firefox with nvda navigate to the second page confirm the announced information is not the same as the text on screen
1
53,886
13,262,420,823
IssuesEvent
2020-08-20 21:45:32
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
[filterscripts] spe fit injector -> key error (Trac #2239)
Migrated from Trac analysis defect
When using the new SimulationFiltering_SPE and the --spe-file option the follwoing error occurs: WARN (Python): Module iceprod.modules not found. Will not define IceProd Class (SimulationFiltering_SPE.py:403 in <module>) WARN (I3PhotoSplineTable): No nGroup in table, using default! This is probably not what you want (I3PhotoSplineTable.cxx:81 in bool I3PhotoSplineTable::SetupTable(co$ WARN (I3PhotoSplineTable): No nGroup in table, using default! This is probably not what you want (I3PhotoSplineTable.cxx:81 in bool I3PhotoSplineTable::SetupTable(co$ ERROR (I3Tray): Exception thrown while configuring module "fixspe". (I3Tray.cxx:385 in void I3Tray::Configure()) fixspe (icecube.phys_services.spe_fit_injector.I3SPEFitInjector) Filename Description : JSON (may bz2 compressed) file with SPE fit data Default : '' Configured : '/cvmfs/icecube.opensciencegrid.org/py2-v3.0.1/metaprojects/icerec/V05-02-02-RC2/filterscripts/resources/data/pass3/IC86.2016_923_NewWaveDeform_liorm_lite.json' Traceback (most recent call last): File "/data/user/aobertacke/31_Filter2019/L1/scripts_newWavedeform//SimulationFiltering_SPE.py", line 420, in <module> main(opts) File "/data/user/aobertacke/31_Filter2019/L1/scripts_newWavedeform//SimulationFiltering_SPE.py", line 377, in main tray.Execute() File "/data/user/aobertacke/software/icerec_IC2019_V05_02_02-RC1/build/lib/I3Tray.py", line 256, in Execute super(I3Tray, self).Execute() File "/data/user/aobertacke/software/icerec_IC2019_V05_02_02-RC1/build/lib/icecube/phys_services/spe_fit_injector.py", line 41, in Configure if bool(data['JOINT_fit']['valid']) == False and \ KeyError: 'JOINT_fit' The TFT is currently requesting filter checks, thus this bug is an issue to hold the deadline set by TFT for ppl who have to simulate their own signal. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2239">https://code.icecube.wisc.edu/projects/icecube/ticket/2239</a>, reported by anna.obertackeand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2019-06-21T17:09:41", "_ts": "1561136981975028", "description": "When using the new SimulationFiltering_SPE and the --spe-file option the follwoing error occurs: \n\n\nWARN (Python): Module iceprod.modules not found. Will not define IceProd Class (SimulationFiltering_SPE.py:403 in <module>)\nWARN (I3PhotoSplineTable): No nGroup in table, using default! This is probably not what you want (I3PhotoSplineTable.cxx:81 in bool I3PhotoSplineTable::SetupTable(co$\nWARN (I3PhotoSplineTable): No nGroup in table, using default! This is probably not what you want (I3PhotoSplineTable.cxx:81 in bool I3PhotoSplineTable::SetupTable(co$\nERROR (I3Tray): Exception thrown while configuring module \"fixspe\". (I3Tray.cxx:385 in void I3Tray::Configure())\nfixspe (icecube.phys_services.spe_fit_injector.I3SPEFitInjector)\n Filename\n Description : JSON (may bz2 compressed) file with SPE fit data\n Default : ''\n Configured : '/cvmfs/icecube.opensciencegrid.org/py2-v3.0.1/metaprojects/icerec/V05-02-02-RC2/filterscripts/resources/data/pass3/IC86.2016_923_NewWaveDeform_liorm_lite.json'\n\nTraceback (most recent call last):\n File \"/data/user/aobertacke/31_Filter2019/L1/scripts_newWavedeform//SimulationFiltering_SPE.py\", line 420, in <module>\n main(opts)\n File \"/data/user/aobertacke/31_Filter2019/L1/scripts_newWavedeform//SimulationFiltering_SPE.py\", line 377, in main\n tray.Execute()\n File \"/data/user/aobertacke/software/icerec_IC2019_V05_02_02-RC1/build/lib/I3Tray.py\", line 256, in Execute\n super(I3Tray, self).Execute()\n File \"/data/user/aobertacke/software/icerec_IC2019_V05_02_02-RC1/build/lib/icecube/phys_services/spe_fit_injector.py\", line 41, in Configure\n if bool(data['JOINT_fit']['valid']) == False and \\\nKeyError: 'JOINT_fit'\n\n\n\nThe TFT is currently requesting filter checks, thus this bug is an issue to hold the deadline set by TFT for ppl who have to simulate their own signal.", "reporter": "anna.obertacke", "cc": "", "resolution": "fixed", "time": "2019-02-13T11:55:25", "component": "analysis", "summary": "[filterscripts] spe fit injector -> key error", "priority": "major", "keywords": "", "milestone": "", "owner": "olivas", "type": "defect" } ``` </p> </details>
1.0
[filterscripts] spe fit injector -> key error (Trac #2239) - When using the new SimulationFiltering_SPE and the --spe-file option the follwoing error occurs: WARN (Python): Module iceprod.modules not found. Will not define IceProd Class (SimulationFiltering_SPE.py:403 in <module>) WARN (I3PhotoSplineTable): No nGroup in table, using default! This is probably not what you want (I3PhotoSplineTable.cxx:81 in bool I3PhotoSplineTable::SetupTable(co$ WARN (I3PhotoSplineTable): No nGroup in table, using default! This is probably not what you want (I3PhotoSplineTable.cxx:81 in bool I3PhotoSplineTable::SetupTable(co$ ERROR (I3Tray): Exception thrown while configuring module "fixspe". (I3Tray.cxx:385 in void I3Tray::Configure()) fixspe (icecube.phys_services.spe_fit_injector.I3SPEFitInjector) Filename Description : JSON (may bz2 compressed) file with SPE fit data Default : '' Configured : '/cvmfs/icecube.opensciencegrid.org/py2-v3.0.1/metaprojects/icerec/V05-02-02-RC2/filterscripts/resources/data/pass3/IC86.2016_923_NewWaveDeform_liorm_lite.json' Traceback (most recent call last): File "/data/user/aobertacke/31_Filter2019/L1/scripts_newWavedeform//SimulationFiltering_SPE.py", line 420, in <module> main(opts) File "/data/user/aobertacke/31_Filter2019/L1/scripts_newWavedeform//SimulationFiltering_SPE.py", line 377, in main tray.Execute() File "/data/user/aobertacke/software/icerec_IC2019_V05_02_02-RC1/build/lib/I3Tray.py", line 256, in Execute super(I3Tray, self).Execute() File "/data/user/aobertacke/software/icerec_IC2019_V05_02_02-RC1/build/lib/icecube/phys_services/spe_fit_injector.py", line 41, in Configure if bool(data['JOINT_fit']['valid']) == False and \ KeyError: 'JOINT_fit' The TFT is currently requesting filter checks, thus this bug is an issue to hold the deadline set by TFT for ppl who have to simulate their own signal. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2239">https://code.icecube.wisc.edu/projects/icecube/ticket/2239</a>, reported by anna.obertackeand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2019-06-21T17:09:41", "_ts": "1561136981975028", "description": "When using the new SimulationFiltering_SPE and the --spe-file option the follwoing error occurs: \n\n\nWARN (Python): Module iceprod.modules not found. Will not define IceProd Class (SimulationFiltering_SPE.py:403 in <module>)\nWARN (I3PhotoSplineTable): No nGroup in table, using default! This is probably not what you want (I3PhotoSplineTable.cxx:81 in bool I3PhotoSplineTable::SetupTable(co$\nWARN (I3PhotoSplineTable): No nGroup in table, using default! This is probably not what you want (I3PhotoSplineTable.cxx:81 in bool I3PhotoSplineTable::SetupTable(co$\nERROR (I3Tray): Exception thrown while configuring module \"fixspe\". (I3Tray.cxx:385 in void I3Tray::Configure())\nfixspe (icecube.phys_services.spe_fit_injector.I3SPEFitInjector)\n Filename\n Description : JSON (may bz2 compressed) file with SPE fit data\n Default : ''\n Configured : '/cvmfs/icecube.opensciencegrid.org/py2-v3.0.1/metaprojects/icerec/V05-02-02-RC2/filterscripts/resources/data/pass3/IC86.2016_923_NewWaveDeform_liorm_lite.json'\n\nTraceback (most recent call last):\n File \"/data/user/aobertacke/31_Filter2019/L1/scripts_newWavedeform//SimulationFiltering_SPE.py\", line 420, in <module>\n main(opts)\n File \"/data/user/aobertacke/31_Filter2019/L1/scripts_newWavedeform//SimulationFiltering_SPE.py\", line 377, in main\n tray.Execute()\n File \"/data/user/aobertacke/software/icerec_IC2019_V05_02_02-RC1/build/lib/I3Tray.py\", line 256, in Execute\n super(I3Tray, self).Execute()\n File \"/data/user/aobertacke/software/icerec_IC2019_V05_02_02-RC1/build/lib/icecube/phys_services/spe_fit_injector.py\", line 41, in Configure\n if bool(data['JOINT_fit']['valid']) == False and \\\nKeyError: 'JOINT_fit'\n\n\n\nThe TFT is currently requesting filter checks, thus this bug is an issue to hold the deadline set by TFT for ppl who have to simulate their own signal.", "reporter": "anna.obertacke", "cc": "", "resolution": "fixed", "time": "2019-02-13T11:55:25", "component": "analysis", "summary": "[filterscripts] spe fit injector -> key error", "priority": "major", "keywords": "", "milestone": "", "owner": "olivas", "type": "defect" } ``` </p> </details>
defect
spe fit injector key error trac when using the new simulationfiltering spe and the spe file option the follwoing error occurs warn python module iceprod modules not found will not define iceprod class simulationfiltering spe py in warn no ngroup in table using default this is probably not what you want cxx in bool setuptable co warn no ngroup in table using default this is probably not what you want cxx in bool setuptable co error exception thrown while configuring module fixspe cxx in void configure fixspe icecube phys services spe fit injector filename description json may compressed file with spe fit data default configured cvmfs icecube opensciencegrid org metaprojects icerec filterscripts resources data newwavedeform liorm lite json traceback most recent call last file data user aobertacke scripts newwavedeform simulationfiltering spe py line in main opts file data user aobertacke scripts newwavedeform simulationfiltering spe py line in main tray execute file data user aobertacke software icerec build lib py line in execute super self execute file data user aobertacke software icerec build lib icecube phys services spe fit injector py line in configure if bool data false and keyerror joint fit the tft is currently requesting filter checks thus this bug is an issue to hold the deadline set by tft for ppl who have to simulate their own signal migrated from json status closed changetime ts description when using the new simulationfiltering spe and the spe file option the follwoing error occurs n n nwarn python module iceprod modules not found will not define iceprod class simulationfiltering spe py in nwarn no ngroup in table using default this is probably not what you want cxx in bool setuptable co nwarn no ngroup in table using default this is probably not what you want cxx in bool setuptable co nerror exception thrown while configuring module fixspe cxx in void configure nfixspe icecube phys services spe fit injector n filename n description json may compressed file with spe fit data n default n configured cvmfs icecube opensciencegrid org metaprojects icerec filterscripts resources data newwavedeform liorm lite json n ntraceback most recent call last n file data user aobertacke scripts newwavedeform simulationfiltering spe py line in n main opts n file data user aobertacke scripts newwavedeform simulationfiltering spe py line in main n tray execute n file data user aobertacke software icerec build lib py line in execute n super self execute n file data user aobertacke software icerec build lib icecube phys services spe fit injector py line in configure n if bool data false and nkeyerror joint fit n n n nthe tft is currently requesting filter checks thus this bug is an issue to hold the deadline set by tft for ppl who have to simulate their own signal reporter anna obertacke cc resolution fixed time component analysis summary spe fit injector key error priority major keywords milestone owner olivas type defect
1
52,552
13,224,833,761
IssuesEvent
2020-08-17 19:56:37
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
Coverage: no gcda files are found (Trac #2414)
Incomplete Migration Migrated from Trac combo core defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2414">https://code.icecube.wisc.edu/projects/icecube/ticket/2414</a>, reported by fiedl</summary> <p> ```json { "status": "closed", "changetime": "2020-06-24T12:28:40", "_ts": "1593001720016649", "description": "I\u2019ve tried to generate a coverage report (https://github.com/IceCube-SPNO/IceTrayCombo/blob/master/docs/general/test_guides/testing_coverage.rst). But \u201cno gcda files\u201d are found.\n\nSee: https://icecube-spno.slack.com/archives/C02KQL9KN/p1582820079064000\n\n{{{\n[2020-02-27 14:38:33] fiedl@fiedl-mbp ~/icecube/combo fiedl/monopole-generator\n\u25b6 brew install lcov\n\n[2020-02-27 15:26:10] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator\n\u25b6 mkdir coverage\n\n[2020-02-27 15:26:16] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage\n\u25b6 cmake -D CMAKE_BUILD_TYPE=Coverage -D SYSTEM_PACKAGES=true -D Python_ROOT=/usr/local/opt/python/ ~/icecube/combo\n\n[2020-02-27 15:28:30] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage\n\u25b6 ./env-shell.sh make monopole-generator-test -j 4\n\n[2020-02-27 15:40:24] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage\n\u25b6 lcov -d . -z\nDeleting all .da files in . and subdirectories\nDone.\n\n[2020-02-27 15:40:33] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage\n\u25b6 lcov -d . -c -i -o test_base.info\nCapturing coverage data from .\nFound LLVM gcov version 11.0.0, which emulates gcov version 4.2.0\nScanning . for .gcno files ...\ngeninfo: WARNING: no .gcno files found in . - skipping!\nFinished .info-file creation\n\n[2020-02-27 15:44:06] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage\n\u25b6 ./env-shell.sh ctest -R 'monopole-generator::' --verbose\n\n[2020-02-27 16:42:40] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage\n\u25b6 lcov -d . -c -o test_run.info\nCapturing coverage data from .\nFound LLVM gcov version 11.0.0, which emulates gcov version 4.2.0\nScanning . for .gcda files ...\ngeninfo: WARNING: no .gcda files found in . - skipping!\nFinished .info-file creation\n\n[2020-02-28 00:56:06] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage\n\u25b6 cmake --version\ncmake version 3.16.4\n}}}\n\nI've also tried the full `make coverage`. Same result.\n\nEntire cmake output:\n\n{{{\n[2020-02-27 16:01:56] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage\n\u25b6 cmake -D CMAKE_BUILD_TYPE=Coverage -D SYSTEM_PACKAGES=true -D Python_ROOT=/usr/local/opt/python/ ~/icecube/combo\n-- The C compiler identification is AppleClang 11.0.0.11000033\n-- The CXX compiler identification is AppleClang 11.0.0.11000033\n-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc\n-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- works\n-- Detecting C compiler ABI info\n-- Detecting C compiler ABI info - done\n-- Detecting C compile features\n-- Detecting C compile features - done\n-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++\n-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works\n-- Detecting CXX compiler ABI info\n-- Detecting CXX compiler ABI info - done\n-- Detecting CXX compile features\n-- Detecting CXX compile features - done\nCMake Deprecation Warning at CMakeLists.txt:39 (cmake_policy):\n The OLD behavior for policy CMP0046 will be removed from a future version\n of CMake.\n\n The cmake-policies(7) manual explains that the OLD behaviors of all\n policies are deprecated and that a policy should be set to OLD only under\n specific short-term circumstances. Projects should be ported to the NEW\n behavior and not rely on setting a policy to OLD.\n\n\n--\n-- IceCube Configuration starting\n--\nUnable to determine upstream SVN information from working tree history\n\n-- OSTYPE = Darwin\n-- OSVERSION = 19.3.0\n-- ARCH = x86_64\n-- BUILDNAME = Darwin-19.3.0/x86_64/clang-11.0.0\n-- TOOLSET = clang-11.0.0/x86_64/Coverage\n-- HOSTNAME = fiedl-mbp.local\n-- CMake path = /usr/local/Cellar/cmake/3.16.4/bin/cmake\n-- CMake version = 3.16.4\n-- SVN_REVISION = 0\n-- SVN_URL = Unknown\n-- META_PROJECT = Unknown\n--\n-- Setting compiler, compile drivers, and linker\n--\n-- distcc found at /usr/local/bin/distcc\n-- ccache found at /usr/local/bin/ccache\n-- Performing Test CXX_HAS_Wdeprecated\n-- Performing Test CXX_HAS_Wdeprecated - Success\n-- Performing Test CXX_HAS_Wunused_variable\n-- Performing Test CXX_HAS_Wunused_variable - Success\n-- Performing Test CXX_HAS_Wunused_local_typedef\n-- Performing Test CXX_HAS_Wunused_local_typedef - Success\n-- Performing Test CXX_HAS_Wunused_local_typedefs\n-- Performing Test CXX_HAS_Wunused_local_typedefs - Success\n-- Performing Test CXX_HAS_Wpotentially_evaluated_expression\n-- Performing Test CXX_HAS_Wpotentially_evaluated_expression - Success\n-- Setting default compiler flags and build type.\n-- *** I3_TESTDATA is not set. Using the default value of /Users/fiedl/icecube/icecube-combo-build/fiedl/monopole-generator/coverage/test-data\n--\n-- Configuring tools...\n--\n-- Using system packages.\n-- Using default site cmake dir of /usr/share/fizzicks/cmake\n--\n-- root\n-- + ROOT not found or disabled: building without ROOT support\n--\n-- python\n-- Found Python: /usr/local/opt/python/bin/python3.7 (found version \"3.7.6\") found components: Interpreter Development NumPy\n-- + version: 3.7.6\n-- + binary: /usr/local/opt/python/bin/python3.7\n-- + includes: /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m\n-- + libs: /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/libpython3.7m.dylib\n-- + numpy: /usr/local/lib/python3.7/site-packages/numpy/core/include\n-- + scipy: FOUND\n--\n-- Boost\n-- Looking for pthread.h\n-- Looking for pthread.h - found\n-- Performing Test CMAKE_HAVE_LIBC_PTHREAD\n-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success\n-- Found Threads: TRUE\n-- Found Boost: /usr/local/include (found version \"1.71.0\") found components: system thread date_time filesystem program_options regex iostreams python37 chrono atomic\n--\n-- boostnumpy\n-- - boost/numpy.hpp not found in include\n-- - boost_numpy\n--\n-- blas and lapack\n-- Looking for dgemm_\n-- Looking for dgemm_ - found\n-- Found BLAS: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Accelerate.framework\n-- Looking for cheev_\n-- Looking for cheev_ - found\n-- A library with LAPACK API found.\n--\n-- gsl\n-- + gsl/gsl_rng.h found at /usr/local/include\n-- + /usr/local/lib/libgsl.dylib\n--\n-- sprng\n-- - sprng/sprng.h not found in include/sprng-2.0a\n-- - sprng\n--\n-- sprng\n-- - sprng/sprng.h not found in include\n-- - sprng\n--\n-- erfa\n-- - erfa.h not found in include\n-- - erfa\n--\n-- pal\n-- - star/pal.h not found in include\n-- - pal\n--\n-- pal\n-- - star/pal.h not found in include\n-- - starlink_pal\n--\n-- libarchive\n-- + /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libarchive.tbd\n-- Found MySQL: /usr/local/lib/libmysqlclient.dylib\n--\n-- suitesparse\n-- - cholmod.h not found in include\n-- - camd\n-- - ccolamd\n-- - spqr\n-- - cholmod\n-- - amd\n-- - colamd\n-- + /usr/local/lib/libtbb.dylib\n-- - suitesparseconfig\n--\n-- suitesparse\n-- - suitesparse/cholmod.h not found in include\n-- - camd\n-- - ccolamd\n-- - spqr\n-- - cholmod\n-- - amd\n-- - colamd\n-- - suitesparseconfig\n--\n-- suitesparse\n-- - suitesparse/cholmod.h not found in include\n-- - camd\n-- - ccolamd\n-- - spqr\n-- - cholmod\n-- - amd\n-- - colamd\n--\n-- ncurses\n-- Looking for wsyncup in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libcurses.tbd\n-- Looking for wsyncup in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libcurses.tbd - found\n-- Looking for cbreak in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libncurses.tbd\n-- Looking for cbreak in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libncurses.tbd - found\n-- Found Curses: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libncurses.tbd\n-- + ncurses.h found at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include\n-- + libncurses found at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libncurses.tbd\n--\n-- cdk\n-- - cdk/cdk.h not found in include\n-- - cdk\n--\n-- cdk\n-- - cdk.h not found in include\n-- - cdk\n--\n-- cfitsio\n-- + fitsio.h found at /usr/local/include\n-- + /usr/local/lib/libcfitsio.dylib\n--\n-- healpix-cxx\n-- - healpix_cxx/healpix_map.h not found in include\n-- - healpix_cxx\n--\n-- hdf5\n-- - hdf5.h not found in include\n-- - hdf5\n-- - hdf5_hl\n--\n-- hdf5\n-- - hdf5.h not found in /usr/include/hdf5/serial\n-- - hdf5_serial\n-- - hdf5_serial_hl\n-- - Minuit2: USE_ROOT set to FALSE\n--\n-- clhep\n-- + CLHEP/ClhepVersion.h found at /usr/local/include\n-- + /usr/local/lib/libCLHEP.dylib\n-- Looking for Geant4 geant4-config program\n-- Looking for Geant4 geant4-config program -- not found\n-- Looking for Geant4 liblist program\n-- Looking for Geant4 liblist program -- not found\n--\n-- zlib\n-- + zlib.h found at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include\n-- + /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libz.tbd\n--\n-- OpenCL\n-- + Using the OpenCL Framework because we're on Apple\n-- + cl.h found at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenCL.framework/Headers\n-- + OpenCL framework found at -framework OpenCL\n-- Looking for CL_VERSION_2_0\n-- Looking for CL_VERSION_2_0 - not found\n-- Looking for CL_VERSION_1_2\n-- Looking for CL_VERSION_1_2 - found\n--\n-- gmp\n-- + gmp.h found at /usr/local\n-- + /usr/local/lib/libgmp.dylib\n--\n-- log4cpp\n-- + log4cpp/Category.hh found at /usr/local/include\n-- + /usr/local/lib/liblog4cpp.dylib\n--\n-- xml2\n-- + libxml/parser.h found at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2\n-- + /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libxml2.tbd\n--\n-- genie\n-- Looking for Genie genie-config program -- not found\n--\n-- zmq\n-- - zmq.hpp not found in ZMQ_INCLUDE_DIR-NOTFOUND\n-- + /usr/local/lib/libzmq.dylib\n--\n-- multinest\n-- - multinest.h not found in include\n-- - multinest\n--\n-- nlopt\n-- - nlopt.hpp not found in include\n-- - nlopt\n--\n-- zstd\n-- - zstd.h not found in ZSTD_INCLUDE_DIR-NOTFOUND\n-- - zstd\n--\n-- fftw3\n-- - fftw3.h not found in include\n-- - fftw3\n--\n-- Configuring projects:\n--\n-- + BadDomList\n-- +-- python [symlinks]\n-- + CascadeVariables\n-- +-- python [symlinks]\n-- + CoincSuite\n-- +-- python [symlinks]\n-- +-- CoincSuite-pybindings\n-- + CommonVariables\n-- +-- python [symlinks]\n-- +-- Include \"direct_hits\" sub project.\n-- +-- Include \"hit_multiplicity\" sub project.\n-- +-- Include \"hit_statistics\" sub project.\n-- +-- Include \"track_characteristics\" sub project.\n-- +-- Include \"time_characteristics\" sub project.\n-- +-- common_variables-pybindings\n-- +-- common_variables__hit_multiplicity-pybindings\n-- +-- common_variables__track_characteristics-pybindings\n-- +-- common_variables__hit_statistics-pybindings\n-- +-- common_variables__direct_hits-pybindings\n-- +-- common_variables__time_characteristics-pybindings\n-- + DOMLauncher\n-- +-- python [symlinks]\n-- +-- DOMLauncher-pybindings\n-- + DeepCore_Filter\n-- +-- python [symlinks]\n-- + DomTools\n-- +-- python [symlinks]\n-- + HiveSplitter\n-- +-- python [symlinks]\n-- + IceHive\n-- +-- python [symlinks]\n-- +-- IceHive-pybindings\n-- + KalmanFilter\n-- +-- python [symlinks]\n-- + MuonGun\n-- +-- python [symlinks]\n-- +-- Muonitron table-maker\n-- +-- MuonGun-pybindings\n-- + NoiseEngine\n-- Skipping NoiseEngine (healpix-cxx not found)\n-- + PROPOSAL\n-- +-- PROPOSAL-pybindings\n-- + SLOPtools\n-- +-- python [symlinks]\n-- + STTools\n-- +-- python [symlinks]\n-- +-- STTools-pybindings\n-- + StartingTrackVeto\n-- +-- python [symlinks]\n-- + TopologicalSplitter\n-- +-- python [symlinks]\n-- + VHESelfVeto\n-- +-- python [symlinks]\n-- +-- VHESelfVeto-pybindings\n-- + WaveCalibrator\n-- +-- python [symlinks]\n-- + astro\n-- - PAL not found, skipping build of icetray\n Ask your admin to install PAL. Instructions for PAL can be found at:\n http://software.icecube.wisc.edu/documentation/projects/cmake/tools/pal.html\n-- + bayesian-priors\n-- +-- python [symlinks]\n-- + clast\n-- +-- python [symlinks]\n-- + clsim\n-- +-- python [symlinks]\n-- --- ZMQ not found. I3CLSimMakePhotons will not function.\n-- +-- tabulator (have OpenCL 1.2)\n-- +-- safeprimes_base32.gz already downloaded\n-- +-- Geant4 or OpenCL is not installed on your system. clsim will fail if it is not used with parameterizations.\n-- +-- gmp support (make_safeprimes utility)\n-- +-- clsim-pybindings\n-- + cmake\n-- + cmc\n-- +-- python [symlinks]\n-- +-- cmc-pybindings\n-- + coinc-twc\n-- +-- python [symlinks]\n-- + core-removal\n-- +-- python [symlinks]\n-- + corsika-reader\n-- +-- python [symlinks]\n-- + Boost >= 6.4 : Adding CORSIKA Client/Server\n-- +-- corsika_reader-pybindings\n-- + cramer-rao\n-- +-- python [symlinks]\n-- + cscd-llh\n-- +-- python [symlinks]\n-- + daq-decode\n-- +-- python [symlinks]\n-- +-- daq_decode-pybindings\n-- + dataclasses\n-- +-- python [symlinks]\n-- +-- dataclasses-pybindings\n-- + dataio\n-- +-- python [symlinks]\n-- +-- dataio-pybindings\n-- +-- dataio-shovel *not* included (missing CDK or ncurses libraries)\n-- +-- test_unregistered-pybindings\n-- + ddddr\n-- +-- python [symlinks]\n-- +-- ddddr-pybindings\n-- + dipolefit\n-- +-- python [symlinks]\n-- + docs\n-- + double-muon\n-- +-- python [symlinks]\n-- + dst\n-- +-- Skipping dst (healpix-cxx not found)\n-- + earthmodel-service\n-- +-- earthmodel_service-pybindings\n-- + fill-ratio\n-- +-- python [symlinks]\n-- + filter-tools\n-- +-- python [symlinks]\n-- + filterscripts\n-- +-- python [symlinks]\n-- +-- astro required to build filterscripts-cxx\n-- + finiteReco\n-- +-- python [symlinks]\n-- + frame_object_diff\n-- +-- python [symlinks]\n-- +-- frame_object_diff-pybindings\n-- + full_event_followup\n-- +-- python [symlinks]\n-- + g4-tankresponse\n-- Looking for Geant4\n-- Looking for Geant4 -- not found\n-- Looking for CLHEP\n-- Looking for CLHEP -- found\n-- - Geant4 and/or CLHEP not found - Skipping build of g4-tankresponse\n-- +-- g4-tankresponse has not been thoroughly tested with Geant4 versions 4.10 and above\n-- + gcdserver\n-- +-- gcdserver does not work. Not building.\n-- + gulliver\n-- +-- python [symlinks]\n-- +-- gulliver-pybindings\n-- + gulliver-bootstrap\n-- +-- python [symlinks]\n-- +-- gulliver_bootstrap-pybindings\n-- + gulliver-modules\n-- +-- python [symlinks]\n-- + hdfwriter\n-- +-- python [symlinks]\n-- +-- hdf5 library not found, skipping build of hdfwriter\n-- *** Ask your admin to install the hdf5 package.\n-- + ice-models\n-- +-- python [symlinks]\n-- + icepick\n-- +-- python [symlinks]\n-- + icetop_Level3_scripts\n-- +-- python [symlinks]\n-- + icetray\n-- +-- libarchive *not* found, omitting optional tarfile support\n-- +-- libarchive *not* found, omitting optional tarfile support\n-- +-- python [symlinks]\n-- +-- memory tracking disabled\n-- +-- icetray-pybindings\n-- + interfaces\n-- +-- interfaces-pybindings\n-- + ipdf\n-- +-- python [symlinks]\n-- +-- ipdf-pybindings\n-- + level3-filter-cascade\n-- +-- python [symlinks]\n-- + level3-filter-muon\n-- +-- python [symlinks]\n-- +-- level3_filter_muon-pybindings\n-- + lilliput\n-- +-- python [symlinks]\n-- + ipdf support\n-- - Minuit2 support...not found\n-- - multinest support...not found\n-- - NLopt support...not found\n-- +-- lilliput-pybindings\n-- + linefit\n-- +-- python [symlinks]\n-- + millipede\n-- +-- SuiteSparse not found. Skipping millipede.\n If you need it you can install SuiteSparse through I3Ports.\n-- + monopole-generator\n-- +-- python [symlinks]\n-- + mue\n-- +-- python [symlinks]\n-- + neutrino-generator\n-- +-- python [symlinks]\n-- +-- /Users/fiedl/icecube/icecube-combo-build/fiedl/monopole-generator/coverage/neutrino-generator/cross_section_data does not exist. Downloading...\n-- +-- Downloading and unpacking the crosssection data files...\ntrying to download /Users/fiedl/icecube/icecube-combo-build/fiedl/monopole-generator/coverage/neutrino-generator/nugen-v3.1-tables.tgz...\n downloading http://code.icecube.wisc.edu/tools/neutrino-generator/nugen-v3.1-tables.tgz...\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n100 44.6M 100 44.6M 0 0 3572k 0 0:00:12 0:00:12 --:--:-- 8988k\n downloading http://code.icecube.wisc.edu/tools/neutrino-generator/nugen-v3.1-tables.md5sum...\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n100 56 100 56 0 0 265 0 --:--:-- --:--:-- --:--:-- 265\n check md5sum ...\n extracting http://code.icecube.wisc.edu/tools/neutrino-generator/nugen-v3.1-tables.tgz ...\n /Users/fiedl/icecube/icecube-combo-build/fiedl/monopole-generator/coverage/neutrino-generator/nugen-v3.1-tables.tgz is downloaded.\n-- +-- ...download complete.\n-- +-- genie-icetray NOT found. building without GENIE support.\n-- +-- neutrino_generator-pybindings\n-- + ophelia\n-- +-- python [symlinks]\n-- + paraboloid\n-- +-- python [symlinks]\n-- +-- paraboloid-pybindings\n-- + payload-parsing\n-- +-- python [symlinks]\n-- +-- payload_parsing-pybindings\n-- + photonics-service\n-- +-- python [symlinks]\n-- +-- photospline support\n-- +-- numpy support\n-- +-- photonics_service-pybindings\n-- + photospline\n-- +-- python [symlinks]\n-- +-- photospline-pybindings\n-- + phys-services\n-- +-- python [symlinks]\n-- +-- sprng *not* found, omitting optional SPRNGRandomService\n-- +-- phys_services-pybindings\n-- + polyplopia\n-- +-- python [symlinks]\n-- +-- polyplopia-pybindings\n-- + portia\n-- +-- python [symlinks]\n-- + ppc\n-- +-- python [symlinks]\n-- +-- OpenCL SDK found. Building ppc.\n-- + production-histograms\n-- +-- python [symlinks]\n-- + pybdt\n-- + recclasses\n-- +-- python [symlinks]\n-- +-- recclasses-pybindings\n-- + rootwriter\n-- +-- python [symlinks]\n-- +-- ROOT has been disabled in your configuration.\n-- +-- Skipping build of rootwriter\n-- + serialization\n-- + shield\n-- +-- python [symlinks]\n-- + sim-services\n-- +-- python [symlinks]\n-- +-- sim_services-pybindings\n-- + simclasses\n-- +-- python [symlinks]\n-- + tableio support\n-- +-- simclasses-pybindings\n-- + simprod-scripts\n-- +-- python [symlinks]\n-- + smallshower-filter\n-- + spline-reco\n-- +-- python [symlinks]\n-- +-- spline_reco-pybindings\n-- + static-twc\n-- +-- python [symlinks]\n-- + steamshovel\n-- +-- python [symlinks]\nCMake Deprecation Warning at steamshovel/CMakeLists.txt:13 (cmake_policy):\n The OLD behavior for policy CMP0053 will be removed from a future version\n of CMake.\n\n The cmake-policies(7) manual explains that the OLD behaviors of all\n policies are deprecated and that a policy should be set to OLD only under\n specific short-term circumstances. Projects should be ported to the NEW\n behavior and not rely on setting a policy to OLD.\n\n\n-- Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework\n-- Found GLUT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/GLUT.framework\n-- +-- shovelart-pybindings\n-- +-- shovelio-pybindings\n-- + stochastics\n-- +-- python [symlinks]\n-- +-- stochastics-pybindings\n-- + tableio\n-- +-- python [symlinks]\n-- +-- tableio-pybindings\n-- + tensor-of-inertia\n-- +-- python [symlinks]\n-- + topeventcleaning\n-- +-- python [symlinks]\n-- + toprec\n-- +-- python [symlinks]\n-- +-- toprec-pybindings\n-- + topsimulator\n-- +-- python [symlinks]\n-- +-- topsimulator-pybindings\n-- + tpx\n-- +-- python [symlinks]\n-- +-- tpx-pybindings\n-- +-- FETCH_TPX set to OFF. SLC calibration data may not be available.\n-- + trigger-sim\n-- +-- python [symlinks]\n-- +-- trigger_sim-pybindings\n-- + trigger-splitter\n-- +-- python [symlinks]\n-- + truncated_energy\n-- +-- python [symlinks]\n-- + vemcal\n-- +-- python [symlinks]\n-- +-- vemcal-pybindings\n-- + vuvuzela\n-- +-- python [symlinks]\n-- +-- vuvuzela-pybindings\n-- + wavedeform\n-- +-- SuiteSparse not found. Skipping wavedeform.\n If you need it you can install SuiteSparse through I3Ports.\n-- + wavereform\n-- +-- python [symlinks]\n-- +-- wavereform-pybindings\n-- + weighting\n-- +-- python [symlinks]\n-- + wimpsim-reader\n-- +-- python [symlinks]\n-- +-- astro not built. Skipping test 'test_sun_position'\n-- Generating env-shell.sh\n-- Generating icetray-config\n-- Configuring 'gfilt' STL decryptor\n-- Configuring done\n-- Generating done\n-- Build files have been written to: /Users/fiedl/icecube/icecube-combo-build/fiedl/monopole-generator/coverage\n}}}", "reporter": "fiedl", "cc": "", "resolution": "fixed", "time": "2020-02-28T00:01:26", "component": "combo core", "summary": "Coverage: no gcda files are found", "priority": "normal", "keywords": "coverage, cmake", "milestone": "", "owner": "", "type": "defect" } ``` </p> </details>
1.0
Coverage: no gcda files are found (Trac #2414) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2414">https://code.icecube.wisc.edu/projects/icecube/ticket/2414</a>, reported by fiedl</summary> <p> ```json { "status": "closed", "changetime": "2020-06-24T12:28:40", "_ts": "1593001720016649", "description": "I\u2019ve tried to generate a coverage report (https://github.com/IceCube-SPNO/IceTrayCombo/blob/master/docs/general/test_guides/testing_coverage.rst). But \u201cno gcda files\u201d are found.\n\nSee: https://icecube-spno.slack.com/archives/C02KQL9KN/p1582820079064000\n\n{{{\n[2020-02-27 14:38:33] fiedl@fiedl-mbp ~/icecube/combo fiedl/monopole-generator\n\u25b6 brew install lcov\n\n[2020-02-27 15:26:10] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator\n\u25b6 mkdir coverage\n\n[2020-02-27 15:26:16] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage\n\u25b6 cmake -D CMAKE_BUILD_TYPE=Coverage -D SYSTEM_PACKAGES=true -D Python_ROOT=/usr/local/opt/python/ ~/icecube/combo\n\n[2020-02-27 15:28:30] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage\n\u25b6 ./env-shell.sh make monopole-generator-test -j 4\n\n[2020-02-27 15:40:24] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage\n\u25b6 lcov -d . -z\nDeleting all .da files in . and subdirectories\nDone.\n\n[2020-02-27 15:40:33] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage\n\u25b6 lcov -d . -c -i -o test_base.info\nCapturing coverage data from .\nFound LLVM gcov version 11.0.0, which emulates gcov version 4.2.0\nScanning . for .gcno files ...\ngeninfo: WARNING: no .gcno files found in . - skipping!\nFinished .info-file creation\n\n[2020-02-27 15:44:06] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage\n\u25b6 ./env-shell.sh ctest -R 'monopole-generator::' --verbose\n\n[2020-02-27 16:42:40] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage\n\u25b6 lcov -d . -c -o test_run.info\nCapturing coverage data from .\nFound LLVM gcov version 11.0.0, which emulates gcov version 4.2.0\nScanning . for .gcda files ...\ngeninfo: WARNING: no .gcda files found in . - skipping!\nFinished .info-file creation\n\n[2020-02-28 00:56:06] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage\n\u25b6 cmake --version\ncmake version 3.16.4\n}}}\n\nI've also tried the full `make coverage`. Same result.\n\nEntire cmake output:\n\n{{{\n[2020-02-27 16:01:56] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage\n\u25b6 cmake -D CMAKE_BUILD_TYPE=Coverage -D SYSTEM_PACKAGES=true -D Python_ROOT=/usr/local/opt/python/ ~/icecube/combo\n-- The C compiler identification is AppleClang 11.0.0.11000033\n-- The CXX compiler identification is AppleClang 11.0.0.11000033\n-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc\n-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- works\n-- Detecting C compiler ABI info\n-- Detecting C compiler ABI info - done\n-- Detecting C compile features\n-- Detecting C compile features - done\n-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++\n-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works\n-- Detecting CXX compiler ABI info\n-- Detecting CXX compiler ABI info - done\n-- Detecting CXX compile features\n-- Detecting CXX compile features - done\nCMake Deprecation Warning at CMakeLists.txt:39 (cmake_policy):\n The OLD behavior for policy CMP0046 will be removed from a future version\n of CMake.\n\n The cmake-policies(7) manual explains that the OLD behaviors of all\n policies are deprecated and that a policy should be set to OLD only under\n specific short-term circumstances. Projects should be ported to the NEW\n behavior and not rely on setting a policy to OLD.\n\n\n--\n-- IceCube Configuration starting\n--\nUnable to determine upstream SVN information from working tree history\n\n-- OSTYPE = Darwin\n-- OSVERSION = 19.3.0\n-- ARCH = x86_64\n-- BUILDNAME = Darwin-19.3.0/x86_64/clang-11.0.0\n-- TOOLSET = clang-11.0.0/x86_64/Coverage\n-- HOSTNAME = fiedl-mbp.local\n-- CMake path = /usr/local/Cellar/cmake/3.16.4/bin/cmake\n-- CMake version = 3.16.4\n-- SVN_REVISION = 0\n-- SVN_URL = Unknown\n-- META_PROJECT = Unknown\n--\n-- Setting compiler, compile drivers, and linker\n--\n-- distcc found at /usr/local/bin/distcc\n-- ccache found at /usr/local/bin/ccache\n-- Performing Test CXX_HAS_Wdeprecated\n-- Performing Test CXX_HAS_Wdeprecated - Success\n-- Performing Test CXX_HAS_Wunused_variable\n-- Performing Test CXX_HAS_Wunused_variable - Success\n-- Performing Test CXX_HAS_Wunused_local_typedef\n-- Performing Test CXX_HAS_Wunused_local_typedef - Success\n-- Performing Test CXX_HAS_Wunused_local_typedefs\n-- Performing Test CXX_HAS_Wunused_local_typedefs - Success\n-- Performing Test CXX_HAS_Wpotentially_evaluated_expression\n-- Performing Test CXX_HAS_Wpotentially_evaluated_expression - Success\n-- Setting default compiler flags and build type.\n-- *** I3_TESTDATA is not set. Using the default value of /Users/fiedl/icecube/icecube-combo-build/fiedl/monopole-generator/coverage/test-data\n--\n-- Configuring tools...\n--\n-- Using system packages.\n-- Using default site cmake dir of /usr/share/fizzicks/cmake\n--\n-- root\n-- + ROOT not found or disabled: building without ROOT support\n--\n-- python\n-- Found Python: /usr/local/opt/python/bin/python3.7 (found version \"3.7.6\") found components: Interpreter Development NumPy\n-- + version: 3.7.6\n-- + binary: /usr/local/opt/python/bin/python3.7\n-- + includes: /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m\n-- + libs: /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/libpython3.7m.dylib\n-- + numpy: /usr/local/lib/python3.7/site-packages/numpy/core/include\n-- + scipy: FOUND\n--\n-- Boost\n-- Looking for pthread.h\n-- Looking for pthread.h - found\n-- Performing Test CMAKE_HAVE_LIBC_PTHREAD\n-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success\n-- Found Threads: TRUE\n-- Found Boost: /usr/local/include (found version \"1.71.0\") found components: system thread date_time filesystem program_options regex iostreams python37 chrono atomic\n--\n-- boostnumpy\n-- - boost/numpy.hpp not found in include\n-- - boost_numpy\n--\n-- blas and lapack\n-- Looking for dgemm_\n-- Looking for dgemm_ - found\n-- Found BLAS: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Accelerate.framework\n-- Looking for cheev_\n-- Looking for cheev_ - found\n-- A library with LAPACK API found.\n--\n-- gsl\n-- + gsl/gsl_rng.h found at /usr/local/include\n-- + /usr/local/lib/libgsl.dylib\n--\n-- sprng\n-- - sprng/sprng.h not found in include/sprng-2.0a\n-- - sprng\n--\n-- sprng\n-- - sprng/sprng.h not found in include\n-- - sprng\n--\n-- erfa\n-- - erfa.h not found in include\n-- - erfa\n--\n-- pal\n-- - star/pal.h not found in include\n-- - pal\n--\n-- pal\n-- - star/pal.h not found in include\n-- - starlink_pal\n--\n-- libarchive\n-- + /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libarchive.tbd\n-- Found MySQL: /usr/local/lib/libmysqlclient.dylib\n--\n-- suitesparse\n-- - cholmod.h not found in include\n-- - camd\n-- - ccolamd\n-- - spqr\n-- - cholmod\n-- - amd\n-- - colamd\n-- + /usr/local/lib/libtbb.dylib\n-- - suitesparseconfig\n--\n-- suitesparse\n-- - suitesparse/cholmod.h not found in include\n-- - camd\n-- - ccolamd\n-- - spqr\n-- - cholmod\n-- - amd\n-- - colamd\n-- - suitesparseconfig\n--\n-- suitesparse\n-- - suitesparse/cholmod.h not found in include\n-- - camd\n-- - ccolamd\n-- - spqr\n-- - cholmod\n-- - amd\n-- - colamd\n--\n-- ncurses\n-- Looking for wsyncup in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libcurses.tbd\n-- Looking for wsyncup in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libcurses.tbd - found\n-- Looking for cbreak in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libncurses.tbd\n-- Looking for cbreak in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libncurses.tbd - found\n-- Found Curses: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libncurses.tbd\n-- + ncurses.h found at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include\n-- + libncurses found at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libncurses.tbd\n--\n-- cdk\n-- - cdk/cdk.h not found in include\n-- - cdk\n--\n-- cdk\n-- - cdk.h not found in include\n-- - cdk\n--\n-- cfitsio\n-- + fitsio.h found at /usr/local/include\n-- + /usr/local/lib/libcfitsio.dylib\n--\n-- healpix-cxx\n-- - healpix_cxx/healpix_map.h not found in include\n-- - healpix_cxx\n--\n-- hdf5\n-- - hdf5.h not found in include\n-- - hdf5\n-- - hdf5_hl\n--\n-- hdf5\n-- - hdf5.h not found in /usr/include/hdf5/serial\n-- - hdf5_serial\n-- - hdf5_serial_hl\n-- - Minuit2: USE_ROOT set to FALSE\n--\n-- clhep\n-- + CLHEP/ClhepVersion.h found at /usr/local/include\n-- + /usr/local/lib/libCLHEP.dylib\n-- Looking for Geant4 geant4-config program\n-- Looking for Geant4 geant4-config program -- not found\n-- Looking for Geant4 liblist program\n-- Looking for Geant4 liblist program -- not found\n--\n-- zlib\n-- + zlib.h found at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include\n-- + /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libz.tbd\n--\n-- OpenCL\n-- + Using the OpenCL Framework because we're on Apple\n-- + cl.h found at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenCL.framework/Headers\n-- + OpenCL framework found at -framework OpenCL\n-- Looking for CL_VERSION_2_0\n-- Looking for CL_VERSION_2_0 - not found\n-- Looking for CL_VERSION_1_2\n-- Looking for CL_VERSION_1_2 - found\n--\n-- gmp\n-- + gmp.h found at /usr/local\n-- + /usr/local/lib/libgmp.dylib\n--\n-- log4cpp\n-- + log4cpp/Category.hh found at /usr/local/include\n-- + /usr/local/lib/liblog4cpp.dylib\n--\n-- xml2\n-- + libxml/parser.h found at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2\n-- + /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libxml2.tbd\n--\n-- genie\n-- Looking for Genie genie-config program -- not found\n--\n-- zmq\n-- - zmq.hpp not found in ZMQ_INCLUDE_DIR-NOTFOUND\n-- + /usr/local/lib/libzmq.dylib\n--\n-- multinest\n-- - multinest.h not found in include\n-- - multinest\n--\n-- nlopt\n-- - nlopt.hpp not found in include\n-- - nlopt\n--\n-- zstd\n-- - zstd.h not found in ZSTD_INCLUDE_DIR-NOTFOUND\n-- - zstd\n--\n-- fftw3\n-- - fftw3.h not found in include\n-- - fftw3\n--\n-- Configuring projects:\n--\n-- + BadDomList\n-- +-- python [symlinks]\n-- + CascadeVariables\n-- +-- python [symlinks]\n-- + CoincSuite\n-- +-- python [symlinks]\n-- +-- CoincSuite-pybindings\n-- + CommonVariables\n-- +-- python [symlinks]\n-- +-- Include \"direct_hits\" sub project.\n-- +-- Include \"hit_multiplicity\" sub project.\n-- +-- Include \"hit_statistics\" sub project.\n-- +-- Include \"track_characteristics\" sub project.\n-- +-- Include \"time_characteristics\" sub project.\n-- +-- common_variables-pybindings\n-- +-- common_variables__hit_multiplicity-pybindings\n-- +-- common_variables__track_characteristics-pybindings\n-- +-- common_variables__hit_statistics-pybindings\n-- +-- common_variables__direct_hits-pybindings\n-- +-- common_variables__time_characteristics-pybindings\n-- + DOMLauncher\n-- +-- python [symlinks]\n-- +-- DOMLauncher-pybindings\n-- + DeepCore_Filter\n-- +-- python [symlinks]\n-- + DomTools\n-- +-- python [symlinks]\n-- + HiveSplitter\n-- +-- python [symlinks]\n-- + IceHive\n-- +-- python [symlinks]\n-- +-- IceHive-pybindings\n-- + KalmanFilter\n-- +-- python [symlinks]\n-- + MuonGun\n-- +-- python [symlinks]\n-- +-- Muonitron table-maker\n-- +-- MuonGun-pybindings\n-- + NoiseEngine\n-- Skipping NoiseEngine (healpix-cxx not found)\n-- + PROPOSAL\n-- +-- PROPOSAL-pybindings\n-- + SLOPtools\n-- +-- python [symlinks]\n-- + STTools\n-- +-- python [symlinks]\n-- +-- STTools-pybindings\n-- + StartingTrackVeto\n-- +-- python [symlinks]\n-- + TopologicalSplitter\n-- +-- python [symlinks]\n-- + VHESelfVeto\n-- +-- python [symlinks]\n-- +-- VHESelfVeto-pybindings\n-- + WaveCalibrator\n-- +-- python [symlinks]\n-- + astro\n-- - PAL not found, skipping build of icetray\n Ask your admin to install PAL. Instructions for PAL can be found at:\n http://software.icecube.wisc.edu/documentation/projects/cmake/tools/pal.html\n-- + bayesian-priors\n-- +-- python [symlinks]\n-- + clast\n-- +-- python [symlinks]\n-- + clsim\n-- +-- python [symlinks]\n-- --- ZMQ not found. I3CLSimMakePhotons will not function.\n-- +-- tabulator (have OpenCL 1.2)\n-- +-- safeprimes_base32.gz already downloaded\n-- +-- Geant4 or OpenCL is not installed on your system. clsim will fail if it is not used with parameterizations.\n-- +-- gmp support (make_safeprimes utility)\n-- +-- clsim-pybindings\n-- + cmake\n-- + cmc\n-- +-- python [symlinks]\n-- +-- cmc-pybindings\n-- + coinc-twc\n-- +-- python [symlinks]\n-- + core-removal\n-- +-- python [symlinks]\n-- + corsika-reader\n-- +-- python [symlinks]\n-- + Boost >= 6.4 : Adding CORSIKA Client/Server\n-- +-- corsika_reader-pybindings\n-- + cramer-rao\n-- +-- python [symlinks]\n-- + cscd-llh\n-- +-- python [symlinks]\n-- + daq-decode\n-- +-- python [symlinks]\n-- +-- daq_decode-pybindings\n-- + dataclasses\n-- +-- python [symlinks]\n-- +-- dataclasses-pybindings\n-- + dataio\n-- +-- python [symlinks]\n-- +-- dataio-pybindings\n-- +-- dataio-shovel *not* included (missing CDK or ncurses libraries)\n-- +-- test_unregistered-pybindings\n-- + ddddr\n-- +-- python [symlinks]\n-- +-- ddddr-pybindings\n-- + dipolefit\n-- +-- python [symlinks]\n-- + docs\n-- + double-muon\n-- +-- python [symlinks]\n-- + dst\n-- +-- Skipping dst (healpix-cxx not found)\n-- + earthmodel-service\n-- +-- earthmodel_service-pybindings\n-- + fill-ratio\n-- +-- python [symlinks]\n-- + filter-tools\n-- +-- python [symlinks]\n-- + filterscripts\n-- +-- python [symlinks]\n-- +-- astro required to build filterscripts-cxx\n-- + finiteReco\n-- +-- python [symlinks]\n-- + frame_object_diff\n-- +-- python [symlinks]\n-- +-- frame_object_diff-pybindings\n-- + full_event_followup\n-- +-- python [symlinks]\n-- + g4-tankresponse\n-- Looking for Geant4\n-- Looking for Geant4 -- not found\n-- Looking for CLHEP\n-- Looking for CLHEP -- found\n-- - Geant4 and/or CLHEP not found - Skipping build of g4-tankresponse\n-- +-- g4-tankresponse has not been thoroughly tested with Geant4 versions 4.10 and above\n-- + gcdserver\n-- +-- gcdserver does not work. Not building.\n-- + gulliver\n-- +-- python [symlinks]\n-- +-- gulliver-pybindings\n-- + gulliver-bootstrap\n-- +-- python [symlinks]\n-- +-- gulliver_bootstrap-pybindings\n-- + gulliver-modules\n-- +-- python [symlinks]\n-- + hdfwriter\n-- +-- python [symlinks]\n-- +-- hdf5 library not found, skipping build of hdfwriter\n-- *** Ask your admin to install the hdf5 package.\n-- + ice-models\n-- +-- python [symlinks]\n-- + icepick\n-- +-- python [symlinks]\n-- + icetop_Level3_scripts\n-- +-- python [symlinks]\n-- + icetray\n-- +-- libarchive *not* found, omitting optional tarfile support\n-- +-- libarchive *not* found, omitting optional tarfile support\n-- +-- python [symlinks]\n-- +-- memory tracking disabled\n-- +-- icetray-pybindings\n-- + interfaces\n-- +-- interfaces-pybindings\n-- + ipdf\n-- +-- python [symlinks]\n-- +-- ipdf-pybindings\n-- + level3-filter-cascade\n-- +-- python [symlinks]\n-- + level3-filter-muon\n-- +-- python [symlinks]\n-- +-- level3_filter_muon-pybindings\n-- + lilliput\n-- +-- python [symlinks]\n-- + ipdf support\n-- - Minuit2 support...not found\n-- - multinest support...not found\n-- - NLopt support...not found\n-- +-- lilliput-pybindings\n-- + linefit\n-- +-- python [symlinks]\n-- + millipede\n-- +-- SuiteSparse not found. Skipping millipede.\n If you need it you can install SuiteSparse through I3Ports.\n-- + monopole-generator\n-- +-- python [symlinks]\n-- + mue\n-- +-- python [symlinks]\n-- + neutrino-generator\n-- +-- python [symlinks]\n-- +-- /Users/fiedl/icecube/icecube-combo-build/fiedl/monopole-generator/coverage/neutrino-generator/cross_section_data does not exist. Downloading...\n-- +-- Downloading and unpacking the crosssection data files...\ntrying to download /Users/fiedl/icecube/icecube-combo-build/fiedl/monopole-generator/coverage/neutrino-generator/nugen-v3.1-tables.tgz...\n downloading http://code.icecube.wisc.edu/tools/neutrino-generator/nugen-v3.1-tables.tgz...\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n100 44.6M 100 44.6M 0 0 3572k 0 0:00:12 0:00:12 --:--:-- 8988k\n downloading http://code.icecube.wisc.edu/tools/neutrino-generator/nugen-v3.1-tables.md5sum...\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n100 56 100 56 0 0 265 0 --:--:-- --:--:-- --:--:-- 265\n check md5sum ...\n extracting http://code.icecube.wisc.edu/tools/neutrino-generator/nugen-v3.1-tables.tgz ...\n /Users/fiedl/icecube/icecube-combo-build/fiedl/monopole-generator/coverage/neutrino-generator/nugen-v3.1-tables.tgz is downloaded.\n-- +-- ...download complete.\n-- +-- genie-icetray NOT found. building without GENIE support.\n-- +-- neutrino_generator-pybindings\n-- + ophelia\n-- +-- python [symlinks]\n-- + paraboloid\n-- +-- python [symlinks]\n-- +-- paraboloid-pybindings\n-- + payload-parsing\n-- +-- python [symlinks]\n-- +-- payload_parsing-pybindings\n-- + photonics-service\n-- +-- python [symlinks]\n-- +-- photospline support\n-- +-- numpy support\n-- +-- photonics_service-pybindings\n-- + photospline\n-- +-- python [symlinks]\n-- +-- photospline-pybindings\n-- + phys-services\n-- +-- python [symlinks]\n-- +-- sprng *not* found, omitting optional SPRNGRandomService\n-- +-- phys_services-pybindings\n-- + polyplopia\n-- +-- python [symlinks]\n-- +-- polyplopia-pybindings\n-- + portia\n-- +-- python [symlinks]\n-- + ppc\n-- +-- python [symlinks]\n-- +-- OpenCL SDK found. Building ppc.\n-- + production-histograms\n-- +-- python [symlinks]\n-- + pybdt\n-- + recclasses\n-- +-- python [symlinks]\n-- +-- recclasses-pybindings\n-- + rootwriter\n-- +-- python [symlinks]\n-- +-- ROOT has been disabled in your configuration.\n-- +-- Skipping build of rootwriter\n-- + serialization\n-- + shield\n-- +-- python [symlinks]\n-- + sim-services\n-- +-- python [symlinks]\n-- +-- sim_services-pybindings\n-- + simclasses\n-- +-- python [symlinks]\n-- + tableio support\n-- +-- simclasses-pybindings\n-- + simprod-scripts\n-- +-- python [symlinks]\n-- + smallshower-filter\n-- + spline-reco\n-- +-- python [symlinks]\n-- +-- spline_reco-pybindings\n-- + static-twc\n-- +-- python [symlinks]\n-- + steamshovel\n-- +-- python [symlinks]\nCMake Deprecation Warning at steamshovel/CMakeLists.txt:13 (cmake_policy):\n The OLD behavior for policy CMP0053 will be removed from a future version\n of CMake.\n\n The cmake-policies(7) manual explains that the OLD behaviors of all\n policies are deprecated and that a policy should be set to OLD only under\n specific short-term circumstances. Projects should be ported to the NEW\n behavior and not rely on setting a policy to OLD.\n\n\n-- Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework\n-- Found GLUT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/GLUT.framework\n-- +-- shovelart-pybindings\n-- +-- shovelio-pybindings\n-- + stochastics\n-- +-- python [symlinks]\n-- +-- stochastics-pybindings\n-- + tableio\n-- +-- python [symlinks]\n-- +-- tableio-pybindings\n-- + tensor-of-inertia\n-- +-- python [symlinks]\n-- + topeventcleaning\n-- +-- python [symlinks]\n-- + toprec\n-- +-- python [symlinks]\n-- +-- toprec-pybindings\n-- + topsimulator\n-- +-- python [symlinks]\n-- +-- topsimulator-pybindings\n-- + tpx\n-- +-- python [symlinks]\n-- +-- tpx-pybindings\n-- +-- FETCH_TPX set to OFF. SLC calibration data may not be available.\n-- + trigger-sim\n-- +-- python [symlinks]\n-- +-- trigger_sim-pybindings\n-- + trigger-splitter\n-- +-- python [symlinks]\n-- + truncated_energy\n-- +-- python [symlinks]\n-- + vemcal\n-- +-- python [symlinks]\n-- +-- vemcal-pybindings\n-- + vuvuzela\n-- +-- python [symlinks]\n-- +-- vuvuzela-pybindings\n-- + wavedeform\n-- +-- SuiteSparse not found. Skipping wavedeform.\n If you need it you can install SuiteSparse through I3Ports.\n-- + wavereform\n-- +-- python [symlinks]\n-- +-- wavereform-pybindings\n-- + weighting\n-- +-- python [symlinks]\n-- + wimpsim-reader\n-- +-- python [symlinks]\n-- +-- astro not built. Skipping test 'test_sun_position'\n-- Generating env-shell.sh\n-- Generating icetray-config\n-- Configuring 'gfilt' STL decryptor\n-- Configuring done\n-- Generating done\n-- Build files have been written to: /Users/fiedl/icecube/icecube-combo-build/fiedl/monopole-generator/coverage\n}}}", "reporter": "fiedl", "cc": "", "resolution": "fixed", "time": "2020-02-28T00:01:26", "component": "combo core", "summary": "Coverage: no gcda files are found", "priority": "normal", "keywords": "coverage, cmake", "milestone": "", "owner": "", "type": "defect" } ``` </p> </details>
defect
coverage no gcda files are found trac migrated from json status closed changetime ts description i tried to generate a coverage report but gcda files are found n nsee fiedl fiedl mbp icecube combo fiedl monopole generator n brew install lcov n n fiedl fiedl mbp icecube icecube combo build fiedl monopole generator n mkdir coverage n n fiedl fiedl mbp icecube icecube combo build fiedl monopole generator coverage n cmake d cmake build type coverage d system packages true d python root usr local opt python icecube combo n n fiedl fiedl mbp icecube icecube combo build fiedl monopole generator coverage n env shell sh make monopole generator test j n n fiedl fiedl mbp icecube icecube combo build fiedl monopole generator coverage n lcov d z ndeleting all da files in and subdirectories ndone n n fiedl fiedl mbp icecube icecube combo build fiedl monopole generator coverage n lcov d c i o test base info ncapturing coverage data from nfound llvm gcov version which emulates gcov version nscanning for gcno files ngeninfo warning no gcno files found in skipping nfinished info file creation n n fiedl fiedl mbp icecube icecube combo build fiedl monopole generator coverage n env shell sh ctest r monopole generator verbose n n fiedl fiedl mbp icecube icecube combo build fiedl monopole generator coverage n lcov d c o test run info ncapturing coverage data from nfound llvm gcov version which emulates gcov version nscanning for gcda files ngeninfo warning no gcda files found in skipping nfinished info file creation n n fiedl fiedl mbp icecube icecube combo build fiedl monopole generator coverage n cmake version ncmake version n n ni ve also tried the full make coverage same result n nentire cmake output n n n fiedl fiedl mbp icecube icecube combo build fiedl monopole generator coverage n cmake d cmake build type coverage d system packages true d python root usr local opt python icecube combo n the c compiler identification is appleclang n the cxx compiler identification is appleclang n check for working c compiler applications xcode app contents developer toolchains xcodedefault xctoolchain usr bin cc n check for working c compiler applications xcode app contents developer toolchains xcodedefault xctoolchain usr bin cc works n detecting c compiler abi info n detecting c compiler abi info done n detecting c compile features n detecting c compile features done n check for working cxx compiler applications xcode app contents developer toolchains xcodedefault xctoolchain usr bin c n check for working cxx compiler applications xcode app contents developer toolchains xcodedefault xctoolchain usr bin c works n detecting cxx compiler abi info n detecting cxx compiler abi info done n detecting cxx compile features n detecting cxx compile features done ncmake deprecation warning at cmakelists txt cmake policy n the old behavior for policy will be removed from a future version n of cmake n n the cmake policies manual explains that the old behaviors of all n policies are deprecated and that a policy should be set to old only under n specific short term circumstances projects should be ported to the new n behavior and not rely on setting a policy to old n n n n icecube configuration starting n nunable to determine upstream svn information from working tree history n n ostype darwin n osversion n arch n buildname darwin clang n toolset clang coverage n hostname fiedl mbp local n cmake path usr local cellar cmake bin cmake n cmake version n svn revision n svn url unknown n meta project unknown n n setting compiler compile drivers and linker n n distcc found at usr local bin distcc n ccache found at usr local bin ccache n performing test cxx has wdeprecated n performing test cxx has wdeprecated success n performing test cxx has wunused variable n performing test cxx has wunused variable success n performing test cxx has wunused local typedef n performing test cxx has wunused local typedef success n performing test cxx has wunused local typedefs n performing test cxx has wunused local typedefs success n performing test cxx has wpotentially evaluated expression n performing test cxx has wpotentially evaluated expression success n setting default compiler flags and build type n testdata is not set using the default value of users fiedl icecube icecube combo build fiedl monopole generator coverage test data n n configuring tools n n using system packages n using default site cmake dir of usr share fizzicks cmake n n root n root not found or disabled building without root support n n python n found python usr local opt python bin found version found components interpreter development numpy n version n binary usr local opt python bin n includes usr local cellar python frameworks python framework versions include n libs usr local cellar python frameworks python framework versions lib dylib n numpy usr local lib site packages numpy core include n scipy found n n boost n looking for pthread h n looking for pthread h found n performing test cmake have libc pthread n performing test cmake have libc pthread success n found threads true n found boost usr local include found version found components system thread date time filesystem program options regex iostreams chrono atomic n n boostnumpy n boost numpy hpp not found in include n boost numpy n n blas and lapack n looking for dgemm n looking for dgemm found n found blas applications xcode app contents developer platforms macosx platform developer sdks sdk system library frameworks accelerate framework n looking for cheev n looking for cheev found n a library with lapack api found n n gsl n gsl gsl rng h found at usr local include n usr local lib libgsl dylib n n sprng n sprng sprng h not found in include sprng n sprng n n sprng n sprng sprng h not found in include n sprng n n erfa n erfa h not found in include n erfa n n pal n star pal h not found in include n pal n n pal n star pal h not found in include n starlink pal n n libarchive n applications xcode app contents developer platforms macosx platform developer sdks sdk usr lib libarchive tbd n found mysql usr local lib libmysqlclient dylib n n suitesparse n cholmod h not found in include n camd n ccolamd n spqr n cholmod n amd n colamd n usr local lib libtbb dylib n suitesparseconfig n n suitesparse n suitesparse cholmod h not found in include n camd n ccolamd n spqr n cholmod n amd n colamd n suitesparseconfig n n suitesparse n suitesparse cholmod h not found in include n camd n ccolamd n spqr n cholmod n amd n colamd n n ncurses n looking for wsyncup in applications xcode app contents developer platforms macosx platform developer sdks sdk usr lib libcurses tbd n looking for wsyncup in applications xcode app contents developer platforms macosx platform developer sdks sdk usr lib libcurses tbd found n looking for cbreak in applications xcode app contents developer platforms macosx platform developer sdks sdk usr lib libncurses tbd n looking for cbreak in applications xcode app contents developer platforms macosx platform developer sdks sdk usr lib libncurses tbd found n found curses applications xcode app contents developer platforms macosx platform developer sdks sdk usr lib libncurses tbd n ncurses h found at applications xcode app contents developer platforms macosx platform developer sdks sdk usr include n libncurses found at applications xcode app contents developer platforms macosx platform developer sdks sdk usr lib libncurses tbd n n cdk n cdk cdk h not found in include n cdk n n cdk n cdk h not found in include n cdk n n cfitsio n fitsio h found at usr local include n usr local lib libcfitsio dylib n n healpix cxx n healpix cxx healpix map h not found in include n healpix cxx n n n h not found in include n n hl n n n h not found in usr include serial n serial n serial hl n use root set to false n n clhep n clhep clhepversion h found at usr local include n usr local lib libclhep dylib n looking for config program n looking for config program not found n looking for liblist program n looking for liblist program not found n n zlib n zlib h found at applications xcode app contents developer platforms macosx platform developer sdks sdk usr include n applications xcode app contents developer platforms macosx platform developer sdks sdk usr lib libz tbd n n opencl n using the opencl framework because we re on apple n cl h found at applications xcode app contents developer platforms macosx platform developer sdks sdk system library frameworks opencl framework headers n opencl framework found at framework opencl n looking for cl version n looking for cl version not found n looking for cl version n looking for cl version found n n gmp n gmp h found at usr local n usr local lib libgmp dylib n n n category hh found at usr local include n usr local lib dylib n n n libxml parser h found at applications xcode app contents developer platforms macosx platform developer sdks sdk usr include n applications xcode app contents developer platforms macosx platform developer sdks sdk usr lib tbd n n genie n looking for genie genie config program not found n n zmq n zmq hpp not found in zmq include dir notfound n usr local lib libzmq dylib n n multinest n multinest h not found in include n multinest n n nlopt n nlopt hpp not found in include n nlopt n n zstd n zstd h not found in zstd include dir notfound n zstd n n n h not found in include n n n configuring projects n n baddomlist n python n cascadevariables n python n coincsuite n python n coincsuite pybindings n commonvariables n python n include direct hits sub project n include hit multiplicity sub project n include hit statistics sub project n include track characteristics sub project n include time characteristics sub project n common variables pybindings n common variables hit multiplicity pybindings n common variables track characteristics pybindings n common variables hit statistics pybindings n common variables direct hits pybindings n common variables time characteristics pybindings n domlauncher n python n domlauncher pybindings n deepcore filter n python n domtools n python n hivesplitter n python n icehive n python n icehive pybindings n kalmanfilter n python n muongun n python n muonitron table maker n muongun pybindings n noiseengine n skipping noiseengine healpix cxx not found n proposal n proposal pybindings n sloptools n python n sttools n python n sttools pybindings n startingtrackveto n python n topologicalsplitter n python n vheselfveto n python n vheselfveto pybindings n wavecalibrator n python n astro n pal not found skipping build of icetray n ask your admin to install pal instructions for pal can be found at n bayesian priors n python n clast n python n clsim n python n zmq not found will not function n tabulator have opencl n safeprimes gz already downloaded n or opencl is not installed on your system clsim will fail if it is not used with parameterizations n gmp support make safeprimes utility n clsim pybindings n cmake n cmc n python n cmc pybindings n coinc twc n python n core removal n python n corsika reader n python n boost adding corsika client server n corsika reader pybindings n cramer rao n python n cscd llh n python n daq decode n python n daq decode pybindings n dataclasses n python n dataclasses pybindings n dataio n python n dataio pybindings n dataio shovel not included missing cdk or ncurses libraries n test unregistered pybindings n ddddr n python n ddddr pybindings n dipolefit n python n docs n double muon n python n dst n skipping dst healpix cxx not found n earthmodel service n earthmodel service pybindings n fill ratio n python n filter tools n python n filterscripts n python n astro required to build filterscripts cxx n finitereco n python n frame object diff n python n frame object diff pybindings n full event followup n python n tankresponse n looking for n looking for not found n looking for clhep n looking for clhep found n and or clhep not found skipping build of tankresponse n tankresponse has not been thoroughly tested with versions and above n gcdserver n gcdserver does not work not building n gulliver n python n gulliver pybindings n gulliver bootstrap n python n gulliver bootstrap pybindings n gulliver modules n python n hdfwriter n python n library not found skipping build of hdfwriter n ask your admin to install the package n ice models n python n icepick n python n icetop scripts n python n icetray n libarchive not found omitting optional tarfile support n libarchive not found omitting optional tarfile support n python n memory tracking disabled n icetray pybindings n interfaces n interfaces pybindings n ipdf n python n ipdf pybindings n filter cascade n python n filter muon n python n filter muon pybindings n lilliput n python n ipdf support n support not found n multinest support not found n nlopt support not found n lilliput pybindings n linefit n python n millipede n suitesparse not found skipping millipede n if you need it you can install suitesparse through n monopole generator n python n mue n python n neutrino generator n python n users fiedl icecube icecube combo build fiedl monopole generator coverage neutrino generator cross section data does not exist downloading n downloading and unpacking the crosssection data files ntrying to download users fiedl icecube icecube combo build fiedl monopole generator coverage neutrino generator nugen tables tgz n downloading total received xferd average speed time time time current n dload upload total spent left speed n downloading total received xferd average speed time time time current n dload upload total spent left speed n check n extracting n users fiedl icecube icecube combo build fiedl monopole generator coverage neutrino generator nugen tables tgz is downloaded n download complete n genie icetray not found building without genie support n neutrino generator pybindings n ophelia n python n paraboloid n python n paraboloid pybindings n payload parsing n python n payload parsing pybindings n photonics service n python n photospline support n numpy support n photonics service pybindings n photospline n python n photospline pybindings n phys services n python n sprng not found omitting optional sprngrandomservice n phys services pybindings n polyplopia n python n polyplopia pybindings n portia n python n ppc n python n opencl sdk found building ppc n production histograms n python n pybdt n recclasses n python n recclasses pybindings n rootwriter n python n root has been disabled in your configuration n skipping build of rootwriter n serialization n shield n python n sim services n python n sim services pybindings n simclasses n python n tableio support n simclasses pybindings n simprod scripts n python n smallshower filter n spline reco n python n spline reco pybindings n static twc n python n steamshovel n python ncmake deprecation warning at steamshovel cmakelists txt cmake policy n the old behavior for policy will be removed from a future version n of cmake n n the cmake policies manual explains that the old behaviors of all n policies are deprecated and that a policy should be set to old only under n specific short term circumstances projects should be ported to the new n behavior and not rely on setting a policy to old n n n found opengl applications xcode app contents developer platforms macosx platform developer sdks sdk system library frameworks opengl framework n found glut applications xcode app contents developer platforms macosx platform developer sdks sdk system library frameworks glut framework n shovelart pybindings n shovelio pybindings n stochastics n python n stochastics pybindings n tableio n python n tableio pybindings n tensor of inertia n python n topeventcleaning n python n toprec n python n toprec pybindings n topsimulator n python n topsimulator pybindings n tpx n python n tpx pybindings n fetch tpx set to off slc calibration data may not be available n trigger sim n python n trigger sim pybindings n trigger splitter n python n truncated energy n python n vemcal n python n vemcal pybindings n vuvuzela n python n vuvuzela pybindings n wavedeform n suitesparse not found skipping wavedeform n if you need it you can install suitesparse through n wavereform n python n wavereform pybindings n weighting n python n wimpsim reader n python n astro not built skipping test test sun position n generating env shell sh n generating icetray config n configuring gfilt stl decryptor n configuring done n generating done n build files have been written to users fiedl icecube icecube combo build fiedl monopole generator coverage n reporter fiedl cc resolution fixed time component combo core summary coverage no gcda files are found priority normal keywords coverage cmake milestone owner type defect
1
36,728
8,101,047,599
IssuesEvent
2018-08-12 08:33:10
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Error in SelectButton Icons Documentation
defect
If you have a PrimeNG PRO Support subscription please post your issue at; https://pro.primefaces.org where our team will respond within 4 business hours. If you do not have a PrimeNG PRO Support subscription, fill-in the report below. Please note that your issue will be added to the waiting list of community issues and will be reviewed on a first-come first-serve basis, as a result, the support team is unable to guarantee a specific schedule on when it will be reviewed. Thank you for your understanding. **I'm submitting a ...** (check one with "x") ``` [x ] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35 ``` **Plunkr Case (Bug Reports)** Please fork the plunkr below and create a case demonstrating your bug report. Issues without a plunkr have much less possibility to be reviewed. http://plnkr.co/edit/qtZi5lB3DjkNt7Kdivg9?p=preview **Current behavior** <!-- Describe how the bug manifests. --> In the documentation for SelectButton, under the Icons section, the following example is shown: `<p-selectButton [options]="selectedType" [(ngModel)]="types"></p-selectButton>` I believe the two bindings are reversed, they should look like this: `<p-selectButton [options]="types" [(ngModel)]="selectedType"></p-selectButton>` The example as currently documented causes a crash.
1.0
Error in SelectButton Icons Documentation - If you have a PrimeNG PRO Support subscription please post your issue at; https://pro.primefaces.org where our team will respond within 4 business hours. If you do not have a PrimeNG PRO Support subscription, fill-in the report below. Please note that your issue will be added to the waiting list of community issues and will be reviewed on a first-come first-serve basis, as a result, the support team is unable to guarantee a specific schedule on when it will be reviewed. Thank you for your understanding. **I'm submitting a ...** (check one with "x") ``` [x ] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35 ``` **Plunkr Case (Bug Reports)** Please fork the plunkr below and create a case demonstrating your bug report. Issues without a plunkr have much less possibility to be reviewed. http://plnkr.co/edit/qtZi5lB3DjkNt7Kdivg9?p=preview **Current behavior** <!-- Describe how the bug manifests. --> In the documentation for SelectButton, under the Icons section, the following example is shown: `<p-selectButton [options]="selectedType" [(ngModel)]="types"></p-selectButton>` I believe the two bindings are reversed, they should look like this: `<p-selectButton [options]="types" [(ngModel)]="selectedType"></p-selectButton>` The example as currently documented causes a crash.
defect
error in selectbutton icons documentation if you have a primeng pro support subscription please post your issue at where our team will respond within business hours if you do not have a primeng pro support subscription fill in the report below please note that your issue will be added to the waiting list of community issues and will be reviewed on a first come first serve basis as a result the support team is unable to guarantee a specific schedule on when it will be reviewed thank you for your understanding i m submitting a check one with x bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support request here instead see plunkr case bug reports please fork the plunkr below and create a case demonstrating your bug report issues without a plunkr have much less possibility to be reviewed current behavior in the documentation for selectbutton under the icons section the following example is shown i believe the two bindings are reversed they should look like this the example as currently documented causes a crash
1
616,246
19,297,168,166
IssuesEvent
2021-12-12 19:31:27
EddieHubCommunity/LinkFree
https://api.github.com/repos/EddieHubCommunity/LinkFree
closed
Hacktoberfest info on README.md
🏁 status: ready for dev good first issue 🟩 priority: low 🔢 points: 1
### What would you like to share? I was wondering if it is neccessary to keep the hacktoberfest notice on the readme, right now, as it is not hacktoberfest until next year. ![image](https://user-images.githubusercontent.com/70807500/145680138-0bf2d637-e7ff-4469-a3b5-24f1ad678fa3.png) Maybe, we could make it a dropdown, like this: <details close> <summary> Note for Hacktoberfest</summary> <br> > A note for Hacktoberfest Participants: > > Pull requests which add or edit your information in a `public/data/${yourname}.json` file will NOT be counted for Hacktoberfest. > > Pull requests which improve the codebase, documentation, or other aspects of the project and are in line with the core values > of the event will count - maintainers will opt-in these PRs by applying the `hacktoberfest-accepted` label. </details> The code: ``` <details close> <summary> Note for Hacktoberfest</summary> <br> > A note for Hacktoberfest Participants: > > Pull requests which add or edit your information in a `public/data/${yourname}.json` file will NOT be counted for Hacktoberfest. > > Pull requests which improve the codebase, documentation, or other aspects of the project and are in line with the core values > of the event will count - maintainers will opt-in these PRs by applying the `hacktoberfest-accepted` label. </details> ``` ### Additional information I don't know is this is needed, but, this is an idea, for first time contributors. Thank you.
1.0
Hacktoberfest info on README.md - ### What would you like to share? I was wondering if it is neccessary to keep the hacktoberfest notice on the readme, right now, as it is not hacktoberfest until next year. ![image](https://user-images.githubusercontent.com/70807500/145680138-0bf2d637-e7ff-4469-a3b5-24f1ad678fa3.png) Maybe, we could make it a dropdown, like this: <details close> <summary> Note for Hacktoberfest</summary> <br> > A note for Hacktoberfest Participants: > > Pull requests which add or edit your information in a `public/data/${yourname}.json` file will NOT be counted for Hacktoberfest. > > Pull requests which improve the codebase, documentation, or other aspects of the project and are in line with the core values > of the event will count - maintainers will opt-in these PRs by applying the `hacktoberfest-accepted` label. </details> The code: ``` <details close> <summary> Note for Hacktoberfest</summary> <br> > A note for Hacktoberfest Participants: > > Pull requests which add or edit your information in a `public/data/${yourname}.json` file will NOT be counted for Hacktoberfest. > > Pull requests which improve the codebase, documentation, or other aspects of the project and are in line with the core values > of the event will count - maintainers will opt-in these PRs by applying the `hacktoberfest-accepted` label. </details> ``` ### Additional information I don't know is this is needed, but, this is an idea, for first time contributors. Thank you.
non_defect
hacktoberfest info on readme md what would you like to share i was wondering if it is neccessary to keep the hacktoberfest notice on the readme right now as it is not hacktoberfest until next year maybe we could make it a dropdown like this note for hacktoberfest a note for hacktoberfest participants pull requests which add or edit your information in a public data yourname json file will not be counted for hacktoberfest pull requests which improve the codebase documentation or other aspects of the project and are in line with the core values of the event will count maintainers will opt in these prs by applying the hacktoberfest accepted label the code note for hacktoberfest a note for hacktoberfest participants pull requests which add or edit your information in a public data yourname json file will not be counted for hacktoberfest pull requests which improve the codebase documentation or other aspects of the project and are in line with the core values of the event will count maintainers will opt in these prs by applying the hacktoberfest accepted label additional information i don t know is this is needed but this is an idea for first time contributors thank you
0
148,070
11,836,506,995
IssuesEvent
2020-03-23 12:39:29
raiden-network/raiden
https://api.github.com/repos/raiden-network/raiden
closed
test_assumption_federation_works_after_original_server_goes_down is flaky
Effort / 13 Flag / Testing Topic / Flaky Tests
The test failed: https://circleci.com/gh/raiden-network/raiden/95350#tests/containers/2 It looks like the test execution is too slow, and the test fails during teardown. Note that there are multiple tests failing at this point, the more likely reason is that the shutdown itself is taking too long and not the test.
2.0
test_assumption_federation_works_after_original_server_goes_down is flaky - The test failed: https://circleci.com/gh/raiden-network/raiden/95350#tests/containers/2 It looks like the test execution is too slow, and the test fails during teardown. Note that there are multiple tests failing at this point, the more likely reason is that the shutdown itself is taking too long and not the test.
non_defect
test assumption federation works after original server goes down is flaky the test failed it looks like the test execution is too slow and the test fails during teardown note that there are multiple tests failing at this point the more likely reason is that the shutdown itself is taking too long and not the test
0
62,023
17,023,833,999
IssuesEvent
2021-07-03 04:05:18
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
osm2pgsql creates duplicate db entries when using extracts as source
Component: osm2pgsql Priority: critical Resolution: invalid Type: defect
**[Submitted to the original trac issue database at 9.51pm, Friday, 19th October 2012]** When creating a database using area extracts as input the database contains duplicate entries. Reproduced with version 28761 and using burkina_faso geofabrik extract. Format of input file does not matter. Tested with both xml and pbf input. Create test DB: ``` createdb -E UTF8 -T template0 -O osm testpbf psql -d testpbf -c "CREATE EXTENSION postgis;" psql -d testpbf -c "CREATE EXTENSION hstore;" echo "ALTER TABLE geometry_columns OWNER TO osm; ALTER TABLE spatial_ref_sys OWNER TO osm;" | psql -d testpbf ``` import using PBF as source: ``` ./osm2pgsql -v --create --slim --cache 800 --hstore-all --database testreadpbf --username osm --style default.style --number-processes 1 --disable-parallel-indexing -r pbf ../burkina_faso.osm.pbf ``` Checking for duplicate ways returns 110 rows: ``` SELECT osm_id,count(1) FROM planet_osm_line GROUP BY osm_id HAVING count(osm_id) > 1 ORDER BY count(osm_id) DESC ``` For example relation 192783 is contained 36 times in the db. A grep on the input file confirms it's only one time there.
1.0
osm2pgsql creates duplicate db entries when using extracts as source - **[Submitted to the original trac issue database at 9.51pm, Friday, 19th October 2012]** When creating a database using area extracts as input the database contains duplicate entries. Reproduced with version 28761 and using burkina_faso geofabrik extract. Format of input file does not matter. Tested with both xml and pbf input. Create test DB: ``` createdb -E UTF8 -T template0 -O osm testpbf psql -d testpbf -c "CREATE EXTENSION postgis;" psql -d testpbf -c "CREATE EXTENSION hstore;" echo "ALTER TABLE geometry_columns OWNER TO osm; ALTER TABLE spatial_ref_sys OWNER TO osm;" | psql -d testpbf ``` import using PBF as source: ``` ./osm2pgsql -v --create --slim --cache 800 --hstore-all --database testreadpbf --username osm --style default.style --number-processes 1 --disable-parallel-indexing -r pbf ../burkina_faso.osm.pbf ``` Checking for duplicate ways returns 110 rows: ``` SELECT osm_id,count(1) FROM planet_osm_line GROUP BY osm_id HAVING count(osm_id) > 1 ORDER BY count(osm_id) DESC ``` For example relation 192783 is contained 36 times in the db. A grep on the input file confirms it's only one time there.
defect
creates duplicate db entries when using extracts as source when creating a database using area extracts as input the database contains duplicate entries reproduced with version and using burkina faso geofabrik extract format of input file does not matter tested with both xml and pbf input create test db createdb e t o osm testpbf psql d testpbf c create extension postgis psql d testpbf c create extension hstore echo alter table geometry columns owner to osm alter table spatial ref sys owner to osm psql d testpbf import using pbf as source v create slim cache hstore all database testreadpbf username osm style default style number processes disable parallel indexing r pbf burkina faso osm pbf checking for duplicate ways returns rows select osm id count from planet osm line group by osm id having count osm id order by count osm id desc for example relation is contained times in the db a grep on the input file confirms it s only one time there
1
8,815
2,612,901,065
IssuesEvent
2015-02-27 17:24:09
chrsmith/windows-package-manager
https://api.github.com/repos/chrsmith/windows-package-manager
closed
Test results April 2011
auto-migrated Milestone-End_Of_Month Type-Defect
``` Test results April 2011 ``` Original issue reported on code.google.com by `tim.lebe...@gmail.com` on 24 Apr 2011 at 7:51 Attachments: * [test_1.15.6_2.log](https://storage.googleapis.com/google-code-attachments/windows-package-manager/issue-41/comment-0/test_1.15.6_2.log)
1.0
Test results April 2011 - ``` Test results April 2011 ``` Original issue reported on code.google.com by `tim.lebe...@gmail.com` on 24 Apr 2011 at 7:51 Attachments: * [test_1.15.6_2.log](https://storage.googleapis.com/google-code-attachments/windows-package-manager/issue-41/comment-0/test_1.15.6_2.log)
defect
test results april test results april original issue reported on code google com by tim lebe gmail com on apr at attachments
1
667,424
22,472,420,730
IssuesEvent
2022-06-22 09:15:36
opencrvs/opencrvs-core
https://api.github.com/repos/opencrvs/opencrvs-core
closed
Certified record shows no entry for certification on the record audit
👹Bug Priority: high
**Describe the bug** Certified record shows no entry for certification on the record audit **To Reproduce** Steps to reproduce the behaviour: 1. login as registrar 2. Click on a record in ready to print queue 3. follow the prompts and print the record 4. Search for the record again, observe record audit trail, there is no entry for Certified **Expected behaviour** A clear and concise description of what you expected to happen. **Screenshots** ![Certified but no record audit of certification.jpg](https://images.zenhubusercontent.com/61d3cc06859638b515717606/2489d4ec-e835-48d6-af41-6d968b92675d) https://www.loom.com/share/7ec1518881924f35a58c96bf2848a80d (minute 6:11) **Desktop (please complete the following information):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here. **Possible fixes** (If you can, link to the line of code that might be responsible for the problem)
1.0
Certified record shows no entry for certification on the record audit - **Describe the bug** Certified record shows no entry for certification on the record audit **To Reproduce** Steps to reproduce the behaviour: 1. login as registrar 2. Click on a record in ready to print queue 3. follow the prompts and print the record 4. Search for the record again, observe record audit trail, there is no entry for Certified **Expected behaviour** A clear and concise description of what you expected to happen. **Screenshots** ![Certified but no record audit of certification.jpg](https://images.zenhubusercontent.com/61d3cc06859638b515717606/2489d4ec-e835-48d6-af41-6d968b92675d) https://www.loom.com/share/7ec1518881924f35a58c96bf2848a80d (minute 6:11) **Desktop (please complete the following information):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here. **Possible fixes** (If you can, link to the line of code that might be responsible for the problem)
non_defect
certified record shows no entry for certification on the record audit describe the bug certified record shows no entry for certification on the record audit to reproduce steps to reproduce the behaviour login as registrar click on a record in ready to print queue follow the prompts and print the record search for the record again observe record audit trail there is no entry for certified expected behaviour a clear and concise description of what you expected to happen screenshots minute desktop please complete the following information os browser version smartphone please complete the following information device os browser version additional context add any other context about the problem here possible fixes if you can link to the line of code that might be responsible for the problem
0
61,486
17,023,705,329
IssuesEvent
2021-07-03 03:24:10
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Some zoom levels reder not updating
Component: osmarender Priority: minor Type: defect
**[Submitted to the original trac issue database at 2.09pm, Monday, 25th April 2011]** There is the node 72994199 that has not updated for at least a month (zoom levels 6-7-8-9-10-11), in osmarender. There is also the same problem in mapnik (zoom level 11).
1.0
Some zoom levels reder not updating - **[Submitted to the original trac issue database at 2.09pm, Monday, 25th April 2011]** There is the node 72994199 that has not updated for at least a month (zoom levels 6-7-8-9-10-11), in osmarender. There is also the same problem in mapnik (zoom level 11).
defect
some zoom levels reder not updating there is the node that has not updated for at least a month zoom levels in osmarender there is also the same problem in mapnik zoom level
1
321,810
23,873,474,787
IssuesEvent
2022-09-07 16:42:30
cloudnative-pg/cloudnative-pg
https://api.github.com/repos/cloudnative-pg/cloudnative-pg
closed
Document new minor release process
documentation :book:
Integrate the release procedure with instructions on how to create a new minor release.
1.0
Document new minor release process - Integrate the release procedure with instructions on how to create a new minor release.
non_defect
document new minor release process integrate the release procedure with instructions on how to create a new minor release
0
158,764
13,747,120,615
IssuesEvent
2020-10-06 07:05:16
sumana2001/python
https://api.github.com/repos/sumana2001/python
closed
Guess the number
documentation enhancement good first issue hacktober2020 hacktoberfest help wanted python
Write a program where the computer randomly generates a number between 0 and 20. The user needs to guess what the number is. If the user guesses wrong, tell them their guess is either too high, or too low. This will get you started with the random library if you haven't already used it. **Will only assign to a github beginner**
1.0
Guess the number - Write a program where the computer randomly generates a number between 0 and 20. The user needs to guess what the number is. If the user guesses wrong, tell them their guess is either too high, or too low. This will get you started with the random library if you haven't already used it. **Will only assign to a github beginner**
non_defect
guess the number write a program where the computer randomly generates a number between and the user needs to guess what the number is if the user guesses wrong tell them their guess is either too high or too low this will get you started with the random library if you haven t already used it will only assign to a github beginner
0
53,997
13,301,728,887
IssuesEvent
2020-08-25 13:21:40
svalinn/DAGMC
https://api.github.com/repos/svalinn/DAGMC
opened
uwuw_preproc fails to read new pyne material library
Type: Defect
**Describe the Bug**<br/> DAGMC `uwuw_preproc` fails to read new pyne material library. **To Reproduce**<br/> I updated PyNE and DAGMC to the newest version (updated time 2020-08-25), and created a simple geometry with only materials of "Water" and "Vacuum" -> `imprint body all` -> `merge all` -> `export dagmc geom.h5m` -> `uwuw_preproc`. Then the failure read of pyne material library. **Expected Behavior**<br/> The pyne material library should be load and the materials should be rewrite to dagmc geometry. **Screenshots or Code Snippets**<br/> The python script for write PyNE h5 material library: ``` #!/usr/bin/python from pyne.material import Material from pyne.material_library import MaterialLibrary print("Welcome!") # define mat water watervec={10010:2,80160:1} # simple water water = Material() water.density = 1.0 water.metadata["name"] = "Water" water.from_atom_frac(watervec) # lib = {"Water": water} mat_lib=MaterialLibrary(lib) mat_lib.write_hdf5("mvgeom_material_lib.h5", h5_overwrite=True) print("All done!") ``` Output of "h5ls -r mvgeom_material_lib.h5" ``` / Group /material_library Group /material_library/materials Group /material_library/materials/composition Dataset {1/Inf} /material_library/materials/composition_metadata Dataset {1/Inf} /material_library/materials/nuclidelist Dataset {2} ``` Output of "h5dump mvgeom_material_lib.h5 ": ``` HDF5 "mvgeom_material_lib.h5" { GROUP "/" { GROUP "material_library" { GROUP "materials" { DATASET "composition" { DATATYPE H5T_COMPOUND { H5T_IEEE_F64LE "mass"; H5T_IEEE_F64LE "density"; H5T_IEEE_F64LE "atoms_per_molecule"; H5T_ARRAY { [2] H5T_IEEE_F64LE } "comp"; } DATASPACE SIMPLE { ( 1 ) / ( H5S_UNLIMITED ) } DATA { (0): { 18.0106, 1, 3, [ 0.111915, 0.888085 ] } } } DATASET "composition_metadata" { DATATYPE H5T_VLEN { H5T_STD_I8LE} DATASPACE SIMPLE { ( 1 ) / ( H5S_UNLIMITED ) } DATA { (0): (123, 34, 110, 97, 109, 101, 34, 58, 34, 87, 97, 116, 101, 114, 34, 125, 10) } } DATASET "nuclidelist" { DATATYPE H5T_STD_I32LE DATASPACE SIMPLE { ( 2 ) / ( 2 ) } DATA { (0): 10010000, 80160000 } } } } } } ``` Output of "uwuw_preproc mvgeom_graveyard_material.h5m -v -l ~/opt/pyne/tests/matlib.h5" ``` Loading file mvgeom_graveyard_material.h5m Initializing the GeomQueryTool... Using faceting tolerance: 0.001 Implicit Complement assumed to be Vacuum Making material group name mat:Water/rho:1.0 Making material group name mat:Water/rho:1.0 Making material group name mat:Vacuum Making material group name mat:Vacuum Making material group name mat:Graveyard Making material group name mat:Vacuum Materials Present, : material Water was not found in the material library ``` **Please complete the following information regarding your system:**<br/> - OS: Ubuntu 18.04 - MOAB Version: 5.1 - HDF5 Version: 1.10.0-patch1 (default of Ubuntu 18.04) **Additional Context**<br/> The unit test for pyne library uses the old version pyne material lib. Better to add a new version pyne material lib for compability. ``` ~/opt/DAGMC/DAGMC/src/uwuw/tests$ h5ls -r mat_lib.h5 / Group /materials Dataset {12/Inf} /materials_metadata Dataset {12/Inf} /nucid Dataset {1} ```
1.0
uwuw_preproc fails to read new pyne material library - **Describe the Bug**<br/> DAGMC `uwuw_preproc` fails to read new pyne material library. **To Reproduce**<br/> I updated PyNE and DAGMC to the newest version (updated time 2020-08-25), and created a simple geometry with only materials of "Water" and "Vacuum" -> `imprint body all` -> `merge all` -> `export dagmc geom.h5m` -> `uwuw_preproc`. Then the failure read of pyne material library. **Expected Behavior**<br/> The pyne material library should be load and the materials should be rewrite to dagmc geometry. **Screenshots or Code Snippets**<br/> The python script for write PyNE h5 material library: ``` #!/usr/bin/python from pyne.material import Material from pyne.material_library import MaterialLibrary print("Welcome!") # define mat water watervec={10010:2,80160:1} # simple water water = Material() water.density = 1.0 water.metadata["name"] = "Water" water.from_atom_frac(watervec) # lib = {"Water": water} mat_lib=MaterialLibrary(lib) mat_lib.write_hdf5("mvgeom_material_lib.h5", h5_overwrite=True) print("All done!") ``` Output of "h5ls -r mvgeom_material_lib.h5" ``` / Group /material_library Group /material_library/materials Group /material_library/materials/composition Dataset {1/Inf} /material_library/materials/composition_metadata Dataset {1/Inf} /material_library/materials/nuclidelist Dataset {2} ``` Output of "h5dump mvgeom_material_lib.h5 ": ``` HDF5 "mvgeom_material_lib.h5" { GROUP "/" { GROUP "material_library" { GROUP "materials" { DATASET "composition" { DATATYPE H5T_COMPOUND { H5T_IEEE_F64LE "mass"; H5T_IEEE_F64LE "density"; H5T_IEEE_F64LE "atoms_per_molecule"; H5T_ARRAY { [2] H5T_IEEE_F64LE } "comp"; } DATASPACE SIMPLE { ( 1 ) / ( H5S_UNLIMITED ) } DATA { (0): { 18.0106, 1, 3, [ 0.111915, 0.888085 ] } } } DATASET "composition_metadata" { DATATYPE H5T_VLEN { H5T_STD_I8LE} DATASPACE SIMPLE { ( 1 ) / ( H5S_UNLIMITED ) } DATA { (0): (123, 34, 110, 97, 109, 101, 34, 58, 34, 87, 97, 116, 101, 114, 34, 125, 10) } } DATASET "nuclidelist" { DATATYPE H5T_STD_I32LE DATASPACE SIMPLE { ( 2 ) / ( 2 ) } DATA { (0): 10010000, 80160000 } } } } } } ``` Output of "uwuw_preproc mvgeom_graveyard_material.h5m -v -l ~/opt/pyne/tests/matlib.h5" ``` Loading file mvgeom_graveyard_material.h5m Initializing the GeomQueryTool... Using faceting tolerance: 0.001 Implicit Complement assumed to be Vacuum Making material group name mat:Water/rho:1.0 Making material group name mat:Water/rho:1.0 Making material group name mat:Vacuum Making material group name mat:Vacuum Making material group name mat:Graveyard Making material group name mat:Vacuum Materials Present, : material Water was not found in the material library ``` **Please complete the following information regarding your system:**<br/> - OS: Ubuntu 18.04 - MOAB Version: 5.1 - HDF5 Version: 1.10.0-patch1 (default of Ubuntu 18.04) **Additional Context**<br/> The unit test for pyne library uses the old version pyne material lib. Better to add a new version pyne material lib for compability. ``` ~/opt/DAGMC/DAGMC/src/uwuw/tests$ h5ls -r mat_lib.h5 / Group /materials Dataset {12/Inf} /materials_metadata Dataset {12/Inf} /nucid Dataset {1} ```
defect
uwuw preproc fails to read new pyne material library describe the bug dagmc uwuw preproc fails to read new pyne material library to reproduce i updated pyne and dagmc to the newest version updated time and created a simple geometry with only materials of water and vacuum imprint body all merge all export dagmc geom uwuw preproc then the failure read of pyne material library expected behavior the pyne material library should be load and the materials should be rewrite to dagmc geometry screenshots or code snippets the python script for write pyne material library usr bin python from pyne material import material from pyne material library import materiallibrary print welcome define mat water watervec simple water water material water density water metadata water water from atom frac watervec lib water water mat lib materiallibrary lib mat lib write mvgeom material lib overwrite true print all done output of r mvgeom material lib group material library group material library materials group material library materials composition dataset inf material library materials composition metadata dataset inf material library materials nuclidelist dataset output of mvgeom material lib mvgeom material lib group group material library group materials dataset composition datatype compound ieee mass ieee density ieee atoms per molecule array ieee comp dataspace simple unlimited data dataset composition metadata datatype vlen std dataspace simple unlimited data dataset nuclidelist datatype std dataspace simple data output of uwuw preproc mvgeom graveyard material v l opt pyne tests matlib loading file mvgeom graveyard material initializing the geomquerytool using faceting tolerance implicit complement assumed to be vacuum making material group name mat water rho making material group name mat water rho making material group name mat vacuum making material group name mat vacuum making material group name mat graveyard making material group name mat vacuum materials present material water was not found in the material library please complete the following information regarding your system os ubuntu moab version version default of ubuntu additional context the unit test for pyne library uses the old version pyne material lib better to add a new version pyne material lib for compability opt dagmc dagmc src uwuw tests r mat lib group materials dataset inf materials metadata dataset inf nucid dataset
1
577,648
17,116,065,489
IssuesEvent
2021-07-11 11:30:36
TeamRizu/OutFox
https://api.github.com/repos/TeamRizu/OutFox
closed
[BUG] Native PIUIO support not working on Windows
Driver Problem Input Low Priority Upstream Bug Will Not Fix Windows
**Please give System Info** OS: Windows 7 Embedded x64, Windows 10 build 19041 **Please give your StepMania Info** Outfox Version: Outfox Alpha 4.9.7GG Theme: Any **Describe the problem** My PIUIO (EZ-USB FX2) is not getting recognized as an input, no matter if i leave the device without a driver or i install libusb-win32/WinUSB via Zadig. Tested behaviour on both Windows 7 and Windows 10, exact same issue. The IO does work if programs like _piuio2vjoy_ or _io2key_ are installed. As a test, i tried editing **gamecontrollerdb.txt** to include Windows in the _platform_ section of PIUIO Input, but still won't work. **Describe what should happen** The IO should get recognized by the Joystick subsystem as "PIUIO input", but logs show no sign of it being recognized. **Logs and Additional context** [log.txt](https://github.com/TeamRizu/OutFox/files/6252405/log.txt) [userlog.txt](https://github.com/TeamRizu/OutFox/files/6252406/userlog.txt) [info.txt](https://github.com/TeamRizu/OutFox/files/6252408/info.txt)
1.0
[BUG] Native PIUIO support not working on Windows - **Please give System Info** OS: Windows 7 Embedded x64, Windows 10 build 19041 **Please give your StepMania Info** Outfox Version: Outfox Alpha 4.9.7GG Theme: Any **Describe the problem** My PIUIO (EZ-USB FX2) is not getting recognized as an input, no matter if i leave the device without a driver or i install libusb-win32/WinUSB via Zadig. Tested behaviour on both Windows 7 and Windows 10, exact same issue. The IO does work if programs like _piuio2vjoy_ or _io2key_ are installed. As a test, i tried editing **gamecontrollerdb.txt** to include Windows in the _platform_ section of PIUIO Input, but still won't work. **Describe what should happen** The IO should get recognized by the Joystick subsystem as "PIUIO input", but logs show no sign of it being recognized. **Logs and Additional context** [log.txt](https://github.com/TeamRizu/OutFox/files/6252405/log.txt) [userlog.txt](https://github.com/TeamRizu/OutFox/files/6252406/userlog.txt) [info.txt](https://github.com/TeamRizu/OutFox/files/6252408/info.txt)
non_defect
native piuio support not working on windows please give system info os windows embedded windows build please give your stepmania info outfox version outfox alpha theme any describe the problem my piuio ez usb is not getting recognized as an input no matter if i leave the device without a driver or i install libusb winusb via zadig tested behaviour on both windows and windows exact same issue the io does work if programs like or are installed as a test i tried editing gamecontrollerdb txt to include windows in the platform section of piuio input but still won t work describe what should happen the io should get recognized by the joystick subsystem as piuio input but logs show no sign of it being recognized logs and additional context
0
43,256
5,534,018,437
IssuesEvent
2017-03-21 14:36:23
Z-Wave-Me/ExpertUI
https://api.github.com/repos/Z-Wave-Me/ExpertUI
closed
Can't configure bitset parameters, it always 0
testme
I'm trying to configure bitset parameters, but when I press Apply, parameter set to 0. <img width="1280" alt="2017-02-01 14 30 13" src="https://cloud.githubusercontent.com/assets/2894860/22505213/49a9eec6-e88b-11e6-9821-7d97a0b50a0a.png">
1.0
Can't configure bitset parameters, it always 0 - I'm trying to configure bitset parameters, but when I press Apply, parameter set to 0. <img width="1280" alt="2017-02-01 14 30 13" src="https://cloud.githubusercontent.com/assets/2894860/22505213/49a9eec6-e88b-11e6-9821-7d97a0b50a0a.png">
non_defect
can t configure bitset parameters it always i m trying to configure bitset parameters but when i press apply parameter set to img width alt src
0
225,737
24,881,249,729
IssuesEvent
2022-10-28 01:26:55
shantanujhalt/Compare-Net-Objects
https://api.github.com/repos/shantanujhalt/Compare-Net-Objects
opened
CVE-2020-1108 (High) detected in microsoft.netcore.app.2.0.0.nupkg
security vulnerability
## CVE-2020-1108 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>microsoft.netcore.app.2.0.0.nupkg</b></p></summary> <p>A set of .NET API's that are included in the default .NET Core application model. e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d When using NuGet 3.x this package requires at least version 3.4.</p> <p>Library home page: <a href="https://api.nuget.org/packages/microsoft.netcore.app.2.0.0.nupkg">https://api.nuget.org/packages/microsoft.netcore.app.2.0.0.nupkg</a></p> <p>Path to dependency file: /Compare-NET-Objects-Tests/Compare-NET-Objects-Tests.csproj</p> <p>Path to vulnerable library: /es/microsoft.netcore.app/2.0.0/microsoft.netcore.app.2.0.0.nupkg</p> <p> Dependency Hierarchy: - :x: **microsoft.netcore.app.2.0.0.nupkg** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A denial of service vulnerability exists when .NET Core or .NET Framework improperly handles web requests, aka '.NET Core & .NET Framework Denial of Service Vulnerability'. <p>Publish Date: 2020-05-21 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-1108>CVE-2020-1108</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-3w5p-jhp5-c29q">https://github.com/advisories/GHSA-3w5p-jhp5-c29q</a></p> <p>Release Date: 2020-05-21</p> <p>Fix Resolution: Microsoft.NETCore.App - 2.1.18, Microsoft.NETCore.App.Runtime - 3.1.4</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-1108 (High) detected in microsoft.netcore.app.2.0.0.nupkg - ## CVE-2020-1108 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>microsoft.netcore.app.2.0.0.nupkg</b></p></summary> <p>A set of .NET API's that are included in the default .NET Core application model. e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d When using NuGet 3.x this package requires at least version 3.4.</p> <p>Library home page: <a href="https://api.nuget.org/packages/microsoft.netcore.app.2.0.0.nupkg">https://api.nuget.org/packages/microsoft.netcore.app.2.0.0.nupkg</a></p> <p>Path to dependency file: /Compare-NET-Objects-Tests/Compare-NET-Objects-Tests.csproj</p> <p>Path to vulnerable library: /es/microsoft.netcore.app/2.0.0/microsoft.netcore.app.2.0.0.nupkg</p> <p> Dependency Hierarchy: - :x: **microsoft.netcore.app.2.0.0.nupkg** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A denial of service vulnerability exists when .NET Core or .NET Framework improperly handles web requests, aka '.NET Core & .NET Framework Denial of Service Vulnerability'. <p>Publish Date: 2020-05-21 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-1108>CVE-2020-1108</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-3w5p-jhp5-c29q">https://github.com/advisories/GHSA-3w5p-jhp5-c29q</a></p> <p>Release Date: 2020-05-21</p> <p>Fix Resolution: Microsoft.NETCore.App - 2.1.18, Microsoft.NETCore.App.Runtime - 3.1.4</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in microsoft netcore app nupkg cve high severity vulnerability vulnerable library microsoft netcore app nupkg a set of net api s that are included in the default net core application model when using nuget x this package requires at least version library home page a href path to dependency file compare net objects tests compare net objects tests csproj path to vulnerable library es microsoft netcore app microsoft netcore app nupkg dependency hierarchy x microsoft netcore app nupkg vulnerable library found in base branch master vulnerability details a denial of service vulnerability exists when net core or net framework improperly handles web requests aka net core net framework denial of service vulnerability publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution microsoft netcore app microsoft netcore app runtime step up your open source security game with mend
0
351,475
32,002,176,846
IssuesEvent
2023-09-21 12:56:33
waku-org/js-waku
https://api.github.com/repos/waku-org/js-waku
closed
chore: split CI into separate chunks
test E:End-to-end testing
This is a **change request** ## Problem `nwaku` depends on some of our [CI steps](https://github.com/waku-org/js-waku/pull/1541) and the first solution was to use `workflow_call`. This is not ideal because now they have all of the steps from `js-waku` CI and not to run all of them we had to clutter code a bit with extra conditions. ## Proposed Solutions Split `ci.yml` into chunks so that they can be consumed or research other options (clone `js-waku` & inject `nwaku` through `process.env` e.g). ## Notes Original PR - https://github.com/waku-org/js-waku/pull/1541
2.0
chore: split CI into separate chunks - This is a **change request** ## Problem `nwaku` depends on some of our [CI steps](https://github.com/waku-org/js-waku/pull/1541) and the first solution was to use `workflow_call`. This is not ideal because now they have all of the steps from `js-waku` CI and not to run all of them we had to clutter code a bit with extra conditions. ## Proposed Solutions Split `ci.yml` into chunks so that they can be consumed or research other options (clone `js-waku` & inject `nwaku` through `process.env` e.g). ## Notes Original PR - https://github.com/waku-org/js-waku/pull/1541
non_defect
chore split ci into separate chunks this is a change request problem nwaku depends on some of our and the first solution was to use workflow call this is not ideal because now they have all of the steps from js waku ci and not to run all of them we had to clutter code a bit with extra conditions proposed solutions split ci yml into chunks so that they can be consumed or research other options clone js waku inject nwaku through process env e g notes original pr
0
7,929
2,611,067,356
IssuesEvent
2015-02-27 00:31:28
alistairreilly/andors-trail
https://api.github.com/repos/alistairreilly/andors-trail
closed
RoLS -virtegeneration
auto-migrated Type-Defect
``` Before posting, please read the following guidelines for posts in the issue tracker: http://code.google.com/p/andors-trail/wiki/Forums_vs_issuetracker What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what device? Please provide any additional information below. ``` Original issue reported on code.google.com by `jgemmajr@gmail.com` on 10 Aug 2011 at 2:03
1.0
RoLS -virtegeneration - ``` Before posting, please read the following guidelines for posts in the issue tracker: http://code.google.com/p/andors-trail/wiki/Forums_vs_issuetracker What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what device? Please provide any additional information below. ``` Original issue reported on code.google.com by `jgemmajr@gmail.com` on 10 Aug 2011 at 2:03
defect
rols virtegeneration before posting please read the following guidelines for posts in the issue tracker what steps will reproduce the problem what is the expected output what do you see instead what version of the product are you using on what device please provide any additional information below original issue reported on code google com by jgemmajr gmail com on aug at
1
56,274
15,014,349,209
IssuesEvent
2021-02-01 06:26:37
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
Possibly incorrect behaviour described by `EntryEvictedListener` and `EntryExpiredListener` Javadocs
Source: Internal Type: Defect Type: Documentation
I believe `EntryEvictedListener` and `EntryExpiredListener` Javadocs for version 4 should be reviewed as the following statement: > Note that if your listener implements both EntryExpiredListener and EntryEvictedListener together, there is a probability that the listener may receive both expiration and eviction events for the same entry. does not apply to version 4 of IMDG, where events are now kept separated. Following explanation from Engineering: > that v3 behavior was to preserve backward compatibility, in v4 we broke this and we don’t send same event for both This was found while trying to replicate ZD7007 Thank you. F.
1.0
Possibly incorrect behaviour described by `EntryEvictedListener` and `EntryExpiredListener` Javadocs - I believe `EntryEvictedListener` and `EntryExpiredListener` Javadocs for version 4 should be reviewed as the following statement: > Note that if your listener implements both EntryExpiredListener and EntryEvictedListener together, there is a probability that the listener may receive both expiration and eviction events for the same entry. does not apply to version 4 of IMDG, where events are now kept separated. Following explanation from Engineering: > that v3 behavior was to preserve backward compatibility, in v4 we broke this and we don’t send same event for both This was found while trying to replicate ZD7007 Thank you. F.
defect
possibly incorrect behaviour described by entryevictedlistener and entryexpiredlistener javadocs i believe entryevictedlistener and entryexpiredlistener javadocs for version should be reviewed as the following statement note that if your listener implements both entryexpiredlistener and entryevictedlistener together there is a probability that the listener may receive both expiration and eviction events for the same entry does not apply to version of imdg where events are now kept separated following explanation from engineering that behavior was to preserve backward compatibility in we broke this and we don’t send same event for both this was found while trying to replicate thank you f
1
821,188
30,809,831,082
IssuesEvent
2023-08-01 09:38:36
vscentrum/vsc-software-stack
https://api.github.com/repos/vscentrum/vsc-software-stack
opened
ABINIT
difficulty: medium priority: high update site:ugent easyconfig
* link to support ticket: [#2023071960000191](https://otrsdict.ugent.be/otrs/index.pl?Action=AgentTicketZoom;TicketID=125618) * website: https://www.abinit.org/package/9.10.3 * installation docs: https://docs.abinit.org/installation/ * toolchain: not specified -> 2022a or 2022b * easyblock to use: `ConfigureMake` * required dependencies: * [ ] netCDF * [ ] netCDF-Fortran * optional dependencies: * * notes: * version 9.10.3 * https://github.com/easybuilders/easybuild-easyconfigs/blob/develop/easybuild/easyconfigs/__archive__/a/ABINIT/ABINIT-7.6.2-foss-2015a.eb * effort: *(TBD)* * other install methods * conda: no * container image: no * pre-built binaries (RHEL8 Linux x86_64): yes (link?) / no * easyconfig outside EasyBuild: yes
1.0
ABINIT - * link to support ticket: [#2023071960000191](https://otrsdict.ugent.be/otrs/index.pl?Action=AgentTicketZoom;TicketID=125618) * website: https://www.abinit.org/package/9.10.3 * installation docs: https://docs.abinit.org/installation/ * toolchain: not specified -> 2022a or 2022b * easyblock to use: `ConfigureMake` * required dependencies: * [ ] netCDF * [ ] netCDF-Fortran * optional dependencies: * * notes: * version 9.10.3 * https://github.com/easybuilders/easybuild-easyconfigs/blob/develop/easybuild/easyconfigs/__archive__/a/ABINIT/ABINIT-7.6.2-foss-2015a.eb * effort: *(TBD)* * other install methods * conda: no * container image: no * pre-built binaries (RHEL8 Linux x86_64): yes (link?) / no * easyconfig outside EasyBuild: yes
non_defect
abinit link to support ticket website installation docs toolchain not specified or easyblock to use configuremake required dependencies netcdf netcdf fortran optional dependencies notes version effort tbd other install methods conda no container image no pre built binaries linux yes link no easyconfig outside easybuild yes
0
24,773
4,103,350,097
IssuesEvent
2016-06-04 16:26:09
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
Typo in scipy.spatial.distance.cdist docs
defect Documentation easy-fix scipy.spatial
http://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.distance.cdist.html https://github.com/scipy/scipy/blob/v0.17.1/scipy/spatial/distance.py#L1778-L2294 The cdist doc string defines the Mahalanobis distance without a square root. See e.g. https://en.m.wikipedia.org/wiki/Mahalanobis_distance The function called by cdist is itself correct and correctly documented https://github.com/scipy/scipy/blob/v0.17.1/scipy/spatial/distance.py#L541
1.0
Typo in scipy.spatial.distance.cdist docs - http://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.distance.cdist.html https://github.com/scipy/scipy/blob/v0.17.1/scipy/spatial/distance.py#L1778-L2294 The cdist doc string defines the Mahalanobis distance without a square root. See e.g. https://en.m.wikipedia.org/wiki/Mahalanobis_distance The function called by cdist is itself correct and correctly documented https://github.com/scipy/scipy/blob/v0.17.1/scipy/spatial/distance.py#L541
defect
typo in scipy spatial distance cdist docs the cdist doc string defines the mahalanobis distance without a square root see e g the function called by cdist is itself correct and correctly documented
1
104,724
8,998,987,810
IssuesEvent
2019-02-03 04:20:58
buttplugio/buttplug-csharp
https://api.github.com/repos/buttplugio/buttplug-csharp
closed
Write tests for SerialPortManager
hardware support testing
This seems like one of those things we should be able to mock?
1.0
Write tests for SerialPortManager - This seems like one of those things we should be able to mock?
non_defect
write tests for serialportmanager this seems like one of those things we should be able to mock
0
55,016
14,137,734,729
IssuesEvent
2020-11-10 07:12:38
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
Default carbon-ourname won't replace dots with underscores
auth defect rec
As documented on [this documentation page](https://doc.powerdns.com/md/common/logging/#sending-to-carbongraphitemetronome), pdns recursor is supposed to replace the dots in a hostname with underscores. Instead, it strips everything after the first dot, leaving only the first part of the hostname as carbon-ourname. It may be related to [this patch](https://github.com/PowerDNS/pdns/pull/2381).
1.0
Default carbon-ourname won't replace dots with underscores - As documented on [this documentation page](https://doc.powerdns.com/md/common/logging/#sending-to-carbongraphitemetronome), pdns recursor is supposed to replace the dots in a hostname with underscores. Instead, it strips everything after the first dot, leaving only the first part of the hostname as carbon-ourname. It may be related to [this patch](https://github.com/PowerDNS/pdns/pull/2381).
defect
default carbon ourname won t replace dots with underscores as documented on pdns recursor is supposed to replace the dots in a hostname with underscores instead it strips everything after the first dot leaving only the first part of the hostname as carbon ourname it may be related to
1
58,257
14,257,874,153
IssuesEvent
2020-11-20 04:53:07
pravega/pravega
https://api.github.com/repos/pravega/pravega
closed
Fix HDFS security vulnerabilities
area/security area/tier2
**Problem description** Pravega uses HDFS for tier 2 and it has a set of security vulnerabilities. These include `CVE-2016-6811, CVE-2018-8009, CVE-2018-8029, CVE-2018-11766`. These come from the Apache Hadoop hdfs library along with its transitive dependencies. The versions of these libraries needs to be updated to overcome the security vulnerabilities. The updates to the library requires changes in Pravega source code to remove the methods, exceptions and properties used from the library that are no longer available and to use the replacements for these and other deprecated syntax. **Problem location** The version for the Apache hadoop hdfs library is specified in the gradle.properties. Its usage spans HDFS tests and exception helpers. These changes expand to others parts of the code where they are used. **Suggestions for an improvement** The version 2.9.2 of apache hadoop hdfs fixes the above CVEs but there are a few more CVEs that have been addressed in recent versions. These new versions have increased the breaks in compatibility with our existing code. The updates can therefore be progressive increasing from 2.9.2 to more recent versions. The changes to the hdfs library and its transitive dependencies can be made at once.
True
Fix HDFS security vulnerabilities - **Problem description** Pravega uses HDFS for tier 2 and it has a set of security vulnerabilities. These include `CVE-2016-6811, CVE-2018-8009, CVE-2018-8029, CVE-2018-11766`. These come from the Apache Hadoop hdfs library along with its transitive dependencies. The versions of these libraries needs to be updated to overcome the security vulnerabilities. The updates to the library requires changes in Pravega source code to remove the methods, exceptions and properties used from the library that are no longer available and to use the replacements for these and other deprecated syntax. **Problem location** The version for the Apache hadoop hdfs library is specified in the gradle.properties. Its usage spans HDFS tests and exception helpers. These changes expand to others parts of the code where they are used. **Suggestions for an improvement** The version 2.9.2 of apache hadoop hdfs fixes the above CVEs but there are a few more CVEs that have been addressed in recent versions. These new versions have increased the breaks in compatibility with our existing code. The updates can therefore be progressive increasing from 2.9.2 to more recent versions. The changes to the hdfs library and its transitive dependencies can be made at once.
non_defect
fix hdfs security vulnerabilities problem description pravega uses hdfs for tier and it has a set of security vulnerabilities these include cve cve cve cve these come from the apache hadoop hdfs library along with its transitive dependencies the versions of these libraries needs to be updated to overcome the security vulnerabilities the updates to the library requires changes in pravega source code to remove the methods exceptions and properties used from the library that are no longer available and to use the replacements for these and other deprecated syntax problem location the version for the apache hadoop hdfs library is specified in the gradle properties its usage spans hdfs tests and exception helpers these changes expand to others parts of the code where they are used suggestions for an improvement the version of apache hadoop hdfs fixes the above cves but there are a few more cves that have been addressed in recent versions these new versions have increased the breaks in compatibility with our existing code the updates can therefore be progressive increasing from to more recent versions the changes to the hdfs library and its transitive dependencies can be made at once
0
32,884
6,961,739,652
IssuesEvent
2017-12-08 10:39:55
siddhartha-gadgil/ProvingGround
https://api.github.com/repos/siddhartha-gadgil/ProvingGround
closed
crash during hashing
defect
While tracking replacements using a mutable set, a stack overflow happened while computing the hash of a symbolic function (which is computed as a tuple). ``` java.lang.StackOverflowError at scala.runtime.Statics.anyHash(Statics.java:115) at scala.util.hashing.MurmurHash3.productHash(MurmurHash3.scala:64) at scala.util.hashing.MurmurHash3$.productHash(MurmurHash3.scala:211) at scala.runtime.ScalaRunTime$._hashCode(ScalaRunTime.scala:145) at scala.Tuple2.hashCode(Tuple2.scala:19) at provingground.HoTT$Symbolic.hashCode(HoTT.scala:379) at provingground.HoTT$Symbolic.hashCode$(HoTT.scala:379) at provingground.HoTT$SymbTyp.hashCode(HoTT.scala:489) at scala.runtime.Statics.anyHash(Statics.java:115) at scala.util.hashing.MurmurHash3.productHash(MurmurHash3.scala:64) at scala.util.hashing.MurmurHash3$.productHash(MurmurHash3.scala:211) at scala.runtime.ScalaRunTime$._hashCode(ScalaRunTime.scala:145) at scala.Tuple2.hashCode(Tuple2.scala:19) at provingground.HoTT$Symbolic.hashCode(HoTT.scala:379) at provingground.HoTT$Symbolic.hashCode$(HoTT.scala:379) at provingground.HoTT$SymbObj.hashCode(HoTT.scala:431) at scala.runtime.Statics.anyHash(Statics.java:115) at scala.util.hashing.MurmurHash3.productHash(MurmurHash3.scala:64) at scala.util.hashing.MurmurHash3$.productHash(MurmurHash3.scala:211) at scala.runtime.ScalaRunTime$._hashCode(ScalaRunTime.scala:145) at scala.Tuple3.hashCode(Tuple3.scala:20) at scala.collection.mutable.FlatHashTable.addEntry(FlatHashTable.scala:149) at scala.collection.mutable.FlatHashTable.addEntry$(FlatHashTable.scala:148) at scala.collection.mutable.HashSet.addEntry(HashSet.scala:40) at scala.collection.mutable.FlatHashTable.addElem(FlatHashTable.scala:140) at scala.collection.mutable.FlatHashTable.addElem$(FlatHashTable.scala:139) at scala.collection.mutable.HashSet.addElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:59) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:40) at ammonite.$sess.cmd2$.setHook(cmd2.sc:2) at ammonite.$sess.cmd6$.$anonfun$res6$1(cmd6.sc:1) at ammonite.$sess.cmd6$.$anonfun$res6$1$adapted(cmd6.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:124) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbTyp.replace(HoTT.scala:489) at provingground.HoTT$FuncTyp.subs(HoTT.scala:1021) at provingground.HoTT$FuncTyp.subs(HoTT.scala:998) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$FuncTyp.subs(HoTT.scala:1021) at provingground.HoTT$FuncTyp.subs(HoTT.scala:998) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiSymbolicFunc.symbobj$7(HoTT.scala:2047) at provingground.HoTT$PiSymbolicFunc.$anonfun$subs$11(HoTT.scala:2048) at provingground.HoTT$.$anonfun$symSubs$4(HoTT.scala:482) at scala.Option.getOrElse(Option.scala:121) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:482) at provingground.HoTT$PiSymbolicFunc.subs(HoTT.scala:2048) at provingground.HoTT$PiSymbolicFunc.subs(HoTT.scala:2019) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$PiSymbolicFunc.replace(HoTT.scala:2019) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Symbolic.equals(HoTT.scala:382) at provingground.HoTT$Symbolic.equals$(HoTT.scala:381) at provingground.HoTT$PiSymbolicFunc.equals(HoTT.scala:2019) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.addEntry(FlatHashTable.scala:152) at scala.collection.mutable.FlatHashTable.addEntry$(FlatHashTable.scala:148) at scala.collection.mutable.HashSet.addEntry(HashSet.scala:40) at scala.collection.mutable.FlatHashTable.addElem(FlatHashTable.scala:140) at scala.collection.mutable.FlatHashTable.addElem$(FlatHashTable.scala:139) at scala.collection.mutable.HashSet.addElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:59) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:40) at ammonite.$sess.cmd2$.setHook(cmd2.sc:2) at ammonite.$sess.cmd6$.$anonfun$res6$1(cmd6.sc:1) at ammonite.$sess.cmd6$.$anonfun$res6$1$adapted(cmd6.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:124) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.hashCode$lzycompute(HoTT.scala:972) at provingground.HoTT$GenFuncTyp.hashCode(HoTT.scala:971) at scala.runtime.Statics.anyHash(Statics.java:115) at scala.util.hashing.MurmurHash3.productHash(MurmurHash3.scala:64) at scala.util.hashing.MurmurHash3$.productHash(MurmurHash3.scala:211) at scala.runtime.ScalaRunTime$._hashCode(ScalaRunTime.scala:145) at scala.Tuple3.hashCode(Tuple3.scala:20) at scala.collection.mutable.FlatHashTable.addEntry(FlatHashTable.scala:149) at scala.collection.mutable.FlatHashTable.addEntry$(FlatHashTable.scala:148) at scala.collection.mutable.HashSet.addEntry(HashSet.scala:40) at scala.collection.mutable.FlatHashTable.addElem(FlatHashTable.scala:140) at scala.collection.mutable.FlatHashTable.addElem$(FlatHashTable.scala:139) at scala.collection.mutable.HashSet.addElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:59) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:40) at ammonite.$sess.cmd2$.setHook(cmd2.sc:2) at ammonite.$sess.cmd6$.$anonfun$res6$1(cmd6.sc:1) at ammonite.$sess.cmd6$.$anonfun$res6$1$adapted(cmd6.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:124) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Symbolic.equals(HoTT.scala:382) at provingground.HoTT$Symbolic.equals$(HoTT.scala:381) at provingground.HoTT$PiSymbolicFunc.equals(HoTT.scala:2019) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.addEntry(FlatHashTable.scala:152) at scala.collection.mutable.FlatHashTable.addEntry$(FlatHashTable.scala:148) at scala.collection.mutable.HashSet.addEntry(HashSet.scala:40) at scala.collection.mutable.FlatHashTable.addElem(FlatHashTable.scala:140) at scala.collection.mutable.FlatHashTable.addElem$(FlatHashTable.scala:139) at scala.collection.mutable.HashSet.addElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:59) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:40) at ammonite.$sess.cmd2$.setHook(cmd2.sc:2) at ammonite.$sess.cmd6$.$anonfun$res6$1(cmd6.sc:1) at ammonite.$sess.cmd6$.$anonfun$res6$1$adapted(cmd6.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:124) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Symbolic.equals(HoTT.scala:382) at provingground.HoTT$Symbolic.equals$(HoTT.scala:381) at provingground.HoTT$PiSymbolicFunc.equals(HoTT.scala:2019) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) at scala.collection.mutable.HashSet.removeElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:61) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:40) at ammonite.$sess.cmd4$.setdoneHook(cmd4.sc:2) at ammonite.$sess.cmd5$.$anonfun$res5$1(cmd5.sc:1) at ammonite.$sess.cmd5$.$anonfun$res5$1$adapted(cmd5.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:145) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.addEntry(FlatHashTable.scala:152) at scala.collection.mutable.FlatHashTable.addEntry$(FlatHashTable.scala:148) at scala.collection.mutable.HashSet.addEntry(HashSet.scala:40) at scala.collection.mutable.FlatHashTable.addElem(FlatHashTable.scala:140) at scala.collection.mutable.FlatHashTable.addElem$(FlatHashTable.scala:139) at scala.collection.mutable.HashSet.addElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:59) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:40) at ammonite.$sess.cmd2$.setHook(cmd2.sc:2) at ammonite.$sess.cmd6$.$anonfun$res6$1(cmd6.sc:1) at ammonite.$sess.cmd6$.$anonfun$res6$1$adapted(cmd6.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:124) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$SymbolicFunc.symbobj$6(HoTT.scala:1398) at provingground.HoTT$SymbolicFunc.$anonfun$subs$8(HoTT.scala:1399) at provingground.HoTT$.$anonfun$symSubs$4(HoTT.scala:482) at scala.Option.getOrElse(Option.scala:121) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:482) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) at scala.collection.mutable.HashSet.removeElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:61) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:40) at ammonite.$sess.cmd4$.setdoneHook(cmd4.sc:2) at ammonite.$sess.cmd5$.$anonfun$res5$1(cmd5.sc:1) at ammonite.$sess.cmd5$.$anonfun$res5$1$adapted(cmd5.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:145) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$SymbolicFunc.symbobj$6(HoTT.scala:1398) at provingground.HoTT$SymbolicFunc.$anonfun$subs$8(HoTT.scala:1399) at provingground.HoTT$.$anonfun$symSubs$4(HoTT.scala:482) at scala.Option.getOrElse(Option.scala:121) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:482) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Subs.replace(HoTT.scala:133) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbTyp.replace(HoTT.scala:489) at provingground.HoTT$SymbObj.symbobj$1(HoTT.scala:441) at provingground.HoTT$SymbObj.$anonfun$subs$3(HoTT.scala:442) at provingground.HoTT$.$anonfun$symSubs$4(HoTT.scala:482) at scala.Option.getOrElse(Option.scala:121) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:482) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$Term.dependsOn(HoTT.scala:85) at provingground.HoTT$Term.dependsOn$(HoTT.scala:83) at provingground.HoTT$SymbObj.dependsOn(HoTT.scala:431) at provingground.HoTT$.avoidVars(HoTT.scala:163) at provingground.HoTT$LambdaLike.subs(HoTT.scala:1516) at provingground.HoTT$LambdaLike.subs$(HoTT.scala:1514) at provingground.HoTT$LambdaTerm.subs(HoTT.scala:1538) at provingground.HoTT$LambdaTerm.subs(HoTT.scala:1538) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$LambdaTerm.replace(HoTT.scala:1538) at provingground.induction.RecursiveDefinition$DataCons.subs(RecursiveCaseDefinition.scala:110) at provingground.induction.RecursiveDefinition$DataCons.subs(RecursiveCaseDefinition.scala:76) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.induction.RecursiveDefinition$DataCons.replace(RecursiveCaseDefinition.scala:76) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.addEntry(FlatHashTable.scala:152) at scala.collection.mutable.FlatHashTable.addEntry$(FlatHashTable.scala:148) at scala.collection.mutable.HashSet.addEntry(HashSet.scala:40) at scala.collection.mutable.FlatHashTable.addElem(FlatHashTable.scala:140) at scala.collection.mutable.FlatHashTable.addElem$(FlatHashTable.scala:139) at scala.collection.mutable.HashSet.addElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:59) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:40) at ammonite.$sess.cmd2$.setHook(cmd2.sc:2) at ammonite.$sess.cmd6$.$anonfun$res6$1(cmd6.sc:1) at ammonite.$sess.cmd6$.$anonfun$res6$1$adapted(cmd6.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:124) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Symbolic.equals(HoTT.scala:382) at provingground.HoTT$Symbolic.equals$(HoTT.scala:381) at provingground.HoTT$PiSymbolicFunc.equals(HoTT.scala:2019) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) at scala.collection.mutable.HashSet.removeElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:61) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:40) at ammonite.$sess.cmd4$.setdoneHook(cmd4.sc:2) at ammonite.$sess.cmd5$.$anonfun$res5$1(cmd5.sc:1) at ammonite.$sess.cmd5$.$anonfun$res5$1$adapted(cmd5.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:145) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Symbolic.equals(HoTT.scala:382) at provingground.HoTT$Symbolic.equals$(HoTT.scala:381) at provingground.HoTT$PiSymbolicFunc.equals(HoTT.scala:2019) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) at scala.collection.mutable.HashSet.removeElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:61) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:40) at ammonite.$sess.cmd4$.setdoneHook(cmd4.sc:2) at ammonite.$sess.cmd5$.$anonfun$res5$1(cmd5.sc:1) at ammonite.$sess.cmd5$.$anonfun$res5$1$adapted(cmd5.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:145) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) at scala.collection.mutable.HashSet.removeElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:61) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:40) at ammonite.$sess.cmd4$.setdoneHook(cmd4.sc:2) at ammonite.$sess.cmd5$.$anonfun$res5$1(cmd5.sc:1) at ammonite.$sess.cmd5$.$anonfun$res5$1$adapted(cmd5.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:145) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$SymbolicFunc.symbobj$6(HoTT.scala:1398) at provingground.HoTT$SymbolicFunc.$anonfun$subs$8(HoTT.scala:1399) at provingground.HoTT$.$anonfun$symSubs$4(HoTT.scala:482) at scala.Option.getOrElse(Option.scala:121) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:482) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Symbolic.equals(HoTT.scala:382) at provingground.HoTT$Symbolic.equals$(HoTT.scala:381) at provingground.HoTT$PiSymbolicFunc.equals(HoTT.scala:2019) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) at scala.collection.mutable.HashSet.removeElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:61) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:40) at ammonite.$sess.cmd4$.setdoneHook(cmd4.sc:2) at ammonite.$sess.cmd5$.$anonfun$res5$1(cmd5.sc:1) at ammonite.$sess.cmd5$.$anonfun$res5$1$adapted(cmd5.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:145) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) at scala.collection.mutable.HashSet.removeElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:61) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:40) at ammonite.$sess.cmd4$.setdoneHook(cmd4.sc:2) at ammonite.$sess.cmd5$.$anonfun$res5$1(cmd5.sc:1) at ammonite.$sess.cmd5$.$anonfun$res5$1$adapted(cmd5.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:145) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Symbolic.equals(HoTT.scala:382) at provingground.HoTT$Symbolic.equals$(HoTT.scala:381) at provingground.HoTT$PiSymbolicFunc.equals(HoTT.scala:2019) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.addEntry(FlatHashTable.scala:152) at scala.collection.mutable.FlatHashTable.addEntry$(FlatHashTable.scala:148) at scala.collection.mutable.HashSet.addEntry(HashSet.scala:40) at scala.collection.mutable.FlatHashTable.addElem(FlatHashTable.scala:140) at scala.collection.mutable.FlatHashTable.addElem$(FlatHashTable.scala:139) at scala.collection.mutable.HashSet.addElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:59) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:40) at ammonite.$sess.cmd2$.setHook(cmd2.sc:2) at ammonite.$sess.cmd6$.$anonfun$res6$1(cmd6.sc:1) at ammonite.$sess.cmd6$.$anonfun$res6$1$adapted(cmd6.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:124) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Symbolic.equals(HoTT.scala:382) at provingground.HoTT$Symbolic.equals$(HoTT.scala:381) at provingground.HoTT$PiSymbolicFunc.equals(HoTT.scala:2019) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) at scala.collection.mutable.HashSet.removeElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:61) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:40) at ammonite.$sess.cmd4$.setdoneHook(cmd4.sc:2) at ammonite.$sess.cmd5$.$anonfun$res5$1(cmd5.sc:1) at ammonite.$sess.cmd5$.$anonfun$res5$1$adapted(cmd5.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:145) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) at scala.collection.mutable.HashSet.removeElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:61) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:40) at ammonite.$sess.cmd4$.setdoneHook(cmd4.sc:2) at ammonite.$sess.cmd5$.$anonfun$res5$1(cmd5.sc:1) at ammonite.$sess.cmd5$.$anonfun$res5$1$adapted(cmd5.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:145) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$SymbolicFunc.symbobj$6(HoTT.scala:1398) at provingground.HoTT$SymbolicFunc.$anonfun$subs$8(HoTT.scala:1399) at provingground.HoTT$.$anonfun$symSubs$4(HoTT.scala:482) at scala.Option.getOrElse(Option.scala:121) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:482) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Symbolic.equals(HoTT.scala:382) at provingground.HoTT$Symbolic.equals$(HoTT.scala:381) at provingground.HoTT$PiSymbolicFunc.equals(HoTT.scala:2019) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) ```
1.0
crash during hashing - While tracking replacements using a mutable set, a stack overflow happened while computing the hash of a symbolic function (which is computed as a tuple). ``` java.lang.StackOverflowError at scala.runtime.Statics.anyHash(Statics.java:115) at scala.util.hashing.MurmurHash3.productHash(MurmurHash3.scala:64) at scala.util.hashing.MurmurHash3$.productHash(MurmurHash3.scala:211) at scala.runtime.ScalaRunTime$._hashCode(ScalaRunTime.scala:145) at scala.Tuple2.hashCode(Tuple2.scala:19) at provingground.HoTT$Symbolic.hashCode(HoTT.scala:379) at provingground.HoTT$Symbolic.hashCode$(HoTT.scala:379) at provingground.HoTT$SymbTyp.hashCode(HoTT.scala:489) at scala.runtime.Statics.anyHash(Statics.java:115) at scala.util.hashing.MurmurHash3.productHash(MurmurHash3.scala:64) at scala.util.hashing.MurmurHash3$.productHash(MurmurHash3.scala:211) at scala.runtime.ScalaRunTime$._hashCode(ScalaRunTime.scala:145) at scala.Tuple2.hashCode(Tuple2.scala:19) at provingground.HoTT$Symbolic.hashCode(HoTT.scala:379) at provingground.HoTT$Symbolic.hashCode$(HoTT.scala:379) at provingground.HoTT$SymbObj.hashCode(HoTT.scala:431) at scala.runtime.Statics.anyHash(Statics.java:115) at scala.util.hashing.MurmurHash3.productHash(MurmurHash3.scala:64) at scala.util.hashing.MurmurHash3$.productHash(MurmurHash3.scala:211) at scala.runtime.ScalaRunTime$._hashCode(ScalaRunTime.scala:145) at scala.Tuple3.hashCode(Tuple3.scala:20) at scala.collection.mutable.FlatHashTable.addEntry(FlatHashTable.scala:149) at scala.collection.mutable.FlatHashTable.addEntry$(FlatHashTable.scala:148) at scala.collection.mutable.HashSet.addEntry(HashSet.scala:40) at scala.collection.mutable.FlatHashTable.addElem(FlatHashTable.scala:140) at scala.collection.mutable.FlatHashTable.addElem$(FlatHashTable.scala:139) at scala.collection.mutable.HashSet.addElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:59) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:40) at ammonite.$sess.cmd2$.setHook(cmd2.sc:2) at ammonite.$sess.cmd6$.$anonfun$res6$1(cmd6.sc:1) at ammonite.$sess.cmd6$.$anonfun$res6$1$adapted(cmd6.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:124) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbTyp.replace(HoTT.scala:489) at provingground.HoTT$FuncTyp.subs(HoTT.scala:1021) at provingground.HoTT$FuncTyp.subs(HoTT.scala:998) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$FuncTyp.subs(HoTT.scala:1021) at provingground.HoTT$FuncTyp.subs(HoTT.scala:998) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiSymbolicFunc.symbobj$7(HoTT.scala:2047) at provingground.HoTT$PiSymbolicFunc.$anonfun$subs$11(HoTT.scala:2048) at provingground.HoTT$.$anonfun$symSubs$4(HoTT.scala:482) at scala.Option.getOrElse(Option.scala:121) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:482) at provingground.HoTT$PiSymbolicFunc.subs(HoTT.scala:2048) at provingground.HoTT$PiSymbolicFunc.subs(HoTT.scala:2019) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$PiSymbolicFunc.replace(HoTT.scala:2019) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Symbolic.equals(HoTT.scala:382) at provingground.HoTT$Symbolic.equals$(HoTT.scala:381) at provingground.HoTT$PiSymbolicFunc.equals(HoTT.scala:2019) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.addEntry(FlatHashTable.scala:152) at scala.collection.mutable.FlatHashTable.addEntry$(FlatHashTable.scala:148) at scala.collection.mutable.HashSet.addEntry(HashSet.scala:40) at scala.collection.mutable.FlatHashTable.addElem(FlatHashTable.scala:140) at scala.collection.mutable.FlatHashTable.addElem$(FlatHashTable.scala:139) at scala.collection.mutable.HashSet.addElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:59) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:40) at ammonite.$sess.cmd2$.setHook(cmd2.sc:2) at ammonite.$sess.cmd6$.$anonfun$res6$1(cmd6.sc:1) at ammonite.$sess.cmd6$.$anonfun$res6$1$adapted(cmd6.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:124) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.hashCode$lzycompute(HoTT.scala:972) at provingground.HoTT$GenFuncTyp.hashCode(HoTT.scala:971) at scala.runtime.Statics.anyHash(Statics.java:115) at scala.util.hashing.MurmurHash3.productHash(MurmurHash3.scala:64) at scala.util.hashing.MurmurHash3$.productHash(MurmurHash3.scala:211) at scala.runtime.ScalaRunTime$._hashCode(ScalaRunTime.scala:145) at scala.Tuple3.hashCode(Tuple3.scala:20) at scala.collection.mutable.FlatHashTable.addEntry(FlatHashTable.scala:149) at scala.collection.mutable.FlatHashTable.addEntry$(FlatHashTable.scala:148) at scala.collection.mutable.HashSet.addEntry(HashSet.scala:40) at scala.collection.mutable.FlatHashTable.addElem(FlatHashTable.scala:140) at scala.collection.mutable.FlatHashTable.addElem$(FlatHashTable.scala:139) at scala.collection.mutable.HashSet.addElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:59) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:40) at ammonite.$sess.cmd2$.setHook(cmd2.sc:2) at ammonite.$sess.cmd6$.$anonfun$res6$1(cmd6.sc:1) at ammonite.$sess.cmd6$.$anonfun$res6$1$adapted(cmd6.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:124) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Symbolic.equals(HoTT.scala:382) at provingground.HoTT$Symbolic.equals$(HoTT.scala:381) at provingground.HoTT$PiSymbolicFunc.equals(HoTT.scala:2019) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.addEntry(FlatHashTable.scala:152) at scala.collection.mutable.FlatHashTable.addEntry$(FlatHashTable.scala:148) at scala.collection.mutable.HashSet.addEntry(HashSet.scala:40) at scala.collection.mutable.FlatHashTable.addElem(FlatHashTable.scala:140) at scala.collection.mutable.FlatHashTable.addElem$(FlatHashTable.scala:139) at scala.collection.mutable.HashSet.addElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:59) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:40) at ammonite.$sess.cmd2$.setHook(cmd2.sc:2) at ammonite.$sess.cmd6$.$anonfun$res6$1(cmd6.sc:1) at ammonite.$sess.cmd6$.$anonfun$res6$1$adapted(cmd6.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:124) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Symbolic.equals(HoTT.scala:382) at provingground.HoTT$Symbolic.equals$(HoTT.scala:381) at provingground.HoTT$PiSymbolicFunc.equals(HoTT.scala:2019) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) at scala.collection.mutable.HashSet.removeElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:61) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:40) at ammonite.$sess.cmd4$.setdoneHook(cmd4.sc:2) at ammonite.$sess.cmd5$.$anonfun$res5$1(cmd5.sc:1) at ammonite.$sess.cmd5$.$anonfun$res5$1$adapted(cmd5.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:145) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.addEntry(FlatHashTable.scala:152) at scala.collection.mutable.FlatHashTable.addEntry$(FlatHashTable.scala:148) at scala.collection.mutable.HashSet.addEntry(HashSet.scala:40) at scala.collection.mutable.FlatHashTable.addElem(FlatHashTable.scala:140) at scala.collection.mutable.FlatHashTable.addElem$(FlatHashTable.scala:139) at scala.collection.mutable.HashSet.addElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:59) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:40) at ammonite.$sess.cmd2$.setHook(cmd2.sc:2) at ammonite.$sess.cmd6$.$anonfun$res6$1(cmd6.sc:1) at ammonite.$sess.cmd6$.$anonfun$res6$1$adapted(cmd6.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:124) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$SymbolicFunc.symbobj$6(HoTT.scala:1398) at provingground.HoTT$SymbolicFunc.$anonfun$subs$8(HoTT.scala:1399) at provingground.HoTT$.$anonfun$symSubs$4(HoTT.scala:482) at scala.Option.getOrElse(Option.scala:121) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:482) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) at scala.collection.mutable.HashSet.removeElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:61) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:40) at ammonite.$sess.cmd4$.setdoneHook(cmd4.sc:2) at ammonite.$sess.cmd5$.$anonfun$res5$1(cmd5.sc:1) at ammonite.$sess.cmd5$.$anonfun$res5$1$adapted(cmd5.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:145) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$SymbolicFunc.symbobj$6(HoTT.scala:1398) at provingground.HoTT$SymbolicFunc.$anonfun$subs$8(HoTT.scala:1399) at provingground.HoTT$.$anonfun$symSubs$4(HoTT.scala:482) at scala.Option.getOrElse(Option.scala:121) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:482) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Subs.replace(HoTT.scala:133) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbTyp.replace(HoTT.scala:489) at provingground.HoTT$SymbObj.symbobj$1(HoTT.scala:441) at provingground.HoTT$SymbObj.$anonfun$subs$3(HoTT.scala:442) at provingground.HoTT$.$anonfun$symSubs$4(HoTT.scala:482) at scala.Option.getOrElse(Option.scala:121) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:482) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$Term.dependsOn(HoTT.scala:85) at provingground.HoTT$Term.dependsOn$(HoTT.scala:83) at provingground.HoTT$SymbObj.dependsOn(HoTT.scala:431) at provingground.HoTT$.avoidVars(HoTT.scala:163) at provingground.HoTT$LambdaLike.subs(HoTT.scala:1516) at provingground.HoTT$LambdaLike.subs$(HoTT.scala:1514) at provingground.HoTT$LambdaTerm.subs(HoTT.scala:1538) at provingground.HoTT$LambdaTerm.subs(HoTT.scala:1538) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$LambdaTerm.replace(HoTT.scala:1538) at provingground.induction.RecursiveDefinition$DataCons.subs(RecursiveCaseDefinition.scala:110) at provingground.induction.RecursiveDefinition$DataCons.subs(RecursiveCaseDefinition.scala:76) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.induction.RecursiveDefinition$DataCons.replace(RecursiveCaseDefinition.scala:76) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.addEntry(FlatHashTable.scala:152) at scala.collection.mutable.FlatHashTable.addEntry$(FlatHashTable.scala:148) at scala.collection.mutable.HashSet.addEntry(HashSet.scala:40) at scala.collection.mutable.FlatHashTable.addElem(FlatHashTable.scala:140) at scala.collection.mutable.FlatHashTable.addElem$(FlatHashTable.scala:139) at scala.collection.mutable.HashSet.addElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:59) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:40) at ammonite.$sess.cmd2$.setHook(cmd2.sc:2) at ammonite.$sess.cmd6$.$anonfun$res6$1(cmd6.sc:1) at ammonite.$sess.cmd6$.$anonfun$res6$1$adapted(cmd6.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:124) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Symbolic.equals(HoTT.scala:382) at provingground.HoTT$Symbolic.equals$(HoTT.scala:381) at provingground.HoTT$PiSymbolicFunc.equals(HoTT.scala:2019) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) at scala.collection.mutable.HashSet.removeElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:61) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:40) at ammonite.$sess.cmd4$.setdoneHook(cmd4.sc:2) at ammonite.$sess.cmd5$.$anonfun$res5$1(cmd5.sc:1) at ammonite.$sess.cmd5$.$anonfun$res5$1$adapted(cmd5.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:145) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Symbolic.equals(HoTT.scala:382) at provingground.HoTT$Symbolic.equals$(HoTT.scala:381) at provingground.HoTT$PiSymbolicFunc.equals(HoTT.scala:2019) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) at scala.collection.mutable.HashSet.removeElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:61) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:40) at ammonite.$sess.cmd4$.setdoneHook(cmd4.sc:2) at ammonite.$sess.cmd5$.$anonfun$res5$1(cmd5.sc:1) at ammonite.$sess.cmd5$.$anonfun$res5$1$adapted(cmd5.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:145) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) at scala.collection.mutable.HashSet.removeElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:61) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:40) at ammonite.$sess.cmd4$.setdoneHook(cmd4.sc:2) at ammonite.$sess.cmd5$.$anonfun$res5$1(cmd5.sc:1) at ammonite.$sess.cmd5$.$anonfun$res5$1$adapted(cmd5.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:145) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$SymbolicFunc.symbobj$6(HoTT.scala:1398) at provingground.HoTT$SymbolicFunc.$anonfun$subs$8(HoTT.scala:1399) at provingground.HoTT$.$anonfun$symSubs$4(HoTT.scala:482) at scala.Option.getOrElse(Option.scala:121) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:482) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Symbolic.equals(HoTT.scala:382) at provingground.HoTT$Symbolic.equals$(HoTT.scala:381) at provingground.HoTT$PiSymbolicFunc.equals(HoTT.scala:2019) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) at scala.collection.mutable.HashSet.removeElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:61) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:40) at ammonite.$sess.cmd4$.setdoneHook(cmd4.sc:2) at ammonite.$sess.cmd5$.$anonfun$res5$1(cmd5.sc:1) at ammonite.$sess.cmd5$.$anonfun$res5$1$adapted(cmd5.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:145) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) at scala.collection.mutable.HashSet.removeElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:61) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:40) at ammonite.$sess.cmd4$.setdoneHook(cmd4.sc:2) at ammonite.$sess.cmd5$.$anonfun$res5$1(cmd5.sc:1) at ammonite.$sess.cmd5$.$anonfun$res5$1$adapted(cmd5.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:145) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Symbolic.equals(HoTT.scala:382) at provingground.HoTT$Symbolic.equals$(HoTT.scala:381) at provingground.HoTT$PiSymbolicFunc.equals(HoTT.scala:2019) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.addEntry(FlatHashTable.scala:152) at scala.collection.mutable.FlatHashTable.addEntry$(FlatHashTable.scala:148) at scala.collection.mutable.HashSet.addEntry(HashSet.scala:40) at scala.collection.mutable.FlatHashTable.addElem(FlatHashTable.scala:140) at scala.collection.mutable.FlatHashTable.addElem$(FlatHashTable.scala:139) at scala.collection.mutable.HashSet.addElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:59) at scala.collection.mutable.HashSet.$plus$eq(HashSet.scala:40) at ammonite.$sess.cmd2$.setHook(cmd2.sc:2) at ammonite.$sess.cmd6$.$anonfun$res6$1(cmd6.sc:1) at ammonite.$sess.cmd6$.$anonfun$res6$1$adapted(cmd6.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:124) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn.subs(HoTT.scala:1963) at provingground.HoTT$PiDefn.subs(HoTT.scala:1935) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Symbolic.equals(HoTT.scala:382) at provingground.HoTT$Symbolic.equals$(HoTT.scala:381) at provingground.HoTT$PiSymbolicFunc.equals(HoTT.scala:2019) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) at scala.collection.mutable.HashSet.removeElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:61) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:40) at ammonite.$sess.cmd4$.setdoneHook(cmd4.sc:2) at ammonite.$sess.cmd5$.$anonfun$res5$1(cmd5.sc:1) at ammonite.$sess.cmd5$.$anonfun$res5$1$adapted(cmd5.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:145) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) at scala.collection.mutable.HashSet.removeElem(HashSet.scala:40) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:61) at scala.collection.mutable.HashSet.$minus$eq(HashSet.scala:40) at ammonite.$sess.cmd4$.setdoneHook(cmd4.sc:2) at ammonite.$sess.cmd5$.$anonfun$res5$1(cmd5.sc:1) at ammonite.$sess.cmd5$.$anonfun$res5$1$adapted(cmd5.sc:1) at provingground.HoTT$Subs.replace(HoTT.scala:145) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$GenFuncTyp.replace(HoTT.scala:966) at provingground.HoTT$SymbolicFunc.symbobj$6(HoTT.scala:1398) at provingground.HoTT$SymbolicFunc.$anonfun$subs$8(HoTT.scala:1399) at provingground.HoTT$.$anonfun$symSubs$4(HoTT.scala:482) at scala.Option.getOrElse(Option.scala:121) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:482) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbObj.subs(HoTT.scala:442) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbObj.replace(HoTT.scala:431) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1399) at provingground.HoTT$SymbolicFunc.subs(HoTT.scala:1374) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbolicFunc.replace(HoTT.scala:1374) at provingground.HoTT$.$anonfun$evalSym$4(HoTT.scala:466) at scala.util.Try$.apply(Try.scala:209) at provingground.HoTT$.$anonfun$evalSym$1(HoTT.scala:466) at provingground.HoTT$.$anonfun$symSubs$1(HoTT.scala:480) at provingground.HoTT$SymbProp.subs(HoTT.scala:536) at provingground.HoTT$SymbProp.subs(HoTT.scala:518) at provingground.HoTT$Subs.replace(HoTT.scala:142) at provingground.HoTT$Subs.replace$(HoTT.scala:123) at provingground.HoTT$SymbProp.replace(HoTT.scala:518) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$PiDefn$$anonfun$$lessinit$greater$2.apply(HoTT.scala:1939) at provingground.HoTT$GenFuncTyp.equals(HoTT.scala:979) at provingground.HoTT$Symbolic.equals(HoTT.scala:382) at provingground.HoTT$Symbolic.equals$(HoTT.scala:381) at provingground.HoTT$PiSymbolicFunc.equals(HoTT.scala:2019) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.Tuple3.equals(Tuple3.scala:20) at scala.runtime.BoxesRunTime.equals2(BoxesRunTime.java:135) at scala.runtime.BoxesRunTime.equals(BoxesRunTime.java:121) at scala.collection.mutable.FlatHashTable.removeElem(FlatHashTable.scala:180) at scala.collection.mutable.FlatHashTable.removeElem$(FlatHashTable.scala:169) ```
defect
crash during hashing while tracking replacements using a mutable set a stack overflow happened while computing the hash of a symbolic function which is computed as a tuple java lang stackoverflowerror at scala runtime statics anyhash statics java at scala util hashing producthash scala at scala util hashing producthash scala at scala runtime scalaruntime hashcode scalaruntime scala at scala hashcode scala at provingground hott symbolic hashcode hott scala at provingground hott symbolic hashcode hott scala at provingground hott symbtyp hashcode hott scala at scala runtime statics anyhash statics java at scala util hashing producthash scala at scala util hashing producthash scala at scala runtime scalaruntime hashcode scalaruntime scala at scala hashcode scala at provingground hott symbolic hashcode hott scala at provingground hott symbolic hashcode hott scala at provingground hott symbobj hashcode hott scala at scala runtime statics anyhash statics java at scala util hashing producthash scala at scala util hashing producthash scala at scala runtime scalaruntime hashcode scalaruntime scala at scala hashcode scala at scala collection mutable flathashtable addentry flathashtable scala at scala collection mutable flathashtable addentry flathashtable scala at scala collection mutable hashset addentry hashset scala at scala collection mutable flathashtable addelem flathashtable scala at scala collection mutable flathashtable addelem flathashtable scala at scala collection mutable hashset addelem hashset scala at scala collection mutable hashset plus eq hashset scala at scala collection mutable hashset plus eq hashset scala at ammonite sess sethook sc at ammonite sess anonfun sc at ammonite sess anonfun adapted sc at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbtyp replace hott scala at provingground hott functyp subs hott scala at provingground hott functyp subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott functyp subs hott scala at provingground hott functyp subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott pisymbolicfunc symbobj hott scala at provingground hott pisymbolicfunc anonfun subs hott scala at provingground hott anonfun symsubs hott scala at scala option getorelse option scala at provingground hott anonfun symsubs hott scala at provingground hott pisymbolicfunc subs hott scala at provingground hott pisymbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott pisymbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbprop subs hott scala at provingground hott symbprop subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbprop replace hott scala at provingground hott pidefn subs hott scala at provingground hott pidefn subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott pidefn subs hott scala at provingground hott pidefn subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott genfunctyp equals hott scala at provingground hott symbolic equals hott scala at provingground hott symbolic equals hott scala at provingground hott pisymbolicfunc equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala equals scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala collection mutable flathashtable addentry flathashtable scala at scala collection mutable flathashtable addentry flathashtable scala at scala collection mutable hashset addentry hashset scala at scala collection mutable flathashtable addelem flathashtable scala at scala collection mutable flathashtable addelem flathashtable scala at scala collection mutable hashset addelem hashset scala at scala collection mutable hashset plus eq hashset scala at scala collection mutable hashset plus eq hashset scala at ammonite sess sethook sc at ammonite sess anonfun sc at ammonite sess anonfun adapted sc at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbprop subs hott scala at provingground hott symbprop subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbprop replace hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott genfunctyp hashcode lzycompute hott scala at provingground hott genfunctyp hashcode hott scala at scala runtime statics anyhash statics java at scala util hashing producthash scala at scala util hashing producthash scala at scala runtime scalaruntime hashcode scalaruntime scala at scala hashcode scala at scala collection mutable flathashtable addentry flathashtable scala at scala collection mutable flathashtable addentry flathashtable scala at scala collection mutable hashset addentry hashset scala at scala collection mutable flathashtable addelem flathashtable scala at scala collection mutable flathashtable addelem flathashtable scala at scala collection mutable hashset addelem hashset scala at scala collection mutable hashset plus eq hashset scala at scala collection mutable hashset plus eq hashset scala at ammonite sess sethook sc at ammonite sess anonfun sc at ammonite sess anonfun adapted sc at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott genfunctyp equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at provingground hott genfunctyp equals hott scala at provingground hott symbolic equals hott scala at provingground hott symbolic equals hott scala at provingground hott pisymbolicfunc equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala equals scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala collection mutable flathashtable addentry flathashtable scala at scala collection mutable flathashtable addentry flathashtable scala at scala collection mutable hashset addentry hashset scala at scala collection mutable flathashtable addelem flathashtable scala at scala collection mutable flathashtable addelem flathashtable scala at scala collection mutable hashset addelem hashset scala at scala collection mutable hashset plus eq hashset scala at scala collection mutable hashset plus eq hashset scala at ammonite sess sethook sc at ammonite sess anonfun sc at ammonite sess anonfun adapted sc at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbobj subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbobj replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbobj subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbobj replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbprop subs hott scala at provingground hott symbprop subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbprop replace hott scala at provingground hott pidefn subs hott scala at provingground hott pidefn subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott pidefn subs hott scala at provingground hott pidefn subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott genfunctyp equals hott scala at provingground hott symbolic equals hott scala at provingground hott symbolic equals hott scala at provingground hott pisymbolicfunc equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala equals scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala collection mutable flathashtable removeelem flathashtable scala at scala collection mutable flathashtable removeelem flathashtable scala at scala collection mutable hashset removeelem hashset scala at scala collection mutable hashset minus eq hashset scala at scala collection mutable hashset minus eq hashset scala at ammonite sess setdonehook sc at ammonite sess anonfun sc at ammonite sess anonfun adapted sc at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbobj subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbobj replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbobj subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbobj replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbprop subs hott scala at provingground hott symbprop subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbprop replace hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott genfunctyp equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala equals scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala collection mutable flathashtable addentry flathashtable scala at scala collection mutable flathashtable addentry flathashtable scala at scala collection mutable hashset addentry hashset scala at scala collection mutable flathashtable addelem flathashtable scala at scala collection mutable flathashtable addelem flathashtable scala at scala collection mutable hashset addelem hashset scala at scala collection mutable hashset plus eq hashset scala at scala collection mutable hashset plus eq hashset scala at ammonite sess sethook sc at ammonite sess anonfun sc at ammonite sess anonfun adapted sc at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott symbolicfunc symbobj hott scala at provingground hott symbolicfunc anonfun subs hott scala at provingground hott anonfun symsubs hott scala at scala option getorelse option scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbobj subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbobj replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbobj subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbobj replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbprop subs hott scala at provingground hott symbprop subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbprop replace hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott genfunctyp equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala equals scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala collection mutable flathashtable removeelem flathashtable scala at scala collection mutable flathashtable removeelem flathashtable scala at scala collection mutable hashset removeelem hashset scala at scala collection mutable hashset minus eq hashset scala at scala collection mutable hashset minus eq hashset scala at ammonite sess setdonehook sc at ammonite sess anonfun sc at ammonite sess anonfun adapted sc at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott symbolicfunc symbobj hott scala at provingground hott symbolicfunc anonfun subs hott scala at provingground hott anonfun symsubs hott scala at scala option getorelse option scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbobj subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbobj replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbobj subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbobj replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbprop subs hott scala at provingground hott symbprop subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbprop replace hott scala at provingground hott pidefn subs hott scala at provingground hott pidefn subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott genfunctyp equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at provingground hott genfunctyp equals hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbtyp replace hott scala at provingground hott symbobj symbobj hott scala at provingground hott symbobj anonfun subs hott scala at provingground hott anonfun symsubs hott scala at scala option getorelse option scala at provingground hott anonfun symsubs hott scala at provingground hott symbobj subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbobj replace hott scala at provingground hott term dependson hott scala at provingground hott term dependson hott scala at provingground hott symbobj dependson hott scala at provingground hott avoidvars hott scala at provingground hott lambdalike subs hott scala at provingground hott lambdalike subs hott scala at provingground hott lambdaterm subs hott scala at provingground hott lambdaterm subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott lambdaterm replace hott scala at provingground induction recursivedefinition datacons subs recursivecasedefinition scala at provingground induction recursivedefinition datacons subs recursivecasedefinition scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground induction recursivedefinition datacons replace recursivecasedefinition scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbobj subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbobj replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbprop subs hott scala at provingground hott symbprop subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbprop replace hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott genfunctyp equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala equals scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala collection mutable flathashtable addentry flathashtable scala at scala collection mutable flathashtable addentry flathashtable scala at scala collection mutable hashset addentry hashset scala at scala collection mutable flathashtable addelem flathashtable scala at scala collection mutable flathashtable addelem flathashtable scala at scala collection mutable hashset addelem hashset scala at scala collection mutable hashset plus eq hashset scala at scala collection mutable hashset plus eq hashset scala at ammonite sess sethook sc at ammonite sess anonfun sc at ammonite sess anonfun adapted sc at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott genfunctyp equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at provingground hott genfunctyp equals hott scala at provingground hott symbolic equals hott scala at provingground hott symbolic equals hott scala at provingground hott pisymbolicfunc equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala equals scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala collection mutable flathashtable removeelem flathashtable scala at scala collection mutable flathashtable removeelem flathashtable scala at scala collection mutable hashset removeelem hashset scala at scala collection mutable hashset minus eq hashset scala at scala collection mutable hashset minus eq hashset scala at ammonite sess setdonehook sc at ammonite sess anonfun sc at ammonite sess anonfun adapted sc at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbobj subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbobj replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbobj subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbobj replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbprop subs hott scala at provingground hott symbprop subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbprop replace hott scala at provingground hott pidefn subs hott scala at provingground hott pidefn subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott genfunctyp equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at provingground hott genfunctyp equals hott scala at provingground hott symbolic equals hott scala at provingground hott symbolic equals hott scala at provingground hott pisymbolicfunc equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala equals scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala collection mutable flathashtable removeelem flathashtable scala at scala collection mutable flathashtable removeelem flathashtable scala at scala collection mutable hashset removeelem hashset scala at scala collection mutable hashset minus eq hashset scala at scala collection mutable hashset minus eq hashset scala at ammonite sess setdonehook sc at ammonite sess anonfun sc at ammonite sess anonfun adapted sc at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbprop subs hott scala at provingground hott symbprop subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbprop replace hott scala at provingground hott pidefn subs hott scala at provingground hott pidefn subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott genfunctyp equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala equals scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala collection mutable flathashtable removeelem flathashtable scala at scala collection mutable flathashtable removeelem flathashtable scala at scala collection mutable hashset removeelem hashset scala at scala collection mutable hashset minus eq hashset scala at scala collection mutable hashset minus eq hashset scala at ammonite sess setdonehook sc at ammonite sess anonfun sc at ammonite sess anonfun adapted sc at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott symbolicfunc symbobj hott scala at provingground hott symbolicfunc anonfun subs hott scala at provingground hott anonfun symsubs hott scala at scala option getorelse option scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbobj subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbobj replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbprop subs hott scala at provingground hott symbprop subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbprop replace hott scala at provingground hott pidefn subs hott scala at provingground hott pidefn subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott pidefn subs hott scala at provingground hott pidefn subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott genfunctyp equals hott scala at provingground hott symbolic equals hott scala at provingground hott symbolic equals hott scala at provingground hott pisymbolicfunc equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala equals scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala collection mutable flathashtable removeelem flathashtable scala at scala collection mutable flathashtable removeelem flathashtable scala at scala collection mutable hashset removeelem hashset scala at scala collection mutable hashset minus eq hashset scala at scala collection mutable hashset minus eq hashset scala at ammonite sess setdonehook sc at ammonite sess anonfun sc at ammonite sess anonfun adapted sc at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbobj subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbobj replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbprop subs hott scala at provingground hott symbprop subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbprop replace hott scala at provingground hott pidefn subs hott scala at provingground hott pidefn subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott genfunctyp equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala equals scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala collection mutable flathashtable removeelem flathashtable scala at scala collection mutable flathashtable removeelem flathashtable scala at scala collection mutable hashset removeelem hashset scala at scala collection mutable hashset minus eq hashset scala at scala collection mutable hashset minus eq hashset scala at ammonite sess setdonehook sc at ammonite sess anonfun sc at ammonite sess anonfun adapted sc at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott genfunctyp equals hott scala at provingground hott symbolic equals hott scala at provingground hott symbolic equals hott scala at provingground hott pisymbolicfunc equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala equals scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala collection mutable flathashtable addentry flathashtable scala at scala collection mutable flathashtable addentry flathashtable scala at scala collection mutable hashset addentry hashset scala at scala collection mutable flathashtable addelem flathashtable scala at scala collection mutable flathashtable addelem flathashtable scala at scala collection mutable hashset addelem hashset scala at scala collection mutable hashset plus eq hashset scala at scala collection mutable hashset plus eq hashset scala at ammonite sess sethook sc at ammonite sess anonfun sc at ammonite sess anonfun adapted sc at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbobj subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbobj replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbobj subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbobj replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbprop subs hott scala at provingground hott symbprop subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbprop replace hott scala at provingground hott pidefn subs hott scala at provingground hott pidefn subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott genfunctyp equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at provingground hott genfunctyp equals hott scala at provingground hott symbolic equals hott scala at provingground hott symbolic equals hott scala at provingground hott pisymbolicfunc equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala equals scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala collection mutable flathashtable removeelem flathashtable scala at scala collection mutable flathashtable removeelem flathashtable scala at scala collection mutable hashset removeelem hashset scala at scala collection mutable hashset minus eq hashset scala at scala collection mutable hashset minus eq hashset scala at ammonite sess setdonehook sc at ammonite sess anonfun sc at ammonite sess anonfun adapted sc at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbobj subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbobj replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbprop subs hott scala at provingground hott symbprop subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbprop replace hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott genfunctyp equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala equals scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala collection mutable flathashtable removeelem flathashtable scala at scala collection mutable flathashtable removeelem flathashtable scala at scala collection mutable hashset removeelem hashset scala at scala collection mutable hashset minus eq hashset scala at scala collection mutable hashset minus eq hashset scala at ammonite sess setdonehook sc at ammonite sess anonfun sc at ammonite sess anonfun adapted sc at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott genfunctyp replace hott scala at provingground hott symbolicfunc symbobj hott scala at provingground hott symbolicfunc anonfun subs hott scala at provingground hott anonfun symsubs hott scala at scala option getorelse option scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbobj subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbobj replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott symbolicfunc subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbolicfunc replace hott scala at provingground hott anonfun evalsym hott scala at scala util try apply try scala at provingground hott anonfun evalsym hott scala at provingground hott anonfun symsubs hott scala at provingground hott symbprop subs hott scala at provingground hott symbprop subs hott scala at provingground hott subs replace hott scala at provingground hott subs replace hott scala at provingground hott symbprop replace hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott pidefn anonfun lessinit greater apply hott scala at provingground hott genfunctyp equals hott scala at provingground hott symbolic equals hott scala at provingground hott symbolic equals hott scala at provingground hott pisymbolicfunc equals hott scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala equals scala at scala runtime boxesruntime boxesruntime java at scala runtime boxesruntime equals boxesruntime java at scala collection mutable flathashtable removeelem flathashtable scala at scala collection mutable flathashtable removeelem flathashtable scala
1