Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 4 112 | repo_url stringlengths 33 141 | action stringclasses 3 values | title stringlengths 1 1.02k | labels stringlengths 4 1.54k | body stringlengths 1 262k | index stringclasses 17 values | text_combine stringlengths 95 262k | label stringclasses 2 values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
269,967 | 23,480,093,059 | IssuesEvent | 2022-08-17 09:47:26 | elastic/elasticsearch | https://api.github.com/repos/elastic/elasticsearch | closed | [CI] ConcurrentSnapshotsIT testAssertMultipleSnapshotsAndPrimaryFailOver failing | :Distributed/Snapshot/Restore >test-failure Team:Distributed | **Build scan:**
https://gradle-enterprise.elastic.co/s/zq47m4m7v3izw/tests/:server:internalClusterTest/org.elasticsearch.snapshots.ConcurrentSnapshotsIT/testAssertMultipleSnapshotsAndPrimaryFailOver
**Reproduction line:**
`./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.snapshots.ConcurrentSnapshotsIT.testAssertMultipleSnapshotsAndPrimaryFailOver" -Dtests.seed=DDA83B2B7C43A52B -Dtests.locale=de-CH -Dtests.timezone=Asia/Qatar -Druntime.java=17`
**Applicable branches:**
main
**Reproduces locally?:**
No
**Failure history:**
https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.snapshots.ConcurrentSnapshotsIT&tests.test=testAssertMultipleSnapshotsAndPrimaryFailOver
**Failure excerpt:**
```
java.lang.AssertionError:
Expected: is <PARTIAL>
but: was <SUCCESS>
at __randomizedtesting.SeedInfo.seed([DDA83B2B7C43A52B:6551EFAE764B83CC]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.junit.Assert.assertThat(Assert.java:956)
at org.junit.Assert.assertThat(Assert.java:923)
at org.elasticsearch.snapshots.ConcurrentSnapshotsIT.testAssertMultipleSnapshotsAndPrimaryFailOver(ConcurrentSnapshotsIT.java:528)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:568)
at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44)
at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
at java.lang.Thread.run(Thread.java:833)
``` | 1.0 | [CI] ConcurrentSnapshotsIT testAssertMultipleSnapshotsAndPrimaryFailOver failing - **Build scan:**
https://gradle-enterprise.elastic.co/s/zq47m4m7v3izw/tests/:server:internalClusterTest/org.elasticsearch.snapshots.ConcurrentSnapshotsIT/testAssertMultipleSnapshotsAndPrimaryFailOver
**Reproduction line:**
`./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.snapshots.ConcurrentSnapshotsIT.testAssertMultipleSnapshotsAndPrimaryFailOver" -Dtests.seed=DDA83B2B7C43A52B -Dtests.locale=de-CH -Dtests.timezone=Asia/Qatar -Druntime.java=17`
**Applicable branches:**
main
**Reproduces locally?:**
No
**Failure history:**
https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.snapshots.ConcurrentSnapshotsIT&tests.test=testAssertMultipleSnapshotsAndPrimaryFailOver
**Failure excerpt:**
```
java.lang.AssertionError:
Expected: is <PARTIAL>
but: was <SUCCESS>
at __randomizedtesting.SeedInfo.seed([DDA83B2B7C43A52B:6551EFAE764B83CC]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.junit.Assert.assertThat(Assert.java:956)
at org.junit.Assert.assertThat(Assert.java:923)
at org.elasticsearch.snapshots.ConcurrentSnapshotsIT.testAssertMultipleSnapshotsAndPrimaryFailOver(ConcurrentSnapshotsIT.java:528)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:568)
at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44)
at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
at java.lang.Thread.run(Thread.java:833)
``` | test | concurrentsnapshotsit testassertmultiplesnapshotsandprimaryfailover failing build scan reproduction line gradlew server internalclustertest tests org elasticsearch snapshots concurrentsnapshotsit testassertmultiplesnapshotsandprimaryfailover dtests seed dtests locale de ch dtests timezone asia qatar druntime java applicable branches main reproduces locally no failure history failure excerpt java lang assertionerror expected is but was at randomizedtesting seedinfo seed at org hamcrest matcherassert assertthat matcherassert java at org junit assert assertthat assert java at org junit assert assertthat assert java at org elasticsearch snapshots concurrentsnapshotsit testassertmultiplesnapshotsandprimaryfailover concurrentsnapshotsit java at jdk internal reflect nativemethodaccessorimpl nativemethodaccessorimpl java at jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com carrotsearch randomizedtesting randomizedrunner invoke randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene tests util testrulesetupteardownchained evaluate testrulesetupteardownchained java at org apache lucene tests util abstractbeforeafterrule evaluate abstractbeforeafterrule java at org apache lucene tests util testrulethreadandtestname evaluate testrulethreadandtestname java at org apache lucene tests util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene tests util testrulemarkfailure evaluate testrulemarkfailure java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol forktimeoutingtask threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol evaluate threadleakcontrol java at com carrotsearch randomizedtesting randomizedrunner runsingletest randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at org apache lucene tests util abstractbeforeafterrule evaluate abstractbeforeafterrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene tests util testrulestoreclassname evaluate testrulestoreclassname java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene tests util testruleassertionsrequired evaluate testruleassertionsrequired java at org apache lucene tests util abstractbeforeafterrule evaluate abstractbeforeafterrule java at org apache lucene tests util testrulemarkfailure evaluate testrulemarkfailure java at org apache lucene tests util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene tests util testruleignoretestsuites evaluate testruleignoretestsuites java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol lambda forktimeoutingtask threadleakcontrol java at java lang thread run thread java | 1 |
264,841 | 23,142,845,716 | IssuesEvent | 2022-07-28 20:21:53 | cryostatio/cryostat-web | https://api.github.com/repos/cryostatio/cryostat-web | opened | [Task] Recording search/filter unit tests | good first issue test | Unit tests for the search/filters component in the Active and Archived recording tables are missing unit tests.
The implementation for this feature is in #414 | 1.0 | [Task] Recording search/filter unit tests - Unit tests for the search/filters component in the Active and Archived recording tables are missing unit tests.
The implementation for this feature is in #414 | test | recording search filter unit tests unit tests for the search filters component in the active and archived recording tables are missing unit tests the implementation for this feature is in | 1 |
240,711 | 20,072,127,819 | IssuesEvent | 2022-02-04 08:29:07 | OvercastCommunity/CommunityMaps | https://api.github.com/repos/OvercastCommunity/CommunityMaps | closed | [CTW/14v14] Lupain | map submission contest | ### Checklist
Check what applies to you. *Add an X between the brackets or click the checkboxes when you have submitted the issue.*
- [x ] I have [pruned](https://pgm.dev/docs/guides/packaging/pruning-chunks) the map
- [ x] I have agreed with assigning the CC BY-SA license to this map, as mentioned in the README
- [ x] I have created an XML file
- [x] I have created an map image
- [ x] I have uploaded the map zip file to a file sharing service
- [ x] The map has been tested locally to make sure it works
# Map Name
Lupain
## Gamemode & Map Description
Kinda weird layout with some side islands a bit far from the main island, gapple spawner on middle. Theres a little piece of elevated land in front of spawn that can be used for attacking/defending
## Team Sizes
14v14
## Screenshots
https://i.imgur.com/Q774PRo.png
# Map DL w/ XML
https://www.dropbox.com/s/a6j6iz2qg5r3qry/Lupain.zip?dl=0 | 1.0 | [CTW/14v14] Lupain - ### Checklist
Check what applies to you. *Add an X between the brackets or click the checkboxes when you have submitted the issue.*
- [x ] I have [pruned](https://pgm.dev/docs/guides/packaging/pruning-chunks) the map
- [ x] I have agreed with assigning the CC BY-SA license to this map, as mentioned in the README
- [ x] I have created an XML file
- [x] I have created an map image
- [ x] I have uploaded the map zip file to a file sharing service
- [ x] The map has been tested locally to make sure it works
# Map Name
Lupain
## Gamemode & Map Description
Kinda weird layout with some side islands a bit far from the main island, gapple spawner on middle. Theres a little piece of elevated land in front of spawn that can be used for attacking/defending
## Team Sizes
14v14
## Screenshots
https://i.imgur.com/Q774PRo.png
# Map DL w/ XML
https://www.dropbox.com/s/a6j6iz2qg5r3qry/Lupain.zip?dl=0 | test | lupain checklist check what applies to you add an x between the brackets or click the checkboxes when you have submitted the issue i have the map i have agreed with assigning the cc by sa license to this map as mentioned in the readme i have created an xml file i have created an map image i have uploaded the map zip file to a file sharing service the map has been tested locally to make sure it works map name lupain gamemode map description kinda weird layout with some side islands a bit far from the main island gapple spawner on middle theres a little piece of elevated land in front of spawn that can be used for attacking defending team sizes screenshots map dl w xml | 1 |
808 | 8,181,505,033 | IssuesEvent | 2018-08-28 23:27:50 | mozilla-mobile/android-components | https://api.github.com/repos/mozilla-mobile/android-components | closed | Create .gitattributes to collapse API doc files in pull request diffs | 🤖 automation | This will make it easier to read reviews. Maybe there are other files we want to collapse by default. | 1.0 | Create .gitattributes to collapse API doc files in pull request diffs - This will make it easier to read reviews. Maybe there are other files we want to collapse by default. | non_test | create gitattributes to collapse api doc files in pull request diffs this will make it easier to read reviews maybe there are other files we want to collapse by default | 0 |
9,589 | 2,615,163,183 | IssuesEvent | 2015-03-01 06:42:42 | chrsmith/reaver-wps | https://api.github.com/repos/chrsmith/reaver-wps | opened | Failed to associate with xx:xx:xx:xx:xx:xx why ?? | auto-migrated Priority-Triage Type-Defect | ```
A few things to consider before submitting an issue:
0. We write documentation for a reason, if you have not read it and are
having problems with Reaver these pages are required reading before
submitting an issue:
http://code.google.com/p/reaver-wps/wiki/HintsAndTips
http://code.google.com/p/reaver-wps/wiki/README
http://code.google.com/p/reaver-wps/wiki/FAQ
http://code.google.com/p/reaver-wps/wiki/SupportedWirelessDrivers
1. Reaver will only work if your card is in monitor mode. If you do not
know what monitor mode is then you should learn more about 802.11 hacking
in linux before using Reaver.
2. Using Reaver against access points you do not own or have permission to
attack is illegal. If you cannot answer basic questions (i.e. model
number, distance away, etc) about the device you are attacking then do not
post your issue here. We will not help you break the law.
3. Please look through issues that have already been posted and make sure
your question has not already been asked here: http://code.google.com/p
/reaver-wps/issues/list
4. Often times we need packet captures of mon0 while Reaver is running to
troubleshoot the issue (tcpdump -i mon0 -s0 -w broken_reaver.pcap). Issue
reports with pcap files attached will receive more serious consideration.
Answer the following questions for every issue submitted:
0. What version of Reaver are you using? (Only defects against the latest
version will be considered.)
1. What operating system are you using (Linux is the only supported OS)?
Xiopan 4.2.3 in Vmwareplayer
2. Is your wireless card in monitor mode (yes/no)?
yes
3. What is the signal strength of the Access Point you are trying to crack?
-73
4. What is the manufacturer and model # of the device you are trying to
crack?
alfa awus036NH ( Ralink RT2870/3070 usb )
5. What is the entire command line string you are supplying to reaver?
auto ( reaver in minidwep gtk )
6. Please describe what you think the issue is.
All of wps I'm getting this error.(Failed to associate)
7. Paste the output from Reaver below.
This is the picture of my problem .. http://www.yukleresim.com/di-SLS3.jpg
```
Original issue reported on code.google.com by `cyberfa3...@gmail.com` on 1 Jul 2012 at 11:47 | 1.0 | Failed to associate with xx:xx:xx:xx:xx:xx why ?? - ```
A few things to consider before submitting an issue:
0. We write documentation for a reason, if you have not read it and are
having problems with Reaver these pages are required reading before
submitting an issue:
http://code.google.com/p/reaver-wps/wiki/HintsAndTips
http://code.google.com/p/reaver-wps/wiki/README
http://code.google.com/p/reaver-wps/wiki/FAQ
http://code.google.com/p/reaver-wps/wiki/SupportedWirelessDrivers
1. Reaver will only work if your card is in monitor mode. If you do not
know what monitor mode is then you should learn more about 802.11 hacking
in linux before using Reaver.
2. Using Reaver against access points you do not own or have permission to
attack is illegal. If you cannot answer basic questions (i.e. model
number, distance away, etc) about the device you are attacking then do not
post your issue here. We will not help you break the law.
3. Please look through issues that have already been posted and make sure
your question has not already been asked here: http://code.google.com/p
/reaver-wps/issues/list
4. Often times we need packet captures of mon0 while Reaver is running to
troubleshoot the issue (tcpdump -i mon0 -s0 -w broken_reaver.pcap). Issue
reports with pcap files attached will receive more serious consideration.
Answer the following questions for every issue submitted:
0. What version of Reaver are you using? (Only defects against the latest
version will be considered.)
1. What operating system are you using (Linux is the only supported OS)?
Xiopan 4.2.3 in Vmwareplayer
2. Is your wireless card in monitor mode (yes/no)?
yes
3. What is the signal strength of the Access Point you are trying to crack?
-73
4. What is the manufacturer and model # of the device you are trying to
crack?
alfa awus036NH ( Ralink RT2870/3070 usb )
5. What is the entire command line string you are supplying to reaver?
auto ( reaver in minidwep gtk )
6. Please describe what you think the issue is.
All of wps I'm getting this error.(Failed to associate)
7. Paste the output from Reaver below.
This is the picture of my problem .. http://www.yukleresim.com/di-SLS3.jpg
```
Original issue reported on code.google.com by `cyberfa3...@gmail.com` on 1 Jul 2012 at 11:47 | non_test | failed to associate with xx xx xx xx xx xx why a few things to consider before submitting an issue we write documentation for a reason if you have not read it and are having problems with reaver these pages are required reading before submitting an issue reaver will only work if your card is in monitor mode if you do not know what monitor mode is then you should learn more about hacking in linux before using reaver using reaver against access points you do not own or have permission to attack is illegal if you cannot answer basic questions i e model number distance away etc about the device you are attacking then do not post your issue here we will not help you break the law please look through issues that have already been posted and make sure your question has not already been asked here reaver wps issues list often times we need packet captures of while reaver is running to troubleshoot the issue tcpdump i w broken reaver pcap issue reports with pcap files attached will receive more serious consideration answer the following questions for every issue submitted what version of reaver are you using only defects against the latest version will be considered what operating system are you using linux is the only supported os xiopan in vmwareplayer is your wireless card in monitor mode yes no yes what is the signal strength of the access point you are trying to crack what is the manufacturer and model of the device you are trying to crack alfa ralink usb what is the entire command line string you are supplying to reaver auto reaver in minidwep gtk please describe what you think the issue is all of wps i m getting this error failed to associate paste the output from reaver below this is the picture of my problem original issue reported on code google com by gmail com on jul at | 0 |
271,895 | 23,639,498,547 | IssuesEvent | 2022-08-25 15:46:56 | pantsbuild/pants | https://api.github.com/repos/pantsbuild/pants | closed | `test_list_all` is flaky | flaky-test | ```
pants_test/backend/graph_info/tasks/test_list_targets.py F........ [100%]
=================================== FAILURES ===================================
________________________ ListTargetsTest.test_list_all _________________________
self = <pants_test.backend.graph_info.tasks.test_list_targets.ListTargetsTest testMethod=test_list_all>
def test_list_all(self):
self.assert_entries('\n',
'a:a',
'a/b:b',
'a/b/c:c',
'a/b/c:c2',
'a/b/c:c3',
'a/b/d:d',
'a/b/e:e1',
'f:alias',
args=['::'])
self.assert_entries(', ',
'a:a',
'a/b:b',
'a/b/c:c',
'a/b/c:c2',
'a/b/c:c3',
'a/b/d:d',
'a/b/e:e1',
'f:alias',
args=['--sep=, ', '::',])
self.assert_console_output(
'a:a',
'a/b:b',
'a/b/c:c',
'a/b/c:c2',
'a/b/c:c3',
'a/b/d:d',
'a/b/e:e1',
'f:alias',
> args=['::'])
pants_test/backend/graph_info/tasks/test_list_targets.py:141:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
pants/testutil/console_rule_test_base.py:103: in assert_console_output
self.assertEqual(sorted(output), sorted(self.execute_rule(**kwargs).splitlines()))
E AssertionError: Lists differ: ['a/b/c:c', 'a/b/c:c2', 'a/b/c:c3', 'a/b/d:d', 'a/b/e:e1', 'a[19 chars]ias'] != ['a/b/c:c', 'a/b/c:c', 'a/b/c:c', 'a/b/c:c', 'a/b/c:c', 'a/b/[1124 chars]ias']
E
E First differing element 1:
E 'a/b/c:c2'
E 'a/b/c:c'
E
E Second list contains 104 additional elements.
E First extra element 8:
E 'a/b/c:c'
E
E Diff is 1526 characters long. Set self.maxDiff to None to see it.
```
Notably, the console output is repeating the entries multiple times. That is, ` 'a/b/c:c'` shows up at least 5 times in the list on the right when it should only happen once. | 1.0 | `test_list_all` is flaky - ```
pants_test/backend/graph_info/tasks/test_list_targets.py F........ [100%]
=================================== FAILURES ===================================
________________________ ListTargetsTest.test_list_all _________________________
self = <pants_test.backend.graph_info.tasks.test_list_targets.ListTargetsTest testMethod=test_list_all>
def test_list_all(self):
self.assert_entries('\n',
'a:a',
'a/b:b',
'a/b/c:c',
'a/b/c:c2',
'a/b/c:c3',
'a/b/d:d',
'a/b/e:e1',
'f:alias',
args=['::'])
self.assert_entries(', ',
'a:a',
'a/b:b',
'a/b/c:c',
'a/b/c:c2',
'a/b/c:c3',
'a/b/d:d',
'a/b/e:e1',
'f:alias',
args=['--sep=, ', '::',])
self.assert_console_output(
'a:a',
'a/b:b',
'a/b/c:c',
'a/b/c:c2',
'a/b/c:c3',
'a/b/d:d',
'a/b/e:e1',
'f:alias',
> args=['::'])
pants_test/backend/graph_info/tasks/test_list_targets.py:141:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
pants/testutil/console_rule_test_base.py:103: in assert_console_output
self.assertEqual(sorted(output), sorted(self.execute_rule(**kwargs).splitlines()))
E AssertionError: Lists differ: ['a/b/c:c', 'a/b/c:c2', 'a/b/c:c3', 'a/b/d:d', 'a/b/e:e1', 'a[19 chars]ias'] != ['a/b/c:c', 'a/b/c:c', 'a/b/c:c', 'a/b/c:c', 'a/b/c:c', 'a/b/[1124 chars]ias']
E
E First differing element 1:
E 'a/b/c:c2'
E 'a/b/c:c'
E
E Second list contains 104 additional elements.
E First extra element 8:
E 'a/b/c:c'
E
E Diff is 1526 characters long. Set self.maxDiff to None to see it.
```
Notably, the console output is repeating the entries multiple times. That is, ` 'a/b/c:c'` shows up at least 5 times in the list on the right when it should only happen once. | test | test list all is flaky pants test backend graph info tasks test list targets py f failures listtargetstest test list all self def test list all self self assert entries n a a a b b a b c c a b c a b c a b d d a b e f alias args self assert entries a a a b b a b c c a b c a b c a b d d a b e f alias args self assert console output a a a b b a b c c a b c a b c a b d d a b e f alias args pants test backend graph info tasks test list targets py pants testutil console rule test base py in assert console output self assertequal sorted output sorted self execute rule kwargs splitlines e assertionerror lists differ ias ias e e first differing element e a b c e a b c c e e second list contains additional elements e first extra element e a b c c e e diff is characters long set self maxdiff to none to see it notably the console output is repeating the entries multiple times that is a b c c shows up at least times in the list on the right when it should only happen once | 1 |
17,324 | 3,604,726,416 | IssuesEvent | 2016-02-04 00:10:51 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | e2e density test panicked | area/test priority/P2 team/test-infra | I ran density test on a freshly built cluster and it panicked.
```
INFO: Pod States: 14 running, 6 pending, 0 waiting, 0 unknown
INFO: Pod States: 0 running, 20 pending, 0 waiting, 0 unknown
panic:
Your test failed.
Ginkgo panics to prevent subsequent assertions from running.
Normally Ginkgo rescues this panic so you shouldn't see it.
But, if you make an assertion in a goroutine, Ginkgo can't capture the panic.
To circumvent this, you should call
defer GinkgoRecover()
at the top of the goroutine that caused this panic.
goroutine 114 [running]:
github.com/onsi/ginkgo.Fail(0xc2081001e0, 0x1c6, 0xc2089535b0, 0x1, 0x1)
/go/src/github.com/GoogleCloudPlatform/kubernetes/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo_dsl.go:229 +0xed
github.com/onsi/gomega/internal/assertion.(*Assertion).match(0xc208ae4200, 0x7f349190c438, 0x1114220, 0x0, 0x0, 0x0, 0x0, 0x1114220)
/go/src/github.com/GoogleCloudPlatform/kubernetes/Godeps/_workspace/src/github.com/onsi/gomega/internal/assertion/assertion.go:69 +0x323
github.com/onsi/gomega/internal/assertion.(*Assertion).NotTo(0xc208ae4200, 0x7f349190c438, 0x1114220, 0x0, 0x0, 0x0, 0x7f349190c3f0)
/go/src/github.com/GoogleCloudPlatform/kubernetes/Godeps/_workspace/src/github.com/onsi/gomega/internal/assertion/assertion.go:43 +0x95
github.com/GoogleCloudPlatform/kubernetes/test/e2e.expectNoError(0x7f34918e0b40, 0xc208953350, 0x0, 0x0, 0x0)
/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/dockerized/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/util.go:223 +0x121
github.com/GoogleCloudPlatform/kubernetes/test/e2e.func·035()
/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/dockerized/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/density.go:197 +0x19b
created by github.com/GoogleCloudPlatform/kubernetes/test/e2e.func·036
/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/dockerized/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/density.go:203 +0x1d3
<skip more stack trace>
```
If I read the log correctly, the test asserted in a goroutine, causing the panic.
Where this could have occurred: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/test/e2e/density.go#L201
| 2.0 | e2e density test panicked - I ran density test on a freshly built cluster and it panicked.
```
INFO: Pod States: 14 running, 6 pending, 0 waiting, 0 unknown
INFO: Pod States: 0 running, 20 pending, 0 waiting, 0 unknown
panic:
Your test failed.
Ginkgo panics to prevent subsequent assertions from running.
Normally Ginkgo rescues this panic so you shouldn't see it.
But, if you make an assertion in a goroutine, Ginkgo can't capture the panic.
To circumvent this, you should call
defer GinkgoRecover()
at the top of the goroutine that caused this panic.
goroutine 114 [running]:
github.com/onsi/ginkgo.Fail(0xc2081001e0, 0x1c6, 0xc2089535b0, 0x1, 0x1)
/go/src/github.com/GoogleCloudPlatform/kubernetes/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo_dsl.go:229 +0xed
github.com/onsi/gomega/internal/assertion.(*Assertion).match(0xc208ae4200, 0x7f349190c438, 0x1114220, 0x0, 0x0, 0x0, 0x0, 0x1114220)
/go/src/github.com/GoogleCloudPlatform/kubernetes/Godeps/_workspace/src/github.com/onsi/gomega/internal/assertion/assertion.go:69 +0x323
github.com/onsi/gomega/internal/assertion.(*Assertion).NotTo(0xc208ae4200, 0x7f349190c438, 0x1114220, 0x0, 0x0, 0x0, 0x7f349190c3f0)
/go/src/github.com/GoogleCloudPlatform/kubernetes/Godeps/_workspace/src/github.com/onsi/gomega/internal/assertion/assertion.go:43 +0x95
github.com/GoogleCloudPlatform/kubernetes/test/e2e.expectNoError(0x7f34918e0b40, 0xc208953350, 0x0, 0x0, 0x0)
/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/dockerized/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/util.go:223 +0x121
github.com/GoogleCloudPlatform/kubernetes/test/e2e.func·035()
/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/dockerized/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/density.go:197 +0x19b
created by github.com/GoogleCloudPlatform/kubernetes/test/e2e.func·036
/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/dockerized/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/density.go:203 +0x1d3
<skip more stack trace>
```
If I read the log correctly, the test asserted in a goroutine, causing the panic.
Where this could have occurred: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/test/e2e/density.go#L201
| test | density test panicked i ran density test on a freshly built cluster and it panicked info pod states running pending waiting unknown info pod states running pending waiting unknown panic your test failed ginkgo panics to prevent subsequent assertions from running normally ginkgo rescues this panic so you shouldn t see it but if you make an assertion in a goroutine ginkgo can t capture the panic to circumvent this you should call defer ginkgorecover at the top of the goroutine that caused this panic goroutine github com onsi ginkgo fail go src github com googlecloudplatform kubernetes godeps workspace src github com onsi ginkgo ginkgo dsl go github com onsi gomega internal assertion assertion match go src github com googlecloudplatform kubernetes godeps workspace src github com onsi gomega internal assertion assertion go github com onsi gomega internal assertion assertion notto go src github com googlecloudplatform kubernetes godeps workspace src github com onsi gomega internal assertion assertion go github com googlecloudplatform kubernetes test expectnoerror go src github com googlecloudplatform kubernetes output dockerized go src github com googlecloudplatform kubernetes test util go github com googlecloudplatform kubernetes test func· go src github com googlecloudplatform kubernetes output dockerized go src github com googlecloudplatform kubernetes test density go created by github com googlecloudplatform kubernetes test func· go src github com googlecloudplatform kubernetes output dockerized go src github com googlecloudplatform kubernetes test density go if i read the log correctly the test asserted in a goroutine causing the panic where this could have occurred | 1 |
40,835 | 5,317,628,021 | IssuesEvent | 2017-02-13 23:04:45 | zcash/zcash | https://api.github.com/repos/zcash/zcash | opened | v1.0.6 - python qa tests don't run on Bash on Windows (windows subsystem for linux) | testing Windows | System: Windows 10 Professional, Bash on Windows
What works:
- Zcash v1.0.6 builds, runs and is able to send/receive shielded transactions.
- test_bitcoin passes
- zcash-gtest passes
What doesn't work:
- python qa tests don't run, appear to hang, probably environment related.
Note: Zcash on Windows is not officially supported. This ticket simply serves as a reminder for those interested. | 1.0 | v1.0.6 - python qa tests don't run on Bash on Windows (windows subsystem for linux) - System: Windows 10 Professional, Bash on Windows
What works:
- Zcash v1.0.6 builds, runs and is able to send/receive shielded transactions.
- test_bitcoin passes
- zcash-gtest passes
What doesn't work:
- python qa tests don't run, appear to hang, probably environment related.
Note: Zcash on Windows is not officially supported. This ticket simply serves as a reminder for those interested. | test | python qa tests don t run on bash on windows windows subsystem for linux system windows professional bash on windows what works zcash builds runs and is able to send receive shielded transactions test bitcoin passes zcash gtest passes what doesn t work python qa tests don t run appear to hang probably environment related note zcash on windows is not officially supported this ticket simply serves as a reminder for those interested | 1 |
210,804 | 7,194,830,636 | IssuesEvent | 2018-02-04 10:27:15 | elor/tuvero | https://api.github.com/repos/elor/tuvero | closed | KO-Baum: Korrigierte Ergebnisse ändern noch nicht die nachfolgenden Spiele | backend priority 5: feature | Geänderte Ergebnisse im KO-Baum werden zwar gespeichert, aber wirken sich noch nicht auf die nachfolgend ermöglichten Spiele aus.
Der Nutzer würde erwarten, dass er ein gerade eben beendetes Spiel noch korrigieren und ein laufendes Spiel rückgängig machen kann.
Eine elegante Lösung wäre, alle nachfolgenden Spiele als ungespielt zu verwerfen und neu ausspielen zu lassen.
| 1.0 | KO-Baum: Korrigierte Ergebnisse ändern noch nicht die nachfolgenden Spiele - Geänderte Ergebnisse im KO-Baum werden zwar gespeichert, aber wirken sich noch nicht auf die nachfolgend ermöglichten Spiele aus.
Der Nutzer würde erwarten, dass er ein gerade eben beendetes Spiel noch korrigieren und ein laufendes Spiel rückgängig machen kann.
Eine elegante Lösung wäre, alle nachfolgenden Spiele als ungespielt zu verwerfen und neu ausspielen zu lassen.
| non_test | ko baum korrigierte ergebnisse ändern noch nicht die nachfolgenden spiele geänderte ergebnisse im ko baum werden zwar gespeichert aber wirken sich noch nicht auf die nachfolgend ermöglichten spiele aus der nutzer würde erwarten dass er ein gerade eben beendetes spiel noch korrigieren und ein laufendes spiel rückgängig machen kann eine elegante lösung wäre alle nachfolgenden spiele als ungespielt zu verwerfen und neu ausspielen zu lassen | 0 |
21,595 | 3,907,655,001 | IssuesEvent | 2016-04-19 13:36:01 | leekelleher/umbraco-ditto | https://api.github.com/repos/leekelleher/umbraco-ditto | closed | Question: ValueResolverContext for Lazy ProperyValueResolvers | bug discussion testing | Hey guys,
I'm working on a multi site implementation where I pass around a "SiteAlias" in ValueResolveContext. It all works great until I hit a property that is marked virtual so Lazy (proxy object). I expected that the instantiated context that I passed into the do the initial model conversion would be used when converting the Lazy properties later, but it appears that a new instance of the ValueResolveContext is being instantiated instead.
Am I missing something in the way I'm using the contexts or is it by design?
I looked at using an OnConverting method, but it does not expose the context in the handler.
Is there another way to accomplish this? I've come up with a hack that which I shove stuff into the request cache but it seems pretty wonky. =) | 1.0 | Question: ValueResolverContext for Lazy ProperyValueResolvers - Hey guys,
I'm working on a multi site implementation where I pass around a "SiteAlias" in ValueResolveContext. It all works great until I hit a property that is marked virtual so Lazy (proxy object). I expected that the instantiated context that I passed into the do the initial model conversion would be used when converting the Lazy properties later, but it appears that a new instance of the ValueResolveContext is being instantiated instead.
Am I missing something in the way I'm using the contexts or is it by design?
I looked at using an OnConverting method, but it does not expose the context in the handler.
Is there another way to accomplish this? I've come up with a hack that which I shove stuff into the request cache but it seems pretty wonky. =) | test | question valueresolvercontext for lazy properyvalueresolvers hey guys i m working on a multi site implementation where i pass around a sitealias in valueresolvecontext it all works great until i hit a property that is marked virtual so lazy proxy object i expected that the instantiated context that i passed into the do the initial model conversion would be used when converting the lazy properties later but it appears that a new instance of the valueresolvecontext is being instantiated instead am i missing something in the way i m using the contexts or is it by design i looked at using an onconverting method but it does not expose the context in the handler is there another way to accomplish this i ve come up with a hack that which i shove stuff into the request cache but it seems pretty wonky | 1 |
116,838 | 11,943,586,484 | IssuesEvent | 2020-04-02 23:43:30 | agungsugiarto/boilerplate | https://api.github.com/repos/agungsugiarto/boilerplate | closed | Installation failed | documentation help wanted | On Lamp project, when i folow install instruction, like that :
composer require agungsugiarto/boilerplate
Installation failed with this error message :
Your requirements could not be resolved to an installable set of packages.
Problem 1
- agungsugiarto/boilerplate 1.0.4 requires myth/auth dev-develop -> satisfiable by myth/auth[dev-develop] but these conflict with your requirements or minimum-stability.
- agungsugiarto/boilerplate 1.0.3 requires myth/auth dev-develop -> satisfiable by myth/auth[dev-develop] but these conflict with your requirements or minimum-stability.
- agungsugiarto/boilerplate 1.0.2 requires myth/auth dev-develop -> satisfiable by myth/auth[dev-develop] but these conflict with your requirements or minimum-stability.
- agungsugiarto/boilerplate 1.0.1 requires myth/auth dev-develop -> satisfiable by myth/auth[dev-develop] but these conflict with your requirements or minimum-stability.
- agungsugiarto/boilerplate 1.0.0 requires myth/auth dev-develop -> satisfiable by myth/auth[dev-develop] but these conflict with your requirements or minimum-stability.
- Installation request for agungsugiarto/boilerplate ^1.0 -> satisfiable by agungsugiarto/boilerplate[1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4].
Installation failed, deleting ./composer.json.
| 1.0 | Installation failed - On Lamp project, when i folow install instruction, like that :
composer require agungsugiarto/boilerplate
Installation failed with this error message :
Your requirements could not be resolved to an installable set of packages.
Problem 1
- agungsugiarto/boilerplate 1.0.4 requires myth/auth dev-develop -> satisfiable by myth/auth[dev-develop] but these conflict with your requirements or minimum-stability.
- agungsugiarto/boilerplate 1.0.3 requires myth/auth dev-develop -> satisfiable by myth/auth[dev-develop] but these conflict with your requirements or minimum-stability.
- agungsugiarto/boilerplate 1.0.2 requires myth/auth dev-develop -> satisfiable by myth/auth[dev-develop] but these conflict with your requirements or minimum-stability.
- agungsugiarto/boilerplate 1.0.1 requires myth/auth dev-develop -> satisfiable by myth/auth[dev-develop] but these conflict with your requirements or minimum-stability.
- agungsugiarto/boilerplate 1.0.0 requires myth/auth dev-develop -> satisfiable by myth/auth[dev-develop] but these conflict with your requirements or minimum-stability.
- Installation request for agungsugiarto/boilerplate ^1.0 -> satisfiable by agungsugiarto/boilerplate[1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4].
Installation failed, deleting ./composer.json.
| non_test | installation failed on lamp project when i folow install instruction like that composer require agungsugiarto boilerplate installation failed with this error message your requirements could not be resolved to an installable set of packages problem agungsugiarto boilerplate requires myth auth dev develop satisfiable by myth auth but these conflict with your requirements or minimum stability agungsugiarto boilerplate requires myth auth dev develop satisfiable by myth auth but these conflict with your requirements or minimum stability agungsugiarto boilerplate requires myth auth dev develop satisfiable by myth auth but these conflict with your requirements or minimum stability agungsugiarto boilerplate requires myth auth dev develop satisfiable by myth auth but these conflict with your requirements or minimum stability agungsugiarto boilerplate requires myth auth dev develop satisfiable by myth auth but these conflict with your requirements or minimum stability installation request for agungsugiarto boilerplate satisfiable by agungsugiarto boilerplate installation failed deleting composer json | 0 |
112,147 | 11,760,518,918 | IssuesEvent | 2020-03-13 19:41:17 | UBC-MDS/pysketball | https://api.github.com/repos/UBC-MDS/pysketball | closed | Check Styling Flake8 | documentation | - [x] nba_stats
- [x] nba_ranking
- [x] nba_boxplot
- [x] nba_scraper
- [x] test_nba_stats
- [x] test_nba_ranking
- [x] test_nba_boxplot
- [x] test_nba_scraper
We still need to check style for new test! | 1.0 | Check Styling Flake8 - - [x] nba_stats
- [x] nba_ranking
- [x] nba_boxplot
- [x] nba_scraper
- [x] test_nba_stats
- [x] test_nba_ranking
- [x] test_nba_boxplot
- [x] test_nba_scraper
We still need to check style for new test! | non_test | check styling nba stats nba ranking nba boxplot nba scraper test nba stats test nba ranking test nba boxplot test nba scraper we still need to check style for new test | 0 |
320,461 | 27,436,032,204 | IssuesEvent | 2023-03-02 07:30:06 | proarc/proarc-client | https://api.github.com/repos/proarc/proarc-client | closed | Import - nefunkční tlačítko "pokračovat | 1 chyba 6 k testování | Test na krátké KNAV monografii: načtu skeny, očísluji, zvaliduji a chci pokračovat k vyhledání nadřazeného objektu - tlačítko "Pokračovat" je teď nefunkční. | 1.0 | Import - nefunkční tlačítko "pokračovat - Test na krátké KNAV monografii: načtu skeny, očísluji, zvaliduji a chci pokračovat k vyhledání nadřazeného objektu - tlačítko "Pokračovat" je teď nefunkční. | test | import nefunkční tlačítko pokračovat test na krátké knav monografii načtu skeny očísluji zvaliduji a chci pokračovat k vyhledání nadřazeného objektu tlačítko pokračovat je teď nefunkční | 1 |
18,688 | 5,694,330,932 | IssuesEvent | 2017-04-15 12:10:44 | berezovskyi/oslc4net | https://api.github.com/repos/berezovskyi/oslc4net | closed | Deliver sample StockQuote provider | CodePlex | <b>mffiedler[CodePlex]</b> <br />This will be a port (of sorts) of the OSLC4JStockQuote application to the OSLC4Net project. The StockQuote provider will be a sample OSLC provider which is not implemented for a traditional (CM, QM, RM, etc) domain.
The StockQuote sample defines 1 resource: StockQuote which has such predicates as lastTradedPrice, highPrice, lowPrice, changePricePercent etc. The Google stock quote API will be used to populate the values.
The sample will demonstrate how to use the OSLC4Net attribute notations to quotdecoratequot a C# class with OSLC attributes. It will also demonstrate how to:
- create ASP.NET MVC 4 controllers to handle the HTTP REST calls
- register the OSLC4Net RdfXmlMediaTypeFormatter to handle application/rdf+xml and application/xml.
| 1.0 | Deliver sample StockQuote provider - <b>mffiedler[CodePlex]</b> <br />This will be a port (of sorts) of the OSLC4JStockQuote application to the OSLC4Net project. The StockQuote provider will be a sample OSLC provider which is not implemented for a traditional (CM, QM, RM, etc) domain.
The StockQuote sample defines 1 resource: StockQuote which has such predicates as lastTradedPrice, highPrice, lowPrice, changePricePercent etc. The Google stock quote API will be used to populate the values.
The sample will demonstrate how to use the OSLC4Net attribute notations to quotdecoratequot a C# class with OSLC attributes. It will also demonstrate how to:
- create ASP.NET MVC 4 controllers to handle the HTTP REST calls
- register the OSLC4Net RdfXmlMediaTypeFormatter to handle application/rdf+xml and application/xml.
| non_test | deliver sample stockquote provider mffiedler this will be a port of sorts of the application to the project the stockquote provider will be a sample oslc provider which is not implemented for a traditional cm qm rm etc domain the stockquote sample defines resource stockquote which has such predicates as lasttradedprice highprice lowprice changepricepercent etc the google stock quote api will be used to populate the values the sample will demonstrate how to use the attribute notations to quotdecoratequot a c class with oslc attributes it will also demonstrate how to create asp net mvc controllers to handle the http rest calls register the rdfxmlmediatypeformatter to handle application rdf xml and application xml | 0 |
7,503 | 6,049,034,088 | IssuesEvent | 2017-06-12 17:50:49 | offa/danek | https://api.github.com/repos/offa/danek | closed | Executable should catch exceptions by const-ref | performance | Executable should catch exceptions by const-ref. | True | Executable should catch exceptions by const-ref - Executable should catch exceptions by const-ref. | non_test | executable should catch exceptions by const ref executable should catch exceptions by const ref | 0 |
19,646 | 13,349,016,256 | IssuesEvent | 2020-08-29 21:50:00 | dotnet/fsharp | https://api.github.com/repos/dotnet/fsharp | closed | fsharpqa test suite is not reporting error details | Area-Infrastructure Contributor Pain | If a fsharpqa test (Perl test suite) runs into an error then CI doesn't show details anymore.
This makes it extremely hard to understand what's going on.
Example from https://github.com/dotnet/fsharp/pull/6820:

| 1.0 | fsharpqa test suite is not reporting error details - If a fsharpqa test (Perl test suite) runs into an error then CI doesn't show details anymore.
This makes it extremely hard to understand what's going on.
Example from https://github.com/dotnet/fsharp/pull/6820:

| non_test | fsharpqa test suite is not reporting error details if a fsharpqa test perl test suite runs into an error then ci doesn t show details anymore this makes it extremely hard to understand what s going on example from | 0 |
234,191 | 19,100,821,706 | IssuesEvent | 2021-11-29 22:17:25 | flutter/flutter | https://api.github.com/repos/flutter/flutter | opened | Run ios_app_with_extensions_test in presubmit | a: tests team platform-ios tool team: infra | Once https://github.com/flutter/flutter/pull/94190 merges, `ios_app_with_extensions_test` can run in a hostonly environment, and so can run presubmit on PRs.
Change `Mac_ios ios_app_with_extensions_test` to `Mac ios_app_with_extensions_test` and run `hostonly.` https://github.com/flutter/flutter/pull/94190#discussion_r756453018 | 1.0 | Run ios_app_with_extensions_test in presubmit - Once https://github.com/flutter/flutter/pull/94190 merges, `ios_app_with_extensions_test` can run in a hostonly environment, and so can run presubmit on PRs.
Change `Mac_ios ios_app_with_extensions_test` to `Mac ios_app_with_extensions_test` and run `hostonly.` https://github.com/flutter/flutter/pull/94190#discussion_r756453018 | test | run ios app with extensions test in presubmit once merges ios app with extensions test can run in a hostonly environment and so can run presubmit on prs change mac ios ios app with extensions test to mac ios app with extensions test and run hostonly | 1 |
290,598 | 25,078,674,877 | IssuesEvent | 2022-11-07 17:21:49 | wazuh/wazuh-qa | https://api.github.com/repos/wazuh/wazuh-qa | opened | Add the data integrity tests for VD | team/qa test/integration type/new-development role/qa-drop-table subteam/qa-rainbow | | Target version | Related PR/dev branch |Epic QA | QA branch | PR QA |
|---|-------|---|--|--|
| - | - | https://github.com/wazuh/wazuh-qa/issues/3525 | 3491-vd-data-integrity| https://github.com/wazuh/wazuh-qa/pull/3518
## Description
It is necessary to integration test the data integrity.
**Cases**:
- Check that the package information in the scan result matches the information of the downloaded content
- Check that the hotfix information in the scan result matches the information of the downloaded content
- Check that only specific sections of the feed are updated (in the local DB) when some deltas are downloaded
- Check that the downloaded content is correctly saved in the manager's local database
| 1.0 | Add the data integrity tests for VD - | Target version | Related PR/dev branch |Epic QA | QA branch | PR QA |
|---|-------|---|--|--|
| - | - | https://github.com/wazuh/wazuh-qa/issues/3525 | 3491-vd-data-integrity| https://github.com/wazuh/wazuh-qa/pull/3518
## Description
It is necessary to integration test the data integrity.
**Cases**:
- Check that the package information in the scan result matches the information of the downloaded content
- Check that the hotfix information in the scan result matches the information of the downloaded content
- Check that only specific sections of the feed are updated (in the local DB) when some deltas are downloaded
- Check that the downloaded content is correctly saved in the manager's local database
| test | add the data integrity tests for vd target version related pr dev branch epic qa qa branch pr qa vd data integrity description it is necessary to integration test the data integrity cases check that the package information in the scan result matches the information of the downloaded content check that the hotfix information in the scan result matches the information of the downloaded content check that only specific sections of the feed are updated in the local db when some deltas are downloaded check that the downloaded content is correctly saved in the manager s local database | 1 |
171,069 | 27,056,940,347 | IssuesEvent | 2023-02-13 16:47:30 | microsoft/pyright | https://api.github.com/repos/microsoft/pyright | closed | Cannot use type variable for the init argument type and method type | as designed | **Describe the bug**
I created a class that receives any subclass instance of `Exception` class as an argument when initializing the class.
I defined a property that returns the exception and I want to use a type variable because those two types should be the same, but the pyright error occurs.
```
Type "T@__init__" cannot be assigned to type "T@orig_exp" (reportGeneralTypeIssues)
```
**To Reproduce**
```sh
$ pyright sample.py
```
sample.py
```python
from typing import TypeVar
T = TypeVar("T", bound=Exception)
class SampleException(Exception):
def __init__(self, msg: str, orig_exp: T):
self.__msg = msg
self.__orig_exp = orig_exp
@property
def msg(self) -> str:
return self.__msg
@property
def orig_exp(self) -> T:
return self.__orig_exp
```
**Expected behavior**
There should be no lint error.
**VS Code extension or command-line**
command-line with the pyright version 1.1.293 | 1.0 | Cannot use type variable for the init argument type and method type - **Describe the bug**
I created a class that receives any subclass instance of `Exception` class as an argument when initializing the class.
I defined a property that returns the exception and I want to use a type variable because those two types should be the same, but the pyright error occurs.
```
Type "T@__init__" cannot be assigned to type "T@orig_exp" (reportGeneralTypeIssues)
```
**To Reproduce**
```sh
$ pyright sample.py
```
sample.py
```python
from typing import TypeVar
T = TypeVar("T", bound=Exception)
class SampleException(Exception):
def __init__(self, msg: str, orig_exp: T):
self.__msg = msg
self.__orig_exp = orig_exp
@property
def msg(self) -> str:
return self.__msg
@property
def orig_exp(self) -> T:
return self.__orig_exp
```
**Expected behavior**
There should be no lint error.
**VS Code extension or command-line**
command-line with the pyright version 1.1.293 | non_test | cannot use type variable for the init argument type and method type describe the bug i created a class that receives any subclass instance of exception class as an argument when initializing the class i defined a property that returns the exception and i want to use a type variable because those two types should be the same but the pyright error occurs type t init cannot be assigned to type t orig exp reportgeneraltypeissues to reproduce sh pyright sample py sample py python from typing import typevar t typevar t bound exception class sampleexception exception def init self msg str orig exp t self msg msg self orig exp orig exp property def msg self str return self msg property def orig exp self t return self orig exp expected behavior there should be no lint error vs code extension or command line command line with the pyright version | 0 |
10,938 | 8,223,998,127 | IssuesEvent | 2018-09-06 12:29:45 | kyma-project/kyma | https://api.github.com/repos/kyma-project/kyma | opened | Application Connector does not enforce limits/timeouts on incoming requests | area/application-connector area/security security/medium | **Description**
Application Connector, via its nginx ingress, receives requests from the Internet. The nginx ingress will block requests from unauthenticated clients. However, traffic from authenticated clients is not limited by any timeouts or quotas.
Risk:
A misconfiguration or security breach in a remote environment can lead to excessive resource usage by the Application Connector. This can lead to a denial-of-service situation, which impacts availability.
Suggested Mitigation:
Enforce limits on incoming requests, e.g. (based on the names of corresponding nginx directives):
client_header_timeout
client_body_timeout
client_max_body_size
keepalive_timeout
More specific limits could be imposed on events. | True | Application Connector does not enforce limits/timeouts on incoming requests - **Description**
Application Connector, via its nginx ingress, receives requests from the Internet. The nginx ingress will block requests from unauthenticated clients. However, traffic from authenticated clients is not limited by any timeouts or quotas.
Risk:
A misconfiguration or security breach in a remote environment can lead to excessive resource usage by the Application Connector. This can lead to a denial-of-service situation, which impacts availability.
Suggested Mitigation:
Enforce limits on incoming requests, e.g. (based on the names of corresponding nginx directives):
client_header_timeout
client_body_timeout
client_max_body_size
keepalive_timeout
More specific limits could be imposed on events. | non_test | application connector does not enforce limits timeouts on incoming requests description application connector via its nginx ingress receives requests from the internet the nginx ingress will block requests from unauthenticated clients however traffic from authenticated clients is not limited by any timeouts or quotas risk a misconfiguration or security breach in a remote environment can lead to excessive resource usage by the application connector this can lead to a denial of service situation which impacts availability suggested mitigation enforce limits on incoming requests e g based on the names of corresponding nginx directives client header timeout client body timeout client max body size keepalive timeout more specific limits could be imposed on events | 0 |
301,023 | 26,009,992,326 | IssuesEvent | 2022-12-21 00:07:27 | MissouriMRR/SUAS-2023 | https://api.github.com/repos/MissouriMRR/SUAS-2023 | opened | Vision Benchmarks | enhancement testing vision | # Vision Benchmarks
## Problem
Need a way to test the accuracy and timings of vision algorithms in a standardized and simple way.
## Solution
Implement a benchmark utility to measure the accuracy and timing of vision algorithms. Benchmark should be easy to implement for new modules and give useful information about how well an algorithm did.
| 1.0 | Vision Benchmarks - # Vision Benchmarks
## Problem
Need a way to test the accuracy and timings of vision algorithms in a standardized and simple way.
## Solution
Implement a benchmark utility to measure the accuracy and timing of vision algorithms. Benchmark should be easy to implement for new modules and give useful information about how well an algorithm did.
| test | vision benchmarks vision benchmarks problem need a way to test the accuracy and timings of vision algorithms in a standardized and simple way solution implement a benchmark utility to measure the accuracy and timing of vision algorithms benchmark should be easy to implement for new modules and give useful information about how well an algorithm did | 1 |
387,272 | 26,718,264,868 | IssuesEvent | 2023-01-28 20:16:29 | supabase/gotrue-js | https://api.github.com/repos/supabase/gotrue-js | closed | Discrepancy in Documentation. `signOut` no longer accepts a JWT parameter. | documentation | # Improve documentation
[## Link ](https://supabase.github.io/gotrue-js/v2/classes/GoTrueAdminApi.html#signOut)
It seems to try to handle this with the session data it has, but earlier versions of this allowed you to explicitly pass in a JWT and the docs still reflect this. This caused me a few hours of trying to figure out what I was doing wrong. | 1.0 | Discrepancy in Documentation. `signOut` no longer accepts a JWT parameter. - # Improve documentation
[## Link ](https://supabase.github.io/gotrue-js/v2/classes/GoTrueAdminApi.html#signOut)
It seems to try to handle this with the session data it has, but earlier versions of this allowed you to explicitly pass in a JWT and the docs still reflect this. This caused me a few hours of trying to figure out what I was doing wrong. | non_test | discrepancy in documentation signout no longer accepts a jwt parameter improve documentation it seems to try to handle this with the session data it has but earlier versions of this allowed you to explicitly pass in a jwt and the docs still reflect this this caused me a few hours of trying to figure out what i was doing wrong | 0 |
117,266 | 9,920,659,953 | IssuesEvent | 2019-06-30 11:33:27 | imixs/imixs-workflow | https://api.github.com/repos/imixs/imixs-workflow | closed | ItemCollectionComparator - test Date null values | bug testing | The ItemCollectionComparator must test Date null values! | 1.0 | ItemCollectionComparator - test Date null values - The ItemCollectionComparator must test Date null values! | test | itemcollectioncomparator test date null values the itemcollectioncomparator must test date null values | 1 |
327,383 | 28,057,915,746 | IssuesEvent | 2023-03-29 10:36:36 | gavv/httpexpect | https://api.github.com/repos/gavv/httpexpect | opened | Convert WebsocketMessage tests to table-driven style | tests help wanted refactoring good first issue | Convert each test to table-driven style:
* TestWebsocketMessage_CloseMessage
* TestWebsocketMessage_TextMessage
* TestWebsocketMessage_BinaryMessage
* TestWebsocketMessage_MatchTypes
* TestWebsocketMessage_MatchCodes
`TestNumber_IsEqual/basic` can be used as a reference for table-driven style. | 1.0 | Convert WebsocketMessage tests to table-driven style - Convert each test to table-driven style:
* TestWebsocketMessage_CloseMessage
* TestWebsocketMessage_TextMessage
* TestWebsocketMessage_BinaryMessage
* TestWebsocketMessage_MatchTypes
* TestWebsocketMessage_MatchCodes
`TestNumber_IsEqual/basic` can be used as a reference for table-driven style. | test | convert websocketmessage tests to table driven style convert each test to table driven style testwebsocketmessage closemessage testwebsocketmessage textmessage testwebsocketmessage binarymessage testwebsocketmessage matchtypes testwebsocketmessage matchcodes testnumber isequal basic can be used as a reference for table driven style | 1 |
228,680 | 18,247,535,001 | IssuesEvent | 2021-10-01 20:42:23 | tendermint/tendermint | https://api.github.com/repos/tendermint/tendermint | closed | Frequent timeout failures in P2P statesync reactor test | T:bug T:test | In e2e test runs in CI, this test appears to time out fairly frequently:
```
go test -run 'TestReactor_StateProviderP2P' ./internal/statesync
```
@tychoish reports seeing a timeout at https://github.com/tendermint/tendermint/blob/1c9a6b105fe2aaae30a178e07bae6ee540b63281/internal/consensus/state_test.go#L344 with some frequency.
We aren't yet sure what causes the timeout, but suspect it may be blocking for synchronization with the event system. @williambanfield investigated some goroutine stack dumps and found a number of goroutines stalled in the pubsub package, possibly while trying to [`send`](https://github.com/tendermint/tendermint/blob/master/libs/pubsub/pubsub.go#L489-L527) events.
It's not clear where the culprit is, but since subscriptions are not closed or cleaned up, we suspect they could starve the pubsub service routine.
We've made some initial attempts to corner the problem, cf. #7025. We'd like to understand what causes this failure and at least bound it before we cut a release for v0.35. | 1.0 | Frequent timeout failures in P2P statesync reactor test - In e2e test runs in CI, this test appears to time out fairly frequently:
```
go test -run 'TestReactor_StateProviderP2P' ./internal/statesync
```
@tychoish reports seeing a timeout at https://github.com/tendermint/tendermint/blob/1c9a6b105fe2aaae30a178e07bae6ee540b63281/internal/consensus/state_test.go#L344 with some frequency.
We aren't yet sure what causes the timeout, but suspect it may be blocking for synchronization with the event system. @williambanfield investigated some goroutine stack dumps and found a number of goroutines stalled in the pubsub package, possibly while trying to [`send`](https://github.com/tendermint/tendermint/blob/master/libs/pubsub/pubsub.go#L489-L527) events.
It's not clear where the culprit is, but since subscriptions are not closed or cleaned up, we suspect they could starve the pubsub service routine.
We've made some initial attempts to corner the problem, cf. #7025. We'd like to understand what causes this failure and at least bound it before we cut a release for v0.35. | test | frequent timeout failures in statesync reactor test in test runs in ci this test appears to time out fairly frequently go test run testreactor internal statesync tychoish reports seeing a timeout at with some frequency we aren t yet sure what causes the timeout but suspect it may be blocking for synchronization with the event system williambanfield investigated some goroutine stack dumps and found a number of goroutines stalled in the pubsub package possibly while trying to events it s not clear where the culprit is but since subscriptions are not closed or cleaned up we suspect they could starve the pubsub service routine we ve made some initial attempts to corner the problem cf we d like to understand what causes this failure and at least bound it before we cut a release for | 1 |
225,862 | 17,927,028,622 | IssuesEvent | 2021-09-10 01:56:09 | thesofproject/sof | https://api.github.com/repos/thesofproject/sof | closed | [BUG]ipc timed out when TRIG_START and schedule ERROR,xrun on APL_UP2_NOCODEC | bug APL Intel Linux Daily tests | **Describe the bug**
found in inner daily 6362 on APL_UP2_NOCODEC
When trying to run aplay on multiple pipelines , IO error occurred with ipc timed out when issuing TRIG_START , in the 1st iteration
**To Reproduce**
TPLG=/lib/firmware/intel/sof-tplg/sof-apl-nocodec.tplg ~/sof-test/test-case/multiple-pipeline.sh -f p -l 50
**Reproduction Rate**
not sure
can reproduce it
**Environment**
Kernel Branch: topic/sof-dev
Kernel Commit: 6a95ae1a
SOF Branch: main
SOF Commit: 287a5f9a2b1e
Topology:/lib/firmware/intel/sof-tplg/sof-apl-nocodec.tplg
Platform: APL_UP2_NOCODEC
**Screenshots or console output**
[console]
```
(in the first iteration)
aplay: pcm_write:2061: aplay: set_params:1407: Unable to install hw params:
```
[dmesg]
```
[ 4402.733198] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx succeeded: 0x60040000: GLB_STREAM_MSG: TRIG_START
[ 4402.733217] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60040000: GLB_STREAM_MSG: TRIG_START
[ 4403.231286] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ipc rx: 0x90020000: GLB_TRACE_MSG
[ 4403.231325] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ipc rx done: 0x90020000: GLB_TRACE_MSG
[ 4403.238367] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx timed out for 0x60040000 (msg/reply size: 12/12)
[ 4403.238536] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: preventing DSP entering D3 state to preserve context
[ 4403.238540] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ------------[ IPC dump start ]------------
[ 4403.238550] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: error: hda irq intsts 0x00000000 intlctl 0xc0000381 rirb 00
[ 4403.238555] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 4403.238562] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 4403.238566] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ------------[ IPC dump end ]------------
[ 4403.238570] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ------------[ DSP dump start ]------------
[ 4403.238576] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: status: fw entered - code 00000005
[ 4403.238620] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: error: unexpected fault 0x00000000 trace 0x00004000
[ 4403.238624] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ------------[ DSP dump end ]------------
[ 4403.238652] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ASoC: error at soc_component_trigger on 0000:00:0e.0: -110
```
[etrace]
```
[ 49388.435537] ( 0.000000) c0 edf-schedule /schedule/edf_schedule.c:117 ERROR schedule_edf_task(), task already queued or running 3
[ 7565757.824364] ( 7565758.000000) c0 dw-dma src/drivers/dw/dma.c:1102 ERROR dw_dma_get_data_size(): xrun detected
[ 7565763.553530] ( 5.729167) c0 dai 3.14 src/audio/dai.c:892 ERROR dai_report_xrun(): underrun due to no data available
[ 7565769.022280] ( 5.468750) c0 dai 3.14 src/audio/dai.c:687 ERROR comp_underrun(): dev->comp.id = 14, source->avail = 0, copy_bytes = 0
[ 7565775.168113] ( 6.145833) c0 pipe 3.15 ....../pipeline-stream.c:318 ERROR pipeline_trigger_run(): ret = -22, host->comp.id = 12, cmd = 8
[ 7565781.261863] ( 6.093750) c0 pipe 3.15 ......../pipeline-xrun.c:159 ERROR pipeline_xrun(): Pipelines notification about XRUN failed, ret = -22
[ 7565794.647279] ( 13.385416) c0 pipe 3.15 ....../pipeline-stream.c:205 ERROR pipeline_copy(): ret = -61, start->comp.id = 14, dir = 1
[ 7565800.220195] ( 5.572917) c0 pipe 3.15 ..../pipeline-schedule.c:106 ERROR pipeline_task(): xrun recovery failed! pipeline is stopped.
```
[coredump]
```
# Core header:
# arch 00000000 # totalsize 00000000 # stackptr 00000000 # stackoffset 00000000
# configidhi 00000000 # configidlo 00000000 # numaregs 00000000
# CPU registers:
# exccause 00000000 # excvaddr 00000000 # ps 00000000
# epc1 00000000 # epc2 00000000 # epc3 00000000 # epc4 00000000
# epc5 00000000 # epc6 00000000 # epc7 00000000
# eps2 00000000 # eps3 00000000 # eps4 00000000 # eps5 00000000
# eps6 00000000 # eps7 00000000
# depc 00000000 # intenable 00000000 # interrupt 00000000 # sar 00000000
# debugcause 00000000
# windowbase 00000000 # windowstart 00000000
# excsave1 00000000
# ar0 00000000 # ar1 00000000 # ar2 00000000 # ar3 00000000
# ar4 00000000 # ar5 00000000 # ar6 00000000 # ar7 00000000
# ar8 00000000 # ar9 00000000 # ar10 00000000 # ar11 00000000
# ar12 00000000 # ar13 00000000 # ar14 00000000 # ar15 00000000
# ar16 00000000 # ar17 00000000 # ar18 00000000 # ar19 00000000
# ar20 00000000 # ar21 00000000 # ar22 00000000 # ar23 00000000
# ar24 00000000 # ar25 00000000 # ar26 00000000 # ar27 00000000
# ar28 00000000 # ar29 00000000 # ar30 00000000 # ar31 00000000
# ar32 00000000 # ar33 00000000 # ar34 00000000 # ar35 00000000
# ar36 00000000 # ar37 00000000 # ar38 00000000 # ar39 00000000
# ar40 00000000 # ar41 00000000 # ar42 00000000 # ar43 00000000
# ar44 00000000 # ar45 00000000 # ar46 00000000 # ar47 00000000
# ar48 00000000 # ar49 00000000 # ar50 00000000 # ar51 00000000
# ar52 00000000 # ar53 00000000 # ar54 00000000 # ar55 00000000
# ar56 00000000 # ar57 00000000 # ar58 00000000 # ar59 00000000
# ar60 00000000 # ar61 00000000 # ar62 00000000 # ar63 00000000
# windowbase: 0
#
# windowstart: b0
# reg a0 a1
# (return) (sptr)
# --- -------- -------
# Stack dumped from 00000000 dwords num 406
# *EXCEPTION*
# exccause: IllegalInstructionCause: Illegal instruction
``` | 1.0 | [BUG]ipc timed out when TRIG_START and schedule ERROR,xrun on APL_UP2_NOCODEC - **Describe the bug**
found in inner daily 6362 on APL_UP2_NOCODEC
When trying to run aplay on multiple pipelines , IO error occurred with ipc timed out when issuing TRIG_START , in the 1st iteration
**To Reproduce**
TPLG=/lib/firmware/intel/sof-tplg/sof-apl-nocodec.tplg ~/sof-test/test-case/multiple-pipeline.sh -f p -l 50
**Reproduction Rate**
not sure
can reproduce it
**Environment**
Kernel Branch: topic/sof-dev
Kernel Commit: 6a95ae1a
SOF Branch: main
SOF Commit: 287a5f9a2b1e
Topology:/lib/firmware/intel/sof-tplg/sof-apl-nocodec.tplg
Platform: APL_UP2_NOCODEC
**Screenshots or console output**
[console]
```
(in the first iteration)
aplay: pcm_write:2061: aplay: set_params:1407: Unable to install hw params:
```
[dmesg]
```
[ 4402.733198] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx succeeded: 0x60040000: GLB_STREAM_MSG: TRIG_START
[ 4402.733217] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx: 0x60040000: GLB_STREAM_MSG: TRIG_START
[ 4403.231286] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ipc rx: 0x90020000: GLB_TRACE_MSG
[ 4403.231325] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ipc rx done: 0x90020000: GLB_TRACE_MSG
[ 4403.238367] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ipc tx timed out for 0x60040000 (msg/reply size: 12/12)
[ 4403.238536] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: preventing DSP entering D3 state to preserve context
[ 4403.238540] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ------------[ IPC dump start ]------------
[ 4403.238550] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: error: hda irq intsts 0x00000000 intlctl 0xc0000381 rirb 00
[ 4403.238555] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: error: dsp irq ppsts 0x00000000 adspis 0x00000000
[ 4403.238562] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: error: host status 0x00000000 dsp status 0x00000000 mask 0x00000003
[ 4403.238566] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ------------[ IPC dump end ]------------
[ 4403.238570] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ------------[ DSP dump start ]------------
[ 4403.238576] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: status: fw entered - code 00000005
[ 4403.238620] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: error: unexpected fault 0x00000000 trace 0x00004000
[ 4403.238624] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ------------[ DSP dump end ]------------
[ 4403.238652] kernel: sof-audio-pci-intel-apl 0000:00:0e.0: ASoC: error at soc_component_trigger on 0000:00:0e.0: -110
```
[etrace]
```
[ 49388.435537] ( 0.000000) c0 edf-schedule /schedule/edf_schedule.c:117 ERROR schedule_edf_task(), task already queued or running 3
[ 7565757.824364] ( 7565758.000000) c0 dw-dma src/drivers/dw/dma.c:1102 ERROR dw_dma_get_data_size(): xrun detected
[ 7565763.553530] ( 5.729167) c0 dai 3.14 src/audio/dai.c:892 ERROR dai_report_xrun(): underrun due to no data available
[ 7565769.022280] ( 5.468750) c0 dai 3.14 src/audio/dai.c:687 ERROR comp_underrun(): dev->comp.id = 14, source->avail = 0, copy_bytes = 0
[ 7565775.168113] ( 6.145833) c0 pipe 3.15 ....../pipeline-stream.c:318 ERROR pipeline_trigger_run(): ret = -22, host->comp.id = 12, cmd = 8
[ 7565781.261863] ( 6.093750) c0 pipe 3.15 ......../pipeline-xrun.c:159 ERROR pipeline_xrun(): Pipelines notification about XRUN failed, ret = -22
[ 7565794.647279] ( 13.385416) c0 pipe 3.15 ....../pipeline-stream.c:205 ERROR pipeline_copy(): ret = -61, start->comp.id = 14, dir = 1
[ 7565800.220195] ( 5.572917) c0 pipe 3.15 ..../pipeline-schedule.c:106 ERROR pipeline_task(): xrun recovery failed! pipeline is stopped.
```
[coredump]
```
# Core header:
# arch 00000000 # totalsize 00000000 # stackptr 00000000 # stackoffset 00000000
# configidhi 00000000 # configidlo 00000000 # numaregs 00000000
# CPU registers:
# exccause 00000000 # excvaddr 00000000 # ps 00000000
# epc1 00000000 # epc2 00000000 # epc3 00000000 # epc4 00000000
# epc5 00000000 # epc6 00000000 # epc7 00000000
# eps2 00000000 # eps3 00000000 # eps4 00000000 # eps5 00000000
# eps6 00000000 # eps7 00000000
# depc 00000000 # intenable 00000000 # interrupt 00000000 # sar 00000000
# debugcause 00000000
# windowbase 00000000 # windowstart 00000000
# excsave1 00000000
# ar0 00000000 # ar1 00000000 # ar2 00000000 # ar3 00000000
# ar4 00000000 # ar5 00000000 # ar6 00000000 # ar7 00000000
# ar8 00000000 # ar9 00000000 # ar10 00000000 # ar11 00000000
# ar12 00000000 # ar13 00000000 # ar14 00000000 # ar15 00000000
# ar16 00000000 # ar17 00000000 # ar18 00000000 # ar19 00000000
# ar20 00000000 # ar21 00000000 # ar22 00000000 # ar23 00000000
# ar24 00000000 # ar25 00000000 # ar26 00000000 # ar27 00000000
# ar28 00000000 # ar29 00000000 # ar30 00000000 # ar31 00000000
# ar32 00000000 # ar33 00000000 # ar34 00000000 # ar35 00000000
# ar36 00000000 # ar37 00000000 # ar38 00000000 # ar39 00000000
# ar40 00000000 # ar41 00000000 # ar42 00000000 # ar43 00000000
# ar44 00000000 # ar45 00000000 # ar46 00000000 # ar47 00000000
# ar48 00000000 # ar49 00000000 # ar50 00000000 # ar51 00000000
# ar52 00000000 # ar53 00000000 # ar54 00000000 # ar55 00000000
# ar56 00000000 # ar57 00000000 # ar58 00000000 # ar59 00000000
# ar60 00000000 # ar61 00000000 # ar62 00000000 # ar63 00000000
# windowbase: 0
#
# windowstart: b0
# reg a0 a1
# (return) (sptr)
# --- -------- -------
# Stack dumped from 00000000 dwords num 406
# *EXCEPTION*
# exccause: IllegalInstructionCause: Illegal instruction
``` | test | ipc timed out when trig start and schedule error xrun on apl nocodec describe the bug found in inner daily on apl nocodec when trying to run aplay on multiple pipelines io error occurred with ipc timed out when issuing trig start in the iteration to reproduce tplg lib firmware intel sof tplg sof apl nocodec tplg sof test test case multiple pipeline sh f p l reproduction rate not sure can reproduce it environment kernel branch topic sof dev kernel commit sof branch main sof commit topology lib firmware intel sof tplg sof apl nocodec tplg platform apl nocodec screenshots or console output in the first iteration aplay pcm write aplay set params unable to install hw params kernel sof audio pci intel apl ipc tx succeeded glb stream msg trig start kernel sof audio pci intel apl ipc tx glb stream msg trig start kernel sof audio pci intel apl ipc rx glb trace msg kernel sof audio pci intel apl ipc rx done glb trace msg kernel sof audio pci intel apl ipc tx timed out for msg reply size kernel sof audio pci intel apl preventing dsp entering state to preserve context kernel sof audio pci intel apl kernel sof audio pci intel apl error hda irq intsts intlctl rirb kernel sof audio pci intel apl error dsp irq ppsts adspis kernel sof audio pci intel apl error host status dsp status mask kernel sof audio pci intel apl kernel sof audio pci intel apl kernel sof audio pci intel apl status fw entered code kernel sof audio pci intel apl error unexpected fault trace kernel sof audio pci intel apl kernel sof audio pci intel apl asoc error at soc component trigger on edf schedule schedule edf schedule c error schedule edf task task already queued or running dw dma src drivers dw dma c error dw dma get data size xrun detected dai src audio dai c error dai report xrun underrun due to no data available dai src audio dai c error comp underrun dev comp id source avail copy bytes pipe pipeline stream c error pipeline trigger run ret host comp id cmd pipe pipeline xrun c error pipeline xrun pipelines notification about xrun failed ret pipe pipeline stream c error pipeline copy ret start comp id dir pipe pipeline schedule c error pipeline task xrun recovery failed pipeline is stopped core header arch totalsize stackptr stackoffset configidhi configidlo numaregs cpu registers exccause excvaddr ps depc intenable interrupt sar debugcause windowbase windowstart windowbase windowstart reg return sptr stack dumped from dwords num exception exccause illegalinstructioncause illegal instruction | 1 |
123,786 | 10,290,963,276 | IssuesEvent | 2019-08-27 11:20:42 | OpenRefine/OpenRefine | https://api.github.com/repos/OpenRefine/OpenRefine | closed | Reorganize test classes into correct packages | tests | Currently, our tests are stored in their own package: for instance, `EvalErrorTests` lives in package `com.google.refine.tests.expr`, while the class it tests, `EvalError`, lives in `com.google.refine.expr`.
This does not follow established practice of using the same package name for the test class. Test classes are already isolated from main classes by using a different source directory for them. This also makes it harder to test `protected` methods or subclasses since the test class cannot access those. (See https://stackoverflow.com/questions/2388253/separation-of-junit-classes-into-special-test-package for more motivation).
So I think this should be reorganized to follow established practice. This change of namespace could potentially break extensions which rely on our test classes for their own tests, but that namespace change should be easy to fix for them (for instance the RDF extension would only have to adapt the namespace mentioned in https://github.com/stkenny/grefine-rdf-extension/blob/orefine/src/test/resources/testng.xml I think).
There are other issues with our tests, like having a mix of JUnit and TestNG tests, which should be cleaned up, and duplication of test classes for some classes. | 1.0 | Reorganize test classes into correct packages - Currently, our tests are stored in their own package: for instance, `EvalErrorTests` lives in package `com.google.refine.tests.expr`, while the class it tests, `EvalError`, lives in `com.google.refine.expr`.
This does not follow established practice of using the same package name for the test class. Test classes are already isolated from main classes by using a different source directory for them. This also makes it harder to test `protected` methods or subclasses since the test class cannot access those. (See https://stackoverflow.com/questions/2388253/separation-of-junit-classes-into-special-test-package for more motivation).
So I think this should be reorganized to follow established practice. This change of namespace could potentially break extensions which rely on our test classes for their own tests, but that namespace change should be easy to fix for them (for instance the RDF extension would only have to adapt the namespace mentioned in https://github.com/stkenny/grefine-rdf-extension/blob/orefine/src/test/resources/testng.xml I think).
There are other issues with our tests, like having a mix of JUnit and TestNG tests, which should be cleaned up, and duplication of test classes for some classes. | test | reorganize test classes into correct packages currently our tests are stored in their own package for instance evalerrortests lives in package com google refine tests expr while the class it tests evalerror lives in com google refine expr this does not follow established practice of using the same package name for the test class test classes are already isolated from main classes by using a different source directory for them this also makes it harder to test protected methods or subclasses since the test class cannot access those see for more motivation so i think this should be reorganized to follow established practice this change of namespace could potentially break extensions which rely on our test classes for their own tests but that namespace change should be easy to fix for them for instance the rdf extension would only have to adapt the namespace mentioned in i think there are other issues with our tests like having a mix of junit and testng tests which should be cleaned up and duplication of test classes for some classes | 1 |
75,147 | 7,460,707,861 | IssuesEvent | 2018-03-30 20:58:57 | SunwellTracker/issues | https://api.github.com/repos/SunwellTracker/issues | closed | [Quest] Dun-da-Dun-tah! | Works locally | Requires testing | Decription: Escort quest, not getting quest complete in the end. And mob runs all the way back( trough the ground) to his staring location.
How it works: You get no credit for completing the quest and mob goes trough the ground all the way to his starting location.
How it should work: You gain quest complete at the end of the escort and the NPC should teleport itself to the starting location(not walk trough the ground to his starting position)
Source (you should point out proofs of your report, please give us some source): | 1.0 | [Quest] Dun-da-Dun-tah! - Decription: Escort quest, not getting quest complete in the end. And mob runs all the way back( trough the ground) to his staring location.
How it works: You get no credit for completing the quest and mob goes trough the ground all the way to his starting location.
How it should work: You gain quest complete at the end of the escort and the NPC should teleport itself to the starting location(not walk trough the ground to his starting position)
Source (you should point out proofs of your report, please give us some source): | test | dun da dun tah decription escort quest not getting quest complete in the end and mob runs all the way back trough the ground to his staring location how it works you get no credit for completing the quest and mob goes trough the ground all the way to his starting location how it should work you gain quest complete at the end of the escort and the npc should teleport itself to the starting location not walk trough the ground to his starting position source you should point out proofs of your report please give us some source | 1 |
273,661 | 23,775,359,064 | IssuesEvent | 2022-09-01 20:21:12 | pantsbuild/pants | https://api.github.com/repos/pantsbuild/pants | opened | docker command runner env tests are flaky | flaky-test | https://github.com/pantsbuild/pants/runs/8142213577?check_suite_focus=true#step:17:1192
The `env` and `env_is_deterministic` tests are flaky. Find out why. Could be a race condition in how container outputs are obtained. | 1.0 | docker command runner env tests are flaky - https://github.com/pantsbuild/pants/runs/8142213577?check_suite_focus=true#step:17:1192
The `env` and `env_is_deterministic` tests are flaky. Find out why. Could be a race condition in how container outputs are obtained. | test | docker command runner env tests are flaky the env and env is deterministic tests are flaky find out why could be a race condition in how container outputs are obtained | 1 |
19,379 | 26,903,012,328 | IssuesEvent | 2023-02-06 16:54:47 | PluginBugs/Issues-ItemsAdder | https://api.github.com/repos/PluginBugs/Issues-ItemsAdder | reopened | MMOItems revision system not working on ItemsAdder item | Bug Other plugin bug Compatibility with other plugin Workaround implemented | ### Terms
- [X] I'm using the very latest version of ItemsAdder and its dependencies.
- [X] I am sure this is a bug and it is not caused by a misconfiguration or by another plugin.
- [X] I already searched on this [Github page](https://github.com/PluginBugs/Issues-ItemsAdder/issues) to check if the same issue was already reported.
- [X] I already searched on the [plugin wiki](https://itemsadder.devs.beer/) to know if a solution is already known.
- [X] I already searched on the [forums](https://forum.devs.beer/) to check if anyone already has a solution for this.
### Discord tag (optional)
Syrent#1748
### What happened?
ItemsAdder doesn't support the MMOItems revision system. The ItemsAdder texture just disappears.
### Steps to reproduce the issue
1. Create an ItemsAdder item with this configuration:
```yml
info:
namespace: ed
items:
edsword:
display_name: Ed Sword
permission: edsword
resource:
material: NETHERITE_SWORD
generate: false
model_path: item/emerald_in_the_desert_sword
mmoitem:
id: EMERALD_SWORD
type: SWORD
```
2. Create an MMOItems item with this configuration:
```yml
EMERALD_SWORD:
base:
material: NETHERITE_SWORD
name: <gradient:green:white>Emerald Sword
enchants:
sharpness: 6.0
fire_aspect: 2.0
tier: RARE
lore: []
revision-id: 1
```
3. Reload MMOItems using `/mi reload`
4. Reload ItemsAdder using `/iareload`
5. Get the item from `/ia` menu
6. Change the `fire_aspect` enchant from level `2` to level `1`
7. Change MMOItems item `revision-id` to `1`
```yml
EMERALD_SWORD:
base:
material: NETHERITE_SWORD
name: <gradient:green:white>Emerald Sword
enchants:
sharpness: 6.0
fire_aspect: 1.0
tier: RARE
lore: []
revision-id: 2
```
8. Reload MMOItems using `/mi reload`
9. Reload ItemsAdder using `/iareload`
10. Drop and pickup ItemsAdder item (MMOItems update items data on certain events like pickup)
11. Item data being updated but **the texture disappear**
### Server version
Current: git-Purpur-1892 (MC: 1.19.3)*
Previous: git-Purpur-1876 (MC: 1.19.3)
* You are 13 version(s) behind
Download the new version at: https://purpurmc.org/downloads
### ItemsAdder Version
ItemsAdder version 3.3.0b-r5
### ProtocolLib Version
ProtocolLib version 5.0.0-SNAPSHOT-b612
### LoneLibs Version
LoneLibs version 1.0.23
### LightAPI Version (optional)
_No response_
### LibsDisguises Version (optional)
_No response_
### FULL server log
[latest.log](https://github.com/PluginBugs/Issues-ItemsAdder/files/10527799/latest.log)
### Error (optional)
_No response_
### Problematic items yml configuration file (optional)
```shell
info:
namespace: ed
items:
edsword:
display_name: Ed Sword
permission: edsword
resource:
material: NETHERITE_SWORD
generate: false # Also tested with generate true
model_path: item/emerald_in_the_desert_sword
mmoitem:
id: EMERALD_SWORD
type: SWORD
```
### Other files, you can drag and drop them here to upload. (optional)
```yml
EMERALD_SWORD:
base:
material: NETHERITE_SWORD
name: <gradient:green:white>Emerald Sword
enchants:
sharpness: 1.0
fire_aspect: 2.0
tier: RARE
lore: []
revision-id: 1
```
### Screenshots/Videos (you can drag and drop files or paste links)
https://youtu.be/0HY2B5s7GUw | True | MMOItems revision system not working on ItemsAdder item - ### Terms
- [X] I'm using the very latest version of ItemsAdder and its dependencies.
- [X] I am sure this is a bug and it is not caused by a misconfiguration or by another plugin.
- [X] I already searched on this [Github page](https://github.com/PluginBugs/Issues-ItemsAdder/issues) to check if the same issue was already reported.
- [X] I already searched on the [plugin wiki](https://itemsadder.devs.beer/) to know if a solution is already known.
- [X] I already searched on the [forums](https://forum.devs.beer/) to check if anyone already has a solution for this.
### Discord tag (optional)
Syrent#1748
### What happened?
ItemsAdder doesn't support the MMOItems revision system. The ItemsAdder texture just disappears.
### Steps to reproduce the issue
1. Create an ItemsAdder item with this configuration:
```yml
info:
namespace: ed
items:
edsword:
display_name: Ed Sword
permission: edsword
resource:
material: NETHERITE_SWORD
generate: false
model_path: item/emerald_in_the_desert_sword
mmoitem:
id: EMERALD_SWORD
type: SWORD
```
2. Create an MMOItems item with this configuration:
```yml
EMERALD_SWORD:
base:
material: NETHERITE_SWORD
name: <gradient:green:white>Emerald Sword
enchants:
sharpness: 6.0
fire_aspect: 2.0
tier: RARE
lore: []
revision-id: 1
```
3. Reload MMOItems using `/mi reload`
4. Reload ItemsAdder using `/iareload`
5. Get the item from `/ia` menu
6. Change the `fire_aspect` enchant from level `2` to level `1`
7. Change MMOItems item `revision-id` to `1`
```yml
EMERALD_SWORD:
base:
material: NETHERITE_SWORD
name: <gradient:green:white>Emerald Sword
enchants:
sharpness: 6.0
fire_aspect: 1.0
tier: RARE
lore: []
revision-id: 2
```
8. Reload MMOItems using `/mi reload`
9. Reload ItemsAdder using `/iareload`
10. Drop and pickup ItemsAdder item (MMOItems update items data on certain events like pickup)
11. Item data being updated but **the texture disappear**
### Server version
Current: git-Purpur-1892 (MC: 1.19.3)*
Previous: git-Purpur-1876 (MC: 1.19.3)
* You are 13 version(s) behind
Download the new version at: https://purpurmc.org/downloads
### ItemsAdder Version
ItemsAdder version 3.3.0b-r5
### ProtocolLib Version
ProtocolLib version 5.0.0-SNAPSHOT-b612
### LoneLibs Version
LoneLibs version 1.0.23
### LightAPI Version (optional)
_No response_
### LibsDisguises Version (optional)
_No response_
### FULL server log
[latest.log](https://github.com/PluginBugs/Issues-ItemsAdder/files/10527799/latest.log)
### Error (optional)
_No response_
### Problematic items yml configuration file (optional)
```shell
info:
namespace: ed
items:
edsword:
display_name: Ed Sword
permission: edsword
resource:
material: NETHERITE_SWORD
generate: false # Also tested with generate true
model_path: item/emerald_in_the_desert_sword
mmoitem:
id: EMERALD_SWORD
type: SWORD
```
### Other files, you can drag and drop them here to upload. (optional)
```yml
EMERALD_SWORD:
base:
material: NETHERITE_SWORD
name: <gradient:green:white>Emerald Sword
enchants:
sharpness: 1.0
fire_aspect: 2.0
tier: RARE
lore: []
revision-id: 1
```
### Screenshots/Videos (you can drag and drop files or paste links)
https://youtu.be/0HY2B5s7GUw | non_test | mmoitems revision system not working on itemsadder item terms i m using the very latest version of itemsadder and its dependencies i am sure this is a bug and it is not caused by a misconfiguration or by another plugin i already searched on this to check if the same issue was already reported i already searched on the to know if a solution is already known i already searched on the to check if anyone already has a solution for this discord tag optional syrent what happened itemsadder doesn t support the mmoitems revision system the itemsadder texture just disappears steps to reproduce the issue create an itemsadder item with this configuration yml info namespace ed items edsword display name ed sword permission edsword resource material netherite sword generate false model path item emerald in the desert sword mmoitem id emerald sword type sword create an mmoitems item with this configuration yml emerald sword base material netherite sword name emerald sword enchants sharpness fire aspect tier rare lore revision id reload mmoitems using mi reload reload itemsadder using iareload get the item from ia menu change the fire aspect enchant from level to level change mmoitems item revision id to yml emerald sword base material netherite sword name emerald sword enchants sharpness fire aspect tier rare lore revision id reload mmoitems using mi reload reload itemsadder using iareload drop and pickup itemsadder item mmoitems update items data on certain events like pickup item data being updated but the texture disappear server version current git purpur mc previous git purpur mc you are version s behind download the new version at itemsadder version itemsadder version protocollib version protocollib version snapshot lonelibs version lonelibs version lightapi version optional no response libsdisguises version optional no response full server log error optional no response problematic items yml configuration file optional shell info namespace ed items edsword display name ed sword permission edsword resource material netherite sword generate false also tested with generate true model path item emerald in the desert sword mmoitem id emerald sword type sword other files you can drag and drop them here to upload optional yml emerald sword base material netherite sword name emerald sword enchants sharpness fire aspect tier rare lore revision id screenshots videos you can drag and drop files or paste links | 0 |
812,490 | 30,338,229,118 | IssuesEvent | 2023-07-11 10:58:59 | nacht-falter/aikido-course-website-django | https://api.github.com/repos/nacht-falter/aikido-course-website-django | opened | USER STORY: Custom 404 error page | EPIC: Navigation THEME: Website UX PRIORITY: Should-Have SIZE: S | As a **Visitor or logged-in user** I can **see a custom error page with a link to the homepage**, when I try to access a URL that doesn't exist.
### Acceptance Criteria
- [ ] There is a custom error page with a link to the homepage.
- [ ] The page is displayed when a 404 error comes up instead of the default 404 error page.
### Tasks
- [ ] Create a custom 404 error template
- [ ] Create a view following these instructions: https://docs.djangoproject.com/en/4.2/topics/http/views/#customizing-error-views
- [ ] Register urls
| 1.0 | USER STORY: Custom 404 error page - As a **Visitor or logged-in user** I can **see a custom error page with a link to the homepage**, when I try to access a URL that doesn't exist.
### Acceptance Criteria
- [ ] There is a custom error page with a link to the homepage.
- [ ] The page is displayed when a 404 error comes up instead of the default 404 error page.
### Tasks
- [ ] Create a custom 404 error template
- [ ] Create a view following these instructions: https://docs.djangoproject.com/en/4.2/topics/http/views/#customizing-error-views
- [ ] Register urls
| non_test | user story custom error page as a visitor or logged in user i can see a custom error page with a link to the homepage when i try to access a url that doesn t exist acceptance criteria there is a custom error page with a link to the homepage the page is displayed when a error comes up instead of the default error page tasks create a custom error template create a view following these instructions register urls | 0 |
404,036 | 27,447,386,115 | IssuesEvent | 2023-03-02 15:08:17 | KDAB/cxx-qt | https://api.github.com/repos/KDAB/cxx-qt | closed | Non public QObject struct has non obvious error message | bug documentation | As part of looking into #38 I found that if you don't mark the QObject struct in Rust as public you get a non obvious warning.
```rust
[build] error[E0432]: unresolved import `super`
[build] --> examples/qml_minimal/rust/src/cxxqt_object.rs:24:12
[build] |
[build] 24 | struct MyObject {
[build] | ^^^^^^^^ no `MyObject` in `cxxqt_object`
[build] |
[build] help: consider importing this type alias instead
[build] |
[build] 24 | struct crate::cxxqt_object::qobject::MyObject;
[build] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
This happens because we put the QObject struct into a child module, then in the CXX module it has a `type MyObject` where it looks in the parent module for the QObject, but the import `pub use self::cxx_qt_ffi::*;` has failed to reexport the QObject as it was not public.
Our options seem to be
- Fail in the parser if the QObject struct is not `pub` with a nicer error message (this is also potentially a candidate then to go into the checks phase (#213) if we ever create it with the potential refactor of the parser phase to be a true syn Parse)
- Implicitly mark all our QObject structs as `pub` even if the developer doesn't (might be odd?) | 1.0 | Non public QObject struct has non obvious error message - As part of looking into #38 I found that if you don't mark the QObject struct in Rust as public you get a non obvious warning.
```rust
[build] error[E0432]: unresolved import `super`
[build] --> examples/qml_minimal/rust/src/cxxqt_object.rs:24:12
[build] |
[build] 24 | struct MyObject {
[build] | ^^^^^^^^ no `MyObject` in `cxxqt_object`
[build] |
[build] help: consider importing this type alias instead
[build] |
[build] 24 | struct crate::cxxqt_object::qobject::MyObject;
[build] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
This happens because we put the QObject struct into a child module, then in the CXX module it has a `type MyObject` where it looks in the parent module for the QObject, but the import `pub use self::cxx_qt_ffi::*;` has failed to reexport the QObject as it was not public.
Our options seem to be
- Fail in the parser if the QObject struct is not `pub` with a nicer error message (this is also potentially a candidate then to go into the checks phase (#213) if we ever create it with the potential refactor of the parser phase to be a true syn Parse)
- Implicitly mark all our QObject structs as `pub` even if the developer doesn't (might be odd?) | non_test | non public qobject struct has non obvious error message as part of looking into i found that if you don t mark the qobject struct in rust as public you get a non obvious warning rust error unresolved import super examples qml minimal rust src cxxqt object rs struct myobject no myobject in cxxqt object help consider importing this type alias instead struct crate cxxqt object qobject myobject this happens because we put the qobject struct into a child module then in the cxx module it has a type myobject where it looks in the parent module for the qobject but the import pub use self cxx qt ffi has failed to reexport the qobject as it was not public our options seem to be fail in the parser if the qobject struct is not pub with a nicer error message this is also potentially a candidate then to go into the checks phase if we ever create it with the potential refactor of the parser phase to be a true syn parse implicitly mark all our qobject structs as pub even if the developer doesn t might be odd | 0 |
130,486 | 10,617,128,904 | IssuesEvent | 2019-10-12 16:50:30 | Vachok/ftpplus | https://api.github.com/repos/Vachok/ftpplus | closed | testScanOnline [D246] | Lowest TestQuality bug mint resolution_Wont Do | Execute AppComponentsTest::testScanOnline**testScanOnline**
*AppComponentsTest*
*10\.200.213.1 false did not expect to find [true] but found [false]*
*java.lang.AssertionError* | 1.0 | testScanOnline [D246] - Execute AppComponentsTest::testScanOnline**testScanOnline**
*AppComponentsTest*
*10\.200.213.1 false did not expect to find [true] but found [false]*
*java.lang.AssertionError* | test | testscanonline execute appcomponentstest testscanonline testscanonline appcomponentstest false did not expect to find but found java lang assertionerror | 1 |
27,426 | 4,310,736,668 | IssuesEvent | 2016-07-21 20:14:04 | Dan12/starter-ruby-bot | https://api.github.com/repos/Dan12/starter-ruby-bot | closed | test bug | testing bot | New bug reported by @Dan12:
Environment: `development`, Database dump: `b111`
--
## Steps to reproduce:
No steps
### Expected
No expected
### Actual
No actual
## Priority: High
| 1.0 | test bug - New bug reported by @Dan12:
Environment: `development`, Database dump: `b111`
--
## Steps to reproduce:
No steps
### Expected
No expected
### Actual
No actual
## Priority: High
| test | test bug new bug reported by environment development database dump steps to reproduce no steps expected no expected actual no actual priority high | 1 |
56,642 | 23,865,784,695 | IssuesEvent | 2022-09-07 10:53:54 | apache/inlong | https://api.github.com/repos/apache/inlong | closed | [Bug][Docker] CI build images lost aarch64 arch | type/bug service/docker | ### What happened
CI build images lost aarch64 arch
### What you expected to happen
CI build images contain aarch64 arch
### How to reproduce
Rerun InLong Docker Build and Push
### Environment
_No response_
### InLong version
master
### InLong Component
Other for not specified component
### Are you willing to submit PR?
- [X] Yes, I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| 1.0 | [Bug][Docker] CI build images lost aarch64 arch - ### What happened
CI build images lost aarch64 arch
### What you expected to happen
CI build images contain aarch64 arch
### How to reproduce
Rerun InLong Docker Build and Push
### Environment
_No response_
### InLong version
master
### InLong Component
Other for not specified component
### Are you willing to submit PR?
- [X] Yes, I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| non_test | ci build images lost arch what happened ci build images lost arch what you expected to happen ci build images contain arch how to reproduce rerun inlong docker build and push environment no response inlong version master inlong component other for not specified component are you willing to submit pr yes i am willing to submit a pr code of conduct i agree to follow this project s | 0 |
246,958 | 20,947,277,139 | IssuesEvent | 2022-03-26 03:47:14 | burningmantech/ranger-clubhouse-web | https://api.github.com/repos/burningmantech/ranger-clubhouse-web | closed | Timesheet entries should be related to shifts (most of the time) | Feature Please Test | Timesheet entries should be related to shifts (most of the time).
Which is to say that when a Ranger signs in at HQ for a first shift (and I suspect most other shifts), that sign-in should be associated with the coming (or perhaps current, if you are signing in late) shift.
This would make it a lot easier to write code that detect when someone signs into a shift late, or stays beyond the shift. When a Ranger signs in late (by more than some "normal" margin), we could even have HQ log a note about why.
That said, we do have some ad-hoc sign-ins that would not be associated with any scheduled shift. Council Managers are an example, but also some roles like 007, or maybe ROC Manager, and so on. Being able to easily query for these is also useful, and auditing how that is being used is interesting. | 1.0 | Timesheet entries should be related to shifts (most of the time) - Timesheet entries should be related to shifts (most of the time).
Which is to say that when a Ranger signs in at HQ for a first shift (and I suspect most other shifts), that sign-in should be associated with the coming (or perhaps current, if you are signing in late) shift.
This would make it a lot easier to write code that detect when someone signs into a shift late, or stays beyond the shift. When a Ranger signs in late (by more than some "normal" margin), we could even have HQ log a note about why.
That said, we do have some ad-hoc sign-ins that would not be associated with any scheduled shift. Council Managers are an example, but also some roles like 007, or maybe ROC Manager, and so on. Being able to easily query for these is also useful, and auditing how that is being used is interesting. | test | timesheet entries should be related to shifts most of the time timesheet entries should be related to shifts most of the time which is to say that when a ranger signs in at hq for a first shift and i suspect most other shifts that sign in should be associated with the coming or perhaps current if you are signing in late shift this would make it a lot easier to write code that detect when someone signs into a shift late or stays beyond the shift when a ranger signs in late by more than some normal margin we could even have hq log a note about why that said we do have some ad hoc sign ins that would not be associated with any scheduled shift council managers are an example but also some roles like or maybe roc manager and so on being able to easily query for these is also useful and auditing how that is being used is interesting | 1 |
232,570 | 18,888,440,350 | IssuesEvent | 2021-11-15 10:30:15 | kyma-project/busola | https://api.github.com/repos/kyma-project/busola | opened | Add tests for settings view | test-missing | <!-- Thank you for your contribution. Before you submit the issue:
1. Search open and closed issues for duplicates.
2. Read the contributing guidelines.
-->
**Description**
Add automated tests for the preferences view, like changing the theme or enabling showing system namespaces.
<!-- Provide a clear and concise description of the feature. -->
**Reasons**
<!-- Explain why we should add this feature. Provide use cases to illustrate its benefits. -->
**Attachments**
<!-- Attach any files, links, code samples, or screenshots that will convince us to your idea. -->
| 1.0 | Add tests for settings view - <!-- Thank you for your contribution. Before you submit the issue:
1. Search open and closed issues for duplicates.
2. Read the contributing guidelines.
-->
**Description**
Add automated tests for the preferences view, like changing the theme or enabling showing system namespaces.
<!-- Provide a clear and concise description of the feature. -->
**Reasons**
<!-- Explain why we should add this feature. Provide use cases to illustrate its benefits. -->
**Attachments**
<!-- Attach any files, links, code samples, or screenshots that will convince us to your idea. -->
| test | add tests for settings view thank you for your contribution before you submit the issue search open and closed issues for duplicates read the contributing guidelines description add automated tests for the preferences view like changing the theme or enabling showing system namespaces reasons attachments | 1 |
5,763 | 2,795,079,272 | IssuesEvent | 2015-05-11 20:05:38 | azavea/nyc-trees | https://api.github.com/repos/azavea/nyc-trees | closed | Make Yes button more prominent on survey review page | design in review launch Treecorder testing | Make Yes the first button in the list rather than "No, restart" or "No, submit for review." It can also be a bit larger or otherwise more prominent than the other two buttons. | 1.0 | Make Yes button more prominent on survey review page - Make Yes the first button in the list rather than "No, restart" or "No, submit for review." It can also be a bit larger or otherwise more prominent than the other two buttons. | non_test | make yes button more prominent on survey review page make yes the first button in the list rather than no restart or no submit for review it can also be a bit larger or otherwise more prominent than the other two buttons | 0 |
21,635 | 4,729,834,063 | IssuesEvent | 2016-10-18 19:50:53 | HTBox/allReady | https://api.github.com/repos/HTBox/allReady | closed | Git Guide: markdown saw the link https://github.com[User Name] as a link | documentation | markdown saw the link https://github.com[User Name]/allReady as a instead of text like it should be. | 1.0 | Git Guide: markdown saw the link https://github.com[User Name] as a link - markdown saw the link https://github.com[User Name]/allReady as a instead of text like it should be. | non_test | git guide markdown saw the link as a link markdown saw the link allready as a instead of text like it should be | 0 |
145,298 | 5,564,650,797 | IssuesEvent | 2017-03-26 05:38:41 | MenoData/Time4J | https://api.github.com/repos/MenoData/Time4J | closed | NPE in IntervalTree containing interval with infinite end | bug fixed priority: high | Following test fails with a `NullPointerException`:
DateInterval i1 = DateInterval.until(PlainDate.of(2017, 2, 11));
DateInterval i2 = DateInterval.since(PlainDate.of(2017, 2, 12));
IntervalTree<PlainDate, DateInterval> tree =
IntervalTree.onDateAxis(Arrays.asList(i2, i1));
assertThat(
tree.findIntersections(PlainDate.of(2017, 1, 31)),
is(Arrays.asList(i1)));
| 1.0 | NPE in IntervalTree containing interval with infinite end - Following test fails with a `NullPointerException`:
DateInterval i1 = DateInterval.until(PlainDate.of(2017, 2, 11));
DateInterval i2 = DateInterval.since(PlainDate.of(2017, 2, 12));
IntervalTree<PlainDate, DateInterval> tree =
IntervalTree.onDateAxis(Arrays.asList(i2, i1));
assertThat(
tree.findIntersections(PlainDate.of(2017, 1, 31)),
is(Arrays.asList(i1)));
| non_test | npe in intervaltree containing interval with infinite end following test fails with a nullpointerexception dateinterval dateinterval until plaindate of dateinterval dateinterval since plaindate of intervaltree tree intervaltree ondateaxis arrays aslist assertthat tree findintersections plaindate of is arrays aslist | 0 |
164,009 | 12,753,974,765 | IssuesEvent | 2020-06-28 02:08:50 | glotzerlab/freud | https://api.github.com/repos/glotzerlab/freud | opened | Hexatic weighted test on random system fails unexpectedly | bug testing & validation | This test appears to be failing erratically: https://github.com/glotzerlab/freud/blob/2ae4a793b049f9c853c409ecdb55a060238e4467/tests/test_order_Hexatic.py#L66-L106
Error output: https://app.circleci.com/pipelines/github/glotzerlab/freud/1970/workflows/21f60321-cd23-4518-ba2f-5682e8b17856/jobs/6001/steps | 1.0 | Hexatic weighted test on random system fails unexpectedly - This test appears to be failing erratically: https://github.com/glotzerlab/freud/blob/2ae4a793b049f9c853c409ecdb55a060238e4467/tests/test_order_Hexatic.py#L66-L106
Error output: https://app.circleci.com/pipelines/github/glotzerlab/freud/1970/workflows/21f60321-cd23-4518-ba2f-5682e8b17856/jobs/6001/steps | test | hexatic weighted test on random system fails unexpectedly this test appears to be failing erratically error output | 1 |
29,299 | 4,488,012,898 | IssuesEvent | 2016-08-30 04:46:56 | KhronosGroup/OpenCOLLADA | https://api.github.com/repos/KhronosGroup/OpenCOLLADA | closed | colladaMax: exporting animation corrupt the scene | fixed - test requested | Hi,
When I export an animation with colladaMaxNew with 3dsMax 2014, the resulting DAE has a corrupt hierarchy.
I seems that some lines are inserted at the wrong place.
This is what I got when I export the scene:
```
</animation>
<scene>
<instance_visual_scene url="#MaxScene"/>
</scene>
</library_animations>
</COLLADA>
```
And this is what is working when I manually modify the DAE:
```
</animation>
</library_animations>
<scene>
<instance_visual_scene url="#MaxScene"/>
</scene>
</COLLADA>
``` | 1.0 | colladaMax: exporting animation corrupt the scene - Hi,
When I export an animation with colladaMaxNew with 3dsMax 2014, the resulting DAE has a corrupt hierarchy.
I seems that some lines are inserted at the wrong place.
This is what I got when I export the scene:
```
</animation>
<scene>
<instance_visual_scene url="#MaxScene"/>
</scene>
</library_animations>
</COLLADA>
```
And this is what is working when I manually modify the DAE:
```
</animation>
</library_animations>
<scene>
<instance_visual_scene url="#MaxScene"/>
</scene>
</COLLADA>
``` | test | colladamax exporting animation corrupt the scene hi when i export an animation with colladamaxnew with the resulting dae has a corrupt hierarchy i seems that some lines are inserted at the wrong place this is what i got when i export the scene and this is what is working when i manually modify the dae | 1 |
15,168 | 5,895,893,555 | IssuesEvent | 2017-05-18 08:21:09 | akka/akka-http | https://api.github.com/repos/akka/akka-http | opened | Nightly build against master failing | 3 - in progress failed t:build | First failure: https://jenkins.akka.io:8498/view/Akka-http/job/akka-http-nightly-against-akka-master/164/
Some build problem (sbt plugin incompatibility):
```
[error] /home/jenkins/.sbt/0.13/staging/8bd016127453b4b8fefa/akka/project/Version.scala:15: No implicit for Append.Value[Seq[sbt.Task[Seq[java.io.File]]], sbt.Def.Initialize[sbt.Task[Seq[sbt.File]]]] found,
[error] so sbt.Def.Initialize[sbt.Task[Seq[sbt.File]]] cannot be appended to Seq[sbt.Task[Seq[java.io.File]]]
[error] resourceGenerators += generateVersion(resourceManaged, _ / "version.conf",
[error] ^
[error] /home/jenkins/.sbt/0.13/staging/8bd016127453b4b8fefa/akka/project/Version.scala:18: No implicit for Append.Value[Seq[sbt.Task[Seq[java.io.File]]], sbt.Def.Initialize[sbt.Task[Seq[sbt.File]]]] found,
[error] so sbt.Def.Initialize[sbt.Task[Seq[sbt.File]]] cannot be appended to Seq[sbt.Task[Seq[java.io.File]]]
[error] sourceGenerators += generateVersion(sourceManaged, _ / "akka" / "Version.scala",
[error] ^
[error] two errors found
[error] (compile:compileIncremental) Compilation failed
``` | 1.0 | Nightly build against master failing - First failure: https://jenkins.akka.io:8498/view/Akka-http/job/akka-http-nightly-against-akka-master/164/
Some build problem (sbt plugin incompatibility):
```
[error] /home/jenkins/.sbt/0.13/staging/8bd016127453b4b8fefa/akka/project/Version.scala:15: No implicit for Append.Value[Seq[sbt.Task[Seq[java.io.File]]], sbt.Def.Initialize[sbt.Task[Seq[sbt.File]]]] found,
[error] so sbt.Def.Initialize[sbt.Task[Seq[sbt.File]]] cannot be appended to Seq[sbt.Task[Seq[java.io.File]]]
[error] resourceGenerators += generateVersion(resourceManaged, _ / "version.conf",
[error] ^
[error] /home/jenkins/.sbt/0.13/staging/8bd016127453b4b8fefa/akka/project/Version.scala:18: No implicit for Append.Value[Seq[sbt.Task[Seq[java.io.File]]], sbt.Def.Initialize[sbt.Task[Seq[sbt.File]]]] found,
[error] so sbt.Def.Initialize[sbt.Task[Seq[sbt.File]]] cannot be appended to Seq[sbt.Task[Seq[java.io.File]]]
[error] sourceGenerators += generateVersion(sourceManaged, _ / "akka" / "Version.scala",
[error] ^
[error] two errors found
[error] (compile:compileIncremental) Compilation failed
``` | non_test | nightly build against master failing first failure some build problem sbt plugin incompatibility home jenkins sbt staging akka project version scala no implicit for append value sbt def initialize found so sbt def initialize cannot be appended to seq resourcegenerators generateversion resourcemanaged version conf home jenkins sbt staging akka project version scala no implicit for append value sbt def initialize found so sbt def initialize cannot be appended to seq sourcegenerators generateversion sourcemanaged akka version scala two errors found compile compileincremental compilation failed | 0 |
108,363 | 9,303,268,152 | IssuesEvent | 2019-03-24 16:14:43 | RPTools/maptool | https://api.github.com/repos/RPTools/maptool | closed | Enable Delete Button on Draw Explorer | 1 feature low tested up for grabs | This request is to utilize the Delete Key for deleting drawings on the Draw Explorer window rather than resorting to the right-click->Delete from the pop-up window. | 1.0 | Enable Delete Button on Draw Explorer - This request is to utilize the Delete Key for deleting drawings on the Draw Explorer window rather than resorting to the right-click->Delete from the pop-up window. | test | enable delete button on draw explorer this request is to utilize the delete key for deleting drawings on the draw explorer window rather than resorting to the right click delete from the pop up window | 1 |
179,158 | 30,176,121,323 | IssuesEvent | 2023-07-04 04:54:08 | It-s-Saturday/Fornear | https://api.github.com/repos/It-s-Saturday/Fornear | opened | design: create package card | frontend design | What component is this for?
Package Card for Available Packages


| 1.0 | design: create package card - What component is this for?
Package Card for Available Packages


| non_test | design create package card what component is this for package card for available packages | 0 |
47,784 | 7,347,416,430 | IssuesEvent | 2018-03-08 01:03:38 | archesproject/arches | https://api.github.com/repos/archesproject/arches | opened | Document how to import files (like images and pdf's) | Documentation | Enhance documentation to describe how to import data of file-list data type from a data file. | 1.0 | Document how to import files (like images and pdf's) - Enhance documentation to describe how to import data of file-list data type from a data file. | non_test | document how to import files like images and pdf s enhance documentation to describe how to import data of file list data type from a data file | 0 |
257,327 | 22,155,618,464 | IssuesEvent | 2022-06-03 22:13:38 | apache/beam | https://api.github.com/repos/apache/beam | opened | [beam_PostCommit_Java_GradleBuild][org.apache.beam.examples.subprocess.ExampleEchoPipelineTest.testExampleEchoPipeline][Flake] .sh script: text file busy. | P1 bug test-failures flaky | Sample failure: [https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/1375/testReport/junit/org.apache.beam.examples.subprocess/ExampleEchoPipelineTest/testExampleEchoPipeline/](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/1375/testReport/junit/org.apache.beam.examples.subprocess/ExampleEchoPipelineTest/testExampleEchoPipeline/)
Sample relevant log:
org.apache.beam.sdk.Pipeline$PipelineExecutionException: java.lang.Exception: java.io.IOException: Cannot run program "/tmp/test-Echoo1519764280436328522/test-EchoAgain3143210610074994370.sh": error=26, Text file busy
Imported from Jira [BEAM-5286](https://issues.apache.org/jira/browse/BEAM-5286). Original Jira may contain additional context.
Reported by: boyuanz. | 1.0 | [beam_PostCommit_Java_GradleBuild][org.apache.beam.examples.subprocess.ExampleEchoPipelineTest.testExampleEchoPipeline][Flake] .sh script: text file busy. - Sample failure: [https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/1375/testReport/junit/org.apache.beam.examples.subprocess/ExampleEchoPipelineTest/testExampleEchoPipeline/](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/1375/testReport/junit/org.apache.beam.examples.subprocess/ExampleEchoPipelineTest/testExampleEchoPipeline/)
Sample relevant log:
org.apache.beam.sdk.Pipeline$PipelineExecutionException: java.lang.Exception: java.io.IOException: Cannot run program "/tmp/test-Echoo1519764280436328522/test-EchoAgain3143210610074994370.sh": error=26, Text file busy
Imported from Jira [BEAM-5286](https://issues.apache.org/jira/browse/BEAM-5286). Original Jira may contain additional context.
Reported by: boyuanz. | test | sh script text file busy sample failure sample relevant log org apache beam sdk pipeline pipelineexecutionexception java lang exception java io ioexception cannot run program tmp test test sh error text file busy imported from jira original jira may contain additional context reported by boyuanz | 1 |
130,316 | 12,426,371,931 | IssuesEvent | 2020-05-24 20:50:32 | Regaez/grav-plugin-api | https://api.github.com/repos/Regaez/grav-plugin-api | closed | docs: 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 (pending #39)
- advertise the api sync plugin (pending #80)
Feel free to add/ask more questions that would be useful to contain in this document.
| 1.0 | docs: 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 (pending #39)
- advertise the api sync plugin (pending #80)
Feel free to add/ask more questions that would be useful to contain in this document.
| non_test | docs 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 pending advertise the api sync plugin pending feel free to add ask more questions that would be useful to contain in this document | 0 |
269,414 | 20,381,565,399 | IssuesEvent | 2022-02-21 22:45:16 | TeamForbiddenLLC/warfork-qfusion | https://api.github.com/repos/TeamForbiddenLLC/warfork-qfusion | closed | Send e-mails to all commit authors and Microsoft\Bethesda\ID Software about Steam implementation method moving forward | documentation steam integration | > Yeah, that's why this is a draft. There is more to be done, but I wanted to gather some feedback, mainly on the legality of the entire integration like this.
I understand the concern. The implementation despite being "immoral" in the FOSS world is completely legal. Please also note that our situation is not typical. We have signed Steam GPL Link Exceptions from all commit authors in this repository and a line of contact with Microsoft\Bethesda\ID Software. I'll send out another round of e-mails to all commit authors and Microsoft\Bethesda\ID Software to communicate we're going forward by using a shim tonight and include a link to this PR. Hope that eases your concerns.
_Originally posted by @Warfork in https://github.com/TeamForbiddenLLC/warfork-qfusion/issues/52#issuecomment-1044677585_ | 1.0 | Send e-mails to all commit authors and Microsoft\Bethesda\ID Software about Steam implementation method moving forward - > Yeah, that's why this is a draft. There is more to be done, but I wanted to gather some feedback, mainly on the legality of the entire integration like this.
I understand the concern. The implementation despite being "immoral" in the FOSS world is completely legal. Please also note that our situation is not typical. We have signed Steam GPL Link Exceptions from all commit authors in this repository and a line of contact with Microsoft\Bethesda\ID Software. I'll send out another round of e-mails to all commit authors and Microsoft\Bethesda\ID Software to communicate we're going forward by using a shim tonight and include a link to this PR. Hope that eases your concerns.
_Originally posted by @Warfork in https://github.com/TeamForbiddenLLC/warfork-qfusion/issues/52#issuecomment-1044677585_ | non_test | send e mails to all commit authors and microsoft bethesda id software about steam implementation method moving forward yeah that s why this is a draft there is more to be done but i wanted to gather some feedback mainly on the legality of the entire integration like this i understand the concern the implementation despite being immoral in the foss world is completely legal please also note that our situation is not typical we have signed steam gpl link exceptions from all commit authors in this repository and a line of contact with microsoft bethesda id software i ll send out another round of e mails to all commit authors and microsoft bethesda id software to communicate we re going forward by using a shim tonight and include a link to this pr hope that eases your concerns originally posted by warfork in | 0 |
334,233 | 29,828,765,283 | IssuesEvent | 2023-06-18 01:53:13 | ContinualAI/avalanche | https://api.github.com/repos/ContinualAI/avalanche | opened | Creation of a new envirnment failed for python 3.1 | test Continuous integration | Here are the differences between the last working environment and the new one that I tried to run:
```
9c9,10
< - aiohttp=3.7.4.post0=py310h6acc77f_1
---
> - aiohttp=3.8.4=py310h2372a71_1
> - aiosignal=1.3.1=pyhd8ed1ab_0
12c13
< - async-timeout=3.0.1=py_1000
---
> - async-timeout=4.0.2=pyhd8ed1ab_0
20d20
< - brotlipy=0.7.0=py310h5764c6d_1005
22c22
< - c-ares=1.19.0=hd590300_0
---
> - c-ares=1.19.1=hd590300_0
28d27
< - chardet=4.0.0=py310hff52083_3
32c31
< - contourpy=1.0.7=py310hdf3cbec_0
---
> - contourpy=1.1.0=py310hd41b1e2_0
34c33
< - cryptography=40.0.2=py310h34c0648_0
---
> - cryptography=41.0.1=py310h75e40e8_0
36c35
< - cython=0.29.34=py310heca2aa9_0
---
> - cython=0.29.35=py310hc6cd4ac_0
41c40
< - fftw=3.3.10=nompi_hc118613_107
---
> - fftw=3.3.10=nompi_hc118613_108
49c48
< - fonttools=4.39.4=py310h2372a71_0
---
> - fonttools=4.40.0=py310h2372a71_0
50a50
> - frozenlist=1.3.3=py310h5764c6d_0
54,55c54,55
< - glib=2.76.2=hfc55251_0
< - glib-tools=2.76.2=hfc55251_0
---
> - glib=2.76.3=hfc55251_0
> - glib-tools=2.76.3=hfc55251_0
58c58
< - google-auth=2.18.1=pyh1a96a4e_0
---
> - google-auth=2.17.3=pyh1a96a4e_0
62c62
< - grpcio=1.54.2=py310heca2aa9_2
---
> - grpcio=1.55.1=py310h1b8f574_1
65c65
< - gstreamer-orc=0.4.33=h166bdaf_0
---
> - gstreamer-orc=0.4.34=hd590300_0
97c97
< - libgcc-ng=12.2.0=h65d4601_19
---
> - libgcc-ng=13.1.0=he5830b7_0
99,104c99,104
< - libgfortran-ng=12.2.0=h69a702a_19
< - libgfortran5=12.2.0=h337968e_19
< - libglib=2.76.2=hebfc3b9_0
< - libgomp=12.2.0=h65d4601_19
< - libgpg-error=1.46=h620e276_0
< - libgrpc=1.54.2=hb20ce57_2
---
> - libgfortran-ng=13.1.0=h69a702a_0
> - libgfortran5=13.1.0=h15d22d2_0
> - libglib=2.76.3=hebfc3b9_0
> - libgomp=13.1.0=he5830b7_0
> - libgpg-error=1.47=h71f35ed_0
> - libgrpc=1.55.1=h59456c1_1
115c115
< - libprotobuf=3.21.12=h3eb15da_0
---
> - libprotobuf=4.23.2=hd1fb520_5
118c118
< - libstdcxx-ng=12.2.0=h46fd767_19
---
> - libstdcxx-ng=13.1.0=hfd8a6a1_0
129,130c129,130
< - libzlib=1.2.13=h166bdaf_4
< - llvm-openmp=16.0.4=h4dfa4b3_0
---
> - libzlib=1.2.13=hd590300_5
> - llvm-openmp=16.0.6=h4dfa4b3_0
133c133
< - markupsafe=2.1.2=py310h1fa729e_0
---
> - markupsafe=2.1.3=py310h2372a71_0
142,144c142,144
< - mysql-common=8.0.32=hf1915f5_2
< - mysql-libs=8.0.32=hca2cd23_2
< - ncurses=6.3=h27087fc_1
---
> - mysql-common=8.0.32=hf1915f5_3
> - mysql-libs=8.0.32=hca2cd23_3
> - ncurses=6.4=hcb278e6_0
152c152
< - openssl=3.1.0=hd590300_3
---
> - openssl=3.1.1=hd590300_1
159c159
< - platformdirs=3.5.1=pyhd8ed1ab_0
---
> - platformdirs=3.5.3=pyhd8ed1ab_0
162c162
< - protobuf=4.21.12=py310heca2aa9_0
---
> - protobuf=4.23.2=py310hb875b13_1
173c173
< - pyopenssl=23.1.1=pyhd8ed1ab_0
---
> - pyopenssl=23.2.0=pyhd8ed1ab_1
189c189
< - requests=2.29.0=pyhd8ed1ab_0
---
> - requests=2.31.0=pyhd8ed1ab_0
192c192
< - scikit-learn=1.2.2=py310h41b6a48_1
---
> - scikit-learn=1.2.2=py310hf7d194e_2
211,212c211,212
< - typing-extensions=4.5.0=hd8ed1ab_0
< - typing_extensions=4.5.0=pyha770c72_0
---
> - typing-extensions=4.6.3=hd8ed1ab_0
> - typing_extensions=4.6.3=pyha770c72_0
215,217c215,217
< - urllib3=1.26.15=pyhd8ed1ab_0
< - wandb=0.15.3=pyhd8ed1ab_0
< - werkzeug=2.3.4=pyhd8ed1ab_0
---
> - urllib3=2.0.3=pyhd8ed1ab_0
> - wandb=0.15.4=pyhd8ed1ab_0
> - werkzeug=2.3.6=pyhd8ed1ab_0
226,227c226,227
< - xorg-libice=1.0.10=h7f98852_0
< - xorg-libsm=1.2.3=hd9c2040_1000
---
> - xorg-libice=1.1.1=hd590300_0
> - xorg-libsm=1.2.4=h7391055_0
229c229
< - xorg-libxau=1.0.9=h7f98852_0
---
> - xorg-libxau=1.0.11=hd590300_0
238c238
< - yarl=1.9.1=py310h2372a71_0
---
> - yarl=1.9.2=py310h2372a71_0
240c240
< - zlib=1.2.13=h166bdaf_4
---
> - zlib=1.2.13=hd590300_5
248c248
< - filelock==3.12.0
---
> - filelock==3.12.2
256c256
< - plotly==5.14.1
---
> - plotly==5.15.0
``` | 1.0 | Creation of a new envirnment failed for python 3.1 - Here are the differences between the last working environment and the new one that I tried to run:
```
9c9,10
< - aiohttp=3.7.4.post0=py310h6acc77f_1
---
> - aiohttp=3.8.4=py310h2372a71_1
> - aiosignal=1.3.1=pyhd8ed1ab_0
12c13
< - async-timeout=3.0.1=py_1000
---
> - async-timeout=4.0.2=pyhd8ed1ab_0
20d20
< - brotlipy=0.7.0=py310h5764c6d_1005
22c22
< - c-ares=1.19.0=hd590300_0
---
> - c-ares=1.19.1=hd590300_0
28d27
< - chardet=4.0.0=py310hff52083_3
32c31
< - contourpy=1.0.7=py310hdf3cbec_0
---
> - contourpy=1.1.0=py310hd41b1e2_0
34c33
< - cryptography=40.0.2=py310h34c0648_0
---
> - cryptography=41.0.1=py310h75e40e8_0
36c35
< - cython=0.29.34=py310heca2aa9_0
---
> - cython=0.29.35=py310hc6cd4ac_0
41c40
< - fftw=3.3.10=nompi_hc118613_107
---
> - fftw=3.3.10=nompi_hc118613_108
49c48
< - fonttools=4.39.4=py310h2372a71_0
---
> - fonttools=4.40.0=py310h2372a71_0
50a50
> - frozenlist=1.3.3=py310h5764c6d_0
54,55c54,55
< - glib=2.76.2=hfc55251_0
< - glib-tools=2.76.2=hfc55251_0
---
> - glib=2.76.3=hfc55251_0
> - glib-tools=2.76.3=hfc55251_0
58c58
< - google-auth=2.18.1=pyh1a96a4e_0
---
> - google-auth=2.17.3=pyh1a96a4e_0
62c62
< - grpcio=1.54.2=py310heca2aa9_2
---
> - grpcio=1.55.1=py310h1b8f574_1
65c65
< - gstreamer-orc=0.4.33=h166bdaf_0
---
> - gstreamer-orc=0.4.34=hd590300_0
97c97
< - libgcc-ng=12.2.0=h65d4601_19
---
> - libgcc-ng=13.1.0=he5830b7_0
99,104c99,104
< - libgfortran-ng=12.2.0=h69a702a_19
< - libgfortran5=12.2.0=h337968e_19
< - libglib=2.76.2=hebfc3b9_0
< - libgomp=12.2.0=h65d4601_19
< - libgpg-error=1.46=h620e276_0
< - libgrpc=1.54.2=hb20ce57_2
---
> - libgfortran-ng=13.1.0=h69a702a_0
> - libgfortran5=13.1.0=h15d22d2_0
> - libglib=2.76.3=hebfc3b9_0
> - libgomp=13.1.0=he5830b7_0
> - libgpg-error=1.47=h71f35ed_0
> - libgrpc=1.55.1=h59456c1_1
115c115
< - libprotobuf=3.21.12=h3eb15da_0
---
> - libprotobuf=4.23.2=hd1fb520_5
118c118
< - libstdcxx-ng=12.2.0=h46fd767_19
---
> - libstdcxx-ng=13.1.0=hfd8a6a1_0
129,130c129,130
< - libzlib=1.2.13=h166bdaf_4
< - llvm-openmp=16.0.4=h4dfa4b3_0
---
> - libzlib=1.2.13=hd590300_5
> - llvm-openmp=16.0.6=h4dfa4b3_0
133c133
< - markupsafe=2.1.2=py310h1fa729e_0
---
> - markupsafe=2.1.3=py310h2372a71_0
142,144c142,144
< - mysql-common=8.0.32=hf1915f5_2
< - mysql-libs=8.0.32=hca2cd23_2
< - ncurses=6.3=h27087fc_1
---
> - mysql-common=8.0.32=hf1915f5_3
> - mysql-libs=8.0.32=hca2cd23_3
> - ncurses=6.4=hcb278e6_0
152c152
< - openssl=3.1.0=hd590300_3
---
> - openssl=3.1.1=hd590300_1
159c159
< - platformdirs=3.5.1=pyhd8ed1ab_0
---
> - platformdirs=3.5.3=pyhd8ed1ab_0
162c162
< - protobuf=4.21.12=py310heca2aa9_0
---
> - protobuf=4.23.2=py310hb875b13_1
173c173
< - pyopenssl=23.1.1=pyhd8ed1ab_0
---
> - pyopenssl=23.2.0=pyhd8ed1ab_1
189c189
< - requests=2.29.0=pyhd8ed1ab_0
---
> - requests=2.31.0=pyhd8ed1ab_0
192c192
< - scikit-learn=1.2.2=py310h41b6a48_1
---
> - scikit-learn=1.2.2=py310hf7d194e_2
211,212c211,212
< - typing-extensions=4.5.0=hd8ed1ab_0
< - typing_extensions=4.5.0=pyha770c72_0
---
> - typing-extensions=4.6.3=hd8ed1ab_0
> - typing_extensions=4.6.3=pyha770c72_0
215,217c215,217
< - urllib3=1.26.15=pyhd8ed1ab_0
< - wandb=0.15.3=pyhd8ed1ab_0
< - werkzeug=2.3.4=pyhd8ed1ab_0
---
> - urllib3=2.0.3=pyhd8ed1ab_0
> - wandb=0.15.4=pyhd8ed1ab_0
> - werkzeug=2.3.6=pyhd8ed1ab_0
226,227c226,227
< - xorg-libice=1.0.10=h7f98852_0
< - xorg-libsm=1.2.3=hd9c2040_1000
---
> - xorg-libice=1.1.1=hd590300_0
> - xorg-libsm=1.2.4=h7391055_0
229c229
< - xorg-libxau=1.0.9=h7f98852_0
---
> - xorg-libxau=1.0.11=hd590300_0
238c238
< - yarl=1.9.1=py310h2372a71_0
---
> - yarl=1.9.2=py310h2372a71_0
240c240
< - zlib=1.2.13=h166bdaf_4
---
> - zlib=1.2.13=hd590300_5
248c248
< - filelock==3.12.0
---
> - filelock==3.12.2
256c256
< - plotly==5.14.1
---
> - plotly==5.15.0
``` | test | creation of a new envirnment failed for python here are the differences between the last working environment and the new one that i tried to run aiohttp aiohttp aiosignal async timeout py async timeout brotlipy c ares c ares chardet contourpy contourpy cryptography cryptography cython cython fftw nompi fftw nompi fonttools fonttools frozenlist glib glib tools glib glib tools google auth google auth grpcio grpcio gstreamer orc gstreamer orc libgcc ng libgcc ng libgfortran ng libglib libgomp libgpg error libgrpc libgfortran ng libglib libgomp libgpg error libgrpc libprotobuf libprotobuf libstdcxx ng libstdcxx ng libzlib llvm openmp libzlib llvm openmp markupsafe markupsafe mysql common mysql libs ncurses mysql common mysql libs ncurses openssl openssl platformdirs platformdirs protobuf protobuf pyopenssl pyopenssl requests requests scikit learn scikit learn typing extensions typing extensions typing extensions typing extensions wandb werkzeug wandb werkzeug xorg libice xorg libsm xorg libice xorg libsm xorg libxau xorg libxau yarl yarl zlib zlib filelock filelock plotly plotly | 1 |
15,445 | 11,515,540,885 | IssuesEvent | 2020-02-14 01:32:28 | dotnet/aspnetcore | https://api.github.com/repos/dotnet/aspnetcore | closed | Dependencies are out of date in master | area-infrastructure | Both the runtime and blazor dependencies are about 10 days out of date in master. This issue is being filed as a result of our agreed-upon SLA and escalation path of 7 days (max).

Runtime reports the oldest unconsumed commit as "(unknown)", but the build was produced late on February 3rd, so 10 days out of date should be the upper bound for that. @BrennanConroy What do you think about using the build date for reporting out-of-dateness when the oldest unconsumed commit cannot be found for whatever reason?
| 1.0 | Dependencies are out of date in master - Both the runtime and blazor dependencies are about 10 days out of date in master. This issue is being filed as a result of our agreed-upon SLA and escalation path of 7 days (max).

Runtime reports the oldest unconsumed commit as "(unknown)", but the build was produced late on February 3rd, so 10 days out of date should be the upper bound for that. @BrennanConroy What do you think about using the build date for reporting out-of-dateness when the oldest unconsumed commit cannot be found for whatever reason?
| non_test | dependencies are out of date in master both the runtime and blazor dependencies are about days out of date in master this issue is being filed as a result of our agreed upon sla and escalation path of days max runtime reports the oldest unconsumed commit as unknown but the build was produced late on february so days out of date should be the upper bound for that brennanconroy what do you think about using the build date for reporting out of dateness when the oldest unconsumed commit cannot be found for whatever reason | 0 |
64,101 | 6,892,749,648 | IssuesEvent | 2017-11-22 22:34:13 | legokor/UPRA_OBC.stm32 | https://api.github.com/repos/legokor/UPRA_OBC.stm32 | closed | TEST GPS FUNCTIONS | Test/Measurement | __SUMMARY:__ TEST GPS FUNCTIONS
---
__Detailed Description:__
Test GPS handling with GPS signal simulator.
---
Related Issues: #8
| 1.0 | TEST GPS FUNCTIONS - __SUMMARY:__ TEST GPS FUNCTIONS
---
__Detailed Description:__
Test GPS handling with GPS signal simulator.
---
Related Issues: #8
| test | test gps functions summary test gps functions detailed description test gps handling with gps signal simulator related issues | 1 |
184,322 | 14,287,784,780 | IssuesEvent | 2020-11-23 16:48:14 | ValveSoftware/csgo-osx-linux | https://api.github.com/repos/ValveSoftware/csgo-osx-linux | closed | error while loading shared libraries: libtcmalloc_minimal.so.0: cannot open shared object file: No such file or directory | Linux Need Retest | #### Your system information
* System information from steam (`Steam` -> `Help` -> `System Information`) in a [gist](https://gist.github.com/): Can't find this Menu, is this still up2date? Following are System Information written by myself.
Debian 10, XFCE, AMD64
* Have you checked for system updates?: Yes, none available - all up to date
#### Please describe your issue in as much detail as possible:
I have the problem since a few weeks, that when trying to start CSGO it shortly shows a black screen and then crashes. Validating Files finds 1-3 Files that are corrupted every time executed and doesn't fixes anything, reinstalling also doesn't help, it starts with -autoconfig option but after removing that it doesn't start again and with that option I've windowed mode which has the problem, that the window is cropped away at the lower end and I can't reach all menu items. If I start cs:go from commandline it shows me the following error:
`./csgo_linux64: error while loading shared libraries: libtcmalloc_minimal.so.0: cannot open shared object file: No such file or directory`
overall this seems somehow similar to #1435, but the fix used there (setting `STEAM_RUNTIME_PREFER_HOST_LIBRARIES` to 0) gives me the following line: `STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0 is deprecated, and no longer has an effect.`
Steam Output: https://gist.github.com/ACH1980/a4dbd7765045fb5b4a10d9332cfd53f3
#### Steps for reproducing this issue:
Don't know if this is reproducable on other systems - for more check information above.
1.
2.
3.
| 1.0 | error while loading shared libraries: libtcmalloc_minimal.so.0: cannot open shared object file: No such file or directory - #### Your system information
* System information from steam (`Steam` -> `Help` -> `System Information`) in a [gist](https://gist.github.com/): Can't find this Menu, is this still up2date? Following are System Information written by myself.
Debian 10, XFCE, AMD64
* Have you checked for system updates?: Yes, none available - all up to date
#### Please describe your issue in as much detail as possible:
I have the problem since a few weeks, that when trying to start CSGO it shortly shows a black screen and then crashes. Validating Files finds 1-3 Files that are corrupted every time executed and doesn't fixes anything, reinstalling also doesn't help, it starts with -autoconfig option but after removing that it doesn't start again and with that option I've windowed mode which has the problem, that the window is cropped away at the lower end and I can't reach all menu items. If I start cs:go from commandline it shows me the following error:
`./csgo_linux64: error while loading shared libraries: libtcmalloc_minimal.so.0: cannot open shared object file: No such file or directory`
overall this seems somehow similar to #1435, but the fix used there (setting `STEAM_RUNTIME_PREFER_HOST_LIBRARIES` to 0) gives me the following line: `STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0 is deprecated, and no longer has an effect.`
Steam Output: https://gist.github.com/ACH1980/a4dbd7765045fb5b4a10d9332cfd53f3
#### Steps for reproducing this issue:
Don't know if this is reproducable on other systems - for more check information above.
1.
2.
3.
| test | error while loading shared libraries libtcmalloc minimal so cannot open shared object file no such file or directory your system information system information from steam steam help system information in a can t find this menu is this still following are system information written by myself debian xfce have you checked for system updates yes none available all up to date please describe your issue in as much detail as possible i have the problem since a few weeks that when trying to start csgo it shortly shows a black screen and then crashes validating files finds files that are corrupted every time executed and doesn t fixes anything reinstalling also doesn t help it starts with autoconfig option but after removing that it doesn t start again and with that option i ve windowed mode which has the problem that the window is cropped away at the lower end and i can t reach all menu items if i start cs go from commandline it shows me the following error csgo error while loading shared libraries libtcmalloc minimal so cannot open shared object file no such file or directory overall this seems somehow similar to but the fix used there setting steam runtime prefer host libraries to gives me the following line steam runtime prefer host libraries is deprecated and no longer has an effect steam output steps for reproducing this issue don t know if this is reproducable on other systems for more check information above | 1 |
22,818 | 3,702,555,500 | IssuesEvent | 2016-02-29 17:12:20 | steve-o/openpgm | https://api.github.com/repos/steve-o/openpgm | closed | Division by 0 in set_tsc_mul when /proc/cpuinfo reports 0.000 at cpu MHz | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Running a kernel under qemu where TSC fails to calibrate against PIT
(https://bugs.launchpad.net/ubuntu/+source/linux-goldfish/+bug/1318070)
2. Call pgm_init (pgm_time_init)
What is the expected output? What do you see instead?
When /proc/cpuinfo contains a valid cpu MHz, it works fine. I know this is a
kernel issue, but opening this bug here as well as the code shouldn't crash in
case MHz is 0.
What version of the product are you using? On what operating system?
libpgm-5.1.118 - Ubuntu 14.10
Please provide any additional information below.
From the code:
pgm_time_init (
...
FILE *fp = fopen ("/proc/cpuinfo", "r");
if (fp)
{
char buffer[1024];
while (!feof(fp) && fgets (buffer, sizeof(buffer), fp))
{
if (strstr (buffer, "cpu MHz")) {
const char *p = strchr (buffer, ':');
if (p) tsc_mhz = atoi (p + 1) * 1000;
break;
}
}
fclose (fp);
}
...
#ifndef _WIN32
/* calibrate */
if (0 >= tsc_mhz) {
pgm_error_t* sub_error = NULL;
if (!pgm_tsc_init (&sub_error)) {
pgm_propagate_error (error, sub_error);
goto err_cleanup;
}
}
#endif
pgm_info (_("TSC frequency set to %u MHz"), (unsigned)(tsc_mhz / 1000));
set_tsc_mul (tsc_mhz);
}
...
}
It calls pgm_tsc_init when tsc_mhz is 0, but that function will not run the
benchmark because it'll return before that gets executed (by checking the tsc
and constant_tsc flags).
pgm_tsc_init (
...
if (!flags || !strstr (flags, " tsc")) {
pgm_warn (_("Linux kernel reports no Time Stamp Counter (TSC)."));
/* force both to stable clocks even though one might be OK */
pgm_time_update_now = pgm_gettimeofday_update;
ret = TRUE;
} else if (!strstr (flags, " constant_tsc")) {
pgm_warn (_("Linux kernel reports non-constant Time Stamp Counter (TSC)."));
/* force both to stable clocks even though one might be OK */
pgm_time_update_now = pgm_gettimeofday_update;
ret = TRUE;
}
..
}
```
Original issue reported on code.google.com by `rsalv...@gmail.com` on 9 May 2014 at 10:27 | 1.0 | Division by 0 in set_tsc_mul when /proc/cpuinfo reports 0.000 at cpu MHz - ```
What steps will reproduce the problem?
1. Running a kernel under qemu where TSC fails to calibrate against PIT
(https://bugs.launchpad.net/ubuntu/+source/linux-goldfish/+bug/1318070)
2. Call pgm_init (pgm_time_init)
What is the expected output? What do you see instead?
When /proc/cpuinfo contains a valid cpu MHz, it works fine. I know this is a
kernel issue, but opening this bug here as well as the code shouldn't crash in
case MHz is 0.
What version of the product are you using? On what operating system?
libpgm-5.1.118 - Ubuntu 14.10
Please provide any additional information below.
From the code:
pgm_time_init (
...
FILE *fp = fopen ("/proc/cpuinfo", "r");
if (fp)
{
char buffer[1024];
while (!feof(fp) && fgets (buffer, sizeof(buffer), fp))
{
if (strstr (buffer, "cpu MHz")) {
const char *p = strchr (buffer, ':');
if (p) tsc_mhz = atoi (p + 1) * 1000;
break;
}
}
fclose (fp);
}
...
#ifndef _WIN32
/* calibrate */
if (0 >= tsc_mhz) {
pgm_error_t* sub_error = NULL;
if (!pgm_tsc_init (&sub_error)) {
pgm_propagate_error (error, sub_error);
goto err_cleanup;
}
}
#endif
pgm_info (_("TSC frequency set to %u MHz"), (unsigned)(tsc_mhz / 1000));
set_tsc_mul (tsc_mhz);
}
...
}
It calls pgm_tsc_init when tsc_mhz is 0, but that function will not run the
benchmark because it'll return before that gets executed (by checking the tsc
and constant_tsc flags).
pgm_tsc_init (
...
if (!flags || !strstr (flags, " tsc")) {
pgm_warn (_("Linux kernel reports no Time Stamp Counter (TSC)."));
/* force both to stable clocks even though one might be OK */
pgm_time_update_now = pgm_gettimeofday_update;
ret = TRUE;
} else if (!strstr (flags, " constant_tsc")) {
pgm_warn (_("Linux kernel reports non-constant Time Stamp Counter (TSC)."));
/* force both to stable clocks even though one might be OK */
pgm_time_update_now = pgm_gettimeofday_update;
ret = TRUE;
}
..
}
```
Original issue reported on code.google.com by `rsalv...@gmail.com` on 9 May 2014 at 10:27 | non_test | division by in set tsc mul when proc cpuinfo reports at cpu mhz what steps will reproduce the problem running a kernel under qemu where tsc fails to calibrate against pit call pgm init pgm time init what is the expected output what do you see instead when proc cpuinfo contains a valid cpu mhz it works fine i know this is a kernel issue but opening this bug here as well as the code shouldn t crash in case mhz is what version of the product are you using on what operating system libpgm ubuntu please provide any additional information below from the code pgm time init file fp fopen proc cpuinfo r if fp char buffer while feof fp fgets buffer sizeof buffer fp if strstr buffer cpu mhz const char p strchr buffer if p tsc mhz atoi p break fclose fp ifndef calibrate if tsc mhz pgm error t sub error null if pgm tsc init sub error pgm propagate error error sub error goto err cleanup endif pgm info tsc frequency set to u mhz unsigned tsc mhz set tsc mul tsc mhz it calls pgm tsc init when tsc mhz is but that function will not run the benchmark because it ll return before that gets executed by checking the tsc and constant tsc flags pgm tsc init if flags strstr flags tsc pgm warn linux kernel reports no time stamp counter tsc force both to stable clocks even though one might be ok pgm time update now pgm gettimeofday update ret true else if strstr flags constant tsc pgm warn linux kernel reports non constant time stamp counter tsc force both to stable clocks even though one might be ok pgm time update now pgm gettimeofday update ret true original issue reported on code google com by rsalv gmail com on may at | 0 |
279,578 | 24,235,856,169 | IssuesEvent | 2022-09-26 23:10:05 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: unoptimized-query-oracle/disable-rules=half failed | C-test-failure O-robot O-roachtest branch-master release-blocker T-sql-queries | roachtest.unoptimized-query-oracle/disable-rules=half [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6628566?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6628566?buildTab=artifacts#/unoptimized-query-oracle/disable-rules=half) on master @ [ff13325e9368c4e8dd9a4d5cf4aa2ad2f33e9ac0](https://github.com/cockroachdb/cockroach/commits/ff13325e9368c4e8dd9a4d5cf4aa2ad2f33e9ac0):
```
test artifacts and logs in: /artifacts/unoptimized-query-oracle/disable-rules=half/run_1
query_comparison_util.go:147,query_comparison_util.go:66,unoptimized_query_oracle.go:51,test_runner.go:928: pq: use of partitions requires an enterprise license. see https://cockroachlabs.com/pricing?cluster=ccdb3e6e-3bd3-415a-a67d-40aca50c257b for details on how to enable enterprise features
```
<p>Parameters: <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=4</code>
, <code>ROACHTEST_encrypted=false</code>
, <code>ROACHTEST_fs=ext4</code>
, <code>ROACHTEST_localSSD=true</code>
, <code>ROACHTEST_ssd=0</code>
</p>
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/sql-queries
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*unoptimized-query-oracle/disable-rules=half.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| 2.0 | roachtest: unoptimized-query-oracle/disable-rules=half failed - roachtest.unoptimized-query-oracle/disable-rules=half [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6628566?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6628566?buildTab=artifacts#/unoptimized-query-oracle/disable-rules=half) on master @ [ff13325e9368c4e8dd9a4d5cf4aa2ad2f33e9ac0](https://github.com/cockroachdb/cockroach/commits/ff13325e9368c4e8dd9a4d5cf4aa2ad2f33e9ac0):
```
test artifacts and logs in: /artifacts/unoptimized-query-oracle/disable-rules=half/run_1
query_comparison_util.go:147,query_comparison_util.go:66,unoptimized_query_oracle.go:51,test_runner.go:928: pq: use of partitions requires an enterprise license. see https://cockroachlabs.com/pricing?cluster=ccdb3e6e-3bd3-415a-a67d-40aca50c257b for details on how to enable enterprise features
```
<p>Parameters: <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=4</code>
, <code>ROACHTEST_encrypted=false</code>
, <code>ROACHTEST_fs=ext4</code>
, <code>ROACHTEST_localSSD=true</code>
, <code>ROACHTEST_ssd=0</code>
</p>
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/sql-queries
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*unoptimized-query-oracle/disable-rules=half.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| test | roachtest unoptimized query oracle disable rules half failed roachtest unoptimized query oracle disable rules half with on master test artifacts and logs in artifacts unoptimized query oracle disable rules half run query comparison util go query comparison util go unoptimized query oracle go test runner go pq use of partitions requires an enterprise license see for details on how to enable enterprise features parameters roachtest cloud gce roachtest cpu roachtest encrypted false roachtest fs roachtest localssd true roachtest ssd help see see cc cockroachdb sql queries | 1 |
71,418 | 3,356,986,892 | IssuesEvent | 2015-11-18 22:51:33 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | DaemonSet should not/currently cannot schedule pods on SchedulingDisabled nodes | priority/P1 team/control-plane | Similar to #16105
In the GCloud deploy script the master appears as a SchedulingDisabled node. DaemonSet is attempting to schedule on this node, and spews out a ton of errors in the event log like so:
```
Error syncing pod, skipping: API error (500): Cannot start container 4fabe3c5a71f1d36972ab4a47da3748f92ef4812c54dc0d17b65ce6f860fa5de: no available ip addresses on network
```
This looks like a fairly critical bug to me. | 1.0 | DaemonSet should not/currently cannot schedule pods on SchedulingDisabled nodes - Similar to #16105
In the GCloud deploy script the master appears as a SchedulingDisabled node. DaemonSet is attempting to schedule on this node, and spews out a ton of errors in the event log like so:
```
Error syncing pod, skipping: API error (500): Cannot start container 4fabe3c5a71f1d36972ab4a47da3748f92ef4812c54dc0d17b65ce6f860fa5de: no available ip addresses on network
```
This looks like a fairly critical bug to me. | non_test | daemonset should not currently cannot schedule pods on schedulingdisabled nodes similar to in the gcloud deploy script the master appears as a schedulingdisabled node daemonset is attempting to schedule on this node and spews out a ton of errors in the event log like so error syncing pod skipping api error cannot start container no available ip addresses on network this looks like a fairly critical bug to me | 0 |
41,138 | 10,317,070,438 | IssuesEvent | 2019-08-30 11:44:14 | contao/contao | https://api.github.com/repos/contao/contao | closed | Fehler in Versionsübersicht bei umbenannten Ordnern | defect | Nach der Umbenennung eines Ordners in der Dateiverwaltung führt auf der Startseite des Backends in der Tabelle "Zuletzt bearbeitet" ein Klick auf eines der beiden Icons des entsprechenden Eintrags zu einem Fehler:
> Forbidden
> Was ist das Problem?
> File or folder "files/alter-name" is not mounted or cannot be found.
In der Fehlermeldung wird der alte Name des Ordners, wie er vor der Umbenennung war, angezeigt. | 1.0 | Fehler in Versionsübersicht bei umbenannten Ordnern - Nach der Umbenennung eines Ordners in der Dateiverwaltung führt auf der Startseite des Backends in der Tabelle "Zuletzt bearbeitet" ein Klick auf eines der beiden Icons des entsprechenden Eintrags zu einem Fehler:
> Forbidden
> Was ist das Problem?
> File or folder "files/alter-name" is not mounted or cannot be found.
In der Fehlermeldung wird der alte Name des Ordners, wie er vor der Umbenennung war, angezeigt. | non_test | fehler in versionsübersicht bei umbenannten ordnern nach der umbenennung eines ordners in der dateiverwaltung führt auf der startseite des backends in der tabelle zuletzt bearbeitet ein klick auf eines der beiden icons des entsprechenden eintrags zu einem fehler forbidden was ist das problem file or folder files alter name is not mounted or cannot be found in der fehlermeldung wird der alte name des ordners wie er vor der umbenennung war angezeigt | 0 |
136,096 | 11,034,935,376 | IssuesEvent | 2019-12-07 09:49:05 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | roachtest: clearrange/checks=true failed | C-test-failure O-roachtest O-robot | SHA: https://github.com/cockroachdb/cockroach/commits/9ca6d845aa87e6f2d629b06b884df2498f203d4f
Parameters:
To repro, try:
```
# Don't forget to check out a clean suitable branch and experiment with the
# stress invocation until the desired results present themselves. For example,
# using stress instead of stressrace and passing the '-p' stressflag which
# controls concurrency.
./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh
cd ~/go/src/github.com/cockroachdb/cockroach && \
stdbuf -oL -eL \
make stressrace TESTS=clearrange/checks=true PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log
```
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1631719&tab=artifacts#/clearrange/checks=true
```
The test failed on branch=release-19.1, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20191207-1631719/clearrange/checks=true/run_1
cluster.go:1783,clearrange.go:46,clearrange.go:32,test_runner.go:697: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1631719-1575702375-25-n10cpu4:1 -- ./cockroach workload fixtures import bank --payload-bytes=10240 --ranges=10 --rows=65104166 --seed=4 --db=bigbank returned:
stderr:
stdout:
I191207 08:09:37.444235 1 ccl/workloadccl/cliccl/fixtures.go:324 starting import of 1 tables
I191207 09:48:02.758671 24 ccl/workloadccl/fixture.go:516 imported bank (1h38m25s, 0 rows, 0 index entries, 0 B)
Error: importing fixture: importing table bank: dial tcp 127.0.0.1:26257: connect: connection refused
Error: exit status 1
: exit status 1
``` | 2.0 | roachtest: clearrange/checks=true failed - SHA: https://github.com/cockroachdb/cockroach/commits/9ca6d845aa87e6f2d629b06b884df2498f203d4f
Parameters:
To repro, try:
```
# Don't forget to check out a clean suitable branch and experiment with the
# stress invocation until the desired results present themselves. For example,
# using stress instead of stressrace and passing the '-p' stressflag which
# controls concurrency.
./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh
cd ~/go/src/github.com/cockroachdb/cockroach && \
stdbuf -oL -eL \
make stressrace TESTS=clearrange/checks=true PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log
```
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1631719&tab=artifacts#/clearrange/checks=true
```
The test failed on branch=release-19.1, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20191207-1631719/clearrange/checks=true/run_1
cluster.go:1783,clearrange.go:46,clearrange.go:32,test_runner.go:697: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1631719-1575702375-25-n10cpu4:1 -- ./cockroach workload fixtures import bank --payload-bytes=10240 --ranges=10 --rows=65104166 --seed=4 --db=bigbank returned:
stderr:
stdout:
I191207 08:09:37.444235 1 ccl/workloadccl/cliccl/fixtures.go:324 starting import of 1 tables
I191207 09:48:02.758671 24 ccl/workloadccl/fixture.go:516 imported bank (1h38m25s, 0 rows, 0 index entries, 0 B)
Error: importing fixture: importing table bank: dial tcp 127.0.0.1:26257: connect: connection refused
Error: exit status 1
: exit status 1
``` | test | roachtest clearrange checks true failed sha parameters to repro try don t forget to check out a clean suitable branch and experiment with the stress invocation until the desired results present themselves for example using stress instead of stressrace and passing the p stressflag which controls concurrency scripts gceworker sh start scripts gceworker sh mosh cd go src github com cockroachdb cockroach stdbuf ol el make stressrace tests clearrange checks true pkg roachtest testtimeout stressflags maxtime timeout tee tmp stress log failed test the test failed on branch release cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts clearrange checks true run cluster go clearrange go clearrange go test runner go home agent work go src github com cockroachdb cockroach bin roachprod run teamcity cockroach workload fixtures import bank payload bytes ranges rows seed db bigbank returned stderr stdout ccl workloadccl cliccl fixtures go starting import of tables ccl workloadccl fixture go imported bank rows index entries b error importing fixture importing table bank dial tcp connect connection refused error exit status exit status | 1 |
551,377 | 16,167,008,043 | IssuesEvent | 2021-05-01 17:57:04 | localstack/localstack | https://api.github.com/repos/localstack/localstack | closed | Lambda can't find layer code Nodejs12.x version 0.12.7 | configuration lambda-execution priority-high should-be-fixed | <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[X] bug report
[ ] feature request
# Detailed description
We're getting lambda layer errors in version 0.12.7 using a Nodejs12.x runtime. This doesn't happen in localstack version 11.2 (our current version). We've tested the commands used to deploy the layer and lambda against our real AWS environment and everything works as expected. Any help is appreciated 😄
...
## Expected behavior
A Nodejs12.x and Nodejs14.x lambda with a layer should be able to access the layer code and execute successfully.
...
## Actual behavior
The lambda fails with the following output from the localstack container

...
# Steps to reproduce
docker-compose file
```
version: "3.7"
services:
localstack:
image: localstack/localstack:0.12.7
container_name: my_localstack
ports:
- "443:443"
- "4510-4520:4510-4520"
- "4566-4620:4566-4620"
environment:
- DNS_ADDRESS=0
- START_WEB=0
- LAMBDA_EXECUTOR=docker-reuse
- LAMBDA_REMOTE_DOCKER=true
- LOCALSTACK_API_KEY=${MY_LOCALSTACK_API_KEY}
- DNS_RESOLVE_IP=172.17.0.1
- LAMBDA_REMOVE_CONTAINERS=true
- DEFAULT_REGION=ap-southeast-2
- SERVICES=lambda,events,dynamodb,sqs,kinesis,s3,kms
- DEBUG=1
- DATA_DIR=/tmp/localstack/data
volumes:
- './.localstack:/tmp/localstack'
- '/var/run/docker.sock:/var/run/docker.sock'
```
## Command used to start LocalStack
docker-compose up
...
## Client code (AWS SDK code snippet, or sequence of "awslocal" commands)
BasicLambda -> Lambda with no layers that works as expected
Layer -> contains the layer code for the LambdaWithPackage function
LambdaWithPackage -> Lambda which depends on the above layer
[localstackLambdaIssue.zip](https://github.com/localstack/localstack/files/6098103/localstackLambdaIssue.zip)
Create the layer zip (run from root of zip)
```
cd layer
zip -r nodejs.zip nodejs/
cd ..
```
Upload the layer
```
cd layer
aws --endpoint http://localhost:443 lambda publish-layer-version --layer-name package-layer --zip-file fileb://nodejs.zip
cd ..
```
Package the lambda:
```
cd lambdaWithPackage
zip function.zip index.js
cd ..
```
Create the lambda:
```
cd lambdaWithPackage
aws --endpoint-url http://localhost:443 lambda create-function --function-name function-with-package --runtime nodejs12.x --handler index.handler --layers arn:aws:lambda:ap-southeast-2:000000000000:layer:package-layer:1 --memory-size 128 --zip-file fileb://function.zip --role arn:aws:iam:123456:role/irrelevant
cd ..
```
...
| 1.0 | Lambda can't find layer code Nodejs12.x version 0.12.7 - <!-- Love localstack? Please consider supporting our collective:
👉 https://opencollective.com/localstack/donate -->
# Type of request: This is a ...
[X] bug report
[ ] feature request
# Detailed description
We're getting lambda layer errors in version 0.12.7 using a Nodejs12.x runtime. This doesn't happen in localstack version 11.2 (our current version). We've tested the commands used to deploy the layer and lambda against our real AWS environment and everything works as expected. Any help is appreciated 😄
...
## Expected behavior
A Nodejs12.x and Nodejs14.x lambda with a layer should be able to access the layer code and execute successfully.
...
## Actual behavior
The lambda fails with the following output from the localstack container

...
# Steps to reproduce
docker-compose file
```
version: "3.7"
services:
localstack:
image: localstack/localstack:0.12.7
container_name: my_localstack
ports:
- "443:443"
- "4510-4520:4510-4520"
- "4566-4620:4566-4620"
environment:
- DNS_ADDRESS=0
- START_WEB=0
- LAMBDA_EXECUTOR=docker-reuse
- LAMBDA_REMOTE_DOCKER=true
- LOCALSTACK_API_KEY=${MY_LOCALSTACK_API_KEY}
- DNS_RESOLVE_IP=172.17.0.1
- LAMBDA_REMOVE_CONTAINERS=true
- DEFAULT_REGION=ap-southeast-2
- SERVICES=lambda,events,dynamodb,sqs,kinesis,s3,kms
- DEBUG=1
- DATA_DIR=/tmp/localstack/data
volumes:
- './.localstack:/tmp/localstack'
- '/var/run/docker.sock:/var/run/docker.sock'
```
## Command used to start LocalStack
docker-compose up
...
## Client code (AWS SDK code snippet, or sequence of "awslocal" commands)
BasicLambda -> Lambda with no layers that works as expected
Layer -> contains the layer code for the LambdaWithPackage function
LambdaWithPackage -> Lambda which depends on the above layer
[localstackLambdaIssue.zip](https://github.com/localstack/localstack/files/6098103/localstackLambdaIssue.zip)
Create the layer zip (run from root of zip)
```
cd layer
zip -r nodejs.zip nodejs/
cd ..
```
Upload the layer
```
cd layer
aws --endpoint http://localhost:443 lambda publish-layer-version --layer-name package-layer --zip-file fileb://nodejs.zip
cd ..
```
Package the lambda:
```
cd lambdaWithPackage
zip function.zip index.js
cd ..
```
Create the lambda:
```
cd lambdaWithPackage
aws --endpoint-url http://localhost:443 lambda create-function --function-name function-with-package --runtime nodejs12.x --handler index.handler --layers arn:aws:lambda:ap-southeast-2:000000000000:layer:package-layer:1 --memory-size 128 --zip-file fileb://function.zip --role arn:aws:iam:123456:role/irrelevant
cd ..
```
...
| non_test | lambda can t find layer code x version love localstack please consider supporting our collective 👉 type of request this is a bug report feature request detailed description we re getting lambda layer errors in version using a x runtime this doesn t happen in localstack version our current version we ve tested the commands used to deploy the layer and lambda against our real aws environment and everything works as expected any help is appreciated 😄 expected behavior a x and x lambda with a layer should be able to access the layer code and execute successfully actual behavior the lambda fails with the following output from the localstack container steps to reproduce docker compose file version services localstack image localstack localstack container name my localstack ports environment dns address start web lambda executor docker reuse lambda remote docker true localstack api key my localstack api key dns resolve ip lambda remove containers true default region ap southeast services lambda events dynamodb sqs kinesis kms debug data dir tmp localstack data volumes localstack tmp localstack var run docker sock var run docker sock command used to start localstack docker compose up client code aws sdk code snippet or sequence of awslocal commands basiclambda lambda with no layers that works as expected layer contains the layer code for the lambdawithpackage function lambdawithpackage lambda which depends on the above layer create the layer zip run from root of zip cd layer zip r nodejs zip nodejs cd upload the layer cd layer aws endpoint lambda publish layer version layer name package layer zip file fileb nodejs zip cd package the lambda cd lambdawithpackage zip function zip index js cd create the lambda cd lambdawithpackage aws endpoint url lambda create function function name function with package runtime x handler index handler layers arn aws lambda ap southeast layer package layer memory size zip file fileb function zip role arn aws iam role irrelevant cd | 0 |
216,240 | 16,749,080,950 | IssuesEvent | 2021-06-11 19:48:26 | WordPress/gutenberg | https://api.github.com/repos/WordPress/gutenberg | closed | Box-control component allowReset=false does not work | Needs Testing [Package] Components | I checked `boxControl` component and set `allowReset={false}` but did not work!
My example:
```jsx
<BoxControl
allowReset={false}
value={x}
onChange={...}
/>
```
with this false, I still have the reset button.
I also checked [this commit](https://github.com/WordPress/gutenberg/commit/bce9630437f4dea1f572d9dc6bae13c86818e147) related to this feature.
Note that I'm using Version 10.8.0 | 1.0 | Box-control component allowReset=false does not work - I checked `boxControl` component and set `allowReset={false}` but did not work!
My example:
```jsx
<BoxControl
allowReset={false}
value={x}
onChange={...}
/>
```
with this false, I still have the reset button.
I also checked [this commit](https://github.com/WordPress/gutenberg/commit/bce9630437f4dea1f572d9dc6bae13c86818e147) related to this feature.
Note that I'm using Version 10.8.0 | test | box control component allowreset false does not work i checked boxcontrol component and set allowreset false but did not work my example jsx boxcontrol allowreset false value x onchange with this false i still have the reset button i also checked related to this feature note that i m using version | 1 |
414,352 | 27,984,943,412 | IssuesEvent | 2023-03-26 15:37:18 | ultralytics/xview-yolov3 | https://api.github.com/repos/ultralytics/xview-yolov3 | opened | NEW Ultralytics YOLOv8 🚀 is here! | documentation | <div align="center">
<p>
<a href="https://ultralytics.com/yolov8" target="_blank">
<img width="100%" src="https://raw.githubusercontent.com/ultralytics/assets/main/yolov8/banner-yolov8.png"></a>
</p>
[English](README.md) | [简体中文](README.zh-CN.md)
<br>
<div>
<a href="https://github.com/ultralytics/ultralytics/actions/workflows/ci.yaml"><img src="https://github.com/ultralytics/ultralytics/actions/workflows/ci.yaml/badge.svg" alt="Ultralytics CI"></a>
<a href="https://zenodo.org/badge/latestdoi/264818686"><img src="https://zenodo.org/badge/264818686.svg" alt="YOLOv8 Citation"></a>
<a href="https://hub.docker.com/r/ultralytics/ultralytics"><img src="https://img.shields.io/docker/pulls/ultralytics/ultralytics?logo=docker" alt="Docker Pulls"></a>
<br>
<a href="https://console.paperspace.com/github/ultralytics/ultralytics"><img src="https://assets.paperspace.io/img/gradient-badge.svg" alt="Run on Gradient"/></a>
<a href="https://colab.research.google.com/github/ultralytics/ultralytics/blob/main/examples/tutorial.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a>
<a href="https://www.kaggle.com/ultralytics/yolov8"><img src="https://kaggle.com/static/images/open-in-kaggle.svg" alt="Open In Kaggle"></a>
</div>
<br>
[Ultralytics YOLOv8](https://github.com/ultralytics/ultralytics), developed by [Ultralytics](https://ultralytics.com), is a cutting-edge, state-of-the-art (SOTA) model that builds upon the success of previous YOLO versions and introduces new features and improvements to further boost performance and flexibility. YOLOv8 is designed to be fast, accurate, and easy to use, making it an excellent choice for a wide range of object detection, image segmentation and image classification tasks.
To request an Enterprise License please complete the form at [Ultralytics Licensing](https://ultralytics.com/license).
<img width="100%" src="https://raw.githubusercontent.com/ultralytics/assets/main/yolov8/yolo-comparison-plots.png"></a>
<div align="center">
<a href="https://github.com/ultralytics" style="text-decoration:none;">
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-github.png" width="2%" alt="" /></a>
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="2%" alt="" />
<a href="https://www.linkedin.com/company/ultralytics" style="text-decoration:none;">
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-linkedin.png" width="2%" alt="" /></a>
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="2%" alt="" />
<a href="https://twitter.com/ultralytics" style="text-decoration:none;">
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-twitter.png" width="2%" alt="" /></a>
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="2%" alt="" />
<a href="https://youtube.com/ultralytics" style="text-decoration:none;">
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-youtube.png" width="2%" alt="" /></a>
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="2%" alt="" />
<a href="https://www.tiktok.com/@ultralytics" style="text-decoration:none;">
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-tiktok.png" width="2%" alt="" /></a>
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="2%" alt="" />
<a href="https://www.instagram.com/ultralytics/" style="text-decoration:none;">
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-instagram.png" width="2%" alt="" /></a>
</div>
</div>
## <div align="center">Documentation</div>
See below for a quickstart installation and usage example, and see the [YOLOv8 Docs](https://docs.ultralytics.com) for full documentation on training, validation, prediction and deployment.
<details open>
<summary>Install</summary>
Pip install the ultralytics package including all [requirements.txt](https://github.com/ultralytics/ultralytics/blob/main/requirements.txt) in a [**Python>=3.7**](https://www.python.org/) environment with [**PyTorch>=1.7**](https://pytorch.org/get-started/locally/).
```bash
pip install ultralytics
```
</details>
<details open>
<summary>Usage</summary>
#### CLI
YOLOv8 may be used directly in the Command Line Interface (CLI) with a `yolo` command:
```bash
yolo predict model=yolov8n.pt source='https://ultralytics.com/images/bus.jpg'
```
`yolo` can be used for a variety of tasks and modes and accepts additional arguments, i.e. `imgsz=640`. See the YOLOv8
[CLI Docs](https://docs.ultralytics.com/usage/cli) for examples.
#### Python
YOLOv8 may also be used directly in a Python environment, and accepts the same [arguments](https://docs.ultralytics.com/usage/cfg/) as in the CLI example above:
```python
from ultralytics import YOLO
# Load a model
model = YOLO("yolov8n.yaml") # build a new model from scratch
model = YOLO("yolov8n.pt") # load a pretrained model (recommended for training)
# Use the model
model.train(data="coco128.yaml", epochs=3) # train the model
metrics = model.val() # evaluate model performance on the validation set
results = model("https://ultralytics.com/images/bus.jpg") # predict on an image
success = model.export(format="onnx") # export the model to ONNX format
```
[Models](https://github.com/ultralytics/ultralytics/tree/main/ultralytics/models) download automatically from the latest Ultralytics [release](https://github.com/ultralytics/assets/releases). See YOLOv8 [Python Docs](https://docs.ultralytics.com/usage/python) for more examples. | 1.0 | NEW Ultralytics YOLOv8 🚀 is here! - <div align="center">
<p>
<a href="https://ultralytics.com/yolov8" target="_blank">
<img width="100%" src="https://raw.githubusercontent.com/ultralytics/assets/main/yolov8/banner-yolov8.png"></a>
</p>
[English](README.md) | [简体中文](README.zh-CN.md)
<br>
<div>
<a href="https://github.com/ultralytics/ultralytics/actions/workflows/ci.yaml"><img src="https://github.com/ultralytics/ultralytics/actions/workflows/ci.yaml/badge.svg" alt="Ultralytics CI"></a>
<a href="https://zenodo.org/badge/latestdoi/264818686"><img src="https://zenodo.org/badge/264818686.svg" alt="YOLOv8 Citation"></a>
<a href="https://hub.docker.com/r/ultralytics/ultralytics"><img src="https://img.shields.io/docker/pulls/ultralytics/ultralytics?logo=docker" alt="Docker Pulls"></a>
<br>
<a href="https://console.paperspace.com/github/ultralytics/ultralytics"><img src="https://assets.paperspace.io/img/gradient-badge.svg" alt="Run on Gradient"/></a>
<a href="https://colab.research.google.com/github/ultralytics/ultralytics/blob/main/examples/tutorial.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a>
<a href="https://www.kaggle.com/ultralytics/yolov8"><img src="https://kaggle.com/static/images/open-in-kaggle.svg" alt="Open In Kaggle"></a>
</div>
<br>
[Ultralytics YOLOv8](https://github.com/ultralytics/ultralytics), developed by [Ultralytics](https://ultralytics.com), is a cutting-edge, state-of-the-art (SOTA) model that builds upon the success of previous YOLO versions and introduces new features and improvements to further boost performance and flexibility. YOLOv8 is designed to be fast, accurate, and easy to use, making it an excellent choice for a wide range of object detection, image segmentation and image classification tasks.
To request an Enterprise License please complete the form at [Ultralytics Licensing](https://ultralytics.com/license).
<img width="100%" src="https://raw.githubusercontent.com/ultralytics/assets/main/yolov8/yolo-comparison-plots.png"></a>
<div align="center">
<a href="https://github.com/ultralytics" style="text-decoration:none;">
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-github.png" width="2%" alt="" /></a>
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="2%" alt="" />
<a href="https://www.linkedin.com/company/ultralytics" style="text-decoration:none;">
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-linkedin.png" width="2%" alt="" /></a>
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="2%" alt="" />
<a href="https://twitter.com/ultralytics" style="text-decoration:none;">
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-twitter.png" width="2%" alt="" /></a>
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="2%" alt="" />
<a href="https://youtube.com/ultralytics" style="text-decoration:none;">
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-youtube.png" width="2%" alt="" /></a>
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="2%" alt="" />
<a href="https://www.tiktok.com/@ultralytics" style="text-decoration:none;">
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-tiktok.png" width="2%" alt="" /></a>
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="2%" alt="" />
<a href="https://www.instagram.com/ultralytics/" style="text-decoration:none;">
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-instagram.png" width="2%" alt="" /></a>
</div>
</div>
## <div align="center">Documentation</div>
See below for a quickstart installation and usage example, and see the [YOLOv8 Docs](https://docs.ultralytics.com) for full documentation on training, validation, prediction and deployment.
<details open>
<summary>Install</summary>
Pip install the ultralytics package including all [requirements.txt](https://github.com/ultralytics/ultralytics/blob/main/requirements.txt) in a [**Python>=3.7**](https://www.python.org/) environment with [**PyTorch>=1.7**](https://pytorch.org/get-started/locally/).
```bash
pip install ultralytics
```
</details>
<details open>
<summary>Usage</summary>
#### CLI
YOLOv8 may be used directly in the Command Line Interface (CLI) with a `yolo` command:
```bash
yolo predict model=yolov8n.pt source='https://ultralytics.com/images/bus.jpg'
```
`yolo` can be used for a variety of tasks and modes and accepts additional arguments, i.e. `imgsz=640`. See the YOLOv8
[CLI Docs](https://docs.ultralytics.com/usage/cli) for examples.
#### Python
YOLOv8 may also be used directly in a Python environment, and accepts the same [arguments](https://docs.ultralytics.com/usage/cfg/) as in the CLI example above:
```python
from ultralytics import YOLO
# Load a model
model = YOLO("yolov8n.yaml") # build a new model from scratch
model = YOLO("yolov8n.pt") # load a pretrained model (recommended for training)
# Use the model
model.train(data="coco128.yaml", epochs=3) # train the model
metrics = model.val() # evaluate model performance on the validation set
results = model("https://ultralytics.com/images/bus.jpg") # predict on an image
success = model.export(format="onnx") # export the model to ONNX format
```
[Models](https://github.com/ultralytics/ultralytics/tree/main/ultralytics/models) download automatically from the latest Ultralytics [release](https://github.com/ultralytics/assets/releases). See YOLOv8 [Python Docs](https://docs.ultralytics.com/usage/python) for more examples. | non_test | new ultralytics 🚀 is here img width src readme md readme zh cn md developed by is a cutting edge state of the art sota model that builds upon the success of previous yolo versions and introduces new features and improvements to further boost performance and flexibility is designed to be fast accurate and easy to use making it an excellent choice for a wide range of object detection image segmentation and image classification tasks to request an enterprise license please complete the form at img width src documentation see below for a quickstart installation and usage example and see the for full documentation on training validation prediction and deployment install pip install the ultralytics package including all in a environment with bash pip install ultralytics usage cli may be used directly in the command line interface cli with a yolo command bash yolo predict model pt source yolo can be used for a variety of tasks and modes and accepts additional arguments i e imgsz see the for examples python may also be used directly in a python environment and accepts the same as in the cli example above python from ultralytics import yolo load a model model yolo yaml build a new model from scratch model yolo pt load a pretrained model recommended for training use the model model train data yaml epochs train the model metrics model val evaluate model performance on the validation set results model predict on an image success model export format onnx export the model to onnx format download automatically from the latest ultralytics see for more examples | 0 |
141,796 | 11,437,516,565 | IssuesEvent | 2020-02-05 00:14:33 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | closed | refactor: move manager test files into lib/manager | #tests refactor review | It would make manager logic more self-contained and easier to contribute if unit tests could be located within `lib/manager/x` instead of `test/manager/x`.
We don't want to move *all* unit tests within `lib/` at once, so this needs to be a special case for managers to begin with.
Related to #5278 but I think it can be completed independently. | 1.0 | refactor: move manager test files into lib/manager - It would make manager logic more self-contained and easier to contribute if unit tests could be located within `lib/manager/x` instead of `test/manager/x`.
We don't want to move *all* unit tests within `lib/` at once, so this needs to be a special case for managers to begin with.
Related to #5278 but I think it can be completed independently. | test | refactor move manager test files into lib manager it would make manager logic more self contained and easier to contribute if unit tests could be located within lib manager x instead of test manager x we don t want to move all unit tests within lib at once so this needs to be a special case for managers to begin with related to but i think it can be completed independently | 1 |
101,884 | 8,806,670,874 | IssuesEvent | 2018-12-27 05:48:53 | humera987/FXLabs-Test-Automation | https://api.github.com/repos/humera987/FXLabs-Test-Automation | closed | testing 3 : ApiV1JobsIdGetPathParamIdNullValue | testing 3 | Project : testing 3
Job : Default
Env : Default
Region : US_WEST
Result : fail
Status Code : 200
Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=NTBlNDUxYTctYzhjYS00MjA2LWE2YjktYTFjNmI3NGNkY2U2; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Thu, 27 Dec 2018 05:38:38 GMT]}
Endpoint : http://13.56.210.25/api/v1/jobs/null
Request :
Response :
{
"requestId" : "None",
"requestTime" : "2018-12-27T05:38:39.288+0000",
"errors" : true,
"messages" : [ ],
"data" : null,
"totalPages" : 0,
"totalElements" : 0
}
Logs :
2018-12-27 05:38:39 DEBUG [ApiV1JobsIdGetPathParamIdNullValue] : URL [http://13.56.210.25/api/v1/jobs/null]
2018-12-27 05:38:39 DEBUG [ApiV1JobsIdGetPathParamIdNullValue] : Method [GET]
2018-12-27 05:38:39 DEBUG [ApiV1JobsIdGetPathParamIdNullValue] : Request []
2018-12-27 05:38:39 DEBUG [ApiV1JobsIdGetPathParamIdNullValue] : Request-Headers [{Content-Type=[application/json], Accept=[application/json], Authorization=[Basic SHVtZXJhLy9odW1lcmFAZnhsYWJzLmlvOmh1bWVyYTEyMyQ=]}]
2018-12-27 05:38:39 DEBUG [ApiV1JobsIdGetPathParamIdNullValue] : Response [{
"requestId" : "None",
"requestTime" : "2018-12-27T05:38:39.288+0000",
"errors" : true,
"messages" : [ ],
"data" : null,
"totalPages" : 0,
"totalElements" : 0
}]
2018-12-27 05:38:39 DEBUG [ApiV1JobsIdGetPathParamIdNullValue] : Response-Headers [{X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=NTBlNDUxYTctYzhjYS00MjA2LWE2YjktYTFjNmI3NGNkY2U2; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Thu, 27 Dec 2018 05:38:38 GMT]}]
2018-12-27 05:38:39 DEBUG [ApiV1JobsIdGetPathParamIdNullValue] : StatusCode [200]
2018-12-27 05:38:39 DEBUG [ApiV1JobsIdGetPathParamIdNullValue] : Time [1462]
2018-12-27 05:38:39 DEBUG [ApiV1JobsIdGetPathParamIdNullValue] : Size [138]
2018-12-27 05:38:39 INFO [ApiV1JobsIdGetPathParamIdNullValue] : Assertion [@StatusCode != 401] resolved-to [200 != 401] result [Passed]
2018-12-27 05:38:39 ERROR [ApiV1JobsIdGetPathParamIdNullValue] : Assertion [@StatusCode != 200] resolved-to [200 != 200] result [Failed]
2018-12-27 05:38:39 INFO [ApiV1JobsIdGetPathParamIdNullValue] : Assertion [@StatusCode != 404] resolved-to [200 != 404] result [Passed]
--- FX Bot --- | 1.0 | testing 3 : ApiV1JobsIdGetPathParamIdNullValue - Project : testing 3
Job : Default
Env : Default
Region : US_WEST
Result : fail
Status Code : 200
Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=NTBlNDUxYTctYzhjYS00MjA2LWE2YjktYTFjNmI3NGNkY2U2; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Thu, 27 Dec 2018 05:38:38 GMT]}
Endpoint : http://13.56.210.25/api/v1/jobs/null
Request :
Response :
{
"requestId" : "None",
"requestTime" : "2018-12-27T05:38:39.288+0000",
"errors" : true,
"messages" : [ ],
"data" : null,
"totalPages" : 0,
"totalElements" : 0
}
Logs :
2018-12-27 05:38:39 DEBUG [ApiV1JobsIdGetPathParamIdNullValue] : URL [http://13.56.210.25/api/v1/jobs/null]
2018-12-27 05:38:39 DEBUG [ApiV1JobsIdGetPathParamIdNullValue] : Method [GET]
2018-12-27 05:38:39 DEBUG [ApiV1JobsIdGetPathParamIdNullValue] : Request []
2018-12-27 05:38:39 DEBUG [ApiV1JobsIdGetPathParamIdNullValue] : Request-Headers [{Content-Type=[application/json], Accept=[application/json], Authorization=[Basic SHVtZXJhLy9odW1lcmFAZnhsYWJzLmlvOmh1bWVyYTEyMyQ=]}]
2018-12-27 05:38:39 DEBUG [ApiV1JobsIdGetPathParamIdNullValue] : Response [{
"requestId" : "None",
"requestTime" : "2018-12-27T05:38:39.288+0000",
"errors" : true,
"messages" : [ ],
"data" : null,
"totalPages" : 0,
"totalElements" : 0
}]
2018-12-27 05:38:39 DEBUG [ApiV1JobsIdGetPathParamIdNullValue] : Response-Headers [{X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=NTBlNDUxYTctYzhjYS00MjA2LWE2YjktYTFjNmI3NGNkY2U2; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Thu, 27 Dec 2018 05:38:38 GMT]}]
2018-12-27 05:38:39 DEBUG [ApiV1JobsIdGetPathParamIdNullValue] : StatusCode [200]
2018-12-27 05:38:39 DEBUG [ApiV1JobsIdGetPathParamIdNullValue] : Time [1462]
2018-12-27 05:38:39 DEBUG [ApiV1JobsIdGetPathParamIdNullValue] : Size [138]
2018-12-27 05:38:39 INFO [ApiV1JobsIdGetPathParamIdNullValue] : Assertion [@StatusCode != 401] resolved-to [200 != 401] result [Passed]
2018-12-27 05:38:39 ERROR [ApiV1JobsIdGetPathParamIdNullValue] : Assertion [@StatusCode != 200] resolved-to [200 != 200] result [Failed]
2018-12-27 05:38:39 INFO [ApiV1JobsIdGetPathParamIdNullValue] : Assertion [@StatusCode != 404] resolved-to [200 != 404] result [Passed]
--- FX Bot --- | test | testing project testing job default env default region us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options set cookie content type transfer encoding date endpoint request response requestid none requesttime errors true messages data null totalpages totalelements logs debug url debug method debug request debug request headers accept authorization debug response requestid none requesttime errors true messages data null totalpages totalelements debug response headers x xss protection cache control pragma expires x frame options set cookie content type transfer encoding date debug statuscode debug time debug size info assertion resolved to result error assertion resolved to result info assertion resolved to result fx bot | 1 |
77,082 | 7,564,817,398 | IssuesEvent | 2018-04-21 01:55:05 | rancher/rancher | https://api.github.com/repos/rancher/rancher | closed | Can not remove catalog app | area/catalog kind/bug status/to-test version/2.0 | rancher/server:master 04/19
Catalog App cannot be removed. The state is always removing. | 1.0 | Can not remove catalog app - rancher/server:master 04/19
Catalog App cannot be removed. The state is always removing. | test | can not remove catalog app rancher server master catalog app cannot be removed the state is always removing | 1 |
88,130 | 8,132,045,505 | IssuesEvent | 2018-08-18 06:14:30 | TEAMMATES/teammates | https://api.github.com/repos/TEAMMATES/teammates | opened | FeedbackConstSumOptionQuestionUiTest failing on live server | a-Testing f-Questions s.ToInvestigate | v6.10.0
java.lang.AssertionError:
Expected :["Choice 3","Choice 1","Choice 2","Choice 4"]
Actual :["Choice 1","Choice 2","Choice 3","Choice 4"]
<Click to see difference>
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:101)
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:108)
at teammates.test.cases.BaseTestCase.assertEquals(BaseTestCase.java:143)
at teammates.test.cases.browsertests.FeedbackConstSumOptionQuestionUiTest.testReorderOptions(FeedbackConstSumOptionQuestionUiTest.java:285)
at teammates.test.cases.browsertests.FeedbackConstSumOptionQuestionUiTest.testEditPage(FeedbackConstSumOptionQuestionUiTest.java:58)
at teammates.test.cases.browsertests.FeedbackConstSumOptionQuestionUiTest.allTests(FeedbackConstSumOptionQuestionUiTest.java:45)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:659)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:845)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1153)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:771)
at org.testng.TestRunner.run(TestRunner.java:621)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:357)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:352)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:310)
at org.testng.SuiteRunner.run(SuiteRunner.java:259)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1199)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1124)
at org.testng.TestNG.run(TestNG.java:1032)
at org.testng.IDEARemoteTestNG.run(IDEARemoteTestNG.java:72)
at org.testng.RemoteTestNGStarter.main(RemoteTestNGStarter.java:123)
| 1.0 | FeedbackConstSumOptionQuestionUiTest failing on live server - v6.10.0
java.lang.AssertionError:
Expected :["Choice 3","Choice 1","Choice 2","Choice 4"]
Actual :["Choice 1","Choice 2","Choice 3","Choice 4"]
<Click to see difference>
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:101)
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:108)
at teammates.test.cases.BaseTestCase.assertEquals(BaseTestCase.java:143)
at teammates.test.cases.browsertests.FeedbackConstSumOptionQuestionUiTest.testReorderOptions(FeedbackConstSumOptionQuestionUiTest.java:285)
at teammates.test.cases.browsertests.FeedbackConstSumOptionQuestionUiTest.testEditPage(FeedbackConstSumOptionQuestionUiTest.java:58)
at teammates.test.cases.browsertests.FeedbackConstSumOptionQuestionUiTest.allTests(FeedbackConstSumOptionQuestionUiTest.java:45)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:659)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:845)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1153)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:771)
at org.testng.TestRunner.run(TestRunner.java:621)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:357)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:352)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:310)
at org.testng.SuiteRunner.run(SuiteRunner.java:259)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1199)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1124)
at org.testng.TestNG.run(TestNG.java:1032)
at org.testng.IDEARemoteTestNG.run(IDEARemoteTestNG.java:72)
at org.testng.RemoteTestNGStarter.main(RemoteTestNGStarter.java:123)
| test | feedbackconstsumoptionquestionuitest failing on live server java lang assertionerror expected actual at org testng assertjunit assertequals assertjunit java at org testng assertjunit assertequals assertjunit java at teammates test cases basetestcase assertequals basetestcase java at teammates test cases browsertests feedbackconstsumoptionquestionuitest testreorderoptions feedbackconstsumoptionquestionuitest java at teammates test cases browsertests feedbackconstsumoptionquestionuitest testeditpage feedbackconstsumoptionquestionuitest java at teammates test cases browsertests feedbackconstsumoptionquestionuitest alltests feedbackconstsumoptionquestionuitest java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal invoker invokemethod invoker java at org testng internal invoker invoketestmethod invoker java at org testng internal invoker invoketestmethods invoker java at org testng internal testmethodworker invoketestmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at org testng testrunner privaterun testrunner java at org testng testrunner run testrunner java at org testng suiterunner runtest suiterunner java at org testng suiterunner runsequentially suiterunner java at org testng suiterunner privaterun suiterunner java at org testng suiterunner run suiterunner java at org testng suiterunnerworker runsuite suiterunnerworker java at org testng suiterunnerworker run suiterunnerworker java at org testng testng runsuitessequentially testng java at org testng testng runsuiteslocally testng java at org testng testng run testng java at org testng idearemotetestng run idearemotetestng java at org testng remotetestngstarter main remotetestngstarter java | 1 |
313,896 | 23,495,778,956 | IssuesEvent | 2022-08-18 01:06:30 | Requisitos-de-Software/2022.1-TikTok | https://api.github.com/repos/Requisitos-de-Software/2022.1-TikTok | closed | Verificação do artefato Storytelling | documentation | ## Descrição
Elaborar documento de verificação para o Storytelling
## Tarefas
- [x] Adicionar versionamento
- [x] Adicionar introdução
- [x] Adicionar metodologia
- [x] Adicionar checklist
- [x] Adicionar referências
## Critérios de aceitação
- [x] Documento no repositório | 1.0 | Verificação do artefato Storytelling - ## Descrição
Elaborar documento de verificação para o Storytelling
## Tarefas
- [x] Adicionar versionamento
- [x] Adicionar introdução
- [x] Adicionar metodologia
- [x] Adicionar checklist
- [x] Adicionar referências
## Critérios de aceitação
- [x] Documento no repositório | non_test | verificação do artefato storytelling descrição elaborar documento de verificação para o storytelling tarefas adicionar versionamento adicionar introdução adicionar metodologia adicionar checklist adicionar referências critérios de aceitação documento no repositório | 0 |
165,054 | 20,574,121,496 | IssuesEvent | 2022-03-04 01:22:35 | panasalap/linux-4.1.15 | https://api.github.com/repos/panasalap/linux-4.1.15 | opened | CVE-2022-25258 (Medium) detected in linux179e72b561d3d331c850e1a5779688d7a7de5246 | security vulnerability | ## CVE-2022-25258 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux179e72b561d3d331c850e1a5779688d7a7de5246</b></p></summary>
<p>
<p>Linux kernel stable tree mirror</p>
<p>Library home page: <a href=https://github.com/gregkh/linux.git>https://github.com/gregkh/linux.git</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 (1)</summary>
<p></p>
<p>
</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>
An issue was discovered in drivers/usb/gadget/composite.c in the Linux kernel before 5.16.10. The USB Gadget subsystem lacks certain validation of interface OS descriptor requests (ones with a large array index and ones associated with NULL function pointer retrieval). Memory corruption might occur.
<p>Publish Date: 2022-02-16
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-25258>CVE-2022-25258</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>4.6</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Physical
- 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25258">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25258</a></p>
<p>Release Date: 2022-02-16</p>
<p>Fix Resolution: v5.17-rc4</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-2022-25258 (Medium) detected in linux179e72b561d3d331c850e1a5779688d7a7de5246 - ## CVE-2022-25258 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux179e72b561d3d331c850e1a5779688d7a7de5246</b></p></summary>
<p>
<p>Linux kernel stable tree mirror</p>
<p>Library home page: <a href=https://github.com/gregkh/linux.git>https://github.com/gregkh/linux.git</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 (1)</summary>
<p></p>
<p>
</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>
An issue was discovered in drivers/usb/gadget/composite.c in the Linux kernel before 5.16.10. The USB Gadget subsystem lacks certain validation of interface OS descriptor requests (ones with a large array index and ones associated with NULL function pointer retrieval). Memory corruption might occur.
<p>Publish Date: 2022-02-16
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-25258>CVE-2022-25258</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>4.6</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Physical
- 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25258">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25258</a></p>
<p>Release Date: 2022-02-16</p>
<p>Fix Resolution: v5.17-rc4</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve medium detected in cve medium severity vulnerability vulnerable library linux kernel stable tree mirror library home page a href found in base branch master vulnerable source files vulnerability details an issue was discovered in drivers usb gadget composite c in the linux kernel before the usb gadget subsystem lacks certain validation of interface os descriptor requests ones with a large array index and ones associated with null function pointer retrieval memory corruption might occur publish date url a href cvss score details base score metrics exploitability metrics attack vector physical 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 step up your open source security game with whitesource | 0 |
239,582 | 7,799,819,630 | IssuesEvent | 2018-06-09 00:51:52 | tine20/Tine-2.0-Open-Source-Groupware-and-CRM | https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM | closed | 0005628:
rename default timesheet favorites -> "My ... timesheets ..." | Mantis Timetracker high priority | **Reported by pschuele on 10 Feb 2012 10:58**
**Version:** Milan (2012-03) Beta 2
rename default timesheet favorites -> "My ... timesheets ..."
| 1.0 | 0005628:
rename default timesheet favorites -> "My ... timesheets ..." - **Reported by pschuele on 10 Feb 2012 10:58**
**Version:** Milan (2012-03) Beta 2
rename default timesheet favorites -> "My ... timesheets ..."
| non_test | rename default timesheet favorites my timesheets reported by pschuele on feb version milan beta rename default timesheet favorites gt quot my timesheets quot | 0 |
89,703 | 8,212,176,298 | IssuesEvent | 2018-09-04 15:36:32 | phetsims/hookes-law | https://api.github.com/repos/phetsims/hookes-law | closed | CT: Assertion failed: reentry detected | type:automated-testing | ```
hookes-law : fuzz : require.js : run
Uncaught Error: Assertion failed: reentry detected, value=0.1063829787234043, oldValue=0.10638297872340426
Error: Assertion failed: reentry detected, value=0.1063829787234043, oldValue=0.10638297872340426
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536061958231:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536061958231:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536061958231:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536061958231:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/SingleSpringSystem.js?bust=1536061958231:52:40)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536061958231:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536061958231:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536061958231:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536061958231:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : fuzz : require.js : run
Uncaught Error: Assertion failed: reentry detected, value=1000, oldValue=940
Error: Assertion failed: reentry detected, value=1000, oldValue=940
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536061958231:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536061958231:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536061958231:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536061958231:86:30)
at handleTrackEvent (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/sun/js/SliderTrack.js?bust=1536061958231:95:23)
at drag (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/sun/js/SliderTrack.js?bust=1536061958231:112:9)
at Object.move (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/scenery/js/input/SimpleDragHandler.js?bust=1536061958231:199:29)
at Input.dispatchToListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/scenery/js/input/Input.js?bust=1536061958231:1352:27)
at Input.dispatchEvent (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/scenery/js/input/Input.js?bust=1536061958231:1308:12)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : fuzz : require.js : run
Uncaught Error: Assertion failed: reentry detected, value=0.12658227848101267, oldValue=0.127
Error: Assertion failed: reentry detected, value=0.12658227848101267, oldValue=0.127
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536065542129:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536065542129:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536065542129:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536065542129:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/Spring.js?bust=1536065542129:183:33)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536065542129:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536065542129:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536065542129:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536065542129:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : fuzz : require.js-canvas : run
Uncaught Error: Assertion failed: reentry detected, value=-0.040000000000000036, oldValue=-0.04
Error: Assertion failed: reentry detected, value=-0.040000000000000036, oldValue=-0.04
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536064130300:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/SingleSpringSystem.js?bust=1536064130300:52:40)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536064130300:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : fuzz : require.js-canvas : run
Uncaught Error: Assertion failed: reentry detected, value=0.1, oldValue=-0.040000000000000036
Error: Assertion failed: reentry detected, value=0.1, oldValue=-0.040000000000000036
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536064130300:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/Spring.js?bust=1536064130300:183:33)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536064130300:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : fuzz : require.js-canvas : run
Uncaught Error: Assertion failed: reentry detected, value=0.9349999999999999, oldValue=0.935
Error: Assertion failed: reentry detected, value=0.9349999999999999, oldValue=0.935
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066294670:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066294670:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066294670:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536066294670:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/Spring.js?bust=1536066294670:183:33)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536066294670:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066294670:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066294670:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066294670:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : phet-io-fuzz : require.js : run
Uncaught Error: Assertion failed: reentry detected, value=0.09800000000000007, oldValue=0.09800000000000009
Error: Assertion failed: reentry detected, value=0.09800000000000007, oldValue=0.09800000000000009
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536063217174:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/Spring.js?bust=1536063217174:183:33)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536063217174:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : phet-io-fuzz : require.js : run
Uncaught Error: Assertion failed: reentry detected, value=0.5, oldValue=0.09800000000000007
Error: Assertion failed: reentry detected, value=0.5, oldValue=0.09800000000000007
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536063217174:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/SingleSpringSystem.js?bust=1536063217174:52:40)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536063217174:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : phet-io-fuzz : require.js : run
Uncaught Error: Assertion failed: reentry detected, value=-0.10000000000000009, oldValue=-0.1
Error: Assertion failed: reentry detected, value=-0.10000000000000009, oldValue=-0.1
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066039380:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066039380:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066039380:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536066039380:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/SingleSpringSystem.js?bust=1536066039380:52:40)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536066039380:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066039380:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066039380:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066039380:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : phet-io-fuzz : require.js : run
Uncaught Error: Assertion failed: reentry detected, value=0.0024999999999999467, oldValue=0.0025
Error: Assertion failed: reentry detected, value=0.0024999999999999467, oldValue=0.0025
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536068955557:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/systems/model/ParallelSystem.js?bust=1536068955557:122:52)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536068955557:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : phet-io-fuzz : require.js : run
Uncaught Error: Assertion failed: reentry detected, value=0.0022222222222222222, oldValue=0.0024999999999999467
Error: Assertion failed: reentry detected, value=0.0022222222222222222, oldValue=0.0024999999999999467
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536068955557:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/Spring.js?bust=1536068955557:196:35)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536068955557:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : phet-io-tests
7 out of 7 tests passed. 0 failed.
Approximately 9/4/2018, 5:33:55 AM
hookes-law : xss-fuzz : run
Uncaught Error: Assertion failed: reentry detected, value=-0.010000000000000009, oldValue=-0.01
Error: Assertion failed: reentry detected, value=-0.010000000000000009, oldValue=-0.01
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536062179472:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536062179472:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536062179472:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536062179472:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/SingleSpringSystem.js?bust=1536062179472:52:40)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536062179472:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536062179472:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536062179472:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536062179472:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : xss-fuzz : run
Uncaught Error: Assertion failed: reentry detected, value=0.21739130434782616, oldValue=0.21739130434782608
Error: Assertion failed: reentry detected, value=0.21739130434782616, oldValue=0.21739130434782608
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064569599:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064569599:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064569599:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536064569599:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/systems/model/ParallelSystem.js?bust=1536064569599:122:52)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536064569599:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064569599:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064569599:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064569599:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : xss-fuzz : run
Uncaught Error: Assertion failed: reentry detected, value=600, oldValue=260
Error: Assertion failed: reentry detected, value=600, oldValue=260
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064569599:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064569599:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064569599:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536064569599:86:30)
at handleTrackEvent (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/sun/js/SliderTrack.js?bust=1536064569599:95:23)
at drag (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/sun/js/SliderTrack.js?bust=1536064569599:112:9)
at Object.move (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/scenery/js/input/SimpleDragHandler.js?bust=1536064569599:199:29)
at Input.dispatchToListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/scenery/js/input/Input.js?bust=1536064569599:1352:27)
at Input.dispatchEvent (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/scenery/js/input/Input.js?bust=1536064569599:1308:12)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : xss-fuzz : run
Uncaught Error: Assertion failed: reentry detected, value=0.36700000000000005, oldValue=0.367
Error: Assertion failed: reentry detected, value=0.36700000000000005, oldValue=0.367
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536067273013:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536067273013:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536067273013:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536067273013:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/Spring.js?bust=1536067273013:183:33)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536067273013:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536067273013:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536067273013:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536067273013:230:16)
Approximately 9/4/2018, 5:33:55 AM
``` | 1.0 | CT: Assertion failed: reentry detected - ```
hookes-law : fuzz : require.js : run
Uncaught Error: Assertion failed: reentry detected, value=0.1063829787234043, oldValue=0.10638297872340426
Error: Assertion failed: reentry detected, value=0.1063829787234043, oldValue=0.10638297872340426
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536061958231:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536061958231:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536061958231:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536061958231:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/SingleSpringSystem.js?bust=1536061958231:52:40)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536061958231:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536061958231:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536061958231:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536061958231:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : fuzz : require.js : run
Uncaught Error: Assertion failed: reentry detected, value=1000, oldValue=940
Error: Assertion failed: reentry detected, value=1000, oldValue=940
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536061958231:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536061958231:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536061958231:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536061958231:86:30)
at handleTrackEvent (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/sun/js/SliderTrack.js?bust=1536061958231:95:23)
at drag (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/sun/js/SliderTrack.js?bust=1536061958231:112:9)
at Object.move (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/scenery/js/input/SimpleDragHandler.js?bust=1536061958231:199:29)
at Input.dispatchToListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/scenery/js/input/Input.js?bust=1536061958231:1352:27)
at Input.dispatchEvent (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/scenery/js/input/Input.js?bust=1536061958231:1308:12)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : fuzz : require.js : run
Uncaught Error: Assertion failed: reentry detected, value=0.12658227848101267, oldValue=0.127
Error: Assertion failed: reentry detected, value=0.12658227848101267, oldValue=0.127
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536065542129:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536065542129:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536065542129:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536065542129:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/Spring.js?bust=1536065542129:183:33)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536065542129:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536065542129:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536065542129:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536065542129:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : fuzz : require.js-canvas : run
Uncaught Error: Assertion failed: reentry detected, value=-0.040000000000000036, oldValue=-0.04
Error: Assertion failed: reentry detected, value=-0.040000000000000036, oldValue=-0.04
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536064130300:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/SingleSpringSystem.js?bust=1536064130300:52:40)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536064130300:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : fuzz : require.js-canvas : run
Uncaught Error: Assertion failed: reentry detected, value=0.1, oldValue=-0.040000000000000036
Error: Assertion failed: reentry detected, value=0.1, oldValue=-0.040000000000000036
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536064130300:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/Spring.js?bust=1536064130300:183:33)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536064130300:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064130300:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : fuzz : require.js-canvas : run
Uncaught Error: Assertion failed: reentry detected, value=0.9349999999999999, oldValue=0.935
Error: Assertion failed: reentry detected, value=0.9349999999999999, oldValue=0.935
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066294670:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066294670:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066294670:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536066294670:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/Spring.js?bust=1536066294670:183:33)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536066294670:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066294670:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066294670:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066294670:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : phet-io-fuzz : require.js : run
Uncaught Error: Assertion failed: reentry detected, value=0.09800000000000007, oldValue=0.09800000000000009
Error: Assertion failed: reentry detected, value=0.09800000000000007, oldValue=0.09800000000000009
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536063217174:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/Spring.js?bust=1536063217174:183:33)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536063217174:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : phet-io-fuzz : require.js : run
Uncaught Error: Assertion failed: reentry detected, value=0.5, oldValue=0.09800000000000007
Error: Assertion failed: reentry detected, value=0.5, oldValue=0.09800000000000007
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536063217174:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/SingleSpringSystem.js?bust=1536063217174:52:40)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536063217174:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536063217174:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : phet-io-fuzz : require.js : run
Uncaught Error: Assertion failed: reentry detected, value=-0.10000000000000009, oldValue=-0.1
Error: Assertion failed: reentry detected, value=-0.10000000000000009, oldValue=-0.1
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066039380:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066039380:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066039380:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536066039380:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/SingleSpringSystem.js?bust=1536066039380:52:40)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536066039380:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066039380:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066039380:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536066039380:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : phet-io-fuzz : require.js : run
Uncaught Error: Assertion failed: reentry detected, value=0.0024999999999999467, oldValue=0.0025
Error: Assertion failed: reentry detected, value=0.0024999999999999467, oldValue=0.0025
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536068955557:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/systems/model/ParallelSystem.js?bust=1536068955557:122:52)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536068955557:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : phet-io-fuzz : require.js : run
Uncaught Error: Assertion failed: reentry detected, value=0.0022222222222222222, oldValue=0.0024999999999999467
Error: Assertion failed: reentry detected, value=0.0022222222222222222, oldValue=0.0024999999999999467
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536068955557:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/Spring.js?bust=1536068955557:196:35)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536068955557:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536068955557:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : phet-io-tests
7 out of 7 tests passed. 0 failed.
Approximately 9/4/2018, 5:33:55 AM
hookes-law : xss-fuzz : run
Uncaught Error: Assertion failed: reentry detected, value=-0.010000000000000009, oldValue=-0.01
Error: Assertion failed: reentry detected, value=-0.010000000000000009, oldValue=-0.01
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536062179472:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536062179472:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536062179472:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536062179472:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/SingleSpringSystem.js?bust=1536062179472:52:40)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536062179472:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536062179472:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536062179472:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536062179472:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : xss-fuzz : run
Uncaught Error: Assertion failed: reentry detected, value=0.21739130434782616, oldValue=0.21739130434782608
Error: Assertion failed: reentry detected, value=0.21739130434782616, oldValue=0.21739130434782608
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064569599:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064569599:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064569599:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536064569599:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/systems/model/ParallelSystem.js?bust=1536064569599:122:52)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536064569599:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064569599:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064569599:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064569599:230:16)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : xss-fuzz : run
Uncaught Error: Assertion failed: reentry detected, value=600, oldValue=260
Error: Assertion failed: reentry detected, value=600, oldValue=260
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064569599:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064569599:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536064569599:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536064569599:86:30)
at handleTrackEvent (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/sun/js/SliderTrack.js?bust=1536064569599:95:23)
at drag (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/sun/js/SliderTrack.js?bust=1536064569599:112:9)
at Object.move (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/scenery/js/input/SimpleDragHandler.js?bust=1536064569599:199:29)
at Input.dispatchToListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/scenery/js/input/Input.js?bust=1536064569599:1352:27)
at Input.dispatchEvent (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/scenery/js/input/Input.js?bust=1536064569599:1308:12)
Approximately 9/4/2018, 5:33:55 AM
hookes-law : xss-fuzz : run
Uncaught Error: Assertion failed: reentry detected, value=0.36700000000000005, oldValue=0.367
Error: Assertion failed: reentry detected, value=0.36700000000000005, oldValue=0.367
at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/assert/js/assert.js:22:13)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536067273013:301:19)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536067273013:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536067273013:230:16)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/NumberProperty.js?bust=1536067273013:86:30)
at Array.<anonymous> (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/hookes-law/js/common/model/Spring.js?bust=1536067273013:183:33)
at Emitter.emit2 (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Emitter.js?bust=1536067273013:180:49)
at NumberProperty._notifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536067273013:304:29)
at NumberProperty.setValueAndNotifyListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536067273013:287:14)
at NumberProperty.set (https://bayes.colorado.edu/continuous-testing/snapshot-1536060835006/axon/js/Property.js?bust=1536067273013:230:16)
Approximately 9/4/2018, 5:33:55 AM
``` | test | ct assertion failed reentry detected hookes law fuzz require js run uncaught error assertion failed reentry detected value oldvalue error assertion failed reentry detected value oldvalue at window assertions assertfunction at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set at numberproperty set at array at emitter at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set approximately am hookes law fuzz require js run uncaught error assertion failed reentry detected value oldvalue error assertion failed reentry detected value oldvalue at window assertions assertfunction at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set at numberproperty set at handletrackevent at drag at object move at input dispatchtolisteners at input dispatchevent approximately am hookes law fuzz require js run uncaught error assertion failed reentry detected value oldvalue error assertion failed reentry detected value oldvalue at window assertions assertfunction at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set at numberproperty set at array at emitter at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set approximately am hookes law fuzz require js canvas run uncaught error assertion failed reentry detected value oldvalue error assertion failed reentry detected value oldvalue at window assertions assertfunction at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set at numberproperty set at array at emitter at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set approximately am hookes law fuzz require js canvas run uncaught error assertion failed reentry detected value oldvalue error assertion failed reentry detected value oldvalue at window assertions assertfunction at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set at numberproperty set at array at emitter at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set approximately am hookes law fuzz require js canvas run uncaught error assertion failed reentry detected value oldvalue error assertion failed reentry detected value oldvalue at window assertions assertfunction at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set at numberproperty set at array at emitter at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set approximately am hookes law phet io fuzz require js run uncaught error assertion failed reentry detected value oldvalue error assertion failed reentry detected value oldvalue at window assertions assertfunction at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set at numberproperty set at array at emitter at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set approximately am hookes law phet io fuzz require js run uncaught error assertion failed reentry detected value oldvalue error assertion failed reentry detected value oldvalue at window assertions assertfunction at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set at numberproperty set at array at emitter at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set approximately am hookes law phet io fuzz require js run uncaught error assertion failed reentry detected value oldvalue error assertion failed reentry detected value oldvalue at window assertions assertfunction at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set at numberproperty set at array at emitter at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set approximately am hookes law phet io fuzz require js run uncaught error assertion failed reentry detected value oldvalue error assertion failed reentry detected value oldvalue at window assertions assertfunction at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set at numberproperty set at array at emitter at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set approximately am hookes law phet io fuzz require js run uncaught error assertion failed reentry detected value oldvalue error assertion failed reentry detected value oldvalue at window assertions assertfunction at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set at numberproperty set at array at emitter at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set approximately am hookes law phet io tests out of tests passed failed approximately am hookes law xss fuzz run uncaught error assertion failed reentry detected value oldvalue error assertion failed reentry detected value oldvalue at window assertions assertfunction at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set at numberproperty set at array at emitter at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set approximately am hookes law xss fuzz run uncaught error assertion failed reentry detected value oldvalue error assertion failed reentry detected value oldvalue at window assertions assertfunction at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set at numberproperty set at array at emitter at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set approximately am hookes law xss fuzz run uncaught error assertion failed reentry detected value oldvalue error assertion failed reentry detected value oldvalue at window assertions assertfunction at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set at numberproperty set at handletrackevent at drag at object move at input dispatchtolisteners at input dispatchevent approximately am hookes law xss fuzz run uncaught error assertion failed reentry detected value oldvalue error assertion failed reentry detected value oldvalue at window assertions assertfunction at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set at numberproperty set at array at emitter at numberproperty notifylisteners at numberproperty setvalueandnotifylisteners at numberproperty set approximately am | 1 |
211,477 | 16,244,350,986 | IssuesEvent | 2021-05-07 13:14:40 | ValveSoftware/Proton | https://api.github.com/repos/ValveSoftware/Proton | closed | Proton based titles are not going well with Turkish Q keyboard layout | Need Retest | As the title says , titles using Proton are not recognizing keyboard layout correctly.
For example : It says press V to access binocular but V key is not responding.
That was also an issue with Wine as well.
Sad to see it is not any better on Proton. | 1.0 | Proton based titles are not going well with Turkish Q keyboard layout - As the title says , titles using Proton are not recognizing keyboard layout correctly.
For example : It says press V to access binocular but V key is not responding.
That was also an issue with Wine as well.
Sad to see it is not any better on Proton. | test | proton based titles are not going well with turkish q keyboard layout as the title says titles using proton are not recognizing keyboard layout correctly for example it says press v to access binocular but v key is not responding that was also an issue with wine as well sad to see it is not any better on proton | 1 |
98,041 | 8,674,285,343 | IssuesEvent | 2018-11-30 06:56:04 | humera987/FXLabs-Test-Automation | https://api.github.com/repos/humera987/FXLabs-Test-Automation | reopened | FXLabs Testing 30 : ApiV1ProjectsIdSearchAutoSuggestionsSearchStatusGetQueryParamKeywordEmptyValue | FXLabs Testing 30 | Project : FXLabs Testing 30
Job : UAT
Env : UAT
Region : US_WEST
Result : fail
Status Code : 404
Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=YjVmNWZlNTItMTEwYi00NmJhLWIyOGItZmIxNmZjNWU0ZWEw; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 30 Nov 2018 06:41:31 GMT]}
Endpoint : http://13.56.210.25/api/v1/api/v1/projects/KzkIMQwZ/search-auto-suggestions/search/KzkIMQwZ?keyword=
Request :
Response :
{
"timestamp" : "2018-11-30T06:41:31.935+0000",
"status" : 404,
"error" : "Not Found",
"message" : "No message available",
"path" : "/api/v1/api/v1/projects/KzkIMQwZ/search-auto-suggestions/search/KzkIMQwZ"
}
Logs :
Assertion [@StatusCode != 401] resolved-to [404 != 401] result [Passed]Assertion [@StatusCode != 500] resolved-to [404 != 500] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]Assertion [@StatusCode != 200] resolved-to [404 != 200] result [Passed]
--- FX Bot --- | 1.0 | FXLabs Testing 30 : ApiV1ProjectsIdSearchAutoSuggestionsSearchStatusGetQueryParamKeywordEmptyValue - Project : FXLabs Testing 30
Job : UAT
Env : UAT
Region : US_WEST
Result : fail
Status Code : 404
Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=YjVmNWZlNTItMTEwYi00NmJhLWIyOGItZmIxNmZjNWU0ZWEw; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 30 Nov 2018 06:41:31 GMT]}
Endpoint : http://13.56.210.25/api/v1/api/v1/projects/KzkIMQwZ/search-auto-suggestions/search/KzkIMQwZ?keyword=
Request :
Response :
{
"timestamp" : "2018-11-30T06:41:31.935+0000",
"status" : 404,
"error" : "Not Found",
"message" : "No message available",
"path" : "/api/v1/api/v1/projects/KzkIMQwZ/search-auto-suggestions/search/KzkIMQwZ"
}
Logs :
Assertion [@StatusCode != 401] resolved-to [404 != 401] result [Passed]Assertion [@StatusCode != 500] resolved-to [404 != 500] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]Assertion [@StatusCode != 200] resolved-to [404 != 200] result [Passed]
--- FX Bot --- | test | fxlabs testing project fxlabs testing job uat env uat region us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options set cookie content type transfer encoding date endpoint request response timestamp status error not found message no message available path api api projects kzkimqwz search auto suggestions search kzkimqwz logs assertion resolved to result assertion resolved to result assertion resolved to result assertion resolved to result fx bot | 1 |
421,058 | 28,307,906,240 | IssuesEvent | 2023-04-10 12:54:11 | bounswe/bounswe2023group6 | https://api.github.com/repos/bounswe/bounswe2023group6 | opened | Forming Individual Contribution Report for Milestone 1 | type: documentation priority: high area: wiki area: milestone | ### Problem
As part of Milestone 1 deliverables, each member of the team is tasked with creating an Individual Contribution page involving their work represented in issues, up to Milestone 1. These pages will be included in the Milestone 1 report.
### Solution
- [ ] Create a page titled "Undividual Contribution of Sena Özpınar for Milestone 1".
- [ ] Fill the page's content with the following sections:
> - [ ] Member info
> - [ ] Responsibilities
> - [ ] Main contributions shown in issues
> - [ ] Management Related Significant Issues
> - [ ] Additional Info(Optional)
### Documentation
A link for the page will be added once its created.
### Additional notes
_No response_
### Reviewers
Sena Özpınar
### Deadline
10.04.2023-Monday 20:00 | 1.0 | Forming Individual Contribution Report for Milestone 1 - ### Problem
As part of Milestone 1 deliverables, each member of the team is tasked with creating an Individual Contribution page involving their work represented in issues, up to Milestone 1. These pages will be included in the Milestone 1 report.
### Solution
- [ ] Create a page titled "Undividual Contribution of Sena Özpınar for Milestone 1".
- [ ] Fill the page's content with the following sections:
> - [ ] Member info
> - [ ] Responsibilities
> - [ ] Main contributions shown in issues
> - [ ] Management Related Significant Issues
> - [ ] Additional Info(Optional)
### Documentation
A link for the page will be added once its created.
### Additional notes
_No response_
### Reviewers
Sena Özpınar
### Deadline
10.04.2023-Monday 20:00 | non_test | forming individual contribution report for milestone problem as part of milestone deliverables each member of the team is tasked with creating an individual contribution page involving their work represented in issues up to milestone these pages will be included in the milestone report solution create a page titled undividual contribution of sena özpınar for milestone fill the page s content with the following sections member info responsibilities main contributions shown in issues management related significant issues additional info optional documentation a link for the page will be added once its created additional notes no response reviewers sena özpınar deadline monday | 0 |
67,057 | 20,826,318,492 | IssuesEvent | 2022-03-18 21:26:36 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Space room list header covers the list | T-Defect S-Minor A-Spaces-Settings A-Appearance O-Occasional | ### Steps to reproduce
1. Open Space setting
2. Add some rooms
3. Change window size
### Outcome
#### What did you expect?
The list header should be wrapped.
https://user-images.githubusercontent.com/3362943/158959733-d14230e6-fbb4-4cae-830d-311883d818e6.mp4
#### What happened instead?
The buttons covers the room list, and you cannot select a room.
https://user-images.githubusercontent.com/3362943/158959769-a64df65d-f608-45c0-b349-abdf253736c9.mp4
### Operating system
_No response_
### Browser information
Firefox
### URL for webapp
localhost
### Application version
develop branch
### Homeserver
_No response_
### Will you send logs?
No | 1.0 | Space room list header covers the list - ### Steps to reproduce
1. Open Space setting
2. Add some rooms
3. Change window size
### Outcome
#### What did you expect?
The list header should be wrapped.
https://user-images.githubusercontent.com/3362943/158959733-d14230e6-fbb4-4cae-830d-311883d818e6.mp4
#### What happened instead?
The buttons covers the room list, and you cannot select a room.
https://user-images.githubusercontent.com/3362943/158959769-a64df65d-f608-45c0-b349-abdf253736c9.mp4
### Operating system
_No response_
### Browser information
Firefox
### URL for webapp
localhost
### Application version
develop branch
### Homeserver
_No response_
### Will you send logs?
No | non_test | space room list header covers the list steps to reproduce open space setting add some rooms change window size outcome what did you expect the list header should be wrapped what happened instead the buttons covers the room list and you cannot select a room operating system no response browser information firefox url for webapp localhost application version develop branch homeserver no response will you send logs no | 0 |
58,678 | 11,904,771,262 | IssuesEvent | 2020-03-30 17:24:29 | home-assistant/brands | https://api.github.com/repos/home-assistant/brands | closed | AdGuard Home is missing brand images | has-codeowner has-config-flow |
## The problem
The AdGuard Home integration has missing brand images.
We recently started this Brands repository, to create a centralized storage
of all brand-related images. These images are used on our website and the
Home Assistant frontend.
The following images are missing and would ideally be added:
- `src/adguard/logo.png`
- `src/adguard/icon@2x.png`
- `src/adguard/logo@2x.png`
For image specifications and requirements, please see [README.md](https://github.com/home-assistant/brands/blob/master/README.md).
## Additional information
For more information about this repository, read the
[README.md](https://github.com/home-assistant/brands/blob/master/README.md)
file of this repository. It contains information on how this repository works,
and image specification and requirements.
## Codeowner mention
Hi there, @frenck! Mind taking a look at this issue as it is
with an integration (adguard) you are listed as a
[codeowner](https://github.com/home-assistant/core/blob/dev/homeassistant/components/adguard/manifest.json)
for? Thanks!
Resolving this issue is not limited to codeowners! If you want to help us
out, feel free to resolve this issue! Thanks already!
| 1.0 | AdGuard Home is missing brand images -
## The problem
The AdGuard Home integration has missing brand images.
We recently started this Brands repository, to create a centralized storage
of all brand-related images. These images are used on our website and the
Home Assistant frontend.
The following images are missing and would ideally be added:
- `src/adguard/logo.png`
- `src/adguard/icon@2x.png`
- `src/adguard/logo@2x.png`
For image specifications and requirements, please see [README.md](https://github.com/home-assistant/brands/blob/master/README.md).
## Additional information
For more information about this repository, read the
[README.md](https://github.com/home-assistant/brands/blob/master/README.md)
file of this repository. It contains information on how this repository works,
and image specification and requirements.
## Codeowner mention
Hi there, @frenck! Mind taking a look at this issue as it is
with an integration (adguard) you are listed as a
[codeowner](https://github.com/home-assistant/core/blob/dev/homeassistant/components/adguard/manifest.json)
for? Thanks!
Resolving this issue is not limited to codeowners! If you want to help us
out, feel free to resolve this issue! Thanks already!
| non_test | adguard home is missing brand images the problem the adguard home integration has missing brand images we recently started this brands repository to create a centralized storage of all brand related images these images are used on our website and the home assistant frontend the following images are missing and would ideally be added src adguard logo png src adguard icon png src adguard logo png for image specifications and requirements please see additional information for more information about this repository read the file of this repository it contains information on how this repository works and image specification and requirements codeowner mention hi there frenck mind taking a look at this issue as it is with an integration adguard you are listed as a for thanks resolving this issue is not limited to codeowners if you want to help us out feel free to resolve this issue thanks already | 0 |
214,362 | 16,583,085,936 | IssuesEvent | 2021-05-31 14:27:06 | pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas | closed | Weekmask & holidays error in CustomBusinessHour | Needs Tests good first issue | #### Code Sample, a copy-pastable example if possible
```python
from pandas.tseries.offsets import CustomBusinessDay, CustomBusinessHour
import pandas as pd
import datetime
weekmask = 'Mon Tue Wed Thu Fri Sat'
holidays=['2018-11-09']
bday = CustomBusinessDay(weekmask=weekmask,holidays=holidays)
dt=datetime.datetime(2018,11,8)
print dt+1*bday
# Holidays keyword is supported.
# Output: Timestamp('2018-11-10 00:00:00')
bh = CustomBusinessHour(start='08:00', end='17:00', weekmask=weekmask,holidays=holidays)
print pd.Timestamp('2018-11-08 08:00')+10*bh
# Expected output: 2018-11-10 09:00:00 ,holidays keyword is not supported.
# Output:Timestamp('2018-11-09 09:00:00')
print pd.Timestamp('2018-11-08 08:00')+18*bh
# Seems right?
# Timestamp('2018-11-12 08:00:00')
bh = CustomBusinessHour(start='08:00', end='17:00', weekmask='Tue Wed Thu Fri Sat',holidays=holidays)
print pd.Timestamp('2018-11-08 08:00')+18*bh
# Expected output: 2018-11-13 08:00:00, weekmask keyword is not supported.
# Timestamp('2018-11-12 08:00:00')
```
#### Problem description
1. Could Saturday be set as weekday?
2. Could I use weekmask / holidays by CustomBusinessHour?
#### Expected Output
#### Output of ``pd.show_versions()``
<details>
INSTALLED VERSIONS
------------------
commit: None
python: 2.7.15.final.0
python-bits: 64
OS: Windows
OS-release: 10
machine: AMD64
processor: Intel64 Family 6 Model 142 Stepping 9, GenuineIntel
byteorder: little
LC_ALL: None
LANG: None
LOCALE: None.None
pandas: 0.21.0
pytest: None
pip: 10.0.1
setuptools: 39.0.1
Cython: 0.27.3
numpy: 1.15.0
scipy: 1.0.0
pyarrow: None
xarray: None
IPython: 5.5.0
sphinx: None
patsy: None
dateutil: 2.6.1
pytz: 2017.3
blosc: None
bottleneck: None
tables: None
numexpr: None
feather: None
matplotlib: 2.2.2
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: 1.0.2
lxml: None
bs4: None
html5lib: 1.0b10
sqlalchemy: None
pymysql: None
psycopg2: None
jinja2: 2.9.6
s3fs: None
fastparquet: None
pandas_gbq: None
pandas_datareader: None
</details>
| 1.0 | Weekmask & holidays error in CustomBusinessHour - #### Code Sample, a copy-pastable example if possible
```python
from pandas.tseries.offsets import CustomBusinessDay, CustomBusinessHour
import pandas as pd
import datetime
weekmask = 'Mon Tue Wed Thu Fri Sat'
holidays=['2018-11-09']
bday = CustomBusinessDay(weekmask=weekmask,holidays=holidays)
dt=datetime.datetime(2018,11,8)
print dt+1*bday
# Holidays keyword is supported.
# Output: Timestamp('2018-11-10 00:00:00')
bh = CustomBusinessHour(start='08:00', end='17:00', weekmask=weekmask,holidays=holidays)
print pd.Timestamp('2018-11-08 08:00')+10*bh
# Expected output: 2018-11-10 09:00:00 ,holidays keyword is not supported.
# Output:Timestamp('2018-11-09 09:00:00')
print pd.Timestamp('2018-11-08 08:00')+18*bh
# Seems right?
# Timestamp('2018-11-12 08:00:00')
bh = CustomBusinessHour(start='08:00', end='17:00', weekmask='Tue Wed Thu Fri Sat',holidays=holidays)
print pd.Timestamp('2018-11-08 08:00')+18*bh
# Expected output: 2018-11-13 08:00:00, weekmask keyword is not supported.
# Timestamp('2018-11-12 08:00:00')
```
#### Problem description
1. Could Saturday be set as weekday?
2. Could I use weekmask / holidays by CustomBusinessHour?
#### Expected Output
#### Output of ``pd.show_versions()``
<details>
INSTALLED VERSIONS
------------------
commit: None
python: 2.7.15.final.0
python-bits: 64
OS: Windows
OS-release: 10
machine: AMD64
processor: Intel64 Family 6 Model 142 Stepping 9, GenuineIntel
byteorder: little
LC_ALL: None
LANG: None
LOCALE: None.None
pandas: 0.21.0
pytest: None
pip: 10.0.1
setuptools: 39.0.1
Cython: 0.27.3
numpy: 1.15.0
scipy: 1.0.0
pyarrow: None
xarray: None
IPython: 5.5.0
sphinx: None
patsy: None
dateutil: 2.6.1
pytz: 2017.3
blosc: None
bottleneck: None
tables: None
numexpr: None
feather: None
matplotlib: 2.2.2
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: 1.0.2
lxml: None
bs4: None
html5lib: 1.0b10
sqlalchemy: None
pymysql: None
psycopg2: None
jinja2: 2.9.6
s3fs: None
fastparquet: None
pandas_gbq: None
pandas_datareader: None
</details>
| test | weekmask holidays error in custombusinesshour code sample a copy pastable example if possible python from pandas tseries offsets import custombusinessday custombusinesshour import pandas as pd import datetime weekmask mon tue wed thu fri sat holidays bday custombusinessday weekmask weekmask holidays holidays dt datetime datetime print dt bday holidays keyword is supported output timestamp bh custombusinesshour start end weekmask weekmask holidays holidays print pd timestamp bh expected output holidays keyword is not supported output timestamp print pd timestamp bh seems right timestamp bh custombusinesshour start end weekmask tue wed thu fri sat holidays holidays print pd timestamp bh expected output weekmask keyword is not supported timestamp problem description could saturday be set as weekday could i use weekmask holidays by custombusinesshour expected output output of pd show versions installed versions commit none python final python bits os windows os release machine processor family model stepping genuineintel byteorder little lc all none lang none locale none none pandas pytest none pip setuptools cython numpy scipy pyarrow none xarray none ipython sphinx none patsy none dateutil pytz blosc none bottleneck none tables none numexpr none feather none matplotlib openpyxl none xlrd none xlwt none xlsxwriter lxml none none sqlalchemy none pymysql none none none fastparquet none pandas gbq none pandas datareader none | 1 |
232,073 | 18,843,101,061 | IssuesEvent | 2021-11-11 11:57:36 | lizrad/recursio | https://api.github.com/repos/lizrad/recursio | closed | Placing walls is possible at the very end of the Hitscan round | bug needs testing | seems like there are a few frames at the end of the round where the weapon (ghost_index) has already been incremented, so the next weapon is used
(not sure if this applies to the client, the server, or both) | 1.0 | Placing walls is possible at the very end of the Hitscan round - seems like there are a few frames at the end of the round where the weapon (ghost_index) has already been incremented, so the next weapon is used
(not sure if this applies to the client, the server, or both) | test | placing walls is possible at the very end of the hitscan round seems like there are a few frames at the end of the round where the weapon ghost index has already been incremented so the next weapon is used not sure if this applies to the client the server or both | 1 |
488,215 | 14,074,673,966 | IssuesEvent | 2020-11-04 07:46:40 | nodejs/nodejs.dev | https://api.github.com/repos/nodejs/nodejs.dev | closed | Additional Downloads | help wanted low-priority | At [https://nodejs.dev/download](https://nodejs.dev/download) there should be additional downloads section on the bottom section according to Figma.
Figma: https://www.figma.com/file/lOxAGGg5KXb6nwie7zXkz6/NJ-Design-System?node-id=1499%3A0
<img width="821" alt="additional-downloads" src="https://user-images.githubusercontent.com/2952332/95714135-0aaa5800-0c68-11eb-8e89-c941d773615c.png">
| 1.0 | Additional Downloads - At [https://nodejs.dev/download](https://nodejs.dev/download) there should be additional downloads section on the bottom section according to Figma.
Figma: https://www.figma.com/file/lOxAGGg5KXb6nwie7zXkz6/NJ-Design-System?node-id=1499%3A0
<img width="821" alt="additional-downloads" src="https://user-images.githubusercontent.com/2952332/95714135-0aaa5800-0c68-11eb-8e89-c941d773615c.png">
| non_test | additional downloads at there should be additional downloads section on the bottom section according to figma figma img width alt additional downloads src | 0 |
348,371 | 31,559,670,953 | IssuesEvent | 2023-09-03 04:57:12 | gear-foundation/vara-network | https://api.github.com/repos/gear-foundation/vara-network | opened | You are currently not part of the Vara Network Testnet. | bug testnet | ### Problem
You are currently not part of the Vara Network Testnet.
### Steps
1.I minted a token from faucet
2.it says you are not eligible for nft mint
### Expected Behavior
_No response_
### Your Substrate Address
5HpviuE98reNYwBNkQBFEZDLmL6928ijdDS7KMvzigfYjUXr
### What browsers are you seeing the problem on?
- [ ] Firefox
- [X] Chrome
- [ ] Safari
- [ ] Microsoft Edge
- [ ] Other
### Other browser
_No response_
### Which wallet you are using?
- [X] PolkadotJS
- [ ] Talisman
- [ ] Nova Wallet
- [ ] SubWallet
### Screenshots

### Notes
please fix it | 1.0 | You are currently not part of the Vara Network Testnet. - ### Problem
You are currently not part of the Vara Network Testnet.
### Steps
1.I minted a token from faucet
2.it says you are not eligible for nft mint
### Expected Behavior
_No response_
### Your Substrate Address
5HpviuE98reNYwBNkQBFEZDLmL6928ijdDS7KMvzigfYjUXr
### What browsers are you seeing the problem on?
- [ ] Firefox
- [X] Chrome
- [ ] Safari
- [ ] Microsoft Edge
- [ ] Other
### Other browser
_No response_
### Which wallet you are using?
- [X] PolkadotJS
- [ ] Talisman
- [ ] Nova Wallet
- [ ] SubWallet
### Screenshots

### Notes
please fix it | test | you are currently not part of the vara network testnet problem you are currently not part of the vara network testnet steps i minted a token from faucet it says you are not eligible for nft mint expected behavior no response your substrate address what browsers are you seeing the problem on firefox chrome safari microsoft edge other other browser no response which wallet you are using polkadotjs talisman nova wallet subwallet screenshots notes please fix it | 1 |
152,535 | 12,111,375,231 | IssuesEvent | 2020-04-21 12:07:39 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | kv: TestStoreRangeMergeRHSLeaseExpiration timeout under testrace | C-test-failure | Something got stuck for 45 minutes.
The log only has periodic `StorePool missing descriptor for local store`.
https://teamcity.cockroachdb.com/viewLog.html?buildId=1876754&buildTypeId=Cockroach_MergeToMaster
Attaching the logs
[TestStoreRangeMergeRHSLeaseExpiration.txt](https://github.com/cockroachdb/cockroach/files/4479067/TestStoreRangeMergeRHSLeaseExpiration.txt)
@tbg any chance you can look at this one?
| 1.0 | kv: TestStoreRangeMergeRHSLeaseExpiration timeout under testrace - Something got stuck for 45 minutes.
The log only has periodic `StorePool missing descriptor for local store`.
https://teamcity.cockroachdb.com/viewLog.html?buildId=1876754&buildTypeId=Cockroach_MergeToMaster
Attaching the logs
[TestStoreRangeMergeRHSLeaseExpiration.txt](https://github.com/cockroachdb/cockroach/files/4479067/TestStoreRangeMergeRHSLeaseExpiration.txt)
@tbg any chance you can look at this one?
| test | kv teststorerangemergerhsleaseexpiration timeout under testrace something got stuck for minutes the log only has periodic storepool missing descriptor for local store attaching the logs tbg any chance you can look at this one | 1 |
8,456 | 22,572,018,560 | IssuesEvent | 2022-06-28 01:47:07 | foundryvtt/foundryvtt | https://api.github.com/repos/foundryvtt/foundryvtt | closed | Follow the pattern established by the Document and DataModel consolidation by defining System, World, and Module classes which encompass both functionality as well as data model for packages | todelete packages data architecture | Imported from Gitlab | 1.0 | Follow the pattern established by the Document and DataModel consolidation by defining System, World, and Module classes which encompass both functionality as well as data model for packages - Imported from Gitlab | non_test | follow the pattern established by the document and datamodel consolidation by defining system world and module classes which encompass both functionality as well as data model for packages imported from gitlab | 0 |
502,543 | 14,548,340,351 | IssuesEvent | 2020-12-16 01:01:40 | KnowsCount/portfolio | https://api.github.com/repos/KnowsCount/portfolio | opened | Better UX | 更好的 UX | enhancement priority-high | The current UX is kind of too complex for non-unix users perhaps... Need to enhance user experience. Simplification. | 1.0 | Better UX | 更好的 UX - The current UX is kind of too complex for non-unix users perhaps... Need to enhance user experience. Simplification. | non_test | better ux 更好的 ux the current ux is kind of too complex for non unix users perhaps need to enhance user experience simplification | 0 |
113,681 | 11,811,946,203 | IssuesEvent | 2020-03-19 19:10:23 | m-ama/PyDesigner | https://api.github.com/repos/m-ama/PyDesigner | opened | Inconsistencies in docstrings | documentation | <!--
Before submitting, please check to make sure that the issue is not already addressed. If a related issue already exists, please cross-reference it by #.
To search open issues, enter `is:issue is:open <keywords>` in the Issues tab. To search all issues, enter `is:issue <keywords>`.
Enter all issue-realted information under the following three headers: 'Describe the Issue', 'Issue Reproduction', and 'Supplementary Information'.
-->
**Describe the Issue**
Docstrings in different files and functions are not consistently formatted. This impacts Sphinx-generated docs.
<!--
Under the 'Describe the Issue' heading, summarize the issue, linking other issues if they are relevant. Describe your expected results and what results were produced.
--> | 1.0 | Inconsistencies in docstrings - <!--
Before submitting, please check to make sure that the issue is not already addressed. If a related issue already exists, please cross-reference it by #.
To search open issues, enter `is:issue is:open <keywords>` in the Issues tab. To search all issues, enter `is:issue <keywords>`.
Enter all issue-realted information under the following three headers: 'Describe the Issue', 'Issue Reproduction', and 'Supplementary Information'.
-->
**Describe the Issue**
Docstrings in different files and functions are not consistently formatted. This impacts Sphinx-generated docs.
<!--
Under the 'Describe the Issue' heading, summarize the issue, linking other issues if they are relevant. Describe your expected results and what results were produced.
--> | non_test | inconsistencies in docstrings before submitting please check to make sure that the issue is not already addressed if a related issue already exists please cross reference it by to search open issues enter is issue is open in the issues tab to search all issues enter is issue enter all issue realted information under the following three headers describe the issue issue reproduction and supplementary information describe the issue docstrings in different files and functions are not consistently formatted this impacts sphinx generated docs under the describe the issue heading summarize the issue linking other issues if they are relevant describe your expected results and what results were produced | 0 |
125,791 | 16,832,003,042 | IssuesEvent | 2021-06-18 06:51:21 | WordPress/pattern-directory | https://api.github.com/repos/WordPress/pattern-directory | opened | Pattern Submission: Major quote with parallax background | [Status] Needs Design Feedback [Type] Pattern Submission | <!-- Use this area to share an overview of this pattern and why you feel it should be included. -->
Title says it all.
---
## Pattern Title
<!-- Choose a simple, descriptive title for your pattern. -->
Major quote with parallax background
## Pattern Categories
<!-- e.g. Buttons, Columns, Gallery, Header, Text. -->
Text
## Screenshots
<!-- Please include a screenshot of your pattern design. -->

## Image Credits
<!-- All images used in your patterns must be CC0 or Public Domain. -->
- https://www.rawpixel.com/image/3285639/free-photo-image-architecture-cityscape-people-and-landscape
- https://www.rawpixel.com/image/2545031/free-illustration-image-statue-man-face
## Block Markup
<!--
Optional. If you have already created this pattern using blocks, paste the block markup here. You can also paste it into a new GitHub Gist, and include just the link here: https://gist.github.com
-->
https://gist.github.com/webmandesign/e1faca072d6e1fb123828b938385f55e | 1.0 | Pattern Submission: Major quote with parallax background - <!-- Use this area to share an overview of this pattern and why you feel it should be included. -->
Title says it all.
---
## Pattern Title
<!-- Choose a simple, descriptive title for your pattern. -->
Major quote with parallax background
## Pattern Categories
<!-- e.g. Buttons, Columns, Gallery, Header, Text. -->
Text
## Screenshots
<!-- Please include a screenshot of your pattern design. -->

## Image Credits
<!-- All images used in your patterns must be CC0 or Public Domain. -->
- https://www.rawpixel.com/image/3285639/free-photo-image-architecture-cityscape-people-and-landscape
- https://www.rawpixel.com/image/2545031/free-illustration-image-statue-man-face
## Block Markup
<!--
Optional. If you have already created this pattern using blocks, paste the block markup here. You can also paste it into a new GitHub Gist, and include just the link here: https://gist.github.com
-->
https://gist.github.com/webmandesign/e1faca072d6e1fb123828b938385f55e | non_test | pattern submission major quote with parallax background title says it all pattern title major quote with parallax background pattern categories text screenshots image credits block markup optional if you have already created this pattern using blocks paste the block markup here you can also paste it into a new github gist and include just the link here | 0 |
278,020 | 21,057,973,666 | IssuesEvent | 2022-04-01 06:34:12 | cwnm/ped | https://api.github.com/repos/cwnm/ped | opened | Clear UG image not rendered | type.DocumentationBug severity.Medium | 
Have tried - restart chrome, used other explorers such as edge
<!--session: 1648792836335-cf0383c1-546d-497a-9c79-d0e0d477d8fe-->
<!--Version: Web v3.4.2--> | 1.0 | Clear UG image not rendered - 
Have tried - restart chrome, used other explorers such as edge
<!--session: 1648792836335-cf0383c1-546d-497a-9c79-d0e0d477d8fe-->
<!--Version: Web v3.4.2--> | non_test | clear ug image not rendered have tried restart chrome used other explorers such as edge | 0 |
118,518 | 9,993,962,275 | IssuesEvent | 2019-07-11 16:28:19 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | Paginated Table tests need coverage of the `valueGetter` method. | Feature:Data Table Team:KibanaApp release_note:enhancement test tests_needed | This method has increasing amount of logic in it, but in looking at the unit tests for paginated table, there is no way to customize values passed to the table directive (that I could find) and no way to verify that the logic works as expected there. | 2.0 | Paginated Table tests need coverage of the `valueGetter` method. - This method has increasing amount of logic in it, but in looking at the unit tests for paginated table, there is no way to customize values passed to the table directive (that I could find) and no way to verify that the logic works as expected there. | test | paginated table tests need coverage of the valuegetter method this method has increasing amount of logic in it but in looking at the unit tests for paginated table there is no way to customize values passed to the table directive that i could find and no way to verify that the logic works as expected there | 1 |
224,875 | 17,779,566,646 | IssuesEvent | 2021-08-31 01:19:16 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | kv/kvserver: TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders failed [old closedts] | C-test-failure O-robot branch-master skipped-test T-kv | [(kv/kvserver).TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2685451&tab=buildLog) on [master@e7bee86121642e26a233c01913c19ef366a9235a](https://github.com/cockroachdb/cockroach/commits/e7bee86121642e26a233c01913c19ef366a9235a):
```
=== RUN TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders
test_log_scope.go:73: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders637603134
test_log_scope.go:74: use -show-logs to present logs inline
client_closed_timestamp_test.go:85: condition failed to evaluate within 45s: "/Table/Max": transfer lease unexpected error: cannot replace lease repl=(n4,s4):3 seq=75 start=1613579070.393241544,0 epo=1 pro=1613579071.395114327,0 with repl=(n1,s1):1 seq=0 start=1613579071.397144482,0 exp=<nil> pro=1613579071.397014503,0: illegal lease: epoch=0, interval=[1613579071.397144482,0, <nil>)
goroutine 66825 [running]:
runtime/debug.Stack(0xc004675018, 0x52af860, 0xc00343e7a0)
/usr/local/go/src/runtime/debug/stack.go:24 +0x9f
github.com/cockroachdb/cockroach/pkg/testutils.SucceedsSoon(0x548b380, 0xc006664300, 0xc004675018)
/go/src/github.com/cockroachdb/cockroach/pkg/testutils/soon.go:36 +0x6d
github.com/cockroachdb/cockroach/pkg/kv/kvserver_test.TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders.func1(0xc0005e6310, 0x100000001)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/client_closed_timestamp_test.go:85 +0x7c
github.com/cockroachdb/cockroach/pkg/kv/kvserver_test.TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders.func2(0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/client_closed_timestamp_test.go:97 +0x151
github.com/cockroachdb/cockroach/pkg/kv/kvserver_test.TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders(0xc006664300)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/client_closed_timestamp_test.go:140 +0x9bb
testing.tRunner(0xc006664300, 0x4cb1f10)
/usr/local/go/src/testing/testing.go:1123 +0xef
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:1168 +0x2b3
panic.go:617: -- test log scope end --
test logs left over in: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders637603134
--- FAIL: TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders (47.57s)
```
<details><summary>More</summary><p>
Parameters:
- GOFLAGS=-json
```
make stressrace TESTS=TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders PKG=./pkg/kv/kvserver TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1
```
[See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders.%2A&sort=title&restgroup=false&display=lastcommented+project)
<sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
Epic: CRDB-2557
| 2.0 | kv/kvserver: TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders failed [old closedts] - [(kv/kvserver).TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2685451&tab=buildLog) on [master@e7bee86121642e26a233c01913c19ef366a9235a](https://github.com/cockroachdb/cockroach/commits/e7bee86121642e26a233c01913c19ef366a9235a):
```
=== RUN TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders
test_log_scope.go:73: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders637603134
test_log_scope.go:74: use -show-logs to present logs inline
client_closed_timestamp_test.go:85: condition failed to evaluate within 45s: "/Table/Max": transfer lease unexpected error: cannot replace lease repl=(n4,s4):3 seq=75 start=1613579070.393241544,0 epo=1 pro=1613579071.395114327,0 with repl=(n1,s1):1 seq=0 start=1613579071.397144482,0 exp=<nil> pro=1613579071.397014503,0: illegal lease: epoch=0, interval=[1613579071.397144482,0, <nil>)
goroutine 66825 [running]:
runtime/debug.Stack(0xc004675018, 0x52af860, 0xc00343e7a0)
/usr/local/go/src/runtime/debug/stack.go:24 +0x9f
github.com/cockroachdb/cockroach/pkg/testutils.SucceedsSoon(0x548b380, 0xc006664300, 0xc004675018)
/go/src/github.com/cockroachdb/cockroach/pkg/testutils/soon.go:36 +0x6d
github.com/cockroachdb/cockroach/pkg/kv/kvserver_test.TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders.func1(0xc0005e6310, 0x100000001)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/client_closed_timestamp_test.go:85 +0x7c
github.com/cockroachdb/cockroach/pkg/kv/kvserver_test.TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders.func2(0x0, 0x0)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/client_closed_timestamp_test.go:97 +0x151
github.com/cockroachdb/cockroach/pkg/kv/kvserver_test.TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders(0xc006664300)
/go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/client_closed_timestamp_test.go:140 +0x9bb
testing.tRunner(0xc006664300, 0x4cb1f10)
/usr/local/go/src/testing/testing.go:1123 +0xef
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:1168 +0x2b3
panic.go:617: -- test log scope end --
test logs left over in: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders637603134
--- FAIL: TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders (47.57s)
```
<details><summary>More</summary><p>
Parameters:
- GOFLAGS=-json
```
make stressrace TESTS=TestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders PKG=./pkg/kv/kvserver TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1
```
[See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2ATestClosedTimestampWorksWhenRequestsAreSentToNonLeaseHolders.%2A&sort=title&restgroup=false&display=lastcommented+project)
<sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
Epic: CRDB-2557
| test | kv kvserver testclosedtimestampworkswhenrequestsaresenttononleaseholders failed on run testclosedtimestampworkswhenrequestsaresenttononleaseholders test log scope go test logs captured to go src github com cockroachdb cockroach artifacts test log scope go use show logs to present logs inline client closed timestamp test go condition failed to evaluate within table max transfer lease unexpected error cannot replace lease repl seq start epo pro with repl seq start exp pro illegal lease epoch interval goroutine runtime debug stack usr local go src runtime debug stack go github com cockroachdb cockroach pkg testutils succeedssoon go src github com cockroachdb cockroach pkg testutils soon go github com cockroachdb cockroach pkg kv kvserver test testclosedtimestampworkswhenrequestsaresenttononleaseholders go src github com cockroachdb cockroach pkg kv kvserver client closed timestamp test go github com cockroachdb cockroach pkg kv kvserver test testclosedtimestampworkswhenrequestsaresenttononleaseholders go src github com cockroachdb cockroach pkg kv kvserver client closed timestamp test go github com cockroachdb cockroach pkg kv kvserver test testclosedtimestampworkswhenrequestsaresenttononleaseholders go src github com cockroachdb cockroach pkg kv kvserver client closed timestamp test go testing trunner usr local go src testing testing go created by testing t run usr local go src testing testing go panic go test log scope end test logs left over in go src github com cockroachdb cockroach artifacts fail testclosedtimestampworkswhenrequestsaresenttononleaseholders more parameters goflags json make stressrace tests testclosedtimestampworkswhenrequestsaresenttononleaseholders pkg pkg kv kvserver testtimeout stressflags timeout powered by epic crdb | 1 |
195,674 | 22,350,506,032 | IssuesEvent | 2022-06-15 11:37:44 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | [Security Solution] Inspect icon is present for view alerts under cases. | bug triage_needed impact:medium Team:ResponseOps Team: SecuritySolution v8.3.0 | **Describe the bug:**
Inspect icon is present for view alerts under cases.
**Build Details:**
```
Version:8.3.0 BC4
Commit:875ea184462f73a04410981ac9eaf799db28b4f0
Build:53413
```
**Preconditions**
1. Elasticsearch should be up and running
2. Kibana should be up and running
3. Alerts should be present on environment.
**Steps to Reproduce**
1. Navigate to Security--> Alerts
2. Select multiple alerts.
3. Attach selected alerts to a case.
4. Navigate to Security--> Cases.
5. Open the Case.
**Expected Result**
Arrow icon should be present like we have for single alert.
**Actual Result**
Inspect icon is present for multiple alerts.
**Screenshots:**
`Case with multiple alerts`

`Case with single alert`

| True | [Security Solution] Inspect icon is present for view alerts under cases. - **Describe the bug:**
Inspect icon is present for view alerts under cases.
**Build Details:**
```
Version:8.3.0 BC4
Commit:875ea184462f73a04410981ac9eaf799db28b4f0
Build:53413
```
**Preconditions**
1. Elasticsearch should be up and running
2. Kibana should be up and running
3. Alerts should be present on environment.
**Steps to Reproduce**
1. Navigate to Security--> Alerts
2. Select multiple alerts.
3. Attach selected alerts to a case.
4. Navigate to Security--> Cases.
5. Open the Case.
**Expected Result**
Arrow icon should be present like we have for single alert.
**Actual Result**
Inspect icon is present for multiple alerts.
**Screenshots:**
`Case with multiple alerts`

`Case with single alert`

| non_test | inspect icon is present for view alerts under cases describe the bug inspect icon is present for view alerts under cases build details version commit build preconditions elasticsearch should be up and running kibana should be up and running alerts should be present on environment steps to reproduce navigate to security alerts select multiple alerts attach selected alerts to a case navigate to security cases open the case expected result arrow icon should be present like we have for single alert actual result inspect icon is present for multiple alerts screenshots case with multiple alerts case with single alert | 0 |
14,700 | 10,210,668,343 | IssuesEvent | 2019-08-14 15:14:33 | unipept/unipept | https://api.github.com/repos/unipept/unipept | closed | unipept pept2prot should mention some additional information | /services/cli feature migrated | the output of the `unipept pept2prot` command should at least contain the description field of the protein record and the taxon id, and later should be expanded with functional information about the protein; see what information is currently available in the database; without having the taxon id of the protein records, it is now impossible to
rewrite the command
```
$ ... | unipept pept2taxa | ...
```
manually as
```
# filter third field as taxon id
$ ... | unipept pept2prot | awk -F, '{print $3}' | ...
```
See for example the information shown in the [Uniprot tables](http://www.uniprot.org/uniprot/?query=mouse&sort=score) that list matching proteins:
- entry (accession number)
- entry name
- protein names
- gene names
- organism
- length
_[Original issue](https://github.ugent.be/unipept/unipept/issues/264) by @pdawyndt on Fri May 02 2014 at 20:50._
_Closed by an unknown user on Sun May 11 2014 at 13:40._ | 1.0 | unipept pept2prot should mention some additional information - the output of the `unipept pept2prot` command should at least contain the description field of the protein record and the taxon id, and later should be expanded with functional information about the protein; see what information is currently available in the database; without having the taxon id of the protein records, it is now impossible to
rewrite the command
```
$ ... | unipept pept2taxa | ...
```
manually as
```
# filter third field as taxon id
$ ... | unipept pept2prot | awk -F, '{print $3}' | ...
```
See for example the information shown in the [Uniprot tables](http://www.uniprot.org/uniprot/?query=mouse&sort=score) that list matching proteins:
- entry (accession number)
- entry name
- protein names
- gene names
- organism
- length
_[Original issue](https://github.ugent.be/unipept/unipept/issues/264) by @pdawyndt on Fri May 02 2014 at 20:50._
_Closed by an unknown user on Sun May 11 2014 at 13:40._ | non_test | unipept should mention some additional information the output of the unipept command should at least contain the description field of the protein record and the taxon id and later should be expanded with functional information about the protein see what information is currently available in the database without having the taxon id of the protein records it is now impossible to rewrite the command unipept manually as filter third field as taxon id unipept awk f print see for example the information shown in the that list matching proteins entry accession number entry name protein names gene names organism length by pdawyndt on fri may at closed by an unknown user on sun may at | 0 |
143,633 | 19,190,744,264 | IssuesEvent | 2021-12-05 23:24:36 | samjones00/document-management-api | https://api.github.com/repos/samjones00/document-management-api | opened | CVE-2019-0820 (High) detected in system.text.regularexpressions.4.3.0.nupkg | security vulnerability | ## CVE-2019-0820 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>system.text.regularexpressions.4.3.0.nupkg</b></p></summary>
<p>Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression e...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.text.regularexpressions.4.3.0.nupkg">https://api.nuget.org/packages/system.text.regularexpressions.4.3.0.nupkg</a></p>
<p>Path to dependency file: document-management-api/DocumentManager.Common/DocumentManager.Core.csproj</p>
<p>Path to vulnerable library: /usr/share/dotnet/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- xunit.runner.visualstudio.2.4.0.nupkg (Root Library)
- microsoft.net.test.sdk.16.5.0.nupkg
- microsoft.testplatform.testhost.16.5.0.nupkg
- newtonsoft.json.10.0.2.nupkg
- system.xml.xmldocument.4.3.0.nupkg
- system.xml.readerwriter.4.3.0.nupkg
- :x: **system.text.regularexpressions.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/samjones00/document-management-api/commit/62fa239f39b0b0744812f5ffe4733f61d594e32a">62fa239f39b0b0744812f5ffe4733f61d594e32a</a></p>
<p>Found in base branch: <b>main</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 Framework and .NET Core improperly process RegEx strings, aka '.NET Framework and .NET Core Denial of Service Vulnerability'. This CVE ID is unique from CVE-2019-0980, CVE-2019-0981.
<p>Publish Date: 2019-05-16
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0820>CVE-2019-0820</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-cmhx-cq75-c4mj">https://github.com/advisories/GHSA-cmhx-cq75-c4mj</a></p>
<p>Release Date: 2020-08-24</p>
<p>Fix Resolution: System.Text.RegularExpressions - 4.3.1</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-2019-0820 (High) detected in system.text.regularexpressions.4.3.0.nupkg - ## CVE-2019-0820 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>system.text.regularexpressions.4.3.0.nupkg</b></p></summary>
<p>Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression e...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.text.regularexpressions.4.3.0.nupkg">https://api.nuget.org/packages/system.text.regularexpressions.4.3.0.nupkg</a></p>
<p>Path to dependency file: document-management-api/DocumentManager.Common/DocumentManager.Core.csproj</p>
<p>Path to vulnerable library: /usr/share/dotnet/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- xunit.runner.visualstudio.2.4.0.nupkg (Root Library)
- microsoft.net.test.sdk.16.5.0.nupkg
- microsoft.testplatform.testhost.16.5.0.nupkg
- newtonsoft.json.10.0.2.nupkg
- system.xml.xmldocument.4.3.0.nupkg
- system.xml.readerwriter.4.3.0.nupkg
- :x: **system.text.regularexpressions.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/samjones00/document-management-api/commit/62fa239f39b0b0744812f5ffe4733f61d594e32a">62fa239f39b0b0744812f5ffe4733f61d594e32a</a></p>
<p>Found in base branch: <b>main</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 Framework and .NET Core improperly process RegEx strings, aka '.NET Framework and .NET Core Denial of Service Vulnerability'. This CVE ID is unique from CVE-2019-0980, CVE-2019-0981.
<p>Publish Date: 2019-05-16
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0820>CVE-2019-0820</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-cmhx-cq75-c4mj">https://github.com/advisories/GHSA-cmhx-cq75-c4mj</a></p>
<p>Release Date: 2020-08-24</p>
<p>Fix Resolution: System.Text.RegularExpressions - 4.3.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve high detected in system text regularexpressions nupkg cve high severity vulnerability vulnerable library system text regularexpressions nupkg provides the system text regularexpressions regex class an implementation of a regular expression e library home page a href path to dependency file document management api documentmanager common documentmanager core csproj path to vulnerable library usr share dotnet sdk nugetfallbackfolder system text regularexpressions system text regularexpressions nupkg dependency hierarchy xunit runner visualstudio nupkg root library microsoft net test sdk nupkg microsoft testplatform testhost nupkg newtonsoft json nupkg system xml xmldocument nupkg system xml readerwriter nupkg x system text regularexpressions nupkg vulnerable library found in head commit a href found in base branch main vulnerability details a denial of service vulnerability exists when net framework and net core improperly process regex strings aka net framework and net core denial of service vulnerability this cve id is unique from cve cve 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 system text regularexpressions step up your open source security game with whitesource | 0 |
68,055 | 7,086,448,914 | IssuesEvent | 2018-01-11 14:38:17 | litehelpers/cordova-sqlite-ext | https://api.github.com/repos/litehelpers/cordova-sqlite-ext | closed | Can this be used in Ionic 3? | bug-general community help doc-general doc-todo question testing | Can this be used in Ionic 3? If so, is there a sample app somewhere that shows the correct usage?
Thank you.
| 1.0 | Can this be used in Ionic 3? - Can this be used in Ionic 3? If so, is there a sample app somewhere that shows the correct usage?
Thank you.
| test | can this be used in ionic can this be used in ionic if so is there a sample app somewhere that shows the correct usage thank you | 1 |
14,335 | 10,149,298,977 | IssuesEvent | 2019-08-05 14:56:40 | Azure/azure-cli | https://api.github.com/repos/Azure/azure-cli | closed | Error on adding api-server-authorized-ip-ranges | AKS Bug Service Attention |
### **This is autogenerated. Please review and update as needed.**
## Describe the bug
**Command Name**
`az aks update`
**Errors:**
```
The command failed with an unexpected error. Here is the traceback:
super() takes at least 1 argument (0 given)
Traceback (most recent call last):
File "/usr/lib64/az/lib/python2.7/site-packages/knack/cli.py", line 206, in invoke
cmd_result = self.invocation.execute(args)
File "/usr/lib64/az/lib/python2.7/site-packages/azure/cli/core/commands/__init__.py", line 445, in execute
self.commands_loader.load_arguments(command)
File "/usr/lib64/az/lib/python2.7/site-packages/azure/cli/core/__init__.py", line 268, in load_arguments
loader.load_arguments(command) # this adds entries to the argument registries
File "/home/jlareau/.azure/cliextensions/aks-preview/azext_aks_preview/__init__.py", line 35, in load_arguments
super().load_arguments(command)
TypeError: super() takes at least 1 argument (0 given)
```
## To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
- _Put any pre-requisite steps here..._
- `az aks update -g {} -n {} --api-server-authorized-ip-ranges {}`
## Expected Behavior
## Environment Summary
```
Linux-5.0.8-200.fc29.x86_64-x86_64-with-fedora-29-Twenty_Nine
Python 2.7.15
Shell: bash
azure-cli 2.0.63
Extensions:
aks-preview 0.3.1
```
## Additional Context
<!--Please don't remove this:-->
<!--auto-generated-->
| 1.0 | Error on adding api-server-authorized-ip-ranges -
### **This is autogenerated. Please review and update as needed.**
## Describe the bug
**Command Name**
`az aks update`
**Errors:**
```
The command failed with an unexpected error. Here is the traceback:
super() takes at least 1 argument (0 given)
Traceback (most recent call last):
File "/usr/lib64/az/lib/python2.7/site-packages/knack/cli.py", line 206, in invoke
cmd_result = self.invocation.execute(args)
File "/usr/lib64/az/lib/python2.7/site-packages/azure/cli/core/commands/__init__.py", line 445, in execute
self.commands_loader.load_arguments(command)
File "/usr/lib64/az/lib/python2.7/site-packages/azure/cli/core/__init__.py", line 268, in load_arguments
loader.load_arguments(command) # this adds entries to the argument registries
File "/home/jlareau/.azure/cliextensions/aks-preview/azext_aks_preview/__init__.py", line 35, in load_arguments
super().load_arguments(command)
TypeError: super() takes at least 1 argument (0 given)
```
## To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
- _Put any pre-requisite steps here..._
- `az aks update -g {} -n {} --api-server-authorized-ip-ranges {}`
## Expected Behavior
## Environment Summary
```
Linux-5.0.8-200.fc29.x86_64-x86_64-with-fedora-29-Twenty_Nine
Python 2.7.15
Shell: bash
azure-cli 2.0.63
Extensions:
aks-preview 0.3.1
```
## Additional Context
<!--Please don't remove this:-->
<!--auto-generated-->
| non_test | error on adding api server authorized ip ranges this is autogenerated please review and update as needed describe the bug command name az aks update errors the command failed with an unexpected error here is the traceback super takes at least argument given traceback most recent call last file usr az lib site packages knack cli py line in invoke cmd result self invocation execute args file usr az lib site packages azure cli core commands init py line in execute self commands loader load arguments command file usr az lib site packages azure cli core init py line in load arguments loader load arguments command this adds entries to the argument registries file home jlareau azure cliextensions aks preview azext aks preview init py line in load arguments super load arguments command typeerror super takes at least argument given to reproduce steps to reproduce the behavior note that argument values have been redacted as they may contain sensitive information put any pre requisite steps here az aks update g n api server authorized ip ranges expected behavior environment summary linux with fedora twenty nine python shell bash azure cli extensions aks preview additional context | 0 |
100,625 | 16,490,105,469 | IssuesEvent | 2021-05-25 01:36:27 | turkdevops/thread-loader | https://api.github.com/repos/turkdevops/thread-loader | opened | CVE-2021-23383 (High) detected in handlebars-4.7.6.tgz | security vulnerability | ## CVE-2021-23383 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.7.6.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p>
<p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.7.6.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.7.6.tgz</a></p>
<p>Path to dependency file: thread-loader/package.json</p>
<p>Path to vulnerable library: thread-loader/node_modules/handlebars/package.json</p>
<p>
Dependency Hierarchy:
- standard-version-9.1.0.tgz (Root Library)
- conventional-changelog-3.1.24.tgz
- conventional-changelog-core-4.2.2.tgz
- conventional-changelog-writer-4.1.0.tgz
- :x: **handlebars-4.7.6.tgz** (Vulnerable Library)
<p>Found in base branch: <b>snyk-fix-f1cf7bc65b0e0d12c114ed09bb830ae6</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>
The package handlebars before 4.7.7 are vulnerable to Prototype Pollution when selecting certain compiling options to compile templates coming from an untrusted source.
<p>Publish Date: 2021-05-04
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23383>CVE-2021-23383</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>9.8</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: 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23383">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23383</a></p>
<p>Release Date: 2021-05-04</p>
<p>Fix Resolution: handlebars - v4.7.7</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-23383 (High) detected in handlebars-4.7.6.tgz - ## CVE-2021-23383 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.7.6.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p>
<p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.7.6.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.7.6.tgz</a></p>
<p>Path to dependency file: thread-loader/package.json</p>
<p>Path to vulnerable library: thread-loader/node_modules/handlebars/package.json</p>
<p>
Dependency Hierarchy:
- standard-version-9.1.0.tgz (Root Library)
- conventional-changelog-3.1.24.tgz
- conventional-changelog-core-4.2.2.tgz
- conventional-changelog-writer-4.1.0.tgz
- :x: **handlebars-4.7.6.tgz** (Vulnerable Library)
<p>Found in base branch: <b>snyk-fix-f1cf7bc65b0e0d12c114ed09bb830ae6</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>
The package handlebars before 4.7.7 are vulnerable to Prototype Pollution when selecting certain compiling options to compile templates coming from an untrusted source.
<p>Publish Date: 2021-05-04
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23383>CVE-2021-23383</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>9.8</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: 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23383">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23383</a></p>
<p>Release Date: 2021-05-04</p>
<p>Fix Resolution: handlebars - v4.7.7</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve high detected in handlebars tgz cve high severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file thread loader package json path to vulnerable library thread loader node modules handlebars package json dependency hierarchy standard version tgz root library conventional changelog tgz conventional changelog core tgz conventional changelog writer tgz x handlebars tgz vulnerable library found in base branch snyk fix vulnerability details the package handlebars before are vulnerable to prototype pollution when selecting certain compiling options to compile templates coming from an untrusted source 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 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 handlebars step up your open source security game with whitesource | 0 |
67,992 | 28,092,241,991 | IssuesEvent | 2023-03-30 13:45:39 | odoo/odoo | https://api.github.com/repos/odoo/odoo | closed | [11.0] Progress Bar in project tasks is not well computed | Services 11.0 | Impacted versions:
11.0
Steps to reproduce:
Go to Project / Configuration / Settings and activate the options Sub-tasks and Timesheets.
Create a project
Create a task in this project and set the estimated time in field "Initially Planned Hours" in tab Timesheets.
Create at least one sub-task in this task and set the estimated time for it.
Go to the parent task and look at progress bar, it is being computed based on the estimated time and not on executed time.
Current behavior:
progress bar, it is being computed based on the estimated time
Expected behavior:
To be calculated on the basis of the time executed
Video/Screenshot link (optional):


| 1.0 | [11.0] Progress Bar in project tasks is not well computed - Impacted versions:
11.0
Steps to reproduce:
Go to Project / Configuration / Settings and activate the options Sub-tasks and Timesheets.
Create a project
Create a task in this project and set the estimated time in field "Initially Planned Hours" in tab Timesheets.
Create at least one sub-task in this task and set the estimated time for it.
Go to the parent task and look at progress bar, it is being computed based on the estimated time and not on executed time.
Current behavior:
progress bar, it is being computed based on the estimated time
Expected behavior:
To be calculated on the basis of the time executed
Video/Screenshot link (optional):


| non_test | progress bar in project tasks is not well computed impacted versions steps to reproduce go to project configuration settings and activate the options sub tasks and timesheets create a project create a task in this project and set the estimated time in field initially planned hours in tab timesheets create at least one sub task in this task and set the estimated time for it go to the parent task and look at progress bar it is being computed based on the estimated time and not on executed time current behavior progress bar it is being computed based on the estimated time expected behavior to be calculated on the basis of the time executed video screenshot link optional | 0 |
235,188 | 19,306,645,974 | IssuesEvent | 2021-12-13 12:15:52 | Kotlin/kotlinx.coroutines | https://api.github.com/repos/Kotlin/kotlinx.coroutines | closed | delay() and yield() behave differently in test setup than in real life | bug test | For our project, we have developed a special kind of coroutine scope: the InfiniteCoroutineScope.
For the understanding here, I hope it is enough to describe it like this:
- inside this scope, any launched job with the extension fun `launchInfinite(block: ()->Unit)` is monitored never to actually stop. So, multiple "while true" loops are expected to be launched and stay alive infinitely.
- in contrast to a regular coroutineScope, when a single one of those jobs quits working, e.g. ends normally, all other jobs launched via `launchInfinite` will be cancelled and brought to an end.
- so the biggest difference is, that the shortest running job determines the overall run time - and not the longest running job.
This example demonstrates it:
normal coroutineScope behavior:
```
runBlockingTest {
coroutineScope {
launch { delay(10_000) }
launch { delay(5000) }
launch { delay(4000) }
}
assertEquals(10_000, currentTime)
}
```
our infiniteCoroutineScope does this:
```
runBlockingTest {
infiniteCoroutineScope {
launchInfinite { delay(10_000) }
launchInfinite { delay(5000) }
launchInfinite { delay(4000) }
}
assertEquals(4000, currentTime)
}
```
(the shortest running "infinite" job will kill all other's)
In *real* life this of course also works very fine when instead of using delay, yield is called in an endless loop to allow cooperative coroutine behaviour:
```
infiniteCoroutineScope {
launchInfinite { while (true) yield() }
launchInfinite { delay(5000) }
launchInfinite { delay(4000) }
}
// time spent in this block above will also be 4000ms!
```
*BUT*: this in a test does not work at all. It runs forever and does not terminate. So, as far as I understand: there must be a conceptional difference in runBlockingTest in such that yield and delay do not automatically do the same thing in terms of eager execution and virtual time. But I do not know what that might be...
All I can see is that even by just replacing
`while (true) yield()` with `while (true) delay(1)` makes it all work fine, while `delay(0)` breaks it, too!
And that is my problem: I always took `yield()` as a "non existent delay" to allow coroutines to properly work together and used this instead of a not needed delay of an arbitrarily small amount of time.
Could it be, that for coroutines-test, yield tries to auto-advance virtual time by 0 and as such, we are stuck in my endless loop and never actually get forward in time?
EDIT:
I proved my assumption above by outputting the current virtual time - and was spot on. In an endless loop with yield, the `currentTime` stays at 0 forever. Replacing yield with delay and a value >0 does the trick. Time passes, and everything works just fine! | 1.0 | delay() and yield() behave differently in test setup than in real life - For our project, we have developed a special kind of coroutine scope: the InfiniteCoroutineScope.
For the understanding here, I hope it is enough to describe it like this:
- inside this scope, any launched job with the extension fun `launchInfinite(block: ()->Unit)` is monitored never to actually stop. So, multiple "while true" loops are expected to be launched and stay alive infinitely.
- in contrast to a regular coroutineScope, when a single one of those jobs quits working, e.g. ends normally, all other jobs launched via `launchInfinite` will be cancelled and brought to an end.
- so the biggest difference is, that the shortest running job determines the overall run time - and not the longest running job.
This example demonstrates it:
normal coroutineScope behavior:
```
runBlockingTest {
coroutineScope {
launch { delay(10_000) }
launch { delay(5000) }
launch { delay(4000) }
}
assertEquals(10_000, currentTime)
}
```
our infiniteCoroutineScope does this:
```
runBlockingTest {
infiniteCoroutineScope {
launchInfinite { delay(10_000) }
launchInfinite { delay(5000) }
launchInfinite { delay(4000) }
}
assertEquals(4000, currentTime)
}
```
(the shortest running "infinite" job will kill all other's)
In *real* life this of course also works very fine when instead of using delay, yield is called in an endless loop to allow cooperative coroutine behaviour:
```
infiniteCoroutineScope {
launchInfinite { while (true) yield() }
launchInfinite { delay(5000) }
launchInfinite { delay(4000) }
}
// time spent in this block above will also be 4000ms!
```
*BUT*: this in a test does not work at all. It runs forever and does not terminate. So, as far as I understand: there must be a conceptional difference in runBlockingTest in such that yield and delay do not automatically do the same thing in terms of eager execution and virtual time. But I do not know what that might be...
All I can see is that even by just replacing
`while (true) yield()` with `while (true) delay(1)` makes it all work fine, while `delay(0)` breaks it, too!
And that is my problem: I always took `yield()` as a "non existent delay" to allow coroutines to properly work together and used this instead of a not needed delay of an arbitrarily small amount of time.
Could it be, that for coroutines-test, yield tries to auto-advance virtual time by 0 and as such, we are stuck in my endless loop and never actually get forward in time?
EDIT:
I proved my assumption above by outputting the current virtual time - and was spot on. In an endless loop with yield, the `currentTime` stays at 0 forever. Replacing yield with delay and a value >0 does the trick. Time passes, and everything works just fine! | test | delay and yield behave differently in test setup than in real life for our project we have developed a special kind of coroutine scope the infinitecoroutinescope for the understanding here i hope it is enough to describe it like this inside this scope any launched job with the extension fun launchinfinite block unit is monitored never to actually stop so multiple while true loops are expected to be launched and stay alive infinitely in contrast to a regular coroutinescope when a single one of those jobs quits working e g ends normally all other jobs launched via launchinfinite will be cancelled and brought to an end so the biggest difference is that the shortest running job determines the overall run time and not the longest running job this example demonstrates it normal coroutinescope behavior runblockingtest coroutinescope launch delay launch delay launch delay assertequals currenttime our infinitecoroutinescope does this runblockingtest infinitecoroutinescope launchinfinite delay launchinfinite delay launchinfinite delay assertequals currenttime the shortest running infinite job will kill all other s in real life this of course also works very fine when instead of using delay yield is called in an endless loop to allow cooperative coroutine behaviour infinitecoroutinescope launchinfinite while true yield launchinfinite delay launchinfinite delay time spent in this block above will also be but this in a test does not work at all it runs forever and does not terminate so as far as i understand there must be a conceptional difference in runblockingtest in such that yield and delay do not automatically do the same thing in terms of eager execution and virtual time but i do not know what that might be all i can see is that even by just replacing while true yield with while true delay makes it all work fine while delay breaks it too and that is my problem i always took yield as a non existent delay to allow coroutines to properly work together and used this instead of a not needed delay of an arbitrarily small amount of time could it be that for coroutines test yield tries to auto advance virtual time by and as such we are stuck in my endless loop and never actually get forward in time edit i proved my assumption above by outputting the current virtual time and was spot on in an endless loop with yield the currenttime stays at forever replacing yield with delay and a value does the trick time passes and everything works just fine | 1 |
49,905 | 6,045,201,331 | IssuesEvent | 2017-06-12 08:39:20 | jstockwin/EpiEstimApp | https://api.github.com/repos/jstockwin/EpiEstimApp | closed | Find example files | enhancement testing | (Migrated from slack)
Find example files to assess states 2.1, 6.2 and following, 6.3 and following, 7.2 and following. | 1.0 | Find example files - (Migrated from slack)
Find example files to assess states 2.1, 6.2 and following, 6.3 and following, 7.2 and following. | test | find example files migrated from slack find example files to assess states and following and following and following | 1 |
465,944 | 13,395,310,620 | IssuesEvent | 2020-09-03 08:14:14 | googleapis/nodejs-datacatalog | https://api.github.com/repos/googleapis/nodejs-datacatalog | closed | Synthesis failed for nodejs-datacatalog | api: datacatalog autosynth failure priority: p1 type: bug | Hello! Autosynth couldn't regenerate nodejs-datacatalog. :broken_heart:
Here's the output from running `synth.py`:
```
4))
Using cached https://files.pythonhosted.org/packages/30/9e/f663a2aa66a09d838042ae1a2c5659828bb9b41ea3a6efa20a20fd92b121/Jinja2-2.11.2-py2.py3-none-any.whl
Saved ./Jinja2-2.11.2-py2.py3-none-any.whl
Collecting MarkupSafe==1.1.1 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 5))
Using cached https://files.pythonhosted.org/packages/b2/5f/23e0023be6bb885d00ffbefad2942bc51a620328ee910f64abe5a8d18dd1/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
Saved ./MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
Collecting protobuf==3.13.0 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 6))
Using cached https://files.pythonhosted.org/packages/30/79/510974552cebff2ba04038544799450defe75e96ea5f1675dbf72cc8744f/protobuf-3.13.0-cp36-cp36m-manylinux1_x86_64.whl
Saved ./protobuf-3.13.0-cp36-cp36m-manylinux1_x86_64.whl
Collecting pypandoc==1.5 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 7))
Using cached https://files.pythonhosted.org/packages/d6/b7/5050dc1769c8a93d3ec7c4bd55be161991c94b8b235f88bf7c764449e708/pypandoc-1.5.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmpfs/tmp/tmpxts1r3e3/setuptools-tmp/setuptools/__init__.py", line 6, in <module>
import distutils.core
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/_distutils_hack/__init__.py", line 82, in create_module
return importlib.import_module('._distutils', 'setuptools')
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named 'setuptools._distutils'
----------------------------------------
(Command "python setup.py egg_info" failed with error code 1 in /tmpfs/tmp/pip-build-rtlcxe48/pypandoc/
)
ERROR: no such package '@gapic_generator_python_pip_deps//': pip_import failed: Collecting click==7.1.2 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 1))
Using cached https://files.pythonhosted.org/packages/d2/3d/fa76db83bf75c4f8d338c2fd15c8d33fdd7ad23a9b5e57eb6c5de26b430e/click-7.1.2-py2.py3-none-any.whl
Saved ./click-7.1.2-py2.py3-none-any.whl
Collecting google-api-core==1.22.1 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 2))
Using cached https://files.pythonhosted.org/packages/e0/2d/7c6c75013105e1d2b6eaa1bf18a56995be1dbc673c38885aea31136e9918/google_api_core-1.22.1-py2.py3-none-any.whl
Saved ./google_api_core-1.22.1-py2.py3-none-any.whl
Collecting googleapis-common-protos==1.52.0 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 3))
Using cached https://files.pythonhosted.org/packages/03/74/3956721ea1eb4bcf7502a311fdaa60b85bd751de4e57d1943afe9b334141/googleapis_common_protos-1.52.0-py2.py3-none-any.whl
Saved ./googleapis_common_protos-1.52.0-py2.py3-none-any.whl
Collecting jinja2==2.11.2 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 4))
Using cached https://files.pythonhosted.org/packages/30/9e/f663a2aa66a09d838042ae1a2c5659828bb9b41ea3a6efa20a20fd92b121/Jinja2-2.11.2-py2.py3-none-any.whl
Saved ./Jinja2-2.11.2-py2.py3-none-any.whl
Collecting MarkupSafe==1.1.1 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 5))
Using cached https://files.pythonhosted.org/packages/b2/5f/23e0023be6bb885d00ffbefad2942bc51a620328ee910f64abe5a8d18dd1/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
Saved ./MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
Collecting protobuf==3.13.0 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 6))
Using cached https://files.pythonhosted.org/packages/30/79/510974552cebff2ba04038544799450defe75e96ea5f1675dbf72cc8744f/protobuf-3.13.0-cp36-cp36m-manylinux1_x86_64.whl
Saved ./protobuf-3.13.0-cp36-cp36m-manylinux1_x86_64.whl
Collecting pypandoc==1.5 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 7))
Using cached https://files.pythonhosted.org/packages/d6/b7/5050dc1769c8a93d3ec7c4bd55be161991c94b8b235f88bf7c764449e708/pypandoc-1.5.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmpfs/tmp/tmpxts1r3e3/setuptools-tmp/setuptools/__init__.py", line 6, in <module>
import distutils.core
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/_distutils_hack/__init__.py", line 82, in create_module
return importlib.import_module('._distutils', 'setuptools')
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named 'setuptools._distutils'
----------------------------------------
(Command "python setup.py egg_info" failed with error code 1 in /tmpfs/tmp/pip-build-rtlcxe48/pypandoc/
)
INFO: Elapsed time: 2.480s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
FAILED: Build did NOT complete successfully (0 packages loaded)
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 102, in <module>
main()
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 94, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/home/kbuilder/.cache/synthtool/nodejs-datacatalog/synth.py", line 32, in <module>
library = gapic.node_library(name, version)
File "/tmpfs/src/github/synthtool/synthtool/gcp/gapic_bazel.py", line 52, in node_library
return self._generate_code(service, version, "nodejs", **kwargs)
File "/tmpfs/src/github/synthtool/synthtool/gcp/gapic_bazel.py", line 183, in _generate_code
shell.run(bazel_run_args)
File "/tmpfs/src/github/synthtool/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/github/synthtool/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 438, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['bazel', '--max_idle_secs=240', 'build', '//google/cloud/datacatalog/v1:datacatalog-v1-nodejs']' returned non-zero exit status 1.
2020-08-31 01:06:01,310 autosynth [ERROR] > Synthesis failed
2020-08-31 01:06:01,310 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 4402392 build: track flaky tests for "nightly", add new secrets for tagging (#206)
2020-08-31 01:06:01,315 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-08-31 01:06:01,319 autosynth [DEBUG] > Running: git clean -fdx
Removing __pycache__/
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 690, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 539, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 670, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 375, in synthesize_loop
has_changes = toolbox.synthesize_version_in_new_branch(synthesizer, youngest)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 273, in synthesize_version_in_new_branch
synthesizer.synthesize(synth_log_path, self.environ)
File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 120, in synthesize
synth_proc.check_returncode() # Raise an exception.
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 389, in check_returncode
self.stderr)
subprocess.CalledProcessError: Command '['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']' returned non-zero exit status 1.
```
Google internal developers can see the full log [here](http://sponge2/results/invocations/a6cbe058-8dce-4ab8-9a15-5983eb55a835/targets/github%2Fsynthtool;config=default/tests;query=nodejs-datacatalog;failed=false).
| 1.0 | Synthesis failed for nodejs-datacatalog - Hello! Autosynth couldn't regenerate nodejs-datacatalog. :broken_heart:
Here's the output from running `synth.py`:
```
4))
Using cached https://files.pythonhosted.org/packages/30/9e/f663a2aa66a09d838042ae1a2c5659828bb9b41ea3a6efa20a20fd92b121/Jinja2-2.11.2-py2.py3-none-any.whl
Saved ./Jinja2-2.11.2-py2.py3-none-any.whl
Collecting MarkupSafe==1.1.1 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 5))
Using cached https://files.pythonhosted.org/packages/b2/5f/23e0023be6bb885d00ffbefad2942bc51a620328ee910f64abe5a8d18dd1/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
Saved ./MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
Collecting protobuf==3.13.0 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 6))
Using cached https://files.pythonhosted.org/packages/30/79/510974552cebff2ba04038544799450defe75e96ea5f1675dbf72cc8744f/protobuf-3.13.0-cp36-cp36m-manylinux1_x86_64.whl
Saved ./protobuf-3.13.0-cp36-cp36m-manylinux1_x86_64.whl
Collecting pypandoc==1.5 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 7))
Using cached https://files.pythonhosted.org/packages/d6/b7/5050dc1769c8a93d3ec7c4bd55be161991c94b8b235f88bf7c764449e708/pypandoc-1.5.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmpfs/tmp/tmpxts1r3e3/setuptools-tmp/setuptools/__init__.py", line 6, in <module>
import distutils.core
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/_distutils_hack/__init__.py", line 82, in create_module
return importlib.import_module('._distutils', 'setuptools')
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named 'setuptools._distutils'
----------------------------------------
(Command "python setup.py egg_info" failed with error code 1 in /tmpfs/tmp/pip-build-rtlcxe48/pypandoc/
)
ERROR: no such package '@gapic_generator_python_pip_deps//': pip_import failed: Collecting click==7.1.2 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 1))
Using cached https://files.pythonhosted.org/packages/d2/3d/fa76db83bf75c4f8d338c2fd15c8d33fdd7ad23a9b5e57eb6c5de26b430e/click-7.1.2-py2.py3-none-any.whl
Saved ./click-7.1.2-py2.py3-none-any.whl
Collecting google-api-core==1.22.1 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 2))
Using cached https://files.pythonhosted.org/packages/e0/2d/7c6c75013105e1d2b6eaa1bf18a56995be1dbc673c38885aea31136e9918/google_api_core-1.22.1-py2.py3-none-any.whl
Saved ./google_api_core-1.22.1-py2.py3-none-any.whl
Collecting googleapis-common-protos==1.52.0 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 3))
Using cached https://files.pythonhosted.org/packages/03/74/3956721ea1eb4bcf7502a311fdaa60b85bd751de4e57d1943afe9b334141/googleapis_common_protos-1.52.0-py2.py3-none-any.whl
Saved ./googleapis_common_protos-1.52.0-py2.py3-none-any.whl
Collecting jinja2==2.11.2 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 4))
Using cached https://files.pythonhosted.org/packages/30/9e/f663a2aa66a09d838042ae1a2c5659828bb9b41ea3a6efa20a20fd92b121/Jinja2-2.11.2-py2.py3-none-any.whl
Saved ./Jinja2-2.11.2-py2.py3-none-any.whl
Collecting MarkupSafe==1.1.1 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 5))
Using cached https://files.pythonhosted.org/packages/b2/5f/23e0023be6bb885d00ffbefad2942bc51a620328ee910f64abe5a8d18dd1/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
Saved ./MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
Collecting protobuf==3.13.0 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 6))
Using cached https://files.pythonhosted.org/packages/30/79/510974552cebff2ba04038544799450defe75e96ea5f1675dbf72cc8744f/protobuf-3.13.0-cp36-cp36m-manylinux1_x86_64.whl
Saved ./protobuf-3.13.0-cp36-cp36m-manylinux1_x86_64.whl
Collecting pypandoc==1.5 (from -r /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/gapic_generator_python/requirements.txt (line 7))
Using cached https://files.pythonhosted.org/packages/d6/b7/5050dc1769c8a93d3ec7c4bd55be161991c94b8b235f88bf7c764449e708/pypandoc-1.5.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmpfs/tmp/tmpxts1r3e3/setuptools-tmp/setuptools/__init__.py", line 6, in <module>
import distutils.core
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/_distutils_hack/__init__.py", line 82, in create_module
return importlib.import_module('._distutils', 'setuptools')
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named 'setuptools._distutils'
----------------------------------------
(Command "python setup.py egg_info" failed with error code 1 in /tmpfs/tmp/pip-build-rtlcxe48/pypandoc/
)
INFO: Elapsed time: 2.480s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
FAILED: Build did NOT complete successfully (0 packages loaded)
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 102, in <module>
main()
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 94, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/home/kbuilder/.cache/synthtool/nodejs-datacatalog/synth.py", line 32, in <module>
library = gapic.node_library(name, version)
File "/tmpfs/src/github/synthtool/synthtool/gcp/gapic_bazel.py", line 52, in node_library
return self._generate_code(service, version, "nodejs", **kwargs)
File "/tmpfs/src/github/synthtool/synthtool/gcp/gapic_bazel.py", line 183, in _generate_code
shell.run(bazel_run_args)
File "/tmpfs/src/github/synthtool/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/github/synthtool/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 438, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['bazel', '--max_idle_secs=240', 'build', '//google/cloud/datacatalog/v1:datacatalog-v1-nodejs']' returned non-zero exit status 1.
2020-08-31 01:06:01,310 autosynth [ERROR] > Synthesis failed
2020-08-31 01:06:01,310 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at 4402392 build: track flaky tests for "nightly", add new secrets for tagging (#206)
2020-08-31 01:06:01,315 autosynth [DEBUG] > Running: git checkout autosynth
Switched to branch 'autosynth'
2020-08-31 01:06:01,319 autosynth [DEBUG] > Running: git clean -fdx
Removing __pycache__/
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 690, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 539, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 670, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 375, in synthesize_loop
has_changes = toolbox.synthesize_version_in_new_branch(synthesizer, youngest)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 273, in synthesize_version_in_new_branch
synthesizer.synthesize(synth_log_path, self.environ)
File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 120, in synthesize
synth_proc.check_returncode() # Raise an exception.
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 389, in check_returncode
self.stderr)
subprocess.CalledProcessError: Command '['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']' returned non-zero exit status 1.
```
Google internal developers can see the full log [here](http://sponge2/results/invocations/a6cbe058-8dce-4ab8-9a15-5983eb55a835/targets/github%2Fsynthtool;config=default/tests;query=nodejs-datacatalog;failed=false).
| non_test | synthesis failed for nodejs datacatalog hello autosynth couldn t regenerate nodejs datacatalog broken heart here s the output from running synth py using cached saved none any whl collecting markupsafe from r home kbuilder cache bazel bazel kbuilder external gapic generator python requirements txt line using cached saved markupsafe whl collecting protobuf from r home kbuilder cache bazel bazel kbuilder external gapic generator python requirements txt line using cached saved protobuf whl collecting pypandoc from r home kbuilder cache bazel bazel kbuilder external gapic generator python requirements txt line using cached complete output from command python setup py egg info traceback most recent call last file line in file tmpfs tmp setuptools tmp setuptools init py line in import distutils core file tmpfs src github synthtool env lib site packages distutils hack init py line in create module return importlib import module distutils setuptools file home kbuilder pyenv versions lib importlib init py line in import module return bootstrap gcd import name package level modulenotfounderror no module named setuptools distutils command python setup py egg info failed with error code in tmpfs tmp pip build pypandoc error no such package gapic generator python pip deps pip import failed collecting click from r home kbuilder cache bazel bazel kbuilder external gapic generator python requirements txt line using cached saved click none any whl collecting google api core from r home kbuilder cache bazel bazel kbuilder external gapic generator python requirements txt line using cached saved google api core none any whl collecting googleapis common protos from r home kbuilder cache bazel bazel kbuilder external gapic generator python requirements txt line using cached saved googleapis common protos none any whl collecting from r home kbuilder cache bazel bazel kbuilder external gapic generator python requirements txt line using cached saved none any whl collecting markupsafe from r home kbuilder cache bazel bazel kbuilder external gapic generator python requirements txt line using cached saved markupsafe whl collecting protobuf from r home kbuilder cache bazel bazel kbuilder external gapic generator python requirements txt line using cached saved protobuf whl collecting pypandoc from r home kbuilder cache bazel bazel kbuilder external gapic generator python requirements txt line using cached complete output from command python setup py egg info traceback most recent call last file line in file tmpfs tmp setuptools tmp setuptools init py line in import distutils core file tmpfs src github synthtool env lib site packages distutils hack init py line in create module return importlib import module distutils setuptools file home kbuilder pyenv versions lib importlib init py line in import module return bootstrap gcd import name package level modulenotfounderror no module named setuptools distutils command python setup py egg info failed with error code in tmpfs tmp pip build pypandoc info elapsed time info processes failed build did not complete successfully packages loaded failed build did not complete successfully packages loaded traceback most recent call last file home kbuilder pyenv versions lib runpy py line in run module as main main mod spec file home kbuilder pyenv versions lib runpy py line in run code exec code run globals file tmpfs src github synthtool synthtool main py line in main file tmpfs src github synthtool env lib site packages click core py line in call return self main args kwargs file tmpfs src github synthtool env lib site packages click core py line in main rv self invoke ctx file tmpfs src github synthtool env lib site packages click core py line in invoke return ctx invoke self callback ctx params file tmpfs src github synthtool env lib site packages click core py line in invoke return callback args kwargs file tmpfs src github synthtool synthtool main py line in main spec loader exec module synth module type ignore file line in exec module file line in call with frames removed file home kbuilder cache synthtool nodejs datacatalog synth py line in library gapic node library name version file tmpfs src github synthtool synthtool gcp gapic bazel py line in node library return self generate code service version nodejs kwargs file tmpfs src github synthtool synthtool gcp gapic bazel py line in generate code shell run bazel run args file tmpfs src github synthtool synthtool shell py line in run raise exc file tmpfs src github synthtool synthtool shell py line in run encoding utf file home kbuilder pyenv versions lib subprocess py line in run output stdout stderr stderr subprocess calledprocesserror command returned non zero exit status autosynth synthesis failed autosynth running git reset hard head head is now at build track flaky tests for nightly add new secrets for tagging autosynth running git checkout autosynth switched to branch autosynth autosynth running git clean fdx removing pycache traceback most recent call last file home kbuilder pyenv versions lib runpy py line in run module as main main mod spec file home kbuilder pyenv versions lib runpy py line in run code exec code run globals file tmpfs src github synthtool autosynth synth py line in main file tmpfs src github synthtool autosynth synth py line in main return inner main temp dir file tmpfs src github synthtool autosynth synth py line in inner main commit count synthesize loop x multiple prs change pusher synthesizer file tmpfs src github synthtool autosynth synth py line in synthesize loop has changes toolbox synthesize version in new branch synthesizer youngest file tmpfs src github synthtool autosynth synth py line in synthesize version in new branch synthesizer synthesize synth log path self environ file tmpfs src github synthtool autosynth synthesizer py line in synthesize synth proc check returncode raise an exception file home kbuilder pyenv versions lib subprocess py line in check returncode self stderr subprocess calledprocesserror command returned non zero exit status google internal developers can see the full log | 0 |
248,786 | 21,058,277,035 | IssuesEvent | 2022-04-01 06:57:36 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | roachtest: replicate/up/1to3 failed | C-test-failure O-robot O-roachtest branch-master release-blocker | roachtest.replicate/up/1to3 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4755605&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4755605&tab=artifacts#/replicate/up/1to3) on master @ [fa0291175ecb983301d980247ad2ec6c7b233660](https://github.com/cockroachdb/cockroach/commits/fa0291175ecb983301d980247ad2ec6c7b233660):
```
The test failed on branch=master, cloud=gce:
test artifacts and logs in: /artifacts/replicate/up/1to3/run_1
monitor.go:127,allocator.go:77,allocator.go:85,test_runner.go:875: monitor failure: monitor task failed: 181s elapsed without changes, but replica count standard deviation is 82.27 (>10.00)
(1) attached stack trace
-- stack trace:
| main.(*monitorImpl).WaitE
| main/pkg/cmd/roachtest/monitor.go:115
| main.(*monitorImpl).Wait
| main/pkg/cmd/roachtest/monitor.go:123
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerAllocator.func1
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/allocator.go:77
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerAllocator.func2
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/allocator.go:85
| main.(*testRunner).runTest.func2
| main/pkg/cmd/roachtest/test_runner.go:875
Wraps: (2) monitor failure
Wraps: (3) attached stack trace
-- stack trace:
| main.(*monitorImpl).wait.func2
| main/pkg/cmd/roachtest/monitor.go:171
Wraps: (4) monitor task failed
Wraps: (5) attached stack trace
-- stack trace:
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.waitForRebalance
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/allocator.go:249
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerAllocator.func1.3
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/allocator.go:75
| main.(*monitorImpl).Go.func1
| main/pkg/cmd/roachtest/monitor.go:105
| golang.org/x/sync/errgroup.(*Group).Go.func1
| golang.org/x/sync/errgroup/external/org_golang_x_sync/errgroup/errgroup.go:57
| runtime.goexit
| GOROOT/src/runtime/asm_amd64.s:1581
Wraps: (6) 181s elapsed without changes, but replica count standard deviation is 82.27 (>10.00)
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *errutil.leafError
```
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/kv-triage
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*replicate/up/1to3.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| 2.0 | roachtest: replicate/up/1to3 failed - roachtest.replicate/up/1to3 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4755605&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4755605&tab=artifacts#/replicate/up/1to3) on master @ [fa0291175ecb983301d980247ad2ec6c7b233660](https://github.com/cockroachdb/cockroach/commits/fa0291175ecb983301d980247ad2ec6c7b233660):
```
The test failed on branch=master, cloud=gce:
test artifacts and logs in: /artifacts/replicate/up/1to3/run_1
monitor.go:127,allocator.go:77,allocator.go:85,test_runner.go:875: monitor failure: monitor task failed: 181s elapsed without changes, but replica count standard deviation is 82.27 (>10.00)
(1) attached stack trace
-- stack trace:
| main.(*monitorImpl).WaitE
| main/pkg/cmd/roachtest/monitor.go:115
| main.(*monitorImpl).Wait
| main/pkg/cmd/roachtest/monitor.go:123
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerAllocator.func1
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/allocator.go:77
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerAllocator.func2
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/allocator.go:85
| main.(*testRunner).runTest.func2
| main/pkg/cmd/roachtest/test_runner.go:875
Wraps: (2) monitor failure
Wraps: (3) attached stack trace
-- stack trace:
| main.(*monitorImpl).wait.func2
| main/pkg/cmd/roachtest/monitor.go:171
Wraps: (4) monitor task failed
Wraps: (5) attached stack trace
-- stack trace:
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.waitForRebalance
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/allocator.go:249
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerAllocator.func1.3
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/allocator.go:75
| main.(*monitorImpl).Go.func1
| main/pkg/cmd/roachtest/monitor.go:105
| golang.org/x/sync/errgroup.(*Group).Go.func1
| golang.org/x/sync/errgroup/external/org_golang_x_sync/errgroup/errgroup.go:57
| runtime.goexit
| GOROOT/src/runtime/asm_amd64.s:1581
Wraps: (6) 181s elapsed without changes, but replica count standard deviation is 82.27 (>10.00)
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *errutil.leafError
```
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/kv-triage
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*replicate/up/1to3.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| test | roachtest replicate up failed roachtest replicate up with on master the test failed on branch master cloud gce test artifacts and logs in artifacts replicate up run monitor go allocator go allocator go test runner go monitor failure monitor task failed elapsed without changes but replica count standard deviation is attached stack trace stack trace main monitorimpl waite main pkg cmd roachtest monitor go main monitorimpl wait main pkg cmd roachtest monitor go github com cockroachdb cockroach pkg cmd roachtest tests registerallocator github com cockroachdb cockroach pkg cmd roachtest tests allocator go github com cockroachdb cockroach pkg cmd roachtest tests registerallocator github com cockroachdb cockroach pkg cmd roachtest tests allocator go main testrunner runtest main pkg cmd roachtest test runner go wraps monitor failure wraps attached stack trace stack trace main monitorimpl wait main pkg cmd roachtest monitor go wraps monitor task failed wraps attached stack trace stack trace github com cockroachdb cockroach pkg cmd roachtest tests waitforrebalance github com cockroachdb cockroach pkg cmd roachtest tests allocator go github com cockroachdb cockroach pkg cmd roachtest tests registerallocator github com cockroachdb cockroach pkg cmd roachtest tests allocator go main monitorimpl go main pkg cmd roachtest monitor go golang org x sync errgroup group go golang org x sync errgroup external org golang x sync errgroup errgroup go runtime goexit goroot src runtime asm s wraps elapsed without changes but replica count standard deviation is error types withstack withstack errutil withprefix withstack withstack errutil withprefix withstack withstack errutil leaferror help see see cc cockroachdb kv triage | 1 |
157,563 | 19,959,067,201 | IssuesEvent | 2022-01-28 05:23:32 | JeffResc/Is.gd-Node.js | https://api.github.com/repos/JeffResc/Is.gd-Node.js | closed | WS-2020-0163 (Medium) detected in marked-0.3.19.js, marked-0.3.19.tgz | security vulnerability | ## WS-2020-0163 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>marked-0.3.19.js</b>, <b>marked-0.3.19.tgz</b></p></summary>
<p>
<details><summary><b>marked-0.3.19.js</b></p></summary>
<p>A markdown parser built for speed</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/marked/0.3.19/marked.js">https://cdnjs.cloudflare.com/ajax/libs/marked/0.3.19/marked.js</a></p>
<p>Path to dependency file: Is.gd-Node.js/node_modules/marked/www/demo.html</p>
<p>Path to vulnerable library: Is.gd-Node.js/node_modules/marked/www/../lib/marked.js</p>
<p>
Dependency Hierarchy:
- :x: **marked-0.3.19.js** (Vulnerable Library)
</details>
<details><summary><b>marked-0.3.19.tgz</b></p></summary>
<p>A markdown parser built for speed</p>
<p>Library home page: <a href="https://registry.npmjs.org/marked/-/marked-0.3.19.tgz">https://registry.npmjs.org/marked/-/marked-0.3.19.tgz</a></p>
<p>Path to dependency file: Is.gd-Node.js/package.json</p>
<p>Path to vulnerable library: Is.gd-Node.js/node_modules/marked/package.json</p>
<p>
Dependency Hierarchy:
- gulp-markdown-1.0.0.tgz (Root Library)
- :x: **marked-0.3.19.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/JeffResc/Is.gd-Node.js/commit/1036303aa40701aa25caa367da28c1e4e15926e3">1036303aa40701aa25caa367da28c1e4e15926e3</a></p>
<p>Found in base branch: <b>master</b></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>
marked before 1.1.1 is vulnerable to Regular Expression Denial of Service (REDoS). rules.js have multiple unused capture groups which can lead to a Denial of Service.
<p>Publish Date: 2020-07-02
<p>URL: <a href=https://github.com/markedjs/marked/commit/bd4f8c464befad2b304d51e33e89e567326e62e0>WS-2020-0163</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>5.9</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- 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/markedjs/marked/releases/tag/v1.1.1">https://github.com/markedjs/marked/releases/tag/v1.1.1</a></p>
<p>Release Date: 2020-07-02</p>
<p>Fix Resolution: marked - 1.1.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | WS-2020-0163 (Medium) detected in marked-0.3.19.js, marked-0.3.19.tgz - ## WS-2020-0163 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>marked-0.3.19.js</b>, <b>marked-0.3.19.tgz</b></p></summary>
<p>
<details><summary><b>marked-0.3.19.js</b></p></summary>
<p>A markdown parser built for speed</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/marked/0.3.19/marked.js">https://cdnjs.cloudflare.com/ajax/libs/marked/0.3.19/marked.js</a></p>
<p>Path to dependency file: Is.gd-Node.js/node_modules/marked/www/demo.html</p>
<p>Path to vulnerable library: Is.gd-Node.js/node_modules/marked/www/../lib/marked.js</p>
<p>
Dependency Hierarchy:
- :x: **marked-0.3.19.js** (Vulnerable Library)
</details>
<details><summary><b>marked-0.3.19.tgz</b></p></summary>
<p>A markdown parser built for speed</p>
<p>Library home page: <a href="https://registry.npmjs.org/marked/-/marked-0.3.19.tgz">https://registry.npmjs.org/marked/-/marked-0.3.19.tgz</a></p>
<p>Path to dependency file: Is.gd-Node.js/package.json</p>
<p>Path to vulnerable library: Is.gd-Node.js/node_modules/marked/package.json</p>
<p>
Dependency Hierarchy:
- gulp-markdown-1.0.0.tgz (Root Library)
- :x: **marked-0.3.19.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/JeffResc/Is.gd-Node.js/commit/1036303aa40701aa25caa367da28c1e4e15926e3">1036303aa40701aa25caa367da28c1e4e15926e3</a></p>
<p>Found in base branch: <b>master</b></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>
marked before 1.1.1 is vulnerable to Regular Expression Denial of Service (REDoS). rules.js have multiple unused capture groups which can lead to a Denial of Service.
<p>Publish Date: 2020-07-02
<p>URL: <a href=https://github.com/markedjs/marked/commit/bd4f8c464befad2b304d51e33e89e567326e62e0>WS-2020-0163</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>5.9</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- 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/markedjs/marked/releases/tag/v1.1.1">https://github.com/markedjs/marked/releases/tag/v1.1.1</a></p>
<p>Release Date: 2020-07-02</p>
<p>Fix Resolution: marked - 1.1.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | ws medium detected in marked js marked tgz ws medium severity vulnerability vulnerable libraries marked js marked tgz marked js a markdown parser built for speed library home page a href path to dependency file is gd node js node modules marked www demo html path to vulnerable library is gd node js node modules marked www lib marked js dependency hierarchy x marked js vulnerable library marked tgz a markdown parser built for speed library home page a href path to dependency file is gd node js package json path to vulnerable library is gd node js node modules marked package json dependency hierarchy gulp markdown tgz root library x marked tgz vulnerable library found in head commit a href found in base branch master vulnerability details marked before is vulnerable to regular expression denial of service redos rules js have multiple unused capture groups which can lead to a denial of service publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high 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 marked step up your open source security game with whitesource | 0 |
266,234 | 23,226,664,196 | IssuesEvent | 2022-08-03 01:24:19 | MPMG-DCC-UFMG/F01 | https://api.github.com/repos/MPMG-DCC-UFMG/F01 | closed | Teste de generalizacao para a tag Servidores - Relatório mensal da despesa com pessoal - São João das Missões | generalization test development template-Síntese tecnologia informatica subtag-Relatórios Despesas com Pessoal tag-Servidores | DoD: Realizar o teste de Generalização do validador da tag Servidores - Relatório mensal da despesa com pessoal para o Município de São João das Missões. | 1.0 | Teste de generalizacao para a tag Servidores - Relatório mensal da despesa com pessoal - São João das Missões - DoD: Realizar o teste de Generalização do validador da tag Servidores - Relatório mensal da despesa com pessoal para o Município de São João das Missões. | test | teste de generalizacao para a tag servidores relatório mensal da despesa com pessoal são joão das missões dod realizar o teste de generalização do validador da tag servidores relatório mensal da despesa com pessoal para o município de são joão das missões | 1 |
126,636 | 12,295,181,214 | IssuesEvent | 2020-05-11 03:01:58 | Tyler-IN/MnB2-Bannerlord-CommunityPatch | https://api.github.com/repos/Tyler-IN/MnB2-Bannerlord-CommunityPatch | closed | Getting the bytes and/or hash of some IL to make a patch | documentation | 


Copied: 28AE01000A6FB001000A6FBF02000A2C1F722771017028AE01000A6FBA01000A6FBB01000A28D602000A16280D02000A28AE01000A6FBA01000A6FD702000A2C3C28B000000A6FB001000A28AE01000A6FB001000A332628AE01000A6FBA01000A28B000000A6FBA01000A2E1028B000000A6FBA01000A6F6402000A2A162A
Now to get the hash - if you don't have a tool for that, you can use https://www.fileformat.info/tool/hash.htm


SHA256: 3181472b6adec8263768b3810a4757513730a4a4b3dea7591a75908a18dfa72b
Converted to C# byte array: byte[] hash = {0x31,0x81,0x47,0x2b,0x6a,0xde,0xc8,0x26,0x37,0x68,0xb3,0x81,0x0a,0x47,0x57,0x51,0x37,0x30,0xa4,0xa4,0xb3,0xde,0xa7,0x59,0x1a,0x75,0x90,0x8a,0x18,0xdf,0xa7,0x2b};
| 1.0 | Getting the bytes and/or hash of some IL to make a patch - 


Copied: 28AE01000A6FB001000A6FBF02000A2C1F722771017028AE01000A6FBA01000A6FBB01000A28D602000A16280D02000A28AE01000A6FBA01000A6FD702000A2C3C28B000000A6FB001000A28AE01000A6FB001000A332628AE01000A6FBA01000A28B000000A6FBA01000A2E1028B000000A6FBA01000A6F6402000A2A162A
Now to get the hash - if you don't have a tool for that, you can use https://www.fileformat.info/tool/hash.htm


SHA256: 3181472b6adec8263768b3810a4757513730a4a4b3dea7591a75908a18dfa72b
Converted to C# byte array: byte[] hash = {0x31,0x81,0x47,0x2b,0x6a,0xde,0xc8,0x26,0x37,0x68,0xb3,0x81,0x0a,0x47,0x57,0x51,0x37,0x30,0xa4,0xa4,0xb3,0xde,0xa7,0x59,0x1a,0x75,0x90,0x8a,0x18,0xdf,0xa7,0x2b};
| non_test | getting the bytes and or hash of some il to make a patch copied now to get the hash if you don t have a tool for that you can use converted to c byte array byte hash | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.