Unnamed: 0
int64
1
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
7
112
repo_url
stringlengths
36
141
action
stringclasses
3 values
title
stringlengths
3
438
labels
stringlengths
4
308
body
stringlengths
7
254k
index
stringclasses
7 values
text_combine
stringlengths
96
254k
label
stringclasses
2 values
text
stringlengths
96
246k
binary_label
int64
0
1
821
4,442,718,688
IssuesEvent
2016-08-19 14:25:15
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
mount should not require fstype/src for state=unmounted
bug_report waiting_on_maintainer
Issue: Bug report Ansible version: devel Ansible configuration: NA Environment: NA Summary: The ``mount`` module requires that ``src`` and ``fstype`` always be specified, even when this information is not needed, as is the case with ``state=unmounted``. Steps to reproduce: - mount: name=/some/mount/path state=unmounted Expected results: Works Actual results: Doesn't
True
mount should not require fstype/src for state=unmounted - Issue: Bug report Ansible version: devel Ansible configuration: NA Environment: NA Summary: The ``mount`` module requires that ``src`` and ``fstype`` always be specified, even when this information is not needed, as is the case with ``state=unmounted``. Steps to reproduce: - mount: name=/some/mount/path state=unmounted Expected results: Works Actual results: Doesn't
main
mount should not require fstype src for state unmounted issue bug report ansible version devel ansible configuration na environment na summary the mount module requires that src and fstype always be specified even when this information is not needed as is the case with state unmounted steps to reproduce mount name some mount path state unmounted expected results works actual results doesn t
1
1,183
5,097,755,331
IssuesEvent
2017-01-03 22:32:49
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
vmware_guest does not create multiple disks on clone
affects_2.2 bug_report cloud vmware waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME vmware_guest.py ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` 2.2 ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/removed in ansible.cfg (or using the ANSIBLE_* environment variables). --> ##### OS / ENVIRONMENT <!--- Mention the OS you are running Ansible from, and the OS you are managing, or say “N/A” for anything that is not platform-specific. --> ##### SUMMARY <!--- Explain the problem briefly --> ##### STEPS TO REPRODUCE Define a clone task with the destination guest having >1 disk defined. ##### EXPECTED RESULTS <!--- What did you expect to happen when running the steps above? --> > 1 disks on the new guest ##### ACTUAL RESULTS only 1 disk on the new guest
True
vmware_guest does not create multiple disks on clone - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME vmware_guest.py ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` 2.2 ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/removed in ansible.cfg (or using the ANSIBLE_* environment variables). --> ##### OS / ENVIRONMENT <!--- Mention the OS you are running Ansible from, and the OS you are managing, or say “N/A” for anything that is not platform-specific. --> ##### SUMMARY <!--- Explain the problem briefly --> ##### STEPS TO REPRODUCE Define a clone task with the destination guest having >1 disk defined. ##### EXPECTED RESULTS <!--- What did you expect to happen when running the steps above? --> > 1 disks on the new guest ##### ACTUAL RESULTS only 1 disk on the new guest
main
vmware guest does not create multiple disks on clone issue type bug report component name vmware guest py ansible version configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment variables os environment mention the os you are running ansible from and the os you are managing or say “n a” for anything that is not platform specific summary steps to reproduce define a clone task with the destination guest having disk defined expected results disks on the new guest actual results only disk on the new guest
1
1,586
6,572,360,079
IssuesEvent
2017-09-11 01:42:22
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
datadog_event module does not correctly set host for event
affects_2.1 bug_report waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME datadog_event ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.1.1.0 ``` ##### SUMMARY The `datadog_event` module does not allow correctly setting the host to be associated with events. The hostname should be passed to Datadog using the 'host' parameter in their API. The documentation for this module shows setting a tag called 'host', which does not achieve the same thing. ##### STEPS TO REPRODUCE Use the `datadog_event` module to submit an event to Datadog indicating that an Ansible run has completed, for example. As indicated in the documentation, set a host tag, e.g. `tags="host:example.com"` In Datadog, verify that the event appears in the event stream. And shows the host tag that was set. Now search for `host:example.com`. The event just submitted does not appear, because it doesn't match the search (!). This is certainly an confusing quirk in the Datadog interface, but their support team insist that the correct way to submit a host tag is using the 'host' parameter in their API, which this Ansible module does not currently support. ##### EXPECTED RESULTS I would expect the submitted Datadog event to be correctly associated with the host. The problem is a combination of two things - primarily this module's lack of support for setting the 'host' parameter in the call to Datadog's API. The second is the misleading documentation, which shows setting a 'host' tag using the 'tags' parameter. And this probably came about because the Datadog documentation for this API method does not demonstrate use of the 'host' parameter in the example code.
True
datadog_event module does not correctly set host for event - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME datadog_event ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.1.1.0 ``` ##### SUMMARY The `datadog_event` module does not allow correctly setting the host to be associated with events. The hostname should be passed to Datadog using the 'host' parameter in their API. The documentation for this module shows setting a tag called 'host', which does not achieve the same thing. ##### STEPS TO REPRODUCE Use the `datadog_event` module to submit an event to Datadog indicating that an Ansible run has completed, for example. As indicated in the documentation, set a host tag, e.g. `tags="host:example.com"` In Datadog, verify that the event appears in the event stream. And shows the host tag that was set. Now search for `host:example.com`. The event just submitted does not appear, because it doesn't match the search (!). This is certainly an confusing quirk in the Datadog interface, but their support team insist that the correct way to submit a host tag is using the 'host' parameter in their API, which this Ansible module does not currently support. ##### EXPECTED RESULTS I would expect the submitted Datadog event to be correctly associated with the host. The problem is a combination of two things - primarily this module's lack of support for setting the 'host' parameter in the call to Datadog's API. The second is the misleading documentation, which shows setting a 'host' tag using the 'tags' parameter. And this probably came about because the Datadog documentation for this API method does not demonstrate use of the 'host' parameter in the example code.
main
datadog event module does not correctly set host for event issue type bug report component name datadog event ansible version ansible summary the datadog event module does not allow correctly setting the host to be associated with events the hostname should be passed to datadog using the host parameter in their api the documentation for this module shows setting a tag called host which does not achieve the same thing steps to reproduce use the datadog event module to submit an event to datadog indicating that an ansible run has completed for example as indicated in the documentation set a host tag e g tags host example com in datadog verify that the event appears in the event stream and shows the host tag that was set now search for host example com the event just submitted does not appear because it doesn t match the search this is certainly an confusing quirk in the datadog interface but their support team insist that the correct way to submit a host tag is using the host parameter in their api which this ansible module does not currently support expected results i would expect the submitted datadog event to be correctly associated with the host the problem is a combination of two things primarily this module s lack of support for setting the host parameter in the call to datadog s api the second is the misleading documentation which shows setting a host tag using the tags parameter and this probably came about because the datadog documentation for this api method does not demonstrate use of the host parameter in the example code
1
202,576
15,287,018,849
IssuesEvent
2021-02-23 15:19:33
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: replicate/rebalance/3to5 failed
C-test-failure O-roachtest O-robot branch-release-20.2 release-blocker
[(roachtest).replicate/rebalance/3to5 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2657161&tab=buildLog) on [release-20.2@8c79e2bc4b35d36c8527f4c40c974f03d9034f46](https://github.com/cockroachdb/cockroach/commits/8c79e2bc4b35d36c8527f4c40c974f03d9034f46): ``` The test failed on branch=release-20.2, cloud=gce: test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/replicate/rebalance/3to5/run_1 cluster.go:2212,allocator.go:49,allocator.go:86,test_runner.go:755: output in run_100414.555_n1_workload_init_kv: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2657161-1612856692-101-n5cpu4:1 -- ./workload init kv --drop returned: exit status 20 (1) attached stack trace -- stack trace: | main.(*cluster).RunE | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2290 | main.(*cluster).Run | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2210 | main.registerAllocator.func1 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/allocator.go:49 | main.registerAllocator.func3 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/allocator.go:86 | main.(*testRunner).runTest.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:755 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1374 Wraps: (2) output in run_100414.555_n1_workload_init_kv Wraps: (3) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2657161-1612856692-101-n5cpu4:1 -- ./workload init kv --drop returned | stderr: | ./workload: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./workload) | Error: COMMAND_PROBLEM: exit status 1 | (1) COMMAND_PROBLEM | Wraps: (2) Node 1. Command with error: | | ``` | | ./workload init kv --drop | | ``` | Wraps: (3) exit status 1 | Error types: (1) errors.Cmd (2) *hintdetail.withDetail (3) *exec.ExitError | | stdout: Wraps: (4) exit status 20 Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError ``` <details><summary>More</summary><p> Artifacts: [/replicate/rebalance/3to5](https://teamcity.cockroachdb.com/viewLog.html?buildId=2657161&tab=artifacts#/replicate/rebalance/3to5) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Areplicate%2Frebalance%2F3to5.%2A&sort=title&restgroup=false&display=lastcommented+project) <sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
2.0
roachtest: replicate/rebalance/3to5 failed - [(roachtest).replicate/rebalance/3to5 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2657161&tab=buildLog) on [release-20.2@8c79e2bc4b35d36c8527f4c40c974f03d9034f46](https://github.com/cockroachdb/cockroach/commits/8c79e2bc4b35d36c8527f4c40c974f03d9034f46): ``` The test failed on branch=release-20.2, cloud=gce: test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/replicate/rebalance/3to5/run_1 cluster.go:2212,allocator.go:49,allocator.go:86,test_runner.go:755: output in run_100414.555_n1_workload_init_kv: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2657161-1612856692-101-n5cpu4:1 -- ./workload init kv --drop returned: exit status 20 (1) attached stack trace -- stack trace: | main.(*cluster).RunE | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2290 | main.(*cluster).Run | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2210 | main.registerAllocator.func1 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/allocator.go:49 | main.registerAllocator.func3 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/allocator.go:86 | main.(*testRunner).runTest.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:755 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1374 Wraps: (2) output in run_100414.555_n1_workload_init_kv Wraps: (3) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2657161-1612856692-101-n5cpu4:1 -- ./workload init kv --drop returned | stderr: | ./workload: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./workload) | Error: COMMAND_PROBLEM: exit status 1 | (1) COMMAND_PROBLEM | Wraps: (2) Node 1. Command with error: | | ``` | | ./workload init kv --drop | | ``` | Wraps: (3) exit status 1 | Error types: (1) errors.Cmd (2) *hintdetail.withDetail (3) *exec.ExitError | | stdout: Wraps: (4) exit status 20 Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError ``` <details><summary>More</summary><p> Artifacts: [/replicate/rebalance/3to5](https://teamcity.cockroachdb.com/viewLog.html?buildId=2657161&tab=artifacts#/replicate/rebalance/3to5) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Areplicate%2Frebalance%2F3to5.%2A&sort=title&restgroup=false&display=lastcommented+project) <sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
non_main
roachtest replicate rebalance failed on the test failed on branch release cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts replicate rebalance run cluster go allocator go allocator go test runner go output in run workload init kv home agent work go src github com cockroachdb cockroach bin roachprod run teamcity workload init kv drop returned exit status attached stack trace stack trace main cluster rune home agent work go src github com cockroachdb cockroach pkg cmd roachtest cluster go main cluster run home agent work go src github com cockroachdb cockroach pkg cmd roachtest cluster go main registerallocator home agent work go src github com cockroachdb cockroach pkg cmd roachtest allocator go main registerallocator home agent work go src github com cockroachdb cockroach pkg cmd roachtest allocator go main testrunner runtest home agent work go src github com cockroachdb cockroach pkg cmd roachtest test runner go runtime goexit usr local go src runtime asm s wraps output in run workload init kv wraps home agent work go src github com cockroachdb cockroach bin roachprod run teamcity workload init kv drop returned stderr workload lib linux gnu libm so version glibc not found required by workload error command problem exit status command problem wraps node command with error workload init kv drop wraps exit status error types errors cmd hintdetail withdetail exec exiterror stdout wraps exit status error types withstack withstack errutil withprefix main withcommanddetails exec exiterror more artifacts powered by
0
256,788
19,458,080,710
IssuesEvent
2021-12-23 03:25:13
StonePanda/Qt-learning
https://api.github.com/repos/StonePanda/Qt-learning
closed
Qt Widgets vs Qt Quick
documentation
初次尝试使用的Qt for Python,但是后来想写C++了。 总的来说,Qt Widgets Application 是传统的c++,不适合移动端开发,它比较“老”。Qt Quick Application 是qt的QML和C++的结合 比较适合做界面类的东西,页面布局(UI)用的QML,但是内部的业务逻辑还是用QT语法,协同JavaScript,它比较新,可以用于移动端开发。 参考文献: [腾讯云社区-Qt Widgets vs Qt Quick ](https://cloud.tencent.com/developer/article/1360474) [华为云社区Qt Widgets Application 和 Qt Quick Application](https://www.huaweicloud.com/articles/8357164.html)
1.0
Qt Widgets vs Qt Quick - 初次尝试使用的Qt for Python,但是后来想写C++了。 总的来说,Qt Widgets Application 是传统的c++,不适合移动端开发,它比较“老”。Qt Quick Application 是qt的QML和C++的结合 比较适合做界面类的东西,页面布局(UI)用的QML,但是内部的业务逻辑还是用QT语法,协同JavaScript,它比较新,可以用于移动端开发。 参考文献: [腾讯云社区-Qt Widgets vs Qt Quick ](https://cloud.tencent.com/developer/article/1360474) [华为云社区Qt Widgets Application 和 Qt Quick Application](https://www.huaweicloud.com/articles/8357164.html)
non_main
qt widgets vs qt quick 初次尝试使用的qt for python,但是后来想写c 了。 总的来说,qt widgets application 是传统的c ,不适合移动端开发,它比较“老”。qt quick application 是qt的qml和c 的结合 比较适合做界面类的东西,页面布局(ui)用的qml,但是内部的业务逻辑还是用qt语法,协同javascript,它比较新,可以用于移动端开发。 参考文献:
0
4,511
23,462,312,099
IssuesEvent
2022-08-16 14:02:27
BioArchLinux/Packages
https://api.github.com/repos/BioArchLinux/Packages
opened
[MAINTAIN] R alias
maintain
- [ ] r-jaspdistributions - [ ] r-bayesplay - [ ] r-boomspikeslab - [ ] r-bspm - [ ] r-pak - [ ] r-openmx - [ ] r-jaspreliability - [ ] r-jaspprocesscontrol - [ ] r-metabma - [ ] r-auc - [ ] r-restfulsedata - [ ] r-gparotation - [ ] r-boom - [ ] r-lisreltor - [ ] r-daewr - [ ] r-bayestestr - [ ] r-jaspbase - [ ] r-xmlparsedata - [ ] r-shinystan - [ ] r-rstanarm - [ ] r-eigenmodel - [ ] r-msar - [ ] r-isingfit - [ ] r-jasptools - [ ] r-jaspnetwork - [ ] r-bain - [ ] r-sciplot - [ ] r-bibtex - [ ] r-weightr - [ ] r-conting - [ ] r-bayesrel - [ ] r-stanova - [ ] r-rockchalk - [ ] r-gbrd - [ ] r-jaspbain - [ ] r-networkcomparisontest - [ ] r-vcdextra - [ ] r-metamisc - [ ] r-jaspresults - [ ] r-cocor - [ ] r-bayesrules - [ ] r-sgt - [ ] r-jaspfrequencies - [ ] r-ggparty - [ ] r-cointreg - [ ] r-cnorm - [ ] r-partitions - [ ] r-gginnards - [ ] r-qgam - [ ] r-semplot - [ ] r-brobdingnag - [ ] r-elliptic - [ ] r-digittests - [ ] r-afex - [ ] r-isingsampler - [ ] r-jaspttests - [ ] r-metadynminer3d - [ ] r-jaspmachinelearning - [ ] r-bstats - [ ] r-frf2 - [ ] r-mgm - [ ] r-performance - [ ] r-rpdb - [ ] r-doe.base - [ ] r-ggpol - [ ] r-bootnet - [ ] r-ca - [ ] r-mle.tools - [ ] r-downlit - [ ] r-toster - [ ] r-rvg - [ ] r-jaspequivalencettests - [ ] r-abtest - [ ] r-smacof - [ ] r-effectsize - [ ] r-paper - [ ] r-jaspprophet - [ ] r-networktoolbox - [ ] r-lintr - [ ] r-ic.infer - [ ] r-rpf - [ ] r-desirability - [ ] r-jaspmetaanalysis - [ ] r-jaspcochrane - [ ] r-rcompanion - [ ] r-urlchecker - [ ] r-party - [ ] r-jaspbsts - [ ] r-hgu95av2cdf - [ ] r-lavaan - [ ] r-kutils - [ ] r-networktools - [ ] r-metadynminer - [ ] r-gmedian - [ ] r-dygraphs - [ ] r-cellmix - [ ] r-flexplot - [ ] r-bayesfm - [ ] r-matchit - [ ] r-prophet - [ ] r-rcsdp - [ ] r-candisc - [ ] r-runjags - [ ] r-jaspgraphs - [ ] r-restriktor - [ ] r-profvis - [ ] r-languageserver - [ ] r-bayestools - [ ] r-hypergeo - [ ] r-jaspfactor - [ ] r-sem - [ ] r-metaboanalystr - [ ] r-vdiffr - [ ] r-mi - [ ] r-jasplearnbayes - [ ] r-groupdata2 - [ ] r-jaspregression - [ ] r-rspc - [ ] r-corpus - [ ] r-rinside - [ ] r-qcc - [ ] r-atsa - [ ] r-modules - [ ] r-conf.design - [ ] r-httpgd - [ ] r-comprehenr - [ ] r-balcony - [ ] r-jaspvisualmodeling - [ ] r-bas - [ ] r-fsa - [ ] r-jfa - [ ] r-weibullness - [ ] r-jaspjags - [ ] r-snakecase - [ ] r-heplots - [ ] r-fadist - [ ] r-jaspcircular - [ ] r-robma - [ ] r-contfrac - [ ] r-onewaytests - [ ] r-tsa - [ ] r-bayesplot - [ ] r-jaspsem - [ ] r-bridgesampling - [ ] r-parameters - [ ] r-reffreeewas - [ ] r-cyclocomp - [ ] r-mdscore - [ ] r-neuralnet - [ ] r-qgraph - [ ] r-semtools - [ ] r-bsts - [ ] r-jaspmixedmodels - [ ] r-weights - [ ] r-collections - [ ] r-jaspsummarystatistics - [ ] r-jaspaudit - [ ] r-pbivnorm - [ ] r-bayesfactor - [ ] r-jaspanova - [ ] r-jmvcore - [ ] r-pkgdown - [ ] r-jaspdescriptives - [ ] r-hmeasure - [ ] r-kappalab - [ ] r-cssam - [ ] r-janitor - [ ] r-gnorm
True
[MAINTAIN] R alias - - [ ] r-jaspdistributions - [ ] r-bayesplay - [ ] r-boomspikeslab - [ ] r-bspm - [ ] r-pak - [ ] r-openmx - [ ] r-jaspreliability - [ ] r-jaspprocesscontrol - [ ] r-metabma - [ ] r-auc - [ ] r-restfulsedata - [ ] r-gparotation - [ ] r-boom - [ ] r-lisreltor - [ ] r-daewr - [ ] r-bayestestr - [ ] r-jaspbase - [ ] r-xmlparsedata - [ ] r-shinystan - [ ] r-rstanarm - [ ] r-eigenmodel - [ ] r-msar - [ ] r-isingfit - [ ] r-jasptools - [ ] r-jaspnetwork - [ ] r-bain - [ ] r-sciplot - [ ] r-bibtex - [ ] r-weightr - [ ] r-conting - [ ] r-bayesrel - [ ] r-stanova - [ ] r-rockchalk - [ ] r-gbrd - [ ] r-jaspbain - [ ] r-networkcomparisontest - [ ] r-vcdextra - [ ] r-metamisc - [ ] r-jaspresults - [ ] r-cocor - [ ] r-bayesrules - [ ] r-sgt - [ ] r-jaspfrequencies - [ ] r-ggparty - [ ] r-cointreg - [ ] r-cnorm - [ ] r-partitions - [ ] r-gginnards - [ ] r-qgam - [ ] r-semplot - [ ] r-brobdingnag - [ ] r-elliptic - [ ] r-digittests - [ ] r-afex - [ ] r-isingsampler - [ ] r-jaspttests - [ ] r-metadynminer3d - [ ] r-jaspmachinelearning - [ ] r-bstats - [ ] r-frf2 - [ ] r-mgm - [ ] r-performance - [ ] r-rpdb - [ ] r-doe.base - [ ] r-ggpol - [ ] r-bootnet - [ ] r-ca - [ ] r-mle.tools - [ ] r-downlit - [ ] r-toster - [ ] r-rvg - [ ] r-jaspequivalencettests - [ ] r-abtest - [ ] r-smacof - [ ] r-effectsize - [ ] r-paper - [ ] r-jaspprophet - [ ] r-networktoolbox - [ ] r-lintr - [ ] r-ic.infer - [ ] r-rpf - [ ] r-desirability - [ ] r-jaspmetaanalysis - [ ] r-jaspcochrane - [ ] r-rcompanion - [ ] r-urlchecker - [ ] r-party - [ ] r-jaspbsts - [ ] r-hgu95av2cdf - [ ] r-lavaan - [ ] r-kutils - [ ] r-networktools - [ ] r-metadynminer - [ ] r-gmedian - [ ] r-dygraphs - [ ] r-cellmix - [ ] r-flexplot - [ ] r-bayesfm - [ ] r-matchit - [ ] r-prophet - [ ] r-rcsdp - [ ] r-candisc - [ ] r-runjags - [ ] r-jaspgraphs - [ ] r-restriktor - [ ] r-profvis - [ ] r-languageserver - [ ] r-bayestools - [ ] r-hypergeo - [ ] r-jaspfactor - [ ] r-sem - [ ] r-metaboanalystr - [ ] r-vdiffr - [ ] r-mi - [ ] r-jasplearnbayes - [ ] r-groupdata2 - [ ] r-jaspregression - [ ] r-rspc - [ ] r-corpus - [ ] r-rinside - [ ] r-qcc - [ ] r-atsa - [ ] r-modules - [ ] r-conf.design - [ ] r-httpgd - [ ] r-comprehenr - [ ] r-balcony - [ ] r-jaspvisualmodeling - [ ] r-bas - [ ] r-fsa - [ ] r-jfa - [ ] r-weibullness - [ ] r-jaspjags - [ ] r-snakecase - [ ] r-heplots - [ ] r-fadist - [ ] r-jaspcircular - [ ] r-robma - [ ] r-contfrac - [ ] r-onewaytests - [ ] r-tsa - [ ] r-bayesplot - [ ] r-jaspsem - [ ] r-bridgesampling - [ ] r-parameters - [ ] r-reffreeewas - [ ] r-cyclocomp - [ ] r-mdscore - [ ] r-neuralnet - [ ] r-qgraph - [ ] r-semtools - [ ] r-bsts - [ ] r-jaspmixedmodels - [ ] r-weights - [ ] r-collections - [ ] r-jaspsummarystatistics - [ ] r-jaspaudit - [ ] r-pbivnorm - [ ] r-bayesfactor - [ ] r-jaspanova - [ ] r-jmvcore - [ ] r-pkgdown - [ ] r-jaspdescriptives - [ ] r-hmeasure - [ ] r-kappalab - [ ] r-cssam - [ ] r-janitor - [ ] r-gnorm
main
r alias r jaspdistributions r bayesplay r boomspikeslab r bspm r pak r openmx r jaspreliability r jaspprocesscontrol r metabma r auc r restfulsedata r gparotation r boom r lisreltor r daewr r bayestestr r jaspbase r xmlparsedata r shinystan r rstanarm r eigenmodel r msar r isingfit r jasptools r jaspnetwork r bain r sciplot r bibtex r weightr r conting r bayesrel r stanova r rockchalk r gbrd r jaspbain r networkcomparisontest r vcdextra r metamisc r jaspresults r cocor r bayesrules r sgt r jaspfrequencies r ggparty r cointreg r cnorm r partitions r gginnards r qgam r semplot r brobdingnag r elliptic r digittests r afex r isingsampler r jaspttests r r jaspmachinelearning r bstats r r mgm r performance r rpdb r doe base r ggpol r bootnet r ca r mle tools r downlit r toster r rvg r jaspequivalencettests r abtest r smacof r effectsize r paper r jaspprophet r networktoolbox r lintr r ic infer r rpf r desirability r jaspmetaanalysis r jaspcochrane r rcompanion r urlchecker r party r jaspbsts r r lavaan r kutils r networktools r metadynminer r gmedian r dygraphs r cellmix r flexplot r bayesfm r matchit r prophet r rcsdp r candisc r runjags r jaspgraphs r restriktor r profvis r languageserver r bayestools r hypergeo r jaspfactor r sem r metaboanalystr r vdiffr r mi r jasplearnbayes r r jaspregression r rspc r corpus r rinside r qcc r atsa r modules r conf design r httpgd r comprehenr r balcony r jaspvisualmodeling r bas r fsa r jfa r weibullness r jaspjags r snakecase r heplots r fadist r jaspcircular r robma r contfrac r onewaytests r tsa r bayesplot r jaspsem r bridgesampling r parameters r reffreeewas r cyclocomp r mdscore r neuralnet r qgraph r semtools r bsts r jaspmixedmodels r weights r collections r jaspsummarystatistics r jaspaudit r pbivnorm r bayesfactor r jaspanova r jmvcore r pkgdown r jaspdescriptives r hmeasure r kappalab r cssam r janitor r gnorm
1
2,558
8,700,590,095
IssuesEvent
2018-12-05 09:11:47
dgets/lasttime
https://api.github.com/repos/dgets/lasttime
opened
Add header information to the database
enhancement maintainability
Header information, much like the navbar info in issue #28, needs to be added to the database, so that changes in this data can be made easily, without having to change every instance of the static HTML in every one of the views.
True
Add header information to the database - Header information, much like the navbar info in issue #28, needs to be added to the database, so that changes in this data can be made easily, without having to change every instance of the static HTML in every one of the views.
main
add header information to the database header information much like the navbar info in issue needs to be added to the database so that changes in this data can be made easily without having to change every instance of the static html in every one of the views
1
1,054
4,864,099,234
IssuesEvent
2016-11-14 17:04:13
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
ec_asg does not support creation of ASGs that specify a placement group
affects_2.1 aws bug_report cloud waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ec2_asg ##### ANSIBLE VERSION ``` ansible 2.1.0.0 ``` ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY ec_asg does not support creation of ASGs that specify a placement group, even though Boto does support it. ##### STEPS TO REPRODUCE ``` ec2_asg: ... placement_group: some_placement_group ``` ##### EXPECTED RESULTS Creation of ASG with specified placement group. ##### ACTUAL RESULTS ``` fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "unsupported parameter for module: placement_group"} ```
True
ec_asg does not support creation of ASGs that specify a placement group - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ec2_asg ##### ANSIBLE VERSION ``` ansible 2.1.0.0 ``` ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY ec_asg does not support creation of ASGs that specify a placement group, even though Boto does support it. ##### STEPS TO REPRODUCE ``` ec2_asg: ... placement_group: some_placement_group ``` ##### EXPECTED RESULTS Creation of ASG with specified placement group. ##### ACTUAL RESULTS ``` fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "unsupported parameter for module: placement_group"} ```
main
ec asg does not support creation of asgs that specify a placement group issue type bug report component name asg ansible version ansible configuration os environment summary ec asg does not support creation of asgs that specify a placement group even though boto does support it steps to reproduce asg placement group some placement group expected results creation of asg with specified placement group actual results fatal failed changed false failed true msg unsupported parameter for module placement group
1
3,035
11,258,952,674
IssuesEvent
2020-01-13 06:50:45
microsoft/DirectXMesh
https://api.github.com/repos/microsoft/DirectXMesh
closed
Retire support for VS 2015
maintainence
In 2020, I plan to retire support for VS 2015. The following projects will be removed, and the NuGet ``directxmesh_desktop_2015`` package will be deprecated in favor of one built with VS 2017 and/or VS 2019: DirectXMesh_Desktop_2015 DirectXMesh_Desktop_2015_Win10 DirectXMesh_Windows10_2015 DirectXMesh_XboxOneXDK_2015 Meshconvert_Desktop_2015 Please put any requests for continued support for one or more of these here.
True
Retire support for VS 2015 - In 2020, I plan to retire support for VS 2015. The following projects will be removed, and the NuGet ``directxmesh_desktop_2015`` package will be deprecated in favor of one built with VS 2017 and/or VS 2019: DirectXMesh_Desktop_2015 DirectXMesh_Desktop_2015_Win10 DirectXMesh_Windows10_2015 DirectXMesh_XboxOneXDK_2015 Meshconvert_Desktop_2015 Please put any requests for continued support for one or more of these here.
main
retire support for vs in i plan to retire support for vs the following projects will be removed and the nuget directxmesh desktop package will be deprecated in favor of one built with vs and or vs directxmesh desktop directxmesh desktop directxmesh directxmesh xboxonexdk meshconvert desktop please put any requests for continued support for one or more of these here
1
3,837
16,720,196,800
IssuesEvent
2021-06-10 06:09:09
OpenRefine/OpenRefine
https://api.github.com/repos/OpenRefine/OpenRefine
closed
Replace jdatapath dependency with Java 8 user home directory finding
enhancement maintainability packaging
We currently use an obscure dependency, `jdatapath`, to find the user's home directory on Windows. Since Java 8 was taught how to do that correctly itself, we should switch to that and drop the dependency. `System.getProperty("user.home")` or `org.apache.commons.lang3.SystemUtils.getUserHome()` https://stackoverflow.com/questions/585534/what-is-the-best-way-to-find-the-users-home-directory-in-java
True
Replace jdatapath dependency with Java 8 user home directory finding - We currently use an obscure dependency, `jdatapath`, to find the user's home directory on Windows. Since Java 8 was taught how to do that correctly itself, we should switch to that and drop the dependency. `System.getProperty("user.home")` or `org.apache.commons.lang3.SystemUtils.getUserHome()` https://stackoverflow.com/questions/585534/what-is-the-best-way-to-find-the-users-home-directory-in-java
main
replace jdatapath dependency with java user home directory finding we currently use an obscure dependency jdatapath to find the user s home directory on windows since java was taught how to do that correctly itself we should switch to that and drop the dependency system getproperty user home or org apache commons systemutils getuserhome
1
3,439
13,211,540,176
IssuesEvent
2020-08-15 23:59:10
ansible/ansible
https://api.github.com/repos/ansible/ansible
closed
lldpd module in Ansible 2.8.3 barfs when used with lldpd version 1.0.4
affects_2.8 bot_closed bug collection collection:community.general module needs_collection_redirect needs_maintainer needs_triage net_tools python3 support:community traceback
<!--- Verify first that your issue is not already reported on GitHub --> <!--- Also test if the latest release and devel branch are affected too --> <!--- Complete *all* sections as described, this form is processed automatically --> ##### SUMMARY <!--- Explain the problem briefly below --> If you're using VLAN subinterfaces on a Linux box (such as eth1.2, eth1.10 etc.), and run lldpd on that box, it now returns additional lldpd entries of the form 'lldp.swp5.vlan.vlan-id=4', and this causes the lldpd module to barf. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME <!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure --> lldpd ##### ANSIBLE VERSION <!--- Paste verbatim output from "ansible --version" between quotes --> ```paste below ansible --version ansible 2.8.3 config file = /home/dinesh/work/cloud-native-data-center-networking/topologies/dual-attach/evpn/ansible.cfg configured module search path = ['/home/dinesh/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3/dist-packages/ansible executable location = /usr/bin/ansible python version = 3.7.5 (default, Nov 20 2019, 09:21:52) [GCC 9.2.1 20191008] ``` ##### CONFIGURATION <!--- Paste verbatim output from "ansible-config dump --only-changed" between quotes --> ```paste below DEFAULT_HOST_LIST(/home/dinesh/work/cloud-native-data-center-networking/topologies/dual-attach/evpn/ansible.cfg) = ['/home/dinesh/work/cloud-native-data-center-networking/topologies/dual-attach/.vagrant/provisio HOST_KEY_CHECKING(/home/dinesh/work/cloud-native-data-center-networking/topologies/dual-attach/evpn/ansible.cfg) = False ``` ##### OS / ENVIRONMENT <!--- Provide all relevant information below, e.g. target OS versions, network device firmware, etc. --> Cumulus Linux version 3.7.11 running lldpd version 1.0.4-0-cl3u14 ##### STEPS TO REPRODUCE <!--- Describe exactly how to reproduce the problem, using a minimal test-case --> <!--- Paste example playbooks or commands between quotes below --> ```yaml On a link between two nodes, create VLAN subinterfaces such as eth1.1, eth1.2 etc on both nodes. Run "ansible <nodenames> -b -m lldp" and you should see the error. ``` <!--- HINT: You can paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!--- Describe what you expected to happen when running the steps above --> ##### ACTUAL RESULTS <!--- Describe what actually happened. If possible run with extra verbosity (-vvvv) --> <!--- Paste verbatim command output between quotes --> ```paste below ansible exit01 -b -m lldp [WARNING]: Platform linux on host exit01 is using the discovered Python interpreter at /usr/bin/python, but future installation of another Python interpreter could change this. See https://docs.ansible.com/ansible/2.8/reference_appendices/interpreter_discovery.html for more information. exit01 | FAILED! => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python" }, "changed": false, "module_stderr": "Shared connection to 192.168.123.13 closed.\r\n", "module_stdout": "Traceback (most recent call last):\r\n File \"/home/vagrant/.ansible/tmp/ansible-tmp-1576522299.5284705-80381708117638/AnsiballZ_lldp.py\", line 114, in <module>\r\n _ansiballz_main()\r \n File \"/home/vagrant/.ansible/tmp/ansible-tmp-1576522299.5284705-80381708117638/AnsiballZ_lldp.py\", line 106, in _ansiballz_main\r\n invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\r\n File \"/ho me/vagrant/.ansible/tmp/ansible-tmp-1576522299.5284705-80381708117638/AnsiballZ_lldp.py\", line 49, in invoke_module\r\n imp.load_module('__main__', mod, module, MOD_DESC)\r\n File \"/tmp/ansible_lldp_payloa d_454ikv/__main__.py\", line 85, in <module>\r\n File \"/tmp/ansible_lldp_payload_454ikv/__main__.py\", line 76, in main\r\n File \"/tmp/ansible_lldp_payload_454ikv/__main__.py\", line 69, in gather_lldp\r\nTy peError: 'str' object does not support item assignment\r\n", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1 ``` On debugging the lldpd module, it appears to barf at line 69 when the lldp entry in question is 'lldp.swp5.vlan.vlan-id=4'. @IPvSean
True
lldpd module in Ansible 2.8.3 barfs when used with lldpd version 1.0.4 - <!--- Verify first that your issue is not already reported on GitHub --> <!--- Also test if the latest release and devel branch are affected too --> <!--- Complete *all* sections as described, this form is processed automatically --> ##### SUMMARY <!--- Explain the problem briefly below --> If you're using VLAN subinterfaces on a Linux box (such as eth1.2, eth1.10 etc.), and run lldpd on that box, it now returns additional lldpd entries of the form 'lldp.swp5.vlan.vlan-id=4', and this causes the lldpd module to barf. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME <!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure --> lldpd ##### ANSIBLE VERSION <!--- Paste verbatim output from "ansible --version" between quotes --> ```paste below ansible --version ansible 2.8.3 config file = /home/dinesh/work/cloud-native-data-center-networking/topologies/dual-attach/evpn/ansible.cfg configured module search path = ['/home/dinesh/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3/dist-packages/ansible executable location = /usr/bin/ansible python version = 3.7.5 (default, Nov 20 2019, 09:21:52) [GCC 9.2.1 20191008] ``` ##### CONFIGURATION <!--- Paste verbatim output from "ansible-config dump --only-changed" between quotes --> ```paste below DEFAULT_HOST_LIST(/home/dinesh/work/cloud-native-data-center-networking/topologies/dual-attach/evpn/ansible.cfg) = ['/home/dinesh/work/cloud-native-data-center-networking/topologies/dual-attach/.vagrant/provisio HOST_KEY_CHECKING(/home/dinesh/work/cloud-native-data-center-networking/topologies/dual-attach/evpn/ansible.cfg) = False ``` ##### OS / ENVIRONMENT <!--- Provide all relevant information below, e.g. target OS versions, network device firmware, etc. --> Cumulus Linux version 3.7.11 running lldpd version 1.0.4-0-cl3u14 ##### STEPS TO REPRODUCE <!--- Describe exactly how to reproduce the problem, using a minimal test-case --> <!--- Paste example playbooks or commands between quotes below --> ```yaml On a link between two nodes, create VLAN subinterfaces such as eth1.1, eth1.2 etc on both nodes. Run "ansible <nodenames> -b -m lldp" and you should see the error. ``` <!--- HINT: You can paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!--- Describe what you expected to happen when running the steps above --> ##### ACTUAL RESULTS <!--- Describe what actually happened. If possible run with extra verbosity (-vvvv) --> <!--- Paste verbatim command output between quotes --> ```paste below ansible exit01 -b -m lldp [WARNING]: Platform linux on host exit01 is using the discovered Python interpreter at /usr/bin/python, but future installation of another Python interpreter could change this. See https://docs.ansible.com/ansible/2.8/reference_appendices/interpreter_discovery.html for more information. exit01 | FAILED! => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python" }, "changed": false, "module_stderr": "Shared connection to 192.168.123.13 closed.\r\n", "module_stdout": "Traceback (most recent call last):\r\n File \"/home/vagrant/.ansible/tmp/ansible-tmp-1576522299.5284705-80381708117638/AnsiballZ_lldp.py\", line 114, in <module>\r\n _ansiballz_main()\r \n File \"/home/vagrant/.ansible/tmp/ansible-tmp-1576522299.5284705-80381708117638/AnsiballZ_lldp.py\", line 106, in _ansiballz_main\r\n invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\r\n File \"/ho me/vagrant/.ansible/tmp/ansible-tmp-1576522299.5284705-80381708117638/AnsiballZ_lldp.py\", line 49, in invoke_module\r\n imp.load_module('__main__', mod, module, MOD_DESC)\r\n File \"/tmp/ansible_lldp_payloa d_454ikv/__main__.py\", line 85, in <module>\r\n File \"/tmp/ansible_lldp_payload_454ikv/__main__.py\", line 76, in main\r\n File \"/tmp/ansible_lldp_payload_454ikv/__main__.py\", line 69, in gather_lldp\r\nTy peError: 'str' object does not support item assignment\r\n", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1 ``` On debugging the lldpd module, it appears to barf at line 69 when the lldp entry in question is 'lldp.swp5.vlan.vlan-id=4'. @IPvSean
main
lldpd module in ansible barfs when used with lldpd version summary if you re using vlan subinterfaces on a linux box such as etc and run lldpd on that box it now returns additional lldpd entries of the form lldp vlan vlan id and this causes the lldpd module to barf issue type bug report component name lldpd ansible version paste below ansible version ansible config file home dinesh work cloud native data center networking topologies dual attach evpn ansible cfg configured module search path ansible python module location usr lib dist packages ansible executable location usr bin ansible python version default nov configuration paste below default host list home dinesh work cloud native data center networking topologies dual attach evpn ansible cfg home dinesh work cloud native data center networking topologies dual attach vagrant provisio host key checking home dinesh work cloud native data center networking topologies dual attach evpn ansible cfg false os environment cumulus linux version running lldpd version steps to reproduce yaml on a link between two nodes create vlan subinterfaces such as etc on both nodes run ansible b m lldp and you should see the error expected results actual results paste below ansible b m lldp platform linux on host is using the discovered python interpreter at usr bin python but future installation of another python interpreter could change this see for more information failed ansible facts discovered interpreter python usr bin python changed false module stderr shared connection to closed r n module stdout traceback most recent call last r n file home vagrant ansible tmp ansible tmp ansiballz lldp py line in r n ansiballz main r n file home vagrant ansible tmp ansible tmp ansiballz lldp py line in ansiballz main r n invoke module zipped mod temp path ansiballz params r n file ho me vagrant ansible tmp ansible tmp ansiballz lldp py line in invoke module r n imp load module main mod module mod desc r n file tmp ansible lldp payloa d main py line in r n file tmp ansible lldp payload main py line in main r n file tmp ansible lldp payload main py line in gather lldp r nty peerror str object does not support item assignment r n msg module failure nsee stdout stderr for the exact error rc on debugging the lldpd module it appears to barf at line when the lldp entry in question is lldp vlan vlan id ipvsean
1
4,122
19,542,141,519
IssuesEvent
2022-01-01 04:46:52
BioArchLinux/Packages
https://api.github.com/repos/BioArchLinux/Packages
closed
[BUG] iqtree: No space left on device
maintain
<!-- Please report the error of one package in one issue! Use multi issues to report multi bugs. Thanks! --> **Log of the bug** <details> ``` | lto-wrapper: fatal error: write: No space left on device compilation terminated. /usr/bin/ld: error: lto-wrapper failed collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/iqtree2.dir/build.make:136: iqtree2] Error 1 make[1]: *** [CMakeFiles/Makefile2:535: CMakeFiles/iqtree2.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ``` </details> **Desktop (please complete the following information):** - Desktop Enviroment: NA - Linux Kernel: linux-lts - Package Version: latest **Additional context** but I think there is enough space for packaging ``` [bio@bioarchlinux ~]$ sudo fdisk -l Disk /dev/vda: 95 GiB, 102005473280 bytes, 199229440 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xb26758c8 Device Boot Start End Sectors Size Id Type /dev/vda1 * 2048 197134335 197132288 94G 83 Linux /dev/vda2 197134336 199229439 2095104 1023M 82 Linux swap / Solaris [bio@bioarchlinux ~]$ df -h Filesystem Size Used Avail Use% Mounted on dev 983M 0 983M 0% /dev run 991M 552K 990M 1% /run /dev/vda1 93G 26G 63G 29% / tmpfs 991M 0 991M 0% /dev/shm tmpfs 4.0G 0 4.0G 0% /tmp tmpfs 199M 4.0K 199M 1% /run/user/0 tmpfs 199M 4.0K 199M 1% /run/user/1000 [bio@bioarchlinux ~]# du -lh --max-depth=1 /swapfile 7.6G /swapfile ``` maybe I forget to mount swapfile, sorry.
True
[BUG] iqtree: No space left on device - <!-- Please report the error of one package in one issue! Use multi issues to report multi bugs. Thanks! --> **Log of the bug** <details> ``` | lto-wrapper: fatal error: write: No space left on device compilation terminated. /usr/bin/ld: error: lto-wrapper failed collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/iqtree2.dir/build.make:136: iqtree2] Error 1 make[1]: *** [CMakeFiles/Makefile2:535: CMakeFiles/iqtree2.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ``` </details> **Desktop (please complete the following information):** - Desktop Enviroment: NA - Linux Kernel: linux-lts - Package Version: latest **Additional context** but I think there is enough space for packaging ``` [bio@bioarchlinux ~]$ sudo fdisk -l Disk /dev/vda: 95 GiB, 102005473280 bytes, 199229440 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xb26758c8 Device Boot Start End Sectors Size Id Type /dev/vda1 * 2048 197134335 197132288 94G 83 Linux /dev/vda2 197134336 199229439 2095104 1023M 82 Linux swap / Solaris [bio@bioarchlinux ~]$ df -h Filesystem Size Used Avail Use% Mounted on dev 983M 0 983M 0% /dev run 991M 552K 990M 1% /run /dev/vda1 93G 26G 63G 29% / tmpfs 991M 0 991M 0% /dev/shm tmpfs 4.0G 0 4.0G 0% /tmp tmpfs 199M 4.0K 199M 1% /run/user/0 tmpfs 199M 4.0K 199M 1% /run/user/1000 [bio@bioarchlinux ~]# du -lh --max-depth=1 /swapfile 7.6G /swapfile ``` maybe I forget to mount swapfile, sorry.
main
iqtree no space left on device please report the error of one package in one issue use multi issues to report multi bugs thanks log of the bug lto wrapper fatal error write no space left on device compilation terminated usr bin ld error lto wrapper failed error ld returned exit status make error make error make error desktop please complete the following information desktop enviroment na linux kernel linux lts package version latest additional context but i think there is enough space for packaging sudo fdisk l disk dev vda gib bytes sectors units sectors of bytes sector size logical physical bytes bytes i o size minimum optimal bytes bytes disklabel type dos disk identifier device boot start end sectors size id type dev linux dev linux swap solaris df h filesystem size used avail use mounted on dev dev run run dev tmpfs dev shm tmpfs tmp tmpfs run user tmpfs run user du lh max depth swapfile swapfile maybe i forget to mount swapfile sorry
1
441,592
12,727,696,943
IssuesEvent
2020-06-25 00:02:46
ahmedkaludi/accelerated-mobile-pages
https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages
closed
Comments are not displaying on Homepage. (only in swift theme)
NEXT UPDATE Urgent [Priority: HIGH] bug
The user is trying to add comments on the homepage but in AMP, comments are not displaying on the home page(only in swift theme). The issue is occurring from AMP version: 0.9.98.12, before that it is perfectly displaying on all designs. This may be due to the below reference ticket: https://github.com/ahmedkaludi/accelerated-mobile-pages/issues/3647 Ref Ticket(user): https://secure.helpscout.net/conversation/1199494890/136689?folderId=3126461
1.0
Comments are not displaying on Homepage. (only in swift theme) - The user is trying to add comments on the homepage but in AMP, comments are not displaying on the home page(only in swift theme). The issue is occurring from AMP version: 0.9.98.12, before that it is perfectly displaying on all designs. This may be due to the below reference ticket: https://github.com/ahmedkaludi/accelerated-mobile-pages/issues/3647 Ref Ticket(user): https://secure.helpscout.net/conversation/1199494890/136689?folderId=3126461
non_main
comments are not displaying on homepage only in swift theme the user is trying to add comments on the homepage but in amp comments are not displaying on the home page only in swift theme the issue is occurring from amp version before that it is perfectly displaying on all designs this may be due to the below reference ticket ref ticket user
0
3,442
13,211,584,611
IssuesEvent
2020-08-16 00:18:12
ansible/ansible
https://api.github.com/repos/ansible/ansible
closed
Add support for terraform import resources
affects_2.10 bot_closed cloud collection collection:community.general feature has_pr module needs_collection_redirect needs_maintainer needs_triage support:community
<!--- Verify first that your feature was not already discussed on GitHub --> <!--- Complete *all* sections as described, this form is processed automatically --> ##### SUMMARY Allow to import resources to Terraform ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME <!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure --> terraform ##### ADDITIONAL INFORMATION <!--- Describe how the feature would be used, why it is needed and what it would solve --> <!--- Paste example playbooks or commands between quotes below --> ```yaml - terraform: state: import project_path: ./terraform addr: aws_instance.web id: i-12345678 ``` <!--- HINT: You can also paste gist.github.com links for larger files -->
True
Add support for terraform import resources - <!--- Verify first that your feature was not already discussed on GitHub --> <!--- Complete *all* sections as described, this form is processed automatically --> ##### SUMMARY Allow to import resources to Terraform ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME <!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure --> terraform ##### ADDITIONAL INFORMATION <!--- Describe how the feature would be used, why it is needed and what it would solve --> <!--- Paste example playbooks or commands between quotes below --> ```yaml - terraform: state: import project_path: ./terraform addr: aws_instance.web id: i-12345678 ``` <!--- HINT: You can also paste gist.github.com links for larger files -->
main
add support for terraform import resources summary allow to import resources to terraform issue type feature idea component name terraform additional information yaml terraform state import project path terraform addr aws instance web id i
1
5,547
27,775,977,649
IssuesEvent
2023-03-16 17:14:57
tModLoader/tModLoader
https://api.github.com/repos/tModLoader/tModLoader
closed
[1.4.4] About `ContainerName` Code Update
Feature - Hook Requestor-TML Maintainers
Not something that is too serious, but... I'm trying to update some 1.4.3.6 code towards 1.4.4.9 to test features (even though 1.4.4.9 TML is meant for testing. The problem is that some methods have not been updated by TMPorter, like ContainerName (in the case of applying the intended method). I tried to fix the errors in the code manually, but I do not know how to do it, and I'm stuck on the original method name being `ContainerName.SetDefault()` ![image](https://user-images.githubusercontent.com/70764728/216787652-556c83cc-8bf9-4a09-8534-fe9b0cba7313.png) The new method uses tile frames x and y, and I don't know how exactly I can incorporate them without further trouble. ![image](https://user-images.githubusercontent.com/70764728/216787743-be17aa40-26b9-4521-9dc7-e686053b9c2d.png) I guess providing more functions and code change directions for tModPorter could work. I had to manually change `SetDefaults` to `ToNetworkText`, and I don't know if that's the right thing to do. The GitHub Wiki should have 1.4.4 pages that describe item information and other such things regarding code changes. A 1.4.4 migration guide should also be present, but I suppose it's being worked on.
True
[1.4.4] About `ContainerName` Code Update - Not something that is too serious, but... I'm trying to update some 1.4.3.6 code towards 1.4.4.9 to test features (even though 1.4.4.9 TML is meant for testing. The problem is that some methods have not been updated by TMPorter, like ContainerName (in the case of applying the intended method). I tried to fix the errors in the code manually, but I do not know how to do it, and I'm stuck on the original method name being `ContainerName.SetDefault()` ![image](https://user-images.githubusercontent.com/70764728/216787652-556c83cc-8bf9-4a09-8534-fe9b0cba7313.png) The new method uses tile frames x and y, and I don't know how exactly I can incorporate them without further trouble. ![image](https://user-images.githubusercontent.com/70764728/216787743-be17aa40-26b9-4521-9dc7-e686053b9c2d.png) I guess providing more functions and code change directions for tModPorter could work. I had to manually change `SetDefaults` to `ToNetworkText`, and I don't know if that's the right thing to do. The GitHub Wiki should have 1.4.4 pages that describe item information and other such things regarding code changes. A 1.4.4 migration guide should also be present, but I suppose it's being worked on.
main
about containername code update not something that is too serious but i m trying to update some code towards to test features even though tml is meant for testing the problem is that some methods have not been updated by tmporter like containername in the case of applying the intended method i tried to fix the errors in the code manually but i do not know how to do it and i m stuck on the original method name being containername setdefault the new method uses tile frames x and y and i don t know how exactly i can incorporate them without further trouble i guess providing more functions and code change directions for tmodporter could work i had to manually change setdefaults to tonetworktext and i don t know if that s the right thing to do the github wiki should have pages that describe item information and other such things regarding code changes a migration guide should also be present but i suppose it s being worked on
1
53,179
6,303,771,645
IssuesEvent
2017-07-21 14:29:02
CARLI/vufind
https://api.github.com/repos/CARLI/vufind
opened
VuFind 3.1.4 update
Ready for Testing
TEST and DEVEL have been updated to 3.1.4. Please test for any unintended consquences.
1.0
VuFind 3.1.4 update - TEST and DEVEL have been updated to 3.1.4. Please test for any unintended consquences.
non_main
vufind update test and devel have been updated to please test for any unintended consquences
0
3,334
12,945,958,985
IssuesEvent
2020-07-18 17:09:35
OpenRefine/OpenRefine
https://api.github.com/repos/OpenRefine/OpenRefine
opened
Update to official marc4j distribution
enhancement maintainability
Instead of using our own self-published artefact, we should update to the latest official `marc4j` which is currently `org.marc4j:marc4j:2.9.1`
True
Update to official marc4j distribution - Instead of using our own self-published artefact, we should update to the latest official `marc4j` which is currently `org.marc4j:marc4j:2.9.1`
main
update to official distribution instead of using our own self published artefact we should update to the latest official which is currently org
1
3,487
13,608,073,600
IssuesEvent
2020-09-23 01:18:35
amyjko/faculty
https://api.github.com/repos/amyjko/faculty
closed
Publications: Make author names symbolic
maintainability
This will have a few benefits: * A single author identity that I can use to quickly change names * Consistent name rendering (e.g., no inconsistent initials) * Links to more author details.
True
Publications: Make author names symbolic - This will have a few benefits: * A single author identity that I can use to quickly change names * Consistent name rendering (e.g., no inconsistent initials) * Links to more author details.
main
publications make author names symbolic this will have a few benefits a single author identity that i can use to quickly change names consistent name rendering e g no inconsistent initials links to more author details
1
589,770
17,761,102,945
IssuesEvent
2021-08-29 18:05:19
ClinGen/clincoded
https://api.github.com/repos/ClinGen/clincoded
closed
Add Final Approval Date to Evidence Summary
priority: high GCI EP request
Update the Evidence Summary to include the "Final Approval Date" so that this appears in the PDF output. That is, the "Final Approval Date" as seen here in the Approve Classification modal: ![Screen Shot 2020-11-11 at 10 56 27](https://user-images.githubusercontent.com/15131169/98852712-eb404f80-240c-11eb-863d-1147ddd9725b.png) Should be shown in the header of the Evidence Summary: ![Screen Shot 2020-11-11 at 10 57 18](https://user-images.githubusercontent.com/15131169/98852751-fc895c00-240c-11eb-837c-dd90be6720ee.png)
1.0
Add Final Approval Date to Evidence Summary - Update the Evidence Summary to include the "Final Approval Date" so that this appears in the PDF output. That is, the "Final Approval Date" as seen here in the Approve Classification modal: ![Screen Shot 2020-11-11 at 10 56 27](https://user-images.githubusercontent.com/15131169/98852712-eb404f80-240c-11eb-863d-1147ddd9725b.png) Should be shown in the header of the Evidence Summary: ![Screen Shot 2020-11-11 at 10 57 18](https://user-images.githubusercontent.com/15131169/98852751-fc895c00-240c-11eb-837c-dd90be6720ee.png)
non_main
add final approval date to evidence summary update the evidence summary to include the final approval date so that this appears in the pdf output that is the final approval date as seen here in the approve classification modal should be shown in the header of the evidence summary
0
4,317
21,718,731,223
IssuesEvent
2022-05-10 20:49:25
BioArchLinux/Packages
https://api.github.com/repos/BioArchLinux/Packages
closed
[MAINTAIN] r-monocle: MD
maintain
<!-- Please report the error of one package in one issue! Use multi issues to report multi bugs. Thanks! --> https://cran.r-project.org/web/packages/leidenbase/index.html for r-monocle **Log of the bug** <details> ``` put the output here ``` </details> **Packages (please complete the following information):** - Package Name: [e.g. iqtree] **Description** Add any other context about the problem here.
True
[MAINTAIN] r-monocle: MD - <!-- Please report the error of one package in one issue! Use multi issues to report multi bugs. Thanks! --> https://cran.r-project.org/web/packages/leidenbase/index.html for r-monocle **Log of the bug** <details> ``` put the output here ``` </details> **Packages (please complete the following information):** - Package Name: [e.g. iqtree] **Description** Add any other context about the problem here.
main
r monocle md please report the error of one package in one issue use multi issues to report multi bugs thanks for r monocle log of the bug put the output here packages please complete the following information package name description add any other context about the problem here
1
291,474
21,926,325,950
IssuesEvent
2022-05-23 04:51:42
vercel/next.js
https://api.github.com/repos/vercel/next.js
closed
Docs: What about busting the build cache on data update? Is this possible?
template: documentation
### What is the improvement or update you wish to see? I am wondering about something that is not mentioned on the Pages documentation https://nextjs.org/docs/basic-features/pages Is it possible to blow up the static cache on data updates? As in, a shop on a marketplace updates its bio. But the page is statically rendered. The content change is not seen until the next build update. However, speaking from a place of not knowing the internal process, I am wondering if it is possible to **only rebuild a single page** in the overall build of the app? So the route for /shop/:slug is updated programmatically on the value change. Even if this is not possible, maybe mentioning that in the docs would help expel this question. I recall wondering this same thing when I first read them. Now I have a use case that needs it. ### Is there any context that might help us understand? Since most apps (mine is e-commerce) benefit from having dynamic, live updates right away. But there is the tradeoff of it not being as performant if done with full server-side every time. As an alternative, is there a way to rebuild the app every x number of minutes? So we could in theory have all the changes occur daily. ### Does the docs page already exist? Please link to it. https://nextjs.org/docs/basic-features/pages
1.0
Docs: What about busting the build cache on data update? Is this possible? - ### What is the improvement or update you wish to see? I am wondering about something that is not mentioned on the Pages documentation https://nextjs.org/docs/basic-features/pages Is it possible to blow up the static cache on data updates? As in, a shop on a marketplace updates its bio. But the page is statically rendered. The content change is not seen until the next build update. However, speaking from a place of not knowing the internal process, I am wondering if it is possible to **only rebuild a single page** in the overall build of the app? So the route for /shop/:slug is updated programmatically on the value change. Even if this is not possible, maybe mentioning that in the docs would help expel this question. I recall wondering this same thing when I first read them. Now I have a use case that needs it. ### Is there any context that might help us understand? Since most apps (mine is e-commerce) benefit from having dynamic, live updates right away. But there is the tradeoff of it not being as performant if done with full server-side every time. As an alternative, is there a way to rebuild the app every x number of minutes? So we could in theory have all the changes occur daily. ### Does the docs page already exist? Please link to it. https://nextjs.org/docs/basic-features/pages
non_main
docs what about busting the build cache on data update is this possible what is the improvement or update you wish to see i am wondering about something that is not mentioned on the pages documentation is it possible to blow up the static cache on data updates as in a shop on a marketplace updates its bio but the page is statically rendered the content change is not seen until the next build update however speaking from a place of not knowing the internal process i am wondering if it is possible to only rebuild a single page in the overall build of the app so the route for shop slug is updated programmatically on the value change even if this is not possible maybe mentioning that in the docs would help expel this question i recall wondering this same thing when i first read them now i have a use case that needs it is there any context that might help us understand since most apps mine is e commerce benefit from having dynamic live updates right away but there is the tradeoff of it not being as performant if done with full server side every time as an alternative is there a way to rebuild the app every x number of minutes so we could in theory have all the changes occur daily does the docs page already exist please link to it
0
3,721
15,384,713,367
IssuesEvent
2021-03-03 05:13:26
fatlard1993/phaserload
https://api.github.com/repos/fatlard1993/phaserload
closed
map support for multiple sprites in one position
Feature maintainability
requires map restructure as follows: from: map[x][y] = 0-n to: map[x][y] = [0-n, ...]
True
map support for multiple sprites in one position - requires map restructure as follows: from: map[x][y] = 0-n to: map[x][y] = [0-n, ...]
main
map support for multiple sprites in one position requires map restructure as follows from map n to map
1
310,065
26,697,651,511
IssuesEvent
2023-01-27 11:47:49
rancher/cis-operator
https://api.github.com/repos/rancher/cis-operator
closed
[Backport v2.6] Downloaded CIS v2 report does not have the cis-1.5-profile or the benchmark value
bug enhancement [zube]: To Test team/infracloud
Backport issue of https://github.com/rancher/cis-operator/issues/39
1.0
[Backport v2.6] Downloaded CIS v2 report does not have the cis-1.5-profile or the benchmark value - Backport issue of https://github.com/rancher/cis-operator/issues/39
non_main
downloaded cis report does not have the cis profile or the benchmark value backport issue of
0
4,216
20,828,817,847
IssuesEvent
2022-03-19 04:24:55
microsoft/UVAtlas
https://api.github.com/repos/microsoft/UVAtlas
opened
ARM64 version of uvatlastool
maintainence
The VC++ projects only currently build x86/x64 versions of this tool for desktop. The CMakeLists.txt supports creating the ARM64 version of this tool, so this should be added to the VC++ projects.
True
ARM64 version of uvatlastool - The VC++ projects only currently build x86/x64 versions of this tool for desktop. The CMakeLists.txt supports creating the ARM64 version of this tool, so this should be added to the VC++ projects.
main
version of uvatlastool the vc projects only currently build versions of this tool for desktop the cmakelists txt supports creating the version of this tool so this should be added to the vc projects
1
950
4,691,246,560
IssuesEvent
2016-10-11 09:50:17
De7vID/klingon-assistant
https://api.github.com/repos/De7vID/klingon-assistant
opened
find alternative mechanism for running on Chrome
Maintainability
A new post on the Chromium Blog says that Chrome apps are about to be deprecated: https://blog.chromium.org/2016/08/from-chrome-apps-to-web.html
True
find alternative mechanism for running on Chrome - A new post on the Chromium Blog says that Chrome apps are about to be deprecated: https://blog.chromium.org/2016/08/from-chrome-apps-to-web.html
main
find alternative mechanism for running on chrome a new post on the chromium blog says that chrome apps are about to be deprecated
1
172,420
6,505,415,293
IssuesEvent
2017-08-24 02:47:53
muninn/ontology-tools
https://api.github.com/repos/muninn/ontology-tools
opened
Make use of Pellet to ensure consistency within ontology
priority:low status:deferred type:task
https://github.com/stardog-union/pellet Repo is rather dated, may not be entirely reliable, needs to be tested.
1.0
Make use of Pellet to ensure consistency within ontology - https://github.com/stardog-union/pellet Repo is rather dated, may not be entirely reliable, needs to be tested.
non_main
make use of pellet to ensure consistency within ontology repo is rather dated may not be entirely reliable needs to be tested
0
1,838
6,577,373,619
IssuesEvent
2017-09-12 00:27:42
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
change logging server on cisco router failed with Networking module ios_config or ios_template
affects_2.2 feature_idea networking waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME - ios_config - ios_template ##### ANSIBLE VERSION ``` ansible 2.2.0 (devel f961f9f4d0) last updated 2016/05/28 09:56:33 (GMT +800) lib/ansible/modules/core: (detached HEAD 90e8a36d4c) last updated 2016/05/28 10:23:02 (GMT +800) lib/ansible/modules/extras: (detached HEAD 0e4a023a7e) last updated 2016/05/28 10:23:37 (GMT +800) config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/removed in ansible.cfg (or using the ANSIBLE_* environment variables). --> ##### site.yml <pre> - name: play show commands and change running-config on cisco ios device hosts: - cisco gather_facts: no connection: local roles: - cisco </pre> ##### tasks/main.yml <pre> --- - name: define provider set_fact: provider: host: "{{inventory_hostname}}" username: "{{username}}" password: "{{password}}" - name: run show commands with ios_command ios_command: provider: "{{provider}}" commands: - show running | include logging register: show_result - debug: var=show_result.stdout_lines - name: change syslog server with ios_config ios_config: provider: "{{ provider }}" authorize: yes lines: - logging {{syslogsrv01}} - logging {{syslogsrv02}} replace: line match: line before: - no logging {{syslogsrv03}} - no logging {{syslogsrv04}} force: true - name: run show running-config after change with ios_config ios_command: provider: "{{ provider }}" commands: - show running | include logging register: after_change_syslog - debug: var=after_change_syslog.stdout_lines - name: write running-config to startup-config ios_command: provider: "{{ provider }}" commands: - write register: write_output - debug: var=write_output.stdout_lines </pre> ##### OS / ENVIRONMENT <!--- Mention the OS you are running Ansible from, and the OS you are managing, or say “N/A” for anything that is not platform-specific. --> CentOS Linux release 7.1.1503 (Core) ##### SUMMARY <!--- Explain the problem briefly --> I am using ansible to change hunders of router's logging destination. Some routers may already configured with syslogsrv03(1.1.1.3), others may configured with syslogsrv04(1.1.1.4), Now I want change all router's logging destination to logsrv01(1.1.1.1) and logsrv02(1.1.1.2), then remove original logging destination. ##### STEPS TO REPRODUCE <!--- For bugs, show exactly how to reproduce the problem. For new features, show how the feature would be used. --> ``` - name: change logging server with ios_config ios_config: provider: "{{ provider }}" authorize: yes lines: - logging {{syslogsrv01}} - logging {{syslogsrv02}} replace: line match: line before: - no logging {{syslogsrv03}} - no logging {{syslogsrv04}} force: true ``` when i login to router, and issue command _no logging 1.1.1.4_, following output produced: <pre> r1(config)#no logging 1.1.1.4 Host 1.1.1.4 not found for logging </pre> <!--- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!--- What did you expect to happen when running the steps above? --> Simply ignore and execute next command if logging server does not exist. When I use same steps to change ntp servers, everything works fine. ##### ACTUAL RESULTS <!--- What actually happened? If possible run with high verbosity (-vvvv) --> ``` PLAY [play show commands and change running-config on cisco ios device] ******** TASK [cisco : define provider] ************************************************* ok: [r1] TASK [cisco : run show commands with ios_command] ****************************** ok: [r1] TASK [cisco : debug] *********************************************************** ok: [r1] => { "show_result.stdout_lines": [ [ "logging buffered 512000", "cts logging verbose", "logging source-interface Loopback1", "logging host 1.1.1.3", ] ] } TASK [cisco : change syslog server with ios_config] **************************** fatal: [r1]: FAILED! => {"changed": false, "commands": ["configure terminal", "no logging 1.1.1.3", "no logging 1.1.1.4", "logging 1.1.1.1", "logging 1.1.1.2"], "failed": true, "msg": "matched error in response: no logging 1.1.1.4\r\nHost 1.1.1.4 not found for logging\r\nr1(config)#"} NO MORE HOSTS LEFT ************************************************************* to retry, use: --limit @site.retry PLAY RECAP ********************************************************************* r1 : ok=3 changed=0 unreachable=0 failed=1 ```
True
change logging server on cisco router failed with Networking module ios_config or ios_template - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME - ios_config - ios_template ##### ANSIBLE VERSION ``` ansible 2.2.0 (devel f961f9f4d0) last updated 2016/05/28 09:56:33 (GMT +800) lib/ansible/modules/core: (detached HEAD 90e8a36d4c) last updated 2016/05/28 10:23:02 (GMT +800) lib/ansible/modules/extras: (detached HEAD 0e4a023a7e) last updated 2016/05/28 10:23:37 (GMT +800) config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/removed in ansible.cfg (or using the ANSIBLE_* environment variables). --> ##### site.yml <pre> - name: play show commands and change running-config on cisco ios device hosts: - cisco gather_facts: no connection: local roles: - cisco </pre> ##### tasks/main.yml <pre> --- - name: define provider set_fact: provider: host: "{{inventory_hostname}}" username: "{{username}}" password: "{{password}}" - name: run show commands with ios_command ios_command: provider: "{{provider}}" commands: - show running | include logging register: show_result - debug: var=show_result.stdout_lines - name: change syslog server with ios_config ios_config: provider: "{{ provider }}" authorize: yes lines: - logging {{syslogsrv01}} - logging {{syslogsrv02}} replace: line match: line before: - no logging {{syslogsrv03}} - no logging {{syslogsrv04}} force: true - name: run show running-config after change with ios_config ios_command: provider: "{{ provider }}" commands: - show running | include logging register: after_change_syslog - debug: var=after_change_syslog.stdout_lines - name: write running-config to startup-config ios_command: provider: "{{ provider }}" commands: - write register: write_output - debug: var=write_output.stdout_lines </pre> ##### OS / ENVIRONMENT <!--- Mention the OS you are running Ansible from, and the OS you are managing, or say “N/A” for anything that is not platform-specific. --> CentOS Linux release 7.1.1503 (Core) ##### SUMMARY <!--- Explain the problem briefly --> I am using ansible to change hunders of router's logging destination. Some routers may already configured with syslogsrv03(1.1.1.3), others may configured with syslogsrv04(1.1.1.4), Now I want change all router's logging destination to logsrv01(1.1.1.1) and logsrv02(1.1.1.2), then remove original logging destination. ##### STEPS TO REPRODUCE <!--- For bugs, show exactly how to reproduce the problem. For new features, show how the feature would be used. --> ``` - name: change logging server with ios_config ios_config: provider: "{{ provider }}" authorize: yes lines: - logging {{syslogsrv01}} - logging {{syslogsrv02}} replace: line match: line before: - no logging {{syslogsrv03}} - no logging {{syslogsrv04}} force: true ``` when i login to router, and issue command _no logging 1.1.1.4_, following output produced: <pre> r1(config)#no logging 1.1.1.4 Host 1.1.1.4 not found for logging </pre> <!--- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!--- What did you expect to happen when running the steps above? --> Simply ignore and execute next command if logging server does not exist. When I use same steps to change ntp servers, everything works fine. ##### ACTUAL RESULTS <!--- What actually happened? If possible run with high verbosity (-vvvv) --> ``` PLAY [play show commands and change running-config on cisco ios device] ******** TASK [cisco : define provider] ************************************************* ok: [r1] TASK [cisco : run show commands with ios_command] ****************************** ok: [r1] TASK [cisco : debug] *********************************************************** ok: [r1] => { "show_result.stdout_lines": [ [ "logging buffered 512000", "cts logging verbose", "logging source-interface Loopback1", "logging host 1.1.1.3", ] ] } TASK [cisco : change syslog server with ios_config] **************************** fatal: [r1]: FAILED! => {"changed": false, "commands": ["configure terminal", "no logging 1.1.1.3", "no logging 1.1.1.4", "logging 1.1.1.1", "logging 1.1.1.2"], "failed": true, "msg": "matched error in response: no logging 1.1.1.4\r\nHost 1.1.1.4 not found for logging\r\nr1(config)#"} NO MORE HOSTS LEFT ************************************************************* to retry, use: --limit @site.retry PLAY RECAP ********************************************************************* r1 : ok=3 changed=0 unreachable=0 failed=1 ```
main
change logging server on cisco router failed with networking module ios config or ios template issue type bug report component name ios config ios template ansible version ansible devel last updated gmt lib ansible modules core detached head last updated gmt lib ansible modules extras detached head last updated gmt config file etc ansible ansible cfg configured module search path default w o overrides configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment variables site yml name play show commands and change running config on cisco ios device hosts cisco gather facts no connection local roles cisco tasks main yml name define provider set fact provider host inventory hostname username username password password name run show commands with ios command ios command provider provider commands show running include logging register show result debug var show result stdout lines name change syslog server with ios config ios config provider provider authorize yes lines logging logging replace line match line before no logging no logging force true name run show running config after change with ios config ios command provider provider commands show running include logging register after change syslog debug var after change syslog stdout lines name write running config to startup config ios command provider provider commands write register write output debug var write output stdout lines os environment mention the os you are running ansible from and the os you are managing or say “n a” for anything that is not platform specific centos linux release core summary i am using ansible to change hunders of router s logging destination some routers may already configured with others may configured with now i want change all router s logging destination to and then remove original logging destination steps to reproduce for bugs show exactly how to reproduce the problem for new features show how the feature would be used name change logging server with ios config ios config provider provider authorize yes lines logging logging replace line match line before no logging no logging force true when i login to router and issue command no logging following output produced config no logging host not found for logging expected results simply ignore and execute next command if logging server does not exist when i use same steps to change ntp servers everything works fine actual results play task ok task ok task ok show result stdout lines logging buffered cts logging verbose logging source interface logging host task fatal failed changed false commands failed true msg matched error in response no logging r nhost not found for logging r config no more hosts left to retry use limit site retry play recap ok changed unreachable failed
1
5,191
26,398,926,158
IssuesEvent
2023-01-12 22:24:27
aws/aws-lambda-builders
https://api.github.com/repos/aws/aws-lambda-builders
closed
Can we remove the CustomMakeBuilder:CopySource from custom_make workflow?
type/feature maintainer/need-followup stage/pm-review
**Description:** I already oped a ticket with aws-cli-sam here https://github.com/aws/aws-sam-cli/issues/3350 about one of the problems/limitations of the `CustomMakeBuilder:CopySource` step. I was able to work around it for the time being but I just saw another problem with copying source code to a scratch directory: go build cache becomes completely unusable. The issue is that every time the golang source code is in a different directory so the `GOCACHE` becomes useless as it caches based on the path of the source files. You can see how for a relatively complicated Lambda, building with `sam build` is much slower because each time it needs to recompile not just the source code but also ALL the imports. So, I went in and edited `workflow.py` and changed `self.actions = [CopySourceAction(source_dir, scratch_dir, excludes=self.EXCLUDED_FILES), make_action]` to `self.actions = [make_action]` and then `sam build` worked just as before but this time it did not copy any files and obviously was able to reuse the GOCACHE. So my ask is, why do we have the copy source file into a scratch directory step? And if it makes sense for some use cases, can we have it configurable somehow so it can be turned off when not desired? Thank you! **Observed result:** These are timings of running the build of the same lambda 3 different ways: 1. go build -ldflags="-s -w" -o target/lambda 0.65s user 1.33s system 297% cpu 0.669 total 2. make build-Lambda 0.67s user 1.40s system 288% cpu 0.719 total 3. sam build Lambda 40.38s user 11.85s system 513% cpu 10.178 total **Expected result:** I would expect `sam build` to take the same time as `go build` `sam build Lambda 1.47s user 1.61s system 153% cpu 2.008 total`
True
Can we remove the CustomMakeBuilder:CopySource from custom_make workflow? - **Description:** I already oped a ticket with aws-cli-sam here https://github.com/aws/aws-sam-cli/issues/3350 about one of the problems/limitations of the `CustomMakeBuilder:CopySource` step. I was able to work around it for the time being but I just saw another problem with copying source code to a scratch directory: go build cache becomes completely unusable. The issue is that every time the golang source code is in a different directory so the `GOCACHE` becomes useless as it caches based on the path of the source files. You can see how for a relatively complicated Lambda, building with `sam build` is much slower because each time it needs to recompile not just the source code but also ALL the imports. So, I went in and edited `workflow.py` and changed `self.actions = [CopySourceAction(source_dir, scratch_dir, excludes=self.EXCLUDED_FILES), make_action]` to `self.actions = [make_action]` and then `sam build` worked just as before but this time it did not copy any files and obviously was able to reuse the GOCACHE. So my ask is, why do we have the copy source file into a scratch directory step? And if it makes sense for some use cases, can we have it configurable somehow so it can be turned off when not desired? Thank you! **Observed result:** These are timings of running the build of the same lambda 3 different ways: 1. go build -ldflags="-s -w" -o target/lambda 0.65s user 1.33s system 297% cpu 0.669 total 2. make build-Lambda 0.67s user 1.40s system 288% cpu 0.719 total 3. sam build Lambda 40.38s user 11.85s system 513% cpu 10.178 total **Expected result:** I would expect `sam build` to take the same time as `go build` `sam build Lambda 1.47s user 1.61s system 153% cpu 2.008 total`
main
can we remove the custommakebuilder copysource from custom make workflow description i already oped a ticket with aws cli sam here about one of the problems limitations of the custommakebuilder copysource step i was able to work around it for the time being but i just saw another problem with copying source code to a scratch directory go build cache becomes completely unusable the issue is that every time the golang source code is in a different directory so the gocache becomes useless as it caches based on the path of the source files you can see how for a relatively complicated lambda building with sam build is much slower because each time it needs to recompile not just the source code but also all the imports so i went in and edited workflow py and changed self actions to self actions and then sam build worked just as before but this time it did not copy any files and obviously was able to reuse the gocache so my ask is why do we have the copy source file into a scratch directory step and if it makes sense for some use cases can we have it configurable somehow so it can be turned off when not desired thank you observed result these are timings of running the build of the same lambda different ways go build ldflags s w o target lambda user system cpu total make build lambda user system cpu total sam build lambda user system cpu total expected result i would expect sam build to take the same time as go build sam build lambda user system cpu total
1
1,340
5,721,486,281
IssuesEvent
2017-04-20 06:47:06
tomchentw/react-google-maps
https://api.github.com/repos/tomchentw/react-google-maps
closed
Warnings wordings for #168
CALL_FOR_MAINTAINERS
Thanks to @aug-riedinger in https://github.com/tomchentw/react-google-maps/pull/168#issuecomment-225692098 > Make sure you've put the <script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY" ></script> tag in your <head> element to load Google Maps JavaScript API v3. > Careful the `async defer` options as suggested (here)[http://googlegeodevelopers.blogspot.fr/2015/09/map-tips-speeding-up-page-load-times.html] doesn't work. > If you're looking for built-in support to load it for you, use the "async/ScriptjsLoader" instead. > See https://github.com/tomchentw/react-google-maps/pull/168
True
Warnings wordings for #168 - Thanks to @aug-riedinger in https://github.com/tomchentw/react-google-maps/pull/168#issuecomment-225692098 > Make sure you've put the <script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY" ></script> tag in your <head> element to load Google Maps JavaScript API v3. > Careful the `async defer` options as suggested (here)[http://googlegeodevelopers.blogspot.fr/2015/09/map-tips-speeding-up-page-load-times.html] doesn't work. > If you're looking for built-in support to load it for you, use the "async/ScriptjsLoader" instead. > See https://github.com/tomchentw/react-google-maps/pull/168
main
warnings wordings for thanks to aug riedinger in make sure you ve put the tag in your element to load google maps javascript api careful the async defer options as suggested here doesn t work if you re looking for built in support to load it for you use the async scriptjsloader instead see
1
707,798
24,319,657,795
IssuesEvent
2022-09-30 09:34:49
python/mypy
https://api.github.com/repos/python/mypy
closed
Crash when assigning a field to a `Final` variable in a dataclass
crash priority-0-high topic-final topic-dataclasses
**Traceback** ``` Traceback (most recent call last): File "env/bin/mypy", line 8, in <module> sys.exit(console_entry()) File "env/lib/python3.10/site-packages/mypy/__main__.py", line 15, in console_entry main() File "mypy/main.py", line 95, in main File "mypy/main.py", line 174, in run_build File "mypy/build.py", line 187, in build File "mypy/build.py", line 270, in _build File "mypy/build.py", line 2867, in dispatch File "mypy/build.py", line 3251, in process_graph File "mypy/build.py", line 3346, in process_stale_scc File "mypy/semanal_main.py", line 90, in semantic_analysis_for_scc File "mypy/semanal_main.py", line 420, in apply_class_plugin_hooks AssertionError: Internal error: too many class plugin hook passes ``` **To Reproduce** ```python from dataclasses import dataclass, field from typing import Final @dataclass class A: CONST: Final = field(default=10) ``` **Your Environment** <!-- Include as many relevant details about the environment you experienced the bug in --> - Mypy version used: mypy 0.981 (compiled: yes) - Mypy command-line flags: none - Mypy configuration options from `mypy.ini` (and other config files): none - Python version used: 3.10.6 - Operating system and version: Ubuntu 22.04 <!-- You can freely edit this text, please remove all the lines you believe are unnecessary. -->
1.0
Crash when assigning a field to a `Final` variable in a dataclass - **Traceback** ``` Traceback (most recent call last): File "env/bin/mypy", line 8, in <module> sys.exit(console_entry()) File "env/lib/python3.10/site-packages/mypy/__main__.py", line 15, in console_entry main() File "mypy/main.py", line 95, in main File "mypy/main.py", line 174, in run_build File "mypy/build.py", line 187, in build File "mypy/build.py", line 270, in _build File "mypy/build.py", line 2867, in dispatch File "mypy/build.py", line 3251, in process_graph File "mypy/build.py", line 3346, in process_stale_scc File "mypy/semanal_main.py", line 90, in semantic_analysis_for_scc File "mypy/semanal_main.py", line 420, in apply_class_plugin_hooks AssertionError: Internal error: too many class plugin hook passes ``` **To Reproduce** ```python from dataclasses import dataclass, field from typing import Final @dataclass class A: CONST: Final = field(default=10) ``` **Your Environment** <!-- Include as many relevant details about the environment you experienced the bug in --> - Mypy version used: mypy 0.981 (compiled: yes) - Mypy command-line flags: none - Mypy configuration options from `mypy.ini` (and other config files): none - Python version used: 3.10.6 - Operating system and version: Ubuntu 22.04 <!-- You can freely edit this text, please remove all the lines you believe are unnecessary. -->
non_main
crash when assigning a field to a final variable in a dataclass traceback traceback most recent call last file env bin mypy line in sys exit console entry file env lib site packages mypy main py line in console entry main file mypy main py line in main file mypy main py line in run build file mypy build py line in build file mypy build py line in build file mypy build py line in dispatch file mypy build py line in process graph file mypy build py line in process stale scc file mypy semanal main py line in semantic analysis for scc file mypy semanal main py line in apply class plugin hooks assertionerror internal error too many class plugin hook passes to reproduce python from dataclasses import dataclass field from typing import final dataclass class a const final field default your environment mypy version used mypy compiled yes mypy command line flags none mypy configuration options from mypy ini and other config files none python version used operating system and version ubuntu you can freely edit this text please remove all the lines you believe are unnecessary
0
1,900
6,577,555,302
IssuesEvent
2017-09-12 01:43:58
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
rhn_register stops working after upgrade from 1.9.4 to 2.0.1
affects_2.0 bug_report waiting_on_maintainer
##### Issue Type: - Bug Report ##### Plugin Name: rhn_register ##### Ansible Version: ``` ansible 2.0.1.0 config file = /home/ansible/esl-playbooks/ansible.cfg configured module search path = Default w/o overrides ``` ##### Ansible Configuration: Only modified roles_path to point to relative location ##### Environment: OS: CentOS 7 ##### Summary: Prior to upgrading to 2.0.1 from 1.9.4 the rhn_register module worked as expected to connect our hosts to our Spacewalk servers ##### Steps To Reproduce: Hostnames have been modified for security reasons. https://gist.github.com/EricVS/a28160c50690ad8111d4 ##### Expected Results: Host to register with Spacewalk ##### Actual Results: Hostnames have been modified for security reasons. Error at the end in: https://gist.github.com/EricVS/a28160c50690ad8111d4
True
rhn_register stops working after upgrade from 1.9.4 to 2.0.1 - ##### Issue Type: - Bug Report ##### Plugin Name: rhn_register ##### Ansible Version: ``` ansible 2.0.1.0 config file = /home/ansible/esl-playbooks/ansible.cfg configured module search path = Default w/o overrides ``` ##### Ansible Configuration: Only modified roles_path to point to relative location ##### Environment: OS: CentOS 7 ##### Summary: Prior to upgrading to 2.0.1 from 1.9.4 the rhn_register module worked as expected to connect our hosts to our Spacewalk servers ##### Steps To Reproduce: Hostnames have been modified for security reasons. https://gist.github.com/EricVS/a28160c50690ad8111d4 ##### Expected Results: Host to register with Spacewalk ##### Actual Results: Hostnames have been modified for security reasons. Error at the end in: https://gist.github.com/EricVS/a28160c50690ad8111d4
main
rhn register stops working after upgrade from to issue type bug report plugin name rhn register ansible version ansible config file home ansible esl playbooks ansible cfg configured module search path default w o overrides ansible configuration only modified roles path to point to relative location environment os centos summary prior to upgrading to from the rhn register module worked as expected to connect our hosts to our spacewalk servers steps to reproduce hostnames have been modified for security reasons expected results host to register with spacewalk actual results hostnames have been modified for security reasons error at the end in
1
85,452
24,606,463,281
IssuesEvent
2022-10-14 16:41:52
rocm-arch/rocm-arch
https://api.github.com/repos/rocm-arch/rocm-arch
closed
[rocm-llvm-mlir] MIOpenPasses.h.inc: No such file or directory
build error
Opening this as #769 has been close, I still face the same error: ``` export NINJAFLAGS="-j24" export AMDGPU_TARGETS="gfx803" yay -S rocm-llvm-mlir : Checking for conflicts... :: Checking for inner conflicts... [Aur:1] rocm-llvm-mlir-5.1.3-1 1 rocm-llvm-mlir (Build Files Exist) ==> Packages to cleanBuild? ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==> A :: Deleting (1/1): /home/marco/.cache/yay/rocm-llvm-mlir :: (1/1) Downloaded PKGBUILD: rocm-llvm-mlir 1 rocm-llvm-mlir (Build Files Exist) ==> Diffs to show? ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==> :: (1/1) Parsing SRCINFO: rocm-llvm-mlir ==> Making package: rocm-llvm-mlir 5.1.3-1 (Thu 26 May 2022 18:52:59) ==> Retrieving sources... -> Downloading rocm-llvm-mlir-5.1.3.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142M 0 142M 0 0 5048k 0 --:--:-- 0:00:28 --:--:-- 6294k ==> Validating source files with sha256sums... rocm-llvm-mlir-5.1.3.tar.gz ... Passed ==> Making package: rocm-llvm-mlir 5.1.3-1 (Thu 26 May 2022 18:53:28) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found rocm-llvm-mlir-5.1.3.tar.gz ==> Validating source files with sha256sums... rocm-llvm-mlir-5.1.3.tar.gz ... Passed ==> Removing existing $srcdir/ directory... ==> Extracting sources... -> Extracting rocm-llvm-mlir-5.1.3.tar.gz with bsdtar ==> Sources are ready. ==> Making package: rocm-llvm-mlir 5.1.3-1 (Thu 26 May 2022 18:53:34) [...] [ 34%] Building CXX object mlir/lib/Conversion/MIGraphXToTosa/CMakeFiles/obj.MLIRMIGraphXToTosa.dir/MIGraphXToTosaPass.cpp.o In file included from /home/marco/.cache/yay/rocm-llvm-mlir/src/llvm-project-mlir-rocm-5.1.3/mlir/lib/Conversion/MIGraphXToTosa/MIGraphXToTosaPass.cpp:14: /home/marco/.cache/yay/rocm-llvm-mlir/src/llvm-project-mlir-rocm-5.1.3/mlir/lib/Conversion/MIGraphXToTosa/../PassDetail.h:79:10: fatal error: mlir/Conversion/MIOpenPasses.h.inc: No such file or directory 79 | #include "mlir/Conversion/MIOpenPasses.h.inc" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [mlir/lib/Conversion/MIGraphXToTosa/CMakeFiles/obj.MLIRMIGraphXToTosa.dir/build.make:76: mlir/lib/Conversion/MIGraphXToTosa/CMakeFiles/obj.MLIRMIGraphXToTosa.dir/MIGraphXToTosaPass.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:200740: mlir/lib/Conversion/MIGraphXToTosa/CMakeFiles/obj.MLIRMIGraphXToTosa.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: rocm-llvm-mlir ```
1.0
[rocm-llvm-mlir] MIOpenPasses.h.inc: No such file or directory - Opening this as #769 has been close, I still face the same error: ``` export NINJAFLAGS="-j24" export AMDGPU_TARGETS="gfx803" yay -S rocm-llvm-mlir : Checking for conflicts... :: Checking for inner conflicts... [Aur:1] rocm-llvm-mlir-5.1.3-1 1 rocm-llvm-mlir (Build Files Exist) ==> Packages to cleanBuild? ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==> A :: Deleting (1/1): /home/marco/.cache/yay/rocm-llvm-mlir :: (1/1) Downloaded PKGBUILD: rocm-llvm-mlir 1 rocm-llvm-mlir (Build Files Exist) ==> Diffs to show? ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==> :: (1/1) Parsing SRCINFO: rocm-llvm-mlir ==> Making package: rocm-llvm-mlir 5.1.3-1 (Thu 26 May 2022 18:52:59) ==> Retrieving sources... -> Downloading rocm-llvm-mlir-5.1.3.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142M 0 142M 0 0 5048k 0 --:--:-- 0:00:28 --:--:-- 6294k ==> Validating source files with sha256sums... rocm-llvm-mlir-5.1.3.tar.gz ... Passed ==> Making package: rocm-llvm-mlir 5.1.3-1 (Thu 26 May 2022 18:53:28) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found rocm-llvm-mlir-5.1.3.tar.gz ==> Validating source files with sha256sums... rocm-llvm-mlir-5.1.3.tar.gz ... Passed ==> Removing existing $srcdir/ directory... ==> Extracting sources... -> Extracting rocm-llvm-mlir-5.1.3.tar.gz with bsdtar ==> Sources are ready. ==> Making package: rocm-llvm-mlir 5.1.3-1 (Thu 26 May 2022 18:53:34) [...] [ 34%] Building CXX object mlir/lib/Conversion/MIGraphXToTosa/CMakeFiles/obj.MLIRMIGraphXToTosa.dir/MIGraphXToTosaPass.cpp.o In file included from /home/marco/.cache/yay/rocm-llvm-mlir/src/llvm-project-mlir-rocm-5.1.3/mlir/lib/Conversion/MIGraphXToTosa/MIGraphXToTosaPass.cpp:14: /home/marco/.cache/yay/rocm-llvm-mlir/src/llvm-project-mlir-rocm-5.1.3/mlir/lib/Conversion/MIGraphXToTosa/../PassDetail.h:79:10: fatal error: mlir/Conversion/MIOpenPasses.h.inc: No such file or directory 79 | #include "mlir/Conversion/MIOpenPasses.h.inc" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [mlir/lib/Conversion/MIGraphXToTosa/CMakeFiles/obj.MLIRMIGraphXToTosa.dir/build.make:76: mlir/lib/Conversion/MIGraphXToTosa/CMakeFiles/obj.MLIRMIGraphXToTosa.dir/MIGraphXToTosaPass.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:200740: mlir/lib/Conversion/MIGraphXToTosa/CMakeFiles/obj.MLIRMIGraphXToTosa.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: rocm-llvm-mlir ```
non_main
miopenpasses h inc no such file or directory opening this as has been close i still face the same error export ninjaflags export amdgpu targets yay s rocm llvm mlir checking for conflicts checking for inner conflicts rocm llvm mlir rocm llvm mlir build files exist packages to cleanbuild one ll ort nstalled tinstalled or a deleting home marco cache yay rocm llvm mlir downloaded pkgbuild rocm llvm mlir rocm llvm mlir build files exist diffs to show one ll ort nstalled tinstalled or parsing srcinfo rocm llvm mlir making package rocm llvm mlir thu may retrieving sources downloading rocm llvm mlir tar gz total received xferd average speed time time time current dload upload total spent left speed validating source files with rocm llvm mlir tar gz passed making package rocm llvm mlir thu may checking runtime dependencies checking buildtime dependencies retrieving sources found rocm llvm mlir tar gz validating source files with rocm llvm mlir tar gz passed removing existing srcdir directory extracting sources extracting rocm llvm mlir tar gz with bsdtar sources are ready making package rocm llvm mlir thu may building cxx object mlir lib conversion migraphxtotosa cmakefiles obj mlirmigraphxtotosa dir migraphxtotosapass cpp o in file included from home marco cache yay rocm llvm mlir src llvm project mlir rocm mlir lib conversion migraphxtotosa migraphxtotosapass cpp home marco cache yay rocm llvm mlir src llvm project mlir rocm mlir lib conversion migraphxtotosa passdetail h fatal error mlir conversion miopenpasses h inc no such file or directory include mlir conversion miopenpasses h inc compilation terminated make error make error make error error a failure occurred in build aborting error making rocm llvm mlir
0
56,604
32,075,314,885
IssuesEvent
2023-09-25 10:35:56
input-output-hk/mithril
https://api.github.com/repos/input-output-hk/mithril
closed
Client traffic creates performance bottleneck in aggregator
performances :1st_place_medal:
## Issue During our stress test benchmarks of the aggregator, we have noticed that a bottleneck probably exists with the client traffic (sent during phase 2) which leads to unexplained `404` errors when signers send signatures. Here are the result from test ran with `0`, `10` and `50` clients: ```bash $ cargo run --bin load-aggregator -- -vvv --cardano-cli-path mithril-test-lab/mithril-end-to-end/script/mock-cardano-cli --num-signers=100 --num-clients=0 number_of_signers 100 number_of_clients 0 phase duration/ms stress bootstrap 22895 signers registration 5786 signatures registration 27150 signatures registration 28642 signers registration 6286 signatures registration 28635 signatures registration 29608 ``` ```bash $ cargo run --bin load-aggregator -- -vvv --cardano-cli-path mithril-test-lab/mithril-end-to-end/script/mock-cardano-cli --num-signers=100 --num-clients=10 number_of_signers 100 number_of_clients 10 phase duration/ms stress bootstrap 24004 signers registration 5922 signatures registration 29640 signatures registration 28756 signers registration 7195 signatures registration 29504 signatures registration 30565 ``` ```bash $ cargo run --bin load-aggregator -- -vvv --cardano-cli-path mithril-test-lab/mithril-end-to-end/script/mock-cardano-cli --num-signers=100 --num-clients=50 ... Sep 06 09:23:42.368 WARN Signer Signature Registration error caught: Err(Registering signatures for party_id=pool10puufv84j8akal2u9g3cydklua3zfxxcplh5mfzqan70j3wy6zs, expected HTTP code 201 got 404 with the message: .) Sep 06 09:23:42.368 WARN Signer Signature Registration error caught: Err(Registering signatures for party_id=pool16akcun2st7hl5fk62m0scas22mvv2t6swwtmrq28ntpezzw7s4z, expected HTTP code 201 got 404 with the message: .) Sep 06 09:23:42.369 WARN Signer Signature Registration error caught: Err(Registering signatures for party_id=pool1g30svdy0nqlcg74m6d4prs03rnlgq4umcmj7pklhfl96x5t5upw, expected HTTP code 201 got 404 with the message: .) Sep 06 09:23:42.369 WARN Signer Signature Registration error caught: Err(Registering signatures for party_id=pool1qdxnzhg6tjklcda4kex0h4mjxresxym45867h7vznyekxtanpmz, expected HTTP code 201 got 404 with the message: .) Sep 06 09:23:42.369 WARN Signer Signature Registration error caught: Err(Registering signatures for party_id=pool1ju40rw9jw0mdyf2cf3f8gfaqy62maxnzxacm62z65tzys23v8dj, expected HTTP code 201 got 404 with the message: .) Sep 06 09:23:42.369 WARN Signer Signature Registration error caught: Err(Registering signatures for party_id=pool1pngs6k4vunlxlhfhg0gryr645448xrtu390efl6uqjheq5wfswu, expected HTTP code 201 got 404 with the message: .) thread 'main' panicked at 'assertion failed: `(left == right)` left: `0`, right: `99`', mithril-test-lab/mithril-end-to-end/src/bin/load-aggregator/main.rs:236:5 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` ## To do - [x] Explain the bottleneck origin - [x] ~~Fix the aggregator if needed~~ - [x] Fix the stress tester if needed
True
Client traffic creates performance bottleneck in aggregator - ## Issue During our stress test benchmarks of the aggregator, we have noticed that a bottleneck probably exists with the client traffic (sent during phase 2) which leads to unexplained `404` errors when signers send signatures. Here are the result from test ran with `0`, `10` and `50` clients: ```bash $ cargo run --bin load-aggregator -- -vvv --cardano-cli-path mithril-test-lab/mithril-end-to-end/script/mock-cardano-cli --num-signers=100 --num-clients=0 number_of_signers 100 number_of_clients 0 phase duration/ms stress bootstrap 22895 signers registration 5786 signatures registration 27150 signatures registration 28642 signers registration 6286 signatures registration 28635 signatures registration 29608 ``` ```bash $ cargo run --bin load-aggregator -- -vvv --cardano-cli-path mithril-test-lab/mithril-end-to-end/script/mock-cardano-cli --num-signers=100 --num-clients=10 number_of_signers 100 number_of_clients 10 phase duration/ms stress bootstrap 24004 signers registration 5922 signatures registration 29640 signatures registration 28756 signers registration 7195 signatures registration 29504 signatures registration 30565 ``` ```bash $ cargo run --bin load-aggregator -- -vvv --cardano-cli-path mithril-test-lab/mithril-end-to-end/script/mock-cardano-cli --num-signers=100 --num-clients=50 ... Sep 06 09:23:42.368 WARN Signer Signature Registration error caught: Err(Registering signatures for party_id=pool10puufv84j8akal2u9g3cydklua3zfxxcplh5mfzqan70j3wy6zs, expected HTTP code 201 got 404 with the message: .) Sep 06 09:23:42.368 WARN Signer Signature Registration error caught: Err(Registering signatures for party_id=pool16akcun2st7hl5fk62m0scas22mvv2t6swwtmrq28ntpezzw7s4z, expected HTTP code 201 got 404 with the message: .) Sep 06 09:23:42.369 WARN Signer Signature Registration error caught: Err(Registering signatures for party_id=pool1g30svdy0nqlcg74m6d4prs03rnlgq4umcmj7pklhfl96x5t5upw, expected HTTP code 201 got 404 with the message: .) Sep 06 09:23:42.369 WARN Signer Signature Registration error caught: Err(Registering signatures for party_id=pool1qdxnzhg6tjklcda4kex0h4mjxresxym45867h7vznyekxtanpmz, expected HTTP code 201 got 404 with the message: .) Sep 06 09:23:42.369 WARN Signer Signature Registration error caught: Err(Registering signatures for party_id=pool1ju40rw9jw0mdyf2cf3f8gfaqy62maxnzxacm62z65tzys23v8dj, expected HTTP code 201 got 404 with the message: .) Sep 06 09:23:42.369 WARN Signer Signature Registration error caught: Err(Registering signatures for party_id=pool1pngs6k4vunlxlhfhg0gryr645448xrtu390efl6uqjheq5wfswu, expected HTTP code 201 got 404 with the message: .) thread 'main' panicked at 'assertion failed: `(left == right)` left: `0`, right: `99`', mithril-test-lab/mithril-end-to-end/src/bin/load-aggregator/main.rs:236:5 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` ## To do - [x] Explain the bottleneck origin - [x] ~~Fix the aggregator if needed~~ - [x] Fix the stress tester if needed
non_main
client traffic creates performance bottleneck in aggregator issue during our stress test benchmarks of the aggregator we have noticed that a bottleneck probably exists with the client traffic sent during phase which leads to unexplained errors when signers send signatures here are the result from test ran with and clients bash cargo run bin load aggregator vvv cardano cli path mithril test lab mithril end to end script mock cardano cli num signers num clients number of signers number of clients phase duration ms stress bootstrap signers registration signatures registration signatures registration signers registration signatures registration signatures registration bash cargo run bin load aggregator vvv cardano cli path mithril test lab mithril end to end script mock cardano cli num signers num clients number of signers number of clients phase duration ms stress bootstrap signers registration signatures registration signatures registration signers registration signatures registration signatures registration bash cargo run bin load aggregator vvv cardano cli path mithril test lab mithril end to end script mock cardano cli num signers num clients sep warn signer signature registration error caught err registering signatures for party id expected http code got with the message sep warn signer signature registration error caught err registering signatures for party id expected http code got with the message sep warn signer signature registration error caught err registering signatures for party id expected http code got with the message sep warn signer signature registration error caught err registering signatures for party id expected http code got with the message sep warn signer signature registration error caught err registering signatures for party id expected http code got with the message sep warn signer signature registration error caught err registering signatures for party id expected http code got with the message thread main panicked at assertion failed left right left right mithril test lab mithril end to end src bin load aggregator main rs note run with rust backtrace environment variable to display a backtrace to do explain the bottleneck origin fix the aggregator if needed fix the stress tester if needed
0
53,091
10,988,087,368
IssuesEvent
2019-12-02 10:30:54
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
DefaultRelations#getCheckConstraints() returns all checks on first call
C: Code Generation E: All Editions P: Medium T: Defect
A bug in the implementation of `org.jooq.meta.DefaultRelations.getCheckConstraints(TableDefinition)` (of module `jooq-meta`) has the effect of declaring the first table for which the method gets called as the owner of all constraints.
1.0
DefaultRelations#getCheckConstraints() returns all checks on first call - A bug in the implementation of `org.jooq.meta.DefaultRelations.getCheckConstraints(TableDefinition)` (of module `jooq-meta`) has the effect of declaring the first table for which the method gets called as the owner of all constraints.
non_main
defaultrelations getcheckconstraints returns all checks on first call a bug in the implementation of org jooq meta defaultrelations getcheckconstraints tabledefinition of module jooq meta has the effect of declaring the first table for which the method gets called as the owner of all constraints
0
1,931
2,579,077,760
IssuesEvent
2015-02-13 06:21:58
CMPUT301W15T13/TravelPlanner
https://api.github.com/repos/CMPUT301W15T13/TravelPlanner
closed
03.01.01
Testing
As a claimant, I want to give an expense claim one zero or more alphanumeric tags, so that claims can be organized by me into groups. updated 2015-02-09
1.0
03.01.01 - As a claimant, I want to give an expense claim one zero or more alphanumeric tags, so that claims can be organized by me into groups. updated 2015-02-09
non_main
as a claimant i want to give an expense claim one zero or more alphanumeric tags so that claims can be organized by me into groups updated
0
285,610
8,767,159,280
IssuesEvent
2018-12-17 18:54:59
golemfactory/concent
https://api.github.com/repos/golemfactory/concent
closed
The settlement algorithm does not do forced subtask payment matching
_high_priority bug payment use case
As explained in the #996 blueprint, Concent should only take a forced subtask payment into account if the provider has submitted an acceptance with matching subtask ID. Otherwise it should not include its value in `LF`. This was confirmed yesterday by @lukasz-glen: > Do payment matchingu bierze się tylko `ReimburseForNoPayment`. > `ReimburseForSubtask` wykonywane są tylko dla subtasków, które nie dostaną SRA. W przypadku dodatkowej weryfikacji i negatywnej ścieżki UC3.
1.0
The settlement algorithm does not do forced subtask payment matching - As explained in the #996 blueprint, Concent should only take a forced subtask payment into account if the provider has submitted an acceptance with matching subtask ID. Otherwise it should not include its value in `LF`. This was confirmed yesterday by @lukasz-glen: > Do payment matchingu bierze się tylko `ReimburseForNoPayment`. > `ReimburseForSubtask` wykonywane są tylko dla subtasków, które nie dostaną SRA. W przypadku dodatkowej weryfikacji i negatywnej ścieżki UC3.
non_main
the settlement algorithm does not do forced subtask payment matching as explained in the blueprint concent should only take a forced subtask payment into account if the provider has submitted an acceptance with matching subtask id otherwise it should not include its value in lf this was confirmed yesterday by lukasz glen do payment matchingu bierze się tylko reimbursefornopayment reimburseforsubtask wykonywane są tylko dla subtasków które nie dostaną sra w przypadku dodatkowej weryfikacji i negatywnej ścieżki
0
1,364
5,887,835,148
IssuesEvent
2017-05-17 08:36:40
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
win_firewall_rule fails if rule already exists
affects_2.2 bug_report waiting_on_maintainer windows
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> win_firewall_rule ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.2.0 (devel 982db58aff) last updated 2016/09/08 10:42:53 (GMT +200) lib/ansible/modules/core: (detached HEAD db38f0c876) last updated 2016/09/08 10:42:58 (GMT +200) lib/ansible/modules/extras: (detached HEAD 8bfdcfcab2) last updated 2016/09/08 10:43:03 (GMT +200) config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/removed in ansible.cfg (or using the ANSIBLE_* environment variables). --> ##### OS / ENVIRONMENT Managing five Windows Server 2012R2 servers and 1 Ubuntu 16.04.1 LTS server Running Ansible on Ubuntu Gnome 16.04.1 LTS <!--- --> ##### SUMMARY <!--- Explain the problem briefly --> I'm testing a role to install Check_MK Raw on a server and add some windows clients to the monitoring. Most of it works great but if the windows firewall rule I'm trying to add already exists the task fails. My first task adds the rule as intended but the second task that's supposed to just enable the rule to allow ICMP pings that's there but disabled by default fails. My own rule also fails when running the tasks a second time. ##### STEPS TO REPRODUCE <!--- --> Run the following tasks twice <!--- Paste example playbooks or commands between quotes below --> ``` - name: open check_mk agent port (tcp 6556) in windows firewall win_firewall_rule: name: check_mk_agent enable: yes state: present action: allow localport: 6556 protocol: tcp direction: in - name: allow ping in windows firewall win_firewall_rule: name: File and Printer Sharing (Echo Request - ICMPv4-In) enable: yes state: present action: allow direction: in ``` <!--- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!--- What did you expect to happen when running the steps above? --> The port is opened and pings are responded to. ##### ACTUAL RESULTS <!--- What actually happened? If possible run with high verbosity (-vvvv) --> On the first run the port opens and the ping rule fails to enable. On a second run the first rule fails because the name already exists but the values for the rule are somehow different. <!--- Paste verbatim command output between quotes below --> First run: ``` ansible :: ~/Ansible % ansible-playbook -i hosts testing.yml -vvvv Using /etc/ansible/ansible.cfg as config file Loading callback plugin default of type stdout, v2.0 from /home/alexander/Ansible-dev/lib/ansible/plugins/callback/__init__.pyc PLAYBOOK: testing.yml ********************************************************** 1 plays in testing.yml PLAY [testest] ***************************************************************** TASK [setup] ******************************************************************* Using module file /home/alexander/Ansible-dev/lib/ansible/modules/core/windows/setup.ps1 <10.18.50.227> ESTABLISH WINRM CONNECTION FOR USER: administrator on PORT 5986 TO 10.18.50.227 <10.18.50.227> EXEC Set-StrictMode -Version Latest (New-Item -Type Directory -Path $env:temp -Name "ansible-tmp-1473343551.53-126456624515737").FullName | Write-Host -Separator ''; <10.18.50.227> PUT "/tmp/tmpqi3n7G" TO "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343551.53-126456624515737\setup.ps1" <10.18.50.227> EXEC Set-StrictMode -Version Latest Try { & 'C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343551.53-126456624515737\setup.ps1' } Catch { $_obj = @{ failed = $true } If ($_.Exception.GetType) { $_obj.Add('msg', $_.Exception.Message) } Else { $_obj.Add('msg', $_.ToString()) } If ($_.InvocationInfo.PositionMessage) { $_obj.Add('exception', $_.InvocationInfo.PositionMessage) } ElseIf ($_.ScriptStackTrace) { $_obj.Add('exception', $_.ScriptStackTrace) } Try { $_obj.Add('error_record', ($_ | ConvertTo-Json | ConvertFrom-Json)) } Catch { } Echo $_obj | ConvertTo-Json -Compress -Depth 99 Exit 1 } Finally { Remove-Item "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343551.53-126456624515737" -Force -Recurse -ErrorAction SilentlyContinue } ok: [app01] => { "ansible_facts": { "ansible_architecture": "64-bit", "ansible_bios_date": "05-23-2012", "ansible_bios_version": "090006 ", "ansible_date_time": { "date": "2016-09-08", "day": "08", "epoch": "1473350758,17984", "hour": "16", "iso8601": "2016-09-08T14:05:58Z", "iso8601_basic": "20160908T160558117332", "iso8601_basic_short": "20160908T160558", "iso8601_micro": "2016-09-08T14:05:58.117332Z", "minute": "05", "month": "09", "second": "58", "time": "16:05:58", "tz": "W. Europe Standard Time", "tz_offset": "+02:00", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "36", "year": "2016" }, "ansible_distribution": "Microsoft Windows Server 2012 R2 Datacenter", "ansible_distribution_major_version": "6", "ansible_distribution_version": "6.3.9600.0", "ansible_domain": "", "ansible_env": { "ALLUSERSPROFILE": "C:\\ProgramData", "APPDATA": "C:\\Users\\Administrator\\AppData\\Roaming", "COMPUTERNAME": "WIN-PLDULKMKPDS", "ComSpec": "C:\\Windows\\system32\\cmd.exe", "CommonProgramFiles": "C:\\Program Files\\Common Files", "CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files", "CommonProgramW6432": "C:\\Program Files\\Common Files", "FP_NO_HOST_CHECK": "NO", "LOCALAPPDATA": "C:\\Users\\Administrator\\AppData\\Local", "MODULE_COMPLEX_ARGS": "{\"_ansible_version\": \"2.2.0\", \"_ansible_selinux_special_fs\": [\"fuse\", \"nfs\", \"vboxsf\", \"ramfs\"], \"_ansible_no_log\": false, \"gather_timeout\": 10, \"_ansible_module_name\": \"setup\", \"_ansible_verbosity\": 4, \"_ansible_syslog_facility\": \"LOG_USER\", \"gather_subset\": \"all\", \"_ansible_diff\": false, \"_ansible_debug\": false, \"_ansible_check_mode\": false}", "NUMBER_OF_PROCESSORS": "2", "OS": "Windows_NT", "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL", "PROCESSOR_ARCHITECTURE": "AMD64", "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 29 Stepping 1, GenuineIntel", "PROCESSOR_LEVEL": "6", "PROCESSOR_REVISION": "1d01", "PROMPT": "$P$G", "PSExecutionPolicyPreference": "Unrestricted", "PSModulePath": "C:\\Users\\Administrator\\Documents\\WindowsPowerShell\\Modules;C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules", "PUBLIC": "C:\\Users\\Public", "Path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0", "ProgramData": "C:\\ProgramData", "ProgramFiles": "C:\\Program Files", "ProgramFiles(x86)": "C:\\Program Files (x86)", "ProgramW6432": "C:\\Program Files", "SystemDrive": "C:", "SystemRoot": "C:\\Windows", "TEMP": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp", "TMP": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp", "USERDOMAIN": "WIN-PLDULKMKPDS", "USERNAME": "Administrator", "USERPROFILE": "C:\\Users\\Administrator", "windir": "C:\\Windows" }, "ansible_fqdn": "WIN-PLDULKMKPDS.", "ansible_hostname": "WIN-PLDULKMKPDS", "ansible_interfaces": [ { "default_gateway": "10.18.50.254", "dns_domain": "inet.graz", "interface_index": 12, "interface_name": "Microsoft Hyper-V Network Adapter" }, { "default_gateway": null, "dns_domain": null, "interface_index": 14, "interface_name": "Microsoft Hyper-V Network Adapter #2" } ], "ansible_ip_addresses": [ "10.18.50.227", "169.254.180.170" ], "ansible_kernel": "6.3.9600.0", "ansible_lastboot": "2016-09-08 16:03:47Z", "ansible_machine_id": "S-1-5-21-1882059894-3537946932-3193683812", "ansible_memtotal_mb": 4096, "ansible_nodename": "WIN-PLDULKMKPDS.", "ansible_os_family": "Windows", "ansible_os_name": "Microsoft Windows Server 2012 R2 Datacenter", "ansible_owner_contact": "", "ansible_owner_name": "Windows User", "ansible_powershell_version": 4, "ansible_processor": [ "GenuineIntel", "Intel(R) Xeon(R) CPU E7450 @ 2.40GHz", "GenuineIntel", "Intel(R) Xeon(R) CPU E7450 @ 2.40GHz" ], "ansible_processor_cores": 2, "ansible_processor_count": 1, "ansible_processor_threads_per_core": 1, "ansible_processor_vcpus": 2, "ansible_product_name": "Virtual Machine", "ansible_product_serial": "2685-6376-8029-1228-3000-3288-57", "ansible_reboot_pending": false, "ansible_swaptotal_mb": 0, "ansible_system": "Win32NT", "ansible_system_description": "", "ansible_system_vendor": "Microsoft Corporation", "ansible_uptime_seconds": 131, "ansible_user_dir": "C:\\Users\\Administrator", "ansible_user_gecos": "", "ansible_user_id": "Administrator", "ansible_user_sid": "S-1-5-21-1882059894-3537946932-3193683812-500", "ansible_user_uid": 500, "ansible_win_rm_certificate_expires": "2017-06-20 11:28:46", "ansible_windows_domain": "WORKGROUP", "module_setup": true }, "changed": false, "invocation": { "module_name": "setup" } } TASK [open check_mk agent port (tcp 6556) in windows firewall] ***************** task path: /home/alexander/Ansible/testing.yml:6 Using module file /home/alexander/Ansible-dev/lib/ansible/modules/extras/windows/win_firewall_rule.ps1 <10.18.50.227> ESTABLISH WINRM CONNECTION FOR USER: administrator on PORT 5986 TO 10.18.50.227 <10.18.50.227> EXEC Set-StrictMode -Version Latest (New-Item -Type Directory -Path $env:temp -Name "ansible-tmp-1473343561.1-49594745031994").FullName | Write-Host -Separator ''; <10.18.50.227> PUT "/tmp/tmpM6YMhn" TO "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343561.1-49594745031994\win_firewall_rule.ps1" <10.18.50.227> EXEC Set-StrictMode -Version Latest Try { & 'C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343561.1-49594745031994\win_firewall_rule.ps1' } Catch { $_obj = @{ failed = $true } If ($_.Exception.GetType) { $_obj.Add('msg', $_.Exception.Message) } Else { $_obj.Add('msg', $_.ToString()) } If ($_.InvocationInfo.PositionMessage) { $_obj.Add('exception', $_.InvocationInfo.PositionMessage) } ElseIf ($_.ScriptStackTrace) { $_obj.Add('exception', $_.ScriptStackTrace) } Try { $_obj.Add('error_record', ($_ | ConvertTo-Json | ConvertFrom-Json)) } Catch { } Echo $_obj | ConvertTo-Json -Compress -Depth 99 Exit 1 } Finally { Remove-Item "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343561.1-49594745031994" -Force -Recurse -ErrorAction SilentlyContinue } changed: [app01] => { "changed": true, "difference": [], "failed": false, "fwsettings": { "Action": "allow", "Direction": "in", "Enabled": "yes", "LocalIP": "any", "LocalPort": 6556, "Profiles": "any", "Protocol": "tcp", "RemoteIP": "any", "RemotePort": "any", "Rule Name": "check_mk_agent", "Service": "any" }, "invocation": { "module_name": "win_firewall_rule" }, "msg": [ "No rule could be found", "Created firewall rule check_mk_agent" ] } TASK [allow ping in windows firewall] ****************************************** task path: /home/alexander/Ansible/testing.yml:16 Using module file /home/alexander/Ansible-dev/lib/ansible/modules/extras/windows/win_firewall_rule.ps1 <10.18.50.227> ESTABLISH WINRM CONNECTION FOR USER: administrator on PORT 5986 TO 10.18.50.227 <10.18.50.227> EXEC Set-StrictMode -Version Latest (New-Item -Type Directory -Path $env:temp -Name "ansible-tmp-1473343567.55-117769774375936").FullName | Write-Host -Separator ''; <10.18.50.227> PUT "/tmp/tmpcGldOy" TO "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343567.55-117769774375936\win_firewall_rule.ps1" <10.18.50.227> EXEC Set-StrictMode -Version Latest Try { & 'C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343567.55-117769774375936\win_firewall_rule.ps1' } Catch { $_obj = @{ failed = $true } If ($_.Exception.GetType) { $_obj.Add('msg', $_.Exception.Message) } Else { $_obj.Add('msg', $_.ToString()) } If ($_.InvocationInfo.PositionMessage) { $_obj.Add('exception', $_.InvocationInfo.PositionMessage) } ElseIf ($_.ScriptStackTrace) { $_obj.Add('exception', $_.ScriptStackTrace) } Try { $_obj.Add('error_record', ($_ | ConvertTo-Json | ConvertFrom-Json)) } Catch { } Echo $_obj | ConvertTo-Json -Compress -Depth 99 Exit 1 } Finally { Remove-Item "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343567.55-117769774375936" -Force -Recurse -ErrorAction SilentlyContinue } fatal: [app01]: FAILED! => { "changed": false, "error": "The property 'Service' cannot be found on this object. Verify that the property exists.", "failed": true, "invocation": { "module_name": "win_firewall_rule" }, "msg": [ "The rule 'File and Printer Sharing (Echo Request - ICMPv4-In)' exists." ] } to retry, use: --limit @testing.retry PLAY RECAP ********************************************************************* app01 : ok=2 changed=1 unreachable=0 failed=1 ``` Second run: ``` ansible :: ~/Ansible % ansible-playbook -i hosts testing.yml -vvvv Using /etc/ansible/ansible.cfg as config file Loading callback plugin default of type stdout, v2.0 from /home/alexander/Ansible-dev/lib/ansible/plugins/callback/__init__.pyc PLAYBOOK: testing.yml ********************************************************** 1 plays in testing.yml PLAY [testest] ***************************************************************** TASK [setup] ******************************************************************* Using module file /home/alexander/Ansible-dev/lib/ansible/modules/core/windows/setup.ps1 <10.18.50.227> ESTABLISH WINRM CONNECTION FOR USER: administrator on PORT 5986 TO 10.18.50.227 <10.18.50.227> EXEC Set-StrictMode -Version Latest (New-Item -Type Directory -Path $env:temp -Name "ansible-tmp-1473343614.92-105939556746754").FullName | Write-Host -Separator ''; <10.18.50.227> PUT "/tmp/tmpsst72Y" TO "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343614.92-105939556746754\setup.ps1" <10.18.50.227> EXEC Set-StrictMode -Version Latest Try { & 'C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343614.92-105939556746754\setup.ps1' } Catch { $_obj = @{ failed = $true } If ($_.Exception.GetType) { $_obj.Add('msg', $_.Exception.Message) } Else { $_obj.Add('msg', $_.ToString()) } If ($_.InvocationInfo.PositionMessage) { $_obj.Add('exception', $_.InvocationInfo.PositionMessage) } ElseIf ($_.ScriptStackTrace) { $_obj.Add('exception', $_.ScriptStackTrace) } Try { $_obj.Add('error_record', ($_ | ConvertTo-Json | ConvertFrom-Json)) } Catch { } Echo $_obj | ConvertTo-Json -Compress -Depth 99 Exit 1 } Finally { Remove-Item "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343614.92-105939556746754" -Force -Recurse -ErrorAction SilentlyContinue } ok: [app01] => { "ansible_facts": { "ansible_architecture": "64-bit", "ansible_bios_date": "05-23-2012", "ansible_bios_version": "090006 ", "ansible_date_time": { "date": "2016-09-08", "day": "08", "epoch": "1473350820,18939", "hour": "16", "iso8601": "2016-09-08T14:07:00Z", "iso8601_basic": "20160908T160700158138", "iso8601_basic_short": "20160908T160700", "iso8601_micro": "2016-09-08T14:07:00.158138Z", "minute": "07", "month": "09", "second": "00", "time": "16:07:00", "tz": "W. Europe Standard Time", "tz_offset": "+02:00", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "36", "year": "2016" }, "ansible_distribution": "Microsoft Windows Server 2012 R2 Datacenter", "ansible_distribution_major_version": "6", "ansible_distribution_version": "6.3.9600.0", "ansible_domain": "", "ansible_env": { "ALLUSERSPROFILE": "C:\\ProgramData", "APPDATA": "C:\\Users\\Administrator\\AppData\\Roaming", "COMPUTERNAME": "WIN-PLDULKMKPDS", "ComSpec": "C:\\Windows\\system32\\cmd.exe", "CommonProgramFiles": "C:\\Program Files\\Common Files", "CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files", "CommonProgramW6432": "C:\\Program Files\\Common Files", "FP_NO_HOST_CHECK": "NO", "LOCALAPPDATA": "C:\\Users\\Administrator\\AppData\\Local", "MODULE_COMPLEX_ARGS": "{\"_ansible_version\": \"2.2.0\", \"_ansible_selinux_special_fs\": [\"fuse\", \"nfs\", \"vboxsf\", \"ramfs\"], \"_ansible_no_log\": false, \"gather_timeout\": 10, \"_ansible_module_name\": \"setup\", \"_ansible_verbosity\": 4, \"_ansible_syslog_facility\": \"LOG_USER\", \"gather_subset\": \"all\", \"_ansible_diff\": false, \"_ansible_debug\": false, \"_ansible_check_mode\": false}", "NUMBER_OF_PROCESSORS": "2", "OS": "Windows_NT", "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL", "PROCESSOR_ARCHITECTURE": "AMD64", "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 29 Stepping 1, GenuineIntel", "PROCESSOR_LEVEL": "6", "PROCESSOR_REVISION": "1d01", "PROMPT": "$P$G", "PSExecutionPolicyPreference": "Unrestricted", "PSModulePath": "C:\\Users\\Administrator\\Documents\\WindowsPowerShell\\Modules;C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules", "PUBLIC": "C:\\Users\\Public", "Path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0", "ProgramData": "C:\\ProgramData", "ProgramFiles": "C:\\Program Files", "ProgramFiles(x86)": "C:\\Program Files (x86)", "ProgramW6432": "C:\\Program Files", "SystemDrive": "C:", "SystemRoot": "C:\\Windows", "TEMP": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp", "TMP": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp", "USERDOMAIN": "WIN-PLDULKMKPDS", "USERNAME": "Administrator", "USERPROFILE": "C:\\Users\\Administrator", "windir": "C:\\Windows" }, "ansible_fqdn": "WIN-PLDULKMKPDS.", "ansible_hostname": "WIN-PLDULKMKPDS", "ansible_interfaces": [ { "default_gateway": "10.18.50.254", "dns_domain": "inet.graz", "interface_index": 12, "interface_name": "Microsoft Hyper-V Network Adapter" }, { "default_gateway": null, "dns_domain": null, "interface_index": 14, "interface_name": "Microsoft Hyper-V Network Adapter #2" } ], "ansible_ip_addresses": [ "10.18.50.227", "169.254.180.170" ], "ansible_kernel": "6.3.9600.0", "ansible_lastboot": "2016-09-08 16:03:47Z", "ansible_machine_id": "S-1-5-21-1882059894-3537946932-3193683812", "ansible_memtotal_mb": 4096, "ansible_nodename": "WIN-PLDULKMKPDS.", "ansible_os_family": "Windows", "ansible_os_name": "Microsoft Windows Server 2012 R2 Datacenter", "ansible_owner_contact": "", "ansible_owner_name": "Windows User", "ansible_powershell_version": 4, "ansible_processor": [ "GenuineIntel", "Intel(R) Xeon(R) CPU E7450 @ 2.40GHz", "GenuineIntel", "Intel(R) Xeon(R) CPU E7450 @ 2.40GHz" ], "ansible_processor_cores": 2, "ansible_processor_count": 1, "ansible_processor_threads_per_core": 1, "ansible_processor_vcpus": 2, "ansible_product_name": "Virtual Machine", "ansible_product_serial": "2685-6376-8029-1228-3000-3288-57", "ansible_reboot_pending": false, "ansible_swaptotal_mb": 0, "ansible_system": "Win32NT", "ansible_system_description": "", "ansible_system_vendor": "Microsoft Corporation", "ansible_uptime_seconds": 193, "ansible_user_dir": "C:\\Users\\Administrator", "ansible_user_gecos": "", "ansible_user_id": "Administrator", "ansible_user_sid": "S-1-5-21-1882059894-3537946932-3193683812-500", "ansible_user_uid": 500, "ansible_win_rm_certificate_expires": "2017-06-20 11:28:46", "ansible_windows_domain": "WORKGROUP", "module_setup": true }, "changed": false, "invocation": { "module_name": "setup" } } TASK [open check_mk agent port (tcp 6556) in windows firewall] ***************** task path: /home/alexander/Ansible/testing.yml:6 Using module file /home/alexander/Ansible-dev/lib/ansible/modules/extras/windows/win_firewall_rule.ps1 <10.18.50.227> ESTABLISH WINRM CONNECTION FOR USER: administrator on PORT 5986 TO 10.18.50.227 <10.18.50.227> EXEC Set-StrictMode -Version Latest (New-Item -Type Directory -Path $env:temp -Name "ansible-tmp-1473343621.97-27300945517997").FullName | Write-Host -Separator ''; <10.18.50.227> PUT "/tmp/tmpHBHPA_" TO "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343621.97-27300945517997\win_firewall_rule.ps1" <10.18.50.227> EXEC Set-StrictMode -Version Latest Try { & 'C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343621.97-27300945517997\win_firewall_rule.ps1' } Catch { $_obj = @{ failed = $true } If ($_.Exception.GetType) { $_obj.Add('msg', $_.Exception.Message) } Else { $_obj.Add('msg', $_.ToString()) } If ($_.InvocationInfo.PositionMessage) { $_obj.Add('exception', $_.InvocationInfo.PositionMessage) } ElseIf ($_.ScriptStackTrace) { $_obj.Add('exception', $_.ScriptStackTrace) } Try { $_obj.Add('error_record', ($_ | ConvertTo-Json | ConvertFrom-Json)) } Catch { } Echo $_obj | ConvertTo-Json -Compress -Depth 99 Exit 1 } Finally { Remove-Item "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343621.97-27300945517997" -Force -Recurse -ErrorAction SilentlyContinue } fatal: [app01]: FAILED! => { "changed": false, "difference": [ "any" ], "failed": true, "fwsettings": { "Action": "allow", "Direction": "in", "Enabled": "yes", "LocalIP": "any", "LocalPort": 6556, "Profiles": "any", "Protocol": "tcp", "RemoteIP": "any", "RemotePort": "any", "Rule Name": "check_mk_agent", "Service": "any" }, "invocation": { "module_name": "win_firewall_rule" }, "msg": [ "The rule 'check_mk_agent' exists.", "The rule exists but has different values", "There was already a rule check_mk_agent with different values, use force=True to overwrite it" ] } to retry, use: --limit @testing.retry PLAY RECAP ********************************************************************* app01 : ok=1 changed=0 unreachable=0 failed=1 ```
True
win_firewall_rule fails if rule already exists - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> win_firewall_rule ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.2.0 (devel 982db58aff) last updated 2016/09/08 10:42:53 (GMT +200) lib/ansible/modules/core: (detached HEAD db38f0c876) last updated 2016/09/08 10:42:58 (GMT +200) lib/ansible/modules/extras: (detached HEAD 8bfdcfcab2) last updated 2016/09/08 10:43:03 (GMT +200) config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/removed in ansible.cfg (or using the ANSIBLE_* environment variables). --> ##### OS / ENVIRONMENT Managing five Windows Server 2012R2 servers and 1 Ubuntu 16.04.1 LTS server Running Ansible on Ubuntu Gnome 16.04.1 LTS <!--- --> ##### SUMMARY <!--- Explain the problem briefly --> I'm testing a role to install Check_MK Raw on a server and add some windows clients to the monitoring. Most of it works great but if the windows firewall rule I'm trying to add already exists the task fails. My first task adds the rule as intended but the second task that's supposed to just enable the rule to allow ICMP pings that's there but disabled by default fails. My own rule also fails when running the tasks a second time. ##### STEPS TO REPRODUCE <!--- --> Run the following tasks twice <!--- Paste example playbooks or commands between quotes below --> ``` - name: open check_mk agent port (tcp 6556) in windows firewall win_firewall_rule: name: check_mk_agent enable: yes state: present action: allow localport: 6556 protocol: tcp direction: in - name: allow ping in windows firewall win_firewall_rule: name: File and Printer Sharing (Echo Request - ICMPv4-In) enable: yes state: present action: allow direction: in ``` <!--- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!--- What did you expect to happen when running the steps above? --> The port is opened and pings are responded to. ##### ACTUAL RESULTS <!--- What actually happened? If possible run with high verbosity (-vvvv) --> On the first run the port opens and the ping rule fails to enable. On a second run the first rule fails because the name already exists but the values for the rule are somehow different. <!--- Paste verbatim command output between quotes below --> First run: ``` ansible :: ~/Ansible % ansible-playbook -i hosts testing.yml -vvvv Using /etc/ansible/ansible.cfg as config file Loading callback plugin default of type stdout, v2.0 from /home/alexander/Ansible-dev/lib/ansible/plugins/callback/__init__.pyc PLAYBOOK: testing.yml ********************************************************** 1 plays in testing.yml PLAY [testest] ***************************************************************** TASK [setup] ******************************************************************* Using module file /home/alexander/Ansible-dev/lib/ansible/modules/core/windows/setup.ps1 <10.18.50.227> ESTABLISH WINRM CONNECTION FOR USER: administrator on PORT 5986 TO 10.18.50.227 <10.18.50.227> EXEC Set-StrictMode -Version Latest (New-Item -Type Directory -Path $env:temp -Name "ansible-tmp-1473343551.53-126456624515737").FullName | Write-Host -Separator ''; <10.18.50.227> PUT "/tmp/tmpqi3n7G" TO "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343551.53-126456624515737\setup.ps1" <10.18.50.227> EXEC Set-StrictMode -Version Latest Try { & 'C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343551.53-126456624515737\setup.ps1' } Catch { $_obj = @{ failed = $true } If ($_.Exception.GetType) { $_obj.Add('msg', $_.Exception.Message) } Else { $_obj.Add('msg', $_.ToString()) } If ($_.InvocationInfo.PositionMessage) { $_obj.Add('exception', $_.InvocationInfo.PositionMessage) } ElseIf ($_.ScriptStackTrace) { $_obj.Add('exception', $_.ScriptStackTrace) } Try { $_obj.Add('error_record', ($_ | ConvertTo-Json | ConvertFrom-Json)) } Catch { } Echo $_obj | ConvertTo-Json -Compress -Depth 99 Exit 1 } Finally { Remove-Item "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343551.53-126456624515737" -Force -Recurse -ErrorAction SilentlyContinue } ok: [app01] => { "ansible_facts": { "ansible_architecture": "64-bit", "ansible_bios_date": "05-23-2012", "ansible_bios_version": "090006 ", "ansible_date_time": { "date": "2016-09-08", "day": "08", "epoch": "1473350758,17984", "hour": "16", "iso8601": "2016-09-08T14:05:58Z", "iso8601_basic": "20160908T160558117332", "iso8601_basic_short": "20160908T160558", "iso8601_micro": "2016-09-08T14:05:58.117332Z", "minute": "05", "month": "09", "second": "58", "time": "16:05:58", "tz": "W. Europe Standard Time", "tz_offset": "+02:00", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "36", "year": "2016" }, "ansible_distribution": "Microsoft Windows Server 2012 R2 Datacenter", "ansible_distribution_major_version": "6", "ansible_distribution_version": "6.3.9600.0", "ansible_domain": "", "ansible_env": { "ALLUSERSPROFILE": "C:\\ProgramData", "APPDATA": "C:\\Users\\Administrator\\AppData\\Roaming", "COMPUTERNAME": "WIN-PLDULKMKPDS", "ComSpec": "C:\\Windows\\system32\\cmd.exe", "CommonProgramFiles": "C:\\Program Files\\Common Files", "CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files", "CommonProgramW6432": "C:\\Program Files\\Common Files", "FP_NO_HOST_CHECK": "NO", "LOCALAPPDATA": "C:\\Users\\Administrator\\AppData\\Local", "MODULE_COMPLEX_ARGS": "{\"_ansible_version\": \"2.2.0\", \"_ansible_selinux_special_fs\": [\"fuse\", \"nfs\", \"vboxsf\", \"ramfs\"], \"_ansible_no_log\": false, \"gather_timeout\": 10, \"_ansible_module_name\": \"setup\", \"_ansible_verbosity\": 4, \"_ansible_syslog_facility\": \"LOG_USER\", \"gather_subset\": \"all\", \"_ansible_diff\": false, \"_ansible_debug\": false, \"_ansible_check_mode\": false}", "NUMBER_OF_PROCESSORS": "2", "OS": "Windows_NT", "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL", "PROCESSOR_ARCHITECTURE": "AMD64", "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 29 Stepping 1, GenuineIntel", "PROCESSOR_LEVEL": "6", "PROCESSOR_REVISION": "1d01", "PROMPT": "$P$G", "PSExecutionPolicyPreference": "Unrestricted", "PSModulePath": "C:\\Users\\Administrator\\Documents\\WindowsPowerShell\\Modules;C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules", "PUBLIC": "C:\\Users\\Public", "Path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0", "ProgramData": "C:\\ProgramData", "ProgramFiles": "C:\\Program Files", "ProgramFiles(x86)": "C:\\Program Files (x86)", "ProgramW6432": "C:\\Program Files", "SystemDrive": "C:", "SystemRoot": "C:\\Windows", "TEMP": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp", "TMP": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp", "USERDOMAIN": "WIN-PLDULKMKPDS", "USERNAME": "Administrator", "USERPROFILE": "C:\\Users\\Administrator", "windir": "C:\\Windows" }, "ansible_fqdn": "WIN-PLDULKMKPDS.", "ansible_hostname": "WIN-PLDULKMKPDS", "ansible_interfaces": [ { "default_gateway": "10.18.50.254", "dns_domain": "inet.graz", "interface_index": 12, "interface_name": "Microsoft Hyper-V Network Adapter" }, { "default_gateway": null, "dns_domain": null, "interface_index": 14, "interface_name": "Microsoft Hyper-V Network Adapter #2" } ], "ansible_ip_addresses": [ "10.18.50.227", "169.254.180.170" ], "ansible_kernel": "6.3.9600.0", "ansible_lastboot": "2016-09-08 16:03:47Z", "ansible_machine_id": "S-1-5-21-1882059894-3537946932-3193683812", "ansible_memtotal_mb": 4096, "ansible_nodename": "WIN-PLDULKMKPDS.", "ansible_os_family": "Windows", "ansible_os_name": "Microsoft Windows Server 2012 R2 Datacenter", "ansible_owner_contact": "", "ansible_owner_name": "Windows User", "ansible_powershell_version": 4, "ansible_processor": [ "GenuineIntel", "Intel(R) Xeon(R) CPU E7450 @ 2.40GHz", "GenuineIntel", "Intel(R) Xeon(R) CPU E7450 @ 2.40GHz" ], "ansible_processor_cores": 2, "ansible_processor_count": 1, "ansible_processor_threads_per_core": 1, "ansible_processor_vcpus": 2, "ansible_product_name": "Virtual Machine", "ansible_product_serial": "2685-6376-8029-1228-3000-3288-57", "ansible_reboot_pending": false, "ansible_swaptotal_mb": 0, "ansible_system": "Win32NT", "ansible_system_description": "", "ansible_system_vendor": "Microsoft Corporation", "ansible_uptime_seconds": 131, "ansible_user_dir": "C:\\Users\\Administrator", "ansible_user_gecos": "", "ansible_user_id": "Administrator", "ansible_user_sid": "S-1-5-21-1882059894-3537946932-3193683812-500", "ansible_user_uid": 500, "ansible_win_rm_certificate_expires": "2017-06-20 11:28:46", "ansible_windows_domain": "WORKGROUP", "module_setup": true }, "changed": false, "invocation": { "module_name": "setup" } } TASK [open check_mk agent port (tcp 6556) in windows firewall] ***************** task path: /home/alexander/Ansible/testing.yml:6 Using module file /home/alexander/Ansible-dev/lib/ansible/modules/extras/windows/win_firewall_rule.ps1 <10.18.50.227> ESTABLISH WINRM CONNECTION FOR USER: administrator on PORT 5986 TO 10.18.50.227 <10.18.50.227> EXEC Set-StrictMode -Version Latest (New-Item -Type Directory -Path $env:temp -Name "ansible-tmp-1473343561.1-49594745031994").FullName | Write-Host -Separator ''; <10.18.50.227> PUT "/tmp/tmpM6YMhn" TO "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343561.1-49594745031994\win_firewall_rule.ps1" <10.18.50.227> EXEC Set-StrictMode -Version Latest Try { & 'C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343561.1-49594745031994\win_firewall_rule.ps1' } Catch { $_obj = @{ failed = $true } If ($_.Exception.GetType) { $_obj.Add('msg', $_.Exception.Message) } Else { $_obj.Add('msg', $_.ToString()) } If ($_.InvocationInfo.PositionMessage) { $_obj.Add('exception', $_.InvocationInfo.PositionMessage) } ElseIf ($_.ScriptStackTrace) { $_obj.Add('exception', $_.ScriptStackTrace) } Try { $_obj.Add('error_record', ($_ | ConvertTo-Json | ConvertFrom-Json)) } Catch { } Echo $_obj | ConvertTo-Json -Compress -Depth 99 Exit 1 } Finally { Remove-Item "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343561.1-49594745031994" -Force -Recurse -ErrorAction SilentlyContinue } changed: [app01] => { "changed": true, "difference": [], "failed": false, "fwsettings": { "Action": "allow", "Direction": "in", "Enabled": "yes", "LocalIP": "any", "LocalPort": 6556, "Profiles": "any", "Protocol": "tcp", "RemoteIP": "any", "RemotePort": "any", "Rule Name": "check_mk_agent", "Service": "any" }, "invocation": { "module_name": "win_firewall_rule" }, "msg": [ "No rule could be found", "Created firewall rule check_mk_agent" ] } TASK [allow ping in windows firewall] ****************************************** task path: /home/alexander/Ansible/testing.yml:16 Using module file /home/alexander/Ansible-dev/lib/ansible/modules/extras/windows/win_firewall_rule.ps1 <10.18.50.227> ESTABLISH WINRM CONNECTION FOR USER: administrator on PORT 5986 TO 10.18.50.227 <10.18.50.227> EXEC Set-StrictMode -Version Latest (New-Item -Type Directory -Path $env:temp -Name "ansible-tmp-1473343567.55-117769774375936").FullName | Write-Host -Separator ''; <10.18.50.227> PUT "/tmp/tmpcGldOy" TO "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343567.55-117769774375936\win_firewall_rule.ps1" <10.18.50.227> EXEC Set-StrictMode -Version Latest Try { & 'C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343567.55-117769774375936\win_firewall_rule.ps1' } Catch { $_obj = @{ failed = $true } If ($_.Exception.GetType) { $_obj.Add('msg', $_.Exception.Message) } Else { $_obj.Add('msg', $_.ToString()) } If ($_.InvocationInfo.PositionMessage) { $_obj.Add('exception', $_.InvocationInfo.PositionMessage) } ElseIf ($_.ScriptStackTrace) { $_obj.Add('exception', $_.ScriptStackTrace) } Try { $_obj.Add('error_record', ($_ | ConvertTo-Json | ConvertFrom-Json)) } Catch { } Echo $_obj | ConvertTo-Json -Compress -Depth 99 Exit 1 } Finally { Remove-Item "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343567.55-117769774375936" -Force -Recurse -ErrorAction SilentlyContinue } fatal: [app01]: FAILED! => { "changed": false, "error": "The property 'Service' cannot be found on this object. Verify that the property exists.", "failed": true, "invocation": { "module_name": "win_firewall_rule" }, "msg": [ "The rule 'File and Printer Sharing (Echo Request - ICMPv4-In)' exists." ] } to retry, use: --limit @testing.retry PLAY RECAP ********************************************************************* app01 : ok=2 changed=1 unreachable=0 failed=1 ``` Second run: ``` ansible :: ~/Ansible % ansible-playbook -i hosts testing.yml -vvvv Using /etc/ansible/ansible.cfg as config file Loading callback plugin default of type stdout, v2.0 from /home/alexander/Ansible-dev/lib/ansible/plugins/callback/__init__.pyc PLAYBOOK: testing.yml ********************************************************** 1 plays in testing.yml PLAY [testest] ***************************************************************** TASK [setup] ******************************************************************* Using module file /home/alexander/Ansible-dev/lib/ansible/modules/core/windows/setup.ps1 <10.18.50.227> ESTABLISH WINRM CONNECTION FOR USER: administrator on PORT 5986 TO 10.18.50.227 <10.18.50.227> EXEC Set-StrictMode -Version Latest (New-Item -Type Directory -Path $env:temp -Name "ansible-tmp-1473343614.92-105939556746754").FullName | Write-Host -Separator ''; <10.18.50.227> PUT "/tmp/tmpsst72Y" TO "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343614.92-105939556746754\setup.ps1" <10.18.50.227> EXEC Set-StrictMode -Version Latest Try { & 'C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343614.92-105939556746754\setup.ps1' } Catch { $_obj = @{ failed = $true } If ($_.Exception.GetType) { $_obj.Add('msg', $_.Exception.Message) } Else { $_obj.Add('msg', $_.ToString()) } If ($_.InvocationInfo.PositionMessage) { $_obj.Add('exception', $_.InvocationInfo.PositionMessage) } ElseIf ($_.ScriptStackTrace) { $_obj.Add('exception', $_.ScriptStackTrace) } Try { $_obj.Add('error_record', ($_ | ConvertTo-Json | ConvertFrom-Json)) } Catch { } Echo $_obj | ConvertTo-Json -Compress -Depth 99 Exit 1 } Finally { Remove-Item "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343614.92-105939556746754" -Force -Recurse -ErrorAction SilentlyContinue } ok: [app01] => { "ansible_facts": { "ansible_architecture": "64-bit", "ansible_bios_date": "05-23-2012", "ansible_bios_version": "090006 ", "ansible_date_time": { "date": "2016-09-08", "day": "08", "epoch": "1473350820,18939", "hour": "16", "iso8601": "2016-09-08T14:07:00Z", "iso8601_basic": "20160908T160700158138", "iso8601_basic_short": "20160908T160700", "iso8601_micro": "2016-09-08T14:07:00.158138Z", "minute": "07", "month": "09", "second": "00", "time": "16:07:00", "tz": "W. Europe Standard Time", "tz_offset": "+02:00", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "36", "year": "2016" }, "ansible_distribution": "Microsoft Windows Server 2012 R2 Datacenter", "ansible_distribution_major_version": "6", "ansible_distribution_version": "6.3.9600.0", "ansible_domain": "", "ansible_env": { "ALLUSERSPROFILE": "C:\\ProgramData", "APPDATA": "C:\\Users\\Administrator\\AppData\\Roaming", "COMPUTERNAME": "WIN-PLDULKMKPDS", "ComSpec": "C:\\Windows\\system32\\cmd.exe", "CommonProgramFiles": "C:\\Program Files\\Common Files", "CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files", "CommonProgramW6432": "C:\\Program Files\\Common Files", "FP_NO_HOST_CHECK": "NO", "LOCALAPPDATA": "C:\\Users\\Administrator\\AppData\\Local", "MODULE_COMPLEX_ARGS": "{\"_ansible_version\": \"2.2.0\", \"_ansible_selinux_special_fs\": [\"fuse\", \"nfs\", \"vboxsf\", \"ramfs\"], \"_ansible_no_log\": false, \"gather_timeout\": 10, \"_ansible_module_name\": \"setup\", \"_ansible_verbosity\": 4, \"_ansible_syslog_facility\": \"LOG_USER\", \"gather_subset\": \"all\", \"_ansible_diff\": false, \"_ansible_debug\": false, \"_ansible_check_mode\": false}", "NUMBER_OF_PROCESSORS": "2", "OS": "Windows_NT", "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL", "PROCESSOR_ARCHITECTURE": "AMD64", "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 29 Stepping 1, GenuineIntel", "PROCESSOR_LEVEL": "6", "PROCESSOR_REVISION": "1d01", "PROMPT": "$P$G", "PSExecutionPolicyPreference": "Unrestricted", "PSModulePath": "C:\\Users\\Administrator\\Documents\\WindowsPowerShell\\Modules;C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules", "PUBLIC": "C:\\Users\\Public", "Path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0", "ProgramData": "C:\\ProgramData", "ProgramFiles": "C:\\Program Files", "ProgramFiles(x86)": "C:\\Program Files (x86)", "ProgramW6432": "C:\\Program Files", "SystemDrive": "C:", "SystemRoot": "C:\\Windows", "TEMP": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp", "TMP": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp", "USERDOMAIN": "WIN-PLDULKMKPDS", "USERNAME": "Administrator", "USERPROFILE": "C:\\Users\\Administrator", "windir": "C:\\Windows" }, "ansible_fqdn": "WIN-PLDULKMKPDS.", "ansible_hostname": "WIN-PLDULKMKPDS", "ansible_interfaces": [ { "default_gateway": "10.18.50.254", "dns_domain": "inet.graz", "interface_index": 12, "interface_name": "Microsoft Hyper-V Network Adapter" }, { "default_gateway": null, "dns_domain": null, "interface_index": 14, "interface_name": "Microsoft Hyper-V Network Adapter #2" } ], "ansible_ip_addresses": [ "10.18.50.227", "169.254.180.170" ], "ansible_kernel": "6.3.9600.0", "ansible_lastboot": "2016-09-08 16:03:47Z", "ansible_machine_id": "S-1-5-21-1882059894-3537946932-3193683812", "ansible_memtotal_mb": 4096, "ansible_nodename": "WIN-PLDULKMKPDS.", "ansible_os_family": "Windows", "ansible_os_name": "Microsoft Windows Server 2012 R2 Datacenter", "ansible_owner_contact": "", "ansible_owner_name": "Windows User", "ansible_powershell_version": 4, "ansible_processor": [ "GenuineIntel", "Intel(R) Xeon(R) CPU E7450 @ 2.40GHz", "GenuineIntel", "Intel(R) Xeon(R) CPU E7450 @ 2.40GHz" ], "ansible_processor_cores": 2, "ansible_processor_count": 1, "ansible_processor_threads_per_core": 1, "ansible_processor_vcpus": 2, "ansible_product_name": "Virtual Machine", "ansible_product_serial": "2685-6376-8029-1228-3000-3288-57", "ansible_reboot_pending": false, "ansible_swaptotal_mb": 0, "ansible_system": "Win32NT", "ansible_system_description": "", "ansible_system_vendor": "Microsoft Corporation", "ansible_uptime_seconds": 193, "ansible_user_dir": "C:\\Users\\Administrator", "ansible_user_gecos": "", "ansible_user_id": "Administrator", "ansible_user_sid": "S-1-5-21-1882059894-3537946932-3193683812-500", "ansible_user_uid": 500, "ansible_win_rm_certificate_expires": "2017-06-20 11:28:46", "ansible_windows_domain": "WORKGROUP", "module_setup": true }, "changed": false, "invocation": { "module_name": "setup" } } TASK [open check_mk agent port (tcp 6556) in windows firewall] ***************** task path: /home/alexander/Ansible/testing.yml:6 Using module file /home/alexander/Ansible-dev/lib/ansible/modules/extras/windows/win_firewall_rule.ps1 <10.18.50.227> ESTABLISH WINRM CONNECTION FOR USER: administrator on PORT 5986 TO 10.18.50.227 <10.18.50.227> EXEC Set-StrictMode -Version Latest (New-Item -Type Directory -Path $env:temp -Name "ansible-tmp-1473343621.97-27300945517997").FullName | Write-Host -Separator ''; <10.18.50.227> PUT "/tmp/tmpHBHPA_" TO "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343621.97-27300945517997\win_firewall_rule.ps1" <10.18.50.227> EXEC Set-StrictMode -Version Latest Try { & 'C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343621.97-27300945517997\win_firewall_rule.ps1' } Catch { $_obj = @{ failed = $true } If ($_.Exception.GetType) { $_obj.Add('msg', $_.Exception.Message) } Else { $_obj.Add('msg', $_.ToString()) } If ($_.InvocationInfo.PositionMessage) { $_obj.Add('exception', $_.InvocationInfo.PositionMessage) } ElseIf ($_.ScriptStackTrace) { $_obj.Add('exception', $_.ScriptStackTrace) } Try { $_obj.Add('error_record', ($_ | ConvertTo-Json | ConvertFrom-Json)) } Catch { } Echo $_obj | ConvertTo-Json -Compress -Depth 99 Exit 1 } Finally { Remove-Item "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1473343621.97-27300945517997" -Force -Recurse -ErrorAction SilentlyContinue } fatal: [app01]: FAILED! => { "changed": false, "difference": [ "any" ], "failed": true, "fwsettings": { "Action": "allow", "Direction": "in", "Enabled": "yes", "LocalIP": "any", "LocalPort": 6556, "Profiles": "any", "Protocol": "tcp", "RemoteIP": "any", "RemotePort": "any", "Rule Name": "check_mk_agent", "Service": "any" }, "invocation": { "module_name": "win_firewall_rule" }, "msg": [ "The rule 'check_mk_agent' exists.", "The rule exists but has different values", "There was already a rule check_mk_agent with different values, use force=True to overwrite it" ] } to retry, use: --limit @testing.retry PLAY RECAP ********************************************************************* app01 : ok=1 changed=0 unreachable=0 failed=1 ```
main
win firewall rule fails if rule already exists issue type bug report component name win firewall rule ansible version ansible devel last updated gmt lib ansible modules core detached head last updated gmt lib ansible modules extras detached head last updated gmt config file etc ansible ansible cfg configured module search path default w o overrides configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment variables os environment managing five windows server servers and ubuntu lts server running ansible on ubuntu gnome lts summary i m testing a role to install check mk raw on a server and add some windows clients to the monitoring most of it works great but if the windows firewall rule i m trying to add already exists the task fails my first task adds the rule as intended but the second task that s supposed to just enable the rule to allow icmp pings that s there but disabled by default fails my own rule also fails when running the tasks a second time steps to reproduce run the following tasks twice name open check mk agent port tcp in windows firewall win firewall rule name check mk agent enable yes state present action allow localport protocol tcp direction in name allow ping in windows firewall win firewall rule name file and printer sharing echo request in enable yes state present action allow direction in expected results the port is opened and pings are responded to actual results on the first run the port opens and the ping rule fails to enable on a second run the first rule fails because the name already exists but the values for the rule are somehow different first run ansible ansible ansible playbook i hosts testing yml vvvv using etc ansible ansible cfg as config file loading callback plugin default of type stdout from home alexander ansible dev lib ansible plugins callback init pyc playbook testing yml plays in testing yml play task using module file home alexander ansible dev lib ansible modules core windows setup establish winrm connection for user administrator on port to exec set strictmode version latest new item type directory path env temp name ansible tmp fullname write host separator put tmp to c users administrator appdata local temp ansible tmp setup exec set strictmode version latest try c users administrator appdata local temp ansible tmp setup catch obj failed true if exception gettype obj add msg exception message else obj add msg tostring if invocationinfo positionmessage obj add exception invocationinfo positionmessage elseif scriptstacktrace obj add exception scriptstacktrace try obj add error record convertto json convertfrom json catch echo obj convertto json compress depth exit finally remove item c users administrator appdata local temp ansible tmp force recurse erroraction silentlycontinue ok ansible facts ansible architecture bit ansible bios date ansible bios version ansible date time date day epoch hour basic basic short micro minute month second time tz w europe standard time tz offset weekday thursday weekday number weeknumber year ansible distribution microsoft windows server datacenter ansible distribution major version ansible distribution version ansible domain ansible env allusersprofile c programdata appdata c users administrator appdata roaming computername win pldulkmkpds comspec c windows cmd exe commonprogramfiles c program files common files commonprogramfiles c program files common files c program files common files fp no host check no localappdata c users administrator appdata local module complex args ansible version ansible selinux special fs ansible no log false gather timeout ansible module name setup ansible verbosity ansible syslog facility log user gather subset all ansible diff false ansible debug false ansible check mode false number of processors os windows nt pathext com exe bat cmd vbs vbe js jse wsf wsh msc cpl processor architecture processor identifier family model stepping genuineintel processor level processor revision prompt p g psexecutionpolicypreference unrestricted psmodulepath c users administrator documents windowspowershell modules c program files windowspowershell modules c windows windowspowershell modules public c users public path c windows c windows c windows wbem c windows windowspowershell programdata c programdata programfiles c program files programfiles c program files c program files systemdrive c systemroot c windows temp c users admini appdata local temp tmp c users admini appdata local temp userdomain win pldulkmkpds username administrator userprofile c users administrator windir c windows ansible fqdn win pldulkmkpds ansible hostname win pldulkmkpds ansible interfaces default gateway dns domain inet graz interface index interface name microsoft hyper v network adapter default gateway null dns domain null interface index interface name microsoft hyper v network adapter ansible ip addresses ansible kernel ansible lastboot ansible machine id s ansible memtotal mb ansible nodename win pldulkmkpds ansible os family windows ansible os name microsoft windows server datacenter ansible owner contact ansible owner name windows user ansible powershell version ansible processor genuineintel intel r xeon r cpu genuineintel intel r xeon r cpu ansible processor cores ansible processor count ansible processor threads per core ansible processor vcpus ansible product name virtual machine ansible product serial ansible reboot pending false ansible swaptotal mb ansible system ansible system description ansible system vendor microsoft corporation ansible uptime seconds ansible user dir c users administrator ansible user gecos ansible user id administrator ansible user sid s ansible user uid ansible win rm certificate expires ansible windows domain workgroup module setup true changed false invocation module name setup task task path home alexander ansible testing yml using module file home alexander ansible dev lib ansible modules extras windows win firewall rule establish winrm connection for user administrator on port to exec set strictmode version latest new item type directory path env temp name ansible tmp fullname write host separator put tmp to c users administrator appdata local temp ansible tmp win firewall rule exec set strictmode version latest try c users administrator appdata local temp ansible tmp win firewall rule catch obj failed true if exception gettype obj add msg exception message else obj add msg tostring if invocationinfo positionmessage obj add exception invocationinfo positionmessage elseif scriptstacktrace obj add exception scriptstacktrace try obj add error record convertto json convertfrom json catch echo obj convertto json compress depth exit finally remove item c users administrator appdata local temp ansible tmp force recurse erroraction silentlycontinue changed changed true difference failed false fwsettings action allow direction in enabled yes localip any localport profiles any protocol tcp remoteip any remoteport any rule name check mk agent service any invocation module name win firewall rule msg no rule could be found created firewall rule check mk agent task task path home alexander ansible testing yml using module file home alexander ansible dev lib ansible modules extras windows win firewall rule establish winrm connection for user administrator on port to exec set strictmode version latest new item type directory path env temp name ansible tmp fullname write host separator put tmp tmpcgldoy to c users administrator appdata local temp ansible tmp win firewall rule exec set strictmode version latest try c users administrator appdata local temp ansible tmp win firewall rule catch obj failed true if exception gettype obj add msg exception message else obj add msg tostring if invocationinfo positionmessage obj add exception invocationinfo positionmessage elseif scriptstacktrace obj add exception scriptstacktrace try obj add error record convertto json convertfrom json catch echo obj convertto json compress depth exit finally remove item c users administrator appdata local temp ansible tmp force recurse erroraction silentlycontinue fatal failed changed false error the property service cannot be found on this object verify that the property exists failed true invocation module name win firewall rule msg the rule file and printer sharing echo request in exists to retry use limit testing retry play recap ok changed unreachable failed second run ansible ansible ansible playbook i hosts testing yml vvvv using etc ansible ansible cfg as config file loading callback plugin default of type stdout from home alexander ansible dev lib ansible plugins callback init pyc playbook testing yml plays in testing yml play task using module file home alexander ansible dev lib ansible modules core windows setup establish winrm connection for user administrator on port to exec set strictmode version latest new item type directory path env temp name ansible tmp fullname write host separator put tmp to c users administrator appdata local temp ansible tmp setup exec set strictmode version latest try c users administrator appdata local temp ansible tmp setup catch obj failed true if exception gettype obj add msg exception message else obj add msg tostring if invocationinfo positionmessage obj add exception invocationinfo positionmessage elseif scriptstacktrace obj add exception scriptstacktrace try obj add error record convertto json convertfrom json catch echo obj convertto json compress depth exit finally remove item c users administrator appdata local temp ansible tmp force recurse erroraction silentlycontinue ok ansible facts ansible architecture bit ansible bios date ansible bios version ansible date time date day epoch hour basic basic short micro minute month second time tz w europe standard time tz offset weekday thursday weekday number weeknumber year ansible distribution microsoft windows server datacenter ansible distribution major version ansible distribution version ansible domain ansible env allusersprofile c programdata appdata c users administrator appdata roaming computername win pldulkmkpds comspec c windows cmd exe commonprogramfiles c program files common files commonprogramfiles c program files common files c program files common files fp no host check no localappdata c users administrator appdata local module complex args ansible version ansible selinux special fs ansible no log false gather timeout ansible module name setup ansible verbosity ansible syslog facility log user gather subset all ansible diff false ansible debug false ansible check mode false number of processors os windows nt pathext com exe bat cmd vbs vbe js jse wsf wsh msc cpl processor architecture processor identifier family model stepping genuineintel processor level processor revision prompt p g psexecutionpolicypreference unrestricted psmodulepath c users administrator documents windowspowershell modules c program files windowspowershell modules c windows windowspowershell modules public c users public path c windows c windows c windows wbem c windows windowspowershell programdata c programdata programfiles c program files programfiles c program files c program files systemdrive c systemroot c windows temp c users admini appdata local temp tmp c users admini appdata local temp userdomain win pldulkmkpds username administrator userprofile c users administrator windir c windows ansible fqdn win pldulkmkpds ansible hostname win pldulkmkpds ansible interfaces default gateway dns domain inet graz interface index interface name microsoft hyper v network adapter default gateway null dns domain null interface index interface name microsoft hyper v network adapter ansible ip addresses ansible kernel ansible lastboot ansible machine id s ansible memtotal mb ansible nodename win pldulkmkpds ansible os family windows ansible os name microsoft windows server datacenter ansible owner contact ansible owner name windows user ansible powershell version ansible processor genuineintel intel r xeon r cpu genuineintel intel r xeon r cpu ansible processor cores ansible processor count ansible processor threads per core ansible processor vcpus ansible product name virtual machine ansible product serial ansible reboot pending false ansible swaptotal mb ansible system ansible system description ansible system vendor microsoft corporation ansible uptime seconds ansible user dir c users administrator ansible user gecos ansible user id administrator ansible user sid s ansible user uid ansible win rm certificate expires ansible windows domain workgroup module setup true changed false invocation module name setup task task path home alexander ansible testing yml using module file home alexander ansible dev lib ansible modules extras windows win firewall rule establish winrm connection for user administrator on port to exec set strictmode version latest new item type directory path env temp name ansible tmp fullname write host separator put tmp tmphbhpa to c users administrator appdata local temp ansible tmp win firewall rule exec set strictmode version latest try c users administrator appdata local temp ansible tmp win firewall rule catch obj failed true if exception gettype obj add msg exception message else obj add msg tostring if invocationinfo positionmessage obj add exception invocationinfo positionmessage elseif scriptstacktrace obj add exception scriptstacktrace try obj add error record convertto json convertfrom json catch echo obj convertto json compress depth exit finally remove item c users administrator appdata local temp ansible tmp force recurse erroraction silentlycontinue fatal failed changed false difference any failed true fwsettings action allow direction in enabled yes localip any localport profiles any protocol tcp remoteip any remoteport any rule name check mk agent service any invocation module name win firewall rule msg the rule check mk agent exists the rule exists but has different values there was already a rule check mk agent with different values use force true to overwrite it to retry use limit testing retry play recap ok changed unreachable failed
1
38,805
6,705,721,800
IssuesEvent
2017-10-12 02:12:15
brave/browser-laptop
https://api.github.com/repos/brave/browser-laptop
closed
Release notes for 0.19.x
documentation ✍ release-notes/exclude
Release Notes: - Suggestion race condition can lead to undefined. ([#11467](https://github.com/brave/browser-laptop/issues/11467)) - Update column header text in monthly ledger statement PDF. ([#11309](https://github.com/brave/browser-laptop/issues/11309)) - Edit Brave Payments Welcome Screen to reflect BAT integration. ([#11242](https://github.com/brave/browser-laptop/issues/11242)) - Implement new add-funds wizard UI to support BAT. ([#11193](https://github.com/brave/browser-laptop/issues/11193)) - Add maps.google.com to top site list for suggestions. ([#11181](https://github.com/brave/browser-laptop/issues/11181)) - Dragging from urlbar to create bookmark on toolbar doesn't respect position. ([#11177](https://github.com/brave/browser-laptop/issues/11177)) - SiteCache Enhancement. ([#11161](https://github.com/brave/browser-laptop/issues/11161)) - URL suggestions for simple domain names sometimes don't appear up top. ([#11057](https://github.com/brave/browser-laptop/issues/11057)) - Netflix/Widevine notification banner does not go away. ([#11054](https://github.com/brave/browser-laptop/issues/11054)) - Errors joining a session on https://www.scrumpoker.online/. ([#11053](https://github.com/brave/browser-laptop/issues/11053)) - Upgrade to Chromium 61.0.3163.100. ([#11052](https://github.com/brave/browser-laptop/issues/11052)) - Add notification after Brave app update for BAT Mercury. ([#11021](https://github.com/brave/browser-laptop/issues/11021)) - Ledger refactoring. ([#11009](https://github.com/brave/browser-laptop/issues/11009)) - Allow adblock checking within the same origin. ([#11004](https://github.com/brave/browser-laptop/issues/11004)) - [hackerone] homepage homograph attack. ([#11001](https://github.com/brave/browser-laptop/issues/11001)) - Block coin miners by default with Brave shields up. ([#10994](https://github.com/brave/browser-laptop/issues/10994)) - Moving tabs sometimes doesn't respect the correct position. ([#10961](https://github.com/brave/browser-laptop/issues/10961)) - Implement BAT into payments. ([#10945](https://github.com/brave/browser-laptop/issues/10945)) - Brave freezes when opening tabs while a window is loading. ([#10866](https://github.com/brave/browser-laptop/issues/10866)) - Upgrade to muon 4.4.28. ([#10847](https://github.com/brave/browser-laptop/issues/10847)) - Bookmark toolbar is not hidden if you disable it. ([#10828](https://github.com/brave/browser-laptop/issues/10828)) - Publisher entry jumps position when enabled/disabled. ([#10716](https://github.com/brave/browser-laptop/issues/10716)) - [hackerone] https://hackerone.com/reports/258578. ([#10573](https://github.com/brave/browser-laptop/issues/10573)) - Clipboard copy (cmd+c / ctrl+c) doesn't always work. ([#10563](https://github.com/brave/browser-laptop/issues/10563)) - Add Swedish (Sweden) language. ([#10297](https://github.com/brave/browser-laptop/issues/10297)) - Use shared memory for transfering window state to the browser process. ([#10292](https://github.com/brave/browser-laptop/issues/10292)) - Devtool via context menu cannot be displayed. ([#10249](https://github.com/brave/browser-laptop/issues/10249)) - Use better name mappings for channels on about:brave. ([#10239](https://github.com/brave/browser-laptop/issues/10239)) - AppStore calls `diff` on the state without first checking to see if there are changes. ([#10195](https://github.com/brave/browser-laptop/issues/10195)) - Replace 'Hide lower' button's label with something else. ([#10158](https://github.com/brave/browser-laptop/issues/10158)) - Sites shows up with 0 views in payments . ([#10036](https://github.com/brave/browser-laptop/issues/10036)) - Optimized window initialization data to use shared memory. ([#10018](https://github.com/brave/browser-laptop/issues/10018)) - Optimize getToolbarBookmarks. ([#10009](https://github.com/brave/browser-laptop/issues/10009)) - Sites visited before payment enabling is shown as 0 views. ([#9980](https://github.com/brave/browser-laptop/issues/9980)) - ActivateIfOpen doesn't activate if open. ([#9964](https://github.com/brave/browser-laptop/issues/9964)) - Command+L when in url bar with URL bar suggestion should select full URL. ([#9914](https://github.com/brave/browser-laptop/issues/9914)) - Downloading from Google Drive appears to become stuck. ([#9810](https://github.com/brave/browser-laptop/issues/9810)) - Close tabs to the left/right (tab page). ([#9789](https://github.com/brave/browser-laptop/issues/9789)) - Theme color for find bar is not correct. ([#9758](https://github.com/brave/browser-laptop/issues/9758)) - Imported bookmarks don't show up in about:bookmark. ([#9716](https://github.com/brave/browser-laptop/issues/9716)) - Editing a bookmark (or folder) locks up the browser. ([#9674](https://github.com/brave/browser-laptop/issues/9674)) - Update to HTTPS Everywhere 5.2.19. ([#9649](https://github.com/brave/browser-laptop/issues/9649)) - Ledger pin publishers 0 for unpinned sites. ([#9641](https://github.com/brave/browser-laptop/issues/9641)) - Convert reload context menu to native context menu. ([#9571](https://github.com/brave/browser-laptop/issues/9571)) - Prevent Tab Close Button from allowing tab-tearoff. ([#9511](https://github.com/brave/browser-laptop/issues/9511)) - Import passwords from Chrome. ([#9434](https://github.com/brave/browser-laptop/issues/9434)) - Close tab page is not working. ([#9420](https://github.com/brave/browser-laptop/issues/9420)) - Import passwords from Firefox. ([#9292](https://github.com/brave/browser-laptop/issues/9292)) - Able to view certificate even after the URL is removed. ([#9172](https://github.com/brave/browser-laptop/issues/9172)) - Fa un/lock icon is not displayed for PDF file. ([#9162](https://github.com/brave/browser-laptop/issues/9162)) - Autoplay block shouldn't weigh in once users start playing media. ([#8897](https://github.com/brave/browser-laptop/issues/8897)) - Find bar lose focus if tab is opened in a background. ([#8877](https://github.com/brave/browser-laptop/issues/8877)) - History entries often cannot be deleted. ([#8761](https://github.com/brave/browser-laptop/issues/8761)) - Webview crash can make webview take over full UI. ([#8574](https://github.com/brave/browser-laptop/issues/8574)) - Add bookmark from toolbar/right click context menu brings up "edit bookmark" modal. ([#5508](https://github.com/brave/browser-laptop/issues/5508)) - Changing bookmark folder in the add bookmark modal changes it to bookmark added. ([#5314](https://github.com/brave/browser-laptop/issues/5314)) - Bookmark cannot be deleted from the panel if location is changed. ([#4978](https://github.com/brave/browser-laptop/issues/4978)) - Double click in addressbar maximizes/restores the window instead of selecting the address. ([#4922](https://github.com/brave/browser-laptop/issues/4922)) - Add Bitwarden Password Manager. ([#4776](https://github.com/brave/browser-laptop/issues/4776)) - Mailto: notifications display "null" rather than the domain when opening in new tabs. ([#4198](https://github.com/brave/browser-laptop/issues/4198)) - Allow to set default browser on Ubuntu. ([#1336](https://github.com/brave/browser-laptop/issues/1336)) - Facebook Messenger Error -- Cannot Send Image/File. ([#698](https://github.com/brave/browser-laptop/issues/698))
1.0
Release notes for 0.19.x - Release Notes: - Suggestion race condition can lead to undefined. ([#11467](https://github.com/brave/browser-laptop/issues/11467)) - Update column header text in monthly ledger statement PDF. ([#11309](https://github.com/brave/browser-laptop/issues/11309)) - Edit Brave Payments Welcome Screen to reflect BAT integration. ([#11242](https://github.com/brave/browser-laptop/issues/11242)) - Implement new add-funds wizard UI to support BAT. ([#11193](https://github.com/brave/browser-laptop/issues/11193)) - Add maps.google.com to top site list for suggestions. ([#11181](https://github.com/brave/browser-laptop/issues/11181)) - Dragging from urlbar to create bookmark on toolbar doesn't respect position. ([#11177](https://github.com/brave/browser-laptop/issues/11177)) - SiteCache Enhancement. ([#11161](https://github.com/brave/browser-laptop/issues/11161)) - URL suggestions for simple domain names sometimes don't appear up top. ([#11057](https://github.com/brave/browser-laptop/issues/11057)) - Netflix/Widevine notification banner does not go away. ([#11054](https://github.com/brave/browser-laptop/issues/11054)) - Errors joining a session on https://www.scrumpoker.online/. ([#11053](https://github.com/brave/browser-laptop/issues/11053)) - Upgrade to Chromium 61.0.3163.100. ([#11052](https://github.com/brave/browser-laptop/issues/11052)) - Add notification after Brave app update for BAT Mercury. ([#11021](https://github.com/brave/browser-laptop/issues/11021)) - Ledger refactoring. ([#11009](https://github.com/brave/browser-laptop/issues/11009)) - Allow adblock checking within the same origin. ([#11004](https://github.com/brave/browser-laptop/issues/11004)) - [hackerone] homepage homograph attack. ([#11001](https://github.com/brave/browser-laptop/issues/11001)) - Block coin miners by default with Brave shields up. ([#10994](https://github.com/brave/browser-laptop/issues/10994)) - Moving tabs sometimes doesn't respect the correct position. ([#10961](https://github.com/brave/browser-laptop/issues/10961)) - Implement BAT into payments. ([#10945](https://github.com/brave/browser-laptop/issues/10945)) - Brave freezes when opening tabs while a window is loading. ([#10866](https://github.com/brave/browser-laptop/issues/10866)) - Upgrade to muon 4.4.28. ([#10847](https://github.com/brave/browser-laptop/issues/10847)) - Bookmark toolbar is not hidden if you disable it. ([#10828](https://github.com/brave/browser-laptop/issues/10828)) - Publisher entry jumps position when enabled/disabled. ([#10716](https://github.com/brave/browser-laptop/issues/10716)) - [hackerone] https://hackerone.com/reports/258578. ([#10573](https://github.com/brave/browser-laptop/issues/10573)) - Clipboard copy (cmd+c / ctrl+c) doesn't always work. ([#10563](https://github.com/brave/browser-laptop/issues/10563)) - Add Swedish (Sweden) language. ([#10297](https://github.com/brave/browser-laptop/issues/10297)) - Use shared memory for transfering window state to the browser process. ([#10292](https://github.com/brave/browser-laptop/issues/10292)) - Devtool via context menu cannot be displayed. ([#10249](https://github.com/brave/browser-laptop/issues/10249)) - Use better name mappings for channels on about:brave. ([#10239](https://github.com/brave/browser-laptop/issues/10239)) - AppStore calls `diff` on the state without first checking to see if there are changes. ([#10195](https://github.com/brave/browser-laptop/issues/10195)) - Replace 'Hide lower' button's label with something else. ([#10158](https://github.com/brave/browser-laptop/issues/10158)) - Sites shows up with 0 views in payments . ([#10036](https://github.com/brave/browser-laptop/issues/10036)) - Optimized window initialization data to use shared memory. ([#10018](https://github.com/brave/browser-laptop/issues/10018)) - Optimize getToolbarBookmarks. ([#10009](https://github.com/brave/browser-laptop/issues/10009)) - Sites visited before payment enabling is shown as 0 views. ([#9980](https://github.com/brave/browser-laptop/issues/9980)) - ActivateIfOpen doesn't activate if open. ([#9964](https://github.com/brave/browser-laptop/issues/9964)) - Command+L when in url bar with URL bar suggestion should select full URL. ([#9914](https://github.com/brave/browser-laptop/issues/9914)) - Downloading from Google Drive appears to become stuck. ([#9810](https://github.com/brave/browser-laptop/issues/9810)) - Close tabs to the left/right (tab page). ([#9789](https://github.com/brave/browser-laptop/issues/9789)) - Theme color for find bar is not correct. ([#9758](https://github.com/brave/browser-laptop/issues/9758)) - Imported bookmarks don't show up in about:bookmark. ([#9716](https://github.com/brave/browser-laptop/issues/9716)) - Editing a bookmark (or folder) locks up the browser. ([#9674](https://github.com/brave/browser-laptop/issues/9674)) - Update to HTTPS Everywhere 5.2.19. ([#9649](https://github.com/brave/browser-laptop/issues/9649)) - Ledger pin publishers 0 for unpinned sites. ([#9641](https://github.com/brave/browser-laptop/issues/9641)) - Convert reload context menu to native context menu. ([#9571](https://github.com/brave/browser-laptop/issues/9571)) - Prevent Tab Close Button from allowing tab-tearoff. ([#9511](https://github.com/brave/browser-laptop/issues/9511)) - Import passwords from Chrome. ([#9434](https://github.com/brave/browser-laptop/issues/9434)) - Close tab page is not working. ([#9420](https://github.com/brave/browser-laptop/issues/9420)) - Import passwords from Firefox. ([#9292](https://github.com/brave/browser-laptop/issues/9292)) - Able to view certificate even after the URL is removed. ([#9172](https://github.com/brave/browser-laptop/issues/9172)) - Fa un/lock icon is not displayed for PDF file. ([#9162](https://github.com/brave/browser-laptop/issues/9162)) - Autoplay block shouldn't weigh in once users start playing media. ([#8897](https://github.com/brave/browser-laptop/issues/8897)) - Find bar lose focus if tab is opened in a background. ([#8877](https://github.com/brave/browser-laptop/issues/8877)) - History entries often cannot be deleted. ([#8761](https://github.com/brave/browser-laptop/issues/8761)) - Webview crash can make webview take over full UI. ([#8574](https://github.com/brave/browser-laptop/issues/8574)) - Add bookmark from toolbar/right click context menu brings up "edit bookmark" modal. ([#5508](https://github.com/brave/browser-laptop/issues/5508)) - Changing bookmark folder in the add bookmark modal changes it to bookmark added. ([#5314](https://github.com/brave/browser-laptop/issues/5314)) - Bookmark cannot be deleted from the panel if location is changed. ([#4978](https://github.com/brave/browser-laptop/issues/4978)) - Double click in addressbar maximizes/restores the window instead of selecting the address. ([#4922](https://github.com/brave/browser-laptop/issues/4922)) - Add Bitwarden Password Manager. ([#4776](https://github.com/brave/browser-laptop/issues/4776)) - Mailto: notifications display "null" rather than the domain when opening in new tabs. ([#4198](https://github.com/brave/browser-laptop/issues/4198)) - Allow to set default browser on Ubuntu. ([#1336](https://github.com/brave/browser-laptop/issues/1336)) - Facebook Messenger Error -- Cannot Send Image/File. ([#698](https://github.com/brave/browser-laptop/issues/698))
non_main
release notes for x release notes suggestion race condition can lead to undefined update column header text in monthly ledger statement pdf edit brave payments welcome screen to reflect bat integration implement new add funds wizard ui to support bat add maps google com to top site list for suggestions dragging from urlbar to create bookmark on toolbar doesn t respect position sitecache enhancement url suggestions for simple domain names sometimes don t appear up top netflix widevine notification banner does not go away errors joining a session on upgrade to chromium add notification after brave app update for bat mercury ledger refactoring allow adblock checking within the same origin homepage homograph attack block coin miners by default with brave shields up moving tabs sometimes doesn t respect the correct position implement bat into payments brave freezes when opening tabs while a window is loading upgrade to muon bookmark toolbar is not hidden if you disable it publisher entry jumps position when enabled disabled clipboard copy cmd c ctrl c doesn t always work add swedish sweden language use shared memory for transfering window state to the browser process devtool via context menu cannot be displayed use better name mappings for channels on about brave appstore calls diff on the state without first checking to see if there are changes replace hide lower button s label with something else sites shows up with views in payments optimized window initialization data to use shared memory optimize gettoolbarbookmarks sites visited before payment enabling is shown as views activateifopen doesn t activate if open command l when in url bar with url bar suggestion should select full url downloading from google drive appears to become stuck close tabs to the left right tab page theme color for find bar is not correct imported bookmarks don t show up in about bookmark editing a bookmark or folder locks up the browser update to https everywhere ledger pin publishers for unpinned sites convert reload context menu to native context menu prevent tab close button from allowing tab tearoff import passwords from chrome close tab page is not working import passwords from firefox able to view certificate even after the url is removed fa un lock icon is not displayed for pdf file autoplay block shouldn t weigh in once users start playing media find bar lose focus if tab is opened in a background history entries often cannot be deleted webview crash can make webview take over full ui add bookmark from toolbar right click context menu brings up edit bookmark modal changing bookmark folder in the add bookmark modal changes it to bookmark added bookmark cannot be deleted from the panel if location is changed double click in addressbar maximizes restores the window instead of selecting the address add bitwarden password manager mailto notifications display null rather than the domain when opening in new tabs allow to set default browser on ubuntu facebook messenger error cannot send image file
0
3,350
12,992,721,045
IssuesEvent
2020-07-23 07:29:55
tgstation/tgstation-server
https://api.github.com/repos/tgstation/tgstation-server
opened
IrcProvider needs a rewrite
Area: Chat Backlog Component Issue Maintainability Issue Refactor
Preferably using a new nuget library. The current one is unmaintained and blocks all the fucking time. The thread/task handling in it is atrocious.
True
IrcProvider needs a rewrite - Preferably using a new nuget library. The current one is unmaintained and blocks all the fucking time. The thread/task handling in it is atrocious.
main
ircprovider needs a rewrite preferably using a new nuget library the current one is unmaintained and blocks all the fucking time the thread task handling in it is atrocious
1
21
2,517,043,870
IssuesEvent
2015-01-16 11:08:20
simplesamlphp/simplesamlphp
https://api.github.com/repos/simplesamlphp/simplesamlphp
closed
Remove long-deprecated IdP logout endpoints
enhancement low maintainability started
More specifically: * `www/saml2/idp/idpInitSingleLogoutServiceiFrame.php` * `www/saml2/idp/SingleLogoutServiceiFrame.php` * `www/saml2/idp/SingleLogoutServiceiFrameResponse.php`
True
Remove long-deprecated IdP logout endpoints - More specifically: * `www/saml2/idp/idpInitSingleLogoutServiceiFrame.php` * `www/saml2/idp/SingleLogoutServiceiFrame.php` * `www/saml2/idp/SingleLogoutServiceiFrameResponse.php`
main
remove long deprecated idp logout endpoints more specifically www idp idpinitsinglelogoutserviceiframe php www idp singlelogoutserviceiframe php www idp singlelogoutserviceiframeresponse php
1
395
3,439,584,679
IssuesEvent
2015-12-14 10:19:51
Homebrew/homebrew
https://api.github.com/repos/Homebrew/homebrew
opened
Stop refactoring without adding unit tests (first) and reverting PRs
bug features maintainer feedback needs response usability
CC @Homebrew/maintainers for a change because this is important. I don't want to name any names/PRs (as I've made this mistake too) but: we need to stop doing refactoring without adding additional tests. Almost every major refactoring we've done recently has added no direct benefit to users but has caused one or more user reported bugs. Our `brew tests` are not a sufficient test of whether we've broken the core code or not. What we need to start doing when we modify core code: 1. set `HOMEBREW_TESTS_COVERAGE` and run `brew tests` 2. look at the coverage of the code you wish to modify and see if it's covered by existing tests 3. add new (passing) tests to cover the code you wish to modify 4. modify the code you wish to modify 5. check the tests still pass, add new tests to cover any of the code you've added. Additionally, we need to start being more aggressive about reverting core PRs. If a core PR results in a new user reported bug: it should be reverted immediately by any maintainer without review or permission (unless the old bug fixed is much more severe than the new bug) and the relevant PR can be reopened for another approach to be tried. Homebrew's code isn't the cleanest but ultimately: our users don't care. Our priority should be fixing user reported issues then merging user PRs and then, after that, cleaning up internal code such that it doesn't cause any users to have additional issues.
True
Stop refactoring without adding unit tests (first) and reverting PRs - CC @Homebrew/maintainers for a change because this is important. I don't want to name any names/PRs (as I've made this mistake too) but: we need to stop doing refactoring without adding additional tests. Almost every major refactoring we've done recently has added no direct benefit to users but has caused one or more user reported bugs. Our `brew tests` are not a sufficient test of whether we've broken the core code or not. What we need to start doing when we modify core code: 1. set `HOMEBREW_TESTS_COVERAGE` and run `brew tests` 2. look at the coverage of the code you wish to modify and see if it's covered by existing tests 3. add new (passing) tests to cover the code you wish to modify 4. modify the code you wish to modify 5. check the tests still pass, add new tests to cover any of the code you've added. Additionally, we need to start being more aggressive about reverting core PRs. If a core PR results in a new user reported bug: it should be reverted immediately by any maintainer without review or permission (unless the old bug fixed is much more severe than the new bug) and the relevant PR can be reopened for another approach to be tried. Homebrew's code isn't the cleanest but ultimately: our users don't care. Our priority should be fixing user reported issues then merging user PRs and then, after that, cleaning up internal code such that it doesn't cause any users to have additional issues.
main
stop refactoring without adding unit tests first and reverting prs cc homebrew maintainers for a change because this is important i don t want to name any names prs as i ve made this mistake too but we need to stop doing refactoring without adding additional tests almost every major refactoring we ve done recently has added no direct benefit to users but has caused one or more user reported bugs our brew tests are not a sufficient test of whether we ve broken the core code or not what we need to start doing when we modify core code set homebrew tests coverage and run brew tests look at the coverage of the code you wish to modify and see if it s covered by existing tests add new passing tests to cover the code you wish to modify modify the code you wish to modify check the tests still pass add new tests to cover any of the code you ve added additionally we need to start being more aggressive about reverting core prs if a core pr results in a new user reported bug it should be reverted immediately by any maintainer without review or permission unless the old bug fixed is much more severe than the new bug and the relevant pr can be reopened for another approach to be tried homebrew s code isn t the cleanest but ultimately our users don t care our priority should be fixing user reported issues then merging user prs and then after that cleaning up internal code such that it doesn t cause any users to have additional issues
1
140,247
12,889,770,159
IssuesEvent
2020-07-13 15:00:22
phseiff/github-flavored-markdown-to-html
https://api.github.com/repos/phseiff/github-flavored-markdown-to-html
closed
Old API referenced.
documentation fixed
The README-file references the old GitHub .md-to-HTML documentation at https://developer.github.com/v3/markdown/ instead of the new one at https://docs.github.com/en/rest/reference/markdown.
1.0
Old API referenced. - The README-file references the old GitHub .md-to-HTML documentation at https://developer.github.com/v3/markdown/ instead of the new one at https://docs.github.com/en/rest/reference/markdown.
non_main
old api referenced the readme file references the old github md to html documentation at instead of the new one at
0
3,222
12,359,254,402
IssuesEvent
2020-05-17 10:02:16
eggplants/wbsv-cli
https://api.github.com/repos/eggplants/wbsv-cli
closed
Reduce complexity (using Code Climate)
maintainability
Codeclimate says "this repo's complexity is too high. Let me classify this C." So I have to fix issues.
True
Reduce complexity (using Code Climate) - Codeclimate says "this repo's complexity is too high. Let me classify this C." So I have to fix issues.
main
reduce complexity using code climate codeclimate says this repo s complexity is too high let me classify this c so i have to fix issues
1
381,315
11,275,908,706
IssuesEvent
2020-01-14 21:50:56
googleapis/java-translate
https://api.github.com/repos/googleapis/java-translate
closed
Synthesis failed for java-translate
autosynth failure priority: p1 type: bug
Hello! Autosynth couldn't regenerate java-translate. :broken_heart: Here's the output from running `synth.py`: ``` Cloning into 'working_repo'... Switched to branch 'autosynth' Traceback (most recent call last): File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 256, in <module> main() File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 196, in main last_synth_commit_hash = get_last_metadata_commit(args.metadata_path) File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 149, in get_last_metadata_commit text=True, File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 403, in run with Popen(*popenargs, **kwargs) as process: TypeError: __init__() got an unexpected keyword argument 'text' ``` Google internal developers can see the full log [here](https://sponge/482a7766-2134-4c8a-887d-f6441089f633).
1.0
Synthesis failed for java-translate - Hello! Autosynth couldn't regenerate java-translate. :broken_heart: Here's the output from running `synth.py`: ``` Cloning into 'working_repo'... Switched to branch 'autosynth' Traceback (most recent call last): File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 256, in <module> main() File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 196, in main last_synth_commit_hash = get_last_metadata_commit(args.metadata_path) File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 149, in get_last_metadata_commit text=True, File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 403, in run with Popen(*popenargs, **kwargs) as process: TypeError: __init__() got an unexpected keyword argument 'text' ``` Google internal developers can see the full log [here](https://sponge/482a7766-2134-4c8a-887d-f6441089f633).
non_main
synthesis failed for java translate hello autosynth couldn t regenerate java translate broken heart here s the output from running synth py cloning into working repo switched to branch autosynth traceback most recent call last file home kbuilder pyenv versions lib runpy py line in run module as main main mod spec file home kbuilder pyenv versions lib runpy py line in run code exec code run globals file tmpfs src git autosynth autosynth synth py line in main file tmpfs src git autosynth autosynth synth py line in main last synth commit hash get last metadata commit args metadata path file tmpfs src git autosynth autosynth synth py line in get last metadata commit text true file home kbuilder pyenv versions lib subprocess py line in run with popen popenargs kwargs as process typeerror init got an unexpected keyword argument text google internal developers can see the full log
0
400,787
11,780,700,447
IssuesEvent
2020-03-16 20:39:50
HEXRD/hexrdgui
https://api.github.com/repos/HEXRD/hexrdgui
closed
Loaded images not updated if in cartesian view
bug high priority
I just encountered this problem: if you have loaded an imageseries (from the "File➜Open➜Images" dialog), if you try to load another while in the cartesian view, it does not update. If you toggle between raw and cartesian, however, it does. I would suspect the same bug is also present for the polar view. One of the obvious signs something was off is that I went form imageseries to single tiff files for an 8-panel instrument, and the frame slider did not disappear until I toggled to the raw view.
1.0
Loaded images not updated if in cartesian view - I just encountered this problem: if you have loaded an imageseries (from the "File➜Open➜Images" dialog), if you try to load another while in the cartesian view, it does not update. If you toggle between raw and cartesian, however, it does. I would suspect the same bug is also present for the polar view. One of the obvious signs something was off is that I went form imageseries to single tiff files for an 8-panel instrument, and the frame slider did not disappear until I toggled to the raw view.
non_main
loaded images not updated if in cartesian view i just encountered this problem if you have loaded an imageseries from the file➜open➜images dialog if you try to load another while in the cartesian view it does not update if you toggle between raw and cartesian however it does i would suspect the same bug is also present for the polar view one of the obvious signs something was off is that i went form imageseries to single tiff files for an panel instrument and the frame slider did not disappear until i toggled to the raw view
0
1,628
6,572,656,239
IssuesEvent
2017-09-11 04:07:59
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
iptables module always installs duplicate rules with older versions of netfilter
affects_2.2 bug_report waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> iptables ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.2.0.0 ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/removed in ansible.cfg (or using the ANSIBLE_* environment variables). --> ##### OS / ENVIRONMENT <!--- Mention the OS you are running Ansible from, and the OS you are managing, or say “N/A” for anything that is not platform-specific. --> from OS: Red Hat Enterprise Linux Server release 6.6 (Santiago) / iptables 1.4.7 managed OS (2 hosts): - Red Hat Enterprise Linux Server release 5.8 (Tikanga) / iptables 1.3.5 - Red Hat Enterprise Linux Server release 6.6 (Santiago) / iptables 1.4.7 ##### SUMMARY <!--- Explain the problem briefly --> iptables module installs duplicate rules with every run. It looks like module uses "iptables -C" to check whether rule already exists, but that option does not exist in older versions of iptables (such as 1.3.5) and although it exists in iptables 1.4.7 it does not seem to be working. Suggest switching to a different method of verification, such as parsing the output of "iptables-save" or "iptables -L" (although that might introduce difficulties as module inputs might not match command-line output, such as with symbolic ICMP types or IPs/ports specified by name vs. by number). ##### STEPS TO REPRODUCE <!--- For bugs, show exactly how to reproduce the problem. For new features, show how the feature would be used. --> Create an iptables rule on a host where iptables does not support the -C option, or where it isn't supported the way this module expects it, such as iptables 1.4.7. Then run the playbook again, the module will not recognize the old rules exist and it will install duplicate copies of all rules. <!--- Paste example playbooks or commands between quotes below --> ``` iptables: table=filter chain=OUTPUT jump=DROP action=insert protocol=icmp icmp_type=destination-unreachable ``` <!--- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!--- What did you expect to happen when running the steps above? --> only one copy of rule no matter how many times I run the playbook ##### ACTUAL RESULTS <!--- What actually happened? If possible run with high verbosity (-vvvv) --> multiple copies of rules, one for each time I ran the playbook <!--- Paste verbatim command output between quotes below --> ``` # iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination DROP icmp -- anywhere anywhere icmp destination-unreachable DROP icmp -- anywhere anywhere icmp destination-unreachable ```
True
iptables module always installs duplicate rules with older versions of netfilter - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> iptables ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.2.0.0 ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/removed in ansible.cfg (or using the ANSIBLE_* environment variables). --> ##### OS / ENVIRONMENT <!--- Mention the OS you are running Ansible from, and the OS you are managing, or say “N/A” for anything that is not platform-specific. --> from OS: Red Hat Enterprise Linux Server release 6.6 (Santiago) / iptables 1.4.7 managed OS (2 hosts): - Red Hat Enterprise Linux Server release 5.8 (Tikanga) / iptables 1.3.5 - Red Hat Enterprise Linux Server release 6.6 (Santiago) / iptables 1.4.7 ##### SUMMARY <!--- Explain the problem briefly --> iptables module installs duplicate rules with every run. It looks like module uses "iptables -C" to check whether rule already exists, but that option does not exist in older versions of iptables (such as 1.3.5) and although it exists in iptables 1.4.7 it does not seem to be working. Suggest switching to a different method of verification, such as parsing the output of "iptables-save" or "iptables -L" (although that might introduce difficulties as module inputs might not match command-line output, such as with symbolic ICMP types or IPs/ports specified by name vs. by number). ##### STEPS TO REPRODUCE <!--- For bugs, show exactly how to reproduce the problem. For new features, show how the feature would be used. --> Create an iptables rule on a host where iptables does not support the -C option, or where it isn't supported the way this module expects it, such as iptables 1.4.7. Then run the playbook again, the module will not recognize the old rules exist and it will install duplicate copies of all rules. <!--- Paste example playbooks or commands between quotes below --> ``` iptables: table=filter chain=OUTPUT jump=DROP action=insert protocol=icmp icmp_type=destination-unreachable ``` <!--- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!--- What did you expect to happen when running the steps above? --> only one copy of rule no matter how many times I run the playbook ##### ACTUAL RESULTS <!--- What actually happened? If possible run with high verbosity (-vvvv) --> multiple copies of rules, one for each time I ran the playbook <!--- Paste verbatim command output between quotes below --> ``` # iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination DROP icmp -- anywhere anywhere icmp destination-unreachable DROP icmp -- anywhere anywhere icmp destination-unreachable ```
main
iptables module always installs duplicate rules with older versions of netfilter issue type bug report component name iptables ansible version ansible configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment variables os environment mention the os you are running ansible from and the os you are managing or say “n a” for anything that is not platform specific from os red hat enterprise linux server release santiago iptables managed os hosts red hat enterprise linux server release tikanga iptables red hat enterprise linux server release santiago iptables summary iptables module installs duplicate rules with every run it looks like module uses iptables c to check whether rule already exists but that option does not exist in older versions of iptables such as and although it exists in iptables it does not seem to be working suggest switching to a different method of verification such as parsing the output of iptables save or iptables l although that might introduce difficulties as module inputs might not match command line output such as with symbolic icmp types or ips ports specified by name vs by number steps to reproduce for bugs show exactly how to reproduce the problem for new features show how the feature would be used create an iptables rule on a host where iptables does not support the c option or where it isn t supported the way this module expects it such as iptables then run the playbook again the module will not recognize the old rules exist and it will install duplicate copies of all rules iptables table filter chain output jump drop action insert protocol icmp icmp type destination unreachable expected results only one copy of rule no matter how many times i run the playbook actual results multiple copies of rules one for each time i ran the playbook iptables l chain input policy accept target prot opt source destination chain forward policy accept target prot opt source destination chain output policy accept target prot opt source destination drop icmp anywhere anywhere icmp destination unreachable drop icmp anywhere anywhere icmp destination unreachable
1
15,189
5,076,294,141
IssuesEvent
2016-12-28 01:21:38
elastic-rs/elastic
https://api.github.com/repos/elastic-rs/elastic
closed
Rework REST API client design
codegen hyper
The current `elastic_hyper` design is very simple; it does some basic codegen from the API spec and dumps out unique methods for each possible endpoint, wrapping up a `hyper::Client`. See #145 for a discussion of where this isn't stacking up. I think the issue is that the API generated for `elastic_hyper` is really just providing a typed url. There needs to be some sanity build on top of this that makes it better to work with. I think something like the following would be a good start: - Generate parameter structures for each endpoint, instead of separate method args - Have some basic metadata that can be pulled in with the JSON spec, to filter out verbs we don't care about, rename things etc - Have a manual layer over the top that exposes the API we want. This too should be codegenned down the track
1.0
Rework REST API client design - The current `elastic_hyper` design is very simple; it does some basic codegen from the API spec and dumps out unique methods for each possible endpoint, wrapping up a `hyper::Client`. See #145 for a discussion of where this isn't stacking up. I think the issue is that the API generated for `elastic_hyper` is really just providing a typed url. There needs to be some sanity build on top of this that makes it better to work with. I think something like the following would be a good start: - Generate parameter structures for each endpoint, instead of separate method args - Have some basic metadata that can be pulled in with the JSON spec, to filter out verbs we don't care about, rename things etc - Have a manual layer over the top that exposes the API we want. This too should be codegenned down the track
non_main
rework rest api client design the current elastic hyper design is very simple it does some basic codegen from the api spec and dumps out unique methods for each possible endpoint wrapping up a hyper client see for a discussion of where this isn t stacking up i think the issue is that the api generated for elastic hyper is really just providing a typed url there needs to be some sanity build on top of this that makes it better to work with i think something like the following would be a good start generate parameter structures for each endpoint instead of separate method args have some basic metadata that can be pulled in with the json spec to filter out verbs we don t care about rename things etc have a manual layer over the top that exposes the api we want this too should be codegenned down the track
0
4,191
20,378,896,713
IssuesEvent
2022-02-21 18:45:21
HPCL/code-analysis
https://api.github.com/repos/HPCL/code-analysis
closed
CWE-1121 Excessive McCabe Cyclomatic Complexity Value
CLAIMED ISO/IEC 5055:2021 ControlFlow Operation WEAKNESS CATEGORY: MAINTAINABILITY
**Usage name** Excessive Cyclomatic Complexity **Reference** [https://cwe.mitre.org/data/definitions/1121](https://cwe.mitre.org/data/definitions/1121) **Roles** - the *Operation* - the *ControlFlow* **Detection Patterns** - 8.2.117 ASCQM Limit Algorithmic Complexity via Cyclomatic Complexity Value
True
CWE-1121 Excessive McCabe Cyclomatic Complexity Value - **Usage name** Excessive Cyclomatic Complexity **Reference** [https://cwe.mitre.org/data/definitions/1121](https://cwe.mitre.org/data/definitions/1121) **Roles** - the *Operation* - the *ControlFlow* **Detection Patterns** - 8.2.117 ASCQM Limit Algorithmic Complexity via Cyclomatic Complexity Value
main
cwe excessive mccabe cyclomatic complexity value usage name excessive cyclomatic complexity reference roles the operation the controlflow detection patterns ascqm limit algorithmic complexity via cyclomatic complexity value
1
35,117
30,768,180,025
IssuesEvent
2023-07-30 15:09:07
DrewMcArthur/lochstep
https://api.github.com/repos/DrewMcArthur/lochstep
opened
use auth guard middleware
infrastructure
currently just have an if statement checking auth state in session, should use axum-login or some auth middleware instead.
1.0
use auth guard middleware - currently just have an if statement checking auth state in session, should use axum-login or some auth middleware instead.
non_main
use auth guard middleware currently just have an if statement checking auth state in session should use axum login or some auth middleware instead
0
135,664
18,716,947,391
IssuesEvent
2021-11-03 06:54:03
MicrosoftDocs/windowsserverdocs
https://api.github.com/repos/MicrosoftDocs/windowsserverdocs
closed
GMSA - missing information?
Pri2 windows-server/prod security/tech
Basically I miss the complete installation instructions for CEP / CES. Information I can find is fragmented and sometimes outdated. In the section Configuration is stated "You can also configure any user service account, MSA, or GMSA for CES to work." We can get it to work with a service account, but of course we prefer a GMSA and then we get stuck with WS_E_ENDPOINT_ACCESS_DENIED . 1. Can GMSA also be used for CEP, or only for CES? 2. What extra configuration would be necessary (like logon as a batchjob/logon as a service/NTFS permissions etc)? Also, the refences to the two basic installation articles (Certificate Enrollment Policy Web Service Guidance and Certificate Enrollment Web Service Guidance) are helpful, but these are with a note "We're no longer updating this content regularly.". Unfortunately, the author has passed away and the feedback links on this page point to another dead end. Any help greatly appreciated! --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 1a15cfbb-d54a-0533-edde-464554b94b7f * Version Independent ID: 4d47d383-956e-e580-505b-21ec55278984 * Content: [Configuring Certificate Enrollment Web Service for certificate key-based renewal on a custom port](https://docs.microsoft.com/en-us/windows-server/identity/solution-guides/certificate-enrollment-certificate-key-based-renewal) * Content Source: [WindowsServerDocs/identity/solution-guides/certificate-enrollment-certificate-key-based-renewal.md](https://github.com/MicrosoftDocs/windowsserverdocs/blob/master/WindowsServerDocs/identity/solution-guides/certificate-enrollment-certificate-key-based-renewal.md) * Product: **windows-server** * Technology: **security** * GitHub Login: @Deland-Han * Microsoft Alias: **delhan**
True
GMSA - missing information? - Basically I miss the complete installation instructions for CEP / CES. Information I can find is fragmented and sometimes outdated. In the section Configuration is stated "You can also configure any user service account, MSA, or GMSA for CES to work." We can get it to work with a service account, but of course we prefer a GMSA and then we get stuck with WS_E_ENDPOINT_ACCESS_DENIED . 1. Can GMSA also be used for CEP, or only for CES? 2. What extra configuration would be necessary (like logon as a batchjob/logon as a service/NTFS permissions etc)? Also, the refences to the two basic installation articles (Certificate Enrollment Policy Web Service Guidance and Certificate Enrollment Web Service Guidance) are helpful, but these are with a note "We're no longer updating this content regularly.". Unfortunately, the author has passed away and the feedback links on this page point to another dead end. Any help greatly appreciated! --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 1a15cfbb-d54a-0533-edde-464554b94b7f * Version Independent ID: 4d47d383-956e-e580-505b-21ec55278984 * Content: [Configuring Certificate Enrollment Web Service for certificate key-based renewal on a custom port](https://docs.microsoft.com/en-us/windows-server/identity/solution-guides/certificate-enrollment-certificate-key-based-renewal) * Content Source: [WindowsServerDocs/identity/solution-guides/certificate-enrollment-certificate-key-based-renewal.md](https://github.com/MicrosoftDocs/windowsserverdocs/blob/master/WindowsServerDocs/identity/solution-guides/certificate-enrollment-certificate-key-based-renewal.md) * Product: **windows-server** * Technology: **security** * GitHub Login: @Deland-Han * Microsoft Alias: **delhan**
non_main
gmsa missing information basically i miss the complete installation instructions for cep ces information i can find is fragmented and sometimes outdated in the section configuration is stated you can also configure any user service account msa or gmsa for ces to work we can get it to work with a service account but of course we prefer a gmsa and then we get stuck with ws e endpoint access denied can gmsa also be used for cep or only for ces what extra configuration would be necessary like logon as a batchjob logon as a service ntfs permissions etc also the refences to the two basic installation articles certificate enrollment policy web service guidance and certificate enrollment web service guidance are helpful but these are with a note we re no longer updating this content regularly unfortunately the author has passed away and the feedback links on this page point to another dead end any help greatly appreciated document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id edde version independent id content content source product windows server technology security github login deland han microsoft alias delhan
0
5,211
26,464,337,427
IssuesEvent
2023-01-16 21:18:07
bazelbuild/intellij
https://api.github.com/repos/bazelbuild/intellij
closed
Flag --incompatible_disable_starlark_host_transitions will break IntelliJ Plugin Aspect in Bazel 7.0
type: bug product: IntelliJ topic: bazel awaiting-maintainer
Incompatible flag `--incompatible_disable_starlark_host_transitions` will be enabled by default in the next major release (Bazel 7.0), thus breaking IntelliJ Plugin Aspect. Please migrate to fix this and unblock the flip of this flag. The flag is documented here: [bazelbuild/bazel#17032](https://github.com/bazelbuild/bazel/issues/17032). Please check the following CI builds for build and test results: - [Ubuntu 18.04 OpenJDK 11](https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1365#0185154a-d6a4-48f6-a194-a2ca2d661119) - [Ubuntu 18.04 OpenJDK 11](https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1365#0185154a-d6a1-4f56-a649-fd86f81f7f35) - [Ubuntu 18.04 OpenJDK 11](https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1365#0185154a-d6a7-4fb6-9741-36885ef68a6c) - [Ubuntu 18.04 OpenJDK 11](https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1365#0185154a-d6ac-4150-9ff0-3f7f31bc4a3f) - [Ubuntu 18.04 OpenJDK 11](https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1365#0185154a-d6a9-4b60-b607-d79ee788e759) - [Ubuntu 18.04 OpenJDK 11](https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1365#0185154a-d6af-4bda-9fe8-22da7ff92862) Never heard of incompatible flags before? We have [documentation](https://docs.bazel.build/versions/master/backward-compatibility.html) that explains everything. If you have any questions, please file an issue in https://github.com/bazelbuild/continuous-integration.
True
Flag --incompatible_disable_starlark_host_transitions will break IntelliJ Plugin Aspect in Bazel 7.0 - Incompatible flag `--incompatible_disable_starlark_host_transitions` will be enabled by default in the next major release (Bazel 7.0), thus breaking IntelliJ Plugin Aspect. Please migrate to fix this and unblock the flip of this flag. The flag is documented here: [bazelbuild/bazel#17032](https://github.com/bazelbuild/bazel/issues/17032). Please check the following CI builds for build and test results: - [Ubuntu 18.04 OpenJDK 11](https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1365#0185154a-d6a4-48f6-a194-a2ca2d661119) - [Ubuntu 18.04 OpenJDK 11](https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1365#0185154a-d6a1-4f56-a649-fd86f81f7f35) - [Ubuntu 18.04 OpenJDK 11](https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1365#0185154a-d6a7-4fb6-9741-36885ef68a6c) - [Ubuntu 18.04 OpenJDK 11](https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1365#0185154a-d6ac-4150-9ff0-3f7f31bc4a3f) - [Ubuntu 18.04 OpenJDK 11](https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1365#0185154a-d6a9-4b60-b607-d79ee788e759) - [Ubuntu 18.04 OpenJDK 11](https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1365#0185154a-d6af-4bda-9fe8-22da7ff92862) Never heard of incompatible flags before? We have [documentation](https://docs.bazel.build/versions/master/backward-compatibility.html) that explains everything. If you have any questions, please file an issue in https://github.com/bazelbuild/continuous-integration.
main
flag incompatible disable starlark host transitions will break intellij plugin aspect in bazel incompatible flag incompatible disable starlark host transitions will be enabled by default in the next major release bazel thus breaking intellij plugin aspect please migrate to fix this and unblock the flip of this flag the flag is documented here please check the following ci builds for build and test results never heard of incompatible flags before we have that explains everything if you have any questions please file an issue in
1
56,870
3,081,210,104
IssuesEvent
2015-08-22 13:52:51
bitfighter/bitfighter
https://api.github.com/repos/bitfighter/bitfighter
closed
separate chat messages from server messages
enhancement imported Priority-Medium
_From [buckyballreaction](https://code.google.com/u/buckyballreaction/) on April 09, 2011 18:51:47_ It is difficult to see and catch the player chat message in-game when there are a lot of server messages spamming the message area. Separate chat from server messages. See: http://bitfighter.org/forums/viewtopic.php?f=4&t=667 _Original issue: http://code.google.com/p/bitfighter/issues/detail?id=93_
1.0
separate chat messages from server messages - _From [buckyballreaction](https://code.google.com/u/buckyballreaction/) on April 09, 2011 18:51:47_ It is difficult to see and catch the player chat message in-game when there are a lot of server messages spamming the message area. Separate chat from server messages. See: http://bitfighter.org/forums/viewtopic.php?f=4&t=667 _Original issue: http://code.google.com/p/bitfighter/issues/detail?id=93_
non_main
separate chat messages from server messages from on april it is difficult to see and catch the player chat message in game when there are a lot of server messages spamming the message area separate chat from server messages see original issue
0
1,829
6,577,351,751
IssuesEvent
2017-09-12 00:18:29
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
redhat_subscription attaches all pools of the same name
affects_1.9 bug_report feature_idea waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME redhat_subscription ##### ANSIBLE VERSION ``` [cloud-user@node8 ~]$ ansible --version ansible 1.9.4 configured module search path = None ``` ##### CONFIGURATION None ##### OS / ENVIRONMENT N/A ##### SUMMARY Based on the current implementation, you can specify pool like: pool='^OpenShift Enterprise$'. This will return all of the available subscriptions that match and in turn grab the pool_id and attach them. The issue is that if you have multiple unique subscriptions of the exact same product (due to different dates), every pool that matches will get attached no matter what. If you had 5 unique 'OpenShift Enterprise' subscriptions, you would be oversubscribing by 4 every time you provisioned a server. There should be a way to define how many pools and or how many subscriptions you want to actually consume through the registration. Additionally, given the regex is only used to obtain the pool_id, it would also be helpful if you could simply specify the pool_id upfront and avoid the RegEx all together. ##### STEPS TO REPRODUCE Use 'redhat_subscription' to subscribe and attach to a pool where there are multiple pools with the exact same name. ##### EXPECTED RESULTS Should only consume a single subscription. ##### ACTUAL RESULTS Consumes N subscriptions where N is the number of subscriptions with the same name.
True
redhat_subscription attaches all pools of the same name - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME redhat_subscription ##### ANSIBLE VERSION ``` [cloud-user@node8 ~]$ ansible --version ansible 1.9.4 configured module search path = None ``` ##### CONFIGURATION None ##### OS / ENVIRONMENT N/A ##### SUMMARY Based on the current implementation, you can specify pool like: pool='^OpenShift Enterprise$'. This will return all of the available subscriptions that match and in turn grab the pool_id and attach them. The issue is that if you have multiple unique subscriptions of the exact same product (due to different dates), every pool that matches will get attached no matter what. If you had 5 unique 'OpenShift Enterprise' subscriptions, you would be oversubscribing by 4 every time you provisioned a server. There should be a way to define how many pools and or how many subscriptions you want to actually consume through the registration. Additionally, given the regex is only used to obtain the pool_id, it would also be helpful if you could simply specify the pool_id upfront and avoid the RegEx all together. ##### STEPS TO REPRODUCE Use 'redhat_subscription' to subscribe and attach to a pool where there are multiple pools with the exact same name. ##### EXPECTED RESULTS Should only consume a single subscription. ##### ACTUAL RESULTS Consumes N subscriptions where N is the number of subscriptions with the same name.
main
redhat subscription attaches all pools of the same name issue type bug report component name redhat subscription ansible version ansible version ansible configured module search path none configuration none os environment n a summary based on the current implementation you can specify pool like pool openshift enterprise this will return all of the available subscriptions that match and in turn grab the pool id and attach them the issue is that if you have multiple unique subscriptions of the exact same product due to different dates every pool that matches will get attached no matter what if you had unique openshift enterprise subscriptions you would be oversubscribing by every time you provisioned a server there should be a way to define how many pools and or how many subscriptions you want to actually consume through the registration additionally given the regex is only used to obtain the pool id it would also be helpful if you could simply specify the pool id upfront and avoid the regex all together steps to reproduce use redhat subscription to subscribe and attach to a pool where there are multiple pools with the exact same name expected results should only consume a single subscription actual results consumes n subscriptions where n is the number of subscriptions with the same name
1
8,460
8,320,088,912
IssuesEvent
2018-09-25 19:07:16
Microsoft/vscode-cpptools
https://api.github.com/repos/Microsoft/vscode-cpptools
opened
Prevent ".C": "cpp" from getting added to files.associations and/or force ".c" to use C IntelliSense
Language Service bug
Due to bug https://github.com/Microsoft/vscode/issues/59369 .
1.0
Prevent ".C": "cpp" from getting added to files.associations and/or force ".c" to use C IntelliSense - Due to bug https://github.com/Microsoft/vscode/issues/59369 .
non_main
prevent c cpp from getting added to files associations and or force c to use c intellisense due to bug
0
1,679
6,574,141,070
IssuesEvent
2017-09-11 11:40:19
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Issue connecting when using nxos_acl
affects_2.2 bug_report networking waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> nxos_acl ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.2.0.0 config file = /home/robert.nanney/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION <!--- ask_pass = False --> ##### OS / ENVIRONMENT <!--- Running from: Ubuntu 15.04 (GNU/Linux 3.19.0-26-generic x86_64) Managing: cisco Nexus3064T Chassis --> ##### SUMMARY Can not connect with transport: cli to the device ##### STEPS TO REPRODUCE <!--- run a task with nxos_acl with the transport flag set to cli --> <!--- Paste example playbooks or commands between quotes below --> ``` --- - hosts: all connection: local gather_facts: false vars: cli: transport: cli tasks: - name: show hostname nxos_command: commands: show hostname host: "{{ inventory_hostname }}" provider: "{{ cli }}" register: hostname - name: debug hostname debug: var=hostname - name: db acl nxos_acl: name: cloud-dbaas-snet-in seq: 10 action: permit proto: tcp src: any dest: any state: present host: "{{inventory_hostname}}" provider: "{{ cli }}" ``` <!--- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS I expected a connection to the switch ##### ACTUAL RESULTS <!--- What actually happened? If possible run with extra verbosity (-vvvv) --> <!--- Paste verbatim command output between quotes below --> ``` ~$ ansible-playbook db_acl_test.yml -i lab3k -vvvv Using /home/robert.nanney/ansible.cfg as config file Loading callback plugin default of type stdout, v2.0 from /usr/local/lib/python2.7/dist-packages/ansible/plugins/callback/__init__.pyc PLAYBOOK: db_acl_test.yml ****************************************************** 1 plays in db_acl_test.yml PLAY [all] ********************************************************************* TASK [show hostname] *********************************************************** task path: /home/robert.nanney/db_acl_test.yml:10 Using module file /usr/local/lib/python2.7/dist-packages/ansible/modules/core/network/nxos/nxos_command.py <10.127.49.121> ESTABLISH LOCAL CONNECTION FOR USER: robert.nanney <10.127.49.121> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1479507500.82-139993289090789 `" && echo ansible-tmp-1479507500.82-139993289090789="` echo $HOME/.ansible/tmp/ansible-tmp-1479507500.82-139993289090789 `" ) && sleep 0' <10.127.49.121> PUT /tmp/tmpffKXca TO /home/robert.nanney/.ansible/tmp/ansible-tmp-1479507500.82-139993289090789/nxos_command.py <10.127.49.121> EXEC /bin/sh -c 'chmod u+x /home/robert.nanney/.ansible/tmp/ansible-tmp-1479507500.82-139993289090789/ /home/robert.nanney/.ansible/tmp/ansible-tmp-1479507500.82-139993289090789/nxos_command.py && sleep 0' <10.127.49.121> EXEC /bin/sh -c '/usr/bin/python /home/robert.nanney/.ansible/tmp/ansible-tmp-1479507500.82-139993289090789/nxos_command.py; rm -rf "/home/robert.nanney/.ansible/tmp/ansible-tmp-1479507500.82-139993289090789/" > /dev/null 2>&1 && sleep 0' ok: [10.127.49.121] => { "changed": false, "invocation": { "module_args": { "auth_pass": null, "authorize": false, "commands": [ "show hostname" ], "host": "10.127.49.121", "interval": 1, "match": "all", "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "port": null, "provider": { "transport": "cli" }, "retries": 10, "ssh_keyfile": null, "timeout": 10, "transport": "cli", "use_ssl": false, "username": "admin", "validate_certs": true, "wait_for": null }, "module_name": "nxos_command" }, "stdout": [ "\nyc3-5-3.sat6 \n" ], "stdout_lines": [ [ "", "yc3-5-3.sat6 ", "" ] ], "warnings": [] } TASK [debug hostname] ********************************************************** task path: /home/robert.nanney/db_acl_test.yml:17 ok: [10.127.49.121] => { "hostname": { "changed": false, "stdout": [ "\nyc3-5-3.sat6 \n" ], "stdout_lines": [ [ "", "yc3-5-3.sat6 ", "" ] ], "warnings": [] } } TASK [db acl] ****************************************************************** task path: /home/robert.nanney/db_acl_test.yml:20 Using module file /usr/local/lib/python2.7/dist-packages/ansible/modules/core/network/nxos/nxos_acl.py <10.127.49.121> ESTABLISH LOCAL CONNECTION FOR USER: robert.nanney <10.127.49.121> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1479507503.1-137909917353841 `" && echo ansible-tmp-1479507503.1-137909917353841="` echo $HOME/.ansible/tmp/ansible-tmp-1479507503.1-137909917353841 `" ) && sleep 0' <10.127.49.121> PUT /tmp/tmp9S6m5r TO /home/robert.nanney/.ansible/tmp/ansible-tmp-1479507503.1-137909917353841/nxos_acl.py <10.127.49.121> EXEC /bin/sh -c 'chmod u+x /home/robert.nanney/.ansible/tmp/ansible-tmp-1479507503.1-137909917353841/ /home/robert.nanney/.ansible/tmp/ansible-tmp-1479507503.1-137909917353841/nxos_acl.py && sleep 0' <10.127.49.121> EXEC /bin/sh -c '/usr/bin/python /home/robert.nanney/.ansible/tmp/ansible-tmp-1479507503.1-137909917353841/nxos_acl.py; rm -rf "/home/robert.nanney/.ansible/tmp/ansible-tmp-1479507503.1-137909917353841/" > /dev/null 2>&1 && sleep 0' fatal: [10.127.49.121]: FAILED! => { "changed": false, "failed": true, "invocation": { "module_args": { "ack": null, "action": "permit", "auth_pass": null, "authorize": false, "config": null, "dest": "any", "dest_port1": null, "dest_port2": null, "dest_port_op": null, "dscp": null, "established": null, "fin": null, "fragments": null, "host": "10.127.49.121", "include_defaults": "False", "log": null, "name": "cloud-dbaas-snet-in", "password": null, "port": null, "precedence": null, "proto": "tcp", "protocol": "http", "provider": { "transport": "cli" }, "psh": null, "remark": null, "rst": null, "save": false, "seq": "10", "src": "any", "src_port1": null, "src_port2": null, "src_port_op": null, "ssh_keyfile": null, "state": "present", "syn": null, "time_range": null, "timeout": 10, "transport": "cli", "urg": null, "use_ssl": false, "username": null, "validate_certs": true }, "module_name": "nxos_acl" }, "msg": "failed to connect to 10.127.49.121:22" } to retry, use: --limit @/home/robert.nanney/db_acl_test.retry PLAY RECAP ********************************************************************* 10.127.49.121 : ok=2 changed=0 unreachable=0 failed=1 ```
True
Issue connecting when using nxos_acl - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> nxos_acl ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.2.0.0 config file = /home/robert.nanney/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION <!--- ask_pass = False --> ##### OS / ENVIRONMENT <!--- Running from: Ubuntu 15.04 (GNU/Linux 3.19.0-26-generic x86_64) Managing: cisco Nexus3064T Chassis --> ##### SUMMARY Can not connect with transport: cli to the device ##### STEPS TO REPRODUCE <!--- run a task with nxos_acl with the transport flag set to cli --> <!--- Paste example playbooks or commands between quotes below --> ``` --- - hosts: all connection: local gather_facts: false vars: cli: transport: cli tasks: - name: show hostname nxos_command: commands: show hostname host: "{{ inventory_hostname }}" provider: "{{ cli }}" register: hostname - name: debug hostname debug: var=hostname - name: db acl nxos_acl: name: cloud-dbaas-snet-in seq: 10 action: permit proto: tcp src: any dest: any state: present host: "{{inventory_hostname}}" provider: "{{ cli }}" ``` <!--- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS I expected a connection to the switch ##### ACTUAL RESULTS <!--- What actually happened? If possible run with extra verbosity (-vvvv) --> <!--- Paste verbatim command output between quotes below --> ``` ~$ ansible-playbook db_acl_test.yml -i lab3k -vvvv Using /home/robert.nanney/ansible.cfg as config file Loading callback plugin default of type stdout, v2.0 from /usr/local/lib/python2.7/dist-packages/ansible/plugins/callback/__init__.pyc PLAYBOOK: db_acl_test.yml ****************************************************** 1 plays in db_acl_test.yml PLAY [all] ********************************************************************* TASK [show hostname] *********************************************************** task path: /home/robert.nanney/db_acl_test.yml:10 Using module file /usr/local/lib/python2.7/dist-packages/ansible/modules/core/network/nxos/nxos_command.py <10.127.49.121> ESTABLISH LOCAL CONNECTION FOR USER: robert.nanney <10.127.49.121> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1479507500.82-139993289090789 `" && echo ansible-tmp-1479507500.82-139993289090789="` echo $HOME/.ansible/tmp/ansible-tmp-1479507500.82-139993289090789 `" ) && sleep 0' <10.127.49.121> PUT /tmp/tmpffKXca TO /home/robert.nanney/.ansible/tmp/ansible-tmp-1479507500.82-139993289090789/nxos_command.py <10.127.49.121> EXEC /bin/sh -c 'chmod u+x /home/robert.nanney/.ansible/tmp/ansible-tmp-1479507500.82-139993289090789/ /home/robert.nanney/.ansible/tmp/ansible-tmp-1479507500.82-139993289090789/nxos_command.py && sleep 0' <10.127.49.121> EXEC /bin/sh -c '/usr/bin/python /home/robert.nanney/.ansible/tmp/ansible-tmp-1479507500.82-139993289090789/nxos_command.py; rm -rf "/home/robert.nanney/.ansible/tmp/ansible-tmp-1479507500.82-139993289090789/" > /dev/null 2>&1 && sleep 0' ok: [10.127.49.121] => { "changed": false, "invocation": { "module_args": { "auth_pass": null, "authorize": false, "commands": [ "show hostname" ], "host": "10.127.49.121", "interval": 1, "match": "all", "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "port": null, "provider": { "transport": "cli" }, "retries": 10, "ssh_keyfile": null, "timeout": 10, "transport": "cli", "use_ssl": false, "username": "admin", "validate_certs": true, "wait_for": null }, "module_name": "nxos_command" }, "stdout": [ "\nyc3-5-3.sat6 \n" ], "stdout_lines": [ [ "", "yc3-5-3.sat6 ", "" ] ], "warnings": [] } TASK [debug hostname] ********************************************************** task path: /home/robert.nanney/db_acl_test.yml:17 ok: [10.127.49.121] => { "hostname": { "changed": false, "stdout": [ "\nyc3-5-3.sat6 \n" ], "stdout_lines": [ [ "", "yc3-5-3.sat6 ", "" ] ], "warnings": [] } } TASK [db acl] ****************************************************************** task path: /home/robert.nanney/db_acl_test.yml:20 Using module file /usr/local/lib/python2.7/dist-packages/ansible/modules/core/network/nxos/nxos_acl.py <10.127.49.121> ESTABLISH LOCAL CONNECTION FOR USER: robert.nanney <10.127.49.121> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1479507503.1-137909917353841 `" && echo ansible-tmp-1479507503.1-137909917353841="` echo $HOME/.ansible/tmp/ansible-tmp-1479507503.1-137909917353841 `" ) && sleep 0' <10.127.49.121> PUT /tmp/tmp9S6m5r TO /home/robert.nanney/.ansible/tmp/ansible-tmp-1479507503.1-137909917353841/nxos_acl.py <10.127.49.121> EXEC /bin/sh -c 'chmod u+x /home/robert.nanney/.ansible/tmp/ansible-tmp-1479507503.1-137909917353841/ /home/robert.nanney/.ansible/tmp/ansible-tmp-1479507503.1-137909917353841/nxos_acl.py && sleep 0' <10.127.49.121> EXEC /bin/sh -c '/usr/bin/python /home/robert.nanney/.ansible/tmp/ansible-tmp-1479507503.1-137909917353841/nxos_acl.py; rm -rf "/home/robert.nanney/.ansible/tmp/ansible-tmp-1479507503.1-137909917353841/" > /dev/null 2>&1 && sleep 0' fatal: [10.127.49.121]: FAILED! => { "changed": false, "failed": true, "invocation": { "module_args": { "ack": null, "action": "permit", "auth_pass": null, "authorize": false, "config": null, "dest": "any", "dest_port1": null, "dest_port2": null, "dest_port_op": null, "dscp": null, "established": null, "fin": null, "fragments": null, "host": "10.127.49.121", "include_defaults": "False", "log": null, "name": "cloud-dbaas-snet-in", "password": null, "port": null, "precedence": null, "proto": "tcp", "protocol": "http", "provider": { "transport": "cli" }, "psh": null, "remark": null, "rst": null, "save": false, "seq": "10", "src": "any", "src_port1": null, "src_port2": null, "src_port_op": null, "ssh_keyfile": null, "state": "present", "syn": null, "time_range": null, "timeout": 10, "transport": "cli", "urg": null, "use_ssl": false, "username": null, "validate_certs": true }, "module_name": "nxos_acl" }, "msg": "failed to connect to 10.127.49.121:22" } to retry, use: --limit @/home/robert.nanney/db_acl_test.retry PLAY RECAP ********************************************************************* 10.127.49.121 : ok=2 changed=0 unreachable=0 failed=1 ```
main
issue connecting when using nxos acl issue type bug report component name nxos acl ansible version ansible config file home robert nanney ansible cfg configured module search path default w o overrides configuration ask pass false os environment running from ubuntu gnu linux generic managing cisco chassis summary can not connect with transport cli to the device steps to reproduce run a task with nxos acl with the transport flag set to cli hosts all connection local gather facts false vars cli transport cli tasks name show hostname nxos command commands show hostname host inventory hostname provider cli register hostname name debug hostname debug var hostname name db acl nxos acl name cloud dbaas snet in seq action permit proto tcp src any dest any state present host inventory hostname provider cli expected results i expected a connection to the switch actual results ansible playbook db acl test yml i vvvv using home robert nanney ansible cfg as config file loading callback plugin default of type stdout from usr local lib dist packages ansible plugins callback init pyc playbook db acl test yml plays in db acl test yml play task task path home robert nanney db acl test yml using module file usr local lib dist packages ansible modules core network nxos nxos command py establish local connection for user robert nanney exec bin sh c umask mkdir p echo home ansible tmp ansible tmp echo ansible tmp echo home ansible tmp ansible tmp sleep put tmp tmpffkxca to home robert nanney ansible tmp ansible tmp nxos command py exec bin sh c chmod u x home robert nanney ansible tmp ansible tmp home robert nanney ansible tmp ansible tmp nxos command py sleep exec bin sh c usr bin python home robert nanney ansible tmp ansible tmp nxos command py rm rf home robert nanney ansible tmp ansible tmp dev null sleep ok changed false invocation module args auth pass null authorize false commands show hostname host interval match all password value specified in no log parameter port null provider transport cli retries ssh keyfile null timeout transport cli use ssl false username admin validate certs true wait for null module name nxos command stdout n stdout lines warnings task task path home robert nanney db acl test yml ok hostname changed false stdout n stdout lines warnings task task path home robert nanney db acl test yml using module file usr local lib dist packages ansible modules core network nxos nxos acl py establish local connection for user robert nanney exec bin sh c umask mkdir p echo home ansible tmp ansible tmp echo ansible tmp echo home ansible tmp ansible tmp sleep put tmp to home robert nanney ansible tmp ansible tmp nxos acl py exec bin sh c chmod u x home robert nanney ansible tmp ansible tmp home robert nanney ansible tmp ansible tmp nxos acl py sleep exec bin sh c usr bin python home robert nanney ansible tmp ansible tmp nxos acl py rm rf home robert nanney ansible tmp ansible tmp dev null sleep fatal failed changed false failed true invocation module args ack null action permit auth pass null authorize false config null dest any dest null dest null dest port op null dscp null established null fin null fragments null host include defaults false log null name cloud dbaas snet in password null port null precedence null proto tcp protocol http provider transport cli psh null remark null rst null save false seq src any src null src null src port op null ssh keyfile null state present syn null time range null timeout transport cli urg null use ssl false username null validate certs true module name nxos acl msg failed to connect to to retry use limit home robert nanney db acl test retry play recap ok changed unreachable failed
1
2,502
8,655,458,231
IssuesEvent
2018-11-27 16:00:20
codestation/qcma
https://api.github.com/repos/codestation/qcma
closed
Qcma crashes on startup
unmaintained
Qcma startup 1 time, i got through the first start configuration and the it would not start any more, i have tried deleting al the preferences and application support files and downloading a new version but to no avail. crash report gives main reason as: Dyld Error Message: Symbol not found: _OSAtomicIncrement32Barrier Referenced from: /Users/USER/Desktop/Qcma.app/Contents/MacOS/../Frameworks/libusb-1.0.0.dylib Expected in: /usr/lib/libSystem.B.dylib i am on osx 10.8.5.
True
Qcma crashes on startup - Qcma startup 1 time, i got through the first start configuration and the it would not start any more, i have tried deleting al the preferences and application support files and downloading a new version but to no avail. crash report gives main reason as: Dyld Error Message: Symbol not found: _OSAtomicIncrement32Barrier Referenced from: /Users/USER/Desktop/Qcma.app/Contents/MacOS/../Frameworks/libusb-1.0.0.dylib Expected in: /usr/lib/libSystem.B.dylib i am on osx 10.8.5.
main
qcma crashes on startup qcma startup time i got through the first start configuration and the it would not start any more i have tried deleting al the preferences and application support files and downloading a new version but to no avail crash report gives main reason as dyld error message symbol not found referenced from users user desktop qcma app contents macos frameworks libusb dylib expected in usr lib libsystem b dylib i am on osx
1
4,073
19,213,186,566
IssuesEvent
2021-12-07 06:00:25
adda-team/adda
https://api.github.com/repos/adda-team/adda
opened
Remove dependence on Fortran for calculation of Bessel functions
maintainability comp-Library
While compiling Fortran sources is not a big deal (can be done reliably in various environments), we have a special compilation option `NO_FORTRAN` to compile without them. The functionality of the obtained executable is naturally determined by the absence of the corresponding Fortran routines. The main dependence so far is IGT sources, which are especially important for rectangular sources. However, we will soon merge IGT_SO (#299), which provides an efficient substitute. After that IGT will be left mainly for testing purposes. But simultaneously we are adding Bessel beams (#304) and later EELS (#155), which depend on calculation of Bessel functions (including modified ones of complex argument) in file `bessel.f90`. Thus, it would be nice to rewrite this file in C99 - I guess, this can be done semi-automatically.
True
Remove dependence on Fortran for calculation of Bessel functions - While compiling Fortran sources is not a big deal (can be done reliably in various environments), we have a special compilation option `NO_FORTRAN` to compile without them. The functionality of the obtained executable is naturally determined by the absence of the corresponding Fortran routines. The main dependence so far is IGT sources, which are especially important for rectangular sources. However, we will soon merge IGT_SO (#299), which provides an efficient substitute. After that IGT will be left mainly for testing purposes. But simultaneously we are adding Bessel beams (#304) and later EELS (#155), which depend on calculation of Bessel functions (including modified ones of complex argument) in file `bessel.f90`. Thus, it would be nice to rewrite this file in C99 - I guess, this can be done semi-automatically.
main
remove dependence on fortran for calculation of bessel functions while compiling fortran sources is not a big deal can be done reliably in various environments we have a special compilation option no fortran to compile without them the functionality of the obtained executable is naturally determined by the absence of the corresponding fortran routines the main dependence so far is igt sources which are especially important for rectangular sources however we will soon merge igt so which provides an efficient substitute after that igt will be left mainly for testing purposes but simultaneously we are adding bessel beams and later eels which depend on calculation of bessel functions including modified ones of complex argument in file bessel thus it would be nice to rewrite this file in i guess this can be done semi automatically
1
266,644
23,251,857,016
IssuesEvent
2022-08-04 05:08:07
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: pgx failed [panic "zero transaction timestamp" from newSchemaChangerTxnRunDependencies]
C-test-failure O-robot O-roachtest branch-master release-blocker T-sql-schema
roachtest.pgx [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/5954907?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/5954907?buildTab=artifacts#/pgx) on master @ [7326bbbf94610c40ae2d2fdf42c119dfea93a170](https://github.com/cockroachdb/cockroach/commits/7326bbbf94610c40ae2d2fdf42c119dfea93a170): ``` test artifacts and logs in: /artifacts/pgx/run_1 orm_helpers.go:191,orm_helpers.go:117,pgx.go:141,pgx.go:152,test_runner.go:896: Tests run on Cockroach v22.2.0-alpha.00000000-2143-g7326bbbf94 Tests run against pgx v4.15.0 189 Total Tests Run 176 tests passed 13 tests failed 27 tests skipped 3 tests ignored 0 tests passed unexpectedly 13 tests failed unexpectedly 0 tests expected failed but skipped 0 tests expected failed but not run --- --- FAIL: v4.TestConnQueryScanIgnoreColumn - unknown (unexpected) --- FAIL: v4.TestQueryRowCoreTypes - unknown (unexpected) --- FAIL: v4.Example_JSON - unknown (unexpected) --- FAIL: v4.TestConnQueryReadTooManyValues - unknown (unexpected) --- FAIL: v4.TestQueryRowCoreIntegerDecoding - unknown (unexpected) --- FAIL: v4.TestConnQueryDatabaseSQLDriverValuerWithAutoGeneratedPointerReceiver - unknown (unexpected) --- FAIL: v4.TestConnQueryErrorWhileReturningRows - unknown (unexpected) --- FAIL: v4.ExampleConn_QueryFunc - unknown (unexpected) --- FAIL: v4.TestQueryRowCoreByteSlice - unknown (unexpected) --- FAIL: v4.TestQueryRowCoreIntegerEncoding - unknown (unexpected) --- FAIL: v4.Example_CustomType - unknown (unexpected) --- FAIL: v4.TestConnQueryDeferredError - unknown (unexpected) --- FAIL: v4.TestQueryRowEmptyQuery - unknown (unexpected) For a full summary look at the pgx artifacts An updated blocklist (pgxBlocklist22_2) is available in the artifacts' pgx log ``` <p>Parameters: <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=4</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> /cc @cockroachdb/sql-experience <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*pgx.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-18290
2.0
roachtest: pgx failed [panic "zero transaction timestamp" from newSchemaChangerTxnRunDependencies] - roachtest.pgx [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/5954907?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/5954907?buildTab=artifacts#/pgx) on master @ [7326bbbf94610c40ae2d2fdf42c119dfea93a170](https://github.com/cockroachdb/cockroach/commits/7326bbbf94610c40ae2d2fdf42c119dfea93a170): ``` test artifacts and logs in: /artifacts/pgx/run_1 orm_helpers.go:191,orm_helpers.go:117,pgx.go:141,pgx.go:152,test_runner.go:896: Tests run on Cockroach v22.2.0-alpha.00000000-2143-g7326bbbf94 Tests run against pgx v4.15.0 189 Total Tests Run 176 tests passed 13 tests failed 27 tests skipped 3 tests ignored 0 tests passed unexpectedly 13 tests failed unexpectedly 0 tests expected failed but skipped 0 tests expected failed but not run --- --- FAIL: v4.TestConnQueryScanIgnoreColumn - unknown (unexpected) --- FAIL: v4.TestQueryRowCoreTypes - unknown (unexpected) --- FAIL: v4.Example_JSON - unknown (unexpected) --- FAIL: v4.TestConnQueryReadTooManyValues - unknown (unexpected) --- FAIL: v4.TestQueryRowCoreIntegerDecoding - unknown (unexpected) --- FAIL: v4.TestConnQueryDatabaseSQLDriverValuerWithAutoGeneratedPointerReceiver - unknown (unexpected) --- FAIL: v4.TestConnQueryErrorWhileReturningRows - unknown (unexpected) --- FAIL: v4.ExampleConn_QueryFunc - unknown (unexpected) --- FAIL: v4.TestQueryRowCoreByteSlice - unknown (unexpected) --- FAIL: v4.TestQueryRowCoreIntegerEncoding - unknown (unexpected) --- FAIL: v4.Example_CustomType - unknown (unexpected) --- FAIL: v4.TestConnQueryDeferredError - unknown (unexpected) --- FAIL: v4.TestQueryRowEmptyQuery - unknown (unexpected) For a full summary look at the pgx artifacts An updated blocklist (pgxBlocklist22_2) is available in the artifacts' pgx log ``` <p>Parameters: <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=4</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> /cc @cockroachdb/sql-experience <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*pgx.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-18290
non_main
roachtest pgx failed roachtest pgx with on master test artifacts and logs in artifacts pgx run orm helpers go orm helpers go pgx go pgx go test runner go tests run on cockroach alpha tests run against pgx total tests run tests passed tests failed tests skipped tests ignored tests passed unexpectedly tests failed unexpectedly tests expected failed but skipped tests expected failed but not run fail testconnqueryscanignorecolumn unknown unexpected fail testqueryrowcoretypes unknown unexpected fail example json unknown unexpected fail testconnqueryreadtoomanyvalues unknown unexpected fail testqueryrowcoreintegerdecoding unknown unexpected fail testconnquerydatabasesqldrivervaluerwithautogeneratedpointerreceiver unknown unexpected fail testconnqueryerrorwhilereturningrows unknown unexpected fail exampleconn queryfunc unknown unexpected fail testqueryrowcorebyteslice unknown unexpected fail testqueryrowcoreintegerencoding unknown unexpected fail example customtype unknown unexpected fail testconnquerydeferrederror unknown unexpected fail testqueryrowemptyquery unknown unexpected for a full summary look at the pgx artifacts an updated blocklist is available in the artifacts pgx log parameters roachtest cloud gce roachtest cpu roachtest ssd help see see cc cockroachdb sql experience jira issue crdb
0
629,248
20,026,908,007
IssuesEvent
2022-02-01 22:28:57
radical-cybertools/radical.pilot
https://api.github.com/repos/radical-cybertools/radical.pilot
closed
Missing radical-pilot-resources script in virtual environment's bin path
type:bug layer:rp priority:low topic:deployment
The script _radical-pilot-resources_ is expected to be in /bin of virtual env's. Example here - https://radicalpilot.readthedocs.io/en/stable/user_guide/00_getting_started.html#executing-the-example The script is not in the bin because it's missed in setup.py's scripts argument along with _radical-pilot-ve_ and _radical-pilot-limits.py_ I am not sure if _plot_profile.ipynb_ should also be in scripts list, since it's present in bin directory of source code but not in setup scripts list. Lastly, _radical-pilot-fetch-logfiles_ is listed twice in the list.
1.0
Missing radical-pilot-resources script in virtual environment's bin path - The script _radical-pilot-resources_ is expected to be in /bin of virtual env's. Example here - https://radicalpilot.readthedocs.io/en/stable/user_guide/00_getting_started.html#executing-the-example The script is not in the bin because it's missed in setup.py's scripts argument along with _radical-pilot-ve_ and _radical-pilot-limits.py_ I am not sure if _plot_profile.ipynb_ should also be in scripts list, since it's present in bin directory of source code but not in setup scripts list. Lastly, _radical-pilot-fetch-logfiles_ is listed twice in the list.
non_main
missing radical pilot resources script in virtual environment s bin path the script radical pilot resources is expected to be in bin of virtual env s example here the script is not in the bin because it s missed in setup py s scripts argument along with radical pilot ve and radical pilot limits py i am not sure if plot profile ipynb should also be in scripts list since it s present in bin directory of source code but not in setup scripts list lastly radical pilot fetch logfiles is listed twice in the list
0
144,491
22,360,545,762
IssuesEvent
2022-06-15 20:00:47
jindonyy/issue-tracker
https://api.github.com/repos/jindonyy/issue-tracker
reopened
[FE] 버튼 컴포넌트 구현
💖 FE 💄 design
# Description 로그인 페이지에 필요한 버튼 컴포넌트를 구현한다. # Task ## Button Type - [x] Large Button - [ ] Medium Standard - [x] Small Standard - [ ] Small Secondary - [x] Medium Text - [ ] Small Text ## StoryBook Test Code - [ ] Button 타입별 Story 작성
1.0
[FE] 버튼 컴포넌트 구현 - # Description 로그인 페이지에 필요한 버튼 컴포넌트를 구현한다. # Task ## Button Type - [x] Large Button - [ ] Medium Standard - [x] Small Standard - [ ] Small Secondary - [x] Medium Text - [ ] Small Text ## StoryBook Test Code - [ ] Button 타입별 Story 작성
non_main
버튼 컴포넌트 구현 description 로그인 페이지에 필요한 버튼 컴포넌트를 구현한다 task button type large button medium standard small standard small secondary medium text small text storybook test code button 타입별 story 작성
0
105,353
16,637,263,370
IssuesEvent
2021-06-04 01:43:33
ScottCampit/stats503-w20-group17-project
https://api.github.com/repos/ScottCampit/stats503-w20-group17-project
opened
CVE-2021-28676 (High) detected in Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl
security vulnerability
## CVE-2021-28676 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary> <p>Python Imaging Library (Fork)</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/12/ad/61f8dfba88c4e56196bf6d056cdbba64dc9c5dfdfbc97d02e6472feed913/Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl">https://files.pythonhosted.org/packages/12/ad/61f8dfba88c4e56196bf6d056cdbba64dc9c5dfdfbc97d02e6472feed913/Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl</a></p> <p>Path to dependency file: stats503-w20-group17-project/webapp/requirements.txt</p> <p>Path to vulnerable library: stats503-w20-group17-project/webapp/requirements.txt</p> <p> Dependency Hierarchy: - :x: **Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> An issue was discovered in Pillow before 8.2.0. For FLI data, FliDecode did not properly check that the block advance was non-zero, potentially leading to an infinite loop on load. <p>Publish Date: 2021-06-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-28676>CVE-2021-28676</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-2021-28676">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28676</a></p> <p>Release Date: 2021-06-02</p> <p>Fix Resolution: Pillow - 8.2.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-28676 (High) detected in Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl - ## CVE-2021-28676 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary> <p>Python Imaging Library (Fork)</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/12/ad/61f8dfba88c4e56196bf6d056cdbba64dc9c5dfdfbc97d02e6472feed913/Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl">https://files.pythonhosted.org/packages/12/ad/61f8dfba88c4e56196bf6d056cdbba64dc9c5dfdfbc97d02e6472feed913/Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl</a></p> <p>Path to dependency file: stats503-w20-group17-project/webapp/requirements.txt</p> <p>Path to vulnerable library: stats503-w20-group17-project/webapp/requirements.txt</p> <p> Dependency Hierarchy: - :x: **Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> An issue was discovered in Pillow before 8.2.0. For FLI data, FliDecode did not properly check that the block advance was non-zero, potentially leading to an infinite loop on load. <p>Publish Date: 2021-06-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-28676>CVE-2021-28676</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-2021-28676">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28676</a></p> <p>Release Date: 2021-06-02</p> <p>Fix Resolution: Pillow - 8.2.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_main
cve high detected in pillow whl cve high severity vulnerability vulnerable library pillow whl python imaging library fork library home page a href path to dependency file project webapp requirements txt path to vulnerable library project webapp requirements txt dependency hierarchy x pillow whl vulnerable library vulnerability details an issue was discovered in pillow before for fli data flidecode did not properly check that the block advance was non zero potentially leading to an infinite loop on load 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 pillow step up your open source security game with whitesource
0
5,558
27,808,343,083
IssuesEvent
2023-03-17 22:47:15
microsoft/UVAtlas
https://api.github.com/repos/microsoft/UVAtlas
closed
Retire legacy Xbox One XDK support
maintainence
The only scenario that still uses VS 2017 is for the legacy Xbox One XDK. This task is drop support for this older Xbox development model and remove the following projects: ``` UVAtlas_XboxOneXDK_2017.sln ```
True
Retire legacy Xbox One XDK support - The only scenario that still uses VS 2017 is for the legacy Xbox One XDK. This task is drop support for this older Xbox development model and remove the following projects: ``` UVAtlas_XboxOneXDK_2017.sln ```
main
retire legacy xbox one xdk support the only scenario that still uses vs is for the legacy xbox one xdk this task is drop support for this older xbox development model and remove the following projects uvatlas xboxonexdk sln
1
1,637
6,572,661,833
IssuesEvent
2017-09-11 04:11:09
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
consul_kv: Missing support for TLS client certificates
affects_2.2 feature_idea waiting_on_maintainer
##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME consul_kv ##### ANSIBLE VERSION ``` 2.2.0.0 ``` ##### SUMMARY When securing Consul communication vie TLS, client certificates are needed to authenticate to Consul. It would be nice if it was possible to use the consul_kv module to talk to a TLS-secured Consul.
True
consul_kv: Missing support for TLS client certificates - ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME consul_kv ##### ANSIBLE VERSION ``` 2.2.0.0 ``` ##### SUMMARY When securing Consul communication vie TLS, client certificates are needed to authenticate to Consul. It would be nice if it was possible to use the consul_kv module to talk to a TLS-secured Consul.
main
consul kv missing support for tls client certificates issue type feature idea component name consul kv ansible version summary when securing consul communication vie tls client certificates are needed to authenticate to consul it would be nice if it was possible to use the consul kv module to talk to a tls secured consul
1
972
4,712,136,545
IssuesEvent
2016-10-14 15:49:40
duckduckgo/zeroclickinfo-longtail
https://api.github.com/repos/duckduckgo/zeroclickinfo-longtail
closed
Stack Overflow - Code block not parsed correctly
Bug Maintainer Approved
The 0 in the beginning of a code-block is removed. See this search: https://duckduckgo.com/?q=crontab+every+2+hours&t=ffab&ia=qa While in DuckDuckGo the IA appears like this: ![screenshot from 2016-09-15 12 11 27](https://cloud.githubusercontent.com/assets/9155111/18546411/23e8fe08-7b3e-11e6-98bc-cec34aae0947.png) The real StackOverflow answer in http://stackoverflow.com/questions/6423532/how-to-run-cron-job-every-2-hours#9439129 is: ![screenshot from 2016-09-15 12 11 33](https://cloud.githubusercontent.com/assets/9155111/18546412/23edb4ac-7b3e-11e6-8edc-ce0a38a0ba7a.png)
True
Stack Overflow - Code block not parsed correctly - The 0 in the beginning of a code-block is removed. See this search: https://duckduckgo.com/?q=crontab+every+2+hours&t=ffab&ia=qa While in DuckDuckGo the IA appears like this: ![screenshot from 2016-09-15 12 11 27](https://cloud.githubusercontent.com/assets/9155111/18546411/23e8fe08-7b3e-11e6-98bc-cec34aae0947.png) The real StackOverflow answer in http://stackoverflow.com/questions/6423532/how-to-run-cron-job-every-2-hours#9439129 is: ![screenshot from 2016-09-15 12 11 33](https://cloud.githubusercontent.com/assets/9155111/18546412/23edb4ac-7b3e-11e6-8edc-ce0a38a0ba7a.png)
main
stack overflow code block not parsed correctly the in the beginning of a code block is removed see this search while in duckduckgo the ia appears like this the real stackoverflow answer in is
1
2,969
10,682,567,233
IssuesEvent
2019-10-22 05:56:34
Homebrew/homebrew-cask
https://api.github.com/repos/Homebrew/homebrew-cask
closed
tinymediamanager install fails
awaiting maintainer feedback bug
#### General troubleshooting steps - [x] I understand that [if I ignore these instructions, my issue may be closed without review](https://github.com/Homebrew/homebrew-cask/blob/master/doc/faq/closing_issues_without_review.md). - [x] I have retried my command with `--force`. - [x] I ran `brew update-reset && brew update` and retried my command. - [x] I ran `brew doctor`, fixed as many issues as possible and retried my command. - [x] I have checked the instructions for [reporting bugs](https://github.com/Homebrew/homebrew-cask#reporting-bugs). - [x] I made doubly sure this is not a [checksum does not match](https://github.com/Homebrew/homebrew-cask/blob/master/doc/reporting_bugs/checksum_does_not_match_error.md) error. #### Description of issue tinymediamanager install fails. <!-- Please DO NOT delete the backticks. Only change the “{{replace this}}” text. --> #### Command that failed ``` brew cask install tinymediamanager ``` #### Output of command with `--force --verbose --debug` ``` $ brew cask install tinymediamanager --force --verbose --debug ==> Cask::Installer#install ==> Printing caveats ==> Caveats tinymediamanager requires Java 8+. You can install the latest version with: brew cask install adoptopenjdk ==> Cask::Installer#fetch ==> Satisfying dependencies ==> Downloading ==> Downloading https://release.tinymediamanager.org/v3/dist/tmm_3.0.4_mac.zip /usr/bin/curl -q --show-error --user-agent Homebrew/2.1.11-141-gdb18713\ \(Macintosh\;\ Intel\ Mac\ OS\ X\ 10.13.6\)\ curl/7.54.0 --location --silent --head --request GET https://release.tinymediamanager.org/v3/dist/tmm_3.0.4_mac.zip Already downloaded: /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip ==> Checking quarantine support /usr/bin/xattr /usr/bin/swift /usr/local/Homebrew/Library/Homebrew/cask/utils/quarantine.swift ==> Quarantine is available. ==> Verifying Gatekeeper status of /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip /usr/bin/xattr -p com.apple.quarantine /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip ==> /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip is quarantined ==> Downloaded to -> /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip ==> Verifying SHA-256 checksum for Cask 'tinymediamanager'. ==> Installing Cask tinymediamanager ==> Cask::Installer#stage zipinfo -1 /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip ==> Extracting primary container ==> Using container class UnpackStrategy::Zip for /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip zipinfo -1 /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip unzip /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip -d /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm ==> Purging files for version 3.0.4 of Cask tinymediamanager Error: Failure while executing; `unzip /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip -d /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm` exited with 1. Here's the output: Archive: /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/ creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/ creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/MacOS/ creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/ creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/ creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/ creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/native/ creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/native/mac/ creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/ creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/templates/ inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Info.plist inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/PkgInfo inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/LICENSE inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/changelog.txt inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/digest.txt inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/digest2.txt inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/env.txt inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/getdown.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/getdown.txt inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/FastInfoset.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/activation.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/animated-gif-lib.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/api-scraper.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/asm.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/betterbeansbinding-core.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/betterbeansbinding-el.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/betterbeansbinding-swingbinding.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/cling-core.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/cling-support.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/commons-compiler.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/commons-io.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/commons-lang3.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/commons-logging.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/commons-text.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/converter-gson.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/glazedlists.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/gson.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/h2-mvstore.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/image-viewer.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/imgscalr-lib.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/isoparser.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/istack-commons-runtime.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jackson-annotations.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jackson-core-asl.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jackson-core.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jackson-databind.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jackson-mapper-asl.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/janino.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jaxb-api.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jaxb-core.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jaxb-impl.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jmte.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jna-platform.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jna.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/joda-time.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jsoup.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jspf-core.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jsr173_api.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jsr305.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jtidy.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/kodi-json-rpc.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/logback-classic.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/logback-core.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/logging-interceptor.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/loop-fs-api.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/loop-fs-iso-impl.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/loop-fs-spi.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/miglayout-core.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/miglayout-swing.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/muxer.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/nanohttpd.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/okhttp-urlconnection.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/okhttp.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/okio.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/retrofit.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/seamless-http.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/seamless-swing.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/seamless-util.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/seamless-xml.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/slf4j-api.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/threetenbp.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/tinyMediaManager-LaF.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/trakt-java.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/native/mac/libmediainfo.dylib inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-anidb.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-animated.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-fanarttv.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-hdtrailers.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-imdb.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-kodi.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-moviemeter.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-ofdb.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-omdbapi.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-opensubtitles.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-tmdb.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-trakt.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-tvdb.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-universal-movie.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/progress.jpg inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/splashscreen.png inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/templates/templates.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/tinyMediaManagerCMD-OSX.sh inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/tmm.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/tmm.png inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/version inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/tmm.icns inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/MacOS/JavaApplicationStub replace /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/tinyMediaManagerCMD-OSX.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: NULL inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/tinyMediaManagerOSX.sh (EOF or read error, treating as "[N]one" ...) Follow the instructions here: https://github.com/Homebrew/homebrew-cask#reporting-bugs /usr/local/Homebrew/Library/Homebrew/system_command.rb:111:in `assert_success' /usr/local/Homebrew/Library/Homebrew/system_command.rb:52:in `run!' /usr/local/Homebrew/Library/Homebrew/system_command.rb:29:in `run' /usr/local/Homebrew/Library/Homebrew/system_command.rb:33:in `run!' /usr/local/Homebrew/Library/Homebrew/system_command.rb:19:in `system_command!' /usr/local/Homebrew/Library/Homebrew/unpack_strategy/zip.rb:25:in `extract_to_dir' /usr/local/Homebrew/Library/Homebrew/extend/os/mac/unpack_strategy/zip.rb:18:in `extract_to_dir' /usr/local/Homebrew/Library/Homebrew/unpack_strategy.rb:123:in `extract' /usr/local/Homebrew/Library/Homebrew/unpack_strategy.rb:130:in `block in extract_nestedly' /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/tmpdir.rb:89:in `mktmpdir' /usr/local/Homebrew/Library/Homebrew/unpack_strategy.rb:127:in `extract_nestedly' /usr/local/Homebrew/Library/Homebrew/cask/installer.rb:189:in `extract_primary_container' /usr/local/Homebrew/Library/Homebrew/cask/installer.rb:77:in `stage' /usr/local/Homebrew/Library/Homebrew/cask/installer.rb:99:in `install' /usr/local/Homebrew/Library/Homebrew/cask/cmd/install.rb:23:in `block in run' /usr/local/Homebrew/Library/Homebrew/cask/cmd/install.rb:16:in `each' /usr/local/Homebrew/Library/Homebrew/cask/cmd/install.rb:16:in `run' /usr/local/Homebrew/Library/Homebrew/cask/cmd/abstract_command.rb:36:in `run' /usr/local/Homebrew/Library/Homebrew/cask/cmd.rb:92:in `run_command' /usr/local/Homebrew/Library/Homebrew/cask/cmd.rb:158:in `run' /usr/local/Homebrew/Library/Homebrew/cask/cmd.rb:123:in `run' /usr/local/Homebrew/Library/Homebrew/cmd/cask.rb:9:in `cask' /usr/local/Homebrew/Library/Homebrew/brew.rb:102:in `<main>' Error: Kernel.exit /usr/local/Homebrew/Library/Homebrew/cask/cmd.rb:167:in `exit' /usr/local/Homebrew/Library/Homebrew/cask/cmd.rb:167:in `rescue in run' /usr/local/Homebrew/Library/Homebrew/cask/cmd.rb:146:in `run' /usr/local/Homebrew/Library/Homebrew/cask/cmd.rb:123:in `run' /usr/local/Homebrew/Library/Homebrew/cmd/cask.rb:9:in `cask' /usr/local/Homebrew/Library/Homebrew/brew.rb:102:in `<main>' ``` #### Output of `brew cask doctor` ``` $ brew cask doctor ==> Homebrew Version 2.1.11-141-gdb18713 ==> macOS 10.13.6 ==> SIP Enabled ==> Java 12.0.2 ==> Gatekeeper support Enabled ==> Homebrew Cask Install Location <NONE> ==> Homebrew Cask Staging Location /usr/local/Caskroom ==> Homebrew Cask Taps: /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask (3544 casks) ==> Contents of $LOAD_PATH /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/simplecov-cobertura-1.3.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/ruby-macho-2.2.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rubocop-rspec-1.36.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rubocop-performance-1.4.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rubocop-0.74.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/unicode-display_width-1.6.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/ruby-progressbar-1.10.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-wait-0.0.9/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-retry-0.6.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-its-1.3.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-3.8.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-mocks-3.8.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-expectations-3.8.4/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-core-3.8.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-support-3.8.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/ronn-0.7.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rdiscount-2.2.0.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/rdiscount-2.2.0.1 /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rainbow-3.0.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/plist-3.5.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/parser-2.6.4.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/parallel_tests-2.29.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/parallel-1.17.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/mustache-1.1.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/mechanize-2.7.6/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/webrobots-0.1.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/ntlm-http-0.1.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/nokogiri-1.10.4/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/nokogiri-1.10.4 /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/mini_portile2-2.4.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/net-http-persistent-3.1.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/net-http-digest_auth-1.4.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/mime-types-3.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/mime-types-data-3.2019.0904/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/jaro_winkler-1.5.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/jaro_winkler-1.5.3 /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/http-cookie-1.0.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/hpricot-0.8.6/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/hpricot-0.8.6 /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/domain_name-0.5.20190701/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/unf-0.1.4/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/unf_ext-0.0.7.6/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/unf_ext-0.0.7.6 /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/diff-lcs-1.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/coveralls-0.8.23/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/thor-0.20.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/term-ansicolor-1.7.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/tins-1.21.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/simplecov-0.16.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/simplecov-html-0.10.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/docile-1.3.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/json-2.2.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/json-2.2.0 /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/connection_pool-2.2.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/ /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/backports-3.15.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/ast-2.4.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/activesupport-5.2.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/tzinfo-1.2.5/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/thread_safe-0.3.6/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/minitest-5.12.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/i18n-1.6.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/concurrent-ruby-1.1.5/lib /Library/Ruby/Site/2.3.0 /Library/Ruby/Site/2.3.0/x86_64-darwin17 /Library/Ruby/Site/2.3.0/universal-darwin17 /Library/Ruby/Site /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby/2.3.0 /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby/2.3.0/x86_64-darwin17 /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby/2.3.0/universal-darwin17 /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0 /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/x86_64-darwin17 /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/universal-darwin17 /usr/local/Homebrew/Library/Homebrew ==> Environment Variables LC_ALL="en_US.UTF-8" PATH="/usr/local/Homebrew/Library/Homebrew/shims/scm:/usr/bin:/bin:/usr/sbin:/sbin" SHELL="/bin/bash" ``` #### Output of `brew tap` ``` $ brew tap homebrew/cask homebrew/core ```
True
tinymediamanager install fails - #### General troubleshooting steps - [x] I understand that [if I ignore these instructions, my issue may be closed without review](https://github.com/Homebrew/homebrew-cask/blob/master/doc/faq/closing_issues_without_review.md). - [x] I have retried my command with `--force`. - [x] I ran `brew update-reset && brew update` and retried my command. - [x] I ran `brew doctor`, fixed as many issues as possible and retried my command. - [x] I have checked the instructions for [reporting bugs](https://github.com/Homebrew/homebrew-cask#reporting-bugs). - [x] I made doubly sure this is not a [checksum does not match](https://github.com/Homebrew/homebrew-cask/blob/master/doc/reporting_bugs/checksum_does_not_match_error.md) error. #### Description of issue tinymediamanager install fails. <!-- Please DO NOT delete the backticks. Only change the “{{replace this}}” text. --> #### Command that failed ``` brew cask install tinymediamanager ``` #### Output of command with `--force --verbose --debug` ``` $ brew cask install tinymediamanager --force --verbose --debug ==> Cask::Installer#install ==> Printing caveats ==> Caveats tinymediamanager requires Java 8+. You can install the latest version with: brew cask install adoptopenjdk ==> Cask::Installer#fetch ==> Satisfying dependencies ==> Downloading ==> Downloading https://release.tinymediamanager.org/v3/dist/tmm_3.0.4_mac.zip /usr/bin/curl -q --show-error --user-agent Homebrew/2.1.11-141-gdb18713\ \(Macintosh\;\ Intel\ Mac\ OS\ X\ 10.13.6\)\ curl/7.54.0 --location --silent --head --request GET https://release.tinymediamanager.org/v3/dist/tmm_3.0.4_mac.zip Already downloaded: /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip ==> Checking quarantine support /usr/bin/xattr /usr/bin/swift /usr/local/Homebrew/Library/Homebrew/cask/utils/quarantine.swift ==> Quarantine is available. ==> Verifying Gatekeeper status of /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip /usr/bin/xattr -p com.apple.quarantine /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip ==> /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip is quarantined ==> Downloaded to -> /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip ==> Verifying SHA-256 checksum for Cask 'tinymediamanager'. ==> Installing Cask tinymediamanager ==> Cask::Installer#stage zipinfo -1 /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip ==> Extracting primary container ==> Using container class UnpackStrategy::Zip for /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip zipinfo -1 /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip unzip /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip -d /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm ==> Purging files for version 3.0.4 of Cask tinymediamanager Error: Failure while executing; `unzip /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip -d /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm` exited with 1. Here's the output: Archive: /Users/lumiere/Library/Caches/Homebrew/downloads/b075593781e3c5850e85e2d0d254fe7c0351826718cd9ad51534c912d2d4ffad--tmm_3.0.4_mac.zip creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/ creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/ creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/MacOS/ creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/ creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/ creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/ creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/native/ creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/native/mac/ creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/ creating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/templates/ inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Info.plist inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/PkgInfo inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/LICENSE inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/changelog.txt inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/digest.txt inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/digest2.txt inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/env.txt inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/getdown.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/getdown.txt inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/FastInfoset.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/activation.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/animated-gif-lib.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/api-scraper.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/asm.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/betterbeansbinding-core.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/betterbeansbinding-el.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/betterbeansbinding-swingbinding.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/cling-core.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/cling-support.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/commons-compiler.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/commons-io.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/commons-lang3.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/commons-logging.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/commons-text.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/converter-gson.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/glazedlists.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/gson.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/h2-mvstore.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/image-viewer.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/imgscalr-lib.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/isoparser.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/istack-commons-runtime.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jackson-annotations.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jackson-core-asl.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jackson-core.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jackson-databind.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jackson-mapper-asl.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/janino.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jaxb-api.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jaxb-core.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jaxb-impl.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jmte.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jna-platform.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jna.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/joda-time.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jsoup.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jspf-core.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jsr173_api.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jsr305.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/jtidy.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/kodi-json-rpc.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/logback-classic.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/logback-core.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/logging-interceptor.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/loop-fs-api.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/loop-fs-iso-impl.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/loop-fs-spi.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/miglayout-core.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/miglayout-swing.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/muxer.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/nanohttpd.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/okhttp-urlconnection.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/okhttp.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/okio.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/retrofit.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/seamless-http.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/seamless-swing.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/seamless-util.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/seamless-xml.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/slf4j-api.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/threetenbp.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/tinyMediaManager-LaF.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/lib/trakt-java.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/native/mac/libmediainfo.dylib inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-anidb.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-animated.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-fanarttv.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-hdtrailers.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-imdb.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-kodi.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-moviemeter.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-ofdb.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-omdbapi.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-opensubtitles.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-tmdb.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-trakt.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-tvdb.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/plugins/scraper-universal-movie.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/progress.jpg inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/splashscreen.png inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/templates/templates.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/tinyMediaManagerCMD-OSX.sh inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/tmm.jar inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/tmm.png inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/version inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/tmm.icns inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/MacOS/JavaApplicationStub replace /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/tinyMediaManagerCMD-OSX.sh? [y]es, [n]o, [A]ll, [N]one, [r]ename: NULL inflating: /var/folders/b_/l7qk9hbn5lg3pz34m7h6wprm0000gp/T/d20190928-36846-6ze2nm/tinyMediaManager.app/Contents/Resources/Java/tinyMediaManagerOSX.sh (EOF or read error, treating as "[N]one" ...) Follow the instructions here: https://github.com/Homebrew/homebrew-cask#reporting-bugs /usr/local/Homebrew/Library/Homebrew/system_command.rb:111:in `assert_success' /usr/local/Homebrew/Library/Homebrew/system_command.rb:52:in `run!' /usr/local/Homebrew/Library/Homebrew/system_command.rb:29:in `run' /usr/local/Homebrew/Library/Homebrew/system_command.rb:33:in `run!' /usr/local/Homebrew/Library/Homebrew/system_command.rb:19:in `system_command!' /usr/local/Homebrew/Library/Homebrew/unpack_strategy/zip.rb:25:in `extract_to_dir' /usr/local/Homebrew/Library/Homebrew/extend/os/mac/unpack_strategy/zip.rb:18:in `extract_to_dir' /usr/local/Homebrew/Library/Homebrew/unpack_strategy.rb:123:in `extract' /usr/local/Homebrew/Library/Homebrew/unpack_strategy.rb:130:in `block in extract_nestedly' /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/tmpdir.rb:89:in `mktmpdir' /usr/local/Homebrew/Library/Homebrew/unpack_strategy.rb:127:in `extract_nestedly' /usr/local/Homebrew/Library/Homebrew/cask/installer.rb:189:in `extract_primary_container' /usr/local/Homebrew/Library/Homebrew/cask/installer.rb:77:in `stage' /usr/local/Homebrew/Library/Homebrew/cask/installer.rb:99:in `install' /usr/local/Homebrew/Library/Homebrew/cask/cmd/install.rb:23:in `block in run' /usr/local/Homebrew/Library/Homebrew/cask/cmd/install.rb:16:in `each' /usr/local/Homebrew/Library/Homebrew/cask/cmd/install.rb:16:in `run' /usr/local/Homebrew/Library/Homebrew/cask/cmd/abstract_command.rb:36:in `run' /usr/local/Homebrew/Library/Homebrew/cask/cmd.rb:92:in `run_command' /usr/local/Homebrew/Library/Homebrew/cask/cmd.rb:158:in `run' /usr/local/Homebrew/Library/Homebrew/cask/cmd.rb:123:in `run' /usr/local/Homebrew/Library/Homebrew/cmd/cask.rb:9:in `cask' /usr/local/Homebrew/Library/Homebrew/brew.rb:102:in `<main>' Error: Kernel.exit /usr/local/Homebrew/Library/Homebrew/cask/cmd.rb:167:in `exit' /usr/local/Homebrew/Library/Homebrew/cask/cmd.rb:167:in `rescue in run' /usr/local/Homebrew/Library/Homebrew/cask/cmd.rb:146:in `run' /usr/local/Homebrew/Library/Homebrew/cask/cmd.rb:123:in `run' /usr/local/Homebrew/Library/Homebrew/cmd/cask.rb:9:in `cask' /usr/local/Homebrew/Library/Homebrew/brew.rb:102:in `<main>' ``` #### Output of `brew cask doctor` ``` $ brew cask doctor ==> Homebrew Version 2.1.11-141-gdb18713 ==> macOS 10.13.6 ==> SIP Enabled ==> Java 12.0.2 ==> Gatekeeper support Enabled ==> Homebrew Cask Install Location <NONE> ==> Homebrew Cask Staging Location /usr/local/Caskroom ==> Homebrew Cask Taps: /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask (3544 casks) ==> Contents of $LOAD_PATH /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/simplecov-cobertura-1.3.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/ruby-macho-2.2.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rubocop-rspec-1.36.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rubocop-performance-1.4.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rubocop-0.74.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/unicode-display_width-1.6.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/ruby-progressbar-1.10.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-wait-0.0.9/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-retry-0.6.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-its-1.3.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-3.8.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-mocks-3.8.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-expectations-3.8.4/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-core-3.8.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-support-3.8.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/ronn-0.7.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rdiscount-2.2.0.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/rdiscount-2.2.0.1 /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rainbow-3.0.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/plist-3.5.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/parser-2.6.4.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/parallel_tests-2.29.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/parallel-1.17.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/mustache-1.1.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/mechanize-2.7.6/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/webrobots-0.1.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/ntlm-http-0.1.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/nokogiri-1.10.4/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/nokogiri-1.10.4 /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/mini_portile2-2.4.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/net-http-persistent-3.1.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/net-http-digest_auth-1.4.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/mime-types-3.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/mime-types-data-3.2019.0904/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/jaro_winkler-1.5.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/jaro_winkler-1.5.3 /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/http-cookie-1.0.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/hpricot-0.8.6/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/hpricot-0.8.6 /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/domain_name-0.5.20190701/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/unf-0.1.4/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/unf_ext-0.0.7.6/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/unf_ext-0.0.7.6 /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/diff-lcs-1.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/coveralls-0.8.23/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/thor-0.20.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/term-ansicolor-1.7.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/tins-1.21.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/simplecov-0.16.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/simplecov-html-0.10.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/docile-1.3.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/json-2.2.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/json-2.2.0 /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/connection_pool-2.2.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/ /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/backports-3.15.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/ast-2.4.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/activesupport-5.2.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/tzinfo-1.2.5/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/thread_safe-0.3.6/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/minitest-5.12.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/i18n-1.6.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/concurrent-ruby-1.1.5/lib /Library/Ruby/Site/2.3.0 /Library/Ruby/Site/2.3.0/x86_64-darwin17 /Library/Ruby/Site/2.3.0/universal-darwin17 /Library/Ruby/Site /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby/2.3.0 /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby/2.3.0/x86_64-darwin17 /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby/2.3.0/universal-darwin17 /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/vendor_ruby /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0 /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/x86_64-darwin17 /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/universal-darwin17 /usr/local/Homebrew/Library/Homebrew ==> Environment Variables LC_ALL="en_US.UTF-8" PATH="/usr/local/Homebrew/Library/Homebrew/shims/scm:/usr/bin:/bin:/usr/sbin:/sbin" SHELL="/bin/bash" ``` #### Output of `brew tap` ``` $ brew tap homebrew/cask homebrew/core ```
main
tinymediamanager install fails general troubleshooting steps i understand that i have retried my command with force i ran brew update reset brew update and retried my command i ran brew doctor fixed as many issues as possible and retried my command i have checked the instructions for i made doubly sure this is not a error description of issue tinymediamanager install fails command that failed brew cask install tinymediamanager output of command with force verbose debug brew cask install tinymediamanager force verbose debug cask installer install printing caveats caveats tinymediamanager requires java you can install the latest version with brew cask install adoptopenjdk cask installer fetch satisfying dependencies downloading downloading usr bin curl q show error user agent homebrew macintosh intel mac os x curl location silent head request get already downloaded users lumiere library caches homebrew downloads tmm mac zip checking quarantine support usr bin xattr usr bin swift usr local homebrew library homebrew cask utils quarantine swift quarantine is available verifying gatekeeper status of users lumiere library caches homebrew downloads tmm mac zip usr bin xattr p com apple quarantine users lumiere library caches homebrew downloads tmm mac zip users lumiere library caches homebrew downloads tmm mac zip is quarantined downloaded to users lumiere library caches homebrew downloads tmm mac zip verifying sha checksum for cask tinymediamanager installing cask tinymediamanager cask installer stage zipinfo users lumiere library caches homebrew downloads tmm mac zip extracting primary container using container class unpackstrategy zip for users lumiere library caches homebrew downloads tmm mac zip zipinfo users lumiere library caches homebrew downloads tmm mac zip unzip users lumiere library caches homebrew downloads tmm mac zip d var folders b t purging files for version of cask tinymediamanager error failure while executing unzip users lumiere library caches homebrew downloads tmm mac zip d var folders b t exited with here s the output archive users lumiere library caches homebrew downloads tmm mac zip creating var folders b t tinymediamanager app creating var folders b t tinymediamanager app contents creating var folders b t tinymediamanager app contents macos creating var folders b t tinymediamanager app contents resources creating var folders b t tinymediamanager app contents resources java creating var folders b t tinymediamanager app contents resources java lib creating var folders b t tinymediamanager app contents resources java native creating var folders b t tinymediamanager app contents resources java native mac creating var folders b t tinymediamanager app contents resources java plugins creating var folders b t tinymediamanager app contents resources java templates inflating var folders b t tinymediamanager app contents info plist inflating var folders b t tinymediamanager app contents pkginfo inflating var folders b t tinymediamanager app contents resources java license inflating var folders b t tinymediamanager app contents resources java changelog txt inflating var folders b t tinymediamanager app contents resources java digest txt inflating var folders b t tinymediamanager app contents resources java txt inflating var folders b t tinymediamanager app contents resources java env txt inflating var folders b t tinymediamanager app contents resources java getdown jar inflating var folders b t tinymediamanager app contents resources java getdown txt inflating var folders b t tinymediamanager app contents resources java lib fastinfoset jar inflating var folders b t tinymediamanager app contents resources java lib activation jar inflating var folders b t tinymediamanager app contents resources java lib animated gif lib jar inflating var folders b t tinymediamanager app contents resources java lib api scraper jar inflating var folders b t tinymediamanager app contents resources java lib asm jar inflating var folders b t tinymediamanager app contents resources java lib betterbeansbinding core jar inflating var folders b t tinymediamanager app contents resources java lib betterbeansbinding el jar inflating var folders b t tinymediamanager app contents resources java lib betterbeansbinding swingbinding jar inflating var folders b t tinymediamanager app contents resources java lib cling core jar inflating var folders b t tinymediamanager app contents resources java lib cling support jar inflating var folders b t tinymediamanager app contents resources java lib commons compiler jar inflating var folders b t tinymediamanager app contents resources java lib commons io jar inflating var folders b t tinymediamanager app contents resources java lib commons jar inflating var folders b t tinymediamanager app contents resources java lib commons logging jar inflating var folders b t tinymediamanager app contents resources java lib commons text jar inflating var folders b t tinymediamanager app contents resources java lib converter gson jar inflating var folders b t tinymediamanager app contents resources java lib glazedlists jar inflating var folders b t tinymediamanager app contents resources java lib gson jar inflating var folders b t tinymediamanager app contents resources java lib mvstore jar inflating var folders b t tinymediamanager app contents resources java lib image viewer jar inflating var folders b t tinymediamanager app contents resources java lib imgscalr lib jar inflating var folders b t tinymediamanager app contents resources java lib isoparser jar inflating var folders b t tinymediamanager app contents resources java lib istack commons runtime jar inflating var folders b t tinymediamanager app contents resources java lib jackson annotations jar inflating var folders b t tinymediamanager app contents resources java lib jackson core asl jar inflating var folders b t tinymediamanager app contents resources java lib jackson core jar inflating var folders b t tinymediamanager app contents resources java lib jackson databind jar inflating var folders b t tinymediamanager app contents resources java lib jackson mapper asl jar inflating var folders b t tinymediamanager app contents resources java lib janino jar inflating var folders b t tinymediamanager app contents resources java lib jaxb api jar inflating var folders b t tinymediamanager app contents resources java lib jaxb core jar inflating var folders b t tinymediamanager app contents resources java lib jaxb impl jar inflating var folders b t tinymediamanager app contents resources java lib jmte jar inflating var folders b t tinymediamanager app contents resources java lib jna platform jar inflating var folders b t tinymediamanager app contents resources java lib jna jar inflating var folders b t tinymediamanager app contents resources java lib joda time jar inflating var folders b t tinymediamanager app contents resources java lib jsoup jar inflating var folders b t tinymediamanager app contents resources java lib jspf core jar inflating var folders b t tinymediamanager app contents resources java lib api jar inflating var folders b t tinymediamanager app contents resources java lib jar inflating var folders b t tinymediamanager app contents resources java lib jtidy jar inflating var folders b t tinymediamanager app contents resources java lib kodi json rpc jar inflating var folders b t tinymediamanager app contents resources java lib logback classic jar inflating var folders b t tinymediamanager app contents resources java lib logback core jar inflating var folders b t tinymediamanager app contents resources java lib logging interceptor jar inflating var folders b t tinymediamanager app contents resources java lib loop fs api jar inflating var folders b t tinymediamanager app contents resources java lib loop fs iso impl jar inflating var folders b t tinymediamanager app contents resources java lib loop fs spi jar inflating var folders b t tinymediamanager app contents resources java lib miglayout core jar inflating var folders b t tinymediamanager app contents resources java lib miglayout swing jar inflating var folders b t tinymediamanager app contents resources java lib muxer jar inflating var folders b t tinymediamanager app contents resources java lib nanohttpd jar inflating var folders b t tinymediamanager app contents resources java lib okhttp urlconnection jar inflating var folders b t tinymediamanager app contents resources java lib okhttp jar inflating var folders b t tinymediamanager app contents resources java lib okio jar inflating var folders b t tinymediamanager app contents resources java lib retrofit jar inflating var folders b t tinymediamanager app contents resources java lib seamless http jar inflating var folders b t tinymediamanager app contents resources java lib seamless swing jar inflating var folders b t tinymediamanager app contents resources java lib seamless util jar inflating var folders b t tinymediamanager app contents resources java lib seamless xml jar inflating var folders b t tinymediamanager app contents resources java lib api jar inflating var folders b t tinymediamanager app contents resources java lib threetenbp jar inflating var folders b t tinymediamanager app contents resources java lib tinymediamanager laf jar inflating var folders b t tinymediamanager app contents resources java lib trakt java jar inflating var folders b t tinymediamanager app contents resources java native mac libmediainfo dylib inflating var folders b t tinymediamanager app contents resources java plugins scraper anidb jar inflating var folders b t tinymediamanager app contents resources java plugins scraper animated jar inflating var folders b t tinymediamanager app contents resources java plugins scraper fanarttv jar inflating var folders b t tinymediamanager app contents resources java plugins scraper hdtrailers jar inflating var folders b t tinymediamanager app contents resources java plugins scraper imdb jar inflating var folders b t tinymediamanager app contents resources java plugins scraper kodi jar inflating var folders b t tinymediamanager app contents resources java plugins scraper moviemeter jar inflating var folders b t tinymediamanager app contents resources java plugins scraper ofdb jar inflating var folders b t tinymediamanager app contents resources java plugins scraper omdbapi jar inflating var folders b t tinymediamanager app contents resources java plugins scraper opensubtitles jar inflating var folders b t tinymediamanager app contents resources java plugins scraper tmdb jar inflating var folders b t tinymediamanager app contents resources java plugins scraper trakt jar inflating var folders b t tinymediamanager app contents resources java plugins scraper tvdb jar inflating var folders b t tinymediamanager app contents resources java plugins scraper universal movie jar inflating var folders b t tinymediamanager app contents resources java progress jpg inflating var folders b t tinymediamanager app contents resources java splashscreen png inflating var folders b t tinymediamanager app contents resources java templates templates jar inflating var folders b t tinymediamanager app contents resources java tinymediamanagercmd osx sh inflating var folders b t tinymediamanager app contents resources java tmm jar inflating var folders b t tinymediamanager app contents resources java tmm png inflating var folders b t tinymediamanager app contents resources java version inflating var folders b t tinymediamanager app contents resources tmm icns inflating var folders b t tinymediamanager app contents macos javaapplicationstub replace var folders b t tinymediamanager app contents resources java tinymediamanagercmd osx sh es o ll one ename null inflating var folders b t tinymediamanager app contents resources java tinymediamanagerosx sh eof or read error treating as one follow the instructions here usr local homebrew library homebrew system command rb in assert success usr local homebrew library homebrew system command rb in run usr local homebrew library homebrew system command rb in run usr local homebrew library homebrew system command rb in run usr local homebrew library homebrew system command rb in system command usr local homebrew library homebrew unpack strategy zip rb in extract to dir usr local homebrew library homebrew extend os mac unpack strategy zip rb in extract to dir usr local homebrew library homebrew unpack strategy rb in extract usr local homebrew library homebrew unpack strategy rb in block in extract nestedly system library frameworks ruby framework versions usr lib ruby tmpdir rb in mktmpdir usr local homebrew library homebrew unpack strategy rb in extract nestedly usr local homebrew library homebrew cask installer rb in extract primary container usr local homebrew library homebrew cask installer rb in stage usr local homebrew library homebrew cask installer rb in install usr local homebrew library homebrew cask cmd install rb in block in run usr local homebrew library homebrew cask cmd install rb in each usr local homebrew library homebrew cask cmd install rb in run usr local homebrew library homebrew cask cmd abstract command rb in run usr local homebrew library homebrew cask cmd rb in run command usr local homebrew library homebrew cask cmd rb in run usr local homebrew library homebrew cask cmd rb in run usr local homebrew library homebrew cmd cask rb in cask usr local homebrew library homebrew brew rb in error kernel exit usr local homebrew library homebrew cask cmd rb in exit usr local homebrew library homebrew cask cmd rb in rescue in run usr local homebrew library homebrew cask cmd rb in run usr local homebrew library homebrew cask cmd rb in run usr local homebrew library homebrew cmd cask rb in cask usr local homebrew library homebrew brew rb in output of brew cask doctor brew cask doctor homebrew version macos sip enabled java gatekeeper support enabled homebrew cask install location homebrew cask staging location usr local caskroom homebrew cask taps usr local homebrew library taps homebrew homebrew cask casks contents of load path usr local homebrew library homebrew vendor bundle bundler ruby gems simplecov cobertura lib usr local homebrew library homebrew vendor bundle bundler ruby gems ruby macho lib usr local homebrew library homebrew vendor bundle bundler ruby gems rubocop rspec lib usr local homebrew library homebrew vendor bundle bundler ruby gems rubocop performance lib usr local homebrew library homebrew vendor bundle bundler ruby gems rubocop lib usr local homebrew library homebrew vendor bundle bundler ruby gems unicode display width lib usr local homebrew library homebrew vendor bundle bundler ruby gems ruby progressbar lib usr local homebrew library homebrew vendor bundle bundler ruby gems rspec wait lib usr local homebrew library homebrew vendor bundle bundler ruby gems rspec retry lib usr local homebrew library homebrew vendor bundle bundler ruby gems rspec its lib usr local homebrew library homebrew vendor bundle bundler ruby gems rspec lib usr local homebrew library homebrew vendor bundle bundler ruby gems rspec mocks lib usr local homebrew library homebrew vendor bundle bundler ruby gems rspec expectations lib usr local homebrew library homebrew vendor bundle bundler ruby gems rspec core lib usr local homebrew library homebrew vendor bundle bundler ruby gems rspec support lib usr local homebrew library homebrew vendor bundle bundler ruby gems ronn lib usr local homebrew library homebrew vendor bundle bundler ruby gems rdiscount lib usr local homebrew library homebrew vendor bundle bundler ruby extensions universal darwin rdiscount usr local homebrew library homebrew vendor bundle bundler ruby gems rainbow lib usr local homebrew library homebrew vendor bundle bundler ruby gems plist lib usr local homebrew library homebrew vendor bundle bundler ruby gems parser lib usr local homebrew library homebrew vendor bundle bundler ruby gems parallel tests lib usr local homebrew library homebrew vendor bundle bundler ruby gems parallel lib usr local homebrew library homebrew vendor bundle bundler ruby gems mustache lib usr local homebrew library homebrew vendor bundle bundler ruby gems mechanize lib usr local homebrew library homebrew vendor bundle bundler ruby gems webrobots lib usr local homebrew library homebrew vendor bundle bundler ruby gems ntlm http lib usr local homebrew library homebrew vendor bundle bundler ruby gems nokogiri lib usr local homebrew library homebrew vendor bundle bundler ruby extensions universal darwin nokogiri usr local homebrew library homebrew vendor bundle bundler ruby gems mini lib usr local homebrew library homebrew vendor bundle bundler ruby gems net http persistent lib usr local homebrew library homebrew vendor bundle bundler ruby gems net http digest auth lib usr local homebrew library homebrew vendor bundle bundler ruby gems mime types lib usr local homebrew library homebrew vendor bundle bundler ruby gems mime types data lib usr local homebrew library homebrew vendor bundle bundler ruby gems jaro winkler lib usr local homebrew library homebrew vendor bundle bundler ruby extensions universal darwin jaro winkler usr local homebrew library homebrew vendor bundle bundler ruby gems http cookie lib usr local homebrew library homebrew vendor bundle bundler ruby gems hpricot lib usr local homebrew library homebrew vendor bundle bundler ruby extensions universal darwin hpricot usr local homebrew library homebrew vendor bundle bundler ruby gems domain name lib usr local homebrew library homebrew vendor bundle bundler ruby gems unf lib usr local homebrew library homebrew vendor bundle bundler ruby gems unf ext lib usr local homebrew library homebrew vendor bundle bundler ruby extensions universal darwin unf ext usr local homebrew library homebrew vendor bundle bundler ruby gems diff lcs lib usr local homebrew library homebrew vendor bundle bundler ruby gems coveralls lib usr local homebrew library homebrew vendor bundle bundler ruby gems thor lib usr local homebrew library homebrew vendor bundle bundler ruby gems term ansicolor lib usr local homebrew library homebrew vendor bundle bundler ruby gems tins lib usr local homebrew library homebrew vendor bundle bundler ruby gems simplecov lib usr local homebrew library homebrew vendor bundle bundler ruby gems simplecov html lib usr local homebrew library homebrew vendor bundle bundler ruby gems docile lib usr local homebrew library homebrew vendor bundle bundler ruby gems json lib usr local homebrew library homebrew vendor bundle bundler ruby extensions universal darwin json usr local homebrew library homebrew vendor bundle bundler ruby gems connection pool lib usr local homebrew library homebrew vendor bundle bundler usr local homebrew library homebrew vendor bundle bundler ruby gems backports lib usr local homebrew library homebrew vendor bundle bundler ruby gems ast lib usr local homebrew library homebrew vendor bundle bundler ruby gems activesupport lib usr local homebrew library homebrew vendor bundle bundler ruby gems tzinfo lib usr local homebrew library homebrew vendor bundle bundler ruby gems thread safe lib usr local homebrew library homebrew vendor bundle bundler ruby gems minitest lib usr local homebrew library homebrew vendor bundle bundler ruby gems lib usr local homebrew library homebrew vendor bundle bundler ruby gems concurrent ruby lib library ruby site library ruby site library ruby site universal library ruby site system library frameworks ruby framework versions usr lib ruby vendor ruby system library frameworks ruby framework versions usr lib ruby vendor ruby system library frameworks ruby framework versions usr lib ruby vendor ruby universal system library frameworks ruby framework versions usr lib ruby vendor ruby system library frameworks ruby framework versions usr lib ruby system library frameworks ruby framework versions usr lib ruby system library frameworks ruby framework versions usr lib ruby universal usr local homebrew library homebrew environment variables lc all en us utf path usr local homebrew library homebrew shims scm usr bin bin usr sbin sbin shell bin bash output of brew tap brew tap homebrew cask homebrew core
1
4,988
25,601,579,407
IssuesEvent
2022-12-01 20:43:59
aws/serverless-application-model
https://api.github.com/repos/aws/serverless-application-model
closed
Changes to function's event source properties don't get applied
type/bug maintainer/need-response
**Description:** Scenario: I have a function consuming a Kinesis stream. Due to an error on our side we started receiving some corrupt records which jammed the stream. I tried to add `MaximumRetryAttempts` and a DestinationConfig that would send failing batches to an SQS DLQ. **Observed result:** The deploy went through, but the changes to the event source configuration did not get applied. **Expected result:** The failing records should end up in the DLQ I tried brute-forcing it by renaming the event, but received error from CloudFormation: ``` The event source arn (" arn:aws:kinesis:eu-west-1:ACCOUNT_ID:stream/STREAM_NAME ") and function ("FUNCTION_NAME) provided mapping already exists. Please update or delete the existing mapping with UUID 0bde47e2-6165-4cc5-965f-320f82a792f4 ```
True
Changes to function's event source properties don't get applied - **Description:** Scenario: I have a function consuming a Kinesis stream. Due to an error on our side we started receiving some corrupt records which jammed the stream. I tried to add `MaximumRetryAttempts` and a DestinationConfig that would send failing batches to an SQS DLQ. **Observed result:** The deploy went through, but the changes to the event source configuration did not get applied. **Expected result:** The failing records should end up in the DLQ I tried brute-forcing it by renaming the event, but received error from CloudFormation: ``` The event source arn (" arn:aws:kinesis:eu-west-1:ACCOUNT_ID:stream/STREAM_NAME ") and function ("FUNCTION_NAME) provided mapping already exists. Please update or delete the existing mapping with UUID 0bde47e2-6165-4cc5-965f-320f82a792f4 ```
main
changes to function s event source properties don t get applied description scenario i have a function consuming a kinesis stream due to an error on our side we started receiving some corrupt records which jammed the stream i tried to add maximumretryattempts and a destinationconfig that would send failing batches to an sqs dlq observed result the deploy went through but the changes to the event source configuration did not get applied expected result the failing records should end up in the dlq i tried brute forcing it by renaming the event but received error from cloudformation the event source arn arn aws kinesis eu west account id stream stream name and function function name provided mapping already exists please update or delete the existing mapping with uuid
1
4,117
19,533,236,176
IssuesEvent
2021-12-30 21:47:42
backdrop-ops/contrib
https://api.github.com/repos/backdrop-ops/contrib
closed
Join Backdrop-contrib (port cbb)
Port in progress Maintainer application
Hello and welcome to the contrib application process! We're happy to have you :) **Please indicate how you intend to help the Backdrop community by joining this group** * Option #1: I would like to contribute a project * Option #2: I would like to maintain a project, but have nothing to contribute at this time * Option #3: I would like to update documentation and/or triage issue queues Option 1 ### Based on your selection above, please provide the following information: **(option #1) The name of your module, theme, or layout** cbb ### (option #1) Please note these 3 requirements for new contrib projects: - [x] Include a README.md file containing license and maintainer information. You can use this example: https://raw.githubusercontent.com/backdrop-ops/contrib/master/examples/README.md - [x] Include a LICENSE.txt file. You can use this example: https://raw.githubusercontent.com/backdrop-ops/contrib/master/examples/LICENSE.txt. - [x] If porting a Drupal 7 project, Maintain the Git history from Drupal. **(option #1 -- optional) Post a link here to an issue in the drupal.org queue notifying the Drupal 7 maintainers that you are working on a Backdrop port of their project** @todo? **Post a link to your new Backdrop project under your own GitHub account (option #1)** https://github.com/Wylbur/cbb **If you have chosen option #2 or #1 above, do you agree to the [Backdrop Contributed Project Agreement](https://github.com/backdrop-ops/contrib#backdrop-contributed-project-agreement)** <!-- YES/no --> <!-- (option #1) Once we have a chance to review your project, we will check for the 3 requirements at the top of this issue. If those requirements are met, you will be invited to the @backdrop-contrib group. At that point you will be able to transfer the project. --> <!-- (option #1) Please note that we may also include additional feedback in the code review, but anything else is only intended to be helpful, and is NOT a requirement for joining the contrib group. --> --- Original Issue --- I'm porting a module - cbb https://github.com/backdrop-ops/contrib/issues/585 Here's the module page on drupal.org https://www.drupal.org/project/cbb Here's the request to port the module https://www.drupal.org/project/cbb I have created a project folder on my own account for now https://github.com/Wylbur/cbb
True
Join Backdrop-contrib (port cbb) - Hello and welcome to the contrib application process! We're happy to have you :) **Please indicate how you intend to help the Backdrop community by joining this group** * Option #1: I would like to contribute a project * Option #2: I would like to maintain a project, but have nothing to contribute at this time * Option #3: I would like to update documentation and/or triage issue queues Option 1 ### Based on your selection above, please provide the following information: **(option #1) The name of your module, theme, or layout** cbb ### (option #1) Please note these 3 requirements for new contrib projects: - [x] Include a README.md file containing license and maintainer information. You can use this example: https://raw.githubusercontent.com/backdrop-ops/contrib/master/examples/README.md - [x] Include a LICENSE.txt file. You can use this example: https://raw.githubusercontent.com/backdrop-ops/contrib/master/examples/LICENSE.txt. - [x] If porting a Drupal 7 project, Maintain the Git history from Drupal. **(option #1 -- optional) Post a link here to an issue in the drupal.org queue notifying the Drupal 7 maintainers that you are working on a Backdrop port of their project** @todo? **Post a link to your new Backdrop project under your own GitHub account (option #1)** https://github.com/Wylbur/cbb **If you have chosen option #2 or #1 above, do you agree to the [Backdrop Contributed Project Agreement](https://github.com/backdrop-ops/contrib#backdrop-contributed-project-agreement)** <!-- YES/no --> <!-- (option #1) Once we have a chance to review your project, we will check for the 3 requirements at the top of this issue. If those requirements are met, you will be invited to the @backdrop-contrib group. At that point you will be able to transfer the project. --> <!-- (option #1) Please note that we may also include additional feedback in the code review, but anything else is only intended to be helpful, and is NOT a requirement for joining the contrib group. --> --- Original Issue --- I'm porting a module - cbb https://github.com/backdrop-ops/contrib/issues/585 Here's the module page on drupal.org https://www.drupal.org/project/cbb Here's the request to port the module https://www.drupal.org/project/cbb I have created a project folder on my own account for now https://github.com/Wylbur/cbb
main
join backdrop contrib port cbb hello and welcome to the contrib application process we re happy to have you please indicate how you intend to help the backdrop community by joining this group option i would like to contribute a project option i would like to maintain a project but have nothing to contribute at this time option i would like to update documentation and or triage issue queues option based on your selection above please provide the following information option the name of your module theme or layout cbb option please note these requirements for new contrib projects include a readme md file containing license and maintainer information you can use this example include a license txt file you can use this example if porting a drupal project maintain the git history from drupal option optional post a link here to an issue in the drupal org queue notifying the drupal maintainers that you are working on a backdrop port of their project todo post a link to your new backdrop project under your own github account option if you have chosen option or above do you agree to the original issue i m porting a module cbb here s the module page on drupal org here s the request to port the module i have created a project folder on my own account for now
1
4,826
24,878,729,685
IssuesEvent
2022-10-27 21:48:03
centerofci/mathesar
https://api.github.com/repos/centerofci/mathesar
closed
Error "cursor already closed"
type: bug work: backend status: ready restricted: maintainers
I've been getting this error from the various endpoints occasionally: > InterfaceError at /api/db/v0/tables/19/columns/ > > (psycopg2.InterfaceError) cursor already closed > (Background on this error at: http://sqlalche.me/e/14/rvf5) ![image](https://user-images.githubusercontent.com/42411/185951883-8023486a-b47b-402c-9a0b-48d0a1027ef2.png) ([Full error](https://rawgit.com/seancolsen/f9d5a5d856957272583e9e5af1a7e78c/raw/error-cursor-already-closed.html)) I can't reproduce it but it seems to happen when I'm submitting multiple API requests in parallel.
True
Error "cursor already closed" - I've been getting this error from the various endpoints occasionally: > InterfaceError at /api/db/v0/tables/19/columns/ > > (psycopg2.InterfaceError) cursor already closed > (Background on this error at: http://sqlalche.me/e/14/rvf5) ![image](https://user-images.githubusercontent.com/42411/185951883-8023486a-b47b-402c-9a0b-48d0a1027ef2.png) ([Full error](https://rawgit.com/seancolsen/f9d5a5d856957272583e9e5af1a7e78c/raw/error-cursor-already-closed.html)) I can't reproduce it but it seems to happen when I'm submitting multiple API requests in parallel.
main
error cursor already closed i ve been getting this error from the various endpoints occasionally interfaceerror at api db tables columns interfaceerror cursor already closed background on this error at i can t reproduce it but it seems to happen when i m submitting multiple api requests in parallel
1
2,452
8,639,873,001
IssuesEvent
2018-11-23 22:16:01
F5OEO/rpitx
https://api.github.com/repos/F5OEO/rpitx
closed
Audio Cut-Off
V1 related (not maintained)
I'm using RPITX on my Raspberry Pi 3 with just a single wire, but every-time I try to broadcast it cuts off after a short duration. Usually it takes it about 3 seconds of it playing for it to just cut off completely, even when the audio is longer than that amount of time. Has anybody else had this problem? Thanks. (Raspberry Pi 3B, Jessie)
True
Audio Cut-Off - I'm using RPITX on my Raspberry Pi 3 with just a single wire, but every-time I try to broadcast it cuts off after a short duration. Usually it takes it about 3 seconds of it playing for it to just cut off completely, even when the audio is longer than that amount of time. Has anybody else had this problem? Thanks. (Raspberry Pi 3B, Jessie)
main
audio cut off i m using rpitx on my raspberry pi with just a single wire but every time i try to broadcast it cuts off after a short duration usually it takes it about seconds of it playing for it to just cut off completely even when the audio is longer than that amount of time has anybody else had this problem thanks raspberry pi jessie
1
435,870
12,542,463,196
IssuesEvent
2020-06-05 14:05:13
jenkins-x/jx
https://api.github.com/repos/jenkins-x/jx
closed
pre installed builders not found
area/jenkins kind/bug lifecycle/rotten priority/important-longterm
### Summary pre installed builders not found ### Steps to reproduce the behavior ### Expected behavior cannot find maven-nodejs ### Actual behavior use maven-nodejs to build ``` ... java.io.IOException: container [maven-nodejs] does not exist in pod [maven-nodejs-1hhf7] at org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1.waitUntilPodContainersAreReady(ContainerExecDecorator.java:479) at org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1.doLaunch(ContainerExecDecorator.java:275) at org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1.launch(ContainerExecDecorator.java:269) at hudson.Launcher$ProcStarter.start(Launcher.java:455) at org.jenkinsci.plugins.durabletask.BourneShellScript.launchWithCookie(BourneShellScript.java:194) at org.jenkinsci.plugins.durabletask.FileMonitoringTask.launch(FileMonitoringTask.java:99) at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.start(DurableTaskStep.java:317) at org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:286) at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:179) at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:122) at sun.reflect.GeneratedMethodAccessor4217.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1213) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1022) at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:42) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113) at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:160) at org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23) at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:157) at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:158) at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:162) at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:132) at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:132) at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17) at WorkflowScript.run(WorkflowScript:36) at ___cps.transform___(Native Method) at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:84) at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:113) at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:83) at sun.reflect.GeneratedMethodAccessor267.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72) at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21) at com.cloudbees.groovy.cps.Next.step(Next.java:83) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163) at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:129) at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:268) at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:51) at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:186) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:370) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:93) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:282) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:270) at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:66) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:131) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Finished: FAILURE ``` ### Jx version 2.0.1094 The output of `jx version` is: ``` NAME VERSION jx 2.0.1094 jenkins x platform 2.0.1599 Kubernetes cluster v1.15.5 kubectl v1.15.5 helm client Client: v2.14.3+g0e7f3b6 git 2.24.0 Operating System Ubuntu 16.04.6 LTS ``` ``` pipeline { agent { label "jenkins-maven-nodejs" } environment { ORG = 'xxx' APP_NAME = 'xxx-api' CHARTMUSEUM_CREDS = credentials('jenkins-x-chartmuseum') DOCKER_REGISTRY_ORG = 'xxx' } stage('Build QA') { when { branch 'develop' } steps { container('maven-nodejs') { // ensure we're not on a detached head sh "git checkout develop" sh "git config --global credential.helper store" sh "jx step git credentials" sh "echo Path:" sh "pwd" sh "mvn clean deploy" } } } } post { always { cleanWs() } } } ``` ### Jenkins type <!-- Select which installation type are you using. --> - [ ] Serverless Jenkins X Pipelines (Tekton + Prow) - [x] Classic Jenkins ### Kubernetes cluster on premises k8s cluster ### Operating system / Environment Ubuntu 16.04.6 LTS
1.0
pre installed builders not found - ### Summary pre installed builders not found ### Steps to reproduce the behavior ### Expected behavior cannot find maven-nodejs ### Actual behavior use maven-nodejs to build ``` ... java.io.IOException: container [maven-nodejs] does not exist in pod [maven-nodejs-1hhf7] at org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1.waitUntilPodContainersAreReady(ContainerExecDecorator.java:479) at org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1.doLaunch(ContainerExecDecorator.java:275) at org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1.launch(ContainerExecDecorator.java:269) at hudson.Launcher$ProcStarter.start(Launcher.java:455) at org.jenkinsci.plugins.durabletask.BourneShellScript.launchWithCookie(BourneShellScript.java:194) at org.jenkinsci.plugins.durabletask.FileMonitoringTask.launch(FileMonitoringTask.java:99) at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.start(DurableTaskStep.java:317) at org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:286) at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:179) at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:122) at sun.reflect.GeneratedMethodAccessor4217.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1213) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1022) at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:42) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113) at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:160) at org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23) at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:157) at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:158) at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:162) at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:132) at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:132) at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17) at WorkflowScript.run(WorkflowScript:36) at ___cps.transform___(Native Method) at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:84) at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:113) at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:83) at sun.reflect.GeneratedMethodAccessor267.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72) at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21) at com.cloudbees.groovy.cps.Next.step(Next.java:83) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163) at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:129) at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:268) at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:51) at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:186) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:370) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:93) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:282) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:270) at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:66) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:131) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Finished: FAILURE ``` ### Jx version 2.0.1094 The output of `jx version` is: ``` NAME VERSION jx 2.0.1094 jenkins x platform 2.0.1599 Kubernetes cluster v1.15.5 kubectl v1.15.5 helm client Client: v2.14.3+g0e7f3b6 git 2.24.0 Operating System Ubuntu 16.04.6 LTS ``` ``` pipeline { agent { label "jenkins-maven-nodejs" } environment { ORG = 'xxx' APP_NAME = 'xxx-api' CHARTMUSEUM_CREDS = credentials('jenkins-x-chartmuseum') DOCKER_REGISTRY_ORG = 'xxx' } stage('Build QA') { when { branch 'develop' } steps { container('maven-nodejs') { // ensure we're not on a detached head sh "git checkout develop" sh "git config --global credential.helper store" sh "jx step git credentials" sh "echo Path:" sh "pwd" sh "mvn clean deploy" } } } } post { always { cleanWs() } } } ``` ### Jenkins type <!-- Select which installation type are you using. --> - [ ] Serverless Jenkins X Pipelines (Tekton + Prow) - [x] Classic Jenkins ### Kubernetes cluster on premises k8s cluster ### Operating system / Environment Ubuntu 16.04.6 LTS
non_main
pre installed builders not found summary pre installed builders not found steps to reproduce the behavior expected behavior cannot find maven nodejs actual behavior use maven nodejs to build java io ioexception container does not exist in pod at org csanchez jenkins plugins kubernetes pipeline containerexecdecorator waituntilpodcontainersareready containerexecdecorator java at org csanchez jenkins plugins kubernetes pipeline containerexecdecorator dolaunch containerexecdecorator java at org csanchez jenkins plugins kubernetes pipeline containerexecdecorator launch containerexecdecorator java at hudson launcher procstarter start launcher java at org jenkinsci plugins durabletask bourneshellscript launchwithcookie bourneshellscript java at org jenkinsci plugins durabletask filemonitoringtask launch filemonitoringtask java at org jenkinsci plugins workflow steps durable task durabletaskstep execution start durabletaskstep java at org jenkinsci plugins workflow cps dsl invokestep dsl java at org jenkinsci plugins workflow cps dsl invokemethod dsl java at org jenkinsci plugins workflow cps cpsscript invokemethod cpsscript java at sun reflect invoke unknown source at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org codehaus groovy reflection cachedmethod invoke cachedmethod java at groovy lang metamethod domethodinvoke metamethod java at groovy lang metaclassimpl invokemethod metaclassimpl java at groovy lang metaclassimpl invokemethod metaclassimpl java at org codehaus groovy runtime callsite pogometaclasssite call pogometaclasssite java at org codehaus groovy runtime callsite callsitearray defaultcall callsitearray java at org codehaus groovy runtime callsite abstractcallsite call abstractcallsite java at org kohsuke groovy sandbox impl checker call checker java at org kohsuke groovy sandbox groovyinterceptor onmethodcall groovyinterceptor java at org jenkinsci plugins scriptsecurity sandbox groovy sandboxinterceptor onmethodcall sandboxinterceptor java at org kohsuke groovy sandbox impl checker call checker java at org kohsuke groovy sandbox impl checker checkedcall checker java at org kohsuke groovy sandbox impl checker checkedcall checker java at org kohsuke groovy sandbox impl checker checkedcall checker java at com cloudbees groovy cps sandbox sandboxinvoker methodcall sandboxinvoker java at workflowscript run workflowscript at cps transform native method at com cloudbees groovy cps impl continuationgroup methodcall continuationgroup java at com cloudbees groovy cps impl functioncallblock continuationimpl dispatchorarg functioncallblock java at com cloudbees groovy cps impl functioncallblock continuationimpl fixarg functioncallblock java at sun reflect invoke unknown source at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com cloudbees groovy cps impl continuationptr continuationimpl receive continuationptr java at com cloudbees groovy cps impl constantblock eval constantblock java at com cloudbees groovy cps next step next java at com cloudbees groovy cps continuable call continuable java at com cloudbees groovy cps continuable call continuable java at org codehaus groovy runtime groovycategorysupport threadcategoryinfo use groovycategorysupport java at org codehaus groovy runtime groovycategorysupport use groovycategorysupport java at com cloudbees groovy cps continuable continuable java at org jenkinsci plugins workflow cps sandboxcontinuable access sandboxcontinuable java at org jenkinsci plugins workflow cps sandboxcontinuable sandboxcontinuable java at org jenkinsci plugins workflow cps cpsthread runnextchunk cpsthread java at org jenkinsci plugins workflow cps cpsthreadgroup run cpsthreadgroup java at org jenkinsci plugins workflow cps cpsthreadgroup access cpsthreadgroup java at org jenkinsci plugins workflow cps cpsthreadgroup call cpsthreadgroup java at org jenkinsci plugins workflow cps cpsthreadgroup call cpsthreadgroup java at org jenkinsci plugins workflow cps cpsvmexecutorservice call cpsvmexecutorservice java at java util concurrent futuretask run futuretask java at hudson remoting singlelaneexecutorservice run singlelaneexecutorservice java at jenkins util contextresettingexecutorservice run contextresettingexecutorservice java at jenkins security impersonatingexecutorservice run impersonatingexecutorservice java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java finished failure jx version the output of jx version is name version jx jenkins x platform kubernetes cluster kubectl helm client client git operating system ubuntu lts pipeline agent label jenkins maven nodejs environment org xxx app name xxx api chartmuseum creds credentials jenkins x chartmuseum docker registry org xxx stage build qa when branch develop steps container maven nodejs ensure we re not on a detached head sh git checkout develop sh git config global credential helper store sh jx step git credentials sh echo path sh pwd sh mvn clean deploy post always cleanws jenkins type select which installation type are you using serverless jenkins x pipelines tekton prow classic jenkins kubernetes cluster on premises cluster operating system environment ubuntu lts
0
171,964
13,256,612,443
IssuesEvent
2020-08-20 12:58:03
PavieOlivier/AndroidNotificationListener
https://api.github.com/repos/PavieOlivier/AndroidNotificationListener
closed
App Crashes new issue!
test awaiting
I am getting this issue right now. What can be the problem? E/AndroidRuntime(29516): java.lang.RuntimeException: Unable to instantiate service com.emilecode.android_notification_listener.AndroidNotificationListenerPlugin: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Context.getPackageName()' on a null object reference E/AndroidRuntime(29516): at android.app.ActivityThread.handleCreateService(ActivityThread.java:4218) E/AndroidRuntime(29516): at android.app.ActivityThread.access$200(ActivityThread.java:242) E/AndroidRuntime(29516): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2083) E/AndroidRuntime(29516): at android.os.Handler.dispatchMessage(Handler.java:107) E/AndroidRuntime(29516): at android.os.Looper.loop(Looper.java:228) E/AndroidRuntime(29516): at android.app.ActivityThread.main(ActivityThread.java:7813) E/AndroidRuntime(29516): at java.lang.reflect.Method.invoke(Native Method) E/AndroidRuntime(29516): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492) E/AndroidRuntime(29516): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) E/AndroidRuntime(29516): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Context.getPackageName()' on a null object reference
1.0
App Crashes new issue! - I am getting this issue right now. What can be the problem? E/AndroidRuntime(29516): java.lang.RuntimeException: Unable to instantiate service com.emilecode.android_notification_listener.AndroidNotificationListenerPlugin: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Context.getPackageName()' on a null object reference E/AndroidRuntime(29516): at android.app.ActivityThread.handleCreateService(ActivityThread.java:4218) E/AndroidRuntime(29516): at android.app.ActivityThread.access$200(ActivityThread.java:242) E/AndroidRuntime(29516): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2083) E/AndroidRuntime(29516): at android.os.Handler.dispatchMessage(Handler.java:107) E/AndroidRuntime(29516): at android.os.Looper.loop(Looper.java:228) E/AndroidRuntime(29516): at android.app.ActivityThread.main(ActivityThread.java:7813) E/AndroidRuntime(29516): at java.lang.reflect.Method.invoke(Native Method) E/AndroidRuntime(29516): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492) E/AndroidRuntime(29516): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981) E/AndroidRuntime(29516): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Context.getPackageName()' on a null object reference
non_main
app crashes new issue i am getting this issue right now what can be the problem e androidruntime java lang runtimeexception unable to instantiate service com emilecode android notification listener androidnotificationlistenerplugin java lang nullpointerexception attempt to invoke virtual method java lang string android content context getpackagename on a null object reference e androidruntime at android app activitythread handlecreateservice activitythread java e androidruntime at android app activitythread access activitythread java e androidruntime at android app activitythread h handlemessage activitythread java e androidruntime at android os handler dispatchmessage handler java e androidruntime at android os looper loop looper java e androidruntime at android app activitythread main activitythread java e androidruntime at java lang reflect method invoke native method e androidruntime at com android internal os runtimeinit methodandargscaller run runtimeinit java e androidruntime at com android internal os zygoteinit main zygoteinit java e androidruntime caused by java lang nullpointerexception attempt to invoke virtual method java lang string android content context getpackagename on a null object reference
0
2,478
8,639,912,982
IssuesEvent
2018-11-23 22:39:05
F5OEO/rpitx
https://api.github.com/repos/F5OEO/rpitx
closed
DCF77 antenna
V1 related (not maintained)
Prompt please, for transmission of DCF77 some special antenna is necessary? Or the piece of a wire approaches? Just I connected a piece of a wire, but hours aren't set up and don't see a signal. But also I noted that in case of start of FM on receivers there are noises.
True
DCF77 antenna - Prompt please, for transmission of DCF77 some special antenna is necessary? Or the piece of a wire approaches? Just I connected a piece of a wire, but hours aren't set up and don't see a signal. But also I noted that in case of start of FM on receivers there are noises.
main
antenna prompt please for transmission of some special antenna is necessary or the piece of a wire approaches just i connected a piece of a wire but hours aren t set up and don t see a signal but also i noted that in case of start of fm on receivers there are noises
1
375,059
11,099,139,773
IssuesEvent
2019-12-16 16:26:54
bcdasilv/code-style-mining
https://api.github.com/repos/bcdasilv/code-style-mining
closed
Improve Python automation
high_priority python
Merge in the scripts that fetch repositories (run separately right now) - [x] User can chose to fetch repos by our script categories (by stars, by our keywords script, etc) - [x] User can chose number of repositories to fetch (default is no limit) - [x] User can specify which database and collection they want (if its not in the .properties file)
1.0
Improve Python automation - Merge in the scripts that fetch repositories (run separately right now) - [x] User can chose to fetch repos by our script categories (by stars, by our keywords script, etc) - [x] User can chose number of repositories to fetch (default is no limit) - [x] User can specify which database and collection they want (if its not in the .properties file)
non_main
improve python automation merge in the scripts that fetch repositories run separately right now user can chose to fetch repos by our script categories by stars by our keywords script etc user can chose number of repositories to fetch default is no limit user can specify which database and collection they want if its not in the properties file
0
4,519
23,495,862,296
IssuesEvent
2022-08-18 01:15:56
BioArchLinux/Packages
https://api.github.com/repos/BioArchLinux/Packages
closed
[MAINTAIN] R alias
maintain
fix the following lilac.yaml of R pacakges and rm alias from any architecture packages - [x] r-jaspdistributions - [x] r-bayesplay - [x] r-boomspikeslab - [x] r-bspm - [x] r-pak - [x] r-openmx - [x] r-jaspreliability - [x] r-jaspprocesscontrol - [x] r-metabma - [x] r-auc - [x] r-restfulsedata - [x] r-gparotation - [x] r-boom - [x] r-lisreltor - [x] r-daewr - [x] r-bayestestr - [x] r-jaspbase - [x] r-xmlparsedata - [x] r-shinystan - [ ] r-rstanarm - [ ] r-eigenmodel - [ ] r-msar - [ ] r-isingfit - [ ] r-jasptools - [ ] r-jaspnetwork - [ ] r-bain - [ ] r-sciplot - [ ] r-bibtex - [ ] r-weightr - [ ] r-conting - [ ] r-bayesrel - [ ] r-stanova - [ ] r-rockchalk - [ ] r-gbrd - [ ] r-jaspbain - [ ] r-networkcomparisontest - [ ] r-vcdextra - [ ] r-metamisc - [ ] r-jaspresults - [ ] r-cocor - [ ] r-bayesrules - [ ] r-sgt - [ ] r-jaspfrequencies - [ ] r-ggparty - [ ] r-cointreg - [ ] r-cnorm - [ ] r-partitions - [ ] r-gginnards - [ ] r-qgam - [ ] r-semplot - [ ] r-brobdingnag - [ ] r-elliptic - [ ] r-digittests - [ ] r-afex - [ ] r-isingsampler - [ ] r-jaspttests - [ ] r-metadynminer3d - [ ] r-jaspmachinelearning - [ ] r-bstats - [ ] r-frf2 - [ ] r-mgm - [ ] r-performance - [ ] r-rpdb - [ ] r-doe.base - [ ] r-ggpol - [ ] r-bootnet - [ ] r-ca - [ ] r-mle.tools - [ ] r-downlit - [ ] r-toster - [ ] r-rvg - [ ] r-jaspequivalencettests - [ ] r-abtest - [ ] r-smacof - [ ] r-effectsize - [ ] r-paper - [ ] r-jaspprophet - [ ] r-networktoolbox - [ ] r-lintr - [ ] r-ic.infer - [ ] r-rpf - [ ] r-desirability - [ ] r-jaspmetaanalysis - [ ] r-jaspcochrane - [ ] r-rcompanion - [ ] r-urlchecker - [ ] r-party - [ ] r-jaspbsts - [ ] r-hgu95av2cdf - [ ] r-lavaan - [ ] r-kutils - [ ] r-networktools - [ ] r-metadynminer - [ ] r-gmedian - [ ] r-dygraphs - [ ] r-cellmix - [ ] r-flexplot - [ ] r-bayesfm - [ ] r-matchit - [ ] r-prophet - [ ] r-rcsdp - [ ] r-candisc - [ ] r-runjags - [ ] r-jaspgraphs - [ ] r-restriktor - [ ] r-profvis - [ ] r-languageserver - [ ] r-bayestools - [ ] r-hypergeo - [ ] r-jaspfactor - [ ] r-sem - [ ] r-metaboanalystr - [ ] r-vdiffr - [ ] r-mi - [ ] r-jasplearnbayes - [ ] r-groupdata2 - [ ] r-jaspregression - [ ] r-rspc - [ ] r-corpus - [ ] r-rinside - [ ] r-qcc - [ ] r-atsa - [ ] r-modules - [ ] r-conf.design - [ ] r-httpgd - [ ] r-comprehenr - [ ] r-balcony - [ ] r-jaspvisualmodeling - [ ] r-bas - [ ] r-fsa - [ ] r-jfa - [ ] r-weibullness - [ ] r-jaspjags - [ ] r-snakecase - [ ] r-heplots - [ ] r-fadist - [ ] r-jaspcircular - [ ] r-robma - [ ] r-contfrac - [ ] r-onewaytests - [ ] r-tsa - [ ] r-bayesplot - [ ] r-jaspsem - [ ] r-bridgesampling - [ ] r-parameters - [ ] r-reffreeewas - [ ] r-cyclocomp - [ ] r-mdscore - [ ] r-neuralnet - [ ] r-qgraph - [ ] r-semtools - [ ] r-bsts - [ ] r-jaspmixedmodels - [ ] r-weights - [ ] r-collections - [ ] r-jaspsummarystatistics - [ ] r-jaspaudit - [ ] r-pbivnorm - [ ] r-bayesfactor - [ ] r-jaspanova - [ ] r-jmvcore - [ ] r-pkgdown - [ ] r-jaspdescriptives - [ ] r-hmeasure - [ ] r-kappalab - [ ] r-cssam - [ ] r-janitor - [ ] r-gnorm
True
[MAINTAIN] R alias - fix the following lilac.yaml of R pacakges and rm alias from any architecture packages - [x] r-jaspdistributions - [x] r-bayesplay - [x] r-boomspikeslab - [x] r-bspm - [x] r-pak - [x] r-openmx - [x] r-jaspreliability - [x] r-jaspprocesscontrol - [x] r-metabma - [x] r-auc - [x] r-restfulsedata - [x] r-gparotation - [x] r-boom - [x] r-lisreltor - [x] r-daewr - [x] r-bayestestr - [x] r-jaspbase - [x] r-xmlparsedata - [x] r-shinystan - [ ] r-rstanarm - [ ] r-eigenmodel - [ ] r-msar - [ ] r-isingfit - [ ] r-jasptools - [ ] r-jaspnetwork - [ ] r-bain - [ ] r-sciplot - [ ] r-bibtex - [ ] r-weightr - [ ] r-conting - [ ] r-bayesrel - [ ] r-stanova - [ ] r-rockchalk - [ ] r-gbrd - [ ] r-jaspbain - [ ] r-networkcomparisontest - [ ] r-vcdextra - [ ] r-metamisc - [ ] r-jaspresults - [ ] r-cocor - [ ] r-bayesrules - [ ] r-sgt - [ ] r-jaspfrequencies - [ ] r-ggparty - [ ] r-cointreg - [ ] r-cnorm - [ ] r-partitions - [ ] r-gginnards - [ ] r-qgam - [ ] r-semplot - [ ] r-brobdingnag - [ ] r-elliptic - [ ] r-digittests - [ ] r-afex - [ ] r-isingsampler - [ ] r-jaspttests - [ ] r-metadynminer3d - [ ] r-jaspmachinelearning - [ ] r-bstats - [ ] r-frf2 - [ ] r-mgm - [ ] r-performance - [ ] r-rpdb - [ ] r-doe.base - [ ] r-ggpol - [ ] r-bootnet - [ ] r-ca - [ ] r-mle.tools - [ ] r-downlit - [ ] r-toster - [ ] r-rvg - [ ] r-jaspequivalencettests - [ ] r-abtest - [ ] r-smacof - [ ] r-effectsize - [ ] r-paper - [ ] r-jaspprophet - [ ] r-networktoolbox - [ ] r-lintr - [ ] r-ic.infer - [ ] r-rpf - [ ] r-desirability - [ ] r-jaspmetaanalysis - [ ] r-jaspcochrane - [ ] r-rcompanion - [ ] r-urlchecker - [ ] r-party - [ ] r-jaspbsts - [ ] r-hgu95av2cdf - [ ] r-lavaan - [ ] r-kutils - [ ] r-networktools - [ ] r-metadynminer - [ ] r-gmedian - [ ] r-dygraphs - [ ] r-cellmix - [ ] r-flexplot - [ ] r-bayesfm - [ ] r-matchit - [ ] r-prophet - [ ] r-rcsdp - [ ] r-candisc - [ ] r-runjags - [ ] r-jaspgraphs - [ ] r-restriktor - [ ] r-profvis - [ ] r-languageserver - [ ] r-bayestools - [ ] r-hypergeo - [ ] r-jaspfactor - [ ] r-sem - [ ] r-metaboanalystr - [ ] r-vdiffr - [ ] r-mi - [ ] r-jasplearnbayes - [ ] r-groupdata2 - [ ] r-jaspregression - [ ] r-rspc - [ ] r-corpus - [ ] r-rinside - [ ] r-qcc - [ ] r-atsa - [ ] r-modules - [ ] r-conf.design - [ ] r-httpgd - [ ] r-comprehenr - [ ] r-balcony - [ ] r-jaspvisualmodeling - [ ] r-bas - [ ] r-fsa - [ ] r-jfa - [ ] r-weibullness - [ ] r-jaspjags - [ ] r-snakecase - [ ] r-heplots - [ ] r-fadist - [ ] r-jaspcircular - [ ] r-robma - [ ] r-contfrac - [ ] r-onewaytests - [ ] r-tsa - [ ] r-bayesplot - [ ] r-jaspsem - [ ] r-bridgesampling - [ ] r-parameters - [ ] r-reffreeewas - [ ] r-cyclocomp - [ ] r-mdscore - [ ] r-neuralnet - [ ] r-qgraph - [ ] r-semtools - [ ] r-bsts - [ ] r-jaspmixedmodels - [ ] r-weights - [ ] r-collections - [ ] r-jaspsummarystatistics - [ ] r-jaspaudit - [ ] r-pbivnorm - [ ] r-bayesfactor - [ ] r-jaspanova - [ ] r-jmvcore - [ ] r-pkgdown - [ ] r-jaspdescriptives - [ ] r-hmeasure - [ ] r-kappalab - [ ] r-cssam - [ ] r-janitor - [ ] r-gnorm
main
r alias fix the following lilac yaml of r pacakges and rm alias from any architecture packages r jaspdistributions r bayesplay r boomspikeslab r bspm r pak r openmx r jaspreliability r jaspprocesscontrol r metabma r auc r restfulsedata r gparotation r boom r lisreltor r daewr r bayestestr r jaspbase r xmlparsedata r shinystan r rstanarm r eigenmodel r msar r isingfit r jasptools r jaspnetwork r bain r sciplot r bibtex r weightr r conting r bayesrel r stanova r rockchalk r gbrd r jaspbain r networkcomparisontest r vcdextra r metamisc r jaspresults r cocor r bayesrules r sgt r jaspfrequencies r ggparty r cointreg r cnorm r partitions r gginnards r qgam r semplot r brobdingnag r elliptic r digittests r afex r isingsampler r jaspttests r r jaspmachinelearning r bstats r r mgm r performance r rpdb r doe base r ggpol r bootnet r ca r mle tools r downlit r toster r rvg r jaspequivalencettests r abtest r smacof r effectsize r paper r jaspprophet r networktoolbox r lintr r ic infer r rpf r desirability r jaspmetaanalysis r jaspcochrane r rcompanion r urlchecker r party r jaspbsts r r lavaan r kutils r networktools r metadynminer r gmedian r dygraphs r cellmix r flexplot r bayesfm r matchit r prophet r rcsdp r candisc r runjags r jaspgraphs r restriktor r profvis r languageserver r bayestools r hypergeo r jaspfactor r sem r metaboanalystr r vdiffr r mi r jasplearnbayes r r jaspregression r rspc r corpus r rinside r qcc r atsa r modules r conf design r httpgd r comprehenr r balcony r jaspvisualmodeling r bas r fsa r jfa r weibullness r jaspjags r snakecase r heplots r fadist r jaspcircular r robma r contfrac r onewaytests r tsa r bayesplot r jaspsem r bridgesampling r parameters r reffreeewas r cyclocomp r mdscore r neuralnet r qgraph r semtools r bsts r jaspmixedmodels r weights r collections r jaspsummarystatistics r jaspaudit r pbivnorm r bayesfactor r jaspanova r jmvcore r pkgdown r jaspdescriptives r hmeasure r kappalab r cssam r janitor r gnorm
1
3,632
14,680,375,621
IssuesEvent
2020-12-31 09:53:09
RalfKoban/MiKo-Analyzers
https://api.github.com/repos/RalfKoban/MiKo-Analyzers
closed
Assert should be preceded and followed by a blank line
Area: analyzer Area: maintainability feature
A call to `Assert` should be preceded by a blank line if the preceding line contains a call to something that is no `Assert`. The reason is ease of reading. Following should report a violation: ```c# var x = 42; var y = "something"; Assert.That(x, Is.EqualTo(42)); Assert.That(y, Is.EqualTo("something")); ``` While following should **not** report a violation: ```c# var x = 42; var y = "something"; Assert.That(x, Is.EqualTo(42)); Assert.That(y, Is.EqualTo("something")); ```
True
Assert should be preceded and followed by a blank line - A call to `Assert` should be preceded by a blank line if the preceding line contains a call to something that is no `Assert`. The reason is ease of reading. Following should report a violation: ```c# var x = 42; var y = "something"; Assert.That(x, Is.EqualTo(42)); Assert.That(y, Is.EqualTo("something")); ``` While following should **not** report a violation: ```c# var x = 42; var y = "something"; Assert.That(x, Is.EqualTo(42)); Assert.That(y, Is.EqualTo("something")); ```
main
assert should be preceded and followed by a blank line a call to assert should be preceded by a blank line if the preceding line contains a call to something that is no assert the reason is ease of reading following should report a violation c var x var y something assert that x is equalto assert that y is equalto something while following should not report a violation c var x var y something assert that x is equalto assert that y is equalto something
1
189,316
22,047,016,840
IssuesEvent
2022-05-30 03:43:10
praneethpanasala/linux
https://api.github.com/repos/praneethpanasala/linux
closed
CVE-2019-15807 (Medium) detected in linuxlinux-4.19.6 - autoclosed
security vulnerability
## CVE-2019-15807 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.6</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://api.github.com/repos/praneethpanasala/linux/commits/d80c4f847c91020292cb280132b15e2ea147f1a3">d80c4f847c91020292cb280132b15e2ea147f1a3</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 (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/scsi/libsas/sas_expander.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/scsi/libsas/sas_expander.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> In the Linux kernel before 5.1.13, there is a memory leak in drivers/scsi/libsas/sas_expander.c when SAS expander discovery fails. This will cause a BUG and denial of service. <p>Publish Date: 2019-08-29 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-15807>CVE-2019-15807</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.7</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15807">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15807</a></p> <p>Release Date: 2020-08-24</p> <p>Fix Resolution: v5.2-rc3</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-15807 (Medium) detected in linuxlinux-4.19.6 - autoclosed - ## CVE-2019-15807 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.6</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://api.github.com/repos/praneethpanasala/linux/commits/d80c4f847c91020292cb280132b15e2ea147f1a3">d80c4f847c91020292cb280132b15e2ea147f1a3</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 (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/scsi/libsas/sas_expander.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/scsi/libsas/sas_expander.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> In the Linux kernel before 5.1.13, there is a memory leak in drivers/scsi/libsas/sas_expander.c when SAS expander discovery fails. This will cause a BUG and denial of service. <p>Publish Date: 2019-08-29 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-15807>CVE-2019-15807</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.7</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15807">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15807</a></p> <p>Release Date: 2020-08-24</p> <p>Fix Resolution: v5.2-rc3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_main
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 libsas sas expander c drivers scsi libsas sas expander c vulnerability details in the linux kernel before there is a memory leak in drivers scsi libsas sas expander c when sas expander discovery fails this will cause a bug and denial of service publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high 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 step up your open source security game with whitesource
0
289,986
8,881,060,338
IssuesEvent
2019-01-14 08:58:23
metwork-framework/resources
https://api.github.com/repos/metwork-framework/resources
closed
Preparing the build system for a 0.4 release branch
Priority: High Status: In Progress Type: Maintenance
For the moment, we only build a master branch (and integration branch which is kind of "pre-master"). We also build "PRs" before acceptance which is great. Now, we need to prepare our build system to releases branches. - [x] modify the `guess_version.sh` script for `release_*` branches - [x] generate all integration-levels>=4 `.drone.yml` files with cookiecutter in resources repository - [x] write a maintenance script to create a branch from master for all integration-levels>=4 repositories - [x] introduce this new branch in all integration-levels>=4 `.drone.yml` files Then: - [x] define the release policy (for release tags) in that branch - [x] test the released RPMs - [x] document
1.0
Preparing the build system for a 0.4 release branch - For the moment, we only build a master branch (and integration branch which is kind of "pre-master"). We also build "PRs" before acceptance which is great. Now, we need to prepare our build system to releases branches. - [x] modify the `guess_version.sh` script for `release_*` branches - [x] generate all integration-levels>=4 `.drone.yml` files with cookiecutter in resources repository - [x] write a maintenance script to create a branch from master for all integration-levels>=4 repositories - [x] introduce this new branch in all integration-levels>=4 `.drone.yml` files Then: - [x] define the release policy (for release tags) in that branch - [x] test the released RPMs - [x] document
non_main
preparing the build system for a release branch for the moment we only build a master branch and integration branch which is kind of pre master we also build prs before acceptance which is great now we need to prepare our build system to releases branches modify the guess version sh  script for release branches generate all integration levels drone yml files with cookiecutter in resources repository write a maintenance script to create a branch from master for all integration levels repositories introduce this new branch in all integration levels drone yml files then define the release policy for release tags in that branch test the released rpms document
0
176,901
21,448,331,110
IssuesEvent
2022-04-25 08:49:39
Satheesh575555/hardware_nxp_nfc_AOSP10_r33
https://api.github.com/repos/Satheesh575555/hardware_nxp_nfc_AOSP10_r33
opened
CVE-2020-0165 (Medium) detected in nfcandroid-10.0.0_r1
security vulnerability
## CVE-2020-0165 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nfcandroid-10.0.0_r1</b></p></summary> <p> <p>Bug: 68716290</p> <p>Library home page: <a href=https://android.googlesource.com/platform/hardware/nxp/nfc>https://android.googlesource.com/platform/hardware/nxp/nfc</a></p> <p>Found in HEAD commit: <a href="https://github.com/Satheesh575555/hardware_nxp_nfc_AOSP10_r33/commit/df2c5f64d6653c3c606b5a9496effe8923720d0f">df2c5f64d6653c3c606b5a9496effe8923720d0f</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>/halimpl/hal/phNxpNciHal_NfcDepSWPrio.cc</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> In phNxpNciHal_NfcDep_cmd_ext of phNxpNciHal_NfcDepSWPrio.cc, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege via compromised device firmware with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10Android ID: A-139532977 <p>Publish Date: 2020-06-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-0165>CVE-2020-0165</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.7</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: High - 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://android.googlesource.com/platform/hardware/nxp/nfc/+/refs/tags/android-10.0.0_r37">https://android.googlesource.com/platform/hardware/nxp/nfc/+/refs/tags/android-10.0.0_r37</a></p> <p>Release Date: 2020-06-11</p> <p>Fix Resolution: android-10.0.0_r37</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-0165 (Medium) detected in nfcandroid-10.0.0_r1 - ## CVE-2020-0165 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nfcandroid-10.0.0_r1</b></p></summary> <p> <p>Bug: 68716290</p> <p>Library home page: <a href=https://android.googlesource.com/platform/hardware/nxp/nfc>https://android.googlesource.com/platform/hardware/nxp/nfc</a></p> <p>Found in HEAD commit: <a href="https://github.com/Satheesh575555/hardware_nxp_nfc_AOSP10_r33/commit/df2c5f64d6653c3c606b5a9496effe8923720d0f">df2c5f64d6653c3c606b5a9496effe8923720d0f</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>/halimpl/hal/phNxpNciHal_NfcDepSWPrio.cc</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> In phNxpNciHal_NfcDep_cmd_ext of phNxpNciHal_NfcDepSWPrio.cc, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege via compromised device firmware with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10Android ID: A-139532977 <p>Publish Date: 2020-06-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-0165>CVE-2020-0165</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.7</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: High - 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://android.googlesource.com/platform/hardware/nxp/nfc/+/refs/tags/android-10.0.0_r37">https://android.googlesource.com/platform/hardware/nxp/nfc/+/refs/tags/android-10.0.0_r37</a></p> <p>Release Date: 2020-06-11</p> <p>Fix Resolution: android-10.0.0_r37</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_main
cve medium detected in nfcandroid cve medium severity vulnerability vulnerable library nfcandroid bug library home page a href found in head commit a href found in base branch master vulnerable source files halimpl hal phnxpncihal nfcdepswprio cc vulnerability details in phnxpncihal nfcdep cmd ext of phnxpncihal nfcdepswprio cc there is a possible out of bounds write due to a missing bounds check this could lead to local escalation of privilege via compromised device firmware with system execution privileges needed user interaction is not needed for exploitation product androidversions android id a publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required high 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 android step up your open source security game with whitesource
0
755
4,351,917,853
IssuesEvent
2016-08-01 02:55:20
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
os_network should be able to support "provider" options
cloud feature_idea waiting_on_maintainer
##### ISSUE TYPE Feature Request ##### COMPONENT NAME os_network module ##### ANSIBLE VERSION N/A ##### SUMMARY Currently there is no way of creating a network as follows: ``` neutron net-create public --provider:network_type vlan \ --provider:segmentation_id 10 \ --provider:physical_network datacentre \ --router:external ``` or another example: ``` neutron net-create public --provider:network_type flat --provider:physical_network datacentre \ --router:external ```
True
os_network should be able to support "provider" options - ##### ISSUE TYPE Feature Request ##### COMPONENT NAME os_network module ##### ANSIBLE VERSION N/A ##### SUMMARY Currently there is no way of creating a network as follows: ``` neutron net-create public --provider:network_type vlan \ --provider:segmentation_id 10 \ --provider:physical_network datacentre \ --router:external ``` or another example: ``` neutron net-create public --provider:network_type flat --provider:physical_network datacentre \ --router:external ```
main
os network should be able to support provider options issue type feature request component name os network module ansible version n a summary currently there is no way of creating a network as follows neutron net create public provider network type vlan provider segmentation id provider physical network datacentre router external or another example neutron net create public provider network type flat provider physical network datacentre router external
1
46,076
9,881,641,358
IssuesEvent
2019-06-24 15:05:17
startsole/StartSOLE-web-app
https://api.github.com/repos/startsole/StartSOLE-web-app
opened
Confirm RDN names for rings
better code let's talk about it question
In the backend we have a file defining the rings, called `polygons.js`. Steffen and I made some RDNs for each one but we just guessed these are just strings and can be anything as long as they are unique. We will use them internally to reference rings but also the user will see it in the URL when they're viewing the ring, something like, `/rings/us.colombiana/`. Justin, after we commit this file could you look through it and make sure the rdns are ok? You can change them to whatever as long as they're unique.
1.0
Confirm RDN names for rings - In the backend we have a file defining the rings, called `polygons.js`. Steffen and I made some RDNs for each one but we just guessed these are just strings and can be anything as long as they are unique. We will use them internally to reference rings but also the user will see it in the URL when they're viewing the ring, something like, `/rings/us.colombiana/`. Justin, after we commit this file could you look through it and make sure the rdns are ok? You can change them to whatever as long as they're unique.
non_main
confirm rdn names for rings in the backend we have a file defining the rings called polygons js steffen and i made some rdns for each one but we just guessed these are just strings and can be anything as long as they are unique we will use them internally to reference rings but also the user will see it in the url when they re viewing the ring something like rings us colombiana justin after we commit this file could you look through it and make sure the rdns are ok you can change them to whatever as long as they re unique
0
1,493
6,461,248,458
IssuesEvent
2017-08-16 07:35:07
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Yum can't downgrade packages
affects_2.3 bug_report waiting_on_maintainer
As of 1.9.1, the yum module can't downgrade packages. I saw a 77e66cb01e9121e5fcbdc08e87d248c21bdad497 attempting to fix this, but it had to be reverted in d77f1976a6cbf30cd2284817e92a838f7f7e47ef . (I don't know the story behind the revert, and I couldn't find an open bug or public discussion.. so I'm opening an issue!)
True
Yum can't downgrade packages - As of 1.9.1, the yum module can't downgrade packages. I saw a 77e66cb01e9121e5fcbdc08e87d248c21bdad497 attempting to fix this, but it had to be reverted in d77f1976a6cbf30cd2284817e92a838f7f7e47ef . (I don't know the story behind the revert, and I couldn't find an open bug or public discussion.. so I'm opening an issue!)
main
yum can t downgrade packages as of the yum module can t downgrade packages i saw a attempting to fix this but it had to be reverted in i don t know the story behind the revert and i couldn t find an open bug or public discussion so i m opening an issue
1
16,101
3,507,456,151
IssuesEvent
2016-01-08 13:26:55
RIOT-OS/RIOT
https://api.github.com/repos/RIOT-OS/RIOT
opened
pkg: micro-ecc: test takes 2 hours
pkg question tests
According to https://github.com/RIOT-OS/Release-Specs/issues/14 the `pkg_micro-ecc` test takes about two hours to complete. I remember similar results for the last release. (Though it's much faster (~30 minutes) on my computers.) The main question is why this test takes so long and if this package is suitable at all for IoT hardware if takes such a long time on native. But maybe it is just the test. Anyone with more insights?
1.0
pkg: micro-ecc: test takes 2 hours - According to https://github.com/RIOT-OS/Release-Specs/issues/14 the `pkg_micro-ecc` test takes about two hours to complete. I remember similar results for the last release. (Though it's much faster (~30 minutes) on my computers.) The main question is why this test takes so long and if this package is suitable at all for IoT hardware if takes such a long time on native. But maybe it is just the test. Anyone with more insights?
non_main
pkg micro ecc test takes hours according to the pkg micro ecc test takes about two hours to complete i remember similar results for the last release though it s much faster minutes on my computers the main question is why this test takes so long and if this package is suitable at all for iot hardware if takes such a long time on native but maybe it is just the test anyone with more insights
0
3,379
13,087,342,801
IssuesEvent
2020-08-02 11:43:40
sambhav228/Stulysis
https://api.github.com/repos/sambhav228/Stulysis
opened
New React App
For Maintainers enhancement help wanted
<!-- Issue tracker is ONLY used for reporting bugs.--> ## What to do: We can create a new React App. @Priyanknasit can lead this task and others will follow-up together. ## Detailed Description All the discussion regarding this can be done in this particular issue
True
New React App - <!-- Issue tracker is ONLY used for reporting bugs.--> ## What to do: We can create a new React App. @Priyanknasit can lead this task and others will follow-up together. ## Detailed Description All the discussion regarding this can be done in this particular issue
main
new react app what to do we can create a new react app priyanknasit can lead this task and others will follow up together detailed description all the discussion regarding this can be done in this particular issue
1
99,545
12,429,753,347
IssuesEvent
2020-05-25 09:04:04
miatrinity/railsnew.io
https://api.github.com/repos/miatrinity/railsnew.io
closed
Do not allow flags to be broken on dash
bug design
An image is worth a thousand words: ![image](https://user-images.githubusercontent.com/59438283/82003600-0fd78c80-9661-11ea-85f3-35e25593550b.png) So yeah, nope, just no.
1.0
Do not allow flags to be broken on dash - An image is worth a thousand words: ![image](https://user-images.githubusercontent.com/59438283/82003600-0fd78c80-9661-11ea-85f3-35e25593550b.png) So yeah, nope, just no.
non_main
do not allow flags to be broken on dash an image is worth a thousand words so yeah nope just no
0
3,553
14,112,744,805
IssuesEvent
2020-11-07 07:15:50
grey-software/org
https://api.github.com/repos/grey-software/org
opened
🥅 Initiative: Hackathon with UTMSAM
Domain: User Experience Role: Maintainer Role: Product Owner
### Motivation 🏁 <!-- A clear and concise motivation for this initiative? How will this help execute the vision of the org? --> UTMSAM is hosting a hackathon, and participating as a guest org would increase our visibility and possibly generate partnerships. ### Initiative Overview 👁️‍🗨️ <!-- A clear and concise description of what the initiative is. --> UTMSAM is hosting a week-long hackathon at the beginning of January. In this hackathon, students will have to develop a business + technology solution to a problem presented to them. As an invited partner, we get to host a workshop and have a virtual booth. **Implementation Details 🛠️** <!--- Please share a plan to help realize this initiative --> We could propose running an info session + AMA, followed by hosting a virtual booth. Since students have to develop a business + technology solution to a problem presented to them, we could provide dedicated technical mentorship to students, and aid them in winning the technical prizes (if UTMSAM affords them). **Info Session** (30-45 mins) Raise awareness of Grey Software and what we do to help students bring their software ideas to life. We could post an AMA before the info session so we know what students would like addressed. **Virtual Booth** An interactive space where people can come to us with their ideas and we can guide them on how to bring them to life and point them in the right direction. We can offer a streamlined offering of How to create a personal/documentation website How to create a web extension How to use python’s streamlit library for data science Since this is a week-long hackathon, we could have dedicated office hours to guide students ### Impact 💥 Grey Software will get more visibility in UTMSAM’s community, and it would likely be our first visiting event at UTM. ### Additional details ℹ️ <!-- Is there anything else you can add about the proposal? You might want to link to related issues here if you haven't already. --> We could recommend https://hopin.to/ as an online event hosting solution to UTMSAM. We can direct students to the Grey Software discord community and create a channel for the hackathon as we had created a channel for Hacktoberfest.
True
🥅 Initiative: Hackathon with UTMSAM - ### Motivation 🏁 <!-- A clear and concise motivation for this initiative? How will this help execute the vision of the org? --> UTMSAM is hosting a hackathon, and participating as a guest org would increase our visibility and possibly generate partnerships. ### Initiative Overview 👁️‍🗨️ <!-- A clear and concise description of what the initiative is. --> UTMSAM is hosting a week-long hackathon at the beginning of January. In this hackathon, students will have to develop a business + technology solution to a problem presented to them. As an invited partner, we get to host a workshop and have a virtual booth. **Implementation Details 🛠️** <!--- Please share a plan to help realize this initiative --> We could propose running an info session + AMA, followed by hosting a virtual booth. Since students have to develop a business + technology solution to a problem presented to them, we could provide dedicated technical mentorship to students, and aid them in winning the technical prizes (if UTMSAM affords them). **Info Session** (30-45 mins) Raise awareness of Grey Software and what we do to help students bring their software ideas to life. We could post an AMA before the info session so we know what students would like addressed. **Virtual Booth** An interactive space where people can come to us with their ideas and we can guide them on how to bring them to life and point them in the right direction. We can offer a streamlined offering of How to create a personal/documentation website How to create a web extension How to use python’s streamlit library for data science Since this is a week-long hackathon, we could have dedicated office hours to guide students ### Impact 💥 Grey Software will get more visibility in UTMSAM’s community, and it would likely be our first visiting event at UTM. ### Additional details ℹ️ <!-- Is there anything else you can add about the proposal? You might want to link to related issues here if you haven't already. --> We could recommend https://hopin.to/ as an online event hosting solution to UTMSAM. We can direct students to the Grey Software discord community and create a channel for the hackathon as we had created a channel for Hacktoberfest.
main
🥅 initiative hackathon with utmsam motivation 🏁 a clear and concise motivation for this initiative how will this help execute the vision of the org utmsam is hosting a hackathon and participating as a guest org would increase our visibility and possibly generate partnerships initiative overview 👁️‍🗨️ a clear and concise description of what the initiative is utmsam is hosting a week long hackathon at the beginning of january in this hackathon students will have to develop a business technology solution to a problem presented to them as an invited partner we get to host a workshop and have a virtual booth implementation details 🛠️ we could propose running an info session ama followed by hosting a virtual booth since students have to develop a business technology solution to a problem presented to them we could provide dedicated technical mentorship to students and aid them in winning the technical prizes if utmsam affords them info session mins raise awareness of grey software and what we do to help students bring their software ideas to life we could post an ama before the info session so we know what students would like addressed virtual booth an interactive space where people can come to us with their ideas and we can guide them on how to bring them to life and point them in the right direction we can offer a streamlined offering of how to create a personal documentation website how to create a web extension how to use python’s streamlit library for data science since this is a week long hackathon we could have dedicated office hours to guide students impact 💥 grey software will get more visibility in utmsam’s community and it would likely be our first visiting event at utm additional details ℹ️ is there anything else you can add about the proposal you might want to link to related issues here if you haven t already we could recommend as an online event hosting solution to utmsam we can direct students to the grey software discord community and create a channel for the hackathon as we had created a channel for hacktoberfest
1
446,318
12,854,949,468
IssuesEvent
2020-07-09 03:35:13
awilliams62090/awilliams62090.github.io
https://api.github.com/repos/awilliams62090/awilliams62090.github.io
opened
Move Project Fineapple
PRIORITY
Project Fineapple should be a project within the repo, not an associated repo- move it around while it is still small!
1.0
Move Project Fineapple - Project Fineapple should be a project within the repo, not an associated repo- move it around while it is still small!
non_main
move project fineapple project fineapple should be a project within the repo not an associated repo move it around while it is still small
0
2,906
3,696,825,412
IssuesEvent
2016-02-27 07:28:38
JuliaLang/julia
https://api.github.com/repos/JuliaLang/julia
opened
recent parser performance regression
parser performance regression
With the recent work on modifying julia-syntax, I assumed it should be faster now. However, I was surprised to find that f5033ad seemed to be about twice as fast on one of my torture benchmarks (https://github.com/JuliaLang/julia/pull/9729#issuecomment-71351493) than both v0.4 and master today (636916e). (there's nothing special about that first commit, i just usually try to have one build on my machine that lags behind my current work)
True
recent parser performance regression - With the recent work on modifying julia-syntax, I assumed it should be faster now. However, I was surprised to find that f5033ad seemed to be about twice as fast on one of my torture benchmarks (https://github.com/JuliaLang/julia/pull/9729#issuecomment-71351493) than both v0.4 and master today (636916e). (there's nothing special about that first commit, i just usually try to have one build on my machine that lags behind my current work)
non_main
recent parser performance regression with the recent work on modifying julia syntax i assumed it should be faster now however i was surprised to find that seemed to be about twice as fast on one of my torture benchmarks than both and master today there s nothing special about that first commit i just usually try to have one build on my machine that lags behind my current work
0
4,270
21,392,390,283
IssuesEvent
2022-04-21 08:25:43
camunda/zeebe
https://api.github.com/repos/camunda/zeebe
closed
Spotless apparently not configured properly
kind/toil area/maintainability
**Description** Cannot really pinpoint the exact conditions, but lately I often have spotless errors in Jenkins. * I save my files with Idea and would assume that it applies the code style automatically. * running `mvn clean install -DskipTests -DskipChecks` does not change any files * running `mvn spotless:apply` results in this error: [ERROR] No plugin found for prefix 'spotless' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/peter/.m2/repository), central (https://repo.maven.apache.org/maven2)] -> [Help 1] Running `com.diffplug.spotless:spotless-maven-plugin:apply` does work. But it is a bit hard to remember
True
Spotless apparently not configured properly - **Description** Cannot really pinpoint the exact conditions, but lately I often have spotless errors in Jenkins. * I save my files with Idea and would assume that it applies the code style automatically. * running `mvn clean install -DskipTests -DskipChecks` does not change any files * running `mvn spotless:apply` results in this error: [ERROR] No plugin found for prefix 'spotless' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/peter/.m2/repository), central (https://repo.maven.apache.org/maven2)] -> [Help 1] Running `com.diffplug.spotless:spotless-maven-plugin:apply` does work. But it is a bit hard to remember
main
spotless apparently not configured properly description cannot really pinpoint the exact conditions but lately i often have spotless errors in jenkins i save my files with idea and would assume that it applies the code style automatically running mvn clean install dskiptests dskipchecks does not change any files running mvn spotless apply results in this error no plugin found for prefix spotless in the current project and in the plugin groups available from the repositories running com diffplug spotless spotless maven plugin apply does work but it is a bit hard to remember
1
1,369
5,923,466,011
IssuesEvent
2017-05-23 08:01:04
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Ansible connection is sometimes dropped mid-play on windows hosts
affects_2.1 bug_report waiting_on_maintainer windows
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> win_user.ps1 ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.1.1.0 config file = configured module search path = Default w/o overrides ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/removed in ansible.cfg (or using the ANSIBLE_* environment variables). --> ##### OS / ENVIRONMENT <!--- Mention the OS you are running Ansible from, and the OS you are managing, or say “N/A” for anything that is not platform-specific. --> I am using the Amazon created flavor of linux. ami id: ami-f5f41398 ##### SUMMARY <!--- Explain the problem briefly --> For the win_user task, ansible fails to reach the remote host, despite already making a connection and performing tasks. ##### STEPS TO REPRODUCE <!--- For bugs, show exactly how to reproduce the problem. For new features, show how the feature would be used. --> Can't seem to reproduce this accurately, and it's unfortunately not tied to one specific module (I just so happen to be running the win_user module. <!--- Paste example playbooks or commands between quotes below --> ``` TASK [create_users : Create noreply user] ************************************** task path: /home/ec2-user/Ansible/roles/create_users/tasks/main.yml:20 Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/ansible/plugins/connection/winrm.py", line 271, in exec_command result = self._winrm_exec(cmd_parts[0], cmd_parts[1:], from_exec=True) File "/usr/local/lib/python2.7/site-packages/ansible/plugins/connection/winrm.py", line 233, in _winrm_exec self.protocol.cleanup_command(self.shell_id, command_id) File "/usr/local/lib/python2.7/site-packages/winrm/protocol.py", line 307, in cleanup_command res = self.send_message(xmltodict.unparse(req)) File "/usr/local/lib/python2.7/site-packages/winrm/protocol.py", line 207, in send_message return self.transport.send_message(message) File "/usr/local/lib/python2.7/site-packages/winrm/transport.py", line 173, in send_message response = self.session.send(prepared_request, timeout=self.read_timeout_sec) File "/usr/local/lib/python2.7/site-packages/requests/sessions.py", line 596, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python2.7/site-packages/requests/adapters.py", line 479, in send raise ConnectTimeout(e, request=request) ConnectTimeout: HTTPSConnectionPool(host='172.16.169.179', port=5986): Max retries exceeded with url: /wsman (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f86cb458f50>, 'Connection to 172.16.169.179 timed out. (connect timeout=30)')) fatal: [172.16.169.179]: UNREACHABLE! => {"changed": false, "msg": "failed to exec cmd PowerShell -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -EncodedCommand UwBlAHQALQBTAHQAcgBpAGMAdABNAG8AZABlACAALQBWAGUAcgBzAGkAbwBuACAATABhAHQAZQBzAHQACgBUAHIAeQAKAHsACgAmACAAJwBDADoAXABVAHMAZQByAHMAXABhAG4AcwBpAGIAbABlAFwAQQBwAHAARABhAHQAYQBcAEwAbwBjAGEAbABcAFQAZQBtAHAAXABhAG4AcwBpAGIAbABlAC0AdABtAHAALQAxADQANwA3ADMAMQA2ADYAMAAwAC4ANwA3AC0AMQA2ADMAMgAxADgANgA5ADAAOQA2ADUAOQA4ADYAXAB3AGkAbgBfAHUAcwBlAHIALgBwAHMAMQAnAAoAfQAKAEMAYQB0AGMAaAAKAHsACgAkAF8AbwBiAGoAIAA9ACAAQAB7ACAAZgBhAGkAbABlAGQAIAA9ACAAJAB0AHIAdQBlACAAfQAKAEkAZgAgACgAJABfAC4ARQB4AGMAZQBwAHQAaQBvAG4ALgBHAGUAdABUAHkAcABlACkACgB7AAoAJABfAG8AYgBqAC4AQQBkAGQAKAAnAG0AcwBnACcALAAgACQAXwAuAEUAeABjAGUAcAB0AGkAbwBuAC4ATQBlAHMAcwBhAGcAZQApAAoAfQAKAEUAbABzAGUACgB7AAoAJABfAG8AYgBqAC4AQQBkAGQAKAAnAG0AcwBnACcALAAgACQAXwAuAFQAbwBTAHQAcgBpAG4AZwAoACkAKQAKAH0ACgBJAGYAIAAoACQAXwAuAEkAbgB2AG8AYwBhAHQAaQBvAG4ASQBuAGYAbwAuAFAAbwBzAGkAdABpAG8AbgBNAGUAcwBzAGEAZwBlACkACgB7AAoAJABfAG8AYgBqAC4AQQBkAGQAKAAnAGUAeABjAGUAcAB0AGkAbwBuACcALAAgACQAXwAuAEkAbgB2AG8AYwBhAHQAaQBvAG4ASQBuAGYAbwAuAFAAbwBzAGkAdABpAG8AbgBNAGUAcwBzAGEAZwBlACkACgB9AAoARQBsAHMAZQBJAGYAIAAoACQAXwAuAFMAYwByAGkAcAB0AFMAdABhAGMAawBUAHIAYQBjAGUAKQAKAHsACgAkAF8AbwBiAGoALgBBAGQAZAAoACcAZQB4AGMAZQBwAHQAaQBvAG4AJwAsACAAJABfAC4AUwBjAHIAaQBwAHQAUwB0AGEAYwBrAFQAcgBhAGMAZQApAAoAfQAKAFQAcgB5AAoAewAKACQAXwBvAGIAagAuAEEAZABkACgAJwBlAHIAcgBvAHIAXwByAGUAYwBvAHIAZAAnACwAIAAoACQAXwAgAHwAIABDAG8AbgB2AGUAcgB0AFQAbwAtAEoAcwBvAG4AIAB8ACAAQwBvAG4AdgBlAHIAdABGAHIAbwBtAC0ASgBzAG8AbgApACkACgB9AAoAQwBhAHQAYwBoAAoAewAKAH0ACgBFAGMAaABvACAAJABfAG8AYgBqACAAfAAgAEMAbwBuAHYAZQByAHQAVABvAC0ASgBzAG8AbgAgAC0AQwBvAG0AcAByAGUAcwBzACAALQBEAGUAcAB0AGgAIAA5ADkACgBFAHgAaQB0ACAAMQAKAH0ACgBGAGkAbgBhAGwAbAB5ACAAewAgAFIAZQBtAG8AdgBlAC0ASQB0AGUAbQAgACIAQwA6AFwAVQBzAGUAcgBzAFwAYQBuAHMAaQBiAGwAZQBcAEEAcABwAEQAYQB0AGEAXABMAG8AYwBhAGwAXABUAGUAbQBwAFwAYQBuAHMAaQBiAGwAZQAtAHQAbQBwAC0AMQA0ADcANwAzADEANgA2ADAAMAAuADcANwAtADEANgAzADIAMQA4ADYAOQAwADkANgA1ADkAOAA2ACIAIAAtAEYAbwByAGMAZQAgAC0AUgBlAGMAdQByAHMAZQAgAC0ARQByAHIAbwByAEEAYwB0AGkAbwBuACAAUwBpAGwAZQBuAHQAbAB5AEMAbwBuAHQAaQBuAHUAZQAgAH0A", "unreachable": true} ``` <!--- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!--- What did you expect to happen when running the steps above? --> Playbook continues run. ##### ACTUAL RESULTS <!--- What actually happened? If possible run with extra verbosity (-vvvv) --> Ansible connection is severed mid-play. <!--- Paste verbatim command output between quotes below --> ``` ```
True
Ansible connection is sometimes dropped mid-play on windows hosts - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> win_user.ps1 ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.1.1.0 config file = configured module search path = Default w/o overrides ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/removed in ansible.cfg (or using the ANSIBLE_* environment variables). --> ##### OS / ENVIRONMENT <!--- Mention the OS you are running Ansible from, and the OS you are managing, or say “N/A” for anything that is not platform-specific. --> I am using the Amazon created flavor of linux. ami id: ami-f5f41398 ##### SUMMARY <!--- Explain the problem briefly --> For the win_user task, ansible fails to reach the remote host, despite already making a connection and performing tasks. ##### STEPS TO REPRODUCE <!--- For bugs, show exactly how to reproduce the problem. For new features, show how the feature would be used. --> Can't seem to reproduce this accurately, and it's unfortunately not tied to one specific module (I just so happen to be running the win_user module. <!--- Paste example playbooks or commands between quotes below --> ``` TASK [create_users : Create noreply user] ************************************** task path: /home/ec2-user/Ansible/roles/create_users/tasks/main.yml:20 Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/ansible/plugins/connection/winrm.py", line 271, in exec_command result = self._winrm_exec(cmd_parts[0], cmd_parts[1:], from_exec=True) File "/usr/local/lib/python2.7/site-packages/ansible/plugins/connection/winrm.py", line 233, in _winrm_exec self.protocol.cleanup_command(self.shell_id, command_id) File "/usr/local/lib/python2.7/site-packages/winrm/protocol.py", line 307, in cleanup_command res = self.send_message(xmltodict.unparse(req)) File "/usr/local/lib/python2.7/site-packages/winrm/protocol.py", line 207, in send_message return self.transport.send_message(message) File "/usr/local/lib/python2.7/site-packages/winrm/transport.py", line 173, in send_message response = self.session.send(prepared_request, timeout=self.read_timeout_sec) File "/usr/local/lib/python2.7/site-packages/requests/sessions.py", line 596, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python2.7/site-packages/requests/adapters.py", line 479, in send raise ConnectTimeout(e, request=request) ConnectTimeout: HTTPSConnectionPool(host='172.16.169.179', port=5986): Max retries exceeded with url: /wsman (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f86cb458f50>, 'Connection to 172.16.169.179 timed out. (connect timeout=30)')) fatal: [172.16.169.179]: UNREACHABLE! => {"changed": false, "msg": "failed to exec cmd PowerShell -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -EncodedCommand UwBlAHQALQBTAHQAcgBpAGMAdABNAG8AZABlACAALQBWAGUAcgBzAGkAbwBuACAATABhAHQAZQBzAHQACgBUAHIAeQAKAHsACgAmACAAJwBDADoAXABVAHMAZQByAHMAXABhAG4AcwBpAGIAbABlAFwAQQBwAHAARABhAHQAYQBcAEwAbwBjAGEAbABcAFQAZQBtAHAAXABhAG4AcwBpAGIAbABlAC0AdABtAHAALQAxADQANwA3ADMAMQA2ADYAMAAwAC4ANwA3AC0AMQA2ADMAMgAxADgANgA5ADAAOQA2ADUAOQA4ADYAXAB3AGkAbgBfAHUAcwBlAHIALgBwAHMAMQAnAAoAfQAKAEMAYQB0AGMAaAAKAHsACgAkAF8AbwBiAGoAIAA9ACAAQAB7ACAAZgBhAGkAbABlAGQAIAA9ACAAJAB0AHIAdQBlACAAfQAKAEkAZgAgACgAJABfAC4ARQB4AGMAZQBwAHQAaQBvAG4ALgBHAGUAdABUAHkAcABlACkACgB7AAoAJABfAG8AYgBqAC4AQQBkAGQAKAAnAG0AcwBnACcALAAgACQAXwAuAEUAeABjAGUAcAB0AGkAbwBuAC4ATQBlAHMAcwBhAGcAZQApAAoAfQAKAEUAbABzAGUACgB7AAoAJABfAG8AYgBqAC4AQQBkAGQAKAAnAG0AcwBnACcALAAgACQAXwAuAFQAbwBTAHQAcgBpAG4AZwAoACkAKQAKAH0ACgBJAGYAIAAoACQAXwAuAEkAbgB2AG8AYwBhAHQAaQBvAG4ASQBuAGYAbwAuAFAAbwBzAGkAdABpAG8AbgBNAGUAcwBzAGEAZwBlACkACgB7AAoAJABfAG8AYgBqAC4AQQBkAGQAKAAnAGUAeABjAGUAcAB0AGkAbwBuACcALAAgACQAXwAuAEkAbgB2AG8AYwBhAHQAaQBvAG4ASQBuAGYAbwAuAFAAbwBzAGkAdABpAG8AbgBNAGUAcwBzAGEAZwBlACkACgB9AAoARQBsAHMAZQBJAGYAIAAoACQAXwAuAFMAYwByAGkAcAB0AFMAdABhAGMAawBUAHIAYQBjAGUAKQAKAHsACgAkAF8AbwBiAGoALgBBAGQAZAAoACcAZQB4AGMAZQBwAHQAaQBvAG4AJwAsACAAJABfAC4AUwBjAHIAaQBwAHQAUwB0AGEAYwBrAFQAcgBhAGMAZQApAAoAfQAKAFQAcgB5AAoAewAKACQAXwBvAGIAagAuAEEAZABkACgAJwBlAHIAcgBvAHIAXwByAGUAYwBvAHIAZAAnACwAIAAoACQAXwAgAHwAIABDAG8AbgB2AGUAcgB0AFQAbwAtAEoAcwBvAG4AIAB8ACAAQwBvAG4AdgBlAHIAdABGAHIAbwBtAC0ASgBzAG8AbgApACkACgB9AAoAQwBhAHQAYwBoAAoAewAKAH0ACgBFAGMAaABvACAAJABfAG8AYgBqACAAfAAgAEMAbwBuAHYAZQByAHQAVABvAC0ASgBzAG8AbgAgAC0AQwBvAG0AcAByAGUAcwBzACAALQBEAGUAcAB0AGgAIAA5ADkACgBFAHgAaQB0ACAAMQAKAH0ACgBGAGkAbgBhAGwAbAB5ACAAewAgAFIAZQBtAG8AdgBlAC0ASQB0AGUAbQAgACIAQwA6AFwAVQBzAGUAcgBzAFwAYQBuAHMAaQBiAGwAZQBcAEEAcABwAEQAYQB0AGEAXABMAG8AYwBhAGwAXABUAGUAbQBwAFwAYQBuAHMAaQBiAGwAZQAtAHQAbQBwAC0AMQA0ADcANwAzADEANgA2ADAAMAAuADcANwAtADEANgAzADIAMQA4ADYAOQAwADkANgA1ADkAOAA2ACIAIAAtAEYAbwByAGMAZQAgAC0AUgBlAGMAdQByAHMAZQAgAC0ARQByAHIAbwByAEEAYwB0AGkAbwBuACAAUwBpAGwAZQBuAHQAbAB5AEMAbwBuAHQAaQBuAHUAZQAgAH0A", "unreachable": true} ``` <!--- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!--- What did you expect to happen when running the steps above? --> Playbook continues run. ##### ACTUAL RESULTS <!--- What actually happened? If possible run with extra verbosity (-vvvv) --> Ansible connection is severed mid-play. <!--- Paste verbatim command output between quotes below --> ``` ```
main
ansible connection is sometimes dropped mid play on windows hosts issue type bug report component name win user ansible version ansible config file configured module search path default w o overrides configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment variables os environment mention the os you are running ansible from and the os you are managing or say “n a” for anything that is not platform specific i am using the amazon created flavor of linux ami id ami summary for the win user task ansible fails to reach the remote host despite already making a connection and performing tasks steps to reproduce for bugs show exactly how to reproduce the problem for new features show how the feature would be used can t seem to reproduce this accurately and it s unfortunately not tied to one specific module i just so happen to be running the win user module task task path home user ansible roles create users tasks main yml traceback most recent call last file usr local lib site packages ansible plugins connection winrm py line in exec command result self winrm exec cmd parts cmd parts from exec true file usr local lib site packages ansible plugins connection winrm py line in winrm exec self protocol cleanup command self shell id command id file usr local lib site packages winrm protocol py line in cleanup command res self send message xmltodict unparse req file usr local lib site packages winrm protocol py line in send message return self transport send message message file usr local lib site packages winrm transport py line in send message response self session send prepared request timeout self read timeout sec file usr local lib site packages requests sessions py line in send r adapter send request kwargs file usr local lib site packages requests adapters py line in send raise connecttimeout e request request connecttimeout httpsconnectionpool host port max retries exceeded with url wsman caused by connecttimeouterror connection to timed out connect timeout fatal unreachable changed false msg failed to exec cmd powershell noprofile noninteractive executionpolicy unrestricted encodedcommand unreachable true expected results playbook continues run actual results ansible connection is severed mid play
1
43,540
5,640,724,389
IssuesEvent
2017-04-06 17:03:27
ProjectSidewalk/SidewalkWebpage
https://api.github.com/repos/ProjectSidewalk/SidewalkWebpage
closed
Landing Page Redesign Ideas
Priority: Medium UI Design
A few things: - I want us to have a more captivating landing page, specifically the top ~1000 vertical pixels that a user first sees when they load a page. I think we should have a nice carousel similar to https://www.zooniverse.org/ or https://makeabilitylab.umiacs.umd.edu/ that helps quickly/visually capture the essence of Project Sidewalk. - I want us to add in some animated gifs that quickly show to easy it is to use Project Sidewalk - I also want to create and embed a short tutorial video on the front page showing how to use Project Sidewalk As @kotarohara is super busy working on high priority technical issues as well as the CHI2017 paper, this could be a task for @manaswis or @Soben713. Following good HCI design processes, we'd want to do mockups first before moving on to coding.
1.0
Landing Page Redesign Ideas - A few things: - I want us to have a more captivating landing page, specifically the top ~1000 vertical pixels that a user first sees when they load a page. I think we should have a nice carousel similar to https://www.zooniverse.org/ or https://makeabilitylab.umiacs.umd.edu/ that helps quickly/visually capture the essence of Project Sidewalk. - I want us to add in some animated gifs that quickly show to easy it is to use Project Sidewalk - I also want to create and embed a short tutorial video on the front page showing how to use Project Sidewalk As @kotarohara is super busy working on high priority technical issues as well as the CHI2017 paper, this could be a task for @manaswis or @Soben713. Following good HCI design processes, we'd want to do mockups first before moving on to coding.
non_main
landing page redesign ideas a few things i want us to have a more captivating landing page specifically the top vertical pixels that a user first sees when they load a page i think we should have a nice carousel similar to or that helps quickly visually capture the essence of project sidewalk i want us to add in some animated gifs that quickly show to easy it is to use project sidewalk i also want to create and embed a short tutorial video on the front page showing how to use project sidewalk as kotarohara is super busy working on high priority technical issues as well as the paper this could be a task for manaswis or following good hci design processes we d want to do mockups first before moving on to coding
0
1,092
4,953,371,687
IssuesEvent
2016-12-01 14:55:41
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
jenkins_plugin reports "change = true" even when nothing has changed
affects_2.2 bug_report waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME jenkins_plugin ##### ANSIBLE VERSION ``` ansible 2.2.0.0 config file = /home/ext950/GIT/marc/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/removed in ansible.cfg (or using the ANSIBLE_* environment variables). --> ##### OS / ENVIRONMENT <!--- Mention the OS you are running Ansible from, and the OS you are managing, or say “N/A” for anything that is not platform-specific. --> managing host: Ubuntu 14.04 LTS managed host: CentOS Linux release 7.2.1511 (Core) (vagrant box) ##### SUMMARY Each time I execute a playbook containing a task which calls the jenkins_plugin module, it reports that changes have been made. Even if the requested version of the jenkins plugin was already installed and nothing has changed. ##### STEPS TO REPRODUCE <!--- For bugs, show exactly how to reproduce the problem. For new features, show how the feature would be used. --> Below is an extract from my playbook: <!--- Paste example playbooks or commands between quotes below --> ``` - name: install jenkins plugins jenkins_plugin: owner: '{{ jenkins_user }}' jenkins_home: '{{ jenkins_home }}' name: '{{ item.name }}' version: '{{ item.version }}' state: pinned params: url_username: '{{ jenkins_admin_user }}' url_password: '{{ jenkins_admin_pass }}' register: result until: result|success retries: 1 delay: 1 with_items: '{{ jenkins_plugins }}' become: yes become_user: '{{ jenkins_user }}' notify: restart jenkins ``` The variable jenkins_plugins looks like this: ``` jenkins_plugins: - name: postbuild-task version: latest - name: build-environment version: 1.6 ``` <!--- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS changed should be set to false if the requested version of the plugin is already installed. ##### ACTUAL RESULTS <!--- What actually happened? If possible run with high verbosity (-vvvv) --> "changed" is always set to "true". The example is created when requesting the latest version, but also when requesting a fixed version, "changed" is set to "true". <!--- Paste verbatim command output between quotes below --> ``` changed: [vag-build-blo] => (item={u'version': u'latest', u'name': u'postbuild-task'}) => { "attempts": 1, "changed": true, "invocation": { "module_args": { "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": false, "force": false, "force_basic_auth": true, "group": "jenkins", "http_agent": "ansible-httpget", "jenkins_home": "/var/lib/jenkins", "mode": "0644", "name": "postbuild-task", "owner": "jenkins", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "pinned", "timeout": 30.0, "unsafe_writes": null, "updates_expiration": 86400, "updates_url": "https://updates.jenkins-ci.org", "url": "http://localhost:8080", "url_password": "xxxxxxxxxxxxxx", "url_username": "yyyyyyy", "use_proxy": true, "validate_certs": true, "version": "latest", "with_dependencies": true }, "module_name": "jenkins_plugin" }, "item": { "name": "postbuild-task", "version": "latest" }, "plugin": "postbuild-task", "state": "pinned" } ```
True
jenkins_plugin reports "change = true" even when nothing has changed - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME jenkins_plugin ##### ANSIBLE VERSION ``` ansible 2.2.0.0 config file = /home/ext950/GIT/marc/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/removed in ansible.cfg (or using the ANSIBLE_* environment variables). --> ##### OS / ENVIRONMENT <!--- Mention the OS you are running Ansible from, and the OS you are managing, or say “N/A” for anything that is not platform-specific. --> managing host: Ubuntu 14.04 LTS managed host: CentOS Linux release 7.2.1511 (Core) (vagrant box) ##### SUMMARY Each time I execute a playbook containing a task which calls the jenkins_plugin module, it reports that changes have been made. Even if the requested version of the jenkins plugin was already installed and nothing has changed. ##### STEPS TO REPRODUCE <!--- For bugs, show exactly how to reproduce the problem. For new features, show how the feature would be used. --> Below is an extract from my playbook: <!--- Paste example playbooks or commands between quotes below --> ``` - name: install jenkins plugins jenkins_plugin: owner: '{{ jenkins_user }}' jenkins_home: '{{ jenkins_home }}' name: '{{ item.name }}' version: '{{ item.version }}' state: pinned params: url_username: '{{ jenkins_admin_user }}' url_password: '{{ jenkins_admin_pass }}' register: result until: result|success retries: 1 delay: 1 with_items: '{{ jenkins_plugins }}' become: yes become_user: '{{ jenkins_user }}' notify: restart jenkins ``` The variable jenkins_plugins looks like this: ``` jenkins_plugins: - name: postbuild-task version: latest - name: build-environment version: 1.6 ``` <!--- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS changed should be set to false if the requested version of the plugin is already installed. ##### ACTUAL RESULTS <!--- What actually happened? If possible run with high verbosity (-vvvv) --> "changed" is always set to "true". The example is created when requesting the latest version, but also when requesting a fixed version, "changed" is set to "true". <!--- Paste verbatim command output between quotes below --> ``` changed: [vag-build-blo] => (item={u'version': u'latest', u'name': u'postbuild-task'}) => { "attempts": 1, "changed": true, "invocation": { "module_args": { "backup": null, "content": null, "delimiter": null, "directory_mode": null, "follow": false, "force": false, "force_basic_auth": true, "group": "jenkins", "http_agent": "ansible-httpget", "jenkins_home": "/var/lib/jenkins", "mode": "0644", "name": "postbuild-task", "owner": "jenkins", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "pinned", "timeout": 30.0, "unsafe_writes": null, "updates_expiration": 86400, "updates_url": "https://updates.jenkins-ci.org", "url": "http://localhost:8080", "url_password": "xxxxxxxxxxxxxx", "url_username": "yyyyyyy", "use_proxy": true, "validate_certs": true, "version": "latest", "with_dependencies": true }, "module_name": "jenkins_plugin" }, "item": { "name": "postbuild-task", "version": "latest" }, "plugin": "postbuild-task", "state": "pinned" } ```
main
jenkins plugin reports change true even when nothing has changed issue type bug report component name jenkins plugin ansible version ansible config file home git marc ansible cfg configured module search path default w o overrides configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment variables os environment mention the os you are running ansible from and the os you are managing or say “n a” for anything that is not platform specific managing host ubuntu lts managed host centos linux release core vagrant box summary each time i execute a playbook containing a task which calls the jenkins plugin module it reports that changes have been made even if the requested version of the jenkins plugin was already installed and nothing has changed steps to reproduce for bugs show exactly how to reproduce the problem for new features show how the feature would be used below is an extract from my playbook name install jenkins plugins jenkins plugin owner jenkins user jenkins home jenkins home name item name version item version state pinned params url username jenkins admin user url password jenkins admin pass register result until result success retries delay with items jenkins plugins become yes become user jenkins user notify restart jenkins the variable jenkins plugins looks like this jenkins plugins name postbuild task version latest name build environment version expected results changed should be set to false if the requested version of the plugin is already installed actual results changed is always set to true the example is created when requesting the latest version but also when requesting a fixed version changed is set to true changed item u version u latest u name u postbuild task attempts changed true invocation module args backup null content null delimiter null directory mode null follow false force false force basic auth true group jenkins http agent ansible httpget jenkins home var lib jenkins mode name postbuild task owner jenkins regexp null remote src null selevel null serole null setype null seuser null src null state pinned timeout unsafe writes null updates expiration updates url url url password xxxxxxxxxxxxxx url username yyyyyyy use proxy true validate certs true version latest with dependencies true module name jenkins plugin item name postbuild task version latest plugin postbuild task state pinned
1
5,502
27,484,642,533
IssuesEvent
2023-03-04 01:03:11
Windham-High-School/CubeServer
https://api.github.com/repos/Windham-High-School/CubeServer
closed
Fix versioning guidelines
maintainability
The version in `develop` should be different than that of the previous release. Document and implement change ASAP.
True
Fix versioning guidelines - The version in `develop` should be different than that of the previous release. Document and implement change ASAP.
main
fix versioning guidelines the version in develop should be different than that of the previous release document and implement change asap
1
2,518
8,655,460,231
IssuesEvent
2018-11-27 16:00:33
codestation/qcma
https://api.github.com/repos/codestation/qcma
closed
Device pairing numbers are not showing up on my PC
unmaintained
Somehow when I try to pair my PSTV to my PC the pairing numbers don't show up. I get the popup, but the space where the numbers would be is completely empty. ![untitled](https://user-images.githubusercontent.com/38590806/39086816-b0e1c980-455d-11e8-91bc-72e68d0fe537.png)
True
Device pairing numbers are not showing up on my PC - Somehow when I try to pair my PSTV to my PC the pairing numbers don't show up. I get the popup, but the space where the numbers would be is completely empty. ![untitled](https://user-images.githubusercontent.com/38590806/39086816-b0e1c980-455d-11e8-91bc-72e68d0fe537.png)
main
device pairing numbers are not showing up on my pc somehow when i try to pair my pstv to my pc the pairing numbers don t show up i get the popup but the space where the numbers would be is completely empty
1
3,080
11,682,603,969
IssuesEvent
2020-03-05 00:39:12
spack/spack
https://api.github.com/repos/spack/spack
closed
Remove support for the old YAML format in the spec database
impact-low maintainers pkg-database
As a developer I want to remove support for the deprecated YAML database format so that there will be less vestigial code to maintain. ### Rationale In #2189 we changed the database format from YAML to JSON for performance reasons. To ease the transition for users the PR made it possible to read the old YAML format and output the new JSON one transparently. Since the change happened three years ago, it's probably safe to remove the code that takes care of this conversion in `database.py`. ### Description The idea is to just go through the `database.py` module and remove any reference to the old database file and related code. Might also impact unit tests. ### Additional information None
True
Remove support for the old YAML format in the spec database - As a developer I want to remove support for the deprecated YAML database format so that there will be less vestigial code to maintain. ### Rationale In #2189 we changed the database format from YAML to JSON for performance reasons. To ease the transition for users the PR made it possible to read the old YAML format and output the new JSON one transparently. Since the change happened three years ago, it's probably safe to remove the code that takes care of this conversion in `database.py`. ### Description The idea is to just go through the `database.py` module and remove any reference to the old database file and related code. Might also impact unit tests. ### Additional information None
main
remove support for the old yaml format in the spec database as a developer i want to remove support for the deprecated yaml database format so that there will be less vestigial code to maintain rationale in we changed the database format from yaml to json for performance reasons to ease the transition for users the pr made it possible to read the old yaml format and output the new json one transparently since the change happened three years ago it s probably safe to remove the code that takes care of this conversion in database py description the idea is to just go through the database py module and remove any reference to the old database file and related code might also impact unit tests additional information none
1
160,100
6,076,677,726
IssuesEvent
2017-06-16 00:13:42
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
log spam from controller-manager about evicting pods
needs-sig priority/awaiting-more-evidence team/control-plane (deprecated - do not use)
``` I0211 07:53:26.351661 6 nodecontroller.go:450] Evicting pods on node kubernetes-master: 2016-02-11 07:53:26.351652773 +0000 UTC is later than 2016-02-11 07:50:16.107121558 +0000 UTC + -30s I0211 07:53:31.358104 6 nodecontroller.go:665] node kubernetes-master hasn't been updated for 3m15.25097032s. Last ready condition is: {Type:Ready Status:Unknown LastHeartbeatTime:2016-02-10 22:02:44 +0000 UTC LastTransitionTime:2016-02-10 22:07:40 +0000 UTC Reason:NodeStatusUnknown Message:Kubelet stopped posting node status.} I0211 07:53:31.358165 6 nodecontroller.go:692] node kubernetes-master hasn't been updated for 3m15.251040353s. Last out of disk condition is: &{Type:OutOfDisk Status:Unknown LastHeartbeatTime:2016-02-10 22:02:44 +0000 UTC LastTransitionTime:2016-02-10 22:07:40 +0000 UTC Reason:NodeStatusUnknown Message:Kubelet stopped posting node status.} I0211 07:53:36.364787 6 nodecontroller.go:665] node kubernetes-master hasn't been updated for 3m20.257652594s. Last ready condition is: {Type:Ready Status:Unknown LastHeartbeatTime:2016-02-10 22:02:44 +0000 UTC LastTransitionTime:2016-02-10 22:07:40 +0000 UTC Reason:NodeStatusUnknown Message:Kubelet stopped posting node status.} I0211 07:53:36.364843 6 nodecontroller.go:692] node kubernetes-master hasn't been updated for 3m20.257718297s. Last out of disk condition is: &{Type:OutOfDisk Status:Unknown LastHeartbeatTime:2016-02-10 22:02:44 +0000 UTC LastTransitionTime:2016-02-10 22:07:40 +0000 UTC Reason:NodeStatusUnknown Message:Kubelet stopped posting node status.} ```
1.0
log spam from controller-manager about evicting pods - ``` I0211 07:53:26.351661 6 nodecontroller.go:450] Evicting pods on node kubernetes-master: 2016-02-11 07:53:26.351652773 +0000 UTC is later than 2016-02-11 07:50:16.107121558 +0000 UTC + -30s I0211 07:53:31.358104 6 nodecontroller.go:665] node kubernetes-master hasn't been updated for 3m15.25097032s. Last ready condition is: {Type:Ready Status:Unknown LastHeartbeatTime:2016-02-10 22:02:44 +0000 UTC LastTransitionTime:2016-02-10 22:07:40 +0000 UTC Reason:NodeStatusUnknown Message:Kubelet stopped posting node status.} I0211 07:53:31.358165 6 nodecontroller.go:692] node kubernetes-master hasn't been updated for 3m15.251040353s. Last out of disk condition is: &{Type:OutOfDisk Status:Unknown LastHeartbeatTime:2016-02-10 22:02:44 +0000 UTC LastTransitionTime:2016-02-10 22:07:40 +0000 UTC Reason:NodeStatusUnknown Message:Kubelet stopped posting node status.} I0211 07:53:36.364787 6 nodecontroller.go:665] node kubernetes-master hasn't been updated for 3m20.257652594s. Last ready condition is: {Type:Ready Status:Unknown LastHeartbeatTime:2016-02-10 22:02:44 +0000 UTC LastTransitionTime:2016-02-10 22:07:40 +0000 UTC Reason:NodeStatusUnknown Message:Kubelet stopped posting node status.} I0211 07:53:36.364843 6 nodecontroller.go:692] node kubernetes-master hasn't been updated for 3m20.257718297s. Last out of disk condition is: &{Type:OutOfDisk Status:Unknown LastHeartbeatTime:2016-02-10 22:02:44 +0000 UTC LastTransitionTime:2016-02-10 22:07:40 +0000 UTC Reason:NodeStatusUnknown Message:Kubelet stopped posting node status.} ```
non_main
log spam from controller manager about evicting pods nodecontroller go evicting pods on node kubernetes master utc is later than utc nodecontroller go node kubernetes master hasn t been updated for last ready condition is type ready status unknown lastheartbeattime utc lasttransitiontime utc reason nodestatusunknown message kubelet stopped posting node status nodecontroller go node kubernetes master hasn t been updated for last out of disk condition is type outofdisk status unknown lastheartbeattime utc lasttransitiontime utc reason nodestatusunknown message kubelet stopped posting node status nodecontroller go node kubernetes master hasn t been updated for last ready condition is type ready status unknown lastheartbeattime utc lasttransitiontime utc reason nodestatusunknown message kubelet stopped posting node status nodecontroller go node kubernetes master hasn t been updated for last out of disk condition is type outofdisk status unknown lastheartbeattime utc lasttransitiontime utc reason nodestatusunknown message kubelet stopped posting node status
0
5,222
26,489,410,748
IssuesEvent
2023-01-17 21:04:47
centerofci/mathesar
https://api.github.com/repos/centerofci/mathesar
closed
Data Explorer styling & frontend granular meta issue
work: frontend status: ready restricted: maintainers type: meta
This meta issue tracks pending items in Data Explorer prioritized by demo video readiness 1. **The following are essential for the demo video, since they will be visible during the demo** - [x] Show cell content on the Cell inspector tab - DEMO VIDEO - [x] Automatically select inspector tabs based on column selection/cell selection - DEMO VIDEO - [x] Format content in cells based on display_options from underlying table - DEMO VIDEO - [x] Implement Hide transformation - DEMO VIDEO - [x] Show auto summarization modal when user clicks on a column with one-to-many link - DEMO VIDEO - [ ] ~~Style save exploration modal - DEMO VIDEO~~ Tracked separately - [x] Add save & close dropdown option to save button - DEMO VIDEO - [x] Show save status indicator when unsaved changes are present - DEMO VIDEO - [x] Show initial help tutorial when user opens Data Explorer for the first time - DEMO VIDEO 1.1 *The following are essential for demo, but will take more effort & planning. We should try to de-prioritize some items here if we can safely exclude from the demo video* - [x] Format array cell content based on display_options - DEMO VIDEO 2. **Following are part of styling & frontend issues, but doesn't necessarily block the demo video, based on the initial script. But they many be visible during the demo, so we need to decide if we want to prioritize any of them** - [x] Do not allow last base table column to be deleted - INITIAL RELEASE - [x] Implement Sort transformation - INITIAL RELEASE - [x] Show tooltips with help icon: - INITIAL RELEASE - [x] Near base table name - INITIAL RELEASE - [x] Near column count indicator in left pane - INITIAL RELEASE - [ ] Show error message when columns are missing in underlying table - INITIAL RELEASE - [x] Show error message when filters are empty/invalid and user performs additional operations - INITIAL RELEASE - [x] Show count in the column selection left pane for added columns - INITIAL RELEASE - [x] Show array icon in left pane for columns with one-to-many links - INITIAL RELEASE - ~~Not sure if this is required, since we ask for explicit confirmation from user~~ - ~~@ghislaineguerin agreed with not showing the array icon in left pane, but it was not finalized~~ - @kgodey: we should do this
True
Data Explorer styling & frontend granular meta issue - This meta issue tracks pending items in Data Explorer prioritized by demo video readiness 1. **The following are essential for the demo video, since they will be visible during the demo** - [x] Show cell content on the Cell inspector tab - DEMO VIDEO - [x] Automatically select inspector tabs based on column selection/cell selection - DEMO VIDEO - [x] Format content in cells based on display_options from underlying table - DEMO VIDEO - [x] Implement Hide transformation - DEMO VIDEO - [x] Show auto summarization modal when user clicks on a column with one-to-many link - DEMO VIDEO - [ ] ~~Style save exploration modal - DEMO VIDEO~~ Tracked separately - [x] Add save & close dropdown option to save button - DEMO VIDEO - [x] Show save status indicator when unsaved changes are present - DEMO VIDEO - [x] Show initial help tutorial when user opens Data Explorer for the first time - DEMO VIDEO 1.1 *The following are essential for demo, but will take more effort & planning. We should try to de-prioritize some items here if we can safely exclude from the demo video* - [x] Format array cell content based on display_options - DEMO VIDEO 2. **Following are part of styling & frontend issues, but doesn't necessarily block the demo video, based on the initial script. But they many be visible during the demo, so we need to decide if we want to prioritize any of them** - [x] Do not allow last base table column to be deleted - INITIAL RELEASE - [x] Implement Sort transformation - INITIAL RELEASE - [x] Show tooltips with help icon: - INITIAL RELEASE - [x] Near base table name - INITIAL RELEASE - [x] Near column count indicator in left pane - INITIAL RELEASE - [ ] Show error message when columns are missing in underlying table - INITIAL RELEASE - [x] Show error message when filters are empty/invalid and user performs additional operations - INITIAL RELEASE - [x] Show count in the column selection left pane for added columns - INITIAL RELEASE - [x] Show array icon in left pane for columns with one-to-many links - INITIAL RELEASE - ~~Not sure if this is required, since we ask for explicit confirmation from user~~ - ~~@ghislaineguerin agreed with not showing the array icon in left pane, but it was not finalized~~ - @kgodey: we should do this
main
data explorer styling frontend granular meta issue this meta issue tracks pending items in data explorer prioritized by demo video readiness the following are essential for the demo video since they will be visible during the demo show cell content on the cell inspector tab demo video automatically select inspector tabs based on column selection cell selection demo video format content in cells based on display options from underlying table demo video implement hide transformation demo video show auto summarization modal when user clicks on a column with one to many link demo video style save exploration modal demo video tracked separately add save close dropdown option to save button demo video show save status indicator when unsaved changes are present demo video show initial help tutorial when user opens data explorer for the first time demo video the following are essential for demo but will take more effort planning we should try to de prioritize some items here if we can safely exclude from the demo video format array cell content based on display options demo video following are part of styling frontend issues but doesn t necessarily block the demo video based on the initial script but they many be visible during the demo so we need to decide if we want to prioritize any of them do not allow last base table column to be deleted initial release implement sort transformation initial release show tooltips with help icon initial release near base table name initial release near column count indicator in left pane initial release show error message when columns are missing in underlying table initial release show error message when filters are empty invalid and user performs additional operations initial release show count in the column selection left pane for added columns initial release show array icon in left pane for columns with one to many links initial release not sure if this is required since we ask for explicit confirmation from user ghislaineguerin agreed with not showing the array icon in left pane but it was not finalized kgodey we should do this
1
5,738
30,339,102,335
IssuesEvent
2023-07-11 11:34:26
IPVS-AS/MBP
https://api.github.com/repos/IPVS-AS/MBP
opened
Upgrade to newer JDKs
maintainance
Currently only JDK 8 is supported, JDK 9 does not work due to compatibility issues regarding WRO.
True
Upgrade to newer JDKs - Currently only JDK 8 is supported, JDK 9 does not work due to compatibility issues regarding WRO.
main
upgrade to newer jdks currently only jdk is supported jdk does not work due to compatibility issues regarding wro
1
489,547
14,107,959,380
IssuesEvent
2020-11-06 17:03:05
grpc/grpc
https://api.github.com/repos/grpc/grpc
closed
Testing flags: Migrate from gflags to abseil's flags
kind/internal cleanup lang/c++ priority/P2
Currently there are ~36 uses of [gflags](https://github.com/gflags/gflags) ([docs](https://gflags.github.io/gflags/)) under the `/test` subdirectory. This is to track changing them to use [Abseil Flags](https://github.com/abseil/abseil-cpp/tree/master/absl/flags) ([docs](https://abseil.io/docs/cpp/guides/flags)), which aligns with migrations that have already occurred in the Google monorepo. Abseil's Flags is an evolution of gflags, requiring use of getter and setter methods, and providing, via helper libraries, support for additional types.
1.0
Testing flags: Migrate from gflags to abseil's flags - Currently there are ~36 uses of [gflags](https://github.com/gflags/gflags) ([docs](https://gflags.github.io/gflags/)) under the `/test` subdirectory. This is to track changing them to use [Abseil Flags](https://github.com/abseil/abseil-cpp/tree/master/absl/flags) ([docs](https://abseil.io/docs/cpp/guides/flags)), which aligns with migrations that have already occurred in the Google monorepo. Abseil's Flags is an evolution of gflags, requiring use of getter and setter methods, and providing, via helper libraries, support for additional types.
non_main
testing flags migrate from gflags to abseil s flags currently there are uses of under the test subdirectory this is to track changing them to use which aligns with migrations that have already occurred in the google monorepo abseil s flags is an evolution of gflags requiring use of getter and setter methods and providing via helper libraries support for additional types
0
4,601
23,849,763,655
IssuesEvent
2022-09-06 16:47:50
ocsf/ocsf-schema
https://api.github.com/repos/ocsf/ocsf-schema
closed
All first release categories completed and merged into main
maintainers
First release Categories, checked if complete and merged into main: - [ ] System Activity - [ ] Findings - [ ] Audit Activity - [ ] Network Activity - [ ] Cloud Activity - [ ] Container Activity - [ ] Database Activity - [ ] Application Activity - [ ] Configuration / Inventory
True
All first release categories completed and merged into main - First release Categories, checked if complete and merged into main: - [ ] System Activity - [ ] Findings - [ ] Audit Activity - [ ] Network Activity - [ ] Cloud Activity - [ ] Container Activity - [ ] Database Activity - [ ] Application Activity - [ ] Configuration / Inventory
main
all first release categories completed and merged into main first release categories checked if complete and merged into main system activity findings audit activity network activity cloud activity container activity database activity application activity configuration inventory
1
413,404
12,066,790,948
IssuesEvent
2020-04-16 12:23:01
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
Store just the symbol table of a module in BIR binary
Area/jBallerina Points/5 Priority/High Type/Improvement
**Description:** This is an improvement to BIR serialization. We will need only the top level symbol of a module to symbol enter. But we are currently writing the whole BIR to the binary. With this change, BIR writing and reading will have improvements. **Steps to reproduce:** **Affected Versions:** **OS, DB, other environment details and versions:** **Related Issues (optional):** <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> **Suggested Labels (optional):** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees (optional):** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
1.0
Store just the symbol table of a module in BIR binary - **Description:** This is an improvement to BIR serialization. We will need only the top level symbol of a module to symbol enter. But we are currently writing the whole BIR to the binary. With this change, BIR writing and reading will have improvements. **Steps to reproduce:** **Affected Versions:** **OS, DB, other environment details and versions:** **Related Issues (optional):** <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> **Suggested Labels (optional):** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees (optional):** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
non_main
store just the symbol table of a module in bir binary description this is an improvement to bir serialization we will need only the top level symbol of a module to symbol enter but we are currently writing the whole bir to the binary with this change bir writing and reading will have improvements steps to reproduce affected versions os db other environment details and versions related issues optional suggested labels optional suggested assignees optional
0