Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
4
112
repo_url
stringlengths
33
141
action
stringclasses
3 values
title
stringlengths
1
1.02k
labels
stringlengths
4
1.54k
body
stringlengths
1
262k
index
stringclasses
17 values
text_combine
stringlengths
95
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
99,151
8,691,159,305
IssuesEvent
2018-12-04 00:06:03
CuBoulder/express
https://api.github.com/repos/CuBoulder/express
closed
Update Behat Composer Dependencies
3.0:Alex:Testing Still Open at 3.0
It is best practice to add the `composer.lock` file to your Git repo so that you install the same dependencies each time. It is also best practice to periodically update those dependencies and check in an updated `composer.lock` file. To complete this issue, `composer update` needs to be run or the `composer.lock` file needs to be deleted and `composer install` run.
1.0
Update Behat Composer Dependencies - It is best practice to add the `composer.lock` file to your Git repo so that you install the same dependencies each time. It is also best practice to periodically update those dependencies and check in an updated `composer.lock` file. To complete this issue, `composer update` needs to be run or the `composer.lock` file needs to be deleted and `composer install` run.
test
update behat composer dependencies it is best practice to add the composer lock file to your git repo so that you install the same dependencies each time it is also best practice to periodically update those dependencies and check in an updated composer lock file to complete this issue composer update needs to be run or the composer lock file needs to be deleted and composer install run
1
250,859
21,366,820,640
IssuesEvent
2022-04-20 03:13:32
w3c/csswg-drafts
https://api.github.com/repos/w3c/csswg-drafts
closed
[css-text-3] Note unclear in bidi & line boxes
css-text-3 Closed Accepted as Editorial Commenter Timed Out (Assumed Satisfied) i18n-tracker Testing Unnecessary
8.3. Bidirectionality and Line Boxes https://www.w3.org/TR/2020/WD-css-text-3-20201119/#bidi-linebox Note between eg 31 & eg 32 > Note: The inline base direction determined here applies to the line box itself, and not to its contents. It affects text-align-all, text-align-last, text-indent, and hanging-punctuation, i.e. the position and alignment of its contents with respect to its edges. It does not affect the formatting or ordering of its content. Sorry if i'm being slow, but the meaning here is not immediately apparent to me. Surely the inline base direction does affect the ordering of the content, as demonstrated by the position of the exclamation mark in eg. 32? What am i missing?
1.0
[css-text-3] Note unclear in bidi & line boxes - 8.3. Bidirectionality and Line Boxes https://www.w3.org/TR/2020/WD-css-text-3-20201119/#bidi-linebox Note between eg 31 & eg 32 > Note: The inline base direction determined here applies to the line box itself, and not to its contents. It affects text-align-all, text-align-last, text-indent, and hanging-punctuation, i.e. the position and alignment of its contents with respect to its edges. It does not affect the formatting or ordering of its content. Sorry if i'm being slow, but the meaning here is not immediately apparent to me. Surely the inline base direction does affect the ordering of the content, as demonstrated by the position of the exclamation mark in eg. 32? What am i missing?
test
note unclear in bidi line boxes bidirectionality and line boxes note between eg eg note the inline base direction determined here applies to the line box itself and not to its contents it affects text align all text align last text indent and hanging punctuation i e the position and alignment of its contents with respect to its edges it does not affect the formatting or ordering of its content sorry if i m being slow but the meaning here is not immediately apparent to me surely the inline base direction does affect the ordering of the content as demonstrated by the position of the exclamation mark in eg what am i missing
1
176,591
6,561,371,001
IssuesEvent
2017-09-07 13:05:48
syndesisio/syndesis-ui
https://api.github.com/repos/syndesisio/syndesis-ui
closed
Integrations: Add Connector Names as Tags Automatically
enhancement Priority - Low
## Overview We should add the Connector names from each Connection used in an Integration automatically as Tags. Relates to #457, the ability to filter Integrations by Connections (or Connector names). This can either by done in the UI or API, but for now I'm creating this here so I don't forget. :joy: ## Reference - [GitHub: Ability to Filter Integrations by Connection](#457)
1.0
Integrations: Add Connector Names as Tags Automatically - ## Overview We should add the Connector names from each Connection used in an Integration automatically as Tags. Relates to #457, the ability to filter Integrations by Connections (or Connector names). This can either by done in the UI or API, but for now I'm creating this here so I don't forget. :joy: ## Reference - [GitHub: Ability to Filter Integrations by Connection](#457)
non_test
integrations add connector names as tags automatically overview we should add the connector names from each connection used in an integration automatically as tags relates to the ability to filter integrations by connections or connector names this can either by done in the ui or api but for now i m creating this here so i don t forget joy reference
0
171,083
13,217,564,786
IssuesEvent
2020-08-17 07:01:47
status-im/nim-beacon-chain
https://api.github.com/repos/status-im/nim-beacon-chain
closed
Rewards & Penalties tests missing
test suite
In the past there was no rewards and penalties test https://github.com/status-im/nim-beacon-chain/blame/bc6eefe3/tests/official/test_fixture_state_transition_epoch.nim#L60-L63 This has changed, especially since Schlesi consensus bug leading to non-finality due to issues in rewards accounting in implementations. Rewards tests are now very detailed https://github.com/ethereum/eth2.0-specs/pull/1747 Writeup by Prysmatic on the bug: https://medium.com/prysmatic-labs/eth-2-0-dev-update-50-multiclient-testnet-restart-slasher-improvements-f1e9339b1922 > > However, around 11 AM UTC on May 15th , it had been observed that Schlesi had been nearly 50 epochs away from finality. While the initial cause of the finality delay has not been ascertained, they’re not rare in a test network where participants are not obligated/incentivized to keep their validators running. The lack of finality eventually lead to instability in the chain, causing several temporary forks in the network. > > ![image](https://user-images.githubusercontent.com/22738317/90335140-dd785b00-dfd2-11ea-87fd-8c40cc0dd928.png) > > The block tree at the time of no finality. > > After almost 300 epochs of no finality, there was a block that split the chain between Lighthouse and Prysm at slot 150496. A block was submitted that had an attester slashing, which surfaced differences in how all clients tally rewards and penalties for slashed validators. This revealed 2 different penalty calculation bugs in Prysm! After this chain split, it was decided that the best course of action would be to restart with a fresh slate.
1.0
Rewards & Penalties tests missing - In the past there was no rewards and penalties test https://github.com/status-im/nim-beacon-chain/blame/bc6eefe3/tests/official/test_fixture_state_transition_epoch.nim#L60-L63 This has changed, especially since Schlesi consensus bug leading to non-finality due to issues in rewards accounting in implementations. Rewards tests are now very detailed https://github.com/ethereum/eth2.0-specs/pull/1747 Writeup by Prysmatic on the bug: https://medium.com/prysmatic-labs/eth-2-0-dev-update-50-multiclient-testnet-restart-slasher-improvements-f1e9339b1922 > > However, around 11 AM UTC on May 15th , it had been observed that Schlesi had been nearly 50 epochs away from finality. While the initial cause of the finality delay has not been ascertained, they’re not rare in a test network where participants are not obligated/incentivized to keep their validators running. The lack of finality eventually lead to instability in the chain, causing several temporary forks in the network. > > ![image](https://user-images.githubusercontent.com/22738317/90335140-dd785b00-dfd2-11ea-87fd-8c40cc0dd928.png) > > The block tree at the time of no finality. > > After almost 300 epochs of no finality, there was a block that split the chain between Lighthouse and Prysm at slot 150496. A block was submitted that had an attester slashing, which surfaced differences in how all clients tally rewards and penalties for slashed validators. This revealed 2 different penalty calculation bugs in Prysm! After this chain split, it was decided that the best course of action would be to restart with a fresh slate.
test
rewards penalties tests missing in the past there was no rewards and penalties test this has changed especially since schlesi consensus bug leading to non finality due to issues in rewards accounting in implementations rewards tests are now very detailed writeup by prysmatic on the bug however around am utc on may it had been observed that schlesi had been nearly epochs away from finality while the initial cause of the finality delay has not been ascertained they’re not rare in a test network where participants are not obligated incentivized to keep their validators running the lack of finality eventually lead to instability in the chain causing several temporary forks in the network the block tree at the time of no finality after almost epochs of no finality there was a block that split the chain between lighthouse and prysm at slot a block was submitted that had an attester slashing which surfaced differences in how all clients tally rewards and penalties for slashed validators this revealed different penalty calculation bugs in prysm after this chain split it was decided that the best course of action would be to restart with a fresh slate
1
119,127
15,416,169,965
IssuesEvent
2021-03-05 04:25:10
google/web-stories-wp
https://api.github.com/repos/google/web-stories-wp
opened
Redesign: Make sure design panel sizing is correct for all panels
Group: Design Panel Group: Workspace P1 Pod: Prometheus Type: Enhancement
## Feature Description Make sure that all panels are correct: - [ ] Panel title and icon height: 32px - [ ] Distance from panel top to title: 14px - [ ] Distance from panel title to panel bottom if collapsed: 14px - [ ] Thus full panel height when collapsed: 60px - [ ] Distance from panel title to panel content if expanded: 14px (but some of that has to be left for the content to show outlines) - [ ] Distance from the panel content to panel bottom: 24px - [ ] _Exception_: Alignment panel (no title) has 16px distance to both top and bottom from icons (full height: 64px) - [ ] _Exception_: Layer panel is only 48px in height when collapsed because it has only 8px distance to top and bottom/content. --- _Do not alter or remove anything below. The following sections will be managed by moderators only._ ## Acceptance Criteria <!-- One or more bullet points for acceptance criteria. --> ## Implementation Brief <!-- One or more bullet points for how to technically implement the feature. -->
1.0
Redesign: Make sure design panel sizing is correct for all panels - ## Feature Description Make sure that all panels are correct: - [ ] Panel title and icon height: 32px - [ ] Distance from panel top to title: 14px - [ ] Distance from panel title to panel bottom if collapsed: 14px - [ ] Thus full panel height when collapsed: 60px - [ ] Distance from panel title to panel content if expanded: 14px (but some of that has to be left for the content to show outlines) - [ ] Distance from the panel content to panel bottom: 24px - [ ] _Exception_: Alignment panel (no title) has 16px distance to both top and bottom from icons (full height: 64px) - [ ] _Exception_: Layer panel is only 48px in height when collapsed because it has only 8px distance to top and bottom/content. --- _Do not alter or remove anything below. The following sections will be managed by moderators only._ ## Acceptance Criteria <!-- One or more bullet points for acceptance criteria. --> ## Implementation Brief <!-- One or more bullet points for how to technically implement the feature. -->
non_test
redesign make sure design panel sizing is correct for all panels feature description make sure that all panels are correct panel title and icon height distance from panel top to title distance from panel title to panel bottom if collapsed thus full panel height when collapsed distance from panel title to panel content if expanded but some of that has to be left for the content to show outlines distance from the panel content to panel bottom exception alignment panel no title has distance to both top and bottom from icons full height exception layer panel is only in height when collapsed because it has only distance to top and bottom content do not alter or remove anything below the following sections will be managed by moderators only acceptance criteria implementation brief
0
279,013
21,105,152,515
IssuesEvent
2022-04-04 18:00:08
astro-projects/astro
https://api.github.com/repos/astro-projects/astro
closed
Improve documentation for new joiners
documentation
**Context** Recently, we had a new contributor (@bhavaniravi ), and we noticed parts of the documentation could improve. We have a separate ticket to automate these steps: #214. **Acceptance criteria** * [ ] Update the [DEVELOPMENT docs](https://github.com/astro-projects/astro/blob/main/docs/DEVELOPMENT.md), so they are compatible with the strategy * [x] The [CONTRIBUTING.md](https://github.com/astro-projects/astro/blob/main/docs/CONTRIBUTING.md) guidelines should either refer to [DEVELOPMENT.md](https://github.com/astro-projects/astro/blob/main/docs/DEVELOPMENT.md) or they should have the details embedded to them.
1.0
Improve documentation for new joiners - **Context** Recently, we had a new contributor (@bhavaniravi ), and we noticed parts of the documentation could improve. We have a separate ticket to automate these steps: #214. **Acceptance criteria** * [ ] Update the [DEVELOPMENT docs](https://github.com/astro-projects/astro/blob/main/docs/DEVELOPMENT.md), so they are compatible with the strategy * [x] The [CONTRIBUTING.md](https://github.com/astro-projects/astro/blob/main/docs/CONTRIBUTING.md) guidelines should either refer to [DEVELOPMENT.md](https://github.com/astro-projects/astro/blob/main/docs/DEVELOPMENT.md) or they should have the details embedded to them.
non_test
improve documentation for new joiners context recently we had a new contributor bhavaniravi and we noticed parts of the documentation could improve we have a separate ticket to automate these steps acceptance criteria update the so they are compatible with the strategy the guidelines should either refer to or they should have the details embedded to them
0
74,692
7,435,874,325
IssuesEvent
2018-03-26 15:18:18
Princeton-CDH/derrida-django
https://api.github.com/repos/Princeton-CDH/derrida-django
closed
As an admin, I want to edit descriptions for dynamic list pages so that I can update wording without developer intervention.
tested needs attention
## Notes for testing - Text blurbs for library, reference list, interventions, and visualization are editable in the description section for the content page in the admin site. Pages have been preloaded with the existing text content. - I couldn't figure out a good way to make the links editable, so I'm leaving them hard-coded for now if that's ok.
1.0
As an admin, I want to edit descriptions for dynamic list pages so that I can update wording without developer intervention. - ## Notes for testing - Text blurbs for library, reference list, interventions, and visualization are editable in the description section for the content page in the admin site. Pages have been preloaded with the existing text content. - I couldn't figure out a good way to make the links editable, so I'm leaving them hard-coded for now if that's ok.
test
as an admin i want to edit descriptions for dynamic list pages so that i can update wording without developer intervention notes for testing text blurbs for library reference list interventions and visualization are editable in the description section for the content page in the admin site pages have been preloaded with the existing text content i couldn t figure out a good way to make the links editable so i m leaving them hard coded for now if that s ok
1
449,064
12,962,844,446
IssuesEvent
2020-07-20 17:48:27
lbryio/lbry-sdk
https://api.github.com/repos/lbryio/lbry-sdk
closed
Blob will timeout if not sent to reflector in 3 minutes, process stops. Should retry sending blobs
area: files area: network consider soon needs: exploration priority: medium type: improvement
<!-- Thanks for reporting an issue to LBRY and helping us improve! To make it possible for us to help you, please fill out below information carefully. Before reporting any issues, please make sure that you're using the latest version. - App: https://github.com/lbryio/lbry-desktop/releases - Daemon: https://github.com/lbryio/lbry/releases We are also available on Discord at https://chat.lbry.io --> ## The Issue The current timeout for sending blobs to the reflector is 30 seconds. If a user has an upload speed lower than ~67 KB\s, the reflection process will stop and will not retry until the re-reflection interval (12 hours?). If this occurs, the daemon should retry reflecting the file again. Not sure this would help if the user's upload is consistently slower than that...unless reflector is able to support partial blobs and then complete them on the retry. This is probably worth additional exploration/discussion. Sample: ``` 2018-08-20 12:17:52,540 INFO lbrynet.daemon.Daemon:377: Success! Published to lbry://reflector5 txid: de912294e04ae132ffb1b77d2f382fb17b6c65fae97a4572985f74329e7078cf nout: 0 2018-08-20 12:17:52,634 INFO lbrynet.reflector.client.client:132: Reflector needs descriptor and 170 blobs for stream 2018-08-20 12:17:56,766 INFO lbrynet.reflector.client.client:221: Sent reflector descriptor b02f699964d5ac78 2018-08-20 12:18:03,966 INFO lbrynet.dht.hashannouncer:78: Took 11.486000061 seconds to announce 2 of 2 attempted hashes (0.000000 hashes per second) 2018-08-20 12:23:02,346 WARNING lbrynet.reflector.client.client:249: Reflector failed to receive blob bbf0a99432127408 2018-08-20 12:23:02,423 WARNING lbrynet.reflector.client.client:84: Stopped reflecting b02f699964d5ac78 after sending 14 blobs 2018-08-20 12:23:02,423 INFO lbrynet.daemon.Daemon:373: Reflected new publication to lbry://reflector5 ``` ## System Configuration <!-- For the app, this info is in the About section at the bottom of the Help page. You can include a screenshot instead of typing it out --> <!-- For the daemon, run: curl 'http://localhost:5279' --data '{"method":"version"}' and include the full output --> - LBRY Daemon version: - LBRY App version: - LBRY Installation ID: - Operating system: ## Anything Else <!-- Include anything else that does not fit into the above sections --> ## Screenshots <!-- If a screenshot would help explain the bug, please include one or two here -->
1.0
Blob will timeout if not sent to reflector in 3 minutes, process stops. Should retry sending blobs - <!-- Thanks for reporting an issue to LBRY and helping us improve! To make it possible for us to help you, please fill out below information carefully. Before reporting any issues, please make sure that you're using the latest version. - App: https://github.com/lbryio/lbry-desktop/releases - Daemon: https://github.com/lbryio/lbry/releases We are also available on Discord at https://chat.lbry.io --> ## The Issue The current timeout for sending blobs to the reflector is 30 seconds. If a user has an upload speed lower than ~67 KB\s, the reflection process will stop and will not retry until the re-reflection interval (12 hours?). If this occurs, the daemon should retry reflecting the file again. Not sure this would help if the user's upload is consistently slower than that...unless reflector is able to support partial blobs and then complete them on the retry. This is probably worth additional exploration/discussion. Sample: ``` 2018-08-20 12:17:52,540 INFO lbrynet.daemon.Daemon:377: Success! Published to lbry://reflector5 txid: de912294e04ae132ffb1b77d2f382fb17b6c65fae97a4572985f74329e7078cf nout: 0 2018-08-20 12:17:52,634 INFO lbrynet.reflector.client.client:132: Reflector needs descriptor and 170 blobs for stream 2018-08-20 12:17:56,766 INFO lbrynet.reflector.client.client:221: Sent reflector descriptor b02f699964d5ac78 2018-08-20 12:18:03,966 INFO lbrynet.dht.hashannouncer:78: Took 11.486000061 seconds to announce 2 of 2 attempted hashes (0.000000 hashes per second) 2018-08-20 12:23:02,346 WARNING lbrynet.reflector.client.client:249: Reflector failed to receive blob bbf0a99432127408 2018-08-20 12:23:02,423 WARNING lbrynet.reflector.client.client:84: Stopped reflecting b02f699964d5ac78 after sending 14 blobs 2018-08-20 12:23:02,423 INFO lbrynet.daemon.Daemon:373: Reflected new publication to lbry://reflector5 ``` ## System Configuration <!-- For the app, this info is in the About section at the bottom of the Help page. You can include a screenshot instead of typing it out --> <!-- For the daemon, run: curl 'http://localhost:5279' --data '{"method":"version"}' and include the full output --> - LBRY Daemon version: - LBRY App version: - LBRY Installation ID: - Operating system: ## Anything Else <!-- Include anything else that does not fit into the above sections --> ## Screenshots <!-- If a screenshot would help explain the bug, please include one or two here -->
non_test
blob will timeout if not sent to reflector in minutes process stops should retry sending blobs thanks for reporting an issue to lbry and helping us improve to make it possible for us to help you please fill out below information carefully before reporting any issues please make sure that you re using the latest version app daemon we are also available on discord at the issue the current timeout for sending blobs to the reflector is seconds if a user has an upload speed lower than kb s the reflection process will stop and will not retry until the re reflection interval hours if this occurs the daemon should retry reflecting the file again not sure this would help if the user s upload is consistently slower than that unless reflector is able to support partial blobs and then complete them on the retry this is probably worth additional exploration discussion sample info lbrynet daemon daemon success published to lbry txid nout info lbrynet reflector client client reflector needs descriptor and blobs for stream info lbrynet reflector client client sent reflector descriptor info lbrynet dht hashannouncer took seconds to announce of attempted hashes hashes per second warning lbrynet reflector client client reflector failed to receive blob warning lbrynet reflector client client stopped reflecting after sending blobs info lbrynet daemon daemon reflected new publication to lbry system configuration for the app this info is in the about section at the bottom of the help page you can include a screenshot instead of typing it out for the daemon run curl data method version and include the full output lbry daemon version lbry app version lbry installation id operating system anything else screenshots
0
123,531
10,272,073,988
IssuesEvent
2019-08-23 15:31:34
ValveSoftware/steam-for-linux
https://api.github.com/repos/ValveSoftware/steam-for-linux
closed
STEAM: Favorites keep disappearing
Need Retest reviewed
#### Your system information - Steam client version: `steam 1.0.0.52-2` - Distribution (e.g. Ubuntu): `ArchLinux` - Opted into Steam client beta?: No - Have you checked for system updates?: Yes #### Please describe your issue in as much detail as possible: This is a long lasting bug, I can't believe it still exists. I've been a long time user of `steam` and have had my share of this bug already. It's happened across many `steam` and system updates. The first time it happened to me was in Windows, but now that I use Linux almost exclusively, and have been using it for some years now, I'm just getting tired of it happening here too. The description of the problem is simple: I add some servers to my favorites, and everything is fine, they are there, but then if I happen to go into offline mode, when I come back into online mode, my favorite servers disappear. It doesn't always happen, meaning I can't get it to happen consistently 100% of the time, but I can get it to happen 75% of the time which is still significantly annoying. Sometimes I believe it's just happened randomly instead, even without going offline/online. #### Steps for reproducing this issue: 1. Add servers to your favorites. 2. Go offline, then online again. 3. Enjoy.
1.0
STEAM: Favorites keep disappearing - #### Your system information - Steam client version: `steam 1.0.0.52-2` - Distribution (e.g. Ubuntu): `ArchLinux` - Opted into Steam client beta?: No - Have you checked for system updates?: Yes #### Please describe your issue in as much detail as possible: This is a long lasting bug, I can't believe it still exists. I've been a long time user of `steam` and have had my share of this bug already. It's happened across many `steam` and system updates. The first time it happened to me was in Windows, but now that I use Linux almost exclusively, and have been using it for some years now, I'm just getting tired of it happening here too. The description of the problem is simple: I add some servers to my favorites, and everything is fine, they are there, but then if I happen to go into offline mode, when I come back into online mode, my favorite servers disappear. It doesn't always happen, meaning I can't get it to happen consistently 100% of the time, but I can get it to happen 75% of the time which is still significantly annoying. Sometimes I believe it's just happened randomly instead, even without going offline/online. #### Steps for reproducing this issue: 1. Add servers to your favorites. 2. Go offline, then online again. 3. Enjoy.
test
steam favorites keep disappearing your system information steam client version steam distribution e g ubuntu archlinux opted into steam client beta no have you checked for system updates yes please describe your issue in as much detail as possible this is a long lasting bug i can t believe it still exists i ve been a long time user of steam and have had my share of this bug already it s happened across many steam and system updates the first time it happened to me was in windows but now that i use linux almost exclusively and have been using it for some years now i m just getting tired of it happening here too the description of the problem is simple i add some servers to my favorites and everything is fine they are there but then if i happen to go into offline mode when i come back into online mode my favorite servers disappear it doesn t always happen meaning i can t get it to happen consistently of the time but i can get it to happen of the time which is still significantly annoying sometimes i believe it s just happened randomly instead even without going offline online steps for reproducing this issue add servers to your favorites go offline then online again enjoy
1
176,949
21,464,487,062
IssuesEvent
2022-04-26 01:14:36
panasalap/linux-4.1.15
https://api.github.com/repos/panasalap/linux-4.1.15
closed
CVE-2019-8980 (High) detected in linux-stable-rtv4.1.33 - autoclosed
security vulnerability
## CVE-2019-8980 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/panasalap/linux-4.1.15/commit/aae4c2fa46027fd4c477372871df090c6b94f3f1">aae4c2fa46027fd4c477372871df090c6b94f3f1</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A memory leak in the kernel_read_file function in fs/exec.c in the Linux kernel through 4.20.11 allows attackers to cause a denial of service (memory consumption) by triggering vfs_read failures. <p>Publish Date: 2019-02-21 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-8980>CVE-2019-8980</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-8980">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-8980</a></p> <p>Release Date: 2019-02-21</p> <p>Fix Resolution: v5.1-rc1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2019-8980 (High) detected in linux-stable-rtv4.1.33 - autoclosed - ## CVE-2019-8980 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/panasalap/linux-4.1.15/commit/aae4c2fa46027fd4c477372871df090c6b94f3f1">aae4c2fa46027fd4c477372871df090c6b94f3f1</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A memory leak in the kernel_read_file function in fs/exec.c in the Linux kernel through 4.20.11 allows attackers to cause a denial of service (memory consumption) by triggering vfs_read failures. <p>Publish Date: 2019-02-21 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-8980>CVE-2019-8980</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-8980">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-8980</a></p> <p>Release Date: 2019-02-21</p> <p>Fix Resolution: v5.1-rc1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in linux stable autoclosed cve high severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source files vulnerability details a memory leak in the kernel read file function in fs exec c in the linux kernel through allows attackers to cause a denial of service memory consumption by triggering vfs read failures 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 step up your open source security game with whitesource
0
699,668
24,026,739,369
IssuesEvent
2022-09-15 12:10:20
owncloud/ocis
https://api.github.com/repos/owncloud/ocis
closed
ocs/v1.php/cloud/users/{userId} -> quota -> wrong relative amount
Type:Bug Priority:p2-high GA-Blocker
## Describe the bug ocs/v1.php/cloud/users/{userId} -> quota -> wrong relative amount ![image](https://user-images.githubusercontent.com/26169327/183437956-935c8549-7667-4313-86e4-0040491b6690.png) ## Steps to reproduce Steps to reproduce the behavior: 1. Set personal drive quota to 100MB 2. Upload a file with 69MB 3. See quota relative property in `ocs/v1.php/cloud/users/admin` endpoint ``` <quota > <free > 30818752 </free > <used > 69181248 </used > <total > 100000000 </total > <relative > 0.69181246 </relative > </quota> ``` ## Expected behavior Should be: 69.181246 ## Actual behavior Is: 0.69181246 ## Setup Please describe how you started the server and provide a list of relevant environment variables or configuration files. <details> <p> ```console OCIS_XXX=somevalue OCIS_YYY=somevalue PROXY_XXX=somevalue ``` </p> </details> ## Additional context Add any other context about the problem here.
1.0
ocs/v1.php/cloud/users/{userId} -> quota -> wrong relative amount - ## Describe the bug ocs/v1.php/cloud/users/{userId} -> quota -> wrong relative amount ![image](https://user-images.githubusercontent.com/26169327/183437956-935c8549-7667-4313-86e4-0040491b6690.png) ## Steps to reproduce Steps to reproduce the behavior: 1. Set personal drive quota to 100MB 2. Upload a file with 69MB 3. See quota relative property in `ocs/v1.php/cloud/users/admin` endpoint ``` <quota > <free > 30818752 </free > <used > 69181248 </used > <total > 100000000 </total > <relative > 0.69181246 </relative > </quota> ``` ## Expected behavior Should be: 69.181246 ## Actual behavior Is: 0.69181246 ## Setup Please describe how you started the server and provide a list of relevant environment variables or configuration files. <details> <p> ```console OCIS_XXX=somevalue OCIS_YYY=somevalue PROXY_XXX=somevalue ``` </p> </details> ## Additional context Add any other context about the problem here.
non_test
ocs php cloud users userid quota wrong relative amount describe the bug ocs php cloud users userid quota wrong relative amount steps to reproduce steps to reproduce the behavior set personal drive quota to upload a file with see quota relative property in ocs php cloud users admin endpoint quota free free used used total total relative relative expected behavior should be actual behavior is setup please describe how you started the server and provide a list of relevant environment variables or configuration files console ocis xxx somevalue ocis yyy somevalue proxy xxx somevalue additional context add any other context about the problem here
0
675,161
23,082,019,125
IssuesEvent
2022-07-26 08:06:56
conan-io/conan
https://api.github.com/repos/conan-io/conan
closed
python_requires not available in Grapher object for graph output
priority: low type: feature good first issue stage: queue complex: low component: ux
Hi, I like to possibility to visualize all dependencies of my Conan package in a graph and output it either as Dot or HTML file. However, I would like to see the full dependency graph including `python_requires` dependencies. Unfortunately, as far as I could see, there is no chance to get this information and output it e.g. by using user specific templates. Could you please enhance the creation of the Grapher object to provide this information too? I don't think it is necessary to modify the default templates for Dot and HTML. However, with this solution, I would be able to visualize the `python_requires` dependencies within my user specific HTML template. Keep up your excellent work and many thanks for watching this request. Best regards, Markus
1.0
python_requires not available in Grapher object for graph output - Hi, I like to possibility to visualize all dependencies of my Conan package in a graph and output it either as Dot or HTML file. However, I would like to see the full dependency graph including `python_requires` dependencies. Unfortunately, as far as I could see, there is no chance to get this information and output it e.g. by using user specific templates. Could you please enhance the creation of the Grapher object to provide this information too? I don't think it is necessary to modify the default templates for Dot and HTML. However, with this solution, I would be able to visualize the `python_requires` dependencies within my user specific HTML template. Keep up your excellent work and many thanks for watching this request. Best regards, Markus
non_test
python requires not available in grapher object for graph output hi i like to possibility to visualize all dependencies of my conan package in a graph and output it either as dot or html file however i would like to see the full dependency graph including python requires dependencies unfortunately as far as i could see there is no chance to get this information and output it e g by using user specific templates could you please enhance the creation of the grapher object to provide this information too i don t think it is necessary to modify the default templates for dot and html however with this solution i would be able to visualize the python requires dependencies within my user specific html template keep up your excellent work and many thanks for watching this request best regards markus
0
276,862
24,027,457,293
IssuesEvent
2022-09-15 12:42:27
runtimeverification/haskell-backend
https://api.github.com/repos/runtimeverification/haskell-backend
closed
Investigate Haskell benchmark libraries
meta performance Serokell testing
We should investigate using Haskell benchmark libraries to analyze performance. Currently we gather performance statistics by running integration tests. A benchmark library like [criterion](https://hackage.haskell.org/package/criterion), [gauge](https://hackage.haskell.org/package/gauge), [tasty-bench](https://hackage.haskell.org/package/tasty-bench), etc. would let us monitor the performance of specific Haskell functions and algorithms.
1.0
Investigate Haskell benchmark libraries - We should investigate using Haskell benchmark libraries to analyze performance. Currently we gather performance statistics by running integration tests. A benchmark library like [criterion](https://hackage.haskell.org/package/criterion), [gauge](https://hackage.haskell.org/package/gauge), [tasty-bench](https://hackage.haskell.org/package/tasty-bench), etc. would let us monitor the performance of specific Haskell functions and algorithms.
test
investigate haskell benchmark libraries we should investigate using haskell benchmark libraries to analyze performance currently we gather performance statistics by running integration tests a benchmark library like etc would let us monitor the performance of specific haskell functions and algorithms
1
130,637
18,100,918,926
IssuesEvent
2021-09-22 14:08:35
ethereum/solidity
https://api.github.com/repos/ethereum/solidity
closed
Disallow deleting mappings either directly or via array.pop
breaking change :warning: language design :rage4:
* [x] Any operation that causes a delete on a mapping in storage should be disallowed. * [x] Any assignment to something in storage that contains a mapping is disallowed. * [x] assignment to struct that contains mapping is disallowed * [x] Array pop and (non-empty) push on an array that (recursively) contains a mapping is disallowed. * [x] push * [x] pop * [x] Delete on anything that (recursively) contains a mapping is disallowed. Empty push on such arrays is fine.
1.0
Disallow deleting mappings either directly or via array.pop - * [x] Any operation that causes a delete on a mapping in storage should be disallowed. * [x] Any assignment to something in storage that contains a mapping is disallowed. * [x] assignment to struct that contains mapping is disallowed * [x] Array pop and (non-empty) push on an array that (recursively) contains a mapping is disallowed. * [x] push * [x] pop * [x] Delete on anything that (recursively) contains a mapping is disallowed. Empty push on such arrays is fine.
non_test
disallow deleting mappings either directly or via array pop any operation that causes a delete on a mapping in storage should be disallowed any assignment to something in storage that contains a mapping is disallowed assignment to struct that contains mapping is disallowed array pop and non empty push on an array that recursively contains a mapping is disallowed push pop delete on anything that recursively contains a mapping is disallowed empty push on such arrays is fine
0
303,013
26,180,048,148
IssuesEvent
2023-01-02 14:28:53
Farida-Hamid/Recipe-App
https://api.github.com/repos/Farida-Hamid/Recipe-App
opened
[ 2pt ] - Implement the Test Using RSPec and Capybara - Part 1
enhancement Testing
# Individual Task - Implement the Test Using RSpec and Capybara - Part 1 - Add the `tests` for `Recipes-List` and `Recipe-Details`.
1.0
[ 2pt ] - Implement the Test Using RSPec and Capybara - Part 1 - # Individual Task - Implement the Test Using RSpec and Capybara - Part 1 - Add the `tests` for `Recipes-List` and `Recipe-Details`.
test
implement the test using rspec and capybara part individual task implement the test using rspec and capybara part add the tests for recipes list and recipe details
1
60,988
3,136,399,947
IssuesEvent
2015-09-10 19:42:17
openshift/origin
https://api.github.com/repos/openshift/origin
closed
[post-rebase-work] unbreak the multi-tenant plugin
component/networking priority/P2
An interface changed and I stubbed in a `return nil, nil` to complete the rebase. A real implementation is needed. See https://github.com/openshift/origin/blob/master/plugins/osdn/multitenant/plugins.go#L69 @rajatchopra
1.0
[post-rebase-work] unbreak the multi-tenant plugin - An interface changed and I stubbed in a `return nil, nil` to complete the rebase. A real implementation is needed. See https://github.com/openshift/origin/blob/master/plugins/osdn/multitenant/plugins.go#L69 @rajatchopra
non_test
unbreak the multi tenant plugin an interface changed and i stubbed in a return nil nil to complete the rebase a real implementation is needed see rajatchopra
0
189,082
22,046,978,946
IssuesEvent
2022-05-30 03:38:57
panasalap/linux-4.1.15
https://api.github.com/repos/panasalap/linux-4.1.15
closed
CVE-2017-14991 (Medium) detected in linuxlinux-4.1.17 - autoclosed
security vulnerability
## CVE-2017-14991 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.1.17</b></p></summary> <p> <p>Apache Software Foundation (ASF)</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/panasalap/linux-4.1.15/commit/aae4c2fa46027fd4c477372871df090c6b94f3f1">aae4c2fa46027fd4c477372871df090c6b94f3f1</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/scsi/sg.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The sg_ioctl function in drivers/scsi/sg.c in the Linux kernel before 4.13.4 allows local users to obtain sensitive information from uninitialized kernel heap-memory locations via an SG_GET_REQUEST_TABLE ioctl call for /dev/sg0. <p>Publish Date: 2017-10-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-14991>CVE-2017-14991</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-14991">https://nvd.nist.gov/vuln/detail/CVE-2017-14991</a></p> <p>Release Date: 2017-10-04</p> <p>Fix Resolution: 4.13.4</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2017-14991 (Medium) detected in linuxlinux-4.1.17 - autoclosed - ## CVE-2017-14991 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.1.17</b></p></summary> <p> <p>Apache Software Foundation (ASF)</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/panasalap/linux-4.1.15/commit/aae4c2fa46027fd4c477372871df090c6b94f3f1">aae4c2fa46027fd4c477372871df090c6b94f3f1</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/scsi/sg.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The sg_ioctl function in drivers/scsi/sg.c in the Linux kernel before 4.13.4 allows local users to obtain sensitive information from uninitialized kernel heap-memory locations via an SG_GET_REQUEST_TABLE ioctl call for /dev/sg0. <p>Publish Date: 2017-10-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-14991>CVE-2017-14991</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-14991">https://nvd.nist.gov/vuln/detail/CVE-2017-14991</a></p> <p>Release Date: 2017-10-04</p> <p>Fix Resolution: 4.13.4</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve medium detected in linuxlinux autoclosed cve medium severity vulnerability vulnerable library linuxlinux apache software foundation asf library home page a href found in head commit a href found in base branch master vulnerable source files drivers scsi sg c vulnerability details the sg ioctl function in drivers scsi sg c in the linux kernel before allows local users to obtain sensitive information from uninitialized kernel heap memory locations via an sg get request table ioctl call for dev publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
208,619
15,896,660,909
IssuesEvent
2021-04-11 18:12:53
mozilla-mobile/reference-browser
https://api.github.com/repos/mozilla-mobile/reference-browser
opened
Intermittent UI test failure - org.mozilla.reference.browser.ui.ThreeDotMenuTest - requestDesktopSiteTest - androidx.test.espresso.NoMatchingViewException: No views in hierarchy found matching: with id: org.mozilla.reference.browser.debug:id/mozac_browser_toolbar_menu
eng:ui-test
Failed 2/2 runs in the task but a new task run on the same push had the test passing. ### Firebase Test Run: https://console.firebase.google.com/project/moz-reference-browser-230023/testlab/histories/bh.b4e77beaed81bc1c/matrices/6040704169188429245 ### Stacktrace: ``` androidx.test.espresso.NoMatchingViewException: No views in hierarchy found matching: with id: org.mozilla.reference.browser.debug:id/mozac_browser_toolbar_menu View Hierarchy: +>PopupDecorView{id=-1, visibility=VISIBLE, width=741, height=1284, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params={(981,493)(wrapxwrap) gr=TOP START CENTER DISPLAY_CLIP_VERTICAL sim={state=unchanged} ty=APPLICATION_PANEL fmt=TRANSLUCENT wanim=0x7f120100 surfaceInsets=Rect(0, 0 - 0, 0) (manual) fl=SPLIT_TOUCH HARDWARE_ACCELERATED FLAG_LAYOUT_ATTACHED_IN_DECOR pfl=WILL_NOT_REPLACE_ON_RELAUNCH LAYOUT_CHILD_WINDOW_IN_PARENT_FRAME}, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=0.0, child-count=1} | +->MenuView{id=-1, visibility=VISIBLE, width=741, height=1284, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=android.widget.FrameLayout$LayoutParams@dddf608, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=0.0, child-count=1} | +-->CardView{id=2131296572, res-name=mozac_browser_menu_cardView, visibility=VISIBLE, width=741, height=1284, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=android.widget.FrameLayout$LayoutParams@aa861a1, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=0.0, child-count=1} | +--->RecyclerView{id=2131296574, res-name=mozac_browser_menu_recyclerView, visibility=VISIBLE, width=689, height=1210, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=android.widget.FrameLayout$LayoutParams@af6cfc6, tag=null, root-is-layout-requested=false, has-input-connection=false, x=26.0, y=37.0, child-count=9} | +---->LinearLayout{id=-1, visibility=VISIBLE, width=689, height=154, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@788fb87, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=0.0, child-count=3} | +----->AppCompatImageButton{id=-1, desc=Forward, visibility=VISIBLE, width=229, height=154, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=true, is-enabled=false, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=android.widget.LinearLayout$LayoutParams@3606ab4, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=0.0} | +----->AppCompatImageButton{id=-1, desc=Refresh, visibility=VISIBLE, width=230, height=154, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=android.widget.LinearLayout$LayoutParams@bc876dd, tag=null, root-is-layout-requested=false, has-input-connection=false, x=229.0, y=0.0} | +----->AppCompatImageButton{id=-1, desc=Stop, visibility=VISIBLE, width=230, height=154, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=android.widget.LinearLayout$LayoutParams@4802252, tag=null, root-is-layout-requested=false, has-input-connection=false, x=459.0, y=0.0} | +---->ConstraintLayout{id=-1, visibility=VISIBLE, width=689, height=132, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@26fc923, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=154.0, child-count=1} | +----->AppCompatTextView{id=2131296529, res-name=label, visibility=VISIBLE, width=601, height=59, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.constraintlayout.widget.ConstraintLayout$LayoutParams@cf37e20, tag=null, root-is-layout-requested=false, has-input-connection=false, x=44.0, y=37.0, text=Share, input-type=0, ime-target=false, has-links=false} | +---->ConstraintLayout{id=-1, visibility=VISIBLE, width=689, height=132, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@daa3d9, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=286.0, child-count=1} | +----->SwitchCompat{id=2131296529, res-name=label, visibility=VISIBLE, width=601, height=132, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=androidx.constraintlayout.widget.ConstraintLayout$LayoutParams@dda119e, tag=null, root-is-layout-requested=false, has-input-connection=false, x=44.0, y=0.0, text=Request desktop site, input-type=0, ime-target=false, has-links=false, is-checked=true} | +---->ConstraintLayout{id=-1, visibility=VISIBLE, width=689, height=132, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@56bd47f, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=418.0, child-count=1} | +----->AppCompatTextView{id=2131296529, res-name=label, visibility=VISIBLE, width=601, height=59, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.constraintlayout.widget.ConstraintLayout$LayoutParams@2e25c4c, tag=null, root-is-layout-requested=false, has-input-connection=false, x=44.0, y=37.0, text=Add to homescreen, input-type=0, ime-target=false, has-links=false} | +---->ConstraintLayout{id=-1, visibility=VISIBLE, width=689, height=132, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@148a495, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=550.0, child-count=1} | +----->AppCompatTextView{id=2131296529, res-name=label, visibility=VISIBLE, width=601, height=59, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.constraintlayout.widget.ConstraintLayout$LayoutParams@e51a9aa, tag=null, root-is-layout-requested=false, has-input-connection=false, x=44.0, y=37.0, text=Find in Page, input-type=0, ime-target=false, has-links=false} | +---->ConstraintLayout{id=-1, visibility=VISIBLE, width=689, height=132, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@df3399b, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=682.0, child-count=1} | +----->AppCompatTextView{id=2131296529, res-name=label, visibility=VISIBLE, width=601, height=59, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.constraintlayout.widget.ConstraintLayout$LayoutParams@4fef138, tag=null, root-is-layout-requested=false, has-input-connection=false, x=44.0, y=37.0, text=Add-ons, input-type=0, ime-target=false, has-links=false} | +---->ConstraintLayout{id=-1, visibility=VISIBLE, width=689, height=132, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@75bf511, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=814.0, child-count=1} | +----->AppCompatTextView{id=2131296529, res-name=label, visibility=VISIBLE, width=601, height=59, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.constraintlayout.widget.ConstraintLayout$LayoutParams@2f8b676, tag=null, root-is-layout-requested=false, has-input-connection=false, x=44.0, y=37.0, text=Synced Tabs, input-type=0, ime-target=false, has-links=false} | +---->ConstraintLayout{id=-1, visibility=VISIBLE, width=689, height=132, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@c1d477, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=946.0, child-count=1} | +----->AppCompatTextView{id=2131296529, res-name=label, visibility=VISIBLE, width=601, height=59, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.constraintlayout.widget.ConstraintLayout$LayoutParams@c4de8e4, tag=null, root-is-layout-requested=false, has-input-connection=false, x=44.0, y=37.0, text=Report issue, input-type=0, ime-target=false, has-links=false} | +---->ConstraintLayout{id=-1, visibility=VISIBLE, width=689, height=132, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@e79d14d, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=1078.0, child-count=1} | +----->AppCompatTextView{id=2131296529, res-name=label, visibility=VISIBLE, width=601, height=59, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.constraintlayout.widget.ConstraintLayout$LayoutParams@631c402, tag=null, root-is-layout-requested=false, has-input-connection=false, x=44.0, y=37.0, text=Settings, input-type=0, ime-target=false, has-links=false} | at dalvik.system.VMStack.getThreadStackTrace(Native Method) at java.lang.Thread.getStackTrace(Thread.java:1720) at androidx.test.espresso.base.DefaultFailureHandler.getUserFriendlyError(DefaultFailureHandler.java:88) at androidx.test.espresso.base.DefaultFailureHandler.handle(DefaultFailureHandler.java:51) at androidx.test.espresso.ViewInteraction.waitForAndHandleInteractionResults(ViewInteraction.java:312) at androidx.test.espresso.ViewInteraction.desugaredPerform(ViewInteraction.java:173) at androidx.test.espresso.ViewInteraction.perform(ViewInteraction.java:114) at org.mozilla.reference.browser.helpers.ViewInteractionKt.click(ViewInteraction.kt:11) at org.mozilla.reference.browser.ui.robots.NavigationToolbarRobot$Transition.openThreeDotMenu(NavigationToolbarRobot.kt:55) at org.mozilla.reference.browser.ui.ThreeDotMenuTest.requestDesktopSiteTest(ThreeDotMenuTest.kt:252) at java.lang.reflect.Method.invoke(Native Method) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at androidx.test.internal.runner.junit4.statement.RunBefores.evaluate(RunBefores.java:80) at androidx.test.internal.runner.junit4.statement.RunAfters.evaluate(RunAfters.java:61) at androidx.test.rule.ActivityTestRule$ActivityStatement.evaluate(ActivityTestRule.java:527) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:56) at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:388) at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:2189) ``` ### Build:
1.0
Intermittent UI test failure - org.mozilla.reference.browser.ui.ThreeDotMenuTest - requestDesktopSiteTest - androidx.test.espresso.NoMatchingViewException: No views in hierarchy found matching: with id: org.mozilla.reference.browser.debug:id/mozac_browser_toolbar_menu - Failed 2/2 runs in the task but a new task run on the same push had the test passing. ### Firebase Test Run: https://console.firebase.google.com/project/moz-reference-browser-230023/testlab/histories/bh.b4e77beaed81bc1c/matrices/6040704169188429245 ### Stacktrace: ``` androidx.test.espresso.NoMatchingViewException: No views in hierarchy found matching: with id: org.mozilla.reference.browser.debug:id/mozac_browser_toolbar_menu View Hierarchy: +>PopupDecorView{id=-1, visibility=VISIBLE, width=741, height=1284, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params={(981,493)(wrapxwrap) gr=TOP START CENTER DISPLAY_CLIP_VERTICAL sim={state=unchanged} ty=APPLICATION_PANEL fmt=TRANSLUCENT wanim=0x7f120100 surfaceInsets=Rect(0, 0 - 0, 0) (manual) fl=SPLIT_TOUCH HARDWARE_ACCELERATED FLAG_LAYOUT_ATTACHED_IN_DECOR pfl=WILL_NOT_REPLACE_ON_RELAUNCH LAYOUT_CHILD_WINDOW_IN_PARENT_FRAME}, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=0.0, child-count=1} | +->MenuView{id=-1, visibility=VISIBLE, width=741, height=1284, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=android.widget.FrameLayout$LayoutParams@dddf608, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=0.0, child-count=1} | +-->CardView{id=2131296572, res-name=mozac_browser_menu_cardView, visibility=VISIBLE, width=741, height=1284, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=android.widget.FrameLayout$LayoutParams@aa861a1, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=0.0, child-count=1} | +--->RecyclerView{id=2131296574, res-name=mozac_browser_menu_recyclerView, visibility=VISIBLE, width=689, height=1210, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=android.widget.FrameLayout$LayoutParams@af6cfc6, tag=null, root-is-layout-requested=false, has-input-connection=false, x=26.0, y=37.0, child-count=9} | +---->LinearLayout{id=-1, visibility=VISIBLE, width=689, height=154, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@788fb87, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=0.0, child-count=3} | +----->AppCompatImageButton{id=-1, desc=Forward, visibility=VISIBLE, width=229, height=154, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=true, is-enabled=false, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=android.widget.LinearLayout$LayoutParams@3606ab4, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=0.0} | +----->AppCompatImageButton{id=-1, desc=Refresh, visibility=VISIBLE, width=230, height=154, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=android.widget.LinearLayout$LayoutParams@bc876dd, tag=null, root-is-layout-requested=false, has-input-connection=false, x=229.0, y=0.0} | +----->AppCompatImageButton{id=-1, desc=Stop, visibility=VISIBLE, width=230, height=154, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=android.widget.LinearLayout$LayoutParams@4802252, tag=null, root-is-layout-requested=false, has-input-connection=false, x=459.0, y=0.0} | +---->ConstraintLayout{id=-1, visibility=VISIBLE, width=689, height=132, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@26fc923, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=154.0, child-count=1} | +----->AppCompatTextView{id=2131296529, res-name=label, visibility=VISIBLE, width=601, height=59, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.constraintlayout.widget.ConstraintLayout$LayoutParams@cf37e20, tag=null, root-is-layout-requested=false, has-input-connection=false, x=44.0, y=37.0, text=Share, input-type=0, ime-target=false, has-links=false} | +---->ConstraintLayout{id=-1, visibility=VISIBLE, width=689, height=132, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@daa3d9, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=286.0, child-count=1} | +----->SwitchCompat{id=2131296529, res-name=label, visibility=VISIBLE, width=601, height=132, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=androidx.constraintlayout.widget.ConstraintLayout$LayoutParams@dda119e, tag=null, root-is-layout-requested=false, has-input-connection=false, x=44.0, y=0.0, text=Request desktop site, input-type=0, ime-target=false, has-links=false, is-checked=true} | +---->ConstraintLayout{id=-1, visibility=VISIBLE, width=689, height=132, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@56bd47f, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=418.0, child-count=1} | +----->AppCompatTextView{id=2131296529, res-name=label, visibility=VISIBLE, width=601, height=59, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.constraintlayout.widget.ConstraintLayout$LayoutParams@2e25c4c, tag=null, root-is-layout-requested=false, has-input-connection=false, x=44.0, y=37.0, text=Add to homescreen, input-type=0, ime-target=false, has-links=false} | +---->ConstraintLayout{id=-1, visibility=VISIBLE, width=689, height=132, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@148a495, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=550.0, child-count=1} | +----->AppCompatTextView{id=2131296529, res-name=label, visibility=VISIBLE, width=601, height=59, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.constraintlayout.widget.ConstraintLayout$LayoutParams@e51a9aa, tag=null, root-is-layout-requested=false, has-input-connection=false, x=44.0, y=37.0, text=Find in Page, input-type=0, ime-target=false, has-links=false} | +---->ConstraintLayout{id=-1, visibility=VISIBLE, width=689, height=132, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@df3399b, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=682.0, child-count=1} | +----->AppCompatTextView{id=2131296529, res-name=label, visibility=VISIBLE, width=601, height=59, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.constraintlayout.widget.ConstraintLayout$LayoutParams@4fef138, tag=null, root-is-layout-requested=false, has-input-connection=false, x=44.0, y=37.0, text=Add-ons, input-type=0, ime-target=false, has-links=false} | +---->ConstraintLayout{id=-1, visibility=VISIBLE, width=689, height=132, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@75bf511, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=814.0, child-count=1} | +----->AppCompatTextView{id=2131296529, res-name=label, visibility=VISIBLE, width=601, height=59, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.constraintlayout.widget.ConstraintLayout$LayoutParams@2f8b676, tag=null, root-is-layout-requested=false, has-input-connection=false, x=44.0, y=37.0, text=Synced Tabs, input-type=0, ime-target=false, has-links=false} | +---->ConstraintLayout{id=-1, visibility=VISIBLE, width=689, height=132, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@c1d477, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=946.0, child-count=1} | +----->AppCompatTextView{id=2131296529, res-name=label, visibility=VISIBLE, width=601, height=59, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.constraintlayout.widget.ConstraintLayout$LayoutParams@c4de8e4, tag=null, root-is-layout-requested=false, has-input-connection=false, x=44.0, y=37.0, text=Report issue, input-type=0, ime-target=false, has-links=false} | +---->ConstraintLayout{id=-1, visibility=VISIBLE, width=689, height=132, has-focus=false, has-focusable=true, has-window-focus=true, is-clickable=true, is-enabled=true, is-focused=false, is-focusable=true, is-layout-requested=false, is-selected=false, layout-params=androidx.recyclerview.widget.RecyclerView$LayoutParams@e79d14d, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=1078.0, child-count=1} | +----->AppCompatTextView{id=2131296529, res-name=label, visibility=VISIBLE, width=601, height=59, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.constraintlayout.widget.ConstraintLayout$LayoutParams@631c402, tag=null, root-is-layout-requested=false, has-input-connection=false, x=44.0, y=37.0, text=Settings, input-type=0, ime-target=false, has-links=false} | at dalvik.system.VMStack.getThreadStackTrace(Native Method) at java.lang.Thread.getStackTrace(Thread.java:1720) at androidx.test.espresso.base.DefaultFailureHandler.getUserFriendlyError(DefaultFailureHandler.java:88) at androidx.test.espresso.base.DefaultFailureHandler.handle(DefaultFailureHandler.java:51) at androidx.test.espresso.ViewInteraction.waitForAndHandleInteractionResults(ViewInteraction.java:312) at androidx.test.espresso.ViewInteraction.desugaredPerform(ViewInteraction.java:173) at androidx.test.espresso.ViewInteraction.perform(ViewInteraction.java:114) at org.mozilla.reference.browser.helpers.ViewInteractionKt.click(ViewInteraction.kt:11) at org.mozilla.reference.browser.ui.robots.NavigationToolbarRobot$Transition.openThreeDotMenu(NavigationToolbarRobot.kt:55) at org.mozilla.reference.browser.ui.ThreeDotMenuTest.requestDesktopSiteTest(ThreeDotMenuTest.kt:252) at java.lang.reflect.Method.invoke(Native Method) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at androidx.test.internal.runner.junit4.statement.RunBefores.evaluate(RunBefores.java:80) at androidx.test.internal.runner.junit4.statement.RunAfters.evaluate(RunAfters.java:61) at androidx.test.rule.ActivityTestRule$ActivityStatement.evaluate(ActivityTestRule.java:527) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:56) at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:388) at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:2189) ``` ### Build:
test
intermittent ui test failure org mozilla reference browser ui threedotmenutest requestdesktopsitetest androidx test espresso nomatchingviewexception no views in hierarchy found matching with id org mozilla reference browser debug id mozac browser toolbar menu failed runs in the task but a new task run on the same push had the test passing firebase test run stacktrace androidx test espresso nomatchingviewexception no views in hierarchy found matching with id org mozilla reference browser debug id mozac browser toolbar menu view hierarchy popupdecorview id visibility visible width height has focus false has focusable true has window focus true is clickable false is enabled true is focused false is focusable false is layout requested false is selected false layout params wrapxwrap gr top start center display clip vertical sim state unchanged ty application panel fmt translucent wanim surfaceinsets rect manual fl split touch hardware accelerated flag layout attached in decor pfl will not replace on relaunch layout child window in parent frame tag null root is layout requested false has input connection false x y child count menuview id visibility visible width height has focus false has focusable true has window focus true is clickable false is enabled true is focused false is focusable false is layout requested false is selected false layout params android widget framelayout layoutparams tag null root is layout requested false has input connection false x y child count cardview id res name mozac browser menu cardview visibility visible width height has focus false has focusable true has window focus true is clickable false is enabled true is focused false is focusable false is layout requested false is selected false layout params android widget framelayout layoutparams tag null root is layout requested false has input connection false x y child count recyclerview id res name mozac browser menu recyclerview visibility visible width height has focus false has focusable true has window focus true is clickable false is enabled true is focused false is focusable true is layout requested false is selected false layout params android widget framelayout layoutparams tag null root is layout requested false has input connection false x y child count linearlayout id visibility visible width height has focus false has focusable true has window focus true is clickable false is enabled true is focused false is focusable false is layout requested false is selected false layout params androidx recyclerview widget recyclerview layoutparams tag null root is layout requested false has input connection false x y child count appcompatimagebutton id desc forward visibility visible width height has focus false has focusable false has window focus true is clickable true is enabled false is focused false is focusable true is layout requested false is selected false layout params android widget linearlayout layoutparams tag null root is layout requested false has input connection false x y appcompatimagebutton id desc refresh visibility visible width height has focus false has focusable true has window focus true is clickable true is enabled true is focused false is focusable true is layout requested false is selected false layout params android widget linearlayout layoutparams tag null root is layout requested false has input connection false x y appcompatimagebutton id desc stop visibility visible width height has focus false has focusable true has window focus true is clickable true is enabled true is focused false is focusable true is layout requested false is selected false layout params android widget linearlayout layoutparams tag null root is layout requested false has input connection false x y constraintlayout id visibility visible width height has focus false has focusable true has window focus true is clickable true is enabled true is focused false is focusable true is layout requested false is selected false layout params androidx recyclerview widget recyclerview layoutparams tag null root is layout requested false has input connection false x y child count appcompattextview id res name label visibility visible width height has focus false has focusable false has window focus true is clickable false is enabled true is focused false is focusable false is layout requested false is selected false layout params androidx constraintlayout widget constraintlayout layoutparams tag null root is layout requested false has input connection false x y text share input type ime target false has links false constraintlayout id visibility visible width height has focus false has focusable true has window focus true is clickable true is enabled true is focused false is focusable false is layout requested false is selected false layout params androidx recyclerview widget recyclerview layoutparams tag null root is layout requested false has input connection false x y child count switchcompat id res name label visibility visible width height has focus false has focusable true has window focus true is clickable true is enabled true is focused false is focusable true is layout requested false is selected false layout params androidx constraintlayout widget constraintlayout layoutparams tag null root is layout requested false has input connection false x y text request desktop site input type ime target false has links false is checked true constraintlayout id visibility visible width height has focus false has focusable true has window focus true is clickable true is enabled true is focused false is focusable true is layout requested false is selected false layout params androidx recyclerview widget recyclerview layoutparams tag null root is layout requested false has input connection false x y child count appcompattextview id res name label visibility visible width height has focus false has focusable false has window focus true is clickable false is enabled true is focused false is focusable false is layout requested false is selected false layout params androidx constraintlayout widget constraintlayout layoutparams tag null root is layout requested false has input connection false x y text add to homescreen input type ime target false has links false constraintlayout id visibility visible width height has focus false has focusable true has window focus true is clickable true is enabled true is focused false is focusable true is layout requested false is selected false layout params androidx recyclerview widget recyclerview layoutparams tag null root is layout requested false has input connection false x y child count appcompattextview id res name label visibility visible width height has focus false has focusable false has window focus true is clickable false is enabled true is focused false is focusable false is layout requested false is selected false layout params androidx constraintlayout widget constraintlayout layoutparams tag null root is layout requested false has input connection false x y text find in page input type ime target false has links false constraintlayout id visibility visible width height has focus false has focusable true has window focus true is clickable true is enabled true is focused false is focusable true is layout requested false is selected false layout params androidx recyclerview widget recyclerview layoutparams tag null root is layout requested false has input connection false x y child count appcompattextview id res name label visibility visible width height has focus false has focusable false has window focus true is clickable false is enabled true is focused false is focusable false is layout requested false is selected false layout params androidx constraintlayout widget constraintlayout layoutparams tag null root is layout requested false has input connection false x y text add ons input type ime target false has links false constraintlayout id visibility visible width height has focus false has focusable true has window focus true is clickable true is enabled true is focused false is focusable true is layout requested false is selected false layout params androidx recyclerview widget recyclerview layoutparams tag null root is layout requested false has input connection false x y child count appcompattextview id res name label visibility visible width height has focus false has focusable false has window focus true is clickable false is enabled true is focused false is focusable false is layout requested false is selected false layout params androidx constraintlayout widget constraintlayout layoutparams tag null root is layout requested false has input connection false x y text synced tabs input type ime target false has links false constraintlayout id visibility visible width height has focus false has focusable true has window focus true is clickable true is enabled true is focused false is focusable true is layout requested false is selected false layout params androidx recyclerview widget recyclerview layoutparams tag null root is layout requested false has input connection false x y child count appcompattextview id res name label visibility visible width height has focus false has focusable false has window focus true is clickable false is enabled true is focused false is focusable false is layout requested false is selected false layout params androidx constraintlayout widget constraintlayout layoutparams tag null root is layout requested false has input connection false x y text report issue input type ime target false has links false constraintlayout id visibility visible width height has focus false has focusable true has window focus true is clickable true is enabled true is focused false is focusable true is layout requested false is selected false layout params androidx recyclerview widget recyclerview layoutparams tag null root is layout requested false has input connection false x y child count appcompattextview id res name label visibility visible width height has focus false has focusable false has window focus true is clickable false is enabled true is focused false is focusable false is layout requested false is selected false layout params androidx constraintlayout widget constraintlayout layoutparams tag null root is layout requested false has input connection false x y text settings input type ime target false has links false at dalvik system vmstack getthreadstacktrace native method at java lang thread getstacktrace thread java at androidx test espresso base defaultfailurehandler getuserfriendlyerror defaultfailurehandler java at androidx test espresso base defaultfailurehandler handle defaultfailurehandler java at androidx test espresso viewinteraction waitforandhandleinteractionresults viewinteraction java at androidx test espresso viewinteraction desugaredperform viewinteraction java at androidx test espresso viewinteraction perform viewinteraction java at org mozilla reference browser helpers viewinteractionkt click viewinteraction kt at org mozilla reference browser ui robots navigationtoolbarrobot transition openthreedotmenu navigationtoolbarrobot kt at org mozilla reference browser ui threedotmenutest requestdesktopsitetest threedotmenutest kt at java lang reflect method invoke native method at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at androidx test internal runner statement runbefores evaluate runbefores java at androidx test internal runner statement runafters evaluate runafters java at androidx test rule activitytestrule activitystatement evaluate activitytestrule java at org junit rules runrules evaluate runrules java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org junit runners suite runchild suite java at org junit runners suite runchild suite java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org junit runner junitcore run junitcore java at org junit runner junitcore run junitcore java at androidx test internal runner testexecutor execute testexecutor java at androidx test runner androidjunitrunner onstart androidjunitrunner java at android app instrumentation instrumentationthread run instrumentation java build
1
628,908
20,017,921,298
IssuesEvent
2022-02-01 13:55:23
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
pinia.vuejs.org - see bug description
status-needsinfo browser-firefox priority-normal os-linux engine-gecko
<!-- @browser: Firefox 96.0 --> <!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0 --> <!-- @reported_with: unknown --> **URL**: https://pinia.vuejs.org/core-concepts/getters.html **Browser / Version**: Firefox 96.0 **Operating System**: Linux **Tested Another Browser**: Yes Other **Problem type**: Something else **Description**: switching between light and dark mode **Steps to Reproduce**: After continued browsing it starts switching between light and dark theme. We used the site at least 30 minutes before the error showed itself. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
pinia.vuejs.org - see bug description - <!-- @browser: Firefox 96.0 --> <!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0 --> <!-- @reported_with: unknown --> **URL**: https://pinia.vuejs.org/core-concepts/getters.html **Browser / Version**: Firefox 96.0 **Operating System**: Linux **Tested Another Browser**: Yes Other **Problem type**: Something else **Description**: switching between light and dark mode **Steps to Reproduce**: After continued browsing it starts switching between light and dark theme. We used the site at least 30 minutes before the error showed itself. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_test
pinia vuejs org see bug description url browser version firefox operating system linux tested another browser yes other problem type something else description switching between light and dark mode steps to reproduce after continued browsing it starts switching between light and dark theme we used the site at least minutes before the error showed itself browser configuration none from with ❤️
0
182,427
6,670,033,443
IssuesEvent
2017-10-03 21:35:19
spring-projects/spring-boot
https://api.github.com/repos/spring-projects/spring-boot
closed
Review if we need AuthenticationManagerConfigurationListener
priority: normal type: chore
I can't remember why `AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener` was added but it seems like we might be able to remove it and just wire up `InMemoryUserDetailsManager` directly and make `setAuthenticationEventPublisher` a user problem if they wire up their own.
1.0
Review if we need AuthenticationManagerConfigurationListener - I can't remember why `AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener` was added but it seems like we might be able to remove it and just wire up `InMemoryUserDetailsManager` directly and make `setAuthenticationEventPublisher` a user problem if they wire up their own.
non_test
review if we need authenticationmanagerconfigurationlistener i can t remember why authenticationmanagerconfiguration authenticationmanagerconfigurationlistener was added but it seems like we might be able to remove it and just wire up inmemoryuserdetailsmanager directly and make setauthenticationeventpublisher a user problem if they wire up their own
0
300,777
25,993,742,840
IssuesEvent
2022-12-20 09:51:32
TESTARtool/TESTAR_dev
https://api.github.com/repos/TESTARtool/TESTAR_dev
closed
Replay-mode: generate same report files as during Generate-mode
type: technical feature request status: to be tested priority: high
Generate sequence, oracles, and logs with new names when replaying a sequence, so that you can compare the results between different executions of the same test sequence.
1.0
Replay-mode: generate same report files as during Generate-mode - Generate sequence, oracles, and logs with new names when replaying a sequence, so that you can compare the results between different executions of the same test sequence.
test
replay mode generate same report files as during generate mode generate sequence oracles and logs with new names when replaying a sequence so that you can compare the results between different executions of the same test sequence
1
249,432
26,932,339,024
IssuesEvent
2023-02-07 17:43:14
google/android-riscv64
https://api.github.com/repos/google/android-riscv64
opened
kernel: software shadow call stack
security
Linux doesn't have SCS support for RISC-V (`CONFIG_SHADOW_CALL_STACK`). Similarly to #52, we should support software SCS in the kernel until #14 is available and implemented.
True
kernel: software shadow call stack - Linux doesn't have SCS support for RISC-V (`CONFIG_SHADOW_CALL_STACK`). Similarly to #52, we should support software SCS in the kernel until #14 is available and implemented.
non_test
kernel software shadow call stack linux doesn t have scs support for risc v config shadow call stack similarly to we should support software scs in the kernel until is available and implemented
0
129,331
27,444,660,841
IssuesEvent
2023-03-02 13:30:16
Regalis11/Barotrauma
https://api.github.com/repos/Regalis11/Barotrauma
opened
Fabricator and a linked container windows overlap badly by default
Bug Code
At least in Herja (using 2560x1440), this what I get when I select the container linked to the fabricator: ![image.png](https://images.zenhubusercontent.com/5c93b12055cf186934fc0a03/afab936a-fa1b-46a2-8dc8-049c570f8908) Resetting the windows via the button fixes it.
1.0
Fabricator and a linked container windows overlap badly by default - At least in Herja (using 2560x1440), this what I get when I select the container linked to the fabricator: ![image.png](https://images.zenhubusercontent.com/5c93b12055cf186934fc0a03/afab936a-fa1b-46a2-8dc8-049c570f8908) Resetting the windows via the button fixes it.
non_test
fabricator and a linked container windows overlap badly by default at least in herja using this what i get when i select the container linked to the fabricator resetting the windows via the button fixes it
0
294,739
25,400,118,880
IssuesEvent
2022-11-22 11:26:19
wpfoodmanager/wp-food-manager
https://api.github.com/repos/wpfoodmanager/wp-food-manager
closed
Food Data Section V2
In Testing
Want to discuss with below sheet's plugins and make compatible with WooCommerce. https://docs.google.com/spreadsheets/d/10g1QwQgDfwfR0FnBuOpjrvk0uRZ_k3_JX_sEZG7rWIY/edit#gid=1344416069
1.0
Food Data Section V2 - Want to discuss with below sheet's plugins and make compatible with WooCommerce. https://docs.google.com/spreadsheets/d/10g1QwQgDfwfR0FnBuOpjrvk0uRZ_k3_JX_sEZG7rWIY/edit#gid=1344416069
test
food data section want to discuss with below sheet s plugins and make compatible with woocommerce
1
310,206
26,705,755,476
IssuesEvent
2023-01-27 18:00:30
ntop/ntopng
https://api.github.com/repos/ntop/ntopng
closed
Improve "Local Hosts Traffic Rules" dialog
Low-Priority Bug Ready to Test
![Screen Shot 2022-12-23 at 10 27 11](https://user-images.githubusercontent.com/4493366/209309942-ef155791-59df-4abd-b4cf-6df0ab60075e.png) When you add a host from a newly loaded page the form (after you press +) is empty. But if you add a second host such form is populated (IP and various parameters) with the old values ![image](https://user-images.githubusercontent.com/4493366/209310207-e1842cb7-7f37-410a-ac7b-5b3889c9bd1a.png) it would also be nice to add a "edit" instead of the delete.
1.0
Improve "Local Hosts Traffic Rules" dialog - ![Screen Shot 2022-12-23 at 10 27 11](https://user-images.githubusercontent.com/4493366/209309942-ef155791-59df-4abd-b4cf-6df0ab60075e.png) When you add a host from a newly loaded page the form (after you press +) is empty. But if you add a second host such form is populated (IP and various parameters) with the old values ![image](https://user-images.githubusercontent.com/4493366/209310207-e1842cb7-7f37-410a-ac7b-5b3889c9bd1a.png) it would also be nice to add a "edit" instead of the delete.
test
improve local hosts traffic rules dialog when you add a host from a newly loaded page the form after you press is empty but if you add a second host such form is populated ip and various parameters with the old values it would also be nice to add a edit instead of the delete
1
155,881
12,280,964,534
IssuesEvent
2020-05-08 15:01:21
urapadmin/kiosk
https://api.github.com/repos/urapadmin/kiosk
closed
new configuration setting: Allow dayplan deletion for normal users
enhancement / extension filemaker test-stage
currently dayplans can only be deleted by the admin. Not sure that is always a good choice, so we should give projects a choice.
1.0
new configuration setting: Allow dayplan deletion for normal users - currently dayplans can only be deleted by the admin. Not sure that is always a good choice, so we should give projects a choice.
test
new configuration setting allow dayplan deletion for normal users currently dayplans can only be deleted by the admin not sure that is always a good choice so we should give projects a choice
1
162,105
12,619,832,638
IssuesEvent
2020-06-13 02:53:02
Scholar-6/brillder
https://api.github.com/repos/Scholar-6/brillder
closed
Ticket #27 Choose One: correct answer should show like in Choose Several (no white outline, green on preview and play review)
Betatester Request Critical Blocker Input Brick Onboarding | UX
- [x] no outline on selection - [x] green in preview - [x] green in review phase, play and play preview
1.0
Ticket #27 Choose One: correct answer should show like in Choose Several (no white outline, green on preview and play review) - - [x] no outline on selection - [x] green in preview - [x] green in review phase, play and play preview
test
ticket choose one correct answer should show like in choose several no white outline green on preview and play review no outline on selection green in preview green in review phase play and play preview
1
101,173
8,780,396,423
IssuesEvent
2018-12-19 17:11:37
SME-Issues/issues
https://api.github.com/repos/SME-Issues/issues
closed
Test Summary - 19/12/2018 - 5004 Gold
NLP Api PETEDEV pulse_tests
### Intent - **Intent Errors: 2** (#2706) ### Compound - Compound Query Tests Balance None (12): **90%** pass (9), 1 failed understood (#2699) - Compound Query Tests Balance Partial (19): **68%** pass (13), 6 failed understood (#2700) - Compound Query Tests Invoice None (24): **64%** pass (14), 8 failed understood (#2701) - Compound Query Tests Invoice Partial (20): **63%** pass (12), 7 failed understood (#2702) - Compound Query Tests Payment None (7): **40%** pass (2), 3 failed understood (#2703) - Compound Query Tests Payment Partial (18): **50%** pass (9), 9 failed understood (#2704) ### Comprehension - Query Balance Tests Comprehension Partial (19): **95%** pass (18), 1 failed understood (#2698) - Query Invoice Tests Comprehension Partial (27): **65%** pass (17), 9 failed understood (#2705) Url: http://13.80.119.239:5004/pulse?g=
1.0
Test Summary - 19/12/2018 - 5004 Gold - ### Intent - **Intent Errors: 2** (#2706) ### Compound - Compound Query Tests Balance None (12): **90%** pass (9), 1 failed understood (#2699) - Compound Query Tests Balance Partial (19): **68%** pass (13), 6 failed understood (#2700) - Compound Query Tests Invoice None (24): **64%** pass (14), 8 failed understood (#2701) - Compound Query Tests Invoice Partial (20): **63%** pass (12), 7 failed understood (#2702) - Compound Query Tests Payment None (7): **40%** pass (2), 3 failed understood (#2703) - Compound Query Tests Payment Partial (18): **50%** pass (9), 9 failed understood (#2704) ### Comprehension - Query Balance Tests Comprehension Partial (19): **95%** pass (18), 1 failed understood (#2698) - Query Invoice Tests Comprehension Partial (27): **65%** pass (17), 9 failed understood (#2705) Url: http://13.80.119.239:5004/pulse?g=
test
test summary gold intent intent errors compound compound query tests balance none pass failed understood compound query tests balance partial pass failed understood compound query tests invoice none pass failed understood compound query tests invoice partial pass failed understood compound query tests payment none pass failed understood compound query tests payment partial pass failed understood comprehension query balance tests comprehension partial pass failed understood query invoice tests comprehension partial pass failed understood url
1
102,348
8,824,994,648
IssuesEvent
2019-01-02 19:09:54
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
closed
[CI] testRollupIDSchemeAfterRestart failure on BWC 6.3.0
:Analytics/Rollup >test-failure
Fails reproducibly (with all/multiple seeds) against 6.3.0 (but not 6.5.0) ``` ./gradlew :x-pack:qa:full-cluster-restart:with-system-key:v6.3.0#upgradedClusterTestRunner -Dtests.seed=60A7CAF1992A4836 -Dtests.class=org.elasticsearch.xpack.restart.FullClusterRestartIT -Dtests.method="testRollupIDSchemeAfterRestart" -Dtests.security.manager=true -Dtests.locale=nl-NL -Dtests.timezone=America/Argentina/ComodRivadavia -Dcompiler.java=11 -Druntime.java=8 ``` ``` 02:07:39 ERROR 0.06s | FullClusterRestartIT.testRollupIDSchemeAfterRestart <<< FAILURES! 02:07:39 > Throwable #1: org.elasticsearch.client.ResponseException: method [POST], host [http://[::1]:33259], URI [/id-test-rollup/doc/2], status line [HTTP/1.1 201 Created] 02:07:39 > Warnings: [[types removal] Specifying types in document index requests is deprecated, use the typeless endpoints instead (/{index}/_doc/{id}, /{index}/_doc, or /{index}/_create/{id}).] 02:07:39 > {"_index":"id-test-rollup","_type":"doc","_id":"2","_version":1,"result":"created","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":0,"_primary_term":2} 02:07:39 > at __randomizedtesting.SeedInfo.seed([60A7CAF1992A4836:38C9E8CC16F7BE41]:0) 02:07:39 > at org.elasticsearch.client.RestClient$SyncResponseListener.get(RestClient.java:690) 02:07:39 > at org.elasticsearch.client.RestClient.performRequest(RestClient.java:218) 02:07:39 > at org.elasticsearch.xpack.restart.FullClusterRestartIT.testRollupIDSchemeAfterRestart(FullClusterRestartIT.java:368) 02:07:39 > at java.lang.Thread.run(Thread.java:748) 02:07:39 > Caused by: org.elasticsearch.client.ResponseException: method [POST], host [http://[::1]:33259], URI [/id-test-rollup/doc/2], status line [HTTP/1.1 201 Created] 02:07:39 > Warnings: [[types removal] Specifying types in document index requests is deprecated, use the typeless endpoints instead (/{index}/_doc/{id}, /{index}/_doc, or /{index}/_create/{id}).] 02:07:39 > {"_index":"id-test-rollup","_type":"doc","_id":"2","_version":1,"result":"created","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":0,"_primary_term":2} 02:07:39 > at org.elasticsearch.client.RestClient$1.completed(RestClient.java:304) 02:07:39 > at org.elasticsearch.client.RestClient$1.completed(RestClient.java:294) 02:07:39 > at org.apache.http.concurrent.BasicFuture.completed(BasicFuture.java:119) 02:07:39 > at org.apache.http.impl.nio.client.DefaultClientExchangeHandlerImpl.responseCompleted(DefaultClientExchangeHandlerImpl.java:177) 02:07:39 > at org.apache.http.nio.protocol.HttpAsyncRequestExecutor.processResponse(HttpAsyncRequestExecutor.java:436) 02:07:39 > at org.apache.http.nio.protocol.HttpAsyncRequestExecutor.inputReady(HttpAsyncRequestExecutor.java:326) 02:07:39 > at org.apache.http.impl.nio.DefaultNHttpClientConnection.consumeInput(DefaultNHttpClientConnection.java:265) 02:07:39 > at org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:81) 02:07:39 > at org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:39) 02:07:39 > at org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady(AbstractIODispatch.java:114) 02:07:39 > at org.apache.http.impl.nio.reactor.BaseIOReactor.readable(BaseIOReactor.java:162) 02:07:39 > at org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent(AbstractIOReactor.java:337) 02:07:39 > at org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents(AbstractIOReactor.java:315) 02:07:39 > at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:276) 02:07:39 > at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104) 02:07:39 > at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:588) 02:07:39 > ... 1 more ```
1.0
[CI] testRollupIDSchemeAfterRestart failure on BWC 6.3.0 - Fails reproducibly (with all/multiple seeds) against 6.3.0 (but not 6.5.0) ``` ./gradlew :x-pack:qa:full-cluster-restart:with-system-key:v6.3.0#upgradedClusterTestRunner -Dtests.seed=60A7CAF1992A4836 -Dtests.class=org.elasticsearch.xpack.restart.FullClusterRestartIT -Dtests.method="testRollupIDSchemeAfterRestart" -Dtests.security.manager=true -Dtests.locale=nl-NL -Dtests.timezone=America/Argentina/ComodRivadavia -Dcompiler.java=11 -Druntime.java=8 ``` ``` 02:07:39 ERROR 0.06s | FullClusterRestartIT.testRollupIDSchemeAfterRestart <<< FAILURES! 02:07:39 > Throwable #1: org.elasticsearch.client.ResponseException: method [POST], host [http://[::1]:33259], URI [/id-test-rollup/doc/2], status line [HTTP/1.1 201 Created] 02:07:39 > Warnings: [[types removal] Specifying types in document index requests is deprecated, use the typeless endpoints instead (/{index}/_doc/{id}, /{index}/_doc, or /{index}/_create/{id}).] 02:07:39 > {"_index":"id-test-rollup","_type":"doc","_id":"2","_version":1,"result":"created","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":0,"_primary_term":2} 02:07:39 > at __randomizedtesting.SeedInfo.seed([60A7CAF1992A4836:38C9E8CC16F7BE41]:0) 02:07:39 > at org.elasticsearch.client.RestClient$SyncResponseListener.get(RestClient.java:690) 02:07:39 > at org.elasticsearch.client.RestClient.performRequest(RestClient.java:218) 02:07:39 > at org.elasticsearch.xpack.restart.FullClusterRestartIT.testRollupIDSchemeAfterRestart(FullClusterRestartIT.java:368) 02:07:39 > at java.lang.Thread.run(Thread.java:748) 02:07:39 > Caused by: org.elasticsearch.client.ResponseException: method [POST], host [http://[::1]:33259], URI [/id-test-rollup/doc/2], status line [HTTP/1.1 201 Created] 02:07:39 > Warnings: [[types removal] Specifying types in document index requests is deprecated, use the typeless endpoints instead (/{index}/_doc/{id}, /{index}/_doc, or /{index}/_create/{id}).] 02:07:39 > {"_index":"id-test-rollup","_type":"doc","_id":"2","_version":1,"result":"created","_shards":{"total":2,"successful":2,"failed":0},"_seq_no":0,"_primary_term":2} 02:07:39 > at org.elasticsearch.client.RestClient$1.completed(RestClient.java:304) 02:07:39 > at org.elasticsearch.client.RestClient$1.completed(RestClient.java:294) 02:07:39 > at org.apache.http.concurrent.BasicFuture.completed(BasicFuture.java:119) 02:07:39 > at org.apache.http.impl.nio.client.DefaultClientExchangeHandlerImpl.responseCompleted(DefaultClientExchangeHandlerImpl.java:177) 02:07:39 > at org.apache.http.nio.protocol.HttpAsyncRequestExecutor.processResponse(HttpAsyncRequestExecutor.java:436) 02:07:39 > at org.apache.http.nio.protocol.HttpAsyncRequestExecutor.inputReady(HttpAsyncRequestExecutor.java:326) 02:07:39 > at org.apache.http.impl.nio.DefaultNHttpClientConnection.consumeInput(DefaultNHttpClientConnection.java:265) 02:07:39 > at org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:81) 02:07:39 > at org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:39) 02:07:39 > at org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady(AbstractIODispatch.java:114) 02:07:39 > at org.apache.http.impl.nio.reactor.BaseIOReactor.readable(BaseIOReactor.java:162) 02:07:39 > at org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent(AbstractIOReactor.java:337) 02:07:39 > at org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents(AbstractIOReactor.java:315) 02:07:39 > at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:276) 02:07:39 > at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104) 02:07:39 > at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:588) 02:07:39 > ... 1 more ```
test
testrollupidschemeafterrestart failure on bwc fails reproducibly with all multiple seeds against but not gradlew x pack qa full cluster restart with system key upgradedclustertestrunner dtests seed dtests class org elasticsearch xpack restart fullclusterrestartit dtests method testrollupidschemeafterrestart dtests security manager true dtests locale nl nl dtests timezone america argentina comodrivadavia dcompiler java druntime java error fullclusterrestartit testrollupidschemeafterrestart failures throwable org elasticsearch client responseexception method host uri status line warnings specifying types in document index requests is deprecated use the typeless endpoints instead index doc id index doc or index create id index id test rollup type doc id version result created shards total successful failed seq no primary term at randomizedtesting seedinfo seed at org elasticsearch client restclient syncresponselistener get restclient java at org elasticsearch client restclient performrequest restclient java at org elasticsearch xpack restart fullclusterrestartit testrollupidschemeafterrestart fullclusterrestartit java at java lang thread run thread java caused by org elasticsearch client responseexception method host uri status line warnings specifying types in document index requests is deprecated use the typeless endpoints instead index doc id index doc or index create id index id test rollup type doc id version result created shards total successful failed seq no primary term at org elasticsearch client restclient completed restclient java at org elasticsearch client restclient completed restclient java at org apache http concurrent basicfuture completed basicfuture java at org apache http impl nio client defaultclientexchangehandlerimpl responsecompleted defaultclientexchangehandlerimpl java at org apache http nio protocol httpasyncrequestexecutor processresponse httpasyncrequestexecutor java at org apache http nio protocol httpasyncrequestexecutor inputready httpasyncrequestexecutor java at org apache http impl nio defaultnhttpclientconnection consumeinput defaultnhttpclientconnection java at org apache http impl nio client internaliodispatch oninputready internaliodispatch java at org apache http impl nio client internaliodispatch oninputready internaliodispatch java at org apache http impl nio reactor abstractiodispatch inputready abstractiodispatch java at org apache http impl nio reactor baseioreactor readable baseioreactor java at org apache http impl nio reactor abstractioreactor processevent abstractioreactor java at org apache http impl nio reactor abstractioreactor processevents abstractioreactor java at org apache http impl nio reactor abstractioreactor execute abstractioreactor java at org apache http impl nio reactor baseioreactor execute baseioreactor java at org apache http impl nio reactor abstractmultiworkerioreactor worker run abstractmultiworkerioreactor java more
1
41,984
12,866,157,022
IssuesEvent
2020-07-10 02:47:12
Alanwang2015/XBot
https://api.github.com/repos/Alanwang2015/XBot
opened
CVE-2017-18640 (High) detected in snakeyaml-1.23.jar
security vulnerability
## CVE-2017-18640 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.23.jar</b></p></summary> <p>YAML 1.1 parser and emitter for Java</p> <p>Library home page: <a href="http://www.snakeyaml.org">http://www.snakeyaml.org</a></p> <p>Path to dependency file: /tmp/ws-scm/XBot/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/yaml/snakeyaml/1.23/snakeyaml-1.23.jar</p> <p> Dependency Hierarchy: - jackson-dataformat-yaml-2.9.10.jar (Root Library) - :x: **snakeyaml-1.23.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Alanwang2015/XBot/commit/be8cf856bee2127c2220506a5347ebe0c3221d4f">be8cf856bee2127c2220506a5347ebe0c3221d4f</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The Alias feature in SnakeYAML 1.18 allows entity expansion during a load operation, a related issue to CVE-2003-1564. <p>Publish Date: 2019-12-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18640>CVE-2017-18640</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://bitbucket.org/asomov/snakeyaml/commits/da11ddbd91c1f8392ea932b37fa48110fa54ed8c">https://bitbucket.org/asomov/snakeyaml/commits/da11ddbd91c1f8392ea932b37fa48110fa54ed8c</a></p> <p>Release Date: 2020-03-08</p> <p>Fix Resolution: 1.26</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-2017-18640 (High) detected in snakeyaml-1.23.jar - ## CVE-2017-18640 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.23.jar</b></p></summary> <p>YAML 1.1 parser and emitter for Java</p> <p>Library home page: <a href="http://www.snakeyaml.org">http://www.snakeyaml.org</a></p> <p>Path to dependency file: /tmp/ws-scm/XBot/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/yaml/snakeyaml/1.23/snakeyaml-1.23.jar</p> <p> Dependency Hierarchy: - jackson-dataformat-yaml-2.9.10.jar (Root Library) - :x: **snakeyaml-1.23.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Alanwang2015/XBot/commit/be8cf856bee2127c2220506a5347ebe0c3221d4f">be8cf856bee2127c2220506a5347ebe0c3221d4f</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The Alias feature in SnakeYAML 1.18 allows entity expansion during a load operation, a related issue to CVE-2003-1564. <p>Publish Date: 2019-12-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18640>CVE-2017-18640</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://bitbucket.org/asomov/snakeyaml/commits/da11ddbd91c1f8392ea932b37fa48110fa54ed8c">https://bitbucket.org/asomov/snakeyaml/commits/da11ddbd91c1f8392ea932b37fa48110fa54ed8c</a></p> <p>Release Date: 2020-03-08</p> <p>Fix Resolution: 1.26</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in snakeyaml jar cve high severity vulnerability vulnerable library snakeyaml jar yaml parser and emitter for java library home page a href path to dependency file tmp ws scm xbot pom xml path to vulnerable library home wss scanner repository org yaml snakeyaml snakeyaml jar dependency hierarchy jackson dataformat yaml jar root library x snakeyaml jar vulnerable library found in head commit a href vulnerability details the alias feature in snakeyaml allows entity expansion during a load operation a related issue to cve publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
531,660
15,502,063,785
IssuesEvent
2021-03-11 11:20:29
AY2021S2-CS2113T-F08-4/tp
https://api.github.com/repos/AY2021S2-CS2113T-F08-4/tp
closed
Make DeleteModule more consistent with others
priority.Medium type.Task
Must use more Ui code and make it more consistent with the other methods
1.0
Make DeleteModule more consistent with others - Must use more Ui code and make it more consistent with the other methods
non_test
make deletemodule more consistent with others must use more ui code and make it more consistent with the other methods
0
41,396
21,673,743,829
IssuesEvent
2022-05-08 11:30:28
Ludy87/ecotrend-ista
https://api.github.com/repos/Ludy87/ecotrend-ista
reopened
Feature request: add pull of "Einheiten" and old data
enhancement feature request performance wait
Hello @Ludy87 thank you for working on an ista Ecotrend integration for Home Assistant. I wanted to give it a try and added your repository to HACS, installed and then added a package with the config. The first data has been pulled. Excellent! Would it be possible to pull all data available, i.e. old data and also the "Einheiten" that were consumed? This would allow to also track the conversion being performed from "Einheiten" to kWh as one is the "Verbrauchseinheiten" which can be read locally from the sensors. Maybe, if you are a member and feel like it, we can also discuss in a dedicated thread in Home Assistant Community Forum? I could imagine more people being interested in this :) Thank you and looking forward to the official HACS release Alex
True
Feature request: add pull of "Einheiten" and old data - Hello @Ludy87 thank you for working on an ista Ecotrend integration for Home Assistant. I wanted to give it a try and added your repository to HACS, installed and then added a package with the config. The first data has been pulled. Excellent! Would it be possible to pull all data available, i.e. old data and also the "Einheiten" that were consumed? This would allow to also track the conversion being performed from "Einheiten" to kWh as one is the "Verbrauchseinheiten" which can be read locally from the sensors. Maybe, if you are a member and feel like it, we can also discuss in a dedicated thread in Home Assistant Community Forum? I could imagine more people being interested in this :) Thank you and looking forward to the official HACS release Alex
non_test
feature request add pull of einheiten and old data hello thank you for working on an ista ecotrend integration for home assistant i wanted to give it a try and added your repository to hacs installed and then added a package with the config the first data has been pulled excellent would it be possible to pull all data available i e old data and also the einheiten that were consumed this would allow to also track the conversion being performed from einheiten to kwh as one is the verbrauchseinheiten which can be read locally from the sensors maybe if you are a member and feel like it we can also discuss in a dedicated thread in home assistant community forum i could imagine more people being interested in this thank you and looking forward to the official hacs release alex
0
44,790
5,644,035,539
IssuesEvent
2017-04-07 03:12:44
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
Test failure: System.IO.IsolatedStorage.GetCreationTimeTests/GetCreationTime_GetsTime_Unix
area-System.IO disabled-test test bug up-for-grabs
Opened on behalf of @jiangzeng The test `System.IO.IsolatedStorage.GetCreationTimeTests/GetCreationTime_GetsTime_Unix` has failed. ``` Assert.Equal() Failure Expected: 0001-01-01T00:00:00.0000000+00:00 Actual: 0001-01-01T00:00:00.0000000-07:53 ``` Stack Trace: ``` at System.IO.IsolatedStorage.GetCreationTimeTests.GetCreationTime_GetsTime_Unix() ``` Build : Master - 20161010.02 (Core Tests) Failing configurations: - Fedora.23.Amd64 - AnyCPU-Debug - AnyCPU-Release link: https://mc.dot.net/#/product/netcore/master/source/official~2Fcorefx~2Fmaster~2F/type/test~2Ffunctional~2Fcli~2F/build/20161010.02/workItem/System.IO.IsolatedStorage.Tests/analysis/xunit/System.IO.IsolatedStorage.GetCreationTimeTests~2FGetCreationTime_GetsTime_Unix
2.0
Test failure: System.IO.IsolatedStorage.GetCreationTimeTests/GetCreationTime_GetsTime_Unix - Opened on behalf of @jiangzeng The test `System.IO.IsolatedStorage.GetCreationTimeTests/GetCreationTime_GetsTime_Unix` has failed. ``` Assert.Equal() Failure Expected: 0001-01-01T00:00:00.0000000+00:00 Actual: 0001-01-01T00:00:00.0000000-07:53 ``` Stack Trace: ``` at System.IO.IsolatedStorage.GetCreationTimeTests.GetCreationTime_GetsTime_Unix() ``` Build : Master - 20161010.02 (Core Tests) Failing configurations: - Fedora.23.Amd64 - AnyCPU-Debug - AnyCPU-Release link: https://mc.dot.net/#/product/netcore/master/source/official~2Fcorefx~2Fmaster~2F/type/test~2Ffunctional~2Fcli~2F/build/20161010.02/workItem/System.IO.IsolatedStorage.Tests/analysis/xunit/System.IO.IsolatedStorage.GetCreationTimeTests~2FGetCreationTime_GetsTime_Unix
test
test failure system io isolatedstorage getcreationtimetests getcreationtime getstime unix opened on behalf of jiangzeng the test system io isolatedstorage getcreationtimetests getcreationtime getstime unix has failed assert equal failure expected actual stack trace at system io isolatedstorage getcreationtimetests getcreationtime getstime unix build master core tests failing configurations fedora anycpu debug anycpu release link
1
124,362
10,310,079,484
IssuesEvent
2019-08-29 14:30:29
ValveSoftware/steam-for-linux
https://api.github.com/repos/ValveSoftware/steam-for-linux
closed
Can't post comment or browse my inventory on Linux Mageia or OpenMandriva
Need Retest Web reviewed
#### Your system information - Steam client version: 1471977975 - Distribution (e.g. Ubuntu): Linux Mageia 5 x64 and OpenMandriva LX3 x64 - Opted into Steam client beta?: [No] - Have you checked for system updates?: [Yes] #### Please describe your issue in as much detail as possible: For all time i use Steam client on this distro - Linux Mageia 5 x64, and not have any issues. Now I see that I can't post any comment in Steam community via my Steam Client. Also I can't browse my inventory, so I can open it but I see only first intem and can't click to other or change page. This issue I have only in Steam Client. I tested it on Mageia 5 x64 and also on my notebook with OpenMandriva LX 3 x64 - on both I have this issues. But on my second system on notebook - on Ubuntu 16.04 x64 I not have it, it working fine. So? Also on web browser this all features working fine. #### Steps for reproducing this issue: 1. Install Mageia 5 x64 or OpenMandriva LX 3 x64 2. Open Steam and trying post comment or browse inventory. My steam spec from desktop pc with Mageia 5x64 https://gist.github.com/xpris/2ddbe85024815b9a9977e8e89dcb6570
1.0
Can't post comment or browse my inventory on Linux Mageia or OpenMandriva - #### Your system information - Steam client version: 1471977975 - Distribution (e.g. Ubuntu): Linux Mageia 5 x64 and OpenMandriva LX3 x64 - Opted into Steam client beta?: [No] - Have you checked for system updates?: [Yes] #### Please describe your issue in as much detail as possible: For all time i use Steam client on this distro - Linux Mageia 5 x64, and not have any issues. Now I see that I can't post any comment in Steam community via my Steam Client. Also I can't browse my inventory, so I can open it but I see only first intem and can't click to other or change page. This issue I have only in Steam Client. I tested it on Mageia 5 x64 and also on my notebook with OpenMandriva LX 3 x64 - on both I have this issues. But on my second system on notebook - on Ubuntu 16.04 x64 I not have it, it working fine. So? Also on web browser this all features working fine. #### Steps for reproducing this issue: 1. Install Mageia 5 x64 or OpenMandriva LX 3 x64 2. Open Steam and trying post comment or browse inventory. My steam spec from desktop pc with Mageia 5x64 https://gist.github.com/xpris/2ddbe85024815b9a9977e8e89dcb6570
test
can t post comment or browse my inventory on linux mageia or openmandriva your system information steam client version distribution e g ubuntu linux mageia and openmandriva opted into steam client beta have you checked for system updates please describe your issue in as much detail as possible for all time i use steam client on this distro linux mageia and not have any issues now i see that i can t post any comment in steam community via my steam client also i can t browse my inventory so i can open it but i see only first intem and can t click to other or change page this issue i have only in steam client i tested it on mageia and also on my notebook with openmandriva lx on both i have this issues but on my second system on notebook on ubuntu i not have it it working fine so also on web browser this all features working fine steps for reproducing this issue install mageia or openmandriva lx open steam and trying post comment or browse inventory my steam spec from desktop pc with mageia
1
221,641
17,024,834,321
IssuesEvent
2021-07-03 09:08:37
dbo1001/Gestor-TFG-2021
https://api.github.com/repos/dbo1001/Gestor-TFG-2021
closed
Anexos - Plan de Proyecto Software
documentation
Se modificará el apartado de Plan de Proyecto Software añadiendo los últimos sprint, ilustraciones, enlaces y más información.
1.0
Anexos - Plan de Proyecto Software - Se modificará el apartado de Plan de Proyecto Software añadiendo los últimos sprint, ilustraciones, enlaces y más información.
non_test
anexos plan de proyecto software se modificará el apartado de plan de proyecto software añadiendo los últimos sprint ilustraciones enlaces y más información
0
244,830
20,719,428,633
IssuesEvent
2022-03-13 06:10:38
hashgraph/hedera-services
https://api.github.com/repos/hashgraph/hedera-services
closed
scheduleOpsEnablement() seems not working in customHapiSpec(...)
P2 Test Development
(This may not be an issue. But just want to mention here to see if this needs or can be improved.) In following code snippet: ``` return defaultHapiSpec("RunMixedOps") .given( ... scheduleOpsEnablement(), cryptoCreate("treasury") .hasRetryPrecheckFrom(permissiblePrechecks) .key(GENESIS) ).when(...) ``` The `scheduleOpsEnablement()` works. But in the code snippet: ``` private HapiApiSpec jrsRestartTemplate() { return customHapiSpec("JrsRestartTemplate") .withProperties(Map.of( "persistentEntities.dir.path", ENTITIES_DIR )).given( scheduleOpsEnablement(), expectedEntitiesExist() ).when(...) ``` The `scheduleOpsEnablement()` operation is not executed. Even wrapping it inside `withOpContext` or directly using the fileUpdate(...) doesn't help either. Not sure whether this is caused `cusomHapiSpec` or not, but it would be nice to have consistent behaviors in similar contexts. (Please refer to issue #1189 as well)
1.0
scheduleOpsEnablement() seems not working in customHapiSpec(...) - (This may not be an issue. But just want to mention here to see if this needs or can be improved.) In following code snippet: ``` return defaultHapiSpec("RunMixedOps") .given( ... scheduleOpsEnablement(), cryptoCreate("treasury") .hasRetryPrecheckFrom(permissiblePrechecks) .key(GENESIS) ).when(...) ``` The `scheduleOpsEnablement()` works. But in the code snippet: ``` private HapiApiSpec jrsRestartTemplate() { return customHapiSpec("JrsRestartTemplate") .withProperties(Map.of( "persistentEntities.dir.path", ENTITIES_DIR )).given( scheduleOpsEnablement(), expectedEntitiesExist() ).when(...) ``` The `scheduleOpsEnablement()` operation is not executed. Even wrapping it inside `withOpContext` or directly using the fileUpdate(...) doesn't help either. Not sure whether this is caused `cusomHapiSpec` or not, but it would be nice to have consistent behaviors in similar contexts. (Please refer to issue #1189 as well)
test
scheduleopsenablement seems not working in customhapispec this may not be an issue but just want to mention here to see if this needs or can be improved in following code snippet return defaulthapispec runmixedops given scheduleopsenablement cryptocreate treasury hasretryprecheckfrom permissibleprechecks key genesis when the scheduleopsenablement works but in the code snippet private hapiapispec jrsrestarttemplate return customhapispec jrsrestarttemplate withproperties map of persistententities dir path entities dir given scheduleopsenablement expectedentitiesexist when the scheduleopsenablement operation is not executed even wrapping it inside withopcontext or directly using the fileupdate doesn t help either not sure whether this is caused cusomhapispec or not but it would be nice to have consistent behaviors in similar contexts please refer to issue as well
1
790,196
27,818,610,273
IssuesEvent
2023-03-19 00:25:52
habitat-sh/habitat
https://api.github.com/repos/habitat-sh/habitat
closed
`hab studio run` fails if HAB_STUDIO_SECRET variable contains whitespace
Priority:Low Stale Focus: Studio Type: Bug
On Habitat 0.82.0 and earlier, `hab studio enter` fails if `HAB_STUDIO_SECRET_*` variables contain whitespace.: ``` $ hab --version hab 0.82.0/20190605214032 $ HAB_STUDIO_SECRET_FOO="a b" hab studio run 'echo 1' hab-studio: Creating Studio at /hab/studios/a2--components--automate-deployment (default) hab-studio: No secret keys imported! Did you mean to set HAB_ORIGIN? To specify a HAB_ORIGIN, either set the HAB_ORIGIN environment variable to your origin name or run 'hab setup' and specify a default origin. hab-studio: Running 'echo 1' in Studio at /hab/studios/a2--components--automate-deployment (default) /hab/pkgs/core/coreutils/8.30/20190115012313/bin/env: ‘b’: No such file or directory ``` The same run with DEBUG=1 is provided below: ``` $ DEBUG=1 HAB_STUDIO_SECRET_FOO="a b" hab studio run 'echo 1' + export DEBUG + set_libexec_path + [ -n ] + command -v busybox + command -v busybox + bb=/bin/busybox + [ -n ] + /bin/busybox dirname /hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin/hab-studio + p=/hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin + cd /hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin + /bin/busybox pwd + /bin/busybox basename /hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin/hab-studio + p=/hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin/hab-studio + /bin/busybox readlink -f /hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin/hab-studio + p=/hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin/hab-studio + /bin/busybox dirname /hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin/hab-studio + p=/hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin + /bin/busybox dirname /hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin + libexec_path=/hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec + return 0 + unset PATH + : /hab + HAB_PKG_PATH=/hab/pkgs + HAB_CACHE_ARTIFACT_PATH=/hab/cache/artifacts + ERR_RUNTIME_CODING_ERROR=70 + ERR_UMOUNT_FAILED=80 + ERR_MOUNT_PERSISTS=81 + ERR_REMAINING_MOUNTS=82 + bb=/hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox + hab=/hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/hab + : 0.82.0/20190605215758 + author=The Habitat Maintainers <humans@habitat.sh> + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox basename /hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin/hab-studio + program=hab-studio + ensure_root + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox id -u + [ 0 -eq 0 ] + return + getopts :nNa:k:r:s:t:D:vqVh opt + shift 0 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox pwd + : /a2/components/automate-deployment + : /home/vagrant/.hab/cache/artifacts + echo /a2/components/automate-deployment + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox sed -e s,^/$,root, -e s,^/,, -e s,/,--,g -e s, ,-,g + dir_name=a2--components--automate-deployment + : /hab/studios + : /hab/studios/a2--components--automate-deployment + : + studio_config=/hab/studios/a2--components--automate-deployment/.studio + : + : + : + : + : + : + set_v_flag + [ -n ] + v= + : + export VERBOSE QUIET + shift + subcommand_run echo 1 + OPTIND=1 + getopts :h opt + shift 0 + trap cleanup_studio EXIT + new_studio + source_studio_type_config + [ -s /hab/studios/a2--components--automate-deployment/.studio ] + . /hab/studios/a2--components--automate-deployment/.studio + studio_type=default + studio_path=/hab/bin + studio_env_command=/hab/pkgs/core/coreutils/8.30/20190115012313/bin/env + studio_enter_environment=STUDIO_ENTER=true + studio_enter_command=/hab/bin/hab pkg exec core/hab-backline bash --login +h + studio_build_environment= + studio_build_command=_record_build /hab/bin/build + studio_run_environment= + STUDIO_TYPE=default + STUDIO_TYPE=default + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox readlink -f /hab/studios/a2--components--automate-deployment + HAB_STUDIO_ROOT=/hab/studios/a2--components--automate-deployment + info Creating Studio at /hab/studios/a2--components--automate-deployment (default) + [ -n ] + [ = true ] + printf -- \033[1;36m%s: \033[1;37m%s\033[0m\n hab-studio Creating Studio at /hab/studios/a2--components--automate-deployment (default) hab-studio: Creating Studio at /hab/studios/a2--components--automate-deployment (default) + return 0 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/dev + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/proc + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/sys + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/run + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/run + [ -z ] + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/dev type + [ -z ] + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount --bind /dev /hab/studios/a2--components--automate-deployment/dev + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/dev/pts type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount -t devpts devpts /hab/studios/a2--components--automate-deployment/dev/pts -o gid=5,mode=620 + + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/proc type /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount -t proc proc /hab/studios/a2--components--automate-deployment/proc + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/sys type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + [ -z ] + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount -t sysfs sysfs /hab/studios/a2--components--automate-deployment/sys + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/run type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount -t tmpfs tmpfs /hab/studios/a2--components--automate-deployment/run + [ -e /var/run/docker.sock ] + [ -h /hab/studios/a2--components--automate-deployment/dev/shm ] + [ -z ] + studio_artifact_path=/hab/studios/a2--components--automate-deployment/hab/cache/artifacts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/hab/cache/artifacts type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /home/vagrant/.hab/cache/artifacts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/hab/cache/artifacts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount --bind /home/vagrant/.hab/cache/artifacts /hab/studios/a2--components--automate-deployment/hab/cache/artifacts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/bin + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/etc + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/home + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/lib + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/mnt + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/opt + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/sbin + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox install -d -m 0750 /hab/studios/a2--components--automate-deployment/root + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox install -d -m 1777 /hab/studios/a2--components--automate-deployment/tmp /hab/studios/a2--components--automate-deployment/var/tmp + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/bin + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/include + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/lib + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/libexec + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/sbin + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/doc + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/info + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/locale + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/man + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/misc + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/terminfo + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/zoneinfo + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/man/man1 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/man/man2 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/man/man3 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/man/man4 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/man/man5 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/man/man6 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/man/man7 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/man/man8 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox uname -m + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox ln -sf lib /hab/studios/a2--components--automate-deployment/lib64 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox ln -sf lib /hab/studios/a2--components--automate-deployment/usr/lib64 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/log + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/mail + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/spool + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/opt + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/cache + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/local + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox ln -sf /run/lock /hab/studios/a2--components--automate-deployment/var/lock + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/lib/color + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/lib/misc + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/lib/locate + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox ln -sf /proc/self/mounts /hab/studios/a2--components--automate-deployment/etc/mtab + [ -n ] + studio_type_dir=/hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec + . /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/hab-studio-type-default.sh + studio_type=default + studio_path=/hab/bin + studio_enter_environment=STUDIO_ENTER=true + studio_enter_command=/hab/bin/hab pkg exec core/hab-backline bash --login +h + studio_build_environment= + studio_build_command=_record_build /hab/bin/build + studio_run_environment= + studio_run_command=/hab/bin/hab pkg exec core/hab-backline bash --login + echo 0.82.0/20190605215758 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox cut -d / -f 1 + pkgs=core/hab-backline/0.82.0 + run_user=hab + run_group=hab + copy_minimal_default_file_if_not_present /etc/passwd + file_path=/etc/passwd + [ -f /hab/studios/a2--components--automate-deployment/etc/passwd ] + [ -n ] + copy_minimal_default_file_if_not_present /etc/group + file_path=/etc/group + [ -f /hab/studios/a2--components--automate-deployment/etc/group ] + [ -n ] + copy_minimal_default_file_if_not_present /etc/inputrc + file_path=/etc/inputrc + [ -f /hab/studios/a2--components--automate-deployment/etc/inputrc ] + [ -n ] + copy_minimal_default_file /etc/nsswitch.conf + file_path=/etc/nsswitch.conf + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox dirname /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec + defaults_path=/hab/pkgs/core/hab-studio/0.82.0/20190605215758/defaults + [ -n ] + [ -f /hab/pkgs/core/hab-studio/0.82.0/20190605215758/defaults/etc/nsswitch.conf ] + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox cp -f /hab/pkgs/core/hab-studio/0.82.0/20190605215758/defaults/etc/nsswitch.conf /hab/studios/a2--components--automate-deployment/etc/nsswitch.conf + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox cp /etc/hosts /hab/studios/a2--components--automate-deployment/etc/hosts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox cp /etc/resolv.conf /hab/studios/a2--components--automate-deployment/etc/resolv.conf + finish_setup + [ -n ] + info No secret keys imported! Did you mean to set HAB_ORIGIN? + [ -n ] + [ = true ] + printf -- \033[1;36m%s: \033[1;37m%s\033[0m\n hab-studio No secret keys imported! Did you mean to set HAB_ORIGIN? hab-studio: No secret keys imported! Did you mean to set HAB_ORIGIN? + return 0 + echo To specify a HAB_ORIGIN, either set the HAB_ORIGIN environment To specify a HAB_ORIGIN, either set the HAB_ORIGIN environment + echo variable to your origin name or run 'hab setup' and specify a variable to your origin name or run 'hab setup' and specify a + echo default origin. default origin. + [ -h /hab/studios/a2--components--automate-deployment/hab/bin/hab ] + return 0 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox cat + [ default != bare ] + pfile=/hab/studios/a2--components--automate-deployment/etc/profile + [ ! -f /hab/studios/a2--components--automate-deployment/etc/profile ] + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q ^record() {$ /hab/studios/a2--components--automate-deployment/etc/profile + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/src + [ -z ] + [ -z ] + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/src type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount --bind /a2/components/automate-deployment /hab/studios/a2--components--automate-deployment/src + run_studio echo 1 + exit_if_no_studio_config + [ ! -s /hab/studios/a2--components--automate-deployment/.studio ] + source_studio_type_config + [ -s /hab/studios/a2--components--automate-deployment/.studio ] + . /hab/studios/a2--components--automate-deployment/.studio + studio_type=default + studio_path=/hab/bin + studio_env_command=/hab/pkgs/core/coreutils/8.30/20190115012313/bin/env + studio_enter_environment=STUDIO_ENTER=true + studio_enter_command=/hab/bin/hab pkg exec core/hab-backline bash --login +h + studio_build_environment= + studio_build_command=_record_build /hab/bin/build + studio_run_environment= + STUDIO_TYPE=default + chroot_env /hab/bin + studio_path=/hab/bin + extra_env= + env=LC_ALL=POSIX HOME=/root TERM=xterm-256color PATH=/hab/bin + env=LC_ALL=POSIX HOME=/root TERM=xterm-256color PATH=/hab/bin STUDIO_TYPE=default + [ -n ] + [ -n ] + [ -n ] + [ -n ] + [ -n ] + [ -n ] + [ -n ] + [ -f /hab/accepted-licenses/habitat ] + [ -f /home/vagrant/.hab/accepted-licenses/habitat ] + env=LC_ALL=POSIX HOME=/root TERM=xterm-256color PATH=/hab/bin STUDIO_TYPE=default HAB_LICENSE=accept-no-persist + [ -n ] + [ -n ] + [ -n ] + [ -n ] + [ -n ] + [ -n ] + [ -n ] + [ -n ] + [ -n ] + load_secrets + sanitize_secrets + unset HAB_STUDIO_SECRET_HAB_BINLINK_DIR + unset HAB_STUDIO_SECRET_HAB_ORIGIN + unset HAB_STUDIO_SECRET_HOME + unset HAB_STUDIO_SECRET_LC_ALL + unset HAB_STUDIO_SECRET_PATH + unset HAB_STUDIO_SECRET_PWD + unset HAB_STUDIO_SECRET_STUDIO_TYPE + unset HAB_STUDIO_SECRET_TERM + unset HAB_STUDIO_SECRET_TERMINFO + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox awk -F = /^HAB_STUDIO_SECRET_/ {gsub(/HAB_STUDIO_SECRET_/, ""); print} + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox env + env=LC_ALL=POSIX HOME=/root TERM=xterm-256color PATH=/hab/bin STUDIO_TYPE=default HAB_LICENSE=accept-no-persist FOO=a b + echo LC_ALL=POSIX HOME=/root TERM=xterm-256color PATH=/hab/bin STUDIO_TYPE=default HAB_LICENSE=accept-no-persist FOO=a b + return 0 + env=LC_ALL=POSIX HOME=/root TERM=xterm-256color PATH=/hab/bin STUDIO_TYPE=default HAB_LICENSE=accept-no-persist FOO=a b + info Running 'echo 1' in Studio at /hab/studios/a2--components--automate-deployment (default) + [ -n ] + [ = true ] + printf -- \033[1;36m%s: \033[1;37m%s\033[0m\n hab-studio Running 'echo 1' in Studio at /hab/studios/a2--components--automate-deployment (default) hab-studio: Running 'echo 1' in Studio at /hab/studios/a2--components--automate-deployment (default) + return 0 + [ -n ] + echo echo 1 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox chroot /hab/studios/a2--components--automate-deployment /hab/pkgs/core/coreutils/8.30/20190115012313/bin/env -i LC_ALL=POSIX HOME=/root TERM=xterm-256color PATH=/hab/bin STUDIO_TYPE=default HAB_LICENSE=accept-no-persist FOO=a b /hab/bin/hab pkg exec core/hab-backline bash --login /hab/pkgs/core/coreutils/8.30/20190115012313/bin/env: ‘b’: No such file or directory + cleanup_studio + kill_launcher + pid_file=/hab/studios/a2--components--automate-deployment/hab/sup/default/LOCK + [ -f /hab/studios/a2--components--automate-deployment/hab/sup/default/LOCK ] + chown_artifacts + [ -z ] + [ -z ] + [ -d /home/vagrant/.hab/cache/artifacts ] + try /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox stat -c %u:%g /home/vagrant/.hab/cache/artifacts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox stat -c %u:%g /home/vagrant/.hab/cache/artifacts + status=0 + artifact_path_owner=1000:1000 + try /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox chown -R 1000:1000 /home/vagrant/.hab/cache/artifacts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox chown -R 1000:1000 /home/vagrant/.hab/cache/artifacts + status=0 + unmount_filesystems + umount_fs -l /hab/studios/a2--components--automate-deployment/src + eval _mount_point=$2 + _mount_point=/hab/studios/a2--components--automate-deployment/src + is_fs_mounted /hab/studios/a2--components--automate-deployment/src + _mount_point=/hab/studios/a2--components--automate-deployment/src + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/src type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox umount -l /hab/studios/a2--components--automate-deployment/src + is_fs_mounted /hab/studios/a2--components--automate-deployment/src + _mount_point=/hab/studios/a2--components--automate-deployment/src + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/src type + return 0 + studio_artifact_path=/hab/studios/a2--components--automate-deployment/hab/cache/artifacts + umount_fs -l /hab/studios/a2--components--automate-deployment/hab/cache/artifacts + eval _mount_point=$2 + _mount_point=/hab/studios/a2--components--automate-deployment/hab/cache/artifacts + is_fs_mounted /hab/studios/a2--components--automate-deployment/hab/cache/artifacts + _mount_point=/hab/studios/a2--components--automate-deployment/hab/cache/artifacts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/hab/cache/artifacts type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox umount -l /hab/studios/a2--components--automate-deployment/hab/cache/artifacts + is_fs_mounted /hab/studios/a2--components--automate-deployment/hab/cache/artifacts + _mount_point=/hab/studios/a2--components--automate-deployment/hab/cache/artifacts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/hab/cache/artifacts type + return 0 + umount_fs /hab/studios/a2--components--automate-deployment/run + eval _mount_point=$1 + _mount_point=/hab/studios/a2--components--automate-deployment/run + is_fs_mounted /hab/studios/a2--components--automate-deployment/run + _mount_point=/hab/studios/a2--components--automate-deployment/run + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/run type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox umount /hab/studios/a2--components--automate-deployment/run + is_fs_mounted /hab/studios/a2--components--automate-deployment/run + _mount_point=/hab/studios/a2--components--automate-deployment/run + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/run type + return 0 + [ -z ] + umount_fs /hab/studios/a2--components--automate-deployment/sys + eval _mount_point=$1 + _mount_point=/hab/studios/a2--components--automate-deployment/sys + is_fs_mounted /hab/studios/a2--components--automate-deployment/sys + _mount_point=/hab/studios/a2--components--automate-deployment/sys + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/sys type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox umount /hab/studios/a2--components--automate-deployment/sys + is_fs_mounted /hab/studios/a2--components--automate-deployment/sys + _mount_point=/hab/studios/a2--components--automate-deployment/sys + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/sys type + return 0 + umount_fs /hab/studios/a2--components--automate-deployment/proc + eval _mount_point=$1 + _mount_point=/hab/studios/a2--components--automate-deployment/proc + is_fs_mounted /hab/studios/a2--components--automate-deployment/proc + _mount_point=/hab/studios/a2--components--automate-deployment/proc + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/proc type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox umount /hab/studios/a2--components--automate-deployment/proc + is_fs_mounted /hab/studios/a2--components--automate-deployment/proc + _mount_point=/hab/studios/a2--components--automate-deployment/proc + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/proc type + return 0 + umount_fs /hab/studios/a2--components--automate-deployment/dev/pts + eval _mount_point=$1 + _mount_point=/hab/studios/a2--components--automate-deployment/dev/pts + is_fs_mounted /hab/studios/a2--components--automate-deployment/dev/pts + _mount_point=/hab/studios/a2--components--automate-deployment/dev/pts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/dev/pts type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox umount /hab/studios/a2--components--automate-deployment/dev/pts + is_fs_mounted /hab/studios/a2--components--automate-deployment/dev/pts + _mount_point=/hab/studios/a2--components--automate-deployment/dev/pts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/dev/pts type + return 0 + umount_fs -l /hab/studios/a2--components--automate-deployment/dev + eval _mount_point=$2 + _mount_point=/hab/studios/a2--components--automate-deployment/dev + is_fs_mounted /hab/studios/a2--components--automate-deployment/dev + _mount_point=/hab/studios/a2--components--automate-deployment/dev + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/dev type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox umount -l /hab/studios/a2--components--automate-deployment/dev + is_fs_mounted /hab/studios/a2--components--automate-deployment/dev + _mount_point=/hab/studios/a2--components--automate-deployment/dev + + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/dev type + return 0 + umount_fs -l /hab/studios/a2--components--automate-deployment/var/run/docker.sock + eval _mount_point=$2 + _mount_point=/hab/studios/a2--components--automate-deployment/var/run/docker.sock + is_fs_mounted /hab/studios/a2--components--automate-deployment/var/run/docker.sock + _mount_point=/hab/studios/a2--components--automate-deployment/var/run/docker.sock + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/var/run/docker.sock type + return 0 ```
1.0
`hab studio run` fails if HAB_STUDIO_SECRET variable contains whitespace - On Habitat 0.82.0 and earlier, `hab studio enter` fails if `HAB_STUDIO_SECRET_*` variables contain whitespace.: ``` $ hab --version hab 0.82.0/20190605214032 $ HAB_STUDIO_SECRET_FOO="a b" hab studio run 'echo 1' hab-studio: Creating Studio at /hab/studios/a2--components--automate-deployment (default) hab-studio: No secret keys imported! Did you mean to set HAB_ORIGIN? To specify a HAB_ORIGIN, either set the HAB_ORIGIN environment variable to your origin name or run 'hab setup' and specify a default origin. hab-studio: Running 'echo 1' in Studio at /hab/studios/a2--components--automate-deployment (default) /hab/pkgs/core/coreutils/8.30/20190115012313/bin/env: ‘b’: No such file or directory ``` The same run with DEBUG=1 is provided below: ``` $ DEBUG=1 HAB_STUDIO_SECRET_FOO="a b" hab studio run 'echo 1' + export DEBUG + set_libexec_path + [ -n ] + command -v busybox + command -v busybox + bb=/bin/busybox + [ -n ] + /bin/busybox dirname /hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin/hab-studio + p=/hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin + cd /hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin + /bin/busybox pwd + /bin/busybox basename /hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin/hab-studio + p=/hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin/hab-studio + /bin/busybox readlink -f /hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin/hab-studio + p=/hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin/hab-studio + /bin/busybox dirname /hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin/hab-studio + p=/hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin + /bin/busybox dirname /hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin + libexec_path=/hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec + return 0 + unset PATH + : /hab + HAB_PKG_PATH=/hab/pkgs + HAB_CACHE_ARTIFACT_PATH=/hab/cache/artifacts + ERR_RUNTIME_CODING_ERROR=70 + ERR_UMOUNT_FAILED=80 + ERR_MOUNT_PERSISTS=81 + ERR_REMAINING_MOUNTS=82 + bb=/hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox + hab=/hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/hab + : 0.82.0/20190605215758 + author=The Habitat Maintainers <humans@habitat.sh> + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox basename /hab/pkgs/core/hab-studio/0.82.0/20190605215758/bin/hab-studio + program=hab-studio + ensure_root + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox id -u + [ 0 -eq 0 ] + return + getopts :nNa:k:r:s:t:D:vqVh opt + shift 0 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox pwd + : /a2/components/automate-deployment + : /home/vagrant/.hab/cache/artifacts + echo /a2/components/automate-deployment + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox sed -e s,^/$,root, -e s,^/,, -e s,/,--,g -e s, ,-,g + dir_name=a2--components--automate-deployment + : /hab/studios + : /hab/studios/a2--components--automate-deployment + : + studio_config=/hab/studios/a2--components--automate-deployment/.studio + : + : + : + : + : + : + set_v_flag + [ -n ] + v= + : + export VERBOSE QUIET + shift + subcommand_run echo 1 + OPTIND=1 + getopts :h opt + shift 0 + trap cleanup_studio EXIT + new_studio + source_studio_type_config + [ -s /hab/studios/a2--components--automate-deployment/.studio ] + . /hab/studios/a2--components--automate-deployment/.studio + studio_type=default + studio_path=/hab/bin + studio_env_command=/hab/pkgs/core/coreutils/8.30/20190115012313/bin/env + studio_enter_environment=STUDIO_ENTER=true + studio_enter_command=/hab/bin/hab pkg exec core/hab-backline bash --login +h + studio_build_environment= + studio_build_command=_record_build /hab/bin/build + studio_run_environment= + STUDIO_TYPE=default + STUDIO_TYPE=default + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox readlink -f /hab/studios/a2--components--automate-deployment + HAB_STUDIO_ROOT=/hab/studios/a2--components--automate-deployment + info Creating Studio at /hab/studios/a2--components--automate-deployment (default) + [ -n ] + [ = true ] + printf -- \033[1;36m%s: \033[1;37m%s\033[0m\n hab-studio Creating Studio at /hab/studios/a2--components--automate-deployment (default) hab-studio: Creating Studio at /hab/studios/a2--components--automate-deployment (default) + return 0 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/dev + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/proc + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/sys + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/run + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/run + [ -z ] + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/dev type + [ -z ] + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount --bind /dev /hab/studios/a2--components--automate-deployment/dev + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/dev/pts type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount -t devpts devpts /hab/studios/a2--components--automate-deployment/dev/pts -o gid=5,mode=620 + + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/proc type /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount -t proc proc /hab/studios/a2--components--automate-deployment/proc + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/sys type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + [ -z ] + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount -t sysfs sysfs /hab/studios/a2--components--automate-deployment/sys + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/run type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount -t tmpfs tmpfs /hab/studios/a2--components--automate-deployment/run + [ -e /var/run/docker.sock ] + [ -h /hab/studios/a2--components--automate-deployment/dev/shm ] + [ -z ] + studio_artifact_path=/hab/studios/a2--components--automate-deployment/hab/cache/artifacts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/hab/cache/artifacts type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /home/vagrant/.hab/cache/artifacts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/hab/cache/artifacts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount --bind /home/vagrant/.hab/cache/artifacts /hab/studios/a2--components--automate-deployment/hab/cache/artifacts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/bin + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/etc + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/home + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/lib + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/mnt + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/opt + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/sbin + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox install -d -m 0750 /hab/studios/a2--components--automate-deployment/root + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox install -d -m 1777 /hab/studios/a2--components--automate-deployment/tmp /hab/studios/a2--components--automate-deployment/var/tmp + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/bin + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/include + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/lib + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/libexec + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/sbin + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/doc + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/info + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/locale + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/man + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/misc + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/terminfo + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/zoneinfo + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/man/man1 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/man/man2 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/man/man3 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/man/man4 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/man/man5 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/man/man6 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/man/man7 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/usr/share/man/man8 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox uname -m + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox ln -sf lib /hab/studios/a2--components--automate-deployment/lib64 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox ln -sf lib /hab/studios/a2--components--automate-deployment/usr/lib64 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/log + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/mail + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/spool + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/opt + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/cache + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/local + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox ln -sf /run/lock /hab/studios/a2--components--automate-deployment/var/lock + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/lib/color + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/lib/misc + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/var/lib/locate + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox ln -sf /proc/self/mounts /hab/studios/a2--components--automate-deployment/etc/mtab + [ -n ] + studio_type_dir=/hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec + . /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/hab-studio-type-default.sh + studio_type=default + studio_path=/hab/bin + studio_enter_environment=STUDIO_ENTER=true + studio_enter_command=/hab/bin/hab pkg exec core/hab-backline bash --login +h + studio_build_environment= + studio_build_command=_record_build /hab/bin/build + studio_run_environment= + studio_run_command=/hab/bin/hab pkg exec core/hab-backline bash --login + echo 0.82.0/20190605215758 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox cut -d / -f 1 + pkgs=core/hab-backline/0.82.0 + run_user=hab + run_group=hab + copy_minimal_default_file_if_not_present /etc/passwd + file_path=/etc/passwd + [ -f /hab/studios/a2--components--automate-deployment/etc/passwd ] + [ -n ] + copy_minimal_default_file_if_not_present /etc/group + file_path=/etc/group + [ -f /hab/studios/a2--components--automate-deployment/etc/group ] + [ -n ] + copy_minimal_default_file_if_not_present /etc/inputrc + file_path=/etc/inputrc + [ -f /hab/studios/a2--components--automate-deployment/etc/inputrc ] + [ -n ] + copy_minimal_default_file /etc/nsswitch.conf + file_path=/etc/nsswitch.conf + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox dirname /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec + defaults_path=/hab/pkgs/core/hab-studio/0.82.0/20190605215758/defaults + [ -n ] + [ -f /hab/pkgs/core/hab-studio/0.82.0/20190605215758/defaults/etc/nsswitch.conf ] + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox cp -f /hab/pkgs/core/hab-studio/0.82.0/20190605215758/defaults/etc/nsswitch.conf /hab/studios/a2--components--automate-deployment/etc/nsswitch.conf + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox cp /etc/hosts /hab/studios/a2--components--automate-deployment/etc/hosts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox cp /etc/resolv.conf /hab/studios/a2--components--automate-deployment/etc/resolv.conf + finish_setup + [ -n ] + info No secret keys imported! Did you mean to set HAB_ORIGIN? + [ -n ] + [ = true ] + printf -- \033[1;36m%s: \033[1;37m%s\033[0m\n hab-studio No secret keys imported! Did you mean to set HAB_ORIGIN? hab-studio: No secret keys imported! Did you mean to set HAB_ORIGIN? + return 0 + echo To specify a HAB_ORIGIN, either set the HAB_ORIGIN environment To specify a HAB_ORIGIN, either set the HAB_ORIGIN environment + echo variable to your origin name or run 'hab setup' and specify a variable to your origin name or run 'hab setup' and specify a + echo default origin. default origin. + [ -h /hab/studios/a2--components--automate-deployment/hab/bin/hab ] + return 0 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox cat + [ default != bare ] + pfile=/hab/studios/a2--components--automate-deployment/etc/profile + [ ! -f /hab/studios/a2--components--automate-deployment/etc/profile ] + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q ^record() {$ /hab/studios/a2--components--automate-deployment/etc/profile + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mkdir -p /hab/studios/a2--components--automate-deployment/src + [ -z ] + [ -z ] + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/src type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount --bind /a2/components/automate-deployment /hab/studios/a2--components--automate-deployment/src + run_studio echo 1 + exit_if_no_studio_config + [ ! -s /hab/studios/a2--components--automate-deployment/.studio ] + source_studio_type_config + [ -s /hab/studios/a2--components--automate-deployment/.studio ] + . /hab/studios/a2--components--automate-deployment/.studio + studio_type=default + studio_path=/hab/bin + studio_env_command=/hab/pkgs/core/coreutils/8.30/20190115012313/bin/env + studio_enter_environment=STUDIO_ENTER=true + studio_enter_command=/hab/bin/hab pkg exec core/hab-backline bash --login +h + studio_build_environment= + studio_build_command=_record_build /hab/bin/build + studio_run_environment= + STUDIO_TYPE=default + chroot_env /hab/bin + studio_path=/hab/bin + extra_env= + env=LC_ALL=POSIX HOME=/root TERM=xterm-256color PATH=/hab/bin + env=LC_ALL=POSIX HOME=/root TERM=xterm-256color PATH=/hab/bin STUDIO_TYPE=default + [ -n ] + [ -n ] + [ -n ] + [ -n ] + [ -n ] + [ -n ] + [ -n ] + [ -f /hab/accepted-licenses/habitat ] + [ -f /home/vagrant/.hab/accepted-licenses/habitat ] + env=LC_ALL=POSIX HOME=/root TERM=xterm-256color PATH=/hab/bin STUDIO_TYPE=default HAB_LICENSE=accept-no-persist + [ -n ] + [ -n ] + [ -n ] + [ -n ] + [ -n ] + [ -n ] + [ -n ] + [ -n ] + [ -n ] + load_secrets + sanitize_secrets + unset HAB_STUDIO_SECRET_HAB_BINLINK_DIR + unset HAB_STUDIO_SECRET_HAB_ORIGIN + unset HAB_STUDIO_SECRET_HOME + unset HAB_STUDIO_SECRET_LC_ALL + unset HAB_STUDIO_SECRET_PATH + unset HAB_STUDIO_SECRET_PWD + unset HAB_STUDIO_SECRET_STUDIO_TYPE + unset HAB_STUDIO_SECRET_TERM + unset HAB_STUDIO_SECRET_TERMINFO + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox awk -F = /^HAB_STUDIO_SECRET_/ {gsub(/HAB_STUDIO_SECRET_/, ""); print} + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox env + env=LC_ALL=POSIX HOME=/root TERM=xterm-256color PATH=/hab/bin STUDIO_TYPE=default HAB_LICENSE=accept-no-persist FOO=a b + echo LC_ALL=POSIX HOME=/root TERM=xterm-256color PATH=/hab/bin STUDIO_TYPE=default HAB_LICENSE=accept-no-persist FOO=a b + return 0 + env=LC_ALL=POSIX HOME=/root TERM=xterm-256color PATH=/hab/bin STUDIO_TYPE=default HAB_LICENSE=accept-no-persist FOO=a b + info Running 'echo 1' in Studio at /hab/studios/a2--components--automate-deployment (default) + [ -n ] + [ = true ] + printf -- \033[1;36m%s: \033[1;37m%s\033[0m\n hab-studio Running 'echo 1' in Studio at /hab/studios/a2--components--automate-deployment (default) hab-studio: Running 'echo 1' in Studio at /hab/studios/a2--components--automate-deployment (default) + return 0 + [ -n ] + echo echo 1 + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox chroot /hab/studios/a2--components--automate-deployment /hab/pkgs/core/coreutils/8.30/20190115012313/bin/env -i LC_ALL=POSIX HOME=/root TERM=xterm-256color PATH=/hab/bin STUDIO_TYPE=default HAB_LICENSE=accept-no-persist FOO=a b /hab/bin/hab pkg exec core/hab-backline bash --login /hab/pkgs/core/coreutils/8.30/20190115012313/bin/env: ‘b’: No such file or directory + cleanup_studio + kill_launcher + pid_file=/hab/studios/a2--components--automate-deployment/hab/sup/default/LOCK + [ -f /hab/studios/a2--components--automate-deployment/hab/sup/default/LOCK ] + chown_artifacts + [ -z ] + [ -z ] + [ -d /home/vagrant/.hab/cache/artifacts ] + try /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox stat -c %u:%g /home/vagrant/.hab/cache/artifacts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox stat -c %u:%g /home/vagrant/.hab/cache/artifacts + status=0 + artifact_path_owner=1000:1000 + try /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox chown -R 1000:1000 /home/vagrant/.hab/cache/artifacts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox chown -R 1000:1000 /home/vagrant/.hab/cache/artifacts + status=0 + unmount_filesystems + umount_fs -l /hab/studios/a2--components--automate-deployment/src + eval _mount_point=$2 + _mount_point=/hab/studios/a2--components--automate-deployment/src + is_fs_mounted /hab/studios/a2--components--automate-deployment/src + _mount_point=/hab/studios/a2--components--automate-deployment/src + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/src type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox umount -l /hab/studios/a2--components--automate-deployment/src + is_fs_mounted /hab/studios/a2--components--automate-deployment/src + _mount_point=/hab/studios/a2--components--automate-deployment/src + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/src type + return 0 + studio_artifact_path=/hab/studios/a2--components--automate-deployment/hab/cache/artifacts + umount_fs -l /hab/studios/a2--components--automate-deployment/hab/cache/artifacts + eval _mount_point=$2 + _mount_point=/hab/studios/a2--components--automate-deployment/hab/cache/artifacts + is_fs_mounted /hab/studios/a2--components--automate-deployment/hab/cache/artifacts + _mount_point=/hab/studios/a2--components--automate-deployment/hab/cache/artifacts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/hab/cache/artifacts type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox umount -l /hab/studios/a2--components--automate-deployment/hab/cache/artifacts + is_fs_mounted /hab/studios/a2--components--automate-deployment/hab/cache/artifacts + _mount_point=/hab/studios/a2--components--automate-deployment/hab/cache/artifacts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/hab/cache/artifacts type + return 0 + umount_fs /hab/studios/a2--components--automate-deployment/run + eval _mount_point=$1 + _mount_point=/hab/studios/a2--components--automate-deployment/run + is_fs_mounted /hab/studios/a2--components--automate-deployment/run + _mount_point=/hab/studios/a2--components--automate-deployment/run + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/run type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox umount /hab/studios/a2--components--automate-deployment/run + is_fs_mounted /hab/studios/a2--components--automate-deployment/run + _mount_point=/hab/studios/a2--components--automate-deployment/run + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/run type + return 0 + [ -z ] + umount_fs /hab/studios/a2--components--automate-deployment/sys + eval _mount_point=$1 + _mount_point=/hab/studios/a2--components--automate-deployment/sys + is_fs_mounted /hab/studios/a2--components--automate-deployment/sys + _mount_point=/hab/studios/a2--components--automate-deployment/sys + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/sys type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox umount /hab/studios/a2--components--automate-deployment/sys + is_fs_mounted /hab/studios/a2--components--automate-deployment/sys + _mount_point=/hab/studios/a2--components--automate-deployment/sys + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/sys type + return 0 + umount_fs /hab/studios/a2--components--automate-deployment/proc + eval _mount_point=$1 + _mount_point=/hab/studios/a2--components--automate-deployment/proc + is_fs_mounted /hab/studios/a2--components--automate-deployment/proc + _mount_point=/hab/studios/a2--components--automate-deployment/proc + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/proc type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox umount /hab/studios/a2--components--automate-deployment/proc + is_fs_mounted /hab/studios/a2--components--automate-deployment/proc + _mount_point=/hab/studios/a2--components--automate-deployment/proc + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/proc type + return 0 + umount_fs /hab/studios/a2--components--automate-deployment/dev/pts + eval _mount_point=$1 + _mount_point=/hab/studios/a2--components--automate-deployment/dev/pts + is_fs_mounted /hab/studios/a2--components--automate-deployment/dev/pts + _mount_point=/hab/studios/a2--components--automate-deployment/dev/pts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/dev/pts type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox umount /hab/studios/a2--components--automate-deployment/dev/pts + is_fs_mounted /hab/studios/a2--components--automate-deployment/dev/pts + _mount_point=/hab/studios/a2--components--automate-deployment/dev/pts + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/dev/pts type + return 0 + umount_fs -l /hab/studios/a2--components--automate-deployment/dev + eval _mount_point=$2 + _mount_point=/hab/studios/a2--components--automate-deployment/dev + is_fs_mounted /hab/studios/a2--components--automate-deployment/dev + _mount_point=/hab/studios/a2--components--automate-deployment/dev + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/dev type + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox umount -l /hab/studios/a2--components--automate-deployment/dev + is_fs_mounted /hab/studios/a2--components--automate-deployment/dev + _mount_point=/hab/studios/a2--components--automate-deployment/dev + + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/dev type + return 0 + umount_fs -l /hab/studios/a2--components--automate-deployment/var/run/docker.sock + eval _mount_point=$2 + _mount_point=/hab/studios/a2--components--automate-deployment/var/run/docker.sock + is_fs_mounted /hab/studios/a2--components--automate-deployment/var/run/docker.sock + _mount_point=/hab/studios/a2--components--automate-deployment/var/run/docker.sock + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox mount + /hab/pkgs/core/hab-studio/0.82.0/20190605215758/libexec/busybox grep -q on /hab/studios/a2--components--automate-deployment/var/run/docker.sock type + return 0 ```
non_test
hab studio run fails if hab studio secret variable contains whitespace on habitat and earlier hab studio enter fails if hab studio secret variables contain whitespace hab version hab hab studio secret foo a b hab studio run echo hab studio creating studio at hab studios components automate deployment default hab studio no secret keys imported did you mean to set hab origin to specify a hab origin either set the hab origin environment variable to your origin name or run hab setup and specify a default origin hab studio running echo in studio at hab studios components automate deployment default hab pkgs core coreutils bin env ‘b’ no such file or directory the same run with debug is provided below debug hab studio secret foo a b hab studio run echo export debug set libexec path command v busybox command v busybox bb bin busybox bin busybox dirname hab pkgs core hab studio bin hab studio p hab pkgs core hab studio bin cd hab pkgs core hab studio bin bin busybox pwd bin busybox basename hab pkgs core hab studio bin hab studio p hab pkgs core hab studio bin hab studio bin busybox readlink f hab pkgs core hab studio bin hab studio p hab pkgs core hab studio bin hab studio bin busybox dirname hab pkgs core hab studio bin hab studio p hab pkgs core hab studio bin bin busybox dirname hab pkgs core hab studio bin libexec path hab pkgs core hab studio libexec return unset path hab hab pkg path hab pkgs hab cache artifact path hab cache artifacts err runtime coding error err umount failed err mount persists err remaining mounts bb hab pkgs core hab studio libexec busybox hab hab pkgs core hab studio libexec hab author the habitat maintainers hab pkgs core hab studio libexec busybox basename hab pkgs core hab studio bin hab studio program hab studio ensure root hab pkgs core hab studio libexec busybox id u return getopts nna k r s t d vqvh opt shift hab pkgs core hab studio libexec busybox pwd components automate deployment home vagrant hab cache artifacts echo components automate deployment hab pkgs core hab studio libexec busybox sed e s root e s e s g e s g dir name components automate deployment hab studios hab studios components automate deployment studio config hab studios components automate deployment studio set v flag v export verbose quiet shift subcommand run echo optind getopts h opt shift trap cleanup studio exit new studio source studio type config hab studios components automate deployment studio studio type default studio path hab bin studio env command hab pkgs core coreutils bin env studio enter environment studio enter true studio enter command hab bin hab pkg exec core hab backline bash login h studio build environment studio build command record build hab bin build studio run environment studio type default studio type default hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment hab pkgs core hab studio libexec busybox readlink f hab studios components automate deployment hab studio root hab studios components automate deployment info creating studio at hab studios components automate deployment default printf s s n hab studio creating studio at hab studios components automate deployment default hab studio creating studio at hab studios components automate deployment default return hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment dev hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment proc hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment sys hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment run hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment var run hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment dev type hab pkgs core hab studio libexec busybox mount bind dev hab studios components automate deployment dev hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment dev pts type hab pkgs core hab studio libexec busybox mount t devpts devpts hab studios components automate deployment dev pts o gid mode hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment proc type hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox mount t proc proc hab studios components automate deployment proc hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment sys type hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox mount t sysfs sysfs hab studios components automate deployment sys hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment run type hab pkgs core hab studio libexec busybox mount t tmpfs tmpfs hab studios components automate deployment run studio artifact path hab studios components automate deployment hab cache artifacts hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment hab cache artifacts type hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox mkdir p home vagrant hab cache artifacts hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment hab cache artifacts hab pkgs core hab studio libexec busybox mount bind home vagrant hab cache artifacts hab studios components automate deployment hab cache artifacts hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment bin hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment etc hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment home hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment lib hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment mnt hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment opt hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment sbin hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment var hab pkgs core hab studio libexec busybox install d m hab studios components automate deployment root hab pkgs core hab studio libexec busybox install d m hab studios components automate deployment tmp hab studios components automate deployment var tmp hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr bin hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr include hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr lib hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr libexec hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr sbin hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr share doc hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr share info hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr share locale hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr share man hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr share misc hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr share terminfo hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr share zoneinfo hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr share man hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr share man hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr share man hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr share man hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr share man hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr share man hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr share man hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment usr share man hab pkgs core hab studio libexec busybox uname m hab pkgs core hab studio libexec busybox ln sf lib hab studios components automate deployment hab pkgs core hab studio libexec busybox ln sf lib hab studios components automate deployment usr hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment var log hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment var mail hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment var spool hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment var opt hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment var cache hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment var local hab pkgs core hab studio libexec busybox ln sf run lock hab studios components automate deployment var lock hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment var lib color hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment var lib misc hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment var lib locate hab pkgs core hab studio libexec busybox ln sf proc self mounts hab studios components automate deployment etc mtab studio type dir hab pkgs core hab studio libexec hab pkgs core hab studio libexec hab studio type default sh studio type default studio path hab bin studio enter environment studio enter true studio enter command hab bin hab pkg exec core hab backline bash login h studio build environment studio build command record build hab bin build studio run environment studio run command hab bin hab pkg exec core hab backline bash login echo hab pkgs core hab studio libexec busybox cut d f pkgs core hab backline run user hab run group hab copy minimal default file if not present etc passwd file path etc passwd copy minimal default file if not present etc group file path etc group copy minimal default file if not present etc inputrc file path etc inputrc copy minimal default file etc nsswitch conf file path etc nsswitch conf hab pkgs core hab studio libexec busybox dirname hab pkgs core hab studio libexec defaults path hab pkgs core hab studio defaults hab pkgs core hab studio libexec busybox cp f hab pkgs core hab studio defaults etc nsswitch conf hab studios components automate deployment etc nsswitch conf hab pkgs core hab studio libexec busybox cp etc hosts hab studios components automate deployment etc hosts hab pkgs core hab studio libexec busybox cp etc resolv conf hab studios components automate deployment etc resolv conf finish setup info no secret keys imported did you mean to set hab origin printf s s n hab studio no secret keys imported did you mean to set hab origin hab studio no secret keys imported did you mean to set hab origin return echo to specify a hab origin either set the hab origin environment to specify a hab origin either set the hab origin environment echo variable to your origin name or run hab setup and specify a variable to your origin name or run hab setup and specify a echo default origin default origin return hab pkgs core hab studio libexec busybox cat pfile hab studios components automate deployment etc profile hab pkgs core hab studio libexec busybox grep q record hab studios components automate deployment etc profile hab pkgs core hab studio libexec busybox mkdir p hab studios components automate deployment src hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment src type hab pkgs core hab studio libexec busybox mount bind components automate deployment hab studios components automate deployment src run studio echo exit if no studio config source studio type config hab studios components automate deployment studio studio type default studio path hab bin studio env command hab pkgs core coreutils bin env studio enter environment studio enter true studio enter command hab bin hab pkg exec core hab backline bash login h studio build environment studio build command record build hab bin build studio run environment studio type default chroot env hab bin studio path hab bin extra env env lc all posix home root term xterm path hab bin env lc all posix home root term xterm path hab bin studio type default env lc all posix home root term xterm path hab bin studio type default hab license accept no persist load secrets sanitize secrets unset hab studio secret hab binlink dir unset hab studio secret hab origin unset hab studio secret home unset hab studio secret lc all unset hab studio secret path unset hab studio secret pwd unset hab studio secret studio type unset hab studio secret term unset hab studio secret terminfo hab pkgs core hab studio libexec busybox awk f hab studio secret gsub hab studio secret print hab pkgs core hab studio libexec busybox env env lc all posix home root term xterm path hab bin studio type default hab license accept no persist foo a b echo lc all posix home root term xterm path hab bin studio type default hab license accept no persist foo a b return env lc all posix home root term xterm path hab bin studio type default hab license accept no persist foo a b info running echo in studio at hab studios components automate deployment default printf s s n hab studio running echo in studio at hab studios components automate deployment default hab studio running echo in studio at hab studios components automate deployment default return echo echo hab pkgs core hab studio libexec busybox chroot hab studios components automate deployment hab pkgs core coreutils bin env i lc all posix home root term xterm path hab bin studio type default hab license accept no persist foo a b hab bin hab pkg exec core hab backline bash login hab pkgs core coreutils bin env ‘b’ no such file or directory cleanup studio kill launcher pid file hab studios components automate deployment hab sup default lock chown artifacts try hab pkgs core hab studio libexec busybox stat c u g home vagrant hab cache artifacts hab pkgs core hab studio libexec busybox stat c u g home vagrant hab cache artifacts status artifact path owner try hab pkgs core hab studio libexec busybox chown r home vagrant hab cache artifacts hab pkgs core hab studio libexec busybox chown r home vagrant hab cache artifacts status unmount filesystems umount fs l hab studios components automate deployment src eval mount point mount point hab studios components automate deployment src is fs mounted hab studios components automate deployment src mount point hab studios components automate deployment src hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment src type hab pkgs core hab studio libexec busybox umount l hab studios components automate deployment src is fs mounted hab studios components automate deployment src mount point hab studios components automate deployment src hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment src type return studio artifact path hab studios components automate deployment hab cache artifacts umount fs l hab studios components automate deployment hab cache artifacts eval mount point mount point hab studios components automate deployment hab cache artifacts is fs mounted hab studios components automate deployment hab cache artifacts mount point hab studios components automate deployment hab cache artifacts hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment hab cache artifacts type hab pkgs core hab studio libexec busybox umount l hab studios components automate deployment hab cache artifacts is fs mounted hab studios components automate deployment hab cache artifacts mount point hab studios components automate deployment hab cache artifacts hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment hab cache artifacts type return umount fs hab studios components automate deployment run eval mount point mount point hab studios components automate deployment run is fs mounted hab studios components automate deployment run mount point hab studios components automate deployment run hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment run type hab pkgs core hab studio libexec busybox umount hab studios components automate deployment run is fs mounted hab studios components automate deployment run mount point hab studios components automate deployment run hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment run type return umount fs hab studios components automate deployment sys eval mount point mount point hab studios components automate deployment sys is fs mounted hab studios components automate deployment sys mount point hab studios components automate deployment sys hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment sys type hab pkgs core hab studio libexec busybox umount hab studios components automate deployment sys is fs mounted hab studios components automate deployment sys mount point hab studios components automate deployment sys hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment sys type return umount fs hab studios components automate deployment proc eval mount point mount point hab studios components automate deployment proc is fs mounted hab studios components automate deployment proc mount point hab studios components automate deployment proc hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment proc type hab pkgs core hab studio libexec busybox umount hab studios components automate deployment proc is fs mounted hab studios components automate deployment proc mount point hab studios components automate deployment proc hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment proc type return umount fs hab studios components automate deployment dev pts eval mount point mount point hab studios components automate deployment dev pts is fs mounted hab studios components automate deployment dev pts mount point hab studios components automate deployment dev pts hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment dev pts type hab pkgs core hab studio libexec busybox umount hab studios components automate deployment dev pts is fs mounted hab studios components automate deployment dev pts mount point hab studios components automate deployment dev pts hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment dev pts type return umount fs l hab studios components automate deployment dev eval mount point mount point hab studios components automate deployment dev is fs mounted hab studios components automate deployment dev mount point hab studios components automate deployment dev hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment dev type hab pkgs core hab studio libexec busybox umount l hab studios components automate deployment dev is fs mounted hab studios components automate deployment dev mount point hab studios components automate deployment dev hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment dev type return umount fs l hab studios components automate deployment var run docker sock eval mount point mount point hab studios components automate deployment var run docker sock is fs mounted hab studios components automate deployment var run docker sock mount point hab studios components automate deployment var run docker sock hab pkgs core hab studio libexec busybox mount hab pkgs core hab studio libexec busybox grep q on hab studios components automate deployment var run docker sock type return
0
46,240
19,012,775,938
IssuesEvent
2021-11-23 11:08:25
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
Integration tests aren't run for x-pack folder
bug Team:Core Team:Operations Team:Alerting Services
`yarn test:jest_integration x-pack` doesn't find any test. We need to update https://github.com/elastic/kibana/blob/94c0a74c35ee169c2a6295495171111b33399024/jest.config.integration.js#L12 with `<rootDir>/x-pack/plugins` to make jest to scan the `x-pack` folder. Before that, we need to fix the existing tests or skip failing ones. - [ ] @elastic/kibana-alerting-services x-pack/plugins/task_manager/server/integration_tests/managed_configuration.test.ts - [ ] @elastic/kibana-core x-pack/plugins/global_search/server/routes/integration_tests/get_searchable_types.test.ts
1.0
Integration tests aren't run for x-pack folder - `yarn test:jest_integration x-pack` doesn't find any test. We need to update https://github.com/elastic/kibana/blob/94c0a74c35ee169c2a6295495171111b33399024/jest.config.integration.js#L12 with `<rootDir>/x-pack/plugins` to make jest to scan the `x-pack` folder. Before that, we need to fix the existing tests or skip failing ones. - [ ] @elastic/kibana-alerting-services x-pack/plugins/task_manager/server/integration_tests/managed_configuration.test.ts - [ ] @elastic/kibana-core x-pack/plugins/global_search/server/routes/integration_tests/get_searchable_types.test.ts
non_test
integration tests aren t run for x pack folder yarn test jest integration x pack doesn t find any test we need to update with x pack plugins to make jest to scan the x pack folder before that we need to fix the existing tests or skip failing ones elastic kibana alerting services x pack plugins task manager server integration tests managed configuration test ts elastic kibana core x pack plugins global search server routes integration tests get searchable types test ts
0
5,911
2,798,261,517
IssuesEvent
2015-05-12 17:43:36
riptano/cassandra-dtest
https://api.github.com/repos/riptano/cassandra-dtest
closed
paging_test.TestPagingWithDeletions.test_failure_threshold_deletions fails in 2.0
2.0 Failing Test
``` ERROR: test_failure_threshold_deletions (paging_test.TestPagingWithDeletions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mshuler/git/cassandra-dtest/paging_test.py", line 1271, in test_failure_threshold_deletions self.cursor = self.prepare() File "/home/mshuler/git/cassandra-dtest/paging_test.py", line 177, in prepare cursor = self.cql_connection(node1) File "/home/mshuler/git/cassandra-dtest/dtest.py", line 259, in cql_connection protocol_version) File "/home/mshuler/git/cassandra-dtest/dtest.py", line 288, in _create_session session = cluster.connect() File "/home/mshuler/git/python-driver/cassandra/cluster.py", line 765, in connect self.control_connection.connect() File "/home/mshuler/git/python-driver/cassandra/cluster.py", line 1877, in connect self._set_new_connection(self._reconnect_internal()) File "/home/mshuler/git/python-driver/cassandra/cluster.py", line 1912, in _reconnect_internal raise NoHostAvailable("Unable to connect to any servers", errors) NoHostAvailable: ('Unable to connect to any servers', {'127.0.0.1': OperationTimedOut('errors=None, last_host=None',)}) ```
1.0
paging_test.TestPagingWithDeletions.test_failure_threshold_deletions fails in 2.0 - ``` ERROR: test_failure_threshold_deletions (paging_test.TestPagingWithDeletions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mshuler/git/cassandra-dtest/paging_test.py", line 1271, in test_failure_threshold_deletions self.cursor = self.prepare() File "/home/mshuler/git/cassandra-dtest/paging_test.py", line 177, in prepare cursor = self.cql_connection(node1) File "/home/mshuler/git/cassandra-dtest/dtest.py", line 259, in cql_connection protocol_version) File "/home/mshuler/git/cassandra-dtest/dtest.py", line 288, in _create_session session = cluster.connect() File "/home/mshuler/git/python-driver/cassandra/cluster.py", line 765, in connect self.control_connection.connect() File "/home/mshuler/git/python-driver/cassandra/cluster.py", line 1877, in connect self._set_new_connection(self._reconnect_internal()) File "/home/mshuler/git/python-driver/cassandra/cluster.py", line 1912, in _reconnect_internal raise NoHostAvailable("Unable to connect to any servers", errors) NoHostAvailable: ('Unable to connect to any servers', {'127.0.0.1': OperationTimedOut('errors=None, last_host=None',)}) ```
test
paging test testpagingwithdeletions test failure threshold deletions fails in error test failure threshold deletions paging test testpagingwithdeletions traceback most recent call last file home mshuler git cassandra dtest paging test py line in test failure threshold deletions self cursor self prepare file home mshuler git cassandra dtest paging test py line in prepare cursor self cql connection file home mshuler git cassandra dtest dtest py line in cql connection protocol version file home mshuler git cassandra dtest dtest py line in create session session cluster connect file home mshuler git python driver cassandra cluster py line in connect self control connection connect file home mshuler git python driver cassandra cluster py line in connect self set new connection self reconnect internal file home mshuler git python driver cassandra cluster py line in reconnect internal raise nohostavailable unable to connect to any servers errors nohostavailable unable to connect to any servers operationtimedout errors none last host none
1
204,105
15,415,431,045
IssuesEvent
2021-03-05 02:35:14
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
Eliminate shellcheck failures
help wanted kind/cleanup priority/important-longterm sig/testing
**What happened**: After #24614 / #68438 we had 283 known failing `*.sh` files being excluded from shellcheck lints. **What you expected to happen**: We should be linting all files. When files are listed in `hack/.shellcheck_failures` we may miss actual bugs in them. Initially to get the linter in place we had to list many files there to keep the PR reasonably sized, but ideally we can fix these over time and eliminate this file. **How to reproduce it (as minimally and precisely as possible)**: `hack/verify-shellcheck.sh` **Anything else we need to know?**: I intend to continue working on this, EG #72861, #72955, ... /sig testing /assign ### Known failing files TODO: - [x] ./build/build-image/rsyncd.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/common.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73117) - [x] ./build/copy-output.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/lib/release.sh - [x] ./build/make-build-image.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/make-clean.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/package-tarballs.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/release-images.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/release-in-a-container.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/release.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/run.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/shell.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/util.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./cluster/addons/addon-manager/kube-addons.sh - [x] ./cluster/addons/fluentd-elasticsearch/es-image/run.sh - [x] ./cluster/addons/fluentd-elasticsearch/fluentd-es-image/run.sh - [x] ./cluster/centos/build.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/centos/config-build.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/centos/config-default.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/centos/config-test.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/centos/deployAddons.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/centos/make-ca-cert.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/centos/master/scripts/flannel.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/centos/node/bin/mk-docker-opts.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/centos/node/scripts/flannel.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/centos/util.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/clientbin.sh - [x] ./cluster/common.sh - [x] ./cluster/gce/config-common.sh - [x] ./cluster/gce/config-default.sh - [x] ./cluster/gce/config-test.sh - [x] ./cluster/gce/delete-stranded-load-balancers.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74192) - [ ] ./cluster/gce/gci/configure-helper.sh - [ ] ./cluster/gce/gci/configure.sh - [x] ./cluster/gce/gci/flexvolume_node_setup.sh - [x] ./cluster/gce/gci/health-monitor.sh - [ ] ./cluster/gce/gci/master-helper.sh - [x] ./cluster/gce/gci/mounter/stage-upload.sh - [x] ./cluster/gce/gci/node-helper.sh - [x] ./cluster/gce/gci/shutdown.sh - [x] ./cluster/gce/list-resources.sh - [x] ./cluster/gce/upgrade-aliases.sh - [x] ./cluster/gce/upgrade.sh - [ ] ./cluster/gce/util.sh - [x] ./cluster/get-kube-binaries.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72861) - [x] ./cluster/get-kube-local.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72861) - [x] ./cluster/get-kube.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72861) - [x] ./cluster/images/conformance/run_e2e.sh - [x] ./cluster/images/etcd-empty-dir-cleanup/etcd-empty-dir-cleanup.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74192) - [x] ./cluster/juju/prereqs/ubuntu-juju.sh - [x] ./cluster/juju/util.sh - [x] ./cluster/kube-down.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74060) - [x] ./cluster/kube-up.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74449) - [x] ./cluster/kube-util.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74449) - [x] ./cluster/kubeadm.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74060) - [x] ./cluster/kubectl.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74449) - [x] ./cluster/kubemark/gce/config-default.sh - [x] ./cluster/kubemark/iks/config-default.sh - [x] ./cluster/kubemark/util.sh - [x] ./cluster/local/util.sh - [x] ./cluster/log-dump/log-dump.sh (https://github.com/kubernetes/kubernetes/pull/88349) - [x] ./cluster/pre-existing/util.sh - [x] ./cluster/restore-from-backup.sh - [x] ./cluster/test-e2e.sh - [x] ./cluster/test-network.sh - [x] ./cluster/test-smoke.sh - [x] ./cluster/update-storage-objects.sh - [x] ./cluster/validate-cluster.sh - [x] ./hack/benchmark-go.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74299) - [x] ./hack/build-cross.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74299) - [x] ./hack/build-go.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74299) - [x] ./hack/build-ui.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72924) - [x] ./hack/cherry_pick_pull.sh - [x] ./hack/dev-build-and-push.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73151) - [x] ./hack/dev-build-and-up.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73151) - [x] ./hack/dev-push-conformance.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73151) - [x] ./hack/dev-push-hyperkube.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73151) - [x] ./hack/e2e-internal/e2e-cluster-size.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74230) - [x] ./hack/e2e-internal/e2e-down.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74230) - [x] ./hack/e2e-internal/e2e-grow-cluster.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74230) - [x] ./hack/e2e-internal/e2e-shrink-cluster.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74230) - [x] ./hack/e2e-internal/e2e-status.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74230) - [x] ./hack/e2e-internal/e2e-up.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74230) - [x] ./hack/e2e-node-test.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74230) - [x] ./hack/generate-bindata.sh - [x] ./hack/generate-docs.sh - [x] ./hack/get-build.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74060) - [x] ./hack/ginkgo-e2e.sh - [x] ./hack/godep-restore.sh - [x] ./hack/godep-save.sh - [x] ./hack/grab-profiles.sh - [x] ./hack/install-etcd.sh - [x] ./hack/jenkins/benchmark-dockerized.sh - [x] ./hack/jenkins/build.sh - [x] ./hack/jenkins/test-dockerized.sh - [x] ./hack/jenkins/upload-to-gcs.sh - [x] ./hack/jenkins/verify-dockerized.sh - [x] ./hack/lib/etcd.sh - [x] ./hack/lib/golang.sh - [x] ./hack/lib/init.sh - [x] ./hack/lib/logging.sh - [x] ./hack/lib/protoc.sh - [x] ./hack/lib/swagger.sh - [x] ./hack/lib/test.sh - [x] ./hack/lib/util.sh - [x] ./hack/lib/version.sh - [x] ./hack/list-feature-tests.sh - [x] ./hack/local-up-cluster.sh - [x] ./hack/make-rules/build.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74242) - [x] ./hack/make-rules/clean.sh - [x] ./hack/make-rules/cross.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74242) - [x] ./hack/make-rules/helpers/cache_go_dirs.sh - [x] ./hack/make-rules/make-help.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74242) - [x] ./hack/make-rules/test-cmd.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74242) - [x] ./hack/make-rules/test-e2e-node.sh - [x] ./hack/make-rules/test-integration.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74242) - [x] ./hack/make-rules/test-kubeadm-cmd.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74242) - [x] ./hack/make-rules/test.sh - [x] ./hack/make-rules/update.sh - [x] ./hack/make-rules/verify.sh - [x] ./hack/make-rules/vet.sh - [x] ./hack/print-workspace-status.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73257) - [x] ./hack/run-in-gopath.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73257) - [x] ./hack/test-go.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74299) - [x] ./hack/test-integration.sh - [x] ./hack/test-update-storage-objects.sh - [x] ./hack/update-all.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74299) - [x] ./hack/update-api-reference-docs.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72924) - [x] ./hack/update-bazel.sh - [x] ./hack/update-codegen.sh - [x] ./hack/update-generated-device-plugin-dockerized.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74286) - [x] ./hack/update-generated-device-plugin.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74286) - [x] ./hack/update-generated-docs.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74286) - [x] ./hack/update-generated-kms-dockerized.sh - [x] ./hack/update-generated-kms.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74286) - [x] ./hack/update-generated-kubelet-plugin-registration-dockerized.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74286) - [x] ./hack/update-generated-kubelet-plugin-registration.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74286) - [x] ./hack/update-generated-pod-resources-dockerized.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74286) - [x] ./hack/update-generated-pod-resources.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74286) - [x] ./hack/update-generated-protobuf-dockerized.sh - [x] ./hack/update-generated-protobuf.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74286) - [x] ./hack/update-generated-runtime-dockerized.sh - [x] ./hack/update-generated-runtime.sh - [x] ./hack/update-generated-swagger-docs.sh - [x] ./hack/update-godep-licenses.sh - [x] ./hack/update-gofmt.sh - [x] ./hack/update-openapi-spec.sh - [x] ./hack/update-staging-godeps-dockerized.sh - [x] ./hack/update-staging-godeps.sh - [x] ./hack/update-swagger-spec.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72924) - [x] ./hack/update-translations.sh - [x] ./hack/update-workspace-mirror.sh - [x] ./hack/verify-all.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74299) - [x] ./hack/verify-api-groups.sh - [x] ./hack/verify-api-reference-docs.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72924) - [x] ./hack/verify-bazel.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74259) - [x] ./hack/verify-boilerplate.sh - [x] ./hack/verify-cli-conventions.sh - [x] ./hack/verify-codegen.sh - [x] ./hack/verify-description.sh - [x] ./hack/verify-generated-device-plugin.sh - [x] ./hack/verify-generated-docs.sh - [x] ./hack/verify-generated-files-remake.sh - [x] ./hack/verify-generated-files.sh - [x] ./hack/verify-generated-kms.sh - [x] ./hack/verify-generated-kubelet-plugin-registration.sh - [x] ./hack/verify-generated-pod-resources.sh - [x] ./hack/verify-generated-protobuf.sh - [x] ./hack/verify-generated-runtime.sh - [x] ./hack/verify-generated-swagger-docs.sh - [x] ./hack/verify-godep-licenses.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74259) - [x] ./hack/verify-godeps.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74259) - [x] ./hack/verify-gofmt.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74259) - [x] ./hack/verify-golint.sh - [x] ./hack/verify-govet.sh - [x] ./hack/verify-import-boss.sh - [x] ./hack/verify-imports.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74259) - [x] ./hack/verify-linkcheck.sh - [x] ./hack/verify-no-vendor-cycles.sh - [x] ./hack/verify-openapi-spec.sh - [x] ./hack/verify-pkg-names.sh - [x] ./hack/verify-readonly-packages.sh - [x] ./hack/verify-spelling.sh - [x] ./hack/verify-staging-godeps.sh - [x] ./hack/verify-staging-meta-files.sh - [x] ./hack/verify-swagger-spec.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72924) - [x] ./hack/verify-symbols.sh - [x] ./hack/verify-test-featuregates.sh - [x] ./hack/verify-test-images.sh - [x] ./hack/verify-test-owners.sh - [x] ./hack/verify-typecheck.sh - [x] ./pkg/kubectl/cmd/edit/testdata/record_testcase.sh - [x] ./pkg/util/verify-util-pkg.sh - [x] ./plugin/pkg/admission/imagepolicy/gencerts.sh - [x] ./staging/src/k8s.io/apiextensions-apiserver/examples/client-go/hack/update-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73252) - [x] ./staging/src/k8s.io/apiextensions-apiserver/examples/client-go/hack/verify-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73252) - [x] ./staging/src/k8s.io/apiextensions-apiserver/hack/build-image.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73252) - [x] ./staging/src/k8s.io/apiextensions-apiserver/hack/update-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73252) - [x] ./staging/src/k8s.io/apiextensions-apiserver/hack/verify-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73252) - [x] ./staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/testcerts/gencerts.sh - [x] ./staging/src/k8s.io/apiserver/pkg/util/webhook/gencerts.sh - [x] ./staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/testdata/gen.sh - [x] ./staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/gencerts.sh - [x] ./staging/src/k8s.io/code-generator/generate-groups.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73246) - [x] ./staging/src/k8s.io/code-generator/generate-internal-groups.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73246) - [x] ./staging/src/k8s.io/code-generator/hack/update-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73246) - [x] ./staging/src/k8s.io/code-generator/hack/verify-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73246) - [x] ./staging/src/k8s.io/csi-api/hack/update-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73219) - [x] ./staging/src/k8s.io/csi-api/hack/verify-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73219) - [x] ./staging/src/k8s.io/kube-aggregator/hack/build-image.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73218) - [x] ./staging/src/k8s.io/kube-aggregator/hack/local-up-kube-aggregator.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73218) - [x] ./staging/src/k8s.io/kube-aggregator/hack/register-all-apis-from.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73218) - [x] ./staging/src/k8s.io/kube-aggregator/hack/update-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73218) - [x] ./staging/src/k8s.io/kube-aggregator/hack/verify-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73218) - [x] ./staging/src/k8s.io/metrics/hack/update-codegen.sh - [x] ./staging/src/k8s.io/metrics/hack/verify-codegen.sh - [x] ./staging/src/k8s.io/node-api/hack/update-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73213) - [x] ./staging/src/k8s.io/node-api/hack/verify-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73213) - [x] ./staging/src/k8s.io/sample-apiserver/hack/build-image.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73210) - [x] ./staging/src/k8s.io/sample-apiserver/hack/update-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73210) - [x] ./staging/src/k8s.io/sample-apiserver/hack/verify-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73210) - [x] ./staging/src/k8s.io/sample-controller/hack/update-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73213) - [x] ./staging/src/k8s.io/sample-controller/hack/verify-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73213) - [x] ./test/cmd/apply.sh - [x] ./test/cmd/apps.sh - [x] ./test/cmd/authorization.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/batch.sh - [x] ./test/cmd/certificate.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/core.sh - [x] ./test/cmd/crd.sh - [x] ./test/cmd/create.sh - [x] ./test/cmd/delete.sh - [x] ./test/cmd/diff.sh - [x] ./test/cmd/discovery.sh - [x] ./test/cmd/generic-resources.sh - [x] ./test/cmd/get.sh - [x] ./test/cmd/initializers.sh - [x] ./test/cmd/legacy-script.sh - [x] ./test/cmd/node-management.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/old-print.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/proxy.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/rbac.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/request-timeout.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/run.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/save-config.sh - [x] ./test/cmd/storage.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/template-output.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/version.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/e2e_node/conformance/run_test.sh - [x] ./test/e2e_node/environment/setup_host.sh - [x] ./test/e2e_node/gubernator.sh - [x] ./test/e2e_node/jenkins/conformance/conformance-jenkins.sh - [x] ./test/e2e_node/jenkins/copy-e2e-image.sh - [x] ./test/e2e_node/jenkins/e2e-node-jenkins.sh - [x] ./test/e2e_node/jenkins/ubuntu-14.04-nvidia-install.sh - [x] ./test/images/image-util.sh - [x] ./test/images/pets/redis-installer/on-start.sh - [x] ./test/images/pets/zookeeper-installer/install.sh - [x] ./test/images/pets/zookeeper-installer/on-start.sh - [x] ./test/images/volume/gluster/run_gluster.sh - [x] ./test/images/volume/iscsi/create_block.sh - [x] ./test/images/volume/nfs/run_nfs.sh - [x] ./test/images/volume/rbd/bootstrap.sh - [x] ./test/images/volume/rbd/create_block.sh - [x] ./test/images/volume/rbd/mon.sh - [x] ./test/images/volume/rbd/osd.sh - [x] ./test/integration/ipamperf/test-performance.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74193) - [x] ./test/integration/scheduler_perf/test-performance.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74193) - [x] ./test/kubemark/common/util.sh - [x] ./test/kubemark/configure-kubectl.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74193) - [x] ./test/kubemark/gce/util.sh - [x] ./test/kubemark/iks/shutdown.sh - [x] ./test/kubemark/iks/startup.sh - [x] ./test/kubemark/iks/util.sh - [x] ./test/kubemark/master-log-dump.sh - [x] ./test/kubemark/pre-existing/util.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74193) - [x] ./test/kubemark/resources/start-kubemark-master.sh - [x] ./test/kubemark/run-e2e-tests.sh - [x] ./test/kubemark/start-kubemark.sh - [x] ./test/kubemark/stop-kubemark.sh - [x] ./third_party/forked/shell2junit/sh2ju.sh - [x] ./third_party/intemp/intemp.sh - [x] ./third_party/multiarch/qemu-user-static/register/qemu-binfmt-conf.sh - [x] ./third_party/multiarch/qemu-user-static/register/register.sh
1.0
Eliminate shellcheck failures - **What happened**: After #24614 / #68438 we had 283 known failing `*.sh` files being excluded from shellcheck lints. **What you expected to happen**: We should be linting all files. When files are listed in `hack/.shellcheck_failures` we may miss actual bugs in them. Initially to get the linter in place we had to list many files there to keep the PR reasonably sized, but ideally we can fix these over time and eliminate this file. **How to reproduce it (as minimally and precisely as possible)**: `hack/verify-shellcheck.sh` **Anything else we need to know?**: I intend to continue working on this, EG #72861, #72955, ... /sig testing /assign ### Known failing files TODO: - [x] ./build/build-image/rsyncd.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/common.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73117) - [x] ./build/copy-output.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/lib/release.sh - [x] ./build/make-build-image.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/make-clean.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/package-tarballs.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/release-images.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/release-in-a-container.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/release.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/run.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/shell.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./build/util.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72955) - [x] ./cluster/addons/addon-manager/kube-addons.sh - [x] ./cluster/addons/fluentd-elasticsearch/es-image/run.sh - [x] ./cluster/addons/fluentd-elasticsearch/fluentd-es-image/run.sh - [x] ./cluster/centos/build.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/centos/config-build.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/centos/config-default.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/centos/config-test.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/centos/deployAddons.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/centos/make-ca-cert.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/centos/master/scripts/flannel.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/centos/node/bin/mk-docker-opts.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/centos/node/scripts/flannel.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/centos/util.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73253) - [x] ./cluster/clientbin.sh - [x] ./cluster/common.sh - [x] ./cluster/gce/config-common.sh - [x] ./cluster/gce/config-default.sh - [x] ./cluster/gce/config-test.sh - [x] ./cluster/gce/delete-stranded-load-balancers.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74192) - [ ] ./cluster/gce/gci/configure-helper.sh - [ ] ./cluster/gce/gci/configure.sh - [x] ./cluster/gce/gci/flexvolume_node_setup.sh - [x] ./cluster/gce/gci/health-monitor.sh - [ ] ./cluster/gce/gci/master-helper.sh - [x] ./cluster/gce/gci/mounter/stage-upload.sh - [x] ./cluster/gce/gci/node-helper.sh - [x] ./cluster/gce/gci/shutdown.sh - [x] ./cluster/gce/list-resources.sh - [x] ./cluster/gce/upgrade-aliases.sh - [x] ./cluster/gce/upgrade.sh - [ ] ./cluster/gce/util.sh - [x] ./cluster/get-kube-binaries.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72861) - [x] ./cluster/get-kube-local.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72861) - [x] ./cluster/get-kube.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72861) - [x] ./cluster/images/conformance/run_e2e.sh - [x] ./cluster/images/etcd-empty-dir-cleanup/etcd-empty-dir-cleanup.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74192) - [x] ./cluster/juju/prereqs/ubuntu-juju.sh - [x] ./cluster/juju/util.sh - [x] ./cluster/kube-down.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74060) - [x] ./cluster/kube-up.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74449) - [x] ./cluster/kube-util.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74449) - [x] ./cluster/kubeadm.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74060) - [x] ./cluster/kubectl.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74449) - [x] ./cluster/kubemark/gce/config-default.sh - [x] ./cluster/kubemark/iks/config-default.sh - [x] ./cluster/kubemark/util.sh - [x] ./cluster/local/util.sh - [x] ./cluster/log-dump/log-dump.sh (https://github.com/kubernetes/kubernetes/pull/88349) - [x] ./cluster/pre-existing/util.sh - [x] ./cluster/restore-from-backup.sh - [x] ./cluster/test-e2e.sh - [x] ./cluster/test-network.sh - [x] ./cluster/test-smoke.sh - [x] ./cluster/update-storage-objects.sh - [x] ./cluster/validate-cluster.sh - [x] ./hack/benchmark-go.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74299) - [x] ./hack/build-cross.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74299) - [x] ./hack/build-go.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74299) - [x] ./hack/build-ui.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72924) - [x] ./hack/cherry_pick_pull.sh - [x] ./hack/dev-build-and-push.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73151) - [x] ./hack/dev-build-and-up.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73151) - [x] ./hack/dev-push-conformance.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73151) - [x] ./hack/dev-push-hyperkube.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73151) - [x] ./hack/e2e-internal/e2e-cluster-size.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74230) - [x] ./hack/e2e-internal/e2e-down.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74230) - [x] ./hack/e2e-internal/e2e-grow-cluster.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74230) - [x] ./hack/e2e-internal/e2e-shrink-cluster.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74230) - [x] ./hack/e2e-internal/e2e-status.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74230) - [x] ./hack/e2e-internal/e2e-up.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74230) - [x] ./hack/e2e-node-test.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74230) - [x] ./hack/generate-bindata.sh - [x] ./hack/generate-docs.sh - [x] ./hack/get-build.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74060) - [x] ./hack/ginkgo-e2e.sh - [x] ./hack/godep-restore.sh - [x] ./hack/godep-save.sh - [x] ./hack/grab-profiles.sh - [x] ./hack/install-etcd.sh - [x] ./hack/jenkins/benchmark-dockerized.sh - [x] ./hack/jenkins/build.sh - [x] ./hack/jenkins/test-dockerized.sh - [x] ./hack/jenkins/upload-to-gcs.sh - [x] ./hack/jenkins/verify-dockerized.sh - [x] ./hack/lib/etcd.sh - [x] ./hack/lib/golang.sh - [x] ./hack/lib/init.sh - [x] ./hack/lib/logging.sh - [x] ./hack/lib/protoc.sh - [x] ./hack/lib/swagger.sh - [x] ./hack/lib/test.sh - [x] ./hack/lib/util.sh - [x] ./hack/lib/version.sh - [x] ./hack/list-feature-tests.sh - [x] ./hack/local-up-cluster.sh - [x] ./hack/make-rules/build.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74242) - [x] ./hack/make-rules/clean.sh - [x] ./hack/make-rules/cross.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74242) - [x] ./hack/make-rules/helpers/cache_go_dirs.sh - [x] ./hack/make-rules/make-help.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74242) - [x] ./hack/make-rules/test-cmd.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74242) - [x] ./hack/make-rules/test-e2e-node.sh - [x] ./hack/make-rules/test-integration.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74242) - [x] ./hack/make-rules/test-kubeadm-cmd.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74242) - [x] ./hack/make-rules/test.sh - [x] ./hack/make-rules/update.sh - [x] ./hack/make-rules/verify.sh - [x] ./hack/make-rules/vet.sh - [x] ./hack/print-workspace-status.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73257) - [x] ./hack/run-in-gopath.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73257) - [x] ./hack/test-go.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74299) - [x] ./hack/test-integration.sh - [x] ./hack/test-update-storage-objects.sh - [x] ./hack/update-all.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74299) - [x] ./hack/update-api-reference-docs.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72924) - [x] ./hack/update-bazel.sh - [x] ./hack/update-codegen.sh - [x] ./hack/update-generated-device-plugin-dockerized.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74286) - [x] ./hack/update-generated-device-plugin.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74286) - [x] ./hack/update-generated-docs.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74286) - [x] ./hack/update-generated-kms-dockerized.sh - [x] ./hack/update-generated-kms.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74286) - [x] ./hack/update-generated-kubelet-plugin-registration-dockerized.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74286) - [x] ./hack/update-generated-kubelet-plugin-registration.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74286) - [x] ./hack/update-generated-pod-resources-dockerized.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74286) - [x] ./hack/update-generated-pod-resources.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74286) - [x] ./hack/update-generated-protobuf-dockerized.sh - [x] ./hack/update-generated-protobuf.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74286) - [x] ./hack/update-generated-runtime-dockerized.sh - [x] ./hack/update-generated-runtime.sh - [x] ./hack/update-generated-swagger-docs.sh - [x] ./hack/update-godep-licenses.sh - [x] ./hack/update-gofmt.sh - [x] ./hack/update-openapi-spec.sh - [x] ./hack/update-staging-godeps-dockerized.sh - [x] ./hack/update-staging-godeps.sh - [x] ./hack/update-swagger-spec.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72924) - [x] ./hack/update-translations.sh - [x] ./hack/update-workspace-mirror.sh - [x] ./hack/verify-all.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74299) - [x] ./hack/verify-api-groups.sh - [x] ./hack/verify-api-reference-docs.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72924) - [x] ./hack/verify-bazel.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74259) - [x] ./hack/verify-boilerplate.sh - [x] ./hack/verify-cli-conventions.sh - [x] ./hack/verify-codegen.sh - [x] ./hack/verify-description.sh - [x] ./hack/verify-generated-device-plugin.sh - [x] ./hack/verify-generated-docs.sh - [x] ./hack/verify-generated-files-remake.sh - [x] ./hack/verify-generated-files.sh - [x] ./hack/verify-generated-kms.sh - [x] ./hack/verify-generated-kubelet-plugin-registration.sh - [x] ./hack/verify-generated-pod-resources.sh - [x] ./hack/verify-generated-protobuf.sh - [x] ./hack/verify-generated-runtime.sh - [x] ./hack/verify-generated-swagger-docs.sh - [x] ./hack/verify-godep-licenses.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74259) - [x] ./hack/verify-godeps.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74259) - [x] ./hack/verify-gofmt.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74259) - [x] ./hack/verify-golint.sh - [x] ./hack/verify-govet.sh - [x] ./hack/verify-import-boss.sh - [x] ./hack/verify-imports.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74259) - [x] ./hack/verify-linkcheck.sh - [x] ./hack/verify-no-vendor-cycles.sh - [x] ./hack/verify-openapi-spec.sh - [x] ./hack/verify-pkg-names.sh - [x] ./hack/verify-readonly-packages.sh - [x] ./hack/verify-spelling.sh - [x] ./hack/verify-staging-godeps.sh - [x] ./hack/verify-staging-meta-files.sh - [x] ./hack/verify-swagger-spec.sh (Done in: https://github.com/kubernetes/kubernetes/pull/72924) - [x] ./hack/verify-symbols.sh - [x] ./hack/verify-test-featuregates.sh - [x] ./hack/verify-test-images.sh - [x] ./hack/verify-test-owners.sh - [x] ./hack/verify-typecheck.sh - [x] ./pkg/kubectl/cmd/edit/testdata/record_testcase.sh - [x] ./pkg/util/verify-util-pkg.sh - [x] ./plugin/pkg/admission/imagepolicy/gencerts.sh - [x] ./staging/src/k8s.io/apiextensions-apiserver/examples/client-go/hack/update-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73252) - [x] ./staging/src/k8s.io/apiextensions-apiserver/examples/client-go/hack/verify-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73252) - [x] ./staging/src/k8s.io/apiextensions-apiserver/hack/build-image.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73252) - [x] ./staging/src/k8s.io/apiextensions-apiserver/hack/update-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73252) - [x] ./staging/src/k8s.io/apiextensions-apiserver/hack/verify-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73252) - [x] ./staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/testcerts/gencerts.sh - [x] ./staging/src/k8s.io/apiserver/pkg/util/webhook/gencerts.sh - [x] ./staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/testdata/gen.sh - [x] ./staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/gencerts.sh - [x] ./staging/src/k8s.io/code-generator/generate-groups.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73246) - [x] ./staging/src/k8s.io/code-generator/generate-internal-groups.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73246) - [x] ./staging/src/k8s.io/code-generator/hack/update-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73246) - [x] ./staging/src/k8s.io/code-generator/hack/verify-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73246) - [x] ./staging/src/k8s.io/csi-api/hack/update-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73219) - [x] ./staging/src/k8s.io/csi-api/hack/verify-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73219) - [x] ./staging/src/k8s.io/kube-aggregator/hack/build-image.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73218) - [x] ./staging/src/k8s.io/kube-aggregator/hack/local-up-kube-aggregator.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73218) - [x] ./staging/src/k8s.io/kube-aggregator/hack/register-all-apis-from.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73218) - [x] ./staging/src/k8s.io/kube-aggregator/hack/update-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73218) - [x] ./staging/src/k8s.io/kube-aggregator/hack/verify-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73218) - [x] ./staging/src/k8s.io/metrics/hack/update-codegen.sh - [x] ./staging/src/k8s.io/metrics/hack/verify-codegen.sh - [x] ./staging/src/k8s.io/node-api/hack/update-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73213) - [x] ./staging/src/k8s.io/node-api/hack/verify-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73213) - [x] ./staging/src/k8s.io/sample-apiserver/hack/build-image.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73210) - [x] ./staging/src/k8s.io/sample-apiserver/hack/update-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73210) - [x] ./staging/src/k8s.io/sample-apiserver/hack/verify-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73210) - [x] ./staging/src/k8s.io/sample-controller/hack/update-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73213) - [x] ./staging/src/k8s.io/sample-controller/hack/verify-codegen.sh (Done in: https://github.com/kubernetes/kubernetes/pull/73213) - [x] ./test/cmd/apply.sh - [x] ./test/cmd/apps.sh - [x] ./test/cmd/authorization.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/batch.sh - [x] ./test/cmd/certificate.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/core.sh - [x] ./test/cmd/crd.sh - [x] ./test/cmd/create.sh - [x] ./test/cmd/delete.sh - [x] ./test/cmd/diff.sh - [x] ./test/cmd/discovery.sh - [x] ./test/cmd/generic-resources.sh - [x] ./test/cmd/get.sh - [x] ./test/cmd/initializers.sh - [x] ./test/cmd/legacy-script.sh - [x] ./test/cmd/node-management.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/old-print.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/proxy.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/rbac.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/request-timeout.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/run.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/save-config.sh - [x] ./test/cmd/storage.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/template-output.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/cmd/version.sh (Addressed in: https://github.com/kubernetes/kubernetes/pull/74279) - [x] ./test/e2e_node/conformance/run_test.sh - [x] ./test/e2e_node/environment/setup_host.sh - [x] ./test/e2e_node/gubernator.sh - [x] ./test/e2e_node/jenkins/conformance/conformance-jenkins.sh - [x] ./test/e2e_node/jenkins/copy-e2e-image.sh - [x] ./test/e2e_node/jenkins/e2e-node-jenkins.sh - [x] ./test/e2e_node/jenkins/ubuntu-14.04-nvidia-install.sh - [x] ./test/images/image-util.sh - [x] ./test/images/pets/redis-installer/on-start.sh - [x] ./test/images/pets/zookeeper-installer/install.sh - [x] ./test/images/pets/zookeeper-installer/on-start.sh - [x] ./test/images/volume/gluster/run_gluster.sh - [x] ./test/images/volume/iscsi/create_block.sh - [x] ./test/images/volume/nfs/run_nfs.sh - [x] ./test/images/volume/rbd/bootstrap.sh - [x] ./test/images/volume/rbd/create_block.sh - [x] ./test/images/volume/rbd/mon.sh - [x] ./test/images/volume/rbd/osd.sh - [x] ./test/integration/ipamperf/test-performance.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74193) - [x] ./test/integration/scheduler_perf/test-performance.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74193) - [x] ./test/kubemark/common/util.sh - [x] ./test/kubemark/configure-kubectl.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74193) - [x] ./test/kubemark/gce/util.sh - [x] ./test/kubemark/iks/shutdown.sh - [x] ./test/kubemark/iks/startup.sh - [x] ./test/kubemark/iks/util.sh - [x] ./test/kubemark/master-log-dump.sh - [x] ./test/kubemark/pre-existing/util.sh (Done in: https://github.com/kubernetes/kubernetes/pull/74193) - [x] ./test/kubemark/resources/start-kubemark-master.sh - [x] ./test/kubemark/run-e2e-tests.sh - [x] ./test/kubemark/start-kubemark.sh - [x] ./test/kubemark/stop-kubemark.sh - [x] ./third_party/forked/shell2junit/sh2ju.sh - [x] ./third_party/intemp/intemp.sh - [x] ./third_party/multiarch/qemu-user-static/register/qemu-binfmt-conf.sh - [x] ./third_party/multiarch/qemu-user-static/register/register.sh
test
eliminate shellcheck failures what happened after we had known failing sh files being excluded from shellcheck lints what you expected to happen we should be linting all files when files are listed in hack shellcheck failures we may miss actual bugs in them initially to get the linter in place we had to list many files there to keep the pr reasonably sized but ideally we can fix these over time and eliminate this file how to reproduce it as minimally and precisely as possible hack verify shellcheck sh anything else we need to know i intend to continue working on this eg sig testing assign known failing files todo build build image rsyncd sh done in build common sh done in build copy output sh done in build lib release sh build make build image sh done in build make clean sh done in build package tarballs sh done in build release images sh done in build release in a container sh done in build release sh done in build run sh done in build shell sh done in build util sh done in cluster addons addon manager kube addons sh cluster addons fluentd elasticsearch es image run sh cluster addons fluentd elasticsearch fluentd es image run sh cluster centos build sh done in cluster centos config build sh done in cluster centos config default sh done in cluster centos config test sh done in cluster centos deployaddons sh done in cluster centos make ca cert sh done in cluster centos master scripts flannel sh done in cluster centos node bin mk docker opts sh done in cluster centos node scripts flannel sh done in cluster centos util sh done in cluster clientbin sh cluster common sh cluster gce config common sh cluster gce config default sh cluster gce config test sh cluster gce delete stranded load balancers sh done in cluster gce gci configure helper sh cluster gce gci configure sh cluster gce gci flexvolume node setup sh cluster gce gci health monitor sh cluster gce gci master helper sh cluster gce gci mounter stage upload sh cluster gce gci node helper sh cluster gce gci shutdown sh cluster gce list resources sh cluster gce upgrade aliases sh cluster gce upgrade sh cluster gce util sh cluster get kube binaries sh done in cluster get kube local sh done in cluster get kube sh done in cluster images conformance run sh cluster images etcd empty dir cleanup etcd empty dir cleanup sh done in cluster juju prereqs ubuntu juju sh cluster juju util sh cluster kube down sh done in cluster kube up sh addressed in cluster kube util sh addressed in cluster kubeadm sh done in cluster kubectl sh addressed in cluster kubemark gce config default sh cluster kubemark iks config default sh cluster kubemark util sh cluster local util sh cluster log dump log dump sh cluster pre existing util sh cluster restore from backup sh cluster test sh cluster test network sh cluster test smoke sh cluster update storage objects sh cluster validate cluster sh hack benchmark go sh done in hack build cross sh done in hack build go sh done in hack build ui sh done in hack cherry pick pull sh hack dev build and push sh done in hack dev build and up sh done in hack dev push conformance sh done in hack dev push hyperkube sh done in hack internal cluster size sh done in hack internal down sh done in hack internal grow cluster sh done in hack internal shrink cluster sh done in hack internal status sh done in hack internal up sh done in hack node test sh done in hack generate bindata sh hack generate docs sh hack get build sh done in hack ginkgo sh hack godep restore sh hack godep save sh hack grab profiles sh hack install etcd sh hack jenkins benchmark dockerized sh hack jenkins build sh hack jenkins test dockerized sh hack jenkins upload to gcs sh hack jenkins verify dockerized sh hack lib etcd sh hack lib golang sh hack lib init sh hack lib logging sh hack lib protoc sh hack lib swagger sh hack lib test sh hack lib util sh hack lib version sh hack list feature tests sh hack local up cluster sh hack make rules build sh addressed in hack make rules clean sh hack make rules cross sh addressed in hack make rules helpers cache go dirs sh hack make rules make help sh addressed in hack make rules test cmd sh addressed in hack make rules test node sh hack make rules test integration sh addressed in hack make rules test kubeadm cmd sh addressed in hack make rules test sh hack make rules update sh hack make rules verify sh hack make rules vet sh hack print workspace status sh done in hack run in gopath sh done in hack test go sh done in hack test integration sh hack test update storage objects sh hack update all sh done in hack update api reference docs sh done in hack update bazel sh hack update codegen sh hack update generated device plugin dockerized sh done in hack update generated device plugin sh done in hack update generated docs sh done in hack update generated kms dockerized sh hack update generated kms sh done in hack update generated kubelet plugin registration dockerized sh done in hack update generated kubelet plugin registration sh done in hack update generated pod resources dockerized sh done in hack update generated pod resources sh done in hack update generated protobuf dockerized sh hack update generated protobuf sh done in hack update generated runtime dockerized sh hack update generated runtime sh hack update generated swagger docs sh hack update godep licenses sh hack update gofmt sh hack update openapi spec sh hack update staging godeps dockerized sh hack update staging godeps sh hack update swagger spec sh done in hack update translations sh hack update workspace mirror sh hack verify all sh done in hack verify api groups sh hack verify api reference docs sh done in hack verify bazel sh done in hack verify boilerplate sh hack verify cli conventions sh hack verify codegen sh hack verify description sh hack verify generated device plugin sh hack verify generated docs sh hack verify generated files remake sh hack verify generated files sh hack verify generated kms sh hack verify generated kubelet plugin registration sh hack verify generated pod resources sh hack verify generated protobuf sh hack verify generated runtime sh hack verify generated swagger docs sh hack verify godep licenses sh done in hack verify godeps sh done in hack verify gofmt sh done in hack verify golint sh hack verify govet sh hack verify import boss sh hack verify imports sh done in hack verify linkcheck sh hack verify no vendor cycles sh hack verify openapi spec sh hack verify pkg names sh hack verify readonly packages sh hack verify spelling sh hack verify staging godeps sh hack verify staging meta files sh hack verify swagger spec sh done in hack verify symbols sh hack verify test featuregates sh hack verify test images sh hack verify test owners sh hack verify typecheck sh pkg kubectl cmd edit testdata record testcase sh pkg util verify util pkg sh plugin pkg admission imagepolicy gencerts sh staging src io apiextensions apiserver examples client go hack update codegen sh done in staging src io apiextensions apiserver examples client go hack verify codegen sh done in staging src io apiextensions apiserver hack build image sh done in staging src io apiextensions apiserver hack update codegen sh done in staging src io apiextensions apiserver hack verify codegen sh done in staging src io apiserver pkg admission plugin webhook testcerts gencerts sh staging src io apiserver pkg util webhook gencerts sh staging src io apiserver plugin pkg authenticator token oidc testdata gen sh staging src io apiserver plugin pkg authorizer webhook gencerts sh staging src io code generator generate groups sh done in staging src io code generator generate internal groups sh done in staging src io code generator hack update codegen sh done in staging src io code generator hack verify codegen sh done in staging src io csi api hack update codegen sh done in staging src io csi api hack verify codegen sh done in staging src io kube aggregator hack build image sh done in staging src io kube aggregator hack local up kube aggregator sh done in staging src io kube aggregator hack register all apis from sh done in staging src io kube aggregator hack update codegen sh done in staging src io kube aggregator hack verify codegen sh done in staging src io metrics hack update codegen sh staging src io metrics hack verify codegen sh staging src io node api hack update codegen sh done in staging src io node api hack verify codegen sh done in staging src io sample apiserver hack build image sh done in staging src io sample apiserver hack update codegen sh done in staging src io sample apiserver hack verify codegen sh done in staging src io sample controller hack update codegen sh done in staging src io sample controller hack verify codegen sh done in test cmd apply sh test cmd apps sh test cmd authorization sh addressed in test cmd batch sh test cmd certificate sh addressed in test cmd core sh test cmd crd sh test cmd create sh test cmd delete sh test cmd diff sh test cmd discovery sh test cmd generic resources sh test cmd get sh test cmd initializers sh test cmd legacy script sh test cmd node management sh addressed in test cmd old print sh addressed in test cmd proxy sh addressed in test cmd rbac sh addressed in test cmd request timeout sh addressed in test cmd run sh addressed in test cmd save config sh test cmd storage sh addressed in test cmd template output sh addressed in test cmd version sh addressed in test node conformance run test sh test node environment setup host sh test node gubernator sh test node jenkins conformance conformance jenkins sh test node jenkins copy image sh test node jenkins node jenkins sh test node jenkins ubuntu nvidia install sh test images image util sh test images pets redis installer on start sh test images pets zookeeper installer install sh test images pets zookeeper installer on start sh test images volume gluster run gluster sh test images volume iscsi create block sh test images volume nfs run nfs sh test images volume rbd bootstrap sh test images volume rbd create block sh test images volume rbd mon sh test images volume rbd osd sh test integration ipamperf test performance sh done in test integration scheduler perf test performance sh done in test kubemark common util sh test kubemark configure kubectl sh done in test kubemark gce util sh test kubemark iks shutdown sh test kubemark iks startup sh test kubemark iks util sh test kubemark master log dump sh test kubemark pre existing util sh done in test kubemark resources start kubemark master sh test kubemark run tests sh test kubemark start kubemark sh test kubemark stop kubemark sh third party forked sh third party intemp intemp sh third party multiarch qemu user static register qemu binfmt conf sh third party multiarch qemu user static register register sh
1
100,010
12,497,672,846
IssuesEvent
2020-06-01 16:54:23
Vitek-Lab/MSstatsConvert
https://api.github.com/repos/Vitek-Lab/MSstatsConvert
closed
Logging setup
Design questions
TODO: this should be happening on load, because we don't know yet if the user want to append? OR if we don't save at this moment, the file won't be created, yet - file name can go to options, too?
1.0
Logging setup - TODO: this should be happening on load, because we don't know yet if the user want to append? OR if we don't save at this moment, the file won't be created, yet - file name can go to options, too?
non_test
logging setup todo this should be happening on load because we don t know yet if the user want to append or if we don t save at this moment the file won t be created yet file name can go to options too
0
196,885
22,571,829,114
IssuesEvent
2022-06-28 01:27:20
tz924/cs116-lab10
https://api.github.com/repos/tz924/cs116-lab10
opened
npm-run-all-4.1.5.tgz: 1 vulnerabilities (highest severity is: 9.8)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-run-all-4.1.5.tgz</b></p></summary> <p></p> <p>Path to dependency file: /ctf-spring2022/www/wp-content/themes/twentynineteen/package.json</p> <p>Path to vulnerable library: /ctf-spring2022/www/wp-content/themes/twentynineteen/node_modules/shell-quote/package.json</p> <p> <p>Found in HEAD commit: <a href="https://github.com/tz924/cs116-lab10/commit/7f949f4f48089e4e1ea7eb0b2482120d3327d7c4">7f949f4f48089e4e1ea7eb0b2482120d3327d7c4</a></p></details> ## Vulnerabilities | CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available | | ------------- | ------------- | ----- | ----- | ----- | --- | --- | | [CVE-2021-42740](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-42740) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | shell-quote-1.6.1.tgz | Transitive | N/A | &#10060; | ## Details <details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-42740</summary> ### Vulnerable Library - <b>shell-quote-1.6.1.tgz</b></p> <p>quote and parse shell commands</p> <p>Library home page: <a href="https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz">https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz</a></p> <p>Path to dependency file: /ctf-spring2022/www/wp-content/themes/twentynineteen/package.json</p> <p>Path to vulnerable library: /ctf-spring2022/www/wp-content/themes/twentynineteen/node_modules/shell-quote/package.json</p> <p> Dependency Hierarchy: - npm-run-all-4.1.5.tgz (Root Library) - :x: **shell-quote-1.6.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/tz924/cs116-lab10/commit/7f949f4f48089e4e1ea7eb0b2482120d3327d7c4">7f949f4f48089e4e1ea7eb0b2482120d3327d7c4</a></p> <p>Found in base branch: <b>master</b></p> </p> <p></p> ### Vulnerability Details <p> The shell-quote package before 1.7.3 for Node.js allows command injection. An attacker can inject unescaped shell metacharacters through a regex designed to support Windows drive letters. If the output of this package is passed to a real shell as a quoted argument to a command with exec(), an attacker can inject arbitrary commands. This is because the Windows drive letter regex character class is {A-z] instead of the correct {A-Za-z]. Several shell metacharacters exist in the space between capital letter Z and lower case letter a, such as the backtick character. <p>Publish Date: 2021-10-21 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-42740>CVE-2021-42740</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>9.8</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42740">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42740</a></p> <p>Release Date: 2021-10-21</p> <p>Fix Resolution: shell-quote - 1.7.3</p> </p> <p></p> Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) </details>
True
npm-run-all-4.1.5.tgz: 1 vulnerabilities (highest severity is: 9.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-run-all-4.1.5.tgz</b></p></summary> <p></p> <p>Path to dependency file: /ctf-spring2022/www/wp-content/themes/twentynineteen/package.json</p> <p>Path to vulnerable library: /ctf-spring2022/www/wp-content/themes/twentynineteen/node_modules/shell-quote/package.json</p> <p> <p>Found in HEAD commit: <a href="https://github.com/tz924/cs116-lab10/commit/7f949f4f48089e4e1ea7eb0b2482120d3327d7c4">7f949f4f48089e4e1ea7eb0b2482120d3327d7c4</a></p></details> ## Vulnerabilities | CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available | | ------------- | ------------- | ----- | ----- | ----- | --- | --- | | [CVE-2021-42740](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-42740) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | shell-quote-1.6.1.tgz | Transitive | N/A | &#10060; | ## Details <details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-42740</summary> ### Vulnerable Library - <b>shell-quote-1.6.1.tgz</b></p> <p>quote and parse shell commands</p> <p>Library home page: <a href="https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz">https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz</a></p> <p>Path to dependency file: /ctf-spring2022/www/wp-content/themes/twentynineteen/package.json</p> <p>Path to vulnerable library: /ctf-spring2022/www/wp-content/themes/twentynineteen/node_modules/shell-quote/package.json</p> <p> Dependency Hierarchy: - npm-run-all-4.1.5.tgz (Root Library) - :x: **shell-quote-1.6.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/tz924/cs116-lab10/commit/7f949f4f48089e4e1ea7eb0b2482120d3327d7c4">7f949f4f48089e4e1ea7eb0b2482120d3327d7c4</a></p> <p>Found in base branch: <b>master</b></p> </p> <p></p> ### Vulnerability Details <p> The shell-quote package before 1.7.3 for Node.js allows command injection. An attacker can inject unescaped shell metacharacters through a regex designed to support Windows drive letters. If the output of this package is passed to a real shell as a quoted argument to a command with exec(), an attacker can inject arbitrary commands. This is because the Windows drive letter regex character class is {A-z] instead of the correct {A-Za-z]. Several shell metacharacters exist in the space between capital letter Z and lower case letter a, such as the backtick character. <p>Publish Date: 2021-10-21 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-42740>CVE-2021-42740</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>9.8</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42740">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42740</a></p> <p>Release Date: 2021-10-21</p> <p>Fix Resolution: shell-quote - 1.7.3</p> </p> <p></p> Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) </details>
non_test
npm run all tgz vulnerabilities highest severity is vulnerable library npm run all tgz path to dependency file ctf www wp content themes twentynineteen package json path to vulnerable library ctf www wp content themes twentynineteen node modules shell quote package json found in head commit a href vulnerabilities cve severity cvss dependency type fixed in remediation available high shell quote tgz transitive n a details cve vulnerable library shell quote tgz quote and parse shell commands library home page a href path to dependency file ctf www wp content themes twentynineteen package json path to vulnerable library ctf www wp content themes twentynineteen node modules shell quote package json dependency hierarchy npm run all tgz root library x shell quote tgz vulnerable library found in head commit a href found in base branch master vulnerability details the shell quote package before for node js allows command injection an attacker can inject unescaped shell metacharacters through a regex designed to support windows drive letters if the output of this package is passed to a real shell as a quoted argument to a command with exec an attacker can inject arbitrary commands this is because the windows drive letter regex character class is a z instead of the correct a za z several shell metacharacters exist in the space between capital letter z and lower case letter a such as the backtick character publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution shell quote step up your open source security game with mend
0
336,156
30,122,644,935
IssuesEvent
2023-06-30 16:26:53
flutter/flutter
https://api.github.com/repos/flutter/flutter
opened
[palette_generator] Tests only run in vm
a: tests team package p: palette_generator P2
Currently the Dart unit tests all use `dart:io` to load test image, which means we need to opt this package out of the new browser mode tests that I'm bringing up in flutter/packages. Since the package itself supports web, the tests should be reworked to not load test files directly from disk.
1.0
[palette_generator] Tests only run in vm - Currently the Dart unit tests all use `dart:io` to load test image, which means we need to opt this package out of the new browser mode tests that I'm bringing up in flutter/packages. Since the package itself supports web, the tests should be reworked to not load test files directly from disk.
test
tests only run in vm currently the dart unit tests all use dart io to load test image which means we need to opt this package out of the new browser mode tests that i m bringing up in flutter packages since the package itself supports web the tests should be reworked to not load test files directly from disk
1
337,706
30,258,294,518
IssuesEvent
2023-07-07 05:54:05
HughCraig/GHAP
https://api.github.com/repos/HughCraig/GHAP
closed
Order lost on import
bug priority 1 Scope 1 Testing Allocate Budget Urgent
Order of records in csv is lost on import. It appears to re-order them alphabetically. The order is crucial to retain for journey routes. Eg: if I add the attached CSV, it is alphabetically ordered, placing Golbourn which is at the end next to Gundagai at the beginning, making the journey route view link these two extremities, instead of joining them in the right order. [GippsProposed.csv](https://github.com/HughCraig/GHAP/files/11178742/GippsProposed.csv) https://views.tlcmap.org/journey.html?line=route&load=https://ghap.tlcmap.org/publicdatasets/474/json
1.0
Order lost on import - Order of records in csv is lost on import. It appears to re-order them alphabetically. The order is crucial to retain for journey routes. Eg: if I add the attached CSV, it is alphabetically ordered, placing Golbourn which is at the end next to Gundagai at the beginning, making the journey route view link these two extremities, instead of joining them in the right order. [GippsProposed.csv](https://github.com/HughCraig/GHAP/files/11178742/GippsProposed.csv) https://views.tlcmap.org/journey.html?line=route&load=https://ghap.tlcmap.org/publicdatasets/474/json
test
order lost on import order of records in csv is lost on import it appears to re order them alphabetically the order is crucial to retain for journey routes eg if i add the attached csv it is alphabetically ordered placing golbourn which is at the end next to gundagai at the beginning making the journey route view link these two extremities instead of joining them in the right order
1
226,787
7,523,027,558
IssuesEvent
2018-04-12 22:41:05
angular/angular-cli
https://api.github.com/repos/angular/angular-cli
closed
Circular dependency error with service generated with --module in 6.0.0-rc.0
priority: 2 (required) severity3: broken
### Versions ``` Angular CLI: 6.0.0-rc.0 Node: 8.11.0 OS: darwin x64 Angular: 6.0.0-rc.1 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service, platform-browser ... platform-browser-dynamic, router @angular/cli: 6.0.0-rc.0 @angular-devkit/architect: 0.0.10 @angular-devkit/build-angular: 0.0.10 @angular-devkit/build-optimizer: 0.4.9 @angular-devkit/core: 0.4.9 @angular-devkit/schematics: 0.5.0 @ngtools/json-schema: 1.1.0 @ngtools/webpack: 6.0.0-beta.9 @schematics/angular: 0.5.0 @schematics/update: 0.5.0 typescript: 2.7.2 webpack: 4.1.0 ``` ### Repro steps * ng new hello * ng g module world --module app * ng g service world/data --module world * ng g component world/page * inject the service in the component constructor ### Observed behavior ``` WARNING in Circular dependency detected: src/app/world/data.service.ts -> src/app/world/world.module.ts -> src/app/world/page/page.component.ts -> src/app/world/data.service.ts ``` ### Desired behavior CLI v6 `ng g service` command now provides the service in a tree-shakeable way, using the `providedIn` option of `Injectable` decorator. Without the `--module` option, it uses `providedIn: 'root'`, which seems OK. But with the `--module` option, CLI v1 was providing the service directly inside the `NgModule`. Now in CLI v6, the module is configured via `providedIn`. But then the service is not usable in components, which is a serious problem. I see 2 options : * either it is an Angular issue, which should be resolved ; * either it is a known limitation of `providedIn`, then the CLI should keep its old behavior of providing the service directly in the `NgModule` when using `--module`.
1.0
Circular dependency error with service generated with --module in 6.0.0-rc.0 - ### Versions ``` Angular CLI: 6.0.0-rc.0 Node: 8.11.0 OS: darwin x64 Angular: 6.0.0-rc.1 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service, platform-browser ... platform-browser-dynamic, router @angular/cli: 6.0.0-rc.0 @angular-devkit/architect: 0.0.10 @angular-devkit/build-angular: 0.0.10 @angular-devkit/build-optimizer: 0.4.9 @angular-devkit/core: 0.4.9 @angular-devkit/schematics: 0.5.0 @ngtools/json-schema: 1.1.0 @ngtools/webpack: 6.0.0-beta.9 @schematics/angular: 0.5.0 @schematics/update: 0.5.0 typescript: 2.7.2 webpack: 4.1.0 ``` ### Repro steps * ng new hello * ng g module world --module app * ng g service world/data --module world * ng g component world/page * inject the service in the component constructor ### Observed behavior ``` WARNING in Circular dependency detected: src/app/world/data.service.ts -> src/app/world/world.module.ts -> src/app/world/page/page.component.ts -> src/app/world/data.service.ts ``` ### Desired behavior CLI v6 `ng g service` command now provides the service in a tree-shakeable way, using the `providedIn` option of `Injectable` decorator. Without the `--module` option, it uses `providedIn: 'root'`, which seems OK. But with the `--module` option, CLI v1 was providing the service directly inside the `NgModule`. Now in CLI v6, the module is configured via `providedIn`. But then the service is not usable in components, which is a serious problem. I see 2 options : * either it is an Angular issue, which should be resolved ; * either it is a known limitation of `providedIn`, then the CLI should keep its old behavior of providing the service directly in the `NgModule` when using `--module`.
non_test
circular dependency error with service generated with module in rc versions angular cli rc node os darwin angular rc animations common compiler compiler cli core forms http language service platform browser platform browser dynamic router angular cli rc angular devkit architect angular devkit build angular angular devkit build optimizer angular devkit core angular devkit schematics ngtools json schema ngtools webpack beta schematics angular schematics update typescript webpack repro steps ng new hello ng g module world module app ng g service world data module world ng g component world page inject the service in the component constructor observed behavior warning in circular dependency detected src app world data service ts src app world world module ts src app world page page component ts src app world data service ts desired behavior cli ng g service command now provides the service in a tree shakeable way using the providedin option of injectable decorator without the module option it uses providedin root which seems ok but with the module option cli was providing the service directly inside the ngmodule now in cli the module is configured via providedin but then the service is not usable in components which is a serious problem i see options either it is an angular issue which should be resolved either it is a known limitation of providedin then the cli should keep its old behavior of providing the service directly in the ngmodule when using module
0
8,249
2,971,565,948
IssuesEvent
2015-07-14 07:56:07
agershun/alasql
https://api.github.com/repos/agershun/alasql
closed
sqllogictest
bug enhancement solved please test tests
alaSQL src should incooperate test cases from sqllogictest [1] to identify areas where alaSQL does not comply with expectations to traditional SQL statements. The goal (for now) is not to pass all the tests, but to help us describe (in the documentation) what alaSQL does not support - and by that identify areas to improve for the alaSQL library. [1] https://github.com/oriherrnstadt/SQLlogictest/tree/master/test
2.0
sqllogictest - alaSQL src should incooperate test cases from sqllogictest [1] to identify areas where alaSQL does not comply with expectations to traditional SQL statements. The goal (for now) is not to pass all the tests, but to help us describe (in the documentation) what alaSQL does not support - and by that identify areas to improve for the alaSQL library. [1] https://github.com/oriherrnstadt/SQLlogictest/tree/master/test
test
sqllogictest alasql src should incooperate test cases from sqllogictest to identify areas where alasql does not comply with expectations to traditional sql statements the goal for now is not to pass all the tests but to help us describe in the documentation what alasql does not support and by that identify areas to improve for the alasql library
1
519,204
15,047,469,564
IssuesEvent
2021-02-03 08:57:58
oppia/oppia-android
https://api.github.com/repos/oppia/oppia-android
closed
Check and fix Profile Name across all screens
Priority: Important Type: Improvement good first issue
Profile Name is shown in below mentioned screens and we should make sure that a name with maximum characters is clearly visible. - Profile Chooser Screen - Navigation Drawer Header - Home Screen Salutaion - Profile Progress - Profile List (in Admin Controls) - Profile View (in Admin Controls) These needs to be tested and fixed on mobile-landscape, mobile-portrait, tablet-landscape and tablet-portrait.
1.0
Check and fix Profile Name across all screens - Profile Name is shown in below mentioned screens and we should make sure that a name with maximum characters is clearly visible. - Profile Chooser Screen - Navigation Drawer Header - Home Screen Salutaion - Profile Progress - Profile List (in Admin Controls) - Profile View (in Admin Controls) These needs to be tested and fixed on mobile-landscape, mobile-portrait, tablet-landscape and tablet-portrait.
non_test
check and fix profile name across all screens profile name is shown in below mentioned screens and we should make sure that a name with maximum characters is clearly visible profile chooser screen navigation drawer header home screen salutaion profile progress profile list in admin controls profile view in admin controls these needs to be tested and fixed on mobile landscape mobile portrait tablet landscape and tablet portrait
0
130,432
27,695,149,834
IssuesEvent
2023-03-14 01:11:12
microsoft/devicescript
https://api.github.com/repos/microsoft/devicescript
closed
switching projects usability
enhancement vscode
when you click on project name in the status bar, get the quick pick and cancel it, we switch to some undefined state; I think we should just keep the previous project
1.0
switching projects usability - when you click on project name in the status bar, get the quick pick and cancel it, we switch to some undefined state; I think we should just keep the previous project
non_test
switching projects usability when you click on project name in the status bar get the quick pick and cancel it we switch to some undefined state i think we should just keep the previous project
0
216,982
24,312,700,349
IssuesEvent
2022-09-30 01:10:09
hiucimon/ClamScanService
https://api.github.com/repos/hiucimon/ClamScanService
opened
CVE-2022-38752 (Medium) detected in snakeyaml-1.17.jar
security vulnerability
## CVE-2022-38752 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.17.jar</b></p></summary> <p>YAML 1.1 parser and emitter for Java</p> <p>Library home page: <a href="http://www.snakeyaml.org">http://www.snakeyaml.org</a></p> <p>Path to dependency file: /ClamScanService/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/org/yaml/snakeyaml/1.17/snakeyaml-1.17.jar,/root/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.17/7a27ea250c5130b2922b86dea63cbb1cc10a660c/snakeyaml-1.17.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-thymeleaf-1.4.3.RELEASE.jar (Root Library) - spring-boot-starter-1.4.3.RELEASE.jar - :x: **snakeyaml-1.17.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Using snakeYAML to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stack-overflow. <p>Publish Date: 2022-09-05 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-38752>CVE-2022-38752</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: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-9w3m-gqgf-c4p9">https://github.com/advisories/GHSA-9w3m-gqgf-c4p9</a></p> <p>Release Date: 2022-09-05</p> <p>Fix Resolution: org.yaml:snakeyaml:1.32 </p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-38752 (Medium) detected in snakeyaml-1.17.jar - ## CVE-2022-38752 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.17.jar</b></p></summary> <p>YAML 1.1 parser and emitter for Java</p> <p>Library home page: <a href="http://www.snakeyaml.org">http://www.snakeyaml.org</a></p> <p>Path to dependency file: /ClamScanService/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/org/yaml/snakeyaml/1.17/snakeyaml-1.17.jar,/root/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.17/7a27ea250c5130b2922b86dea63cbb1cc10a660c/snakeyaml-1.17.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-thymeleaf-1.4.3.RELEASE.jar (Root Library) - spring-boot-starter-1.4.3.RELEASE.jar - :x: **snakeyaml-1.17.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Using snakeYAML to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stack-overflow. <p>Publish Date: 2022-09-05 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-38752>CVE-2022-38752</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: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-9w3m-gqgf-c4p9">https://github.com/advisories/GHSA-9w3m-gqgf-c4p9</a></p> <p>Release Date: 2022-09-05</p> <p>Fix Resolution: org.yaml:snakeyaml:1.32 </p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve medium detected in snakeyaml jar cve medium severity vulnerability vulnerable library snakeyaml jar yaml parser and emitter for java library home page a href path to dependency file clamscanservice pom xml path to vulnerable library root repository org yaml snakeyaml snakeyaml jar root gradle caches modules files org yaml snakeyaml snakeyaml jar dependency hierarchy spring boot starter thymeleaf release jar root library spring boot starter release jar x snakeyaml jar vulnerable library vulnerability details using snakeyaml to parse untrusted yaml files may be vulnerable to denial of service attacks dos if the parser is running on user supplied input an attacker may supply content that causes the parser to crash by stack overflow publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low 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 org yaml snakeyaml step up your open source security game with mend
0
184,818
14,289,965,976
IssuesEvent
2020-11-23 20:06:49
github-vet/rangeclosure-findings
https://api.github.com/repos/github-vet/rangeclosure-findings
closed
mit-pdos/biscuit: src/net/timeout_test.go; 28 LoC
fresh small test
Found a possible issue in [mit-pdos/biscuit](https://www.github.com/mit-pdos/biscuit) at [src/net/timeout_test.go](https://github.com/mit-pdos/biscuit/blob/70d8496d1d31ec332f09200184229b743d433d45/src/net/timeout_test.go#L113-L140) The below snippet of Go code triggered static analysis which searches for goroutines and/or defer statements which capture loop variables. [Click here to see the code in its original context.](https://github.com/mit-pdos/biscuit/blob/70d8496d1d31ec332f09200184229b743d433d45/src/net/timeout_test.go#L113-L140) <details> <summary>Click here to show the 28 line(s) of Go which triggered the analyzer.</summary> ```go for i, tt := range dialTimeoutMaxDurationTests { ch := make(chan error) max := time.NewTimer(250 * time.Millisecond) defer max.Stop() go func() { d := Dialer{Timeout: tt.timeout} if tt.delta != 0 { d.Deadline = time.Now().Add(tt.delta) } c, err := d.Dial(ln.Addr().Network(), ln.Addr().String()) if err == nil { c.Close() } ch <- err }() select { case <-max.C: t.Fatalf("#%d: Dial didn't return in an expected time", i) case err := <-ch: if perr := parseDialError(err); perr != nil { t.Error(perr) } if err != nil { t.Errorf("#%d: %v", i, err) } } } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 70d8496d1d31ec332f09200184229b743d433d45
1.0
mit-pdos/biscuit: src/net/timeout_test.go; 28 LoC - Found a possible issue in [mit-pdos/biscuit](https://www.github.com/mit-pdos/biscuit) at [src/net/timeout_test.go](https://github.com/mit-pdos/biscuit/blob/70d8496d1d31ec332f09200184229b743d433d45/src/net/timeout_test.go#L113-L140) The below snippet of Go code triggered static analysis which searches for goroutines and/or defer statements which capture loop variables. [Click here to see the code in its original context.](https://github.com/mit-pdos/biscuit/blob/70d8496d1d31ec332f09200184229b743d433d45/src/net/timeout_test.go#L113-L140) <details> <summary>Click here to show the 28 line(s) of Go which triggered the analyzer.</summary> ```go for i, tt := range dialTimeoutMaxDurationTests { ch := make(chan error) max := time.NewTimer(250 * time.Millisecond) defer max.Stop() go func() { d := Dialer{Timeout: tt.timeout} if tt.delta != 0 { d.Deadline = time.Now().Add(tt.delta) } c, err := d.Dial(ln.Addr().Network(), ln.Addr().String()) if err == nil { c.Close() } ch <- err }() select { case <-max.C: t.Fatalf("#%d: Dial didn't return in an expected time", i) case err := <-ch: if perr := parseDialError(err); perr != nil { t.Error(perr) } if err != nil { t.Errorf("#%d: %v", i, err) } } } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 70d8496d1d31ec332f09200184229b743d433d45
test
mit pdos biscuit src net timeout test go loc found a possible issue in at the below snippet of go code triggered static analysis which searches for goroutines and or defer statements which capture loop variables click here to show the line s of go which triggered the analyzer go for i tt range dialtimeoutmaxdurationtests ch make chan error max time newtimer time millisecond defer max stop go func d dialer timeout tt timeout if tt delta d deadline time now add tt delta c err d dial ln addr network ln addr string if err nil c close ch err select case max c t fatalf d dial didn t return in an expected time i case err ch if perr parsedialerror err perr nil t error perr if err nil t errorf d v i err leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id
1
345,608
30,826,754,370
IssuesEvent
2023-08-01 20:44:28
TheRenegadeCoder/sample-programs
https://api.github.com/repos/TheRenegadeCoder/sample-programs
closed
Add Brainfuck Testing
enhancement tests
To request a new language, please fill out the following: Language name: Brainfuck Official Language Style Guide: Official Language Website: Official Language Docker Image: https://hub.docker.com/r/redraiment/brainfuck This was the only image that I could get to work.
1.0
Add Brainfuck Testing - To request a new language, please fill out the following: Language name: Brainfuck Official Language Style Guide: Official Language Website: Official Language Docker Image: https://hub.docker.com/r/redraiment/brainfuck This was the only image that I could get to work.
test
add brainfuck testing to request a new language please fill out the following language name brainfuck official language style guide official language website official language docker image this was the only image that i could get to work
1
53,918
13,262,512,498
IssuesEvent
2020-08-20 21:57:22
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
[filterscripts] MESE Filter Throws Key Error (Trac #2331)
Migrated from Trac defect jeb + pnf
This is with the latest trunk of combo r174135. ERROR (I3Module): MeseFilter_precut: Exception thrown (I3Module.cxx:123 in void I3Module::Do(void (I3Module::*)())) Traceback (most recent call last): File "/home/olivas/icecube/combo/trunk/build/filterscripts/resources/scripts/SimulationFiltering.py", line 387, in <module> main(opts) File "/home/olivas/icecube/combo/trunk/build/filterscripts/resources/scripts/SimulationFiltering.py", line 344, in main tray.Execute() File "/home/olivas/icecube/combo/trunk/build/lib/I3Tray.py", line 256, in Execute super(I3Tray, self).Execute() File "/home/olivas/icecube/combo/trunk/build/lib/icecube/filterscripts/mesefilter.py", line 127, in precut layer_veto_charge = frame['L4VetoLayer0'].value + frame['L4VetoLayer1'].value KeyError: 'L4VetoLayer0' <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2331">https://code.icecube.wisc.edu/projects/icecube/ticket/2331</a>, reported by olivasand owned by blaufuss</em></summary> <p> ```json { "status": "closed", "changetime": "2019-06-28T22:27:43", "_ts": "1561760863704892", "description": "This is with the latest trunk of combo r174135.\n\nERROR (I3Module): MeseFilter_precut: Exception thrown (I3Module.cxx:123 in void I3Module::Do(void (I3Module::*)()))\nTraceback (most recent call last):\n File \"/home/olivas/icecube/combo/trunk/build/filterscripts/resources/scripts/SimulationFiltering.py\", line 387, in <module>\n main(opts)\n File \"/home/olivas/icecube/combo/trunk/build/filterscripts/resources/scripts/SimulationFiltering.py\", line 344, in main\n tray.Execute()\n File \"/home/olivas/icecube/combo/trunk/build/lib/I3Tray.py\", line 256, in Execute\n super(I3Tray, self).Execute()\n File \"/home/olivas/icecube/combo/trunk/build/lib/icecube/filterscripts/mesefilter.py\", line 127, in precut\n layer_veto_charge = frame['L4VetoLayer0'].value + frame['L4VetoLayer1'].value\nKeyError: 'L4VetoLayer0'\n", "reporter": "olivas", "cc": "", "resolution": "fixed", "time": "2019-06-22T02:23:41", "component": "jeb + pnf", "summary": "[filterscripts] MESE Filter Throws Key Error", "priority": "blocker", "keywords": "", "milestone": "Autumnal Equinox 2019", "owner": "blaufuss", "type": "defect" } ``` </p> </details>
1.0
[filterscripts] MESE Filter Throws Key Error (Trac #2331) - This is with the latest trunk of combo r174135. ERROR (I3Module): MeseFilter_precut: Exception thrown (I3Module.cxx:123 in void I3Module::Do(void (I3Module::*)())) Traceback (most recent call last): File "/home/olivas/icecube/combo/trunk/build/filterscripts/resources/scripts/SimulationFiltering.py", line 387, in <module> main(opts) File "/home/olivas/icecube/combo/trunk/build/filterscripts/resources/scripts/SimulationFiltering.py", line 344, in main tray.Execute() File "/home/olivas/icecube/combo/trunk/build/lib/I3Tray.py", line 256, in Execute super(I3Tray, self).Execute() File "/home/olivas/icecube/combo/trunk/build/lib/icecube/filterscripts/mesefilter.py", line 127, in precut layer_veto_charge = frame['L4VetoLayer0'].value + frame['L4VetoLayer1'].value KeyError: 'L4VetoLayer0' <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2331">https://code.icecube.wisc.edu/projects/icecube/ticket/2331</a>, reported by olivasand owned by blaufuss</em></summary> <p> ```json { "status": "closed", "changetime": "2019-06-28T22:27:43", "_ts": "1561760863704892", "description": "This is with the latest trunk of combo r174135.\n\nERROR (I3Module): MeseFilter_precut: Exception thrown (I3Module.cxx:123 in void I3Module::Do(void (I3Module::*)()))\nTraceback (most recent call last):\n File \"/home/olivas/icecube/combo/trunk/build/filterscripts/resources/scripts/SimulationFiltering.py\", line 387, in <module>\n main(opts)\n File \"/home/olivas/icecube/combo/trunk/build/filterscripts/resources/scripts/SimulationFiltering.py\", line 344, in main\n tray.Execute()\n File \"/home/olivas/icecube/combo/trunk/build/lib/I3Tray.py\", line 256, in Execute\n super(I3Tray, self).Execute()\n File \"/home/olivas/icecube/combo/trunk/build/lib/icecube/filterscripts/mesefilter.py\", line 127, in precut\n layer_veto_charge = frame['L4VetoLayer0'].value + frame['L4VetoLayer1'].value\nKeyError: 'L4VetoLayer0'\n", "reporter": "olivas", "cc": "", "resolution": "fixed", "time": "2019-06-22T02:23:41", "component": "jeb + pnf", "summary": "[filterscripts] MESE Filter Throws Key Error", "priority": "blocker", "keywords": "", "milestone": "Autumnal Equinox 2019", "owner": "blaufuss", "type": "defect" } ``` </p> </details>
non_test
mese filter throws key error trac this is with the latest trunk of combo error mesefilter precut exception thrown cxx in void do void traceback most recent call last file home olivas icecube combo trunk build filterscripts resources scripts simulationfiltering py line in main opts file home olivas icecube combo trunk build filterscripts resources scripts simulationfiltering py line in main tray execute file home olivas icecube combo trunk build lib py line in execute super self execute file home olivas icecube combo trunk build lib icecube filterscripts mesefilter py line in precut layer veto charge frame value frame value keyerror migrated from json status closed changetime ts description this is with the latest trunk of combo n nerror mesefilter precut exception thrown cxx in void do void ntraceback most recent call last n file home olivas icecube combo trunk build filterscripts resources scripts simulationfiltering py line in n main opts n file home olivas icecube combo trunk build filterscripts resources scripts simulationfiltering py line in main n tray execute n file home olivas icecube combo trunk build lib py line in execute n super self execute n file home olivas icecube combo trunk build lib icecube filterscripts mesefilter py line in precut n layer veto charge frame value frame value nkeyerror n reporter olivas cc resolution fixed time component jeb pnf summary mese filter throws key error priority blocker keywords milestone autumnal equinox owner blaufuss type defect
0
56,435
6,519,557,029
IssuesEvent
2017-08-28 13:19:45
Microsoft/vsts-tasks
https://api.github.com/repos/Microsoft/vsts-tasks
closed
"Object reference not set to an instance of an object" error happens all the time we run test cases.
Area: Test
![image](https://user-images.githubusercontent.com/7763785/29600211-2d737dbe-8807-11e7-8439-19858907eed6.png) All tests are running failed with such errors. But nothing changes on my side. Any ideas? Configuration of my release: ![image](https://user-images.githubusercontent.com/7763785/29600302-a21ae08a-8807-11e7-87d2-bff1da3067dc.png)
1.0
"Object reference not set to an instance of an object" error happens all the time we run test cases. - ![image](https://user-images.githubusercontent.com/7763785/29600211-2d737dbe-8807-11e7-8439-19858907eed6.png) All tests are running failed with such errors. But nothing changes on my side. Any ideas? Configuration of my release: ![image](https://user-images.githubusercontent.com/7763785/29600302-a21ae08a-8807-11e7-87d2-bff1da3067dc.png)
test
object reference not set to an instance of an object error happens all the time we run test cases all tests are running failed with such errors but nothing changes on my side any ideas configuration of my release
1
110,564
11,705,609,950
IssuesEvent
2020-03-07 16:56:22
avidrucker/autofocus-exp
https://api.github.com/repos/avidrucker/autofocus-exp
closed
Project maintainer oversees rewrite of README to be super user friendly
1 hour documentation epic research writing
- [x] Researcher conducts a 15 min session to better understand best writing practices for READMEs - [x] Writer redrafts the current README to better organize the information contained within & identify alternative layouts, document architecture - [x] Write expands main readme into 5: - [x] main readme - [x] dev readme - [x] designer readme - [x] writer readme - [x] general contributor readme
1.0
Project maintainer oversees rewrite of README to be super user friendly - - [x] Researcher conducts a 15 min session to better understand best writing practices for READMEs - [x] Writer redrafts the current README to better organize the information contained within & identify alternative layouts, document architecture - [x] Write expands main readme into 5: - [x] main readme - [x] dev readme - [x] designer readme - [x] writer readme - [x] general contributor readme
non_test
project maintainer oversees rewrite of readme to be super user friendly researcher conducts a min session to better understand best writing practices for readmes writer redrafts the current readme to better organize the information contained within identify alternative layouts document architecture write expands main readme into main readme dev readme designer readme writer readme general contributor readme
0
197,842
22,607,305,063
IssuesEvent
2022-06-29 14:14:23
elikkatzgit/TestingPOM
https://api.github.com/repos/elikkatzgit/TestingPOM
opened
CVE-2020-7660 (High) detected in serialize-javascript-1.9.1.tgz
security vulnerability
## CVE-2020-7660 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>serialize-javascript-1.9.1.tgz</b></p></summary> <p>Serialize JavaScript to a superset of JSON that includes regular expressions and functions.</p> <p>Library home page: <a href="https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz">https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/serialize-javascript/package.json</p> <p> Dependency Hierarchy: - uglifyjs-webpack-plugin-2.1.3.tgz (Root Library) - :x: **serialize-javascript-1.9.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/elikkatzgit/TestingPOM/commit/349fffeed7cf25f2cf5b8b6a05b5e4367130406e">349fffeed7cf25f2cf5b8b6a05b5e4367130406e</a></p> <p>Found in base branch: <b>dev</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> serialize-javascript prior to 3.1.0 allows remote attackers to inject arbitrary code via the function "deleteFunctions" within "index.js". <p>Publish Date: 2020-06-01 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7660>CVE-2020-7660</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7660">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7660</a></p> <p>Release Date: 2020-06-08</p> <p>Fix Resolution: serialize-javascript - 3.1.0</p> </p> </details> <p></p>
True
CVE-2020-7660 (High) detected in serialize-javascript-1.9.1.tgz - ## CVE-2020-7660 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>serialize-javascript-1.9.1.tgz</b></p></summary> <p>Serialize JavaScript to a superset of JSON that includes regular expressions and functions.</p> <p>Library home page: <a href="https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz">https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/serialize-javascript/package.json</p> <p> Dependency Hierarchy: - uglifyjs-webpack-plugin-2.1.3.tgz (Root Library) - :x: **serialize-javascript-1.9.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/elikkatzgit/TestingPOM/commit/349fffeed7cf25f2cf5b8b6a05b5e4367130406e">349fffeed7cf25f2cf5b8b6a05b5e4367130406e</a></p> <p>Found in base branch: <b>dev</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> serialize-javascript prior to 3.1.0 allows remote attackers to inject arbitrary code via the function "deleteFunctions" within "index.js". <p>Publish Date: 2020-06-01 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7660>CVE-2020-7660</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7660">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7660</a></p> <p>Release Date: 2020-06-08</p> <p>Fix Resolution: serialize-javascript - 3.1.0</p> </p> </details> <p></p>
non_test
cve high detected in serialize javascript tgz cve high severity vulnerability vulnerable library serialize javascript tgz serialize javascript to a superset of json that includes regular expressions and functions library home page a href path to dependency file package json path to vulnerable library node modules serialize javascript package json dependency hierarchy uglifyjs webpack plugin tgz root library x serialize javascript tgz vulnerable library found in head commit a href found in base branch dev vulnerability details serialize javascript prior to allows remote attackers to inject arbitrary code via the function deletefunctions within index js publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution serialize javascript
0
293,302
25,282,588,036
IssuesEvent
2022-11-16 16:47:09
mozilla-mobile/fenix
https://api.github.com/repos/mozilla-mobile/fenix
opened
In some. UI tests - Media notification does not disappear when tab is closed.
Feature:Media Feature:Notifications eng:ui-test Android:13
On switching to compiling with SDK 33, 3 UI tests failed on [Firebase](https://console.firebase.google.com/u/1/project/moz-fenix/testlab/histories/bh.66b7091e15d53d45/matrices/7611240272352269983?pli=1), while in reproducing the test on the app, the test succeeds. Also, on a separate device (Android 9 - Huawei), the tests passed. We should investigate if on some devices the SDK 33 changes would cause real-life problems or if the tests need to be refactored. Side note: On some devices identifying the media button is not possible by using https://github.com/mozilla-mobile/fenix/blob/9654b4dfb122b54b04369fe80a2f9c95811478e8/app/src/androidTest/java/org/mozilla/fenix/ui/robots/NotificationRobot.kt#L152
1.0
In some. UI tests - Media notification does not disappear when tab is closed. - On switching to compiling with SDK 33, 3 UI tests failed on [Firebase](https://console.firebase.google.com/u/1/project/moz-fenix/testlab/histories/bh.66b7091e15d53d45/matrices/7611240272352269983?pli=1), while in reproducing the test on the app, the test succeeds. Also, on a separate device (Android 9 - Huawei), the tests passed. We should investigate if on some devices the SDK 33 changes would cause real-life problems or if the tests need to be refactored. Side note: On some devices identifying the media button is not possible by using https://github.com/mozilla-mobile/fenix/blob/9654b4dfb122b54b04369fe80a2f9c95811478e8/app/src/androidTest/java/org/mozilla/fenix/ui/robots/NotificationRobot.kt#L152
test
in some ui tests media notification does not disappear when tab is closed on switching to compiling with sdk ui tests failed on while in reproducing the test on the app the test succeeds also on a separate device android huawei the tests passed we should investigate if on some devices the sdk changes would cause real life problems or if the tests need to be refactored side note on some devices identifying the media button is not possible by using
1
278,940
24,187,034,850
IssuesEvent
2022-09-23 14:07:53
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachprod: `init` does not work with local cluster on Linux
C-bug T-testeng
On a gceworker: ``` $ roachprod create local -n 3 $ roachprod start local --skip-init $ roachprod init local 12:47:35 cluster_synced.go:2300: local: initializing cluster panic: invalid nodeIdx goroutine 1 [running]: github.com/cockroachdb/cockroach/pkg/roachprod/vm/local.VMDir({0xc0002c7030?, 0xc00081f7b0?}, 0x4e0085?) github.com/cockroachdb/cockroach/pkg/roachprod/vm/local/local.go:46 +0x292 github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).localVMDir(...) github.com/cockroachdb/cockroach/pkg/roachprod/install/cluster_synced.go:123 github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).NodeDir(0xc00065cb40, 0x8?, 0x1) github.com/cockroachdb/cockroach/pkg/roachprod/install/cockroach.go:219 +0x6c github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).generateInitCmd(0xc00065cb40, 0x0) github.com/cockroachdb/cockroach/pkg/roachprod/install/cockroach.go:679 +0xc9 github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).initializeCluster(0xc0000b2d80?, {0x12289f0, 0xc00003a0a0}, 0x2?) github.com/cockroachdb/cockroach/pkg/roachprod/install/cockroach.go:612 +0x71 github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).Init(0xc00065cb40, {0x12289f0, 0xc00003a0a0}, 0x0?) github.com/cockroachdb/cockroach/pkg/roachprod/install/cluster_synced.go:2301 +0xc6 github.com/cockroachdb/cockroach/pkg/roachprod.Init({0x12289f0, 0xc00003a0a0}, 0xc0006bfb18?, {0x7ffe018f5a90, 0x5}) github.com/cockroachdb/cockroach/pkg/roachprod/roachprod.go:719 +0x7f main.glob..func12(0x2?, {0xc0003c73b0?, 0xc0006bfb30?, 0x5a37e5?}) main/pkg/cmd/roachprod/main.go:488 +0x45 main.wrap.func1(0x18a85e0?, {0xc0003c73b0?, 0x1?, 0x1?}) main/pkg/cmd/roachprod/main.go:68 +0x3c github.com/spf13/cobra.(*Command).execute(0x18a85e0, {0xc0003c7390, 0x1, 0x1}) github.com/spf13/cobra/external/com_github_spf13_cobra/command.go:860 +0x663 github.com/spf13/cobra.(*Command).ExecuteC(0x18a7be0) github.com/spf13/cobra/external/com_github_spf13_cobra/command.go:974 +0x3b4 github.com/spf13/cobra.(*Command).Execute(...) github.com/spf13/cobra/external/com_github_spf13_cobra/command.go:902 main.main() main/pkg/cmd/roachprod/main.go:1044 +0x785 ``` Jira issue: CRDB-19735
1.0
roachprod: `init` does not work with local cluster on Linux - On a gceworker: ``` $ roachprod create local -n 3 $ roachprod start local --skip-init $ roachprod init local 12:47:35 cluster_synced.go:2300: local: initializing cluster panic: invalid nodeIdx goroutine 1 [running]: github.com/cockroachdb/cockroach/pkg/roachprod/vm/local.VMDir({0xc0002c7030?, 0xc00081f7b0?}, 0x4e0085?) github.com/cockroachdb/cockroach/pkg/roachprod/vm/local/local.go:46 +0x292 github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).localVMDir(...) github.com/cockroachdb/cockroach/pkg/roachprod/install/cluster_synced.go:123 github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).NodeDir(0xc00065cb40, 0x8?, 0x1) github.com/cockroachdb/cockroach/pkg/roachprod/install/cockroach.go:219 +0x6c github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).generateInitCmd(0xc00065cb40, 0x0) github.com/cockroachdb/cockroach/pkg/roachprod/install/cockroach.go:679 +0xc9 github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).initializeCluster(0xc0000b2d80?, {0x12289f0, 0xc00003a0a0}, 0x2?) github.com/cockroachdb/cockroach/pkg/roachprod/install/cockroach.go:612 +0x71 github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).Init(0xc00065cb40, {0x12289f0, 0xc00003a0a0}, 0x0?) github.com/cockroachdb/cockroach/pkg/roachprod/install/cluster_synced.go:2301 +0xc6 github.com/cockroachdb/cockroach/pkg/roachprod.Init({0x12289f0, 0xc00003a0a0}, 0xc0006bfb18?, {0x7ffe018f5a90, 0x5}) github.com/cockroachdb/cockroach/pkg/roachprod/roachprod.go:719 +0x7f main.glob..func12(0x2?, {0xc0003c73b0?, 0xc0006bfb30?, 0x5a37e5?}) main/pkg/cmd/roachprod/main.go:488 +0x45 main.wrap.func1(0x18a85e0?, {0xc0003c73b0?, 0x1?, 0x1?}) main/pkg/cmd/roachprod/main.go:68 +0x3c github.com/spf13/cobra.(*Command).execute(0x18a85e0, {0xc0003c7390, 0x1, 0x1}) github.com/spf13/cobra/external/com_github_spf13_cobra/command.go:860 +0x663 github.com/spf13/cobra.(*Command).ExecuteC(0x18a7be0) github.com/spf13/cobra/external/com_github_spf13_cobra/command.go:974 +0x3b4 github.com/spf13/cobra.(*Command).Execute(...) github.com/spf13/cobra/external/com_github_spf13_cobra/command.go:902 main.main() main/pkg/cmd/roachprod/main.go:1044 +0x785 ``` Jira issue: CRDB-19735
test
roachprod init does not work with local cluster on linux on a gceworker roachprod create local n roachprod start local skip init roachprod init local cluster synced go local initializing cluster panic invalid nodeidx goroutine github com cockroachdb cockroach pkg roachprod vm local vmdir github com cockroachdb cockroach pkg roachprod vm local local go github com cockroachdb cockroach pkg roachprod install syncedcluster localvmdir github com cockroachdb cockroach pkg roachprod install cluster synced go github com cockroachdb cockroach pkg roachprod install syncedcluster nodedir github com cockroachdb cockroach pkg roachprod install cockroach go github com cockroachdb cockroach pkg roachprod install syncedcluster generateinitcmd github com cockroachdb cockroach pkg roachprod install cockroach go github com cockroachdb cockroach pkg roachprod install syncedcluster initializecluster github com cockroachdb cockroach pkg roachprod install cockroach go github com cockroachdb cockroach pkg roachprod install syncedcluster init github com cockroachdb cockroach pkg roachprod install cluster synced go github com cockroachdb cockroach pkg roachprod init github com cockroachdb cockroach pkg roachprod roachprod go main glob main pkg cmd roachprod main go main wrap main pkg cmd roachprod main go github com cobra command execute github com cobra external com github cobra command go github com cobra command executec github com cobra external com github cobra command go github com cobra command execute github com cobra external com github cobra command go main main main pkg cmd roachprod main go jira issue crdb
1
698,666
23,988,368,492
IssuesEvent
2022-09-13 21:24:07
grpc/grpc
https://api.github.com/repos/grpc/grpc
opened
Build failure with a gRPC + Go + Python project
kind/bug lang/Python priority/P2
### What version of gRPC and what language are you using? - Bazel build with `rules_proto_grpc-4.2.0` - Golang on the server - Python on the client ### What operating system (Linux, Windows,...) and version? - Ubuntu Linux 18.04 ### What runtime / compiler are you using (e.g. python version or version of gcc) - Go 1.19.1 - Bazel 5.3.0 ### What did you do? I followed the instructions at https://rules-proto-grpc.com/en/latest/lang/python.html#python-grpc-library for Python, and similar guidelines for setting up a project with a Bazel build, protocol buffers, gRPC, Go and Python support. In particular, note the dependency on the Go 1.19.1 toolchain. This bug still reproduces with any other version number, including the one in [bazel/grpc_extra_deps.bzl#L56](https://github.com/grpc/grpc/blob/92f58c18a8da2728f571138c37760a721c8915a2/bazel/grpc_extra_deps.bzl#L56) Consider the following Bazel `WORKSPACE` file: ```python workspace(name = "project-foo") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # https://github.com/bazelbuild/rules_proto http_archive( name = "rules_proto", sha256 = "e017528fd1c91c5a33f15493e3a398181a9e821a804eb7ff5acdd1d2d6c2b18d", strip_prefix = "rules_proto-4.0.0-3.20.0", urls = [ "https://github.com/bazelbuild/rules_proto/archive/refs/tags/4.0.0-3.20.0.tar.gz", ], ) load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains") rules_proto_dependencies() rules_proto_toolchains() # https://github.com/bazelbuild/rules_go http_archive( name = "io_bazel_rules_go", sha256 = "16e9fca53ed6bd4ff4ad76facc9b7b651a89db1689a2877d6fd7b82aa824e366", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.34.0.zip", "https://github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.34.0.zip", ], ) load("@io_bazel_rules_go//go:deps.bzl", "go_download_sdk", "go_register_toolchains", "go_rules_dependencies") go_download_sdk( name = "go_sdk", version = "1.19.1", ) go_rules_dependencies() go_register_toolchains() # https://github.com/rules-proto-grpc/rules_proto_grpc http_archive( name = "rules_proto_grpc", sha256 = "bbe4db93499f5c9414926e46f9e35016999a4e9f6e3522482d3760dc61011070", strip_prefix = "rules_proto_grpc-4.2.0", urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/archive/4.2.0.tar.gz"], ) # https://rules-proto-grpc.com/en/latest/#installation load("@rules_proto_grpc//:repositories.bzl", "bazel_gazelle", "rules_proto_grpc_repos", "rules_proto_grpc_toolchains") rules_proto_grpc_toolchains() rules_proto_grpc_repos() # https://rules-proto-grpc.com/en/latest/lang/go.html bazel_gazelle() load("@rules_proto_grpc//go:repositories.bzl", rules_proto_grpc_go_repos = "go_repos") rules_proto_grpc_go_repos() load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies") gazelle_dependencies() # https://rules-proto-grpc.com/en/latest/lang/python.html#python-grpc-library load("@rules_proto_grpc//python:repositories.bzl", rules_proto_grpc_python_repos = "python_repos") rules_proto_grpc_python_repos() load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", rules_proto_grpc_python_deps = "grpc_deps") rules_proto_grpc_python_deps() load("@com_github_grpc_grpc//bazel:grpc_extra_deps.bzl", rules_proto_grpc_python_extra_deps = "grpc_extra_deps") rules_proto_grpc_python_extra_deps() ``` Add a `BUILD` file with the following contents: ```python load("@rules_proto//proto:defs.bzl", "proto_library") load("@rules_proto_grpc//go:defs.bzl", "go_grpc_library") load("@rules_proto_grpc//python:defs.bzl", "python_grpc_library") proto_library( name = "project_foo_proto", srcs = ["project_foo.proto"], visibility = ["//visibility:public"], ) go_grpc_library( name = "project_foo_go_proto", importpath = "github.com/company/project-foo", protos = [":project_foo_proto"], visibility = ["//visibility:public"], ) python_grpc_library( name = "project_foo_py_proto", protos = [":project_foo_proto"], visibility = ["//visibility:public"], ) ``` Create a minimal `project_foo.proto` with a request message, a response message and a service definition with one method using the two messages. Run `bazel build :all` (or `bazelisk build :all`). ### What did you expect to see? Successful build. ### What did you see instead? ``` ERROR: Traceback (most recent call last): File "/home/ovidiu.platon/src/admission-control/WORKSPACE", line 85, column 35, in <toplevel> rules_proto_grpc_python_extra_deps() File "/home/ovidiu.platon/.cache/bazel/_bazel_ovidiu.platon/499be9f2b6984f13f37570e2aac3fba9/external/com_github_grpc_grpc/bazel/grpc_extra_deps.bzl", line 56, column 27, in grpc_extra_deps go_register_toolchains(version = "1.18") File "/home/ovidiu.platon/.cache/bazel/_bazel_ovidiu.platon/499be9f2b6984f13f37570e2aac3fba9/external/io_bazel_rules_go/go/private/sdk.bzl", line 419, column 13, in go_register_toolchains fail("go_register_toolchains: version set after go sdk rule declared ({})".format(", ".join([r["name"] for r in sdk_rules]))) Error in fail: go_register_toolchains: version set after go sdk rule declared (go_sdk) ``` ### Anything else we should know about your project / environment? The error happens regardless of whether the `WORKSPACE` file uses `go_sdk` or `go_register_toolchains`. The `grpc_extra_deps` function must not provide its Go toolchain version number. Not only it removes control from the `WORKSPACE` writer, but it conflicts with any other badly written helpers (it fails the "what if everyone else did this" test). It is order dependent and introduces fragility.
1.0
Build failure with a gRPC + Go + Python project - ### What version of gRPC and what language are you using? - Bazel build with `rules_proto_grpc-4.2.0` - Golang on the server - Python on the client ### What operating system (Linux, Windows,...) and version? - Ubuntu Linux 18.04 ### What runtime / compiler are you using (e.g. python version or version of gcc) - Go 1.19.1 - Bazel 5.3.0 ### What did you do? I followed the instructions at https://rules-proto-grpc.com/en/latest/lang/python.html#python-grpc-library for Python, and similar guidelines for setting up a project with a Bazel build, protocol buffers, gRPC, Go and Python support. In particular, note the dependency on the Go 1.19.1 toolchain. This bug still reproduces with any other version number, including the one in [bazel/grpc_extra_deps.bzl#L56](https://github.com/grpc/grpc/blob/92f58c18a8da2728f571138c37760a721c8915a2/bazel/grpc_extra_deps.bzl#L56) Consider the following Bazel `WORKSPACE` file: ```python workspace(name = "project-foo") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # https://github.com/bazelbuild/rules_proto http_archive( name = "rules_proto", sha256 = "e017528fd1c91c5a33f15493e3a398181a9e821a804eb7ff5acdd1d2d6c2b18d", strip_prefix = "rules_proto-4.0.0-3.20.0", urls = [ "https://github.com/bazelbuild/rules_proto/archive/refs/tags/4.0.0-3.20.0.tar.gz", ], ) load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains") rules_proto_dependencies() rules_proto_toolchains() # https://github.com/bazelbuild/rules_go http_archive( name = "io_bazel_rules_go", sha256 = "16e9fca53ed6bd4ff4ad76facc9b7b651a89db1689a2877d6fd7b82aa824e366", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.34.0.zip", "https://github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.34.0.zip", ], ) load("@io_bazel_rules_go//go:deps.bzl", "go_download_sdk", "go_register_toolchains", "go_rules_dependencies") go_download_sdk( name = "go_sdk", version = "1.19.1", ) go_rules_dependencies() go_register_toolchains() # https://github.com/rules-proto-grpc/rules_proto_grpc http_archive( name = "rules_proto_grpc", sha256 = "bbe4db93499f5c9414926e46f9e35016999a4e9f6e3522482d3760dc61011070", strip_prefix = "rules_proto_grpc-4.2.0", urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/archive/4.2.0.tar.gz"], ) # https://rules-proto-grpc.com/en/latest/#installation load("@rules_proto_grpc//:repositories.bzl", "bazel_gazelle", "rules_proto_grpc_repos", "rules_proto_grpc_toolchains") rules_proto_grpc_toolchains() rules_proto_grpc_repos() # https://rules-proto-grpc.com/en/latest/lang/go.html bazel_gazelle() load("@rules_proto_grpc//go:repositories.bzl", rules_proto_grpc_go_repos = "go_repos") rules_proto_grpc_go_repos() load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies") gazelle_dependencies() # https://rules-proto-grpc.com/en/latest/lang/python.html#python-grpc-library load("@rules_proto_grpc//python:repositories.bzl", rules_proto_grpc_python_repos = "python_repos") rules_proto_grpc_python_repos() load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", rules_proto_grpc_python_deps = "grpc_deps") rules_proto_grpc_python_deps() load("@com_github_grpc_grpc//bazel:grpc_extra_deps.bzl", rules_proto_grpc_python_extra_deps = "grpc_extra_deps") rules_proto_grpc_python_extra_deps() ``` Add a `BUILD` file with the following contents: ```python load("@rules_proto//proto:defs.bzl", "proto_library") load("@rules_proto_grpc//go:defs.bzl", "go_grpc_library") load("@rules_proto_grpc//python:defs.bzl", "python_grpc_library") proto_library( name = "project_foo_proto", srcs = ["project_foo.proto"], visibility = ["//visibility:public"], ) go_grpc_library( name = "project_foo_go_proto", importpath = "github.com/company/project-foo", protos = [":project_foo_proto"], visibility = ["//visibility:public"], ) python_grpc_library( name = "project_foo_py_proto", protos = [":project_foo_proto"], visibility = ["//visibility:public"], ) ``` Create a minimal `project_foo.proto` with a request message, a response message and a service definition with one method using the two messages. Run `bazel build :all` (or `bazelisk build :all`). ### What did you expect to see? Successful build. ### What did you see instead? ``` ERROR: Traceback (most recent call last): File "/home/ovidiu.platon/src/admission-control/WORKSPACE", line 85, column 35, in <toplevel> rules_proto_grpc_python_extra_deps() File "/home/ovidiu.platon/.cache/bazel/_bazel_ovidiu.platon/499be9f2b6984f13f37570e2aac3fba9/external/com_github_grpc_grpc/bazel/grpc_extra_deps.bzl", line 56, column 27, in grpc_extra_deps go_register_toolchains(version = "1.18") File "/home/ovidiu.platon/.cache/bazel/_bazel_ovidiu.platon/499be9f2b6984f13f37570e2aac3fba9/external/io_bazel_rules_go/go/private/sdk.bzl", line 419, column 13, in go_register_toolchains fail("go_register_toolchains: version set after go sdk rule declared ({})".format(", ".join([r["name"] for r in sdk_rules]))) Error in fail: go_register_toolchains: version set after go sdk rule declared (go_sdk) ``` ### Anything else we should know about your project / environment? The error happens regardless of whether the `WORKSPACE` file uses `go_sdk` or `go_register_toolchains`. The `grpc_extra_deps` function must not provide its Go toolchain version number. Not only it removes control from the `WORKSPACE` writer, but it conflicts with any other badly written helpers (it fails the "what if everyone else did this" test). It is order dependent and introduces fragility.
non_test
build failure with a grpc go python project what version of grpc and what language are you using bazel build with rules proto grpc golang on the server python on the client what operating system linux windows and version ubuntu linux what runtime compiler are you using e g python version or version of gcc go bazel what did you do i followed the instructions at for python and similar guidelines for setting up a project with a bazel build protocol buffers grpc go and python support in particular note the dependency on the go toolchain this bug still reproduces with any other version number including the one in consider the following bazel workspace file python workspace name project foo load bazel tools tools build defs repo http bzl http archive http archive name rules proto strip prefix rules proto urls load rules proto proto repositories bzl rules proto dependencies rules proto toolchains rules proto dependencies rules proto toolchains http archive name io bazel rules go urls load io bazel rules go go deps bzl go download sdk go register toolchains go rules dependencies go download sdk name go sdk version go rules dependencies go register toolchains http archive name rules proto grpc strip prefix rules proto grpc urls load rules proto grpc repositories bzl bazel gazelle rules proto grpc repos rules proto grpc toolchains rules proto grpc toolchains rules proto grpc repos bazel gazelle load rules proto grpc go repositories bzl rules proto grpc go repos go repos rules proto grpc go repos load bazel gazelle deps bzl gazelle dependencies gazelle dependencies load rules proto grpc python repositories bzl rules proto grpc python repos python repos rules proto grpc python repos load com github grpc grpc bazel grpc deps bzl rules proto grpc python deps grpc deps rules proto grpc python deps load com github grpc grpc bazel grpc extra deps bzl rules proto grpc python extra deps grpc extra deps rules proto grpc python extra deps add a build file with the following contents python load rules proto proto defs bzl proto library load rules proto grpc go defs bzl go grpc library load rules proto grpc python defs bzl python grpc library proto library name project foo proto srcs visibility go grpc library name project foo go proto importpath github com company project foo protos visibility python grpc library name project foo py proto protos visibility create a minimal project foo proto with a request message a response message and a service definition with one method using the two messages run bazel build all or bazelisk build all what did you expect to see successful build what did you see instead error traceback most recent call last file home ovidiu platon src admission control workspace line column in rules proto grpc python extra deps file home ovidiu platon cache bazel bazel ovidiu platon external com github grpc grpc bazel grpc extra deps bzl line column in grpc extra deps go register toolchains version file home ovidiu platon cache bazel bazel ovidiu platon external io bazel rules go go private sdk bzl line column in go register toolchains fail go register toolchains version set after go sdk rule declared format join for r in sdk rules error in fail go register toolchains version set after go sdk rule declared go sdk anything else we should know about your project environment the error happens regardless of whether the workspace file uses go sdk or go register toolchains the grpc extra deps function must not provide its go toolchain version number not only it removes control from the workspace writer but it conflicts with any other badly written helpers it fails the what if everyone else did this test it is order dependent and introduces fragility
0
259,163
22,406,187,023
IssuesEvent
2022-06-18 02:13:45
wilkins88/ApexLibs
https://api.github.com/repos/wilkins88/ApexLibs
closed
Test v1.0.0 Testing Features
Test Framework Testing
AC: - Can Successfully build and set mocked classes via mockfactory without accessing the class mocker itself - Can successfully build and generate sobjects from sobject mocker
2.0
Test v1.0.0 Testing Features - AC: - Can Successfully build and set mocked classes via mockfactory without accessing the class mocker itself - Can successfully build and generate sobjects from sobject mocker
test
test testing features ac can successfully build and set mocked classes via mockfactory without accessing the class mocker itself can successfully build and generate sobjects from sobject mocker
1
138,148
11,185,045,483
IssuesEvent
2019-12-31 21:57:01
cityofaustin/atd-data-tech
https://api.github.com/repos/cityofaustin/atd-data-tech
closed
test
Type: Testing
<!-- Email --> <!-- john.clary@austintexas.gov --> > Name john clary > What application are you using? Other / Not Sure > Describe the problem. test > Describe the solution you have in mind. test > How will we know that our solution is successful? test > Users test > Sponsorship test > Which Strategic Direction 2023 “Mobility” indicators would this new application impact? None > Which Austin Strategic Mobility Plan goals would this new application support? None > Describe any workarounds you currently have in place or alternative solutions you've considered. test > Is there anything else we should know? test > How have other divisions/departments/cities addressed similar challenges? test Request ID: DTS19-100370
1.0
test - <!-- Email --> <!-- john.clary@austintexas.gov --> > Name john clary > What application are you using? Other / Not Sure > Describe the problem. test > Describe the solution you have in mind. test > How will we know that our solution is successful? test > Users test > Sponsorship test > Which Strategic Direction 2023 “Mobility” indicators would this new application impact? None > Which Austin Strategic Mobility Plan goals would this new application support? None > Describe any workarounds you currently have in place or alternative solutions you've considered. test > Is there anything else we should know? test > How have other divisions/departments/cities addressed similar challenges? test Request ID: DTS19-100370
test
test name john clary what application are you using other not sure describe the problem test describe the solution you have in mind test how will we know that our solution is successful test users test sponsorship test which strategic direction “mobility” indicators would this new application impact none which austin strategic mobility plan goals would this new application support none describe any workarounds you currently have in place or alternative solutions you ve considered test is there anything else we should know test how have other divisions departments cities addressed similar challenges test request id
1
218,040
16,920,557,481
IssuesEvent
2021-06-25 04:35:00
AtlasOfLivingAustralia/la-pipelines
https://api.github.com/repos/AtlasOfLivingAustralia/la-pipelines
closed
Bryophytes counts are 0 in SP and missing from EYA
bug testing-findings
Counts for Bryophytes are zero in SP area reports and EYA. <img width="899" alt="Screen Shot 2021-06-21 at 5 18 54 pm" src="https://user-images.githubusercontent.com/444897/122795084-ddad4b00-d2b4-11eb-9e1b-dbbb39b83831.png"> This can be fixed with an updated docker image and re-interpretation etc. No (java) code changes required.
1.0
Bryophytes counts are 0 in SP and missing from EYA - Counts for Bryophytes are zero in SP area reports and EYA. <img width="899" alt="Screen Shot 2021-06-21 at 5 18 54 pm" src="https://user-images.githubusercontent.com/444897/122795084-ddad4b00-d2b4-11eb-9e1b-dbbb39b83831.png"> This can be fixed with an updated docker image and re-interpretation etc. No (java) code changes required.
test
bryophytes counts are in sp and missing from eya counts for bryophytes are zero in sp area reports and eya img width alt screen shot at pm src this can be fixed with an updated docker image and re interpretation etc no java code changes required
1
225,408
17,857,919,249
IssuesEvent
2021-09-05 11:58:12
enticey/unrealninjas-status
https://api.github.com/repos/enticey/unrealninjas-status
closed
🛑 Images Degraded Test is down
status images-degraded-test
In [`37dba5d`](https://github.com/enticey/unrealninjas-status/commit/37dba5dd3e8ed3ea8bee87b375875d0851d5b668 ), Images Degraded Test (https://img.unrealninjas.com) was **down**: - HTTP code: 400 - Response time: 123 ms
1.0
🛑 Images Degraded Test is down - In [`37dba5d`](https://github.com/enticey/unrealninjas-status/commit/37dba5dd3e8ed3ea8bee87b375875d0851d5b668 ), Images Degraded Test (https://img.unrealninjas.com) was **down**: - HTTP code: 400 - Response time: 123 ms
test
🛑 images degraded test is down in images degraded test was down http code response time ms
1
96,495
27,868,926,944
IssuesEvent
2023-03-21 12:14:55
td-org-uit-no/tdctl-frontend
https://api.github.com/repos/td-org-uit-no/tdctl-frontend
closed
Change event participant ordering
:eyes: Frontend :building_construction: API
## Let admin reorder the participants of an event #### - This allows the host/admin to selected the participants getting the spots Building on existing drag and drop branch
1.0
Change event participant ordering - ## Let admin reorder the participants of an event #### - This allows the host/admin to selected the participants getting the spots Building on existing drag and drop branch
non_test
change event participant ordering let admin reorder the participants of an event this allows the host admin to selected the participants getting the spots building on existing drag and drop branch
0
140,383
11,311,997,401
IssuesEvent
2020-01-20 04:44:47
SAP/cloud-commerce-spartacus-storefront
https://api.github.com/repos/SAP/cloud-commerce-spartacus-storefront
opened
order history with order flow e2e test failing
e2e-tests
very similar to GH-6149 with the authorization error.
1.0
order history with order flow e2e test failing - very similar to GH-6149 with the authorization error.
test
order history with order flow test failing very similar to gh with the authorization error
1
277,913
30,695,348,308
IssuesEvent
2023-07-26 18:08:43
JoshR-Github-Enterprise-Demo/GHE-Demo
https://api.github.com/repos/JoshR-Github-Enterprise-Demo/GHE-Demo
closed
CVE-2020-11022 (Medium) detected in jquery-1.6.2.min.js - autoclosed
Mend: dependency security vulnerability
## CVE-2020-11022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.6.2.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.6.2/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.6.2/jquery.min.js</a></p> <p>Path to vulnerable library: /example_app/WebGoat/Resources/client-scripts/jquery-1.6.2.min.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.6.2.min.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/JoshR-Github-Enterprise-Demo/GHE-Demo/commit/1fe9597afedaa3cd9be3380a151988848af718ed">1fe9597afedaa3cd9be3380a151988848af718ed</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. <p>Publish Date: 2020-04-29 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-11022>CVE-2020-11022</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.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11022">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11022</a></p> <p>Release Date: 2020-04-29</p> <p>Fix Resolution: jQuery - 3.5.0</p> </p> </details> <p></p>
True
CVE-2020-11022 (Medium) detected in jquery-1.6.2.min.js - autoclosed - ## CVE-2020-11022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.6.2.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.6.2/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.6.2/jquery.min.js</a></p> <p>Path to vulnerable library: /example_app/WebGoat/Resources/client-scripts/jquery-1.6.2.min.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.6.2.min.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/JoshR-Github-Enterprise-Demo/GHE-Demo/commit/1fe9597afedaa3cd9be3380a151988848af718ed">1fe9597afedaa3cd9be3380a151988848af718ed</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. <p>Publish Date: 2020-04-29 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-11022>CVE-2020-11022</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.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11022">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11022</a></p> <p>Release Date: 2020-04-29</p> <p>Fix Resolution: jQuery - 3.5.0</p> </p> </details> <p></p>
non_test
cve medium detected in jquery min js autoclosed cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to vulnerable library example app webgoat resources client scripts jquery min js dependency hierarchy x jquery min js vulnerable library found in head commit a href found in base branch main vulnerability details in jquery versions greater than or equal to and before passing html from untrusted sources even after sanitizing it to one of jquery s dom manipulation methods i e html append and others may execute untrusted code this problem is patched in jquery 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 changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery
0
87,052
8,057,672,954
IssuesEvent
2018-08-02 16:01:16
QubesOS/updates-status
https://api.github.com/repos/QubesOS/updates-status
closed
manager v4.0.19 (r4.0)
r4.0-dom0-cur-test
Update of manager to v4.0.19 for Qubes r4.0, see comments below for details. Built from: https://github.com/QubesOS/qubes-manager/commit/1f0df9bf3a1196a6c40ada84c5716357310ba6a7 [Changes since previous version](https://github.com/QubesOS/qubes-manager/compare/v4.0.18...v4.0.19): QubesOS/qubes-manager@1f0df9b version 4.0.19 QubesOS/qubes-manager@b8c1ec8 Merge remote-tracking branch 'qubesos/pr/119' QubesOS/qubes-manager@9bb6a8c Merge remote-tracking branch 'qubesos/pr/118' QubesOS/qubes-manager@e5dee2d Make Qube Manager remember its size from last time QubesOS/qubes-manager@af5aa23 Fixed incorrect kernel display in VM settings QubesOS/qubes-manager@18d45e5 Merge remote-tracking branch 'qubesos/pr/115' QubesOS/qubes-manager@7fb41f5 Make 'NetVm' column in Qube Manager clearer with regars to defaults QubesOS/qubes-manager@f62aeb5 Merge remote-tracking branch 'qubesos/pr/116' QubesOS/qubes-manager@6f4870b Changes to for pylint 2.0 QubesOS/qubes-manager@63a202f Add a list of Suggested Services to VM settings QubesOS/qubes-manager@3f0af44 Fixed VM name validation in GUI tools (Create VM, Settings, Manager) QubesOS/qubes-manager@0a44c93 Merge remote-tracking branch 'qubesos/pr/109' QubesOS/qubes-manager@6eaccec Merge remote-tracking branch 'qubesos/pr/108' QubesOS/qubes-manager@0c103e0 Merge remote-tracking branch 'qubesos/pr/106' QubesOS/qubes-manager@5e4ac80 Merge remote-tracking branch 'qubesos/pr/105' QubesOS/qubes-manager@bd7d3e5 Merge remote-tracking branch 'qubesos/pr/103' QubesOS/qubes-manager@9d16bec Pylint whitespace fix QubesOS/qubes-manager@635171c Merge remote-tracking branch 'qubesos/pr/100' QubesOS/qubes-manager@be68254 Fixed Backup GUI size QubesOS/qubes-manager@80b3a82 Add option to turn off computer after backup to Backup GUI QubesOS/qubes-manager@5cbec09 Add explanatory tooltip to Pause in Qube Manager QubesOS/qubes-manager@5bdca30 Offset context menu in Manager to avoid accidental clicks QubesOS/qubes-manager@efa2b2d Remove templates from listing in UpdateVM and ClockVm in Global Settings QubesOS/qubes-manager@2f22170 Modified Qube Manager menu for dom0 QubesOS/qubes-manager@d886983 Fixed identation and other problems on merge QubesOS/qubes-manager@8096a50 Merge remote-tracking branch 'upstream/master' QubesOS/qubes-manager@5ddd029 Fix minor performance bug QubesOS/qubes-manager@b0e275b Merge remote-tracking branch 'qubesos/pr/101' QubesOS/qubes-manager@fb7fe19 Merge remote-tracking branch 'qubesos/pr/99' QubesOS/qubes-manager@1d80837 Removed unneeded manual sort QubesOS/qubes-manager@14f58fe Avoid lag on loading dialog QubesOS/qubes-manager@632f23c Removed unneeded try/except QubesOS/qubes-manager@bd919e4 Protect update() from accesing deleted domains QubesOS/qubes-manager@06f7262 Sort performance boost QubesOS/qubes-manager@ce80245 Removed 'close window' button in progress dialogs in Qube Manager QubesOS/qubes-manager@d4ecd23 Correct sorting of VMs in Qube Manager QubesOS/qubes-manager@e990533 Qubes Manager: Rename "Disk size" to "Disk usage" Referenced issues: QubesOS/qubes-issues#1479 QubesOS/qubes-issues#1911 QubesOS/qubes-issues#1382 QubesOS/qubes-issues#1831 QubesOS/qubes-issues#4043 QubesOS/qubes-issues#1165 QubesOS/qubes-issues#3567 QubesOS/qubes-issues#4049 QubesOS/qubes-issues#3891 QubesOS/qubes-issues#2422 QubesOS/qubes-issues#2039 QubesOS/qubes-issues#1022 QubesOS/qubes-issues#1855 If you're release manager, you can issue GPG-inline signed command: * `Upload manager 1f0df9bf3a1196a6c40ada84c5716357310ba6a7 r4.0 current repo` (available 7 days from now) * `Upload manager 1f0df9bf3a1196a6c40ada84c5716357310ba6a7 r4.0 current (dists) repo`, you can choose subset of distributions, like `vm-fc24 vm-fc25` (available 7 days from now) * `Upload manager 1f0df9bf3a1196a6c40ada84c5716357310ba6a7 r4.0 security-testing repo` Above commands will work only if packages in current-testing repository were built from given commit (i.e. no new version superseded it).
1.0
manager v4.0.19 (r4.0) - Update of manager to v4.0.19 for Qubes r4.0, see comments below for details. Built from: https://github.com/QubesOS/qubes-manager/commit/1f0df9bf3a1196a6c40ada84c5716357310ba6a7 [Changes since previous version](https://github.com/QubesOS/qubes-manager/compare/v4.0.18...v4.0.19): QubesOS/qubes-manager@1f0df9b version 4.0.19 QubesOS/qubes-manager@b8c1ec8 Merge remote-tracking branch 'qubesos/pr/119' QubesOS/qubes-manager@9bb6a8c Merge remote-tracking branch 'qubesos/pr/118' QubesOS/qubes-manager@e5dee2d Make Qube Manager remember its size from last time QubesOS/qubes-manager@af5aa23 Fixed incorrect kernel display in VM settings QubesOS/qubes-manager@18d45e5 Merge remote-tracking branch 'qubesos/pr/115' QubesOS/qubes-manager@7fb41f5 Make 'NetVm' column in Qube Manager clearer with regars to defaults QubesOS/qubes-manager@f62aeb5 Merge remote-tracking branch 'qubesos/pr/116' QubesOS/qubes-manager@6f4870b Changes to for pylint 2.0 QubesOS/qubes-manager@63a202f Add a list of Suggested Services to VM settings QubesOS/qubes-manager@3f0af44 Fixed VM name validation in GUI tools (Create VM, Settings, Manager) QubesOS/qubes-manager@0a44c93 Merge remote-tracking branch 'qubesos/pr/109' QubesOS/qubes-manager@6eaccec Merge remote-tracking branch 'qubesos/pr/108' QubesOS/qubes-manager@0c103e0 Merge remote-tracking branch 'qubesos/pr/106' QubesOS/qubes-manager@5e4ac80 Merge remote-tracking branch 'qubesos/pr/105' QubesOS/qubes-manager@bd7d3e5 Merge remote-tracking branch 'qubesos/pr/103' QubesOS/qubes-manager@9d16bec Pylint whitespace fix QubesOS/qubes-manager@635171c Merge remote-tracking branch 'qubesos/pr/100' QubesOS/qubes-manager@be68254 Fixed Backup GUI size QubesOS/qubes-manager@80b3a82 Add option to turn off computer after backup to Backup GUI QubesOS/qubes-manager@5cbec09 Add explanatory tooltip to Pause in Qube Manager QubesOS/qubes-manager@5bdca30 Offset context menu in Manager to avoid accidental clicks QubesOS/qubes-manager@efa2b2d Remove templates from listing in UpdateVM and ClockVm in Global Settings QubesOS/qubes-manager@2f22170 Modified Qube Manager menu for dom0 QubesOS/qubes-manager@d886983 Fixed identation and other problems on merge QubesOS/qubes-manager@8096a50 Merge remote-tracking branch 'upstream/master' QubesOS/qubes-manager@5ddd029 Fix minor performance bug QubesOS/qubes-manager@b0e275b Merge remote-tracking branch 'qubesos/pr/101' QubesOS/qubes-manager@fb7fe19 Merge remote-tracking branch 'qubesos/pr/99' QubesOS/qubes-manager@1d80837 Removed unneeded manual sort QubesOS/qubes-manager@14f58fe Avoid lag on loading dialog QubesOS/qubes-manager@632f23c Removed unneeded try/except QubesOS/qubes-manager@bd919e4 Protect update() from accesing deleted domains QubesOS/qubes-manager@06f7262 Sort performance boost QubesOS/qubes-manager@ce80245 Removed 'close window' button in progress dialogs in Qube Manager QubesOS/qubes-manager@d4ecd23 Correct sorting of VMs in Qube Manager QubesOS/qubes-manager@e990533 Qubes Manager: Rename "Disk size" to "Disk usage" Referenced issues: QubesOS/qubes-issues#1479 QubesOS/qubes-issues#1911 QubesOS/qubes-issues#1382 QubesOS/qubes-issues#1831 QubesOS/qubes-issues#4043 QubesOS/qubes-issues#1165 QubesOS/qubes-issues#3567 QubesOS/qubes-issues#4049 QubesOS/qubes-issues#3891 QubesOS/qubes-issues#2422 QubesOS/qubes-issues#2039 QubesOS/qubes-issues#1022 QubesOS/qubes-issues#1855 If you're release manager, you can issue GPG-inline signed command: * `Upload manager 1f0df9bf3a1196a6c40ada84c5716357310ba6a7 r4.0 current repo` (available 7 days from now) * `Upload manager 1f0df9bf3a1196a6c40ada84c5716357310ba6a7 r4.0 current (dists) repo`, you can choose subset of distributions, like `vm-fc24 vm-fc25` (available 7 days from now) * `Upload manager 1f0df9bf3a1196a6c40ada84c5716357310ba6a7 r4.0 security-testing repo` Above commands will work only if packages in current-testing repository were built from given commit (i.e. no new version superseded it).
test
manager update of manager to for qubes see comments below for details built from qubesos qubes manager version qubesos qubes manager merge remote tracking branch qubesos pr qubesos qubes manager merge remote tracking branch qubesos pr qubesos qubes manager make qube manager remember its size from last time qubesos qubes manager fixed incorrect kernel display in vm settings qubesos qubes manager merge remote tracking branch qubesos pr qubesos qubes manager make netvm column in qube manager clearer with regars to defaults qubesos qubes manager merge remote tracking branch qubesos pr qubesos qubes manager changes to for pylint qubesos qubes manager add a list of suggested services to vm settings qubesos qubes manager fixed vm name validation in gui tools create vm settings manager qubesos qubes manager merge remote tracking branch qubesos pr qubesos qubes manager merge remote tracking branch qubesos pr qubesos qubes manager merge remote tracking branch qubesos pr qubesos qubes manager merge remote tracking branch qubesos pr qubesos qubes manager merge remote tracking branch qubesos pr qubesos qubes manager pylint whitespace fix qubesos qubes manager merge remote tracking branch qubesos pr qubesos qubes manager fixed backup gui size qubesos qubes manager add option to turn off computer after backup to backup gui qubesos qubes manager add explanatory tooltip to pause in qube manager qubesos qubes manager offset context menu in manager to avoid accidental clicks qubesos qubes manager remove templates from listing in updatevm and clockvm in global settings qubesos qubes manager modified qube manager menu for qubesos qubes manager fixed identation and other problems on merge qubesos qubes manager merge remote tracking branch upstream master qubesos qubes manager fix minor performance bug qubesos qubes manager merge remote tracking branch qubesos pr qubesos qubes manager merge remote tracking branch qubesos pr qubesos qubes manager removed unneeded manual sort qubesos qubes manager avoid lag on loading dialog qubesos qubes manager removed unneeded try except qubesos qubes manager protect update from accesing deleted domains qubesos qubes manager sort performance boost qubesos qubes manager removed close window button in progress dialogs in qube manager qubesos qubes manager correct sorting of vms in qube manager qubesos qubes manager qubes manager rename disk size to disk usage referenced issues qubesos qubes issues qubesos qubes issues qubesos qubes issues qubesos qubes issues qubesos qubes issues qubesos qubes issues qubesos qubes issues qubesos qubes issues qubesos qubes issues qubesos qubes issues qubesos qubes issues qubesos qubes issues qubesos qubes issues if you re release manager you can issue gpg inline signed command upload manager current repo available days from now upload manager current dists repo you can choose subset of distributions like vm vm available days from now upload manager security testing repo above commands will work only if packages in current testing repository were built from given commit i e no new version superseded it
1
151,922
12,065,855,155
IssuesEvent
2020-04-16 10:41:44
Oldes/Rebol-issues
https://api.github.com/repos/Oldes/Rebol-issues
closed
String past tail causes crash
Test.written Type.bug
_Submitted by:_ _henrikmk_ ```rebol >> clear head s: tail "s" >> s >> crash ``` --- <sup>**Imported from:** **[CureCode](https://www.curecode.org/rebol3/ticket.rsp?id=231)** [ Version: fixed in 41 Type: Bug Platform: All Category: n/a Reproduce: Always Fixed-in:none ]</sup> <sup>**Imported from**: https://github.com/rebol/rebol-issues/issues/231</sup> Comments: --- --- > **Rebolbot** added the **Type.bug** on Jan 12, 2016 ---
1.0
String past tail causes crash - _Submitted by:_ _henrikmk_ ```rebol >> clear head s: tail "s" >> s >> crash ``` --- <sup>**Imported from:** **[CureCode](https://www.curecode.org/rebol3/ticket.rsp?id=231)** [ Version: fixed in 41 Type: Bug Platform: All Category: n/a Reproduce: Always Fixed-in:none ]</sup> <sup>**Imported from**: https://github.com/rebol/rebol-issues/issues/231</sup> Comments: --- --- > **Rebolbot** added the **Type.bug** on Jan 12, 2016 ---
test
string past tail causes crash submitted by henrikmk rebol clear head s tail s s crash imported from imported from comments rebolbot added the type bug on jan
1
13,034
3,304,899,017
IssuesEvent
2015-11-04 00:22:50
openshift/origin
https://api.github.com/repos/openshift/origin
opened
Another caller has already initialized the resource
kind/test-flake priority/P2
E1103 19:15:39.322456 24879 serviceaccounts_controller.go:218] serviceaccounts "default" already exists E1103 19:15:39.322784 24879 create_dockercfg_secrets.go:109] secrets "build-controller-token-6mk35" already exists E1103 19:15:39.325543 24879 tokens_controller.go:156] secrets "build-controller-token-3c31q" already exists F1103 19:15:39.327992 24879 run_components.go:390] Unable to initialize namespaces: unable to persist the updated namespace UID allocations: uidallocation "" cannot be updated: another caller has already initialized the resource
1.0
Another caller has already initialized the resource - E1103 19:15:39.322456 24879 serviceaccounts_controller.go:218] serviceaccounts "default" already exists E1103 19:15:39.322784 24879 create_dockercfg_secrets.go:109] secrets "build-controller-token-6mk35" already exists E1103 19:15:39.325543 24879 tokens_controller.go:156] secrets "build-controller-token-3c31q" already exists F1103 19:15:39.327992 24879 run_components.go:390] Unable to initialize namespaces: unable to persist the updated namespace UID allocations: uidallocation "" cannot be updated: another caller has already initialized the resource
test
another caller has already initialized the resource serviceaccounts controller go serviceaccounts default already exists create dockercfg secrets go secrets build controller token already exists tokens controller go secrets build controller token already exists run components go unable to initialize namespaces unable to persist the updated namespace uid allocations uidallocation cannot be updated another caller has already initialized the resource
1
37,373
6,606,658,132
IssuesEvent
2017-09-19 01:43:31
Alex-D/Trumbowyg
https://api.github.com/repos/Alex-D/Trumbowyg
closed
Question: Have a link in button toolbar
documentation enhancement request question
I'd like to add a direct link in the toolbar dropdown...just a link to another web page. I have an image gallery for users and in the "Image" dropdown I have "Insert image" and "Upload image" (via the plugin), and I want to add a plain link for "Image gallery" - can't quite figure out how to do this. The docs highlight how to do modals and things but I just need this to be a link that opens in a new window. No bug here. Just a question or possible enhancement suggestion. Otherwise, I'm have great luck with Trumbo, so thank you for all the effort!
1.0
Question: Have a link in button toolbar - I'd like to add a direct link in the toolbar dropdown...just a link to another web page. I have an image gallery for users and in the "Image" dropdown I have "Insert image" and "Upload image" (via the plugin), and I want to add a plain link for "Image gallery" - can't quite figure out how to do this. The docs highlight how to do modals and things but I just need this to be a link that opens in a new window. No bug here. Just a question or possible enhancement suggestion. Otherwise, I'm have great luck with Trumbo, so thank you for all the effort!
non_test
question have a link in button toolbar i d like to add a direct link in the toolbar dropdown just a link to another web page i have an image gallery for users and in the image dropdown i have insert image and upload image via the plugin and i want to add a plain link for image gallery can t quite figure out how to do this the docs highlight how to do modals and things but i just need this to be a link that opens in a new window no bug here just a question or possible enhancement suggestion otherwise i m have great luck with trumbo so thank you for all the effort
0
145,300
5,564,680,796
IssuesEvent
2017-03-26 06:03:20
ClaytonPassmore/ProjectOrange
https://api.github.com/repos/ClaytonPassmore/ProjectOrange
closed
Add additional play modes to Play Deck
Client Enhancement Priority: Medium
Play Deck needs two additional play modes: 1. Play the deck with the cards answer-side-up 2. Play through flagged cards only
1.0
Add additional play modes to Play Deck - Play Deck needs two additional play modes: 1. Play the deck with the cards answer-side-up 2. Play through flagged cards only
non_test
add additional play modes to play deck play deck needs two additional play modes play the deck with the cards answer side up play through flagged cards only
0
318,367
27,299,354,725
IssuesEvent
2023-02-23 23:43:12
dibble07/datavizml
https://api.github.com/repos/dibble07/datavizml
closed
Refactor axes level testing
testing
- [x] Regain 100% coverage - [x] Refactor SingleDistribution testing with target- [parameterise this](https://www.tutorialspoint.com/pytest/pytest_parameterizing_tests.htm) - [x] Refactor SingleDistribution testing without target
1.0
Refactor axes level testing - - [x] Regain 100% coverage - [x] Refactor SingleDistribution testing with target- [parameterise this](https://www.tutorialspoint.com/pytest/pytest_parameterizing_tests.htm) - [x] Refactor SingleDistribution testing without target
test
refactor axes level testing regain coverage refactor singledistribution testing with target refactor singledistribution testing without target
1
23,983
10,959,627,560
IssuesEvent
2019-11-27 11:50:11
DimNS/jQuery.TableFilter
https://api.github.com/repos/DimNS/jQuery.TableFilter
closed
CVE-2018-3721 (Medium) detected in lodash-1.0.2.tgz
security vulnerability
## CVE-2018-3721 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-1.0.2.tgz</b></p></summary> <p>A utility library delivering consistency, customization, performance, and extras.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz">https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/jQuery.TableFilter/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/jQuery.TableFilter/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - gulp-3.9.1.tgz (Root Library) - vinyl-fs-0.3.14.tgz - glob-watcher-0.0.6.tgz - gaze-0.5.2.tgz - globule-0.1.0.tgz - :x: **lodash-1.0.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/DimNS/jQuery.TableFilter/commit/b8e89282a2e31e28524d67e812aa8e39ee6a9192">b8e89282a2e31e28524d67e812aa8e39ee6a9192</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> lodash node module before 4.17.5 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability via defaultsDeep, merge, and mergeWith functions, which allows a malicious user to modify the prototype of "Object" via __proto__, causing the addition or modification of an existing property that will exist on all objects. <p>Publish Date: 2018-06-07 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3721>CVE-2018-3721</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: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-3721">https://nvd.nist.gov/vuln/detail/CVE-2018-3721</a></p> <p>Release Date: 2018-06-07</p> <p>Fix Resolution: 4.17.5</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-3721 (Medium) detected in lodash-1.0.2.tgz - ## CVE-2018-3721 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-1.0.2.tgz</b></p></summary> <p>A utility library delivering consistency, customization, performance, and extras.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz">https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/jQuery.TableFilter/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/jQuery.TableFilter/node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - gulp-3.9.1.tgz (Root Library) - vinyl-fs-0.3.14.tgz - glob-watcher-0.0.6.tgz - gaze-0.5.2.tgz - globule-0.1.0.tgz - :x: **lodash-1.0.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/DimNS/jQuery.TableFilter/commit/b8e89282a2e31e28524d67e812aa8e39ee6a9192">b8e89282a2e31e28524d67e812aa8e39ee6a9192</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> lodash node module before 4.17.5 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability via defaultsDeep, merge, and mergeWith functions, which allows a malicious user to modify the prototype of "Object" via __proto__, causing the addition or modification of an existing property that will exist on all objects. <p>Publish Date: 2018-06-07 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3721>CVE-2018-3721</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: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-3721">https://nvd.nist.gov/vuln/detail/CVE-2018-3721</a></p> <p>Release Date: 2018-06-07</p> <p>Fix Resolution: 4.17.5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve medium detected in lodash tgz cve medium severity vulnerability vulnerable library lodash tgz a utility library delivering consistency customization performance and extras library home page a href path to dependency file tmp ws scm jquery tablefilter package json path to vulnerable library tmp ws scm jquery tablefilter node modules lodash package json dependency hierarchy gulp tgz root library vinyl fs tgz glob watcher tgz gaze tgz globule tgz x lodash tgz vulnerable library found in head commit a href vulnerability details lodash node module before suffers from a modification of assumed immutable data maid vulnerability via defaultsdeep merge and mergewith functions which allows a malicious user to modify the prototype of object via proto causing the addition or modification of an existing property that will exist on all objects publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
21,551
3,905,175,917
IssuesEvent
2016-04-19 00:51:56
chromium/hstspreload
https://api.github.com/repos/chromium/hstspreload
opened
Test the `chromiumpreload` package in Travis
chromiumpreload testing
I'd just go an implement this right now, but one of our dependencies is broken on Travis right now (https://github.com/GoogleCloudPlatform/gcloud-golang/issues/246).
1.0
Test the `chromiumpreload` package in Travis - I'd just go an implement this right now, but one of our dependencies is broken on Travis right now (https://github.com/GoogleCloudPlatform/gcloud-golang/issues/246).
test
test the chromiumpreload package in travis i d just go an implement this right now but one of our dependencies is broken on travis right now
1
322,065
23,887,563,720
IssuesEvent
2022-09-08 08:54:13
rte-france/Grid2Op
https://api.github.com/repos/rte-france/Grid2Op
opened
Is env.parameters.NB_TIMESTEP_COOLDOWN_SUB 0 or 3?
documentation
`env.parameters.NB_TIMESTEP_COOLDOWN_SUB` is 0 in training data but 3 in starting_kit validation data. Should it be 0 or 3? ``` from grid2op import make env = make("l2rpn_wcci_2022") print(env.parameters.NB_TIMESTEP_COOLDOWN_SUB) # This gives 0 env = make("../L2RPN_wcci2022_starting_kit/input_data_local") print(env.parameters.NB_TIMESTEP_COOLDOWN_SUB) # This gives 3 ```
1.0
Is env.parameters.NB_TIMESTEP_COOLDOWN_SUB 0 or 3? - `env.parameters.NB_TIMESTEP_COOLDOWN_SUB` is 0 in training data but 3 in starting_kit validation data. Should it be 0 or 3? ``` from grid2op import make env = make("l2rpn_wcci_2022") print(env.parameters.NB_TIMESTEP_COOLDOWN_SUB) # This gives 0 env = make("../L2RPN_wcci2022_starting_kit/input_data_local") print(env.parameters.NB_TIMESTEP_COOLDOWN_SUB) # This gives 3 ```
non_test
is env parameters nb timestep cooldown sub or env parameters nb timestep cooldown sub is in training data but in starting kit validation data should it be or from import make env make wcci print env parameters nb timestep cooldown sub this gives env make starting kit input data local print env parameters nb timestep cooldown sub this gives
0
79,423
28,235,866,201
IssuesEvent
2023-04-06 00:22:35
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
opened
kmod-zfs-2.1.9-1.el8.x86_64 causes kernel-4.18.0-425.19.2.el8_7.x86_64 to panic at zpool import
Type: Defect
### System information <!-- add version after "|" character --> Type | Version/Name --- | --- Distribution Name | Rocky Linux Distribution Version | 8.7 Kernel Version | 4.18.0-425.19.2.el8_7 Architecture | x86_64 OpenZFS Version | 2.1.9 ### Describe the problem you're observing zpool import causes a kernel panic ### Describe how to reproduce the problem yum install kmod-zfs-2.1.9-1.el8.x86_64 modprobe zfs zpool import <pool> ### Include any warning/errors/backtraces from the system logs I have seen this on two different systems and in both cases zpool import works after reverting to `kernel-4.18.0-425.13.1.el8_7.x86_64`. Here is relevant part of `/var/crash/.../vmcore-dmesg.txt`, ``` [ 234.715710] spl: loading out-of-tree module taints kernel. [ 234.715771] spl: module verification failed: signature and/or required key missing - tainting kernel [ 234.722057] znvpair: module license 'CDDL' taints kernel. [ 234.722060] Disabling lock debugging due to kernel taint [ 234.831493] ZFS: Loaded module v2.1.9-1, ZFS pool version 5000, ZFS filesystem version 5 [ 247.786164] BUG: unable to handle kernel NULL pointer dereference at 0000000000000000 [ 247.786183] PGD 0 P4D 0 [ 247.786193] Oops: 0002 [#1] SMP NOPTI [ 247.786200] CPU: 0 PID: 25029 Comm: z_null_int Kdump: loaded Tainted: P OE --------- - - 4.18.0-425.19.2.el8_7.x86_64 #1 [ 247.786230] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.1-0-g3208b098f51a-prebuilt.qemu.org 04/01/2014 [ 247.786247] RIP: 0010:_raw_spin_lock_irqsave+0x1e/0x40 [ 247.786260] Code: cf 80 0b 08 eb 88 90 90 90 90 90 90 0f 1f 44 00 00 53 9c 58 0f 1f 44 00 00 48 89 c3 fa 66 0f 1f 44 00 00 31 c0 ba 01 00 00 00 <f0> 0f b1 17 75 09 48 89 d8 5b e9 83 02 21 00 89 c6 e8 1c 49 76 ff [ 247.786293] RSP: 0018:ffffa90640003ce0 EFLAGS: 00010046 [ 247.786302] RAX: 0000000000000000 RBX: 0000000000000086 RCX: 0000000000000000 [ 247.786313] RDX: 0000000000000001 RSI: ffffffffc0d13d50 RDI: 0000000000000000 [ 247.786324] RBP: ffff8d1f51301358 R08: ffff8d1f51301358 R09: 0000000000000000 [ 247.786340] R10: 0000000000000002 R11: 0000000000000000 R12: ffff8d1f51300f00 [ 247.786357] R13: ffff8d1f51300f00 R14: ffffffffc0d13d50 R15: 0000000000000000 [ 247.786369] FS: 0000000000000000(0000) GS:ffff8d222fc00000(0000) knlGS:0000000000000000 [ 247.786381] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 247.786391] CR2: 0000000000000000 CR3: 0000000222810005 CR4: 0000000000770ef0 [ 247.786403] PKRU: 55555554 [ 247.786409] Call Trace: [ 247.786421] <IRQ> [ 247.786428] taskq_dispatch_ent+0x27/0x1c0 [spl] [ 247.786460] ? sched_clock_cpu+0xc/0xb0 [ 247.786469] ? zio_taskq_member.isra.11.constprop.17+0x70/0x70 [zfs] [ 247.786545] spa_taskq_dispatch_ent+0x64/0xc0 [zfs] [ 247.786604] zio_taskq_dispatch+0x61/0xa0 [zfs] [ 247.786667] zio_delay_interrupt+0x44/0x190 [zfs] [ 247.786734] ? vdev_disk_dio_put+0x31/0x60 [zfs] [ 247.786789] ? kfree+0xd3/0x250 [ 247.786804] vdev_disk_dio_put+0x4a/0x60 [zfs] [ 247.786872] blk_update_request+0x224/0x380 [ 247.786882] scsi_end_request+0x28/0x110 [ 247.786891] scsi_io_completion+0x7e/0x590 [ 247.786900] ? virtscsi_remove+0xc0/0xc0 [virtio_scsi] [ 247.786910] virtscsi_vq_done+0x4e/0xb0 [virtio_scsi] [ 247.786920] vring_interrupt+0x65/0xd0 [ 247.786936] __handle_irq_event_percpu+0x40/0x190 [ 247.786947] handle_irq_event_percpu+0x30/0x80 [ 247.786956] handle_irq_event+0x36/0x57 [ 247.786964] handle_edge_irq+0x82/0x190 [ 247.786971] handle_irq+0x1c/0x30 [ 247.786980] do_IRQ+0x49/0xd0 [ 247.786987] common_interrupt+0xf/0xf [ 247.786995] </IRQ> [ 247.787000] RIP: 0010:mutex_spin_on_owner+0x62/0x90 [ 247.787028] Code: 00 48 8b 00 a8 08 75 db 48 85 d2 74 1b 8b 42 10 85 c0 74 09 49 8b 40 20 48 85 c0 75 c6 48 85 c9 74 1e 49 3b 48 10 75 bb f3 90 <49> 8b 00 48 83 e0 f8 48 39 c6 74 a6 b8 01 00 00 00 e9 a8 cf aa 00 [ 247.787315] RSP: 0018:ffffa9064286fca8 EFLAGS: 00000246 ORIG_RAX: ffffffffffffffd9 [ 247.787510] RAX: 0000000080004080 RBX: ffff8d1f3e817b88 RCX: 0000000000000000 [ 247.787719] RDX: 0000000000000000 RSI: ffff8d1f06560000 RDI: 0000000000000001 [ 247.787896] RBP: ffffa9064286fd10 R08: ffff8d1f3e817b88 R09: ffff8d1f091e8a58 [ 247.788050] R10: 0000000143e16000 R11: ffff8d1f091e8b18 R12: ffff8d1f3e817b94 [ 247.788200] R13: ffff8d1f3e817ba8 R14: 0000000000000002 R15: ffff8d1f3e817408 [ 247.788355] ? mutex_spin_on_owner+0x2a/0x90 [ 247.788484] __mutex_lock.isra.7+0x1be/0x420 [ 247.788627] ? zio_nowait+0xb6/0x150 [zfs] [ 247.788825] vdev_queue_io_done+0x123/0x210 [zfs] [ 247.789017] zio_vdev_io_done+0xb3/0x200 [zfs] [ 247.789191] zio_execute+0x90/0xf0 [zfs] [ 247.789364] taskq_thread+0x2e1/0x510 [spl] [ 247.789493] ? wake_up_q+0x70/0x70 [ 247.789617] ? zio_taskq_member.isra.11.constprop.17+0x70/0x70 [zfs] [ 247.789773] ? taskq_thread_spawn+0x50/0x50 [spl] [ 247.789883] kthread+0x10b/0x130 [ 247.789984] ? set_kthread_struct+0x50/0x50 [ 247.790098] ret_from_fork+0x35/0x40 [ 247.790213] Modules linked in: zfs(POE) zunicode(POE) zzstd(OE) zlua(OE) zavl(POE) icp(POE) zcommon(POE) znvpair(POE) spl(OE) nfsv3 nfs_acl nfs lockd grace fscache 8021q garp mrp stp llc intel_rapl_msr intel_rapl_common amd_energy kvm_amd ccp sunrpc kvm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcspkr joydev i2c_piix4 virtio_balloon binfmt_misc xfs libcrc32c sr_mod cdrom ata_generic sd_mod t10_pi sg bochs drm_vram_helper drm_kms_helper crc32c_intel syscopyarea sysfillrect sysimgblt fb_sys_fops serio_raw drm_ttm_helper ttm ata_piix virtio_net drm net_failover libata failover virtio_scsi dm_mirror dm_region_hash dm_log dm_mod fuse [ 247.790868] CR2: 0000000000000000 ```
1.0
kmod-zfs-2.1.9-1.el8.x86_64 causes kernel-4.18.0-425.19.2.el8_7.x86_64 to panic at zpool import - ### System information <!-- add version after "|" character --> Type | Version/Name --- | --- Distribution Name | Rocky Linux Distribution Version | 8.7 Kernel Version | 4.18.0-425.19.2.el8_7 Architecture | x86_64 OpenZFS Version | 2.1.9 ### Describe the problem you're observing zpool import causes a kernel panic ### Describe how to reproduce the problem yum install kmod-zfs-2.1.9-1.el8.x86_64 modprobe zfs zpool import <pool> ### Include any warning/errors/backtraces from the system logs I have seen this on two different systems and in both cases zpool import works after reverting to `kernel-4.18.0-425.13.1.el8_7.x86_64`. Here is relevant part of `/var/crash/.../vmcore-dmesg.txt`, ``` [ 234.715710] spl: loading out-of-tree module taints kernel. [ 234.715771] spl: module verification failed: signature and/or required key missing - tainting kernel [ 234.722057] znvpair: module license 'CDDL' taints kernel. [ 234.722060] Disabling lock debugging due to kernel taint [ 234.831493] ZFS: Loaded module v2.1.9-1, ZFS pool version 5000, ZFS filesystem version 5 [ 247.786164] BUG: unable to handle kernel NULL pointer dereference at 0000000000000000 [ 247.786183] PGD 0 P4D 0 [ 247.786193] Oops: 0002 [#1] SMP NOPTI [ 247.786200] CPU: 0 PID: 25029 Comm: z_null_int Kdump: loaded Tainted: P OE --------- - - 4.18.0-425.19.2.el8_7.x86_64 #1 [ 247.786230] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.1-0-g3208b098f51a-prebuilt.qemu.org 04/01/2014 [ 247.786247] RIP: 0010:_raw_spin_lock_irqsave+0x1e/0x40 [ 247.786260] Code: cf 80 0b 08 eb 88 90 90 90 90 90 90 0f 1f 44 00 00 53 9c 58 0f 1f 44 00 00 48 89 c3 fa 66 0f 1f 44 00 00 31 c0 ba 01 00 00 00 <f0> 0f b1 17 75 09 48 89 d8 5b e9 83 02 21 00 89 c6 e8 1c 49 76 ff [ 247.786293] RSP: 0018:ffffa90640003ce0 EFLAGS: 00010046 [ 247.786302] RAX: 0000000000000000 RBX: 0000000000000086 RCX: 0000000000000000 [ 247.786313] RDX: 0000000000000001 RSI: ffffffffc0d13d50 RDI: 0000000000000000 [ 247.786324] RBP: ffff8d1f51301358 R08: ffff8d1f51301358 R09: 0000000000000000 [ 247.786340] R10: 0000000000000002 R11: 0000000000000000 R12: ffff8d1f51300f00 [ 247.786357] R13: ffff8d1f51300f00 R14: ffffffffc0d13d50 R15: 0000000000000000 [ 247.786369] FS: 0000000000000000(0000) GS:ffff8d222fc00000(0000) knlGS:0000000000000000 [ 247.786381] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 247.786391] CR2: 0000000000000000 CR3: 0000000222810005 CR4: 0000000000770ef0 [ 247.786403] PKRU: 55555554 [ 247.786409] Call Trace: [ 247.786421] <IRQ> [ 247.786428] taskq_dispatch_ent+0x27/0x1c0 [spl] [ 247.786460] ? sched_clock_cpu+0xc/0xb0 [ 247.786469] ? zio_taskq_member.isra.11.constprop.17+0x70/0x70 [zfs] [ 247.786545] spa_taskq_dispatch_ent+0x64/0xc0 [zfs] [ 247.786604] zio_taskq_dispatch+0x61/0xa0 [zfs] [ 247.786667] zio_delay_interrupt+0x44/0x190 [zfs] [ 247.786734] ? vdev_disk_dio_put+0x31/0x60 [zfs] [ 247.786789] ? kfree+0xd3/0x250 [ 247.786804] vdev_disk_dio_put+0x4a/0x60 [zfs] [ 247.786872] blk_update_request+0x224/0x380 [ 247.786882] scsi_end_request+0x28/0x110 [ 247.786891] scsi_io_completion+0x7e/0x590 [ 247.786900] ? virtscsi_remove+0xc0/0xc0 [virtio_scsi] [ 247.786910] virtscsi_vq_done+0x4e/0xb0 [virtio_scsi] [ 247.786920] vring_interrupt+0x65/0xd0 [ 247.786936] __handle_irq_event_percpu+0x40/0x190 [ 247.786947] handle_irq_event_percpu+0x30/0x80 [ 247.786956] handle_irq_event+0x36/0x57 [ 247.786964] handle_edge_irq+0x82/0x190 [ 247.786971] handle_irq+0x1c/0x30 [ 247.786980] do_IRQ+0x49/0xd0 [ 247.786987] common_interrupt+0xf/0xf [ 247.786995] </IRQ> [ 247.787000] RIP: 0010:mutex_spin_on_owner+0x62/0x90 [ 247.787028] Code: 00 48 8b 00 a8 08 75 db 48 85 d2 74 1b 8b 42 10 85 c0 74 09 49 8b 40 20 48 85 c0 75 c6 48 85 c9 74 1e 49 3b 48 10 75 bb f3 90 <49> 8b 00 48 83 e0 f8 48 39 c6 74 a6 b8 01 00 00 00 e9 a8 cf aa 00 [ 247.787315] RSP: 0018:ffffa9064286fca8 EFLAGS: 00000246 ORIG_RAX: ffffffffffffffd9 [ 247.787510] RAX: 0000000080004080 RBX: ffff8d1f3e817b88 RCX: 0000000000000000 [ 247.787719] RDX: 0000000000000000 RSI: ffff8d1f06560000 RDI: 0000000000000001 [ 247.787896] RBP: ffffa9064286fd10 R08: ffff8d1f3e817b88 R09: ffff8d1f091e8a58 [ 247.788050] R10: 0000000143e16000 R11: ffff8d1f091e8b18 R12: ffff8d1f3e817b94 [ 247.788200] R13: ffff8d1f3e817ba8 R14: 0000000000000002 R15: ffff8d1f3e817408 [ 247.788355] ? mutex_spin_on_owner+0x2a/0x90 [ 247.788484] __mutex_lock.isra.7+0x1be/0x420 [ 247.788627] ? zio_nowait+0xb6/0x150 [zfs] [ 247.788825] vdev_queue_io_done+0x123/0x210 [zfs] [ 247.789017] zio_vdev_io_done+0xb3/0x200 [zfs] [ 247.789191] zio_execute+0x90/0xf0 [zfs] [ 247.789364] taskq_thread+0x2e1/0x510 [spl] [ 247.789493] ? wake_up_q+0x70/0x70 [ 247.789617] ? zio_taskq_member.isra.11.constprop.17+0x70/0x70 [zfs] [ 247.789773] ? taskq_thread_spawn+0x50/0x50 [spl] [ 247.789883] kthread+0x10b/0x130 [ 247.789984] ? set_kthread_struct+0x50/0x50 [ 247.790098] ret_from_fork+0x35/0x40 [ 247.790213] Modules linked in: zfs(POE) zunicode(POE) zzstd(OE) zlua(OE) zavl(POE) icp(POE) zcommon(POE) znvpair(POE) spl(OE) nfsv3 nfs_acl nfs lockd grace fscache 8021q garp mrp stp llc intel_rapl_msr intel_rapl_common amd_energy kvm_amd ccp sunrpc kvm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcspkr joydev i2c_piix4 virtio_balloon binfmt_misc xfs libcrc32c sr_mod cdrom ata_generic sd_mod t10_pi sg bochs drm_vram_helper drm_kms_helper crc32c_intel syscopyarea sysfillrect sysimgblt fb_sys_fops serio_raw drm_ttm_helper ttm ata_piix virtio_net drm net_failover libata failover virtio_scsi dm_mirror dm_region_hash dm_log dm_mod fuse [ 247.790868] CR2: 0000000000000000 ```
non_test
kmod zfs causes kernel to panic at zpool import system information type version name distribution name rocky linux distribution version kernel version architecture openzfs version describe the problem you re observing zpool import causes a kernel panic describe how to reproduce the problem yum install kmod zfs modprobe zfs zpool import include any warning errors backtraces from the system logs i have seen this on two different systems and in both cases zpool import works after reverting to kernel here is relevant part of var crash vmcore dmesg txt spl loading out of tree module taints kernel spl module verification failed signature and or required key missing tainting kernel znvpair module license cddl taints kernel disabling lock debugging due to kernel taint zfs loaded module zfs pool version zfs filesystem version bug unable to handle kernel null pointer dereference at pgd oops smp nopti cpu pid comm z null int kdump loaded tainted p oe hardware name qemu standard pc piix bios rel prebuilt qemu org rip raw spin lock irqsave code cf eb fa ba ff rsp eflags rax rbx rcx rdx rsi rdi rbp fs gs knlgs cs ds es pkru call trace taskq dispatch ent sched clock cpu zio taskq member isra constprop spa taskq dispatch ent zio taskq dispatch zio delay interrupt vdev disk dio put kfree vdev disk dio put blk update request scsi end request scsi io completion virtscsi remove virtscsi vq done vring interrupt handle irq event percpu handle irq event percpu handle irq event handle edge irq handle irq do irq common interrupt rip mutex spin on owner code db bb cf aa rsp eflags orig rax rax rbx rcx rdx rsi rdi rbp mutex spin on owner mutex lock isra zio nowait vdev queue io done zio vdev io done zio execute taskq thread wake up q zio taskq member isra constprop taskq thread spawn kthread set kthread struct ret from fork modules linked in zfs poe zunicode poe zzstd oe zlua oe zavl poe icp poe zcommon poe znvpair poe spl oe nfs acl nfs lockd grace fscache garp mrp stp llc intel rapl msr intel rapl common amd energy kvm amd ccp sunrpc kvm irqbypass pclmul pclmul ghash clmulni intel pcspkr joydev virtio balloon binfmt misc xfs sr mod cdrom ata generic sd mod pi sg bochs drm vram helper drm kms helper intel syscopyarea sysfillrect sysimgblt fb sys fops serio raw drm ttm helper ttm ata piix virtio net drm net failover libata failover virtio scsi dm mirror dm region hash dm log dm mod fuse
0
143,914
19,256,893,048
IssuesEvent
2021-12-09 12:18:28
mcaj-git/gatsby2
https://api.github.com/repos/mcaj-git/gatsby2
closed
CVE-2020-28469 (High) detected in glob-parent-5.1.1.tgz - autoclosed
security vulnerability
## CVE-2020-28469 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>glob-parent-5.1.1.tgz</b></p></summary> <p>Extract the non-magic parent path from a glob string.</p> <p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz</a></p> <p>Path to dependency file: gatsby2/package.json</p> <p>Path to vulnerable library: gatsby2/node_modules/glob-parent/package.json</p> <p> Dependency Hierarchy: - gatsby-2.23.17.tgz (Root Library) - del-5.1.0.tgz - globby-10.0.2.tgz - fast-glob-3.2.4.tgz - :x: **glob-parent-5.1.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/mcaj-git/gatsby2/commit/0d161595e6574675ae8197397c7776c5e90a691b">0d161595e6574675ae8197397c7776c5e90a691b</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> This affects the package glob-parent before 5.1.2. The enclosure regex used to check for strings ending in enclosure containing path separator. <p>Publish Date: 2021-06-03 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28469>CVE-2020-28469</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28469">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28469</a></p> <p>Release Date: 2021-06-03</p> <p>Fix Resolution: glob-parent - 5.1.2</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-2020-28469 (High) detected in glob-parent-5.1.1.tgz - autoclosed - ## CVE-2020-28469 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>glob-parent-5.1.1.tgz</b></p></summary> <p>Extract the non-magic parent path from a glob string.</p> <p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz</a></p> <p>Path to dependency file: gatsby2/package.json</p> <p>Path to vulnerable library: gatsby2/node_modules/glob-parent/package.json</p> <p> Dependency Hierarchy: - gatsby-2.23.17.tgz (Root Library) - del-5.1.0.tgz - globby-10.0.2.tgz - fast-glob-3.2.4.tgz - :x: **glob-parent-5.1.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/mcaj-git/gatsby2/commit/0d161595e6574675ae8197397c7776c5e90a691b">0d161595e6574675ae8197397c7776c5e90a691b</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> This affects the package glob-parent before 5.1.2. The enclosure regex used to check for strings ending in enclosure containing path separator. <p>Publish Date: 2021-06-03 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28469>CVE-2020-28469</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28469">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28469</a></p> <p>Release Date: 2021-06-03</p> <p>Fix Resolution: glob-parent - 5.1.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in glob parent tgz autoclosed cve high severity vulnerability vulnerable library glob parent tgz extract the non magic parent path from a glob string library home page a href path to dependency file package json path to vulnerable library node modules glob parent package json dependency hierarchy gatsby tgz root library del tgz globby tgz fast glob tgz x glob parent tgz vulnerable library found in head commit a href found in base branch main vulnerability details this affects the package glob parent before the enclosure regex used to check for strings ending in enclosure containing path separator 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 glob parent step up your open source security game with whitesource
0
214,568
16,599,033,528
IssuesEvent
2021-06-01 16:44:21
challenge-semester/borrow-donga-backend
https://api.github.com/repos/challenge-semester/borrow-donga-backend
opened
test: 단위 테스트 코드 작성
test
현재 방식은 실제로 Postman 으로 요청을 보내서 테스트를 진행했다. 하지만 이 방식은 실수할 가능성이 크며, 여러 상황에 대처하기 번거롭다. 따라서 테스트 코드를 작성해보자.
1.0
test: 단위 테스트 코드 작성 - 현재 방식은 실제로 Postman 으로 요청을 보내서 테스트를 진행했다. 하지만 이 방식은 실수할 가능성이 크며, 여러 상황에 대처하기 번거롭다. 따라서 테스트 코드를 작성해보자.
test
test 단위 테스트 코드 작성 현재 방식은 실제로 postman 으로 요청을 보내서 테스트를 진행했다 하지만 이 방식은 실수할 가능성이 크며 여러 상황에 대처하기 번거롭다 따라서 테스트 코드를 작성해보자
1
350,841
31,932,490,381
IssuesEvent
2023-09-19 08:22:46
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix general.test_function_supported_device_and_dtype
Sub Task Failing Test
| | | |---|---| |jax|<a href="https://github.com/unifyai/ivy/actions/runs/6012807095"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/6012807095"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/6012807095"><img src=https://img.shields.io/badge/-failure-red></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/6012807095"><img src=https://img.shields.io/badge/-failure-red></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/6012807095"><img src=https://img.shields.io/badge/-failure-red></a>
1.0
Fix general.test_function_supported_device_and_dtype - | | | |---|---| |jax|<a href="https://github.com/unifyai/ivy/actions/runs/6012807095"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/6012807095"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/6012807095"><img src=https://img.shields.io/badge/-failure-red></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/6012807095"><img src=https://img.shields.io/badge/-failure-red></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/6012807095"><img src=https://img.shields.io/badge/-failure-red></a>
test
fix general test function supported device and dtype jax a href src numpy a href src torch a href src tensorflow a href src paddle a href src
1
314,121
26,976,832,324
IssuesEvent
2023-02-09 10:10:04
xbmc/inputstream.adaptive
https://api.github.com/repos/xbmc/inputstream.adaptive
closed
Can't play drm content on kodi.
Triage: Tested and not reproduced
<!--- Please fill out this template to the best of your ability. You can always edit this issue once you have created it. --> <!--- Read the following link before you create a new problem report: https://kodi.wiki/view/HOW-TO:Submit_a_bug_report --> ## Bug report ### Describe the bug Here is a clear and concise description of what the problem is: <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> <!--- A bug report that is not clear will be closed --> <!--- Put your text below this line --> Can't play drm content on kodi. I have Nvidia Shield tv running Full Android Oreo, and it was playing drm videos fine. I did a factory reset, and after that drm videos did't play anymore. I get the error: "one or more items failed to play. Check the log for more information about this message". I am attaching kodi log to this post. ## Expected Behavior Here is a clear and concise description of what was expected to happen: <!--- Tell us what should happen --> <!--- Put your text below this line --> The video should play without any errors popping up. ## Actual Behavior <!--- Tell us what happens instead --> <!--- Put your text below this line --> I get the error: "one or more items failed to play. Check the log for more information about this message". ## Possible Fix <!--- Not obligatory, but suggest a fix or reason for the bug --> <!--- Put your text below this line --> ### To Reproduce Steps to reproduce the behavior: <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> <!--- Put your text below this line --> 1. 2. 3. ### Debuglog <!--- Put your text below this line --> <!--- A debuglog is always mandatory when creating an issue. Provide one! --> The debuglog can be found here: attached to this post. ### MPD/M3U8s/ISM <!--- Put your text below this line --> <!--- Manifest(s) are always mandatory when creating an issue. Provide them! --> An example or copy of a manifest (or manifests for HLS - master and variants) can be found here: ### Screenshots Here are some links or screenshots to help explain the problem: <!--- Put your text below this line --> ## Additional context or screenshots (if appropriate) Here is some additional context or explanation that might help: <!--- How has this bug affected you? What were you trying to accomplish? --> <!--- Put your text below this line --> ### Your Environment Used Operating system: <!--- Include as many relevant details about the environment you experienced the bug in --> <!--- Put your text below this line. Checkboxes can easily be ticked once issue is created --> - [x ] Android - [ ] iOS - [ ] tvOS - [ ] Linux - [ ] OSX - [ ] Windows - [ ] Windows UWP - Operating system version/name: - Kodi version: 19.4 - inputstream.adaptive version: 19.0.7 [kodi.log.txt](https://github.com/xbmc/inputstream.adaptive/files/9855411/kodi.log.txt) <!--- End of this issue --> *note: Once the issue is made we require you to update it with new information should that be required. Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.*
1.0
Can't play drm content on kodi. - <!--- Please fill out this template to the best of your ability. You can always edit this issue once you have created it. --> <!--- Read the following link before you create a new problem report: https://kodi.wiki/view/HOW-TO:Submit_a_bug_report --> ## Bug report ### Describe the bug Here is a clear and concise description of what the problem is: <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> <!--- A bug report that is not clear will be closed --> <!--- Put your text below this line --> Can't play drm content on kodi. I have Nvidia Shield tv running Full Android Oreo, and it was playing drm videos fine. I did a factory reset, and after that drm videos did't play anymore. I get the error: "one or more items failed to play. Check the log for more information about this message". I am attaching kodi log to this post. ## Expected Behavior Here is a clear and concise description of what was expected to happen: <!--- Tell us what should happen --> <!--- Put your text below this line --> The video should play without any errors popping up. ## Actual Behavior <!--- Tell us what happens instead --> <!--- Put your text below this line --> I get the error: "one or more items failed to play. Check the log for more information about this message". ## Possible Fix <!--- Not obligatory, but suggest a fix or reason for the bug --> <!--- Put your text below this line --> ### To Reproduce Steps to reproduce the behavior: <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> <!--- Put your text below this line --> 1. 2. 3. ### Debuglog <!--- Put your text below this line --> <!--- A debuglog is always mandatory when creating an issue. Provide one! --> The debuglog can be found here: attached to this post. ### MPD/M3U8s/ISM <!--- Put your text below this line --> <!--- Manifest(s) are always mandatory when creating an issue. Provide them! --> An example or copy of a manifest (or manifests for HLS - master and variants) can be found here: ### Screenshots Here are some links or screenshots to help explain the problem: <!--- Put your text below this line --> ## Additional context or screenshots (if appropriate) Here is some additional context or explanation that might help: <!--- How has this bug affected you? What were you trying to accomplish? --> <!--- Put your text below this line --> ### Your Environment Used Operating system: <!--- Include as many relevant details about the environment you experienced the bug in --> <!--- Put your text below this line. Checkboxes can easily be ticked once issue is created --> - [x ] Android - [ ] iOS - [ ] tvOS - [ ] Linux - [ ] OSX - [ ] Windows - [ ] Windows UWP - Operating system version/name: - Kodi version: 19.4 - inputstream.adaptive version: 19.0.7 [kodi.log.txt](https://github.com/xbmc/inputstream.adaptive/files/9855411/kodi.log.txt) <!--- End of this issue --> *note: Once the issue is made we require you to update it with new information should that be required. Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.*
test
can t play drm content on kodi bug report describe the bug here is a clear and concise description of what the problem is can t play drm content on kodi i have nvidia shield tv running full android oreo and it was playing drm videos fine i did a factory reset and after that drm videos did t play anymore i get the error one or more items failed to play check the log for more information about this message i am attaching kodi log to this post expected behavior here is a clear and concise description of what was expected to happen the video should play without any errors popping up actual behavior i get the error one or more items failed to play check the log for more information about this message possible fix to reproduce steps to reproduce the behavior debuglog the debuglog can be found here attached to this post mpd ism an example or copy of a manifest or manifests for hls master and variants can be found here screenshots here are some links or screenshots to help explain the problem additional context or screenshots if appropriate here is some additional context or explanation that might help your environment used operating system android ios tvos linux osx windows windows uwp operating system version name kodi version inputstream adaptive version note once the issue is made we require you to update it with new information should that be required team kodi will consider your problem report however we will not make any promises the problem will be solved
1
14,925
9,594,138,543
IssuesEvent
2019-05-09 13:21:13
virtualsatellite/VirtualSatellite4-Core
https://api.github.com/repos/virtualsatellite/VirtualSatellite4-Core
opened
Update QUDV Dialog icons
comfort/usability easy
There are just standard icons in the QUDV Dialogs. They should be replaced with something more adequate to QUDV. ![qudv_dialog](https://user-images.githubusercontent.com/35496033/57456548-08232200-726e-11e9-9bd7-1a4b3496aabe.PNG)
True
Update QUDV Dialog icons - There are just standard icons in the QUDV Dialogs. They should be replaced with something more adequate to QUDV. ![qudv_dialog](https://user-images.githubusercontent.com/35496033/57456548-08232200-726e-11e9-9bd7-1a4b3496aabe.PNG)
non_test
update qudv dialog icons there are just standard icons in the qudv dialogs they should be replaced with something more adequate to qudv
0
3,358
9,540,070,661
IssuesEvent
2019-04-30 18:33:40
redteaminfra/redteam-infra
https://api.github.com/repos/redteaminfra/redteam-infra
closed
proxies should not be .11 and .12 in the VPC subnet
architecture
Currently we put proxy01 and proxy02 to .11 and .12 respectfully. If we add a 3rd proxy one would think it would go to .13, but that is our ELK instance. ``` %= @subnet %>.11 proxy01-<%= @vpc %>.infra.us <%= @subnet %>.12 proxy02-<%= @vpc %>.infra.us <%= @subnet %>.13 elk-<%= @vpc %>.infra.us ``` We need to move the proxies to new addresses within our subnet. I propose we make the proxies in the .20 range so we can have n+1 proxies easily, leaving us room for more services in .10-.19.
1.0
proxies should not be .11 and .12 in the VPC subnet - Currently we put proxy01 and proxy02 to .11 and .12 respectfully. If we add a 3rd proxy one would think it would go to .13, but that is our ELK instance. ``` %= @subnet %>.11 proxy01-<%= @vpc %>.infra.us <%= @subnet %>.12 proxy02-<%= @vpc %>.infra.us <%= @subnet %>.13 elk-<%= @vpc %>.infra.us ``` We need to move the proxies to new addresses within our subnet. I propose we make the proxies in the .20 range so we can have n+1 proxies easily, leaving us room for more services in .10-.19.
non_test
proxies should not be and in the vpc subnet currently we put and to and respectfully if we add a proxy one would think it would go to but that is our elk instance subnet infra us infra us elk infra us we need to move the proxies to new addresses within our subnet i propose we make the proxies in the range so we can have n proxies easily leaving us room for more services in
0
447,060
31,593,440,280
IssuesEvent
2023-09-05 02:07:11
kroxylicious/kroxylicious
https://api.github.com/repos/kroxylicious/kroxylicious
opened
Create a quick-start
documentation
**Suggestion / Problem** We want a way for users to get started rapidly and experience some Kroxylicious features without having to build anything themselves. I'm imagining architects, developers etc who want to kick the tires. We can show them the proxy doing powerful work, quickly, on their own machine. Once we have a production docker image (#597) and some mechanism to install Filters we can describe how to get started with it quickly with some commands to run a Kafka container and a Kroxylicious proxying it with a feature like multitenant configured. Maybe we could offer a compose file? The quickstart link should be highly visible on the `kroxylicious.io` front page.
1.0
Create a quick-start - **Suggestion / Problem** We want a way for users to get started rapidly and experience some Kroxylicious features without having to build anything themselves. I'm imagining architects, developers etc who want to kick the tires. We can show them the proxy doing powerful work, quickly, on their own machine. Once we have a production docker image (#597) and some mechanism to install Filters we can describe how to get started with it quickly with some commands to run a Kafka container and a Kroxylicious proxying it with a feature like multitenant configured. Maybe we could offer a compose file? The quickstart link should be highly visible on the `kroxylicious.io` front page.
non_test
create a quick start suggestion problem we want a way for users to get started rapidly and experience some kroxylicious features without having to build anything themselves i m imagining architects developers etc who want to kick the tires we can show them the proxy doing powerful work quickly on their own machine once we have a production docker image and some mechanism to install filters we can describe how to get started with it quickly with some commands to run a kafka container and a kroxylicious proxying it with a feature like multitenant configured maybe we could offer a compose file the quickstart link should be highly visible on the kroxylicious io front page
0
53,460
6,330,223,223
IssuesEvent
2017-07-26 06:42:41
syndesisio/syndesis-e2e-tests
https://api.github.com/repos/syndesisio/syndesis-e2e-tests
closed
Twitter Listener is renamed to Twitter Example
test-bug
Not valid anymore. ```gherkin When Camilla selects the "Twitter Listener" connection ``` @jludvice how cool it would be to load the names upon suite start? :)
1.0
Twitter Listener is renamed to Twitter Example - Not valid anymore. ```gherkin When Camilla selects the "Twitter Listener" connection ``` @jludvice how cool it would be to load the names upon suite start? :)
test
twitter listener is renamed to twitter example not valid anymore gherkin when camilla selects the twitter listener connection jludvice how cool it would be to load the names upon suite start
1
2,087
2,584,235,286
IssuesEvent
2015-02-16 14:08:55
CSC510-2015-Axitron/maze
https://api.github.com/repos/CSC510-2015-Axitron/maze
opened
Automatic Build Branch
branch deployment testing
I'm creating a new branch to test out building with travis.ci, deployment via heroku, and testing via intern. I'll make a comment when ready, so that people can check it out and see if it's something we want to use.
1.0
Automatic Build Branch - I'm creating a new branch to test out building with travis.ci, deployment via heroku, and testing via intern. I'll make a comment when ready, so that people can check it out and see if it's something we want to use.
test
automatic build branch i m creating a new branch to test out building with travis ci deployment via heroku and testing via intern i ll make a comment when ready so that people can check it out and see if it s something we want to use
1
203,457
15,369,531,881
IssuesEvent
2021-03-02 07:30:31
the-canonizer/canonizer.2.0
https://api.github.com/repos/the-canonizer/canonizer.2.0
closed
ID links in the forums don't link to that identity.
20th Release Fixed bug ready to test
![image](https://user-images.githubusercontent.com/6559312/105914958-5fda6180-5fec-11eb-8c40-73d2ae7facdd.png) None of these "Africahead" ids, some of which are links, link to the ID. They should all link to the same ID they would link to if this ID supported a camp.
1.0
ID links in the forums don't link to that identity. - ![image](https://user-images.githubusercontent.com/6559312/105914958-5fda6180-5fec-11eb-8c40-73d2ae7facdd.png) None of these "Africahead" ids, some of which are links, link to the ID. They should all link to the same ID they would link to if this ID supported a camp.
test
id links in the forums don t link to that identity none of these africahead ids some of which are links link to the id they should all link to the same id they would link to if this id supported a camp
1
297,553
25,742,974,619
IssuesEvent
2022-12-08 07:46:09
openBackhaul/RegistryOffice
https://api.github.com/repos/openBackhaul/RegistryOffice
opened
http-client/application-name update from capability to configuration in test-suites
testsuite_to_be_changed
In test-suites, In multiple places, we are reading data from the config file. In which, multiple services have an attribute application-name which will be parsed from chosen object. In v1.0.0, http-client/application-name is present in capability class, but in v2.0.0, it is changed to configuration class. So, the path needs to be updated wherever applicable ### Service Layer - [ ] /v1/bequeath-your-data-and-die - [ ] /v1/register-application - [ ] /v1/deregister-application - [ ] /v1/regard-updated-approval-status - [ ] /v1/inquire-application-type-approvals - [ ] /v1/notify-deregistrations - [ ] /v1/notify-approvals - [ ] /v1/notify-withdrawn-approvals - [ ] /v1/relay-server-replacement - [ ] /v1/relay-operation-update
1.0
http-client/application-name update from capability to configuration in test-suites - In test-suites, In multiple places, we are reading data from the config file. In which, multiple services have an attribute application-name which will be parsed from chosen object. In v1.0.0, http-client/application-name is present in capability class, but in v2.0.0, it is changed to configuration class. So, the path needs to be updated wherever applicable ### Service Layer - [ ] /v1/bequeath-your-data-and-die - [ ] /v1/register-application - [ ] /v1/deregister-application - [ ] /v1/regard-updated-approval-status - [ ] /v1/inquire-application-type-approvals - [ ] /v1/notify-deregistrations - [ ] /v1/notify-approvals - [ ] /v1/notify-withdrawn-approvals - [ ] /v1/relay-server-replacement - [ ] /v1/relay-operation-update
test
http client application name update from capability to configuration in test suites in test suites in multiple places we are reading data from the config file in which multiple services have an attribute application name which will be parsed from chosen object in http client application name is present in capability class but in it is changed to configuration class so the path needs to be updated wherever applicable service layer bequeath your data and die register application deregister application regard updated approval status inquire application type approvals notify deregistrations notify approvals notify withdrawn approvals relay server replacement relay operation update
1
200,192
22,739,488,852
IssuesEvent
2022-07-07 01:18:55
jinuem/reactSamplePoc
https://api.github.com/repos/jinuem/reactSamplePoc
opened
CVE-2021-23440 (High) detected in set-value-0.4.3.tgz, set-value-2.0.0.tgz
security vulnerability
## CVE-2021-23440 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>set-value-0.4.3.tgz</b>, <b>set-value-2.0.0.tgz</b></p></summary> <p> <details><summary><b>set-value-0.4.3.tgz</b></p></summary> <p>Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.</p> <p>Library home page: <a href="https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz">https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz</a></p> <p>Path to dependency file: /reactSamplePoc/package.json</p> <p>Path to vulnerable library: /node_modules/union-value/node_modules/set-value/package.json</p> <p> Dependency Hierarchy: - react-scripts-1.0.10.tgz (Root Library) - webpack-2.6.1.tgz - watchpack-1.6.0.tgz - chokidar-2.1.5.tgz - braces-2.3.2.tgz - snapdragon-0.8.2.tgz - base-0.11.2.tgz - cache-base-1.0.1.tgz - union-value-1.0.0.tgz - :x: **set-value-0.4.3.tgz** (Vulnerable Library) </details> <details><summary><b>set-value-2.0.0.tgz</b></p></summary> <p>Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.</p> <p>Library home page: <a href="https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz">https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz</a></p> <p>Path to dependency file: /reactSamplePoc/package.json</p> <p>Path to vulnerable library: /node_modules/set-value/package.json</p> <p> Dependency Hierarchy: - react-scripts-1.0.10.tgz (Root Library) - webpack-2.6.1.tgz - watchpack-1.6.0.tgz - chokidar-2.1.5.tgz - braces-2.3.2.tgz - snapdragon-0.8.2.tgz - base-0.11.2.tgz - cache-base-1.0.1.tgz - :x: **set-value-2.0.0.tgz** (Vulnerable Library) </details> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> This affects the package set-value before <2.0.1, >=3.0.0 <4.0.1. A type confusion vulnerability can lead to a bypass of CVE-2019-10747 when the user-provided keys used in the path parameter are arrays. <p>Publish Date: 2021-09-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23440>CVE-2021-23440</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23440">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23440</a></p> <p>Release Date: 2021-09-12</p> <p>Fix Resolution (set-value): 2.0.1</p> <p>Direct dependency fix Resolution (react-scripts): 1.0.11</p><p>Fix Resolution (set-value): 2.0.1</p> <p>Direct dependency fix Resolution (react-scripts): 1.0.11</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-23440 (High) detected in set-value-0.4.3.tgz, set-value-2.0.0.tgz - ## CVE-2021-23440 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>set-value-0.4.3.tgz</b>, <b>set-value-2.0.0.tgz</b></p></summary> <p> <details><summary><b>set-value-0.4.3.tgz</b></p></summary> <p>Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.</p> <p>Library home page: <a href="https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz">https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz</a></p> <p>Path to dependency file: /reactSamplePoc/package.json</p> <p>Path to vulnerable library: /node_modules/union-value/node_modules/set-value/package.json</p> <p> Dependency Hierarchy: - react-scripts-1.0.10.tgz (Root Library) - webpack-2.6.1.tgz - watchpack-1.6.0.tgz - chokidar-2.1.5.tgz - braces-2.3.2.tgz - snapdragon-0.8.2.tgz - base-0.11.2.tgz - cache-base-1.0.1.tgz - union-value-1.0.0.tgz - :x: **set-value-0.4.3.tgz** (Vulnerable Library) </details> <details><summary><b>set-value-2.0.0.tgz</b></p></summary> <p>Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.</p> <p>Library home page: <a href="https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz">https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz</a></p> <p>Path to dependency file: /reactSamplePoc/package.json</p> <p>Path to vulnerable library: /node_modules/set-value/package.json</p> <p> Dependency Hierarchy: - react-scripts-1.0.10.tgz (Root Library) - webpack-2.6.1.tgz - watchpack-1.6.0.tgz - chokidar-2.1.5.tgz - braces-2.3.2.tgz - snapdragon-0.8.2.tgz - base-0.11.2.tgz - cache-base-1.0.1.tgz - :x: **set-value-2.0.0.tgz** (Vulnerable Library) </details> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> This affects the package set-value before <2.0.1, >=3.0.0 <4.0.1. A type confusion vulnerability can lead to a bypass of CVE-2019-10747 when the user-provided keys used in the path parameter are arrays. <p>Publish Date: 2021-09-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23440>CVE-2021-23440</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23440">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23440</a></p> <p>Release Date: 2021-09-12</p> <p>Fix Resolution (set-value): 2.0.1</p> <p>Direct dependency fix Resolution (react-scripts): 1.0.11</p><p>Fix Resolution (set-value): 2.0.1</p> <p>Direct dependency fix Resolution (react-scripts): 1.0.11</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in set value tgz set value tgz cve high severity vulnerability vulnerable libraries set value tgz set value tgz set value tgz create nested values and any intermediaries using dot notation a b c paths library home page a href path to dependency file reactsamplepoc package json path to vulnerable library node modules union value node modules set value package json dependency hierarchy react scripts tgz root library webpack tgz watchpack tgz chokidar tgz braces tgz snapdragon tgz base tgz cache base tgz union value tgz x set value tgz vulnerable library set value tgz create nested values and any intermediaries using dot notation a b c paths library home page a href path to dependency file reactsamplepoc package json path to vulnerable library node modules set value package json dependency hierarchy react scripts tgz root library webpack tgz watchpack tgz chokidar tgz braces tgz snapdragon tgz base tgz cache base tgz x set value tgz vulnerable library vulnerability details this affects the package set value before a type confusion vulnerability can lead to a bypass of cve when the user provided keys used in the path parameter are arrays publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution set value direct dependency fix resolution react scripts fix resolution set value direct dependency fix resolution react scripts step up your open source security game with mend
0
16,629
3,547,927,818
IssuesEvent
2016-01-20 12:06:27
datagovuk/ckanext-dgu
https://api.github.com/repos/datagovuk/ckanext-dgu
closed
Rename 'API' drop-down menu on dataset page
ready for test
It clashes with Data APIs. Need some sort of 'information' icon and the hover text and title should change to 'Metadata API'.
1.0
Rename 'API' drop-down menu on dataset page - It clashes with Data APIs. Need some sort of 'information' icon and the hover text and title should change to 'Metadata API'.
test
rename api drop down menu on dataset page it clashes with data apis need some sort of information icon and the hover text and title should change to metadata api
1
110,611
23,969,386,819
IssuesEvent
2022-09-13 06:13:38
v6d-io/v6d
https://api.github.com/repos/v6d-io/v6d
closed
Support using redis as the metadata backend
summer-of-code
Describe your problem --------------------- as titled. Additional context ------------------ See also #701.
1.0
Support using redis as the metadata backend - Describe your problem --------------------- as titled. Additional context ------------------ See also #701.
non_test
support using redis as the metadata backend describe your problem as titled additional context see also
0
319,360
27,368,203,576
IssuesEvent
2023-02-27 20:59:09
dubinsky/scalajs-gradle
https://api.github.com/repos/dubinsky/scalajs-gradle
closed
Use TestFramework
testing
- [x] use Gradle's TestFramework and friends to squeeze out more differences between TestExecutor and DefaultTestExecutor. - [x] move my options into FrameworkOptions?
1.0
Use TestFramework - - [x] use Gradle's TestFramework and friends to squeeze out more differences between TestExecutor and DefaultTestExecutor. - [x] move my options into FrameworkOptions?
test
use testframework use gradle s testframework and friends to squeeze out more differences between testexecutor and defaulttestexecutor move my options into frameworkoptions
1
334,962
30,000,995,118
IssuesEvent
2023-06-26 09:16:25
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/infra/feature_controls/infrastructure_security·ts - InfraOps App feature controls infrastructure security global infrastructure all privileges infrastructure landing page with data shows Wafflemap
blocker failed-test Team:Infra Monitoring UI skipped-test v8.9.0
A test failed on a tracked branch ``` Error: expected testSubject(~waffleMap) to exist at TestSubjects.existOrFail (test_subjects.ts:71:13) at Context.<anonymous> (infrastructure_security.ts:98:11) at Object.apply (wrap_function.js:73:16) ``` First failure: [CI Build - main](https://buildkite.com/elastic/kibana-on-merge/builds/29779#0187e13a-2435-4efd-8429-149ed3dcbedd) <!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/infra/feature_controls/infrastructure_security·ts","test.name":"InfraOps App feature controls infrastructure security global infrastructure all privileges infrastructure landing page with data shows Wafflemap","test.failCount":3}} -->
2.0
Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/infra/feature_controls/infrastructure_security·ts - InfraOps App feature controls infrastructure security global infrastructure all privileges infrastructure landing page with data shows Wafflemap - A test failed on a tracked branch ``` Error: expected testSubject(~waffleMap) to exist at TestSubjects.existOrFail (test_subjects.ts:71:13) at Context.<anonymous> (infrastructure_security.ts:98:11) at Object.apply (wrap_function.js:73:16) ``` First failure: [CI Build - main](https://buildkite.com/elastic/kibana-on-merge/builds/29779#0187e13a-2435-4efd-8429-149ed3dcbedd) <!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/infra/feature_controls/infrastructure_security·ts","test.name":"InfraOps App feature controls infrastructure security global infrastructure all privileges infrastructure landing page with data shows Wafflemap","test.failCount":3}} -->
test
failing test chrome x pack ui functional tests x pack test functional apps infra feature controls infrastructure security·ts infraops app feature controls infrastructure security global infrastructure all privileges infrastructure landing page with data shows wafflemap a test failed on a tracked branch error expected testsubject wafflemap to exist at testsubjects existorfail test subjects ts at context infrastructure security ts at object apply wrap function js first failure
1
246
2,667,493,305
IssuesEvent
2015-03-22 17:23:16
ignatov/intellij-erlang
https://api.github.com/repos/ignatov/intellij-erlang
closed
Inject references into spawn call parameters
enhancement preprocessor-support
When using a macro as either the Module or Function parameter of the spawn function, the plugin says that the function is unused. See the picture for an example. Edit: issue also occurs when using apply Edit 2: Warning occurs in Erlang compiler as well. Please close this issue. ![bad_unused_function_notification](https://f.cloud.github.com/assets/542102/1844256/ec81f482-7510-11e3-887f-e912168d3f07.png)
1.0
Inject references into spawn call parameters - When using a macro as either the Module or Function parameter of the spawn function, the plugin says that the function is unused. See the picture for an example. Edit: issue also occurs when using apply Edit 2: Warning occurs in Erlang compiler as well. Please close this issue. ![bad_unused_function_notification](https://f.cloud.github.com/assets/542102/1844256/ec81f482-7510-11e3-887f-e912168d3f07.png)
non_test
inject references into spawn call parameters when using a macro as either the module or function parameter of the spawn function the plugin says that the function is unused see the picture for an example edit issue also occurs when using apply edit warning occurs in erlang compiler as well please close this issue
0
134,661
10,926,108,641
IssuesEvent
2019-11-22 14:03:52
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Failing ConnectMemberListOrderTest
Source: Internal Team: Client Type: Test-Failure
The **`com.hazelcast.client.connection.nio.ConnectMemberListOrderTest.testPossibleMemberAddressesAfterDisconnection[shuffleMemberList == false]`** failed in the PR builder: https://hazelcast-l337.ci.cloudbees.com/job/new-lab-fast-pr/15070/testReport/junit/com.hazelcast.client.connection.nio/ConnectMemberListOrderTest/testPossibleMemberAddressesAfterDisconnection_shuffleMemberList____false_/ **Stacktrace** ``` java.lang.AssertionError: Values should be different. Actual: [127.0.0.1]:5024 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failEquals(Assert.java:185) at org.junit.Assert.assertNotEquals(Assert.java:161) at org.junit.Assert.assertNotEquals(Assert.java:175) at com.hazelcast.client.connection.nio.ConnectMemberListOrderTest.testPossibleMemberAddressesAfterDisconnection(ConnectMemberListOrderTest.java:97) ```
1.0
Failing ConnectMemberListOrderTest - The **`com.hazelcast.client.connection.nio.ConnectMemberListOrderTest.testPossibleMemberAddressesAfterDisconnection[shuffleMemberList == false]`** failed in the PR builder: https://hazelcast-l337.ci.cloudbees.com/job/new-lab-fast-pr/15070/testReport/junit/com.hazelcast.client.connection.nio/ConnectMemberListOrderTest/testPossibleMemberAddressesAfterDisconnection_shuffleMemberList____false_/ **Stacktrace** ``` java.lang.AssertionError: Values should be different. Actual: [127.0.0.1]:5024 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failEquals(Assert.java:185) at org.junit.Assert.assertNotEquals(Assert.java:161) at org.junit.Assert.assertNotEquals(Assert.java:175) at com.hazelcast.client.connection.nio.ConnectMemberListOrderTest.testPossibleMemberAddressesAfterDisconnection(ConnectMemberListOrderTest.java:97) ```
test
failing connectmemberlistordertest the com hazelcast client connection nio connectmemberlistordertest testpossiblememberaddressesafterdisconnection failed in the pr builder stacktrace java lang assertionerror values should be different actual at org junit assert fail assert java at org junit assert failequals assert java at org junit assert assertnotequals assert java at org junit assert assertnotequals assert java at com hazelcast client connection nio connectmemberlistordertest testpossiblememberaddressesafterdisconnection connectmemberlistordertest java
1
11,383
14,222,923,448
IssuesEvent
2020-11-17 17:30:13
unicode-org/icu4x
https://api.github.com/repos/unicode-org/icu4x
closed
Follow-up: Codecov vs. Coveralls
C-process T-task
We gathered feedback on the two tools. I suggested that we enable both tools for a little while and see which tool we like better.
1.0
Follow-up: Codecov vs. Coveralls - We gathered feedback on the two tools. I suggested that we enable both tools for a little while and see which tool we like better.
non_test
follow up codecov vs coveralls we gathered feedback on the two tools i suggested that we enable both tools for a little while and see which tool we like better
0
93,189
8,403,862,343
IssuesEvent
2018-10-11 11:03:48
spaulaus/paass-lc
https://api.github.com/repos/spaulaus/paass-lc
closed
Break DAQ HRIBF Functionality
Acquisition Housekeeping Testing
<!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> We are not dependent on HRIBF libraries / functionality. ## Context <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> Installing PACMAN / DAMM / ORNL related software is getting harder and harder. The software isn't actively developed. I'm starting to have get some errors on modern compilers. There is a lot of institutional memory that goes along with the installation of this software. When we added this backward compatibility to the DAQ it caused a number of issues. We had to rework interpretation of user commands. This caused a lot of duplicate code. We have to maintain two sets of known argument lists, two encoders, etc. The LDF data structure, while convenient, isn't efficient. The MCA carries around a lot of cruft around creating a DAMM histogram, which could be cleaned up. It's using custom classes / libraries instead of the "official" HRIBF ones. From an analysis prespective, utkscanor should stay. This allows users to analyze LDF files, using the original libraries. Installation of those libraries isn't difficult, and most of the SCANOR code is packaged already. ## Acceptance Criteria <!-- This will help determine if a PR is accepted or not. --> - [x] Poll2 no longer has a pacman mode - [x] MCAs no longer produce HIS files - [x] Utkscanor has been left alone. - [x] Utkscan still unpacks LDFs - [x] Scan programs still operate on LDFs using HRIBF libraries.
1.0
Break DAQ HRIBF Functionality - <!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> We are not dependent on HRIBF libraries / functionality. ## Context <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> Installing PACMAN / DAMM / ORNL related software is getting harder and harder. The software isn't actively developed. I'm starting to have get some errors on modern compilers. There is a lot of institutional memory that goes along with the installation of this software. When we added this backward compatibility to the DAQ it caused a number of issues. We had to rework interpretation of user commands. This caused a lot of duplicate code. We have to maintain two sets of known argument lists, two encoders, etc. The LDF data structure, while convenient, isn't efficient. The MCA carries around a lot of cruft around creating a DAMM histogram, which could be cleaned up. It's using custom classes / libraries instead of the "official" HRIBF ones. From an analysis prespective, utkscanor should stay. This allows users to analyze LDF files, using the original libraries. Installation of those libraries isn't difficult, and most of the SCANOR code is packaged already. ## Acceptance Criteria <!-- This will help determine if a PR is accepted or not. --> - [x] Poll2 no longer has a pacman mode - [x] MCAs no longer produce HIS files - [x] Utkscanor has been left alone. - [x] Utkscan still unpacks LDFs - [x] Scan programs still operate on LDFs using HRIBF libraries.
test
break daq hribf functionality expected behavior we are not dependent on hribf libraries functionality context installing pacman damm ornl related software is getting harder and harder the software isn t actively developed i m starting to have get some errors on modern compilers there is a lot of institutional memory that goes along with the installation of this software when we added this backward compatibility to the daq it caused a number of issues we had to rework interpretation of user commands this caused a lot of duplicate code we have to maintain two sets of known argument lists two encoders etc the ldf data structure while convenient isn t efficient the mca carries around a lot of cruft around creating a damm histogram which could be cleaned up it s using custom classes libraries instead of the official hribf ones from an analysis prespective utkscanor should stay this allows users to analyze ldf files using the original libraries installation of those libraries isn t difficult and most of the scanor code is packaged already acceptance criteria no longer has a pacman mode mcas no longer produce his files utkscanor has been left alone utkscan still unpacks ldfs scan programs still operate on ldfs using hribf libraries
1
282,039
24,446,614,007
IssuesEvent
2022-10-06 18:32:53
NuGet/Home
https://api.github.com/repos/NuGet/Home
closed
[Bug]: [Cross-platform Sign Verify]An error ” error NU1102: Unable to find package Microsoft.NETCore.App.Ref with version(= 6.0.10)” occurred when creating the long-lived test code signing certificate
Type:Bug Triage:Discussions Functionality:Signing Found:ManualTests
### NuGet Product Used dotnet.exe ### Product Version NuGet Client Dev\6.4.0.97 ### Worked before? _No response_ ### Impact _No response_ ### Repro Steps & Context ## Repro steps: 1. Open a Command prompt. 3. Create a test pass directory and path into it: mkdir .\testpass && pushd .\testpass:. 4. Download the latest .NET install script: `curl -sSL https://dot.net/v1/dotnet-install.ps1 -o .\dotnet-install.ps1` 5. Install the .NET SDK using script: `powershell.exe .\dotnet-install.ps1 -InstallDir .\dotnet -Channel 7.0 -Version latest -Quality daily -NoPath.` 6. Clone the NuGet Entropy repository: `git clone https://github.com/NuGet/Entropy.git.` 7. Create a long-lived test code signing certificate: `dotnet.exe run --project .\Entropy\MakeTestCert\MakeTestCert.csproj --framework net7.0 -- -vp 10` ## Expected: Create the long-lived test code signing certificate successfully. ## Actual: An error ” error NU1102: Unable to find package Microsoft.NETCore.App.Ref with version(= 6.0.10)” occurred when creating the long-lived test code signing certificate as below screenshot. ![image](https://user-images.githubusercontent.com/40230425/192229563-f0b31e1b-a7a1-45f5-8d39-f5dbad0ddd6d.png) ## Notes: 1. The issue also repro on Linux & MacOS as below screenshot. ![image](https://user-images.githubusercontent.com/40230425/192229982-61389474-d3f8-489a-9949-bbef98f0c45c.png) ![image](https://user-images.githubusercontent.com/40230425/192230007-c10f976c-7131-4fcf-9fec-1fd3cb6e487f.png) 2. Workaround: The issue doesn’t repro after deleting TargetFramework net6.0 in MakeTestCert.csproj file. ### Verbose Logs _No response_
1.0
[Bug]: [Cross-platform Sign Verify]An error ” error NU1102: Unable to find package Microsoft.NETCore.App.Ref with version(= 6.0.10)” occurred when creating the long-lived test code signing certificate - ### NuGet Product Used dotnet.exe ### Product Version NuGet Client Dev\6.4.0.97 ### Worked before? _No response_ ### Impact _No response_ ### Repro Steps & Context ## Repro steps: 1. Open a Command prompt. 3. Create a test pass directory and path into it: mkdir .\testpass && pushd .\testpass:. 4. Download the latest .NET install script: `curl -sSL https://dot.net/v1/dotnet-install.ps1 -o .\dotnet-install.ps1` 5. Install the .NET SDK using script: `powershell.exe .\dotnet-install.ps1 -InstallDir .\dotnet -Channel 7.0 -Version latest -Quality daily -NoPath.` 6. Clone the NuGet Entropy repository: `git clone https://github.com/NuGet/Entropy.git.` 7. Create a long-lived test code signing certificate: `dotnet.exe run --project .\Entropy\MakeTestCert\MakeTestCert.csproj --framework net7.0 -- -vp 10` ## Expected: Create the long-lived test code signing certificate successfully. ## Actual: An error ” error NU1102: Unable to find package Microsoft.NETCore.App.Ref with version(= 6.0.10)” occurred when creating the long-lived test code signing certificate as below screenshot. ![image](https://user-images.githubusercontent.com/40230425/192229563-f0b31e1b-a7a1-45f5-8d39-f5dbad0ddd6d.png) ## Notes: 1. The issue also repro on Linux & MacOS as below screenshot. ![image](https://user-images.githubusercontent.com/40230425/192229982-61389474-d3f8-489a-9949-bbef98f0c45c.png) ![image](https://user-images.githubusercontent.com/40230425/192230007-c10f976c-7131-4fcf-9fec-1fd3cb6e487f.png) 2. Workaround: The issue doesn’t repro after deleting TargetFramework net6.0 in MakeTestCert.csproj file. ### Verbose Logs _No response_
test
an error ” error unable to find package microsoft netcore app ref with version ” occurred when creating the long lived test code signing certificate nuget product used dotnet exe product version nuget client dev worked before no response impact no response repro steps context repro steps open a command prompt create a test pass directory and path into it mkdir testpass pushd testpass download the latest net install script curl ssl o dotnet install install the net sdk using script powershell exe dotnet install installdir dotnet channel version latest quality daily nopath clone the nuget entropy repository git clone create a long lived test code signing certificate dotnet exe run project entropy maketestcert maketestcert csproj framework vp expected create the long lived test code signing certificate successfully actual an error ” error unable to find package microsoft netcore app ref with version ” occurred when creating the long lived test code signing certificate as below screenshot notes the issue also repro on linux macos as below screenshot workaround the issue doesn’t repro after deleting targetframework in maketestcert csproj file verbose logs no response
1
123,313
10,263,820,811
IssuesEvent
2019-08-22 15:04:52
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
test failures in test_numba_integration
module: numba module: tests triaged
## Issue description With PyTorch 1.2.0 I'm seeing a couple of the test_numba_integration tests fail: - `test_from_cuda_array_interface_lifetime` fails at the first assert: ``` def test_from_cuda_array_interface_lifetime(self): """torch.as_tensor(obj) tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor""" numba_ary = numba.cuda.to_device(numpy.arange(6)) torch_ary = torch.as_tensor(numba_ary, device="cuda") self.assertEqual(torch_ary.__cuda_array_interface__, numba_ary.__cuda_array_interface__) # No copy ^^^^^ ``` - `test_from_cuda_array_interface_active_device` fails at the equivalent assert, but would otherwise fail at a following assert when an expected RuntimeError is _not_ raised: ``` def test_from_cuda_array_interface_active_device(self): """torch.as_tensor() tensor device must match active numba context.""" # Both torch/numba default to device 0 and can interop freely numba_ary = numba.cuda.to_device(numpy.arange(6)) torch_ary = torch.as_tensor(numba_ary, device="cuda") self.assertEqual(torch_ary.cpu().data.numpy(), numpy.asarray(numba_ary)) self.assertEqual(torch_ary.__cuda_array_interface__, numba_ary.__cuda_array_interface__) ^^^^^ # Torch should raise `RuntimeError` when the Numba and Torch device differ numba_ary = numba.cuda.to_device(numpy.arange(6)) with self.assertRaises(RuntimeError): torch.as_tensor(numba_ary, device=torch.device("cuda", 1)) ^^^^^ ``` One of these failures in `test_from_cuda_array_interface_active_device` is mentioned in https://github.com/pytorch/pytorch/issues/21269, but that PR goes on to fix a different test failure also mentioned there. These tests were added by commit 5d8879cf6d9 as part of https://github.com/pytorch/pytorch/pull/20584 The commit comment describes the behavior that the tests are expecting: > #### Zero-copy > When using `touch.as_tensor(...,device=D)` where `D` is the same device as the one used in `__cuda_array_interface__`. > > #### Implicit copy > When using `touch.as_tensor(...,device=D)` where `D` is the CPU or another non-CUDA device. > ... > #### Exception > When using `touch.as_tensor(...,device=D)` where `D` is a CUDA device not used in `__cuda_array_interface__`. > > #### Lifetime > `torch.as_tensor(obj)` tensor grabs a reference to `obj` so that the lifetime of `obj` exceeds the tensor > Pull Request resolved: https://github.com/pytorch/pytorch/pull/20584 But PyTorch seems to actually always be copying (and copying works even between different GPUs), so all these assertions are unfulfilled. I'm not sure whether the test or the underlying code is at fault here. The original commit claims that the CUDA device "used in" `__cuda_array_interface__` should figure into the behavior, but `__cuda_array_interface__` doesn't carry (at least not directly / explicitly) the device refernce. I'm not sure where that distinction would be made. ## System Info - PyTorch or Caffe2: PyTorch 1.2.0 - How you installed PyTorch (conda, pip, source): `conda install pytorch torchvision cudatoolkit=10.0 -c pytorch` and built from source - Build command you used (if compiling from source): ``` >>> pprint.pprint(torch.__config__.show()) ('PyTorch built with:\n' ' - GCC 7.2\n' ' - OpenMP 201511 (a.k.a. OpenMP 4.5)\n' ' - CUDA Runtime 10.1\n' ' - NVCC architecture flags: ' '-gencode;arch=compute_37,code=sm_37;-gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_70,code=sm_70;-gencode;arch=compute_75,code=sm_75\n' ' - CuDNN 7.6.2\n' ' - Magma 2.5.1\n' ' - Build settings: BLAS=OpenBLAS, BUILD_NAMEDTENSOR=OFF, ' 'BUILD_TYPE=Release, CXX_FLAGS=-fvisibility-inlines-hidden -fmessage-length=0 ' '-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong ' '-fno-plt -O2 -pipe ' '-I/opt/anaconda3/conda-bld/pytorch-base_1566336264431/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/include ' '-fdebug-prefix-map=${SRC_DIR}=/usr/local/src/conda/${PKG_NAME}-${PKG_VERSION} ' '-fdebug-prefix-map=${PREFIX}=/usr/local/src/conda-prefix -Wno-deprecated ' '-fvisibility-inlines-hidden -fopenmp -DUSE_QNNPACK -O2 -fPIC -Wno-narrowing ' '-Wall -Wextra -Wno-missing-field-initializers -Wno-type-limits ' '-Wno-array-bounds -Wno-unknown-pragmas -Wno-sign-compare ' '-Wno-unused-parameter -Wno-unused-variable -Wno-unused-function ' '-Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing ' '-Wno-error=deprecated-declarations -Wno-stringop-overflow ' '-Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast ' '-fdiagnostics-color=always -faligned-new -Wno-unused-but-set-variable ' '-Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math ' '-Wno-stringop-overflow, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, ' 'PERF_WITH_AVX512=1, USE_CUDA=True, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, ' 'USE_GLOG=OFF, USE_MKLDNN=OFF, USE_MPI=ON, USE_NCCL=ON, USE_NNPACK=0, ' 'USE_OPENMP=1, USE_TRT=1, \n') ``` - OS: RHEL 7.6, on both x86 and ppc64le - PyTorch version: 1.2.0 - Python version: Python 3.6.9 :: Anaconda, Inc. - CUDA/cuDNN version: 10.1 / 7.6.2 - GPU models and configuration: P100 and V100 - GCC version (if compiling from source): 7.2 and 7.3 - CMake version: 3.9.4 - Versions of any other relevant libraries:
1.0
test failures in test_numba_integration - ## Issue description With PyTorch 1.2.0 I'm seeing a couple of the test_numba_integration tests fail: - `test_from_cuda_array_interface_lifetime` fails at the first assert: ``` def test_from_cuda_array_interface_lifetime(self): """torch.as_tensor(obj) tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor""" numba_ary = numba.cuda.to_device(numpy.arange(6)) torch_ary = torch.as_tensor(numba_ary, device="cuda") self.assertEqual(torch_ary.__cuda_array_interface__, numba_ary.__cuda_array_interface__) # No copy ^^^^^ ``` - `test_from_cuda_array_interface_active_device` fails at the equivalent assert, but would otherwise fail at a following assert when an expected RuntimeError is _not_ raised: ``` def test_from_cuda_array_interface_active_device(self): """torch.as_tensor() tensor device must match active numba context.""" # Both torch/numba default to device 0 and can interop freely numba_ary = numba.cuda.to_device(numpy.arange(6)) torch_ary = torch.as_tensor(numba_ary, device="cuda") self.assertEqual(torch_ary.cpu().data.numpy(), numpy.asarray(numba_ary)) self.assertEqual(torch_ary.__cuda_array_interface__, numba_ary.__cuda_array_interface__) ^^^^^ # Torch should raise `RuntimeError` when the Numba and Torch device differ numba_ary = numba.cuda.to_device(numpy.arange(6)) with self.assertRaises(RuntimeError): torch.as_tensor(numba_ary, device=torch.device("cuda", 1)) ^^^^^ ``` One of these failures in `test_from_cuda_array_interface_active_device` is mentioned in https://github.com/pytorch/pytorch/issues/21269, but that PR goes on to fix a different test failure also mentioned there. These tests were added by commit 5d8879cf6d9 as part of https://github.com/pytorch/pytorch/pull/20584 The commit comment describes the behavior that the tests are expecting: > #### Zero-copy > When using `touch.as_tensor(...,device=D)` where `D` is the same device as the one used in `__cuda_array_interface__`. > > #### Implicit copy > When using `touch.as_tensor(...,device=D)` where `D` is the CPU or another non-CUDA device. > ... > #### Exception > When using `touch.as_tensor(...,device=D)` where `D` is a CUDA device not used in `__cuda_array_interface__`. > > #### Lifetime > `torch.as_tensor(obj)` tensor grabs a reference to `obj` so that the lifetime of `obj` exceeds the tensor > Pull Request resolved: https://github.com/pytorch/pytorch/pull/20584 But PyTorch seems to actually always be copying (and copying works even between different GPUs), so all these assertions are unfulfilled. I'm not sure whether the test or the underlying code is at fault here. The original commit claims that the CUDA device "used in" `__cuda_array_interface__` should figure into the behavior, but `__cuda_array_interface__` doesn't carry (at least not directly / explicitly) the device refernce. I'm not sure where that distinction would be made. ## System Info - PyTorch or Caffe2: PyTorch 1.2.0 - How you installed PyTorch (conda, pip, source): `conda install pytorch torchvision cudatoolkit=10.0 -c pytorch` and built from source - Build command you used (if compiling from source): ``` >>> pprint.pprint(torch.__config__.show()) ('PyTorch built with:\n' ' - GCC 7.2\n' ' - OpenMP 201511 (a.k.a. OpenMP 4.5)\n' ' - CUDA Runtime 10.1\n' ' - NVCC architecture flags: ' '-gencode;arch=compute_37,code=sm_37;-gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_70,code=sm_70;-gencode;arch=compute_75,code=sm_75\n' ' - CuDNN 7.6.2\n' ' - Magma 2.5.1\n' ' - Build settings: BLAS=OpenBLAS, BUILD_NAMEDTENSOR=OFF, ' 'BUILD_TYPE=Release, CXX_FLAGS=-fvisibility-inlines-hidden -fmessage-length=0 ' '-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong ' '-fno-plt -O2 -pipe ' '-I/opt/anaconda3/conda-bld/pytorch-base_1566336264431/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/include ' '-fdebug-prefix-map=${SRC_DIR}=/usr/local/src/conda/${PKG_NAME}-${PKG_VERSION} ' '-fdebug-prefix-map=${PREFIX}=/usr/local/src/conda-prefix -Wno-deprecated ' '-fvisibility-inlines-hidden -fopenmp -DUSE_QNNPACK -O2 -fPIC -Wno-narrowing ' '-Wall -Wextra -Wno-missing-field-initializers -Wno-type-limits ' '-Wno-array-bounds -Wno-unknown-pragmas -Wno-sign-compare ' '-Wno-unused-parameter -Wno-unused-variable -Wno-unused-function ' '-Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing ' '-Wno-error=deprecated-declarations -Wno-stringop-overflow ' '-Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast ' '-fdiagnostics-color=always -faligned-new -Wno-unused-but-set-variable ' '-Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math ' '-Wno-stringop-overflow, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, ' 'PERF_WITH_AVX512=1, USE_CUDA=True, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, ' 'USE_GLOG=OFF, USE_MKLDNN=OFF, USE_MPI=ON, USE_NCCL=ON, USE_NNPACK=0, ' 'USE_OPENMP=1, USE_TRT=1, \n') ``` - OS: RHEL 7.6, on both x86 and ppc64le - PyTorch version: 1.2.0 - Python version: Python 3.6.9 :: Anaconda, Inc. - CUDA/cuDNN version: 10.1 / 7.6.2 - GPU models and configuration: P100 and V100 - GCC version (if compiling from source): 7.2 and 7.3 - CMake version: 3.9.4 - Versions of any other relevant libraries:
test
test failures in test numba integration issue description with pytorch i m seeing a couple of the test numba integration tests fail test from cuda array interface lifetime fails at the first assert def test from cuda array interface lifetime self torch as tensor obj tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor numba ary numba cuda to device numpy arange torch ary torch as tensor numba ary device cuda self assertequal torch ary cuda array interface numba ary cuda array interface no copy test from cuda array interface active device fails at the equivalent assert but would otherwise fail at a following assert when an expected runtimeerror is not raised def test from cuda array interface active device self torch as tensor tensor device must match active numba context both torch numba default to device and can interop freely numba ary numba cuda to device numpy arange torch ary torch as tensor numba ary device cuda self assertequal torch ary cpu data numpy numpy asarray numba ary self assertequal torch ary cuda array interface numba ary cuda array interface torch should raise runtimeerror when the numba and torch device differ numba ary numba cuda to device numpy arange with self assertraises runtimeerror torch as tensor numba ary device torch device cuda one of these failures in test from cuda array interface active device is mentioned in but that pr goes on to fix a different test failure also mentioned there these tests were added by commit as part of the commit comment describes the behavior that the tests are expecting zero copy when using touch as tensor device d where d is the same device as the one used in cuda array interface implicit copy when using touch as tensor device d where d is the cpu or another non cuda device exception when using touch as tensor device d where d is a cuda device not used in cuda array interface lifetime torch as tensor obj tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor pull request resolved but pytorch seems to actually always be copying and copying works even between different gpus so all these assertions are unfulfilled i m not sure whether the test or the underlying code is at fault here the original commit claims that the cuda device used in cuda array interface should figure into the behavior but cuda array interface doesn t carry at least not directly explicitly the device refernce i m not sure where that distinction would be made system info pytorch or pytorch how you installed pytorch conda pip source conda install pytorch torchvision cudatoolkit c pytorch and built from source build command you used if compiling from source pprint pprint torch config show pytorch built with n gcc n openmp a k a openmp n cuda runtime n nvcc architecture flags gencode arch compute code sm gencode arch compute code sm gencode arch compute code sm gencode arch compute code sm n cudnn n magma n build settings blas openblas build namedtensor off build type release cxx flags fvisibility inlines hidden fmessage length march nocona mtune haswell ftree vectorize fpic fstack protector strong fno plt pipe i opt conda bld pytorch base h env placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placehold placeh include fdebug prefix map src dir usr local src conda pkg name pkg version fdebug prefix map prefix usr local src conda prefix wno deprecated fvisibility inlines hidden fopenmp duse qnnpack fpic wno narrowing wall wextra wno missing field initializers wno type limits wno array bounds wno unknown pragmas wno sign compare wno unused parameter wno unused variable wno unused function wno unused result wno strict overflow wno strict aliasing wno error deprecated declarations wno stringop overflow wno error pedantic wno error redundant decls wno error old style cast fdiagnostics color always faligned new wno unused but set variable wno maybe uninitialized fno math errno fno trapping math wno stringop overflow perf with avx perf with perf with use cuda true use exception ptr use gflags off use glog off use mkldnn off use mpi on use nccl on use nnpack use openmp use trt n os rhel on both and pytorch version python version python anaconda inc cuda cudnn version gpu models and configuration and gcc version if compiling from source and cmake version versions of any other relevant libraries
1
27,495
5,355,953,331
IssuesEvent
2017-02-20 14:27:07
ant-design/ant-design
https://api.github.com/repos/ant-design/ant-design
closed
Use es6 class style in demo code
Documentation PR welcome
2.7.1 版 Ant Design 文档:https://ant.design/docs/react/introduce-cn 文档的示例代码,针对React有状态组件分别使用了两种不同的定义组件的方式。 在大多数情况下 ,比如Modal的示例代码,采用了 ``` const App = React.createClass({}) ``` 上面那样的写法。 而在steps,slider 等组件的示例代码中,又出现了 ``` class Demo extends React.Component {} ``` 这样的写法 我不知道出现这两种定义组件的方式的用意何在? 我当然知道这样一个庞大的项目,文档绝对不可能是一个人写成的,但还是希望能够统一一下定义组件的方式。看React的官方文档,目前官方应该是推荐使用第二种定义组件的方式的。
1.0
Use es6 class style in demo code - 2.7.1 版 Ant Design 文档:https://ant.design/docs/react/introduce-cn 文档的示例代码,针对React有状态组件分别使用了两种不同的定义组件的方式。 在大多数情况下 ,比如Modal的示例代码,采用了 ``` const App = React.createClass({}) ``` 上面那样的写法。 而在steps,slider 等组件的示例代码中,又出现了 ``` class Demo extends React.Component {} ``` 这样的写法 我不知道出现这两种定义组件的方式的用意何在? 我当然知道这样一个庞大的项目,文档绝对不可能是一个人写成的,但还是希望能够统一一下定义组件的方式。看React的官方文档,目前官方应该是推荐使用第二种定义组件的方式的。
non_test
use class style in demo code 版 ant design 文档: 文档的示例代码,针对react有状态组件分别使用了两种不同的定义组件的方式。 在大多数情况下 ,比如modal的示例代码,采用了 const app react createclass 上面那样的写法。 而在steps,slider 等组件的示例代码中,又出现了 class demo extends react component 这样的写法 我不知道出现这两种定义组件的方式的用意何在? 我当然知道这样一个庞大的项目,文档绝对不可能是一个人写成的,但还是希望能够统一一下定义组件的方式。看react的官方文档,目前官方应该是推荐使用第二种定义组件的方式的。
0
580,463
17,258,927,415
IssuesEvent
2021-07-22 03:02:00
TerriaJS/terriajs
https://api.github.com/repos/TerriaJS/terriajs
closed
Terria v7 - v8: MapboxStyleCatalogItem support and MapboxMapCatalogueItem support
High priority V8-release
Re-add support in v8 for MapboxStyleCatalogItem Add support in v8 for MapboxMapCatalogItem
1.0
Terria v7 - v8: MapboxStyleCatalogItem support and MapboxMapCatalogueItem support - Re-add support in v8 for MapboxStyleCatalogItem Add support in v8 for MapboxMapCatalogItem
non_test
terria mapboxstylecatalogitem support and mapboxmapcatalogueitem support re add support in for mapboxstylecatalogitem add support in for mapboxmapcatalogitem
0
255,982
21,995,754,323
IssuesEvent
2022-05-26 06:05:03
mozilla-mobile/fenix
https://api.github.com/repos/mozilla-mobile/fenix
opened
Intermittent UI test failure - < SettingsPrivacyTest. settingsPrivacyItemsTest >
eng:intermittent-test eng:ui-test
### Firebase Test Run: [Firebase link](https://console.firebase.google.com/u/0/project/moz-fenix/testlab/histories/bh.66b7091e15d53d45/matrices/8342804211871091387/executions/bs.d800c800334d67bb/testcases/1/test-cases) ### Stacktrace: java.lang.NullPointerException: Attempt to invoke virtual method 'void androidx.test.uiautomator.UiObject2.click()' on a null object reference at org.mozilla.fenix.ui.robots.SettingsRobot$Transition.openSettingsSubMenuDeleteBrowsingDataOnQuit(SettingsRobot.kt:271) at org.mozilla.fenix.ui.SettingsPrivacyTest.settingsPrivacyItemsTest(SettingsPrivacyTest.kt:166) ### Build: 5/25 Main
2.0
Intermittent UI test failure - < SettingsPrivacyTest. settingsPrivacyItemsTest > - ### Firebase Test Run: [Firebase link](https://console.firebase.google.com/u/0/project/moz-fenix/testlab/histories/bh.66b7091e15d53d45/matrices/8342804211871091387/executions/bs.d800c800334d67bb/testcases/1/test-cases) ### Stacktrace: java.lang.NullPointerException: Attempt to invoke virtual method 'void androidx.test.uiautomator.UiObject2.click()' on a null object reference at org.mozilla.fenix.ui.robots.SettingsRobot$Transition.openSettingsSubMenuDeleteBrowsingDataOnQuit(SettingsRobot.kt:271) at org.mozilla.fenix.ui.SettingsPrivacyTest.settingsPrivacyItemsTest(SettingsPrivacyTest.kt:166) ### Build: 5/25 Main
test
intermittent ui test failure firebase test run stacktrace java lang nullpointerexception attempt to invoke virtual method void androidx test uiautomator click on a null object reference at org mozilla fenix ui robots settingsrobot transition opensettingssubmenudeletebrowsingdataonquit settingsrobot kt at org mozilla fenix ui settingsprivacytest settingsprivacyitemstest settingsprivacytest kt build main
1