Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
757
labels
stringlengths
4
664
body
stringlengths
3
261k
index
stringclasses
10 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
232k
binary_label
int64
0
1
51,949
13,211,343,580
IssuesEvent
2020-08-15 22:27:06
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[topsimulator] I3TimeShiffter (Trac #1345)
Incomplete Migration Migrated from Trac combo simulation defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1345">https://code.icecube.wisc.edu/projects/icecube/ticket/1345</a>, reported by olivasand owned by jgonzalez</em></summary> <p> ```json { "status": "closed", "changetime": "2016-03-18T21:14:03", "_ts": "1458335643235016", "description": "The segment still uses the C++ version of I3TimeShifter, which was removed. Why is the segment using this at all? Why not just use the I3TriggerSim segment?", "reporter": "olivas", "cc": "", "resolution": "fixed", "time": "2015-09-15T06:02:55", "component": "combo simulation", "summary": "[topsimulator] I3TimeShiffter", "priority": "blocker", "keywords": "", "milestone": "", "owner": "jgonzalez", "type": "defect" } ``` </p> </details>
1.0
[topsimulator] I3TimeShiffter (Trac #1345) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1345">https://code.icecube.wisc.edu/projects/icecube/ticket/1345</a>, reported by olivasand owned by jgonzalez</em></summary> <p> ```json { "status": "closed", "changetime": "2016-03-18T21:14:03", "_ts": "1458335643235016", "description": "The segment still uses the C++ version of I3TimeShifter, which was removed. Why is the segment using this at all? Why not just use the I3TriggerSim segment?", "reporter": "olivas", "cc": "", "resolution": "fixed", "time": "2015-09-15T06:02:55", "component": "combo simulation", "summary": "[topsimulator] I3TimeShiffter", "priority": "blocker", "keywords": "", "milestone": "", "owner": "jgonzalez", "type": "defect" } ``` </p> </details>
defect
trac migrated from json status closed changetime ts description the segment still uses the c version of which was removed why is the segment using this at all why not just use the segment reporter olivas cc resolution fixed time component combo simulation summary priority blocker keywords milestone owner jgonzalez type defect
1
71,584
23,708,292,358
IssuesEvent
2022-08-30 04:57:00
scipy/scipy
https://api.github.com/repos/scipy/scipy
opened
BUG: considerable performance degradation of svds since v. 1.7.3
defect
### Describe your issue. ## Problem: `svds` compute time has increased 2-3x since v.1.7.3. See table below for timings on a random CSR matrix with 0.05 density. | numpy ver. / scipy ver. | `1.7.3` | `1.9.0` | | :--- | :---: | :---: | | `1.21.4` | 1.19 s ± 82.4 ms | 2.8 s ± 351 ms | | `1.23.2` | incompatible | 3.17 s ± 241 ms | ## Expected behavior: Compute time remains the same or decreases. ### Reproducing Code Example ```python # run in jupyter notebook / google colab: from scipy.sparse.linalg import svds from scipy.sparse import random as sprandom shape = 6000, 4000 rank = 15 matrix = sprandom(*shape, density=0.05, format='csr', random_state=987) %timeit svds(matrix, k=rank) ``` ### Error message ```shell n/a ``` ### SciPy/NumPy/Python version information 1.9.0 1.23.2 sys.version_info(major=3, minor=9, micro=13, releaselevel='final', serial=0)
1.0
BUG: considerable performance degradation of svds since v. 1.7.3 - ### Describe your issue. ## Problem: `svds` compute time has increased 2-3x since v.1.7.3. See table below for timings on a random CSR matrix with 0.05 density. | numpy ver. / scipy ver. | `1.7.3` | `1.9.0` | | :--- | :---: | :---: | | `1.21.4` | 1.19 s ± 82.4 ms | 2.8 s ± 351 ms | | `1.23.2` | incompatible | 3.17 s ± 241 ms | ## Expected behavior: Compute time remains the same or decreases. ### Reproducing Code Example ```python # run in jupyter notebook / google colab: from scipy.sparse.linalg import svds from scipy.sparse import random as sprandom shape = 6000, 4000 rank = 15 matrix = sprandom(*shape, density=0.05, format='csr', random_state=987) %timeit svds(matrix, k=rank) ``` ### Error message ```shell n/a ``` ### SciPy/NumPy/Python version information 1.9.0 1.23.2 sys.version_info(major=3, minor=9, micro=13, releaselevel='final', serial=0)
defect
bug considerable performance degradation of svds since v describe your issue problem svds compute time has increased since v see table below for timings on a random csr matrix with density numpy ver scipy ver s ± ms s ± ms incompatible s ± ms expected behavior compute time remains the same or decreases reproducing code example python run in jupyter notebook google colab from scipy sparse linalg import svds from scipy sparse import random as sprandom shape rank matrix sprandom shape density format csr random state timeit svds matrix k rank error message shell n a scipy numpy python version information sys version info major minor micro releaselevel final serial
1
10,930
2,622,850,270
IssuesEvent
2015-03-04 08:04:50
max99x/pagemon-chrome-ext
https://api.github.com/repos/max99x/pagemon-chrome-ext
opened
Extension reports a URL has updated, but nothing color-coded for add/delete
auto-migrated Priority-Medium Type-Defect
``` - What steps will reproduce the problem? Monitor this page: http://www.watchforeclosure.com/property/foreclosed-homes/california/orange/miss ion-viejo/2961462/25171-cheshire.html Give it a few days between reviewing the diff, and you should see the extension report a change, but no color-coded change actually is shown. - What is the expected output? What do you see instead? I expect whenever I am told the page has changed to actually SEE a color-coded change. A few times now the extension reports the page has changed, yet nothing is color-coded. I suspect it is monitoring the underlying HTML and some metadata is being updated. If changes are made to metadata and ONLY metadata, perhaps the diff screen should show a message to the effect of "metadata only changed, here's a diff of the metadata". It would be nice to have an option to show a diff of the underlying code, and if indeed the only change is metadata, that there be an option to ignore changes to metadata when that's the only thing that changes. - What version of the Chrome are you using? On what operating system? Chrome 14.0.835.202 on OS X 10.6 - Please provide any additional information below. No additional info. ``` Original issue reported on code.google.com by `phi...@armorgames.com` on 10 Oct 2011 at 4:09
1.0
Extension reports a URL has updated, but nothing color-coded for add/delete - ``` - What steps will reproduce the problem? Monitor this page: http://www.watchforeclosure.com/property/foreclosed-homes/california/orange/miss ion-viejo/2961462/25171-cheshire.html Give it a few days between reviewing the diff, and you should see the extension report a change, but no color-coded change actually is shown. - What is the expected output? What do you see instead? I expect whenever I am told the page has changed to actually SEE a color-coded change. A few times now the extension reports the page has changed, yet nothing is color-coded. I suspect it is monitoring the underlying HTML and some metadata is being updated. If changes are made to metadata and ONLY metadata, perhaps the diff screen should show a message to the effect of "metadata only changed, here's a diff of the metadata". It would be nice to have an option to show a diff of the underlying code, and if indeed the only change is metadata, that there be an option to ignore changes to metadata when that's the only thing that changes. - What version of the Chrome are you using? On what operating system? Chrome 14.0.835.202 on OS X 10.6 - Please provide any additional information below. No additional info. ``` Original issue reported on code.google.com by `phi...@armorgames.com` on 10 Oct 2011 at 4:09
defect
extension reports a url has updated but nothing color coded for add delete what steps will reproduce the problem monitor this page ion viejo cheshire html give it a few days between reviewing the diff and you should see the extension report a change but no color coded change actually is shown what is the expected output what do you see instead i expect whenever i am told the page has changed to actually see a color coded change a few times now the extension reports the page has changed yet nothing is color coded i suspect it is monitoring the underlying html and some metadata is being updated if changes are made to metadata and only metadata perhaps the diff screen should show a message to the effect of metadata only changed here s a diff of the metadata it would be nice to have an option to show a diff of the underlying code and if indeed the only change is metadata that there be an option to ignore changes to metadata when that s the only thing that changes what version of the chrome are you using on what operating system chrome on os x please provide any additional information below no additional info original issue reported on code google com by phi armorgames com on oct at
1
417,293
12,158,059,350
IssuesEvent
2020-04-26 01:40:23
kubeflow/kubeflow
https://api.github.com/repos/kubeflow/kubeflow
closed
kfam: bindings roleref contain magic string and not real role
area/auth kind/bug lifecycle/frozen lifecycle/stale priority/p1
/kind bug **What did you expect to happen:** The Binding struct defines a RoleRef. I expect the RoleRef to contain a K8s role. **What happened:** The RoleRef contains a magic string ("view") instead of the real role ("kubeflow-viewer"). That's because the frontend expects a certain value. **Possible Solutions:** * Make it clear that those are magic values and not Roles. Maybe add a separate field called type, or description. * Use the real Role names and fix the UI to fallback to the Role name if it doesn't find the values it expects. /cc @jlewi @krishnadurai /priority p1
1.0
kfam: bindings roleref contain magic string and not real role - /kind bug **What did you expect to happen:** The Binding struct defines a RoleRef. I expect the RoleRef to contain a K8s role. **What happened:** The RoleRef contains a magic string ("view") instead of the real role ("kubeflow-viewer"). That's because the frontend expects a certain value. **Possible Solutions:** * Make it clear that those are magic values and not Roles. Maybe add a separate field called type, or description. * Use the real Role names and fix the UI to fallback to the Role name if it doesn't find the values it expects. /cc @jlewi @krishnadurai /priority p1
non_defect
kfam bindings roleref contain magic string and not real role kind bug what did you expect to happen the binding struct defines a roleref i expect the roleref to contain a role what happened the roleref contains a magic string view instead of the real role kubeflow viewer that s because the frontend expects a certain value possible solutions make it clear that those are magic values and not roles maybe add a separate field called type or description use the real role names and fix the ui to fallback to the role name if it doesn t find the values it expects cc jlewi krishnadurai priority
0
58,149
14,242,194,235
IssuesEvent
2020-11-19 01:11:14
jgeraigery/TwxAzureDataLakeConnector
https://api.github.com/repos/jgeraigery/TwxAzureDataLakeConnector
closed
WS-2019-0491 (High) detected in handlebars-4.1.0.tgz - autoclosed
security vulnerability
## WS-2019-0491 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.0.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.1.0.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.1.0.tgz</a></p> <p>Path to dependency file: TwxAzureDataLakeConnector/dist/ptc-adls-connector-1-0-0/ptc-adls-connector/package.json</p> <p>Path to vulnerable library: TwxAzureDataLakeConnector/src/node_modules/nyc/node_modules/handlebars/package.json,TwxAzureDataLakeConnector/src/node_modules/nyc/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - nyc-13.3.0.tgz (Root Library) - istanbul-reports-2.1.1.tgz - :x: **handlebars-4.1.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/jgeraigery/TwxAzureDataLakeConnector/commit/c27221679c065d0d756c53a35bc16affade5f746">c27221679c065d0d756c53a35bc16affade5f746</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> handlebars before 4.4.5 is vulnerable to Denial of Service. The package's parser may be forced into an endless loop while processing specially-crafted templates. This may allow attackers to exhaust system resources leading to Denial of Service. <p>Publish Date: 2019-11-04 <p>URL: <a href=https://github.com/handlebars-lang/handlebars.js/commit/8d5530ee2c3ea9f0aee3fde310b9f36887d00b8b>WS-2019-0491</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://www.npmjs.com/advisories/1300">https://www.npmjs.com/advisories/1300</a></p> <p>Release Date: 2019-11-04</p> <p>Fix Resolution: handlebars - 4.4.5</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"handlebars","packageVersion":"4.1.0","isTransitiveDependency":true,"dependencyTree":"nyc:13.3.0;istanbul-reports:2.1.1;handlebars:4.1.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"handlebars - 4.4.5"}],"vulnerabilityIdentifier":"WS-2019-0491","vulnerabilityDetails":"handlebars before 4.4.5 is vulnerable to Denial of Service. The package\u0027s parser may be forced into an endless loop while processing specially-crafted templates. This may allow attackers to exhaust system resources leading to Denial of Service.","vulnerabilityUrl":"https://github.com/handlebars-lang/handlebars.js/commit/8d5530ee2c3ea9f0aee3fde310b9f36887d00b8b","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
WS-2019-0491 (High) detected in handlebars-4.1.0.tgz - autoclosed - ## WS-2019-0491 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.0.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.1.0.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.1.0.tgz</a></p> <p>Path to dependency file: TwxAzureDataLakeConnector/dist/ptc-adls-connector-1-0-0/ptc-adls-connector/package.json</p> <p>Path to vulnerable library: TwxAzureDataLakeConnector/src/node_modules/nyc/node_modules/handlebars/package.json,TwxAzureDataLakeConnector/src/node_modules/nyc/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - nyc-13.3.0.tgz (Root Library) - istanbul-reports-2.1.1.tgz - :x: **handlebars-4.1.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/jgeraigery/TwxAzureDataLakeConnector/commit/c27221679c065d0d756c53a35bc16affade5f746">c27221679c065d0d756c53a35bc16affade5f746</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> handlebars before 4.4.5 is vulnerable to Denial of Service. The package's parser may be forced into an endless loop while processing specially-crafted templates. This may allow attackers to exhaust system resources leading to Denial of Service. <p>Publish Date: 2019-11-04 <p>URL: <a href=https://github.com/handlebars-lang/handlebars.js/commit/8d5530ee2c3ea9f0aee3fde310b9f36887d00b8b>WS-2019-0491</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://www.npmjs.com/advisories/1300">https://www.npmjs.com/advisories/1300</a></p> <p>Release Date: 2019-11-04</p> <p>Fix Resolution: handlebars - 4.4.5</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"handlebars","packageVersion":"4.1.0","isTransitiveDependency":true,"dependencyTree":"nyc:13.3.0;istanbul-reports:2.1.1;handlebars:4.1.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"handlebars - 4.4.5"}],"vulnerabilityIdentifier":"WS-2019-0491","vulnerabilityDetails":"handlebars before 4.4.5 is vulnerable to Denial of Service. The package\u0027s parser may be forced into an endless loop while processing specially-crafted templates. This may allow attackers to exhaust system resources leading to Denial of Service.","vulnerabilityUrl":"https://github.com/handlebars-lang/handlebars.js/commit/8d5530ee2c3ea9f0aee3fde310b9f36887d00b8b","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_defect
ws high detected in handlebars tgz autoclosed ws 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 twxazuredatalakeconnector dist ptc adls connector ptc adls connector package json path to vulnerable library twxazuredatalakeconnector src node modules nyc node modules handlebars package json twxazuredatalakeconnector src node modules nyc node modules handlebars package json dependency hierarchy nyc tgz root library istanbul reports tgz x handlebars tgz vulnerable library found in head commit a href found in base branch master vulnerability details handlebars before is vulnerable to denial of service the package s parser may be forced into an endless loop while processing specially crafted templates this may allow attackers to exhaust system resources leading to denial of service 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 handlebars isopenpronvulnerability true ispackagebased true isdefaultbranch true packages vulnerabilityidentifier ws vulnerabilitydetails handlebars before is vulnerable to denial of service the package parser may be forced into an endless loop while processing specially crafted templates this may allow attackers to exhaust system resources leading to denial of service vulnerabilityurl
0
10,597
2,622,175,831
IssuesEvent
2015-03-04 00:16:36
byzhang/leveldb
https://api.github.com/repos/byzhang/leveldb
opened
Feature Request: more control over, better information about disk space utilization
auto-migrated Priority-Medium Type-Defect
``` In an embedded system or a handheld computer like an iPhone, space is at a premium. It's often important to maintain strict control over database size growth. Please enhance leveldb to provide better runtime control over the amount of disk space used and/or provide more complete, up-to-date information about how much space is bing used, so that it's possible to remove entries to make more space. The current size estimate functionality is often dramatically wrong, even after closing and re-opening the database (I see values off by 75% or more versus file system measurements). Also, please provide a reliable compaction interface for mere mortals who don't know how the Internals work. The current DB::Compact() method has the opposite to the intended effect: the database grows dramatically each time it's invoked. The only way to get actual compaction behaviour seems to be to close and re-open the database. ``` Original issue reported on code.google.com by `bgulanow...@gmail.com` on 3 Nov 2011 at 8:46
1.0
Feature Request: more control over, better information about disk space utilization - ``` In an embedded system or a handheld computer like an iPhone, space is at a premium. It's often important to maintain strict control over database size growth. Please enhance leveldb to provide better runtime control over the amount of disk space used and/or provide more complete, up-to-date information about how much space is bing used, so that it's possible to remove entries to make more space. The current size estimate functionality is often dramatically wrong, even after closing and re-opening the database (I see values off by 75% or more versus file system measurements). Also, please provide a reliable compaction interface for mere mortals who don't know how the Internals work. The current DB::Compact() method has the opposite to the intended effect: the database grows dramatically each time it's invoked. The only way to get actual compaction behaviour seems to be to close and re-open the database. ``` Original issue reported on code.google.com by `bgulanow...@gmail.com` on 3 Nov 2011 at 8:46
defect
feature request more control over better information about disk space utilization in an embedded system or a handheld computer like an iphone space is at a premium it s often important to maintain strict control over database size growth please enhance leveldb to provide better runtime control over the amount of disk space used and or provide more complete up to date information about how much space is bing used so that it s possible to remove entries to make more space the current size estimate functionality is often dramatically wrong even after closing and re opening the database i see values off by or more versus file system measurements also please provide a reliable compaction interface for mere mortals who don t know how the internals work the current db compact method has the opposite to the intended effect the database grows dramatically each time it s invoked the only way to get actual compaction behaviour seems to be to close and re open the database original issue reported on code google com by bgulanow gmail com on nov at
1
376,221
11,139,831,206
IssuesEvent
2019-12-21 09:03:37
teamforus/forus
https://api.github.com/repos/teamforus/forus
closed
Provider dashboard: Status accepted is missing
#zinnetjederbij Priority: Critical - Next release
## Main asssignee: @ ## Context/goal: Status accepted is missing on Funds page on provider dashboard. A status accepted should be shown when provider is approved for budget scanning.
1.0
Provider dashboard: Status accepted is missing - ## Main asssignee: @ ## Context/goal: Status accepted is missing on Funds page on provider dashboard. A status accepted should be shown when provider is approved for budget scanning.
non_defect
provider dashboard status accepted is missing main asssignee context goal status accepted is missing on funds page on provider dashboard a status accepted should be shown when provider is approved for budget scanning
0
157,311
12,369,755,828
IssuesEvent
2020-05-18 15:43:25
spacetelescope/jwst
https://api.github.com/repos/spacetelescope/jwst
closed
Add TravisCI job with oldest supported dependencies
team_periwinkle testing
And automate the install based off our requirements in `setup.py`. This will help us keep our minimum dependencies up-to-date.
1.0
Add TravisCI job with oldest supported dependencies - And automate the install based off our requirements in `setup.py`. This will help us keep our minimum dependencies up-to-date.
non_defect
add travisci job with oldest supported dependencies and automate the install based off our requirements in setup py this will help us keep our minimum dependencies up to date
0
54,848
6,414,387,875
IssuesEvent
2017-08-08 10:01:20
f2etw/jobs
https://api.github.com/repos/f2etw/jobs
closed
【徵才】KaiOS 徵求前端工程師
GIT unit test [F] React 年薪百萬 求才
## 團隊簡介/地點 [KaiOS Technologies](https://www.104.com.tw/jobbank/custjob/index.php?r=cust&j=6476492b60724f2b3648426c58343c6533e4048713a3c446d424840232323232194b504c3725j52) is a systems software company specializing in creating innovative experiences for mobile, wearable, and IoT devices. We work with industry partners around the world to enable end to end experiences connecting new users in previously untapped markets. ![image](https://cloud.githubusercontent.com/assets/1808835/21133203/ab39c50e-c152-11e6-9474-ef954eeee9f7.png) ## 工作內容 開發/維護 KaiOS 系統上以網頁前端建置的操作環境 ## 能力需求 1. Proficient understanding of web technologies, including HTML5, CSS3 and JavaScript. 2. Good understanding of code versioning tools, such as Git/Mercurial/SVN. 3. Develop new user-facing web applications/features on IoT OS. 4. Build JavaScript based framework/libraries/API on IoT OS. 5. Optimize web applications for maximum speed and scalability. 6. Basic understanding of unit/automated testing frameworks. 7. Ensure the technical feasibility of UI/UX designs. 8. Fluent in English reading/writing. ### 加分 1. React 我很熟! 2. JS unit test 我麻吉! 3. Firefox OS app 我寫過! 4. CI 流程交給我! ## 薪資範圍 年薪一百萬台幣以上(所得稅前) ## 工時/特休 週一~週五 每日八小時 早上九點到十點彈性上班,不用打卡 ## 福利/推薦項 > 位於捷運松山線小巨蛋站旁交通便捷,明亮開放的舒適辦公環境。 訂製人體工學辦公桌椅。 自由、彈性、人性化、高科技的工作環境。 全年15天特別休假。 定期部門活動與聚餐。 通暢的組織溝通。 年度健康檢查 年度旅遊補助。 每日中餐補助。 每週五 Happy Hour 下午茶 全天供應鮮奶、現磨現煮咖啡、健康穀物、豐富飲料、可口零食。 ## 聯絡方式 歡迎來信應徵 > 附簡歷/履歷 & 方便的聯絡方式、聯絡時間 前端主管: dominic.kuo@kaiostech.com ----- > 代 PO
1.0
【徵才】KaiOS 徵求前端工程師 - ## 團隊簡介/地點 [KaiOS Technologies](https://www.104.com.tw/jobbank/custjob/index.php?r=cust&j=6476492b60724f2b3648426c58343c6533e4048713a3c446d424840232323232194b504c3725j52) is a systems software company specializing in creating innovative experiences for mobile, wearable, and IoT devices. We work with industry partners around the world to enable end to end experiences connecting new users in previously untapped markets. ![image](https://cloud.githubusercontent.com/assets/1808835/21133203/ab39c50e-c152-11e6-9474-ef954eeee9f7.png) ## 工作內容 開發/維護 KaiOS 系統上以網頁前端建置的操作環境 ## 能力需求 1. Proficient understanding of web technologies, including HTML5, CSS3 and JavaScript. 2. Good understanding of code versioning tools, such as Git/Mercurial/SVN. 3. Develop new user-facing web applications/features on IoT OS. 4. Build JavaScript based framework/libraries/API on IoT OS. 5. Optimize web applications for maximum speed and scalability. 6. Basic understanding of unit/automated testing frameworks. 7. Ensure the technical feasibility of UI/UX designs. 8. Fluent in English reading/writing. ### 加分 1. React 我很熟! 2. JS unit test 我麻吉! 3. Firefox OS app 我寫過! 4. CI 流程交給我! ## 薪資範圍 年薪一百萬台幣以上(所得稅前) ## 工時/特休 週一~週五 每日八小時 早上九點到十點彈性上班,不用打卡 ## 福利/推薦項 > 位於捷運松山線小巨蛋站旁交通便捷,明亮開放的舒適辦公環境。 訂製人體工學辦公桌椅。 自由、彈性、人性化、高科技的工作環境。 全年15天特別休假。 定期部門活動與聚餐。 通暢的組織溝通。 年度健康檢查 年度旅遊補助。 每日中餐補助。 每週五 Happy Hour 下午茶 全天供應鮮奶、現磨現煮咖啡、健康穀物、豐富飲料、可口零食。 ## 聯絡方式 歡迎來信應徵 > 附簡歷/履歷 & 方便的聯絡方式、聯絡時間 前端主管: dominic.kuo@kaiostech.com ----- > 代 PO
non_defect
【徵才】kaios 徵求前端工程師 團隊簡介 地點 is a systems software company specializing in creating innovative experiences for mobile wearable and iot devices we work with industry partners around the world to enable end to end experiences connecting new users in previously untapped markets 工作內容 開發 維護 kaios 系統上以網頁前端建置的操作環境 能力需求 proficient understanding of web technologies including and javascript good understanding of code versioning tools such as git mercurial svn develop new user facing web applications features on iot os build javascript based framework libraries api on iot os optimize web applications for maximum speed and scalability basic understanding of unit automated testing frameworks ensure the technical feasibility of ui ux designs fluent in english reading writing 加分 react 我很熟! js unit test 我麻吉! firefox os app 我寫過! ci 流程交給我! 薪資範圍 年薪一百萬台幣以上 所得稅前 工時 特休 週一 週五 每日八小時 早上九點到十點彈性上班,不用打卡 福利 推薦項 位於捷運松山線小巨蛋站旁交通便捷,明亮開放的舒適辦公環境。 訂製人體工學辦公桌椅。 自由、彈性、人性化、高科技的工作環境。 。 定期部門活動與聚餐。 通暢的組織溝通。 年度健康檢查 年度旅遊補助。 每日中餐補助。 每週五 happy hour 下午茶 全天供應鮮奶、現磨現煮咖啡、健康穀物、豐富飲料、可口零食。 聯絡方式 歡迎來信應徵 附簡歷 履歷 方便的聯絡方式、聯絡時間 前端主管 dominic kuo kaiostech com 代 po
0
74,890
9,811,275,956
IssuesEvent
2019-06-12 23:02:46
brusMX/promitor-tests
https://api.github.com/repos/brusMX/promitor-tests
opened
Is a new provider required for these services? (vs general scraper)
documentation question
Will we need to create a new provider for these services, or is it sufficient with the general scraper? Please leave feedback/provider proposal here: https://microsoft-my.sharepoint.com/:o:/p/t-kepett/EkdL181s8T5FpVX6FjK8huMBAeZv7RM6H-q4DXQxvKuKQw
1.0
Is a new provider required for these services? (vs general scraper) - Will we need to create a new provider for these services, or is it sufficient with the general scraper? Please leave feedback/provider proposal here: https://microsoft-my.sharepoint.com/:o:/p/t-kepett/EkdL181s8T5FpVX6FjK8huMBAeZv7RM6H-q4DXQxvKuKQw
non_defect
is a new provider required for these services vs general scraper will we need to create a new provider for these services or is it sufficient with the general scraper please leave feedback provider proposal here
0
597,539
18,165,919,270
IssuesEvent
2021-09-27 14:36:17
thoth-station/prescriptions
https://api.github.com/repos/thoth-station/prescriptions
closed
No version identifier found in sources to perform a release
kind/feature bot priority/critical-urgent needs-triage
Automated version release cannot be performed. Related: #18505
1.0
No version identifier found in sources to perform a release - Automated version release cannot be performed. Related: #18505
non_defect
no version identifier found in sources to perform a release automated version release cannot be performed related
0
127,506
10,473,053,150
IssuesEvent
2019-09-23 11:44:20
fproldan/erpnext
https://api.github.com/repos/fproldan/erpnext
opened
Ver y configurar una API key de google en Delivery Trip
No test needed
Investigar y colocar una api key que funcione para Delibery Trip Configuración: https://erp.diamo.com.ar/desk#Form/Google%20Maps%20Settings Doctype: https://erp.diamo.com.ar/desk#List/Delivery%20Trip/List
1.0
Ver y configurar una API key de google en Delivery Trip - Investigar y colocar una api key que funcione para Delibery Trip Configuración: https://erp.diamo.com.ar/desk#Form/Google%20Maps%20Settings Doctype: https://erp.diamo.com.ar/desk#List/Delivery%20Trip/List
non_defect
ver y configurar una api key de google en delivery trip investigar y colocar una api key que funcione para delibery trip configuración doctype
0
202,745
15,855,590,986
IssuesEvent
2021-04-08 00:15:54
microsoft/qsharp-language
https://api.github.com/repos/microsoft/qsharp-language
opened
Suggestion: Callables page improvement.
Documentation
Consider adding to the [Callables](https://github.com/microsoft/qsharp-language/blob/main/Specifications/QIR/Callables.md) page, the _section_ with the links to * [Operations and Functions](https://docs.microsoft.com/en-us/azure/quantum/user-guide/language/typesystem/operationsandfunctions) * [Callable Declarations](https://docs.microsoft.com/en-us/azure/quantum/user-guide/language/programstructure/callabledeclarations#callable-declarations) * [Specialization Declarations](https://docs.microsoft.com/en-us/azure/quantum/user-guide/language/programstructure/specializationdeclarations#specialization-declarations) * [Functor Application](https://docs.microsoft.com/en-us/azure/quantum/user-guide/language/expressions/functorapplication#functor-application) That _section_ can either be named **Prerequisites** and added after the **Runtime Failure** section and before the **Basics** section, or named **See Also** and added in the end of the page, or otherwise elsewhere.
1.0
Suggestion: Callables page improvement. - Consider adding to the [Callables](https://github.com/microsoft/qsharp-language/blob/main/Specifications/QIR/Callables.md) page, the _section_ with the links to * [Operations and Functions](https://docs.microsoft.com/en-us/azure/quantum/user-guide/language/typesystem/operationsandfunctions) * [Callable Declarations](https://docs.microsoft.com/en-us/azure/quantum/user-guide/language/programstructure/callabledeclarations#callable-declarations) * [Specialization Declarations](https://docs.microsoft.com/en-us/azure/quantum/user-guide/language/programstructure/specializationdeclarations#specialization-declarations) * [Functor Application](https://docs.microsoft.com/en-us/azure/quantum/user-guide/language/expressions/functorapplication#functor-application) That _section_ can either be named **Prerequisites** and added after the **Runtime Failure** section and before the **Basics** section, or named **See Also** and added in the end of the page, or otherwise elsewhere.
non_defect
suggestion callables page improvement consider adding to the page the section with the links to that section can either be named prerequisites and added after the runtime failure section and before the basics section or named see also and added in the end of the page or otherwise elsewhere
0
28,567
5,292,385,866
IssuesEvent
2017-02-09 01:56:07
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
opened
Yield GeneratorBlock emit incorrect return type name
defect
### Steps To Reproduce ```c# public static IEnumerable<object[]> Compare_Equals_TestData() { yield return new object[] { default(int?), default(int?), 0 }; yield return new object[] { new int?(7), default(int?), 1 }; yield return new object[] { default(int?), new int?(7), -1 }; yield return new object[] { new int?(7), new int?(7), 0 }; yield return new object[] { new int?(7), new int?(5), 1 }; yield return new object[] { new int?(5), new int?(7), -1 }; } ``` ### Expected Result ```js System.Array.type(System.Object) ``` ### Actual Result ```js System.Object[] ```
1.0
Yield GeneratorBlock emit incorrect return type name - ### Steps To Reproduce ```c# public static IEnumerable<object[]> Compare_Equals_TestData() { yield return new object[] { default(int?), default(int?), 0 }; yield return new object[] { new int?(7), default(int?), 1 }; yield return new object[] { default(int?), new int?(7), -1 }; yield return new object[] { new int?(7), new int?(7), 0 }; yield return new object[] { new int?(7), new int?(5), 1 }; yield return new object[] { new int?(5), new int?(7), -1 }; } ``` ### Expected Result ```js System.Array.type(System.Object) ``` ### Actual Result ```js System.Object[] ```
defect
yield generatorblock emit incorrect return type name steps to reproduce c public static ienumerable compare equals testdata yield return new object default int default int yield return new object new int default int yield return new object default int new int yield return new object new int new int yield return new object new int new int yield return new object new int new int expected result js system array type system object actual result js system object
1
605,464
18,735,614,564
IssuesEvent
2021-11-04 07:00:00
AY2122S1-CS2113T-T09-4/tp
https://api.github.com/repos/AY2122S1-CS2113T-T09-4/tp
closed
[PE-D] Food Find Error & Food Delete Error
priority.High
Copy and pasted the exact code from UG but shows error message: ![image.png](https://raw.githubusercontent.com/Isabella-L/ped/main/files/a78ea816-43f8-4e3e-a07a-8dcb1edd88f1.png) Following that, the food delete also shows both success and error messages. (It is actually successfully deleted) ![image.png](https://raw.githubusercontent.com/Isabella-L/ped/main/files/8076e396-cb76-41bc-ba47-6e5642c68a77.png) <!--session: 1635497079805-36374c17-dd33-4ac1-be4c-a7938c10c9cc--><!--Version: Web v3.4.1--> ------------- Labels: `severity.High` `type.FunctionalityBug` original: Isabella-L/ped#7
1.0
[PE-D] Food Find Error & Food Delete Error - Copy and pasted the exact code from UG but shows error message: ![image.png](https://raw.githubusercontent.com/Isabella-L/ped/main/files/a78ea816-43f8-4e3e-a07a-8dcb1edd88f1.png) Following that, the food delete also shows both success and error messages. (It is actually successfully deleted) ![image.png](https://raw.githubusercontent.com/Isabella-L/ped/main/files/8076e396-cb76-41bc-ba47-6e5642c68a77.png) <!--session: 1635497079805-36374c17-dd33-4ac1-be4c-a7938c10c9cc--><!--Version: Web v3.4.1--> ------------- Labels: `severity.High` `type.FunctionalityBug` original: Isabella-L/ped#7
non_defect
food find error food delete error copy and pasted the exact code from ug but shows error message following that the food delete also shows both success and error messages it is actually successfully deleted labels severity high type functionalitybug original isabella l ped
0
278,088
24,123,184,075
IssuesEvent
2022-09-20 20:44:38
cs-utulsa/Hackaton-Team-5
https://api.github.com/repos/cs-utulsa/Hackaton-Team-5
closed
Testing: Student Class Functionality
testing
Need to test our student functionality to ensure everything is working. Want to push that class to find where it's limits are and make sure it functions correctly. Acceptance Criteria: - [x] Can create student objects only will proper information. - [x] Get/Set methods functional for all declarations. - [x] Properly stored data on what events the student attended. - [x] Student point total properly updates always based on the stored events. - [x] Working method to print all student information and all events attended. Printing must be done in a decent looking fashion.
1.0
Testing: Student Class Functionality - Need to test our student functionality to ensure everything is working. Want to push that class to find where it's limits are and make sure it functions correctly. Acceptance Criteria: - [x] Can create student objects only will proper information. - [x] Get/Set methods functional for all declarations. - [x] Properly stored data on what events the student attended. - [x] Student point total properly updates always based on the stored events. - [x] Working method to print all student information and all events attended. Printing must be done in a decent looking fashion.
non_defect
testing student class functionality need to test our student functionality to ensure everything is working want to push that class to find where it s limits are and make sure it functions correctly acceptance criteria can create student objects only will proper information get set methods functional for all declarations properly stored data on what events the student attended student point total properly updates always based on the stored events working method to print all student information and all events attended printing must be done in a decent looking fashion
0
58,773
16,751,401,144
IssuesEvent
2021-06-12 00:39:15
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
PageUp/PageDn broken in Web 1.7.30
T-Defect
### Description In Web 1.7.30 PageUp/PageDn page the timeline only if the room's chat area / timeline frame has the focus. e.g. after having clicked on it somewhere. The timeline can not be paged if any other element has the focus, which is specifically awkward when traveling rooms with the keyboard (e.g. Alt+Down) or when in the composer edit field. This worked in previous versions. ### Steps to reproduce - enter any room, clicking on it or via Alt+Down - press PageUp - nothing happens Timeline should page back. ### Version information <!-- IMPORTANT: please answer the following questions, to help us narrow down the problem --> - **Platform**: web (in-browser) For the web app: - **Browser**: Firefox; versions 78.11.0 and 88.0.1 - **OS**: Linux, Debian and Fedora - **URL**: any Matrix room
1.0
PageUp/PageDn broken in Web 1.7.30 - ### Description In Web 1.7.30 PageUp/PageDn page the timeline only if the room's chat area / timeline frame has the focus. e.g. after having clicked on it somewhere. The timeline can not be paged if any other element has the focus, which is specifically awkward when traveling rooms with the keyboard (e.g. Alt+Down) or when in the composer edit field. This worked in previous versions. ### Steps to reproduce - enter any room, clicking on it or via Alt+Down - press PageUp - nothing happens Timeline should page back. ### Version information <!-- IMPORTANT: please answer the following questions, to help us narrow down the problem --> - **Platform**: web (in-browser) For the web app: - **Browser**: Firefox; versions 78.11.0 and 88.0.1 - **OS**: Linux, Debian and Fedora - **URL**: any Matrix room
defect
pageup pagedn broken in web description in web pageup pagedn page the timeline only if the room s chat area timeline frame has the focus e g after having clicked on it somewhere the timeline can not be paged if any other element has the focus which is specifically awkward when traveling rooms with the keyboard e g alt down or when in the composer edit field this worked in previous versions steps to reproduce enter any room clicking on it or via alt down press pageup nothing happens timeline should page back version information platform web in browser for the web app browser firefox versions and os linux debian and fedora url any matrix room
1
68,000
21,407,901,889
IssuesEvent
2022-04-22 00:13:37
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
opened
ZFS infinite retry after vdev IO error
Type: Defect
### System information Type | Version/Name --- | --- Distribution Name | Gentoo Distribution Version | default/linux/amd64/17.1 Kernel Version | 5.15.32 Architecture | x86_64 OpenZFS Version | 2.1.4 ### Describe the problem you're observing ZFS infinite retry after vdev IO error, causes all operations / processes on the damaged pool to be in the D state, include zpool. As a result, it is impossible to stop the related process, unmount, export or stop the pool. Affected systems have no other option but to be hard rebooted. ### Describe how to reproduce the problem Not sure how to simulate IO errors, but the pool is running ZFS on LUKS. ### Include any warning/errors/backtraces from the system logs Millions of lines of ``` kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312882950144 size=262144 flags=184880 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312888324096 size=262144 flags=184880 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312888324096 size=262144 flags=188881 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312882950144 size=262144 flags=188881 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312888324096 size=262144 flags=184880 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312889663488 size=262144 flags=184880 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312888324096 size=262144 flags=188881 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312889663488 size=262144 flags=188881 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312889663488 size=262144 flags=184880 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312895102976 size=262144 flags=184880 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312889663488 size=262144 flags=188881 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312895102976 size=262144 flags=188881 ``` I expected that ZFS should give up after some attempts and return an IO error to the caller to resolve the IO deadlock. But it retries infinitely causing all operations to freeze.
1.0
ZFS infinite retry after vdev IO error - ### System information Type | Version/Name --- | --- Distribution Name | Gentoo Distribution Version | default/linux/amd64/17.1 Kernel Version | 5.15.32 Architecture | x86_64 OpenZFS Version | 2.1.4 ### Describe the problem you're observing ZFS infinite retry after vdev IO error, causes all operations / processes on the damaged pool to be in the D state, include zpool. As a result, it is impossible to stop the related process, unmount, export or stop the pool. Affected systems have no other option but to be hard rebooted. ### Describe how to reproduce the problem Not sure how to simulate IO errors, but the pool is running ZFS on LUKS. ### Include any warning/errors/backtraces from the system logs Millions of lines of ``` kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312882950144 size=262144 flags=184880 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312888324096 size=262144 flags=184880 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312888324096 size=262144 flags=188881 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312882950144 size=262144 flags=188881 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312888324096 size=262144 flags=184880 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312889663488 size=262144 flags=184880 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312888324096 size=262144 flags=188881 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312889663488 size=262144 flags=188881 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312889663488 size=262144 flags=184880 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312895102976 size=262144 flags=184880 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312889663488 size=262144 flags=188881 kernel: zio pool=[XXX] vdev=/dev/disk/by-id/XXXXXXXXX error=5 type=2 offset=312895102976 size=262144 flags=188881 ``` I expected that ZFS should give up after some attempts and return an IO error to the caller to resolve the IO deadlock. But it retries infinitely causing all operations to freeze.
defect
zfs infinite retry after vdev io error system information type version name distribution name gentoo distribution version default linux kernel version architecture openzfs version describe the problem you re observing zfs infinite retry after vdev io error causes all operations processes on the damaged pool to be in the d state include zpool as a result it is impossible to stop the related process unmount export or stop the pool affected systems have no other option but to be hard rebooted describe how to reproduce the problem not sure how to simulate io errors but the pool is running zfs on luks include any warning errors backtraces from the system logs millions of lines of kernel zio pool vdev dev disk by id xxxxxxxxx error type offset size flags kernel zio pool vdev dev disk by id xxxxxxxxx error type offset size flags kernel zio pool vdev dev disk by id xxxxxxxxx error type offset size flags kernel zio pool vdev dev disk by id xxxxxxxxx error type offset size flags kernel zio pool vdev dev disk by id xxxxxxxxx error type offset size flags kernel zio pool vdev dev disk by id xxxxxxxxx error type offset size flags kernel zio pool vdev dev disk by id xxxxxxxxx error type offset size flags kernel zio pool vdev dev disk by id xxxxxxxxx error type offset size flags kernel zio pool vdev dev disk by id xxxxxxxxx error type offset size flags kernel zio pool vdev dev disk by id xxxxxxxxx error type offset size flags kernel zio pool vdev dev disk by id xxxxxxxxx error type offset size flags kernel zio pool vdev dev disk by id xxxxxxxxx error type offset size flags i expected that zfs should give up after some attempts and return an io error to the caller to resolve the io deadlock but it retries infinitely causing all operations to freeze
1
38,820
8,967,231,303
IssuesEvent
2019-01-29 02:23:23
svigerske/Ipopt
https://api.github.com/repos/svigerske/Ipopt
closed
issue with IpRandon01
Ipopt defect
Issue created by migration from Trac. Original creator: @andrea5w Original creation time: 2016-04-26 15:50:56 Assignee: ipopt-team Version: 3.12 There is an issue with compiling version 3.12.4 on Ubuntu 14.04. `HAVE_STD__RAND` is not set properly. In `IpUtils.cpp` I find the comment ``` # else /* this is a workaround for gcc 4.8.3, for which the test for rand() that our old configure sets up does not work */ # if defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ == 8 && __GNUC_PATCHLEVEL__ >= 2 return Number(rand())/Number(RAND_MAX); ``` but it doesn't seem to help This is my compiler version: ``` g++ --version g++ (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4 ``` As a workaround I added `-DHAVE_STD__RAND` to `ADD_CXXFLAGS`
1.0
issue with IpRandon01 - Issue created by migration from Trac. Original creator: @andrea5w Original creation time: 2016-04-26 15:50:56 Assignee: ipopt-team Version: 3.12 There is an issue with compiling version 3.12.4 on Ubuntu 14.04. `HAVE_STD__RAND` is not set properly. In `IpUtils.cpp` I find the comment ``` # else /* this is a workaround for gcc 4.8.3, for which the test for rand() that our old configure sets up does not work */ # if defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ == 8 && __GNUC_PATCHLEVEL__ >= 2 return Number(rand())/Number(RAND_MAX); ``` but it doesn't seem to help This is my compiler version: ``` g++ --version g++ (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4 ``` As a workaround I added `-DHAVE_STD__RAND` to `ADD_CXXFLAGS`
defect
issue with issue created by migration from trac original creator original creation time assignee ipopt team version there is an issue with compiling version on ubuntu have std rand is not set properly in iputils cpp i find the comment else this is a workaround for gcc for which the test for rand that our old configure sets up does not work if defined gnuc gnuc gnuc minor gnuc patchlevel return number rand number rand max but it doesn t seem to help this is my compiler version g version g ubuntu as a workaround i added dhave std rand to add cxxflags
1
8,348
2,611,493,746
IssuesEvent
2015-02-27 05:33:56
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
opened
hedgewars should check if players are dead after a knock (rope, snowball)
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. poison a player until he reach 1 life point 2. kill it with a snow ball (1 damage) 3. What is the expected output? What do you see instead? The player should die, instead the player dies at the end of the timeout, or after using a second weapon What version of the product are you using? On what operating system? 0.9.17 ubuntu Please provide any additional information below. ``` Original issue reported on code.google.com by `costamag...@gmail.com` on 2 Jan 2012 at 12:05
1.0
hedgewars should check if players are dead after a knock (rope, snowball) - ``` What steps will reproduce the problem? 1. poison a player until he reach 1 life point 2. kill it with a snow ball (1 damage) 3. What is the expected output? What do you see instead? The player should die, instead the player dies at the end of the timeout, or after using a second weapon What version of the product are you using? On what operating system? 0.9.17 ubuntu Please provide any additional information below. ``` Original issue reported on code.google.com by `costamag...@gmail.com` on 2 Jan 2012 at 12:05
defect
hedgewars should check if players are dead after a knock rope snowball what steps will reproduce the problem poison a player until he reach life point kill it with a snow ball damage what is the expected output what do you see instead the player should die instead the player dies at the end of the timeout or after using a second weapon what version of the product are you using on what operating system ubuntu please provide any additional information below original issue reported on code google com by costamag gmail com on jan at
1
482,983
13,917,052,758
IssuesEvent
2020-10-21 05:03:58
canonical-web-and-design/maas-ui
https://api.github.com/repos/canonical-web-and-design/maas-ui
closed
Copying a section of machine commissioning/testing output does not include new lines
Bug 🐛 Machines Priority: Low
I needed to copy a section of commissioning script output for a bug I am working on. When I highlighted the section I wanted and copied it the paste didn't include any newlines as seen in the UI. If I use the copy button the newlines are there. OS: Ubuntu 20.04 Browser: Firefox 76.0.1 https://bugs.launchpad.net/maas/+bug/1879427
1.0
Copying a section of machine commissioning/testing output does not include new lines - I needed to copy a section of commissioning script output for a bug I am working on. When I highlighted the section I wanted and copied it the paste didn't include any newlines as seen in the UI. If I use the copy button the newlines are there. OS: Ubuntu 20.04 Browser: Firefox 76.0.1 https://bugs.launchpad.net/maas/+bug/1879427
non_defect
copying a section of machine commissioning testing output does not include new lines i needed to copy a section of commissioning script output for a bug i am working on when i highlighted the section i wanted and copied it the paste didn t include any newlines as seen in the ui if i use the copy button the newlines are there os ubuntu browser firefox
0
66,047
19,908,874,823
IssuesEvent
2022-01-25 15:21:32
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Misleading job cancelled message for SQL fault
Type: Defect Priority: Low Source: Internal Team: SQL
Using Hazelcast Enterprise 5.0-SNAPSHOT (20210902 - 095fca5, d552967), if I run an SQL query that fails, this message appears in the logs: ``` 08:37:29.718 [hz.kind_kalam.jet.cooperative.thread-0] INFO com.hazelcast.jet.impl.execution.TaskletExecutionService - [10.172.2.9]:5701 [xxx] [5.0-SNAPSHOT] Job was cancelled by the user. ``` This message is confusing, the user won't be aware of the job. The SQL that failled is here https://github.com/hazelcast/hazelcast/issues/19457
1.0
Misleading job cancelled message for SQL fault - Using Hazelcast Enterprise 5.0-SNAPSHOT (20210902 - 095fca5, d552967), if I run an SQL query that fails, this message appears in the logs: ``` 08:37:29.718 [hz.kind_kalam.jet.cooperative.thread-0] INFO com.hazelcast.jet.impl.execution.TaskletExecutionService - [10.172.2.9]:5701 [xxx] [5.0-SNAPSHOT] Job was cancelled by the user. ``` This message is confusing, the user won't be aware of the job. The SQL that failled is here https://github.com/hazelcast/hazelcast/issues/19457
defect
misleading job cancelled message for sql fault using hazelcast enterprise snapshot if i run an sql query that fails this message appears in the logs info com hazelcast jet impl execution taskletexecutionservice job was cancelled by the user this message is confusing the user won t be aware of the job the sql that failled is here
1
435,124
30,486,731,538
IssuesEvent
2023-07-18 03:16:20
apecloud/kubeblocks
https://api.github.com/repos/apecloud/kubeblocks
closed
[Improvement] checked and modified the docs for 0.5.0
kind/enhancement Stale documentation
https://github.com/apecloud/kubeblocks/pull/3331 change the usage of `kbcli kubeblocks install`, `kbcli cluster create` and `kbcli cluster update`. Therefore, after https://github.com/apecloud/kubeblocks/pull/2488 merged, the doc that used these command should be checked and modified. This issue is used to track it.
1.0
[Improvement] checked and modified the docs for 0.5.0 - https://github.com/apecloud/kubeblocks/pull/3331 change the usage of `kbcli kubeblocks install`, `kbcli cluster create` and `kbcli cluster update`. Therefore, after https://github.com/apecloud/kubeblocks/pull/2488 merged, the doc that used these command should be checked and modified. This issue is used to track it.
non_defect
checked and modified the docs for change the usage of kbcli kubeblocks install kbcli cluster create and kbcli cluster update therefore after merged the doc that used these command should be checked and modified this issue is used to track it
0
8,358
2,611,494,308
IssuesEvent
2015-02-27 05:34:21
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
Text in "Misc" Section of Configuration/Options/Preferences Screen is Illegible
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Open Options screen by clicking on wrench icon in lower-right corner of main menu screen 2. Text for "Net nick", "Password", "Locale", and other options is mostly illegible, tops and bottoms of all text (and text entry fields) in "Misc" section have been cut off. 3. What is the expected output? What do you see instead? Normally, I would expect to see complete words, with characters showing at full height. Instead, I see characters and text entry fields that are missing their tops and bottoms. What version of the product are you using? On what operating system? Hedgewars 0.9.17 Mac OS X 10.6.8 2.4 GHz Core2Duo 4GB 667 RAM 500GB HD, 28GB Free Please provide any additional information below. Resolution is set to default 1280x800, windowed mode (not fullscreen). Window takes approximately half of vertical and horizontal screen real estate on a 1440x900 display. Changing resolution to any other resolution, while leaving set to windowed (non-fullscreen) mode, then restarting the app, results in similar behaviour. Main menu "Hedgewars" title graphic is also cut off on bottom, and main menu button graphics are breaking their yellow bounding boxes. ``` Original issue reported on code.google.com by `Dash.M...@gmail.com` on 16 Feb 2012 at 4:08
1.0
Text in "Misc" Section of Configuration/Options/Preferences Screen is Illegible - ``` What steps will reproduce the problem? 1. Open Options screen by clicking on wrench icon in lower-right corner of main menu screen 2. Text for "Net nick", "Password", "Locale", and other options is mostly illegible, tops and bottoms of all text (and text entry fields) in "Misc" section have been cut off. 3. What is the expected output? What do you see instead? Normally, I would expect to see complete words, with characters showing at full height. Instead, I see characters and text entry fields that are missing their tops and bottoms. What version of the product are you using? On what operating system? Hedgewars 0.9.17 Mac OS X 10.6.8 2.4 GHz Core2Duo 4GB 667 RAM 500GB HD, 28GB Free Please provide any additional information below. Resolution is set to default 1280x800, windowed mode (not fullscreen). Window takes approximately half of vertical and horizontal screen real estate on a 1440x900 display. Changing resolution to any other resolution, while leaving set to windowed (non-fullscreen) mode, then restarting the app, results in similar behaviour. Main menu "Hedgewars" title graphic is also cut off on bottom, and main menu button graphics are breaking their yellow bounding boxes. ``` Original issue reported on code.google.com by `Dash.M...@gmail.com` on 16 Feb 2012 at 4:08
defect
text in misc section of configuration options preferences screen is illegible what steps will reproduce the problem open options screen by clicking on wrench icon in lower right corner of main menu screen text for net nick password locale and other options is mostly illegible tops and bottoms of all text and text entry fields in misc section have been cut off what is the expected output what do you see instead normally i would expect to see complete words with characters showing at full height instead i see characters and text entry fields that are missing their tops and bottoms what version of the product are you using on what operating system hedgewars mac os x ghz ram hd free please provide any additional information below resolution is set to default windowed mode not fullscreen window takes approximately half of vertical and horizontal screen real estate on a display changing resolution to any other resolution while leaving set to windowed non fullscreen mode then restarting the app results in similar behaviour main menu hedgewars title graphic is also cut off on bottom and main menu button graphics are breaking their yellow bounding boxes original issue reported on code google com by dash m gmail com on feb at
1
671,824
22,777,548,015
IssuesEvent
2022-07-08 15:51:28
stormk539/CavemanCooking
https://api.github.com/repos/stormk539/CavemanCooking
opened
Level Concept
Priority: Highest 5
As the level designer, I need to visualize how I want to layout the level so that I can best guide the player through the environment to collect materials to cook. CoS: 1) Multiple drawn iterations for game levels. 2) Specific locations where players can collect resources, 3) Level dimensions
1.0
Level Concept - As the level designer, I need to visualize how I want to layout the level so that I can best guide the player through the environment to collect materials to cook. CoS: 1) Multiple drawn iterations for game levels. 2) Specific locations where players can collect resources, 3) Level dimensions
non_defect
level concept as the level designer i need to visualize how i want to layout the level so that i can best guide the player through the environment to collect materials to cook cos multiple drawn iterations for game levels specific locations where players can collect resources level dimensions
0
11,685
2,660,580,866
IssuesEvent
2015-03-19 08:42:13
miscalencu/Google-Chrome-Simple-Weather
https://api.github.com/repos/miscalencu/Google-Chrome-Simple-Weather
closed
Extension is having trouble opening when it is clicked.
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Update Google Chrome to the latest dev version. 2. Click on the extension. What is the expected output? What do you see instead? Nothing happens. You will see instead of the window popping, a highlighted box around the extension button as if it was frozen. What version of the product are you using? On what operating system? v. 0.97.15, On Windows XP Please provide any additional information below. ``` Original issue reported on code.google.com by `kevinlee...@gmail.com` on 12 Nov 2010 at 1:28
1.0
Extension is having trouble opening when it is clicked. - ``` What steps will reproduce the problem? 1. Update Google Chrome to the latest dev version. 2. Click on the extension. What is the expected output? What do you see instead? Nothing happens. You will see instead of the window popping, a highlighted box around the extension button as if it was frozen. What version of the product are you using? On what operating system? v. 0.97.15, On Windows XP Please provide any additional information below. ``` Original issue reported on code.google.com by `kevinlee...@gmail.com` on 12 Nov 2010 at 1:28
defect
extension is having trouble opening when it is clicked what steps will reproduce the problem update google chrome to the latest dev version click on the extension what is the expected output what do you see instead nothing happens you will see instead of the window popping a highlighted box around the extension button as if it was frozen what version of the product are you using on what operating system v on windows xp please provide any additional information below original issue reported on code google com by kevinlee gmail com on nov at
1
27,193
4,918,274,836
IssuesEvent
2016-11-24 08:14:01
TNGSB/eWallet
https://api.github.com/repos/TNGSB/eWallet
closed
eWallet_MobileApp(Transaction History)_08112016 #027
Defect - High (Sev-2)
[Defect_Mobile App #027.xlsx](https://github.com/TNGSB/eWallet/files/577643/Defect_Mobile.App.027.xlsx) Test Description : To verify the "OK" button functionality in "Select start date" overlay Expected Result : "The user selection are recorded by the system. User returned to ""History"" page and close the overlay" Actual Result : No "Ok" button displayed Attached document for your perusal
1.0
eWallet_MobileApp(Transaction History)_08112016 #027 - [Defect_Mobile App #027.xlsx](https://github.com/TNGSB/eWallet/files/577643/Defect_Mobile.App.027.xlsx) Test Description : To verify the "OK" button functionality in "Select start date" overlay Expected Result : "The user selection are recorded by the system. User returned to ""History"" page and close the overlay" Actual Result : No "Ok" button displayed Attached document for your perusal
defect
ewallet mobileapp transaction history test description to verify the ok button functionality in select start date overlay expected result the user selection are recorded by the system user returned to history page and close the overlay actual result no ok button displayed attached document for your perusal
1
52,270
13,211,422,494
IssuesEvent
2020-08-15 23:02:13
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
simprod-scripts MuonGun module not saving S-Frames. (Trac #1966)
Incomplete Migration Migrated from Trac combo simulation defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1966">https://code.icecube.wisc.edu/projects/icecube/ticket/1966</a>, reported by juancarlosand owned by juancarlos</em></summary> <p> ```json { "status": "closed", "changetime": "2017-03-17T21:04:43", "_ts": "1489784683913282", "description": "IPModule only writes Q-Frames. S-Frames are needed to make MuonGun usable. In principle only one S-Frame is needed per sub-directory but they don't take up that much space so we can just included them with each file.", "reporter": "juancarlos", "cc": "", "resolution": "fixed", "time": "2017-03-17T20:59:05", "component": "combo simulation", "summary": "simprod-scripts MuonGun module not saving S-Frames.", "priority": "major", "keywords": "simprod-scripts", "milestone": "", "owner": "juancarlos", "type": "defect" } ``` </p> </details>
1.0
simprod-scripts MuonGun module not saving S-Frames. (Trac #1966) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1966">https://code.icecube.wisc.edu/projects/icecube/ticket/1966</a>, reported by juancarlosand owned by juancarlos</em></summary> <p> ```json { "status": "closed", "changetime": "2017-03-17T21:04:43", "_ts": "1489784683913282", "description": "IPModule only writes Q-Frames. S-Frames are needed to make MuonGun usable. In principle only one S-Frame is needed per sub-directory but they don't take up that much space so we can just included them with each file.", "reporter": "juancarlos", "cc": "", "resolution": "fixed", "time": "2017-03-17T20:59:05", "component": "combo simulation", "summary": "simprod-scripts MuonGun module not saving S-Frames.", "priority": "major", "keywords": "simprod-scripts", "milestone": "", "owner": "juancarlos", "type": "defect" } ``` </p> </details>
defect
simprod scripts muongun module not saving s frames trac migrated from json status closed changetime ts description ipmodule only writes q frames s frames are needed to make muongun usable in principle only one s frame is needed per sub directory but they don t take up that much space so we can just included them with each file reporter juancarlos cc resolution fixed time component combo simulation summary simprod scripts muongun module not saving s frames priority major keywords simprod scripts milestone owner juancarlos type defect
1
20,618
10,850,394,049
IssuesEvent
2019-11-13 08:44:18
loadimpact/k6
https://api.github.com/repos/loadimpact/k6
closed
New option to disable the automatic babel transpiling and core.js inclusion
docs enhancement high prio js-compat performance refactor
As seen in https://github.com/loadimpact/k6/issues/1036#issue-450791743, core.js is responsible for the vast majority of VU memory usage and initialization time for simple scripts, even after the fixes from https://github.com/loadimpact/k6/pull/1038. Also, currently babel transformation happens on the "do it if it fails without it": https://github.com/loadimpact/k6/blob/2a2fe2cc665e0d2b818c4f3ca7ce4fc9a5821294/js/compiler/compiler.go#L131-L146 I think this is wrong for a few different reasons: - it's unpredictable and confusing - some files of a project may be transpiled, others may not be - it's probably slower - likely, the vast majority of files will fail the direct goja parsing, so they will need to be transpiled, so the initial parsing is a waste of effort - there are probably corner cases where goja could parse a file at the surface level and not return an error, but when it later tries executing it, it would fail So the proposal is that by default k6 would always transpile files with babel and include core.js, but we'll have a flag to completely disable that behavior for users that don't need these things or for power users that have their own script bundling/transformation pipeline.
True
New option to disable the automatic babel transpiling and core.js inclusion - As seen in https://github.com/loadimpact/k6/issues/1036#issue-450791743, core.js is responsible for the vast majority of VU memory usage and initialization time for simple scripts, even after the fixes from https://github.com/loadimpact/k6/pull/1038. Also, currently babel transformation happens on the "do it if it fails without it": https://github.com/loadimpact/k6/blob/2a2fe2cc665e0d2b818c4f3ca7ce4fc9a5821294/js/compiler/compiler.go#L131-L146 I think this is wrong for a few different reasons: - it's unpredictable and confusing - some files of a project may be transpiled, others may not be - it's probably slower - likely, the vast majority of files will fail the direct goja parsing, so they will need to be transpiled, so the initial parsing is a waste of effort - there are probably corner cases where goja could parse a file at the surface level and not return an error, but when it later tries executing it, it would fail So the proposal is that by default k6 would always transpile files with babel and include core.js, but we'll have a flag to completely disable that behavior for users that don't need these things or for power users that have their own script bundling/transformation pipeline.
non_defect
new option to disable the automatic babel transpiling and core js inclusion as seen in core js is responsible for the vast majority of vu memory usage and initialization time for simple scripts even after the fixes from also currently babel transformation happens on the do it if it fails without it i think this is wrong for a few different reasons it s unpredictable and confusing some files of a project may be transpiled others may not be it s probably slower likely the vast majority of files will fail the direct goja parsing so they will need to be transpiled so the initial parsing is a waste of effort there are probably corner cases where goja could parse a file at the surface level and not return an error but when it later tries executing it it would fail so the proposal is that by default would always transpile files with babel and include core js but we ll have a flag to completely disable that behavior for users that don t need these things or for power users that have their own script bundling transformation pipeline
0
40,155
12,750,678,599
IssuesEvent
2020-06-27 06:12:41
LucasZuk/Carrosserie
https://api.github.com/repos/LucasZuk/Carrosserie
closed
CVE-2018-20822 (Medium) detected in node-sass-0bd48bbad6fccb0da16d3bdf76ad541f5f45ec70, node-sass-4.12.0.tgz
security vulnerability
## CVE-2018-20822 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.12.0.tgz</b></p></summary> <p> <details><summary><b>node-sass-4.12.0.tgz</b></p></summary> <p>Wrapper around libsass</p> <p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.12.0.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.12.0.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/Carrosserie/wp-content/themes/twentynineteen/package.json</p> <p>Path to vulnerable library: /Carrosserie/wp-content/themes/twentynineteen/node_modules/node-sass/package.json</p> <p> Dependency Hierarchy: - :x: **node-sass-4.12.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/LucasZuk/Carrosserie/commit/343ec17a4a454a6b094b442cb759631cd6ac5c4c">343ec17a4a454a6b094b442cb759631cd6ac5c4c</a></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> LibSass 3.5.4 allows attackers to cause a denial-of-service (uncontrolled recursion in Sass::Complex_Selector::perform in ast.hpp and Sass::Inspect::operator in inspect.cpp). <p>Publish Date: 2019-04-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20822>CVE-2018-20822</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: 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-2018-20822">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20822</a></p> <p>Release Date: 2019-08-06</p> <p>Fix Resolution: LibSass - 3.6.0;node-sass - 4.13.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-2018-20822 (Medium) detected in node-sass-0bd48bbad6fccb0da16d3bdf76ad541f5f45ec70, node-sass-4.12.0.tgz - ## CVE-2018-20822 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.12.0.tgz</b></p></summary> <p> <details><summary><b>node-sass-4.12.0.tgz</b></p></summary> <p>Wrapper around libsass</p> <p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.12.0.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.12.0.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/Carrosserie/wp-content/themes/twentynineteen/package.json</p> <p>Path to vulnerable library: /Carrosserie/wp-content/themes/twentynineteen/node_modules/node-sass/package.json</p> <p> Dependency Hierarchy: - :x: **node-sass-4.12.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/LucasZuk/Carrosserie/commit/343ec17a4a454a6b094b442cb759631cd6ac5c4c">343ec17a4a454a6b094b442cb759631cd6ac5c4c</a></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> LibSass 3.5.4 allows attackers to cause a denial-of-service (uncontrolled recursion in Sass::Complex_Selector::perform in ast.hpp and Sass::Inspect::operator in inspect.cpp). <p>Publish Date: 2019-04-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20822>CVE-2018-20822</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: 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-2018-20822">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20822</a></p> <p>Release Date: 2019-08-06</p> <p>Fix Resolution: LibSass - 3.6.0;node-sass - 4.13.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_defect
cve medium detected in node sass node sass tgz cve medium severity vulnerability vulnerable libraries node sass tgz node sass tgz wrapper around libsass library home page a href path to dependency file tmp ws scm carrosserie wp content themes twentynineteen package json path to vulnerable library carrosserie wp content themes twentynineteen node modules node sass package json dependency hierarchy x node sass tgz vulnerable library found in head commit a href vulnerability details libsass allows attackers to cause a denial of service uncontrolled recursion in sass complex selector perform in ast hpp and sass inspect operator in inspect cpp publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution libsass node sass step up your open source security game with whitesource
0
26,984
4,839,680,668
IssuesEvent
2016-11-09 10:19:55
google/google-authenticator
https://api.github.com/repos/google/google-authenticator
closed
Can't Authenticate anymore
libpam Priority-Medium Type-Defect
Original [issue 134](https://code.google.com/p/google-authenticator/issues/detail?id=134) created by shaiament on 2012-01-16T15:21:59.000Z: <b>What steps will reproduce the problem?</b> 1.SSH <b>What is the expected output? What do you see instead?</b> -bash-3.2$ ssh root@10.0.0.65 Verification code: Password: Verification code: Password: Verification code: Password: root@10.0.0.65's password: Permission denied, please try again. root@10.0.0.65's password: Permission denied, please try again. root@10.0.0.65's password: Received disconnect from 10.0.0.65: 2: Too many authentication failures for root <b>What version of the product are you using? On what operating system?</b> Latest, Centos 6 <b>Please provide any additional information below.</b> I Get stuck in this loop. the machine won't authenticate me. i don't even receive error messages when i type. and then it only asks for password and even when the password is correct i get Premission denied.
1.0
Can't Authenticate anymore - Original [issue 134](https://code.google.com/p/google-authenticator/issues/detail?id=134) created by shaiament on 2012-01-16T15:21:59.000Z: <b>What steps will reproduce the problem?</b> 1.SSH <b>What is the expected output? What do you see instead?</b> -bash-3.2$ ssh root@10.0.0.65 Verification code: Password: Verification code: Password: Verification code: Password: root@10.0.0.65's password: Permission denied, please try again. root@10.0.0.65's password: Permission denied, please try again. root@10.0.0.65's password: Received disconnect from 10.0.0.65: 2: Too many authentication failures for root <b>What version of the product are you using? On what operating system?</b> Latest, Centos 6 <b>Please provide any additional information below.</b> I Get stuck in this loop. the machine won't authenticate me. i don't even receive error messages when i type. and then it only asks for password and even when the password is correct i get Premission denied.
defect
can t authenticate anymore original created by shaiament on what steps will reproduce the problem ssh what is the expected output what do you see instead bash ssh root verification code password verification code password verification code password root s password permission denied please try again root s password permission denied please try again root s password received disconnect from too many authentication failures for root what version of the product are you using on what operating system latest centos please provide any additional information below i get stuck in this loop the machine won t authenticate me i don t even receive error messages when i type and then it only asks for password and even when the password is correct i get premission denied
1
265,009
20,052,919,119
IssuesEvent
2022-02-03 08:59:36
pontuscm/DD2480-Group25-Assignment1
https://api.github.com/repos/pontuscm/DD2480-Group25-Assignment1
opened
Add comments to the LIC 1,8,13 Tests
documentation
- Add more comments to the LIC 1,8,13 Tests; - Explain details about the tests
1.0
Add comments to the LIC 1,8,13 Tests - - Add more comments to the LIC 1,8,13 Tests; - Explain details about the tests
non_defect
add comments to the lic tests add more comments to the lic tests explain details about the tests
0
159,772
12,490,064,412
IssuesEvent
2020-05-31 21:57:43
DynEntTech/connectedwarehouse
https://api.github.com/repos/DynEntTech/connectedwarehouse
closed
In Bin Inventory module, show the item description in the list after selecting the bin number
Q/A testing approved enhancement
https://github.com/connectedbusiness/connectedwarehouse/issues/5
1.0
In Bin Inventory module, show the item description in the list after selecting the bin number - https://github.com/connectedbusiness/connectedwarehouse/issues/5
non_defect
in bin inventory module show the item description in the list after selecting the bin number
0
95,461
10,880,651,256
IssuesEvent
2019-11-17 12:42:55
Badgerati/Pode
https://api.github.com/repos/Badgerati/Pode
closed
How to perform the Active Directory Auth with Invoke-WebRequest
documentation :book:
Hi, I would like to perform an active directory authentification from Invoke-WebRequest (client side). It's works well from the web form but not when i'm using Invoke-WebRequest. In server side, I set this config : New-PodeAuthType -Form | Add-PodeAuthWindowsAd -Name 'Login' -Fqdn $env:USERDNSDOMAIN -Groups @() -Users @() [server.txt](https://github.com/Badgerati/Pode/files/3805355/server.txt) I'm trying to do this from the bellow way but it's not working...What am I doing wrong? $username = "<username>" $password = "<password>" # Step 1. Create a username:password pair $credPair = "$($username):$($password)" # Step 2. Encode the pair to Base64 string $encodedCredentials = [System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes($credPair)) # Step 3. Form the header and add the Authorization attribute to it $headers = @{ Authorization = "Basic $encodedCredentials" } Invoke-WebRequest -Uri "http://localhost:8085/" -Method Get -Body $headers -SessionVariable s Invoke-WebRequest -Uri "http://localhost:8085/Get-ChildItem" -WebSession $s -Method Post Thanks.
1.0
How to perform the Active Directory Auth with Invoke-WebRequest - Hi, I would like to perform an active directory authentification from Invoke-WebRequest (client side). It's works well from the web form but not when i'm using Invoke-WebRequest. In server side, I set this config : New-PodeAuthType -Form | Add-PodeAuthWindowsAd -Name 'Login' -Fqdn $env:USERDNSDOMAIN -Groups @() -Users @() [server.txt](https://github.com/Badgerati/Pode/files/3805355/server.txt) I'm trying to do this from the bellow way but it's not working...What am I doing wrong? $username = "<username>" $password = "<password>" # Step 1. Create a username:password pair $credPair = "$($username):$($password)" # Step 2. Encode the pair to Base64 string $encodedCredentials = [System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes($credPair)) # Step 3. Form the header and add the Authorization attribute to it $headers = @{ Authorization = "Basic $encodedCredentials" } Invoke-WebRequest -Uri "http://localhost:8085/" -Method Get -Body $headers -SessionVariable s Invoke-WebRequest -Uri "http://localhost:8085/Get-ChildItem" -WebSession $s -Method Post Thanks.
non_defect
how to perform the active directory auth with invoke webrequest hi i would like to perform an active directory authentification from invoke webrequest client side it s works well from the web form but not when i m using invoke webrequest in server side i set this config new podeauthtype form add podeauthwindowsad name login fqdn env userdnsdomain groups users i m trying to do this from the bellow way but it s not working what am i doing wrong username password step create a username password pair credpair username password step encode the pair to string encodedcredentials ascii getbytes credpair step form the header and add the authorization attribute to it headers authorization basic encodedcredentials invoke webrequest uri method get body headers sessionvariable s invoke webrequest uri websession s method post thanks
0
67,098
20,883,529,853
IssuesEvent
2022-03-23 00:43:52
idaholab/moose
https://api.github.com/repos/idaholab/moose
closed
Docker Yum Installs Constrained to CentOS
T: defect P: normal C: Docker
## Bug Description In [docker_ci/yum_installs.sh](https://github.com/idaholab/moose/blob/7c8de46fce1c0b2302d905a0b7081604d7f7281c/docker_ci/yum_installs.sh#L19), there are `sed` commands to tweak the Yum mirrors. We want to build with Rocky Linux, and this breaks Jenkins ## Steps to Reproduce <!--Steps to reproduce the behavior (input file, or modifications to an existing input file, etc.)--> Try a Docker build with a non-CentOS distro that has the Yum package manager. ## Impact <!--Does this prevent you from getting your work done, or is it more of an annoyance?--> I will need to clear this up to support our Rocky Linux MOOSE builds.
1.0
Docker Yum Installs Constrained to CentOS - ## Bug Description In [docker_ci/yum_installs.sh](https://github.com/idaholab/moose/blob/7c8de46fce1c0b2302d905a0b7081604d7f7281c/docker_ci/yum_installs.sh#L19), there are `sed` commands to tweak the Yum mirrors. We want to build with Rocky Linux, and this breaks Jenkins ## Steps to Reproduce <!--Steps to reproduce the behavior (input file, or modifications to an existing input file, etc.)--> Try a Docker build with a non-CentOS distro that has the Yum package manager. ## Impact <!--Does this prevent you from getting your work done, or is it more of an annoyance?--> I will need to clear this up to support our Rocky Linux MOOSE builds.
defect
docker yum installs constrained to centos bug description in there are sed commands to tweak the yum mirrors we want to build with rocky linux and this breaks jenkins steps to reproduce try a docker build with a non centos distro that has the yum package manager impact i will need to clear this up to support our rocky linux moose builds
1
61,474
17,023,702,518
IssuesEvent
2021-07-03 03:23:12
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Unable to logout, redirect to /user/terms instead
Component: website Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 6.21am, Monday, 18th April 2011]** 1. login with an account which haven't agreed to the CT/license 2. press logout https://www.openstreetmap.org/logout Result: you get redirected to: https://www.openstreetmap.org/user/terms?referer=%2Flogout Expected results: the logout link should work I understand if you don't want to fix this.
1.0
Unable to logout, redirect to /user/terms instead - **[Submitted to the original trac issue database at 6.21am, Monday, 18th April 2011]** 1. login with an account which haven't agreed to the CT/license 2. press logout https://www.openstreetmap.org/logout Result: you get redirected to: https://www.openstreetmap.org/user/terms?referer=%2Flogout Expected results: the logout link should work I understand if you don't want to fix this.
defect
unable to logout redirect to user terms instead login with an account which haven t agreed to the ct license press logout result you get redirected to expected results the logout link should work i understand if you don t want to fix this
1
49,157
13,185,268,348
IssuesEvent
2020-08-12 21:03:21
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
test ticket (Trac #869)
Incomplete Migration Migrated from Trac cmake defect
<details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/869 , reported by nega and owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2015-02-12T06:31:40", "description": "", "reporter": "nega", "cc": "", "resolution": "invalid", "_ts": "1423722700498868", "component": "cmake", "summary": "test ticket", "priority": "normal", "keywords": "", "time": "2015-02-11T23:11:24", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
1.0
test ticket (Trac #869) - <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/869 , reported by nega and owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2015-02-12T06:31:40", "description": "", "reporter": "nega", "cc": "", "resolution": "invalid", "_ts": "1423722700498868", "component": "cmake", "summary": "test ticket", "priority": "normal", "keywords": "", "time": "2015-02-11T23:11:24", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
defect
test ticket trac migrated from reported by nega and owned by nega json status closed changetime description reporter nega cc resolution invalid ts component cmake summary test ticket priority normal keywords time milestone owner nega type defect
1
23,040
3,755,593,088
IssuesEvent
2016-03-12 19:27:47
RomanGolovanov/aMetro
https://api.github.com/repos/RomanGolovanov/aMetro
closed
Грузия: Тбилиси (на грузинском) - станции с квадратными белыми артефактами
auto-migrated Component-UI Priority-Medium Type-Defect
``` Почти все станции идут с белыми квадратным артефактом вместо ободка. ``` Original issue reported on code.google.com by `G.Glaur...@gmail.com` on 10 Feb 2010 at 11:40
1.0
Грузия: Тбилиси (на грузинском) - станции с квадратными белыми артефактами - ``` Почти все станции идут с белыми квадратным артефактом вместо ободка. ``` Original issue reported on code.google.com by `G.Glaur...@gmail.com` on 10 Feb 2010 at 11:40
defect
грузия тбилиси на грузинском станции с квадратными белыми артефактами почти все станции идут с белыми квадратным артефактом вместо ободка original issue reported on code google com by g glaur gmail com on feb at
1
428,114
29,928,414,380
IssuesEvent
2023-06-22 07:44:30
HOPE-UIB-BIO/R-Ecopol-package
https://api.github.com/repos/HOPE-UIB-BIO/R-Ecopol-package
closed
Links to the packages "under the hood"
documentation
Currently, it is not clear if a function is just a wrapper. Therefore, functions documentation should always mention which package works "under the hood". In addition, all functions should have links using the `@seeaslso` tag.
1.0
Links to the packages "under the hood" - Currently, it is not clear if a function is just a wrapper. Therefore, functions documentation should always mention which package works "under the hood". In addition, all functions should have links using the `@seeaslso` tag.
non_defect
links to the packages under the hood currently it is not clear if a function is just a wrapper therefore functions documentation should always mention which package works under the hood in addition all functions should have links using the seeaslso tag
0
74,526
25,153,906,809
IssuesEvent
2022-11-10 12:07:58
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Document a few missing SQL transformations in the manual
T: Defect C: Documentation P: Medium R: Fixed E: All Editions
There are some SQL transformations that have not yet been documented in the manual on this page: https://www.jooq.org/doc/latest/manual/sql-building/queryparts/sql-transformation/ These include: - [x] `Settings.transformInConditionSubqueryWithLimitToDerivedTable` - [x] `Settings.transformQualify` ---- See also: - https://github.com/jOOQ/jOOQ/issues/14123
1.0
Document a few missing SQL transformations in the manual - There are some SQL transformations that have not yet been documented in the manual on this page: https://www.jooq.org/doc/latest/manual/sql-building/queryparts/sql-transformation/ These include: - [x] `Settings.transformInConditionSubqueryWithLimitToDerivedTable` - [x] `Settings.transformQualify` ---- See also: - https://github.com/jOOQ/jOOQ/issues/14123
defect
document a few missing sql transformations in the manual there are some sql transformations that have not yet been documented in the manual on this page these include settings transforminconditionsubquerywithlimittoderivedtable settings transformqualify see also
1
64,930
18,960,831,271
IssuesEvent
2021-11-19 04:27:44
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
#matrix:matrix.org doesn't pillify when autocompleted
T-Defect P2 S-Minor
This is probably something related to me still being in the old HQ, so two rooms are #matrix:matrix.org
1.0
#matrix:matrix.org doesn't pillify when autocompleted - This is probably something related to me still being in the old HQ, so two rooms are #matrix:matrix.org
defect
matrix matrix org doesn t pillify when autocompleted this is probably something related to me still being in the old hq so two rooms are matrix matrix org
1
23,718
11,943,633,943
IssuesEvent
2020-04-02 23:52:21
Azure/azure-sdk-for-python
https://api.github.com/repos/Azure/azure-sdk-for-python
opened
[ServiceBus] Error Handling/Structure Improvement
Client Service Bus
- in the case of error occurring in connection sharing - when to close connection? - when to close handler? - more fine-grained error triage https://github.com/Azure/azure-sdk-for-python/pull/9937#discussion_r392704856
1.0
[ServiceBus] Error Handling/Structure Improvement - - in the case of error occurring in connection sharing - when to close connection? - when to close handler? - more fine-grained error triage https://github.com/Azure/azure-sdk-for-python/pull/9937#discussion_r392704856
non_defect
error handling structure improvement in the case of error occurring in connection sharing when to close connection when to close handler more fine grained error triage
0
857
2,594,225,434
IssuesEvent
2015-02-20 00:53:31
BALL-Project/ball
https://api.github.com/repos/BALL-Project/ball
closed
Unequal coloring styles under Kubuntu and Windows
C: VIEW P: major R: invalid T: defect
**Reported by akdehof on 17 May 39153346 15:33 UTC** The Preferences-Dialog "Model Colors"-> "Residue Name" offers different Color mappings under Kubuntu and Windows. This is probably due to different sorting-conventions under Kubuntu and Windows of entries in a vector/StringHashMap given explicitly to the constructor. The constructor of ResidueNameColorProcessor() in file VIEW/MODELS/standardColorProcessor.C simply reads first all colors, than the residue names, and in a last and separate step iterates over both vectors and creates the StringHashmap. Solution might be __NOT__ to take the order given to the constructor for granted...
1.0
Unequal coloring styles under Kubuntu and Windows - **Reported by akdehof on 17 May 39153346 15:33 UTC** The Preferences-Dialog "Model Colors"-> "Residue Name" offers different Color mappings under Kubuntu and Windows. This is probably due to different sorting-conventions under Kubuntu and Windows of entries in a vector/StringHashMap given explicitly to the constructor. The constructor of ResidueNameColorProcessor() in file VIEW/MODELS/standardColorProcessor.C simply reads first all colors, than the residue names, and in a last and separate step iterates over both vectors and creates the StringHashmap. Solution might be __NOT__ to take the order given to the constructor for granted...
defect
unequal coloring styles under kubuntu and windows reported by akdehof on may utc the preferences dialog model colors residue name offers different color mappings under kubuntu and windows this is probably due to different sorting conventions under kubuntu and windows of entries in a vector stringhashmap given explicitly to the constructor the constructor of residuenamecolorprocessor in file view models standardcolorprocessor c simply reads first all colors than the residue names and in a last and separate step iterates over both vectors and creates the stringhashmap solution might be not to take the order given to the constructor for granted
1
3,430
13,764,329,485
IssuesEvent
2020-10-07 11:55:06
submariner-io/submariner
https://api.github.com/repos/submariner-io/submariner
closed
Add Gitlint to repos without Shipyard
automation cncf
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Commit message linting with Gitlint, for repos without the shared Shipyard infra. **Why is this needed**: We should run commit linting everywhere. We currently run Gitlint through Shipyard shared infra, so it can be run locally but not in repos without Shipyard. As I recall, there wasn't a good GHA option, but should re-check.
1.0
Add Gitlint to repos without Shipyard - <!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Commit message linting with Gitlint, for repos without the shared Shipyard infra. **Why is this needed**: We should run commit linting everywhere. We currently run Gitlint through Shipyard shared infra, so it can be run locally but not in repos without Shipyard. As I recall, there wasn't a good GHA option, but should re-check.
non_defect
add gitlint to repos without shipyard what would you like to be added commit message linting with gitlint for repos without the shared shipyard infra why is this needed we should run commit linting everywhere we currently run gitlint through shipyard shared infra so it can be run locally but not in repos without shipyard as i recall there wasn t a good gha option but should re check
0
74,467
3,440,263,059
IssuesEvent
2015-12-14 13:51:41
CartoDB/cartodb
https://api.github.com/repos/CartoDB/cartodb
closed
Importer metrics parsing fails in some cases because of NaN
0 - Backlog bug EASY importer major-priority
Found in kibana by filtering by `state` "missing field". Actual instance of the problem (`message` in kibana), anonymized: ``` { "user": "****", "state": "failure", "tables": 0, "imported_tables": 0, "failed_tables": 0, "error_code": 1014, "import_timestamp": "2015-12-04T12:00:15+00:00", "queue_server": "***", "database_host": "***", "service_name": "public_url", "data_type": "url", "is_sync_import": false, "import_time": 12.137001483, "file_stats": {}, "resque_ppid": 20087, "user_timeout": 3413, "error_source": "user", "id": "***", "total_size": 0, "cartodbfy_time": 0, "import_throughput": 0, "cartodbfy_throughtput": NaN, "cartodbfy_import_ratio": 0, "extra_options": {}, "retrieved_items": 0 } ``` the problem is a division by zero producing a NaN, that is not a valid json value. Easy to fix, important for metrics.
1.0
Importer metrics parsing fails in some cases because of NaN - Found in kibana by filtering by `state` "missing field". Actual instance of the problem (`message` in kibana), anonymized: ``` { "user": "****", "state": "failure", "tables": 0, "imported_tables": 0, "failed_tables": 0, "error_code": 1014, "import_timestamp": "2015-12-04T12:00:15+00:00", "queue_server": "***", "database_host": "***", "service_name": "public_url", "data_type": "url", "is_sync_import": false, "import_time": 12.137001483, "file_stats": {}, "resque_ppid": 20087, "user_timeout": 3413, "error_source": "user", "id": "***", "total_size": 0, "cartodbfy_time": 0, "import_throughput": 0, "cartodbfy_throughtput": NaN, "cartodbfy_import_ratio": 0, "extra_options": {}, "retrieved_items": 0 } ``` the problem is a division by zero producing a NaN, that is not a valid json value. Easy to fix, important for metrics.
non_defect
importer metrics parsing fails in some cases because of nan found in kibana by filtering by state missing field actual instance of the problem message in kibana anonymized user state failure tables imported tables failed tables error code import timestamp queue server database host service name public url data type url is sync import false import time file stats resque ppid user timeout error source user id total size cartodbfy time import throughput cartodbfy throughtput nan cartodbfy import ratio extra options retrieved items the problem is a division by zero producing a nan that is not a valid json value easy to fix important for metrics
0
766,169
26,873,625,108
IssuesEvent
2023-02-04 19:28:28
Azure/appservice-landing-zone-accelerator
https://api.github.com/repos/Azure/appservice-landing-zone-accelerator
opened
Improving Bicep Code Quality: Adopting Best Practices for Consistent Style and Readability
priority:high scenario:multitenant
Bicep implementation still lacks consistent coding style, human readability best practices (comments, etc.) A good starting point for best practices is this doc: https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/best-practices
1.0
Improving Bicep Code Quality: Adopting Best Practices for Consistent Style and Readability - Bicep implementation still lacks consistent coding style, human readability best practices (comments, etc.) A good starting point for best practices is this doc: https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/best-practices
non_defect
improving bicep code quality adopting best practices for consistent style and readability bicep implementation still lacks consistent coding style human readability best practices comments etc a good starting point for best practices is this doc
0
49,060
13,185,211,388
IssuesEvent
2020-08-12 20:56:48
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
Make cmake framework detection compatible with Xcode versions >= 4.3 (Trac #668)
Incomplete Migration Migrated from Trac defect tools/ports
<details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/668 , reported by claudio.kopper and owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2012-10-31T19:01:17", "description": "Since Xcode 4.3, frameworks are no longer stored in /Developer, but insider the Xcode application bundle. Cmake has support for this, but unfortunately, the detection code is missing a \"platform\" part in its detection code. These two patch files \n\n a. enhance the detection code to look in the correct place for newer Xcode versions, and\n a. uses the detected location when looking for frameworks \n\nThis will allow detection of the JavaVM (JNI) developer framework containing the correct header files. (The system framework is detected correctly, but it does not contain headers.)\n", "reporter": "claudio.kopper", "cc": "", "resolution": "fixed", "_ts": "1351710077000000", "component": "tools/ports", "summary": "Make cmake framework detection compatible with Xcode versions >= 4.3", "priority": "normal", "keywords": "cmake xcode mac os frameworks jni java javavm", "time": "2012-02-19T19:53:49", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
1.0
Make cmake framework detection compatible with Xcode versions >= 4.3 (Trac #668) - <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/668 , reported by claudio.kopper and owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2012-10-31T19:01:17", "description": "Since Xcode 4.3, frameworks are no longer stored in /Developer, but insider the Xcode application bundle. Cmake has support for this, but unfortunately, the detection code is missing a \"platform\" part in its detection code. These two patch files \n\n a. enhance the detection code to look in the correct place for newer Xcode versions, and\n a. uses the detected location when looking for frameworks \n\nThis will allow detection of the JavaVM (JNI) developer framework containing the correct header files. (The system framework is detected correctly, but it does not contain headers.)\n", "reporter": "claudio.kopper", "cc": "", "resolution": "fixed", "_ts": "1351710077000000", "component": "tools/ports", "summary": "Make cmake framework detection compatible with Xcode versions >= 4.3", "priority": "normal", "keywords": "cmake xcode mac os frameworks jni java javavm", "time": "2012-02-19T19:53:49", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
defect
make cmake framework detection compatible with xcode versions trac migrated from reported by claudio kopper and owned by nega json status closed changetime description since xcode frameworks are no longer stored in developer but insider the xcode application bundle cmake has support for this but unfortunately the detection code is missing a platform part in its detection code these two patch files n n a enhance the detection code to look in the correct place for newer xcode versions and n a uses the detected location when looking for frameworks n nthis will allow detection of the javavm jni developer framework containing the correct header files the system framework is detected correctly but it does not contain headers n reporter claudio kopper cc resolution fixed ts component tools ports summary make cmake framework detection compatible with xcode versions priority normal keywords cmake xcode mac os frameworks jni java javavm time milestone owner nega type defect
1
189,789
15,196,479,545
IssuesEvent
2021-02-16 08:20:36
glific/glific
https://api.github.com/repos/glific/glific
closed
Creating search contacts criteria in Glific?
documentation
@abhi1203 Assign this document to you for review. Let me know if you have feedback or suggestions. **Creating search contacts criteria in Glific?** https://glific.slab.com/posts/creating-search-contacts-criteria-in-glific-u1ylgh3l
1.0
Creating search contacts criteria in Glific? - @abhi1203 Assign this document to you for review. Let me know if you have feedback or suggestions. **Creating search contacts criteria in Glific?** https://glific.slab.com/posts/creating-search-contacts-criteria-in-glific-u1ylgh3l
non_defect
creating search contacts criteria in glific assign this document to you for review let me know if you have feedback or suggestions creating search contacts criteria in glific
0
21,548
3,518,309,224
IssuesEvent
2016-01-12 12:14:28
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
HazelcastTestRunner prevents running a single test from IDEA
Type: Defect
I am getting this exception while trying to execute a single test which does use `HazelcastTestRunner` (it's the runner which can be parametrized) ``` java.lang.Exception: No tests found matching Method testBasicUsage(com.hazelcast.map.nearcache.NearCacheTest) from org.junit.internal.requests.ClassRequest@12bb4df8 ```
1.0
HazelcastTestRunner prevents running a single test from IDEA - I am getting this exception while trying to execute a single test which does use `HazelcastTestRunner` (it's the runner which can be parametrized) ``` java.lang.Exception: No tests found matching Method testBasicUsage(com.hazelcast.map.nearcache.NearCacheTest) from org.junit.internal.requests.ClassRequest@12bb4df8 ```
defect
hazelcasttestrunner prevents running a single test from idea i am getting this exception while trying to execute a single test which does use hazelcasttestrunner it s the runner which can be parametrized java lang exception no tests found matching method testbasicusage com hazelcast map nearcache nearcachetest from org junit internal requests classrequest
1
659,361
21,923,338,050
IssuesEvent
2022-05-22 22:23:37
RandSohail/GFS-Macato
https://api.github.com/repos/RandSohail/GFS-Macato
opened
Request Chef
To do phases 1 priority 1
- User chooses the chef by name, gender - choose the type of food - choose the menu. - select date. - determine the number of guests - choose address - choose the payment methode
1.0
Request Chef - - User chooses the chef by name, gender - choose the type of food - choose the menu. - select date. - determine the number of guests - choose address - choose the payment methode
non_defect
request chef user chooses the chef by name gender choose the type of food choose the menu select date determine the number of guests choose address choose the payment methode
0
94,789
8,517,518,817
IssuesEvent
2018-11-01 08:20:24
tarantool/tarantool
https://api.github.com/repos/tarantool/tarantool
closed
test: engine/ddl halted on c:get()
flaky test
Tarantool version: **1.10** OS version: **CentOS Linux release 7.4.1708** Bug description: **test halted** ``` Last 15 lines of result file [/home/s.voronezhskii/build/test/var/048_engine/ddl.result] ... s:replace{1, 1, 1} --- - [1, 1, 1] ... c = fiber.channel(1) --- ... _ = fiber.create(function() for i = 1, 10 do s:update(1, {{'+', 3, 1}}) end c:put(true) end) --- ... _ = s:create_index('sk', {parts = {2, 'unsigned'}}) --- ... c:get() ``` Steps to reproduce: ``` /tarantool/test$ python test-run.py $(for i in $(seq 1 50); do echo -n ' engine/ddl'; done) ```
1.0
test: engine/ddl halted on c:get() - Tarantool version: **1.10** OS version: **CentOS Linux release 7.4.1708** Bug description: **test halted** ``` Last 15 lines of result file [/home/s.voronezhskii/build/test/var/048_engine/ddl.result] ... s:replace{1, 1, 1} --- - [1, 1, 1] ... c = fiber.channel(1) --- ... _ = fiber.create(function() for i = 1, 10 do s:update(1, {{'+', 3, 1}}) end c:put(true) end) --- ... _ = s:create_index('sk', {parts = {2, 'unsigned'}}) --- ... c:get() ``` Steps to reproduce: ``` /tarantool/test$ python test-run.py $(for i in $(seq 1 50); do echo -n ' engine/ddl'; done) ```
non_defect
test engine ddl halted on c get tarantool version os version centos linux release bug description test halted last lines of result file s replace c fiber channel fiber create function for i do s update end c put true end s create index sk parts unsigned c get steps to reproduce tarantool test python test run py for i in seq do echo n engine ddl done
0
12,002
2,674,558,029
IssuesEvent
2015-03-25 04:06:46
bowdidge/switchlist
https://api.github.com/repos/bowdidge/switchlist
closed
Make sure an annulled train stays annulled until next day
auto-migrated Priority-Medium Type-Defect
``` Annul a train, then switch to the freight car view and back. The train is now active again. The annulled train should stay annulled until the next day. It might be worth making this reversible by changing the "annul" button to "un-annul" and perhaps marking the train as annulled. ``` ----- Original issue reported on code.google.com by `rwbowdi...@gmail.com` on 24 Apr 2011 at 5:24
1.0
Make sure an annulled train stays annulled until next day - ``` Annul a train, then switch to the freight car view and back. The train is now active again. The annulled train should stay annulled until the next day. It might be worth making this reversible by changing the "annul" button to "un-annul" and perhaps marking the train as annulled. ``` ----- Original issue reported on code.google.com by `rwbowdi...@gmail.com` on 24 Apr 2011 at 5:24
defect
make sure an annulled train stays annulled until next day annul a train then switch to the freight car view and back the train is now active again the annulled train should stay annulled until the next day it might be worth making this reversible by changing the annul button to un annul and perhaps marking the train as annulled original issue reported on code google com by rwbowdi gmail com on apr at
1
20,490
3,368,057,002
IssuesEvent
2015-11-22 17:59:59
textile/php-textile
https://api.github.com/repos/textile/php-textile
closed
Problem with Links with multi-line Text (newline in Linktext)
Defect Repeatable
We just migrated from old classTextile.php to newer \Netcarver\Textile\Parser. We have two issues * Issue "ul in p" bug is yet known * Issue: link where the author has a long link-text can have sometimes newline init. Old classTextile accepted this, new namespaced class not *Pre-text:* ``` First "link":/test/ and now a second link with newline in it: "line 1 line 2":/test/ ``` <p>First <a href="/test/">link</a> and<br /> now a second link with newline in it: <a href="/test/">line 1<br /> line 2</a> </p> attended html output ``` <p>First <a href="/test/">link</a> and<br /> now a second link with newline in it: <a href="/test/">line 1<br /> line 2</a> </p> ``` I would also accept <a href="/test/">line 1 line 2</a> ```<a href="/test/">line 1 line 2</a>``` new namespaced textile makes as code: ``` <p>First <a href="/test/">link</a> und<br /> now a second link with newline in it: textileRef:13199612255595447f726b2:linkStartMarker:“line 1<br> line 2”:/test/ </p> ``` If parser cannot find the link, it should leave the original source code alone untouched, but now it leaves a broken "*linkStartMarker*" ==> its a bug.
1.0
Problem with Links with multi-line Text (newline in Linktext) - We just migrated from old classTextile.php to newer \Netcarver\Textile\Parser. We have two issues * Issue "ul in p" bug is yet known * Issue: link where the author has a long link-text can have sometimes newline init. Old classTextile accepted this, new namespaced class not *Pre-text:* ``` First "link":/test/ and now a second link with newline in it: "line 1 line 2":/test/ ``` <p>First <a href="/test/">link</a> and<br /> now a second link with newline in it: <a href="/test/">line 1<br /> line 2</a> </p> attended html output ``` <p>First <a href="/test/">link</a> and<br /> now a second link with newline in it: <a href="/test/">line 1<br /> line 2</a> </p> ``` I would also accept <a href="/test/">line 1 line 2</a> ```<a href="/test/">line 1 line 2</a>``` new namespaced textile makes as code: ``` <p>First <a href="/test/">link</a> und<br /> now a second link with newline in it: textileRef:13199612255595447f726b2:linkStartMarker:“line 1<br> line 2”:/test/ </p> ``` If parser cannot find the link, it should leave the original source code alone untouched, but now it leaves a broken "*linkStartMarker*" ==> its a bug.
defect
problem with links with multi line text newline in linktext we just migrated from old classtextile php to newer netcarver textile parser we have two issues issue ul in p bug is yet known issue link where the author has a long link text can have sometimes newline init old classtextile accepted this new namespaced class not pre text first link test and now a second link with newline in it line line test first link and now a second link with newline in it line line attended html output first link and now a second link with newline in it line line i would also accept line line line line new namespaced textile makes as code first link und now a second link with newline in it textileref linkstartmarker “line line ” test if parser cannot find the link it should leave the original source code alone untouched but now it leaves a broken linkstartmarker its a bug
1
3,582
2,610,065,180
IssuesEvent
2015-02-26 18:19:12
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
临海治疗前列腺炎去哪里正规
auto-migrated Priority-Medium Type-Defect
``` 临海治疗前列腺炎去哪里正规【台州五洲生殖医院】24小时健 康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址: 台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104� ��108、118、198及椒江一金清公交车直达枫南小区,乘坐107、105 、109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:17
1.0
临海治疗前列腺炎去哪里正规 - ``` 临海治疗前列腺炎去哪里正规【台州五洲生殖医院】24小时健 康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址: 台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104� ��108、118、198及椒江一金清公交车直达枫南小区,乘坐107、105 、109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:17
defect
临海治疗前列腺炎去哪里正规 临海治疗前列腺炎去哪里正规【台州五洲生殖医院】 康咨询热线 微信号tzwzszyy 医院地址 (枫南大转盘旁)乘车线路 � �� 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at
1
39,671
9,608,642,157
IssuesEvent
2019-05-12 08:26:40
supertuxkart/stk-code
https://api.github.com/repos/supertuxkart/stk-code
closed
More players in a server than the max-players limit
C:Networking P4: minor T: defect
Seems to happen when two players connect at about exactly the same time. Labelling minor because it is rare, but it causes a stall on the following race/game until one player gets kicked.
1.0
More players in a server than the max-players limit - Seems to happen when two players connect at about exactly the same time. Labelling minor because it is rare, but it causes a stall on the following race/game until one player gets kicked.
defect
more players in a server than the max players limit seems to happen when two players connect at about exactly the same time labelling minor because it is rare but it causes a stall on the following race game until one player gets kicked
1
203,726
7,077,949,759
IssuesEvent
2018-01-10 00:38:29
google/google-api-java-client
https://api.github.com/repos/google/google-api-java-client
closed
Google Cloud Print java Sample
2–5 stars Type-Sample imported priority: p2
_From [jaydeep...@gmail.com](https://code.google.com/u/112213640122441799374/) on February 18, 2013 04:36:02_ Please Provide Google Cloud Print Sample For Java environment Java 1.4+ Also Provide API ,reference, guide _Original issue: http://code.google.com/p/google-api-java-client/issues/detail?id=729_
1.0
Google Cloud Print java Sample - _From [jaydeep...@gmail.com](https://code.google.com/u/112213640122441799374/) on February 18, 2013 04:36:02_ Please Provide Google Cloud Print Sample For Java environment Java 1.4+ Also Provide API ,reference, guide _Original issue: http://code.google.com/p/google-api-java-client/issues/detail?id=729_
non_defect
google cloud print java sample from on february please provide google cloud print sample for java environment java also provide api reference guide original issue
0
185,032
15,001,396,182
IssuesEvent
2021-01-30 00:01:50
seancorfield/clj-new
https://api.github.com/repos/seancorfield/clj-new
closed
Expand explanation/justification of requiring qualified project name
documentation
Something along these lines: If you are going to publish a library, it will have a group ID and an artifact ID (e.g., seancorfield/clj-new) and the group ID should be something unique to you or your organization -- most people use their GitHub username or their company name. The qualified name you provide to clj-new is basically group/artifact. It also uses that to create the main namespace: src/group/artifact.clj containing (ns group.artifact ...) -- this ensures that when someone uses your library, it's not going to clash with other code because the first portion of the namespace is, again, something unique to you or your organization. lein new myapp will treat myapp as both the group ID and the artifact ID (which is why a lot of older Clojure libs just have an unqualified lib name, like ring -- but really it's ring/ring and recent versions of the Clojure CLI give a deprecation warning on just ring). Leiningen also stuck .core on your name to create the main namespace -- which is why a lot of older Clojure libs have a something.core namespace: just because Leiningen did that by default. Both default behaviors here are bad because they're likely to lead to conflicts with other libraries. As it says in the clj-new README, you can of course just ask for myapp.core and you'll get pretty much the (bad) Leiningen behavior (except your group and artifact IDs will both be myapp.core -- which is also what you get if you say lein new myapp.core).
1.0
Expand explanation/justification of requiring qualified project name - Something along these lines: If you are going to publish a library, it will have a group ID and an artifact ID (e.g., seancorfield/clj-new) and the group ID should be something unique to you or your organization -- most people use their GitHub username or their company name. The qualified name you provide to clj-new is basically group/artifact. It also uses that to create the main namespace: src/group/artifact.clj containing (ns group.artifact ...) -- this ensures that when someone uses your library, it's not going to clash with other code because the first portion of the namespace is, again, something unique to you or your organization. lein new myapp will treat myapp as both the group ID and the artifact ID (which is why a lot of older Clojure libs just have an unqualified lib name, like ring -- but really it's ring/ring and recent versions of the Clojure CLI give a deprecation warning on just ring). Leiningen also stuck .core on your name to create the main namespace -- which is why a lot of older Clojure libs have a something.core namespace: just because Leiningen did that by default. Both default behaviors here are bad because they're likely to lead to conflicts with other libraries. As it says in the clj-new README, you can of course just ask for myapp.core and you'll get pretty much the (bad) Leiningen behavior (except your group and artifact IDs will both be myapp.core -- which is also what you get if you say lein new myapp.core).
non_defect
expand explanation justification of requiring qualified project name something along these lines if you are going to publish a library it will have a group id and an artifact id e g seancorfield clj new and the group id should be something unique to you or your organization most people use their github username or their company name the qualified name you provide to clj new is basically group artifact it also uses that to create the main namespace src group artifact clj containing ns group artifact this ensures that when someone uses your library it s not going to clash with other code because the first portion of the namespace is again something unique to you or your organization lein new myapp will treat myapp as both the group id and the artifact id which is why a lot of older clojure libs just have an unqualified lib name like ring but really it s ring ring and recent versions of the clojure cli give a deprecation warning on just ring leiningen also stuck core on your name to create the main namespace which is why a lot of older clojure libs have a something core namespace just because leiningen did that by default both default behaviors here are bad because they re likely to lead to conflicts with other libraries as it says in the clj new readme you can of course just ask for myapp core and you ll get pretty much the bad leiningen behavior except your group and artifact ids will both be myapp core which is also what you get if you say lein new myapp core
0
61,994
17,023,827,347
IssuesEvent
2021-07-03 04:03:25
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Potlatch 2 do not work
Component: potlatch2 Priority: blocker Resolution: worksforme Type: defect
**[Submitted to the original trac issue database at 12.00pm, Wednesday, 26th September 2012]** Opening the onlide editor Potlatch 2 following error is displayed on browser: " Application error The OpenStreetMap server encountered an unexpected condition that prevented it from fulfilling the request (HTTP 500) Feel free to contact the OpenStreetMap community if your problem persists. Make a note of the exact URL / post data of your request. This may be a problem in our Ruby On Rails code. 500 occurs with exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) "
1.0
Potlatch 2 do not work - **[Submitted to the original trac issue database at 12.00pm, Wednesday, 26th September 2012]** Opening the onlide editor Potlatch 2 following error is displayed on browser: " Application error The OpenStreetMap server encountered an unexpected condition that prevented it from fulfilling the request (HTTP 500) Feel free to contact the OpenStreetMap community if your problem persists. Make a note of the exact URL / post data of your request. This may be a problem in our Ruby On Rails code. 500 occurs with exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) "
defect
potlatch do not work opening the onlide editor potlatch following error is displayed on browser application error the openstreetmap server encountered an unexpected condition that prevented it from fulfilling the request http feel free to contact the openstreetmap community if your problem persists make a note of the exact url post data of your request this may be a problem in our ruby on rails code occurs with exceptions thrown outside of an action like in dispatcher setups or broken ruby code
1
60,149
17,023,350,362
IssuesEvent
2021-07-03 01:34:11
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
man_made=pier only seems to render in Mapnik for areas, and not ways
Component: mapnik Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 12.05pm, Friday, 16th January 2009]** Map Features suggests both are valid, but closed ticket 734 seems to have it fixed for areas - Clacton pier is currently tagged as a way doesn't render in Mapnik. I aim to improve the mapping of the pier so at some point it will be an area rather than a way, but thought I'd mention the issue anyway. [http://www.openstreetmap.org/?lat=51.7876&lon=1.155&zoom=14&layers=0B00FFF Osmarender] renders the pier from about zoom level 14 in case this is relevant to any changes.
1.0
man_made=pier only seems to render in Mapnik for areas, and not ways - **[Submitted to the original trac issue database at 12.05pm, Friday, 16th January 2009]** Map Features suggests both are valid, but closed ticket 734 seems to have it fixed for areas - Clacton pier is currently tagged as a way doesn't render in Mapnik. I aim to improve the mapping of the pier so at some point it will be an area rather than a way, but thought I'd mention the issue anyway. [http://www.openstreetmap.org/?lat=51.7876&lon=1.155&zoom=14&layers=0B00FFF Osmarender] renders the pier from about zoom level 14 in case this is relevant to any changes.
defect
man made pier only seems to render in mapnik for areas and not ways map features suggests both are valid but closed ticket seems to have it fixed for areas clacton pier is currently tagged as a way doesn t render in mapnik i aim to improve the mapping of the pier so at some point it will be an area rather than a way but thought i d mention the issue anyway renders the pier from about zoom level in case this is relevant to any changes
1
28,401
5,251,866,447
IssuesEvent
2017-02-02 01:24:07
Openki/Openki
https://api.github.com/repos/Openki/Openki
closed
German tiles often don't appear fast enough or at all
defect URGENT
The new German tiles with SSL-encryption introduced in #622 are bad. #275
1.0
German tiles often don't appear fast enough or at all - The new German tiles with SSL-encryption introduced in #622 are bad. #275
defect
german tiles often don t appear fast enough or at all the new german tiles with ssl encryption introduced in are bad
1
38,232
8,706,326,500
IssuesEvent
2018-12-06 02:15:39
bigbluebutton/bigbluebutton
https://api.github.com/repos/bigbluebutton/bigbluebutton
closed
scrollbar increase and decrease size
Defect Flash Client Low Priority Usability
Originally reported on Google Code with ID 666 ``` What steps will reproduce the problem? (not sure) 1. join to a meeting 2. chat a while 3. What is the expected output? What do you see instead? scrollbar should be uniform, but instead, while holding the scrollbar, it increases and decreases the size, it seems that it's near when you are in the welcome message see attachment Please use labels and text to provide additional information. ``` Reported by `mcmarkos86` on 2010-10-18 19:42:33 - **Blocked on**: #667 <hr> - _Attachment: 1.png<br>![1.png](https://storage.googleapis.com/google-code-attachments/bigbluebutton/issue-666/comment-0/1.png)_ - _Attachment: 2.png<br>![2.png](https://storage.googleapis.com/google-code-attachments/bigbluebutton/issue-666/comment-0/2.png)_ - _Attachment: 3.png<br>![3.png](https://storage.googleapis.com/google-code-attachments/bigbluebutton/issue-666/comment-0/3.png)_
1.0
scrollbar increase and decrease size - Originally reported on Google Code with ID 666 ``` What steps will reproduce the problem? (not sure) 1. join to a meeting 2. chat a while 3. What is the expected output? What do you see instead? scrollbar should be uniform, but instead, while holding the scrollbar, it increases and decreases the size, it seems that it's near when you are in the welcome message see attachment Please use labels and text to provide additional information. ``` Reported by `mcmarkos86` on 2010-10-18 19:42:33 - **Blocked on**: #667 <hr> - _Attachment: 1.png<br>![1.png](https://storage.googleapis.com/google-code-attachments/bigbluebutton/issue-666/comment-0/1.png)_ - _Attachment: 2.png<br>![2.png](https://storage.googleapis.com/google-code-attachments/bigbluebutton/issue-666/comment-0/2.png)_ - _Attachment: 3.png<br>![3.png](https://storage.googleapis.com/google-code-attachments/bigbluebutton/issue-666/comment-0/3.png)_
defect
scrollbar increase and decrease size originally reported on google code with id what steps will reproduce the problem not sure join to a meeting chat a while what is the expected output what do you see instead scrollbar should be uniform but instead while holding the scrollbar it increases and decreases the size it seems that it s near when you are in the welcome message see attachment please use labels and text to provide additional information reported by on blocked on attachment png attachment png attachment png
1
57,853
16,104,314,074
IssuesEvent
2021-04-27 13:17:50
dkfans/keeperfx
https://api.github.com/repos/dkfans/keeperfx
closed
Missing word in payday time bar
Priority-Medium Status-Fixed Type-Defect
Originally reported on Google Code with ID 514 ``` In the game, on the first panel (information panel), the description bars that show how many remaining time to get a spell and to get a trap/door are: "Research Time" "Workshop Time" but the remaining time TO PAY your creatures it is as: "Time" to be more correct, it must be: "Payday Time" In fact, in the original spanish translation it is as "Payday Time". ``` Reported by `a.ares.marin` on 2015-02-21 19:04:37
1.0
Missing word in payday time bar - Originally reported on Google Code with ID 514 ``` In the game, on the first panel (information panel), the description bars that show how many remaining time to get a spell and to get a trap/door are: "Research Time" "Workshop Time" but the remaining time TO PAY your creatures it is as: "Time" to be more correct, it must be: "Payday Time" In fact, in the original spanish translation it is as "Payday Time". ``` Reported by `a.ares.marin` on 2015-02-21 19:04:37
defect
missing word in payday time bar originally reported on google code with id in the game on the first panel information panel the description bars that show how many remaining time to get a spell and to get a trap door are research time workshop time but the remaining time to pay your creatures it is as time to be more correct it must be payday time in fact in the original spanish translation it is as payday time reported by a ares marin on
1
74,160
24,979,855,310
IssuesEvent
2022-11-02 10:48:47
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
p-table selectionMode with single value doesn't working (primeng version 12.2)
defect
### Describe the bug Hello everyone, i'm using p-table component in my java / angular web project. this my table component `<p-table #dt [columns]="currencies" [value]="currencies" [lazy]="true" selectionMode="single" responsiveLayout="scroll" [totalRecords]="totalElements" [paginator]="true" [alwaysShowPaginator]="false" (onRowSelect)="true" [rows]="10" [(selection)]="selectedCurrency" (onLazyLoad)="loadCurrenciesLazy($event)" > <ng-template pTemplate="header"> <tr> <!-- <th [style.width.px]="50">Etat</th> --> <th pSortableColumn="nameCurrency"> name <p-sortIcon field="nameCurrency"></p-sortIcon> <input pInputText (click)="$event.stopPropagation()" placeholder="Filtrer" class="form-control form-control-sm" type="text" (input)="dt.filter($event.target.value, 'nameCurrency', 'contains')" /> </th> <th pSortableColumn="codeCurrency"> Code <p-sortIcon field="codeCurrency"></p-sortIcon> <input pInputText (click)="$event.stopPropagation()" placeholder="Filtrer" class="form-control form-control-sm" type="text" (input)="dt.filter($event.target.value, 'codeCurrency', 'contains')" /> </th> <!-- <th> E-mail <input pInputText (click)="$event.stopPropagation()" placeholder="Filtrer" class="form-control form-control-sm" type="text" (input)="dt.filter($event.target.value, 'email', 'contains')" /> </th> --> <!-- <th> Applications </th> --> <th>Actions</th> </tr> </ng-template> <ng-template pTemplate="body" let-currency> <tr> <!-- <td class="text-center"> <button type="button" (click)="changecurrenciestatus(currency)" class="btn btn-sm" [class.btn-success]="currency.active" [class.btn-default]="!currency.active" pTooltip="Modifier l'état" tooltipPosition="top" > <i class="fa" [class.fa-toggle-on]="currency.active" [class.fa-toggle-off]="!currency.active"></i> </button> </td> --> <td>{{ currency.nameCurrency }}</td> <td>{{ currency.codeCurrency }}</td> <!-- <td>{{ currency.email }}</td> <td> <span class="badge badge-primary" *ngFor="let app of currency.applications"> {{ app.name }} </span> </td> --> <td> <button type="button" (click)="editCurrency(currency)" class="btn btn-sm btn-warning" pTooltip="Modifier" tooltipPosition="top" > <i class="fa fa-cog text-white"></i></button >&nbsp;<button type="button" (click)="deleteCurrency(currency)" class="btn btn-sm btn-danger" pTooltip="Supprimer" tooltipPosition="top" > <i class="fa fa-times"></i> </button> </td> </tr> </ng-template> <ng-template pTemplate="paginatorleft"> <p-button type="button" icon="pi pi-plus" styleClass="p-button-text"></p-button> </ng-template> <ng-template pTemplate="paginatorright"> <p-button type="button" icon="pi pi-cloud" styleClass="p-button-text"></p-button> </ng-template> </p-table>` but Even if i've set selectionMode attribute with single value my table selection is not working, if i click it doesn't highlight any row. ### Environment Visual Studio code, front angular with java spring boot backend. "dependencies": { "@angular-devkit/build-angular": "^13.3.4", "@angular/animations": "^13.3.5", "@angular/cdk": "13.3.5", "@angular/common": "^13.3.5", "@angular/compiler": "^13.3.5", "@angular/core": "^13.3.5", "@angular/forms": "^13.3.5", "@angular/platform-browser": "^13.3.5", "@angular/platform-browser-dynamic": "^13.3.5", "@angular/router": "^13.3.5", "@coreui/angular": "2.12.0", "@coreui/coreui": "2.1.16", "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1", "@coreui/icons": "0.3.0", "@ngx-translate/core": "^10.0.2", "@ngx-translate/http-loader": "^3.0.1", "angular-sweetalert-service": "2.0.2", "chart.js": "^3.3.2", "font-awesome": "^4.7.0", "moment": "^2.29.1", "ngx-bootstrap": "^5.6.1", "ngx-scrollbar": "8.0.0", "primeicons": "^4.0.0", "primeng": "12.2.2", "rxjs": "^6.6.3", "simple-line-icons": "^2.5.5", "sonarqube-scanner": "^2.8.1", "sweetalert2": "10.9.1", "tslib": "^2.0.0", "zone.js": "~0.11.4", "backbone": "^1.4.1", "diagram-js": "^8.7.1", "jointjs": "^3.5.5", "jquery": "^3.6.0", "lodash": "^4.17.21" }, "devDependencies": { "@angular-eslint/builder": "13.2.1", "@angular-eslint/eslint-plugin": "13.2.1", "@angular-eslint/eslint-plugin-template": "13.2.1", "@angular-eslint/schematics": "13.2.1", "@angular-eslint/template-parser": "13.2.1", "@angular/cli": "^13.3.5", "@angular/compiler-cli": "^13.3.5", "@angular/language-service": "^13.3.5", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "~2.0.8", "@types/node": "^12.11.1", "@typescript-eslint/eslint-plugin": "5.17.0", "@typescript-eslint/parser": "5.17.0", "eslint": "^8.12.0", "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", "karma": "^6.3.20", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "^2.2.0", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", "karma-parallel": "^0.3.1", "karma-sonarqube-unit-reporter": "0.0.23", "karma-spec-reporter": "0.0.34", "protractor": "~7.0.0", "ts-node": "~8.3.0", "typescript": "~4.6.4", "@types/backbone": "latest", "@types/jointjs": "^2.0.0", "@types/jquery": "latest", "@types/lodash": "^3.10.1" }, "engines": { "node": ">= 10.13", "npm": ">= 5.6.0" }, "peerDependencies": { "tslib": "1.10.0" } ### Reproducer _No response_ ### Angular version 13.3.4 ### PrimeNG version 12.2.2 ### Build / Runtime TypeScript ### Language TypeScript ### Node version (for AoT issues node --version) 16.15.0 ### Browser(s) Google Chrome ### Steps to reproduce the behavior _No response_ ### Expected behavior i want just when the user click any row it highlight it.
1.0
p-table selectionMode with single value doesn't working (primeng version 12.2) - ### Describe the bug Hello everyone, i'm using p-table component in my java / angular web project. this my table component `<p-table #dt [columns]="currencies" [value]="currencies" [lazy]="true" selectionMode="single" responsiveLayout="scroll" [totalRecords]="totalElements" [paginator]="true" [alwaysShowPaginator]="false" (onRowSelect)="true" [rows]="10" [(selection)]="selectedCurrency" (onLazyLoad)="loadCurrenciesLazy($event)" > <ng-template pTemplate="header"> <tr> <!-- <th [style.width.px]="50">Etat</th> --> <th pSortableColumn="nameCurrency"> name <p-sortIcon field="nameCurrency"></p-sortIcon> <input pInputText (click)="$event.stopPropagation()" placeholder="Filtrer" class="form-control form-control-sm" type="text" (input)="dt.filter($event.target.value, 'nameCurrency', 'contains')" /> </th> <th pSortableColumn="codeCurrency"> Code <p-sortIcon field="codeCurrency"></p-sortIcon> <input pInputText (click)="$event.stopPropagation()" placeholder="Filtrer" class="form-control form-control-sm" type="text" (input)="dt.filter($event.target.value, 'codeCurrency', 'contains')" /> </th> <!-- <th> E-mail <input pInputText (click)="$event.stopPropagation()" placeholder="Filtrer" class="form-control form-control-sm" type="text" (input)="dt.filter($event.target.value, 'email', 'contains')" /> </th> --> <!-- <th> Applications </th> --> <th>Actions</th> </tr> </ng-template> <ng-template pTemplate="body" let-currency> <tr> <!-- <td class="text-center"> <button type="button" (click)="changecurrenciestatus(currency)" class="btn btn-sm" [class.btn-success]="currency.active" [class.btn-default]="!currency.active" pTooltip="Modifier l'état" tooltipPosition="top" > <i class="fa" [class.fa-toggle-on]="currency.active" [class.fa-toggle-off]="!currency.active"></i> </button> </td> --> <td>{{ currency.nameCurrency }}</td> <td>{{ currency.codeCurrency }}</td> <!-- <td>{{ currency.email }}</td> <td> <span class="badge badge-primary" *ngFor="let app of currency.applications"> {{ app.name }} </span> </td> --> <td> <button type="button" (click)="editCurrency(currency)" class="btn btn-sm btn-warning" pTooltip="Modifier" tooltipPosition="top" > <i class="fa fa-cog text-white"></i></button >&nbsp;<button type="button" (click)="deleteCurrency(currency)" class="btn btn-sm btn-danger" pTooltip="Supprimer" tooltipPosition="top" > <i class="fa fa-times"></i> </button> </td> </tr> </ng-template> <ng-template pTemplate="paginatorleft"> <p-button type="button" icon="pi pi-plus" styleClass="p-button-text"></p-button> </ng-template> <ng-template pTemplate="paginatorright"> <p-button type="button" icon="pi pi-cloud" styleClass="p-button-text"></p-button> </ng-template> </p-table>` but Even if i've set selectionMode attribute with single value my table selection is not working, if i click it doesn't highlight any row. ### Environment Visual Studio code, front angular with java spring boot backend. "dependencies": { "@angular-devkit/build-angular": "^13.3.4", "@angular/animations": "^13.3.5", "@angular/cdk": "13.3.5", "@angular/common": "^13.3.5", "@angular/compiler": "^13.3.5", "@angular/core": "^13.3.5", "@angular/forms": "^13.3.5", "@angular/platform-browser": "^13.3.5", "@angular/platform-browser-dynamic": "^13.3.5", "@angular/router": "^13.3.5", "@coreui/angular": "2.12.0", "@coreui/coreui": "2.1.16", "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1", "@coreui/icons": "0.3.0", "@ngx-translate/core": "^10.0.2", "@ngx-translate/http-loader": "^3.0.1", "angular-sweetalert-service": "2.0.2", "chart.js": "^3.3.2", "font-awesome": "^4.7.0", "moment": "^2.29.1", "ngx-bootstrap": "^5.6.1", "ngx-scrollbar": "8.0.0", "primeicons": "^4.0.0", "primeng": "12.2.2", "rxjs": "^6.6.3", "simple-line-icons": "^2.5.5", "sonarqube-scanner": "^2.8.1", "sweetalert2": "10.9.1", "tslib": "^2.0.0", "zone.js": "~0.11.4", "backbone": "^1.4.1", "diagram-js": "^8.7.1", "jointjs": "^3.5.5", "jquery": "^3.6.0", "lodash": "^4.17.21" }, "devDependencies": { "@angular-eslint/builder": "13.2.1", "@angular-eslint/eslint-plugin": "13.2.1", "@angular-eslint/eslint-plugin-template": "13.2.1", "@angular-eslint/schematics": "13.2.1", "@angular-eslint/template-parser": "13.2.1", "@angular/cli": "^13.3.5", "@angular/compiler-cli": "^13.3.5", "@angular/language-service": "^13.3.5", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "~2.0.8", "@types/node": "^12.11.1", "@typescript-eslint/eslint-plugin": "5.17.0", "@typescript-eslint/parser": "5.17.0", "eslint": "^8.12.0", "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", "karma": "^6.3.20", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "^2.2.0", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", "karma-parallel": "^0.3.1", "karma-sonarqube-unit-reporter": "0.0.23", "karma-spec-reporter": "0.0.34", "protractor": "~7.0.0", "ts-node": "~8.3.0", "typescript": "~4.6.4", "@types/backbone": "latest", "@types/jointjs": "^2.0.0", "@types/jquery": "latest", "@types/lodash": "^3.10.1" }, "engines": { "node": ">= 10.13", "npm": ">= 5.6.0" }, "peerDependencies": { "tslib": "1.10.0" } ### Reproducer _No response_ ### Angular version 13.3.4 ### PrimeNG version 12.2.2 ### Build / Runtime TypeScript ### Language TypeScript ### Node version (for AoT issues node --version) 16.15.0 ### Browser(s) Google Chrome ### Steps to reproduce the behavior _No response_ ### Expected behavior i want just when the user click any row it highlight it.
defect
p table selectionmode with single value doesn t working primeng version describe the bug hello everyone i m using p table component in my java angular web project this my table component p table dt currencies currencies true selectionmode single responsivelayout scroll totalelements true false onrowselect true selectedcurrency onlazyload loadcurrencieslazy event etat name input pinputtext click event stoppropagation placeholder filtrer class form control form control sm type text input dt filter event target value namecurrency contains code input pinputtext click event stoppropagation placeholder filtrer class form control form control sm type text input dt filter event target value codecurrency contains e mail input pinputtext click event stoppropagation placeholder filtrer class form control form control sm type text input dt filter event target value email contains applications actions button type button click changecurrenciestatus currency class btn btn sm currency active currency active ptooltip modifier l état tooltipposition top currency namecurrency currency codecurrency currency email app name button type button click editcurrency currency class btn btn sm btn warning ptooltip modifier tooltipposition top button nbsp button type button click deletecurrency currency class btn btn sm btn danger ptooltip supprimer tooltipposition top but even if i ve set selectionmode attribute with single value my table selection is not working if i click it doesn t highlight any row environment visual studio code front angular with java spring boot backend dependencies angular devkit build angular angular animations angular cdk angular common angular compiler angular core angular forms angular platform browser angular platform browser dynamic angular router coreui angular coreui coreui coreui coreui plugin chartjs custom tooltips coreui icons ngx translate core ngx translate http loader angular sweetalert service chart js font awesome moment ngx bootstrap ngx scrollbar primeicons primeng rxjs simple line icons sonarqube scanner tslib zone js backbone diagram js jointjs jquery lodash devdependencies angular eslint builder angular eslint eslint plugin angular eslint eslint plugin template angular eslint schematics angular eslint template parser angular cli angular compiler cli angular language service types jasmine types types node typescript eslint eslint plugin typescript eslint parser eslint jasmine core jasmine spec reporter karma karma chrome launcher karma coverage karma jasmine karma jasmine html reporter karma parallel karma sonarqube unit reporter karma spec reporter protractor ts node typescript types backbone latest types jointjs types jquery latest types lodash engines node npm peerdependencies tslib reproducer no response angular version primeng version build runtime typescript language typescript node version for aot issues node version browser s google chrome steps to reproduce the behavior no response expected behavior i want just when the user click any row it highlight it
1
27,772
5,098,662,957
IssuesEvent
2017-01-04 03:00:57
TNGSB/eWallet
https://api.github.com/repos/TNGSB/eWallet
closed
e-Wallet_Mobile App (Transaction History - End Date) 04012017 - Duplicate Error
Defect - Medium (Sev-3) Live Environment
Test Case Description : To select end date of transaction history Defect Description : User chose 14th December 2016 as start date and 4th Jan 2017 as end date. However, the system displayed as 4th April for end date. Tested with : Android UAT Build 13 UserID : Annemhd1710 Phone Model : Samsung Note 5 Refer attachment. ![image](https://cloud.githubusercontent.com/assets/23113211/21630008/15bfff76-d268-11e6-8fe8-4b92d8a3758a.png)
1.0
e-Wallet_Mobile App (Transaction History - End Date) 04012017 - Duplicate Error - Test Case Description : To select end date of transaction history Defect Description : User chose 14th December 2016 as start date and 4th Jan 2017 as end date. However, the system displayed as 4th April for end date. Tested with : Android UAT Build 13 UserID : Annemhd1710 Phone Model : Samsung Note 5 Refer attachment. ![image](https://cloud.githubusercontent.com/assets/23113211/21630008/15bfff76-d268-11e6-8fe8-4b92d8a3758a.png)
defect
e wallet mobile app transaction history end date duplicate error test case description to select end date of transaction history defect description user chose december as start date and jan as end date however the system displayed as april for end date tested with android uat build userid phone model samsung note refer attachment
1
467,982
13,459,376,916
IssuesEvent
2020-09-09 12:10:29
conan-io/conan
https://api.github.com/repos/conan-io/conan
closed
[bug] Search call is leaking package name details to Conan Center Index
component: artifactory priority: high
### Environment Details Artifactory 6.13.0 Conan 1.27.0 ### Steps to reproduce (Include if Applicable) If you have setup Artifactory on-prem with a virtual repository which is aggregating a local and remote Conan repository you are leaking package name information to Conan Center Index (https://conan.bintray.com) even if you have configured exclude patterns like `<user>/**`. This is a security gap as you don't want any requests to resolve internal, local artifacts are blocked, so requests containing any related sensitive information never get out of your organization. This is the result of #5433 changes in context of #5432. ### Logs Rest API call contain URL references like: `https://artifactory.acme.com/artifactory/api/conan/repo/v2/conans/search?q=<package_name>&ignorecase=False` so all information regarding the package name is leaked despite usage of a company specific user in the Conan reference.
1.0
[bug] Search call is leaking package name details to Conan Center Index - ### Environment Details Artifactory 6.13.0 Conan 1.27.0 ### Steps to reproduce (Include if Applicable) If you have setup Artifactory on-prem with a virtual repository which is aggregating a local and remote Conan repository you are leaking package name information to Conan Center Index (https://conan.bintray.com) even if you have configured exclude patterns like `<user>/**`. This is a security gap as you don't want any requests to resolve internal, local artifacts are blocked, so requests containing any related sensitive information never get out of your organization. This is the result of #5433 changes in context of #5432. ### Logs Rest API call contain URL references like: `https://artifactory.acme.com/artifactory/api/conan/repo/v2/conans/search?q=<package_name>&ignorecase=False` so all information regarding the package name is leaked despite usage of a company specific user in the Conan reference.
non_defect
search call is leaking package name details to conan center index environment details artifactory conan steps to reproduce include if applicable if you have setup artifactory on prem with a virtual repository which is aggregating a local and remote conan repository you are leaking package name information to conan center index even if you have configured exclude patterns like this is a security gap as you don t want any requests to resolve internal local artifacts are blocked so requests containing any related sensitive information never get out of your organization this is the result of changes in context of logs rest api call contain url references like so all information regarding the package name is leaked despite usage of a company specific user in the conan reference
0
46,613
13,055,946,226
IssuesEvent
2020-07-30 03:11:58
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
cmake - I3_TESTDATA defaults are set after enable_testing() (Trac #1568)
Incomplete Migration Migrated from Trac cmake defect
Migrated from https://code.icecube.wisc.edu/ticket/1568 ```json { "status": "closed", "changetime": "2019-01-12T00:15:12", "description": "`I3_TESTDATA` is used to switch on testing (with `ctest`) in `cmake/toplevel.cmake`, but its defaults are set later in `cmake/config.cmake`. If using SYSTEM_PACKAGES and not CVMFS, and `I3_TESTDATA` isn't set, testing won't turn on when you are expecting it to.\n\nWarn the user, or move the location of where the defaults are set.", "reporter": "nega", "cc": "", "resolution": "fixed", "_ts": "1547252112463010", "component": "cmake", "summary": "cmake - I3_TESTDATA defaults are set after enable_testing()", "priority": "normal", "keywords": "", "time": "2016-02-25T21:54:16", "milestone": "", "owner": "nega", "type": "defect" } ```
1.0
cmake - I3_TESTDATA defaults are set after enable_testing() (Trac #1568) - Migrated from https://code.icecube.wisc.edu/ticket/1568 ```json { "status": "closed", "changetime": "2019-01-12T00:15:12", "description": "`I3_TESTDATA` is used to switch on testing (with `ctest`) in `cmake/toplevel.cmake`, but its defaults are set later in `cmake/config.cmake`. If using SYSTEM_PACKAGES and not CVMFS, and `I3_TESTDATA` isn't set, testing won't turn on when you are expecting it to.\n\nWarn the user, or move the location of where the defaults are set.", "reporter": "nega", "cc": "", "resolution": "fixed", "_ts": "1547252112463010", "component": "cmake", "summary": "cmake - I3_TESTDATA defaults are set after enable_testing()", "priority": "normal", "keywords": "", "time": "2016-02-25T21:54:16", "milestone": "", "owner": "nega", "type": "defect" } ```
defect
cmake testdata defaults are set after enable testing trac migrated from json status closed changetime description testdata is used to switch on testing with ctest in cmake toplevel cmake but its defaults are set later in cmake config cmake if using system packages and not cvmfs and testdata isn t set testing won t turn on when you are expecting it to n nwarn the user or move the location of where the defaults are set reporter nega cc resolution fixed ts component cmake summary cmake testdata defaults are set after enable testing priority normal keywords time milestone owner nega type defect
1
122,337
12,149,643,618
IssuesEvent
2020-04-24 16:30:34
gii-is-psg2/PSG2-1920-G2-24
https://api.github.com/repos/gii-is-psg2/PSG2-1920-G2-24
opened
A4.E - As a group, extend the technical report created as a result of A4.4
documentation
Analyze the issues of the previous sprints (L2 and L3). Such analysis should contain a table where, for each issue, you specify whether the SLT described in your SLA is met or not, and some final conclusions analyzing the global results.
1.0
A4.E - As a group, extend the technical report created as a result of A4.4 - Analyze the issues of the previous sprints (L2 and L3). Such analysis should contain a table where, for each issue, you specify whether the SLT described in your SLA is met or not, and some final conclusions analyzing the global results.
non_defect
e as a group extend the technical report created as a result of analyze the issues of the previous sprints and such analysis should contain a table where for each issue you specify whether the slt described in your sla is met or not and some final conclusions analyzing the global results
0
262,656
27,983,114,332
IssuesEvent
2023-03-26 11:50:17
Dolibarr/dolibarr
https://api.github.com/repos/Dolibarr/dolibarr
closed
Passwords should not be stored in plaintext
Feature request Bug Security (CVE)
https://www.owasp.org/index.php/Password_Plaintext_Storage The direct printing module requires the CUPS password to operate. This password is stored in `llx_const` in the `PRINTIPP_PASSWORD` entry in plaintext! It should be encrypted according to the settings available under `admin/security.php`.
True
Passwords should not be stored in plaintext - https://www.owasp.org/index.php/Password_Plaintext_Storage The direct printing module requires the CUPS password to operate. This password is stored in `llx_const` in the `PRINTIPP_PASSWORD` entry in plaintext! It should be encrypted according to the settings available under `admin/security.php`.
non_defect
passwords should not be stored in plaintext the direct printing module requires the cups password to operate this password is stored in llx const in the printipp password entry in plaintext it should be encrypted according to the settings available under admin security php
0
686,931
23,509,166,784
IssuesEvent
2022-08-18 15:00:58
celestiaorg/celestia-core
https://api.github.com/repos/celestiaorg/celestia-core
closed
Discussion on named return values
low priority
Golang has [named return values](https://go.dev/tour/basics/7) so a function can be written with **unnamed return values**: ```golang func parseMsgShares(shares [][]byte) ([]Message, error) { ``` or **named return values** ```golang func parseMsgShares(shares [][]byte) (messages []Message, err error) { ``` celestia-core currently uses both forms which leads to code style nits in PR comments. If we reach a decision on which form is preferred, we can enforce it via linters and avoid this type of code style inconsistency. ⚠️ named return parameters enable [bare returns]() which reduce readability so if we do enforce named return values, we should also enforce no bare returns. Ref: - https://golangci-lint.run/usage/linters/#varnamelen - https://golangci-lint.run/usage/linters/#revive - https://yourbasic.org/golang/named-return-values-parameters/ Original discussion: https://github.com/celestiaorg/celestia-core/pull/820?notification_referrer_id=NT_kwDOADhxZ7I0MTM3MjcwNTkwOjM2OTkwNDc#discussion_r940388471
1.0
Discussion on named return values - Golang has [named return values](https://go.dev/tour/basics/7) so a function can be written with **unnamed return values**: ```golang func parseMsgShares(shares [][]byte) ([]Message, error) { ``` or **named return values** ```golang func parseMsgShares(shares [][]byte) (messages []Message, err error) { ``` celestia-core currently uses both forms which leads to code style nits in PR comments. If we reach a decision on which form is preferred, we can enforce it via linters and avoid this type of code style inconsistency. ⚠️ named return parameters enable [bare returns]() which reduce readability so if we do enforce named return values, we should also enforce no bare returns. Ref: - https://golangci-lint.run/usage/linters/#varnamelen - https://golangci-lint.run/usage/linters/#revive - https://yourbasic.org/golang/named-return-values-parameters/ Original discussion: https://github.com/celestiaorg/celestia-core/pull/820?notification_referrer_id=NT_kwDOADhxZ7I0MTM3MjcwNTkwOjM2OTkwNDc#discussion_r940388471
non_defect
discussion on named return values golang has so a function can be written with unnamed return values golang func parsemsgshares shares byte message error or named return values golang func parsemsgshares shares byte messages message err error celestia core currently uses both forms which leads to code style nits in pr comments if we reach a decision on which form is preferred we can enforce it via linters and avoid this type of code style inconsistency ⚠️ named return parameters enable which reduce readability so if we do enforce named return values we should also enforce no bare returns ref original discussion
0
669,535
22,629,854,883
IssuesEvent
2022-06-30 13:50:43
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
PyTorch 1.12.0 weight_norm is not working with float16
high priority triage review module: nn module: cpu triaged module: regression module: half module: norms and normalization
### 🐛 Describe the bug PyTorch 1.12.0 `weight_norm` is not working with `float16` **To reproduce** ```python import torch from torch import nn class WeightNormModule(nn.Module): def __init__(self): super().__init__() self.conv = nn.Conv1d(16, 16, 8, padding=4, groups=2) self.conv = nn.utils.weight_norm(self.conv, name="weight", dim=2) def forward(self, hidden_states): hidden_states = self.conv(hidden_states) return hidden_states torch.set_default_dtype(torch.float16) model = WeightNormModule() input_values = torch.ones(2, 16, 4, dtype=torch.float16) model = model.to("cuda") input_values = input_values.to("cuda") out = model(input_values) ``` **Error** ``` root@54e594368192:/transformers# python3 test.py Traceback (most recent call last): File "test.py", line 18, in <module> model = WeightNormModule() File "test.py", line 10, in __init__ self.conv = nn.utils.weight_norm(self.conv, name="weight", dim=2) File "/usr/local/lib/python3.8/dist-packages/torch/nn/utils/weight_norm.py", line 108, in weight_norm WeightNorm.apply(module, name, dim) File "/usr/local/lib/python3.8/dist-packages/torch/nn/utils/weight_norm.py", line 49, in apply setattr(module, name, fn.compute_weight(module)) File "/usr/local/lib/python3.8/dist-packages/torch/nn/utils/weight_norm.py", line 24, in compute_weight return _weight_norm(v, g, self.dim) RuntimeError: "weight_norm_kernel" not implemented for 'Half' ``` ### Versions ``` PyTorch version: 1.12.0+cu113 Is debug build: False CUDA used to build PyTorch: 11.3 ROCM used to build PyTorch: N/A OS: Ubuntu 20.04.4 LTS (x86_64) GCC version: (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 Clang version: Could not collect CMake version: Could not collect Libc version: glibc-2.31 Python version: 3.8.10 (default, Mar 15 2022, 12:22:08) [GCC 9.4.0] (64-bit runtime) Python platform: Linux-5.13.0-1033-gcp-x86_64-with-glibc2.29 Is CUDA available: True CUDA runtime version: 11.2.152 GPU models and configuration: GPU 0: Tesla T4 Nvidia driver version: 470.129.06 cuDNN version: Probably one of the following: /usr/lib/x86_64-linux-gnu/libcudnn.so.8.1.1 /usr/lib/x86_64-linux-gnu/libcudnn_adv_infer.so.8.1.1 /usr/lib/x86_64-linux-gnu/libcudnn_adv_train.so.8.1.1 /usr/lib/x86_64-linux-gnu/libcudnn_cnn_infer.so.8.1.1 /usr/lib/x86_64-linux-gnu/libcudnn_cnn_train.so.8.1.1 /usr/lib/x86_64-linux-gnu/libcudnn_ops_infer.so.8.1.1 /usr/lib/x86_64-linux-gnu/libcudnn_ops_train.so.8.1.1 HIP runtime version: N/A MIOpen runtime version: N/A Is XNNPACK available: True Versions of relevant libraries: [pip3] intel-extension-for-pytorch==1.11.0+cpu [pip3] mypy-extensions==0.4.3 [pip3] numpy==1.22.4 [pip3] torch==1.12.0+cu113 [pip3] torch-scatter==2.0.9 [pip3] torchaudio==0.12.0+cu113 [pip3] torchvision==0.13.0+cu113 [conda] Could not collect ``` cc @ezyang @gchanan @zou3519 @albanD @mruberry @jbschlosser @walterddr @kshitij12345 @saketh-are @VitalyFedyunin
1.0
PyTorch 1.12.0 weight_norm is not working with float16 - ### 🐛 Describe the bug PyTorch 1.12.0 `weight_norm` is not working with `float16` **To reproduce** ```python import torch from torch import nn class WeightNormModule(nn.Module): def __init__(self): super().__init__() self.conv = nn.Conv1d(16, 16, 8, padding=4, groups=2) self.conv = nn.utils.weight_norm(self.conv, name="weight", dim=2) def forward(self, hidden_states): hidden_states = self.conv(hidden_states) return hidden_states torch.set_default_dtype(torch.float16) model = WeightNormModule() input_values = torch.ones(2, 16, 4, dtype=torch.float16) model = model.to("cuda") input_values = input_values.to("cuda") out = model(input_values) ``` **Error** ``` root@54e594368192:/transformers# python3 test.py Traceback (most recent call last): File "test.py", line 18, in <module> model = WeightNormModule() File "test.py", line 10, in __init__ self.conv = nn.utils.weight_norm(self.conv, name="weight", dim=2) File "/usr/local/lib/python3.8/dist-packages/torch/nn/utils/weight_norm.py", line 108, in weight_norm WeightNorm.apply(module, name, dim) File "/usr/local/lib/python3.8/dist-packages/torch/nn/utils/weight_norm.py", line 49, in apply setattr(module, name, fn.compute_weight(module)) File "/usr/local/lib/python3.8/dist-packages/torch/nn/utils/weight_norm.py", line 24, in compute_weight return _weight_norm(v, g, self.dim) RuntimeError: "weight_norm_kernel" not implemented for 'Half' ``` ### Versions ``` PyTorch version: 1.12.0+cu113 Is debug build: False CUDA used to build PyTorch: 11.3 ROCM used to build PyTorch: N/A OS: Ubuntu 20.04.4 LTS (x86_64) GCC version: (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 Clang version: Could not collect CMake version: Could not collect Libc version: glibc-2.31 Python version: 3.8.10 (default, Mar 15 2022, 12:22:08) [GCC 9.4.0] (64-bit runtime) Python platform: Linux-5.13.0-1033-gcp-x86_64-with-glibc2.29 Is CUDA available: True CUDA runtime version: 11.2.152 GPU models and configuration: GPU 0: Tesla T4 Nvidia driver version: 470.129.06 cuDNN version: Probably one of the following: /usr/lib/x86_64-linux-gnu/libcudnn.so.8.1.1 /usr/lib/x86_64-linux-gnu/libcudnn_adv_infer.so.8.1.1 /usr/lib/x86_64-linux-gnu/libcudnn_adv_train.so.8.1.1 /usr/lib/x86_64-linux-gnu/libcudnn_cnn_infer.so.8.1.1 /usr/lib/x86_64-linux-gnu/libcudnn_cnn_train.so.8.1.1 /usr/lib/x86_64-linux-gnu/libcudnn_ops_infer.so.8.1.1 /usr/lib/x86_64-linux-gnu/libcudnn_ops_train.so.8.1.1 HIP runtime version: N/A MIOpen runtime version: N/A Is XNNPACK available: True Versions of relevant libraries: [pip3] intel-extension-for-pytorch==1.11.0+cpu [pip3] mypy-extensions==0.4.3 [pip3] numpy==1.22.4 [pip3] torch==1.12.0+cu113 [pip3] torch-scatter==2.0.9 [pip3] torchaudio==0.12.0+cu113 [pip3] torchvision==0.13.0+cu113 [conda] Could not collect ``` cc @ezyang @gchanan @zou3519 @albanD @mruberry @jbschlosser @walterddr @kshitij12345 @saketh-are @VitalyFedyunin
non_defect
pytorch weight norm is not working with 🐛 describe the bug pytorch weight norm is not working with to reproduce python import torch from torch import nn class weightnormmodule nn module def init self super init self conv nn padding groups self conv nn utils weight norm self conv name weight dim def forward self hidden states hidden states self conv hidden states return hidden states torch set default dtype torch model weightnormmodule input values torch ones dtype torch model model to cuda input values input values to cuda out model input values error root transformers test py traceback most recent call last file test py line in model weightnormmodule file test py line in init self conv nn utils weight norm self conv name weight dim file usr local lib dist packages torch nn utils weight norm py line in weight norm weightnorm apply module name dim file usr local lib dist packages torch nn utils weight norm py line in apply setattr module name fn compute weight module file usr local lib dist packages torch nn utils weight norm py line in compute weight return weight norm v g self dim runtimeerror weight norm kernel not implemented for half versions pytorch version is debug build false cuda used to build pytorch rocm used to build pytorch n a os ubuntu lts gcc version ubuntu clang version could not collect cmake version could not collect libc version glibc python version default mar bit runtime python platform linux gcp with is cuda available true cuda runtime version gpu models and configuration gpu tesla nvidia driver version cudnn version probably one of the following usr lib linux gnu libcudnn so usr lib linux gnu libcudnn adv infer so usr lib linux gnu libcudnn adv train so usr lib linux gnu libcudnn cnn infer so usr lib linux gnu libcudnn cnn train so usr lib linux gnu libcudnn ops infer so usr lib linux gnu libcudnn ops train so hip runtime version n a miopen runtime version n a is xnnpack available true versions of relevant libraries intel extension for pytorch cpu mypy extensions numpy torch torch scatter torchaudio torchvision could not collect cc ezyang gchanan alband mruberry jbschlosser walterddr saketh are vitalyfedyunin
0
441,125
12,708,452,998
IssuesEvent
2020-06-23 10:34:23
ansible/ansible-lint
https://api.github.com/repos/ansible/ansible-lint
closed
proposal: reduce number of CI/CD involved with ansible-lint
priority/medium status/new
##### Summary Currently ansible-lint project is configured to use not less than 4 major CI/CD systems: travis, azure-pipelines, github-actions and zuul. In addition to these it also have at least one extra bot (LGTM). > At one moment in time there were more than 100 checks running on this project, something I never seen on any other github project. Not even big and sensitive projects like libpod or openstack do run so many jobs. And most of them where only instances of the same set of tox environments configured on different CI/CD systems. ##### Issue Type - Feature Idea ##### Additional Information That is not the first time I raise this question but it seems that I need to do it again as nothing happened. This current concoction of different external systems is causing lots of false failures, mainly related to either issues internal to these CI/CD systems or just networking. The amount of checks running on this projects makes is very confusing for the user, also their errors are far from easy to read. As non core developer is impossible for me to retrigger these jobs without closing and reopening the PR. The only exception is Zuul where a "recheck" comment does this, still that one seems not to be the noisy one of of the all 4. As Zuul CI is run and supported by Ansible Networking team with plans to extend it even further to cover more Ansible project, we can rule it out of the "removal" list. I propose dropping: - azure-pipelines (seems to be the source of the most failures, leading by far) - travis (degraded QoS year over year) We need to be sure we still cover: macos, windows and linux. Linux ones are covered for sure by zuul jobs. Before arguing that "this CI has a feature that I like that is missing from another", please remember that we cannot make a kitchensink out of ansible-lint project and resilience is more important than features. Resiliency cannot be obtained by increasing entropy, we need to simplify as much as possible.
1.0
proposal: reduce number of CI/CD involved with ansible-lint - ##### Summary Currently ansible-lint project is configured to use not less than 4 major CI/CD systems: travis, azure-pipelines, github-actions and zuul. In addition to these it also have at least one extra bot (LGTM). > At one moment in time there were more than 100 checks running on this project, something I never seen on any other github project. Not even big and sensitive projects like libpod or openstack do run so many jobs. And most of them where only instances of the same set of tox environments configured on different CI/CD systems. ##### Issue Type - Feature Idea ##### Additional Information That is not the first time I raise this question but it seems that I need to do it again as nothing happened. This current concoction of different external systems is causing lots of false failures, mainly related to either issues internal to these CI/CD systems or just networking. The amount of checks running on this projects makes is very confusing for the user, also their errors are far from easy to read. As non core developer is impossible for me to retrigger these jobs without closing and reopening the PR. The only exception is Zuul where a "recheck" comment does this, still that one seems not to be the noisy one of of the all 4. As Zuul CI is run and supported by Ansible Networking team with plans to extend it even further to cover more Ansible project, we can rule it out of the "removal" list. I propose dropping: - azure-pipelines (seems to be the source of the most failures, leading by far) - travis (degraded QoS year over year) We need to be sure we still cover: macos, windows and linux. Linux ones are covered for sure by zuul jobs. Before arguing that "this CI has a feature that I like that is missing from another", please remember that we cannot make a kitchensink out of ansible-lint project and resilience is more important than features. Resiliency cannot be obtained by increasing entropy, we need to simplify as much as possible.
non_defect
proposal reduce number of ci cd involved with ansible lint summary currently ansible lint project is configured to use not less than major ci cd systems travis azure pipelines github actions and zuul in addition to these it also have at least one extra bot lgtm at one moment in time there were more than checks running on this project something i never seen on any other github project not even big and sensitive projects like libpod or openstack do run so many jobs and most of them where only instances of the same set of tox environments configured on different ci cd systems issue type feature idea additional information that is not the first time i raise this question but it seems that i need to do it again as nothing happened this current concoction of different external systems is causing lots of false failures mainly related to either issues internal to these ci cd systems or just networking the amount of checks running on this projects makes is very confusing for the user also their errors are far from easy to read as non core developer is impossible for me to retrigger these jobs without closing and reopening the pr the only exception is zuul where a recheck comment does this still that one seems not to be the noisy one of of the all as zuul ci is run and supported by ansible networking team with plans to extend it even further to cover more ansible project we can rule it out of the removal list i propose dropping azure pipelines seems to be the source of the most failures leading by far travis degraded qos year over year we need to be sure we still cover macos windows and linux linux ones are covered for sure by zuul jobs before arguing that this ci has a feature that i like that is missing from another please remember that we cannot make a kitchensink out of ansible lint project and resilience is more important than features resiliency cannot be obtained by increasing entropy we need to simplify as much as possible
0
24,952
4,154,607,437
IssuesEvent
2016-06-16 12:19:51
xavierdidelot/ClonalOrigin
https://api.github.com/repos/xavierdidelot/ClonalOrigin
closed
ClonalOrigin Segmentation Fault: WARNING: Tree node ages are not strictly increasing.
auto-migrated Priority-Medium Type-Defect
``` Hi, I am trying to run clonal origin on 31 Salmonella genomes. The ClonalFrame step was successful (I used 30,000 iterations to get a consistent tree, which took 2-3 weeks), but the ClonalOrigin step keeps failing. I have pasted below the message from one of the output files. Also, attached is the newick file and one of the split blocks from the core alignment. At your convenience, please let me know if there's something I could do about this. I was running jobs on a cluster managed by SGE. When I used a smaller data set of 19 completed genomes, this was not an issue. many thanks, galeb WARNING: Tree node ages are not strictly increasing. Tree has been deterministically perturbed to ensure consistency with the coalescent model! (1 Nodes affected) /var/spool/sge/betsy/execd/bc009/job_scripts/8812: line 22: 22338 Segmentation fault warg -a 1,1,0.1,1,1,1,1,1,0,0,0 -x 1000000 -y 1000000 -z 10000 clonaltree_SE31_1.nwk core_alignment_SE31.xmfa.$SGE_TASK_ID $WORKDIR/core_co.phase2.$SGE_TASK_ID.xml > $WORKDIR/out."$JOB_ID"."$SGE_TASK_ID" ``` Original issue reported on code.google.com by `abual...@gmail.com` on 29 Apr 2011 at 1:36 Attachments: * [clonaltree_SE31_1.nwk](https://storage.googleapis.com/google-code-attachments/clonalorigin/issue-1/comment-0/clonaltree_SE31_1.nwk) * [core_alignment_SE31.xmfa.1](https://storage.googleapis.com/google-code-attachments/clonalorigin/issue-1/comment-0/core_alignment_SE31.xmfa.1)
1.0
ClonalOrigin Segmentation Fault: WARNING: Tree node ages are not strictly increasing. - ``` Hi, I am trying to run clonal origin on 31 Salmonella genomes. The ClonalFrame step was successful (I used 30,000 iterations to get a consistent tree, which took 2-3 weeks), but the ClonalOrigin step keeps failing. I have pasted below the message from one of the output files. Also, attached is the newick file and one of the split blocks from the core alignment. At your convenience, please let me know if there's something I could do about this. I was running jobs on a cluster managed by SGE. When I used a smaller data set of 19 completed genomes, this was not an issue. many thanks, galeb WARNING: Tree node ages are not strictly increasing. Tree has been deterministically perturbed to ensure consistency with the coalescent model! (1 Nodes affected) /var/spool/sge/betsy/execd/bc009/job_scripts/8812: line 22: 22338 Segmentation fault warg -a 1,1,0.1,1,1,1,1,1,0,0,0 -x 1000000 -y 1000000 -z 10000 clonaltree_SE31_1.nwk core_alignment_SE31.xmfa.$SGE_TASK_ID $WORKDIR/core_co.phase2.$SGE_TASK_ID.xml > $WORKDIR/out."$JOB_ID"."$SGE_TASK_ID" ``` Original issue reported on code.google.com by `abual...@gmail.com` on 29 Apr 2011 at 1:36 Attachments: * [clonaltree_SE31_1.nwk](https://storage.googleapis.com/google-code-attachments/clonalorigin/issue-1/comment-0/clonaltree_SE31_1.nwk) * [core_alignment_SE31.xmfa.1](https://storage.googleapis.com/google-code-attachments/clonalorigin/issue-1/comment-0/core_alignment_SE31.xmfa.1)
defect
clonalorigin segmentation fault warning tree node ages are not strictly increasing hi i am trying to run clonal origin on salmonella genomes the clonalframe step was successful i used iterations to get a consistent tree which took weeks but the clonalorigin step keeps failing i have pasted below the message from one of the output files also attached is the newick file and one of the split blocks from the core alignment at your convenience please let me know if there s something i could do about this i was running jobs on a cluster managed by sge when i used a smaller data set of completed genomes this was not an issue many thanks galeb warning tree node ages are not strictly increasing tree has been deterministically perturbed to ensure consistency with the coalescent model nodes affected var spool sge betsy execd job scripts line segmentation fault warg a x y z clonaltree nwk core alignment xmfa sge task id workdir core co sge task id xml workdir out job id sge task id original issue reported on code google com by abual gmail com on apr at attachments
1
49,591
13,187,237,248
IssuesEvent
2020-08-13 02:46:55
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
[steamshovel] Test failure (Trac #1718)
Incomplete Migration Migrated from Trac combo core defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1718">https://code.icecube.wisc.edu/ticket/1718</a>, reported by olivas and owned by hdembinski</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:13:10", "description": "{{{\n Start 353: steamshovel::test_shovelscripts.py\n6/6 Test #353: steamshovel::test_shovelscripts.py ...............***Failed 12.77 sec\n...F.\n======================================================================\nFAIL: test_particles_artist_draws_tracks (__main__.TestShovelScripts)\n----------------------------------------------------------------------\nTraceback (most recent call last):\n File \"/home/olivas/icecube/combo/src/steamshovel/resources/test/test_shovelscripts.py\", line 79, in test_particles_artist_draws_tracks\n self.assertImage( name + \".png\", 35 )\n File \"/home/olivas/icecube/combo/src/steamshovel/resources/test/test_shovelscripts.py\", line 46, in assertImage\n self.assertGreater(psnr, threshold)\nAssertionError: 29.780892595095874 not greater than 35\n\n----------------------------------------------------------------------\n}}}", "reporter": "olivas", "cc": "david.schultz", "resolution": "fixed", "_ts": "1550067190995086", "component": "combo core", "summary": "[steamshovel] Test failure", "priority": "major", "keywords": "steamshovel X11", "time": "2016-05-31T17:49:41", "milestone": "", "owner": "hdembinski", "type": "defect" } ``` </p> </details>
1.0
[steamshovel] Test failure (Trac #1718) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1718">https://code.icecube.wisc.edu/ticket/1718</a>, reported by olivas and owned by hdembinski</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:13:10", "description": "{{{\n Start 353: steamshovel::test_shovelscripts.py\n6/6 Test #353: steamshovel::test_shovelscripts.py ...............***Failed 12.77 sec\n...F.\n======================================================================\nFAIL: test_particles_artist_draws_tracks (__main__.TestShovelScripts)\n----------------------------------------------------------------------\nTraceback (most recent call last):\n File \"/home/olivas/icecube/combo/src/steamshovel/resources/test/test_shovelscripts.py\", line 79, in test_particles_artist_draws_tracks\n self.assertImage( name + \".png\", 35 )\n File \"/home/olivas/icecube/combo/src/steamshovel/resources/test/test_shovelscripts.py\", line 46, in assertImage\n self.assertGreater(psnr, threshold)\nAssertionError: 29.780892595095874 not greater than 35\n\n----------------------------------------------------------------------\n}}}", "reporter": "olivas", "cc": "david.schultz", "resolution": "fixed", "_ts": "1550067190995086", "component": "combo core", "summary": "[steamshovel] Test failure", "priority": "major", "keywords": "steamshovel X11", "time": "2016-05-31T17:49:41", "milestone": "", "owner": "hdembinski", "type": "defect" } ``` </p> </details>
defect
test failure trac migrated from json status closed changetime description n start steamshovel test shovelscripts py test steamshovel test shovelscripts py failed sec n f n nfail test particles artist draws tracks main testshovelscripts n ntraceback most recent call last n file home olivas icecube combo src steamshovel resources test test shovelscripts py line in test particles artist draws tracks n self assertimage name png n file home olivas icecube combo src steamshovel resources test test shovelscripts py line in assertimage n self assertgreater psnr threshold nassertionerror not greater than n n n reporter olivas cc david schultz resolution fixed ts component combo core summary test failure priority major keywords steamshovel time milestone owner hdembinski type defect
1
178,001
29,479,328,520
IssuesEvent
2023-06-02 03:09:32
rust-windowing/softbuffer
https://api.github.com/repos/rust-windowing/softbuffer
closed
Add a method for getting pixels from a window
enhancement Needs Design Work
It would be nice if there were a method for getting pixels from a window in addition to setting them. If you wanted to draw a transparent or blended image using software rendering, you would need access to the image currently in the window.
1.0
Add a method for getting pixels from a window - It would be nice if there were a method for getting pixels from a window in addition to setting them. If you wanted to draw a transparent or blended image using software rendering, you would need access to the image currently in the window.
non_defect
add a method for getting pixels from a window it would be nice if there were a method for getting pixels from a window in addition to setting them if you wanted to draw a transparent or blended image using software rendering you would need access to the image currently in the window
0
773,473
27,158,984,120
IssuesEvent
2023-02-17 10:16:00
MattTheLegoman/RealmsInExile
https://api.github.com/repos/MattTheLegoman/RealmsInExile
reopened
Easterling CoA
help wanted priority: high 2D graphics
# Easterling CoA So I've been told that we need suggestions for Easterling CoA, so i put something together. Do not that i am not suggesting the flags/emblem should be used where I've taken them, i only want to showcase where i found them all, it's the emblem and flags themselves I'm showcasing. Most designs are from other Mods, but also from games, WETA and some community made ones. ### Weta Design <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/79544635/163013890-eac177a4-fbd8-431a-9bb0-91a294c57e5b.png) Weta design of the Easterlings 1 ![image](https://user-images.githubusercontent.com/79544635/163013964-c4cd9a29-a1a7-4552-821c-d70c9ef0e256.png) Weta design of the Easterlings 2 In the Eu4 lotr mod they have the igath having this flag, which i think fits </details> ### MERP <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/79544635/163014291-4c004b1c-59d9-4045-aa00-6963c56b01d9.png) Asdriags ![image](https://user-images.githubusercontent.com/79544635/163014412-b3839d5c-6239-4152-8116-152a3d16bf38.png) MERP Axeeasterlings or Hatholhoth or Hatholrim emblem ![image](https://user-images.githubusercontent.com/79544635/163014470-5708e9b2-1abf-429a-bf88-73e0773fcb73.png) MERP Chy ![image](https://user-images.githubusercontent.com/79544635/163014525-a16b8035-3873-48fe-b3fb-d4971d713e39.png) MERP flag of Sagath ![image](https://user-images.githubusercontent.com/79544635/163014561-54be1009-5443-4b37-98cb-2d5411d45f0f.png) MERP Kýkuryan ![image](https://user-images.githubusercontent.com/79544635/163014608-1d6f7133-a311-4d81-9ee8-1a0df60afba2.png) MERP Logath ![image](https://user-images.githubusercontent.com/79544635/163014658-6da3e790-c0c8-4aeb-9d35-c59200eedffc.png) MERP Lothrag ![image](https://user-images.githubusercontent.com/79544635/163014717-c2607e58-2c59-4ed4-935c-89a179732a13.png) MERP Magriags ![image](https://user-images.githubusercontent.com/79544635/163014771-c509d7e1-9acc-4356-aa0a-7254a0dbe393.png) MERP Odhriags ![image](https://user-images.githubusercontent.com/79544635/163014811-5cb0aec8-9d59-46cb-9998-1a513d979909.png) MERP Urgath </details> ### LOTR Rise to War <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/79544635/163014113-bcae457d-abe0-4be7-a144-dc6351a0ee5c.png) I really think this flag & colour scheme fits the golden realm ![image](https://user-images.githubusercontent.com/79544635/163014206-6263d9fa-82e5-46a8-845b-5de060937a18.png) maybe some emblem design can be made form this? </details> ### Ck2 Flags from the ck2 lotr mod <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/79544635/163014913-9221f268-8190-442d-8dde-4bc878323c37.png) Athav flag ![image](https://user-images.githubusercontent.com/79544635/163014982-6e63c1cb-35d9-4341-8745-a162f679470d.png) ck2 Balchoths Flag ![image](https://user-images.githubusercontent.com/79544635/163015020-a9ce79ea-2ca9-495c-85d1-2dbe7c436e37.png) ck2 Dol Dagor Flag ![image](https://user-images.githubusercontent.com/79544635/163015063-688bdd08-b35a-4ab9-9096-5be455988696.png) ck2 Ehwatthrumavuld Flag ![image](https://user-images.githubusercontent.com/79544635/163015119-de6fc708-100b-497a-bff4-2dbad50cd7ce.png) ck2 Gathod Flag ![image](https://user-images.githubusercontent.com/79544635/163015155-f6fb04e2-86c7-4ca8-8190-54424141e247.png) ck2 Mispar Flag ![image](https://user-images.githubusercontent.com/79544635/163015185-d438c494-2679-4ab4-92e0-b789db681361.png) ck2 Mistrand Flag ![image](https://user-images.githubusercontent.com/79544635/163015232-83661f8b-bb77-4dac-b3da-68323a649b65.png) ck2 Nuruvar Flag ![image](https://user-images.githubusercontent.com/79544635/163015269-ed201f33-5ff2-4d7e-acfd-7ddfa8b62a1c.png) ck2 Sagath Flag ![image](https://user-images.githubusercontent.com/79544635/163015314-da63a5b0-e144-4671-9980-773429ff2ffd.png) ck2 Sagathaburh Flag ![image](https://user-images.githubusercontent.com/79544635/163015373-035145ef-81d3-4168-9692-8045df2729ef.png) ck2 Sagathavuld Flag ![image](https://user-images.githubusercontent.com/79544635/163015413-ab8e291c-4eb5-4ea4-8d21-15c8c8cbd125.png) ck2 Uldovhar Flag </details> ### EU4 LOTR mod <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/79544635/163015488-4e1906f9-cc7d-4387-abf1-0993e73e8e08.png) EU4 Asdriags Flag ![image](https://user-images.githubusercontent.com/79544635/163015519-57c3735d-0d70-49ed-aa89-6a40886217e2.png) EU4 Brygath Flag ![image](https://user-images.githubusercontent.com/79544635/163015572-78904110-ec3d-485a-80f7-1bb60b6efbbd.png) EU4 Magriags Flag ![image](https://user-images.githubusercontent.com/79544635/163015603-99dc0548-67a0-468b-a17c-f0abf4201405.png) EU4 Nurn Flag ![image](https://user-images.githubusercontent.com/79544635/163015641-4e12efbc-22b1-44b8-ac0e-c8b9fc66075c.png) EU4 Odhriags Flag ![image](https://user-images.githubusercontent.com/79544635/163015663-b506d595-f2ec-47cb-a1e5-b80bf74081a8.png) EU4 Rycolis Flag </details> ### Imperator lotr mod <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/79544635/163015717-ee744a9b-f669-4f9e-8869-398cc1ef45f1.png) </details> ### Age of the Ring <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/79544635/163015788-39548516-960b-468e-a5e3-17b3c8877d94.png) Age of the Ring Mod Easterling Kataphrakts Flag </details> ### Rise to war/The Dawnless days <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/79544635/163015854-d691aabd-f5df-4c2b-b496-fc332afed930.png) rise to war-clan Axemen-cool design ![image](https://user-images.githubusercontent.com/79544635/163015902-4caa3aab-4d26-46e0-914e-a4117694a808.png) rise to war-clan raiders-cool design ![image](https://user-images.githubusercontent.com/79544635/163015950-6ceaab89-8698-4f27-b171-0557c892ebbf.png) rise to war-clan spearmen-cool design ![image](https://user-images.githubusercontent.com/79544635/163016000-54b3123a-4a9b-4dab-a11e-68f9dc4143e4.png) rise to war-rhunic savages-cool tattoo designs, could be made CoA designs. ![image](https://user-images.githubusercontent.com/79544635/163016092-18e65d52-2f43-4257-9df5-a4dcc791f96f.png) rise to war-wainrider chiefs-cool design1 ![image](https://user-images.githubusercontent.com/79544635/163016131-7b25420d-bae7-4178-81aa-c2c8cdbe182f.png) rise to war-wainrider chiefs-cool design2 ![image](https://user-images.githubusercontent.com/79544635/163016172-32996146-ca70-4c90-8131-9b0bd8b5c639.png) rise to war-wainrider chiefs-dragons ![image](https://user-images.githubusercontent.com/79544635/163016208-b8b7866c-ace3-42c5-9a20-e94b14e47a6d.png) rise to war easterling concept art with flags ![image](https://user-images.githubusercontent.com/79544635/163016239-bda59d4d-15f3-46fe-b01b-04a5798cb80a.png) rise to war easterling concept art with flags2 </details> ### WB Shadow of War I really like this deisgn for the banner! <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/79544635/163016304-8dd77267-f69c-470b-974e-7104af3708ab.png) WB shadow of War 1 Easterling_Banner1 ![image](https://user-images.githubusercontent.com/79544635/163016327-9f11ccde-30c7-47d0-acf5-0b5a6b33a1f6.png) WB shadow of War 2 Merchant_King </details> ### Games Workshop LOTR Both officals and community made models <details> <summary>Click to expand</summary> **Officals** ![image](https://user-images.githubusercontent.com/79544635/163016457-7ff27f8d-1b95-4d9c-8d5d-800ab0e9d366.png) Games Workshop easterling flag1 ![image](https://user-images.githubusercontent.com/79544635/163016483-9782f6d0-6f6d-4343-a45f-93f37a4962a1.png) Games Workshop easterling flag2 ![image](https://user-images.githubusercontent.com/79544635/163016539-3a920947-5f5e-4084-b788-cc06ced058e1.png) Games Workshop easterling helm emblem, could be made into a simple coa emblem. **Community** ![image](https://user-images.githubusercontent.com/79544635/163016719-a6675de2-a6ee-4c10-92ad-3af4e6ec0012.png) Games Workshop easterling fan made unit emblem ![image](https://user-images.githubusercontent.com/79544635/163016771-b657e029-0754-4a32-ba35-5e2e724c83cb.png) FB warhammer community miniature 1 flag, really cool design on the flag in my opinion https://www.facebook.com/lordoftheringsminiatureGW/photos ![image](https://user-images.githubusercontent.com/79544635/163016918-7441d2c7-0a3c-4fb3-9062-b6e617bbe38d.png) FB warhammer community minature 2 shield emblem. the shield emblem would really make a cool coa emblem! https://www.facebook.com/lordoftheringsminiatureGW/photos ![image](https://user-images.githubusercontent.com/79544635/163017024-368157f2-4258-44aa-9ac7-2ab683eec674.png) FB warhammer community minature 3 shield & flag emblem, more of the above footage. https://www.facebook.com/lordoftheringsminiatureGW/photos </details>
1.0
Easterling CoA - # Easterling CoA So I've been told that we need suggestions for Easterling CoA, so i put something together. Do not that i am not suggesting the flags/emblem should be used where I've taken them, i only want to showcase where i found them all, it's the emblem and flags themselves I'm showcasing. Most designs are from other Mods, but also from games, WETA and some community made ones. ### Weta Design <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/79544635/163013890-eac177a4-fbd8-431a-9bb0-91a294c57e5b.png) Weta design of the Easterlings 1 ![image](https://user-images.githubusercontent.com/79544635/163013964-c4cd9a29-a1a7-4552-821c-d70c9ef0e256.png) Weta design of the Easterlings 2 In the Eu4 lotr mod they have the igath having this flag, which i think fits </details> ### MERP <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/79544635/163014291-4c004b1c-59d9-4045-aa00-6963c56b01d9.png) Asdriags ![image](https://user-images.githubusercontent.com/79544635/163014412-b3839d5c-6239-4152-8116-152a3d16bf38.png) MERP Axeeasterlings or Hatholhoth or Hatholrim emblem ![image](https://user-images.githubusercontent.com/79544635/163014470-5708e9b2-1abf-429a-bf88-73e0773fcb73.png) MERP Chy ![image](https://user-images.githubusercontent.com/79544635/163014525-a16b8035-3873-48fe-b3fb-d4971d713e39.png) MERP flag of Sagath ![image](https://user-images.githubusercontent.com/79544635/163014561-54be1009-5443-4b37-98cb-2d5411d45f0f.png) MERP Kýkuryan ![image](https://user-images.githubusercontent.com/79544635/163014608-1d6f7133-a311-4d81-9ee8-1a0df60afba2.png) MERP Logath ![image](https://user-images.githubusercontent.com/79544635/163014658-6da3e790-c0c8-4aeb-9d35-c59200eedffc.png) MERP Lothrag ![image](https://user-images.githubusercontent.com/79544635/163014717-c2607e58-2c59-4ed4-935c-89a179732a13.png) MERP Magriags ![image](https://user-images.githubusercontent.com/79544635/163014771-c509d7e1-9acc-4356-aa0a-7254a0dbe393.png) MERP Odhriags ![image](https://user-images.githubusercontent.com/79544635/163014811-5cb0aec8-9d59-46cb-9998-1a513d979909.png) MERP Urgath </details> ### LOTR Rise to War <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/79544635/163014113-bcae457d-abe0-4be7-a144-dc6351a0ee5c.png) I really think this flag & colour scheme fits the golden realm ![image](https://user-images.githubusercontent.com/79544635/163014206-6263d9fa-82e5-46a8-845b-5de060937a18.png) maybe some emblem design can be made form this? </details> ### Ck2 Flags from the ck2 lotr mod <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/79544635/163014913-9221f268-8190-442d-8dde-4bc878323c37.png) Athav flag ![image](https://user-images.githubusercontent.com/79544635/163014982-6e63c1cb-35d9-4341-8745-a162f679470d.png) ck2 Balchoths Flag ![image](https://user-images.githubusercontent.com/79544635/163015020-a9ce79ea-2ca9-495c-85d1-2dbe7c436e37.png) ck2 Dol Dagor Flag ![image](https://user-images.githubusercontent.com/79544635/163015063-688bdd08-b35a-4ab9-9096-5be455988696.png) ck2 Ehwatthrumavuld Flag ![image](https://user-images.githubusercontent.com/79544635/163015119-de6fc708-100b-497a-bff4-2dbad50cd7ce.png) ck2 Gathod Flag ![image](https://user-images.githubusercontent.com/79544635/163015155-f6fb04e2-86c7-4ca8-8190-54424141e247.png) ck2 Mispar Flag ![image](https://user-images.githubusercontent.com/79544635/163015185-d438c494-2679-4ab4-92e0-b789db681361.png) ck2 Mistrand Flag ![image](https://user-images.githubusercontent.com/79544635/163015232-83661f8b-bb77-4dac-b3da-68323a649b65.png) ck2 Nuruvar Flag ![image](https://user-images.githubusercontent.com/79544635/163015269-ed201f33-5ff2-4d7e-acfd-7ddfa8b62a1c.png) ck2 Sagath Flag ![image](https://user-images.githubusercontent.com/79544635/163015314-da63a5b0-e144-4671-9980-773429ff2ffd.png) ck2 Sagathaburh Flag ![image](https://user-images.githubusercontent.com/79544635/163015373-035145ef-81d3-4168-9692-8045df2729ef.png) ck2 Sagathavuld Flag ![image](https://user-images.githubusercontent.com/79544635/163015413-ab8e291c-4eb5-4ea4-8d21-15c8c8cbd125.png) ck2 Uldovhar Flag </details> ### EU4 LOTR mod <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/79544635/163015488-4e1906f9-cc7d-4387-abf1-0993e73e8e08.png) EU4 Asdriags Flag ![image](https://user-images.githubusercontent.com/79544635/163015519-57c3735d-0d70-49ed-aa89-6a40886217e2.png) EU4 Brygath Flag ![image](https://user-images.githubusercontent.com/79544635/163015572-78904110-ec3d-485a-80f7-1bb60b6efbbd.png) EU4 Magriags Flag ![image](https://user-images.githubusercontent.com/79544635/163015603-99dc0548-67a0-468b-a17c-f0abf4201405.png) EU4 Nurn Flag ![image](https://user-images.githubusercontent.com/79544635/163015641-4e12efbc-22b1-44b8-ac0e-c8b9fc66075c.png) EU4 Odhriags Flag ![image](https://user-images.githubusercontent.com/79544635/163015663-b506d595-f2ec-47cb-a1e5-b80bf74081a8.png) EU4 Rycolis Flag </details> ### Imperator lotr mod <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/79544635/163015717-ee744a9b-f669-4f9e-8869-398cc1ef45f1.png) </details> ### Age of the Ring <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/79544635/163015788-39548516-960b-468e-a5e3-17b3c8877d94.png) Age of the Ring Mod Easterling Kataphrakts Flag </details> ### Rise to war/The Dawnless days <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/79544635/163015854-d691aabd-f5df-4c2b-b496-fc332afed930.png) rise to war-clan Axemen-cool design ![image](https://user-images.githubusercontent.com/79544635/163015902-4caa3aab-4d26-46e0-914e-a4117694a808.png) rise to war-clan raiders-cool design ![image](https://user-images.githubusercontent.com/79544635/163015950-6ceaab89-8698-4f27-b171-0557c892ebbf.png) rise to war-clan spearmen-cool design ![image](https://user-images.githubusercontent.com/79544635/163016000-54b3123a-4a9b-4dab-a11e-68f9dc4143e4.png) rise to war-rhunic savages-cool tattoo designs, could be made CoA designs. ![image](https://user-images.githubusercontent.com/79544635/163016092-18e65d52-2f43-4257-9df5-a4dcc791f96f.png) rise to war-wainrider chiefs-cool design1 ![image](https://user-images.githubusercontent.com/79544635/163016131-7b25420d-bae7-4178-81aa-c2c8cdbe182f.png) rise to war-wainrider chiefs-cool design2 ![image](https://user-images.githubusercontent.com/79544635/163016172-32996146-ca70-4c90-8131-9b0bd8b5c639.png) rise to war-wainrider chiefs-dragons ![image](https://user-images.githubusercontent.com/79544635/163016208-b8b7866c-ace3-42c5-9a20-e94b14e47a6d.png) rise to war easterling concept art with flags ![image](https://user-images.githubusercontent.com/79544635/163016239-bda59d4d-15f3-46fe-b01b-04a5798cb80a.png) rise to war easterling concept art with flags2 </details> ### WB Shadow of War I really like this deisgn for the banner! <details> <summary>Click to expand</summary> ![image](https://user-images.githubusercontent.com/79544635/163016304-8dd77267-f69c-470b-974e-7104af3708ab.png) WB shadow of War 1 Easterling_Banner1 ![image](https://user-images.githubusercontent.com/79544635/163016327-9f11ccde-30c7-47d0-acf5-0b5a6b33a1f6.png) WB shadow of War 2 Merchant_King </details> ### Games Workshop LOTR Both officals and community made models <details> <summary>Click to expand</summary> **Officals** ![image](https://user-images.githubusercontent.com/79544635/163016457-7ff27f8d-1b95-4d9c-8d5d-800ab0e9d366.png) Games Workshop easterling flag1 ![image](https://user-images.githubusercontent.com/79544635/163016483-9782f6d0-6f6d-4343-a45f-93f37a4962a1.png) Games Workshop easterling flag2 ![image](https://user-images.githubusercontent.com/79544635/163016539-3a920947-5f5e-4084-b788-cc06ced058e1.png) Games Workshop easterling helm emblem, could be made into a simple coa emblem. **Community** ![image](https://user-images.githubusercontent.com/79544635/163016719-a6675de2-a6ee-4c10-92ad-3af4e6ec0012.png) Games Workshop easterling fan made unit emblem ![image](https://user-images.githubusercontent.com/79544635/163016771-b657e029-0754-4a32-ba35-5e2e724c83cb.png) FB warhammer community miniature 1 flag, really cool design on the flag in my opinion https://www.facebook.com/lordoftheringsminiatureGW/photos ![image](https://user-images.githubusercontent.com/79544635/163016918-7441d2c7-0a3c-4fb3-9062-b6e617bbe38d.png) FB warhammer community minature 2 shield emblem. the shield emblem would really make a cool coa emblem! https://www.facebook.com/lordoftheringsminiatureGW/photos ![image](https://user-images.githubusercontent.com/79544635/163017024-368157f2-4258-44aa-9ac7-2ab683eec674.png) FB warhammer community minature 3 shield & flag emblem, more of the above footage. https://www.facebook.com/lordoftheringsminiatureGW/photos </details>
non_defect
easterling coa easterling coa so i ve been told that we need suggestions for easterling coa so i put something together do not that i am not suggesting the flags emblem should be used where i ve taken them i only want to showcase where i found them all it s the emblem and flags themselves i m showcasing most designs are from other mods but also from games weta and some community made ones weta design click to expand weta design of the easterlings weta design of the easterlings in the lotr mod they have the igath having this flag which i think fits merp click to expand asdriags merp axeeasterlings or hatholhoth or hatholrim emblem merp chy merp flag of sagath merp kýkuryan merp logath merp lothrag merp magriags merp odhriags merp urgath lotr rise to war click to expand i really think this flag colour scheme fits the golden realm maybe some emblem design can be made form this flags from the lotr mod click to expand athav flag balchoths flag dol dagor flag ehwatthrumavuld flag gathod flag mispar flag mistrand flag nuruvar flag sagath flag sagathaburh flag sagathavuld flag uldovhar flag lotr mod click to expand asdriags flag brygath flag magriags flag nurn flag odhriags flag rycolis flag imperator lotr mod click to expand age of the ring click to expand age of the ring mod easterling kataphrakts flag rise to war the dawnless days click to expand rise to war clan axemen cool design rise to war clan raiders cool design rise to war clan spearmen cool design rise to war rhunic savages cool tattoo designs could be made coa designs rise to war wainrider chiefs cool rise to war wainrider chiefs cool rise to war wainrider chiefs dragons rise to war easterling concept art with flags rise to war easterling concept art with wb shadow of war i really like this deisgn for the banner click to expand wb shadow of war easterling wb shadow of war merchant king games workshop lotr both officals and community made models click to expand officals games workshop easterling games workshop easterling games workshop easterling helm emblem could be made into a simple coa emblem community games workshop easterling fan made unit emblem fb warhammer community miniature flag really cool design on the flag in my opinion fb warhammer community minature shield emblem the shield emblem would really make a cool coa emblem fb warhammer community minature shield flag emblem more of the above footage
0
38,148
8,418,768,746
IssuesEvent
2018-10-15 02:46:18
phetsims/graphing-quadratics
https://api.github.com/repos/phetsims/graphing-quadratics
opened
There should be a data stream message when the camera button is pressed.
dev:code-review dev:phet-io
Discovered in #14 and #58, there is no data stream message when the camera button is pressed, but there should be. This behavior arose because we wanted to instrument the save + clear buttons as a group rather than individually, since it doesn't make sense to show one without the other. However, we forgot that if the buttons are not instrumented at all, then they do not emit to the data stream. A potentially workable "middle ground" which I do not recall discussing with @pixelzoom or design teams before is to include the option `phetioReadOnly: true` for the `saveButton` and `eraseButton`. This will allow the buttons to emit to the data stream, but the buttons will not be independently customizable. For instance, I added two lines to SaveEraseButtons.js ```js const saveButton = new RectangularPushButton( { content: new FontAwesomeNode( 'camera', { maxWidth: BUTTON_ICON_WIDTH } ), baseColor: PhetColorScheme.BUTTON_YELLOW, listener: saveFunction, tandem: options.tandem.createTandem('saveButton'), // ADDED LINE phetioReadOnly: true // ADDED LINE } ); ``` With those new added lines, the button now emits to the data stream like so: ![image](https://user-images.githubusercontent.com/679486/46927320-fa682f80-cff1-11e8-9ed1-87662de1df20.png) And the `saveButton` appears in studio, but note the controls (like the selected checkbox and emit button) are grayed out: ![image](https://user-images.githubusercontent.com/679486/46927345-14097700-cff2-11e8-922b-ae89a525b1a2.png) @pixelzoom what do you think?
1.0
There should be a data stream message when the camera button is pressed. - Discovered in #14 and #58, there is no data stream message when the camera button is pressed, but there should be. This behavior arose because we wanted to instrument the save + clear buttons as a group rather than individually, since it doesn't make sense to show one without the other. However, we forgot that if the buttons are not instrumented at all, then they do not emit to the data stream. A potentially workable "middle ground" which I do not recall discussing with @pixelzoom or design teams before is to include the option `phetioReadOnly: true` for the `saveButton` and `eraseButton`. This will allow the buttons to emit to the data stream, but the buttons will not be independently customizable. For instance, I added two lines to SaveEraseButtons.js ```js const saveButton = new RectangularPushButton( { content: new FontAwesomeNode( 'camera', { maxWidth: BUTTON_ICON_WIDTH } ), baseColor: PhetColorScheme.BUTTON_YELLOW, listener: saveFunction, tandem: options.tandem.createTandem('saveButton'), // ADDED LINE phetioReadOnly: true // ADDED LINE } ); ``` With those new added lines, the button now emits to the data stream like so: ![image](https://user-images.githubusercontent.com/679486/46927320-fa682f80-cff1-11e8-9ed1-87662de1df20.png) And the `saveButton` appears in studio, but note the controls (like the selected checkbox and emit button) are grayed out: ![image](https://user-images.githubusercontent.com/679486/46927345-14097700-cff2-11e8-922b-ae89a525b1a2.png) @pixelzoom what do you think?
non_defect
there should be a data stream message when the camera button is pressed discovered in and there is no data stream message when the camera button is pressed but there should be this behavior arose because we wanted to instrument the save clear buttons as a group rather than individually since it doesn t make sense to show one without the other however we forgot that if the buttons are not instrumented at all then they do not emit to the data stream a potentially workable middle ground which i do not recall discussing with pixelzoom or design teams before is to include the option phetioreadonly true for the savebutton and erasebutton this will allow the buttons to emit to the data stream but the buttons will not be independently customizable for instance i added two lines to saveerasebuttons js js const savebutton new rectangularpushbutton content new fontawesomenode camera maxwidth button icon width basecolor phetcolorscheme button yellow listener savefunction tandem options tandem createtandem savebutton added line phetioreadonly true added line with those new added lines the button now emits to the data stream like so and the savebutton appears in studio but note the controls like the selected checkbox and emit button are grayed out pixelzoom what do you think
0
70,872
23,349,476,478
IssuesEvent
2022-08-09 21:35:24
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
opened
Hung zed and l2arc_feed tasks during pool import on 2.0.3
Type: Defect
### System information Type | Version/Name --- | --- Distribution Name | Debian (derivative) Distribution Version | 10 Kernel Version | 4.19.0-21-amd64 Architecture | x86_64 OpenZFS Version | zfs-2.0.3-12 / zfs-kmod-2.0.3-12 ### Describe the problem you're observing During pool import, on some systems the import will take more than 10 minutes and when the pool does eventually import, filesystems are not automatically mounted as usual. It seems to me like this is some kind of deadlock, but due to the number of tasks involved, I've not been able to track down how it might be happening. zpool status shows no irregularities. ### Describe how to reproduce the problem Unfortunately I cannot easily reproduce the issue. This has only happened on a single system which can't be interrupted to do more testing without a good bit of trouble. However, if anyone has ideas for how I might trigger this condition, I can potentially arrange a test (and of course I can test on other systems). ### Include any warning/errors/backtraces from the system logs dmesg output follows: ``` [Wed Aug 3 09:50:06 2022] INFO: task l2arc_feed:482 blocked for more than 120 seconds. [Wed Aug 3 09:50:06 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:50:06 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:50:06 2022] l2arc_feed D 0 482 2 0x80000000 [Wed Aug 3 09:50:06 2022] Call Trace: [Wed Aug 3 09:50:06 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:50:06 2022] schedule+0x28/0x80 [Wed Aug 3 09:50:06 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:50:06 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:50:06 2022] ? sigprocmask+0x72/0xa0 [Wed Aug 3 09:50:06 2022] ? __cv_timedwait_idle+0x67/0x90 [spl] [Wed Aug 3 09:50:06 2022] l2arc_feed_thread+0x101/0x1a90 [zfs] [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to+0x8c/0x440 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:50:06 2022] ? __wake_up_common+0x7a/0x190 [Wed Aug 3 09:50:06 2022] ? l2arc_remove_vdev+0x240/0x240 [zfs] [Wed Aug 3 09:50:06 2022] ? __thread_exit+0x20/0x20 [spl] [Wed Aug 3 09:50:06 2022] thread_generic_wrapper+0x6f/0x80 [spl] [Wed Aug 3 09:50:06 2022] kthread+0x112/0x130 [Wed Aug 3 09:50:06 2022] ? kthread_bind+0x30/0x30 [Wed Aug 3 09:50:06 2022] ret_from_fork+0x1f/0x40 [Wed Aug 3 09:52:07 2022] INFO: task l2arc_feed:482 blocked for more than 120 seconds. [Wed Aug 3 09:52:07 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:52:07 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:52:07 2022] l2arc_feed D 0 482 2 0x80000000 [Wed Aug 3 09:52:07 2022] Call Trace: [Wed Aug 3 09:52:07 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:52:07 2022] schedule+0x28/0x80 [Wed Aug 3 09:52:07 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:52:07 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:52:07 2022] ? sigprocmask+0x72/0xa0 [Wed Aug 3 09:52:07 2022] ? __cv_timedwait_idle+0x67/0x90 [spl] [Wed Aug 3 09:52:07 2022] l2arc_feed_thread+0x101/0x1a90 [zfs] [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to+0x8c/0x440 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:52:07 2022] ? __wake_up_common+0x7a/0x190 [Wed Aug 3 09:52:07 2022] ? l2arc_remove_vdev+0x240/0x240 [zfs] [Wed Aug 3 09:52:07 2022] ? __thread_exit+0x20/0x20 [spl] [Wed Aug 3 09:52:07 2022] thread_generic_wrapper+0x6f/0x80 [spl] [Wed Aug 3 09:52:07 2022] kthread+0x112/0x130 [Wed Aug 3 09:52:07 2022] ? kthread_bind+0x30/0x30 [Wed Aug 3 09:52:07 2022] ret_from_fork+0x1f/0x40 [Wed Aug 3 09:52:07 2022] INFO: task zed:3747 blocked for more than 120 seconds. [Wed Aug 3 09:52:07 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:52:07 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:52:07 2022] zed D 0 3747 1 0x00000000 [Wed Aug 3 09:52:07 2022] Call Trace: [Wed Aug 3 09:52:07 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:52:07 2022] schedule+0x28/0x80 [Wed Aug 3 09:52:07 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:52:07 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:52:07 2022] ? call_function_single_interrupt+0xa/0x20 [Wed Aug 3 09:52:07 2022] spa_open_common+0x5f/0x4c0 [zfs] [Wed Aug 3 09:52:07 2022] spa_get_stats+0x4d/0x520 [zfs] [Wed Aug 3 09:52:07 2022] ? _cond_resched+0x15/0x30 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x1ea/0x2c0 [Wed Aug 3 09:52:07 2022] zfs_ioc_pool_stats+0x34/0x80 [zfs] [Wed Aug 3 09:52:07 2022] zfsdev_ioctl_common+0x5b5/0x830 [zfs] [Wed Aug 3 09:52:07 2022] ? kmalloc_large_node+0x37/0x60 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x213/0x2c0 [Wed Aug 3 09:52:07 2022] zfsdev_ioctl+0x4f/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] do_vfs_ioctl+0xa4/0x630 [Wed Aug 3 09:52:07 2022] ? handle_mm_fault+0xd6/0x200 [Wed Aug 3 09:52:07 2022] ksys_ioctl+0x60/0x90 [Wed Aug 3 09:52:07 2022] __x64_sys_ioctl+0x16/0x20 [Wed Aug 3 09:52:07 2022] do_syscall_64+0x53/0x110 [Wed Aug 3 09:52:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xa9 [Wed Aug 3 09:52:07 2022] RIP: 0033:0x7f0c1c48e427 [Wed Aug 3 09:52:07 2022] Code: Bad RIP value. [Wed Aug 3 09:52:07 2022] RSP: 002b:00007f0c1b4a95c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [Wed Aug 3 09:52:07 2022] RAX: ffffffffffffffda RBX: 00007f0c1b4a95f0 RCX: 00007f0c1c48e427 [Wed Aug 3 09:52:07 2022] RDX: 00007f0c1b4a95f0 RSI: 0000000000005a05 RDI: 000000000000000b [Wed Aug 3 09:52:07 2022] RBP: 00007f0c1b4acbe0 R08: 00007f0c0c01b1f0 R09: 0000000000000079 [Wed Aug 3 09:52:07 2022] R10: 00007f0c0c0008d0 R11: 0000000000000246 R12: 00007f0c0c040f70 [Wed Aug 3 09:52:07 2022] R13: 00005611db1cd300 R14: 0000000000000000 R15: 00007f0c1b4acc04 [Wed Aug 3 09:52:07 2022] INFO: task node:5105 blocked for more than 120 seconds. [Wed Aug 3 09:52:07 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:52:07 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:52:07 2022] node D 0 5105 5017 0x00000000 [Wed Aug 3 09:52:07 2022] Call Trace: [Wed Aug 3 09:52:07 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:52:07 2022] schedule+0x28/0x80 [Wed Aug 3 09:52:07 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:52:07 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:52:07 2022] spa_open_common+0x5f/0x4c0 [zfs] [Wed Aug 3 09:52:07 2022] spa_get_stats+0x4d/0x520 [zfs] [Wed Aug 3 09:52:07 2022] ? _cond_resched+0x15/0x30 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x1ea/0x2c0 [Wed Aug 3 09:52:07 2022] zfs_ioc_pool_stats+0x34/0x80 [zfs] [Wed Aug 3 09:52:07 2022] zfsdev_ioctl_common+0x5b5/0x830 [zfs] [Wed Aug 3 09:52:07 2022] ? kmalloc_large_node+0x37/0x60 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x213/0x2c0 [Wed Aug 3 09:52:07 2022] zfsdev_ioctl+0x4f/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] do_vfs_ioctl+0xa4/0x630 [Wed Aug 3 09:52:07 2022] ? handle_mm_fault+0xd6/0x200 [Wed Aug 3 09:52:07 2022] ksys_ioctl+0x60/0x90 [Wed Aug 3 09:52:07 2022] __x64_sys_ioctl+0x16/0x20 [Wed Aug 3 09:52:07 2022] do_syscall_64+0x53/0x110 [Wed Aug 3 09:52:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xa9 [Wed Aug 3 09:52:07 2022] RIP: 0033:0x7f035a8be427 [Wed Aug 3 09:52:07 2022] Code: Bad RIP value. [Wed Aug 3 09:52:07 2022] RSP: 002b:00007ffc350ea7c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [Wed Aug 3 09:52:07 2022] RAX: ffffffffffffffda RBX: 00007ffc350ea7f0 RCX: 00007f035a8be427 [Wed Aug 3 09:52:07 2022] RDX: 00007ffc350ea7f0 RSI: 0000000000005a05 RDI: 0000000000000014 [Wed Aug 3 09:52:07 2022] RBP: 00007ffc350edde0 R08: 000000000336f8d0 R09: 00007f035a989d10 [Wed Aug 3 09:52:07 2022] R10: 0000000002e5a010 R11: 0000000000000246 R12: 0000000002f4b6e0 [Wed Aug 3 09:52:07 2022] R13: 00000000031c2880 R14: 0000000000000000 R15: 00007ffc350eddf4 [Wed Aug 3 09:52:07 2022] INFO: task zfs:8280 blocked for more than 120 seconds. [Wed Aug 3 09:52:07 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:52:07 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:52:07 2022] zfs D 0 8280 1 0x00000000 [Wed Aug 3 09:52:07 2022] Call Trace: [Wed Aug 3 09:52:07 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:52:07 2022] ? rrw_exit+0xfb/0x150 [zfs] [Wed Aug 3 09:52:07 2022] schedule+0x28/0x80 [Wed Aug 3 09:52:07 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:52:07 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:52:07 2022] spa_open_common+0x5f/0x4c0 [zfs] [Wed Aug 3 09:52:07 2022] ? dbuf_rele_and_unlock+0x30f/0x660 [zfs] [Wed Aug 3 09:52:07 2022] dsl_pool_hold+0x2e/0x80 [zfs] [Wed Aug 3 09:52:07 2022] dmu_objset_hold_flags+0x38/0xd0 [zfs] [Wed Aug 3 09:52:07 2022] zfs_ioc_objset_stats+0x2f/0xa0 [zfs] [Wed Aug 3 09:52:07 2022] zfs_ioc_dataset_list_next+0x145/0x1a0 [zfs] [Wed Aug 3 09:52:07 2022] zfsdev_ioctl_common+0x5b5/0x830 [zfs] [Wed Aug 3 09:52:07 2022] ? kmalloc_large_node+0x37/0x60 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x213/0x2c0 [Wed Aug 3 09:52:07 2022] zfsdev_ioctl+0x4f/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] do_vfs_ioctl+0xa4/0x630 [Wed Aug 3 09:52:07 2022] ? handle_mm_fault+0xd6/0x200 [Wed Aug 3 09:52:07 2022] ksys_ioctl+0x60/0x90 [Wed Aug 3 09:52:07 2022] __x64_sys_ioctl+0x16/0x20 [Wed Aug 3 09:52:07 2022] do_syscall_64+0x53/0x110 [Wed Aug 3 09:52:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xa9 [Wed Aug 3 09:52:07 2022] RIP: 0033:0x7fb3a2a42427 [Wed Aug 3 09:52:07 2022] Code: Bad RIP value. [Wed Aug 3 09:52:07 2022] RSP: 002b:00007ffd7b026fd8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [Wed Aug 3 09:52:07 2022] RAX: ffffffffffffffda RBX: 00007ffd7b027040 RCX: 00007fb3a2a42427 [Wed Aug 3 09:52:07 2022] RDX: 00007ffd7b027040 RSI: 0000000000005a14 RDI: 0000000000000003 [Wed Aug 3 09:52:07 2022] RBP: 00007ffd7b027020 R08: 000000000003ffff R09: 000000000000007f [Wed Aug 3 09:52:07 2022] R10: 00005618a032e010 R11: 0000000000000246 R12: 00005618a037d670 [Wed Aug 3 09:52:07 2022] R13: 000056189f174f50 R14: 00005618a037d680 R15: 0000000000005a14 [Wed Aug 3 09:52:07 2022] INFO: task zfs:8350 blocked for more than 120 seconds. [Wed Aug 3 09:52:07 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:52:07 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:52:07 2022] zfs D 0 8350 8328 0x00000000 [Wed Aug 3 09:52:07 2022] Call Trace: [Wed Aug 3 09:52:07 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:52:07 2022] schedule+0x28/0x80 [Wed Aug 3 09:52:07 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:52:07 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:52:07 2022] spa_open_common+0x5f/0x4c0 [zfs] [Wed Aug 3 09:52:07 2022] ? entity_namecheck+0xc8/0x380 [zcommon] [Wed Aug 3 09:52:07 2022] pool_status_check.isra.24.part.25+0x2c/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] zfsdev_ioctl_common+0x588/0x830 [zfs] [Wed Aug 3 09:52:07 2022] ? kmalloc_large_node+0x37/0x60 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x213/0x2c0 [Wed Aug 3 09:52:07 2022] zfsdev_ioctl+0x4f/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] do_vfs_ioctl+0xa4/0x630 [Wed Aug 3 09:52:07 2022] ? handle_mm_fault+0xd6/0x200 [Wed Aug 3 09:52:07 2022] ksys_ioctl+0x60/0x90 [Wed Aug 3 09:52:07 2022] __x64_sys_ioctl+0x16/0x20 [Wed Aug 3 09:52:07 2022] do_syscall_64+0x53/0x110 [Wed Aug 3 09:52:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xa9 [Wed Aug 3 09:52:07 2022] RIP: 0033:0x7fa0333fc427 [Wed Aug 3 09:52:07 2022] Code: Bad RIP value. [Wed Aug 3 09:52:07 2022] RSP: 002b:00007ffe4aee2308 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [Wed Aug 3 09:52:07 2022] RAX: ffffffffffffffda RBX: 00007ffe4aee2370 RCX: 00007fa0333fc427 [Wed Aug 3 09:52:07 2022] RDX: 00007ffe4aee2370 RSI: 0000000000005a14 RDI: 0000000000000003 [Wed Aug 3 09:52:07 2022] RBP: 00007ffe4aee2350 R08: 000055cae89dd640 R09: 00007fa0334c7d30 [Wed Aug 3 09:52:07 2022] R10: 000055cae89b6010 R11: 0000000000000246 R12: 000055cae89cf6b0 [Wed Aug 3 09:52:07 2022] R13: 000055cae6af9a50 R14: 000055cae89cf6c0 R15: 0000000000005a14 [Wed Aug 3 09:52:07 2022] INFO: task zfs:12649 blocked for more than 120 seconds. [Wed Aug 3 09:52:07 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:52:07 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:52:07 2022] zfs D 0 12649 5040 0x00000000 [Wed Aug 3 09:52:07 2022] Call Trace: [Wed Aug 3 09:52:07 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:52:07 2022] schedule+0x28/0x80 [Wed Aug 3 09:52:07 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:52:07 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:52:07 2022] spa_open_common+0x5f/0x4c0 [zfs] [Wed Aug 3 09:52:07 2022] ? entity_namecheck+0xc8/0x380 [zcommon] [Wed Aug 3 09:52:07 2022] pool_status_check.isra.24.part.25+0x2c/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] zfsdev_ioctl_common+0x588/0x830 [zfs] [Wed Aug 3 09:52:07 2022] ? kmalloc_large_node+0x37/0x60 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x213/0x2c0 [Wed Aug 3 09:52:07 2022] zfsdev_ioctl+0x4f/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] do_vfs_ioctl+0xa4/0x630 [Wed Aug 3 09:52:07 2022] ? handle_mm_fault+0xd6/0x200 [Wed Aug 3 09:52:07 2022] ksys_ioctl+0x60/0x90 [Wed Aug 3 09:52:07 2022] __x64_sys_ioctl+0x16/0x20 [Wed Aug 3 09:52:07 2022] do_syscall_64+0x53/0x110 [Wed Aug 3 09:52:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xa9 [Wed Aug 3 09:52:07 2022] RIP: 0033:0x7f55959c0427 [Wed Aug 3 09:52:07 2022] Code: Bad RIP value. [Wed Aug 3 09:52:07 2022] RSP: 002b:00007ffde216ae08 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [Wed Aug 3 09:52:07 2022] RAX: ffffffffffffffda RBX: 00007ffde216ae70 RCX: 00007f55959c0427 [Wed Aug 3 09:52:07 2022] RDX: 00007ffde216ae70 RSI: 0000000000005a14 RDI: 0000000000000003 [Wed Aug 3 09:52:07 2022] RBP: 00007ffde216ae50 R08: 000000000003ffff R09: 00007f5595a8c0a0 [Wed Aug 3 09:52:07 2022] R10: 000056040ab91010 R11: 0000000000000246 R12: 000056040abdde90 [Wed Aug 3 09:52:07 2022] R13: 000056040a7efa50 R14: 000056040abddea0 R15: 0000000000005a14 [Wed Aug 3 09:52:07 2022] INFO: task zpool:18691 blocked for more than 120 seconds. [Wed Aug 3 09:52:07 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:52:07 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:52:07 2022] zpool D 0 18691 1 0x00000000 [Wed Aug 3 09:52:07 2022] Call Trace: [Wed Aug 3 09:52:07 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:52:07 2022] schedule+0x28/0x80 [Wed Aug 3 09:52:07 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:52:07 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:52:07 2022] spa_open_common+0x5f/0x4c0 [zfs] [Wed Aug 3 09:52:07 2022] spa_get_stats+0x4d/0x520 [zfs] [Wed Aug 3 09:52:07 2022] ? _cond_resched+0x15/0x30 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x1ea/0x2c0 [Wed Aug 3 09:52:07 2022] zfs_ioc_pool_stats+0x34/0x80 [zfs] [Wed Aug 3 09:52:07 2022] zfsdev_ioctl_common+0x5b5/0x830 [zfs] [Wed Aug 3 09:52:07 2022] ? kmalloc_large_node+0x37/0x60 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x213/0x2c0 [Wed Aug 3 09:52:07 2022] zfsdev_ioctl+0x4f/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] do_vfs_ioctl+0xa4/0x630 [Wed Aug 3 09:52:07 2022] ? handle_mm_fault+0xd6/0x200 [Wed Aug 3 09:52:07 2022] ksys_ioctl+0x60/0x90 [Wed Aug 3 09:52:07 2022] __x64_sys_ioctl+0x16/0x20 [Wed Aug 3 09:52:07 2022] do_syscall_64+0x53/0x110 [Wed Aug 3 09:52:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xa9 [Wed Aug 3 09:52:07 2022] RIP: 0033:0x7fdb5bd94427 [Wed Aug 3 09:52:07 2022] Code: Bad RIP value. [Wed Aug 3 09:52:07 2022] RSP: 002b:00007ffc7aaf3ae8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [Wed Aug 3 09:52:07 2022] RAX: ffffffffffffffda RBX: 00007ffc7aaf3b10 RCX: 00007fdb5bd94427 [Wed Aug 3 09:52:07 2022] RDX: 00007ffc7aaf3b10 RSI: 0000000000005a05 RDI: 0000000000000004 [Wed Aug 3 09:52:07 2022] RBP: 00007ffc7aaf7100 R08: 000056194b840fa0 R09: 00007fdb5be5fea0 [Wed Aug 3 09:52:07 2022] R10: 000056194b83d010 R11: 0000000000000246 R12: 000056194b840e50 [Wed Aug 3 09:52:07 2022] R13: 000056194b83d2e0 R14: 0000000000000000 R15: 00007ffc7aaf7114 [Wed Aug 3 09:52:07 2022] INFO: task zpool:19003 blocked for more than 120 seconds. [Wed Aug 3 09:52:07 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:52:07 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:52:07 2022] zpool D 0 19003 1 0x00000000 [Wed Aug 3 09:52:07 2022] Call Trace: [Wed Aug 3 09:52:07 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:52:07 2022] schedule+0x28/0x80 [Wed Aug 3 09:52:07 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:52:07 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:52:07 2022] spa_open_common+0x5f/0x4c0 [zfs] [Wed Aug 3 09:52:07 2022] spa_get_stats+0x4d/0x520 [zfs] [Wed Aug 3 09:52:07 2022] ? _cond_resched+0x15/0x30 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x1ea/0x2c0 [Wed Aug 3 09:52:07 2022] zfs_ioc_pool_stats+0x34/0x80 [zfs] [Wed Aug 3 09:52:07 2022] zfsdev_ioctl_common+0x5b5/0x830 [zfs] [Wed Aug 3 09:52:07 2022] ? kmalloc_large_node+0x37/0x60 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x213/0x2c0 [Wed Aug 3 09:52:07 2022] zfsdev_ioctl+0x4f/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] do_vfs_ioctl+0xa4/0x630 [Wed Aug 3 09:52:07 2022] ? handle_mm_fault+0xd6/0x200 [Wed Aug 3 09:52:07 2022] ksys_ioctl+0x60/0x90 [Wed Aug 3 09:52:07 2022] __x64_sys_ioctl+0x16/0x20 [Wed Aug 3 09:52:07 2022] do_syscall_64+0x53/0x110 [Wed Aug 3 09:52:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xa9 [Wed Aug 3 09:52:07 2022] RIP: 0033:0x7efc09320427 [Wed Aug 3 09:52:07 2022] Code: Bad RIP value. [Wed Aug 3 09:52:07 2022] RSP: 002b:00007ffcf1d594c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [Wed Aug 3 09:52:07 2022] RAX: ffffffffffffffda RBX: 00007ffcf1d594f0 RCX: 00007efc09320427 [Wed Aug 3 09:52:07 2022] RDX: 00007ffcf1d594f0 RSI: 0000000000005a05 RDI: 0000000000000004 [Wed Aug 3 09:52:07 2022] RBP: 00007ffcf1d5cae0 R08: 0000563ad85cefa0 R09: 00007efc093ebea0 [Wed Aug 3 09:52:07 2022] R10: 0000563ad85cb010 R11: 0000000000000246 R12: 0000563ad85cee50 [Wed Aug 3 09:52:07 2022] R13: 0000563ad85cb2e0 R14: 0000000000000000 R15: 00007ffcf1d5caf4 [Wed Aug 3 09:52:07 2022] INFO: task zpool:19632 blocked for more than 120 seconds. [Wed Aug 3 09:52:07 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:52:07 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:52:07 2022] zpool D 0 19632 1 0x00000000 [Wed Aug 3 09:52:07 2022] Call Trace: [Wed Aug 3 09:52:07 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:52:07 2022] schedule+0x28/0x80 [Wed Aug 3 09:52:07 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:52:07 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:52:07 2022] spa_open_common+0x5f/0x4c0 [zfs] [Wed Aug 3 09:52:07 2022] spa_get_stats+0x4d/0x520 [zfs] [Wed Aug 3 09:52:07 2022] ? _cond_resched+0x15/0x30 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x1ea/0x2c0 [Wed Aug 3 09:52:07 2022] zfs_ioc_pool_stats+0x34/0x80 [zfs] [Wed Aug 3 09:52:07 2022] zfsdev_ioctl_common+0x5b5/0x830 [zfs] [Wed Aug 3 09:52:07 2022] ? kmalloc_large_node+0x37/0x60 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x213/0x2c0 [Wed Aug 3 09:52:07 2022] zfsdev_ioctl+0x4f/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] do_vfs_ioctl+0xa4/0x630 [Wed Aug 3 09:52:07 2022] ? handle_mm_fault+0xd6/0x200 [Wed Aug 3 09:52:07 2022] ksys_ioctl+0x60/0x90 [Wed Aug 3 09:52:07 2022] __x64_sys_ioctl+0x16/0x20 [Wed Aug 3 09:52:07 2022] do_syscall_64+0x53/0x110 [Wed Aug 3 09:52:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xa9 [Wed Aug 3 09:52:07 2022] RIP: 0033:0x7ff55303f427 [Wed Aug 3 09:52:07 2022] Code: Bad RIP value. [Wed Aug 3 09:52:07 2022] RSP: 002b:00007ffc99345b98 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [Wed Aug 3 09:52:07 2022] RAX: ffffffffffffffda RBX: 00007ffc99345bc0 RCX: 00007ff55303f427 [Wed Aug 3 09:52:07 2022] RDX: 00007ffc99345bc0 RSI: 0000000000005a05 RDI: 0000000000000004 [Wed Aug 3 09:52:07 2022] RBP: 00007ffc993491b0 R08: 000055e51079bfa0 R09: 00007ff55310aea0 [Wed Aug 3 09:52:07 2022] R10: 000055e510798010 R11: 0000000000000246 R12: 000055e51079be50 [Wed Aug 3 09:52:07 2022] R13: 000055e5107982e0 R14: 0000000000000000 R15: 00007ffc993491c4 ``` I've also attached the contents of `/proc/spl/kstat/zfs/dbgmsg`: [dbgmsg.txt](https://github.com/openzfs/zfs/files/9294779/dbgmsg.txt)
1.0
Hung zed and l2arc_feed tasks during pool import on 2.0.3 - ### System information Type | Version/Name --- | --- Distribution Name | Debian (derivative) Distribution Version | 10 Kernel Version | 4.19.0-21-amd64 Architecture | x86_64 OpenZFS Version | zfs-2.0.3-12 / zfs-kmod-2.0.3-12 ### Describe the problem you're observing During pool import, on some systems the import will take more than 10 minutes and when the pool does eventually import, filesystems are not automatically mounted as usual. It seems to me like this is some kind of deadlock, but due to the number of tasks involved, I've not been able to track down how it might be happening. zpool status shows no irregularities. ### Describe how to reproduce the problem Unfortunately I cannot easily reproduce the issue. This has only happened on a single system which can't be interrupted to do more testing without a good bit of trouble. However, if anyone has ideas for how I might trigger this condition, I can potentially arrange a test (and of course I can test on other systems). ### Include any warning/errors/backtraces from the system logs dmesg output follows: ``` [Wed Aug 3 09:50:06 2022] INFO: task l2arc_feed:482 blocked for more than 120 seconds. [Wed Aug 3 09:50:06 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:50:06 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:50:06 2022] l2arc_feed D 0 482 2 0x80000000 [Wed Aug 3 09:50:06 2022] Call Trace: [Wed Aug 3 09:50:06 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:50:06 2022] schedule+0x28/0x80 [Wed Aug 3 09:50:06 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:50:06 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:50:06 2022] ? sigprocmask+0x72/0xa0 [Wed Aug 3 09:50:06 2022] ? __cv_timedwait_idle+0x67/0x90 [spl] [Wed Aug 3 09:50:06 2022] l2arc_feed_thread+0x101/0x1a90 [zfs] [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to+0x8c/0x440 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:50:06 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:50:06 2022] ? __wake_up_common+0x7a/0x190 [Wed Aug 3 09:50:06 2022] ? l2arc_remove_vdev+0x240/0x240 [zfs] [Wed Aug 3 09:50:06 2022] ? __thread_exit+0x20/0x20 [spl] [Wed Aug 3 09:50:06 2022] thread_generic_wrapper+0x6f/0x80 [spl] [Wed Aug 3 09:50:06 2022] kthread+0x112/0x130 [Wed Aug 3 09:50:06 2022] ? kthread_bind+0x30/0x30 [Wed Aug 3 09:50:06 2022] ret_from_fork+0x1f/0x40 [Wed Aug 3 09:52:07 2022] INFO: task l2arc_feed:482 blocked for more than 120 seconds. [Wed Aug 3 09:52:07 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:52:07 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:52:07 2022] l2arc_feed D 0 482 2 0x80000000 [Wed Aug 3 09:52:07 2022] Call Trace: [Wed Aug 3 09:52:07 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:52:07 2022] schedule+0x28/0x80 [Wed Aug 3 09:52:07 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:52:07 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:52:07 2022] ? sigprocmask+0x72/0xa0 [Wed Aug 3 09:52:07 2022] ? __cv_timedwait_idle+0x67/0x90 [spl] [Wed Aug 3 09:52:07 2022] l2arc_feed_thread+0x101/0x1a90 [zfs] [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to+0x8c/0x440 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x41/0x70 [Wed Aug 3 09:52:07 2022] ? __switch_to_asm+0x35/0x70 [Wed Aug 3 09:52:07 2022] ? __wake_up_common+0x7a/0x190 [Wed Aug 3 09:52:07 2022] ? l2arc_remove_vdev+0x240/0x240 [zfs] [Wed Aug 3 09:52:07 2022] ? __thread_exit+0x20/0x20 [spl] [Wed Aug 3 09:52:07 2022] thread_generic_wrapper+0x6f/0x80 [spl] [Wed Aug 3 09:52:07 2022] kthread+0x112/0x130 [Wed Aug 3 09:52:07 2022] ? kthread_bind+0x30/0x30 [Wed Aug 3 09:52:07 2022] ret_from_fork+0x1f/0x40 [Wed Aug 3 09:52:07 2022] INFO: task zed:3747 blocked for more than 120 seconds. [Wed Aug 3 09:52:07 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:52:07 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:52:07 2022] zed D 0 3747 1 0x00000000 [Wed Aug 3 09:52:07 2022] Call Trace: [Wed Aug 3 09:52:07 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:52:07 2022] schedule+0x28/0x80 [Wed Aug 3 09:52:07 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:52:07 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:52:07 2022] ? call_function_single_interrupt+0xa/0x20 [Wed Aug 3 09:52:07 2022] spa_open_common+0x5f/0x4c0 [zfs] [Wed Aug 3 09:52:07 2022] spa_get_stats+0x4d/0x520 [zfs] [Wed Aug 3 09:52:07 2022] ? _cond_resched+0x15/0x30 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x1ea/0x2c0 [Wed Aug 3 09:52:07 2022] zfs_ioc_pool_stats+0x34/0x80 [zfs] [Wed Aug 3 09:52:07 2022] zfsdev_ioctl_common+0x5b5/0x830 [zfs] [Wed Aug 3 09:52:07 2022] ? kmalloc_large_node+0x37/0x60 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x213/0x2c0 [Wed Aug 3 09:52:07 2022] zfsdev_ioctl+0x4f/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] do_vfs_ioctl+0xa4/0x630 [Wed Aug 3 09:52:07 2022] ? handle_mm_fault+0xd6/0x200 [Wed Aug 3 09:52:07 2022] ksys_ioctl+0x60/0x90 [Wed Aug 3 09:52:07 2022] __x64_sys_ioctl+0x16/0x20 [Wed Aug 3 09:52:07 2022] do_syscall_64+0x53/0x110 [Wed Aug 3 09:52:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xa9 [Wed Aug 3 09:52:07 2022] RIP: 0033:0x7f0c1c48e427 [Wed Aug 3 09:52:07 2022] Code: Bad RIP value. [Wed Aug 3 09:52:07 2022] RSP: 002b:00007f0c1b4a95c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [Wed Aug 3 09:52:07 2022] RAX: ffffffffffffffda RBX: 00007f0c1b4a95f0 RCX: 00007f0c1c48e427 [Wed Aug 3 09:52:07 2022] RDX: 00007f0c1b4a95f0 RSI: 0000000000005a05 RDI: 000000000000000b [Wed Aug 3 09:52:07 2022] RBP: 00007f0c1b4acbe0 R08: 00007f0c0c01b1f0 R09: 0000000000000079 [Wed Aug 3 09:52:07 2022] R10: 00007f0c0c0008d0 R11: 0000000000000246 R12: 00007f0c0c040f70 [Wed Aug 3 09:52:07 2022] R13: 00005611db1cd300 R14: 0000000000000000 R15: 00007f0c1b4acc04 [Wed Aug 3 09:52:07 2022] INFO: task node:5105 blocked for more than 120 seconds. [Wed Aug 3 09:52:07 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:52:07 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:52:07 2022] node D 0 5105 5017 0x00000000 [Wed Aug 3 09:52:07 2022] Call Trace: [Wed Aug 3 09:52:07 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:52:07 2022] schedule+0x28/0x80 [Wed Aug 3 09:52:07 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:52:07 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:52:07 2022] spa_open_common+0x5f/0x4c0 [zfs] [Wed Aug 3 09:52:07 2022] spa_get_stats+0x4d/0x520 [zfs] [Wed Aug 3 09:52:07 2022] ? _cond_resched+0x15/0x30 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x1ea/0x2c0 [Wed Aug 3 09:52:07 2022] zfs_ioc_pool_stats+0x34/0x80 [zfs] [Wed Aug 3 09:52:07 2022] zfsdev_ioctl_common+0x5b5/0x830 [zfs] [Wed Aug 3 09:52:07 2022] ? kmalloc_large_node+0x37/0x60 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x213/0x2c0 [Wed Aug 3 09:52:07 2022] zfsdev_ioctl+0x4f/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] do_vfs_ioctl+0xa4/0x630 [Wed Aug 3 09:52:07 2022] ? handle_mm_fault+0xd6/0x200 [Wed Aug 3 09:52:07 2022] ksys_ioctl+0x60/0x90 [Wed Aug 3 09:52:07 2022] __x64_sys_ioctl+0x16/0x20 [Wed Aug 3 09:52:07 2022] do_syscall_64+0x53/0x110 [Wed Aug 3 09:52:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xa9 [Wed Aug 3 09:52:07 2022] RIP: 0033:0x7f035a8be427 [Wed Aug 3 09:52:07 2022] Code: Bad RIP value. [Wed Aug 3 09:52:07 2022] RSP: 002b:00007ffc350ea7c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [Wed Aug 3 09:52:07 2022] RAX: ffffffffffffffda RBX: 00007ffc350ea7f0 RCX: 00007f035a8be427 [Wed Aug 3 09:52:07 2022] RDX: 00007ffc350ea7f0 RSI: 0000000000005a05 RDI: 0000000000000014 [Wed Aug 3 09:52:07 2022] RBP: 00007ffc350edde0 R08: 000000000336f8d0 R09: 00007f035a989d10 [Wed Aug 3 09:52:07 2022] R10: 0000000002e5a010 R11: 0000000000000246 R12: 0000000002f4b6e0 [Wed Aug 3 09:52:07 2022] R13: 00000000031c2880 R14: 0000000000000000 R15: 00007ffc350eddf4 [Wed Aug 3 09:52:07 2022] INFO: task zfs:8280 blocked for more than 120 seconds. [Wed Aug 3 09:52:07 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:52:07 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:52:07 2022] zfs D 0 8280 1 0x00000000 [Wed Aug 3 09:52:07 2022] Call Trace: [Wed Aug 3 09:52:07 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:52:07 2022] ? rrw_exit+0xfb/0x150 [zfs] [Wed Aug 3 09:52:07 2022] schedule+0x28/0x80 [Wed Aug 3 09:52:07 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:52:07 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:52:07 2022] spa_open_common+0x5f/0x4c0 [zfs] [Wed Aug 3 09:52:07 2022] ? dbuf_rele_and_unlock+0x30f/0x660 [zfs] [Wed Aug 3 09:52:07 2022] dsl_pool_hold+0x2e/0x80 [zfs] [Wed Aug 3 09:52:07 2022] dmu_objset_hold_flags+0x38/0xd0 [zfs] [Wed Aug 3 09:52:07 2022] zfs_ioc_objset_stats+0x2f/0xa0 [zfs] [Wed Aug 3 09:52:07 2022] zfs_ioc_dataset_list_next+0x145/0x1a0 [zfs] [Wed Aug 3 09:52:07 2022] zfsdev_ioctl_common+0x5b5/0x830 [zfs] [Wed Aug 3 09:52:07 2022] ? kmalloc_large_node+0x37/0x60 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x213/0x2c0 [Wed Aug 3 09:52:07 2022] zfsdev_ioctl+0x4f/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] do_vfs_ioctl+0xa4/0x630 [Wed Aug 3 09:52:07 2022] ? handle_mm_fault+0xd6/0x200 [Wed Aug 3 09:52:07 2022] ksys_ioctl+0x60/0x90 [Wed Aug 3 09:52:07 2022] __x64_sys_ioctl+0x16/0x20 [Wed Aug 3 09:52:07 2022] do_syscall_64+0x53/0x110 [Wed Aug 3 09:52:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xa9 [Wed Aug 3 09:52:07 2022] RIP: 0033:0x7fb3a2a42427 [Wed Aug 3 09:52:07 2022] Code: Bad RIP value. [Wed Aug 3 09:52:07 2022] RSP: 002b:00007ffd7b026fd8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [Wed Aug 3 09:52:07 2022] RAX: ffffffffffffffda RBX: 00007ffd7b027040 RCX: 00007fb3a2a42427 [Wed Aug 3 09:52:07 2022] RDX: 00007ffd7b027040 RSI: 0000000000005a14 RDI: 0000000000000003 [Wed Aug 3 09:52:07 2022] RBP: 00007ffd7b027020 R08: 000000000003ffff R09: 000000000000007f [Wed Aug 3 09:52:07 2022] R10: 00005618a032e010 R11: 0000000000000246 R12: 00005618a037d670 [Wed Aug 3 09:52:07 2022] R13: 000056189f174f50 R14: 00005618a037d680 R15: 0000000000005a14 [Wed Aug 3 09:52:07 2022] INFO: task zfs:8350 blocked for more than 120 seconds. [Wed Aug 3 09:52:07 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:52:07 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:52:07 2022] zfs D 0 8350 8328 0x00000000 [Wed Aug 3 09:52:07 2022] Call Trace: [Wed Aug 3 09:52:07 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:52:07 2022] schedule+0x28/0x80 [Wed Aug 3 09:52:07 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:52:07 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:52:07 2022] spa_open_common+0x5f/0x4c0 [zfs] [Wed Aug 3 09:52:07 2022] ? entity_namecheck+0xc8/0x380 [zcommon] [Wed Aug 3 09:52:07 2022] pool_status_check.isra.24.part.25+0x2c/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] zfsdev_ioctl_common+0x588/0x830 [zfs] [Wed Aug 3 09:52:07 2022] ? kmalloc_large_node+0x37/0x60 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x213/0x2c0 [Wed Aug 3 09:52:07 2022] zfsdev_ioctl+0x4f/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] do_vfs_ioctl+0xa4/0x630 [Wed Aug 3 09:52:07 2022] ? handle_mm_fault+0xd6/0x200 [Wed Aug 3 09:52:07 2022] ksys_ioctl+0x60/0x90 [Wed Aug 3 09:52:07 2022] __x64_sys_ioctl+0x16/0x20 [Wed Aug 3 09:52:07 2022] do_syscall_64+0x53/0x110 [Wed Aug 3 09:52:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xa9 [Wed Aug 3 09:52:07 2022] RIP: 0033:0x7fa0333fc427 [Wed Aug 3 09:52:07 2022] Code: Bad RIP value. [Wed Aug 3 09:52:07 2022] RSP: 002b:00007ffe4aee2308 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [Wed Aug 3 09:52:07 2022] RAX: ffffffffffffffda RBX: 00007ffe4aee2370 RCX: 00007fa0333fc427 [Wed Aug 3 09:52:07 2022] RDX: 00007ffe4aee2370 RSI: 0000000000005a14 RDI: 0000000000000003 [Wed Aug 3 09:52:07 2022] RBP: 00007ffe4aee2350 R08: 000055cae89dd640 R09: 00007fa0334c7d30 [Wed Aug 3 09:52:07 2022] R10: 000055cae89b6010 R11: 0000000000000246 R12: 000055cae89cf6b0 [Wed Aug 3 09:52:07 2022] R13: 000055cae6af9a50 R14: 000055cae89cf6c0 R15: 0000000000005a14 [Wed Aug 3 09:52:07 2022] INFO: task zfs:12649 blocked for more than 120 seconds. [Wed Aug 3 09:52:07 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:52:07 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:52:07 2022] zfs D 0 12649 5040 0x00000000 [Wed Aug 3 09:52:07 2022] Call Trace: [Wed Aug 3 09:52:07 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:52:07 2022] schedule+0x28/0x80 [Wed Aug 3 09:52:07 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:52:07 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:52:07 2022] spa_open_common+0x5f/0x4c0 [zfs] [Wed Aug 3 09:52:07 2022] ? entity_namecheck+0xc8/0x380 [zcommon] [Wed Aug 3 09:52:07 2022] pool_status_check.isra.24.part.25+0x2c/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] zfsdev_ioctl_common+0x588/0x830 [zfs] [Wed Aug 3 09:52:07 2022] ? kmalloc_large_node+0x37/0x60 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x213/0x2c0 [Wed Aug 3 09:52:07 2022] zfsdev_ioctl+0x4f/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] do_vfs_ioctl+0xa4/0x630 [Wed Aug 3 09:52:07 2022] ? handle_mm_fault+0xd6/0x200 [Wed Aug 3 09:52:07 2022] ksys_ioctl+0x60/0x90 [Wed Aug 3 09:52:07 2022] __x64_sys_ioctl+0x16/0x20 [Wed Aug 3 09:52:07 2022] do_syscall_64+0x53/0x110 [Wed Aug 3 09:52:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xa9 [Wed Aug 3 09:52:07 2022] RIP: 0033:0x7f55959c0427 [Wed Aug 3 09:52:07 2022] Code: Bad RIP value. [Wed Aug 3 09:52:07 2022] RSP: 002b:00007ffde216ae08 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [Wed Aug 3 09:52:07 2022] RAX: ffffffffffffffda RBX: 00007ffde216ae70 RCX: 00007f55959c0427 [Wed Aug 3 09:52:07 2022] RDX: 00007ffde216ae70 RSI: 0000000000005a14 RDI: 0000000000000003 [Wed Aug 3 09:52:07 2022] RBP: 00007ffde216ae50 R08: 000000000003ffff R09: 00007f5595a8c0a0 [Wed Aug 3 09:52:07 2022] R10: 000056040ab91010 R11: 0000000000000246 R12: 000056040abdde90 [Wed Aug 3 09:52:07 2022] R13: 000056040a7efa50 R14: 000056040abddea0 R15: 0000000000005a14 [Wed Aug 3 09:52:07 2022] INFO: task zpool:18691 blocked for more than 120 seconds. [Wed Aug 3 09:52:07 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:52:07 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:52:07 2022] zpool D 0 18691 1 0x00000000 [Wed Aug 3 09:52:07 2022] Call Trace: [Wed Aug 3 09:52:07 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:52:07 2022] schedule+0x28/0x80 [Wed Aug 3 09:52:07 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:52:07 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:52:07 2022] spa_open_common+0x5f/0x4c0 [zfs] [Wed Aug 3 09:52:07 2022] spa_get_stats+0x4d/0x520 [zfs] [Wed Aug 3 09:52:07 2022] ? _cond_resched+0x15/0x30 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x1ea/0x2c0 [Wed Aug 3 09:52:07 2022] zfs_ioc_pool_stats+0x34/0x80 [zfs] [Wed Aug 3 09:52:07 2022] zfsdev_ioctl_common+0x5b5/0x830 [zfs] [Wed Aug 3 09:52:07 2022] ? kmalloc_large_node+0x37/0x60 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x213/0x2c0 [Wed Aug 3 09:52:07 2022] zfsdev_ioctl+0x4f/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] do_vfs_ioctl+0xa4/0x630 [Wed Aug 3 09:52:07 2022] ? handle_mm_fault+0xd6/0x200 [Wed Aug 3 09:52:07 2022] ksys_ioctl+0x60/0x90 [Wed Aug 3 09:52:07 2022] __x64_sys_ioctl+0x16/0x20 [Wed Aug 3 09:52:07 2022] do_syscall_64+0x53/0x110 [Wed Aug 3 09:52:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xa9 [Wed Aug 3 09:52:07 2022] RIP: 0033:0x7fdb5bd94427 [Wed Aug 3 09:52:07 2022] Code: Bad RIP value. [Wed Aug 3 09:52:07 2022] RSP: 002b:00007ffc7aaf3ae8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [Wed Aug 3 09:52:07 2022] RAX: ffffffffffffffda RBX: 00007ffc7aaf3b10 RCX: 00007fdb5bd94427 [Wed Aug 3 09:52:07 2022] RDX: 00007ffc7aaf3b10 RSI: 0000000000005a05 RDI: 0000000000000004 [Wed Aug 3 09:52:07 2022] RBP: 00007ffc7aaf7100 R08: 000056194b840fa0 R09: 00007fdb5be5fea0 [Wed Aug 3 09:52:07 2022] R10: 000056194b83d010 R11: 0000000000000246 R12: 000056194b840e50 [Wed Aug 3 09:52:07 2022] R13: 000056194b83d2e0 R14: 0000000000000000 R15: 00007ffc7aaf7114 [Wed Aug 3 09:52:07 2022] INFO: task zpool:19003 blocked for more than 120 seconds. [Wed Aug 3 09:52:07 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:52:07 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:52:07 2022] zpool D 0 19003 1 0x00000000 [Wed Aug 3 09:52:07 2022] Call Trace: [Wed Aug 3 09:52:07 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:52:07 2022] schedule+0x28/0x80 [Wed Aug 3 09:52:07 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:52:07 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:52:07 2022] spa_open_common+0x5f/0x4c0 [zfs] [Wed Aug 3 09:52:07 2022] spa_get_stats+0x4d/0x520 [zfs] [Wed Aug 3 09:52:07 2022] ? _cond_resched+0x15/0x30 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x1ea/0x2c0 [Wed Aug 3 09:52:07 2022] zfs_ioc_pool_stats+0x34/0x80 [zfs] [Wed Aug 3 09:52:07 2022] zfsdev_ioctl_common+0x5b5/0x830 [zfs] [Wed Aug 3 09:52:07 2022] ? kmalloc_large_node+0x37/0x60 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x213/0x2c0 [Wed Aug 3 09:52:07 2022] zfsdev_ioctl+0x4f/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] do_vfs_ioctl+0xa4/0x630 [Wed Aug 3 09:52:07 2022] ? handle_mm_fault+0xd6/0x200 [Wed Aug 3 09:52:07 2022] ksys_ioctl+0x60/0x90 [Wed Aug 3 09:52:07 2022] __x64_sys_ioctl+0x16/0x20 [Wed Aug 3 09:52:07 2022] do_syscall_64+0x53/0x110 [Wed Aug 3 09:52:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xa9 [Wed Aug 3 09:52:07 2022] RIP: 0033:0x7efc09320427 [Wed Aug 3 09:52:07 2022] Code: Bad RIP value. [Wed Aug 3 09:52:07 2022] RSP: 002b:00007ffcf1d594c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [Wed Aug 3 09:52:07 2022] RAX: ffffffffffffffda RBX: 00007ffcf1d594f0 RCX: 00007efc09320427 [Wed Aug 3 09:52:07 2022] RDX: 00007ffcf1d594f0 RSI: 0000000000005a05 RDI: 0000000000000004 [Wed Aug 3 09:52:07 2022] RBP: 00007ffcf1d5cae0 R08: 0000563ad85cefa0 R09: 00007efc093ebea0 [Wed Aug 3 09:52:07 2022] R10: 0000563ad85cb010 R11: 0000000000000246 R12: 0000563ad85cee50 [Wed Aug 3 09:52:07 2022] R13: 0000563ad85cb2e0 R14: 0000000000000000 R15: 00007ffcf1d5caf4 [Wed Aug 3 09:52:07 2022] INFO: task zpool:19632 blocked for more than 120 seconds. [Wed Aug 3 09:52:07 2022] Tainted: P W O 4.19.0-21-amd64 #1 Debian 4.19.208-3 [Wed Aug 3 09:52:07 2022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [Wed Aug 3 09:52:07 2022] zpool D 0 19632 1 0x00000000 [Wed Aug 3 09:52:07 2022] Call Trace: [Wed Aug 3 09:52:07 2022] __schedule+0x29f/0x840 [Wed Aug 3 09:52:07 2022] schedule+0x28/0x80 [Wed Aug 3 09:52:07 2022] schedule_preempt_disabled+0xa/0x10 [Wed Aug 3 09:52:07 2022] __mutex_lock.isra.8+0x286/0x470 [Wed Aug 3 09:52:07 2022] spa_open_common+0x5f/0x4c0 [zfs] [Wed Aug 3 09:52:07 2022] spa_get_stats+0x4d/0x520 [zfs] [Wed Aug 3 09:52:07 2022] ? _cond_resched+0x15/0x30 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x1ea/0x2c0 [Wed Aug 3 09:52:07 2022] zfs_ioc_pool_stats+0x34/0x80 [zfs] [Wed Aug 3 09:52:07 2022] zfsdev_ioctl_common+0x5b5/0x830 [zfs] [Wed Aug 3 09:52:07 2022] ? kmalloc_large_node+0x37/0x60 [Wed Aug 3 09:52:07 2022] ? __kmalloc_node+0x213/0x2c0 [Wed Aug 3 09:52:07 2022] zfsdev_ioctl+0x4f/0xe0 [zfs] [Wed Aug 3 09:52:07 2022] do_vfs_ioctl+0xa4/0x630 [Wed Aug 3 09:52:07 2022] ? handle_mm_fault+0xd6/0x200 [Wed Aug 3 09:52:07 2022] ksys_ioctl+0x60/0x90 [Wed Aug 3 09:52:07 2022] __x64_sys_ioctl+0x16/0x20 [Wed Aug 3 09:52:07 2022] do_syscall_64+0x53/0x110 [Wed Aug 3 09:52:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xa9 [Wed Aug 3 09:52:07 2022] RIP: 0033:0x7ff55303f427 [Wed Aug 3 09:52:07 2022] Code: Bad RIP value. [Wed Aug 3 09:52:07 2022] RSP: 002b:00007ffc99345b98 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [Wed Aug 3 09:52:07 2022] RAX: ffffffffffffffda RBX: 00007ffc99345bc0 RCX: 00007ff55303f427 [Wed Aug 3 09:52:07 2022] RDX: 00007ffc99345bc0 RSI: 0000000000005a05 RDI: 0000000000000004 [Wed Aug 3 09:52:07 2022] RBP: 00007ffc993491b0 R08: 000055e51079bfa0 R09: 00007ff55310aea0 [Wed Aug 3 09:52:07 2022] R10: 000055e510798010 R11: 0000000000000246 R12: 000055e51079be50 [Wed Aug 3 09:52:07 2022] R13: 000055e5107982e0 R14: 0000000000000000 R15: 00007ffc993491c4 ``` I've also attached the contents of `/proc/spl/kstat/zfs/dbgmsg`: [dbgmsg.txt](https://github.com/openzfs/zfs/files/9294779/dbgmsg.txt)
defect
hung zed and feed tasks during pool import on system information type version name distribution name debian derivative distribution version kernel version architecture openzfs version zfs zfs kmod describe the problem you re observing during pool import on some systems the import will take more than minutes and when the pool does eventually import filesystems are not automatically mounted as usual it seems to me like this is some kind of deadlock but due to the number of tasks involved i ve not been able to track down how it might be happening zpool status shows no irregularities describe how to reproduce the problem unfortunately i cannot easily reproduce the issue this has only happened on a single system which can t be interrupted to do more testing without a good bit of trouble however if anyone has ideas for how i might trigger this condition i can potentially arrange a test and of course i can test on other systems include any warning errors backtraces from the system logs dmesg output follows info task feed blocked for more than seconds tainted p w o debian echo proc sys kernel hung task timeout secs disables this message feed d call trace schedule schedule schedule preempt disabled mutex lock isra sigprocmask cv timedwait idle feed thread switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to switch to asm switch to asm wake up common remove vdev thread exit thread generic wrapper kthread kthread bind ret from fork info task feed blocked for more than seconds tainted p w o debian echo proc sys kernel hung task timeout secs disables this message feed d call trace schedule schedule schedule preempt disabled mutex lock isra sigprocmask cv timedwait idle feed thread switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to asm switch to switch to asm switch to asm wake up common remove vdev thread exit thread generic wrapper kthread kthread bind ret from fork info task zed blocked for more than seconds tainted p w o debian echo proc sys kernel hung task timeout secs disables this message zed d call trace schedule schedule schedule preempt disabled mutex lock isra call function single interrupt spa open common spa get stats cond resched kmalloc node zfs ioc pool stats zfsdev ioctl common kmalloc large node kmalloc node zfsdev ioctl do vfs ioctl handle mm fault ksys ioctl sys ioctl do syscall entry syscall after hwframe rip code bad rip value rsp eflags orig rax rax ffffffffffffffda rbx rcx rdx rsi rdi rbp info task node blocked for more than seconds tainted p w o debian echo proc sys kernel hung task timeout secs disables this message node d call trace schedule schedule schedule preempt disabled mutex lock isra spa open common spa get stats cond resched kmalloc node zfs ioc pool stats zfsdev ioctl common kmalloc large node kmalloc node zfsdev ioctl do vfs ioctl handle mm fault ksys ioctl sys ioctl do syscall entry syscall after hwframe rip code bad rip value rsp eflags orig rax rax ffffffffffffffda rbx rcx rdx rsi rdi rbp info task zfs blocked for more than seconds tainted p w o debian echo proc sys kernel hung task timeout secs disables this message zfs d call trace schedule rrw exit schedule schedule preempt disabled mutex lock isra spa open common dbuf rele and unlock dsl pool hold dmu objset hold flags zfs ioc objset stats zfs ioc dataset list next zfsdev ioctl common kmalloc large node kmalloc node zfsdev ioctl do vfs ioctl handle mm fault ksys ioctl sys ioctl do syscall entry syscall after hwframe rip code bad rip value rsp eflags orig rax rax ffffffffffffffda rbx rcx rdx rsi rdi rbp info task zfs blocked for more than seconds tainted p w o debian echo proc sys kernel hung task timeout secs disables this message zfs d call trace schedule schedule schedule preempt disabled mutex lock isra spa open common entity namecheck pool status check isra part zfsdev ioctl common kmalloc large node kmalloc node zfsdev ioctl do vfs ioctl handle mm fault ksys ioctl sys ioctl do syscall entry syscall after hwframe rip code bad rip value rsp eflags orig rax rax ffffffffffffffda rbx rcx rdx rsi rdi rbp info task zfs blocked for more than seconds tainted p w o debian echo proc sys kernel hung task timeout secs disables this message zfs d call trace schedule schedule schedule preempt disabled mutex lock isra spa open common entity namecheck pool status check isra part zfsdev ioctl common kmalloc large node kmalloc node zfsdev ioctl do vfs ioctl handle mm fault ksys ioctl sys ioctl do syscall entry syscall after hwframe rip code bad rip value rsp eflags orig rax rax ffffffffffffffda rbx rcx rdx rsi rdi rbp info task zpool blocked for more than seconds tainted p w o debian echo proc sys kernel hung task timeout secs disables this message zpool d call trace schedule schedule schedule preempt disabled mutex lock isra spa open common spa get stats cond resched kmalloc node zfs ioc pool stats zfsdev ioctl common kmalloc large node kmalloc node zfsdev ioctl do vfs ioctl handle mm fault ksys ioctl sys ioctl do syscall entry syscall after hwframe rip code bad rip value rsp eflags orig rax rax ffffffffffffffda rbx rcx rdx rsi rdi rbp info task zpool blocked for more than seconds tainted p w o debian echo proc sys kernel hung task timeout secs disables this message zpool d call trace schedule schedule schedule preempt disabled mutex lock isra spa open common spa get stats cond resched kmalloc node zfs ioc pool stats zfsdev ioctl common kmalloc large node kmalloc node zfsdev ioctl do vfs ioctl handle mm fault ksys ioctl sys ioctl do syscall entry syscall after hwframe rip code bad rip value rsp eflags orig rax rax ffffffffffffffda rbx rcx rdx rsi rdi rbp info task zpool blocked for more than seconds tainted p w o debian echo proc sys kernel hung task timeout secs disables this message zpool d call trace schedule schedule schedule preempt disabled mutex lock isra spa open common spa get stats cond resched kmalloc node zfs ioc pool stats zfsdev ioctl common kmalloc large node kmalloc node zfsdev ioctl do vfs ioctl handle mm fault ksys ioctl sys ioctl do syscall entry syscall after hwframe rip code bad rip value rsp eflags orig rax rax ffffffffffffffda rbx rcx rdx rsi rdi rbp i ve also attached the contents of proc spl kstat zfs dbgmsg
1
727,784
25,046,314,732
IssuesEvent
2022-11-05 09:43:33
Chatterino/chatterino2
https://api.github.com/repos/Chatterino/chatterino2
closed
Migrate /commercial command to Helix API
Platform: Twitch Priority: Medium Deprecation: Twitch IRC Commands hacktoberfest
As part of Twitch's announced deprecation of IRC-based commands ([see here for more info](https://discuss.dev.twitch.tv/t/deprecation-of-chat-commands-through-irc/40486), the `/commercial` command needs to be migrated to use the relevant Helix API endpoint. Helix API reference: https://dev.twitch.tv/docs/api/reference#start-commercial Split from #3956
1.0
Migrate /commercial command to Helix API - As part of Twitch's announced deprecation of IRC-based commands ([see here for more info](https://discuss.dev.twitch.tv/t/deprecation-of-chat-commands-through-irc/40486), the `/commercial` command needs to be migrated to use the relevant Helix API endpoint. Helix API reference: https://dev.twitch.tv/docs/api/reference#start-commercial Split from #3956
non_defect
migrate commercial command to helix api as part of twitch s announced deprecation of irc based commands the commercial command needs to be migrated to use the relevant helix api endpoint helix api reference split from
0
6,701
2,610,271,763
IssuesEvent
2015-02-26 19:26:57
chrsmith/scribefire-chrome
https://api.github.com/repos/chrsmith/scribefire-chrome
closed
Weebly Error
auto-migrated Priority-Medium Type-Defect
``` What's the problem? Its showing me an error when i am trying to add my weebly blog. (www.srujan7.weebly.com) What browser are you using? Chrome What version of ScribeFire are you running? The latest one ``` ----- Original issue reported on code.google.com by `srujanba...@gmail.com` on 12 Dec 2010 at 6:43
1.0
Weebly Error - ``` What's the problem? Its showing me an error when i am trying to add my weebly blog. (www.srujan7.weebly.com) What browser are you using? Chrome What version of ScribeFire are you running? The latest one ``` ----- Original issue reported on code.google.com by `srujanba...@gmail.com` on 12 Dec 2010 at 6:43
defect
weebly error what s the problem its showing me an error when i am trying to add my weebly blog what browser are you using chrome what version of scribefire are you running the latest one original issue reported on code google com by srujanba gmail com on dec at
1
34,604
7,457,816,874
IssuesEvent
2018-03-30 07:11:50
kerdokullamae/test_koik_issued
https://api.github.com/repos/kerdokullamae/test_koik_issued
closed
Vead teenusega muudatusettepaneku tegemisel
C: AVAR P: normal R: fixed T: defect
**Reported by eilika on 1 Jul 2014 08:44 UTC** Ticket #1111 parandamata vead: 1. p2. kui kü-le lisada andmeid (publikatsioonid, kasutatud allikas, lisakirjeldus lingid), siis muudatusettepanekus kuvatakse, et olemasolevad kustutatakse. 2. p3 ei salvestata registreerimise aega (<registredAt>). 3. p8.Määran ülesande id ning teen kü-le ettepaneku, kuigi antud kü ei ole ül-sse lisatud. 4. Test-is. Kui teenusega saadan muudatusettepanku keelte kohta, siis kü kaob muudatusettepanku plokk ära (http://opendata.test.raju.teepub/du/abf47d47dd11). <descriptionUnitLanguages> <descriptionUnitLanguage> <languageid>RU</languageid> <notation>kirjaviis2</notation> </descriptionUnitLanguage> </descriptionUnitLanguages> 5. enam ei saa saata säilikule muudatusettepankut- viga "nimistu puudub",kuigi kü-l on nimistu määratud: <prop:xProposalObjectTypeId>DESCRIPTION_UNIT</prop:xProposalObjectTypeId> <prop:objectId>757400</prop:objectId> <prop:objectPuri>http://opendata.test.raju.teepub/du/1f025dcd16dc</prop:objectPuri> <!--prop:taskId>6</prop:taskId--> <prop:notes>seosed</prop:notes> <prop:xProposalTypeId>FIELD_CHANGE</prop:xProposalTypeId> 6. Ei salvestata lingi viitenime <findingAidReferences> <reference> <referenceTypeId>URL</referenceTypeId> <referenceValue>www.google2.ee</referenceValue> <name>lingi nimi2</name> </reference> </findingAidReferences> 7. Teenusega saan saata arhivaalile korrastus, täienemine, archivalFileDirectoryId ja neid kuvatakse tooltipis, kuid arhivaali muutmisvaates neid ei ole. 8. testis- kui sisendis on <taskId> määratud, siis tooltipis ei kuva muudetud välju, ainult ettepanku märkust. 9. Kui sisendis on "seotud isikud" plokis id, mida ei eksisteeri, siis läheb kü leht ja muduatusettepanku leht katki "Impossible to access an attribute ("id") on a NULL variable ("") in DiraProposalBundle:Add/FieldChangeDetail/DescriptionUnit/CollectionTooltip:DescriptionUnitPeopleOwn.html.twig at line 16" 10. ei tööta valdkondade, ainese märksõnade ja kohtade kohta muudatusettepanku tegemine.
1.0
Vead teenusega muudatusettepaneku tegemisel - **Reported by eilika on 1 Jul 2014 08:44 UTC** Ticket #1111 parandamata vead: 1. p2. kui kü-le lisada andmeid (publikatsioonid, kasutatud allikas, lisakirjeldus lingid), siis muudatusettepanekus kuvatakse, et olemasolevad kustutatakse. 2. p3 ei salvestata registreerimise aega (<registredAt>). 3. p8.Määran ülesande id ning teen kü-le ettepaneku, kuigi antud kü ei ole ül-sse lisatud. 4. Test-is. Kui teenusega saadan muudatusettepanku keelte kohta, siis kü kaob muudatusettepanku plokk ära (http://opendata.test.raju.teepub/du/abf47d47dd11). <descriptionUnitLanguages> <descriptionUnitLanguage> <languageid>RU</languageid> <notation>kirjaviis2</notation> </descriptionUnitLanguage> </descriptionUnitLanguages> 5. enam ei saa saata säilikule muudatusettepankut- viga "nimistu puudub",kuigi kü-l on nimistu määratud: <prop:xProposalObjectTypeId>DESCRIPTION_UNIT</prop:xProposalObjectTypeId> <prop:objectId>757400</prop:objectId> <prop:objectPuri>http://opendata.test.raju.teepub/du/1f025dcd16dc</prop:objectPuri> <!--prop:taskId>6</prop:taskId--> <prop:notes>seosed</prop:notes> <prop:xProposalTypeId>FIELD_CHANGE</prop:xProposalTypeId> 6. Ei salvestata lingi viitenime <findingAidReferences> <reference> <referenceTypeId>URL</referenceTypeId> <referenceValue>www.google2.ee</referenceValue> <name>lingi nimi2</name> </reference> </findingAidReferences> 7. Teenusega saan saata arhivaalile korrastus, täienemine, archivalFileDirectoryId ja neid kuvatakse tooltipis, kuid arhivaali muutmisvaates neid ei ole. 8. testis- kui sisendis on <taskId> määratud, siis tooltipis ei kuva muudetud välju, ainult ettepanku märkust. 9. Kui sisendis on "seotud isikud" plokis id, mida ei eksisteeri, siis läheb kü leht ja muduatusettepanku leht katki "Impossible to access an attribute ("id") on a NULL variable ("") in DiraProposalBundle:Add/FieldChangeDetail/DescriptionUnit/CollectionTooltip:DescriptionUnitPeopleOwn.html.twig at line 16" 10. ei tööta valdkondade, ainese märksõnade ja kohtade kohta muudatusettepanku tegemine.
defect
vead teenusega muudatusettepaneku tegemisel reported by eilika on jul utc ticket parandamata vead kui kü le lisada andmeid publikatsioonid kasutatud allikas lisakirjeldus lingid siis muudatusettepanekus kuvatakse et olemasolevad kustutatakse ei salvestata registreerimise aega määran ülesande id ning teen kü le ettepaneku kuigi antud kü ei ole ül sse lisatud test is kui teenusega saadan muudatusettepanku keelte kohta siis kü kaob muudatusettepanku plokk ära ru enam ei saa saata säilikule muudatusettepankut viga nimistu puudub kuigi kü l on nimistu määratud description unit seosed field change ei salvestata lingi viitenime url lingi teenusega saan saata arhivaalile korrastus täienemine archivalfiledirectoryid ja neid kuvatakse tooltipis kuid arhivaali muutmisvaates neid ei ole testis kui sisendis on määratud siis tooltipis ei kuva muudetud välju ainult ettepanku märkust kui sisendis on seotud isikud plokis id mida ei eksisteeri siis läheb kü leht ja muduatusettepanku leht katki impossible to access an attribute id on a null variable in diraproposalbundle add fieldchangedetail descriptionunit collectiontooltip descriptionunitpeopleown html twig at line ei tööta valdkondade ainese märksõnade ja kohtade kohta muudatusettepanku tegemine
1
69,671
22,603,163,143
IssuesEvent
2022-06-29 10:57:28
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Long displayName can overflow from the reply preview on the new message composer
T-Defect X-Blocked S-Tolerable A-Composer O-Uncommon Team: Delight
### Steps to reproduce 1. Create a test user whose display name is long 2. Send something from the user 3. Reply to the message from the main account ### Outcome #### What did you expect? The display name should not overflow. ![after](https://user-images.githubusercontent.com/3362943/172781835-acc40051-1425-454e-9744-c16818380081.png) #### What happened instead? It overflows. ![before](https://user-images.githubusercontent.com/3362943/172781886-6926b49f-afc3-46fd-9227-b9f1846a0d83.png) ### Operating system Debian ### Browser information Firefox ESR 99 ### URL for webapp localhost ### Application version develop branch ### Homeserver _No response_ ### Will you send logs? No
1.0
Long displayName can overflow from the reply preview on the new message composer - ### Steps to reproduce 1. Create a test user whose display name is long 2. Send something from the user 3. Reply to the message from the main account ### Outcome #### What did you expect? The display name should not overflow. ![after](https://user-images.githubusercontent.com/3362943/172781835-acc40051-1425-454e-9744-c16818380081.png) #### What happened instead? It overflows. ![before](https://user-images.githubusercontent.com/3362943/172781886-6926b49f-afc3-46fd-9227-b9f1846a0d83.png) ### Operating system Debian ### Browser information Firefox ESR 99 ### URL for webapp localhost ### Application version develop branch ### Homeserver _No response_ ### Will you send logs? No
defect
long displayname can overflow from the reply preview on the new message composer steps to reproduce create a test user whose display name is long send something from the user reply to the message from the main account outcome what did you expect the display name should not overflow what happened instead it overflows operating system debian browser information firefox esr url for webapp localhost application version develop branch homeserver no response will you send logs no
1
46,903
13,055,999,975
IssuesEvent
2020-07-30 03:21:07
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
cmake - blas/lapack detection cant find atlas on SL6 (Trac #2113)
Incomplete Migration Migrated from Trac analysis defect
Migrated from https://code.icecube.wisc.edu/ticket/2113 ```json { "status": "closed", "changetime": "2019-03-28T13:51:50", "description": "", "reporter": "nega", "cc": "", "resolution": "fixed", "_ts": "1553781110905382", "component": "analysis", "summary": "cmake - blas/lapack detection cant find atlas on SL6", "priority": "normal", "keywords": "", "time": "2017-11-16T18:19:08", "milestone": "Vernal Equinox 2019", "owner": "nega", "type": "defect" } ```
1.0
cmake - blas/lapack detection cant find atlas on SL6 (Trac #2113) - Migrated from https://code.icecube.wisc.edu/ticket/2113 ```json { "status": "closed", "changetime": "2019-03-28T13:51:50", "description": "", "reporter": "nega", "cc": "", "resolution": "fixed", "_ts": "1553781110905382", "component": "analysis", "summary": "cmake - blas/lapack detection cant find atlas on SL6", "priority": "normal", "keywords": "", "time": "2017-11-16T18:19:08", "milestone": "Vernal Equinox 2019", "owner": "nega", "type": "defect" } ```
defect
cmake blas lapack detection cant find atlas on trac migrated from json status closed changetime description reporter nega cc resolution fixed ts component analysis summary cmake blas lapack detection cant find atlas on priority normal keywords time milestone vernal equinox owner nega type defect
1
711,287
24,456,878,484
IssuesEvent
2022-10-07 07:38:17
anarchyincubator/eggslist-frontend
https://api.github.com/repos/anarchyincubator/eggslist-frontend
closed
Store location in store
Priority 1
Remove city cookies and let the frontend request city every time it needs it.
1.0
Store location in store - Remove city cookies and let the frontend request city every time it needs it.
non_defect
store location in store remove city cookies and let the frontend request city every time it needs it
0
43,861
7,083,434,182
IssuesEvent
2018-01-11 00:19:13
discordapp/discord-api-docs
https://api.github.com/repos/discordapp/discord-api-docs
closed
Gateway close codes in a weird location
documentation needed
There is a dedicated topic for [response codes](https://discordapp.com/developers/docs/topics/response-codes) which includes error codes for REST requests. Currently the close codes for the main gateway are documented under [disconnections](https://discordapp.com/developers/docs/topics/gateway#disconnections) in the gateway docs. This section is not listed in the navbar and not as easy to locate when looking specifically for these codes. My suggestion is to either link this from the response codes page or move them out to the response codes page to have a central page dedicated to this type of information. Same applies to voice gateway [close codes](https://discordapp.com/developers/docs/topics/voice-connections#voice-events-voice-close-event-codes) however this is easier to find.
1.0
Gateway close codes in a weird location - There is a dedicated topic for [response codes](https://discordapp.com/developers/docs/topics/response-codes) which includes error codes for REST requests. Currently the close codes for the main gateway are documented under [disconnections](https://discordapp.com/developers/docs/topics/gateway#disconnections) in the gateway docs. This section is not listed in the navbar and not as easy to locate when looking specifically for these codes. My suggestion is to either link this from the response codes page or move them out to the response codes page to have a central page dedicated to this type of information. Same applies to voice gateway [close codes](https://discordapp.com/developers/docs/topics/voice-connections#voice-events-voice-close-event-codes) however this is easier to find.
non_defect
gateway close codes in a weird location there is a dedicated topic for which includes error codes for rest requests currently the close codes for the main gateway are documented under in the gateway docs this section is not listed in the navbar and not as easy to locate when looking specifically for these codes my suggestion is to either link this from the response codes page or move them out to the response codes page to have a central page dedicated to this type of information same applies to voice gateway however this is easier to find
0
232,010
17,768,244,924
IssuesEvent
2021-08-30 10:19:01
ConsenSys/quorum-key-manager
https://api.github.com/repos/ConsenSys/quorum-key-manager
opened
Organize and write QKM documentation
T: Documentation
## Expected output - [ ] Index Doc - [ ] Authorization + Authentication, including flags - [ ] API - [ ] Audit - [ ] Manifests
1.0
Organize and write QKM documentation - ## Expected output - [ ] Index Doc - [ ] Authorization + Authentication, including flags - [ ] API - [ ] Audit - [ ] Manifests
non_defect
organize and write qkm documentation expected output index doc authorization authentication including flags api audit manifests
0
32,930
6,970,661,899
IssuesEvent
2017-12-11 11:06:33
phingofficial/phing
https://api.github.com/repos/phingofficial/phing
closed
Can't install dev-master version using Composer
defect
I have the following `composer.json`: ``` { "require-dev": { "phing/phing" : "dev-master" } } ``` Running `composer install` I get: Your requirements could not be resolved to an installable set of packages. ``` Problem 1 - Installation request for phing/phing dev-master -> satisfiable by phing/phing[dev-master]. - phing/phing dev-master requires phpdocumentor/parallel master@dev -> no matching package found. ``` I believe the reason is the following commit: 97532911e70c0a87ddc452648a40dced861b2b3b
1.0
Can't install dev-master version using Composer - I have the following `composer.json`: ``` { "require-dev": { "phing/phing" : "dev-master" } } ``` Running `composer install` I get: Your requirements could not be resolved to an installable set of packages. ``` Problem 1 - Installation request for phing/phing dev-master -> satisfiable by phing/phing[dev-master]. - phing/phing dev-master requires phpdocumentor/parallel master@dev -> no matching package found. ``` I believe the reason is the following commit: 97532911e70c0a87ddc452648a40dced861b2b3b
defect
can t install dev master version using composer i have the following composer json require dev phing phing dev master running composer install i get your requirements could not be resolved to an installable set of packages problem installation request for phing phing dev master satisfiable by phing phing phing phing dev master requires phpdocumentor parallel master dev no matching package found i believe the reason is the following commit
1
78,086
27,315,937,359
IssuesEvent
2023-02-24 15:41:54
vector-im/element-x-ios
https://api.github.com/repos/vector-im/element-x-ios
opened
Log in screen adjustments
T-Defect
### Steps to reproduce There are some adjustments needed for the log in screen: 1. Padding increased from 'Welcome back!' to the back button 2. When matrix.org is the server, we need to add 'The world's largest free server' below it as in the designs: https://www.figma.com/file/0MMNu7cTOzLOlWb7ctTkv3/Element-X-(new)?node-id=6%3A7516&t=tl952FbJDyf4QCOx-1 For the server page: 1. Padding needs to be checked for the distance from the server icon to the back arrow 2. Copy changes to just 'what is the address of your server' - I've updated the designs to match: https://www.figma.com/file/0MMNu7cTOzLOlWb7ctTkv3/Element-X-(new)?node-id=6%3A8489&t=tl952FbJDyf4QCOx-1 ### Outcome See above for design links ### Your phone model _No response_ ### Operating system version _No response_ ### Application version _No response_ ### Homeserver _No response_ ### Will you send logs? Yes
1.0
Log in screen adjustments - ### Steps to reproduce There are some adjustments needed for the log in screen: 1. Padding increased from 'Welcome back!' to the back button 2. When matrix.org is the server, we need to add 'The world's largest free server' below it as in the designs: https://www.figma.com/file/0MMNu7cTOzLOlWb7ctTkv3/Element-X-(new)?node-id=6%3A7516&t=tl952FbJDyf4QCOx-1 For the server page: 1. Padding needs to be checked for the distance from the server icon to the back arrow 2. Copy changes to just 'what is the address of your server' - I've updated the designs to match: https://www.figma.com/file/0MMNu7cTOzLOlWb7ctTkv3/Element-X-(new)?node-id=6%3A8489&t=tl952FbJDyf4QCOx-1 ### Outcome See above for design links ### Your phone model _No response_ ### Operating system version _No response_ ### Application version _No response_ ### Homeserver _No response_ ### Will you send logs? Yes
defect
log in screen adjustments steps to reproduce there are some adjustments needed for the log in screen padding increased from welcome back to the back button when matrix org is the server we need to add the world s largest free server below it as in the designs for the server page padding needs to be checked for the distance from the server icon to the back arrow copy changes to just what is the address of your server i ve updated the designs to match outcome see above for design links your phone model no response operating system version no response application version no response homeserver no response will you send logs yes
1
229,169
18,286,649,699
IssuesEvent
2021-10-05 11:03:32
DILCISBoard/eark-ip-test-corpus
https://api.github.com/repos/DILCISBoard/eark-ip-test-corpus
closed
CSIP15 Test Case Description
test case
**Specification:** - **Name:** E-ARK CSIP - **Version:** 2.0-DRAFT - **URL:** http://earkcsip.dilcis.eu/ **Requirement:** - **Id:** CSIP15 - **Link:** http://earkcsip.dilcis.eu/#CSIP15 **Error Level:** ERROR **Description:** CSIP15 | Agent additional information metsHdr/agent/note | The mandatory agent has a note providing the version information for the tool which was used to create the IP. | 1..1 MUST -- | -- | -- | --
1.0
CSIP15 Test Case Description - **Specification:** - **Name:** E-ARK CSIP - **Version:** 2.0-DRAFT - **URL:** http://earkcsip.dilcis.eu/ **Requirement:** - **Id:** CSIP15 - **Link:** http://earkcsip.dilcis.eu/#CSIP15 **Error Level:** ERROR **Description:** CSIP15 | Agent additional information metsHdr/agent/note | The mandatory agent has a note providing the version information for the tool which was used to create the IP. | 1..1 MUST -- | -- | -- | --
non_defect
test case description specification name e ark csip version draft url requirement id link error level error description agent additional information metshdr agent note the mandatory agent has a note providing the version information for the tool which was used to create the ip must
0
604,891
18,720,592,370
IssuesEvent
2021-11-03 11:18:53
inbo/vespa-watch
https://api.github.com/repos/inbo/vespa-watch
closed
Create 3 new URLS for CSV export of: nests / observations / management actions
may 21 priority
Notes: - only public data (NO CONTACT information) - @peterdesmet mentioned: "daily update" during the meeting. I guess it can also be dynamically generated (real-time update)? That would be easier to implement.
1.0
Create 3 new URLS for CSV export of: nests / observations / management actions - Notes: - only public data (NO CONTACT information) - @peterdesmet mentioned: "daily update" during the meeting. I guess it can also be dynamically generated (real-time update)? That would be easier to implement.
non_defect
create new urls for csv export of nests observations management actions notes only public data no contact information peterdesmet mentioned daily update during the meeting i guess it can also be dynamically generated real time update that would be easier to implement
0
50,186
13,187,369,018
IssuesEvent
2020-08-13 03:11:38
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
trigger-sim seg fault on gpu (Trac #277)
Migrated from Trac combo simulation defect
Running simulation release V02-06-00 on cuda001, a gpu in the npx3 cluster, I keep getting a seg fault that stops the job and spits out an error file. The error file can be found at: /net/user/gladstone/icetray/simulation/scripts/hs_err_pid20058.log That file claims the problem is in trigger-sim, so here's some info on the version of trigger-sim I'm running: Path: trigger-sim URL: http://code.icecube.wisc.edu/svn/projects/trigger-sim/releases/V05-00-06 Repository Root: http://code.icecube.wisc.edu/svn Repository UUID: 16731396-06f5-0310-8873-f7f720988828 Revision: 75041 Node Kind: directory Schedule: normal Last Changed Author: olivas Last Changed Rev: 74766 Last Changed Date: 2011-05-06 12:08:07 -0500 (Fri, 06 May 2011) <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/277 , reported by gladstone and owned by olivas_</summary> <p> ```json { "status": "closed", "changetime": "2012-02-29T05:43:34", "description": "Running simulation release V02-06-00 on cuda001, a gpu in the npx3 cluster, I keep getting a seg fault that stops the job and spits out an error file. The error file can be found at:\n/net/user/gladstone/icetray/simulation/scripts/hs_err_pid20058.log\n\nThat file claims the problem is in trigger-sim, so here's some info on the version of trigger-sim I'm running: \n\nPath: trigger-sim\nURL: http://code.icecube.wisc.edu/svn/projects/trigger-sim/releases/V05-00-06\nRepository Root: http://code.icecube.wisc.edu/svn\nRepository UUID: 16731396-06f5-0310-8873-f7f720988828\nRevision: 75041\nNode Kind: directory\nSchedule: normal\nLast Changed Author: olivas\nLast Changed Rev: 74766\nLast Changed Date: 2011-05-06 12:08:07 -0500 (Fri, 06 May 2011)\n", "reporter": "gladstone", "cc": "", "resolution": "wontfix", "_ts": "1330494214000000", "component": "combo simulation", "summary": "trigger-sim seg fault on gpu", "priority": "normal", "keywords": "", "time": "2011-06-02T21:43:11", "milestone": "", "owner": "olivas", "type": "defect" } ``` </p> </details>
1.0
trigger-sim seg fault on gpu (Trac #277) - Running simulation release V02-06-00 on cuda001, a gpu in the npx3 cluster, I keep getting a seg fault that stops the job and spits out an error file. The error file can be found at: /net/user/gladstone/icetray/simulation/scripts/hs_err_pid20058.log That file claims the problem is in trigger-sim, so here's some info on the version of trigger-sim I'm running: Path: trigger-sim URL: http://code.icecube.wisc.edu/svn/projects/trigger-sim/releases/V05-00-06 Repository Root: http://code.icecube.wisc.edu/svn Repository UUID: 16731396-06f5-0310-8873-f7f720988828 Revision: 75041 Node Kind: directory Schedule: normal Last Changed Author: olivas Last Changed Rev: 74766 Last Changed Date: 2011-05-06 12:08:07 -0500 (Fri, 06 May 2011) <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/277 , reported by gladstone and owned by olivas_</summary> <p> ```json { "status": "closed", "changetime": "2012-02-29T05:43:34", "description": "Running simulation release V02-06-00 on cuda001, a gpu in the npx3 cluster, I keep getting a seg fault that stops the job and spits out an error file. The error file can be found at:\n/net/user/gladstone/icetray/simulation/scripts/hs_err_pid20058.log\n\nThat file claims the problem is in trigger-sim, so here's some info on the version of trigger-sim I'm running: \n\nPath: trigger-sim\nURL: http://code.icecube.wisc.edu/svn/projects/trigger-sim/releases/V05-00-06\nRepository Root: http://code.icecube.wisc.edu/svn\nRepository UUID: 16731396-06f5-0310-8873-f7f720988828\nRevision: 75041\nNode Kind: directory\nSchedule: normal\nLast Changed Author: olivas\nLast Changed Rev: 74766\nLast Changed Date: 2011-05-06 12:08:07 -0500 (Fri, 06 May 2011)\n", "reporter": "gladstone", "cc": "", "resolution": "wontfix", "_ts": "1330494214000000", "component": "combo simulation", "summary": "trigger-sim seg fault on gpu", "priority": "normal", "keywords": "", "time": "2011-06-02T21:43:11", "milestone": "", "owner": "olivas", "type": "defect" } ``` </p> </details>
defect
trigger sim seg fault on gpu trac running simulation release on a gpu in the cluster i keep getting a seg fault that stops the job and spits out an error file the error file can be found at net user gladstone icetray simulation scripts hs err log that file claims the problem is in trigger sim so here s some info on the version of trigger sim i m running path trigger sim url repository root repository uuid revision node kind directory schedule normal last changed author olivas last changed rev last changed date fri may migrated from reported by gladstone and owned by olivas json status closed changetime description running simulation release on a gpu in the cluster i keep getting a seg fault that stops the job and spits out an error file the error file can be found at n net user gladstone icetray simulation scripts hs err log n nthat file claims the problem is in trigger sim so here s some info on the version of trigger sim i m running n npath trigger sim nurl root uuid nrevision nnode kind directory nschedule normal nlast changed author olivas nlast changed rev nlast changed date fri may n reporter gladstone cc resolution wontfix ts component combo simulation summary trigger sim seg fault on gpu priority normal keywords time milestone owner olivas type defect
1
31,728
6,608,307,744
IssuesEvent
2017-09-19 10:26:36
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Timestamps with zone ids cannot be read
C: Functionality P: Low R: Worksforme T: Defect
### Expected behavior and actual behavior: When reading a timestamp column from [presto](https://prestodb.io/), we would expect to get a `Field` with the data type `SQLDataType.TIMESTAMP`. Instead, we get the following exception: ```` java.time.format.DateTimeParseException: Text '2017-05-24T00:00:00.000 UTC' could not be parsed at index 23 at java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:1949) at java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1851) at java.time.OffsetDateTime.parse(OffsetDateTime.java:402) at java.time.OffsetDateTime.parse(OffsetDateTime.java:387) at org.jooq.impl.DefaultBinding.offsetDateTime(DefaultBinding.java:1522) at org.jooq.impl.DefaultBinding.get(DefaultBinding.java:1362) at org.jooq.impl.CursorImpl$CursorIterator$CursorRecordInitialiser.setValue(CursorImpl.java:1640) at org.jooq.impl.CursorImpl$CursorIterator$CursorRecordInitialiser.operate(CursorImpl.java:1611) at org.jooq.impl.CursorImpl$CursorIterator$CursorRecordInitialiser.operate(CursorImpl.java:1576) at org.jooq.impl.RecordDelegate.operate(RecordDelegate.java:128) at org.jooq.impl.CursorImpl$CursorIterator.fetchOne(CursorImpl.java:1540) at org.jooq.impl.CursorImpl$CursorIterator.hasNext(CursorImpl.java:1507) ```` Note that our application architecture does not allow to use the ORM features of jOOQ, we simply use `DSL.using(connection, SETTINGS).fetchLazy(query)`. ### Steps to reproduce the problem: Using a stock presto installation, issue the following query: ````sql SELECT parse_datetime('2017-05-24 00:00:00;+00:00','yyyy-MM-dd HH:mm:ss;ZZ') AS some_timestamp; ```` When issuing the statement above against the presto CLI, one gets the following result: ```` some_timestamp ----------------------------- 2017-05-24 00:00:00.000 UTC (1 row) Query 20170915_100202_00235_ry3mj, FINISHED, 1 node Splits: 3 total, 3 done (100.00%) 0:00 [0 rows, 0B] [0 rows/s, 0B/s] ```` ### Versions: - jOOQ: 3.8.3 - Database (include vendor): prestodb 0.150 - JDBC Driver (include name if inofficial driver): prestodb 0.150
1.0
Timestamps with zone ids cannot be read - ### Expected behavior and actual behavior: When reading a timestamp column from [presto](https://prestodb.io/), we would expect to get a `Field` with the data type `SQLDataType.TIMESTAMP`. Instead, we get the following exception: ```` java.time.format.DateTimeParseException: Text '2017-05-24T00:00:00.000 UTC' could not be parsed at index 23 at java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:1949) at java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1851) at java.time.OffsetDateTime.parse(OffsetDateTime.java:402) at java.time.OffsetDateTime.parse(OffsetDateTime.java:387) at org.jooq.impl.DefaultBinding.offsetDateTime(DefaultBinding.java:1522) at org.jooq.impl.DefaultBinding.get(DefaultBinding.java:1362) at org.jooq.impl.CursorImpl$CursorIterator$CursorRecordInitialiser.setValue(CursorImpl.java:1640) at org.jooq.impl.CursorImpl$CursorIterator$CursorRecordInitialiser.operate(CursorImpl.java:1611) at org.jooq.impl.CursorImpl$CursorIterator$CursorRecordInitialiser.operate(CursorImpl.java:1576) at org.jooq.impl.RecordDelegate.operate(RecordDelegate.java:128) at org.jooq.impl.CursorImpl$CursorIterator.fetchOne(CursorImpl.java:1540) at org.jooq.impl.CursorImpl$CursorIterator.hasNext(CursorImpl.java:1507) ```` Note that our application architecture does not allow to use the ORM features of jOOQ, we simply use `DSL.using(connection, SETTINGS).fetchLazy(query)`. ### Steps to reproduce the problem: Using a stock presto installation, issue the following query: ````sql SELECT parse_datetime('2017-05-24 00:00:00;+00:00','yyyy-MM-dd HH:mm:ss;ZZ') AS some_timestamp; ```` When issuing the statement above against the presto CLI, one gets the following result: ```` some_timestamp ----------------------------- 2017-05-24 00:00:00.000 UTC (1 row) Query 20170915_100202_00235_ry3mj, FINISHED, 1 node Splits: 3 total, 3 done (100.00%) 0:00 [0 rows, 0B] [0 rows/s, 0B/s] ```` ### Versions: - jOOQ: 3.8.3 - Database (include vendor): prestodb 0.150 - JDBC Driver (include name if inofficial driver): prestodb 0.150
defect
timestamps with zone ids cannot be read expected behavior and actual behavior when reading a timestamp column from we would expect to get a field with the data type sqldatatype timestamp instead we get the following exception java time format datetimeparseexception text utc could not be parsed at index at java time format datetimeformatter datetimeformatter java at java time format datetimeformatter parse datetimeformatter java at java time offsetdatetime parse offsetdatetime java at java time offsetdatetime parse offsetdatetime java at org jooq impl defaultbinding offsetdatetime defaultbinding java at org jooq impl defaultbinding get defaultbinding java at org jooq impl cursorimpl cursoriterator cursorrecordinitialiser setvalue cursorimpl java at org jooq impl cursorimpl cursoriterator cursorrecordinitialiser operate cursorimpl java at org jooq impl cursorimpl cursoriterator cursorrecordinitialiser operate cursorimpl java at org jooq impl recorddelegate operate recorddelegate java at org jooq impl cursorimpl cursoriterator fetchone cursorimpl java at org jooq impl cursorimpl cursoriterator hasnext cursorimpl java note that our application architecture does not allow to use the orm features of jooq we simply use dsl using connection settings fetchlazy query steps to reproduce the problem using a stock presto installation issue the following query sql select parse datetime yyyy mm dd hh mm ss zz as some timestamp when issuing the statement above against the presto cli one gets the following result some timestamp utc row query finished node splits total done versions jooq database include vendor prestodb jdbc driver include name if inofficial driver prestodb
1
6,086
8,948,425,063
IssuesEvent
2019-01-25 02:19:44
bisq-network/bisq
https://api.github.com/repos/bisq-network/bisq
closed
Add new P2P message in trade process to report errors to the peer
in:trade-process was:dropped
Related to https://github.com/bisq-network/exchange/issues/1044 it would help to find out the cause of errors if the peer sends a P2P message to the trade peer in the trade process so he get informed why the peer stopped responding. Currently if an error occurs the peers stops the protocol but do not send any message to the peer.
1.0
Add new P2P message in trade process to report errors to the peer - Related to https://github.com/bisq-network/exchange/issues/1044 it would help to find out the cause of errors if the peer sends a P2P message to the trade peer in the trade process so he get informed why the peer stopped responding. Currently if an error occurs the peers stops the protocol but do not send any message to the peer.
non_defect
add new message in trade process to report errors to the peer related to it would help to find out the cause of errors if the peer sends a message to the trade peer in the trade process so he get informed why the peer stopped responding currently if an error occurs the peers stops the protocol but do not send any message to the peer
0
19,080
3,134,990,019
IssuesEvent
2015-09-10 13:21:51
contao/core
https://api.github.com/repos/contao/core
closed
Keine Fehlermeldung bei falschem Login durch Seitencache
defect up for discussion
Wenn man bei Contao (getestet in 3.4.5 und in der Demo mit 3.5.2) für eine Seite, die ein Loginmodul enthält den Seitencache aktiviert (z.B. 6h) und dann **falsche** (keine leeren) Daten in dieses Loginmodul eingibt, wird nach dem Absenden des Loginformulars keine Fehlermeldung mehr angezeigt, da die Seite aus dem Cache geladen wird. Das liegt daran, dass Contao die Fehlermeldung bei falschen Nutzernamen/Passwort über die Funktion `\Message::addError($GLOBALS['TL_LANG']['ERR']['invalidLogin']);` ([User.php](https://github.com/contao/core/blob/d11b2257e9a9c2b9b5daadb383298782f3a065d0/system/modules/core/library/Contao/User.php#L343)) in der Session `$_SESSION['TL_ERROR']` gespeichert wird und nicht wie z.B. bei leerer Eingabe ([ModuleLogin.php](https://github.com/contao/core/blob/d11b2257e9a9c2b9b5daadb383298782f3a065d0/system/modules/core/modules/ModuleLogin.php#L62)) in der Session `$_SESSION['LOGIN_ERROR']`. Nach der Weiterleitung wandelt [ModuleLogin.php](https://github.com/contao/core/blob/d11b2257e9a9c2b9b5daadb383298782f3a065d0/system/modules/core/modules/ModuleLogin.php#L196) die Fehlermeldung aus `$_SESSION['TL_ERROR']` in einen `LOGIN_ERROR` um. Dazu kommt es allerdings bei aktiviertem Seitencache erst gar nicht, da bei der Überprüfung, ob die Seite aus dem Cache geladen werden könnte in der [FrontendIndex.php](https://github.com/contao/core/blob/6f5d80a36de35f31a90f232470d892e02d409fa1/system/modules/core/controllers/FrontendIndex.php#L295) nur überprüft wird, ob ein `LOGIN_ERROR` existiert. Die Fehlermeldung müsste also direkt in `$_SESSION['LOGIN_ERROR']` gespeichert werden oder vor der Weiterleitung von `TL_ERROR` in `LOGIN_ERROR` umgewandelt werden. Alternativ könnte natürlich auch `TL_ERROR` bei der Cache Überprüfung berücksichtigt werden.
1.0
Keine Fehlermeldung bei falschem Login durch Seitencache - Wenn man bei Contao (getestet in 3.4.5 und in der Demo mit 3.5.2) für eine Seite, die ein Loginmodul enthält den Seitencache aktiviert (z.B. 6h) und dann **falsche** (keine leeren) Daten in dieses Loginmodul eingibt, wird nach dem Absenden des Loginformulars keine Fehlermeldung mehr angezeigt, da die Seite aus dem Cache geladen wird. Das liegt daran, dass Contao die Fehlermeldung bei falschen Nutzernamen/Passwort über die Funktion `\Message::addError($GLOBALS['TL_LANG']['ERR']['invalidLogin']);` ([User.php](https://github.com/contao/core/blob/d11b2257e9a9c2b9b5daadb383298782f3a065d0/system/modules/core/library/Contao/User.php#L343)) in der Session `$_SESSION['TL_ERROR']` gespeichert wird und nicht wie z.B. bei leerer Eingabe ([ModuleLogin.php](https://github.com/contao/core/blob/d11b2257e9a9c2b9b5daadb383298782f3a065d0/system/modules/core/modules/ModuleLogin.php#L62)) in der Session `$_SESSION['LOGIN_ERROR']`. Nach der Weiterleitung wandelt [ModuleLogin.php](https://github.com/contao/core/blob/d11b2257e9a9c2b9b5daadb383298782f3a065d0/system/modules/core/modules/ModuleLogin.php#L196) die Fehlermeldung aus `$_SESSION['TL_ERROR']` in einen `LOGIN_ERROR` um. Dazu kommt es allerdings bei aktiviertem Seitencache erst gar nicht, da bei der Überprüfung, ob die Seite aus dem Cache geladen werden könnte in der [FrontendIndex.php](https://github.com/contao/core/blob/6f5d80a36de35f31a90f232470d892e02d409fa1/system/modules/core/controllers/FrontendIndex.php#L295) nur überprüft wird, ob ein `LOGIN_ERROR` existiert. Die Fehlermeldung müsste also direkt in `$_SESSION['LOGIN_ERROR']` gespeichert werden oder vor der Weiterleitung von `TL_ERROR` in `LOGIN_ERROR` umgewandelt werden. Alternativ könnte natürlich auch `TL_ERROR` bei der Cache Überprüfung berücksichtigt werden.
defect
keine fehlermeldung bei falschem login durch seitencache wenn man bei contao getestet in und in der demo mit für eine seite die ein loginmodul enthält den seitencache aktiviert z b und dann falsche keine leeren daten in dieses loginmodul eingibt wird nach dem absenden des loginformulars keine fehlermeldung mehr angezeigt da die seite aus dem cache geladen wird das liegt daran dass contao die fehlermeldung bei falschen nutzernamen passwort über die funktion message adderror globals in der session session gespeichert wird und nicht wie z b bei leerer eingabe in der session session nach der weiterleitung wandelt die fehlermeldung aus session in einen login error um dazu kommt es allerdings bei aktiviertem seitencache erst gar nicht da bei der überprüfung ob die seite aus dem cache geladen werden könnte in der nur überprüft wird ob ein login error existiert die fehlermeldung müsste also direkt in session gespeichert werden oder vor der weiterleitung von tl error in login error umgewandelt werden alternativ könnte natürlich auch tl error bei der cache überprüfung berücksichtigt werden
1
77,313
26,917,249,948
IssuesEvent
2023-02-07 07:45:17
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Flaky test crypto/decryption-failure.spec.ts "Decryption Failure Bar"
T-Defect Z-Flaky-Test
This failed once, and passed when I re-ran it: https://github.com/matrix-org/matrix-react-sdk/actions/runs/4025147397/jobs/6918012660 https://github.com/matrix-org/matrix-react-sdk/actions/runs/4025147397 ``` Decryption Failure Bar Copy /home/runner/work/matrix-react-sdk/matrix-react-sdk/cypress/plugins/synapsedocker/templates/default -> /home/runner/work/_temp/react-sdk-synapsedocker-IQIDNz Gen /home/runner/work/matrix-react-sdk/matrix-react-sdk/cypress/plugins/synapsedocker/templates/default/homeserver.yaml Gen /home/runner/work/matrix-react-sdk/matrix-react-sdk/cypress/plugins/synapsedocker/templates/default/localhost.signing.key Starting synapse with config dir /home/runner/work/_temp/react-sdk-synapsedocker-IQIDNz... Started synapse with id 9f7fdc1ae6f54669d96dd2d3e7c794542f45029ff9a8d7eb4c0dcf181475bea9 on port 35039. HTTP 1/27/2023 2:06:06 PM 127.0.0.1 GET / HTTP 1/27/2023 2:06:06 PM 127.0.0.1 Returned 200 in 1 ms HTTP 1/27/2023 2:06:06 PM 127.0.0.1 GET /bundles/8daecd524ef4ddb8f921/bundle.css HTTP 1/27/2023 2:06:06 PM 127.0.0.1 Returned 200 in 2 ms ... HTTP 1/27/2023 2:10:31 PM 127.0.0.1 GET /img/element-icons/home.71443c4.svg HTTP 1/27/2023 2:10:31 PM 127.0.0.1 Returned 304 in 2 ms 1) "before each" hook for "should prompt the user to verify, if this device isn't verified and there are other verified devices or backups" Stopped synapse id ee9f2384b4caeaf196c75b7374460992f366d400584664391cced31e79684547. HTTP 1/27/2023 2:10:46 PM 127.0.0.1 GET /sw.js HTTP 1/27/2023 2:10:46 PM 127.0.0.1 Returned 304 in 2 ms 0 passing (5m) 1 failing 1) Decryption Failure Bar "before each" hook for "should prompt the user to verify, if this device isn't verified and there are other verified devices or backups": CypressError: `cy.wrap()` timed out waiting `10000ms` to complete. You called `cy.wrap()` with a promise that never resolved. To increase the timeout, use `{ timeout: number }` https://on.cypress.io/wrap Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Decryption Failure Bar` at <unknown> (http://localhost:8080/__cypress/runner/cypress_runner.js:137139:78) at tryCatcher (http://localhost:8080/__cypress/runner/cypress_runner.js:8914:23) at <unknown> (http://localhost:8080/__cypress/runner/cypress_runner.js:4036:41) at tryCatcher (http://localhost:8080/__cypress/runner/cypress_runner.js:8914:23) at Promise._settlePromiseFromHandler (http://localhost:8080/__cypress/runner/cypress_runner.js:6849:31) at Promise._settlePromise (http://localhost:8080/__cypress/runner/cypress_runner.js:6906:18) at Promise._settlePromise0 (http://localhost:8080/__cypress/runner/cypress_runner.js:6951:10) at Promise._settlePromises (http://localhost:8080/__cypress/runner/cypress_runner.js:7027:18) at _drainQueueStep (http://localhost:8080/__cypress/runner/cypress_runner.js:3621:12) at _drainQueue (http://localhost:8080/__cypress/runner/cypress_runner.js:3614:9) at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:8080/__cypress/runner/cypress_runner.js:3630:5) at Async.drainQueues (http://localhost:8080/__cypress/runner/cypress_runner.js:3500:14) From Your Spec Code: at Context.eval (webpack:///./cypress/support/bot.ts:144:18) ```
1.0
Flaky test crypto/decryption-failure.spec.ts "Decryption Failure Bar" - This failed once, and passed when I re-ran it: https://github.com/matrix-org/matrix-react-sdk/actions/runs/4025147397/jobs/6918012660 https://github.com/matrix-org/matrix-react-sdk/actions/runs/4025147397 ``` Decryption Failure Bar Copy /home/runner/work/matrix-react-sdk/matrix-react-sdk/cypress/plugins/synapsedocker/templates/default -> /home/runner/work/_temp/react-sdk-synapsedocker-IQIDNz Gen /home/runner/work/matrix-react-sdk/matrix-react-sdk/cypress/plugins/synapsedocker/templates/default/homeserver.yaml Gen /home/runner/work/matrix-react-sdk/matrix-react-sdk/cypress/plugins/synapsedocker/templates/default/localhost.signing.key Starting synapse with config dir /home/runner/work/_temp/react-sdk-synapsedocker-IQIDNz... Started synapse with id 9f7fdc1ae6f54669d96dd2d3e7c794542f45029ff9a8d7eb4c0dcf181475bea9 on port 35039. HTTP 1/27/2023 2:06:06 PM 127.0.0.1 GET / HTTP 1/27/2023 2:06:06 PM 127.0.0.1 Returned 200 in 1 ms HTTP 1/27/2023 2:06:06 PM 127.0.0.1 GET /bundles/8daecd524ef4ddb8f921/bundle.css HTTP 1/27/2023 2:06:06 PM 127.0.0.1 Returned 200 in 2 ms ... HTTP 1/27/2023 2:10:31 PM 127.0.0.1 GET /img/element-icons/home.71443c4.svg HTTP 1/27/2023 2:10:31 PM 127.0.0.1 Returned 304 in 2 ms 1) "before each" hook for "should prompt the user to verify, if this device isn't verified and there are other verified devices or backups" Stopped synapse id ee9f2384b4caeaf196c75b7374460992f366d400584664391cced31e79684547. HTTP 1/27/2023 2:10:46 PM 127.0.0.1 GET /sw.js HTTP 1/27/2023 2:10:46 PM 127.0.0.1 Returned 304 in 2 ms 0 passing (5m) 1 failing 1) Decryption Failure Bar "before each" hook for "should prompt the user to verify, if this device isn't verified and there are other verified devices or backups": CypressError: `cy.wrap()` timed out waiting `10000ms` to complete. You called `cy.wrap()` with a promise that never resolved. To increase the timeout, use `{ timeout: number }` https://on.cypress.io/wrap Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Decryption Failure Bar` at <unknown> (http://localhost:8080/__cypress/runner/cypress_runner.js:137139:78) at tryCatcher (http://localhost:8080/__cypress/runner/cypress_runner.js:8914:23) at <unknown> (http://localhost:8080/__cypress/runner/cypress_runner.js:4036:41) at tryCatcher (http://localhost:8080/__cypress/runner/cypress_runner.js:8914:23) at Promise._settlePromiseFromHandler (http://localhost:8080/__cypress/runner/cypress_runner.js:6849:31) at Promise._settlePromise (http://localhost:8080/__cypress/runner/cypress_runner.js:6906:18) at Promise._settlePromise0 (http://localhost:8080/__cypress/runner/cypress_runner.js:6951:10) at Promise._settlePromises (http://localhost:8080/__cypress/runner/cypress_runner.js:7027:18) at _drainQueueStep (http://localhost:8080/__cypress/runner/cypress_runner.js:3621:12) at _drainQueue (http://localhost:8080/__cypress/runner/cypress_runner.js:3614:9) at ../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:8080/__cypress/runner/cypress_runner.js:3630:5) at Async.drainQueues (http://localhost:8080/__cypress/runner/cypress_runner.js:3500:14) From Your Spec Code: at Context.eval (webpack:///./cypress/support/bot.ts:144:18) ```
defect
flaky test crypto decryption failure spec ts decryption failure bar this failed once and passed when i re ran it decryption failure bar copy home runner work matrix react sdk matrix react sdk cypress plugins synapsedocker templates default home runner work temp react sdk synapsedocker iqidnz gen home runner work matrix react sdk matrix react sdk cypress plugins synapsedocker templates default homeserver yaml gen home runner work matrix react sdk matrix react sdk cypress plugins synapsedocker templates default localhost signing key starting synapse with config dir home runner work temp react sdk synapsedocker iqidnz started synapse with id on port http pm get http pm returned in ms http pm get bundles bundle css http pm returned in ms http pm get img element icons home svg http pm returned in ms before each hook for should prompt the user to verify if this device isn t verified and there are other verified devices or backups stopped synapse id http pm get sw js http pm returned in ms passing failing decryption failure bar before each hook for should prompt the user to verify if this device isn t verified and there are other verified devices or backups cypresserror cy wrap timed out waiting to complete you called cy wrap with a promise that never resolved to increase the timeout use timeout number because this error occurred during a before each hook we are skipping the remaining tests in the current suite decryption failure bar at at trycatcher at at trycatcher at promise settlepromisefromhandler at promise settlepromise at promise at promise settlepromises at drainqueuestep at drainqueue at node modules bluebird js release async js async drainqueues at async drainqueues from your spec code at context eval webpack cypress support bot ts
1
30,891
6,338,901,651
IssuesEvent
2017-07-27 06:40:24
CenturyLinkCloud/mdw-designer
https://api.github.com/repos/CenturyLinkCloud/mdw-designer
closed
Designer should still open remote project when user is not a valid user in DB
defect
Currently, if a person discovers a remote project (MDW 6) and tries to expand it, if that user is not in the DB, the Rest call will throw an exception because the User service in MDW6 instance will return a 404 HTTP code, causing Designer to handle this as an error instead of opening with read-only permissions. Project should still open and allow the user to look around. Here's the stack trace from designer: com.centurylink.mdw.dataaccess.DataAccessOfflineException: Unable to connect to http://tomwf-dev1.pcfomactl.dev.intranet:80/mdw at com.centurylink.mdw.designer.UserDataAccessRest.getUser(UserDataAccessRest.java:60) at com.centurylink.mdw.designer.DesignerDataAccess.getUser(DesignerDataAccess.java:1110) at com.centurylink.mdw.designer.display.DesignerDataModel.reloadPriviledges(DesignerDataModel.java:1189) at com.centurylink.mdw.designer.MainFrame.startSession(MainFrame.java:197) at com.centurylink.mdw.plugin.designer.DesignerProxy.initialize(DesignerProxy.java:342) at com.centurylink.mdw.plugin.project.model.WorkflowProject.initialize(WorkflowProject.java:731) at com.centurylink.mdw.plugin.designer.views.ProcessExplorerContentProvider$1.run(ProcessExplorerContentProvider.java:77) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119) Caused by: java.io.IOException: Unable to connect to http://tomwf-dev1.pcfomactl.dev.intranet:80/mdw at com.centurylink.mdw.designer.utils.RestfulServer.invokeResourceService(RestfulServer.java:287) at com.centurylink.mdw.designer.ServerAccessRest.invokeResourceService(ServerAccessRest.java:28) at com.centurylink.mdw.designer.UserDataAccessRest.getUser(UserDataAccessRest.java:52) ... 7 more Caused by: java.io.FileNotFoundException: http://tomwf-dev1.pcfomactl.dev.intranet:80/mdw/Services/User?format=json&cuid=jbrojde&withRoles=true at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) at com.centurylink.mdw.common.utilities.HttpHelper.readInput(HttpHelper.java:208) at com.centurylink.mdw.common.utilities.HttpHelper.getBytes(HttpHelper.java:195) at com.centurylink.mdw.common.utilities.HttpHelper.get(HttpHelper.java:177) at com.centurylink.mdw.designer.utils.RestfulServer.invokeResourceService(RestfulServer.java:281) ... 9 more
1.0
Designer should still open remote project when user is not a valid user in DB - Currently, if a person discovers a remote project (MDW 6) and tries to expand it, if that user is not in the DB, the Rest call will throw an exception because the User service in MDW6 instance will return a 404 HTTP code, causing Designer to handle this as an error instead of opening with read-only permissions. Project should still open and allow the user to look around. Here's the stack trace from designer: com.centurylink.mdw.dataaccess.DataAccessOfflineException: Unable to connect to http://tomwf-dev1.pcfomactl.dev.intranet:80/mdw at com.centurylink.mdw.designer.UserDataAccessRest.getUser(UserDataAccessRest.java:60) at com.centurylink.mdw.designer.DesignerDataAccess.getUser(DesignerDataAccess.java:1110) at com.centurylink.mdw.designer.display.DesignerDataModel.reloadPriviledges(DesignerDataModel.java:1189) at com.centurylink.mdw.designer.MainFrame.startSession(MainFrame.java:197) at com.centurylink.mdw.plugin.designer.DesignerProxy.initialize(DesignerProxy.java:342) at com.centurylink.mdw.plugin.project.model.WorkflowProject.initialize(WorkflowProject.java:731) at com.centurylink.mdw.plugin.designer.views.ProcessExplorerContentProvider$1.run(ProcessExplorerContentProvider.java:77) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119) Caused by: java.io.IOException: Unable to connect to http://tomwf-dev1.pcfomactl.dev.intranet:80/mdw at com.centurylink.mdw.designer.utils.RestfulServer.invokeResourceService(RestfulServer.java:287) at com.centurylink.mdw.designer.ServerAccessRest.invokeResourceService(ServerAccessRest.java:28) at com.centurylink.mdw.designer.UserDataAccessRest.getUser(UserDataAccessRest.java:52) ... 7 more Caused by: java.io.FileNotFoundException: http://tomwf-dev1.pcfomactl.dev.intranet:80/mdw/Services/User?format=json&cuid=jbrojde&withRoles=true at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440) at com.centurylink.mdw.common.utilities.HttpHelper.readInput(HttpHelper.java:208) at com.centurylink.mdw.common.utilities.HttpHelper.getBytes(HttpHelper.java:195) at com.centurylink.mdw.common.utilities.HttpHelper.get(HttpHelper.java:177) at com.centurylink.mdw.designer.utils.RestfulServer.invokeResourceService(RestfulServer.java:281) ... 9 more
defect
designer should still open remote project when user is not a valid user in db currently if a person discovers a remote project mdw and tries to expand it if that user is not in the db the rest call will throw an exception because the user service in instance will return a http code causing designer to handle this as an error instead of opening with read only permissions project should still open and allow the user to look around here s the stack trace from designer com centurylink mdw dataaccess dataaccessofflineexception unable to connect to at com centurylink mdw designer userdataaccessrest getuser userdataaccessrest java at com centurylink mdw designer designerdataaccess getuser designerdataaccess java at com centurylink mdw designer display designerdatamodel reloadpriviledges designerdatamodel java at com centurylink mdw designer mainframe startsession mainframe java at com centurylink mdw plugin designer designerproxy initialize designerproxy java at com centurylink mdw plugin project model workflowproject initialize workflowproject java at com centurylink mdw plugin designer views processexplorercontentprovider run processexplorercontentprovider java at org eclipse jface operation modalcontext modalcontextthread run modalcontext java caused by java io ioexception unable to connect to at com centurylink mdw designer utils restfulserver invokeresourceservice restfulserver java at com centurylink mdw designer serveraccessrest invokeresourceservice serveraccessrest java at com centurylink mdw designer userdataaccessrest getuser userdataaccessrest java more caused by java io filenotfoundexception at sun net at sun net at com centurylink mdw common utilities httphelper readinput httphelper java at com centurylink mdw common utilities httphelper getbytes httphelper java at com centurylink mdw common utilities httphelper get httphelper java at com centurylink mdw designer utils restfulserver invokeresourceservice restfulserver java more
1
40,137
6,800,961,392
IssuesEvent
2017-11-02 15:27:52
camptocamp/c2cgeoportal
https://api.github.com/repos/camptocamp/c2cgeoportal
closed
[doc] gmf 2.2 correct build instructions and add important update step
Documentation
- https://camptocamp.github.io/c2cgeoportal/2.2/builddoc.html#build-doc - regarding upgrade to 2.2, we should tell about the need to update to 2.1 first.
1.0
[doc] gmf 2.2 correct build instructions and add important update step - - https://camptocamp.github.io/c2cgeoportal/2.2/builddoc.html#build-doc - regarding upgrade to 2.2, we should tell about the need to update to 2.1 first.
non_defect
gmf correct build instructions and add important update step regarding upgrade to we should tell about the need to update to first
0
716,075
24,620,323,592
IssuesEvent
2022-10-15 21:01:42
rtuck99/openhab-binding
https://api.github.com/repos/rtuck99/openhab-binding
closed
Cannot start binding from new install - token store not initialized
bug high priority
If the binding has never been previously installed, it cannot start because the token store configuration returns null. 2022-10-14 15:15:02.203 [ERROR] [ernal.tokenstore.PersistedTokenStore] - bundle com.qubular.openhab-binding-vicare-bundle:3.3.3 (280)[com.qubular.openhab.binding.vicare.internal.tokenstore.PersistedTokenStore(331)] : Error during instantiation of the implementation object java.lang.reflect.InvocationTargetException: null at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] at java.lang.reflect.Constructor.newInstance(Constructor.java:490) ~[?:?] at org.apache.felix.scr.impl.inject.internal.ComponentConstructorImpl.newInstance(ComponentConstructorImpl.java:316) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:286) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:115) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:1000) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:973) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:918) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:216) ~[org.eclipse.osgi-3.16.300.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:213) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:114) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:547) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:533) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:656) ~[org.eclipse.osgi-3.16.300.jar:?] at org.apache.felix.scr.impl.manager.SingleRefPair.getServiceObject(SingleRefPair.java:88) ~[?:?] at org.apache.felix.scr.impl.inject.internal.ComponentConstructorImpl.newInstance(ComponentConstructorImpl.java:284) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:286) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:115) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:1000) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:973) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:918) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:216) ~[org.eclipse.osgi-3.16.300.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:213) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:114) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:547) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:533) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:656) ~[org.eclipse.osgi-3.16.300.jar:?] at org.apache.felix.scr.impl.manager.SingleRefPair.getServiceObject(SingleRefPair.java:88) ~[?:?] at org.apache.felix.scr.impl.inject.internal.ComponentConstructorImpl.newInstance(ComponentConstructorImpl.java:284) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:286) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:115) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:1000) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:973) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:918) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:216) ~[org.eclipse.osgi-3.16.300.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:213) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:114) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:547) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:533) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:656) ~[org.eclipse.osgi-3.16.300.jar:?] at org.apache.felix.scr.impl.manager.SingleRefPair.getServiceObject(SingleRefPair.java:88) ~[?:?] at org.apache.felix.scr.impl.inject.methods.BindMethod.getServiceObject(BindMethod.java:675) ~[?:?] at org.apache.felix.scr.impl.manager.DependencyManager.getServiceObject(DependencyManager.java:2556) ~[?:?] at org.apache.felix.scr.impl.manager.DependencyManager.doInvokeBindMethod(DependencyManager.java:2075) ~[?:?] at org.apache.felix.scr.impl.manager.DependencyManager.invokeBindMethod(DependencyManager.java:2058) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.invokeBindMethod(SingleComponentManager.java:443) ~[?:?] at org.apache.felix.scr.impl.manager.DependencyManager$MultipleDynamicCustomizer.addedService(DependencyManager.java:333) ~[?:?] at org.apache.felix.scr.impl.manager.DependencyManager$MultipleDynamicCustomizer.addedService(DependencyManager.java:301) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1200) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1121) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:928) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:864) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1152) ~[?:?] at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:114) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) ~[org.eclipse.osgi-3.16.300.jar:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:929) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:915) ~[?:?] at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:133) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:984) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:752) ~[?:?] at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1271) ~[?:?] at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1222) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1200) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1121) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:928) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:864) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1152) ~[?:?] at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:114) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) ~[org.eclipse.osgi-3.16.300.jar:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:929) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:915) ~[?:?] at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:133) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:984) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:752) ~[?:?] at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1271) ~[?:?] at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1222) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1200) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1121) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:928) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:864) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1152) ~[?:?] at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:114) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) ~[org.eclipse.osgi-3.16.300.jar:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:929) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:915) ~[?:?] at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:133) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:984) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:752) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager.enableInternal(AbstractComponentManager.java:674) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:437) ~[?:?] at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.enableComponents(ConfigurableComponentHolder.java:667) ~[?:?] at org.apache.felix.scr.impl.BundleComponentActivator.initialEnable(BundleComponentActivator.java:305) ~[?:?] at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:554) ~[?:?] at org.apache.felix.scr.impl.Activator.access$200(Activator.java:70) ~[?:?] at org.apache.felix.scr.impl.Activator$ScrExtension.start(Activator.java:421) ~[?:?] at org.apache.felix.scr.impl.AbstractExtender.createExtension(AbstractExtender.java:196) ~[?:?] at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:169) ~[?:?] at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:49) ~[?:?] at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:488) ~[osgi.core-7.0.0.jar:?] at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:420) ~[osgi.core-7.0.0.jar:?] at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:232) ~[osgi.core-7.0.0.jar:?] at org.osgi.util.tracker.BundleTracker$Tracked.bundleChanged(BundleTracker.java:450) ~[osgi.core-7.0.0.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:945) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:232) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:138) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:130) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:217) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.container.Module.publishEvent(Module.java:499) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.container.Module.start(Module.java:486) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:445) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:464) ~[org.eclipse.osgi-3.16.300.jar:?] at org.apache.karaf.features.internal.service.BundleInstallSupportImpl.startBundle(BundleInstallSupportImpl.java:165) ~[?:?] at org.apache.karaf.features.internal.service.FeaturesServiceImpl.startBundle(FeaturesServiceImpl.java:1160) ~[?:?] at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:1041) ~[?:?] at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1069) ~[?:?] at org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$13(FeaturesServiceImpl.java:1004) ~[?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: java.lang.NullPointerException at com.qubular.openhab.binding.vicare.internal.CryptUtil.initializeSalt(CryptUtil.java:63) ~[?:?] at com.qubular.openhab.binding.vicare.internal.CryptUtil.(CryptUtil.java:31) ~[?:?] at com.qubular.openhab.binding.vicare.internal.tokenstore.PersistedTokenStore.(PersistedTokenStore.java:48) ~[?:?] … 154 more 2022-10-14 15:15:02.316 [WARN ] [ar.vicare.internal.VicareServiceImpl] - bundle com.qubular.vicare-osgi:3.3.3 (281)[com.qubular.vicare.internal.VicareServiceImpl(326)] : Could not get service from ref {com.qubular.vicare.TokenStore}={service.id=564, service.bundleid=280, service.scope=bundle, component.name=com.qubular.openhab.binding.vicare.internal.tokenstore.PersistedTokenStore, component.id=331} 2022-10-14 15:15:02.318 [ERROR] [ar.vicare.internal.VicareServiceImpl] - bundle com.qubular.vicare-osgi:3.3.3 (281)[com.qubular.vicare.internal.VicareServiceImpl(326)] : Error during instantiation of the implementation object: Unable to get service for reference $004 2022-10-14 15:15:02.322 [WARN ] [vicare.internal.VicareHandlerFactory] - bundle com.qubular.openhab-binding-vicare-bundle:3.3.3 (280)[com.qubular.openhab.binding.vicare.internal.VicareHandlerFactory(327)] : Could not get service from ref {com.qubular.vicare.VicareService}={service.id=565, service.bundleid=281, service.scope=bundle, component.name=com.qubular.vicare.internal.VicareServiceImpl, component.id=326} 2022-10-14 15:15:02.325 [ERROR] [vicare.internal.VicareHandlerFactory] - bundle com.qubular.openhab-binding-vicare-bundle:3.3.3 (280)[com.qubular.openhab.binding.vicare.internal.VicareHandlerFactory(327)] : Error during instantiation of the implementation object: Unable to get service for reference $002 2022-10-14 15:15:02.329 [WARN ] [g.discovery.internal.PersistentInbox] - bundle org.openhab.core.config.discovery:3.2.0 (164)[org.openhab.core.config.discovery.internal.PersistentInbox(116)] : Could not get service from ref {org.openhab.core.thing.binding.ThingHandlerFactory}={service.id=566, service.bundleid=280, service.scope=bundle, component.name=com.qubular.openhab.binding.vicare.internal.VicareHandlerFactory, component.id=327} 2022-10-14 15:15:02.331 [WARN ] [g.discovery.internal.PersistentInbox] - bundle org.openhab.core.config.discovery:3.2.0 (164)[org.openhab.core.config.discovery.internal.PersistentInbox(116)] : DependencyManager : invokeBindMethod : Service not available from service registry for ServiceReference {org.openhab.core.thing.binding.ThingHandlerFactory}={service.id=566, service.bundleid=280, service.scope=bundle, component.name=com.qubular.openhab.binding.vicare.internal.VicareHandlerFactory, component.id=327} for reference ThingHandlerFactory 2022-10-14 15:15:02.334 [WARN ] [.thing.internal.GenericThingProvider] - bundle org.openhab.core.model.thing:3.2.0 (206)[org.openhab.core.model.thing.internal.GenericThingProvider(215)] : Could not get service from ref {org.openhab.core.thing.binding.ThingHandlerFactory}={service.id=566, service.bundleid=280, service.scope=bundle, component.name=com.qubular.openhab.binding.vicare.internal.VicareHandlerFactory, component.id=327} 2022-10-14 15:15:02.336 [WARN ] [.thing.internal.GenericThingProvider] - bundle org.openhab.core.model.thing:3.2.0 (206)[org.openhab.core.model.thing.internal.GenericThingProvider(215)] : DependencyManager : invokeBindMethod : Service not available from service registry for ServiceReference {org.openhab.core.thing.binding.ThingHandlerFactory}={service.id=566, service.bundleid=280, service.scope=bundle, component.name=com.qubular.openhab.binding.vicare.internal.VicareHandlerFactory, component.id=327} for reference ThingHandlerFactory 2022-10-14 15:15:02.339 [WARN ] [core.thing.internal.ThingManagerImpl] - bundle org.openhab.core.thing:3.2.0 (212)[org.openhab.core.thing.internal.ThingManagerImpl(238)] : Could not get service from ref {org.openhab.core.thing.binding.ThingHandlerFactory}={service.id=566, service.bundleid=280, service.scope=bundle, component.name=com.qubular.openhab.binding.vicare.internal.VicareHandlerFactory, component.id=327} 2022-10-14 15:15:02.341 [WARN ] [core.thing.internal.ThingManagerImpl] - bundle org.openhab.core.thing:3.2.0 (212)[org.openhab.core.thing.internal.ThingManagerImpl(238)] : DependencyManager : invokeBindMethod : Service not available from service registry for ServiceReference {org.openhab.core.thing.binding.ThingHandlerFactory}={service.id=566, service.bundleid=280, service.scope=bundle, component.name=com.qubular.openhab.binding.vicare.internal.VicareHandlerFactory, component.id=327} for reference ThingHandlerFactory 2022-10-14 15:15:02.343 [WARN ] [ore.thing.internal.ThingRegistryImpl] - bundle org.openhab.core.thing:3.2.0 (212)[org.openhab.core.thing.internal.ThingRegistryImpl(239)] : Could not get service from ref {org.openhab.core.thing.binding.ThingHandlerFactory}={service.id=566, service.bundleid=280, service.scope=bundle, component.name=com.qubular.openhab.binding.vicare.internal.VicareHandlerFactory, component.id=327} 2022-10-14 15:15:02.345 [WARN ] [ore.thing.internal.ThingRegistryImpl] - bundle org.openhab.core.thing:3.2.0 (212)[org.openhab.core.thing.internal.ThingRegistryImpl(239)] : DependencyManager : invokeBindMethod : Service not available from service registry for ServiceReference {org.openhab.core.thing.binding.ThingHandlerFactory}={service.id=566, service.bundleid=280, service.scope=bundle, component.name=com.qubular.openhab.binding.vicare.inte
1.0
Cannot start binding from new install - token store not initialized - If the binding has never been previously installed, it cannot start because the token store configuration returns null. 2022-10-14 15:15:02.203 [ERROR] [ernal.tokenstore.PersistedTokenStore] - bundle com.qubular.openhab-binding-vicare-bundle:3.3.3 (280)[com.qubular.openhab.binding.vicare.internal.tokenstore.PersistedTokenStore(331)] : Error during instantiation of the implementation object java.lang.reflect.InvocationTargetException: null at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] at java.lang.reflect.Constructor.newInstance(Constructor.java:490) ~[?:?] at org.apache.felix.scr.impl.inject.internal.ComponentConstructorImpl.newInstance(ComponentConstructorImpl.java:316) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:286) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:115) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:1000) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:973) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:918) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:216) ~[org.eclipse.osgi-3.16.300.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:213) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:114) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:547) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:533) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:656) ~[org.eclipse.osgi-3.16.300.jar:?] at org.apache.felix.scr.impl.manager.SingleRefPair.getServiceObject(SingleRefPair.java:88) ~[?:?] at org.apache.felix.scr.impl.inject.internal.ComponentConstructorImpl.newInstance(ComponentConstructorImpl.java:284) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:286) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:115) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:1000) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:973) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:918) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:216) ~[org.eclipse.osgi-3.16.300.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:213) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:114) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:547) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:533) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:656) ~[org.eclipse.osgi-3.16.300.jar:?] at org.apache.felix.scr.impl.manager.SingleRefPair.getServiceObject(SingleRefPair.java:88) ~[?:?] at org.apache.felix.scr.impl.inject.internal.ComponentConstructorImpl.newInstance(ComponentConstructorImpl.java:284) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:286) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:115) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:1000) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:973) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:918) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse$1.run(ServiceFactoryUse.java:216) ~[org.eclipse.osgi-3.16.300.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:213) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:114) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:547) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:533) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:656) ~[org.eclipse.osgi-3.16.300.jar:?] at org.apache.felix.scr.impl.manager.SingleRefPair.getServiceObject(SingleRefPair.java:88) ~[?:?] at org.apache.felix.scr.impl.inject.methods.BindMethod.getServiceObject(BindMethod.java:675) ~[?:?] at org.apache.felix.scr.impl.manager.DependencyManager.getServiceObject(DependencyManager.java:2556) ~[?:?] at org.apache.felix.scr.impl.manager.DependencyManager.doInvokeBindMethod(DependencyManager.java:2075) ~[?:?] at org.apache.felix.scr.impl.manager.DependencyManager.invokeBindMethod(DependencyManager.java:2058) ~[?:?] at org.apache.felix.scr.impl.manager.SingleComponentManager.invokeBindMethod(SingleComponentManager.java:443) ~[?:?] at org.apache.felix.scr.impl.manager.DependencyManager$MultipleDynamicCustomizer.addedService(DependencyManager.java:333) ~[?:?] at org.apache.felix.scr.impl.manager.DependencyManager$MultipleDynamicCustomizer.addedService(DependencyManager.java:301) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1200) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1121) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:928) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:864) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1152) ~[?:?] at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:114) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) ~[org.eclipse.osgi-3.16.300.jar:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:929) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:915) ~[?:?] at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:133) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:984) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:752) ~[?:?] at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1271) ~[?:?] at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1222) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1200) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1121) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:928) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:864) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1152) ~[?:?] at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:114) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) ~[org.eclipse.osgi-3.16.300.jar:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:929) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:915) ~[?:?] at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:133) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:984) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:752) ~[?:?] at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1271) ~[?:?] at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1222) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1200) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1121) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:928) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:864) ~[?:?] at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1152) ~[?:?] at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:114) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:120) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:957) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:936) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:873) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:141) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:261) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:496) ~[org.eclipse.osgi-3.16.300.jar:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:929) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:915) ~[?:?] at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:133) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:984) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:752) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager.enableInternal(AbstractComponentManager.java:674) ~[?:?] at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:437) ~[?:?] at org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.enableComponents(ConfigurableComponentHolder.java:667) ~[?:?] at org.apache.felix.scr.impl.BundleComponentActivator.initialEnable(BundleComponentActivator.java:305) ~[?:?] at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:554) ~[?:?] at org.apache.felix.scr.impl.Activator.access$200(Activator.java:70) ~[?:?] at org.apache.felix.scr.impl.Activator$ScrExtension.start(Activator.java:421) ~[?:?] at org.apache.felix.scr.impl.AbstractExtender.createExtension(AbstractExtender.java:196) ~[?:?] at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:169) ~[?:?] at org.apache.felix.scr.impl.AbstractExtender.modifiedBundle(AbstractExtender.java:49) ~[?:?] at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:488) ~[osgi.core-7.0.0.jar:?] at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:420) ~[osgi.core-7.0.0.jar:?] at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:232) ~[osgi.core-7.0.0.jar:?] at org.osgi.util.tracker.BundleTracker$Tracked.bundleChanged(BundleTracker.java:450) ~[osgi.core-7.0.0.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:945) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:232) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:138) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:130) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:217) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.container.Module.publishEvent(Module.java:499) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.container.Module.start(Module.java:486) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:445) ~[org.eclipse.osgi-3.16.300.jar:?] at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:464) ~[org.eclipse.osgi-3.16.300.jar:?] at org.apache.karaf.features.internal.service.BundleInstallSupportImpl.startBundle(BundleInstallSupportImpl.java:165) ~[?:?] at org.apache.karaf.features.internal.service.FeaturesServiceImpl.startBundle(FeaturesServiceImpl.java:1160) ~[?:?] at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:1041) ~[?:?] at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1069) ~[?:?] at org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$13(FeaturesServiceImpl.java:1004) ~[?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: java.lang.NullPointerException at com.qubular.openhab.binding.vicare.internal.CryptUtil.initializeSalt(CryptUtil.java:63) ~[?:?] at com.qubular.openhab.binding.vicare.internal.CryptUtil.(CryptUtil.java:31) ~[?:?] at com.qubular.openhab.binding.vicare.internal.tokenstore.PersistedTokenStore.(PersistedTokenStore.java:48) ~[?:?] … 154 more 2022-10-14 15:15:02.316 [WARN ] [ar.vicare.internal.VicareServiceImpl] - bundle com.qubular.vicare-osgi:3.3.3 (281)[com.qubular.vicare.internal.VicareServiceImpl(326)] : Could not get service from ref {com.qubular.vicare.TokenStore}={service.id=564, service.bundleid=280, service.scope=bundle, component.name=com.qubular.openhab.binding.vicare.internal.tokenstore.PersistedTokenStore, component.id=331} 2022-10-14 15:15:02.318 [ERROR] [ar.vicare.internal.VicareServiceImpl] - bundle com.qubular.vicare-osgi:3.3.3 (281)[com.qubular.vicare.internal.VicareServiceImpl(326)] : Error during instantiation of the implementation object: Unable to get service for reference $004 2022-10-14 15:15:02.322 [WARN ] [vicare.internal.VicareHandlerFactory] - bundle com.qubular.openhab-binding-vicare-bundle:3.3.3 (280)[com.qubular.openhab.binding.vicare.internal.VicareHandlerFactory(327)] : Could not get service from ref {com.qubular.vicare.VicareService}={service.id=565, service.bundleid=281, service.scope=bundle, component.name=com.qubular.vicare.internal.VicareServiceImpl, component.id=326} 2022-10-14 15:15:02.325 [ERROR] [vicare.internal.VicareHandlerFactory] - bundle com.qubular.openhab-binding-vicare-bundle:3.3.3 (280)[com.qubular.openhab.binding.vicare.internal.VicareHandlerFactory(327)] : Error during instantiation of the implementation object: Unable to get service for reference $002 2022-10-14 15:15:02.329 [WARN ] [g.discovery.internal.PersistentInbox] - bundle org.openhab.core.config.discovery:3.2.0 (164)[org.openhab.core.config.discovery.internal.PersistentInbox(116)] : Could not get service from ref {org.openhab.core.thing.binding.ThingHandlerFactory}={service.id=566, service.bundleid=280, service.scope=bundle, component.name=com.qubular.openhab.binding.vicare.internal.VicareHandlerFactory, component.id=327} 2022-10-14 15:15:02.331 [WARN ] [g.discovery.internal.PersistentInbox] - bundle org.openhab.core.config.discovery:3.2.0 (164)[org.openhab.core.config.discovery.internal.PersistentInbox(116)] : DependencyManager : invokeBindMethod : Service not available from service registry for ServiceReference {org.openhab.core.thing.binding.ThingHandlerFactory}={service.id=566, service.bundleid=280, service.scope=bundle, component.name=com.qubular.openhab.binding.vicare.internal.VicareHandlerFactory, component.id=327} for reference ThingHandlerFactory 2022-10-14 15:15:02.334 [WARN ] [.thing.internal.GenericThingProvider] - bundle org.openhab.core.model.thing:3.2.0 (206)[org.openhab.core.model.thing.internal.GenericThingProvider(215)] : Could not get service from ref {org.openhab.core.thing.binding.ThingHandlerFactory}={service.id=566, service.bundleid=280, service.scope=bundle, component.name=com.qubular.openhab.binding.vicare.internal.VicareHandlerFactory, component.id=327} 2022-10-14 15:15:02.336 [WARN ] [.thing.internal.GenericThingProvider] - bundle org.openhab.core.model.thing:3.2.0 (206)[org.openhab.core.model.thing.internal.GenericThingProvider(215)] : DependencyManager : invokeBindMethod : Service not available from service registry for ServiceReference {org.openhab.core.thing.binding.ThingHandlerFactory}={service.id=566, service.bundleid=280, service.scope=bundle, component.name=com.qubular.openhab.binding.vicare.internal.VicareHandlerFactory, component.id=327} for reference ThingHandlerFactory 2022-10-14 15:15:02.339 [WARN ] [core.thing.internal.ThingManagerImpl] - bundle org.openhab.core.thing:3.2.0 (212)[org.openhab.core.thing.internal.ThingManagerImpl(238)] : Could not get service from ref {org.openhab.core.thing.binding.ThingHandlerFactory}={service.id=566, service.bundleid=280, service.scope=bundle, component.name=com.qubular.openhab.binding.vicare.internal.VicareHandlerFactory, component.id=327} 2022-10-14 15:15:02.341 [WARN ] [core.thing.internal.ThingManagerImpl] - bundle org.openhab.core.thing:3.2.0 (212)[org.openhab.core.thing.internal.ThingManagerImpl(238)] : DependencyManager : invokeBindMethod : Service not available from service registry for ServiceReference {org.openhab.core.thing.binding.ThingHandlerFactory}={service.id=566, service.bundleid=280, service.scope=bundle, component.name=com.qubular.openhab.binding.vicare.internal.VicareHandlerFactory, component.id=327} for reference ThingHandlerFactory 2022-10-14 15:15:02.343 [WARN ] [ore.thing.internal.ThingRegistryImpl] - bundle org.openhab.core.thing:3.2.0 (212)[org.openhab.core.thing.internal.ThingRegistryImpl(239)] : Could not get service from ref {org.openhab.core.thing.binding.ThingHandlerFactory}={service.id=566, service.bundleid=280, service.scope=bundle, component.name=com.qubular.openhab.binding.vicare.internal.VicareHandlerFactory, component.id=327} 2022-10-14 15:15:02.345 [WARN ] [ore.thing.internal.ThingRegistryImpl] - bundle org.openhab.core.thing:3.2.0 (212)[org.openhab.core.thing.internal.ThingRegistryImpl(239)] : DependencyManager : invokeBindMethod : Service not available from service registry for ServiceReference {org.openhab.core.thing.binding.ThingHandlerFactory}={service.id=566, service.bundleid=280, service.scope=bundle, component.name=com.qubular.openhab.binding.vicare.inte
non_defect
cannot start binding from new install token store not initialized if the binding has never been previously installed it cannot start because the token store configuration returns null bundle com qubular openhab binding vicare bundle error during instantiation of the implementation object java lang reflect invocationtargetexception null at jdk internal reflect nativeconstructoraccessorimpl native method at jdk internal reflect nativeconstructoraccessorimpl newinstance nativeconstructoraccessorimpl java at jdk internal reflect delegatingconstructoraccessorimpl newinstance delegatingconstructoraccessorimpl java at java lang reflect constructor newinstance constructor java at org apache felix scr impl inject internal componentconstructorimpl newinstance componentconstructorimpl java at org apache felix scr impl manager singlecomponentmanager createimplementationobject singlecomponentmanager java at org apache felix scr impl manager singlecomponentmanager createcomponent singlecomponentmanager java at org apache felix scr impl manager singlecomponentmanager getservice singlecomponentmanager java at org apache felix scr impl manager singlecomponentmanager getserviceinternal singlecomponentmanager java at org apache felix scr impl manager singlecomponentmanager getservice singlecomponentmanager java at org eclipse osgi internal serviceregistry servicefactoryuse run servicefactoryuse java at java security accesscontroller doprivileged native method at org eclipse osgi internal serviceregistry servicefactoryuse factorygetservice servicefactoryuse java at org eclipse osgi internal serviceregistry servicefactoryuse getservice servicefactoryuse java at org eclipse osgi internal serviceregistry serviceconsumer getservice serviceconsumer java at org eclipse osgi internal serviceregistry serviceregistrationimpl getservice serviceregistrationimpl java at org eclipse osgi internal serviceregistry serviceregistry getservice serviceregistry java at org eclipse osgi internal framework bundlecontextimpl getservice bundlecontextimpl java at org apache felix scr impl manager singlerefpair getserviceobject singlerefpair java at org apache felix scr impl inject internal componentconstructorimpl newinstance componentconstructorimpl java at org apache felix scr impl manager singlecomponentmanager createimplementationobject singlecomponentmanager java at org apache felix scr impl manager singlecomponentmanager createcomponent singlecomponentmanager java at org apache felix scr impl manager singlecomponentmanager getservice singlecomponentmanager java at org apache felix scr impl manager singlecomponentmanager getserviceinternal singlecomponentmanager java at org apache felix scr impl manager singlecomponentmanager getservice singlecomponentmanager java at org eclipse osgi internal serviceregistry servicefactoryuse run servicefactoryuse java at java security accesscontroller doprivileged native method at org eclipse osgi internal serviceregistry servicefactoryuse factorygetservice servicefactoryuse java at org eclipse osgi internal serviceregistry servicefactoryuse getservice servicefactoryuse java at org eclipse osgi internal serviceregistry serviceconsumer getservice serviceconsumer java at org eclipse osgi internal serviceregistry serviceregistrationimpl getservice serviceregistrationimpl java at org eclipse osgi internal serviceregistry serviceregistry getservice serviceregistry java at org eclipse osgi internal framework bundlecontextimpl getservice bundlecontextimpl java at org apache felix scr impl manager singlerefpair getserviceobject singlerefpair java at org apache felix scr impl inject internal componentconstructorimpl newinstance componentconstructorimpl java at org apache felix scr impl manager singlecomponentmanager createimplementationobject singlecomponentmanager java at org apache felix scr impl manager singlecomponentmanager createcomponent singlecomponentmanager java at org apache felix scr impl manager singlecomponentmanager getservice singlecomponentmanager java at org apache felix scr impl manager singlecomponentmanager getserviceinternal singlecomponentmanager java at org apache felix scr impl manager singlecomponentmanager getservice singlecomponentmanager java at org eclipse osgi internal serviceregistry servicefactoryuse run servicefactoryuse java at java security accesscontroller doprivileged native method at org eclipse osgi internal serviceregistry servicefactoryuse factorygetservice servicefactoryuse java at org eclipse osgi internal serviceregistry servicefactoryuse getservice servicefactoryuse java at org eclipse osgi internal serviceregistry serviceconsumer getservice serviceconsumer java at org eclipse osgi internal serviceregistry serviceregistrationimpl getservice serviceregistrationimpl java at org eclipse osgi internal serviceregistry serviceregistry getservice serviceregistry java at org eclipse osgi internal framework bundlecontextimpl getservice bundlecontextimpl java at org apache felix scr impl manager singlerefpair getserviceobject singlerefpair java at org apache felix scr impl inject methods bindmethod getserviceobject bindmethod java at org apache felix scr impl manager dependencymanager getserviceobject dependencymanager java at org apache felix scr impl manager dependencymanager doinvokebindmethod dependencymanager java at org apache felix scr impl manager dependencymanager invokebindmethod dependencymanager java at org apache felix scr impl manager singlecomponentmanager invokebindmethod singlecomponentmanager java at org apache felix scr impl manager dependencymanager multipledynamiccustomizer addedservice dependencymanager java at org apache felix scr impl manager dependencymanager multipledynamiccustomizer addedservice dependencymanager java at org apache felix scr impl manager servicetracker tracked customizeradded servicetracker java at org apache felix scr impl manager servicetracker tracked customizeradded servicetracker java at org apache felix scr impl manager servicetracker abstracttracked trackadding servicetracker java at org apache felix scr impl manager servicetracker abstracttracked track servicetracker java at org apache felix scr impl manager servicetracker tracked servicechanged servicetracker java at org apache felix scr impl bundlecomponentactivator listenerinfo servicechanged bundlecomponentactivator java at org eclipse osgi internal serviceregistry filteredservicelistener servicechanged filteredservicelistener java at org eclipse osgi internal framework bundlecontextimpl dispatchevent bundlecontextimpl java at org eclipse osgi framework eventmgr eventmanager dispatchevent eventmanager java at org eclipse osgi framework eventmgr listenerqueue dispatcheventsynchronous listenerqueue java at org eclipse osgi internal serviceregistry serviceregistry publishserviceeventprivileged serviceregistry java at org eclipse osgi internal serviceregistry serviceregistry publishserviceevent serviceregistry java at org eclipse osgi internal serviceregistry serviceregistrationimpl register serviceregistrationimpl java at org eclipse osgi internal serviceregistry serviceregistry registerservice serviceregistry java at org eclipse osgi internal framework bundlecontextimpl registerservice bundlecontextimpl java at org apache felix scr impl manager abstractcomponentmanager register abstractcomponentmanager java at org apache felix scr impl manager abstractcomponentmanager register abstractcomponentmanager java at org apache felix scr impl manager registrationmanager changeregistration registrationmanager java at org apache felix scr impl manager abstractcomponentmanager registerservice abstractcomponentmanager java at org apache felix scr impl manager abstractcomponentmanager activateinternal abstractcomponentmanager java at org apache felix scr impl manager dependencymanager singlestaticcustomizer addedservice dependencymanager java at org apache felix scr impl manager dependencymanager singlestaticcustomizer addedservice dependencymanager java at org apache felix scr impl manager servicetracker tracked customizeradded servicetracker java at org apache felix scr impl manager servicetracker tracked customizeradded servicetracker java at org apache felix scr impl manager servicetracker abstracttracked trackadding servicetracker java at org apache felix scr impl manager servicetracker abstracttracked track servicetracker java at org apache felix scr impl manager servicetracker tracked servicechanged servicetracker java at org apache felix scr impl bundlecomponentactivator listenerinfo servicechanged bundlecomponentactivator java at org eclipse osgi internal serviceregistry filteredservicelistener servicechanged filteredservicelistener java at org eclipse osgi internal framework bundlecontextimpl dispatchevent bundlecontextimpl java at org eclipse osgi framework eventmgr eventmanager dispatchevent eventmanager java at org eclipse osgi framework eventmgr listenerqueue dispatcheventsynchronous listenerqueue java at org eclipse osgi internal serviceregistry serviceregistry publishserviceeventprivileged serviceregistry java at org eclipse osgi internal serviceregistry serviceregistry publishserviceevent serviceregistry java at org eclipse osgi internal serviceregistry serviceregistrationimpl register serviceregistrationimpl java at org eclipse osgi internal serviceregistry serviceregistry registerservice serviceregistry java at org eclipse osgi internal framework bundlecontextimpl registerservice bundlecontextimpl java at org apache felix scr impl manager abstractcomponentmanager register abstractcomponentmanager java at org apache felix scr impl manager abstractcomponentmanager register abstractcomponentmanager java at org apache felix scr impl manager registrationmanager changeregistration registrationmanager java at org apache felix scr impl manager abstractcomponentmanager registerservice abstractcomponentmanager java at org apache felix scr impl manager abstractcomponentmanager activateinternal abstractcomponentmanager java at org apache felix scr impl manager dependencymanager singlestaticcustomizer addedservice dependencymanager java at org apache felix scr impl manager dependencymanager singlestaticcustomizer addedservice dependencymanager java at org apache felix scr impl manager servicetracker tracked customizeradded servicetracker java at org apache felix scr impl manager servicetracker tracked customizeradded servicetracker java at org apache felix scr impl manager servicetracker abstracttracked trackadding servicetracker java at org apache felix scr impl manager servicetracker abstracttracked track servicetracker java at org apache felix scr impl manager servicetracker tracked servicechanged servicetracker java at org apache felix scr impl bundlecomponentactivator listenerinfo servicechanged bundlecomponentactivator java at org eclipse osgi internal serviceregistry filteredservicelistener servicechanged filteredservicelistener java at org eclipse osgi internal framework bundlecontextimpl dispatchevent bundlecontextimpl java at org eclipse osgi framework eventmgr eventmanager dispatchevent eventmanager java at org eclipse osgi framework eventmgr listenerqueue dispatcheventsynchronous listenerqueue java at org eclipse osgi internal serviceregistry serviceregistry publishserviceeventprivileged serviceregistry java at org eclipse osgi internal serviceregistry serviceregistry publishserviceevent serviceregistry java at org eclipse osgi internal serviceregistry serviceregistrationimpl register serviceregistrationimpl java at org eclipse osgi internal serviceregistry serviceregistry registerservice serviceregistry java at org eclipse osgi internal framework bundlecontextimpl registerservice bundlecontextimpl java at org apache felix scr impl manager abstractcomponentmanager register abstractcomponentmanager java at org apache felix scr impl manager abstractcomponentmanager register abstractcomponentmanager java at org apache felix scr impl manager registrationmanager changeregistration registrationmanager java at org apache felix scr impl manager abstractcomponentmanager registerservice abstractcomponentmanager java at org apache felix scr impl manager abstractcomponentmanager activateinternal abstractcomponentmanager java at org apache felix scr impl manager abstractcomponentmanager enableinternal abstractcomponentmanager java at org apache felix scr impl manager abstractcomponentmanager enable abstractcomponentmanager java at org apache felix scr impl manager configurablecomponentholder enablecomponents configurablecomponentholder java at org apache felix scr impl bundlecomponentactivator initialenable bundlecomponentactivator java at org apache felix scr impl activator loadcomponents activator java at org apache felix scr impl activator access activator java at org apache felix scr impl activator scrextension start activator java at org apache felix scr impl abstractextender createextension abstractextender java at org apache felix scr impl abstractextender modifiedbundle abstractextender java at org apache felix scr impl abstractextender modifiedbundle abstractextender java at org osgi util tracker bundletracker tracked customizermodified bundletracker java at org osgi util tracker bundletracker tracked customizermodified bundletracker java at org osgi util tracker abstracttracked track abstracttracked java at org osgi util tracker bundletracker tracked bundlechanged bundletracker java at org eclipse osgi internal framework bundlecontextimpl dispatchevent bundlecontextimpl java at org eclipse osgi framework eventmgr eventmanager dispatchevent eventmanager java at org eclipse osgi framework eventmgr listenerqueue dispatcheventsynchronous listenerqueue java at org eclipse osgi internal framework equinoxeventpublisher publishbundleeventprivileged equinoxeventpublisher java at org eclipse osgi internal framework equinoxeventpublisher publishbundleevent equinoxeventpublisher java at org eclipse osgi internal framework equinoxeventpublisher publishbundleevent equinoxeventpublisher java at org eclipse osgi internal framework equinoxcontaineradaptor publishmoduleevent equinoxcontaineradaptor java at org eclipse osgi container module publishevent module java at org eclipse osgi container module start module java at org eclipse osgi internal framework equinoxbundle start equinoxbundle java at org eclipse osgi internal framework equinoxbundle start equinoxbundle java at org apache karaf features internal service bundleinstallsupportimpl startbundle bundleinstallsupportimpl java at org apache karaf features internal service featuresserviceimpl startbundle featuresserviceimpl java at org apache karaf features internal service deployer deploy deployer java at org apache karaf features internal service featuresserviceimpl doprovision featuresserviceimpl java at org apache karaf features internal service featuresserviceimpl lambda doprovisioninthread featuresserviceimpl java at java util concurrent futuretask run futuretask java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java caused by java lang nullpointerexception at com qubular openhab binding vicare internal cryptutil initializesalt cryptutil java at com qubular openhab binding vicare internal cryptutil cryptutil java at com qubular openhab binding vicare internal tokenstore persistedtokenstore persistedtokenstore java … more bundle com qubular vicare osgi could not get service from ref com qubular vicare tokenstore service id service bundleid service scope bundle component name com qubular openhab binding vicare internal tokenstore persistedtokenstore component id bundle com qubular vicare osgi error during instantiation of the implementation object unable to get service for reference bundle com qubular openhab binding vicare bundle could not get service from ref com qubular vicare vicareservice service id service bundleid service scope bundle component name com qubular vicare internal vicareserviceimpl component id bundle com qubular openhab binding vicare bundle error during instantiation of the implementation object unable to get service for reference bundle org openhab core config discovery could not get service from ref org openhab core thing binding thinghandlerfactory service id service bundleid service scope bundle component name com qubular openhab binding vicare internal vicarehandlerfactory component id bundle org openhab core config discovery dependencymanager invokebindmethod service not available from service registry for servicereference org openhab core thing binding thinghandlerfactory service id service bundleid service scope bundle component name com qubular openhab binding vicare internal vicarehandlerfactory component id for reference thinghandlerfactory bundle org openhab core model thing could not get service from ref org openhab core thing binding thinghandlerfactory service id service bundleid service scope bundle component name com qubular openhab binding vicare internal vicarehandlerfactory component id bundle org openhab core model thing dependencymanager invokebindmethod service not available from service registry for servicereference org openhab core thing binding thinghandlerfactory service id service bundleid service scope bundle component name com qubular openhab binding vicare internal vicarehandlerfactory component id for reference thinghandlerfactory bundle org openhab core thing could not get service from ref org openhab core thing binding thinghandlerfactory service id service bundleid service scope bundle component name com qubular openhab binding vicare internal vicarehandlerfactory component id bundle org openhab core thing dependencymanager invokebindmethod service not available from service registry for servicereference org openhab core thing binding thinghandlerfactory service id service bundleid service scope bundle component name com qubular openhab binding vicare internal vicarehandlerfactory component id for reference thinghandlerfactory bundle org openhab core thing could not get service from ref org openhab core thing binding thinghandlerfactory service id service bundleid service scope bundle component name com qubular openhab binding vicare internal vicarehandlerfactory component id bundle org openhab core thing dependencymanager invokebindmethod service not available from service registry for servicereference org openhab core thing binding thinghandlerfactory service id service bundleid service scope bundle component name com qubular openhab binding vicare inte
0
47,592
7,333,346,454
IssuesEvent
2018-03-05 19:07:05
accordproject/jura
https://api.github.com/repos/accordproject/jura
closed
Enable coq2html for formal compiler specification documentation
documentation
It would be useful to generate a readable documentation of the Jura language specification/mechanization. https://github.com/xavierleroy/coq2html is a very good candidate for this.
1.0
Enable coq2html for formal compiler specification documentation - It would be useful to generate a readable documentation of the Jura language specification/mechanization. https://github.com/xavierleroy/coq2html is a very good candidate for this.
non_defect
enable for formal compiler specification documentation it would be useful to generate a readable documentation of the jura language specification mechanization is a very good candidate for this
0
700,668
24,068,341,806
IssuesEvent
2022-09-17 20:32:32
chaotic-aur/packages
https://api.github.com/repos/chaotic-aur/packages
closed
[Request] commit
request:new-pkg priority:lowest
### Link to the package(s) in the AUR https://aur.archlinux.org/packages/commit ### Utility this package has for you Commit message editor. ### Do you consider the package(s) to be useful for every Chaotic-AUR user? No, but for a few. ### Do you consider the package to be useful for feature testing/preview? - [ ] Yes ### Have you tested if the package builds in a clean chroot? - [X] Yes ### Does the package's license allow redistributing it? YES! ### Have you searched the issues to ensure this request is unique? - [X] YES! ### Have you read the README to ensure this package is not banned? - [X] YES! ### More information _No response_
1.0
[Request] commit - ### Link to the package(s) in the AUR https://aur.archlinux.org/packages/commit ### Utility this package has for you Commit message editor. ### Do you consider the package(s) to be useful for every Chaotic-AUR user? No, but for a few. ### Do you consider the package to be useful for feature testing/preview? - [ ] Yes ### Have you tested if the package builds in a clean chroot? - [X] Yes ### Does the package's license allow redistributing it? YES! ### Have you searched the issues to ensure this request is unique? - [X] YES! ### Have you read the README to ensure this package is not banned? - [X] YES! ### More information _No response_
non_defect
commit link to the package s in the aur utility this package has for you commit message editor do you consider the package s to be useful for every chaotic aur user no but for a few do you consider the package to be useful for feature testing preview yes have you tested if the package builds in a clean chroot yes does the package s license allow redistributing it yes have you searched the issues to ensure this request is unique yes have you read the readme to ensure this package is not banned yes more information no response
0
537,792
15,737,199,666
IssuesEvent
2021-03-30 02:23:09
Radarr/Radarr
https://api.github.com/repos/Radarr/Radarr
closed
Pull Sonarr commit 'Update parser tests to be generic'
Priority: Low Status: Help Wanted conflict sonarr-pull
Pull https://github.com/Sonarr/Sonarr/commit/ae63373b2bb347ef8921dfebca317f0a238cc41d ``` git cherry-pick -ex ae63373b2bb347ef8921dfebca317f0a238cc41d ``` This commit has 23 conflict(s) You can ask me to `close all`, `open pr here` or `open pr everywhere`
1.0
Pull Sonarr commit 'Update parser tests to be generic' - Pull https://github.com/Sonarr/Sonarr/commit/ae63373b2bb347ef8921dfebca317f0a238cc41d ``` git cherry-pick -ex ae63373b2bb347ef8921dfebca317f0a238cc41d ``` This commit has 23 conflict(s) You can ask me to `close all`, `open pr here` or `open pr everywhere`
non_defect
pull sonarr commit update parser tests to be generic pull git cherry pick ex this commit has conflict s you can ask me to close all open pr here or open pr everywhere
0